/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'aileronregular';
  src: url("../fonts/aileron-regular-webfont.woff2") format("woff2"), url("../fonts/aileron-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aileronbold';
  src: url("../fonts/aileron-bold-webfont.woff2") format("woff2"), url("../fonts/aileron-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'playfair_displayregular';
  src: url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("../fonts/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aileronsemibold';
  src: url("../fonts/aileron-semibold-webfont.woff2") format("woff2"), url("../fonts/aileron-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aileronitalic';
  src: url("../fonts/aileron-italic-webfont.woff2") format("woff2"), url("../fonts/aileron-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aileronbold_italic';
  src: url("../fonts/aileron-bolditalic-webfont.woff2") format("woff2"), url("../fonts/aileron-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
body {
  padding: 0px !important;
  margin: 0px !important;
  font-family: 'aileronregular';
  color: #4b4c4c;
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
.container {
  width: 100%;
  max-width: 92%;
}
@media (max-width: 1365px) {
  .container {
    max-width: 96%;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
}
.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}
.modal-open .modal {
  overflow-y: auto;
  padding-right: 0 !important;
}
body #footer-area {
  position: relative !important;
}
#content {
  min-height: 60vh;
}
.order-product-item-list > * {
  text-align: center;
  text-align: center;
}
.jquery-loading-modal__bg {
  top: 0;
  left: 0;
}
.quickcheckoutleft {
  overflow-x: hidden;
}
.quickcheckout-checkout .input-group-btn > .btn + .fa {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 12px;
  font-size: 9px;
  left: 2px;
}
#cartSummary img {
  max-width: 70px;
  height: 70px;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#cartSummary .cart-description {
  text-align: center;
}
#cartSummary .cart-thumb {
  width: 70px;
}
@media (max-width: 767px) {
  #cartSummary .cart-description {
    padding-left: 0 !important;
    text-align: left;
    display: block !important;
    width: 100% !important;
  }
  #cartSummary .cart-thumb {
    width: 100% !important;
  }
}
.quickcheckout-checkout #content .image img, .quickenquiry-checkout #content .image img {
  max-width: 70px;
}
.account-wishlist table img {
  max-width: 70px;
}
.input-number::-ms-clear {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
#waiting_list {
  margin-top: 2em;
}
#waiting_list input {
  padding-left: 1em;
  font-family: sans-serif;
}
#waiting_list button {
  min-width: auto !important;
}
.product-search .search-options #input-search {
  height: 44px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#content {
  padding-bottom: 2em;
}
.slider-arrow .fa {
  position: absolute;
  top: 40%;
  color: #fff;
  font-size: 5em;
}
.slider-arrow .fa.fa-angle-right {
  right: 18px;
}
.slider-arrow .fa.fa-angle-left {
  left: 18px;
}
.cart-dorpdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured .slick-no-slide {
  margin: 0;
}
.btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  min-width: 200px;
}
.account-wishlist table .btn {
  min-width: auto !important;
}
@media (max-width: 767px) {
  .reg-captcha {
    text-align: center;
  }
}
.reg-captcha #google_recaptcha.form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .reg-captcha #google_recaptcha.form-group {
    margin: 0 auto;
  }
  .reg-captcha #google_recaptcha.form-group .text-danger {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 12px;
  }
}
.slick-slide .product-gutter {
  height: 100%;
}
.account-account .account-container a:hover,
.account-account .account-container a:focus {
  border: 1px solid #b6813c;
}
.account-account .account-container a:hover .icon-font::before,
.account-account .account-container a:focus .icon-font::before {
  color: #b6813c;
}
@media (min-width: 767px) {
  .order-product-item-list > * {
    width: calc(100% /3 - 10px);
  }
}
.account-wishlist .btn-danger.d {
  background-color: #b6813c !important;
  border-color: #b6813c !important;
}
#enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
  padding: 6px 20px !important;
  line-height: 2.6;
  padding-top: 8px !important;
}
_:-ms-fullscreen, :root input[type=password]::-ms-reveal,
_:-ms-fullscreen, :root input[type=password]::-ms-clear {
  display: none;
}
@media (max-width: 767px) {
  .btne {
    text-align: center;
  }
  .btne .pull-left {
    float: none !important;
  }
}
.page-banner {
  text-align: center;
  color: #fff;
}
.page-banner .breadcrumb-banner li {
  padding: 0;
}
/*
.page-banner .breadcrumb-banner li a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: 'aileronsemibold';
  padding: 0 8px;
}*/
.page-banner .breadcrumb-banner li a {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: 'aileronsemibold';
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 0 8px;
  text-shadow: 0.05em 0.05em 0.1em #404040;
}
/* ADDED */
.page-banner .breadcrumb-banner li a:hover {
  background-color: #648252;
  box-shadow: 0.05em 0.05em 0.1em #404040;
  border-radius: 2em 2em;
  font-size: 1.2em;
  transition: all 0.3s ease-in-out 0.1s;
}
.page-banner .breadcrumb-banner li a:not(:hover) {
  transition: all 0.3s ease-in-out 0.1s;
}
.page-banner .breadcrumb-banner li a:before {
  content: "|";
  position: absolute;
  right: -3px;
}
.page-banner .breadcrumb-banner li:last-child a:before {
  display: none;
}
/* Orignnal */
/*
.page-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'playfair_displayregular';
  font-size: 34px;
  letter-spacing: 1px;
  display: inline-block;
  text-shadow: 0.1em 0.1em 1em #000000;
}*/
/*
.page-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'playfair_displayregular';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  text-shadow: 0.05em 0.05em 0.1em #404040;
  user-select: none;
}*/
.page-banner h3 {
  color: #fff;
  font-family: 'playfair_displayregular';
  font-size: 220%;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  text-shadow: 0.05em 0.05em 0.1em #404040;
  user-select: none;
}
/*
@media (max-width: 1080px) {
  .page-banner h3 {
    font-size: 24px;
    text-shadow: 0.1em 0.1em 1em #000000;
  }
}*/
@media (max-width: 1080px) {
  .page-banner h3 {
  font-size: 24px;
  text-shadow: 0.05em 0.05em 0.1em #404040;
  user-select: none;
  }
}
/*@media (max-width: 767px) {
  .page-banner h3 {
    font-size: 18px;
    text-shadow: 0.1em 0.1em 1em #000000;
  }
}*/
@media (max-width: 767px) {
  .page-banner h3 {
    font-size: 18px;
    text-shadow: 0.05em 0.05em 0.1em #404040;
    user-select: none;
  }
}
/* MUTED TO REMOVE LINE */
/*
.page-banner h3:after {
  content: "";
  background: #fff;
  width: 2.8em;
  height: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  box-shadow: 0.05em 0.05em 0.1em #404040;
}*/
body .newsletter-section {
  padding: 0;
  border-top: 0;
  text-align: left;
  margin-top: 26px;
}
@media (max-width: 767px) {
  body .newsletter-section {
    text-align: center;
  }
}
body .newsletter-section .newsletter-grid {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
}
body .newsletter-section .newsletter-grid .mi-block {
  margin: 0;
}
body .newsletter-section h5 {
  margin: 0;
}
body .newsletter-section .mi-toptext {
  margin: 0;
  text-shadow: 0 0 0px;
}
body .newsletter-section .box-content {
  max-width: 100%;
}
body .newsletter-section input {
  padding-left: 0;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  color: #fff;
}
body .newsletter-section input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
body .newsletter-section input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
body .newsletter-section input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
body .newsletter-section input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
body .newsletter-section input[disabled] {
  padding-left: 16px;
}
body .newsletter-section .btn {
  background: transparent !important;
  padding: 0;
}
body .newsletter-section .btn:hover {
  background: transparent !important;
}
#pg-banner-wrap .bg-cover {
  min-height: 16em;
}
#pg-banner-wrap + .container #content > h2 {
  display: none !important;
}
#pg-banner-wrap + .container .row > h2 {
  display: none !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  font-family: 'playfair_displayregular';
  color: #5b5c5a;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]).w {
  color: #fff;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]).w:after {
  background: #fff;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
  width: 82px;
  height: 3px;
  background: #5b5c5a;
  margin: 15px auto 0px;
}
.fixed-header > .container {
  padding: 15px;
}
/*.fixed-header .top-text {
  background: #648252;
  color: #fff;
  text-align: center;
  padding: 10px;
}*/
.fixed-header .top-text {
	position: relative;
    top: 0;
    background: linear-gradient(180deg, rgb(125 162 103) 0%, rgb(94 129 74) 65%, rgba(100, 130, 82, 1) 100%);
    -webkit-filter: drop-shadow(0.1em 0.1em 0.2em #6262628a);
    filter: drop-shadow(0.1em 0.1em 0.2em #6262628a);
    overflow: hidden;
    white-space: nowrap;
}
.fixed-header .top-text > div {
    padding: 10px;
    font-family: 'aileronsemibold';
    font-size: 1.2em;
    letter-spacing: 0.02em;
    color: transparent;
    text-align: center;
	white-space: nowrap;
    will-change: transform;
    transform-origin: bottom;
	transform : scale3d(1,1,1) translate3d(0, 0, 0);
    transition: all 1.5s ease-in-out;
}
.fixed-header .top-text > .top-text-bg {
position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* TOP TEXT: Animation */
.top-txt-overflowANIME {
	text-align: left !important;
	transform: translate3d(calc(var(--translate-end) - 3vw), 0, 0) !important;
}
.animate-maintenance-info-BGTXT {color: yellow !important;}
.animate-maintenance-info-BG {background-color: #000fba5c !important;}
.animate-mainINFOTXT {
    color: transparent !important;
	transform: scale3d(1.01,1.01,1.01) translate3d(0,-1em,0) !important;
}
.animate-mainINFOTXT-reset {transform: translate3d(calc(var(--translate-end) - 3vw),-1em,0) !important;}
.overrideManTimings {transition: all 10s ease-in-out !important;}
.animate-mainINFOBG-NEW {
	background: linear-gradient(to left, transparent, #dcf4de96, transparent);
    background-size: 0%;
    background-position: -100%;
    background-repeat: no-repeat;
	animation: 6s mainTopGlow forwards;
}
/* Static marquee overflow for MM2+ (no up/down, just left-right loop with pauses) */
.top-txt-overflowANIME-STATIC {
  animation: topTxtStaticMarquee 12s ease-in-out infinite;
  will-change: transform;
}
/*
 * Timeline (12s total):
 *  0%–15%  : hold at START (translateX(0))
 * 15%–45%  : move START → END
 * 45%–60%  : hold at END (translateX(var(--translate-end)))
 * 60%–90%  : move END → START
 * 90%–100% : hold at START again
 */
@keyframes topTxtStaticMarquee {
  /* stay at the beginning */
  0%,
  15% {
    transform: translateX(0);
  }

  /* move to the far end */
  40% {
    transform: translateX(var(--translate-end));
  }

  /* pause at the far end */
  70% {
    transform: translateX(var(--translate-end));
  }

  /* move back to the beginning */
  90% {
    transform: translateX(0);
  }

  /* pause again at the beginning */
  100% {
    transform: translateX(0);
  }
}
@keyframes mainTopGlow {
	0%{background-size: 0%;}
	50%{background-size: 250%;}
	100%{background-size: 0%;}
}
.fixed-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .fixed-header .header-container {
    padding: 0;
  }
}
.fixed-header .header-top {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.fixed-header .header-logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fixed-header .header-logo img {
  max-width: 80%;
}
@media (max-width: 991px) {
  .fixed-header .header-logo img {
    max-width: 50%;
  }
}
.fixed-header .header-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.fixed-header .header-menu #main-menu li.active > a {
  color: #ba803c;
}
.fixed-header .header-menu #main-menu li a {
  text-transform: uppercase;
  /*font-family: 'aileronsemibold';*/
  font-family: 'aileronbold';
}
@media (max-width: 1199px) {
  .fixed-header .header-menu #main-menu li a {
    font-size: 13px;
  }
}
.fixed-header .header-menu #main-menu li a .sub-arrow {
  display: none;
}
.fixed-header .header-menu #main-menu li a + ul {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  display: block !important;
  /*-webkit-box-shadow: 0 8px 6px -5px #ccc !important;
          box-shadow: 0 8px 6px -5px #ccc !important;*/
}
.fixed-header .header-menu #main-menu li a + ul:hover {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.fixed-header .header-menu #main-menu li a:hover + ul {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.fixed-header .header-menu #main-menu li ul {
  width: 66em !important;
  max-width: 30em !important;
  border: 0;
  -webkit-box-shadow: 0 0.5em 0.5em #ccc !important;
  box-shadow: 0 0.5em 0.5em #ccc !important;
  border-radius: 0 0 0.5em 0.5em !important;
  background-color: white;
  background: linear-gradient(to bottom,white 0%,#ffffff6b 20%,#ffffff6b 80%,white 100%),url(/image/catalog/web_pictures/bg/BG1.webp) bottom / cover;
}
.fixed-header .header-menu #main-menu li ul li:nth-child(odd) {background-color: #f5f5f5; border-radius: inherit;}
.fixed-header .header-menu #main-menu li ul li:nth-child(even) {border: 0.01em solid #dedede6b;}
.fixed-header .header-menu #main-menu li ul li a {
  padding: 14px 32px;
  text-transform: none !important;
  text-shadow: 0 0 0px;
  font-family: 'aileronregular';
}
/* Custom Adjustments for Underline Properties */
/* START */
.fixed-header .header-menu #main-menu > li > a > span {
  padding: 0.5em;
  transition: all 0.1s ease-out;
}
.fixed-header .header-menu #main-menu > li > a:hover > span {
  color: black;
  position: relative;
  border-bottom: 0.2em solid #648252;
  margin-bottom: -3px;
  text-shadow: 0.1em 0.1em 0.1em #cdcdcd;
  transform: scale(1.1);
}
.forceHover {
  color: black;
  position: relative;
  border-bottom: 0.2em solid #648252;
  margin-bottom: -3px;
  text-shadow: 0.1em 0.1em 0.1em #cdcdcd;
  transform: scale(1.1);
}
/* END */
.fixed-header .header-menu #main-menu li:nth-child(1) ul li:hover,.fixed-header .header-menu #main-menu li:nth-child(3) ul li:hover,.fixed-header .header-menu #main-menu li:nth-child(4) ul li:hover {
	transform: scale(1.010);
	transition: all 0.05s ease-in-out 0.05s;
	color: #42853D;
    box-shadow: 0 0.1em 0.3em #5a795a91;
    border-radius: 0.5em;
    background: linear-gradient(360deg, #c0e0ad 0%, #daeccf 15%, #f9fff5);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#searchpop {
  max-width: 40%;
  margin: 0 auto;
  position: relative;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@media (max-width: 1199px) {
  #searchpop {
    max-width: 70%;
  }
}
#searchpop .container {
  width: 100%;
  max-width: 92%;
}
#searchpop .search-custom .search-box {
  border-radius: 2em;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-filter: drop-shadow(0 0.4em 0.5em #dedede);
  filter: drop-shadow(0 0.4em 0.5em #dedede);
}
#searchpop .mfp-close {
  color: #fff;
  opacity: 1;
  top: 0;
  font-size: 38px;
}
.search-custom .search-box input {
  min-height: 36px;
}
#searchpopclick img, #searchpopclick .fa {
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #enquiry .dropdown-menu, #cart .dropdown-menu {
    width: 100%;
  }
}
.slick-nav .fa {
  font-size: 46px;
  color: #000;
}
.hdropdown {
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, transparent 0%, #ffffffc7 20%);
    -webkit-box-shadow: 0 1em 0.5em #0e0e0e26;
    box-shadow: 0 1em 0.5em #0e0e0e26;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hdropdownCustomHeightWithCaptions {height: 7rem;}
@media (max-width: 991px) {
  .hdropdown {
    display: none !important;
  }
}
.hdropdown.active {
    height: calc(100vh * 0.8);
    opacity: 1;
}
.hdropdown .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    height: inherit;
    
}
.hdropdown .lists > div:first-child {
  width: fit-content;
  overflow-y: scroll;
}
.hdropdown .lists > div:first-child > div {
    display: flex;
    padding: 1em;
}
.hdropdown .lists > div:first-child > div .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.hdropdown .lists > div:first-child > div .btn span img {
  padding-right: 10px;
}
.hdropdown .lists > div:first-child tbody tr td a {
  color: #4b4c4c;
}
.hdropdown .lists > div:first-child tbody tr:nth-child(odd) td:first-child {border-radius: 1em 0 0 1em;}
.hdropdown .lists > div:first-child tbody tr:nth-child(odd) td:last-child {border-radius: 0 1em 1em 0;}
.hdropdown .lists > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 30vw;
}
.hdropdown .lists > div:last-child > div:last-child {position: relative; width: inherit;}
.hdropdown .lists > div table {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 1em;
}
.hdropdown .lists > div tbody tr:nth-child(odd){background-color: #5a6d4e0f;border-radius:0.5em;}
.hdropdown .lists > div table tr {display: flex;}
.hdropdown .lists > div table thead tr th {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    height: 3em;
    padding: 0 1em !important;
    font-family: 'playfair_displayregular';
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: #648252;
    user-select: none;
}
.hdropdown .lists > div table thead tr th:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 0.15em solid;
    border-image: linear-gradient(to bottom, transparent 20%, #648252, transparent 80%) 1;
}
.hdropdown .lists > div table thead tr th:after {
    content: "\f18c";
    font-family: 'FontAwesome';
}
.hdropdown .lists > div table tbody {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.hdropdown .lists > div table tbody tr {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
	min-height: 5rem;
    max-height: 10rem;
}
.hdropdown .lists > div table tbody tr td {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5em !important;
    vertical-align: middle;
    transition: all 0.03s ease-in-out 0.03s;
}
.hdropdown .lists > div table tbody tr td:hover {
    height: 100%;
  cursor: pointer;
  color: #42853D;
  -webkit-filter: drop-shadow(0 0.1em 0.3em #5a795a91);
  filter: drop-shadow(0 0.1em 0.3em #5a795a91);
  border-radius: 0.5em !important;
  background: linear-gradient(360deg, #c0e0ad 0%, #daeccf 15%, #f9fff5);
  /*transform: scale(1.010);*/
  transition: all 0.03s ease-in-out 0.03s;
}
.hdropdown .lists > div table tbody tr td strong {line-height: 1.3;}
.hdropdown .lists > div table tbody tr td strong:hover {
  color: #42853D;
}
.sidr .c a {
  background-color: #6F757F !important;
  display: block;
  text-align: left;
  display: block;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'aileronregular';
}
.header-container #enquiry > a .badge, .header-container #cart > a .badge {
  background: #648252;
}
.cd-accordion-menu a, .cd-accordion-menu label {
  text-transform: uppercase;
  font-size: 14px;
}
#ToTop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
#footer-area {
  margin-top: 0 !important;
}
/* Added */
@media (max-width: 767px) {
	#footer-area {
	  margin-top: 0 !important;
	  background: linear-gradient(180deg, rgba(184,130,60,1), rgba(184,130,60,1)),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
	  background-blend-mode: color;
	}
}
#footer-area footer {
  color: #fff;
  padding: 0;
  background-color: #fff;
  border-top: 0;
  background-position: top;
  padding-top: 12em;
}
/*@media (max-width: 767px) {
  #footer-area footer {
    background: #b8823c;
    padding: 0;
  }
}*/
@media (max-width: 767px) {
  #footer-area footer {
    /*background: transparent;*/
    padding: 0;
  }
}
#footer-area footer a {
  color: #fff;
}
#footer-area footer a:hover {
  color: #fff;
}
#footer-area footer h5 {
  font-size: 16px;
  font-family: 'aileronsemibold';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer-area footer h5.h {
  margin-top: 6em;
}
#footer-area footer .footer-bottom {
  background: #648252;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  #footer-area footer .footer-bottom {
    text-align: center;
    font-size: 11px;
  }
}
#footer-area footer .footer-bottom p {
  margin: 0;
}
#footer-area footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
#footer-area footer .footer-upper-contet {
  padding: 60px 0 32px;
}
@media (max-width: 767px) {
  #footer-area footer .footer-upper-contet {
    text-align: center;
    padding: 50px 0 32px;
  }
}
@media (max-width: 767px) {
  #footer-area footer .footer-upper-contet > *:nth-child(2) > ul > li:not(:first-child):not(:last-child) {
    display: none;
  }
}
#footer-area footer .footer-upper-contet > *.footer-contact-info .l {
  padding-bottom: 14px;
}
#footer-area footer .footer-upper-contet > *.footer-contact-info .l span {
  display: block;
  font-family: 'aileronsemibold';
  text-transform: uppercase;
}
#footer-area footer .footer-upper-contet > *.footer-contact-info .l .tel > a:not(:first-child) {
  position: relative;
  margin-left: 5px;
  padding-left: 8px;
}
#footer-area footer .footer-upper-contet > *.footer-contact-info .l .tel > a:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}
#footer-area footer .footer-upper-contet > *:first-child {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
#footer-area footer .footer-upper-contet > *:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#footer-area footer .footer-upper-contet > *:last-child .footer-social-icons {
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  #footer-area footer .footer-upper-contet > * {
    width: calc(100%/2 - 1px);
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer-area footer .footer-upper-contet > * {
    width: 100%;
  }
}
#footer-area .footer-contact-links ul li {
  line-height: 2;
}
.breadcrumb {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: unset;
  visibility: hidden;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 0;
  }
}
.breadcrumb li {
  white-space: pre-wrap;
}
a {
  color: #b6813c;
}
.btn {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.mw {
  min-width: 150px !important;
}
.btn.btn-primary, .btn.btn-default {
  color: #fff;
  background-color: #b6813c !important;
  border: #b6813c !important;
  line-height: 1.6;
  text-transform: none;
  font-family: 'aileronsemibold';
  border-radius: 5px;
}
@media (max-width: 767px) {
  .btn.btn-primary, .btn.btn-default {
    font-size: 13px;
  }
}
.btn.btn-primary.g, .btn.btn-default.g {
  background-color: #648252;
}
.btn.btn-primary.w, .btn.btn-default.w {
  background-color: #fff !important;
  color: #b6813c;
}
.btn.btn-primary:hover, .btn.btn-default:hover {
  background-color: #1f392c !important;
  border-color: #1f392c !important;
}
.btn:focus {
  outline: none !important;
}
.cart-dorpdown-footer a:hover {
  color: #fff !important;
}
.label-primary {
  background-color: #b6813c !important;
}
.swal2-confirm {
  color: #fff;
  background-color: #b6813c !important;
  border: #b6813c !important;
}
#quickcheckout-back {
  background-color: #1f392c;
  border-color: #1f392c;
}
#quickcheckout-back:hover {
  background-color: #b6813c;
  border-color: #b6813c;
}
span.label.out-of-stock {
  min-width: 170px;
  padding: 13px 14px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  span.label.out-of-stock {
    min-width: 70%;
  }
}
input:not([name=search]),
textarea:not([name=search]) {
  border: 1px solid #e1e1e1 !important;
}
input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}
select {
  padding: 10px !important;
  height: auto !important;
  border: 1px solid #e1e1e1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%) !important;
  background-position: calc(100% - 15px) calc(1em + 6px), calc(100% - 10px) calc(1em + 6px) !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #e1e1e1 !important;
}
hr {
  border: 0;
  border-bottom: 2px solid #b6813c;
}
hr.short {
  width: 100px;
  margin-top: 0;
}
.section-title {
  margin-bottom: 50px !important;
}
.pagination {
  text-align: center;
  padding-bottom: 3em;
}
.pagination .active span {
  color: #648252;
}
.pagination .next img, .pagination .prev img {
  margin-top: -3px;
}
.pagination span, .pagination a {
  color: #5b5c5a;
  font-family: 'aileronbold';
}
.pagination > li > a, .pagination > li > span {
  line-height: 2em;
  padding: 6px 4px;
  border: 0;
  background: transparent !important;
  min-width: 2em;
  font-size: 16px;
  color: #5b5c5a;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #648252 !important;
}
#side-price #slider-price {
  background: #000;
}
#side-price .price-container > * input {
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  border-radius: 0px;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
#side-price .price-container input[name="price_min1"] {
  text-align: left !important;
}
#side-price .price-container input:last-child {
  text-align: right;
}
#side-price .list-group-item {
  padding: 1em 0;
  background: transparent;
  border: none;
}
#side-price .list-group-item.item-header {
  padding-bottom: 0;
}
#side-price .list-group-item #length_max2 {
  text-align: right;
}
#side-price .list-group-item span {
  font-size: 15px;
}
#side-price .list-group-item:not(.item-header) {
  padding-top: 0;
}
#side-price .ui-slider-handle {
  background: #b6813c !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.47);
  top: 0;
}
#side-price .ui-slider-range {
  background: #b6813c !important;
}
#side-price .ui-slider-horizontal {
  height: 2px !important;
}
#side-categories .caret {
  position: relative;
  border: 0;
  color: #222 !important;
  font-weight: bold;
}
#side-categories .caret:before {
  font-size: 0.8em !important;
  position: absolute;
  top: -10px;
  content: "▼";
  color: #222;
}
#side-categories .active .caret:before {
  top: -10px;
  content: "▲";
  right: -8px;
}
/*#side-categories .group .item.level-1 {
  border-bottom: 1px solid #ccc;
  padding: 4px 10px;
  padding-left: 0;
  cursor: pointer;
}*/
#side-categories .group .item.level-1 {
  padding: 4px 10px;
  padding-left: 0;
  cursor: pointer;
}
#side-categories .group .item.level-1 strong{
  margin-left: 0.8em;
}
#side-categories .group .item.level-1:hover {
  box-shadow: 0 0.1em 0.3em #5a795a91;
  border-radius: 0.5em;
  background: linear-gradient(360deg, #c0e0ad 0%, #daeccf 15%, #f9fff5);
}
#side-categories .group .item.level-1 a:hover {
  color: #42853D;
}
/* Design Color 1 ACTIVE(BG - Dark Green and Text White) */
#side-categories .group .item.level-1.active {
  border-radius: 0.5em;
  background: linear-gradient(to bottom, #648252 10%, #516943 90%, #536d44 100%);
}
#side-categories .group .item.level-1.active strong {
  color: white;
}
#side-categories .group .item.level-2 {
  margin-left: 0.8em;
  cursor: pointer;
}
#side-categories .group .item.level-2 a {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 0.8em;
  width: 100%;
}
#side-categories .group .item.level-2 a span {width: 100%;}
#side-categories .group .item.level-2 a span.catTASOL,#side-categories .group .item.level-2 a span.catSUB {
	font-size: 0.85em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.02em;
    letter-spacing: 0.03em;
}
#side-categories .group .item.level-2 a .catTASOL {color: #2626a1;}
#side-categories .group .item.level-2 a .catTASOL i {	
    margin-right: 0.2em;
	font-size: inherit;
}
#side-categories .group .item.level-2 a .catSUB {color: cadetblue;}
#side-categories .group .item.level-2:hover {
  box-shadow: 0 0.1em 0.3em #5a795a91;
  border-radius: 0.5em;
  background: linear-gradient(360deg, #c0e0ad 0%, #daeccf 15%, #f9fff5);
}
#side-categories .group .item.level-2 a:hover {
  color: #42853D;
}
#side-categories .group .item.level-2.active {
  border-radius: 0.5em;
  background: linear-gradient(to bottom, #e3eeb4 10%, #f3ffc1 90%, #ddee98 100%);
}
#side-categories .group .item.level-3 {
  margin-left: 2em;
}
#side-categories .group .item.level-3:hover {
  box-shadow: 0 0.1em 0.3em #5a795a91;
  border-radius: 0.5em;
  background: linear-gradient(360deg, #c0e0ad 0%, #daeccf 15%, #f9fff5);
}
#side-categories .group .item.level-3 a:hover {
  color: #42853D;
}
#side-categories .group .item .toggle {
  border: 0;
}
#side-categories .group .item .toggle:hover {
  background: transparent;
  color: #b6813c;
}
/* MOD */
#side-categories .group .item.level-1.active .caret:before {
  color: white;
}
/*#side-categories .group .item a {
  padding-left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #262626;
}*/
#side-categories .group .item a {
  padding: 0.5em;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #262626;
}
#side-categories .group .item a:hover {
  background: transparent;
  color: #658353;
}
/*#side-categories .group .item.active a {
  color: #658353;
  padding-left: 0;
}*/
#side-categories .group .item.active a {
  color: #658353;
}
#side-categories .group .item.active + .sub {
  border-top: 0;
}
#side-categories .group .item + .sub .level-2.active a {
  color: #648252;
}
#side-categories .group:not(:last-child) {
  border-bottom: 0;
}
#side-categories .list-group-item {
  border: none;
}
#side-categories .side-categories-level-1 + .side-categories-level-1 {
  border-top: 0;
}
#side-manufacturer .list-group-item {
  border: 0;
}
#side-manufacturer label {
  font-size: 14px;
  margin-bottom: 12px;
}
#side-manufacturer input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}
#side-manufacturer input[type="checkbox"] {
  opacity: 0;
}
#side-manufacturer input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  width: 17px;
  height: 17px;
  color: #b6813c;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}
#filter-groups > div {
  margin-bottom: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#filter-groups .panel .list-group {
  border: 0;
}
#filter-groups .panel .list-group .list-group-item:last-child {
  padding-bottom: 0;
  border: 0;
}
#filter-groups .list-group-item {
  background: transparent;
}
#filter-groups .list-group-item.item-header {
  padding: 7px 15px;
  padding-left: 0;
  font-size: 22px;
  color: #648252;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: .5em;
  background: transparent;
  font-family: 'playfair_displayregular';
  text-transform: uppercase;
}
#filter-groups .panel, #filter-groups .list-group, #filter-groups .list-group-item {
  padding-left: 0;
}
#side_filter {
  background-color: transparent;
}
#side_filter .list-group-item {
  border: 0;
  padding: 0;
}
#side_filter label {
  font-size: 14px;
  padding-left: 24px;
  margin-bottom: 10px;
}
#side_filter input[type="checkbox"]:checked + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "\f00c";
}
#side_filter input[type="checkbox"] {
  opacity: 0;
}
#side_filter input[type="checkbox"] + .square:before {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  content: "";
  display: inline-block;
  padding-top: 1px;
  padding-left: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  width: 17px;
  height: 17px;
  color: #b6813c;
  left: 0;
  margin-left: 0px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
}
.product-product .pname {
  color: #5b5c5a;
  font-family: 'aileronbold';
  margin-bottom: 0;
  font-size: 18px;
}
.product-product .sticker-inner {
  text-transform: uppercase;
  font-size: 13px;
}
.product-product .price-inner {
  font-family: 'aileronbold';
  color: #648252;
  margin-bottom: 0px;
}
.product-product .share-p {
  margin: 16px 0px;
}
.product-product .att-holder {
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
.product-product .att-holder #product-tabs + .accordion {
  border-top: 1px solid #ccc;
}
.product-product .att-holder .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.product-product .att-holder .accordion:after {
  content: '+';
  /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #777;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 16px;
}
.product-product .att-holder .active:after {
  content: "-";
  margin-left: 0;
  margin-right: 4px;
  right: 19px;
}
.product-product .att-holder .active + .panel {
  padding: 18px 18px;
  border-top: 1px solid #cccc;
}
.product-product .att-holder .panel {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #cccc;
  margin-bottom: 0px;
}
/*.product-product .bicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #4b4c4c;
  margin-top: 24px;
}*/
.product-product .bicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #4b4c4c;
}
.product-product .bicon img {
  padding-right: 10px;
}
.product-product #pg-banner-wrap + .container {
  max-width: 74%;
}
@media (max-width: 1365px) {
  .product-product #pg-banner-wrap + .container {
    max-width: 80%;
  }
}
@media (max-width: 1279px) {
  .product-product #pg-banner-wrap + .container {
    max-width: 92%;
  }
}
.product-product #pg-banner-wrap + .container #content > h2 {
  display: none !important;
}
.product-product .rating-holder .fa {
  color: #ffc107;
  width: 1.5em;
  font-size: 16px;
}
.product-product .product-image-main-container {
  position: relative;
  border: 1px solid #ccc;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.product-product .product-image-main-container .slick-slide > div {
  line-height: 0;
}
.product-product .product-image-main-container .arrowsearch {
  position: absolute;
  z-index: 1;
  right: 2em;
  bottom: 2em;
}
.product-product .product-image-additional-container {
  padding: 0;
  height: 11em;
}
@media (max-width: 767px) {
  .product-product .product-image-additional-container {
    height: auto;
  }
}
.product-product .product-image-additional-container .slick-slide {
  margin: 0 5px;
}
.product-product .product-image-additional-container .slick-list {
  margin: 0 -5px;
}
.product-product .product-image-additional-container .slick-no-slide {
  margin-left: 0;
  margin-right: 0;
}
.product-product .product-image-additional-container .slick-nav {
  display: none !important;
}
.product-product .product-image-additional-container img {
  border: 1px solid #d6d6d6;
  padding: 0;
  border-width: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-product .product-image-additional-container img:hover {
  border-color: #a3bc3e;
  border-width: 1px;
  outline: none;
}
.product-product .product-image-additional-container .featured .slick-no-slide {
  margin: 0;
  padding: 0 2em;
}
.product-product .product-description + .input-group-flex {
  display: none;
}
.product-product #product {
  max-width: 100%;
  padding-top: 2em;
}
@media (max-width: 767px) {
  .product-product #product {
    text-align: center;
  }
}
.product-product #product hr, .product-product #product h3 {
  display: none;
}
.product-product #product select {
  background: #fff;
}
@media (max-width: 1080px) {
  .product-product #product #button-cart {
    min-width: 154px !important;
  }
}
.product-product #product .input-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-product #product .input-add .input-group {
  margin-right: 13px;
}
.product-product #product .input-add .input-group .btn {
  color: #fff;
  font-size: 8px;
  min-width: 5em !important;
  border-radius: 0;
}
.product-product #product .input-add .input-group .btn[data-type="minus"] {
  background: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}
.product-product #product .input-add .input-group .btn[data-type="plus"] {
  background: #648252  !important;
  border-color: #648252  !important;
}
.product-product #product .input-add .form-control[name^=quantity] {
  height: 100%;
}
.product-product #product .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .product-product #product .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.product-product #product .form-group.has-error .control-label span {
  visibility: visible;
}
.product-product #product .form-group .text-danger {
  display: block;
  position: absolute;
  top: auto;
  width: 100%;
  right: auto;
  text-align: right;
  font-size: 10px;
  color: red;
  bottom: -18px;
  left: 0;
}
.product-product #product .form-group select {
  height: 44px !important;
}
.product-product #product .form-group textarea {
  width: 100% !important;
  padding: 1.5em;
}
.product-product #product .form-group .input-group-addon {
  display: block;
}
.product-product #product .form-group > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 32%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
}
@media (max-width: 1199px) {
  .product-product #product .form-group > * {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .product-product #product .form-group > * {
    width: 100%;
    margin-bottom: 1em;
  }
}
.product-product #product .form-group > *.control-label {
  position: relative;
  margin: 0;
  padding-right: 10px;
  word-wrap: break-word;
}
.product-product #product .form-group > *.control-label span {
  position: absolute;
  margin-top: -15px;
  left: 0;
  color: red;
  visibility: hidden;
}
.product-product #product .form-group > *.control-label:before {
  display: none;
}
.product-product #product .form-group > *:nth-child(2) {
  width: 68%;
}
@media (max-width: 1199px) {
  .product-product #product .form-group > *:nth-child(2) {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .product-product #product .form-group > *:nth-child(2) {
    width: 100%;
  }
}
#form-review .form-group > * {
  width: 100% !important;
}
#form-review .fa-stack-2x {
  color: #F5B72F;
}
#form-review .name {
  text-transform: uppercase;
}
#form-review textarea, #form-review #input-name {
  padding: 18px 23px;
}
#form-review .table-bordered {
  border: 0;
  border-bottom: 1px solid #ccc;
}
#form-review .table-bordered tr {
  background-color: transparent;
}
#form-review .table-bordered tr td {
  border: 0;
  padding: 0;
}
#form-review .table-bordered tr td p {
  margin: 10px 0 20px;
}
#form-review td .fa-stack {
  width: 1em;
  height: 1em;
}
#form-review td .fa-stack .fa {
  font-size: 12px;
}
#form-review .rate input[type="radio"] {
  display: none;
}
#form-review .rate input[type="radio"]:checked + .fa {
  color: #F5B72F;
}
#form-review .rate input[type="radio"]:checked + .fa:before {
  content: "\f005";
}
#form-review .rate .fa {
  position: relative;
  cursor: pointer;
}
#form-review .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #form-review .btn-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form-review .btn-holder .btn {
    min-width: 194px !important;
  }
}
#form-review .btn-holder #google_recaptcha {
  margin: 0;
}
@media (max-width: 767px) {
  #form-review .btn-holder #google_recaptcha {
    margin: 0 auto;
  }
  #form-review .btn-holder #google_recaptcha .g-recaptcha {
    -webkit-transform: scale(0.64) !important;
            transform: scale(0.64) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
  }
}
#form-review .col-sm-12.selected .fa-star-o:before {
  content: "\f005" !important;
}
#form-review .col-sm-12.selected label.selected + label .fa-star-o:before {
  content: "\f006" !important;
}
#form-review .col-sm-12.selected label.selected + label + label .fa-star-o:before {
  content: "\f006" !important;
}
#form-review .col-sm-12.selected label.selected + label + label + label .fa-star-o:before, #form-review .col-sm-12.selected label.selected + label + label + label + label .fa-star-o:before {
  content: "\f006" !important;
}
#waiting_list {
  margin-top: 2em;
}
#waiting_list .waiting_list_container {
  padding: 16px 24px;
  border: 0;
  border-radius: 0;
  background: #b6813c;
  color: #fff;
}
#waiting_list .waiting_list_container .waiting_list_description {
  padding-bottom: 10px;
}
#waiting_list input {
  padding-left: 2em;
  color: #000;
  margin-right: 0;
}
@media (max-width: 991px) {
  #waiting_list input {
    height: 44px;
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  #waiting_list input {
    width: 100%;
  }
}
#waiting_list button {
  min-width: 130px !important;
  border-radius: 0;
  background-color: #ffffff !important;
  color: #b6813c;
}
@media (max-width: 767px) {
  #waiting_list button {
    margin-top: 1em;
  }
}
#waiting_list button:hover {
  background-color: #1f392c !important;
}
.featured_related_products_ {
  margin-top: 8em;
}
@media (max-width: 767px) {
  .featured_related_products_ {
    margin-top: 2em;
    margin-bottom: 3em;
  }
  .featured_related_products_ .featured {
    padding: 0;
  }
}
.featured_related_products_ #featured_slider_related_products_ {
  padding: 0 3em;
}
@media (max-width: 991px) {
  .featured_related_products_ #featured_slider_related_products_ {
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  .featured_related_products_ #featured_slider_related_products_ {
    padding: 0;
  }
  .featured_related_products_ #featured_slider_related_products_.slick-no-slide {
    padding: 0 1em;
  }
  .featured_related_products_ #featured_slider_related_products_ .slick-dots {
    bottom: -33px;
  }
}
.featured_related_products_ #featured_slider_related_products_ .slick-nav.right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-view > .product-gutter {
  padding-left: calc(24px / 2);
  padding-right: calc(24px / 2);
  padding-bottom: 22px;
}
@media (max-width: 1070px) {
  .product-view > .product-gutter {
    padding-left: calc(10px / 2);
    padding-right: calc(10px / 2);
  }
}
@media (min-width: 1200px) {
  .product-view > .product-gutter {
    width: 33.33%;
  }
}
@media (max-width: 1080px) {
  .product-special .product-view > *:not(:nth-child(3n+1)):not(:first-child), .product-category .product-view > *:not(:nth-child(3n+1)):not(:first-child) {
    margin-left: 15px;
  }
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(33.3333% - 10px);
  }
}
@media (max-width: 1080px) and (max-width: 767px) {
  .product-special .product-view > *, .product-category .product-view > * {
    width: calc(100%/2 - 1px);
    margin-left: 0 !important;
  }
}
@media (max-width: 1080px) {
  .product-special .product-view > *:nth-child(even), .product-category .product-view > *:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .product-category, .product-special {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1080px) {
  .product-category #content.col-sm-9, .product-special #content.col-sm-9 {
    padding: 0 1.5em;
    width: 100%;
  }
  .product-category #column-left, .product-special #column-left {
    width: auto;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .product-category #pg-banner-wrap, .product-special #pg-banner-wrap {
    margin-top: 39px;
  }
  .product-category #filter_group_tigger_open, .product-special #filter_group_tigger_open {
    /*position: relative;
    top: auto;
    left: auto;*/
    -webkit-transform: none;
            transform: none;
    z-index: 8;
    /*width: auto;*/
    background-color: #fff;
    border: 1px solid #e1e1e1 !important;
    font-size: 12px;
	width: 80% !important;	
	margin: 0 auto;
	border-radius: 0.5em;
	-webkit-backdrop-filter: blur(1em);
	backdrop-filter: blur(1em);
  }
  .product-category #filter_group_tigger_open.visible-xs, .product-special #filter_group_tigger_open.visible-xs {
    display: block !important;
	background: linear-gradient(to bottom, #892b2b82, #b159593b);
    color: white;
    border: none !important;
  }
  .product-category #filter-groups, .product-special #filter-groups {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 30px 15px;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .product-category #filter-groups.open, .product-special #filter-groups.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .product-category #filter_group_tigger_close, .product-special #filter_group_tigger_close {
    display: block !important;
    margin: 0 auto;
  }
}
.sort-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
}
@media (max-width: 991px) {
  .sort-cat {
    max-width: 100%;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
	height: 3em;
    z-index: 10;
    margin-top: -1em;
	padding: 0.25em;
	background: #ffffff5c;
	-webkit-backdrop-filter: blur(1em);
	backdrop-filter: blur(1em);
	box-shadow: 0 0.8em 0.5em -0.5em #e4e4e4b5;
  }
  .sort-cat .form-control {
    text-align: -webkit-center;
    text-align-last: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    border-radius: 0;
  }
  .sort-cat .form-group {
    margin-bottom: 0;
  }
  .sort-cat > * {
    /*width: calc(100%/3 - 1px) !important;*/
	width: 100% !important;
  }
}
.sort-cat .holder {
  width: 24%;
  display: none;
}
.sort-cat .holder:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .sort-cat .holder:first-child {
    margin-left: 0;
  }
}
.sort-cat .input-group-addon {
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1080px) {
  .sort-cat .input-group-addon {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-search .product-view > * {
    width: calc(100%/2 - 1px);
  }
}
.input-group-btn > .btn.btn-default {
  height: 100% !important;
  min-height: 100% !important;
  padding: 8px 12px !important;
  font-size: 11px;
  min-width: auto !important;
  line-height: 0;
}
.input-group-btn > .btn.btn-primary {
  height: 100% !important;
  min-height: 100% !important;
  padding: 8px 12px !important;
  font-size: 11px;
  min-width: auto !important;
  line-height: 0;
}
.slick-slide .product-gutter {
  height: 100%;
}
.sticker {
  padding: 10px 0px;
  right: auto;
  position: absolute;
  left: 0;
  text-align: left;
  top: 1px;
}
@media (max-width: 767px) {
  .sticker {
    padding: 0;
  }
}
.sticker a {
  padding: 6px 16px;
  padding-top: 5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}
@media (max-width: 1080px) {
  .sticker a {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .sticker a {
    font-size: 9px;
  }
}
.sticker span {
  display: block;
  margin-top: 4px;
}
.product-gutter .product-block {
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  border: none;
}
.product-gutter .product-block .cart-buttons {
  margin: 0;
}
.product-gutter .product-block .cart-buttons button {
  width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  color: transparent;
  -webkit-transform: translate(0, 18px);
          transform: translate(0, 18px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .product-gutter .product-block .cart-buttons button {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    color: #fff;
    min-width: 100% !important;
  }
}
@media (max-width: 1080px) and (max-width: 767px) {
  .product-gutter .product-block .cart-buttons button {
    min-width: 100% !important;
  }
}
.product-gutter .product-block:hover .cart-buttons button {
  color: #fff;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.product-gutter .product-block .product-name {
  display: block;
  width: 100%;
}
.product-gutter .product-block .product-name .n {
  color: #5b5c5a;
  font-family: 'aileronbold';
  font-size: 16px;
}
/*@media (max-width: 1365px) {
  .product-gutter .product-block .product-name .n {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .product-gutter .product-block .product-name .n {
    font-size: 11px;
  }
}*/
@media (max-width: 991px) {
  .product-gutter .product-block .product-name .n {
    font-size: 1.1em;
	letter-spacing: 0.02em;
  }
}
.product-gutter .product-block .rating {
	display: none;
}
.product-gutter .product-block .rating {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .product-gutter .product-block .rating {
    padding: 0;
  }
}
.product-gutter .product-block .rating .fa {
  color: #ffc107;
}
.product-gutter .product-block .rating .fa.nots .fa {
  color: #cfcfcf;
}
.product-gutter .product-block .rating .fa.fa-stack {
  font-size: 11px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .rating .fa.fa-stack {
    font-size: 8px;
  }
}
.product-gutter .product-block .rating .fa .fa-star, .product-gutter .product-block .rating .fa .fa-star-o {
  font-size: 19px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .rating .fa .fa-star, .product-gutter .product-block .rating .fa .fa-star-o {
    font-size: 14px;
  }
}
.product-gutter .product-block .price {
  color: #648252;
  font-family: 'aileronbold';
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .price {
    font-size: 12px;
  }
}
.product-gutter .product-block .price .price-old {
  font-size: 14px;
  opacity: 1;
  text-decoration: line-through;
  color: #ccc;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .price .price-old {
    font-size: 12px;
  }
}
.product-gutter .product-block .product-details {
  padding-top: 0;
  padding-bottom: 26px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .product-details {
    padding-bottom: 10px;
  }
}
.product-gutter .product-block .product-details .d {
  color: #a0a0a0;
  padding-bottom: 6px;
}
.product-gutter .product-block .des-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .product-gutter .product-block .des-hover {
    display: none;
  }
}
.product-gutter .product-block .des-hover .holder {
  color: #a0a0a0;
  padding: 14px;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-gutter .product-block .des-hover .holder .des1 {
  font-family: 'aileronitalic';
  width: 100%;
}
.product-gutter .product-block .des-hover .holder .des2 {
  white-space: pre-line;
  width: 100%;
}
.product-gutter .product-block .des-hover .holder .price {
  padding-top: 2em;
}
.product-gutter .product-block .product-list-color-options {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .product-list-color-options {
    padding: 10px;
  }
}
.product-gutter .product-block .product-list-color-options .color-options {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .product-list-color-options .color-options {
    margin-bottom: 2px;
  }
}
.product-gutter .product-block .product-list-color-options .color-options img {
  cursor: pointer;
  height: 26px;
  width: 26px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .product-list-color-options .color-options img {
    height: 18px;
    width: 18px;
  }
}
.product-gutter .product-block .product-list-color-options:hover {
  opacity: 1 !important;
}
.product-gutter .product-block .product-list-color-options:hover + .des-hover {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.product-gutter .product-block:hover .des-hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-gutter .product-block:hover .product-list-color-options {
  opacity: 0;
}
.product-gutter .product-block .sticker-holder {
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 767px) {
  .product-gutter .product-block .sticker-holder {
    font-size: 10px;
  }
}
.product-category #content, .product-special #content {
  padding-left: 5em;
}
@media (min-width: 1920px) {
  .product-category #content, .product-special #content {
    padding-left: 10em;
  }
}
.information-information.iid-4 #content {
  display: none;
}
.browsecat .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1365px) {
  .browsecat .lists {
    margin: 0 -26px;
  }
}
@media (max-width: 991px) {
  .browsecat .lists {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .browsecat .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.browsecat .lists > * {
  width: calc(100%/2 - 1px);
  padding: 40px;
}
@media (max-width: 1365px) {
  .browsecat .lists > * {
    padding: 26px;
  }
}
@media (max-width: 991px) {
  .browsecat .lists > * {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .browsecat .lists > * {
    width: 100%;
  }
}
.browsecat .lists > * .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 991px) {
  .browsecat .lists > * .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
}
.browsecat .lists > * .item > * {
  width: calc(100%/2 - 1px);
  padding: 12px;
}
@media (max-width: 991px) {
  .browsecat .lists > * .item > * {
    width: 100%;
  }
}
.browsecat .lists > * .item > * img {
  width: 100%;
}
.browsecat .lists > * .item > * .des {
  font-size: 12px;
  padding-top: 10px;
  text-align: justify;
  color: #5b5c5a;
  text-shadow: 0 0 0px;
}
.aboutus-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .aboutus-holder .lists {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .aboutus-holder .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutus-holder .lists > div {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .aboutus-holder .lists > div {
    width: 100% !important;
  }
}
.aboutus-holder .lists > div:first-child {
  width: 60%;
}
.aboutus-holder .lists > div:last-child {
  width: 40%;
}
.aboutus-holder .lists > div p {
  text-align-last: center;
}
@media (max-width: 767px) {
  .aboutus-holder .lists > div span {
    font-size: 12px !important;
  }
}
.aboutus-holder .btm-des {
  max-width: 77%;
  margin: 0 auto;
  padding-left: 6em;
  margin-top: 2em;
}
@media (max-width: 991px) {
  .aboutus-holder .btm-des {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .aboutus-holder .btm-des {
    max-width: 100%;
  }
}
.aboutus-holder .btm-des p {
  text-align: justify;
  text-align-last: center;
}
.module-instagram {
  margin-top: 5em;
  margin-bottom: -13em;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .module-instagram {
    margin-bottom: 0;
  }
}
.module-instagram h2 {
  margin-bottom: 0 !important;
}
.module-instagram h2:after {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .module-instagram h2:after {
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  .module-instagram h2 {
    padding-bottom: 1em;
  }
}
.module-instagram .instagram .item {
  padding: 0;
}
.module-instagram .t-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .module-instagram .t-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information-information.iid-7 #content {
  display: none;
}
@media (max-width: 991px) {
  .gallery-holder {
    padding: 0 3em;
  }
  .gallery-holder .slick-next {
    right: -34px;
  }
}
@media (max-width: 767px) {
  .gallery-holder {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gallery-holder .slick-prev, .gallery-holder .slick-next {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .gallery-holder .slider-nav {
    padding-right: 0.1em;
  }
}
.gallery-holder .slider-nav .slick-prev, .gallery-holder .slider-nav .slick-next {
  top: 40%;
}
.gallery-holder .slider-nav .slick-current .bg-cover {
  border: 1px solid rgba(24, 56, 55, 0.36) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-holder .contact h3 {
  color: #183837;
  margin: 2em 0 1.5em 0;
}
.gallery-holder .gallery-menu {
  text-align: center;
  margin: 3em 0 2em 0;
}
.gallery-holder .gallery-menu li {
  cursor: pointer;
  font-size: 1.5em;
  margin-right: 4em;
  position: relative;
}
.gallery-holder .gallery-menu li:last-child {
  margin-right: 0;
}
.gallery-holder .gallery-menu li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  height: 1px;
  width: 64%;
  background-color: #183837;
  background-position: center center;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,-webkit-transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out;
  transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out;
}
.gallery-holder .gallery-menu li:hover:before, .gallery-holder .gallery-menu li.current:before {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gallery-holder .des {
  max-width: 72%;
  margin: 0 auto;
}
.gallery-holder .slider-for .bg-cover {
  min-height: 46em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}
.gallery-holder .slider-nav .bg-cover {
  min-height: 5em;
  border: 1px solid rgba(24, 56, 55, 0.11);
}
@media (max-width: 1080px) {
  .gallery-holder .gallery-menu li {
    font-size: 1.3em;
    margin-right: 2em;
  }
}
@media (max-width: 767px) {
  .gallery-holder .gallery-menu li {
    font-size: 1em;
    margin-right: 0;
    padding: 0 1em;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .gallery-holder .des {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 35em;
  }
}
@media (max-width: 1280px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 32em;
  }
}
@media (max-width: 1080px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 30em;
  }
}
@media (max-width: 991px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 40em;
  }
}
@media (max-width: 767px) {
  .gallery-holder .slider-for .bg-cover {
    min-height: 18em;
  }
}
@media (max-width: 1280px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 3.5em;
  }
}
@media (max-width: 991px) {
  .gallery-holder .slider-nav .bg-cover {
    min-height: 4.5em;
  }
}
#google_recaptcha .g-recaptcha {
  transform: scale(0.65) !important;
  -webkit-transform: scale(0.65) !important;
  width: auto !important;
}
@media (min-width: 767px) {
  #google_recaptcha .g-recaptcha {
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
#enquiry-form .form-group {
  margin-bottom: 28px;
  position: relative;
}
#enquiry-form .form-group select {
  height: 47px !important;
  padding: 6px 20px !important;
}
#enquiry-form .form-group .form-control {
  padding: 6px 20px;
  text-shadow: 0 0 0px;
}
#enquiry-form .form-group .form-control::-webkit-input-placeholder {
  color: #d5d5d5;
}
#enquiry-form .form-group .form-control:-ms-input-placeholder {
  color: #d5d5d5;
}
#enquiry-form .form-group .form-control::-ms-input-placeholder {
  color: #d5d5d5;
}
#enquiry-form .form-group .form-control::placeholder {
  color: #d5d5d5;
}
#enquiry-form .form-group .input-group.date input {
  border: 0;
}
#enquiry-form .form-group input:not(textarea) {
  height: 47px;
}
#enquiry-form .form-group .text-danger {
  position: absolute;
  font-size: 12px;
  width: 100%;
}
@media (max-width: 1024px) {
  #enquiry-form .text-danger {
    font-size: 7px !important;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  #enquiry-form #btn-validate {
    min-width: 190px !important;
  }
}
#enquiry-form .error_q_captcha {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #enquiry-form .button.text-right {
    text-align: center;
  }
  #enquiry-form .g-recaptcha {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: auto;
  }
  #google_recaptcha + .error_q_captcha .text-danger {
    text-align: center;
    width: 100%;
    margin-top: -12px;
    margin-bottom: 2em;
  }
  #google_recaptcha + .error_q_captcha {
    bottom: 0 !important;
    position: relative !important;
  }
  #google_recaptcha.form-group {
    margin-bottom: 0 !important;
  }
  #google_recaptcha {
    max-width: 195px;
    margin-bottom: 0;
    margin-right: auto;
    margin: 0 auto;
  }
  .information-contact #content .contact {
    margin-top: 1em;
  }
  .map-holder iframe {
    height: 14em;
  }
}
.store-details h3, .contact h3 {
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: 'aileronbold';
  color: #4b4b4b;
}
.store-details h4 {
  color: #71dbd4;
  font-size: 19px;
  margin-bottom: 4px;
}
.store-details a {
  color: #4b4c4c;
}
.store-details .item {
  line-height: 1.7;
  margin-bottom: 20px;
}
.store-details .item.store {
  font-family: 'aileronbold';
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 18px;
}
.store-details .item .tel > a:not(:first-child) {
  position: relative;
  margin-left: 5px;
  padding-left: 8px;
}
.store-details .item .tel > a:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}
.store-details .item label {
  display: block;
  text-transform: uppercase;
  font-family: 'aileronsemibold';
}
.map-holder {
  margin-bottom: 2em;
}
.map-holder .text {
  text-align: center;
  margin-bottom: 1.5em;
}
.map-holder iframe {
  border: 1px solid #ccc;
}
.accept {
  color: #aaaaaa;
  font-family: 'ubuntu_lightregular';
  text-shadow: 0 0 0px;
  margin: 0;
}
.accept input {
  height: auto !important;
}
.bnews-list .artblock {
  padding: 0;
  padding-top: 2em;
}
.bnews-list .artblock a.bigimagein .article-image {
  width: 100%;
  margin: 1.2em 0;
}
.bnews-list .artblock .blog-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 0;
  margin-left: 0;
  width: 100%;
}
.bnews-list .artblock .blog-button a {
  text-shadow: 0 0 0px;
  border-radius: 0;
  display: block;
  line-height: 1.5;
  background-color: #648252 !important;
  -webkit-transform: translate(0, 38%);
          transform: translate(0, 38%);
  color: transparent;
}
@media (max-width: 1080px) {
  .bnews-list .artblock .blog-button a {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    color: #fff;
  }
}
.bnews-list .artblock .blog-button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bnews-list .artblock .name a {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  font-family: 'aileronbold';
  color: #648252;
}
.bnews-list .artblock .name a:hover {
  text-decoration: none;
}
.bnews-list .artblock .date_added {
  color: #648252;
  font-family: 'aileronitalic';
  margin-bottom: 12px;
}
.bnews-list .artblock .article-meta {
  border: 0;
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 0;
  display: none;
}
.bnews-list .artblock .article-meta img {
  margin-top: -11px;
}
.bnews-list .artblock:first-child {
  padding-top: 0;
  border-top: 0;
}
.news-article #filter_group_tigger_open {
  display: none !important;
}
.news-article .fn-img {
  width: 100%;
  margin-bottom: 2em;
}
.news-article .media-detail__btn {
  background-color: #648252 !important;
}
.bnews-list .artblock .article-image {
  margin-left: 0;
  width: 100%;
}
.news-ncategory #column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .news-ncategory #content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .news-ncategory #content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-ncategory #pg-banner-wrap {
    margin-top: 33px;
  }
  .news-ncategory #filter_group_tigger_open {
    position: fixed;
    top: 116px;
    border-radius: 0;
    color: #fff;
    z-index: 4;
  }
}
.news-ncategory #artsearch {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  max-width: 70%;
  display: none;
}
.news-ncategory #artsearch i {
  position: absolute;
  top: 11px;
  right: 16px;
  cursor: pointer;
  color: #333;
}
.news-ncategory .list-group-item {
  border: 0;
  padding-left: 0;
  color: #333;
  padding-bottom: 0;
  font-family: 'aileronsemibold';
}
.news-ncategory .list-group a.active {
  background: transparent;
  border: 0;
  text-decoration: underline;
}
.news-ncategory .list-group a.active:hover {
  background: transparent;
  border: 0;
}
.news-ncategory .list-group a:hover {
  background: transparent;
  border: 0;
}
.news-ncategory h3.news-t {
  color: #648252;
  padding: 7px 15px;
  padding-left: 0;
  text-transform: uppercase;
  font-family: 'playfair_displayregular';
}
.news-ncategory #filter-groups .list-group:not(:first-child) {
  margin-top: 0;
}
.latest-n-holder .artblock {
  padding-bottom: 0em;
  padding-top: 1em;
}
.latest-n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-n .img-holder {
  width: 4em;
  min-height: 4em;
  margin-right: 10px;
}
.latest-n .name {
  font-family: 'aileronbold';
  color: #5b5b59;
}
.latest-n .d-added {
  font-family: 'aileronitalic';
  font-size: 13px;
}
.latest-n .d-added img {
  margin-top: -2px;
  max-width: 17px;
  margin-right: 8px;
  display: none;
}
.latest-n-holder .artblock a {
  color: #333;
}
.latest-n-holder .description {
  margin-bottom: .5em;
}
.latest-n-holder .artblock:last-child {
  border-bottom: 0;
}
.news-t.ncat {
  margin-top: 0em;
  margin-bottom: 0;
}
.article-content .title {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  font-family: 'aileronbold';
  color: #648252;
  margin: 0;
}
.article-content .article-meta {
  border: 0;
  color: #648252;
  font-family: 'aileronitalic';
  margin-bottom: 12px;
  padding-top: 2px;
}
.article-content .article-meta span {
  font-size: 13px;
}
.article-content .article-meta img {
  margin-top: -11px;
}
.article-content .article-meta span, .article-content .article-meta a {
  font-style: normal;
  font-size: 14px;
}
.news-article .media-detail__btn-group {
  width: 100%;
  text-align: center;
  padding: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .news-article .media-detail__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.addthis_inline_share_toolbox_ktlz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addthis_inline_share_toolbox_ktlz span {
  padding-right: 1em;
}
#content .bnews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #content .bnews-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content .bnews-list > div {
  width: calc(100%/3 - 1px);
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 991px) {
  #content .bnews-list > div {
    width: calc(100%/2 - 1px);
  }
}
@media (max-width: 767px) {
  #content .bnews-list > div {
    width: 100%;
  }
}
#content .bnews-list > div .bg-cover {
  min-height: 14em;
}
@media (max-width: 1080px) {
  #content .bnews-list > div .bg-cover {
    min-height: 10em;
  }
}
#content .bnews-list > div .holder {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 0px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
#content .bnews-list > div .holder:hover .blog-button a {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  color: #fff;
}
#content .bnews-list > div .holder .main-l:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#content .bnews-list > div .holder .des {
  padding: 20px;
}
#content .bnews-list > div > div {
  padding: 10px;
  height: 100%;
}
@media (min-width: 1920px) {
  #content .bnews-list > div > div {
    padding: 20px;
  }
}
.addthis_inline_share_toolbox_vq49 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addthis_inline_share_toolbox_vq49 span {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.archive-holder a {
  color: #333333;
}
.archive-holder a.active {
  text-shadow: 0 0 0px !important;
  color: #333 !important;
}
.archive-holder span.list-group-item {
  padding: 0;
}
.archive-holder span.list-group-item a {
  border: 0;
}
.archive-holder .show-m {
  border-bottom: 1px solid #333;
  padding: 10px 18px;
  position: relative;
}
.archive-holder .show-m + .list-group {
  padding-left: 33px !important;
}
.archive-holder .show-m:after {
  content: "+";
  position: absolute;
  right: 12px;
}
.archive-holder .show-m.active:after {
  content: "-";
  right: 15px;
}
.faq-holder-main {
  padding-bottom: 8em !important;
}
.faq-holder-main h2 {
  margin-bottom: 20px !important;
}
.faq-holder-main .des {
  text-align: center;
  margin-bottom: 4em;
}
.faq-holder-main .panel-body {
  padding: 14px 24px;
  background: #fff;
  border: 0;
  margin-top: 1px;
  border-top: 0 !important;
}
.faq-holder-main .panel-group .panel {
  border-radius: 8px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-holder-main .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq-holder-main .panel-group .panel .panel-heading {
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.faq-holder-main .panel-title a {
  color: #000;
  padding: 14px 24px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-family: 'josefin_sanssemibold';
}
@media (max-width: 767px) {
  .faq-holder-main .panel-title a {
    padding-right: 4em;
    font-size: 15px;
  }
}
.faq-holder-main .panel-title a[aria-expanded="true"] {
  background: #b6813c;
  color: #fff;
}
.faq-holder-main .panel-title a[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-holder-main .panel-title a:before {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 22px;
  right: 21px;
  top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .testimonial_view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.testimonial_view .testimonial_block-h {
  width: calc(100%/2 - 1px);
  padding: 14px;
}
@media (max-width: 767px) {
  .testimonial_view .testimonial_block-h {
    width: 100%;
  }
}
.testimonial_view .testimonial_block-h > div {
  border: 1px solid #ccc;
  padding: 2em 7em;
  line-height: 1.6;
}
@media (max-width: 1279px) {
  .testimonial_view .testimonial_block-h > div {
    padding: 2em 2em;
  }
}
.testimonial_view .testimonial_block-h > div p {
  margin: 0;
}
.testimonial_view .testimonial_block-h > div .rating {
  display: none;
}
.testimonial_view .testimonial_block-h > div .testimonial-date-added {
  display: block;
}
.testimonial_view .testimonial_block-h > div .review-author {
  color: #648252;
  font-family: 'aileronbold';
  font-size: 18px;
}
.testimonial_view .testimonial_block-h > div .testimonial-date-added {
  color: #648252;
  font-family: 'aileronitalic';
  margin-bottom: 18px;
}
.common-home .header-same-height {
  min-height: 40px !important;
}
.common-home .fixed-header {
    background: #ffffffc7;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(2em) contrast(1.2);
    backdrop-filter: blur(2em) contrast(1.2);
    transition: all 0.5s ease-in-out;
}
.common-home .fixed-header.s {
   background: #ffffffe3;
	-webkit-box-shadow: 0 0 0.5em #787878;
    box-shadow: 0 0 0.5em #787878);
	transition: all 0.5s ease-in-out;
}
.common-home .module-instagram {
  margin-top: 0em;
  margin-bottom: -16em;
}
@media (max-width: 767px) {
  .common-home .module-instagram {
    margin-bottom: 0 !important;
  }
}
.common-home #footer-area footer {
  padding-top: 14em;
}
@media (max-width: 767px) {
  .common-home #footer-area footer {
    padding-top: 0;
  }
}
.slideshow-27 .slider-slideshow-description {
  top: 31%;
  text-align: center;
}
@media (max-width: 1365px) {
  .slideshow-27 .slider-slideshow-description {
    top: 29%;
  }
}
@media (max-width: 1024px) {
  .slideshow-27 .slider-slideshow-description {
    top: 58%;
    text-shadow: 0 0 2px #fff;
  }
}
@media (max-width: 1025px) {
  .slideshow-27 .slider-slideshow-description {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding-bottom: 7em;
  }
}
@media (max-width: 1025px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts {
    padding: 0px 0;
  }
}
/*.slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts h3 {
  font-family: 'aileronsemibold';
  color: #5b5c5a;
  font-size: 26px;

}*/
.slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts h3 {
	width: 50%;
	margin: 0 auto;
	font-family: 'aileronsemibold';
	color: #6c6c6c;
	font-size: 26px;
	-webkit-filter: drop-shadow(0 0.1em 0.1em white);
	filter: drop-shadow(0 0.1em 0.1em white);
}
@media (max-width: 1365px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts h3 {
	width: 100%;
    margin-top: 1em;
    font-size: 18px;
  }
}
.slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
  color: #648252;
  font-family: 'playfair_displayregular';
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 18px;
  }
}
.slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  font-family: 'aileronsemibold';
  color: #5b5c5a;
  font-size: 14px;
  width: 32%;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    width: 100%;
    font-size: 11px;
  }
}
.slideshow-27 .slider-slideshow-description .slider-slideshow-description-texts .slider-slideshow-description-link {
  padding-top: 22px;
}
.slideshow-27 .slider-dots {
  width: auto;
  right: 4em;
  bottom: 5em;
  position: absolute;
  padding-bottom: 0;
  left: auto;
}
@media (max-width: 991px) {
  .slideshow-27 .slider-dots {
    bottom: 0;
    right: 2em;
  }
}
.slideshow-27 .slider-dots li {
  display: inline-block;
  margin: 0 5px;
  padding-right: 5px;
  padding-left: 5px;
}
.slideshow-27 .slider-dots li button {
  background-color: #dfdfdf;
  position: relative;
  border-radius: 10px;
  color: transparent;
  padding: 0px;
  border: 0px;
  width: 10px;
  height: 10px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slideshow-27 .slider-dots li {
    margin: 0 5px;
  }
}
.slideshow-27 .slider-dots li.slick-active {
  position: relative;
}
/*.slideshow-27 .slider-dots { position:relative; }*/
.slideshow-27 .slider-dots:after {
  content: '';
  background-color: #648252;
  height: 1px;
  width: 70%;
  position: absolute;
  left: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slideshow-27 .slider-dots li.slick-active button {
  width: 10px;
  background-color: #648252;
  position: relative;
}
.slideshow-27 .slider-dots li button {
  width: 10px;
  background-color: #b6c4ae;
  position: relative;
}
.slideshow-27 .slider-dots li.slick-active:after {
  content: '';
  border: 1px solid #648252;
  height: 16px !important;
  width: 16px;
  position: absolute;
  right: 0;
  top: -1px;
  left: 0.1px;
  bottom: 0;
  margin: auto;
  padding: 6px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .slideshow-27 .slider-dots li.slick-active:after {
    top: 0px;
  }
}
.slideshow-27 .slider-nav-right {
  display: block;
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 44px;
  z-index: 3;
}
.slideshow-27 .slider-nav-right i {
  font-size: 40px;
  color: #fff;
}
.slideshow-27 .paginghomepage {visibility: hidden;}
/*.slideshow-27 .paginghomepage {
  position: absolute;
  right: 4em;
  bottom: 7em;
  color: #648252;
  z-index: 1;
  letter-spacing: 1px;
  font-family: 'aileronbold';
  font-size: 16px;
}
@media (max-width: 991px) {
  .slideshow-27 .paginghomepage {
    right: 2em;
    bottom: 2.5em;
  }
}*/
.abouthome-holder .holder > img {
  margin-bottom: -1px;
}
/*.abouthome-holder .holder .bg {
  width: 100%;
  margin-top: -1px;
}*/
.abouthome-holder .holder .bg {
  width: 100%;
  margin-top: -1px;
  border-radius: 1em;
  box-shadow: 0 0.2em 0.8em #835c2b;
}
.abouthome-holder .holder .main {
  position: relative;
}
.abouthome-holder .holder .main .l {
  position: absolute;
  right: 0;
  top: -12px;
  max-width: 16em;
}
.abouthome-holder .holder .main .lists {
  max-width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1365px) {
  .abouthome-holder .holder .main .lists {
    max-width: 76%;
  }
}
@media (max-width: 1199px) {
  .abouthome-holder .holder .main .lists {
    max-width: 86%;
  }
}
@media (max-width: 767px) {
  .abouthome-holder .holder .main .lists {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
.abouthome-holder .holder .main .lists > div {
  width: calc(100%/2 - 1px);
  padding: 30px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .abouthome-holder .holder .main .lists > div {
    width: 100%;
  }
}
.abouthome-holder .holder .main .lists > div:first-child {
  position: relative;
}
.abouthome-holder .holder .main .lists > div:first-child .fimg {
  position: absolute;
  left: -45px;
  max-width: 16em;
  bottom: -8em;
}
@media (max-width: 1199px) {
  .abouthome-holder .holder .main .lists > div:first-child .fimg {
    left: -22px;
    max-width: 11em;
    bottom: -5em;
  }
}
@media (max-width: 767px) {
  .abouthome-holder .holder .main .lists > div:first-child .fimg {
    left: 8px;
    max-width: 8em;
    bottom: -2em;
  }
}
@media (max-width: 1199px) {
  .abouthome-holder .holder .main .lists > div:first-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .abouthome-holder .holder .main .lists > div:first-child {
    padding-right: 30px;
  }
}
.abouthome-holder .holder .main .lists > div .des {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .abouthome-holder .holder .main .lists > div .des span {
    font-size: 12px !important;
  }
}
.abouthome-holder .holder .main .lists > div h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 18px;
}
.abouthome-holder .holder .main .lists > div h2:after {
  height: 3px;
  background: #fff;
  margin-left: 0;
}
@media (max-width: 991px) {
  .testimonial-home {
    margin-top: 2em;
  }
}
.testimonial-home .testi {
  max-width: 70%;
  text-align: justify;
}
@media (max-width: 767px) {
  .testimonial-home .testi {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-home .item {
    text-align: center;
  }
}
.testimonial-home .item .n {
  color: #648252;
  font-size: 18px;
  font-family: 'aileronsemibold';
}
.testimonial-home .item .date {
  font-family: 'aileronitalic';
  color: #648252;
  padding-bottom: 12px;
}
.ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .ar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ar h2 {
  margin-bottom: 0px !important;
}
.ar h2:after {
  margin: 12px auto 0px !important;
  margin-left: 0 !important;
  height: 3px !important;
}
@media (max-width: 767px) {
  .ar h2:after {
    margin-left: auto !important;
  }
}
.ar .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .ar .counter {
    padding-top: 2em;
  }
}
.ar .counter img {
  cursor: pointer;
}
.ar .counter .count {
  font-family: 'aileronbold_italic';
  font-size: 16px;
  margin: 0 10px;
}
.ar .counter .count .number {
  color: #648252;
}
.ar .counter .next-wrap img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shophome-holder {
  margin-top: 8em;
}
@media (max-width: 767px) {
  .shophome-holder {
    margin-top: 3em;
  }
}
.shophome-holder .lists .img {
  text-align: center;
}
@media (max-width: 767px) {
  .shophome-holder .lists .img img {
    max-width: 10em;
  }
}
.shophome-holder .lists .item {
  background: #f2edea;
  padding: 16px;
  margin-bottom: 3em;
}
.shophome-holder .lists .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shophome-holder .lists .item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shophome-holder .lists .item > div > div {
  width: calc(100%/2 - 1px);
}
@media (max-width: 767px) {
  .shophome-holder .lists .item > div > div {
    width: 100%;
  }
  .shophome-holder .lists .item > div > div.bg-cover {
    min-height: 14em;
  }
}
.shophome-holder .lists .item > div > div:last-child {
  padding: 32px;
}
@media (max-width: 767px) {
  .shophome-holder .lists .item > div > div:last-child {
    padding: 32px 0;
  }
}
.shophome-holder .lists .item > div > div:last-child .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shophome-holder .lists .item > div > div:last-child .h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shophome-holder .lists .item > div > div:last-child .h a {
  color: #4b4c4c;
}
.shophome-holder .lists .item > div > div:last-child .h > div {
  width: calc(100%/2 - 1px);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .shophome-holder .lists .item > div > div:last-child .h > div {
    width: 100%;
  }
}
.shophome-holder .lists .item > div > div:last-child .h > div .l {
  margin-bottom: 16px;
}
.shophome-holder .lists .item > div > div:last-child strong {
  display: block;
}
.shophome-holder .lists .item > div > div:last-child h2 {
  text-align: left;
  margin-bottom: 18px !important;
}
.shophome-holder .lists .item > div > div:last-child h2:after {
  width: 94px !important;
  height: 3px !important;
  margin: 12px auto 0px !important;
  margin-left: 0 !important;
}
.shophome-holder + .section-space {
  padding: 32px 0px;
}
.media-home .bnews-list {
  display: block !important;
}
.media-home .bnews-list > div {
  width: 100% !important;
}
.media-home .bnews-list .title a {
  font-family: 'aileronsemibold';
  font-size: 18px;
  color: #648252;
}
@media (max-width: 767px) {
  .media-home .bnews-list .title a {
    font-size: 14px;
  }
}
.media-home .slick-track {
  padding: 0 !important;
}
.media-home .slick-track .slick-slide {
  padding: 10px;
}
.media-home .slick-track .slick-slide > div {
  -webkit-box-shadow: 0 0 14px #ccc;
          box-shadow: 0 0 14px #ccc;
}
.featured-home .bg-cover {
  background-position: top;
  padding-top: 12em;
  padding-bottom: 5em;
}
@media (max-width: 767px) {
  .featured-home .bg-cover {
    margin-top: -8em;
  }
}
.featured-home .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .featured-home .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*.featured-home .lists > div .img-holder img {
  width: 100%;
}*/
.featured-home .lists > div .img-holder img {
  width: 100%;
  border-radius: 0.5em;
}
.featured-home .lists > div:first-child {
  width: 40%;
}
@media (max-width: 1199px) {
  .featured-home .lists > div:first-child {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .featured-home .lists > div:first-child {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .featured-home .lists > div:first-child {
    width: 100%;
  }
}
.featured-home .lists > div:last-child {
  width: 60%;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .featured-home .lists > div:last-child {
    width: 70%;
  }
}
/*@media (max-width: 991px) {
  .featured-home .lists > div:last-child {
    width: 100%;
    padding-left: 0;
  }
}*/
@media (max-width: 991px) {
  .featured-home .lists > div:last-child {
    width: 100%;
	margin: 2em auto;
    padding-left: 0;
  }
}
.featured-home .lists > div:last-child .slick-nav {
  display: none !important;
}
.featured-home .btn-holder {
  margin-top: 3em;
  padding-left: 4em;
}
@media (max-width: 1199px) {
  .featured-home .btn-holder {
    padding-left: 0;
  }
}
.featured-home h2 {
  margin-bottom: 40px !important;
}
.featured-home.best-seller .product-block {
  border: 0;
}
.new-arrival {
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.new-arrival .container {
  position: relative;
}
.new-arrival .f-img {
  position: absolute;
}
@media (max-width: 767px) {
  .new-arrival .f-img {
    opacity: 0.3;
  }
}
.new-arrival .f-img.tl {
  top: 0;
  left: 0;
  max-width: 15em;
}
.new-arrival .f-img.br {
  bottom: 0;
  right: 0;
}
.new-arrival .lists > div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .new-arrival .lists > div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.new-arrival .lists > div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 32px;
  padding-left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .new-arrival .lists > div:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px;
  }
}
.new-arrival .btn-holder {
  padding-left: 0;
  padding-right: 2.5em;
}
@media (max-width: 1199px) {
  .new-arrival .btn-holder {
    padding-right: 0;
  }
}
.fragrance-searh .bg-cover {
  min-height: 28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .fragrance-searh .bg-cover {
    padding: 10px;
    min-height: 18em;
  }
}
.fragrance-searh .bg-cover:before {
  content: "";
  font-size: 0;
  min-height: inherit;
}
.fragrance-searh .bg-cover .holder #artsearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fragrance-searh .bg-cover .holder #artsearch:before {
  content: "";
  font-size: 0;
  min-height: inherit;
}
.fragrance-searh .bg-cover .holder #artsearch input {
  height: 70px;
  font-size: 24px;
  background: #F6F6F6;
  padding: 6px 38px !important;
  padding-right: 76px !important;
}
@media (max-width: 767px) {
  .fragrance-searh .bg-cover .holder #artsearch input {
    height: 46px;
    font-size: 16px;
    padding: 6px 14px !important;
    padding-right: 40px !important;
  }
}
.fragrance-searh .bg-cover .holder #artsearch i {
  position: absolute;
  right: 36px;
  cursor: pointer;
  top: 33%;
}
@media (max-width: 767px) {
  .fragrance-searh .bg-cover .holder #artsearch i {
    top: 30%;
    right: 16px;
  }
  .fragrance-searh .bg-cover .holder #artsearch i img {
    max-width: 18px;
  }
}
.fragrance-searh .bg-cover .holder #artsearch.results-h .back {
  background: #f6f6f6;
  padding: 10px 24px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5em;
  margin-left: -9em;
  border: 1px solid #ccc;
}
@media (max-width: 991px) {
  .fragrance-searh .bg-cover .holder #artsearch.results-h .back {
    margin-left: 0;
    margin-right: 1em;
  }
}
@media (max-width: 991px) {
  .fragrance-searh .bg-cover .holder #artsearch.results-h .back {
    min-height: 21px;
  }
  .fragrance-searh .bg-cover .holder #artsearch.results-h .back img {
    max-width: 16px;
  }
}
.fragrance-searh .bg-cover .holder #artsearch.results-h .back:before {
  content: "";
  font-size: 0;
  min-height: inherit;
}
.fragrance-searh h3 {
  font-family: 'playfair_displayregular';
  text-transform: uppercase;
  font-size: 3em;
  padding: 0 1em;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .fragrance-searh h3 {
    text-align: center;
    font-size: 1.5em;
  }
}
.fragrance-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .fragrance-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fragrance-cat a {
  min-width: 10em;
  text-align: center;
  border-radius: 0 !important;
  margin: 0;
}
.bnews-list-fragrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 991px) {
  .bnews-list-fragrance {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bnews-list-fragrance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bnews-list-fragrance .artblock {
  width: calc(100%/2 - 1px);
}
@media (max-width: 767px) {
  .bnews-list-fragrance .artblock {
    width: 100%;
    margin-bottom: 14px;
  }
}
.bnews-list-fragrance .artblock > div {
  padding: 22px;
  height: 100%;
}
@media (max-width: 767px) {
  .bnews-list-fragrance .artblock > div {
    padding: 0;
  }
}
.bnews-list-fragrance .artblock > div .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  border-radius: 0.5em;
}
@media (max-width: 1199px) {
  .bnews-list-fragrance .artblock > div .holder {
    padding: 1em;
  }
}
@media (max-width: 991px) {
  .bnews-list-fragrance .artblock > div .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bnews-list-fragrance .artblock > div .holder > div.bg-cover {
  min-height: 18em;
  width: 45%;
}
@media (max-width: 991px) {
  .bnews-list-fragrance .artblock > div .holder > div.bg-cover {
    width: 100%;
  }
}
.bnews-list-fragrance .artblock > div .holder > div:last-child {
  width: 55%;
  padding-left: 26px;
}
@media (max-width: 991px) {
  .bnews-list-fragrance .artblock > div .holder > div:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 14px;
  }
}
.bnews-list-fragrance .artblock > div .holder > div:last-child .name {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  font-family: 'aileronbold';
  color: #648252;
}
.bnews-list-fragrance .artblock > div .holder > div:last-child .cat-lists {
  font-family: 'aileronitalic';
  color: #ccc;
  margin-bottom: 24px;
  font-size: 13px;
}
/*
.bnews-list-fragrance .artblock > div .holder > div:last-child .description {
  line-height: 1.8;
  text-align: justify;
  font-size: 13px;
}*/
.bnews-list-fragrance .artblock > div .holder > div:last-child .description {
  line-height: 1.8;
  font-size: 13px;
}
.bnews-list-fragrance .artblock > div .holder:hover {
  -webkit-box-shadow: 0 0 18px #ccc;
          box-shadow: 0 0 18px #ccc;
}
.fragrance-nfragrance #content .content {
  min-height: 40vh;
}
.fragrance-nfragrance .s-results {
  font-size: 20px;
}
/*# sourceMappingURL=main.css.map */
/* CUSTOM CODE */
/* TOP TOP BUTTON */
#ToTopHover {
	width: 0px !important;
	height: 0px !important;
	cursor: default !important;
}
.globalToTop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 99;
	padding: 0.5em;
	border-radius: 0.5em;
	color: white;
	background: #1f4037;
	background: -webkit-linear-gradient(to bottom, #9fbb8e 0, #849878 20%, #648252 50%, #344829 95%);
	background: linear-gradient(to bottom, #9fbb8e 0, #849878 20%, #648252 50%, #344829 95%);
	box-shadow: 0.2em 0.2em 0.3em #313131;
	cursor: pointer;
	line-height: 1.0;
	text-shadow: 0.1em 0.1em 1em lightgrey;
	text-align: center;
	transform: scale(0);
	transition: 0.5s all;
}
.globalToTop span { font-size: 2em;}
/* CHAT & INQUIRY SYSTEM  */
/* GLOBAL */
.wEINFOBtn {
    width: 3.5em;
    height: 3.5em;
	background: url(/image/catalog/web_pictures/common/icons/wE.gif);
    background-size: cover;
	cursor: pointer;
	will-change: transform;
	transition: all 0.2s ease-in-out;
}
.wEINFOContainerDES {
	position: absolute;
	left: 0;
    top: 0;
	width: 3.5em;
    height: 3.5em;
	z-index: -5;
	user-select: none;
}
.wEINFODescript {
	position: relative;
	width: 25em;
    padding: 2em;
	visibility: hidden;
	opacity: 0;
	will-change: transition, transform;
	transform: scale3D(1,0,1) translate3d(-10em, 5em, 1em);
	transform-origin: top;
	pointer-events: none;
	z-index: -1000000000000;
	transition: all 0.3s ease-in-out;
}
.wEINFODescriptSHOW {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	position: relative;
    visibility: visible;
    transform: scale3D(1,1,1) translate3d(-10em, 4.5em, 1em);
    opacity: 1;
    background-color: white;
    border-radius: 0.5em;
	box-shadow: 0 0 5em #dedede;
	pointer-events: all;
	z-index: 1;
}
@media(max-width: 991px){.wEINFODescriptSHOW {transform: scale3D(1,1,1) translate3d(-20em, 4.5em, 1em);}}
.wEINFODescript-WhatsAppIMGLINK,.wEINFODescript-Enquiry {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
	width: 100%;
	margin: 1em auto;
	font-family: 'aileronsemibold';
}
.wEINFODescript-WhatsApp > h2,.wEINFODescript-Enquiry > h2 {
    display: flex;
    flex-direction: column;
    align-items: center;	
	margin-bottom: 0 !important;
}
.wEINFODescript-WhatsApp > h2::after,.wEINFODescript-Enquiry > h2::after {margin: 0.5em !important;}
.wEINFODescript-WhatsAppIMGLINK {
	cursor: pointer;
	will-change: transform;
	transition: all 0.5s ease-in-out;
}
.wEINFODescript-WhatsAppIMG {
	width: 15em;
	height: 15em;
	background: url(/image/catalog/web_pictures/logos/pureessentialsCS-Optimized.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.wEINFODescript-WhatsAppLINK {
    font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.02em;
    letter-spacing: 0.05em;
    color: #4d8b4e;
}
.wEINFODescript-Enquiry {
	font-size: 1.3em;
    text-align: center;
}
.wEINFODescript-EnquiryBTN {   
	margin-top: 1em;
    padding: 0.5em;
	background-color: #b6813c;
    color: white;
    border-radius: 0.25em;
	cursor: pointer;
	will-change: transform;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.wEINFODescript-EnquiryBTN::after {
    content: "";
    position: absolute;
    top: calc(var(--y, 0) * 1px - 30px);
    left: calc(var(--x, 0) * 1px - 30px);
    width: 3em;
    height: 3em;
    background: radial-gradient(white, #ffffff 80%);
    opacity: 0;
    border-radius: 100%;
    transition: opacity 0.2s;
    -webkit-filter: blur(2em);
    filter: blur(2em);
}
.wEINFODescript-EnquiryBTN:hover::after {opacity: 0.8;}
.wEINFO-ZOOM,.wEINFOENQ-ZOOM {transform: scale3D(1.1,1.1,1.1) translate3d(0,0,0);}
.wEINFOENQ-ZOOM {box-shadow: 0 0.3em 0.5em #755f41;}
/* MAIN PAGE ONLY: FOOTER SIZE FIX */
@media(min-width: 991px) {
	#footer-area footer.bg-cover {
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
}
@media(max-width: 767px){
	#footer-area footer.bg-cover {
		background-size: 1800% 250% !important;
		background-position: center !important;
	}
}
/* MAIN PAGE ONLY: GOOGLE REVIEW */
.testimonial-home > div:nth-child(2) {
	padding: 1em;
	border: 0.05em solid #dedede;
	border-radius: 1em;
    box-shadow: 0 0.2em 0.2em #dedede;
    overflow: auto;
}
.testimonial-home .slick-arrow {display:none !important;}

@media(min-width: 992px){
	.testimonial-home > div:nth-child(2) {
		height: 12em;
	}
}
@media (max-width: 991px){
	.testimonial-home > div:nth-child(2) {
		height: 15em;
	}
}
.testimonial-home .counter {opacity: 0;}
.testimonial-home .gRevBTN {
	display:flex;
	padding:0.25em;
	border:0.05em solid #dedede;
	border-radius:0.5em;
	cursor: pointer;
	user-select:none;
	transition:all 0.2s ease-in-out;
}
.gRevBTNHOVER {
	background-color:rgba(255,255,255,0.5);
    -webkit-filter:drop-shadow(0 0.2em 0.2em white);
    filter:drop-shadow(0 0.2em 0.2em white);
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke:0.03em;
	transform: scale(1.1);
}
.testimonial-home .gRevBTN span {
	display:flex;
	justify-content:center;
	align-items:center;
	align-content:center;
	padding:0.5em;
}
.testimonial-home .gRevBTN .gRevIMG {
	width:3em;
	height:3em;
	background:url(/image/catalog/web_pictures/logos/gLogo.gif);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.gDummy {
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background:rgba(0,0,0,0.8);
	-webkit-backdrop-filter:blur(0.5em);
	backdrop-filter:blur(0.5em);
	user-select:none;
}
.cancelGRev {
	padding:0.5em;
	border:0.1em solid white;
	border-radius:0.5em;
	color:white;
	text-align:center;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}
.cancelGRevHOVER {
	color: rgba(0,0,0,0.8);
	background-color:rgba(255,255,255,0.5);
    -webkit-filter:drop-shadow(0 0.2em 0.2em white);
    filter:drop-shadow(0 0.2em 0.2em white);
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke:0.03em;
	transform: scale(1.1);
}
/* CAT MENU: Catalogue */
.hdropdown .c > a {
    width: 100%;
    font-size: 1.2em;
    background: radial-gradient(at center top, #95c9909c, #2d4b2aab) !important;
    border-radius: 0;
    box-shadow: 0 0.8em 1em -0.5em #0000009e;
    -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
}
.hdropdown .c > a:hover {
    box-shadow: 0 0.8em 1em -0.5em #0000009e;
	background: radial-gradient(at center top, #7c80d88a, #383a6c8a) !important;
}
/* CAT MENU: Sub Text */
.hdropdown .catHDSUB {
	display: block;
	font-size: 0.8em;
	color: cadetblue;
	letter-spacing: 0.03em;
	line-height: 1.2;
}
@media (max-width: 991px){
	#loading_wrapper { transition: none !important;}
}
/* SIDE CATEGORIES */
#side-categories .side-categories-level-1 {
  padding: 0.25em 0 0.25em 0;
  border-bottom: 0.05em solid #dedede;
}
#side-categories > .side-categories-level-1 {
	font-weight: bold;
}
#side-categories .group .item.active a {
  font-weight: bold;
  color: white;
}
#side-categories .group .item.active a:hover {
  color: #f3ffb5;
}
#side-categories .a-level-1 {
    padding: 0.5em;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #262626;
}
#side-categories .item.level-1.active .a-level-1 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.03em;
	color: white;
}
/* LOGO */
@media(min-width: 992px) {
	.header-logo-image {position: absolute;}
}
/* PAYMENT METHODS: Forces all text to be font-size: 1.3em and text-align: left; */
.payment {
	font-size: 1.3em !important;
}
/*.payment .well-sm  {
	text-align: left !important;
	line-height: 180% !important;
}*/
.payment .well-sm  {
	display: none;
}
.payTxt {
	background: url(/image/catalog/web_pictures/bg/BG1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
/* HDROPDOWN MENU : Background Image Style */
.hdropdown .c {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.catMen-hover-preview {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    aspect-ratio: 9 / 16;
    box-shadow: -1.5em 0 1em -1em #b3b3b3;
    overflow: hidden;
    z-index: 0;
}

.catMen-hover-preview__layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.catMen-hover-preview__current {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.catMen-hover-preview__next {
  z-index: 2;
  opacity: 0;
  transform: scale(1.08);
  pointer-events: none;
}

/* new image fades in while shrinking to normal size */
.catMen-hover-preview.is-zoomfade .catMen-hover-preview__next {
  animation: catMenZoomFadeIn 520ms cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes catMenZoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* SIDR MENU : Mobile Side Background Image Style */
#sidr {
	background: linear-gradient(180deg, rgb(84 98 75 / 70%) 60%, rgb(36 47 29 / 70%) 100%),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
	-webkit-backdrop-filter: blur(1em) brightness(250%);
	backdrop-filter: blur(1em) brightness(250%);
}
.header-mobile .mobile-account {border-bottom: transparent;}
.header-mobile .mobile-account > a + a {border-left: transparent;}
.cd-accordion-menu a, .cd-accordion-menu label {
	background: linear-gradient(to right, rgb(90 123 71 / 70%),rgb(90 123 71 / 70%)),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
.cd-accordion-menu ul a, .cd-accordion-menu ul label {
	background: linear-gradient(to right, rgb(33 60 18 / 70%),rgb(40 74 20 / 70%)),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==)
}
.sidr-custom-open #mobileNav::before {
	-webkit-backdrop-filter: blur(1em);
	backdrop-filter: blur(1em);
}
/* CART MENU: Adds Acrylic to cart */
#cart.slide-out-cart .dropdown-menu {
	border-radius: 0 0 0 1em;
	background-color: rgb(255 255 255 / 75%);
	-webkit-backdrop-filter: blur(1em) contrast(100%) brightness(105%);;
    backdrop-filter: blur(1em) contrast(100%) brightness(105%);
}
@media(max-width: 992px) {
	#cart.slide-out-cart .dropdown-menu {
		border-radius: 0;
		background-color: rgb(255 255 255 / 75%);
		-webkit-backdrop-filter: blur(1em) contrast(100%) brightness(105%);;
		backdrop-filter: blur(1em) contrast(100%) brightness(105%);
	}
}
.cart-dropdown-order-totals > .table-bordered {
	background: linear-gradient(to bottom, #f3f3f31f 90%, #e1e1e159 100%);
    color: black;
    letter-spacing: 0.05em;
}
/* POPUP: Adds blur for Add to cart POPUP  */
.swal2-popup {
	background-color: rgb(255 255 255 / 90%);
	-webkit-backdrop-filter: blur(1em) contrast(100%) brightness(105%);;
    backdrop-filter: blur(1em) contrast(100%) brightness(105%);
	box-shadow: 0 0 5em #dedede;
}
.swal2-success-circular-line-left, .swal2-success-fix, .swal2-success-circular-line-right {display: none;}
.swal2-container.swal2-shown {
    background-color: rgba(0,0,0,0.7);
	-webkit-backdrop-filter: blur(0.2em);
    backdrop-filter: blur(0.2em);
}
/* BTN-DANGER */
.btn-danger {
	border-radius: 0.25em !important;
}
/* FILTER: Menu */
.product-category #filter-groups {
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(1em) sepia(70%) brightness(1.02) saturate(115%);
    backdrop-filter: blur(1em) sepia(70%) brightness(1.02) saturate(115%);
}
/* Fixes overallaping issue in main page the tree */
.abouthome-holder .holder .main .l {
	top: -1em !important;
}
.abouthome-holder .holder > img {
	width: 100%;
}
.abouthome-holder img:nth-child(3) {
	margin-top: -1px;
}
/* Forces the header to not snap anyhow */
.header-container .header-menu #main-menu > li > a {
	padding: 0.7em !important;
    height: 5em;
}
/* Fixed the height of the header */
.fixed-header .header-container {
	height: 3.5em;
}
/* Fixed the height of the logo according to header above */
.fixed-header .header-logo img {
	max-width: 50%;
	transition: all 0.3s ease-in-out;
}
/* Fixed the header CLS issue */
.header-container .header-menu #main-menu, .header-container .header-menu #main-menu {
	width: 100% !important;
}
/* Adds Anime */
.fixed-header .header-logo img:hover {
	transform: scale(1.3);
}
@media (max-width: 1199px) {
	.fixed-header .header-menu #main-menu li a {
		font-size: 0.85em !important;
	}
}
/* BROWSE ALL FRAGRANCES - Make CAT Highlight */
.bnews-list-fragrance .artblock .cat-lists {
	border-bottom: 0.01em solid #dedede;
    font-family: 'aileronregular' !important;
	font-size: 0.8em !important;
	font-weight: bold;
    letter-spacing: 0.1em;
	color: #676767 !important;
}
/* Forces shadow effect on BROWSE ALL FRAGRANCE IMGs */
.bnews-list-fragrance .artblock > div .holder > div.bg-cover {
  box-shadow: 0.2em 0.2em 0.5em #dedede;
  border-radius: 0.5em;
}
@media (max-width: 1560px) {
	.bnews-list-fragrance .artblock > div .holder > div.bg-cover {
		background-size: 100% 100%;
	}
}
@media (max-width: 450px) {
	.bnews-list-fragrance .artblock > div .holder > div.bg-cover {
		background-size: cover;
	}
}
/* BROWSE CATEGORY: Add border to img based on device width */
@media (max-width: 991px) {
	.browsecat .img-holder {
		border: none;
	}
}
@media (min-width: 992px) {
	.browsecat .img-holder {
		border-right: 0.05em solid #dedede;
	}
}
/* BROWSE CATEGORY: Set Titular Text larger based on device width */
@media (max-width: 991px) {
	.browsecat .cat {
		font-size: 1.2em;
		line-height: 1.5em;
	}
}
@media (min-width: 992px) {
	.browsecat .cat {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
/* BROWSE CATEGORY: Illusion Buttons */
.browsecat .cat > div {
	margin: 0.5em auto 0.5em auto;
    padding: 0.5em;
	border: 0.05em solid #dedede;
    box-shadow: 0.1em 0.1em 0.2em #e9e9e9;
    border-radius: 0.5em;
    cursor: pointer;
    background-image: linear-gradient(180deg, #ffffff 90%, #f9f9f9 95%);
	transition: all 0.2s ease-in-out;
}
.browsecat .cat > div > strong {
	color: black;
}
.browsecat .cat > div:hover {
    transform: scale(1.025);
	box-shadow: 0.1em 0.1em 0.2em #ababab;
}
/* Browse all fragrances - Black Series */
.blackSeries {
	margin-top: 0.5em;
	padding: 0.5em;
	background-color: #3c3c3c;
	color: white;
	font-family: 'playfair_displayregular';
	font-size: 0.8em;
	border-radius: 1em;
	letter-spacing: 0.2em;
	line-height: 3em;
}
/* Browse all fragrances - Intensity */
.intensity {
	margin-top: 0.5em;
	padding: 0.5em;
	border: 0.01em solid #dedede;
	color: black;
	font-family: 'aileronregular';
	font-size: 0.8em;
	border-radius: 1em;
	letter-spacing: 0.2em;
	line-height: 3em;
}
/* Browse all fragrances - Notes */
.aromaNotes {
	float: left;
    width: 100%;
	font-family: 'aileronitalic';
	font-size: 0.9em;
    color: grey;
    letter-spacing: 0.15em;
}
/* Brows all fragrances - Menu Category A */
.fragrance-cat a {
    border-radius: 2em !important;
    margin: 0.25em !important;
}
/* Browse all fragrances - Descriptions */
.bnews-list-fragrance .artblock > div .holder > div:last-child .description {
	margin-top: -1.5em;
}
/* Browse all fragrances -  Fragrance shadow and curve */
.fragrance-searh .bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0.2em 0.2em 0.5em #dedede;
	border-radius: 0.5em;
}
/* Browse all fragrances -  Fragrance shadow and curve */
.italicDescript {
	font-style: italic;
}
/* Product PAGE: Assigns the fragrances container */
.product-fragrances {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-top: 2rem;
}
.product-fragrances-options > a {
    width: 15em;
    height: 3em;
    text-decoration: none !important;
    background: radial-gradient(at center top, #ffffff, #e8e8e863) !important;
    box-shadow: 0 1em 0.8em -1em #6e6e6e73 !important;
}
.product-fragrances-options > a > i {
	margin-right: 0.5vw;	
	font-size: 1.5em;   
}
.product-fragrances-options-fav {
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
	padding: 1.5em;
}
.product-fragrances-options-fav > h3 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: 'aileronregular';
    font-size: 1.2em;
    -webkit-text-stroke: 0.03em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.03em;
}
/* SLICK-SLIDE FORCE IMG to always 100% */
.slick-slide img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
/*
@media(max-width: 1600px) {
	.slick-slide img {
		margin-top: 10%;
		transition: all 0.3s ease-in-out;
	}
}*/
.slider-dots {
	transition: all 0.3s ease-in-out !important;
}
.paginghomepage {
	transition: all 0.3s ease-in-out !important;
}
.slideshow-27 .slider-dots:after {
	left: -10em !important;
}
@media(max-width: 1880px) {
	.slider-dots {
		bottom: 1em !important;
		right: 1em !important;
		transition: all 0.3s ease-in-out !important;
	}
	.paginghomepage {
		bottom: 3em !important;
		right: 3em !important;
		transition: all 0.3s ease-in-out !important;
	}
}
@media(max-width: 1025px) {
	.slider-dots {
		bottom: 1em !important;
		right: 1em !important;
		transition: all 0.3s ease-in-out !important;
	}
}
/*Contact */
.contactP {
    width: 100%;
    position: relative;
    top: 5rem;
    text-align: center;
    font-size: 1.5em;
    font-family: 'playfair_displayregular';
    line-height: 2;
    -webkit-text-stroke: 0.02em;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    animation: contactPANIME 1.5s forwards 2s;
}
@keyframes contactPANIME {
	0%{top: 5rem;opacity: 0;}
	50% {top: -5rem;}
	100% {top: 0;opacity: 1;}
}
/* SLIDESHOW0: Shifts the box below at certain pixel */
@media(max-width: 1650px) {
	#slideshow0 {
		transition: all 0.3s ease-in-out;
		top: 10vh;
	}
}
/* Sets all breaklines to change color */
.breakLineProducts {
   border: 0.05em solid #e6e6e6 !important;
}
/* FORM BTNS & DROPDOWNS: Modifies the radius and padding */
.form-control {
    border-radius: 0.5em;
    padding: 1em;
}
input[placeholder="Comments"].form-control {
    padding-left: 1em !important;
}
/* Offer Boxes */
@media(min-width: 992px) {
	.offer {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		margin: 1em;
		padding: 1em;
		border-radius: 1em;
		box-shadow: 0 0.2em 0.5em #9f9f9f;
		background-color: #dedede;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
	}
	.offer:hover {transform: scale(1.1);}
	.offer > h3 {
		width: 100%;
		margin-top: 1em;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	.offer > div:nth-child(1) {
		width: 20%;
		z-index: 5;
	}
	.offer > div:nth-child(1) > img {
		display: block;
		width: 100%;
		border-radius: 1em;
		box-shadow: 0 0.2em 0.5em #666565;
	}
	.offer > div:nth-child(2) {
		width: 70%;
		margin-left: 1em;
		z-index: 3;
	}
	.offer > div:nth-child(3) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #dedede 10%, whitesmoke 100%);
		border-radius: inherit;
	}
	.offerAnimation {
		position: absolute;
		left: 0;
		width: 25%;
		height: inherit;
		border-radius: 100%;
		filter: blur(2em);
		background: linear-gradient(to bottom, white, white 100%);
		z-index: 2;
		animation: offerANIME 15s ease-out infinite;
	}
	@keyframes offerANIME {
		0%{background-position: inherit; background-size: inherit; background-repeat: no-repeat;}
		50%{left: 70em;}
		100%{background-position: inherit; background-size: inherit; background-repeat: no-repeat;}
	}
}
@media(max-width: 991px) {
	.offer {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 1em;
		padding: 0.5em;
		border-radius: 1em;
		box-shadow: 0 0.2em 0.5em #9f9f9f;
		background-color: #dedede;
	}
	.offer > h3 {
		width: 100%;
		margin-top: 1em;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	.offer > div:nth-child(1) {
		width: 80%;
		z-index: 5;
	}
	.offer > div:nth-child(1) > img {
		display: block;
		width: 100%;
		border-radius: 1em;
		box-shadow: 0 0.2em 0.5em #666565;
	}
	.offer > div:nth-child(2) {
		width: 100%;
		margin: 0.5em;
		letter-spacing: -0.001em;
		z-index: 3;
		text-align: center;
	}
	.offer > div:nth-child(3) {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #dedede 10%, whitesmoke 100%);
		border-radius: inherit;
	}
	.offerAnimation {
		position: absolute;
		left: 0;
		width: 25%;
		height: inherit;
		border-radius: 100%;
		filter: blur(2em);
		background: linear-gradient(to bottom, white, white 100%);
		z-index: 2;
		animation: offerANIME 15s ease-out infinite;
	}
	@keyframes offerANIME {
		0%{background-position: inherit; background-size: inherit; background-repeat: no-repeat;}
		50%{left: 70em; transform: scale(0.5);}
		100%{background-position: inherit; background-size: inherit; background-repeat: no-repeat;}
	}
}
/* Aroma Solution Recommendation */
.prdRecd {
	padding: 0.5em 0;
    border-top: 0.05em solid #dedede;
    border-bottom: 0.05em solid #dedede;
}
.prdRecd > strong {
	font-family: 'playfair_displayregular';
    font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #7a977f;
}
.prdRecd > i {font-size: initial;}
.prdRecd > span {font-family: 'aileronsemibold';color: #4a5b51;}
/* Freebies Box CSS */
.freebiesBox {
    margin: 1em auto;
    padding: 1em;
    border-top: 0.05em solid #e8e8e8;
    line-height: 2;
    letter-spacing: 0.02em;
    background: url(/image/catalog/web_pictures/bg/BG1.webp);
    background-size: 500%;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 0.05em solid #e9e9e9;
    border-radius: 1em;
    -webkit-filter: drop-shadow(0 0.2em 0.1em #e9e9e9);
    filter: drop-shadow(0 0.2em 0.1em #e9e9e9);
}
/* Adjust Freebies Section Check Img */
.freebiesBox ul {
    margin-left: 1em;
    padding-inline-start: 0;
}
.freebiesBox ul > li {
	list-style-type: none;
}
.freebiesBox ul > li > img {
	margin: 0.5em auto 0.5em auto;
    height: 1.5em;
    width: 1.5em;
}
.freebiesBox .hTitle {
    font-family: 'playfair_displayregular';
    font-size: 1.2em;
}
.freebiesBox .fTitle {
	font-style: italic;
	color: blue;
}
/* Settings that controls the tables and font settings  OLD OLD */
.productSpecs ,tbody {
   vertical-align: text-top;
}
.productSpecs tr .productSpecsTxt {
   padding: 1em; margin: 1em;
   line-height: 1.5em;
}
.productSpecs tr .productSpecsHeadTxt {
   padding-left: 1em;
   margin-left:1em
}
.productSpecs tr .productSpecsHeadTxt strong {
   font-size:1.1em;
}
/* NEW  Product Specs */
.productSpecs {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0.5em;
	border-bottom: 0.05em solid #dedede;
}
.productSpecsBTN {
	padding: 0.5em;
	font-size: 1.5em;
	border: 0.05em solid #dedede;
	border-radius: 0.5em;
}
.productSpecsDetailed {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.productSpecsDetailed > h3 {
	margin: 0.5em;
	padding: 0.5em;
	font-family: 'playfair_displayregular';
	text-align: center;
	border-top: 0.1em solid #dedede;
	transition: all 0.5s ease-in-out;
}
.productSpecsDetailed > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    padding-inline-start: 0;
    list-style: none;
}
.productSpecsDetailed > ul > li {
	display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
    margin: 0 0.5em;
    padding: 0.25em;
	text-align: center;
	line-height: 1.5;
}
.productSpecsDetailed > ul > li > span {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.05em;
}
.productSpecsDetailedHIDE{font-size:0 !important;}
/* PRODUCT DESCRIPTION: Controls only the PDF icon and the Interative Fragrances */
.product-fragrances-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 0.05em solid #dedede;
}
.product-fragrances-options > h3 {
	width: 100%;
	font-family: 'playfair_displayregular';
    text-align: center;
    letter-spacing: 0.02em;
}	
/* BROWSE ALL FRAGRANCES: Controls the image font and Controls the image font */
.bicon {
	width: 25rem;
	justify-content: center;
	align-items: center;
	margin: 1rem;
	padding: 0.5em;
	border: 0.05em solid #dedede;
	border-radius: 2em;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 1.2em;
	transition: all 0.2s ease-in-out;
}
.bicon:hover {
	transform: scale(1.1);
	color: #648252;
	background: #f1f1f1;
    background: -webkit-linear-gradient(to bottom, #ffffff 80%, #f1f1f1 95%);
    background: linear-gradient(to bottom, #ffffff 80%, #f1f1f1 95%);
	border-color: #9f9f9f;
	box-shadow: 0 0.3em 0.2em #dddddd;
}
/* PRODUCT DESCRIPTION: Adds the elements neccssary if got stFragFAV */
.stFragFAVSWITCH {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    height: 3em;
    margin: 1rem;
	padding: 0.5em;
    border-radius: 2em;
	font-weight: bold;
	font-size: 1.2em;
    color: white;
    user-select: none;
	cursor: pointer;
	overflow: hidden;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 991px) {.stFragFAVSWITCH {width: 20em;}}
@media(min-width: 992px) {
	.stFragFAVSWITCH {width: 25rem;}
	.stFragFAVSWITCH::after {
		content: "";
		position: absolute;
		top: calc(var(--y, 0) * 1px - 30px);
		left: calc(var(--x, 0) * 1px - 30px);
		width: 5em;
		height: 5em;
		background: radial-gradient(white, #ffffff 80%);
		opacity: 0;
		border-radius: 100%;
		transition: opacity 0.2s;
		-webkit-filter: blur(2em);
		filter: blur(2em);
	}
	.stFragFAVSWITCH:hover::after {opacity: 0.8;}
}
.stFragFAVSWITCH.disable {display: none !important;}
.stFragFAVSWITCH.stFragFAVSWITCHON {background: radial-gradient(at center top, #dd8e8e, #9d1515) !important; box-shadow: 0 1.2em 0.8em -1em #a11d1da1;}
.stFragFAVSWITCH.stFragFAVSWITCHOFF {background: radial-gradient(at center top, #a7a7a7, #333333) !important; box-shadow: 0 1.2em 0.8em -1em #00000073;}
.stFragFAVSWITCHHOVER {transform: scale3D(1.1,1.1,1.1);}
.stFragFAVSWITCH > span {opacity: 0;transition: all 0.3s ease-in-out;}
.stFragFAVSWITCHTXTON {opacity: 1 !important;}
/* CATEGORY LIST/PRODUCT INFO Label Text RFQ (Inner/Outer) */
/*
.label-primary {
    font-size: 90%;
	font-style: italic;
    letter-spacing: 0.05em;
    white-space: normal;
	color: #648252;
    background-color: transparent !important;
}
.enquiry-block .label-primary {
    float: left;
    margin-top: -0.8em;
	font-size: 120%;
    background: linear-gradient(180deg, white 0%,white 70%, #f3f3f3 88%, #bebebe 95%);
    border: 0.05em solid #dedede;
    border-radius: 1em;
}*/
.enquiry-block { display: none;}
/* WAITING LIST DESCRIPT: Amend the Font and spacing of the chars */
.waiting_list_description {
    font-family: 'playfair_displayregular';
	font-weight: bold;
    font-style: italic;
	letter-spacing: 0.1em;
}
/* WAITING LIST BTN / Input and Container: Cornered */
/*#waiting_list .waiting_list_container {
	border-radius: 0.5em;
}
#waiting_list button {
	background: linear-gradient(180deg, white 0%,white 70%, #dedede 88%, #c2c2c2 95%);
	border-radius: 0 0.5em 0.5em 0;
}
#waiting_list button:hover {
    font-family: 'Open Sans';
	font-weight: bold;
	color: white;
	background: linear-gradient(180deg, #bdd7af 0%,#8aa779 70%, #d6e5cd 88%, #93b47f 95%);
}
input[placeholder="Email"] {
	border-radius: 0.5em 0 0 0.5em;
}*/
/* WAITING LIST: DISPLAY NONE */
#waiting_list {
	display: none;
}
/* CATEGORY LIST: Modifies the Product List */
.product-block {
    border-radius: 1em;
	transition: all 0.2s ease-in-out;
}
/* CATEGORY LIST: Modifies the Product List animation on hover */
.product-block:hover {
	display: flex;
    border: 0.05em solid darkgrey;
    border-radius: 1em;
	box-shadow: 0.2em 0.2em 0.2em #ededed;
    transform: scale(1.025);
    cursor: pointer;
}
/* CATEGORY LIST: Modifies the Product List Text Color (Inner/Outer) */
.product-gutter .product-block .product-details .d {
    font-family: 'Open Sans';
    font-style: italic;
	color: black;
	letter-spacing: 0.05em;
}
.product-gutter .product-block .product-name .n,
.product-product .pname
{
	font-family: 'playfair_displayregular';
	font-weight: bold;
	color: #010155;
	letter-spacing: 0.1em;
}
/* PRODUCT: Modifies the Description (Inner) */
.product-description {
	margin-top: 1.5em;
	line-height: 2em;
    letter-spacing: 0.05em;
}
/* PRODUCT: Modifies the Label (Inner) */
.control-label, .input-group-addon {
	font-weight: bold;
}
/* PRODUCT: Image Curved (Inner) */
.product-image-main-container {
    border-radius: 0.5em;
}
/* Controls the buttons placements */
/*.btnLinks  ,tr {
   margin: auto;
}
.btnLinks {
   margin-top: 1.5em;
}
.btnLinks tbody tr td:nth-child(1) a {
   min-width: 50% !important;
}
.btnLinks tbody tr td:nth-child(2) a {
   margin-left:1em !important;
   min-width: 100% !important;
}*/
/* Controls the bulk discounts info */
.product-description-bulk {
	padding: 1em;
	background: url(/image/catalog/web_pictures/bg/BG1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0.05em solid #e9e9e9;
    border-radius: 1em;
    -webkit-filter: drop-shadow(0 0.2em 0.1em #e9e9e9);
    filter: drop-shadow(0 0.2em 0.1em #e9e9e9);
}
.product-description-bulk > strong {   
    font-family: 'playfair_displayregular';
	font-size: 1.2em;
}
.product-description-bulk-btns {
	display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	width: 100%;
}
.product-description-bulk-btns > a {
	width: 15em;
	margin: 0.5em;
    padding: 0.25em;
    font-size: 1.2em;
    text-align: center;
    border-radius: 0.5em;
    color: white;
	background: radial-gradient(at center top, #83ad91, #40674d);
    box-shadow: 0 1.2em 0.8em -1em #00000073;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease-in-out;
}	
.product-description-bulk-btns > a:hover {
	transform: scale3d(1.1,1.1,1.1);
	color: lightgoldenrodyellow !important;
	text-shadow: 0.2em 0 0.8em white;
	box-shadow: 0 0.5em 0.8em -0.5em #000000ba !important;
}
.product-description-bulk-btns > a > i {
    margin-right: 0.5em;
	font-size: inherit;
}
.btnLinksSHARED {
	padding: 0.5em;
    margin: 0 auto;
}
.btnLinksSHARED tr > td {
	float: left;
    width: 100%;
}
.btnLinksSHARED tr > td > div {
	text-align: center;
}
.btnLinksSHARED tr > td > div a {
	display: inline-block;
    margin: 1em;
    padding: 0.5em;
}
.btnLinksRFQSHARED {
	padding: 0.5em;
    margin: 0 auto;
}
.btnLinksRFQSHARED tr > td {
	float: left;
    width: 100%;
	margin-top: 2em;
}
.btnLinksRFQSHARED tr > td > div {
    padding: 2em;
	text-align: center;
	border: 0.05em solid #dedede;
    border-radius: 2em;
}
.btnLinksRFQSHARED tr > td > div p {
    font-family: 'Open Sans';
}
.btnLinksRFQSHARED tr > td > div a {
	display: inline-block;
    margin: 1em;
    padding: 0.5em;
}
.btnLinksRFQSHARED .btn {
	background-color: #353063 !important;
	border: #353063 !important;
}
.btnLinksRFQSHARED .btn-size {
	font-family:'aileronsemibold';
	color: #fff;
	border-radius: 5px;
}
.btnLinksRFQSHARED .btn-size:hover {
	background-color: #1f392c !important;
	border-color: #1f392c !important;
}
/* GOOGLE TRANSLATE: Fixes the header jump */
body, html {
    position: inherit!important;
}
/* SEARCH POPOUT: Adds the Blur effect */
.mfp-bg {
    background: rgba(0,0,0,0.8);
	-webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
#searchpop .search-custom,#searchpop .mfp-close {transition: all 0.3s ease-in-out;}
#searchpop .mfp-close {
	-webkit-filter: drop-shadow(0 0 0.2em white);
	filter: drop-shadow(0 0 0.2em white);
}
#searchpop .mfp-close:hover,#searchpop .search-custom:hover {
	transform: scale(1.15);
}
/* MODEL BUTTON SETTINGS: Sets container of button */
.button-control {
	width: 100%;
	height: 6.5em;
	padding: 0.2em;
	display: inline-block;
	position: relative;
}
/* MODEL BUTTON SETTINGS: Sets DESKTOP img of button */
.button-control img {
	width: 70%;
	padding: 0.1em;
	transition: all 0.3s ease-in-out;
}
/* MODEL BUTTON SETTINGS: Sets TABLET img of button */
@media(max-width: 1366px)
{
	.button-control img {
		width: 100%;
		padding: 0.1em;
		transition: all 0.3s ease-in-out;
	}
}
/* MODEL BUTTON SETTINGS: Sets size of button */
[data-type="btn"] {
	display: inline-block;
	width: 15%;
	margin: 0 0.2em 0 0.2em;
	transition: all 0.3s ease-in-out;
	position: relative;
	bottom: 0;
}
/* MODEL SETTINGS: Controls Button */
[data-type="btn"]:hover{
	transition: all 0.3s ease-in-out;
	transform: scale(1.1);
	bottom: 0.5em;
	cursor: pointer;
}
/* MODEL SETTINGS: Sets the P to opacity 0 */
.button-control p {
	float: left;
	width: 100%;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	font-family: 'playfair_displayregular';
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em !important;
}
/* MODEL SETTINGS: Changes the Opacity on button hover */
[data-type="btn"]:hover p{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
/* MODEL SETTINGS: Controls Text Area */
.text-area {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0.5em;
	border: 0.01em solid #dedede;
	border-radius: 1em;
	background: rgb(255,255,255);
	background: linear-gradient(360deg, rgba(255,255,255,0) 0%, rgba(246,246,246,0.2) 90%, rgba(227,227,227,0.5) 100%);
	box-shadow: 0.1em 0.1em 0.1em #dedede;
}
/* MODEL SETTINGS: Controls Text SPAN & STRONG Area */
.text-area > strong {
	font-family: 'playfair_displayregular';
	font-size: 1.2em;
}
.text-area > p {
	font-family: 'aileronsemibold';
	font-size: 0.9em;
	letter-spacing: 0.05em;
}
.text-area > p:nth-child(4) {
	margin-top: -1em;
}
.text-area .productFeaturesWithOrWithoutBundles {
	font-family: 'Open Sans';
    font-size: 1.2em;
    font-style: italic;
	font-weight: bold;
    text-decoration: underline;
	letter-spacing: 0.025em;
}
/* CHECKOUT-SUCCESS */
div.checkout-success {
	position: relative;
	width: 50%;
    height: 50vh;
	margin: 0 auto;
	padding: 2em;
	background: none;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;  
    border: 0.05em solid #dedede;
    border-radius: 1em;
}
@media(max-width: 991px) {div.checkout-success {width: 100% !important;}}
div.checkout-success > .line-3 a {   
    padding: 1em; 
    text-decoration: none;
    border: 0.05em solid #dedede;
	border-radius: 1em;
	background-color: rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
	cursor: pointer;
}	
div.checkout-success > .thankyou {
    position: absolute;
    top: -3.5vh;
    left: 5%;
    width: 90%;
    height: 3em;
    padding: 0.5em;
    font-family: 'playfair_displayregular';
    font-size: 120%;
    letter-spacing: 0.05em;
    color: white;
    border-radius: 1em 1em 0 0;
    background: linear-gradient(180deg, rgb(140 165 207) 0%,rgb(53 79 122) 65%, rgb(32 50 79) 100%);
    z-index: -5;
	transition: all 1s ease-in-out 3s;
}
.thankyouANIME {top: 0 !important;}
/* HYDRO-DISTILLATES SHARED CSS */
.containerLists li {
	line-height: 2em;
	margin-left: -2em;
    padding-left: 0.5em;
}
.containerMTLists li {
	line-height: 2em;
    padding-left: 0.5em;
}
@media (min-width: 1080px) {
	.containerDesktopView.hydro { display: block; }
	.containerMobileOrTablet.hydro { display: none !important; }
	/* Overides Title Bar BG*/
	.containerDesktopView.hydro .containerTitle .containerTitleTable tr td:nth-child(2) .miniTitleBG {
		background-color: #7cffcb;
		background-image: linear-gradient(315deg, #dcffe5 0%, #7cffcb 10%, #dcffe5 25%, #dcffe5 25%,#7cffcb 100%);
	}
	.containerDesktopView.hydro .containerTitle .containerTitleTable tr td:nth-child(2) .miniTitleBG .miniTitleBGTxt {
		background-color: #000000;
		background-image: linear-gradient(147deg, #5f81ff 0%, #0d0078 74%);
	}
	/* For Mini Caption Words */
	.containerDesktopSHAREDHydrodistillatesDescriptionTable {
		width: 100%;
		margin: 0 auto;
	}
	.containerDesktopSHAREDHydrodistillatesDescriptionTable tr > td {
		font-family: 'playfair_displayregular';
		font-size: 1.5em;
		font-style: italic;
		color: #578290;
		letter-spacing: 0.05em;
		line-height: 150%;
		text-align: center;
		text-shadow: 0.1em 0.1em 0.1em #d7dddfd1;
	}
	.imgAlignRight {
		text-align: right !important;
		padding-right: 2em !important;
	}
	.imgAlignCenter {
		text-align: center;
		padding-right: 2em;
	}
	.containerDescriptionTableHydro p {
		line-height: 2em;
	}
	.containerDesktopSHAREDInformationCOL3 img,
	.containerDesktopSHAREDInformationCOL2 img,
	.containerDesktopSHAREDInformationCOL1 img {
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
	.containerDesktopSHAREDInformationCOL3 {
		float: left;
	}
	.containerDesktopSHAREDInformationCOL3 > td {
		/*width: 33.3%;*/
		width: 35em;
		padding: 2em;
		line-height: 1.5em;
	}
	.containerDesktopSHAREDInformationCOL3 > td h2 {
		margin: 0 0 1em 0 !important;
		font-family: 'playfair_displayregular';
		color: #5b5c5a;
		text-transform: uppercase;
		text-align: left !important;
		padding-left: 0.5em;
		position: relative;
	}
	.containerDesktopSHAREDInformationCOL3 > td h2::after {
	    margin: 0 !important;
		content: "";
		background: #5b5c5a;
		position: absolute;
		height: 100% !important;
		width: 3px !important;
		top: 0;
		left: 0;
	}
	.containerDesktopSHAREDInformationCOL3 > td:nth-child(2),
	.containerDesktopSHAREDInformationCOL3 > td:nth-child(3) {
		border-left: 0.1em solid #dedede;
	}
	.containerDesktopSHAREDInformationCOL2 {
		float: left;
	}
	.containerDesktopSHAREDInformationCOL2 > td {
		width: 50%;
		padding: 2em;
		vertical-align: middle;
		line-height: 1.5em;
	}
	.containerDesktopSHAREDInformationCOL2 > td h2 {
		margin: 0 0 1em 0 !important;
	    font-family: 'playfair_displayregular';
		color: #5b5c5a;
		text-transform: uppercase;
		text-align: left !important;
		padding-left: 0.5em;
		position: relative;
	}
	.containerDesktopSHAREDInformationCOL2 > td h2::after {
	    margin: 0 !important;
		content: "";
		background: #5b5c5a;
		position: absolute;
		height: 100% !important;
		width: 3px !important;
		top: 0;
		left: 0;
	}
	.containerDesktopSHAREDInformationCOL1 > td {
		padding: 2em;
	}
	.containerDesktopSHAREDInformationCOL1 > td h2 {
		margin: 0 0 1em 0 !important;
	    font-family: 'playfair_displayregular';
		color: #5b5c5a;
		text-transform: uppercase;
		text-align: left !important;
		padding-left: 0.5em;
		position: relative;
	}
	.containerDesktopSHAREDInformationCOL1 > td h2::after {
	    margin: 0 !important;
		content: "";
		background: #5b5c5a;
		position: absolute;
		height: 100% !important;
		width: 3px !important;
		top: 0;
		left: 0;
	}
	.containerDesktopSHAREDInformationCOL1 > td .divSHAREDContainerCOL2 {
		width: 100%;
		background-color: blue;
	}
	.containerDesktopSHAREDInformationCOL1 > td .divSHAREDContainerCOL2 > div {
		float: left;
		width: 50%;
	}
	.containerDesktopSHAREDInformationCOL1 > td .divSHAREDContainerCOL3 > div {
		float: left;
		width: 33.3%;
	}
	.containerDesktopSHAREDInformationCOL1 > td .divSHAREDContainerCOL3 > div:nth-child(2),
	.containerDesktopSHAREDInformationCOL1 > td .divSHAREDContainerCOL3 > div:nth-child(3)
	{
		padding-left: 2em;
		border-left: 0.1em solid #dedede;
	}
	.forCharacteristicsHydroDesktop {
		width: 75% !important;
		background-color: blue;
		margin: 0 auto;
	}
	.forCharacteristicsHydroDesktop div:nth-child(2) {
		border-left: 0.1em solid #dedede;
		padding-left: 2em;
		height: 41em;
	}
	.img30 { width: 30% !important; }
	.img40 { width: 40% !important; }
	.img50 { width: 50% !important; }
	.img60 { width: 60% !important; }
	.img70 { width: 70% !important; }
	.img80 { width: 80% !important; }
	.img90 { width: 90% !important; }
	/* For Information Paragraph Words */
	.containerDesktopSHAREDHydroDistillatesProductDescription {
		font-family: 'aileronregular';
		font-size: 1.1em;
		text-align: center;
	}
	.containerDesktopSHAREDHydroDistillatesProductDescription tr:nth-child(2) {
		float: left;
	}
	.containerDesktopSHAREDHydroDistillatesProductDescription tr:nth-child(2) > td {
		float: left;
		margin-top: -5em;
		padding: 2em 2em 0.5em 2em;
		line-height: 150%;
	}
	.containerDesktopSHAREDHydroDistillatesProductDescription tr:nth-child(2) > td > p {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 1079px)
{
	.containerDesktopView.hydro { display: none !important; }
	.containerMobileOrTablet.hydro { display: block !important; }
	/* Default Values */
	.containerMobileOrTablet.hydro h3 { font-size: 1.3em; }
	.containerMobileOrTablet.hydro h2 {
	    font-family: 'playfair_displayregular';
		color: #5b5c5a;
		text-transform: uppercase !important;
		text-align: left !important;
		padding-left: 0.5em !important;
		position: relative !important;
		margin-bottom: 1em !important;
	}
	.containerMobileOrTablet.hydro h2::after {
		margin: 0 !important;
		height: 100% !important;
		width: 3px !important;
		content: "";
		background: #5b5c5a !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
	}
	.containerMobileOrTablet.hydro img {
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
	.containerMobileOrTablet.hydro ol {
		padding-inline-start: 0;
		padding-left: 1em;
	}
	.chartTitleLetterSpacingFixMOBILE td > h2 { letter-spacing: -0.02em; }
	/* Overides Title Bar BG*/
	.containerMobileOrTablet.hydro {
		width: 95%;
		margin: auto;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 1em;
	}
	.containerMobileOrTablet.hydro .containerTitle {
	   width: inherit;
	   margin: auto;
	   vertical-align: middle;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable {
	   width: 100%;
	   padding: 1em;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(1) > td {
	   text-align: center;
	   margin-top: 1em;
	   padding: 1.5em;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(2) > td > .miniTitleBG {
		width: 30vw;
		display: block;
		margin: auto auto 1.2em auto;
		border-radius: 2em 2em;
		background-color: #7cffcb;
		background-image: linear-gradient(315deg, #dcffe5 0%, #7cffcb 10%, #dcffe5 25%, #dcffe5 25%,#7cffcb 100%);
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(2) > td > .miniTitleBG > .miniTitleBGTxt  {
		background-color: #000000;
		background-image: linear-gradient(147deg, #5f81ff 0%, #0d0078 74%);
		background-size: 100%;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		-webkit-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(2) > td > .miniTitleBG > .miniTitleBGTxt > p {
	   font-size: 1.1em;
	   text-align: center;
	   letter-spacing: 0.05em;
	   line-height: 2em;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(3) > td > .fragTitle {
	   margin-bottom: 0.1em;
	   font-size: 1.5em;
	   text-align: center;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(3) > td > .fragTitle > strong {
	   border-bottom: 0.1em solid #dedede;
	}
	.containerMobileOrTablet.hydro .containerTitle .containerTitleTable tr:nth-child(3) > td > .fragBontanTitle {
	   margin-bottom: 1em;
	   font-size: 1em;
	   text-align: center;
	   color: #646464;
	}
	/* For Mini Caption Words */
	.containerMobileOrTabletSHAREDHydrodistillatesDescriptionTable {
		width: 100%;
		margin: 0 auto;
	}
	.containerMobileOrTabletSHAREDHydrodistillatesDescriptionTable tr > td {
		font-family: 'playfair_displayregular';
		font-size: 1.1em;
		font-style: italic;
		color: #578290;
		letter-spacing: 0.05em;
		line-height: 150%;
		text-align: center;
		text-shadow: 0.1em 0.1em 0.1em #d7dddfd1;
	}
	/* For Information Paragraph Words */
	.containerMobileOrTabletSHAREDHydroDistillatesProductDescription {
		font-family: 'aileronregular';
		font-size: 1.1em;
		text-align: center;
	}
	.containerMobileOrTabletSHAREDHydroDistillatesProductDescription tr > td {
		padding: 1em;
	}
	.containerMobileOrTabletSHAREDHydroDistillatesProductDescription tr:nth-child(2) > td {
		float: left;
		margin-top: -2em;
		line-height: 150%;
		text-align: justify;
	}
	/* COL fixes */
	.containerMobileOrTabletSHAREDInformationCOL3 > td {
		width: 33.3%;
		padding: 1em;
		line-height: 1.5em;
	}
	.containerMobileOrTabletSHAREDInformationCOL3 > td:nth-child(2),
	.containerMobileOrTabletSHAREDInformationCOL3 > td:nth-child(3) {
		border-left: 0.1em solid #dedede;
	}
	.containerMobileOrTabletSHAREDInformationCOL2 > td {
		width: 50%;
		padding: 1em;
		vertical-align: middle;
		line-height: 1.5em;
	}
	.containerMobileOrTabletSHAREDInformationCOL1 > td {
		padding: 1em;
	}
}
/* HYDRO-DISTILLATES MANUAL CSS */
/* Listing Page */
@media (min-width: 1080px)
{
	.containerDesktopViewHydrodistillates
	{
		display: block;
		width: 80%;
		margin: auto;
		padding: 1em;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 1em 1em;
		background-image: url('/image/catalog/web_pictures/bg/BG1.webp');
		background-repeat: no-repeat;
		background-size: 125% 125%;
		background-position: bottom;
	}
	.containerDesktopViewHydrodistillates .containerDesktopHydrodistillatesDescriptionTitle
	{
		margin: auto;
		width: inherit;
		vertical-align: middle;
	}
	.containerDesktopViewHydrodistillates .containerDesktopHydrodistillatesDescriptionTitle table
	{
		width:100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.containerDesktopViewHydrodistillates .containerDesktopHydrodistillatesDescriptionTitle table tr td
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerDesktopViewHydrodistillates .containerDesktopHydrodistillatesDescriptionTitle table tr td p
	{
		text-align: center;
		font-size: 3em;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList
	{
		width: 100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList tr
	{
		width: 100%;
		padding: 1em;
		float: left;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer:hover
	{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 97%, rgba(241,241,241,1) 100%);
		box-shadow: 0.2em 0.2em 0.5em #CFCFCF !important;
		color: black;
		cursor: context-menu;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer:nth-child(odd)
	{
		width: 49%;
		vertical-align: middle;
		border: 1px solid #eeeeee;
		padding: 1em;
		border-radius: 1em 1em;
		float: left;
		transition: all 0.5s ease;
		-webkit-backdrop-filter: blur(10px) brightness(103%) contrast(100%) saturate(120%);
		backdrop-filter: blur(10px) brightness(103%) contrast(100%) saturate(120%);
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer:nth-child(even)
	{
		width: 49%;
		vertical-align: middle;
		border: 1px solid #eeeeee;
		padding: 1em;
		border-radius: 1em 1em;
		float: right;
		transition: all 0.5s ease-in-out;
		-webkit-backdrop-filter: blur(10px) brightness(103%) contrast(100%) saturate(120%);
		backdrop-filter: blur(10px) brightness(103%) contrast(100%) saturate(120%);
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer table
	{
		width: 100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer td:nth-child(1)
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer td:nth-child(1) img
	{
		width: 100%;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer td:nth-child(2)
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer td:nth-child(2) p:nth-child(1)
	{
		font-family: 'playfair_displayregular';
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.2em;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer td:nth-child(2) p:nth-child(2)
	{
		font-family: 'aileronsemibold';
		font-size: 1.5rem;
		line-height: 1em;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer div
	{
		width: 95%;
		margin: 0 auto;
		height: 30em;
		padding: 1em;
		border-radius: 1em;
		background-color: #FDFDFD;
		border: 0.1em solid #dedede;
		overflow: auto;
	}
	.containerDesktopViewHydrodistillates .containerDesktopMainList .hydrodistillatesContainer:hover div
	{
		background-color: white !important;
	}
	.containerDesktopViewHydrodistillates p
	{
		line-height: 2em;
	}
	.containerMobileOrTabletViewHydrodistillates
	{
		display: none;
	}
	.containerDesktopViewHydrodistillates img
	{
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
}
@media (max-width: 1079px) {
	.containerDesktopViewHydrodistillates {
		display: none;
	}
	.containerMobileOrTabletViewHydrodistillates {
		display: block;
	}
	.containerMobileOrTabletViewHydrodistillates p {
		line-height: 2em;
	}
	.containerMobileOrTabletViewHydrodistillates img
	{
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
	.containerMobileOrTabletViewHydrodistillates
	{
		width: 100%;
		margin: auto;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		padding: 1em;
		border-radius: 1em 1em;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletHydrodistillatesDescriptionTitle
	{
		margin: auto;
		width: inherit;
		vertical-align: middle;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletHydrodistillatesDescriptionTitle table
	{
		width:100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletHydrodistillatesDescriptionTitle table tr td
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletHydrodistillatesDescriptionTitle table tr td p
	{
		text-align: center;
		font-size: 1.5em;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList
	{
		width: 100%;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList tr
	{
		padding: 0.5em 0 0.5em 0;
		float: left;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer
	{
		width: 100%;
		vertical-align: middle;
		border-radius: 1em 1em;
		border: 1px solid #eeeeee;
		padding: 1em;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer table
	{
		width: 100%;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer td:nth-child(1)
	{
		padding-bottom: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer td:nth-child(1) img
	{
		width: 100%;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer td:nth-child(2)
	{
		padding-bottom: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer td:nth-child(2) p:nth-child(1)
	{
		width: 90%;
		margin: 0 auto 0.2em auto;
		font-family: 'playfair_displayregular';
		font-size: 1.5em;
		line-height: 1.2em;
		letter-spacing: 0.02em;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer td:nth-child(2) p:nth-child(2)
	{
		width: 90%;
		margin: 0 auto;
		font-size: 1.2em;
		line-height: 100%;
	}
	.containerMobileOrTabletViewHydrodistillates .containerMobileOrTabletMainList .hydrodistillatesContainer div
	{
		height: auto;
		padding: 0.5em;
		border-radius: 1em 1em;
		background-color: #FDFDFD;
		border: 0.1em solid #dedede;
		overflow: auto;
	}
}
/* Graph Edit for Tiare Page */
@media (min-width: 1080px)
{
	.desktopViewBarGraphTiare {
	width: 100%;
	padding: 1em;
	}
	.desktopViewBarGraphTiare tr {
		float: left;
		width: 100%;
	}
	.desktopViewBarGraphTiare tr:nth-child(1),
	.desktopViewBarGraphTiare tr:nth-child(2),
	.desktopViewBarGraphTiare tr:nth-child(3),
	.desktopViewBarGraphTiare tr:nth-child(4),
	.desktopViewBarGraphTiare tr:nth-child(5),
	.desktopViewBarGraphTiare tr:nth-child(6),
	.desktopViewBarGraphTiare tr:nth-child(7)
	{
		border-bottom: 0.01em solid #dedede;
	}
	.desktopViewBarGraphTiare tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.desktopViewBarGraphTiare tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.2%;
	}
	.desktopViewBarGraphTiare tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.4%;
	}
	.desktopViewBarGraphTiare tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.8%;
	}
	.desktopViewBarGraphTiare tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 11%;
	}
	.desktopViewBarGraphTiare tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 31%;
	}
	.desktopViewBarGraphTiare tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 41.6%;
	}
	.desktopViewBarGraphTiare tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 51.6%;
	}
	.desktopViewBarGraphTiare tr:nth-child(8) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.desktopViewBarGraphTiare tr:nth-child(8) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.desktopViewBarGraphTiare tr:nth-child(9) > td {
		width: 100%;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
	}
	.desktopViewBarGraphTiare tr:hover:after {
		float: left;
		padding-left: 0.5em;
		font-family: 'font-awesome';
		font-weight: bold;
		font-size: 1.2em;
		position: absolute;
	}
	.desktopViewBarGraphTiare tr:nth-child(1):hover:after {
		margin-top: 1em;
		content: 'Acid (0.1%)';
	}
	.desktopViewBarGraphTiare tr:nth-child(2):hover:after {
		margin-top: 1em;
		content: 'Derived Nitrogenized (0.4%)';
	}
	.desktopViewBarGraphTiare tr:nth-child(3):hover:after {
		margin-top: 1em;
		content: 'Aldehydes & Ketones (0.2%)';
	}
	.desktopViewBarGraphTiare tr:nth-child(4):hover:after {
		margin-top: 1em;
		content: 'Alcohols & Phenols (Linalol, OH 2-phenylethylique) (5.5%)';
	}
	.desktopViewBarGraphTiare tr:nth-child(5):hover:after {
		margin-top: 0.5em;
		content: 'Oxides & Ethers cyclics(2.3-Epoxysqualene, Linalol Oxide)\A (15.5%)';
		white-space: pre-wrap;
	}
	.desktopViewBarGraphTiare tr:nth-child(6):hover:after {
		margin-top: 0.5em;
		content: 'Aliphatic Hydrocarbon(Heptacosane, Pentacosane,\A Nonacosane) (20.8%)';
		white-space: pre-wrap;
	}
	.desktopViewBarGraphTiare tr:nth-child(7):hover:after {
		margin-top: 0.5em;
		content: 'Esters & Lactons(Dihydroconiferil Acetate,\A Benzoates / 2-phenylethyl Salicylates) (25.8%)';
		white-space: pre-wrap;
	}
	.desktopViewBarGraphTiare tr td span {
		padding-top: 0.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		position: absolute;
		left: 11.5%;
	}
	.desktopViewLegendTiare {
		margin: 2em;
		padding: 2em;
		border: 0.01em solid #dedede;
		border-radius: 1em;
		background: url('/image/catalog/web_pictures/bg/BG1.webp');
		background-size: 145% 205%;
		background-repeat: repeat;
		background-position: 252%;
	}
	.desktopViewLegendTiare span {
		font-family: 'playfair_displayregular';
		font-size: 1.2em;
		font-weight: bold;
	}
	.desktopViewLegendTiare > div {
		float: left;
		height: 1em;
		width: 1em;
		border-radius: 2em;
		padding-right: 1em;
		margin-right: 1em;
	}
	.desktopViewLegendTiare div:nth-child(2) {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(4) {
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(6) {
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(8) {
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(10) {
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(12) {
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare div:nth-child(14) {
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendTiare p:nth-child(1) {
		font-size: 1.2em;
	}
}
@media (max-width: 1079px)
{
	.mobileOrTabletViewBarGraphTiare {
		width: 100%;
		padding: 1em;
	}
	.mobileOrTabletViewBarGraphTiare tr {
		float: left;
		width: 100%;
		margin-left: 0.25em;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(1),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(2),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(3),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(4),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(5),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(6),
	.mobileOrTabletViewBarGraphTiare tr:nth-child(7)
	{
		border-bottom: 0.01em solid #dedede;
		background-color: ghostwhite;
	}
	.mobileOrTabletViewBarGraphTiare tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.2%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.4%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 0.8%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 11%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 31%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 41.6%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 51.6%;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(8) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(8) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(9) > td {
		width: 100%;
		margin-bottom: -3em;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(1)::after {
		content: 'Acid (0.1%)';
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(2)::after {
		content: 'Derived Nitrogenized (0.4%)';
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(3)::after {
		content: 'Aldehydes & Ketones (0.2%)';
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(4)::after {
		content: 'Alcohols & Phenols (Linalol, OH 2-phenylethylique) (5.5%)';
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(5)::after {
		content: 'Oxides & Ethers cyclics\A(2.3-Epoxysqualene, Linalol Oxide) (15.5%)';
		white-space: pre-wrap;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(6)::after {
		content: 'Aliphatic Hydrocarbon\A(Heptacosane, Pentacosane, Nonacosane) (20.8%)';
		white-space: pre-wrap;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(7)::after {
		content: 'Esters & Lactons (Dihydroconiferil Acetate, Benzoates / 2-phenylethyl Salicylates) (25.8%)';
		white-space: pre-wrap;
	}
	.mobileOrTabletViewBarGraphTiare tr:nth-child(1)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(2)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(3)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(4)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(5)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(6)::after,
	.mobileOrTabletViewBarGraphTiare tr:nth-child(7)::after {
		float: left;
		width: 100%;
		padding: 0.5em;
		font-family: 'font-awesome';
		font-size: 1.1em;
		text-align: center;
		color: white;
		background-color: rgba(0,0,0,0.5);
	}
	.mobileOrTabletViewBarGraphTiare tr td span {
		padding-top: 3.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 7%;
	}
}
/* Graphic edit for Vanilla Page */
/* Graph Edit for Vanilla Page */
@media (min-width: 1080px)
{
	.desktopViewBarGraphVanilla {
	width: 100%;
	padding: 1em;
	}
	.desktopViewBarGraphVanilla tr {
		float: left;
		width: 100%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(1),
	.desktopViewBarGraphVanilla tr:nth-child(2),
	.desktopViewBarGraphVanilla tr:nth-child(3),
	.desktopViewBarGraphVanilla tr:nth-child(4),
	.desktopViewBarGraphVanilla tr:nth-child(5),
	.desktopViewBarGraphVanilla tr:nth-child(6),
	.desktopViewBarGraphVanilla tr:nth-child(7),
	.desktopViewBarGraphVanilla tr:nth-child(8),
	.desktopViewBarGraphVanilla tr:nth-child(9),
	.desktopViewBarGraphVanilla tr:nth-child(10)
	{
		border-bottom: 0.01em solid #dedede;
	}
	.desktopViewBarGraphVanilla tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.desktopViewBarGraphVanilla tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 35%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 30%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 15%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 35%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 58%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 12%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(8) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(9) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 31%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(10) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 15%;
	}
	.desktopViewBarGraphVanilla tr:nth-child(11) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.desktopViewBarGraphVanilla tr:nth-child(11) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.desktopViewBarGraphVanilla tr:nth-child(12) > td {
		width: 100%;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
	}
	.desktopViewBarGraphVanilla tr:hover:after {
		float: left;
		padding-left: 0.5em;
		font-family: 'font-awesome';
		font-weight: bold;
		font-size: 1.2em;
		position: absolute;
	}
	.desktopViewBarGraphVanilla tr:nth-child(1):hover:after {
		margin-top: 1em;
		content: 'Vanilla - 3.5';
	}
	.desktopViewBarGraphVanilla tr:nth-child(2):hover:after {
		margin-top: 1em;
		content: 'Vanillin - 3';
	}
	.desktopViewBarGraphVanilla tr:nth-child(3):hover:after {
		margin-top: 1em;
		content: 'Soft - 2.5';
	}
	.desktopViewBarGraphVanilla tr:nth-child(4):hover:after {
		margin-top: 1em;
		content: 'Smooth - 1.5';
	}
	.desktopViewBarGraphVanilla tr:nth-child(5):hover:after {
		margin-top: 1em;
		content: 'Suave - 3.5';
	}
	.desktopViewBarGraphVanilla tr:nth-child(6):hover:after {
		margin-top: 1em;
		content: 'Fruity - 5.8';
	}
	.desktopViewBarGraphVanilla tr:nth-child(7):hover:after {
		margin-top: 1em;
		content: 'Bloom - 1.2';
	}
	.desktopViewBarGraphVanilla tr:nth-child(8):hover:after {
		margin-top: 1em;
		content: 'Caramelized - 2.5';
	}
	.desktopViewBarGraphVanilla tr:nth-child(9):hover:after {
		margin-top: 1em;
		content: 'Spicy - 3.1';
	}
	.desktopViewBarGraphVanilla tr:nth-child(10):hover:after {
		margin-top: 1em;
		content: 'Wooded - 1.5';
	}
	.desktopViewBarGraphVanilla tr td span {
		padding-top: 0.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		position: absolute;
		left: 11.5%;
	}
	.desktopViewLegendVanilla {
		margin: 2em;
		padding: 2em;
		border: 0.01em solid #dedede;
		border-radius: 1em;
		background: url('/image/catalog/web_pictures/bg/BG1.webp');
		background-size: 145% 205%;
		background-repeat: repeat;
		background-position: 252%;
	}
	.desktopViewLegendVanilla span {
		font-family: 'playfair_displayregular';
		font-size: 1.2em;
		font-weight: bold;
	}
	.desktopViewLegendVanilla > div {
		float: left;
		height: 1em;
		width: 1em;
		border-radius: 2em;
		padding-right: 1em;
		margin-right: 1em;
	}
	.desktopViewLegendVanilla div:nth-child(2) {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(4) {
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(6) {
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(8) {
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(10) {
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(12) {
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(14) {
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(16) {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(18) {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla div:nth-child(20) {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendVanilla p:nth-child(1) {
		font-size: 1.2em;
	}
}
@media (max-width: 1079px)
{
	.mobileOrTabletViewBarGraphVanilla {
		width: 100%;
		padding: 1em;
	}
	.mobileOrTabletViewBarGraphVanilla tr {
		float: left;
		width: 100%;
		margin-left: 0.25em;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(1),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(2),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(3),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(4),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(5),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(6),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(7),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(8),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(9),
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(10)
	{
		border-bottom: 0.01em solid #dedede;
		background-color: ghostwhite;
	}
	.mobileOrTabletViewBarGraphVanilla tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 35%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 30%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 15%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 35%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 58%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 12%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(8) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(9) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 31%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(10) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 15%;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(11) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(11) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(12) > td {
		width: 100%;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(1)::after {
		content: 'Vanilla - 3.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(2)::after {
		content: 'Vanillin - 3';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(3)::after {
		content: 'Soft - 2.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(4)::after {
		content: 'Smooth - 1.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(5)::after {
		content: 'Suave - 3.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(6)::after {
		content: 'Fruity - 5.8';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(7)::after {
		content: 'Bloom - 1.2';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(8)::after {
		content: 'Caramelized - 2.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(9)::after {
		content: 'Spicy - 3.1';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(10)::after {
		content: 'Wooded - 1.5';
	}
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(1)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(2)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(3)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(4)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(5)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(6)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(7)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(8)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(9)::after,
	.mobileOrTabletViewBarGraphVanilla tr:nth-child(10)::after
	{
		float: left;
		width: 100%;
		padding: 0.5em;
		font-family: 'font-awesome';
		font-size: 1.1em;
		text-align: center;
		color: white;
		background-color: rgba(0,0,0,0.5);
	}
	.mobileOrTabletViewBarGraphVanilla tr td span {
		padding-top: 3.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 7%;
	}
}
/* Graph Edit for Pacific Sandalwood Page */
@media (min-width: 1080px)
{
	.desktopViewBarGraphPacific {
	width: 100%;
	padding: 1em;
	}
	.desktopViewBarGraphPacific tr {
		float: left;
		width: 100%;
	}
	.desktopViewBarGraphPacific tr:nth-child(1),
	.desktopViewBarGraphPacific tr:nth-child(2),
	.desktopViewBarGraphPacific tr:nth-child(3),
	.desktopViewBarGraphPacific tr:nth-child(4),
	.desktopViewBarGraphPacific tr:nth-child(5),
	.desktopViewBarGraphPacific tr:nth-child(6),
	.desktopViewBarGraphPacific tr:nth-child(7)
	{
		border-bottom: 0.01em solid #dedede;
	}
	.desktopViewBarGraphPacific tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.desktopViewBarGraphPacific tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.desktopViewBarGraphPacific tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 10%;
	}
	.desktopViewBarGraphPacific tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 10%;
	}
	.desktopViewBarGraphPacific tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 33%;
	}
	.desktopViewBarGraphPacific tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 30%;
	}
	.desktopViewBarGraphPacific tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 58%;
	}
	.desktopViewBarGraphPacific tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 32%;
	}
	.desktopViewBarGraphPacific tr:nth-child(8) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.desktopViewBarGraphPacific tr:nth-child(8) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.desktopViewBarGraphPacific tr:nth-child(9) > td {
		width: 100%;
		font-weight: bold;
		font-size: 1.2em;
		text-align: center;
	}
	.desktopViewBarGraphPacific tr:hover:after {
		float: left;
		padding-left: 0.5em;
		font-family: 'font-awesome';
		font-weight: bold;
		font-size: 1.2em;
		position: absolute;
	}
	.desktopViewBarGraphPacific tr:nth-child(1):hover:after {
		margin-top: 1em;
		content: 'Sensual - 2.5';
	}
	.desktopViewBarGraphPacific tr:nth-child(2):hover:after {
		margin-top: 1em;
		content: 'Exotic - 1';
	}
	.desktopViewBarGraphPacific tr:nth-child(3):hover:after {
		margin-top: 1em;
		content: 'Tobacco - 1';
	}
	.desktopViewBarGraphPacific tr:nth-child(4):hover:after {
		margin-top: 1em;
		content: 'Oriental - 3.3';
	}
	.desktopViewBarGraphPacific tr:nth-child(5):hover:after {
		margin-top: 1em;
		content: 'Intense - 3';
	}
	.desktopViewBarGraphPacific tr:nth-child(6):hover:after {
		margin-top: 1em;
		content: 'Wooded - 5.8';
	}
	.desktopViewBarGraphPacific tr:nth-child(7):hover:after {
		margin-top: 1em;
		content: 'Spicy - 3.2';
	}
	.desktopViewBarGraphPacific tr td span {
		padding-top: 0.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		position: absolute;
		left: 11.5%;
	}
	.desktopViewDescPacific {
		width: 30vw !important;
	}
	.desktopViewLegendPacific, .desktopViewDescPacific {
		margin: 2em;
		padding: 2em;
		border: 0.01em solid #dedede;
		border-radius: 1em;
		background: url('/image/catalog/web_pictures/bg/BG1.webp');
		background-size: 90% 145%;
		background-repeat: repeat;
		background-position: 252%;
	}
	.desktopViewLegendPacific h3, .desktopViewDescPacific h3 {
		font-family: 'playfair_displayregular';
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	.desktopViewLegendPacific > div > ul > li div{
		float: left;
		height: 1em;
		width: 1em;
		border-radius: 2em;
		padding-right: 1em;
		margin-right: 1em;
	}
	.desktopViewLegendPacific li {
		margin: 10% 0;
	}
	.desktopViewDescPacific li {
		margin: 3% 0;
	}
	.desktopViewLegendPacific div:nth-child(2) > ul > li:nth-child(1) div{
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(2) > ul > li:nth-child(2) div{
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(2) > ul > li:nth-child(3) div{
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(3) > ul > li:nth-child(1) div{
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(3) > ul> li:nth-child(2) div{
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(4) > ul > li:nth-child(1) div{
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific div:nth-child(4) > ul > li:nth-child(2) div{
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	.desktopViewLegendPacific p:nth-child(1) {
		font-size: 1.2em;
	}
}
/* Graph Edit for Pacific Sandalwood Page */
@media (max-width: 1079px) {
	.mobileOrTabletViewBarGraphPacific {
		width: 100%;
		padding: 1em;
	}
	.mobileOrTabletViewBarGraphPacific tr {
		float: left;
		width: 100%;
		margin-left: 0.25em;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(1),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(2),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(3),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(4),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(5),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(6),
	.mobileOrTabletViewBarGraphPacific tr:nth-child(7)
	{
		border-bottom: 0.01em solid #dedede;
		background-color: ghostwhite;
	}
	.mobileOrTabletViewBarGraphPacific tr > td {
		float: left;
		height: 4em;
		vertical-align: middle;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(1) > td {
		background: #fceabb;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f8b500, #fceabb);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 25%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(2) > td {
		vertical-align: middle;
		background: #2C3E50;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C3E50, #FD746C);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C3E50, #FD746C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 10%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(3) > td {
		vertical-align: middle;
		background: #7F00FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 10%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(4) > td {
		vertical-align: middle;
		background: #ED213A;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 33%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(5) > td {
		vertical-align: middle;
		background: #1f4037;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to left, #99f2c8, #1f4037);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to left, #99f2c8, #1f4037); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 30%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(6) > td {
		vertical-align: middle;
		background: #f12711;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 58%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(7) > td {
		vertical-align: middle;
		background: #2980B9;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2980b9, #6dd5fA, #cff2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		width: 32%;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(8) > td:nth-child(1) {
		float: left;
		vertical-align: middle;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(8) > td:nth-child(2) {
		float: right;
		vertical-align: middle;
		text-align: right;
		font-weight: bold;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(9) > td {
		width: 100%;
		margin-bottom: -3em;
		font-weight: bold;
		font-size: 1.5em;
		text-align: center;
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(1)::after {
		content: 'Sensual - 2.5';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(2)::after {
		content: 'Exotic - 1';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(3)::after {
		content: 'Tobacco - 1';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(4)::after {
		content: 'Oriental - 3.3';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(5)::after {
		content: 'Intense - 3';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(6)::after {
		content: 'Wooded - 5.8';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(7)::after {
		content: 'Spicy - 3.2';
	}
	.mobileOrTabletViewBarGraphPacific tr:nth-child(1)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(2)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(3)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(4)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(5)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(6)::after,
	.mobileOrTabletViewBarGraphPacific tr:nth-child(7)::after {
		float: left;
		width: 100%;
		padding: 0.5em;
		font-family: 'font-awesome';
		font-size: 1.1em;
		text-align: center;
		color: white;
		background-color: rgba(0,0,0,0.5);
	}
	.mobileOrTabletViewBarGraphPacific tr td span {
		padding-top: 3.5%;
		font-family: 'playfair_displayregular';
		font-style: italic;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 7%;
	}
	.mobileOrTabletViewDescPacific h3 {
		font-family: 'playfair_displayregular';
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
	}
	.mobileOrTabletViewDescPacific li {
		margin: 5% -5%;
	}
}
/* ALL SHARED DIV COLUMNS */
@media (min-width: 1080px) {
	.containerDesktopSHAREDDIVCOL1 {
		float: left;
		padding: 2em;
		width: 100%;
	}
	.containerDesktopSHAREDDIVCOL2 {
		display: flex;
		float: left;
	}
	.containerDesktopSHAREDDIVCOL2 > div {
		float: left;
		padding: 2em;
		width: 50%;
	}
	.containerDesktopSHAREDDIVCOL2 > div:nth-child(2) {
		border-left: 0.1em solid #dedede;
	}
	.containerDesktopSHAREDDIVCOL3Btns {
		float: left;
		width: 100%;
		text-align: center;
	}
	.containerDesktopSHAREDDIVCOL3Btns > div {
		display: inline;
		margin: 0 1em 0 1em;
	}
	.containerDesktopSHAREDDIVCOL3Btns > div > a {
		margin: 0.5em;
	}
	.containerDesktopSHAREDDIVCOL3Btns > div > a:hover {
		transform: scale(1.1)!important;
	}
	.containerDesktopSHAREDDIVQuickLinks {
		float: left;
		width: 100%;
		margin-top: 0.5em;
		text-align: center;
	}
	.containerDesktopSHAREDDIVQuickLinks strong {
		text-align: center;
		text-transform: uppercase;
		font-family: 'aileronregular';
		font-size: 1.2em;
		color: black;
	}
	.containerDesktopSHAREDDIVQuickLinks strong::after {
		float: left;
		width: 100%;
		content: 'Quick Links';
		margin-top: -1em;
		transform: scaleX(-1) scaleY(-1.20) rotateX(360deg) rotateY(180deg);
		-webkit-filter: blur(0.1em);
		filter: blur(0.1em);
		color: transparent;
		background-image: linear-gradient(180deg,rgba(0,0,0,.0)10%,rgba(0,0,0,.5));
		-webkit-background-clip: text;
	}
}
@media (max-width: 1079px) {
	.containerMobileOrTabletSHAREDDIVCOL1 {
		float: left;
		padding: 0.5em;
		width: 100%;
	}
	.containerMobileOrTabletSHAREDDIVCOL2 > div:nth-child(2) {
		border-left: 0.1em solid #dedede;
	}
	.containerMobileOrTabletSHAREDDIVCOL3Btns {
		float: left;
		width: 100%;
		text-align: center;
	}
	.containerMobileOrTabletSHAREDDIVCOL3Btns > div {
		display: inline;
		margin: 0 1em 0 1em;
	}
	.containerMobileOrTabletSHAREDDIVCOL3Btns > div > a {
		margin: 0.5em;
	}
	.containerMobileOrTabletSHAREDDIVCOL3Btns > div > a:hover {
		transform: scale(1.1)!important;
	}
	.containerMobileOrTabletSHAREDDIVQuickLinks {
		float: left;
		width: 100%;
		margin-top: 0.5em;
		text-align: center;
	}
	.containerMobileOrTabletSHAREDDIVQuickLinks strong {
		text-align: center;
		text-transform: uppercase;
		font-family: 'aileronregular';
		font-size: 1.2em;
		color: black;
	}
	.containerMobileOrTabletSHAREDDIVQuickLinks strong::after {
		float: left;
		width: 100%;
		content: 'Quick Links';
		margin-top: -1em;
		transform: scaleX(-1) scaleY(-1.20) rotateX(360deg) rotateY(180deg);
		-webkit-filter: blur(0.1em);
		filter: blur(0.1em);
		color: transparent;
		background-image: linear-gradient(180deg,rgba(0,0,0,.0)10%,rgba(0,0,0,.5));
		-webkit-background-clip: text;
	}
}
/* CONTROLS ALL DESKTOP VIEW OF LISTS */
@media (min-width: 1080px)
{
	.desktopViewOurCertOrganPureEssOils
	{
		display: block;
		width: 80%;
		margin: auto;
		padding: 1em;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 1em 1em;
	}
	.desktopViewOurCertOrganPureEssOils div
	{
		margin: auto;
		width: inherit;
		vertical-align: middle;
	}
	.desktopViewOurCertOrganPureEssOils div table
	{
		width:100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.desktopViewOurCertOrganPureEssOils div table tr td
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.desktopViewOurCertOrganPureEssOils div table tr td p
	{
		text-align: center;
		font-size: 3em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList
	{
		width: 100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList tr
	{
		width: 100%;
		padding: 1em;
		float: left;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer:hover
	{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 97%, rgba(241,241,241,1) 100%);
		box-shadow: 0.2em 0.2em 0.5em #CFCFCF !important;
		color: black;
		cursor: context-menu;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer:nth-child(odd)
	{
		width: 49%;
		vertical-align: middle;
		border: 1px solid #eeeeee;
		padding: 1em;
		border-radius: 1em 1em;
		float: left;
		transition: all 0.5s ease;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer:nth-child(even)
	{
		width: 49%;
		vertical-align: middle;
		border: 1px solid #eeeeee;
		padding: 1em;
		border-radius: 1em 1em;
		float: right;
		transition: all 0.5s ease-in-out;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer table
	{
		width: 100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer td:nth-child(1)
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer td:nth-child(1) img
	{
		width: 100%;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer td:nth-child(2)
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer td:nth-child(2) p:nth-child(1)
	{
		font-family: 'playfair_displayregular';
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.2em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer td:nth-child(2) p:nth-child(2)
	{
		font-family: 'aileronsemibold';
		font-size: 1.5rem;
		line-height: 1em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer div
	{
		width: 95%;
		height: 30em;
		padding: 1em;
		border-radius: 1em;
		background-color: #FDFDFD;
		border: 0.1em solid #dedede;
		overflow: auto;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .certOrganPureEssOilContainer:hover div
	{
		background-color: white !important;
	}
	.desktopViewOurCertOrganPureEssOils p
	{
		line-height: 2em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils
	{
		display: none;
	}
	.desktopViewOurCertOrganPureEssOils img
	{
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
	.inputSearchOfFragranceDesktop {
		background-image: url('/image/catalog/web_pictures/common/icons/ics.png');
		background-position: 10px 10px;
		background-repeat: no-repeat;
		width: 70%;
		height: 20%;
		padding: 12px 20px 12px 40px;
		border: 1px solid #ddd;
		margin: 0 auto 0 auto;
		box-shadow: 0.2em 0.2em 0.2em #dedede;
		border-radius: 1em 1em;
		font-size: 1.5em !important;
	}
	.inputSearchOfFragranceDesktop:focus {
		border: 1px solid #C7C7C7 !important;
		box-shadow: 0.2em 0.2em 0.2em #C1C1C1 !important;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop
	{
		display: none;
		/*display: block;*/
		padding-inline-start: 0px;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop li
	{
		list-style-type: none;
		width: 70%;
		border: 1px solid #eeeeee;
		padding: 0.5em;
		border-radius: 1em;
		margin: 0 auto 0.5em auto;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop li:hover {
		text-decoration: none;
		background-color: #F8F9F3;
		display: block;
		cursor: pointer;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop li:hover strong, .desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop p{
		color: black;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop li:hover strong, .desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop li:hover p{
		color: #42853D;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop td:nth-child(1)
	{
		width: 30%;
		vertical-align: middle;
		padding: 0.2em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop td:nth-child(2)
	{
		width: 70%;
		vertical-align: middle;
		padding: 0.2em 0.2em 0.2em 2em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop td:nth-child(2) p:nth-child(1)
	{
		font-family: 'playfair_displayregular';
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.2em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop td:nth-child(2) p:nth-child(2)
	{
		font-family: 'aileronsemibold';
		font-size: 1.5rem;
		line-height: 1em;
	}
	.desktopViewOurCertOrganPureEssOils .containerDesktopMainList .searchFragrancesListDesktop td:nth-child(2) a
	{
		margin-top: 2em;
		width: 1em;
		padding: 0.5em;
	}
}
/* CONTROLS ALL MOBILE VIEW OF LISTS */
@media (max-width: 1079px) {
	.desktopViewOurCertOrganPureEssOils {
		display: none;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils {
		display: block;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils p{
		line-height: 2em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils img
	{
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 0.5em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils
	{
		width:100%;
		margin: auto;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		padding: 1em;
		border-radius: 1em 1em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils div
	{
		margin: auto;
		width: inherit;
		vertical-align: middle;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils div table
	{
		width:100%;
		border-spacing: 5px;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils div table tr td
	{
		padding: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils div table tr td p
	{
		text-align: center;
		font-size: 1.5em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList
	{
		width: 100%;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList tr
	{
		padding: 0.5em 0 0.5em 0;
		float: left;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet
	{
		width: 100%;
		vertical-align: middle;
		border-radius: 1em 1em;
		border: 1px solid #eeeeee;
		padding: 1em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet table
	{
		width: 100%;
		padding: 1px;
		border-collapse: separate;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet td:nth-child(1)
	{
		padding-bottom: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet td:nth-child(1) img
	{
		width: 100%;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet td:nth-child(2)
	{
		padding-bottom: 1em;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet td:nth-child(2) p:nth-child(1)
	{
		width: 90%;
		margin: 0 auto 0.2em auto;
		font-family: 'playfair_displayregular';
		font-size: 1.5em;
		line-height: 1.2em;
		letter-spacing: 0.02em;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet td:nth-child(2) p:nth-child(2)
	{
		width: 90%;
		margin: 0 auto;
		font-size: 1.2em;
		line-height: 100%;
	}
	.containerMobileOrTabletOurCertOrganPureEssOils .containerMobileOrTabletMainList .certOrganPureEssOilContainerTablet div
	{
		height: auto;
		padding: 0.5em;
		border-radius: 1em 1em;
		background-color: #FDFDFD;
		border: 0.1em solid #dedede;
		overflow: auto;
	}
	.inputSearchOfFragranceMobile {
		background-image: url('/image/catalog/web_pictures/common/icons/ics.png');
		background-position: 10px 15px;
		background-repeat: no-repeat;
		background-size: 1.8em;
		width: 90%;
		height: 50%;
		padding: 20px 20px 20px 40px;
		border: 1px solid #ddd;
		margin: auto auto 1em auto;
		box-shadow: 0.2em 0.2em 0.2em #dedede;
		border-radius: 5em;
		font-size: 1em !important;
	}
	.searchFragrancesListMobile {
		display: none;
		/*display: block;*/
		padding-inline-start: 0px;
		list-style-type: none;
		padding: 0.5em;
		margin: auto;
		box-shadow: 0.2em 0.2em 0.5em #dedede;
		border-radius: 1em 1em;
		background-color: #fdfdfd;
		font-size: 1em;
	}
	.searchFragrancesListMobile tr p:nth-child(1) {
		text-align: center;
		font-size: 1.5em;
	}
	.searchFragrancesListMobile tr p:nth-child(2) {
		text-align: center;
		font-size: 1.1em;
	}
	.searchFragrancesListMobile li a {
		border: 1px solid #ddd;
		margin-top: -1px; /* Prevent double borders */
		background-color: white;
		padding: 0.5em;
		text-decoration: none;
		font-size: 1em;
		color: black;
		display: block;
		user-select: none;
		text-align: center;
	}
	.searchFragrancesListMobile li:nth-child(even) a {
		background-color: #FBFBFB;
	}
	.searchFragrancesListMobile li:nth-child(odd) a {
		background-color: white;
	}
}
/* COUPON CODE */
#coupon-heading {
	margin-bottom: 1em;
    background: linear-gradient(to bottom, #4abb91, #236d52);
    font-family: 'playfair_displayregular';
	font-weight: unset;
	letter-spacing: 0.02em;
    -webkit-text-stroke: 0.02em;
    -webkit-font-smoothing: antialiased;
	border-radius: 0.5em;
	color: white;
	box-shadow: 0 0.1em 0.5em #00000061;
	transition: all 0.5s ease-in-out;
}
#coupon-heading:hover {
	-webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
}
#coupon-content::before,#coupon-content::after {
	display: block;
    font-family: 'aileronregular';
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
	transform: translateX(1.5em);   
}
#coupon-content::before {
    content: 'IMPORTANT: Press Apply coupon code for the discount to take effect!';
	color: #b30000;
}
#coupon-content::after {
	content: 'Please key your coupon code above. (Case Sensitve)';
	color: darkolivegreen;
}
#coupon-content #button-coupon {background:linear-gradient(to bottom, #b6813c 0%,#d19950 50%,#b6813c 80%, #d19950 90%, #b6813c 100%);transition: all 0.5s ease-in-out;}
#coupon-content #button-coupon:hover {background: linear-gradient(to bottom, #3db63c 0%,#3a8340 50%,#356d3f 80%, #558155 90%, #2d572b 100%);box-shadow: 0 0 0.5em #408334;}
/* TEMP HIDE SEARCH BTN */
.search_container,.mobile-search {display: none !important;}
.product-image-additional .slick-slide {display: none;}

#content > h2 {display: none !important;}