@font-face {
  font-family: 'Calibri Bold Italic';
  src: url('../font/calibri-bold-italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri Bold';
  src: url('../font/calibri-bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri Italic';
  src: url('../font/calibri-italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibril';
  src: url('../font/calibril.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri';
  src: url('../font/calibri.ttf') format('truetype');
}
.font-bold-italic {
  font-family: 'Calibri Bold Italic';
}
.font-bold {
  font-family: 'Calibri Bold';
}
.font-italic {
  font-family: 'Calibri Italic';
}
.regular {
  font-family: 'Calibri';
}
.bold,
strong,
.text-medium,
b {
  font-family: 'Calibri Bold';
}
table > th {
  font-family: 'Calibri Bold';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1em;
  margin: 5px 0;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 10px 0;
  }
}
a {
  color: #796b63;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:hover,
a:visited,
a:focus,
a:active {
  color: #796b63;
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
p,
.wysiwyg-content {
  font-size: 18px;
}
p a,
.wysiwyg-content a {
  text-decoration: underline;
}
p a:hover,
.wysiwyg-content a:hover,
p a:visited,
.wysiwyg-content a:visited,
p a:focus,
.wysiwyg-content a:focus,
p a:active,
.wysiwyg-content a:active {
  text-decoration: underline;
}
.section-title {
  content: " ";
  display: table;
  margin: 0 auto;
}
.section-title .title {
  font-size: 23px;
  line-height: 30px;
  font-family: 'Calibri Bold';
  color: #796b63;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section-title .title {
    font-size: 24.66666667px;
  }
}
@media (min-width: 1250px) {
  .section-title .title {
    font-size: 28px;
  }
}
.main-hgroup {
  margin: 20px 0;
  text-align: center;
}
.main-hgroup .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.main-hgroup .subtitle {
  font-size: 14px;
}
ol {
  padding-left: 20px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .no-padding-x-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}
.flex-column {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
@media (min-width: 768px) {
  .flex-sm-column {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
@media (min-width: 992px) {
  .flex-md-column {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.flex-align-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
  width: 100%;
}
.d-table > div,
.d-table > li {
  display: table-cell;
  vertical-align: middle;
}
.d-table.d-table-fixed {
  table-layout: fixed;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.no-gutter-container {
  padding-right: 0;
  padding-left: 0;
}
.no-gutter-container .custom-gutter .row {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter-container .custom-gutter .row > * {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-container .default-gutter .row {
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutter-container .default-gutter .row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.no-gutter-container .custom-gutter-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.no-gutter-container .custom-gutter-form .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .no-gutter-container .no-gutter-grid-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutter-container .no-gutter-grid-xs .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-gutter-container-xs .custom-gutter .row {
  margin-left: -5px;
  margin-right: -5px;
}
.no-gutter-container-xs .custom-gutter .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1250px) {
  .no-gutter-container-xs .custom-gutter .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .no-gutter-container-xs .custom-gutter .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .no-gutter-container-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutter-container-xs .custom-gutter .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutter-container-xs .custom-gutter .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-gutter-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.custom-gutter-form .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.w-100 {
  width: 100%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.v-scrollable {
  height: 100%;
  overflow-y: scroll;
}
.no-scrollable {
  overflow: hidden;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
.margin-auto {
  margin: auto;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-0 {
  margin: 0;
}
.margin-right-10 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .padding-xs-0 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .padding-sm-0 {
    padding: 0;
  }
}
.text-white {
  color: #ffffff;
}
.text-green {
  color: #c9d022;
}
.text-brown {
  color: #796b63;
}
.text-brown-light {
  color: #c0b9b6;
}
.text-brown-dark {
  color: #948982;
}
.text-grey-lighter {
  color: #f8f7f7;
}
.text-grey-light {
  color: #f1f0ef;
}
.text-grey {
  color: #d7d2d0;
}
.text-grey-dark {
  color: #c9c4c1;
}
.text-grey-darker {
  color: #777776;
}
.text-green {
  color: #c9d022;
}
.text-red {
  color: #e21d38;
}
.text-cancelled {
  text-decoration: line-through;
}
.bg-white {
  background-color: #ffffff;
}
.bg-green {
  background-color: #c9d022;
}
.bg-brown {
  background-color: #796b63;
}
.bg-brown-light {
  background-color: #c0b9b6;
}
.bg-brown-dark {
  background-color: #948982;
}
.bg-grey-lighter {
  background-color: #f8f7f7;
}
.bg-grey-light {
  background-color: #f1f0ef;
}
.bg-grey {
  background-color: #d7d2d0;
}
.bg-grey-dark {
  background-color: #c9c4c1;
}
.bg-orange {
  background-color: #F18600;
}
padding-top-0 {
  padding-top: 0;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
/*
 * Crea del nuovi col di dimensioni non nativamente supportate da bootstrap.
 * Ad esempio non esiste un col che sia 1/5 del container, non essendo 12 divisibile per 5.
 * Supporta anche funzioni bootstrap quali offset, push e pull.
 * es:
 * .bootstrap-custom-column-percent(20);
 * .bootstrap-custom-column-percent(40);
 * 	<div class="row">
 * 		<div class="col-sm-20p">questa colonna è larga il 20% del container</div>
 * 		<div class="col-sm-40p">questa colonna è larga il 40% del container</div>
 * 	</div>
 */
.error-page-wrapper {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .error-page-wrapper {
    padding: 20px 0;
  }
}
.error-page-wrapper .title {
  font-size: 50px;
  padding-top: 50px;
}
.error-page-wrapper .sub-title {
  font-size: 100px;
}
.error-page-wrapper.cart .sub-title {
  font-size: 50px;
  text-transform: uppercase;
}
.btn {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  background-image: none;
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  font-family: 'Calibri Bold';
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: #ffffff;
  background-color: #796b63;
  border-color: #c0b9b6;
}
.btn:focus,
.btn.focus {
  color: #ffffff;
  background-color: #796b63;
  border-color: #c0b9b6;
}
.btn:hover {
  color: #ffffff;
  background-color: #796b63;
  border-color: #c0b9b6;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #ffffff;
  background-color: #796b63;
  border-color: #c0b9b6;
}
.btn:active:hover,
.btn.active:hover,
.open > .dropdown-toggle.btn:hover,
.btn:active:focus,
.btn.active:focus,
.open > .dropdown-toggle.btn:focus,
.btn:active.focus,
.btn.active.focus,
.open > .dropdown-toggle.btn.focus {
  color: #ffffff;
  background-color: #796b63;
  border-color: #c0b9b6;
  outline: none;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled.focus,
.btn[disabled].focus,
fieldset[disabled] .btn.focus {
  background-color: #796b63;
  border-color: #c0b9b6;
}
.btn .badge {
  color: #ffffff;
  background-color: #796b63;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.btn.btn-icon-link {
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-icon-link:focus,
.btn.btn-icon-link.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-icon-link:hover {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-icon-link:active,
.btn.btn-icon-link.active,
.open > .dropdown-toggle.btn.btn-icon-link {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-icon-link:active:hover,
.btn.btn-icon-link.active:hover,
.open > .dropdown-toggle.btn.btn-icon-link:hover,
.btn.btn-icon-link:active:focus,
.btn.btn-icon-link.active:focus,
.open > .dropdown-toggle.btn.btn-icon-link:focus,
.btn.btn-icon-link:active.focus,
.btn.btn-icon-link.active.focus,
.open > .dropdown-toggle.btn.btn-icon-link.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: none;
}
.btn.btn-icon-link:active,
.btn.btn-icon-link.active,
.open > .dropdown-toggle.btn.btn-icon-link {
  background-image: none;
}
.btn.btn-icon-link.disabled:hover,
.btn.btn-icon-link[disabled]:hover,
fieldset[disabled] .btn.btn-icon-link:hover,
.btn.btn-icon-link.disabled:focus,
.btn.btn-icon-link[disabled]:focus,
fieldset[disabled] .btn.btn-icon-link:focus,
.btn.btn-icon-link.disabled.focus,
.btn.btn-icon-link[disabled].focus,
fieldset[disabled] .btn.btn-icon-link.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-icon-link .badge {
  color: #c9d022;
  background-color: #ffffff;
}
.btn.btn-icon-link .icon {
  font-size: 34px;
  left: 2px;
}
.btn.btn-default {
  border-width: 1px;
  border-style: solid;
  color: #c9d022;
  background-color: #ffffff;
  border-color: #c9d022;
}
.btn.btn-default:focus,
.btn.btn-default.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #c9d022;
}
.btn.btn-default:hover {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #c9d022;
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #c9d022;
}
.btn.btn-default:active:hover,
.btn.btn-default.active:hover,
.open > .dropdown-toggle.btn.btn-default:hover,
.btn.btn-default:active:focus,
.btn.btn-default.active:focus,
.open > .dropdown-toggle.btn.btn-default:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active.focus,
.open > .dropdown-toggle.btn.btn-default.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #c9d022;
  outline: none;
}
.btn.btn-default:active,
.btn.btn-default.active,
.open > .dropdown-toggle.btn.btn-default {
  background-image: none;
}
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
fieldset[disabled] .btn.btn-default:focus,
.btn.btn-default.disabled.focus,
.btn.btn-default[disabled].focus,
fieldset[disabled] .btn.btn-default.focus {
  background-color: #ffffff;
  border-color: #c9d022;
}
.btn.btn-default .badge {
  color: #c9d022;
  background-color: #ffffff;
}
.btn.btn-white {
  border-width: 1px;
  border-style: solid;
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:focus,
.btn.btn-white.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:active,
.btn.btn-white.active,
.open > .dropdown-toggle.btn.btn-white {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:active:hover,
.btn.btn-white.active:hover,
.open > .dropdown-toggle.btn.btn-white:hover,
.btn.btn-white:active:focus,
.btn.btn-white.active:focus,
.open > .dropdown-toggle.btn.btn-white:focus,
.btn.btn-white:active.focus,
.btn.btn-white.active.focus,
.open > .dropdown-toggle.btn.btn-white.focus {
  color: #c9d022;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: none;
}
.btn.btn-white:active,
.btn.btn-white.active,
.open > .dropdown-toggle.btn.btn-white {
  background-image: none;
}
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled.focus,
.btn.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white .badge {
  color: #c9d022;
  background-color: #ffffff;
}
.btn.btn-brown {
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  background-color: #796b63;
  border-color: #796b63;
}
.btn.btn-brown:focus,
.btn.btn-brown.focus {
  color: #ffffff;
  background-color: #796b63;
  border-color: #796b63;
}
.btn.btn-brown:hover {
  color: #ffffff;
  background-color: #796b63;
  border-color: #796b63;
}
.btn.btn-brown:active,
.btn.btn-brown.active,
.open > .dropdown-toggle.btn.btn-brown {
  color: #ffffff;
  background-color: #796b63;
  border-color: #796b63;
}
.btn.btn-brown:active:hover,
.btn.btn-brown.active:hover,
.open > .dropdown-toggle.btn.btn-brown:hover,
.btn.btn-brown:active:focus,
.btn.btn-brown.active:focus,
.open > .dropdown-toggle.btn.btn-brown:focus,
.btn.btn-brown:active.focus,
.btn.btn-brown.active.focus,
.open > .dropdown-toggle.btn.btn-brown.focus {
  color: #ffffff;
  background-color: #796b63;
  border-color: #796b63;
  outline: none;
}
.btn.btn-brown:active,
.btn.btn-brown.active,
.open > .dropdown-toggle.btn.btn-brown {
  background-image: none;
}
.btn.btn-brown.disabled:hover,
.btn.btn-brown[disabled]:hover,
fieldset[disabled] .btn.btn-brown:hover,
.btn.btn-brown.disabled:focus,
.btn.btn-brown[disabled]:focus,
fieldset[disabled] .btn.btn-brown:focus,
.btn.btn-brown.disabled.focus,
.btn.btn-brown[disabled].focus,
fieldset[disabled] .btn.btn-brown.focus {
  background-color: #796b63;
  border-color: #796b63;
}
.btn.btn-brown .badge {
  color: #ffffff;
  background-color: #796b63;
}
.btn.btn-share {
  border-width: 1px;
  border-style: solid;
  font-size: 28px;
  padding: 0 20px;
  color: #796b63;
  background-color: #f1f0ef;
  border-color: #f1f0ef;
}
.btn.btn-share:focus,
.btn.btn-share.focus {
  color: #796b63;
  background-color: #f1f0ef;
  border-color: #f1f0ef;
}
.btn.btn-share:hover {
  color: #796b63;
  background-color: #f1f0ef;
  border-color: #f1f0ef;
}
.btn.btn-share:active,
.btn.btn-share.active,
.open > .dropdown-toggle.btn.btn-share {
  color: #796b63;
  background-color: #f1f0ef;
  border-color: #f1f0ef;
}
.btn.btn-share:active:hover,
.btn.btn-share.active:hover,
.open > .dropdown-toggle.btn.btn-share:hover,
.btn.btn-share:active:focus,
.btn.btn-share.active:focus,
.open > .dropdown-toggle.btn.btn-share:focus,
.btn.btn-share:active.focus,
.btn.btn-share.active.focus,
.open > .dropdown-toggle.btn.btn-share.focus {
  color: #796b63;
  background-color: #f1f0ef;
  border-color: #f1f0ef;
  outline: none;
}
.btn.btn-share:active,
.btn.btn-share.active,
.open > .dropdown-toggle.btn.btn-share {
  background-image: none;
}
.btn.btn-share.disabled:hover,
.btn.btn-share[disabled]:hover,
fieldset[disabled] .btn.btn-share:hover,
.btn.btn-share.disabled:focus,
.btn.btn-share[disabled]:focus,
fieldset[disabled] .btn.btn-share:focus,
.btn.btn-share.disabled.focus,
.btn.btn-share[disabled].focus,
fieldset[disabled] .btn.btn-share.focus {
  background-color: #f1f0ef;
  border-color: #f1f0ef;
}
.btn.btn-share .badge {
  color: #796b63;
  background-color: #f1f0ef;
}
.btn.btn-cta {
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-cta:focus,
.btn.btn-cta.focus {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-cta:hover {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-cta:active,
.btn.btn-cta.active,
.open > .dropdown-toggle.btn.btn-cta {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-cta:active:hover,
.btn.btn-cta.active:hover,
.open > .dropdown-toggle.btn.btn-cta:hover,
.btn.btn-cta:active:focus,
.btn.btn-cta.active:focus,
.open > .dropdown-toggle.btn.btn-cta:focus,
.btn.btn-cta:active.focus,
.btn.btn-cta.active.focus,
.open > .dropdown-toggle.btn.btn-cta.focus {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
  outline: none;
}
.btn.btn-cta:active,
.btn.btn-cta.active,
.open > .dropdown-toggle.btn.btn-cta {
  background-image: none;
}
.btn.btn-cta.disabled:hover,
.btn.btn-cta[disabled]:hover,
fieldset[disabled] .btn.btn-cta:hover,
.btn.btn-cta.disabled:focus,
.btn.btn-cta[disabled]:focus,
fieldset[disabled] .btn.btn-cta:focus,
.btn.btn-cta.disabled.focus,
.btn.btn-cta[disabled].focus,
fieldset[disabled] .btn.btn-cta.focus {
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-cta .badge {
  color: #ffffff;
  background-color: #c9d022;
}
.btn.btn-cart-proceed,
.btn.btn-cart-preview {
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
  font-size: 20px!important;
}
.btn.btn-cart-proceed:focus,
.btn.btn-cart-preview:focus,
.btn.btn-cart-proceed.focus,
.btn.btn-cart-preview.focus {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-cart-proceed:hover,
.btn.btn-cart-preview:hover {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-cart-proceed:active,
.btn.btn-cart-preview:active,
.btn.btn-cart-proceed.active,
.btn.btn-cart-preview.active,
.open > .dropdown-toggle.btn.btn-cart-proceed,
.open > .dropdown-toggle.btn.btn-cart-preview {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-cart-proceed:active:hover,
.btn.btn-cart-preview:active:hover,
.btn.btn-cart-proceed.active:hover,
.btn.btn-cart-preview.active:hover,
.open > .dropdown-toggle.btn.btn-cart-proceed:hover,
.open > .dropdown-toggle.btn.btn-cart-preview:hover,
.btn.btn-cart-proceed:active:focus,
.btn.btn-cart-preview:active:focus,
.btn.btn-cart-proceed.active:focus,
.btn.btn-cart-preview.active:focus,
.open > .dropdown-toggle.btn.btn-cart-proceed:focus,
.open > .dropdown-toggle.btn.btn-cart-preview:focus,
.btn.btn-cart-proceed:active.focus,
.btn.btn-cart-preview:active.focus,
.btn.btn-cart-proceed.active.focus,
.btn.btn-cart-preview.active.focus,
.open > .dropdown-toggle.btn.btn-cart-proceed.focus,
.open > .dropdown-toggle.btn.btn-cart-preview.focus {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
  outline: none;
}
.btn.btn-cart-proceed:active,
.btn.btn-cart-preview:active,
.btn.btn-cart-proceed.active,
.btn.btn-cart-preview.active,
.open > .dropdown-toggle.btn.btn-cart-proceed,
.open > .dropdown-toggle.btn.btn-cart-preview {
  background-image: none;
}
.btn.btn-cart-proceed.disabled:hover,
.btn.btn-cart-preview.disabled:hover,
.btn.btn-cart-proceed[disabled]:hover,
.btn.btn-cart-preview[disabled]:hover,
fieldset[disabled] .btn.btn-cart-proceed:hover,
fieldset[disabled] .btn.btn-cart-preview:hover,
.btn.btn-cart-proceed.disabled:focus,
.btn.btn-cart-preview.disabled:focus,
.btn.btn-cart-proceed[disabled]:focus,
.btn.btn-cart-preview[disabled]:focus,
fieldset[disabled] .btn.btn-cart-proceed:focus,
fieldset[disabled] .btn.btn-cart-preview:focus,
.btn.btn-cart-proceed.disabled.focus,
.btn.btn-cart-preview.disabled.focus,
.btn.btn-cart-proceed[disabled].focus,
.btn.btn-cart-preview[disabled].focus,
fieldset[disabled] .btn.btn-cart-proceed.focus,
fieldset[disabled] .btn.btn-cart-preview.focus {
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-cart-proceed .badge,
.btn.btn-cart-preview .badge {
  color: #ffffff;
  background-color: #453369;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.open > .dropdown-toggle.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus,
.open > .dropdown-toggle.btn.btn-primary:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active.focus,
.open > .dropdown-toggle.btn.btn-primary.focus {
  color: #ffffff;
  background-color: #c9d022;
  border-color: #c9d022;
  outline: none;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn.btn-primary {
  background-image: none;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #c9d022;
  border-color: #c9d022;
}
.btn.btn-primary .badge {
  color: #ffffff;
  background-color: #c9d022;
}
.btn.btn-buy {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-buy:focus,
.btn.btn-buy.focus {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-buy:hover {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-buy:active,
.btn.btn-buy.active,
.open > .dropdown-toggle.btn.btn-buy {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-buy:active:hover,
.btn.btn-buy.active:hover,
.open > .dropdown-toggle.btn.btn-buy:hover,
.btn.btn-buy:active:focus,
.btn.btn-buy.active:focus,
.open > .dropdown-toggle.btn.btn-buy:focus,
.btn.btn-buy:active.focus,
.btn.btn-buy.active.focus,
.open > .dropdown-toggle.btn.btn-buy.focus {
  color: #ffffff;
  background-color: #453369;
  border-color: #453369;
  outline: none;
}
.btn.btn-buy:active,
.btn.btn-buy.active,
.open > .dropdown-toggle.btn.btn-buy {
  background-image: none;
}
.btn.btn-buy.disabled:hover,
.btn.btn-buy[disabled]:hover,
fieldset[disabled] .btn.btn-buy:hover,
.btn.btn-buy.disabled:focus,
.btn.btn-buy[disabled]:focus,
fieldset[disabled] .btn.btn-buy:focus,
.btn.btn-buy.disabled.focus,
.btn.btn-buy[disabled].focus,
fieldset[disabled] .btn.btn-buy.focus {
  background-color: #453369;
  border-color: #453369;
}
.btn.btn-buy .badge {
  color: #ffffff;
  background-color: #453369;
}
.btn.btn-facebook {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn.btn-facebook:focus,
.btn.btn-facebook.focus {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn.btn-facebook:hover {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn.btn-facebook:active,
.btn.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-facebook {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn.btn-facebook:active:hover,
.btn.btn-facebook.active:hover,
.open > .dropdown-toggle.btn.btn-facebook:hover,
.btn.btn-facebook:active:focus,
.btn.btn-facebook.active:focus,
.open > .dropdown-toggle.btn.btn-facebook:focus,
.btn.btn-facebook:active.focus,
.btn.btn-facebook.active.focus,
.open > .dropdown-toggle.btn.btn-facebook.focus {
  color: #ffffff;
  background-color: #4267b2;
  border-color: #4267b2;
  outline: none;
}
.btn.btn-facebook:active,
.btn.btn-facebook.active,
.open > .dropdown-toggle.btn.btn-facebook {
  background-image: none;
}
.btn.btn-facebook.disabled:hover,
.btn.btn-facebook[disabled]:hover,
fieldset[disabled] .btn.btn-facebook:hover,
.btn.btn-facebook.disabled:focus,
.btn.btn-facebook[disabled]:focus,
fieldset[disabled] .btn.btn-facebook:focus,
.btn.btn-facebook.disabled.focus,
.btn.btn-facebook[disabled].focus,
fieldset[disabled] .btn.btn-facebook.focus {
  background-color: #4267b2;
  border-color: #4267b2;
}
.btn.btn-facebook .badge {
  color: #ffffff;
  background-color: #4267b2;
}
.btn.btn-google {
  color: #796b63;
  background-color: #ffffff;
  border-color: #796b63;
}
.btn.btn-google:focus,
.btn.btn-google.focus {
  color: #796b63;
  background-color: #ffffff;
  border-color: #796b63;
}
.btn.btn-google:hover {
  color: #796b63;
  background-color: #ffffff;
  border-color: #796b63;
}
.btn.btn-google:active,
.btn.btn-google.active,
.open > .dropdown-toggle.btn.btn-google {
  color: #796b63;
  background-color: #ffffff;
  border-color: #796b63;
}
.btn.btn-google:active:hover,
.btn.btn-google.active:hover,
.open > .dropdown-toggle.btn.btn-google:hover,
.btn.btn-google:active:focus,
.btn.btn-google.active:focus,
.open > .dropdown-toggle.btn.btn-google:focus,
.btn.btn-google:active.focus,
.btn.btn-google.active.focus,
.open > .dropdown-toggle.btn.btn-google.focus {
  color: #796b63;
  background-color: #ffffff;
  border-color: #796b63;
  outline: none;
}
.btn.btn-google:active,
.btn.btn-google.active,
.open > .dropdown-toggle.btn.btn-google {
  background-image: none;
}
.btn.btn-google.disabled:hover,
.btn.btn-google[disabled]:hover,
fieldset[disabled] .btn.btn-google:hover,
.btn.btn-google.disabled:focus,
.btn.btn-google[disabled]:focus,
fieldset[disabled] .btn.btn-google:focus,
.btn.btn-google.disabled.focus,
.btn.btn-google[disabled].focus,
fieldset[disabled] .btn.btn-google.focus {
  background-color: #ffffff;
  border-color: #796b63;
}
.btn.btn-google .badge {
  color: #796b63;
  background-color: #ffffff;
}
.btn.btn-icon {
  margin-right: 10px;
}
.btn.btn-icon .icon {
  font-size: 20px;
  padding-right: 20px;
  top: 2px;
}
@media (max-width: 767px) {
  .btn.btn-block-mobile {
    width: 100%;
    float: none;
  }
}
.btn:hover,
.btn:focus,
.btn:visited,
.btn:hover {
  outline: 0px !important;
  -webkit-appearance: none;
}
.btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.new-address {
  font-family: 'Calibri Bold';
  font-size: 14px;
}
.link-new-address {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
}
.link-new-address .icon {
  font-size: 14px;
}
.edit-action {
  float: right;
  font-size: 14px;
}
.link-see-all {
  color: #796b63;
  text-decoration: none!important;
  padding-top: 10px;
  display: block;
}
.link-see-all a {
  color: #796b63;
}
.link-see-all a:hover,
.link-see-all a:focus {
  color: #796b63;
}
.link-see-all .text {
  text-decoration: underline;
  font-size: 19px;
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .link-see-all .text {
    font-size: 19.33333333px;
  }
}
@media (min-width: 1250px) {
  .link-see-all .text {
    font-size: 20px;
  }
}
.link-see-all .icon {
  display: block;
  font-size: 25px;
  line-height: 20px;
  text-decoration: none!important;
}
@media (min-width: 768px) {
  .link-see-all .icon {
    font-size: 27.33333333px;
  }
}
@media (min-width: 1250px) {
  .link-see-all .icon {
    font-size: 32px;
  }
}
.link-see-all:hover,
.link-see-all:active,
.link-see-all:visited {
  color: #796b63;
}
.link-see-all:hover a,
.link-see-all:active a,
.link-see-all:visited a {
  color: #796b63;
}
.link-see-all:hover a:hover,
.link-see-all:active a:hover,
.link-see-all:visited a:hover,
.link-see-all:hover a:focus,
.link-see-all:active a:focus,
.link-see-all:visited a:focus {
  color: #796b63;
}
label,
.radio-label {
  font-size: 16px;
  color: #796b63;
  font-family: 'Calibri';
  font-weight: 300 !important;
}
textarea.form-control {
  line-height: 26px !important;
}
.input-group .form-control {
  z-index: 1;
}
.form-control {
  /* Remove shadow in IOs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-width: 1px;
  webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #c0b9b6;
  border-radius: 0;
  color: #796b63;
  font-size: 16px;
  padding: 6px 10px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c0b9b6 !important;
}
.mandatory > label:after {
  content: " *";
  color: #e21d38;
  font-weight: 400;
}
.mandatory-special > label:after {
  content: " **";
  color: #e21d38;
}
.has-error .form-control {
  border-color: #e21d38 !important;
}
.help-block,
.has-error .help-block {
  color: #e21d38;
  font-size: 16px;
  font-weight: 300 !important;
}
footer .help-block,
footer .has-error .help-block {
  display: none!important;
}
.checkbox,
.radio {
  margin-top: 7px;
  margin-bottom: 7px;
}
.checkbox > label,
.radio > label {
  position: relative;
  padding-left: 28px;
}
.checkbox > label > input,
.radio > label > input {
  visibility: hidden;
}
.checkbox > label > input:checked + span:after,
.radio > label > input:checked + span:after {
  display: block;
  font-size: 12px;
}
.checkbox > label > span:before,
.radio > label > span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: solid 1px #c0b9b6;
}
.checkbox > label > span:after,
.radio > label > span:after {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  color: #796b63;
  border-radius: 100%;
}
.checkbox.checkbox-big > label,
.radio.checkbox-big > label,
.checkbox.radio-big > label,
.radio.radio-big > label {
  padding-left: 32px;
}
.checkbox.checkbox-big > label > span:before,
.radio.checkbox-big > label > span:before,
.checkbox.radio-big > label > span:before,
.radio.radio-big > label > span:before {
  top: 3px;
  width: 22px;
  height: 22px;
}
.checkbox.checkbox-big > label > span:after,
.radio.checkbox-big > label > span:after,
.checkbox.radio-big > label > span:after,
.radio.radio-big > label > span:after {
  left: 5px;
  top: 8px;
  width: 12px;
  height: 12px;
}
.checkbox.checkbox-big > label > span:after,
.radio.checkbox-big > label > span:after {
  top: 2px;
  font-size: 16px!important;
  left: 4px!important;
}
.checkbox.checkbox-small > label,
.radio.checkbox-small > label,
.checkbox.radio-small > label,
.radio.radio-small > label {
  padding-left: 28px;
}
.checkbox.checkbox-small > label > span:before,
.radio.checkbox-small > label > span:before,
.checkbox.radio-small > label > span:before,
.radio.radio-small > label > span:before {
  top: 0px;
  width: 18px;
  height: 18px;
}
.checkbox.checkbox-small > label > span:after,
.radio.checkbox-small > label > span:after,
.checkbox.radio-small > label > span:after,
.radio.radio-small > label > span:after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
}
.checkbox > label > input:disabled + span:before {
  border-color: #c0b9b6;
}
.checkbox > label > input:not(:disabled):checked + span:after {
  display: block;
  color: #796b63;
}
.checkbox > label > input:disabled:checked + span:after {
  display: block;
  color: #796b63;
}
.checkbox > label > span:after {
  font-family: "nutricon";
  content: '\f00c';
  top: 0;
  left: 3px;
  font-size: 12px;
  background: none;
  color: #796b63;
}
.checkbox.checkout-payment {
  margin: 0;
  padding: 10px 15px;
  background-color: #f1f0ef;
}
.radio > label > input:disabled + span:before {
  border-color: #c0b9b6;
}
.radio > label > input:not(:disabled):checked + span:after {
  display: block;
  background: #796b63;
}
.radio > label > input:disabled:checked + span:after {
  display: block;
  background: #c0b9b6;
}
.radio > label span:before,
.radio > label span:after {
  border-radius: 100%;
}
.radio.radio-selector {
  display: inline-block;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .radio.radio-selector {
    width: 49%;
    display: inline-block;
  }
  .radio.radio-selector:first-child {
    margin-right: 2px;
  }
}
.radio.radio-selector label {
  padding-left: 28px;
  padding-right: 28px;
}
.radio.radio-selector label > input {
  display: none;
}
.radio.radio-selector label input:not(:disabled):checked + span:after {
  display: block;
  background: #c9d022;
  height: 3px;
  top: auto;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-left: 1px solid #d7d2d0;
  border-right: 1px solid #d7d2d0;
  border-bottom: 1px solid #d7d2d0;
}
.radio.radio-selector span {
  line-height: 54px;
  text-align: center;
  font-size: 12px;
  font-family: 'Calibri Bold';
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .radio.radio-selector span {
    font-size: 16px;
  }
}
.radio.radio-selector span:before {
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid #d7d2d0;
  border-radius: 0;
}
.radio.radio-selector span:after {
  display: block;
  background: transparent;
  height: 100%;
  top: 0;
  left: 0;
  width: 20px;
  border-radius: 0;
}
.has-error .checkbox,
.has-error .radio {
  color: inherit;
}
.has-error .checkbox > label > span:before,
.has-error .radio > label > span:before {
  border-color: #e21d38;
}
.form-group > label + .radio,
.form-group > label + .checkbox {
  margin-top: 5px;
}
.form-group > label small {
  color: #c0b9b6;
}
.form-group > label small a {
  color: #c0b9b6;
}
.form-group > label small a:hover,
.form-group > label small a:focus {
  color: #c0b9b6;
}
.checkboxes-no-margin,
.radios-no-margin {
  margin: -11px 0;
  padding: 1px 0;
}
.form-select {
  position: relative;
  background: #ffffff;
  text-transform: uppercase;
  border: none;
}
.form-select.form-select-sm {
  width: 60px;
}
.form-select:before {
  position: absolute;
  font-size: 14px;
  font-family: "nutricon";
  content: '\f078';
  color: #796b63;
  right: 10px;
  top: 10px;
  zoom: 1;
}
.form-select select {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: none;
  padding-right: 25px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  border: 1px solid #c0b9b6 !important;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select select:focus,
.form-select select:hover,
.form-select select:active,
.form-select select:visited {
  border: 1px solid #c0b9b6 !important;
}
.form-inline .form-select {
  display: inline-block;
}
.input-group input {
  line-height: 40px;
  height: 40px;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .form-select {
  max-width: 80px;
}
.form-horizontal hr {
  background: none;
  border-top: solid 1px #c0b9b6;
  height: 0;
  margin: 10px 0;
}
/***************************************
// 			CHECKOUT SHIPPING
****************************************/
.form-wrapper-shipping {
  padding: 15px;
  background-color: #f1f0ef;
}
.text-small-address {
  font-size: 16px;
}
/***************************************
// 			ALERT & PANEL 
****************************************/
.alert {
  padding: 15px 10px;
  margin-top: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  background-image: none;
  border: 1px solid;
  font-size: 16px;
  font-family: 'Calibri Bold';
  text-shadow: none;
  box-shadow: none;
  line-height: 1.2em;
}
.alert.alert-success,
.alert.alert-info,
.alert.alert-warning,
.alert.alert-danger {
  background-color: #ffffff !important;
}
.alert.alert-success {
  border-color: #c9d022;
  color: #c9d022;
}
.alert.alert-success a {
  color: #c9d022;
}
.alert.alert-success a:hover,
.alert.alert-success a:focus {
  color: #c9d022;
}
.alert.alert-info {
  border-color: #c9c4c1;
  color: #c9c4c1;
}
.alert.alert-info a {
  color: #c9c4c1;
}
.alert.alert-info a:hover,
.alert.alert-info a:focus {
  color: #c9c4c1;
}
.alert.alert-warning {
  border-color: #796b63;
  color: #796b63;
}
.alert.alert-warning a {
  color: #796b63;
}
.alert.alert-warning a:hover,
.alert.alert-warning a:focus {
  color: #796b63;
}
.alert.alert-danger {
  border-color: #e21d38;
  color: #e21d38;
}
.alert.alert-danger a {
  color: #e21d38;
}
.alert.alert-danger a:hover,
.alert.alert-danger a:focus {
  color: #e21d38;
}
.tabs-product .panel-group .panel {
  background-color: inherit;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 0;
}
.tabs-product .panel-group .panel .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d7d2d0;
  border-radius: 0;
}
.tabs-product .panel-group .panel .panel-heading a {
  position: relative;
  display: block;
  color: #796b63;
  text-transform: uppercase;
  font-family: 'Calibri Bold';
}
.tabs-product .panel-group .panel .panel-heading a:after {
  position: absolute;
  font-size: 20px;
  font-family: "nutricon";
  content: "\e91e" !important;
  color: #796b63;
  right: 0;
  top: 0;
  zoom: 1;
}
.tabs-product .panel-group .panel .panel-heading a.collapsed:after {
  content: "\e91d" !important;
}
.tabs-product .panel-group .panel .panel-heading a[aria-expanded="true"]:after {
  content: "\e91e" !important;
}
.tabs-product .panel-group .panel .panel-body {
  border-top: 0 !important;
  background-color: #d7d2d0;
}
.tabs-product .panel-group .panel + .panel {
  margin-top: 1px;
}
.banner-offer-box-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.banner-offer-box-content .banner-offer-box-link {
  margin-top: auto;
}
@media (min-width: 992px) {
  .banner-offer-box-content {
    padding: 40px;
  }
}
.box-categories {
  padding: 20px 0;
}
.box-categories .nav-tabs-categories {
  border: 0;
}
@media (min-width: 992px) {
  .box-categories .nav-tabs-categories {
    display: -ms-flexbox !important;
    display: flex!important;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .box-categories .nav-tabs-categories {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
  }
  .box-categories .nav-tabs-categories > li {
    float: none;
    display: inline-block;
  }
}
.box-categories .nav-tabs-categories > li {
  padding: 0 5px;
}
.box-categories .nav-tabs-categories > li.active a,
.box-categories .nav-tabs-categories > li.active a:hover,
.box-categories .nav-tabs-categories > li.active a:focus {
  border: 0;
  background-color: #AF92AE;
  opacity: 1;
  color: #ffffff;
}
.box-categories .nav-tabs-categories > li.active a:after,
.box-categories .nav-tabs-categories > li.active a:hover:after,
.box-categories .nav-tabs-categories > li.active a:focus:after {
  content: '';
  position: absolute;
  left: 42%;
  bottom: -29px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  clear: both;
}
.box-categories .nav-tabs-categories > li a {
  font-size: 14px;
  padding: 10px;
}
@media (min-width: 1250px) {
  .box-categories .nav-tabs-categories > li a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
.box-categories .nav-tabs-categories > li a,
.box-categories .nav-tabs-categories > li a:hover,
.box-categories .nav-tabs-categories > li a:focus {
  border: 0;
  background-color: #ffffff;
  border-radius: 0;
}
.box-categories .tab-content {
  margin: 30px 0;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .box-categories .tab-content {
    border-radius: 17px;
  }
}
@media (max-width: 991px) {
  .box-categories .tab-content {
    margin-top: 0;
    top: -8px;
  }
}
.top-banner-box-slider {
  position: relative;
  margin: 0 auto;
}
.top-banner-box-slider-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  display: flex;
}
.top-banner-box-slider-content.align-center {
  align-items: center!important;
}
.top-banner-box-slider-content.align-bottom {
  align-items: flex-end !important;
}
.top-banner-box-slider-content.left {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.top-banner-box-slider-content.left .top-banner-box-slider-content-inner,
.top-banner-box-slider-content.left .top-banner-disclaimer {
  margin-left: 30px;
}
.top-banner-box-slider-content.center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
  text-align: center;
}
.top-banner-box-slider-content.right {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.top-banner-box-slider-content.right .top-banner-box-slider-content-inner,
.top-banner-box-slider-content.right .top-banner-disclaimer {
  margin-right: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .top-banner-box-slider-content {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center !important;
  }
}
.top-banner-box-slider-content .top-banner-box-slider-content-inner,
.top-banner-box-slider-content .top-banner-disclaimer {
  position: relative;
}
@media (min-width: 768px) {
  .top-banner-box-slider-content .top-banner-box-slider-content-inner,
  .top-banner-box-slider-content .top-banner-disclaimer {
    width: 45%;
  }
}
@media (min-width: 1250px) {
  .top-banner-box-slider-content .top-banner-box-slider-content-inner,
  .top-banner-box-slider-content .top-banner-disclaimer {
    width: 40%;
  }
}
.box-sidebar {
  padding: 15px;
}
.box-sidebar .box-sidebar-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.box-sidebar .box-sidebar-title.bordered {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.box-sidebar .box-sidebar-text {
  margin: 10px 0px;
}
.box-sidebar .subscription-products {
  color: #c9c4c1;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.box-sidebar .frequency-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.box-sidebar .frequency-wrapper label {
  font-weight: 700;
}
.box-sidebar .frequency-wrapper .help-block {
  position: absolute;
}
.box-sidebar .frequency-wrapper #bfrequency {
  margin-left: 10px;
  background: transparent;
  border: 0;
  font-weight: 700;
}
.box-sidebar .customer-wishlist {
  border-bottom: 1px solid #ddd;
}
.box-sidebar .customer-wishlist tr td {
  padding: 8px 8px 8px 0;
  line-height: 1;
}
.box-sidebar .customer-wishlist .photo {
  width: 80px;
}
.box-sidebar .customer-wishlist .photo .img-thumbnail {
  border-radius: 0;
}
.box-sidebar .customer-wishlist .td-block-action {
  padding-right: 0;
}
.box-sidebar .customer-wishlist .price {
  min-width: 70px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 479px) {
  .box-sidebar .customer-wishlist .cancelled-price {
    display: block;
  }
}
@media (min-width: 992px) {
  .box-sidebar .customer-wishlist .cancelled-price {
    display: block;
  }
}
.box-sidebar .customer-wishlist .description .name a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.box-sidebar .customer-wishlist .description .additional-info {
  font-size: 12px;
  font-weight: 700;
  color: #c9c4c1;
}
.box-sidebar .customer-wishlist .wishlist-product-action a {
  color: #c9c4c1;
}
.subscription-total-price {
  padding-right: 15px;
}
.open-summary-subscription .icon {
  padding-left: 3px;
}
@media (max-width: 991px) {
  .summary-subscription {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    overflow: scroll;
    width: 100%;
  }
  .summary-subscription .summary-subscription-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.summary-subscription .close {
  position: fixed;
  z-index: 9999;
  font-size: 14px;
  right: 10px;
  top: 10px;
}
.modal .modal-dialog .modal-header {
  border: 0;
}
.modal .modal-dialog .modal-header.cookie {
  padding: 20px 30px 0;
}
.modal .modal-dialog .modal-header .modal-title {
  font-size: 20px;
  font-family: 'Calibri Bold';
}
.modal .modal-dialog .modal-footer {
  border: 0;
}
.modal .modal-dialog .modal-body-full {
  padding: 0 15px;
}
.modal .modal-dialog .modal-body-full .close {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
  text-shadow: inherit;
}
.modal .modal-content {
  border-radius: 0px;
  border: 1px solid #c0b9b6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-content .btn {
  margin-bottom: 5px;
}
.modal.modal-add-cart .modal-dialog {
  border: 4px solid #c9d022;
  font-family: 'Calibri Bold';
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.product-modal-content {
  overflow: hidden;
}
.product-modal-content .tabs-product {
  display: none;
}
.close {
  font-size: 40px;
  color: #796b63;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
}
.close:hover {
  color: #796b63;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 950px;
  }
}
.dynamic-alert-wrapper {
  position: fixed;
  right: 0;
  padding: 15px;
  width: 400px;
  z-index: 999;
}
.dynamic-alert-wrapper .dynamic-alert {
  width: 100%;
  margin: 0;
  padding: 20px 30px !important;
  background-color: #d7d2d0;
  border: 1px solid #c9c4c1;
  font-family: 'Calibri';
}
.dynamic-alert-wrapper .dynamic-alert h1,
.dynamic-alert-wrapper .dynamic-alert h2,
.dynamic-alert-wrapper .dynamic-alert h3,
.dynamic-alert-wrapper .dynamic-alert h4,
.dynamic-alert-wrapper .dynamic-alert h5 {
  font-family: 'Calibri Bold';
}
.dynamic-alert-wrapper .dynamic-alert .close {
  right: -20px;
  top: -20px;
}
.dynamic-alert-wrapper.exitpopup {
  padding: 0;
  height: 0;
  right: -400px;
  text-align: center;
}
.dynamic-alert-wrapper.exitpopup.left {
  right: auto;
  left: -400px;
}
.dynamic-alert-wrapper.exitpopup.left.in {
  left: 0;
  -webkit-transition: left 0.7s ease-out;
  -moz-transition: left 0.7s ease-out;
  -ms-transition: left 0.7s ease-out;
  -o-transition: left 0.7s ease-out;
  transition: left 0.7s ease-out;
}
.dynamic-alert-wrapper.exitpopup.in {
  height: 100%;
  right: 0;
  bottom: 10%;
  -webkit-transition: right 0.7s ease-out;
  -moz-transition: right 0.7s ease-out;
  -ms-transition: right 0.7s ease-out;
  -o-transition: right 0.7s ease-out;
  transition: right 0.7s ease-out;
}
.dynamic-alert-wrapper.exitpopup .dynamic-alert {
  z-index: 9999;
}
.dynamic-alert-wrapper.exitpopup .dynamic-alert.in {
  height: 100%;
}
.dynamic-alert-wrapper.tabpopup {
  position: fixed;
  width: 350px;
  right: -350px;
  padding: 0;
  bottom: 60px;
  z-index: 9;
  -webkit-transition: right 1.3s ease-out;
  -moz-transition: right 1.3s ease-out;
  -ms-transition: right 1.3s ease-out;
  -o-transition: right 1.3s ease-out;
  transition: right 1.3s ease-out;
}
.dynamic-alert-wrapper.tabpopup.opened {
  right: 0;
}
@media (max-width: 767px) {
  .dynamic-alert-wrapper.tabpopup {
    width: 75%;
    right: -75%;
  }
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert {
  padding: 0;
  position: relative;
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  z-index: 99;
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert .close span:first-child {
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .dynamic-alert-wrapper.tabpopup .dynamic-alert .close {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert .dynamic-header-alert {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: -121px;
  width: 120px;
}
@media (max-width: 767px) {
  .dynamic-alert-wrapper.tabpopup .dynamic-alert .dynamic-header-alert {
    left: -81px;
    width: 80px;
  }
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert .dynamic-header-alert .button-open-tab {
  background-color: #e21d38;
  color: #ffffff;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  display: block;
  padding: 14px;
}
.dynamic-alert-wrapper.tabpopup .dynamic-alert .dynamic-body-alert {
  text-align: center;
}
.final-countdown {
  margin: 20px 0;
  text-align: center;
}
.final-countdown .time {
  box-shadow: none;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 75px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.final-countdown .count {
  background: #c9d022;
  color: #ffffff;
  display: block;
  font-size: 38px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
@media (max-width: 479px) {
  .final-countdown .count {
    font-size: 24px;
  }
}
.final-countdown .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.final-countdown .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.final-countdown .count .label {
  display: none;
}
/* Animation start */
.final-countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.final-countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.final-countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.final-countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.final-countdown {
  width: 100%;
}
.final-countdown .time {
  height: 70px;
  width: 60px;
}
@media (max-width: 479px) {
  .final-countdown .time {
    height: 50px;
    width: 40px;
  }
}
.final-countdown .count {
  line-height: 70px;
}
@media (max-width: 479px) {
  .final-countdown .count {
    line-height: 50px;
  }
}
.header-top-banner {
  display: none;
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.site-header.mm-slideout {
  z-index: 1;
}
.site-header.site-header-checkout .header-wrapper {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .site-header.site-header-checkout .header-wrapper {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .site-header.site-header-checkout .header-container {
    border-bottom: 0;
  }
}
.site-header.site-header-checkout .header-container .header-logo {
  width: 150px;
}
@media (max-width: 767px) {
}
.site-header.site-header-checkout .header-menu .menu-box-message {
  border-bottom: 0!important;
}
.banner-visible .header-top-banner {
  line-height: 50px;
  display: block;
  font-size: 18px;
}
.banner-visible .header-top-banner a {
  color: #ffffff;
}
.banner-visible .header-top-banner .icon {
  padding: 0 5px;
  top: 3px;
  font-size: 20px;
}
.banner-visible .header-top-banner .header-top-banner-close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #796b63;
}
.banner-visible .header-top-banner .header-top-banner-close:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .banner-visible .header-top-banner {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
  .banner-visible .header-top-banner .header-top-banner-close {
    right: 5px;
    top: 10px;
  }
  .banner-visible .header-top-banner .icon {
    padding-left: 0px;
    padding-top: 3px;
  }
}
.search-box {
  display: none;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 30px 0;
}
.search-box .search-box-container {
  position: relative;
  display: table;
}
.search-box .search-box-container .logo {
  display: table-cell;
  padding-left: 15px;
  padding-right: 45px;
  max-width: 261px;
}
.search-box .search-box-container .form-search-icon {
  display: table-cell;
}
.search-box .search-box-container .form-search {
  display: table-cell;
  width: 100%;
}
.search-box .search-box-container .form-search .form-control-search {
  border: none;
  border-bottom: 1px solid #796b63;
  width: 100%;
}
@media (max-width: 767px) {
  .search-box .search-box-container {
    display: block;
  }
  .search-box .search-box-container .logo {
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .search-box .search-box-container .reset-form {
    display: table-cell;
  }
}
.search-box .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
}
.icon-list-item {
  font-family: 'Calibri' !important;
}
.icon-list-item.cart a {
  position: relative;
}
.icon-list-item.cart a .cart-header-quantity {
  position: absolute;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  top: -10px;
  background-color: #c9d022;
  color: #ffffff;
  font-size: 12px;
  right: -10px;
}
@media (min-width: 992px) {
  .icon-list-item.cart a .cart-header-quantity {
    right: -16px;
    top: -12px;
  }
}
@media (min-width: 1250px) {
  .icon-list-item.cart a .cart-header-quantity {
    right: -18px;
    top: -10px;
  }
}
@media (max-width: 479px) {
  .icon-list-item.cart a .cart-header-quantity {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.header-wrapper {
  padding: 30px 0 0 0;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f0ef;
}
.header-wrapper .header-container {
  position: relative;
  display: table;
  width: 100%;
}
.header-wrapper .header-container .header-top {
  position: absolute;
  top: 5px;
  right: 0;
}
.header-wrapper .header-container .header-top .customer {
  margin: 0;
}
.header-wrapper .header-container .header-top .customer .customer-name {
  font-family: 'Calibri Bold';
  color: #c9d022;
}
.header-wrapper .header-container .header-top .customer a {
  text-decoration: none;
  padding-left: 10px;
}
.header-wrapper .header-container .header-top .customer a.logout:before {
  content: "|";
  padding-right: 10px;
}
.header-wrapper .header-container .header-top .list-search {
  list-style: none;
  display: block;
  margin-top: -14px;
}
.header-wrapper .header-container .header-top .list-search li {
  height: 35px;
}
.header-wrapper .header-container .header-top .list-search li .input-group {
  width: 220px;
  margin-top: 2px;
}
@media (max-width: 1249px) {
  .header-wrapper .header-container .header-top .list-search li .input-group {
    width: 200px;
  }
}
.header-wrapper .header-container .header-top .list-search li .input-group .input-search {
  height: 32px;
  line-height: 32px;
}
.header-wrapper .header-container .header-top .list-search li .input-group .input-group-btn {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
@media (max-width: 1249px) {
  .header-wrapper .header-container .header-top .list-search li .input-group .input-group-btn {
    adding-left: 0;
  }
}
.header-wrapper .header-container .header-top .list-search li .input-group .btn {
  padding: 0 5px;
  background: transparent;
  color: #796b63;
  opacity: 1;
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
  font-size: 20px;
}
.header-wrapper .header-container .header-top .list-search .input-search {
  border: none;
  border-bottom: 1px solid #796b63;
}
.header-wrapper .header-container .header-logo {
  padding-bottom: 8px;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .header-container .header-menu {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.header-wrapper .header-container .header-menu .menu-box {
  font-size: 16px;
}
.header-wrapper .header-container .header-menu .menu-box .icon {
  font-size: 26px;
  top: 5px;
  position: relative;
}
.header-wrapper .header-container .header-menu .menu-box .menu-box-message {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f0ef;
}
.header-wrapper .header-container .header-menu .menu-box .menu-box-message .menu-box-message-shipping {
  display: inline-block;
}
.header-wrapper .header-container .header-menu .menu-box .menu-box-message .menu-box-message-phone {
  display: inline-block;
  padding-left: 20px;
}
.header-wrapper .header-container .header-menu .menu-box .menu-box-message .menu-box-message-phone a {
  margin-left: -10px;
}
.header-wrapper .header-container .header-menu .menu-box .navbar-nav {
  padding-top: 22px;
  font-size: 18px;
  color: #796b63;
  font-family: 'Calibri Bold';
}
.header-wrapper .header-container .header-menu .menu-box .list-right {
  padding-top: 15px;
}
.header-wrapper .header-container .header-menu .menu-box li {
  margin: 0 25px;
}
.header-wrapper .header-container .header-menu .menu-box li:first-child {
  margin-left: 20px;
}
@media (max-width: 1249px) {
  .header-wrapper .header-container .header-menu .menu-box li {
    margin: 0 15px;
  }
  .header-wrapper .header-container .header-menu .menu-box li:first-child {
    margin-left: 0;
  }
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown {
  padding-bottom: 30px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.open {
  padding-bottom: 20px;
  border-bottom: 3px solid #796b63;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart.open {
  border-bottom: 3px solid #ffffff;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu {
  border: 1px solid #d7d2d0;
  padding: 15px;
  min-width: 300px;
  max-height: 400px;
  overflow-y: auto;
  margin-right: -5px;
  border-radius: 0;
  left: auto;
  right: -2px;
  background-color: #ffffff;
  margin-top: 14px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart {
  margin-bottom: 5px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart tr {
  border-bottom: 1px solid #d7d2d0;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart td {
  border: none;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart .sku .details {
  min-width: 200px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart .sku .details .product-name {
  font-size: 14px;
  line-height: 1em;
  font-family: 'Calibri Bold';
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart .sku .quantity .sku-quantity {
  width: 30px;
  height: 30px;
  color: #796b63;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 26px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart .sku .total {
  min-width: 90px;
  text-align: right;
  margin-bottom: 10px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu table.cart .sku .total .sku-price {
  font-size: 18px;
  text-align: right;
  position: relative;
  min-width: 150px;
  line-height: 20px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu .total-price {
  text-align: right;
  font-size: 18px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu .total-price .price {
  font-family: 'Calibri Bold';
  font-size: 22px;
  padding-left: 20px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu .btn {
  font-size: 18px;
  display: block;
  padding: 0px 40px;
  border-radius: 0;
  border: none;
  background-image: none;
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu .btn.btn-cart-preview {
  background-color: #c9d022;
  border-color: #c9d022;
  color: #ffffff;
  margin-top: 20px;
}
.header-wrapper .header-container .header-menu .menu-box li.dropdown.cart .dropdown-menu .btn.btn-cart-empty-preview {
  background-color: #796b63;
  border-color: #d7d2d0;
  color: #ffffff;
}
.header-wrapper .header-container .header-menu .menu-box a {
  text-transform: uppercase;
  padding: 0;
  background: none;
  text-decoration: none;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu {
  background-color: #f1f0ef;
  border: 2px solid #d7d2d0;
  box-shadow: none;
  margin-top: 7px;
  border-radius: 0;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu ul > li {
  margin: 0 20px;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-header {
  padding: 5px 0;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-header a {
  font-size: 18px;
}
@media (min-width: 768px) {
  .header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-header a {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-header a {
    font-size: 18px;
  }
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-header.dropdown {
  margin: 0;
  padding: 5px 20px;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu a {
  font-weight: normal;
  font-family: 'Calibri';
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu a:hover {
  text-decoration: underline;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-submenu {
  position: relative;
  padding-right: 20px;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -5px;
  margin-top: 0;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-header-child a {
  font-size: 16px;
}
.header-wrapper .header-container .header-menu .menu-box .dropdown-menu .dropdown-submenu > a:after {
  font-family: 'nutricon' !important;
  content: "\f105";
  display: block;
  float: right;
  margin-right: -5px;
  margin-top: -2px;
  font-size: 20px;
}
.header-wrapper .header-container .header-menu .menu-box .list-right {
  margin: 0;
}
.header-wrapper .header-container .header-menu .menu-box .list-right li {
  margin: 0;
}
.header-wrapper .header-container .header-menu .menu-box .list-right li.icon-list-item a {
  font-size: 22px;
}
.header-wrapper .header-container .header-menu .menu-box .list-right li.icon-list-item.logged a {
  color: #c9d022;
  font-size: 18px;
  padding-left: 2px;
}
.sticky .header-wrapper {
  padding: 15px 0 0 0;
}
.sticky .header-wrapper .header-container .header-menu .menu-box li.dropdown {
  padding-bottom: 15px;
}
.sticky .header-wrapper .header-container .header-menu .menu-box li.dropdown.open {
  padding-bottom: 13px;
}
.sticky .header-wrapper .header-container .header-menu .menu-box li.dropdown.cart.open {
  padding-bottom: 0;
}
.header-mobile {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #796b63;
  background-color: #ffffff;
}
.header-mobile .header-mobile-top {
  background-color: #ffffff;
  padding: 0 10px;
}
.header-mobile .header-mobile-top .list-left {
  float: left;
  margin: 0;
  font-size: 24px;
  line-height: 84px;
}
.header-mobile .header-mobile-top .list-left a {
  color: #796b63;
  text-decoration: none!important;
}
.header-mobile .header-mobile-top .logo {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 140px;
}
.header-mobile .header-mobile-top .logo img {
  width: 100%;
}
.header-mobile .header-mobile-top .list-right {
  float: right;
  margin: 0;
}
.header-mobile .header-mobile-top .list-right .icon-list-item {
  line-height: 84px;
  font-size: 24px;
  padding: 0 3px;
}
.header-mobile .header-mobile-top .list-right .icon-list-item.logged a {
  color: #c9d022;
}
.breadcrumb-box {
  overflow: hidden;
  font-size: 14px;
}
.breadcrumb-box .breadcrumb {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  margin: 10px 0;
  text-transform: uppercase;
}
.breadcrumb-box .breadcrumb > li + li:before {
  font-size: 12px;
  content: "\003e";
  padding: 0 5px;
  color: #796b63;
}
.breadcrumb-box .breadcrumb .active {
  color: #c9d022;
}
.breadcrumb-box .breadcrumb li:last-child a {
  color: #c9d022;
}
.top-bar {
  padding: 5px 0;
  font-size: 16px;
}
.top-bar .icon {
  font-size: 20px;
  margin-right: 10px;
}
.top-bar a {
  color: #ffffff;
}
.mm-slideout {
  z-index: auto;
}
#menu:not( .mm-menu ) {
  display: none;
}
.mm-listview > li > a,
.mm-listview > li > span,
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: #796b63;
  font-size: 18px;
}
.mm-listview > li > a a,
.mm-listview > li > span a,
.mm-menu.mm-theme-white .mm-navbar a a,
.mm-menu.mm-theme-white .mm-navbar > * a,
.mm-menu.mm-theme-white em.mm-counter a {
  color: #796b63;
}
.mm-listview > li > a a:hover,
.mm-listview > li > span a:hover,
.mm-menu.mm-theme-white .mm-navbar a a:hover,
.mm-menu.mm-theme-white .mm-navbar > * a:hover,
.mm-menu.mm-theme-white em.mm-counter a:hover,
.mm-listview > li > a a:focus,
.mm-listview > li > span a:focus,
.mm-menu.mm-theme-white .mm-navbar a a:focus,
.mm-menu.mm-theme-white .mm-navbar > * a:focus,
.mm-menu.mm-theme-white em.mm-counter a:focus {
  color: #796b63;
}
.mm-panel.mm-hasnavbar .mm-navbar,
.mm-navbar.mm-hasbtns {
  background-color: #f1f0ef;
}
.mm-title {
  font-size: 18px;
  font-family: 'Calibri Bold';
}
.mm-menu,
.mm-menu.mm-theme-white {
  border-color: #796b63;
  border-right: 2px solid #ffffff;
  color: #796b63;
}
.mm-menu a,
.mm-menu.mm-theme-white a {
  color: #796b63;
}
.mm-menu a:hover,
.mm-menu.mm-theme-white a:hover,
.mm-menu a:focus,
.mm-menu.mm-theme-white a:focus {
  color: #796b63;
}
.mm-menu .mm-listview,
.mm-menu.mm-theme-white .mm-listview {
  text-transform: uppercase;
}
.mm-navbar-size-2 {
  height: 64px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 65px;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 4;
}
.mm-prev:before {
  left: 15px;
}
.mm-next:after {
  right: 15px;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding-left: 15px;
}
/*******************************
 * 		HEADER
 *******************************/
#mm-blocker.mm-slideout {
  background-color: rgba(191, 189, 185, 0.12);
}
.mm-menu .menu-tab {
  text-transform: uppercase;
  font-family: 'Calibri Bold';
}
.mm-menu .page-header {
  margin-top: 12px;
}
.mm-menu .customer .customer-name {
  font-family: 'Calibri Bold';
  color: #c9d022;
}
/*******************************
 * 		SEARCH FILTER
 *******************************/
#menu-search {
  border: none!important;
}
#menu-search .search-list {
  margin: 0 -10px;
}
#menu-search .mm-navbars-bottom {
  border: 0;
  height: 48px;
}
#menu-search .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 16px;
}
#menu-search .mm-close:after,
#menu-search .mm-close:before {
  width: 8px;
  height: 8px;
}
#menu-search .close-filter-search {
  position: absolute;
  right: 10px;
  top: 5px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
}
#menu-search .mm-prev:before {
  left: 15px;
  right: auto;
}
#menu-search .mm-listview .mm-spacer.mm-divider {
  padding: 10px 0;
}
#menu-search .mm-listview .mm-divider {
  text-indent: 20px;
  font-family: 'Calibri Bold';
  margin-left: -15px;
}
#menu-search p {
  margin: 0 -10px;
}
#menu-search label.mm-check,
#menu-search label.mm-toggle {
  right: 15px;
}
#menu-search .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
#menu-search .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 0;
  width: 70%;
}
#menu-search em.mm-counter {
  right: 30px;
  font-size: 12px;
  width: 30%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
#menu-search .mm-listview > li.li-nested {
  padding-left: 10px;
}
#menu-search .loading {
  display: none;
}
#menu-search.overlay .mm-panels {
  opacity: 0.3;
}
#menu-search .btn-filter-search,
#menu-search .btn-set-filter {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff !important;
  border-radius: 0;
}
#menu-search .search-selected {
  margin-bottom: 30px;
  margin-left: 12px;
}
#menu-search .search-selected .title {
  font-family: 'Calibri Bold';
}
#menu-search .search-selected .search-item {
  font-size: 16px;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #796b63;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #796b63;
}
.mm-menu.mm-theme-white input:checked + label.mm-check:before {
  border-color: #796b63;
}
.mm-title {
  font-size: 16px;
}
#menu-search .mm-navbars-bottom {
  height: auto;
}
#menu-search .mm-navbars-bottom .banner {
  padding: 0;
  width: 100%;
}
#menu-search .mm-navbars-bottom .banner .banner-image img {
  width: 100%;
}
#menu-search .mm-navbars-bottom .btn-filter-search {
  margin-top: 20px;
}
a {
  outline: none!important;
}
@media (max-width: 991px) {
  .expert-img-slide {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .slide-products {
    overflow: hidden;
  }
}
.slide-products .slick-dots {
  bottom: 6px;
}
.slide-products .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .slide-products .slick-slide {
    margin: 0px;
  }
}
.slide-products .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .slide-products .slick-list {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .slide-products .product-wrapper {
    margin-bottom: 30px;
  }
}
.brand-products .slide-products {
  border: none;
}
.slick-slide {
  outline: none!important;
}
.slick-slide:focus,
.slick-slide:hover,
.slick-slide:active,
.slick-slide:visited {
  outline: none!important;
}
.slick-dots .slick-active button:before {
  background-color: #796b63;
}
.slick-dots li {
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick-dots li button:before {
  content: "";
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 767px) {
  .slick-dots li button:before {
    border: 2px solid #796b63;
  }
}
@media (max-width: 767px) {
  .slick-dots li button {
    margin-top: 0;
  }
}
.sectionListBanner .slick-active button:before {
  background-color: #ffffff;
}
.sectionListBanner li button:before {
  border: 2px solid #ffffff;
}
.sectionExpert.page-list-expert .slick-dots {
  bottom: 10px;
}
.sectionExpert.page-list-expert .slick-active button:before {
  background-color: #ffffff;
}
.sectionExpert.page-list-expert li button:before {
  border: 2px solid #ffffff;
}
.slick-prev,
.slick-next {
  z-index: 1;
  color: #796b63;
  top: 40%;
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  font-family: 'nutricon' !important;
  color: #796b63;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -5px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: -5px;
}
.slick-next:before {
  content: "\f105";
}
.product-photos-slider .slick-prev,
.product-photos-slider .slick-next {
  top: 50%;
}
@media (min-width: 1250px) {
  .product-photos-slider .slick-prev {
    left: 40px;
  }
  .product-photos-slider .slick-next {
    right: 40px;
  }
}
.product-photos-slider:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
.main-slider .title {
  font-size: 28px;
}
@media (min-width: 992px) {
  .main-slider .title {
    font-size: 36px;
  }
}
@media (min-width: 1250px) {
  .main-slider .title {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .site-wrapper-checkout {
    margin-bottom: 164px;
  }
}
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  line-height: 50px;
  background-color: #796b63;
  border: 1px solid #d7d2d0;
  color: #ffffff !important;
  z-index: 99;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:visited,
.back-to-top:active {
  color: #ffffff;
  text-decoration: none;
}
.back-to-top .icon {
  font-size: 18px;
}
@media (min-width: 992px) {
  footer.checkout {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 164px;
  }
}
footer.checkout .section-footer {
  padding: 30px 0 10px;
}
footer.checkout ul li.title {
  display: inline-block;
}
footer.checkout ul li .box-benefit {
  margin-bottom: -9px;
}
footer.checkout ul li .box-benefit span:first-child {
  font-size: 30px;
  width: 30px;
  font-weight: 600;
}
footer.checkout ul.order-phone-list,
footer.checkout ul.payment-list {
  text-align: center;
}
@media (min-width: 768px) {
  footer.checkout ul.order-phone-list {
    text-align: left;
  }
  footer.checkout ul.payment-list {
    text-align: right;
  }
}
footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #675e59, #948982, #675e59);
  background-image: -moz-linear-gradient(left, #675e59, #948982, #675e59);
  background-image: -ms-linear-gradient(left, #675e59, #948982, #675e59);
  background-image: -o-linear-gradient(left, #675e59, #948982, #675e59);
}
footer .section-newsletter.section-newsletter-home {
  background-color: #c9d022;
}
footer .section-newsletter.section-newsletter-home .box-title {
  color: #796b63;
}
footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
  font-family: 'Calibri Bold';
  font-size: 21px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
    font-size: 22px;
  }
}
@media (min-width: 1250px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
    font-size: 24px;
  }
}
footer .section-newsletter.section-newsletter-home .box-title .title-newsletter .icon {
  font-size: 40px;
  top: 10px;
  padding: 0;
  padding-right: 10px;
  position: relative;
  line-height: 0;
}
@media (max-width: 991px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
    font-size: 21px;
    line-height: 1em;
    padding: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
    font-size: 22px;
  }
}
@media (max-width: 991px) and (min-width: 1250px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  footer .section-newsletter.section-newsletter-home .box-title .title-newsletter .icon {
    display: none;
  }
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter {
  max-width: 500px;
  margin: 0 auto;
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .subtitle-newsletter {
  padding-bottom: 20px;
  margin: 0;
  font-size: 20px;
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .subtitle-newsletter .icon {
  color: #796b63;
}
@media (max-width: 991px) {
  footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .subtitle-newsletter {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .subtitle-newsletter {
    text-align: left;
  }
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .form-group {
  margin-bottom: 0;
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .icon {
  color: #796b63;
  font-size: 70px;
  display: none!important;
}
@media (max-width: 991px) {
  footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .icon {
    font-size: 100px;
  }
}
footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .icon-newsletter-mobile {
  display: block!important;
  float: left;
  margin-right: 10px;
  font-size: 60px;
}
@media (max-width: 767px) {
  footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .input-group {
    display: block;
  }
  footer .section-newsletter.section-newsletter-home .box-newsletter .form-newsletter .input-group input {
    margin-bottom: 15px;
  }
}
footer .section-newsletter.section-newsletter-home .box-newsletter .box-privacy {
  text-align: left;
}
@media (max-width: 767px) {
  footer .section-newsletter.section-newsletter-home .box-newsletter .box-privacy {
    padding: 0;
  }
}
footer .section-newsletter.section-newsletter-home .box-newsletter .box-privacy .checkbox label {
  line-height: 20px;
  font-size: 16px;
}
footer .section-newsletter.section-newsletter-home .box-newsletter .btn-submit-mobile {
  margin: 0 auto;
  margin-bottom: 15px;
}
footer .section-newsletter.small {
  background-color: #AF92AE;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  padding: 40px 20px;
}
footer .section-newsletter.small .title-newsletter {
  font-family: 'Calibri Bold';
  font-size: 19px;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .section-newsletter.small .title-newsletter {
    font-size: 19.33333333px;
  }
}
@media (min-width: 1250px) {
  footer .section-newsletter.small .title-newsletter {
    font-size: 20px;
  }
}
footer .section-newsletter.small .form-newsletter {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
footer .section-newsletter.small .form-newsletter a {
  color: #ffffff;
  text-decoration: underline;
}
footer ul > li.title {
  padding-bottom: 5px;
  font-family: 'Calibri Bold';
  text-transform: none !important;
  font-size: 16px;
  display: block;
}
@media (min-width: 768px) {
  footer .list-payments {
    margin-top: 40px;
  }
}
footer .list-payments img {
  margin-right: 5px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  footer .wrapper-brd {
    border-left: 2px solid #f1f0ef;
    padding-left: 30px;
  }
}
footer .section-info-box {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 2px solid #f1f0ef;
}
@media (max-width: 767px) {
  footer .section-info-box {
    padding: 0;
  }
}
footer .section-info-box .section-title .title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .section-info-box .section-title .title {
    margin-bottom: 0px;
  }
}
footer .section-info-box .info-box {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  footer .section-info-box .info-box {
    padding: 10px 0;
  }
}
footer .section-info-box .info-box .icon {
  font-size: 50px;
}
footer .section-info-box .info-box a {
  text-decoration: none!important;
}
footer .section-info-box .info-box .text {
  font-size: 18px;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer .section-info-box .info-box .text {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  footer .section-info-box .info-box .text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  footer .section-info-box .info-box .text {
    padding: 10px 40px;
  }
}
footer .section-info-box .info-box .line-title {
  height: 2px;
  position: relative;
  background-color: #796b63;
  bottom: 10px;
  width: 0;
  left: 17.5%;
}
footer .section-footer {
  background-color: #ffffff;
  padding-bottom: 20px;
  color: #796b63;
}
@media (min-width: 992px) {
  footer .section-footer {
    padding-bottom: 40px;
  }
}
footer .section-footer a,
footer .section-footer .icon {
  color: #796b63;
  text-decoration: none;
}
footer .section-footer a:hover,
footer .section-footer .icon:hover,
footer .section-footer a:visited,
footer .section-footer .icon:visited,
footer .section-footer a:active,
footer .section-footer .icon:active,
footer .section-footer a:focus,
footer .section-footer .icon:focus {
  color: #796b63;
}
footer .section-footer .box-benefit {
  position: relative;
  display: table;
}
@media (max-width: 767px) {
}
footer .section-footer .box-benefit span {
  display: table-cell;
  vertical-align: middle;
}
footer .section-footer .box-benefit span:first-child {
  padding-right: 15px;
  width: 25px;
}
footer .section-footer .box-benefit .icon {
  font-size: 25px;
}
footer .section-footer .box-benefit .text {
  text-align: left;
  margin: 0;
  font-size: 16px;
}
footer .section-footer .box-benefit .text.text-phone {
  font-size: 18px;
}
footer .section-footer .box-contact {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 767px) {
  footer .section-footer .box-contact {
    padding: 10px 0;
    display: none;
  }
}
footer .section-footer .box-contact .icon {
  float: left;
  padding-right: 15px;
  font-size: 25px;
}
footer .section-footer .box-contact .text {
  text-align: left;
  padding-top: 0;
  margin: 0;
}
footer .section-footer .box-contact.checkout .icon {
  float: right;
  padding-right: 0px;
  padding-left: 20px;
}
footer .section-footer .box-contact.checkout .text {
  text-align: right;
}
@media (max-width: 767px) {
  footer .section-footer ul {
    padding-bottom: 10px;
  }
}
footer .section-footer ul.payment-list .title {
  padding-bottom: 10px;
}
footer .section-footer ul.payment-list li:not(.title) {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
}
footer .section-footer ul.payment-list li .pf {
  font-size: 20px;
}
footer .section-copyright {
  background-color: #f1f0ef;
  font-size: 16px;
  padding: 10px 0;
}
footer .section-copyright .text-copyright {
  margin: 0;
  font-size: 14px;
}
footer .section-copyright ul {
  margin: 0;
}
footer .section-copyright ul.list-legal {
  text-align: center;
}
@media (min-width: 992px) {
  footer .section-copyright ul.list-legal {
    text-align: left;
  }
}
footer .section-copyright ul.list-legal li {
  padding: 0 2px;
  font-size: 14px;
}
footer .section-copyright ul.list-payments {
  text-align: center;
}
@media (min-width: 768px) {
  footer .section-copyright ul.list-payments {
    margin-top: -5px;
    text-align: right;
  }
}
footer .section-copyright ul.list-payments .pf {
  position: relative;
  font-size: 25px;
  top: 5px;
}
footer .section-copyright ul li:first-child {
  padding-left: 0;
}
.eu-comm-box {
  margin-top: 20px;
}
@media (min-width: 768px) {
}
.eu-comm-box img {
  width: 100px;
  margin-left: 10px;
  margin-top: -10px;
}
.img-payment {
  max-width: 120px;
}
.landing-page-wrapper .btn-cta {
  margin: 20px 0;
}
.landing-page-wrapper .subtitle-landing {
  padding: 30px 0;
}
/***************************************
 			      FILTER 
****************************************/
.open-menu-search-wrapper {
  font-family: 'Calibri Bold';
  height: 40px;
  width: 100%;
  background-color: #f1f0ef;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
}
.open-menu-search-wrapper .open-menu-search {
  line-height: 40px;
  color: #796b63;
  width: 100%;
  display: block;
}
.open-menu-search-wrapper .open-menu-search .icon {
  float: right;
  line-height: 40px;
}
.search-wrapper .section-search-filter {
  padding-bottom: 30px;
}
.search-wrapper .section-search-filter .title {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}
@media (max-width: 1249px) {
  .search-wrapper .section-search-filter .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .search-wrapper .section-search-filter {
    padding-bottom: 10px;
  }
}
.search-wrapper .search-filter-desktop {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1249px) {
  .search-wrapper .search-filter-desktop {
    padding: 15px 0;
  }
}
.search-wrapper .search-filter-desktop .panel-group-search {
  margin-bottom: 0;
}
.search-wrapper .search-filter-desktop .panel-group-search .panel {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #796b63;
  border-radius: 0;
  padding-bottom: 20px;
}
.search-wrapper .search-filter-desktop .panel-group-search .panel .panel-heading {
  background-color: transparent;
  padding: 0;
  border: none;
}
.search-wrapper .search-filter-desktop .panel-group-search .panel .panel-heading .panel-title {
  font-family: 'Calibri Bold';
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #796b63;
  font-size: 20px;
  opacity: 1;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1249px) {
  .search-wrapper .search-filter-desktop .panel-group-search .panel .panel-heading .panel-title {
    font-size: 18px;
  }
}
.search-wrapper .search-filter-desktop .panel-group-search .panel .panel-heading .panel-title .icon {
  font-size: 14px;
  padding-left: 5px;
  padding-top: 6px;
  float: right;
}
.search-wrapper .search-filter-desktop .panel-group-search .panel .panel-body {
  border: none;
  padding: 0;
}
.search-wrapper .search-filter-desktop ul.list-01 {
  padding-left: 0;
}
.search-wrapper .search-filter-desktop ul.list-01 > li {
  font-size: 16px;
  list-style-type: none;
}
.search-wrapper .search-filter-desktop ul.list-01 > li > a {
  position: relative;
  display: block;
  background-color: transparent;
  color: #796b63;
}
.search-wrapper .search-filter-desktop ul.list-01 > li > a.active {
  font-family: 'Calibri Bold';
}
.search-wrapper .search-filter-desktop ul.list-01 > li > a.title-category {
  font-family: 'Calibri';
  padding-left: 0;
  font-size: 18px;
  text-transform: initial;
}
.search-wrapper .search-filter-desktop ul.list-01 > li > a.title-category.active {
  font-family: 'Calibri Bold';
}
.search-wrapper .search-filter-desktop ul.list-01 .number {
  font-size: 14px;
  color: #796b63;
  opacity: 0.7;
}
.search-wrapper .search-filter-desktop ul.list-01 .list-01-inner > li {
  list-style-type: none;
}
.search-wrapper .search-filter-desktop ul.list-01 .list-01-inner > li > a {
  padding: 0 15px;
  text-transform: initial;
}
.search-wrapper .search-filter-desktop .banner {
  width: 100%;
  margin-top: 20px;
}
.search-wrapper .search-filter-desktop .banner .banner-image {
  position: relative;
  display: block;
}
.search-wrapper .search-filter-desktop .banner .banner-image img {
  margin: 0 auto;
}
.search-wrapper .search-list .search-item,
.search-wrapper .search-list .search-removefilters {
  padding: 5px 10px;
  border: 1px solid #d7d2d0;
  margin-bottom: 5px;
  font-size: 14px;
  float: left;
  margin-right: 3px;
  text-transform: initial;
}
.search-wrapper .search-list .search-item a,
.search-wrapper .search-list .search-removefilters a {
  display: block;
}
.search-wrapper .search-list .search-item a .icon,
.search-wrapper .search-list .search-removefilters a .icon {
  float: right;
  margin-top: 2px;
  margin-left: 20px;
  display: block;
}
.search-wrapper .search-list .search-item a:hover,
.search-wrapper .search-list .search-removefilters a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .search-wrapper .search-list .search-item,
  .search-wrapper .search-list .search-removefilters {
    float: left;
    margin: 5px 5px 5px 0;
    font-size: 14px;
  }
}
.search-wrapper .search-list .search-item.search-removefilters,
.search-wrapper .search-list .search-removefilters.search-removefilters {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 0;
}
.search-wrapper .search-list .search-item.search-removefilters .icon,
.search-wrapper .search-list .search-removefilters.search-removefilters .icon {
  top: 2px;
  margin-left: 3px;
}
.search-wrapper .order-by {
  text-align: right;
  margin: 0 0 10px 0;
}
.search-wrapper .order-by .title-order-by {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
}
.search-wrapper .order-by .form-select {
  display: inline-block;
}
.search-wrapper .search-content {
  float: left;
  width: 100%;
}
.search-wrapper .search-content .separator-row {
  width: 100%;
  height: 2px;
  background-color: #796b63;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .search-wrapper .search-content .separator-row {
    margin: 0;
  }
}
.search-wrapper-landing .category-box {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.search-wrapper-landing .category-box .category-box-info {
  padding: 30px;
  display: table-cell;
  vertical-align: top;
  background-color: #796b63;
  color: #ffffff;
  width: 450px;
}
@media (max-width: 1249px) {
  .search-wrapper-landing .category-box .category-box-info {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .search-wrapper-landing .category-box .category-box-info {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}
.search-wrapper-landing .category-box .category-box-info .title {
  width: auto;
  display: inline-block;
  font-size: 24px;
  font-family: 'Calibri Bold';
}
.search-wrapper-landing .category-box .category-box-info .title .line-title {
  height: 2px;
  position: relative;
  background-color: #ffffff;
  bottom: 0;
  width: 0;
}
.search-wrapper-landing .category-box .category-box-info .title:hover .line-title {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 100%;
}
.search-wrapper-landing .category-box .category-box-info .icon {
  font-size: 40px;
}
.search-wrapper-landing .category-box .category-box-info .text {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .search-wrapper-landing .category-box .category-box-info {
    display: block;
    text-align: center;
  }
}
.search-wrapper-landing .category-box .category-box-image {
  display: table-cell;
  vertical-align: bottom;
}
.search-wrapper-landing .category-box .category-box-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .search-wrapper-landing .category-box .category-box-image {
    display: block;
    margin-top: 10px;
  }
  .search-wrapper-landing .category-box .category-box-image img {
    margin: 0 auto;
  }
}
.search-wrapper-landing .category-box.needs-category .category-box-info {
  width: auto;
}
.search-wrapper-landing .category-box.needs-category .category-box-image {
  width: 450px;
}
@media (max-width: 991px) {
  .search-wrapper-landing .category-box.needs-category .category-box-image {
    width: 100%;
  }
}
.search-wrapper-landing .category-info {
  text-align: center;
  width: auto;
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
.search-wrapper-landing .category-info .category {
  display: inline-block;
  text-align: left;
  padding: 10px 60px;
}
.search-wrapper-landing .category-info .category img {
  max-height: 60px;
}
.search-wrapper-landing .category-info .category a {
  text-decoration: none;
}
.search-wrapper-landing .category-info .category .icon {
  font-size: 80px;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search-wrapper-landing .category-info .category .text {
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 991px) {
  .search-wrapper-landing .category-info .category {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .search-wrapper-landing .subcategories-box {
    padding: 0 10px;
  }
  .search-wrapper-landing .subcategories-box .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  .search-wrapper-landing .subcategories-box .row > * {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.search-wrapper-landing .subcategories-box .subcategories {
  background-color: #c9c4c1;
  text-align: center;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
}
.search-wrapper-landing .subcategories-box .subcategories .subcategories-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.search-wrapper-landing .subcategories-box .subcategories .subcategories-wrapper a {
  text-decoration: none;
}
.search-wrapper-landing .subcategories-box .subcategories .subcategories-wrapper .text {
  font-family: 'Calibri Bold';
  font-size: 20px;
  margin-bottom: 0;
}
.search-wrapper-landing .subcategories-box .subcategories .subcategories-wrapper .text .line-title {
  height: 2px;
  position: relative;
  background-color: #796b63;
  bottom: 0;
  width: 0;
}
.search-wrapper-landing .subcategories-box .subcategories .subcategories-wrapper .text:hover .line-title {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 100%;
}
@media (max-width: 991px) {
  .search-wrapper-landing .subcategories-box .subcategories {
    height: 80px;
  }
}
/***************************************
			ACCORDION ICON
****************************************/
.panel-title .icon-chevron-down {
  display: none;
}
.panel-title .icon-chevron-right {
  display: inline-block;
}
.panel-title[aria-expanded=true] .icon-chevron-down {
  display: inline-block;
}
.panel-title[aria-expanded=true] .icon-chevron-right {
  display: none;
}
.panel-title[aria-expanded=false] .icon-chevron-down {
  display: none;
}
.panel-title[aria-expanded=false] .icon-chevron-right {
  display: inline-block;
}
.pagination-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .pagination-wrapper {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .pagination-wrapper {
    float: left;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-filter-desktop {
    height: auto!important;
  }
}
@media (max-width: 767px) {
  .search-content {
    height: auto!important;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
}
.pagination > li {
  display: inline;
  font-size: 18	px;
  font-family: 'Calibri Bold';
  position: relative;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  text-decoration: none;
  color: #796b63;
  background-color: #ffffff;
  border: 0;
  margin-left: -1px;
  z-index: 1!important;
}
.pagination > li > a.active,
.pagination > li > span.active {
  text-decoration: underline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  z-index: 1;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #796b63;
  background-color: #ffffff;
  border: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  text-decoration: none;
  cursor: default;
  background-color: #796b63;
  border-color: #796b63;
}
.bootstrap-select.btn-group {
  display: block;
}
.bootstrap-select.btn-group .btn {
  background-color: #f8f7f7 !important;
  border-color: #d7d2d0;
  color: #796b63 !important;
  opacity: 1;
  padding: 0 15px!important;
  text-transform: initial;
}
.bootstrap-select.btn-group .btn .filter-option {
  font-size: 14px!important;
}
.bootstrap-select.btn-group .popover-title {
  font-size: 12px;
  padding: 8px 10px 0;
  background-color: inherit;
  border-bottom: 0;
}
.bootstrap-select.btn-group button.close {
  font-size: 16px;
  position: relative;
  top: -5px;
  color: #796b63;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  font-size: 10px;
  color: #796b63;
  right: 10px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
  width: 95%;
  text-overflow: ellipsis;
}
.bootstrap-select.btn-group .dropdown-menu {
  font-size: 13px;
}
.bootstrap-select.btn-group .dropdown-menu li span.text {
  font-size: 13px;
}
.bootstrap-select.btn-group .dropdown-menu > .active a,
.bootstrap-select.btn-group .dropdown-menu > .active a:hover,
.bootstrap-select.btn-group .dropdown-menu > .active a:focus {
  color: #796b63;
  background-color: #d7d2d0;
}
#menu-search .search-list .search-removefilters {
  float: left;
  padding: 20px 0;
}
.banner-box {
  margin: 10px auto;
}
.banner-box img {
  margin-bottom: 10px;
}
.banner-box .banner-box-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.banner-box .banner-box-disclaimer {
  font-size: 12px;
}
/***************************************
			BOX PRODOTTO
****************************************/
.product-wrapper {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1250px) {
}
.product-wrapper .feedback-value-product .icon {
  color: #FFCD00;
}
.product-wrapper .feedback-value-product .feedback-rating-votes {
  display: inline;
}
.product-wrapper .feedback-value-product .feedback-rating-votes {
  text-transform: uppercase;
}
.product-wrapper .wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.product-wrapper .wishlist .icon {
  font-size: 25px;
}
.product-wrapper .product-image {
  position: relative;
  padding: 10px 20px;
}
.product-wrapper .product-image .sticker-product {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  z-index: 1;
}
@media (max-width: 479px) {
  .product-wrapper .product-image .sticker-product img {
    width: 60px;
    height: 60px;
  }
}
.product-wrapper .product-image a {
  text-decoration: none;
}
.product-wrapper .product-image img {
  margin: 0 auto;
  position: relative;
}
.product-wrapper .product-image .product-disable {
  background-color: #c0b9b6;
  color: #ffffff;
  padding: 5px;
  display: block;
  text-align: center;
}
.product-wrapper .title {
  font-size: 20px;
  font-family: 'Calibri Bold';
  display: block;
  text-align: center;
  margin: 10px 0 0;
  height: auto;
}
.product-wrapper .description {
  display: block;
  text-align: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1249px) {
}
@media (max-width: 767px) {
}
.product-wrapper .section-buy {
  text-align: center;
  position: relative;
}
.product-wrapper .section-buy .prices {
  display: inline-block;
  margin: 5px 0;
}
.product-wrapper .section-buy .prices .price {
  font-size: 22px;
  font-family: 'Calibri Bold';
}
.product-wrapper .section-buy .prices .price-cancelled {
  text-decoration: line-through;
  font-size: 18px;
}
.product-wrapper .section-buy .prices .price-discount {
  padding-right: 5px;
}
.product-wrapper .section-buy .prices .price-offer {
  font-family: 'Calibri Bold';
  font-size: 22px;
  color: #e21d38;
}
.product-wrapper .section-buy .prices span {
  padding-right: 5px;
}
.product-wrapper .section-buy .prices span.price-info {
  padding: 0;
}
.product-wrapper .section-buy .buy-quantity {
  display: inline-block;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-wrapper .section-buy .buy-quantity {
    display: block;
    padding: 0;
    margin: 10px 0;
  }
}
.product-wrapper .section-buy .buy-button {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.product-wrapper .section-buy .buy-button .icon {
  padding-left: 20px;
}
.product-wrapper.product-wrapper-detail {
  text-align: left;
}
.product-wrapper.product-wrapper-detail .title {
  font-family: 'Calibri Bold';
  font-size: 30px;
  display: block;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product-wrapper.product-wrapper-detail .title {
    font-size: 24px;
    padding: 0;
    margin: 0 0 5px 0;
  }
}
.product-wrapper.product-wrapper-detail .name {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product-wrapper.product-wrapper-detail .name {
    font-size: 18px;
  }
}
.product-wrapper.product-wrapper-detail .product-image-wrapper .sticker-product {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
@media (max-width: 479px) {
  .product-wrapper.product-wrapper-detail .product-image-wrapper .sticker-product img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .product-image-wrapper {
    margin-bottom: 10px;
  }
}
.product-wrapper.product-wrapper-detail .product-image-wrapper figure img {
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .product-wrapper.product-wrapper-detail .product-image-wrapper figure img {
    max-width: 500px;
  }
}
.product-wrapper.product-wrapper-detail .description-box {
  display: block;
  margin: 20px 0;
}
.product-wrapper.product-wrapper-detail .closing-expiring-date {
  display: block;
  margin: 20px 0;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .product-wrapper.product-wrapper-detail .closing-expiring-date {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .closing-expiring-date {
    border: none;
    padding: 0;
  }
}
.product-wrapper.product-wrapper-detail .selector-product .text-selector-product {
  line-height: 44px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .product-wrapper.product-wrapper-detail .selector-product .text-selector-product {
    line-height: 1.4em;
  }
}
.product-wrapper.product-wrapper-detail .selector-product .form-selector-product {
  display: inline-block;
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .selector-product .form-selector-product.choose-sku {
    display: block;
  }
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .selector-product {
    padding-bottom: 0;
  }
}
.product-wrapper.product-wrapper-detail .section-price-product .prices {
  vertical-align: middle;
  margin: 20px 0 30px;
}
.product-wrapper.product-wrapper-detail .section-price-product .prices .price,
.product-wrapper.product-wrapper-detail .section-price-product .prices .price-offer {
  font-size: 34px;
  font-family: 'Calibri Bold';
}
.product-wrapper.product-wrapper-detail .section-price-product .prices .price.price-offer,
.product-wrapper.product-wrapper-detail .section-price-product .prices .price-offer.price-offer {
  color: #e21d38;
}
@media (max-width: 767px) {
}
.product-wrapper.product-wrapper-detail .section-price-product .prices .price-cancelled {
  text-decoration: line-through;
  font-size: 22px;
}
.product-wrapper.product-wrapper-detail .section-price-product .prices .price-discount {
  font-size: 22px;
  padding-right: 10px;
}
@media (max-width: 767px) {
}
.product-wrapper.product-wrapper-detail .section-price-product .buy-wrapper {
  padding-right: 20px;
}
.product-wrapper.product-wrapper-detail .action-product-wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .action-product-wrapper .share-options {
    display: table-cell;
    padding-right: 0;
    width: 70px;
  }
  .product-wrapper.product-wrapper-detail .action-product-wrapper .buy-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.product-wrapper.product-wrapper-detail .share-options {
  display: inline-block;
  position: relative;
}
.product-wrapper.product-wrapper-detail .share-options .share {
  text-decoration: none;
  background-color: red;
  z-index: 1;
  display: block;
  font-size: 26px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #f1f0ef;
  padding: 0px 10px;
}
.product-wrapper.product-wrapper-detail .share-options .social-window {
  display: none;
  z-index: 3;
  background-color: #f1f0ef;
  padding: 0 5px;
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 0px;
  text-align: center;
  min-width: 150px;
}
.product-wrapper.product-wrapper-detail .share-options .social-window:after {
  content: '';
  display: block;
  position: absolute;
  right: 16%;
  width: 10px;
  height: 10px;
  bottom: -5px;
  background: #f1f0ef;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transform: translate(-50%, 0%);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  z-index: -1;
}
.product-wrapper.product-wrapper-detail .share-options .social-window a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 5px 10px;
}
.product-wrapper.product-wrapper-detail .share-options .social-window a .icon {
  font-size: 24px;
  color: #796b63;
  top: 2px;
}
.product-wrapper.product-wrapper-detail .tabs-product {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-wrapper.product-wrapper-detail .tabs-product {
    margin-top: 40px;
  }
}
.product-wrapper.product-wrapper-detail .tabs-product .nav-tabs {
  display: table;
  border: none;
}
.product-wrapper.product-wrapper-detail .tabs-product .nav-tabs li {
  float: none;
  vertical-align: middle;
  display: table-cell;
  background-color: #ffffff;
  padding: 0 20px;
}
.product-wrapper.product-wrapper-detail .tabs-product .nav-tabs li a {
  font-family: 'Calibri Bold';
  background-color: #ffffff;
  border: none;
}
.product-wrapper.product-wrapper-detail .tabs-product .nav-tabs li.active {
  background-color: #f1f0ef;
}
.product-wrapper.product-wrapper-detail .tabs-product .nav-tabs li.active a {
  background-color: #f1f0ef;
  border: 2px solid #f1f0ef;
}
.product-wrapper.product-wrapper-detail .tabs-product .tab-content {
  background-color: #f1f0ef;
  padding: 30px;
}
@media (max-width: 991px) {
  .product-wrapper.product-wrapper-detail .tabs-product .tab-content {
    padding: 15px;
  }
}
.product-wrapper.product-wrapper-detail .option-sku-title {
  font-weight: 600;
}
.product-wrapper.product-wrapper-detail ul {
  padding: 0;
  margin: 0;
}
.product-wrapper.product-wrapper-detail .sku-option-box label {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail .sku-option-box label {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-wrapper.product-wrapper-detail {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
}
.product-image-wrapper .banner-product {
  background-color: #631b56;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  display: inline-block;
}
.product-image-wrapper .banner-product .icon {
  font-size: 40px;
}
.product-image-wrapper .banner-product p {
  margin: 0;
}
@media (max-width: 991px) {
  .product-image-wrapper .banner-product {
    display: block;
  }
  .product-image-wrapper .banner-product .icon {
    font-size: 30px;
  }
}
.section-promo-product {
  background-color: #f1f0ef;
  padding: 30px;
}
@media (max-width: 991px) {
  .section-promo-product {
    padding: 15px;
  }
}
.section-promo-product .promo-product {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.section-promo-product .promo-product .text-promo-before,
.section-promo-product .promo-product .text-promo-after {
  display: table-cell;
  font-family: 'Calibri Bold';
  color: #c9d022;
  font-size: 70px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .section-promo-product .promo-product .text-promo-before,
  .section-promo-product .promo-product .text-promo-after {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-promo-product .promo-product .text-promo-before,
  .section-promo-product .promo-product .text-promo-after {
    font-size: 30px;
  }
}
.section-promo-product .promo-product .text-promo {
  display: table-cell;
  font-family: 'Calibri Bold';
  text-align: center;
  font-size: 34px;
  line-height: 1em;
  color: #796b63;
  vertical-align: middle;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .section-promo-product .promo-product .text-promo {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-promo-product .promo-product .text-promo {
    font-size: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .site-wrapper.product .back-to-top {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .action-product-wrapper {
    z-index: 9;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: #796b63;
    align-items: center;
    color: #ffffff;
  }
  .action-product-wrapper .prices {
    margin: 0 !important;
    margin-right: 5px !important;
  }
  .action-product-wrapper .prices .price,
  .action-product-wrapper .prices .price-offer {
    font-size: 22px !important;
  }
  .action-product-wrapper .prices .price-discount,
  .action-product-wrapper .prices .price-cancelled {
    font-size: 18px !important;
  }
}
.buy-quantity > div,
.buy-quantity > a {
  display: inline-block;
  vertical-align: bottom;
}
.buy-quantity .btn {
  border-radius: 17px;
  margin-left: 10px;
  border: none!important;
}
.buy-quantity .input-group-btn {
  display: inline-block;
  width: auto!important;
}
.buy-quantity .input-group-btn .btn-number {
  background-color: #796b63;
  color: #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.buy-quantity .input-group-btn .btn-number .minus,
.buy-quantity .input-group-btn .btn-number .plus {
  position: relative;
  font-size: 12px;
  top: 4px;
}
.buy-quantity .input-number {
  width: 20px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  margin: 0;
  border: none;
  text-align: center;
}
@media (max-width: 991px) {
  .buy-quantity .input-group-btn {
    float: left;
    display: block;
    margin-top: 5px;
  }
  .buy-quantity .input-group-btn .btn-number {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .buy-quantity .input-group-btn .btn-number .minus,
  .buy-quantity .input-group-btn .btn-number .plus {
    top: 6px;
    font-size: 14px;
  }
  .buy-quantity .input-number {
    width: 30px;
    line-height: 20px;
    font-size: 18px;
    float: left;
    display: block;
    text-align: center;
    margin-top: 3px;
  }
}
.fixed-bottom {
  z-index: 9;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 10px;
  background-color: #796b63;
}
.fixed-bottom .btn-buy {
  width: 100%;
  display: block;
}
/***************************************
        Image
****************************************/
figure {
  position: relative;
}
@media (max-width: 767px) {
  figure.p {
    margin: 0;
  }
}
@media (max-width: 991px) {
  figure .product-photos-slider {
    margin-bottom: 50px !important;
  }
}
.product-modal-content figure.p {
  margin-top: 0;
}
/***************************************
        ZOOM AND CAROUSEL PRODUCT
****************************************/
.product-photos-carousel {
  margin-top: 15px;
  padding: 20px 0;
  float: left;
}
@media (min-width: 768px) {
  .product-photos-carousel {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .product-photos-carousel {
    width: 20%;
  }
}
@media (min-width: 1250px) {
  .product-photos-carousel {
    width: 15%;
  }
}
.product-photos-carousel .slick-slide {
  border: solid 2px #d7d2d0;
  margin: 10px 0;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .product-photos-carousel .slick-slide {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .product-photos-carousel .slick-slide {
    height: 80px;
  }
}
@media (min-width: 1250px) {
  .product-photos-carousel .slick-slide {
    height: 100px;
  }
}
.product-photos-carousel .slick-slide.slick-current-custom {
  border-color: #796b63;
}
.product-photos-carousel .slick-prev,
.product-photos-carousel .slick-next {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-photos-carousel .slick-prev:before,
.product-photos-carousel .slick-next:before {
  color: #796b63;
  font-family: 'nutricon';
}
.product-photos-carousel .slick-prev {
  top: 0;
}
.product-photos-carousel .slick-prev:before {
  content: '\f077';
}
.product-photos-carousel .slick-next {
  top: auto;
  bottom: 0;
}
.product-photos-carousel .slick-next:before {
  content: '\f078';
}
.slider {
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .slider {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .slider {
    width: 80%;
  }
}
@media (min-width: 1250px) {
  .slider {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.slider .slick-dots li button {
  border: 1px solid #796b63;
  opacity: 1;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    margin: 1px;
  }
}
.slider .slick-dots li.slick-active button:before {
  background-color: #796b63;
}
.alternative-variants-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 3;
}
.lazy-slide {
  display: none;
}
.multicolor-product {
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  color: #c9d022;
  margin: 5px 0;
}
.product-modal-content .fixed-bottom {
  display: none !important;
}
.download-pdf-box {
  margin: 20px 0;
}
.download-pdf-box a {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
  font-size: 18px;
}
.download-pdf-box .icon {
  font-size: 25px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .share-box {
    position: absolute;
    right: 15px;
    bottom: -30px;
  }
}
.share-box p {
  font-family: 'Calibri Bold';
  padding-right: 10px;
  margin: 0;
  position: relative;
  bottom: 2px;
}
.share-box .item-share {
  padding: 0 3px;
}
.share-box .item-share .icon {
  font-size: 20px;
}
.video-box {
  position: relative;
}
.video-box .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.feedback-wrapper {
  padding: 20px 0;
  margin: 40px 0;
}
.feedback-wrapper .feedback-box .feedback-summary-box {
  display: table;
  width: 100%;
}
.feedback-wrapper .feedback-box .feedback-summary-box > div {
  display: table-cell;
  vertical-align: top;
}
.feedback-wrapper .feedback-box .feedback-summary-box > div:first-child {
  width: 30%;
}
.feedback-wrapper .feedback-box .feedback-summary-box > div:last-child {
  width: 60%;
  padding-right: 20px;
}
.feedback-wrapper .feedback-box .feedback-summary-box .feedback-average {
  font-size: 60px;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .feedback-wrapper .feedback-box .feedback-summary-box .feedback-average {
    font-size: 70px;
    margin-top: 20px;
  }
}
.feedback-wrapper .feedback-box .slider-feedback {
  padding: 40px 20px;
}
.feedback-wrapper .feedback-box .slider-feedback .slick-slide {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .feedback-wrapper .feedback-box .slider-feedback {
    padding: 0 20px;
    margin: 0;
  }
}
.feedback-wrapper .feedback-box .feedback-customer {
  font-family: 'Calibri Bold';
  margin-bottom: 5px;
}
.feedback-wrapper .feedback-box .feedback-rating {
  margin-top: 10px;
  color: #FFCD00;
}
.feedback-wrapper .feedback-box .title {
  text-transform: uppercase;
  font-family: 'Calibri Bold';
}
.feedback-wrapper .feedback-box .icon {
  color: #FFCD00;
}
.feedback-wrapper .feedback-box .feedback-rating-votes .icon {
  font-size: 14px;
}
.feedback-wrapper .feedback-box .feedback-rating-text {
  font-size: 14px;
}
.feedback-wrapper .feedback-box .rating-desc .label-star {
  margin-right: 10px;
}
.feedback-wrapper .feedback-box .rating-desc .progress {
  border-radius: 23px;
  border: 1px solid #d7d2d0;
  position: relative;
  top: 5px;
  height: 13px;
}
.feedback-wrapper .feedback-box .rating-desc .progress .progress-bar {
  box-shadow: none;
  background-color: #FFCD00;
}
.product-subscription-wrapper {
  display: block;
}
@media (min-width: 768px) {
  .product-subscription-wrapper {
    display: inline-block;
  }
}
/***************************************
			LISTA COLORI 
****************************************/
/***************************************
		CARRELLO - CHECKOUT 
****************************************/
.cart-wrapper,
.summary-wrapper,
.wishlist-wrapper {
  padding-bottom: 20px;
  /***************************************
	/*		COUPON 						
	****************************************/
  /***************************************
	/*			PRODUCTS TABLE						
	****************************************/
}
@media (min-width: 992px) {
}
.cart-wrapper label,
.summary-wrapper label,
.wishlist-wrapper label {
  font-size: 16px;
}
.cart-wrapper [data-toggle="tooltip"] span,
.summary-wrapper [data-toggle="tooltip"] span,
.wishlist-wrapper [data-toggle="tooltip"] span {
  color: #c9d022 !important;
}
.cart-wrapper .icon-edit,
.summary-wrapper .icon-edit,
.wishlist-wrapper .icon-edit {
  font-size: 25px;
  bottom: 5px;
}
.cart-wrapper .add-coupon,
.summary-wrapper .add-coupon,
.wishlist-wrapper .add-coupon {
  margin: 15px 0 20px;
}
.cart-wrapper .add-coupon .input-group,
.summary-wrapper .add-coupon .input-group,
.wishlist-wrapper .add-coupon .input-group {
  z-index: 0;
}
.cart-wrapper .cart,
.summary-wrapper .cart,
.wishlist-wrapper .cart {
  margin-bottom: 0;
}
.cart-wrapper .cart tbody:after,
.summary-wrapper .cart tbody:after,
.wishlist-wrapper .cart tbody:after {
  content: ' ';
  height: 10px;
  display: block;
}
.cart-wrapper .cart tbody:last-child:after,
.summary-wrapper .cart tbody:last-child:after,
.wishlist-wrapper .cart tbody:last-child:after {
  height: 0;
}
.cart-wrapper .cart tr.sku > td,
.summary-wrapper .cart tr.sku > td,
.wishlist-wrapper .cart tr.sku > td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f0ef;
}
.cart-wrapper .cart tr.sku:last-child > td,
.summary-wrapper .cart tr.sku:last-child > td,
.wishlist-wrapper .cart tr.sku:last-child > td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .cart-wrapper .cart tr.sku .cta-links,
  .summary-wrapper .cart tr.sku .cta-links,
  .wishlist-wrapper .cart tr.sku .cta-links {
    position: relative;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .cart-wrapper .cart tr.sku .cta-links,
  .summary-wrapper .cart tr.sku .cta-links,
  .wishlist-wrapper .cart tr.sku .cta-links {
    display: inline;
  }
}
.cart-wrapper .cart tr.sku .photo,
.summary-wrapper .cart tr.sku .photo,
.wishlist-wrapper .cart tr.sku .photo {
  width: 120px;
  text-align: center;
  padding-left: 0;
}
.cart-wrapper .cart tr.sku .photo img,
.summary-wrapper .cart tr.sku .photo img,
.wishlist-wrapper .cart tr.sku .photo img {
  max-height: 100px;
}
.cart-wrapper .cart tr.sku .details .product-name,
.summary-wrapper .cart tr.sku .details .product-name,
.wishlist-wrapper .cart tr.sku .details .product-name {
  font-size: 18px;
  font-family: 'Calibri Bold';
}
.cart-wrapper .cart tr.sku .details .sku-name,
.summary-wrapper .cart tr.sku .details .sku-name,
.wishlist-wrapper .cart tr.sku .details .sku-name {
  font-size: 16px;
}
.cart-wrapper .cart tr.sku .details .components,
.summary-wrapper .cart tr.sku .details .components,
.wishlist-wrapper .cart tr.sku .details .components {
  margin-bottom: 0;
}
.cart-wrapper .cart tr.sku .details .sku-alert,
.summary-wrapper .cart tr.sku .details .sku-alert,
.wishlist-wrapper .cart tr.sku .details .sku-alert {
  margin: 0;
  padding: 5px 0;
  border: 0;
}
.cart-wrapper .cart tr.sku .quantity,
.summary-wrapper .cart tr.sku .quantity,
.wishlist-wrapper .cart tr.sku .quantity {
  min-width: 40px;
}
.cart-wrapper .cart tr.sku .quantity .select-quantity,
.summary-wrapper .cart tr.sku .quantity .select-quantity,
.wishlist-wrapper .cart tr.sku .quantity .select-quantity,
.cart-wrapper .cart tr.sku .quantity .remove-from-cart,
.summary-wrapper .cart tr.sku .quantity .remove-from-cart,
.wishlist-wrapper .cart tr.sku .quantity .remove-from-cart {
  display: inline-block;
}
.cart-wrapper .cart tr.sku .quantity .select-quantity,
.summary-wrapper .cart tr.sku .quantity .select-quantity,
.wishlist-wrapper .cart tr.sku .quantity .select-quantity {
  width: 75px;
}
.cart-wrapper .cart tr.sku .quantity label,
.summary-wrapper .cart tr.sku .quantity label,
.wishlist-wrapper .cart tr.sku .quantity label {
  font-weight: normal;
}
.cart-wrapper .cart tr.sku .quantity .cart-sku-quantity-input,
.summary-wrapper .cart tr.sku .quantity .cart-sku-quantity-input,
.wishlist-wrapper .cart tr.sku .quantity .cart-sku-quantity-input {
  display: none;
  width: 120px;
}
.cart-wrapper .cart tr.sku .total,
.summary-wrapper .cart tr.sku .total,
.wishlist-wrapper .cart tr.sku .total {
  font-family: 'Calibri Bold';
  font-size: 18px;
  text-align: right;
  position: relative;
  min-width: 150px;
  line-height: 20px;
}
.cart-wrapper .cart tr.sku .total .cancelled-price,
.summary-wrapper .cart tr.sku .total .cancelled-price,
.wishlist-wrapper .cart tr.sku .total .cancelled-price {
  text-decoration: line-through;
  font-size: 18px;
  padding-right: 10px;
}
.cart-wrapper .cart tr.sku .total .price-discount,
.summary-wrapper .cart tr.sku .total .price-discount,
.wishlist-wrapper .cart tr.sku .total .price-discount {
  color: #e21d38;
}
.cart-wrapper .cart tr.sku .remove-from-cart,
.summary-wrapper .cart tr.sku .remove-from-cart,
.wishlist-wrapper .cart tr.sku .remove-from-cart,
.cart-wrapper .cart tr.sku .edit-subscription,
.summary-wrapper .cart tr.sku .edit-subscription,
.wishlist-wrapper .cart tr.sku .edit-subscription,
.cart-wrapper .cart tr.sku .remove-product-wishlist,
.summary-wrapper .cart tr.sku .remove-product-wishlist,
.wishlist-wrapper .cart tr.sku .remove-product-wishlist {
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
}
.cart-wrapper .cart tr.sku .remove-from-cart span:first-child,
.summary-wrapper .cart tr.sku .remove-from-cart span:first-child,
.wishlist-wrapper .cart tr.sku .remove-from-cart span:first-child,
.cart-wrapper .cart tr.sku .edit-subscription span:first-child,
.summary-wrapper .cart tr.sku .edit-subscription span:first-child,
.wishlist-wrapper .cart tr.sku .edit-subscription span:first-child,
.cart-wrapper .cart tr.sku .remove-product-wishlist span:first-child,
.summary-wrapper .cart tr.sku .remove-product-wishlist span:first-child,
.wishlist-wrapper .cart tr.sku .remove-product-wishlist span:first-child {
  position: relative;
  top: 1px;
}
.cart-wrapper .cart tr.sku .remove-from-cart .icon,
.summary-wrapper .cart tr.sku .remove-from-cart .icon,
.wishlist-wrapper .cart tr.sku .remove-from-cart .icon,
.cart-wrapper .cart tr.sku .edit-subscription .icon,
.summary-wrapper .cart tr.sku .edit-subscription .icon,
.wishlist-wrapper .cart tr.sku .edit-subscription .icon,
.cart-wrapper .cart tr.sku .remove-product-wishlist .icon,
.summary-wrapper .cart tr.sku .remove-product-wishlist .icon,
.wishlist-wrapper .cart tr.sku .remove-product-wishlist .icon {
  top: 2px;
  font-size: 10px;
}
.cart-wrapper .cart .divider,
.summary-wrapper .cart .divider,
.wishlist-wrapper .cart .divider {
  height: 20px;
  border-right: 1px solid #c9c4c1;
  margin: 0px 10px;
  display: inline-block;
}
.cart-wrapper .cart.table-subscription tr.sku:last-child,
.summary-wrapper .cart.table-subscription tr.sku:last-child,
.wishlist-wrapper .cart.table-subscription tr.sku:last-child {
  border: 0;
}
.cart-wrapper .cart.table-subscription tr.sku .product-name,
.summary-wrapper .cart.table-subscription tr.sku .product-name,
.wishlist-wrapper .cart.table-subscription tr.sku .product-name {
  font-size: 18px;
}
.cart-wrapper .cart.table-subscription tr.sku .photo img,
.summary-wrapper .cart.table-subscription tr.sku .photo img,
.wishlist-wrapper .cart.table-subscription tr.sku .photo img {
  border: none;
  border-radius: 0;
}
.cart-wrapper .cart.table-subscription tr.sku .remove-from-cart,
.summary-wrapper .cart.table-subscription tr.sku .remove-from-cart,
.wishlist-wrapper .cart.table-subscription tr.sku .remove-from-cart {
  top: 10px;
}
.cart-wrapper .cart.table-subscription tr.sku .remove-from-cart .icon,
.summary-wrapper .cart.table-subscription tr.sku .remove-from-cart .icon,
.wishlist-wrapper .cart.table-subscription tr.sku .remove-from-cart .icon {
  right: 0;
}
.cart-wrapper .cart.table-subscription tr.sku .total .remove-from-cart .icon,
.summary-wrapper .cart.table-subscription tr.sku .total .remove-from-cart .icon,
.wishlist-wrapper .cart.table-subscription tr.sku .total .remove-from-cart .icon {
  padding-left: 0;
}
@media (max-width: 767px) {
  .cart-wrapper .cart tbody tr.line,
  .summary-wrapper .cart tbody tr.line,
  .wishlist-wrapper .cart tbody tr.line {
    display: block;
  }
  .cart-wrapper .cart tbody tr.line td,
  .summary-wrapper .cart tbody tr.line td,
  .wishlist-wrapper .cart tbody tr.line td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  .cart-wrapper .cart tbody tr.sku,
  .summary-wrapper .cart tbody tr.sku,
  .wishlist-wrapper .cart tbody tr.sku {
    border: 0;
    border-bottom: 1px solid #f1f0ef;
  }
  .cart-wrapper .cart tbody tr.sku:last-child,
  .summary-wrapper .cart tbody tr.sku:last-child,
  .wishlist-wrapper .cart tbody tr.sku:last-child {
    border-bottom: 0;
  }
  .cart-wrapper .cart tbody tr.sku > td,
  .summary-wrapper .cart tbody tr.sku > td,
  .wishlist-wrapper .cart tbody tr.sku > td {
    border: 0;
  }
  .cart-wrapper .cart tbody tr.sku .remove-sku,
  .summary-wrapper .cart tbody tr.sku .remove-sku,
  .wishlist-wrapper .cart tbody tr.sku .remove-sku {
    display: block;
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
  }
  .cart-wrapper .cart tbody tr.sku .edit-subscription,
  .summary-wrapper .cart tbody tr.sku .edit-subscription,
  .wishlist-wrapper .cart tbody tr.sku .edit-subscription {
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .cart-wrapper .cart tbody tr.sku .edit-subscription .icon,
  .summary-wrapper .cart tbody tr.sku .edit-subscription .icon,
  .wishlist-wrapper .cart tbody tr.sku .edit-subscription .icon {
    font-size: 16px;
  }
  .cart-wrapper .cart tbody tr.sku .divider,
  .summary-wrapper .cart tbody tr.sku .divider,
  .wishlist-wrapper .cart tbody tr.sku .divider {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .cart-wrapper .cart tbody tr.sku .remove-from-cart,
  .summary-wrapper .cart tbody tr.sku .remove-from-cart,
  .wishlist-wrapper .cart tbody tr.sku .remove-from-cart {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .cart-wrapper .cart tbody tr.sku .remove-from-cart .icon,
  .summary-wrapper .cart tbody tr.sku .remove-from-cart .icon,
  .wishlist-wrapper .cart tbody tr.sku .remove-from-cart .icon {
    right: 15px;
    font-size: 18px;
  }
  .cart-wrapper .cart tbody tr.sku .photo,
  .summary-wrapper .cart tbody tr.sku .photo,
  .wishlist-wrapper .cart tbody tr.sku .photo,
  .cart-wrapper .cart tbody tr.sku .details,
  .summary-wrapper .cart tbody tr.sku .details,
  .wishlist-wrapper .cart tbody tr.sku .details {
    display: inline-block;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    margin-right: -10px;
  }
  .cart-wrapper .cart tbody tr.sku .photo,
  .summary-wrapper .cart tbody tr.sku .photo,
  .wishlist-wrapper .cart tbody tr.sku .photo {
    width: 20%;
  }
  .cart-wrapper .cart tbody tr.sku .photo img,
  .summary-wrapper .cart tbody tr.sku .photo img,
  .wishlist-wrapper .cart tbody tr.sku .photo img {
    margin: 0;
  }
  .cart-wrapper .cart tbody tr.sku .details,
  .summary-wrapper .cart tbody tr.sku .details,
  .wishlist-wrapper .cart tbody tr.sku .details {
    width: 70%;
    padding-left: 10px;
  }
  .cart-wrapper .cart tbody tr.sku .quantity,
  .summary-wrapper .cart tbody tr.sku .quantity,
  .wishlist-wrapper .cart tbody tr.sku .quantity,
  .cart-wrapper .cart tbody tr.sku .total,
  .summary-wrapper .cart tbody tr.sku .total,
  .wishlist-wrapper .cart tbody tr.sku .total {
    display: table-cell;
    padding-bottom: 10px;
  }
  .cart-wrapper .cart tbody tr.sku .quantity,
  .summary-wrapper .cart tbody tr.sku .quantity,
  .wishlist-wrapper .cart tbody tr.sku .quantity {
    padding-left: 0;
  }
  .cart-wrapper .cart tbody tr.sku .total,
  .summary-wrapper .cart tbody tr.sku .total,
  .wishlist-wrapper .cart tbody tr.sku .total {
    padding-right: 0;
    font-size: 18px;
  }
  .cart-wrapper .cart tbody tr td.line,
  .summary-wrapper .cart tbody tr td.line,
  .wishlist-wrapper .cart tbody tr td.line {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .cart-wrapper .cart tbody tr.sku .total,
  .summary-wrapper .cart tbody tr.sku .total,
  .wishlist-wrapper .cart tbody tr.sku .total {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 1250px) {
  .cart-wrapper .cart tbody tr.sku .total,
  .summary-wrapper .cart tbody tr.sku .total,
  .wishlist-wrapper .cart tbody tr.sku .total {
    font-size: 18px;
  }
}
.cart-wrapper .box-header,
.summary-wrapper .box-header,
.wishlist-wrapper .box-header {
  padding-bottom: 5px;
}
.cart-wrapper .box-header .box-title,
.summary-wrapper .box-header .box-title,
.wishlist-wrapper .box-header .box-title {
  font-family: 'Calibri Bold';
  font-size: 24px;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cart-wrapper .box-header .box-title.box-title-sm,
.summary-wrapper .box-header .box-title.box-title-sm,
.wishlist-wrapper .box-header .box-title.box-title-sm {
  font-size: 18px;
}
.cart-wrapper .box-header .box-title.address-summary,
.summary-wrapper .box-header .box-title.address-summary,
.wishlist-wrapper .box-header .box-title.address-summary {
  font-size: 18px;
}
.cart-wrapper .box-header .box-action,
.summary-wrapper .box-header .box-action,
.wishlist-wrapper .box-header .box-action {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0;
  color: #796b63;
  position: relative;
  white-space: nowrap;
  float: right;
}
.cart-wrapper .box-header .box-action a,
.summary-wrapper .box-header .box-action a,
.wishlist-wrapper .box-header .box-action a {
  color: #796b63;
}
.cart-wrapper .box-header .box-action a:hover,
.summary-wrapper .box-header .box-action a:hover,
.wishlist-wrapper .box-header .box-action a:hover,
.cart-wrapper .box-header .box-action a:focus,
.summary-wrapper .box-header .box-action a:focus,
.wishlist-wrapper .box-header .box-action a:focus {
  color: #796b63;
}
@media (max-width: 768px) {
  .cart-wrapper .box-header .box-action,
  .summary-wrapper .box-header .box-action,
  .wishlist-wrapper .box-header .box-action {
    font-size: 20px;
  }
}
.cart-wrapper .box,
.summary-wrapper .box,
.wishlist-wrapper .box {
  display: block;
  background-color: #ffffff;
}
.cart-wrapper .box.box-top,
.summary-wrapper .box.box-top,
.wishlist-wrapper .box.box-top {
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .cart-wrapper .box.box-top,
  .summary-wrapper .box.box-top,
  .wishlist-wrapper .box.box-top {
    margin-bottom: 0;
  }
}
.cart-wrapper .box.box-small,
.summary-wrapper .box.box-small,
.wishlist-wrapper .box.box-small {
  margin-bottom: 10px;
}
.cart-wrapper .box .box-action,
.summary-wrapper .box .box-action,
.wishlist-wrapper .box .box-action {
  margin-top: 10px;
}
.cart-wrapper .box .box-action-bottom,
.summary-wrapper .box .box-action-bottom,
.wishlist-wrapper .box .box-action-bottom {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.cart-wrapper .box .box-body,
.summary-wrapper .box .box-body,
.wishlist-wrapper .box .box-body {
  font-size: 18px;
}
.cart-wrapper .box .box-body address,
.summary-wrapper .box .box-body address,
.wishlist-wrapper .box .box-body address {
  margin: 0;
}
.cart-wrapper .box .box-body .radio,
.summary-wrapper .box .box-body .radio,
.wishlist-wrapper .box .box-body .radio {
  display: inline-block;
}
.cart-wrapper .box .box-body.box-body-sm-padding,
.summary-wrapper .box .box-body.box-body-sm-padding,
.wishlist-wrapper .box .box-body.box-body-sm-padding {
  padding: 10px 0 20px;
}
.cart-wrapper .box .box-body.address-summary,
.summary-wrapper .box .box-body.address-summary,
.wishlist-wrapper .box .box-body.address-summary {
  padding: 15px;
}
.cart-wrapper .box .box-body.address-summary .address-summary-title,
.summary-wrapper .box .box-body.address-summary .address-summary-title,
.wishlist-wrapper .box .box-body.address-summary .address-summary-title {
  font-family: 'Calibri Bold';
  color: #796b63;
  font-size: 18px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .cart-wrapper .box .box-body.address-summary address,
  .summary-wrapper .box .box-body.address-summary address,
  .wishlist-wrapper .box .box-body.address-summary address {
    padding-bottom: 20px;
  }
}
.cart-wrapper .box .box-border,
.summary-wrapper .box .box-border,
.wishlist-wrapper .box .box-border {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cart-wrapper .box .box-border,
  .summary-wrapper .box .box-border,
  .wishlist-wrapper .box .box-border {
    border: 0;
  }
}
.cart-wrapper .box .cart-coupons-box,
.summary-wrapper .box .cart-coupons-box,
.wishlist-wrapper .box .cart-coupons-box,
.cart-wrapper .box .cart-shipping-box,
.summary-wrapper .box .cart-shipping-box,
.wishlist-wrapper .box .cart-shipping-box,
.cart-wrapper .box .cart-credits-box,
.summary-wrapper .box .cart-credits-box,
.wishlist-wrapper .box .cart-credits-box {
  padding-bottom: 5px;
}
.cart-wrapper .box .cart-summary-box,
.summary-wrapper .box .cart-summary-box,
.wishlist-wrapper .box .cart-summary-box {
  font-size: 16px;
}
.cart-wrapper .box .cart-summary-box .box-body,
.summary-wrapper .box .cart-summary-box .box-body,
.wishlist-wrapper .box .cart-summary-box .box-body {
  padding-top: 10px;
  padding-bottom: 0;
}
.cart-wrapper .box .cart-summary-box .box-item,
.summary-wrapper .box .cart-summary-box .box-item,
.wishlist-wrapper .box .cart-summary-box .box-item {
  padding-bottom: 5px;
}
.cart-wrapper .box .cart-summary-box .box-item .name,
.summary-wrapper .box .cart-summary-box .box-item .name,
.wishlist-wrapper .box .cart-summary-box .box-item .name {
  float: left;
}
.cart-wrapper .box .cart-summary-box .box-item .value,
.summary-wrapper .box .cart-summary-box .box-item .value,
.wishlist-wrapper .box .cart-summary-box .box-item .value {
  float: right;
}
.cart-wrapper .box .cart-summary-box .box-item.last,
.summary-wrapper .box .cart-summary-box .box-item.last,
.wishlist-wrapper .box .cart-summary-box .box-item.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.cart-wrapper .cart-summary-box .alert,
.summary-wrapper .cart-summary-box .alert,
.wishlist-wrapper .cart-summary-box .alert {
  text-align: center;
}
.cart-wrapper .table > thead > tr > td.danger,
.summary-wrapper .table > thead > tr > td.danger,
.wishlist-wrapper .table > thead > tr > td.danger,
.cart-wrapper .table > tbody > tr > td.danger,
.summary-wrapper .table > tbody > tr > td.danger,
.wishlist-wrapper .table > tbody > tr > td.danger,
.cart-wrapper .table > tfoot > tr > td.danger,
.summary-wrapper .table > tfoot > tr > td.danger,
.wishlist-wrapper .table > tfoot > tr > td.danger,
.cart-wrapper .table > thead > tr > th.danger,
.summary-wrapper .table > thead > tr > th.danger,
.wishlist-wrapper .table > thead > tr > th.danger,
.cart-wrapper .table > tbody > tr > th.danger,
.summary-wrapper .table > tbody > tr > th.danger,
.wishlist-wrapper .table > tbody > tr > th.danger,
.cart-wrapper .table > tfoot > tr > th.danger,
.summary-wrapper .table > tfoot > tr > th.danger,
.wishlist-wrapper .table > tfoot > tr > th.danger,
.cart-wrapper .table > thead > tr.danger > td,
.summary-wrapper .table > thead > tr.danger > td,
.wishlist-wrapper .table > thead > tr.danger > td,
.cart-wrapper .table > tbody > tr.danger > td,
.summary-wrapper .table > tbody > tr.danger > td,
.wishlist-wrapper .table > tbody > tr.danger > td,
.cart-wrapper .table > tfoot > tr.danger > td,
.summary-wrapper .table > tfoot > tr.danger > td,
.wishlist-wrapper .table > tfoot > tr.danger > td,
.cart-wrapper .table > thead > tr.danger > th,
.summary-wrapper .table > thead > tr.danger > th,
.wishlist-wrapper .table > thead > tr.danger > th,
.cart-wrapper .table > tbody > tr.danger > th,
.summary-wrapper .table > tbody > tr.danger > th,
.wishlist-wrapper .table > tbody > tr.danger > th,
.cart-wrapper .table > tfoot > tr.danger > th,
.summary-wrapper .table > tfoot > tr.danger > th,
.wishlist-wrapper .table > tfoot > tr.danger > th {
  background-color: #ffffff;
  border-bottom: 1px solid #e21d38;
  border-top: 1px solid #e21d38;
}
.cart-wrapper .table > thead > tr > td.success,
.summary-wrapper .table > thead > tr > td.success,
.wishlist-wrapper .table > thead > tr > td.success,
.cart-wrapper .table > tbody > tr > td.success,
.summary-wrapper .table > tbody > tr > td.success,
.wishlist-wrapper .table > tbody > tr > td.success,
.cart-wrapper .table > tfoot > tr > td.success,
.summary-wrapper .table > tfoot > tr > td.success,
.wishlist-wrapper .table > tfoot > tr > td.success,
.cart-wrapper .table > thead > tr > th.success,
.summary-wrapper .table > thead > tr > th.success,
.wishlist-wrapper .table > thead > tr > th.success,
.cart-wrapper .table > tbody > tr > th.success,
.summary-wrapper .table > tbody > tr > th.success,
.wishlist-wrapper .table > tbody > tr > th.success,
.cart-wrapper .table > tfoot > tr > th.success,
.summary-wrapper .table > tfoot > tr > th.success,
.wishlist-wrapper .table > tfoot > tr > th.success,
.cart-wrapper .table > thead > tr.success > td,
.summary-wrapper .table > thead > tr.success > td,
.wishlist-wrapper .table > thead > tr.success > td,
.cart-wrapper .table > tbody > tr.success > td,
.summary-wrapper .table > tbody > tr.success > td,
.wishlist-wrapper .table > tbody > tr.success > td,
.cart-wrapper .table > tfoot > tr.success > td,
.summary-wrapper .table > tfoot > tr.success > td,
.wishlist-wrapper .table > tfoot > tr.success > td,
.cart-wrapper .table > thead > tr.success > th,
.summary-wrapper .table > thead > tr.success > th,
.wishlist-wrapper .table > thead > tr.success > th,
.cart-wrapper .table > tbody > tr.success > th,
.summary-wrapper .table > tbody > tr.success > th,
.wishlist-wrapper .table > tbody > tr.success > th,
.cart-wrapper .table > tfoot > tr.success > th,
.summary-wrapper .table > tfoot > tr.success > th,
.wishlist-wrapper .table > tfoot > tr.success > th {
  background-color: #ffffff;
  border-bottom: 1px solid #f1f0ef;
  border-top: 1px solid #f1f0ef;
}
.cart-wrapper .table > thead > tr > td.warning,
.summary-wrapper .table > thead > tr > td.warning,
.wishlist-wrapper .table > thead > tr > td.warning,
.cart-wrapper .table > tbody > tr > td.warning,
.summary-wrapper .table > tbody > tr > td.warning,
.wishlist-wrapper .table > tbody > tr > td.warning,
.cart-wrapper .table > tfoot > tr > td.warning,
.summary-wrapper .table > tfoot > tr > td.warning,
.wishlist-wrapper .table > tfoot > tr > td.warning,
.cart-wrapper .table > thead > tr > th.success,
.summary-wrapper .table > thead > tr > th.success,
.wishlist-wrapper .table > thead > tr > th.success,
.cart-wrapper .table > tbody > tr > th.warning,
.summary-wrapper .table > tbody > tr > th.warning,
.wishlist-wrapper .table > tbody > tr > th.warning,
.cart-wrapper .table > tfoot > tr > th.warning,
.summary-wrapper .table > tfoot > tr > th.warning,
.wishlist-wrapper .table > tfoot > tr > th.warning,
.cart-wrapper .table > thead > tr.success > td,
.summary-wrapper .table > thead > tr.success > td,
.wishlist-wrapper .table > thead > tr.success > td,
.cart-wrapper .table > tbody > tr.warning > td,
.summary-wrapper .table > tbody > tr.warning > td,
.wishlist-wrapper .table > tbody > tr.warning > td,
.cart-wrapper .table > tfoot > tr.warning > td,
.summary-wrapper .table > tfoot > tr.warning > td,
.wishlist-wrapper .table > tfoot > tr.warning > td,
.cart-wrapper .table > thead > tr.warning > th,
.summary-wrapper .table > thead > tr.warning > th,
.wishlist-wrapper .table > thead > tr.warning > th,
.cart-wrapper .table > tbody > tr.warning > th,
.summary-wrapper .table > tbody > tr.warning > th,
.wishlist-wrapper .table > tbody > tr.warning > th,
.cart-wrapper .table > tfoot > tr.warning > th,
.summary-wrapper .table > tfoot > tr.warning > th,
.wishlist-wrapper .table > tfoot > tr.warning > th {
  background-color: #ffffff;
  border-bottom: 1px solid #796b63;
  border-top: 1px solid #796b63;
}
.cart-wrapper .table > thead > tr > th,
.summary-wrapper .table > thead > tr > th,
.wishlist-wrapper .table > thead > tr > th,
.cart-wrapper .table > tbody > tr > th,
.summary-wrapper .table > tbody > tr > th,
.wishlist-wrapper .table > tbody > tr > th,
.cart-wrapper .table > tfoot > tr > th,
.summary-wrapper .table > tfoot > tr > th,
.wishlist-wrapper .table > tfoot > tr > th,
.cart-wrapper .table > thead > tr > td,
.summary-wrapper .table > thead > tr > td,
.wishlist-wrapper .table > thead > tr > td,
.cart-wrapper .table > tbody > tr > td,
.summary-wrapper .table > tbody > tr > td,
.wishlist-wrapper .table > tbody > tr > td,
.cart-wrapper .table > tfoot > tr > td,
.summary-wrapper .table > tfoot > tr > td,
.wishlist-wrapper .table > tfoot > tr > td {
  border: 0;
  padding-left: 0;
  font-weight: 500;
}
.new-address-box {
  background-color: #f1f0ef;
  padding: 5px 15px;
}
.cart-container {
  background-color: #f1f0ef;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-container {
    margin: 0 15px 20px;
    padding: 40px 0;
  }
}
.cart-container .box-title {
  font-family: 'Calibri Bold';
  font-size: 24px;
  text-transform: uppercase;
}
.progress-box {
  background-color: #796b63;
  color: #ffffff;
  padding: 10px 10px 20px;
}
.progress {
  height: 10px;
  border-radius: 15px;
  margin: 0;
}
.progress .progress-bar {
  background-color: #e21d38;
}
.progress.complete {
  margin-top: 10px;
}
.progress.complete .progress-bar {
  background-color: #c9d022;
}
.btn-wrapper {
  width: 100%;
}
.btn-wrapper .btn {
  width: 100%;
  margin-bottom: 10px;
}
.btn-wrapper .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .btn-wrapper .btn {
    margin-bottom: 0;
    display: inline-block;
    width: 49%;
  }
  .btn-wrapper .btn:last-child {
    marging-left: 2px;
  }
}
.box-login {
  padding: 20px;
}
.edit-action,
.link {
  text-decoration: underline;
  display: block;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 16px;
}
.edit-action:hover,
.link:hover,
.edit-action:visited,
.link:visited,
.edit-action:focus,
.link:focus,
.edit-action:active,
.link:active {
  text-decoration: underline;
}
.link {
  margin: 0;
}
.address-summary-inner {
  display: table;
  width: 100%;
}
.address-summary-inner > div,
.address-summary-inner a {
  display: table-cell;
  vertical-align: top;
}
.address-summary-title {
  font-family: 'Calibri Bold';
  width: 25%;
  padding-right: 10px;
}
.box-free-gift {
  color: #796b63;
  display: table;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .box-free-gift > div {
    display: table-cell;
  }
}
.box-free-gift .icon-gift-box {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 15px;
}
.box-free-gift .icon-gift-box .icon {
  font-size: 40px;
  color: #c9d022;
}
.box-free-gift .box-title {
  font-size: 18px;
  margin: 0;
}
.box-free-gift .remaining-free-gift {
  position: absolute;
  font-size: 14px;
  right: 5px;
}
.box-free-gift .box-free-gift-progress {
  padding: 0 15px 25px 50px;
}
@media (min-width: 992px) {
  .box-free-gift .box-free-gift-progress {
    padding-bottom: 0;
    width: 70%;
  }
}
@media (min-width: 1250px) {
  .box-free-gift .box-free-gift-progress {
    width: 60%;
  }
}
.box-free-gift .progress-box {
  background-color: #ffffff;
  padding: 10px 10px 30px 0;
}
.box-free-gift .progress {
  height: 20px;
  border-radius: 15px;
  margin: 0;
}
.box-free-gift .progress .progress-bar {
  background-color: #c9d022;
  position: relative;
}
.box-free-gift .progress.complete {
  margin-top: 10px;
}
.box-free-gift .progress.complete .progress-bar {
  background-color: #c9d022;
}
.box-free-gift ul {
  margin: 0;
  font-size: 16px;
}
@media (min-width: 1250px) {
  .box-free-gift ul {
    margin-left: 60px;
  }
}
.box-free-gift ul li {
  color: #796b63;
  font-family: 'Calibri Bold';
  padding-bottom: 10px;
  display: table;
}
.box-free-gift ul li > span {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.box-free-gift ul li .icon {
  color: #c9d022;
  font-weight: 700;
  font-size: 18px;
}
.box-free-gift ul li.item-locked {
  color: #c9c4c1;
}
.box-free-gift ul li.item-locked .icon {
  color: #c9c4c1;
}
.sectionNutrimagazine .box-header-nutrimagazine {
  width: 100%;
  margin: 30px 0;
  background-color: #796b63;
  color: #ffffff;
  padding: 20px;
}
.sectionNutrimagazine .box-header-nutrimagazine .title {
  width: auto;
  display: inline-block;
  font-size: 24px;
  font-family: 'Calibri Bold';
}
.sectionNutrimagazine .box-header-nutrimagazine .title .line-title {
  height: 2px;
  position: relative;
  background-color: #ffffff;
  bottom: 0;
  width: 0;
}
.sectionNutrimagazine .box-header-nutrimagazine .title:hover .line-title {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 100%;
}
.sectionNutrimagazine .box-header-nutrimagazine .text {
  padding-top: 20px;
}
.sectionNutrimagazine .first-show-title {
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #796b63;
}
@media (max-width: 767px) {
  .sectionNutrimagazine .article-list {
    margin-bottom: 35px;
  }
}
.sectionNutrimagazine .article-list.article-slide .box-article {
  display: table;
}
.sectionNutrimagazine .article-list.article-slide .box-article .box-article-content {
  display: table-cell;
  width: 50%;
  padding: 20px;
  vertical-align: middle;
  background-color: #f1f0ef;
}
.sectionNutrimagazine .article-list.article-slide .box-article .box-article-content .title {
  font-family: 'Calibri Bold';
  font-size: 24px;
}
.sectionNutrimagazine .article-list.article-slide .box-article .box-article-content .cta {
  font-family: 'Calibri Bold';
}
.sectionNutrimagazine .article-list.article-slide .box-article .box-article-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .sectionNutrimagazine .article-list.article-slide .box-article {
    display: block;
  }
  .sectionNutrimagazine .article-list.article-slide .box-article .box-article-content {
    display: block;
    width: 100%;
  }
}
.sectionNutrimagazine .article-list.article-block .box-article {
  display: block;
}
.sectionNutrimagazine .article-list.article-block .box-article .box-article-header {
  margin: 20px 0;
}
.sectionNutrimagazine .article-list.article-block .box-article .box-article-header .title {
  font-family: 'Calibri Bold';
  font-size: 24px;
}
.sectionNutrimagazine .article-list.article-block .box-article .box-article-content {
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #796b63;
  background-color: #f1f0ef;
}
.sectionNutrimagazine .article-list.article-block .box-article .box-article-content .cta {
  font-family: 'Calibri Bold';
}
.sectionNutrimagazine .article-list.article-block .box-article .box-article-image img {
  width: 100%;
}
.sectionNutrimagazine .article-list.article-block.article-related .box-article {
  display: block;
}
.sectionNutrimagazine .article-list.article-block.article-related .box-article .box-article-header {
  background-color: #f1f0ef;
  margin: 0;
}
.sectionNutrimagazine .article-list.article-block.article-related .box-article .box-article-header .title {
  margin: 0;
  padding: 10px 20px 0 20px;
}
.sectionNutrimagazine .article-list.article-block.article-related .box-article-image {
  margin-top: 20px;
}
.sectionNutrimagazine .divider-magazine {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  display: block;
}
.sectionNutrimagazine .filter-nutrimagazine {
  background-color: #f1f0ef;
  padding: 10px 20px;
}
.sectionNutrimagazine .filter-nutrimagazine.detail {
  background-color: #ffffff;
  padding: 20px 0 10px 0;
}
.sectionNutrimagazine .filter-nutrimagazine .title-filter {
  font-family: 'Calibri Bold';
  font-size: 20px;
}
.sectionNutrimagazine .filter-nutrimagazine .form-select {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sectionNutrimagazine .filter-nutrimagazine .form-select {
    display: block;
    margin: 0;
  }
}
.sectionNutrimagazine .show-more {
  text-align: center;
  padding: 30px 0;
}
.sectionNutrimagazine .show-more .show-more-link {
  font-family: 'Calibri Bold';
}
.sectionNutrimagazine .article-detail .title-box {
  margin-top: 10px;
  background-color: #f1f0ef;
  position: relative;
  padding: 30px 20px;
}
.sectionNutrimagazine .article-detail .title-box .title {
  display: block;
  padding-right: 60px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.sectionNutrimagazine .article-detail .title-box .share-options {
  position: absolute;
  right: 20px;
  top: 30px;
}
.sectionNutrimagazine .article-detail .title-box .share-options .share {
  text-decoration: none;
  background-color: red;
  z-index: 1;
  display: block;
  font-size: 26px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #f1f0ef;
  padding: 0px 10px;
}
.sectionNutrimagazine .article-detail .title-box .share-options .social-window {
  display: none;
  z-index: 3;
  background-color: #f1f0ef;
  padding: 0 5px;
  position: absolute;
  top: auto;
  bottom: 60px;
  right: 0px;
  text-align: center;
  min-width: 150px;
}
.sectionNutrimagazine .article-detail .title-box .share-options .social-window:after {
  content: '';
  display: block;
  position: absolute;
  right: 16%;
  width: 10px;
  height: 10px;
  bottom: -5px;
  background: #f1f0ef;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transform: translate(-50%, 0%);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  z-index: -1;
}
.sectionNutrimagazine .article-detail .title-box .share-options .social-window a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 5px 10px;
}
.sectionNutrimagazine .article-detail .title-box .share-options .social-window a .icon {
  font-size: 24px;
  color: #796b63;
  top: 2px;
}
.sectionNutrimagazine .article-detail .subtitle {
  font-size: 24px;
  padding: 10px 20px;
  line-height: 1em;
}
.sectionNutrimagazine .article-detail .text {
  padding: 20px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .article-list-featured .box-article {
    position: relative;
  }
}
.box-article-content {
  display: flex;
  flex-flow: column nowrap;
}
.box-article-content .cta {
  margin-top: auto;
  display: block;
}
.order-completed-wrapper {
  padding: 20px 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .order-completed-wrapper {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.order-completed-wrapper .table-responsive {
  border: 0 !important;
}
.order-completed-wrapper table {
  margin: 20px 0 30px;
}
.order-completed-wrapper table.table > thead > tr > th {
  border: 0;
  font-weight: 500;
}
.order-completed-wrapper table.table > tbody + tbody.subscription-product {
  border: 0;
}
.order-completed-wrapper table tbody {
  background-color: #ffffff;
}
.order-completed-wrapper table tbody tr td {
  border-bottom: 0;
}
.breadcrumb-checkout {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  margin: 0;
}
.breadcrumb-checkout li.step {
  text-align: center;
  padding-right: 10px !important;
}
.breadcrumb-checkout li.step:last-child {
  padding-right: 0 !important;
}
.breadcrumb-checkout li.step span {
  display: block;
}
.breadcrumb-checkout li.step span.circle {
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-family: 'Calibri Bold';
  border-radius: 100%;
  margin: auto;
  background-color: #ffffff;
  color: #796b63;
  border: 1px solid #796b63;
}
.breadcrumb-checkout li.step.active .circle {
  background-color: #796b63;
  color: #ffffff;
}
.checkout h4,
.checkout .h4 {
  font-size: 20px;
}
.address-new,
.address-edit {
  padding: 20px 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .address-new,
  .address-edit {
    padding-left: 0;
    padding-right: 0;
  }
}
.address-new .login-link,
.address-edit .login-link {
  font-size: 14px;
  text-decoration: underline;
}
.address-new hr,
.address-edit hr {
  margin: 0;
  margin-bottom: 20px;
  border-color: #f1f0ef;
}
.address-new .radio,
.address-edit .radio {
  margin-top: 5px;
  margin-bottom: 10px;
}
.address-new .radio label,
.address-edit .radio label {
  width: 100%;
  display: table;
  height: 25px;
}
.address-new .radio label span,
.address-edit .radio label span,
.address-new .radio label a,
.address-edit .radio label a {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .address-new .radio label span,
  .address-edit .radio label span {
    width: 90%;
  }
}
.address-new .radio label a,
.address-edit .radio label a {
  float: right;
}
.address-new .checkbox,
.address-edit .checkbox {
  margin-bottom: 15px;
}
.address-new .radio-privacy .radio label,
.address-edit .radio-privacy .radio label {
  width: auto;
  display: inline-block;
  height: auto;
}
.address-new .icon-plus,
.address-edit .icon-plus {
  padding-right: 10px;
  font-size: 14px;
}
.address-new .icon-edit,
.address-edit .icon-edit {
  font-size: 16px;
}
.shipping-address-box,
.payment-address-box {
  padding: 10px 20px 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .shipping-address-box,
  .payment-address-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .payment-address-box {
    padding-top: 0;
  }
}
/***************************************
	 TEMPLATE PAGE CUSTOM ELEMENT
****************************************/
.container-template {
  padding: 15px;
}
nav ul.nav-pills-fixed {
  top: 20px;
  position: fixed;
}
nav ul.nav-pills-fixed li {
  max-width: 300px;
}
nav ul.nav-pills-fixed li > a {
  border-radius: 0;
}
.list-template {
  width: 100%!important;
}
.list-template.nav-pills > li {
  line-height: 10px;
  background-color: #f8f7f7;
}
.list-template.nav-pills > li a {
  color: #796b63;
}
.list-template.nav-pills > li.active > a,
.list-template.nav-pills > li .nav-pills > li.active > a:hover,
.list-template.nav-pills > li .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #796b63;
  font-weight: 600;
  border-left: 2px solid #796b63;
}
.list-template.nav-pills > li a:hover {
  background-color: transparent;
}
.template-title {
  margin-top: 60px;
  display: block;
  background-color: #c9c4c1;
  margin-bottom: 10px;
  padding: 20px;
}
.template-title h1 {
  margin: 0;
}
.typography-value {
  color: #c9d022;
}
.box-color-container .box-color {
  width: 100%;
  height: 40px;
  display: block;
}
.filter-wrapper-template {
  background-color: #f1f0ef;
  padding: 20px;
}
.filter-wrapper-template .filter-title {
  font-family: 'Calibri Bold';
  font-size: 23px;
}
@media (min-width: 768px) {
  .filter-wrapper-template .filter-title {
    font-size: 24.66666667px;
  }
}
@media (min-width: 1250px) {
  .filter-wrapper-template .filter-title {
    font-size: 28px;
  }
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-heading {
  display: block;
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-heading .accordion-title {
  font-size: 21px;
  text-transform: uppercase;
  padding: 15px;
  display: block;
}
@media (min-width: 768px) {
  .filter-wrapper-template .accordion-filter .accordion-group .accordion-heading .accordion-title {
    font-size: 22px;
  }
}
@media (min-width: 1250px) {
  .filter-wrapper-template .accordion-filter .accordion-group .accordion-heading .accordion-title {
    font-size: 24px;
  }
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-heading .accordion-title .title {
  padding: 0;
  color: #796b63;
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-heading .accordion-title .icon {
  color: #796b63;
  float: left;
  min-width: 40px;
  font-size: 32px;
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item a {
  color: #796b63;
  font-size: 17px;
  padding-left: 80px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item a {
    font-size: 16.66666667px;
  }
}
@media (min-width: 1250px) {
  .filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item a {
    font-size: 16px;
  }
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item .category.active a {
  font-family: 'Calibri Bold';
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item .sub-category {
  padding-left: 10px;
}
.filter-wrapper-template .accordion-filter .accordion-group .accordion-body .accordion-inner .list-item .sub-category.active a {
  font-family: 'Calibri Bold';
}
@media only screen and (min-width: 768px) {
  .table-row {
    display: table;
    width: 100%;
  }
  .table-row > [class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.icon-box {
  border: 2px solid #c9c4c1;
  margin-top: 10px;
  padding: 10px;
}
body {
  color: #796b63;
  font-size: 18px;
  font-family: 'Calibri';
  line-height: 1em;
  padding: 0;
}
@media (max-width: 991px) {
  body.banner-visible .site-header {
    top: 0px;
  }
}
@media (min-width: 1250px) {
  .container-fluid {
    width: 100%;
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .container-fluid.mobile-full {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
  .container.container-custom-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 100%;
    max-width: 1440px;
  }
}
.tab-content > .tab-panel {
  display: none;
}
.tab-content > .tab-panel.active {
  display: block;
}
@media (max-width: 479px) {
  .device-big {
    display: none;
  }
  .device-small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .device-big,
  .tab-content > .tab-panel {
    display: block;
  }
  .device-small {
    display: none;
  }
  .tab-content > .tab-panel {
    display: block;
  }
}
.page-header {
  margin: 0;
  padding: 0;
  border: none;
}
.page-header .title {
  font-family: 'Calibri Bold';
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-header .title {
    font-size: 22px;
  }
}
@media (min-width: 1250px) {
  .page-header .title {
    font-size: 24px;
  }
}
.page-header.legal-area .title {
  font-family: 'Calibri Bold';
  font-size: 21px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-header.legal-area .title {
    font-size: 22px;
  }
}
@media (min-width: 1250px) {
  .page-header.legal-area .title {
    font-size: 24px;
  }
}
.page-header.landing {
  margin-bottom: 20px;
}
.page-header.checkout .title {
  font-family: 'Calibri Bold';
  font-size: 24px;
  display: block;
  border-bottom: 2px solid #796b63;
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.customer-title {
  font-family: 'Calibri Bold';
  font-size: 21px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .customer-title {
    font-size: 22px;
  }
}
@media (min-width: 1250px) {
  .customer-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .customer-title {
    padding-bottom: 20px;
  }
}
.section {
  min-height: 500px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 20px 0;
  }
}
.section.checkout {
  padding: 0;
}
@media (max-width: 991px) {
  .section.checkout {
    padding: 0;
  }
}
.sectionListBanner {
  padding: 0 0 30px 0;
}
.sectionListBanner .row {
  margin-left: -2px;
  margin-right: -2px;
}
.sectionListBanner .row > * {
  padding-left: 2px;
  padding-right: 2px;
}
.sectionListBanner .banner .banner-title {
  background-color: #796b63;
  border-right: 3px solid #c9d022;
  position: relative;
  text-align: center;
  float: left;
  display: table;
  width: 35%;
}
@media (min-width: 1250px) {
}
@media (max-width: 767px) {
  .sectionListBanner .banner .banner-title {
    width: 100%;
    border-right: 0!important;
    border-left: 0!important;
    border-bottom: 3px solid #ffffff;
    opacity: 0.7;
    height: auto!important;
    min-height: auto!important;
    padding: 5px;
  }
}
.sectionListBanner .banner .banner-title .box-center-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
}
.sectionListBanner .banner .banner-title .box-center-title .title {
  color: #ffffff;
  text-align: center;
  width: 100%;
}
@media (max-width: 1249px) and (min-width: 480px) {
  .sectionListBanner .banner .banner-title .box-center-title .title {
    font-size: 18px;
  }
}
.sectionListBanner .banner .banner-title .box-center-title .title a {
  color: #ffffff;
  opacity: 1!important;
  text-decoration: none;
}
.sectionListBanner .banner .banner-title .box-center-title .line-title {
  height: 2px;
  position: relative;
  background-color: #ffffff;
  bottom: 0;
  width: 0;
  left: 17.5%;
}
.sectionListBanner .banner .banner-title .box-center-title:hover .line-title {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  width: 65%;
}
@media (min-width: 1250px) {
  .sectionListBanner .banner .banner-title .box-center-title:hover .line-title {
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .sectionListBanner .banner .banner-title .box-center-title:hover .line-title {
    background-color: #796b63;
  }
}
.sectionListBanner .banner .banner-image {
  width: 65%;
  margin-bottom: 5px;
  float: left;
}
.sectionListBanner .banner .banner-image .slick-prev,
.sectionListBanner .banner .banner-image .slick-next {
  opacity: 0;
  top: 50%;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.sectionListBanner .banner .banner-image .slick-prev:before,
.sectionListBanner .banner .banner-image .slick-next:before {
  font-size: 30px;
  color: #c9d022;
}
.sectionListBanner .banner .banner-image:hover .slick-prev,
.sectionListBanner .banner .banner-image:hover .slick-next {
  opacity: 1;
}
.sectionListBanner .banner .banner-image .slick-slide img {
  width: 100%;
}
@media (min-width: 1250px) {
}
@media (max-width: 767px) {
  .sectionListBanner .banner .banner-image {
    width: 100%;
    display: none;
    height: auto!important;
    min-height: auto!important;
  }
}
.sectionListBanner .banner .banner-image a:hover {
  opacity: 0.9;
}
.sectionListBanner .banner .banner-image .image {
  width: 100%;
}
.sectionListBanner .banner .banner-image .banner-promo-element-mobile {
  padding: 20px;
  text-align: center;
}
.sectionListBanner .banner .banner-image .banner-promo-element-mobile img {
  margin: 0 auto;
}
.sectionListBanner .banner .banner-image .banner-promo-element-mobile .description {
  margin: 0;
  font-size: 20px;
  padding-top: 10px;
}
.sectionListBanner .banner .slick-dots {
  bottom: 20px;
  right: auto;
  width: auto;
}
@media (max-width: 991px) {
  .sectionListBanner .banner .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sectionListBanner .banner .slick-dots {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0!important;
    height: 30px;
    background-color: #796b63;
    width: 100%!important;
    left: auto!important;
    right: auto!important;
  }
}
.sectionListBanner .banner.right .banner-title {
  float: right;
  border-left: 3px solid #c9d022;
  border-right: 0;
}
.sectionListBanner .banner.right .banner-image {
  float: right;
}
.sectionListBanner .banner.right .slick-dots {
  bottom: 20px;
  left: auto;
  width: auto;
}
@media (max-width: 991px) {
  .sectionListBanner .banner.right .slick-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sectionListBanner .banner.active-mobile .banner-title {
    border-bottom: 3px solid #c9d022;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .sectionListBanner .banner.active-mobile .banner-image {
    display: block;
    margin-bottom: 0;
    border-bottom: 3px solid #ffffff;
  }
}
.sectionListBrand {
  padding: 20px 0;
}
@media (max-width: 991px) {
}
.sectionListBrand .list-brand {
  text-align: center;
  width: auto;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.sectionListBrand .list-brand .category-trigger {
  display: inline-block;
  vertical-align: bottom;
  padding: 20px 15px;
}
@media (min-width: 1250px) {
  .sectionListBrand .list-brand .category-trigger {
    padding: 20px;
  }
}
.sectionListBrand .list-brand .category-trigger .brand img {
  max-height: 60px;
  max-width: 85px;
}
@media (min-width: 992px) {
  .sectionListBrand .list-brand .category-trigger .brand img {
    max-width: 100%;
  }
}
.sectionListBrand .list-brand .category-trigger.active {
  border-bottom: 4px solid #796b63;
}
@media (min-width: 768px) {
  .sectionListBrand .list-brand {
    display: table;
  }
  .sectionListBrand .list-brand > a {
    display: table-cell;
  }
}
.sectionListBrand .list-product-brand.open {
  border-top: 1px solid #d7d2d0;
  border-bottom: 1px solid #d7d2d0;
  margin-top: 20px;
}
.sectionListBrand .list-product-brand .brand-products-description {
  padding: 20px;
  background-color: #f8f7f7;
  display: table;
  text-align: center;
  width: 100%;
}
.sectionListBrand .list-product-brand .brand-products-description .description {
  display: table-cell;
  vertical-align: middle;
}
.sectionExpert {
  padding: 20px 0;
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .sectionExpert {
    display: block;
  }
}
.sectionExpert .expert-left {
  display: table-cell;
  vertical-align: top;
}
.sectionExpert .expert-right {
  display: table-cell;
  vertical-align: top;
  width: 450px;
}
@media (max-width: 1249px) {
  .sectionExpert .expert-right {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .sectionExpert .expert-right {
    display: block;
    width: 100%;
  }
}
.sectionExpert .expert-image-container {
  display: table;
  width: 100%;
  float: left;
}
.sectionExpert .expert-image-container .expert-img {
  display: table-cell;
  margin: 0;
  padding: 0;
  position: relative;
}
.sectionExpert .expert-image-container .expert-img img {
  max-width: 100%;
  height: auto;
}
.sectionExpert .expert-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(56, 48, 48, 0.7);
  text-align: center;
  padding: 15px;
}
.sectionExpert .expert-info .area {
  color: #ffffff;
  margin: 0;
}
.sectionExpert .expert-info .name {
  color: #ffffff;
  margin: 0;
  font-family: 'Calibri Bold';
}
@media (max-width: 1249px) {
  .sectionExpert .expert-info {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .sectionExpert .expert-info {
    padding: 15px;
  }
  .sectionExpert .expert-info p {
    font-size: 20px;
    font-family: 'Calibri';
    text-transform: uppercase;
  }
}
.sectionExpert .box-expert {
  background-color: #f1f0ef;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .sectionExpert .box-expert {
    text-align: center;
  }
}
.sectionExpert .box-expert .title {
  font-size: 19px;
  font-family: 'Calibri Bold';
  background-color: #796b63;
  color: #ffffff;
  text-align: center;
  padding: 15px 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .sectionExpert .box-expert .title {
    font-size: 19.33333333px;
  }
}
@media (min-width: 1250px) {
  .sectionExpert .box-expert .title {
    font-size: 20px;
  }
}
.sectionExpert .box-expert .expert-img-slide .expert-img {
  position: relative;
}
.sectionExpert .box-expert .expert-img-slide img {
  width: 100%;
}
.sectionExpert .box-expert .text {
  line-height: 26px;
  padding: 30px 20px;
  margin: 0;
}
@media (max-width: 1249px) {
  .sectionExpert .box-expert .text {
    padding: 15px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .sectionExpert .box-expert .box-cta {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .sectionExpert .box-expert .btn-cta {
    margin-bottom: 30px;
  }
}
.sectionExpert.page-list-expert .expert-left {
  width: 450px;
}
@media (max-width: 1249px) {
  .sectionExpert.page-list-expert .expert-left {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .sectionExpert.page-list-expert .expert-left {
    display: block;
    width: 100%;
  }
}
.sectionExpert.page-list-expert .expert-right {
  width: auto!important;
}
.sectionExpert.page-list-expert .expert-img-slide .expert-img {
  position: relative;
}
.sectionExpert.page-list-expert .expert-img-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sectionExpert.page-list-expert .box-expert {
  background-color: #796b63;
}
.sectionExpert.page-list-expert .box-expert .title {
  float: left;
  padding: 0;
  border-bottom: 2px solid #ffffff;
  margin: 20px 20px 10px 20px;
}
@media (max-width: 991px) {
  .sectionExpert.page-list-expert .box-expert .title {
    float: none;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    padding: 10px 20px;
    border: none;
  }
}
.sectionExpert.page-list-expert .box-expert .text {
  color: #ffffff;
  padding: 10px 20px;
  float: left;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 991px) {
  .sectionExpert.page-list-expert .box-expert .text {
    float: none;
    width: 100%;
    background-color: #796b63;
    color: #ffffff;
    padding: 0 15px 15px 15px;
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .sectionExpert.page-list-expert .expert-info {
    padding-bottom: 30px!important;
  }
}
.box-single-expert {
  overflow: hidden;
}
.box-single-expert .col-single-expert-left {
  padding-right: 0;
}
@media (max-width: 991px) {
  .box-single-expert .col-single-expert-left {
    padding-right: 15px;
  }
}
.box-single-expert .col-single-expert-right {
  background-color: #d7d2d0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .box-single-expert .col-single-expert-right {
    padding-left: 15px;
  }
}
.box-single-expert .single-expert-left {
  height: 100%;
}
@media (min-width: 992px) {
  .box-single-expert .single-expert-left {
    display: table;
  }
}
.box-single-expert .single-expert-left .image-expert {
  display: table-cell;
  max-height: 380px;
  width: auto;
}
@media (max-width: 991px) {
  .box-single-expert .single-expert-left .image-expert {
    display: none;
  }
}
.box-single-expert .single-expert-left .box-expert {
  display: table-cell;
  vertical-align: top;
  background-color: #796b63;
  padding: 30px;
}
.box-single-expert .single-expert-left .box-expert .title-expert {
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
}
.box-single-expert .single-expert-left .box-expert .subtitle-expert {
  font-size: 26px;
  color: #ffffff;
}
.box-single-expert .single-expert-left .box-expert .description-expert {
  color: #ffffff;
  font-family: 'Calibri Italic';
  padding-top: 20px;
}
@media (max-width: 991px) {
  .box-single-expert .single-expert-left .box-expert {
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .box-single-expert .single-expert-left .box-expert .title-expert {
    text-align: center;
    color: #796b63;
    background-color: #f1f0ef;
    padding: 20px 30px;
  }
  .box-single-expert .single-expert-left .box-expert .icon-message-expert {
    display: block!important;
    float: left;
    margin-right: 10px;
    font-size: 80px;
    margin-left: 30px;
  }
  .box-single-expert .single-expert-left .box-expert .subtitle-expert {
    color: #796b63;
    padding-top: 10px;
  }
  .box-single-expert .single-expert-left .box-expert .description-expert {
    color: #796b63;
    padding: 0;
  }
}
.box-single-expert .single-expert-right {
  display: block;
  padding: 15px 30px;
  background-color: #d7d2d0;
}
.box-single-expert .single-expert-right .form-expert .button-submit {
  text-align: right;
}
@media (max-width: 991px) {
  .box-single-expert .single-expert-right .form-expert .button-submit {
    text-align: center;
  }
  .box-single-expert .single-expert-right .form-expert .button-submit button {
    padding: 0px 80px;
  }
}
@media (max-width: 767px) {
  .box-single-expert .single-expert-right .form-expert .button-submit button {
    width: 100%;
  }
}
@media (max-width: 991px) {
}
.sectionWhois .section-title .title {
  margin-bottom: 20px;
}
.sectionWhois .whois-text {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionWhois .whois-text {
    font-size: 18px;
  }
}
@media (min-width: 1250px) {
  .sectionWhois .whois-text {
    font-size: 18px;
  }
}
.sectionNewsletter {
  padding: 0 0 30px 0;
}
@media (max-width: 991px) {
  .sectionNewsletter {
    padding: 0 0 20px 0;
  }
}
.sectionNewsletter .title-newsletter {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 30px;
}
.sectionNewsletter .checkbox label {
  line-height: 20px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .sectionNewsletter .input-group {
    display: block;
  }
  .sectionNewsletter .input-group .form-control {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .sectionNewsletter .input-group .input-group-btn {
    margin: 0;
    display: block;
    width: 100%;
  }
  .sectionNewsletter .input-group .input-group-btn .btn {
    margin: 0;
    display: block;
    width: 100%;
  }
}
.sectionLandingOffers .banner-top {
  border-bottom: 2px solid #796b63;
  margin-bottom: 30px;
}
.sectionLandingOffers .banner-top .page-header.landing {
  margin-bottom: 10px;
}
.sectionLandingOffers .banner-top .title-landing {
  font-size: 28px;
}
@media (max-width: 767px) {
  .sectionLandingOffers .banner-top .title-landing {
    font-size: 24px;
  }
}
.sectionLandingOffers .section-banner a {
  text-decoration: none;
}
.sectionLandingOffers .section-banner .single-banner {
  display: block;
  margin-bottom: 20px;
}
.sectionLandingOffers .section-banner .single-banner .banner-content .title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Calibri Bold';
}
@media (max-width: 767px) {
  .sectionLandingOffers .section-banner .single-banner .banner-content {
    text-align: center;
  }
  .sectionLandingOffers .section-banner .single-banner .banner-content picture {
    display: block;
    margin-bottom: 10px;
  }
}
.nav-tabs > li > a {
  text-align: center;
  text-transform: uppercase;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  border: 1px solid #796b63;
  border-bottom-color: #796b63;
  border-radius: 0;
  color: #796b63;
  text-align: center;
}
.list-01 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-01 li a {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}
.list-01.list-01-inner {
  padding-left: 20px;
}
.list-01.list-01-inner li a {
  font-family: 'Calibri';
}
.list-02 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-02 li.title,
.list-02 li:first-child,
.list-02 li.title > a {
  font-family: 'Calibri Bold';
  text-transform: uppercase;
}
.list-02 li a {
  font-size: 16px;
  display: block;
  padding: 3px 0;
  line-height: 20px;
}
.list-02.legal {
  padding-bottom: 20px;
}
.list-02.legal li:first-child {
  font-family: 'Calibri Bold';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .list-02.legal li:first-child {
    font-size: 19.33333333px;
  }
}
@media (min-width: 1250px) {
  .list-02.legal li:first-child {
    font-size: 20px;
  }
}
.list-02.legal li a.active {
  font-family: 'Calibri Bold';
}
.list-02.customer {
  padding-bottom: 20px;
}
.list-02.customer li:first-child {
  font-family: 'Calibri Bold';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .list-02.customer li:first-child {
    font-size: 19.33333333px;
  }
}
@media (min-width: 1250px) {
  .list-02.customer li:first-child {
    font-size: 20px;
  }
}
.list-02.customer li a.active {
  font-family: 'Calibri Bold';
}
div ::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
div ::-webkit-scrollbar-thumb {
  background: #c9c4c1;
}
div ::-webkit-scrollbar-track {
  background: #f1f0ef;
}
.table.tablenutri-products thead tr th {
  background-color: #796b63;
  color: #ffffff;
}
.table.tablenutri-products tbody tr td {
  padding: 4px 10px;
  font-size: 16px;
  background-color: #ffffff;
  border-top: 1px solid #f1f0ef;
}
.table.tablenutri-products tbody tr td:first-child {
  padding-right: 30px;
}
.table.tablenutri-products tbody tr.child td {
  border-top: 1px solid #f1f0ef;
}
.table.tablenutri-products tbody tr.child td:first-child {
  padding-left: 30px;
  font-size: 15px;
}
.accordion-menu .accordion {
  background-color: #796b63;
}
.accordion-menu .accordion .title-accordion {
  font-size: 18px;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0;
}
.accordion-menu .accordion .title-accordion:hover {
  opacity: 1;
}
.accordion-menu .accordion .title-accordion:first-child {
  border-top: 1px solid #d7d2d0;
  margin-top: 0;
}
.accordion-menu .accordion .title-accordion .icon {
  font-family: "nutricon";
  font-size: 18px;
  padding-left: 20px;
}
.accordion-menu .accordion .title-accordion .icon:before {
  content: '\f054';
}
.accordion-menu .accordion .title-accordion.collapsed {
  border-bottom: 1px solid #d7d2d0;
}
.accordion-menu .accordion .title-accordion.collapsed .icon:before {
  content: '\f078';
}
.accordion-menu .accordion .panel-collapse {
  padding: 0 5px;
  border-bottom: 1px solid #d7d2d0;
  background-color: #c0b9b6;
}
.accordion-menu .accordion .panel-collapse a,
.accordion-menu .accordion .panel-collapse p,
.accordion-menu .accordion .panel-collapse li,
.accordion-menu .accordion .panel-collapse h1,
.accordion-menu .accordion .panel-collapse h2,
.accordion-menu .accordion .panel-collapse h3,
.accordion-menu .accordion .panel-collapse h4,
.accordion-menu .accordion .panel-collapse h5,
.accordion-menu .accordion .panel-collapse h6 {
  color: #ffffff;
}
.accordion-menu .accordion .panel-collapse p {
  margin: 0;
  padding: 10px 0;
}
.accordion-menu .accordion .panel-collapse li {
  line-height: 2em;
}
@media (max-width: 768px) {
  .accordion-menu {
    text-align: center;
  }
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  line-height: 1;
  margin: 0.5em;
  animation: anim-rotate 2s infinite linear;
  color: #c9d022;
  text-shadow: 0 0 0.25em rgba(1, 1, 1, 0.3);
}
@media (max-width: 991px) {
  .box-fluid-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .box-fluid-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#cookie-policy-alert {
  text-align: center;
  background-color: #796b63;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 15px;
  color: #ffffff;
}
#cookie-policy-alert a {
  font-family: 'Calibri Bold';
  color: #ffffff;
}
.cookies__button {
  background-color: #ffffff;
  color: #796b63 !important;
  display: block;
  width: 120px;
  padding: 5px 40px;
  text-decoration: none!important;
  margin: 0 auto;
  margin-top: 5px;
  opacity: 1;
}
#cookie-policy-alert-close {
  margin-right: 20px;
  color: #796b63;
  opacity: 1;
  padding: 10px 15px;
}
.site-overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.col-centered {
  float: none;
  margin: 0 auto;
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}
.flex-column {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
@media (min-width: 768px) {
  .flex-sm-column {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
@media (min-width: 992px) {
  .flex-md-column {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.flex-align-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-100 {
  height: 100%;
}
.h-50 {
  height: 50%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 992px) {
  .flex-md-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.login-wrapper {
  padding: 30px 60px;
  height: 100%;
}
.bg-box {
  background-color: #f1f0ef;
  padding: 20px 40px;
  margin-top: 20px;
}
.table > thead > tr > th {
  font-weight: 500;
  font-family: 'Calibri Bold';
}
.max-chars {
  font-size: 12px;
}
.customer-wishlist-wrapper {
  padding: 20px;
}
.customer-wishlist-wrapper .customer-wishlist {
  background-color: #ffffff;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  background: #ffffff;
  border-bottom: 1px solid #f8f7f7;
}
@media (min-width: 992px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku {
    display: inline-table;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku td {
  vertical-align: top;
  border: 0;
}
@media (min-width: 992px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku td {
    vertical-align: middle;
    border-bottom: 1px solid #f8f7f7;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .photo {
  text-align: center;
  width: 100px;
  min-width: auto;
}
@media (min-width: 992px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku .photo {
    width: 130px;
    padding: 10px;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .description {
  padding-left: 10px;
  width: calc(100% - 100px);
}
@media (min-width: 992px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku .description {
    width: 45%;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .description .name {
  font-family: 'Calibri Bold';
  font-size: 18px;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .description .additional-info {
  font-size: 16px;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .price {
  font-family: 'Calibri Bold';
  font-size: 18px;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .price .discount {
  color: #e21d38;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .price .cancelled-price {
  text-decoration: line-through;
  padding-right: 10px;
  font-family: 'Calibri';
}
@media (max-width: 991px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku .price {
    padding-top: 0px;
    width: 50%;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action {
    width: 50%;
    padding-top: 0;
  }
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action .wishlist-product-action .divider {
  height: 20px;
  border-right: 1px solid #f8f7f7;
  margin: 0px 10px;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action .wishlist-product-action .add-to-cart-wishlist {
  font-size: 18px;
  cursor: pointer;
}
.customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action .wishlist-product-action .remove-product-wishlist,
.customer-wishlist-wrapper .customer-wishlist tr.sku .td-block-action .wishlist-product-action .email-availability-wishlist {
  font-size: 18px;
}
.filters-1-wrapper {
  border-bottom: solid 1px #d7d2d0;
  background: white;
  z-index: 999 !important;
}
@media (min-width: 992px) {
  .filters-1-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .filters-1-wrapper {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .filters-1-wrapper .filters-1 {
    padding: 0 15px;
  }
}
.filters-1-wrapper .filters-1 .mobile-filters-trigger {
  padding-left: 0;
}
.filters-1-wrapper .filters-1 .mobile-filters-trigger .icon {
  position: relative;
  top: 1px;
  padding-right: 5px;
}
.filters-1-wrapper .filters-1 .desktop-filters-label {
  padding-left: 0;
}
.subscription-search-filters .subscription-search-filters-item .bootstrap-select .filter-option {
  padding-right: 0;
}
.subscription-search-filters .subscription-search-filters-item .bootstrap-select .filter-option .filter-option-inner-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-link {
  border-color: transparent !important;
  background: none !important;
  color: inherit !important;
}
.bootstrap-select .btn-link.dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.btn-filter {
  font-size: 16px;
  font-family: 'Calibri';
}
.subscription-wrapper .product-tile-wrapper {
  padding-bottom: 20px;
  border: 2px solid #ffffff;
}
.subscription-wrapper .product-tile-wrapper.subscription {
  border: 2px solid #c9d022;
}
.mobile-subscription-summary-wrapper {
  margin: 0 -15px;
  border-bottom: solid 1px #d7d2d0;
  background: white;
  margin-bottom: 15px;
  z-index: 999 !important;
}
.mobile-subscription-summary-wrapper .mobile-subscription-summary {
  padding: 15px;
}
.subscription-action a {
  display: inline-block;
  padding: 0 5px;
}
/*# sourceMappingURL=style.css.map */