/* ==========================================================================
   NODE MODULES
   ========================================================================== */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   COLOURS
   ========================================================================== */
/* ==========================================================================
   DIMENSIONS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/*========================================
// Magnific Popup Default
//========================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ==========================================================================
   BASE
   ========================================================================== */
/* ==========================================================================
   DEV
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
body,
html {
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.btn {
  background-color: #EAB5B1;
  border: 1px solid #EAB5B1;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 1.6px;
  padding: 12px 22px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-block;
}
.btn:hover {
  background-color: #ffffff;
  color: #EAB5B1;
}

.d-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .d-mobile {
    display: block !important;
  }
  .d-desktop {
    display: none;
  }
}
.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

/* ==========================================================================
   RESET
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #53575A;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
body {
  font-family: "Marcellus", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  margin-top: 185px;
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 85px;
  }
}
@media screen and (max-width: 991px) {
  body.home {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  body.home.logged-in-subscriber, body.home.logged-in-admin {
    margin-top: 0;
  }
}
body.logged-in-subscriber {
  margin-top: 233px;
}
@media screen and (max-width: 991px) {
  body.logged-in-subscriber {
    margin-top: 124px;
  }
}
body.logged-in-admin {
  margin-top: 202px;
}
@media screen and (max-width: 991px) {
  body.logged-in-admin {
    margin-top: 90px;
  }
}

h1, h2, h3 {
  font-family: "Marcellus", serif;
}

h1 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.24;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 0.9rem;
  line-height: 2;
  font-family: "Inter";
}
p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: 700 !important;
}

/* ==========================================================================
   COMPONENTS
   ========================================================================== */
footer .banner-footer {
  background-color: #3A4C5A;
  padding: 35px 20px;
}
@media screen and (max-width: 767px) {
  footer .banner-footer {
    padding: 27px 20px;
  }
}
@media screen and (max-width: 320px) {
  footer .banner-footer {
    padding: 27px 8px;
  }
}
footer .banner-footer a {
  text-decoration: none;
}
footer .banner-footer .text-wrapper {
  font-size: 25px;
  letter-spacing: 8px;
  line-height: 1.2;
  font-family: "Inter";
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .banner-footer .text-wrapper {
    font-size: 20px;
  }
}
footer .banner-footer .text-wrapper:hover {
  color: #EAB5B1;
  transition: all 0.5s;
}

footer {
  background-color: #FCFBFB;
}
footer .top-footer {
  display: flex;
  flex-direction: row;
  max-width: 1169px;
  margin: auto;
  text-align: left;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  footer .top-footer {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .top-footer {
    padding: 50px 20px 25px;
    display: block;
  }
}
footer .top-footer .heading-wrapper {
  color: #3A4C5A;
  font-size: 20px;
  max-width: 285px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  footer .top-footer .heading-wrapper {
    max-width: 100%;
  }
}
footer .top-footer .left-col {
  width: 28.3%;
  margin-right: 6%;
}
@media screen and (max-width: 1024px) {
  footer .top-footer .left-col {
    width: 29.6%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  footer .top-footer .left-col {
    width: 100%;
    margin-right: 0;
  }
}
footer .top-footer .left-col .nf-form-content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer .top-footer .left-col .nf-form-content {
    padding-bottom: 30px;
  }
}
footer .top-footer .left-col .nf-field-container {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  footer .top-footer .left-col .nf-field-container {
    margin-bottom: 10px;
  }
}
footer .top-footer .left-col .nf-field-element input {
  border: 1px solid #999999;
  background-color: #FCFBFB;
  font-size: 15px;
}
footer .top-footer .left-col .nf-field-element input[type=submit] {
  background-color: #EAB5B1;
  border-color: #EAB5B1;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 1.6px;
  padding: 12px 22px;
  cursor: pointer;
}
footer .top-footer .left-col .nf-field-element input[type=submit]:hover {
  background-color: transparent;
  color: #EAB5B1;
}
footer .top-footer .left-col .nf-field-label {
  display: none;
}
footer .top-footer .left-col .nf-form-fields-required {
  display: none;
}
footer .top-footer .middle-col {
  width: 38.3%;
  margin-right: 6%;
}
@media screen and (max-width: 1024px) {
  footer .top-footer .middle-col {
    width: 42.6%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) {
  footer .top-footer .middle-col {
    width: 100%;
    margin-right: 0;
  }
}
footer .top-footer .middle-col .heading-wrapper {
  font-size: 18px;
}
footer .top-footer .middle-col .menu {
  column-count: 2;
}
@media screen and (max-width: 991px) {
  footer .top-footer .middle-col .menu {
    column-count: 1;
  }
}
footer .top-footer .middle-col .menu li {
  margin-bottom: 8px;
}
footer .top-footer .middle-col .menu li a {
  font-size: 16px;
  font-family: "Inter";
  color: #666666;
  text-decoration: none;
  font-weight: 400;
}
footer .top-footer .middle-col .menu li a:hover {
  text-decoration: underline;
}
footer .top-footer .right-col {
  width: 21.4%;
}
@media screen and (max-width: 1024px) {
  footer .top-footer .right-col {
    width: 24.7%;
  }
}
@media screen and (max-width: 991px) {
  footer .top-footer .right-col {
    width: 100%;
    padding-top: 30px;
  }
}
footer .top-footer .right-col .heading-wrapper {
  font-size: 18px;
}
footer .top-footer .right-col .link-wrapper {
  margin-bottom: 25px;
}
footer .top-footer .right-col .link-wrapper a {
  font-size: 16px;
  font-family: "Inter";
  color: #666666;
  text-decoration: none;
  font-weight: 400;
  line-height: 2;
}
footer .top-footer .right-col .link-wrapper a:hover {
  text-decoration: underline;
}
footer .top-footer .right-col .social-menu-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
@media screen and (max-width: 991px) {
  footer .top-footer .right-col .social-menu-wrapper {
    justify-content: center;
  }
}
footer .top-footer .right-col .social-menu-wrapper .social-menu-item {
  background-color: #EAB5B1;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAB5B1;
}
footer .top-footer .right-col .social-menu-wrapper .social-menu-item:hover {
  background-color: #ffffff;
  border: 1px solid #EAB5B1;
  transition: all 0.5s;
}
footer .top-footer .right-col .social-menu-wrapper .social-menu-item:hover svg path {
  fill: #EAB5B1;
  transition: all 0.5s;
}
footer .top-footer .right-col .social-menu-wrapper .social-menu-item svg {
  height: 25px;
  max-width: 25px;
}
footer .top-footer .right-col .social-menu-wrapper .social-menu-item svg:hover path {
  fill: #EAB5B1;
  transition: all 0.5s;
}

footer {
  background-color: #FCFBFB;
}
footer .bottom-footer {
  border-top: 1px solid #EAB5B1;
  color: #666666;
  font-size: 16px;
  font-family: "Inter";
  text-decoration: none;
  font-weight: 400;
  padding: 18px 20px;
}
@media screen and (max-width: 991px) {
  footer .bottom-footer {
    margin: 0 20px;
  }
}
footer .bottom-footer a {
  color: #666666;
  text-decoration: none;
}
footer .bottom-footer a:hover {
  text-decoration: underline;
}

footer {
  background-color: #FCFBFB;
}
footer .tablet-footer {
  display: none;
  flex-direction: row;
  max-width: 1169px;
  margin: auto;
  text-align: left;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  footer .tablet-footer {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .tablet-footer {
    display: none;
  }
}
footer .tablet-footer .heading-wrapper {
  color: #3A4C5A;
  font-size: 20px;
  max-width: 285px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  footer .tablet-footer .heading-wrapper {
    max-width: 100%;
  }
}
footer .tablet-footer .tablet-row-top {
  width: 100%;
}
footer .tablet-footer .tablet-row-top .nf-form-content {
  padding: 0;
}
footer .tablet-footer .tablet-row-top .heading-wrapper {
  font-size: 18px;
  text-align: left;
}
footer .tablet-footer .tablet-row-top .menu {
  column-count: 3;
}
footer .tablet-footer .tablet-row-top .menu li {
  text-align: left;
  margin-bottom: 8px;
}
footer .tablet-footer .tablet-row-top .menu li a {
  font-size: 16px;
  font-family: "Inter";
  color: #666666;
  text-decoration: none;
  font-weight: 400;
}
footer .tablet-footer .tablet-row-top .menu li a:hover {
  text-decoration: underline;
}
footer .tablet-footer .tablet-row-bottom {
  width: 100%;
}
footer .tablet-footer .tablet-row-bottom .wrapper {
  display: flex;
}
footer .tablet-footer .tablet-row-bottom .wrapper .tablet-left {
  width: 100%;
}
footer .tablet-footer .tablet-row-bottom .wrapper .tablet-right {
  width: 50%;
}
footer .tablet-footer .tablet-row-bottom .nf-field-container {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  footer .tablet-footer .tablet-row-bottom .nf-field-container {
    margin-bottom: 10px;
  }
}
footer .tablet-footer .tablet-row-bottom .nf-field-element {
  text-align: left;
}
footer .tablet-footer .tablet-row-bottom .nf-field-element input {
  border: 1px solid #999999;
  background-color: #FCFBFB;
  font-size: 15px;
}
footer .tablet-footer .tablet-row-bottom .nf-field-element input[type=submit] {
  background-color: #EAB5B1;
  border-color: #EAB5B1;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 1.6px;
  padding: 12px 22px;
  cursor: pointer;
}
footer .tablet-footer .tablet-row-bottom .nf-field-element input[type=submit]:hover {
  background-color: transparent;
  color: #EAB5B1;
}
footer .tablet-footer .tablet-row-bottom .nf-field-element input[type=email] {
  width: 70%;
}
footer .tablet-footer .tablet-row-bottom .nf-field-label {
  display: none;
}
footer .tablet-footer .tablet-row-bottom .nf-form-fields-required {
  display: none;
}
footer .tablet-footer .tablet-row-bottom .heading-wrapper {
  font-size: 18px;
  text-align: left;
}
footer .tablet-footer .tablet-row-bottom .link-wrapper {
  margin-bottom: 25px;
  text-align: left;
}
footer .tablet-footer .tablet-row-bottom .link-wrapper a {
  font-size: 16px;
  font-family: "Inter";
  color: #666666;
  text-decoration: none;
  font-weight: 400;
  line-height: 2;
}
footer .tablet-footer .tablet-row-bottom .link-wrapper a:hover {
  text-decoration: underline;
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
@media screen and (max-width: 991px) {
  footer .tablet-footer .tablet-row-bottom .social-menu-wrapper {
    justify-content: start;
  }
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper .social-menu-item {
  background-color: #EAB5B1;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAB5B1;
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper .social-menu-item:hover {
  background-color: #ffffff;
  border: 1px solid #EAB5B1;
  transition: all 0.5s;
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper .social-menu-item:hover svg path {
  fill: #EAB5B1;
  transition: all 0.5s;
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper .social-menu-item svg {
  height: 25px;
  max-width: 25px;
}
footer .tablet-footer .tablet-row-bottom .social-menu-wrapper .social-menu-item svg:hover path {
  fill: #EAB5B1;
  transition: all 0.5s;
}

#header-desktop {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  max-width: 100vw;
}
@media screen and (max-width: 990px) {
  #header-desktop {
    display: none;
  }
}
#header-desktop #header-desktop-inner {
  border-bottom: 1px solid #E2D5D2;
}
#header-desktop #header-desktop-inner .header-wrapper {
  width: 100%;
  position: relative;
}
#header-desktop #header-desktop-inner .header-wrapper .wholesale-top-bar {
  padding: 12px 20px 12px 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 5.4px;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 9px;
  width: 90%;
  max-width: 980px;
  margin: auto;
  position: relative;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .right-col {
  position: absolute;
  right: 0;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper {
  color: #666666;
  display: flex;
  column-gap: 10px;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu {
  display: block;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu .login-menu {
  width: 70px;
  transition: all 0.5s;
  position: relative;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu .login-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #666;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu .login-menu:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu .login-menu:hover .sub-menu {
  display: block;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper #menu-top-menu .login-menu a::before {
  content: url("../../images/user.svg");
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown {
  position: relative;
  display: inline-block;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .name {
  text-transform: capitalize;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .dropbtn {
  color: #666;
  border: none;
  cursor: pointer;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .dropbtn::before {
  content: url("../../images/user.svg");
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .name {
  text-transform: capitalize;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.3s ease;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .dropdown-content a {
  color: #666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #666;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .menu-wrapper .dropdown .dropdown-content a:hover {
  background-color: #ddd;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .middle-col .wrapper {
  top: 0;
}
#header-desktop #header-desktop-inner .header-wrapper .top-menu .middle-col .wrapper img {
  max-width: 204px;
}
#header-desktop #header-desktop-inner .header-wrapper .main-menu {
  border-top-width: 1px;
  border-style: solid;
  padding: 27px 0 17px;
  border-color: #ddd;
}
#header-desktop #header-desktop-inner .header-wrapper .main-menu .wrapper {
  width: 90%;
  margin: auto;
}
#header-desktop #header-desktop-inner .header-wrapper .main-menu .wrapper .menu-item-cart-icon a::after {
  content: none !important;
}
#header-desktop #header-desktop-inner .header-wrapper .main-menu .wrapper .menu-item-cart-icon .cart-contents-count {
  position: absolute;
  right: -13px;
  top: -13px;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  background-color: #666;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-desktop #mega-menu-wrap-main,
#header-desktop #mega-menu-wrap-main-menu-logged-in {
  background-color: #ffffff;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 956px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-description-group .mega-menu-description,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-description-group .mega-menu-description,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-description-group .mega-menu-description,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-description-group .mega-menu-description {
  display: none;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item {
  font-weight: 400;
  font-size: 16px;
  color: #666666 !important;
  padding-bottom: 6px;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item:after,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #666;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item:hover:after,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item:hover:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item:hover:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item:hover .sub-menu,
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item:hover .mega-sub-menu,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item:hover .sub-menu,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item:hover .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item:hover .sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item:hover .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item:hover .sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item:hover .mega-sub-menu {
  display: block;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-menu-link,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-menu-link,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #666666;
  position: relative;
  background: transparent;
  padding: 0;
  line-height: 1.45;
  height: auto;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-menu-link:after,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-menu-link:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #666;
  display: inline-block;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-menu-link:hover:after,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link:hover:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-menu-link:hover:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-menu-link:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu {
  overflow: auto;
  height: calc(100% - 130px);
  bottom: -30px;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu li a {
  font-size: 20px;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu li a:hover,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu li a:hover,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item.with-mega-menu > .mega-sub-menu li a:hover,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item.with-mega-menu > .mega-sub-menu li a:hover {
  color: #EAB5B1 !important;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu {
  position: fixed;
  background-color: #ffffff;
  padding: 30px 20px 20px;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li {
  padding: 0;
  text-align: center;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li:last-of-type,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li:last-of-type,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li:last-of-type,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li:last-of-type {
  padding-bottom: 0;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li:last-of-type:after,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li:last-of-type:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li:last-of-type:after,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li:last-of-type:after {
  bottom: 0;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img {
  width: 100%;
  height: 190px;
}
@media screen and (min-width: 1700px) {
  #header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img {
    height: 220px;
  }
}
@media screen and (min-width: 1750px) {
  #header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li img,
  #header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li img {
    height: auto;
  }
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li p,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li p,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li p,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li p {
  margin-bottom: 0;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li a {
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #666666;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li.widget_media_image a:before,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.widget_media_image a:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li.widget_media_image a:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.widget_media_image a:before {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: 100%;
  background-color: #EAB5B1;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li.widget_media_image a:hover:before,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.widget_media_image a:hover:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li.widget_media_image a:hover:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.widget_media_image a:hover:before {
  opacity: 0.7;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column {
  margin-bottom: 30px;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a {
  color: #EAB5B1;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a:before,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item > .mega-sub-menu li.mega-menu-column:hover a:before {
  opacity: 0.7;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item.login-icon,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item.login-icon,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item.login-icon,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item.login-icon {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: baseline;
}
#header-desktop #mega-menu-wrap-main #mega-menu-main .mega-menu-item.login-icon:before,
#header-desktop #mega-menu-wrap-main #mega-menu-main-menu-logged-in .mega-menu-item.login-icon:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main .mega-menu-item.login-icon:before,
#header-desktop #mega-menu-wrap-main-menu-logged-in #mega-menu-main-menu-logged-in .mega-menu-item.login-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/ecomax/images/user.svg");
}
#header-desktop .menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 956px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
}
#header-desktop .menu .menu-item {
  font-weight: 400;
  font-size: 16px;
  color: #666666 !important;
  position: relative;
}
#header-desktop .menu .menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #666;
}
#header-desktop .menu .menu-item:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-desktop .menu .menu-item:hover .sub-menu {
  display: block;
}
#header-desktop .menu .menu-item .sub-menu {
  display: none;
  background-color: #ffffff;
  color: white;
  position: absolute;
  left: -15px;
  padding: 15px;
  min-width: 150px;
  z-index: 1;
  width: 100%;
  text-align: left;
}
#header-desktop .menu .menu-item .sub-menu li {
  margin-bottom: 15px;
}
#header-desktop .menu .menu-item .sub-menu li:last-of-type {
  padding-bottom: 0;
}
#header-desktop .menu .menu-item .sub-menu li:last-of-type:after {
  bottom: 0;
}
#header-desktop .menu .menu-item .sub-menu li img {
  width: 100%;
}
#header-desktop .menu .menu-item a {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
  text-decoration: none;
}
#header-desktop .menu .menu-item.login-icon {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: baseline;
}
#header-desktop .menu .menu-item.login-icon:before {
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/ecomax/images/user.svg");
}

.home.transparent-nav #header-mobile {
  background-color: transparent;
  box-shadow: none;
}
.home.transparent-nav #header-mobile .custom-logo-link {
  opacity: 0;
}
.home.transparent-nav #header-mobile .custom-logo-mobile.white {
  opacity: 1;
}
.home.transparent-nav #header-mobile .webyx-logo-wrapper {
  display: none;
}
.home.transparent-nav #header-mobile .webyx-logo-wrapper .img {
  width: 100px;
}
.home.transparent-nav #hamburger span {
  background-color: #ffffff !important;
}

#header-mobile {
  display: block;
  text-align: center;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  top: -1px;
  max-width: 100vw;
}
@media screen and (min-width: 991px) {
  #header-mobile {
    display: none;
  }
}
#header-mobile.user-login {
  height: 125px;
}
@media screen and (max-width: 580px) {
  #header-mobile.user-login {
    height: 150px;
  }
}
@media screen and (max-width: 360px) {
  #header-mobile.user-login {
    height: 170px;
  }
}
#header-mobile .wholesale-top-bar {
  padding: 8px 20px 8px 20px;
  background-color: #666;
  color: #fff;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 5.4px;
  font-size: 12px;
}
#header-mobile .custom-logo-link {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  max-width: 150px;
}
#header-mobile .custom-logo-link img {
  max-width: 150px;
}
#header-mobile .custom-logo-mobile {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: opacity 0.3s ease-in-out;
  max-width: 150px;
}
#header-mobile .custom-logo-mobile.white {
  opacity: 0;
}
#header-mobile .custom-logo-mobile img {
  max-width: 150px;
}
#header-mobile .inner {
  width: 90%;
  height: 85px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#header-mobile .inner .center-col {
  width: 100%;
  position: relative;
}
#header-mobile .inner .right-col {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: auto;
  width: auto;
}
#header-mobile .inner .logo {
  height: 85px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  #header-mobile .inner .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #header-mobile .inner .logo .webyx-logo-img-wrapper {
    display: block;
  }
}
#header-mobile .inner .logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #header-mobile .inner .logo img {
    width: 150px;
    height: auto;
  }
}
#header-mobile .inner .name {
  align-self: center;
  font-family: "Times New Roman", serif;
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 500px) {
  #header-mobile .inner .name {
    font-size: 50px;
  }
}
#header-mobile .inner #menu-mobile {
  display: flex;
  position: fixed;
  height: 100%;
  right: -100%;
  top: 0;
  width: 100%;
  background-color: #3A4C5A;
  color: white;
  z-index: 99999;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  padding: 70px 20px;
  overflow: scroll;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container,
#header-mobile .inner #menu-mobile .menu-main-menu-container {
  width: 100%;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container ul,
#header-mobile .inner #menu-mobile .menu-main-menu-container ul {
  margin: 0;
  text-align: left;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container ul li,
#header-mobile .inner #menu-mobile .menu-main-menu-container ul li {
  position: relative;
  margin-bottom: 20px;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container ul li a,
#header-mobile .inner #menu-mobile .menu-main-menu-container ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container ul li:after,
#header-mobile .inner #menu-mobile .menu-main-menu-container ul li:after {
  content: "";
  position: absolute;
  bottom: auto;
  top: 20px;
  left: 0;
  width: 100%;
  height: 0.125rem;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #ffffff;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container ul li:hover:after,
#header-mobile .inner #menu-mobile .menu-main-menu-container ul li:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container .sub-menu,
#header-mobile .inner #menu-mobile .menu-main-menu-container .sub-menu {
  padding: 15px 15px 0;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container .sub-menu li,
#header-mobile .inner #menu-mobile .menu-main-menu-container .sub-menu li {
  margin-bottom: 15px;
}
#header-mobile .inner #menu-mobile .menu-mobile-menu-container .sub-menu li:last-of-type,
#header-mobile .inner #menu-mobile .menu-main-menu-container .sub-menu li:last-of-type {
  margin-bottom: 0;
}
#header-mobile .inner #menu-mobile.show {
  right: 0;
}
#header-mobile .inner #menu-mobile .dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
#header-mobile .inner #menu-mobile .dropdown .name {
  text-transform: capitalize;
}
#header-mobile .inner #menu-mobile .dropdown .dropbtn {
  color: #fff;
  border: none;
}

body.menu-open {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
}

#header-mobile #hamburger {
  width: 18px;
  height: 14px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header-mobile #hamburger span {
  width: 18px;
  height: 2px;
  background-color: #666666;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#header-mobile #hamburger span:nth-of-type(1) {
  top: 0;
}
#header-mobile #hamburger span:nth-of-type(3) {
  bottom: 0;
}
#header-mobile #hamburger.active span:nth-of-type(1) {
  top: 5px;
  left: 0px;
  transform: rotate(45deg);
}
#header-mobile #hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#header-mobile #hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 7px;
  left: 0px;
}

#header-mobile .cart-icon-mobile {
  display: flex;
  flex-direction: column;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header-mobile .cart-icon-mobile .cart-contents-count {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  background-color: #666;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-mobile .menu-main-menu-container #mega-menu-wrap-main .mega-menu-toggle {
  display: none !important;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main {
  display: block;
  background-color: transparent;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li.mega-menu-column {
  margin: 0;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li a.mega-menu-link {
  background-color: transparent;
  padding: 0;
  height: auto;
  color: #ffffff;
  font-size: 16px;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li a.mega-menu-link:after {
  content: "";
  position: absolute;
  bottom: auto;
  top: 20px;
  left: 0;
  width: 100%;
  height: 0.125rem;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform cubic-bezier(0.76, 0.09, 0.215, 1) 0.4s;
  background-color: #ffffff;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li a.mega-menu-link:hover:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li > .mega-sub-menu {
  background-color: transparent;
  margin-bottom: 20px;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li > .mega-sub-menu .mega-menu-item {
  padding: 0;
  margin: 0;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li > .mega-sub-menu .mega-menu-item:first-child {
  padding: 10px 0 0;
}
#header-mobile .menu-main-menu-container #mega-menu-wrap-main #mega-menu-main li .mega-menu-row {
  margin-bottom: 0;
}

#header-mobile #menu-mobile .menu-main-menu-container {
  position: relative;
}
#header-mobile #menu-mobile .menu-main-menu-container .close-button {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .two-column-section {
    padding: 50px 20px;
  }
}
.two-column-section .image-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row {
    padding: 0;
  }
}
.two-column-section .image-row.flex-row-reverse {
  flex-direction: row-reverse;
}
.two-column-section .image-row.flex-row-reverse .col-left {
  padding-left: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row.flex-row-reverse .col-left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .two-column-section .image-row.flex-row-reverse .col-left {
    padding-left: 0;
  }
}
.two-column-section .image-row .col-left {
  width: 40%;
  text-align: left;
}
.two-column-section .image-row .col-left .content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row .col-left .content-wrapper {
    max-width: 320px !important;
  }
}
@media screen and (max-width: 767px) {
  .two-column-section .image-row .col-left .content-wrapper {
    text-align: center;
    position: relative;
    padding: 0 0px 25px 0px;
    max-width: none;
    max-width: 100% !important;
  }
}
.two-column-section .image-row .col-left .content-wrapper .heading {
  font-size: 25px;
  color: #fff;
  line-height: 1.24;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.two-column-section .image-row .col-left .text {
  font-size: 14px;
  color: #fff;
  font-family: "Inter";
  line-height: 2;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row .col-left {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .two-column-section .image-row .col-left {
    width: 100% !important;
  }
}
.two-column-section .image-row .col-right {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .two-column-section .image-row .col-right {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .two-column-section .image-row .col-right {
    width: 100% !important;
  }
}
.two-column-section .image-row .col-right .img-wrapper {
  width: 100%;
  height: 100%;
}
.two-column-section .image-row .col-right .img-wrapper img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .two-column-section .image-row .col-right .img-wrapper img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }
}

.one-column-section {
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .one-column-section {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 991px) {
  .one-column-section .row {
    padding: 0px;
  }
}
.one-column-section .row .content-wrapper {
  text-align: left;
}
.one-column-section .row .content-wrapper .heading {
  font-size: 25px;
  color: #fff;
  line-height: 1.24;
  margin-bottom: 12px;
}
.one-column-section .row .content-wrapper .text {
  color: #fff;
}

.images-section {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .images-section {
    display: block;
  }
}
.images-section .images-item {
  width: 33.3333%;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 767px) {
  .images-section .images-item {
    margin: 0 auto;
    width: 100%;
  }
}
.images-section .images-item img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  display: block;
}

.slider-section {
  background-color: #FFF6ED;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .slider-section {
    padding: 50px 0;
  }
}
.slider-section .row {
  max-width: 1200px !important;
}
.slider-section .row .slides {
  display: inline-block;
}
.slider-section .row .slider-item .item-wrapper {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .slider-section .row .slider-item .item-wrapper {
    flex-direction: column;
  }
}
.slider-section .row .slider-item .item-wrapper .left-col {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slider-section .row .slider-item .item-wrapper .right-col {
    width: 100%;
    text-align: center;
  }
}
.slider-section .row .slider-item .item-wrapper .right-col img {
  max-width: 584px;
  max-height: 450px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .slider-section .row .slider-item .item-wrapper .right-col img {
    width: 100%;
    height: 100%;
  }
}
.slider-section .row .slider-item .item-wrapper .heading-wrapper {
  font-size: 25px;
  padding-bottom: 32px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .slider-section .row .slider-item .item-wrapper .heading-wrapper {
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.slider-section .row .slider-item .item-wrapper .content-wrapper {
  padding-bottom: 25px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .slider-section .row .slider-item .item-wrapper .content-wrapper {
    max-width: 100%;
  }
}
.slider-section .arrow-wrapper {
  display: flex;
  gap: 12px;
}
.slider-section .arrow-wrapper .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.slider-section .arrow-wrapper .flex-arrow:hover {
  background-color: #ffffff;
}
.slider-section .arrow-wrapper .flex-arrow:hover path {
  fill: #3A4C5A;
}
.slider-section .flex-direction-nav {
  display: none;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-slider-section {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-slider-section {
    padding: 50px 0 30px;
  }
}
.tab-slider-section .tab-slider-wrapper {
  padding: 0 20px 15px 20px;
}
@media screen and (max-width: 767px) {
  .tab-slider-section .tab-slider-wrapper {
    padding: 50px 20px;
  }
}
.tab-slider-section .tab-navigation {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tab-slider-section .tab-navigation {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tab-slider-section .tab-navigation .tab-button {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #3A4C5A;
  transition: all 0.3s ease-in-out;
}
.tab-slider-section .tab-navigation .tab-button.active {
  font-weight: bold;
  border-bottom: 2px solid #3A4C5A;
}
.tab-slider-section .tab-navigation .tab-button:hover {
  opacity: 0.8;
}
.tab-slider-section .row .slides {
  display: inline-block;
}
.tab-slider-section .row .slider-item .item-wrapper {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .tab-slider-section .row .slider-item .item-wrapper {
    flex-direction: column;
  }
}
.tab-slider-section .row .slider-item .item-wrapper .left-col {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .tab-slider-section .row .slider-item .item-wrapper .right-col {
    width: 100%;
    text-align: center;
  }
}
.tab-slider-section .row .slider-item .item-wrapper .right-col img {
  max-width: 584px;
  object-fit: cover;
  height: 450px;
}
@media screen and (max-width: 1024px) {
  .tab-slider-section .row .slider-item .item-wrapper .right-col img {
    width: 100%;
    height: 100%;
  }
}
.tab-slider-section .row .slider-item .item-wrapper .heading-wrapper {
  font-size: 25px;
  padding-bottom: 32px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .tab-slider-section .row .slider-item .item-wrapper .heading-wrapper {
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.tab-slider-section .row .slider-item .item-wrapper .content-wrapper {
  padding-bottom: 25px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .tab-slider-section .row .slider-item .item-wrapper .content-wrapper {
    max-width: 100%;
  }
}
.tab-slider-section .arrow-wrapper {
  display: flex;
  gap: 12px;
}
.tab-slider-section .arrow-wrapper .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.tab-slider-section .arrow-wrapper .flex-arrow:hover {
  background-color: #ffffff;
}
.tab-slider-section .arrow-wrapper .flex-arrow:hover path {
  fill: #3A4C5A;
}
.tab-slider-section .flex-direction-nav {
  display: none;
}
.tab-slider-section .slider-navigation {
  display: flex;
  gap: 10px;
  padding: 20px;
  justify-content: center;
  overflow-x: auto;
}
.tab-slider-section .slider-navigation .custom-nav-button {
  padding: 10px 20px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-family: "Marcellus", sans-serif;
  font-size: 16px;
  color: #D1C6BF;
}
.tab-slider-section .slider-navigation .custom-nav-button.active {
  color: #3A4C5A;
}

.full-width-banner-with-text-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 46px 0;
}
@media screen and (max-width: 991px) {
  .full-width-banner-with-text-overlay {
    padding: 0;
  }
}
.full-width-banner-with-text-overlay .text-row {
  padding: 50px 50px 62px;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .full-width-banner-with-text-overlay .text-row {
    padding: 50px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full-width-banner-with-text-overlay .text-row {
    padding: 20px;
  }
}
.full-width-banner-with-text-overlay .text-row .text-wrapper {
  font-family: "Marcellus", sans-serif;
  font-size: 40px;
  line-height: 1.125;
  margin: 0;
  max-width: 500px;
  color: #ffffff;
  text-align: left;
  filter: drop-shadow(4px 4px 10px #1A0500) drop-shadow(0 0 50px #000000);
}
@media screen and (max-width: 991px) {
  .full-width-banner-with-text-overlay .text-row .text-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full-width-banner-with-text-overlay .text-row .text-wrapper {
    font-size: 25px;
  }
}
.full-width-banner-with-text-overlay .text-row .btn-wrapper {
  text-align: left;
  margin-top: 25px;
}

.two-column-full-width {
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  overflow: hidden;
}
.two-column-full-width .content-col {
  width: 50%;
  padding: 50px 20px;
}
.two-column-full-width .content-col .text-wrapper {
  text-align: left;
  max-width: 470px;
  margin: 0 auto;
  color: #3A4C5A;
  font-family: "Inter";
  font-size: 14px;
  line-height: 2.29;
}
.two-column-full-width .image-col {
  background-size: cover;
  width: 50%;
  padding: 50px 20px;
}

.cards-section {
  padding: 50px 0;
}
.cards-section .row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .cards-section .row {
    flex-direction: column;
    gap: 20px;
  }
}
.cards-section .row .card-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 30px 27px 15px;
}
@media screen and (max-width: 991px) {
  .cards-section .row .card-item {
    width: 100% !important;
  }
}
.cards-section .row .card-item.large {
  width: 37%;
}
.cards-section .row .card-item.medium {
  width: 31.4%;
}
.cards-section .row .card-item.small {
  width: 25.5%;
}
.cards-section .row .card-item.image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .cards-section .row .card-item.image {
    padding-bottom: 100% !important;
  }
}
.cards-section .row .card-item .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-section .row .card-item .content-wrapper {
  font-size: 16px;
  line-height: 2;
}
.cards-section .row .card-item .content-wrapper p {
  font-family: "Marcellus", sans-serif;
}
.cards-section .row .card-item .img-wrapper {
  padding-bottom: 19px;
}

.accordion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.accordion-section .accordion-category {
  text-align: left;
  margin: 0 auto;
}
.accordion-section .accordion-category:nth-child(n+2) {
  margin-top: 25px;
}
.accordion-section .accordion-category h2 {
  padding-bottom: 20px;
}
.accordion-section .accordion-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.accordion-section .accordion-item.active .accordion-content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.accordion-section .accordion-item.active .accordion-content.active {
  opacity: 1;
}
.accordion-section .accordion-item.active .plus-icon .horizontal {
  opacity: 0;
  transform: rotate(180deg);
}
.accordion-section .accordion-item.active .plus-icon .vertical {
  transform: rotate(90deg);
}
.accordion-section .accordion-title {
  padding: 15px 30px;
  color: #666;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Marcellus", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.accordion-section .accordion-title p {
  font-family: "Marcellus", sans-serif;
}
.accordion-section .plus-icon {
  background: #EAB5B1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.accordion-section .plus-icon .horizontal,
.accordion-section .plus-icon .vertical {
  position: absolute;
  background: white;
  transition: all 0.2s ease-in-out;
}
.accordion-section .plus-icon .horizontal {
  width: 13px;
  height: 2px;
}
.accordion-section .plus-icon .vertical {
  width: 2px;
  height: 13px;
}
.accordion-section .accordion-content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.accordion-section .accordion-content p {
  margin-bottom: 1em;
  line-height: 1.6;
  color: #666;
  font-family: "Marcellus", sans-serif;
}
.accordion-section .accordion-content li {
  list-style-type: disc;
  margin-left: 30px;
}
.accordion-section .accordion-content .accordion-two-column {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accordion-section .accordion-content .accordion-two-column {
    display: block;
  }
  .accordion-section .accordion-content .accordion-two-column .w-40,
  .accordion-section .accordion-content .accordion-two-column .w-60 {
    width: 100% !important;
  }
}
.accordion-section .accordion-content .accordion-two-column .colored {
  color: #A5724F;
}
.accordion-section .accordion-content .accordion-two-column .w-40 {
  width: 40%;
}
.accordion-section .accordion-content .accordion-two-column .w-60 {
  width: 60%;
}

/* ==========================================================================
   PAGES
   ========================================================================== */
.logged-in-subscriber #page-home .flexslider#flexslider-carousel .flex-viewport,
.logged-in-admin #page-home .flexslider#flexslider-carousel .flex-viewport {
  height: calc(100vh - 369px);
}

#page-home {
  width: 100%;
  text-align: left;
  display: inline-block;
}
#page-home .flexslider#flexslider-carousel {
  border: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel {
    margin: 0;
  }
}
#page-home .flexslider#flexslider-carousel .flex-viewport {
  height: calc(100vh - 315px);
}
@media screen and (max-width: 991px) {
  #page-home .flexslider#flexslider-carousel .flex-viewport {
    height: 100vh !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .flex-viewport {
    height: 506px !important;
  }
}
#page-home .flexslider#flexslider-carousel .slides {
  min-height: calc(100vh - 315px);
  position: relative;
}
@media screen and (max-width: 991px) {
  #page-home .flexslider#flexslider-carousel .slides {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides {
    min-height: 506px !important;
    max-height: 506px !important;
  }
}
#page-home .flexslider#flexslider-carousel .slides img {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 293px) !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #page-home .flexslider#flexslider-carousel .slides img {
    height: 100vh !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides img {
    height: 506px !important;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content {
  position: absolute;
  width: calc(100% - 300px);
  z-index: 3;
  opacity: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content {
    left: 0 !important;
    bottom: 35px !important;
    padding: 30px 10px;
    text-align: center !important;
    top: auto !important;
    right: 0 !important;
    width: 100% !important;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.bottom-left, #page-home .flexslider#flexslider-carousel .slides .slide-content.top-left {
  text-align: left;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.bottom-right, #page-home .flexslider#flexslider-carousel .slides .slide-content.top-right {
  text-align: right;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.center-center, #page-home .flexslider#flexslider-carousel .slides .slide-content.center-top, #page-home .flexslider#flexslider-carousel .slides .slide-content.center-bottom {
  text-align: center;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-bottom-left {
  bottom: 33%;
  left: 135px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content.content-bottom-left {
    left: 50px;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-center-center {
  top: 39%;
  left: 150px;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-top-left {
  top: 125px;
  left: 135px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content.content-top-left {
    left: 50px;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-top-right {
  top: 125px;
  right: 135px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content.content-top-right {
    right: 50px;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-bottom-right {
  bottom: 75px;
  right: 135px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content.content-bottom-right {
    right: 50px;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-center-top {
  top: 100px;
  left: 150px;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content.content-center-bottom {
  bottom: 80px;
  left: 150px;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content h1 {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides .slide-content h1 {
    font-size: 30px;
    text-transform: unset;
  }
}
#page-home .flexslider#flexslider-carousel .slides .slide-content .cta-button {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 30px;
}
#page-home .flexslider#flexslider-carousel .slides .slide-content .cta-button:hover {
  background-color: #fff;
  color: #666 !important;
  transition: all 0.5s;
}
#page-home .flexslider#flexslider-carousel .slides li {
  min-height: calc(100vh - 293px);
  position: relative;
}
@media screen and (max-width: 991px) {
  #page-home .flexslider#flexslider-carousel .slides li {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides li {
    min-height: 506px !important;
    max-height: 506px !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides li .image-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #page-home .flexslider#flexslider-carousel .slides li .image-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .slides li .image-mobile {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  #page-home .flexslider#flexslider-carousel .slides li .image-mobile {
    height: 375px;
  }
}
#page-home .flexslider#flexslider-carousel #slider-next a, #page-home .flexslider#flexslider-carousel #slider-back a {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page-home .flexslider#flexslider-carousel #slider-next a:hover, #page-home .flexslider#flexslider-carousel #slider-back a:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
#page-home .flexslider#flexslider-carousel #slider-next a:hover path, #page-home .flexslider#flexslider-carousel #slider-back a:hover path {
  fill: #666;
  fill-opacity: 1;
  shape-rendering: unset;
  transition: all 0.3s ease-in-out;
}
#page-home .flexslider#flexslider-carousel #slider-next a {
  right: 60px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel #slider-next a {
    right: 10px;
  }
}
#page-home .flexslider#flexslider-carousel #slider-back a {
  left: 60px;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel #slider-back a {
    left: 10px;
  }
}
#page-home .flexslider#flexslider-carousel #slider-next,
#page-home .flexslider#flexslider-carousel #slider-back {
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-home .flexslider#flexslider-carousel #slider-next,
  #page-home .flexslider#flexslider-carousel #slider-back {
    width: 50px;
  }
}
#page-home .flexslider#flexslider-carousel #slider-back {
  left: 0;
}
#page-home .flexslider#flexslider-carousel #slider-next {
  right: 0;
}
#page-home .flexslider#flexslider-carousel .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 170px;
  text-align: center;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  #page-home .flexslider#flexslider-carousel .flex-control-nav {
    bottom: 0;
  }
}
#page-home .flexslider#flexslider-carousel .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
}
#page-home .flexslider#flexslider-carousel .flex-control-nav li a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  cursor: pointer;
}
#page-home .flexslider#flexslider-carousel .flex-control-nav li a:hover {
  background: #f3f3f3;
}
#page-home .flexslider#flexslider-carousel .flex-control-nav li .flex-active {
  background-color: #fff;
}

#page-home .icons-section {
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.4705882353);
  width: 100%;
  z-index: 1;
}
#page-home .icons-section .icons-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 1100px) {
  #page-home .icons-section .icons-row {
    align-items: center;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .icons-section .icons-row {
    flex-wrap: wrap;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
#page-home .icons-section .icons-row .icon-item {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1100px) {
  #page-home .icons-section .icons-row .icon-item {
    width: 48%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #page-home .icons-section .icons-row .icon-item {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}
#page-home .icons-section .icons-row .icon-item .content-wrapper {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
#page-home .icons-section .icons-row .icon-item .content-wrapper .heading {
  font-size: 16px;
}

#page-home .card-product-section {
  padding: 20px 20px 21px;
}
@media screen and (max-width: 991px) {
  #page-home .card-product-section {
    padding: 0 20px 21px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .card-product-section {
    padding: 0 20px 21px;
  }
}
#page-home .card-product-section .card-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  border: 0;
}
#page-home .card-product-section .card-items-wrapper .card-item {
  width: 25%;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  #page-home .card-product-section .card-items-wrapper .card-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page-home .card-product-section .card-items-wrapper .card-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#page-home .card-product-section .card-items-wrapper .card-item a {
  text-decoration: none;
}
#page-home .card-product-section .card-items-wrapper .card-item a .img-wrapper {
  position: relative;
}
#page-home .card-product-section .card-items-wrapper .card-item a .img-wrapper:before {
  content: "";
  display: block;
  height: calc(100% - 7px);
  width: 100%;
  background-color: #EAB5B1;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}
#page-home .card-product-section .card-items-wrapper .card-item a:hover .img-wrapper:before {
  opacity: 0.7;
}
#page-home .card-product-section .card-items-wrapper .card-item a:hover .content-wrapper {
  color: #EAB5B1;
  transition: all 0.5s ease-in-out;
}
#page-home .card-product-section .card-items-wrapper .card-item .img-wrapper {
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-home .card-product-section .card-items-wrapper .card-item .img-wrapper {
    margin-bottom: 10px;
  }
}
#page-home .card-product-section .card-items-wrapper .card-item .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 991px) {
  #page-home .card-product-section .card-items-wrapper .card-item .img-wrapper img {
    height: 202px;
  }
}
@media screen and (max-width: 991px) {
  #page-home .card-product-section .card-items-wrapper .card-item .img-wrapper img {
    height: 100%;
  }
}
#page-home .card-product-section .card-items-wrapper .card-item .content-wrapper {
  font-size: 20px;
  letter-spacing: 1.6px;
  color: #666666;
  text-align: center;
}

#page-home .quote-section {
  background-color: #E2A564;
  padding: 78px 0;
}
@media screen and (max-width: 767px) {
  #page-home .quote-section {
    background-image: none !important;
    padding: 0px 0 50px;
  }
}
#page-home .quote-section .content-wrapper {
  font-family: "Marcellus", sans-serif;
  max-width: 470px;
  width: 100%;
  position: relative;
  top: 25%;
  left: 60%;
  padding: 20px;
  max-width: 400px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #page-home .quote-section .content-wrapper {
    top: 25%;
    left: 55%;
  }
}
@media screen and (max-width: 991px) {
  #page-home .quote-section .content-wrapper {
    max-width: 370px;
    top: 15%;
    left: 52%;
  }
}
@media screen and (max-width: 767px) {
  #page-home .quote-section .content-wrapper {
    max-width: 100%;
    position: static;
    text-align: center;
    padding: 40px 20px 0;
  }
}
#page-home .quote-section .content-wrapper .heading {
  font-family: "Marcellus", sans-serif;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 19px;
}
#page-home .quote-section .content-wrapper .text {
  font-family: "Marcellus", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  padding-bottom: 10px;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  #page-home .quote-section .content-wrapper .text {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 32px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-home .quote-section .content-wrapper .text {
    text-align: center;
  }
}
#page-home .quote-section .content-wrapper .name {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 14px;
  display: inline-block;
}
#page-home .quote-section .image-wrapper {
  position: relative;
  overflow: hidden;
}
#page-home .quote-section .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  #page-home .quote-section .image-wrapper img {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .quote-section .image-wrapper img {
    height: 250px;
  }
}

#page-home .cards-section {
  padding: 50px 0;
  background-color: rgba(234, 181, 177, 0.1019607843);
}
@media screen and (max-width: 991px) {
  #page-home .cards-section {
    padding: 50px 20px;
  }
}
#page-home .cards-section .cards-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  direction: rtl;
}
@media screen and (max-width: 991px) {
  #page-home .cards-section .cards-row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  #page-home .cards-section .cards-row {
    padding: 0;
  }
}
#page-home .cards-section .cards-row .card-item {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item {
    width: 100% !important;
  }
}
#page-home .cards-section .cards-row .card-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #page-home .cards-section .cards-row .card-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item {
    width: 100% !important;
  }
}
#page-home .cards-section .cards-row .card-item.with-img {
  width: 60%;
}
#page-home .cards-section .cards-row .card-item.with-img .content-wrapper {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 70px;
  text-shadow: 0px 4px 20px #000000;
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item.with-img .content-wrapper {
    bottom: 44px;
    font-size: 25px;
  }
}
#page-home .cards-section .cards-row .card-item.with-btn {
  width: 40%;
  display: flex;
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item.with-btn {
    padding: 0px 0 20px;
    display: block;
  }
}
#page-home .cards-section .cards-row .card-item.with-btn .content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item.with-btn .content-wrapper {
    text-align: center;
    position: relative;
    padding: 0 20px 25px 20px;
    max-width: none;
  }
}
#page-home .cards-section .cards-row .card-item.with-btn .content-wrapper .heading {
  font-size: 35px;
  color: #3A4C5A;
  line-height: 1.24;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page-home .cards-section .cards-row .card-item.with-btn .content-wrapper .heading {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
#page-home .cards-section .cards-row .card-item.with-btn .content-wrapper .text {
  font-size: 14px;
  color: #666666;
  font-family: "Inter";
  line-height: 2;
  margin-bottom: 25px;
}
#page-home .cards-section .cards-row .card-item.with-btn .content-wrapper .bg-blue {
  background-color: #3A4C5A !important;
  border: 1px solid #3A4C5A !important;
}

#page-home .grids-section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  #page-home .grids-section {
    padding: 50px 20px;
  }
}
#page-home .grids-section .grids-cards-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
#page-home .grids-section .grids-cards-row .grid-item {
  width: 50%;
  position: relative;
}
#page-home .grids-section .grids-cards-row .grid-item.left {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #page-home .grids-section .grids-cards-row .grid-item.left {
    padding-right: 0px;
  }
}
#page-home .grids-section .grids-cards-row .grid-item a:before {
  content: "";
  display: block;
  height: calc(100% - 10px);
  width: 100%;
  background-color: #EAB5B1;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}
#page-home .grids-section .grids-cards-row .grid-item a:hover:before {
  opacity: 0.7;
}
#page-home .grids-section .grids-cards-row .grid-item img {
  object-fit: cover;
  width: 100%;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #page-home .grids-section .grids-cards-row .grid-item img {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .grids-section .grids-cards-row .grid-item {
    width: 100%;
  }
}
#page-home .grids-section .grids-cards-row .grid-item.with-img .grid-content {
  position: relative;
  width: 100%;
}
#page-home .grids-section .grids-cards-row .grid-item.with-img .grid-content .grid-content-wrapper {
  text-align: center;
  position: absolute;
  top: 48%;
  color: #fff;
  font-size: 30px;
  width: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #page-home .grids-section .grids-cards-row .grid-item.with-img .grid-content .grid-content-wrapper {
    top: 45%;
    font-size: 25px;
  }
}

#page-home .video-section {
  background-color: #3A4C5A;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  #page-home .video-section {
    padding: 50px 20px;
  }
}
#page-home .video-section .video-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #page-home .video-section .video-row {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  #page-home .video-section .video-row {
    padding: 0;
  }
}
#page-home .video-section .video-row .card-item {
  width: 50%;
  position: relative;
}
#page-home .video-section .video-row .card-item.col-left {
  width: 40%;
}
#page-home .video-section .video-row .card-item.col-right {
  width: 60%;
}
@media screen and (max-width: 991px) {
  #page-home .video-section .video-row .card-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  #page-home .video-section .video-row .card-item {
    width: 100% !important;
  }
}
#page-home .video-section .video-row .card-item .content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  #page-home .video-section .video-row .card-item .content-wrapper {
    text-align: center;
    position: relative;
    padding: 0 20px 25px 20px;
    max-width: none;
  }
}
#page-home .video-section .video-row .card-item .content-wrapper .heading {
  font-size: 25px;
  color: #fff;
  line-height: 1.24;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page-home .video-section .video-row .card-item .content-wrapper .heading {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
#page-home .video-section .video-row .card-item .content-wrapper .text {
  font-size: 14px;
  color: #fff;
  font-family: "Inter";
  line-height: 2;
  margin-bottom: 25px;
}
#page-home .video-section .video-row .card-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
@media screen and (max-width: 767px) {
  #page-home .video-section .video-row .card-item .play-btn {
    width: 14%;
    min-width: 53px;
  }
}
#page-home .video-section .video-row .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-home .video-section .video-row .video-container:hover .thumbnail, #page-home .video-section .video-row .video-container:hover .play-button {
  opacity: 0.7;
}
#page-home .video-section .video-row .video-container .thumbnail, #page-home .video-section .video-row .video-container .play-button {
  cursor: pointer;
}
#page-home .video-section .video-row .video-container .thumbnail, #page-home .video-section .video-row .video-container .play-button, #page-home .video-section .video-row .video-container .video {
  width: 100%;
  height: 100%;
}
#page-home .video-section .video-row .video-container .thumbnail {
  display: block;
}
#page-home .video-section .video-row .video-container .video {
  display: none;
}

@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section {
    overflow: hidden;
  }
}
#page-home .discover-our-stories-section .row {
  padding: 50px 0 30px;
  display: flex;
  max-width: 95%;
  margin-left: auto;
  width: calc(1185px + (100vw - 1185px) / 2);
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row {
    flex-direction: column;
    padding: 50px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .discover-our-stories-section .row {
    padding: 50px 0 50px;
  }
}
#page-home .discover-our-stories-section .row .col.left-col {
  width: 25%;
  min-width: 300px;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.left-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#page-home .discover-our-stories-section .row .col.left-col .heading-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.left-col .heading-wrapper {
    margin-bottom: 16px;
  }
}
#page-home .discover-our-stories-section .row .col.left-col .heading-wrapper h2 {
  font-size: 25px;
  line-height: 1.3;
  color: #3A4C5A;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.left-col .heading-wrapper h2 {
    font-size: 25px;
  }
}
#page-home .discover-our-stories-section .row .col.left-col .arrow-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 57px;
  margin-bottom: 198px;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.left-col .arrow-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    order: 3;
    justify-content: center;
  }
}
#page-home .discover-our-stories-section .row .col.left-col .arrow-wrapper .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page-home .discover-our-stories-section .row .col.left-col .arrow-wrapper .flex-arrow:hover {
  background-color: #ffffff;
}
#page-home .discover-our-stories-section .row .col.left-col .arrow-wrapper .flex-arrow:hover path {
  fill: #3A4C5A;
}
#page-home .discover-our-stories-section .row .col.right-col {
  width: 75%;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.right-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-home .discover-our-stories-section .row .col.right-col {
    max-width: 100%;
    margin: auto;
    width: 100%;
  }
}
#page-home .discover-our-stories-section .row .col.right-col .flex-viewport {
  padding: 0 10px 20px;
}
#page-home .discover-our-stories-section .row .col.right-col .slides {
  display: flex;
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #page-home .discover-our-stories-section .row .col.right-col .blog-item {
    opacity: 1;
  }
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item.active {
  opacity: 1;
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item.active ~ .blog-item {
  opacity: 1;
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item a {
  text-decoration: none !important;
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item .thumbnail img {
  width: 100%;
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content {
  padding: 35px 30px 40px;
}
@media screen and (max-width: 767px) {
  #page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content {
    padding: 35px 30px 30px;
  }
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3A4C5A;
  margin-bottom: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content h3 {
    margin-bottom: 14px;
  }
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content .excerpt {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content .excerpt {
    margin-bottom: 14px;
  }
}
#page-home .discover-our-stories-section .row .col.right-col .blog-item .post-content .read-more {
  color: #E3A49F;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

#page-contact-us .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-contact-us .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-contact-us .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-contact-us .form-section {
  display: flex;
  max-width: 1304px;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section {
    display: block;
    min-height: auto;
  }
}
#page-contact-us .form-section .form-row {
  width: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section .form-row {
    width: 100%;
    display: block;
  }
}
#page-contact-us .form-section .form-row .nf-form-cont {
  background-color: #BAA89A;
  padding: 45px 20px 34px;
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section .form-row .nf-form-cont {
    padding: 25px 20px 14px;
  }
}
#page-contact-us .form-section .form-row .nf-form-cont .nf-form-layout {
  display: flex;
  justify-content: center;
}
#page-contact-us .form-section .form-row form {
  max-width: 430px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section .form-row form {
    margin: auto;
  }
}
#page-contact-us .form-section .form-row form .nf-form-fields-required {
  display: none;
}
#page-contact-us .form-section .form-row form .nf-field-label {
  display: none;
}
#page-contact-us .form-section .form-row form .nf-form-content textarea {
  border: 1px solid #FFF6ED;
  background: transparent !important;
  color: #FFF6ED;
  height: 100px;
}
#page-contact-us .form-section .form-row form .nf-form-content textarea::placeholder {
  color: #FFF6ED;
  font-size: 15px;
  font-family: "Myriad Pro", sans-serif;
}
#page-contact-us .form-section .form-row form .nf-form-content input {
  border: 1px solid #FFF6ED;
  background: transparent !important;
  color: #FFF6ED;
}
#page-contact-us .form-section .form-row form .nf-form-content input::placeholder {
  color: #FFF6ED;
  font-size: 15px;
  font-family: "Myriad Pro", Arial, sans-serif;
}
#page-contact-us .form-section .form-row form .nf-form-content input[type=submit] {
  background-color: #E3A49F !important;
  border-color: #E3A49F !important;
  width: 130px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Myriad Pro", Arial, sans-serif;
  cursor: pointer;
}
#page-contact-us .form-section .form-row form .nf-form-content input[type=submit]:hover {
  background-color: #ffffff !important;
  color: #E3A49F;
}
#page-contact-us .form-section .form-row form .nf-form-content .nf-field-container {
  margin-bottom: 12px;
}
#page-contact-us .form-section .form-row form .nf-form-content .submit-wrap .nf-field-element {
  text-align: center;
}
#page-contact-us .form-section .details-row {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #page-contact-us .form-section .details-row {
    padding: 0 30px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  #page-contact-us .form-section .details-row {
    padding: 0 30px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section .details-row {
    width: 100%;
    padding: 0 0 50px;
    display: block;
  }
}
#page-contact-us .form-section .details-row .contact-details {
  padding-bottom: 30px;
}
#page-contact-us .form-section .details-row .contact-details a {
  text-decoration: none;
  color: #53575A;
}
#page-contact-us .form-section .details-row .contact-details a:hover p {
  text-decoration: underline;
}
#page-contact-us .form-section .details-row .contact-details a .details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 15px;
}
#page-contact-us .form-section .details-row .contact-details a .details img {
  width: 50px;
  height: auto;
}
#page-contact-us .form-section .details-row .contact-details a .details p {
  margin-bottom: 0;
  font-family: "Myriad Pro", Arial, sans-serif;
  text-align: left;
}
#page-contact-us .form-section .details-row .heading {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 15px;
  font-family: "Inter";
}
#page-contact-us .form-section .details-row .social-menu-wrapper {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .heading {
  color: #53575A;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .social-menu-item {
  background-color: #EAB5B1;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border: 1px solid #EAB5B1;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .social-menu-item:hover {
  background-color: #ffffff;
  border: 1px solid #EAB5B1;
  transition: all 0.5s;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .social-menu-item:hover svg path {
  fill: #EAB5B1;
  transition: all 0.5s;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .social-menu-item svg {
  height: 25px;
  max-width: 25px;
}
#page-contact-us .form-section .details-row .social-menu-wrapper .social-menu-item svg:hover path {
  fill: #EAB5B1;
  transition: all 0.5s;
}
#page-contact-us .form-section .details-row .welcome-text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-contact-us .form-section .details-row .welcome-text {
    text-align: center;
  }
}
#page-contact-us .form-section .details-row .welcome-text p {
  margin-bottom: 25px;
  font-family: "Myriad Pro", Arial, sans-serif;
}

#page-stockist .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-stockist .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-stockist .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-stockist .map-section .heading-row {
  padding: 50px 0 20px;
}
#page-stockist .map-section .heading-row h2 {
  color: #EAB5B1;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .heading-row h2 {
    font-size: 25px;
  }
}
#page-stockist .map-section .map-row {
  padding: 0 20px;
}
#page-stockist .map-section .map-row #slp_tagline {
  display: none;
}
#page-stockist .map-section .map-row .slp_search_container {
  max-width: 420px;
  margin: auto;
}
#page-stockist .map-section .map-row .slp_search_form {
  margin-bottom: 46px;
}
#page-stockist .map-section .map-row .slp.search_box {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .slp.search_box {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
#page-stockist .map-section .map-row .slp.search_box #addy_in_address {
  max-width: 289px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .slp.search_box #addy_in_address {
    max-width: 100%;
  }
}
#page-stockist .map-section .map-row .slp.search_box #addy_in_address:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/wp-content/themes/ecomax/images/search-icon.png");
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 7px;
}
#page-stockist .map-section .map-row .slp.search_box #addy_in_address input {
  max-width: 289px;
  height: 50px;
  padding: 15px;
  border: 1px solid #BBBBBB;
  outline: 0;
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .slp.search_box #addy_in_address input {
    max-width: 100%;
  }
}
#page-stockist .map-section .map-row .slp.search_box #addy_in_address input::placeholder {
  color: #BBBBBB;
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .search_item {
    margin: auto;
  }
}
#page-stockist .map-section .map-row .search_item .slp_ui_button {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  font-size: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  cursor: pointer;
  height: 50px;
  width: 120px;
  z-index: 2;
}
#page-stockist .map-section .map-row .search_item label {
  display: none;
}
#page-stockist .map-section .map-row .search_item #addy_in_radius {
  display: none;
}
#page-stockist .map-section .map-row .search_item #radius_in_submit {
  position: relative;
  background-color: #E3A49F;
  color: #ffffff;
  border: 1px solid #E3A49F;
  height: 50px;
  width: 120px !important;
  max-width: 120px !important;
}
#page-stockist .map-section .map-row .search_item #radius_in_submit:before {
  content: "Search";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-stockist .map-section .map-row .slp_results_container {
  display: flex;
  flex-direction: row;
  gap: 4.55%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px 20px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  #page-stockist .map-section .map-row .slp_results_container {
    flex-wrap: wrap;
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .slp_results_container {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
#page-stockist .map-section .map-row .slp_results_container .results_entry {
  border: 0;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper {
  width: 30.3%;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #page-stockist .map-section .map-row .slp_results_container .results_wrapper {
    width: 48%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  #page-stockist .map-section .map-row .slp_results_container .results_wrapper {
    width: 100%;
    margin-bottom: 2%;
  }
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .results_row_left_column {
  display: flex;
  flex-direction: column;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .location_name {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .location_distance {
  color: #53575A;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .results_row_center_column {
  margin-bottom: 15px;
  color: #53575A;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .results_row_right_column .slp_result_contact a {
  background-color: #EAB5B1;
  border: 1px solid #EAB5B1;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 1.6px;
  padding: 12px 22px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-block;
  margin-bottom: 20px;
}
#page-stockist .map-section .map-row .slp_results_container .results_wrapper .results_row_right_column .slp_result_contact a:hover {
  background-color: transparent;
  color: #EAB5B1;
}

#page-login .banner-section {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page-login .banner-section {
    padding: 0 0 0;
  }
}
#page-login .banner-section .banner-row {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 99px;
}
@media screen and (max-width: 767px) {
  #page-login .banner-section .banner-row {
    padding-top: 0;
  }
}
#page-login .login-form-section {
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  #page-login .login-form-section {
    padding: 25px 20px;
  }
}
#page-login .login-form-section .woocommerce h2 {
  display: none;
}
#page-login .login-form-section .woocommerce .woocommerce-form {
  border: none;
  max-width: 458px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #page-login .login-form-section .woocommerce .woocommerce-form {
    padding: 0;
  }
}
#page-login .login-form-section .woocommerce .woocommerce-form .form-row:not(.woocommerce-form-row) {
  order: 2;
}
#page-login .login-form-section .woocommerce .woocommerce-form .form-row label {
  display: none;
}
#page-login .login-form-section .woocommerce .woocommerce-form .form-row input {
  padding: 15px 15px;
  border: 1px solid #CCCCCC;
}
#page-login .login-form-section .woocommerce .woocommerce-form .form-row input::placeholder {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  color: #BBBBBB;
}
#page-login .login-form-section .woocommerce .woocommerce-form .lost_password {
  font-size: 20px;
  text-align: center;
  font-family: "Myriad Pro", Arial, sans-serif;
  margin-bottom: 20px;
}
#page-login .login-form-section .woocommerce .woocommerce-form .lost_password a {
  color: #BBBBBB;
  text-decoration: none;
}
#page-login .login-form-section .woocommerce .woocommerce-form button {
  background: #E3A49F;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-family: "Myriad Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#page-login .login-form-section .woocommerce .register {
  font-size: 20px;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  #page-login .login-form-section .woocommerce .register {
    margin: 0;
  }
}
#page-login .login-form-section .woocommerce .register a {
  font-weight: 700;
  letter-spacing: 3px;
  color: #203745;
  text-decoration: none;
  text-transform: uppercase;
}

#page-login .distributors-section .row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
#page-login .distributors-section .heading-row {
  padding-bottom: 20px;
}
#page-login .distributors-section .distributors-row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
#page-login .distributors-section .distributors-row .distributor-item {
  width: 33.33%;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  #page-login .distributors-section .distributors-row .distributor-item {
    width: 100%;
    padding: 0 10px 10px;
  }
}
#page-login .distributors-section .distributors-row .distributor-item a {
  font-size: 20px;
  color: #3A4C5A;
}
#page-login .distributors-section .distributors-row .distributor-item a:hover {
  color: #E3A49F;
}

#page-stories .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-stories .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-stories .banner-section .banner-title {
    margin-top: 0;
  }
}

.stories-slider-section {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.stories-slider-section .slider-row {
  padding: 50px 0 30px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row {
    padding: 35px 0 50px;
  }
}
.stories-slider-section .slider-row .col.left-col {
  width: 30%;
  min-width: 300px;
  padding: 0 50px 0 135px;
}
@media screen and (max-width: 1200px) {
  .stories-slider-section .slider-row .col.left-col {
    padding: 0 50px 0 50px;
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.left-col {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.stories-slider-section .slider-row .col.left-col .heading-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.left-col .heading-wrapper {
    margin-bottom: 16px;
  }
}
.stories-slider-section .slider-row .col.left-col .heading-wrapper h2 {
  font-size: 35px;
  line-height: 1.3;
  color: #3A4C5A;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.left-col .heading-wrapper h2 {
    font-size: 25px;
  }
}
.stories-slider-section .slider-row .col.left-col .arrow-wrapper-stories {
  display: flex;
  gap: 12px;
  margin-top: 57px;
  margin-bottom: 198px;
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.left-col .arrow-wrapper-stories {
    margin-top: 25px;
    margin-bottom: 30px;
    order: 3;
    justify-content: center;
  }
}
.stories-slider-section .slider-row .col.left-col .arrow-wrapper-stories .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.stories-slider-section .slider-row .col.left-col .arrow-wrapper-stories .flex-arrow:hover {
  background-color: #ffffff;
}
.stories-slider-section .slider-row .col.left-col .arrow-wrapper-stories .flex-arrow:hover path {
  fill: #3A4C5A;
}
.stories-slider-section .slider-row .col.right-col {
  width: 70%;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .stories-slider-section .slider-row .col.right-col {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.right-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row .col.right-col {
    max-width: 100%;
    margin: auto;
    width: 100%;
  }
}
.stories-slider-section .slider-row .col.right-col .flex-viewport {
  padding: 0 15px 20px;
}
.stories-slider-section .slider-row .col.right-col .slides {
  display: flex;
}
.stories-slider-section .slider-row .col.right-col .blog-item {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  background-color: #ffffff;
}
.stories-slider-section .slider-row .col.right-col .blog-item a {
  text-decoration: none !important;
}
.stories-slider-section .slider-row .col.right-col .blog-item .thumbnail img {
  width: 100%;
}
.stories-slider-section .slider-row .col.right-col .blog-item .post-content {
  padding: 35px 30px 40px;
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row .col.right-col .blog-item .post-content {
    padding: 35px 30px 30px;
  }
}
.stories-slider-section .slider-row .col.right-col .blog-item .post-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3A4C5A;
  margin-bottom: 20px;
  text-decoration: none;
  height: 46.4px;
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row .col.right-col .blog-item .post-content h3 {
    margin-bottom: 14px;
  }
}
.stories-slider-section .slider-row .col.right-col .blog-item .post-content .excerpt {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row .col.right-col .blog-item .post-content .excerpt {
    margin-bottom: 14px;
  }
}
.stories-slider-section .slider-row .col.right-col .blog-item .post-content .read-more {
  color: #E3A49F;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .stories-slider-section .slider-row .col.right-col .slider-col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .stories-slider-section .slider-row .col.right-col .slider-col {
    padding: 0;
  }
}

#page-online-stockist .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-online-stockist .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-online-stockist .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-online-stockist .online-stockist-section .list-row {
  display: flex;
  flex-direction: row;
  max-width: 1414px;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .online-stockist-section .list-row {
    flex-direction: column;
    padding: 35px 20px;
  }
}
#page-online-stockist .online-stockist-section .list-row .col {
  width: 50%;
  background-position: center;
  background-size: contain;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .online-stockist-section .list-row .col {
    width: 100%;
  }
}
#page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 654px;
  margin: 0 auto;
  gap: 29px;
  padding: 78px 0;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper {
    padding: 0 0 38px;
    max-width: 100%;
  }
}
#page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item {
  width: 47%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item {
    width: 100%;
  }
}
#page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item .store-name {
  font-family: "Inter";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  color: #203745;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item .store-name {
    font-size: 20px;
  }
}
#page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item .website-link {
  color: #53575A;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-decoration: none;
}
#page-online-stockist .online-stockist-section .list-row .col .list-items-wrapper .list-item .website-link:hover {
  text-decoration: underline;
}
#page-online-stockist .online-stockist-section .list-row .col.img-col {
  position: relative;
}
#page-online-stockist .online-stockist-section .list-row .col.img-col img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .online-stockist-section .list-row .col.img-col img {
    height: 740px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #page-online-stockist .online-stockist-section .list-row .col.img-col img {
    height: 450px;
  }
}

#page-online-stockist .outside-stockist-section {
  position: relative;
  background-size: cover;
}
#page-online-stockist .outside-stockist-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .background-image {
    position: static;
  }
}
#page-online-stockist .outside-stockist-section .background-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .background-image img {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  #page-online-stockist .outside-stockist-section .background-image img {
    height: 280px;
  }
}
#page-online-stockist .outside-stockist-section .list-row {
  text-align: left;
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .list-row {
    flex-direction: column;
    padding: 0;
  }
}
#page-online-stockist .outside-stockist-section .list-row .heading {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .list-row .heading {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #page-online-stockist .outside-stockist-section .list-row .heading {
    font-size: 25px;
    padding-bottom: 25px;
  }
}
#page-online-stockist .outside-stockist-section .list-row .list-col {
  width: 50%;
  background: #3A4C5A;
  color: #ffffff;
  padding: 102px 102px 74px;
}
@media screen and (max-width: 1200px) {
  #page-online-stockist .outside-stockist-section .list-row .list-col {
    padding: 102px 70px 74px;
  }
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .list-row .list-col {
    padding: 34px 20px 19px;
    width: 100%;
  }
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
@media screen and (max-width: 991px) {
  #page-online-stockist .outside-stockist-section .list-row .list-col .list-items-wrapper {
    margin: auto;
  }
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-item {
  width: 47%;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #page-online-stockist .outside-stockist-section .list-row .list-col .list-item {
    width: 100%;
  }
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-item .store-name {
  font-family: "Inter";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #page-online-stockist .outside-stockist-section .list-row .list-col .list-item .store-name {
    font-size: 20px;
  }
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-item .country {
  margin-bottom: 22px;
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-item .website-link {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}
#page-online-stockist .outside-stockist-section .list-row .list-col .list-item .website-link:hover {
  text-decoration: underline;
}

#page-about .cards-section .cards-row {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1211px;
  margin: auto;
  padding: 50px 20px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row {
    flex-direction: column;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-about .cards-section .cards-row.reverse .with-img {
    order: 2;
  }
}
#page-about .cards-section .cards-row.reverse .with-btn {
  justify-content: flex-start !important;
}
@media screen and (min-width: 768px) {
  #page-about .cards-section .cards-row.reverse .with-btn {
    order: 1;
    min-height: 450px;
  }
}
#page-about .cards-section .cards-row .card-item {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item {
    width: 100%;
  }
}
#page-about .cards-section .cards-row .card-item img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#page-about .cards-section .cards-row .card-item.with-img {
  width: 61.5%;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item.with-img {
    width: 100%;
  }
}
#page-about .cards-section .cards-row .card-item.with-img .content-wrapper {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 70px;
  text-shadow: 0px 4px 20px #000000;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item.with-img .content-wrapper {
    bottom: 44px;
    font-size: 25px;
  }
}
#page-about .cards-section .cards-row .card-item.with-btn {
  width: 38.5%;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item.with-btn {
    padding: 0;
    width: 100%;
  }
}
#page-about .cards-section .cards-row .card-item.with-btn .content-wrapper {
  width: 100%;
  max-width: 368px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-about .cards-section .cards-row .card-item.with-btn .content-wrapper {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item.with-btn .content-wrapper {
    position: relative;
    padding: 0;
    max-width: 100%;
  }
}
#page-about .cards-section .cards-row .card-item.with-btn .content-wrapper .heading {
  font-size: 25px;
  color: #3A4C5A;
  line-height: 1.24;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page-about .cards-section .cards-row .card-item.with-btn .content-wrapper .heading {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
#page-about .cards-section .cards-row .card-item.with-btn .content-wrapper .text {
  color: #666666;
  font-family: "Inter";
  line-height: 2.29;
  margin-bottom: 25px;
}

#page-about .history-section {
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  #page-about .history-section {
    padding: 50px 0;
  }
}
#page-about .history-section .content-wrapper {
  color: #ffffff;
  text-align: left;
}
#page-about .history-section .content-wrapper h2 {
  font-size: 25px;
  font-weight: 400;
}
#page-about .history-section .content-wrapper p {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #page-about .history-section .content-wrapper p {
    margin-bottom: 25px;
  }
}
#page-about .history-section .content-wrapper p:last-of-type {
  margin-bottom: 0;
}

#page-about .about-cards-section {
  padding: 50px 0;
}
#page-about .about-cards-section .row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  #page-about .about-cards-section .row {
    flex-direction: column;
    gap: 20px;
  }
}
#page-about .about-cards-section .row:last-of-type {
  margin-bottom: 0;
}
#page-about .about-cards-section .card-item {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  #page-about .about-cards-section .card-item {
    width: 100% !important;
  }
}
#page-about .about-cards-section .card-item.small {
  width: 25.5%;
}
#page-about .about-cards-section .card-item.medium {
  width: 31.4%;
}
#page-about .about-cards-section .card-item.large {
  width: 37%;
}
#page-about .about-cards-section .card-item.image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  #page-about .about-cards-section .card-item.image {
    padding-bottom: 100% !important;
  }
}
#page-about .about-cards-section .card-item.card {
  padding: 30px 27px 15px;
}
#page-about .about-cards-section .card-item.card .img-wrapper {
  padding-bottom: 19px;
}
#page-about .about-cards-section .card-item .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-about .about-cards-section .card-item .content-wrapper {
  font-size: 16px;
  line-height: 2;
}

#page-about .about-slider-section {
  background-color: #FFF6ED;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #page-about .about-slider-section {
    padding: 50px 0 30px;
  }
}
#page-about .about-slider-section .row .slides {
  display: inline-block;
}
#page-about .about-slider-section .row .slider-item .item-wrapper {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #page-about .about-slider-section .row .slider-item .item-wrapper {
    flex-direction: column;
  }
}
#page-about .about-slider-section .row .slider-item .item-wrapper .left-col {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-about .about-slider-section .row .slider-item .item-wrapper .right-col {
    width: 100%;
    text-align: center;
  }
}
#page-about .about-slider-section .row .slider-item .item-wrapper .right-col img {
  max-width: 584px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #page-about .about-slider-section .row .slider-item .item-wrapper .right-col img {
    width: 100%;
    height: 100%;
  }
}
#page-about .about-slider-section .row .slider-item .item-wrapper .heading-wrapper {
  font-size: 25px;
  padding-bottom: 32px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #page-about .about-slider-section .row .slider-item .item-wrapper .heading-wrapper {
    max-width: 100%;
    padding-bottom: 25px;
  }
}
#page-about .about-slider-section .row .slider-item .item-wrapper .content-wrapper {
  padding-bottom: 25px;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  #page-about .about-slider-section .row .slider-item .item-wrapper .content-wrapper {
    max-width: 100%;
  }
}
#page-about .about-slider-section .arrow-wrapper {
  display: flex;
  gap: 12px;
}
#page-about .about-slider-section .arrow-wrapper .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page-about .about-slider-section .arrow-wrapper .flex-arrow:hover {
  background-color: #ffffff;
}
#page-about .about-slider-section .arrow-wrapper .flex-arrow:hover path {
  fill: #3A4C5A;
}
#page-about .about-slider-section .flex-direction-nav {
  display: none;
}

#page-meet-the-makers .banner-section {
  background-position: bottom;
  background-size: cover;
}

#page-meet-the-makers .cards-section .row {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1211px;
  margin: auto;
  padding: 50px 20px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #page-meet-the-makers .cards-section .row {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .cards-section .row {
    flex-direction: column;
    padding: 40px 20px 0;
  }
}
#page-meet-the-makers .cards-section .text {
  max-width: 300px;
  text-align: left;
  color: #666666;
  font-family: "Inter";
  font-size: 14px;
  line-height: 2.29;
}
@media screen and (max-width: 1200px) {
  #page-meet-the-makers .cards-section .text {
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .cards-section .text {
    max-width: 100%;
    padding: 0;
  }
}
#page-meet-the-makers .cards-section .text p {
  line-height: 2.29;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .cards-section .image {
    width: 100%;
  }
}
#page-meet-the-makers .cards-section .image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
#page-meet-the-makers .cards-section.even .image {
  order: -1;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .cards-section.even .image {
    order: 1;
  }
}
#page-meet-the-makers .cards-section.text-only .row {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .cards-section.text-only .row {
    flex-direction: column;
    padding: 40px 20px;
  }
}
#page-meet-the-makers .cards-section.text-only .row .text {
  max-width: 800px;
  margin: auto;
}

#page-meet-the-makers .ethics-value-history-section {
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .ethics-value-history-section {
    flex-direction: column;
  }
}
#page-meet-the-makers .ethics-value-history-section .row {
  width: 50%;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .ethics-value-history-section .row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .ethics-value-history-section .row {
    width: 100%;
    padding: 25px 20px;
  }
}
#page-meet-the-makers .ethics-value-history-section .row .heading {
  text-align: left;
  margin: 0 auto;
  color: #3A4C5A;
  font-family: "Inter";
  padding-bottom: 10px;
}
#page-meet-the-makers .ethics-value-history-section .row .heading h2 {
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .ethics-value-history-section .row .heading h2 {
    font-size: 25px;
  }
}
#page-meet-the-makers .ethics-value-history-section .row .text {
  text-align: left;
  max-width: 470px;
  margin: 0 auto;
  color: #3A4C5A;
  font-family: "Inter";
  font-size: 14px;
  line-height: 2.29;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .ethics-value-history-section .row .text {
    max-width: 100%;
  }
}
#page-meet-the-makers .ethics-value-history-section .row .text p {
  font-family: "Inter";
}
#page-meet-the-makers .ethics-value-history-section .row.ethics-value-row {
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .ethics-value-history-section .row.ethics-value-row {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .ethics-value-history-section .row.ethics-value-row {
    min-height: 400px;
  }
}
#page-meet-the-makers .ethics-value-history-section .row.history-row .heading {
  padding-bottom: 30px;
}
#page-meet-the-makers .ethics-value-history-section .row.history-row .heading h2 {
  color: #ffffff;
}
#page-meet-the-makers .ethics-value-history-section .row.history-row .text p {
  color: #ffffff;
  padding-bottom: 20px;
}
#page-meet-the-makers .ethics-value-history-section .row.history-row .text p:last-of-type {
  padding-bottom: 0;
}

#page-meet-the-makers .images-section {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .images-section {
    display: block;
  }
}
#page-meet-the-makers .images-section .images-item {
  width: 33.3333%;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .images-section .images-item {
    margin: 0 auto;
    width: 100%;
  }
}
#page-meet-the-makers .images-section .images-item img {
  width: 100%;
  height: auto;
  display: block;
}

#page-meet-the-makers .become-a-stockist-section {
  padding: 46px 0;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .become-a-stockist-section {
    padding: 0;
  }
}
#page-meet-the-makers .become-a-stockist-section:before {
  display: none;
}
#page-meet-the-makers .become-a-stockist-section .row {
  max-width: 800px;
  margin-left: auto;
  padding: 0;
  text-align: left;
  background-color: rgba(58, 76, 90, 0.75);
  padding: 50px;
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .become-a-stockist-section .row {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .become-a-stockist-section .row {
    padding: 20px;
  }
}
#page-meet-the-makers .become-a-stockist-section .row .content-wrapper {
  font-family: "Marcellus", sans-serif;
  font-size: 40px;
  line-height: 1.125;
  margin: 0;
  max-width: 500px;
  filter: drop-shadow(4px 4px 10px #1A0500) drop-shadow(0 0 50px #000000);
}
@media screen and (max-width: 991px) {
  #page-meet-the-makers .become-a-stockist-section .row .content-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-meet-the-makers .become-a-stockist-section .row .content-wrapper {
    font-size: 25px;
  }
}

#page-register .banner-section {
  padding: 0 0 30px;
  justify-content: center;
}
#page-register .banner-section .banner-row {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 99px;
}
@media screen and (max-width: 767px) {
  #page-register .banner-section .banner-row {
    padding-top: 0;
  }
}

#page-register .desc {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
#page-register .desc p {
  font-family: "Inter";
}
#page-register .desc a {
  text-decoration: none;
  color: #53575A;
}

#page-register .register-form-section {
  max-width: 610px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  #page-register .register-form-section {
    padding: 25px 20px;
  }
}
#page-register .register-form-section .tml-register form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
#page-register .register-form-section .tml-register form .tml-field-wrap {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  #page-register .register-form-section .tml-register form .tml-field-wrap {
    width: 100%;
  }
}
#page-register .register-form-section .tml-register form .tml-field-wrap label {
  display: none;
}
#page-register .register-form-section .tml-register form .tml-field-wrap input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #CCCCCC;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-register .register-form-section .tml-register form .tml-field-wrap input::placeholder {
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-register .register-form-section .tml-register form .tml-field-wrap select {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #CCCCCC;
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("/wp-content/uploads/2024/07/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% - 10px) 50%;
}
#page-register .register-form-section .tml-register form .tml-field-wrap select::placeholder {
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-register .register-form-section .tml-register form .tml-field-wrap select option {
  font-family: "Myriad Pro", Arial, sans-serif;
}
#page-register .register-form-section .tml-register form .tml-field-wrap button {
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Myriad Pro", Arial, sans-serif;
  height: 49px;
  width: 250px;
  font-size: 15px;
  cursor: pointer;
}
#page-register .register-form-section .tml-register form .tml-field-wrap button:hover {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  transition: all 0.5s;
}
#page-register .register-form-section .tml-register form .tml-field-wrap.tml-indicator_hint-wrap {
  display: none;
}
#page-register .register-form-section .tml-register form .tml-field-wrap.tml-indicator-wrap {
  display: none;
}
#page-register .register-form-section .tml-register form .tml-user_email-wrap,
#page-register .register-form-section .tml-register form .tml-store_type-wrap,
#page-register .register-form-section .tml-register form .tml-user_url-wrap,
#page-register .register-form-section .tml-register form .tml-instagram-wrap,
#page-register .register-form-section .tml-register form .tml-facebook-wrap,
#page-register .register-form-section .tml-register form .tml-hear_about-wrap {
  width: 100%;
}
#page-register .register-form-section .tml-register form .tml-submit-wrap {
  padding-top: 10px;
}
#page-register .register-form-section .tml-register form .tml-user_pass1-wrap .strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}
#page-register .register-form-section .tml-register form .tml-user_pass1-wrap .very-weak, #page-register .register-form-section .tml-register form .tml-user_pass1-wrap .weak {
  background-color: #eab5b1;
  border-color: #e3a49f;
  opacity: 1;
}
#page-register .register-form-section .tml-register form .tml-user_pass1-wrap .moderate {
  background-color: #eab5b1;
  border-color: #e3a49f;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #page-register .tml-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
#page-register .tml-links .tml-login-link {
  margin-top: -52px;
  margin-right: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  #page-register .tml-links .tml-login-link {
    margin: 3px;
  }
}
#page-register .tml-links .tml-login-link a {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Myriad Pro", Arial, sans-serif;
  height: 49px;
  width: 250px;
  text-decoration: none;
  font-size: 15px;
  padding: 15px 95px;
}
#page-register .tml-links .tml-login-link a:hover {
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  transition: all 0.5s;
}
#page-register .tml-links .tml-lostpassword-link {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #page-register .tml-links .tml-lostpassword-link {
    margin-top: 25px;
  }
}
#page-register .tml-links .tml-lostpassword-link a {
  color: #BBBBBB;
  text-decoration: none;
  font-size: 20px;
  font-family: "Myriad Pro", Arial, sans-serif;
}

#page-wholesale {
  width: 100%;
  text-align: left;
  display: inline-block;
}
#page-wholesale .flexslider#flexslider-carousel {
  border: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel {
    margin: 0;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides {
  position: relative;
}
#page-wholesale .flexslider#flexslider-carousel .slides img {
  position: relative;
  top: 0;
  left: 0;
  height: calc(100vh - 234px) !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #page-wholesale .flexslider#flexslider-carousel .slides img {
    height: calc(100vh - 125px) !important;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides img {
    height: calc(100vh - 125px) !important;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content {
  position: absolute;
  width: calc(100% - 300px);
  z-index: 3;
  opacity: 1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content {
    left: 0 !important;
    bottom: 35px !important;
    padding: 30px 10px;
    text-align: center !important;
    top: auto !important;
    right: 0 !important;
    width: 100% !important;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.bottom-left, #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.top-left {
  text-align: left;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.bottom-right, #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.top-right {
  text-align: right;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.center-center, #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.center-top, #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.center-bottom {
  text-align: center;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-bottom-left {
  bottom: 33%;
  left: 135px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-bottom-left {
    left: 50px;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-center-center {
  top: 39%;
  left: 150px;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-top-left {
  top: 125px;
  left: 135px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-top-left {
    left: 50px;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-top-right {
  top: 125px;
  right: 135px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-top-right {
    right: 50px;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-bottom-right {
  bottom: 75px;
  right: 135px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-bottom-right {
    right: 50px;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-center-top {
  top: 100px;
  left: 150px;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content.content-center-bottom {
  bottom: 80px;
  left: 150px;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content h1 {
  color: #ffffff;
  margin-bottom: 25px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides .slide-content h1 {
    font-size: 30px;
    text-transform: unset;
  }
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content .cta-button {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 16px 30px;
}
#page-wholesale .flexslider#flexslider-carousel .slides .slide-content .cta-button:hover {
  background-color: #ffffff;
  color: #666666 !important;
  transition: all 0.5s;
}
#page-wholesale .flexslider#flexslider-carousel .slides li {
  height: calc(100vh - 350px);
  position: relative;
}
@media screen and (max-width: 991px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li {
    height: calc(100vh - 350px) !important;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li {
    height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li .image-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li .image-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li .image-mobile {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  #page-wholesale .flexslider#flexslider-carousel .slides li .image-mobile {
    height: 375px;
  }
}
#page-wholesale .flexslider#flexslider-carousel #slider-next a, #page-wholesale .flexslider#flexslider-carousel #slider-back a {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page-wholesale .flexslider#flexslider-carousel #slider-next a:hover, #page-wholesale .flexslider#flexslider-carousel #slider-back a:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
#page-wholesale .flexslider#flexslider-carousel #slider-next a:hover path, #page-wholesale .flexslider#flexslider-carousel #slider-back a:hover path {
  fill: #666666;
  fill-opacity: 1;
  shape-rendering: unset;
  transition: all 0.3s ease-in-out;
}
#page-wholesale .flexslider#flexslider-carousel #slider-next a {
  right: 60px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel #slider-next a {
    right: 10px;
  }
}
#page-wholesale .flexslider#flexslider-carousel #slider-back a {
  left: 60px;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel #slider-back a {
    left: 10px;
  }
}
#page-wholesale .flexslider#flexslider-carousel #slider-next,
#page-wholesale .flexslider#flexslider-carousel #slider-back {
  position: absolute;
  width: 150px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #page-wholesale .flexslider#flexslider-carousel #slider-next,
  #page-wholesale .flexslider#flexslider-carousel #slider-back {
    width: 50px;
  }
}
#page-wholesale .flexslider#flexslider-carousel #slider-back {
  left: 0;
}
#page-wholesale .flexslider#flexslider-carousel #slider-next {
  right: 0;
}
#page-wholesale .flexslider#flexslider-carousel .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  #page-wholesale .flexslider#flexslider-carousel .flex-control-nav {
    bottom: 0;
  }
}
#page-wholesale .flexslider#flexslider-carousel .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
}
#page-wholesale .flexslider#flexslider-carousel .flex-control-nav li a {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  cursor: pointer;
}
#page-wholesale .flexslider#flexslider-carousel .flex-control-nav li a:hover {
  background: #f3f3f3;
}
#page-wholesale .flexslider#flexslider-carousel .flex-control-nav li .flex-active {
  background-color: #ffffff;
}

#page-wholesale .icons-section {
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.4705882353);
  width: 100%;
  z-index: 1;
}
#page-wholesale .icons-section .icons-row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 3%;
}
@media screen and (max-width: 1100px) {
  #page-wholesale .icons-section .icons-row {
    align-items: center;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .icons-section .icons-row {
    flex-wrap: wrap;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
#page-wholesale .icons-section .icons-row .icon-item {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1100px) {
  #page-wholesale .icons-section .icons-row .icon-item {
    width: 48%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .icons-section .icons-row .icon-item {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
}
#page-wholesale .icons-section .icons-row .icon-item .content-wrapper {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
#page-wholesale .icons-section .icons-row .icon-item .content-wrapper .heading {
  font-size: 16px;
}

#page-wholesale .discover-our-products-section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section {
    padding: 30px 0;
  }
}
#page-wholesale .discover-our-products-section .row {
  padding: 0 20px 0;
  max-width: 1210px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row {
    flex-direction: column;
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row:first-child {
    padding: 0 20px 0;
  }
}
#page-wholesale .discover-our-products-section .row .col.left-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row .col.left-col {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row .col.left-col .heading-wrapper {
    margin-bottom: 20px;
  }
}
#page-wholesale .discover-our-products-section .row .col.left-col .heading-wrapper h2 {
  font-size: 25px;
  line-height: 1.3;
  color: #3A4C5A;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row .col.left-col .heading-wrapper h2 {
    font-size: 25px;
  }
}
#page-wholesale .discover-our-products-section .row .col.left-col .arrow-wrapper {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row .col.left-col .arrow-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    order: 3;
    justify-content: center;
  }
}
#page-wholesale .discover-our-products-section .row .col.left-col .arrow-wrapper .flex-arrow {
  background-color: #3A4C5A;
  border: 1px solid #3A4C5A;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#page-wholesale .discover-our-products-section .row .col.left-col .arrow-wrapper .flex-arrow:hover {
  background-color: #ffffff;
}
#page-wholesale .discover-our-products-section .row .col.left-col .arrow-wrapper .flex-arrow:hover path {
  fill: #3A4C5A;
}
#page-wholesale .discover-our-products-section .row .col.right-col {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col {
    margin: auto;
  }
}
#page-wholesale .discover-our-products-section .row .col.right-col .slides {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item {
  padding: 20px;
  border: 1px solid #ccc;
  width: calc(25% - 8px);
}
@media screen and (max-width: 1440px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 991px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item {
    width: calc(33.33% - 8px);
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item {
    width: 100%;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item a {
  text-decoration: none !important;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-icon {
  background-color: #3A4C5A;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: -10px;
  left: -10px;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail.with-hover:hover img {
  opacity: 0;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail.with-hover:hover .hover-image {
  opacity: 1;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail.with-hover .hover-image {
  opacity: 0;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 238px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .thumbnail img {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .product-code {
  font-size: 12px;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content a {
  font-size: 16px;
  font-weight: 400;
  color: #3A4C5A;
  margin: 5px 0;
  text-decoration: none;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content a:hover {
  color: #EAB5B1;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .price, #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .min-quantity {
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
  color: #53575A;
  text-decoration: none;
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .min-quantity {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .min-quantity {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .quantity-wrapper .quantity {
    justify-content: center;
  }
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .cart-btn,
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button, #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button.notify-me.cart-btn {
  height: 35px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 118px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .cart-btn,
  #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button, #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button.notify-me.cart-btn {
    margin: auto;
  }
}
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .cart-btn:hover,
#page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button:hover, #page-wholesale .discover-our-products-section .row .col.right-col .product-item .product-content .button.notify-me.cart-btn:hover {
  background-color: transparent;
  color: #EAB5B1;
}

#page-wholesale hr {
  height: 1px;
  margin: 25px 0 29px;
  background-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  #page-wholesale hr {
    margin: 0;
  }
}

.quantity-cart-wrapper {
  display: flex;
  gap: 15px;
}

.quantity-wrapper {
  margin-bottom: 12px;
  display: flex;
  gap: 15px;
}
.quantity-wrapper .quantity {
  display: flex;
  align-items: center;
}
.quantity-wrapper .quantity .minus,
.quantity-wrapper .quantity .plus {
  border: 1px solid #666666;
  color: #666666;
  padding: 5px 10px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  background-color: #ffffff;
}
.quantity-wrapper .quantity .minus:hover,
.quantity-wrapper .quantity .plus:hover {
  opacity: 0.5;
}
.quantity-wrapper .quantity .input-text {
  text-align: center;
  width: 35px;
  padding: 4px 0;
  height: 35px;
  border: 1px solid #666666;
  border-left: 0;
  border-right: 0;
  -moz-appearance: textfield;
}
.quantity-wrapper .quantity .input-text::-webkit-outer-spin-button, .quantity-wrapper .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#page-wholesale .categories-section .row {
  max-width: 1480px;
}
@media screen and (max-width: 991px) {
  #page-wholesale .categories-section .row {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 991px) {
  #page-wholesale .categories-section .row:first-child {
    padding: 0 20px 0;
  }
}
#page-wholesale .categories-section .row.text-row {
  padding-bottom: 0;
}
#page-wholesale .categories-section .row.text-row h2 {
  margin-bottom: 0;
}
#page-wholesale .categories-section .slides {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#page-wholesale .categories-section .product-item {
  padding: 20px;
  border: 1px solid #ccc;
  width: calc(20% - 8px);
}
@media screen and (max-width: 1440px) {
  #page-wholesale .categories-section .product-item {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 1200px) {
  #page-wholesale .categories-section .product-item {
    width: calc(33.33% - 8px);
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item {
    width: 100%;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#page-wholesale .categories-section .product-item a {
  text-decoration: none !important;
}
#page-wholesale .categories-section .product-item .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#page-wholesale .categories-section .product-item .thumbnail.with-hover:hover img {
  opacity: 0;
}
#page-wholesale .categories-section .product-item .thumbnail.with-hover:hover .hover-image {
  opacity: 1;
}
#page-wholesale .categories-section .product-item .thumbnail.with-hover .hover-image {
  opacity: 0;
}
#page-wholesale .categories-section .product-item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item .product-content {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}
#page-wholesale .categories-section .product-item .product-content a {
  font-size: 16px;
  font-weight: 400;
  color: #3A4C5A;
  margin: 5px 0;
  text-decoration: none;
}
#page-wholesale .categories-section .product-item .product-content a:hover {
  color: #EAB5B1;
}
#page-wholesale .categories-section .product-item .product-content .price, #page-wholesale .categories-section .product-item .product-content .min-quantity {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item .product-content .price, #page-wholesale .categories-section .product-item .product-content .min-quantity {
    margin-bottom: 2px;
  }
}
#page-wholesale .categories-section .product-item .product-content .min-quantity {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item .product-content .min-quantity {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item .product-content .quantity-wrapper .quantity {
    justify-content: center;
  }
}
#page-wholesale .categories-section .product-item .product-content .cart-btn,
#page-wholesale .categories-section .product-item .product-content .button {
  height: 35px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 118px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-wholesale .categories-section .product-item .product-content .cart-btn,
  #page-wholesale .categories-section .product-item .product-content .button {
    margin: auto;
  }
}
#page-wholesale .categories-section .product-item .product-content .cart-btn:hover,
#page-wholesale .categories-section .product-item .product-content .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}

#page-wholesale-faq .banner-row {
  justify-content: center;
}
#page-wholesale-faq h1 {
  text-align: center !important;
}
#page-wholesale-faq .wholesale-faq-section {
  padding: 50px 0;
}
#page-wholesale-faq .wholesale-faq-section .row {
  padding: 0 20px 0;
  max-width: 700px;
  width: 85%;
  margin: auto;
}
#page-wholesale-faq .wholesale-faq-section .row .trigger-plus-minus {
  background-color: #EAB5B1;
}
#page-wholesale-faq .wholesale-faq-section .row .trigger-plus-minus .horizontal, #page-wholesale-faq .wholesale-faq-section .row .trigger-plus-minus .vertical {
  background-color: #fff;
}
#page-wholesale-faq .wholesale-faq-section .row p {
  text-align: left;
}
#page-wholesale-faq .wholesale-faq-section .row h2 {
  text-align: left;
  padding: 25px 0;
}

#page-faq .banner-row {
  justify-content: center;
}
#page-faq h1 {
  text-align: center !important;
}
#page-faq .faq-section {
  padding: 50px 0;
}
#page-faq .faq-section .row {
  padding: 0 20px 0;
  max-width: 700px;
  width: 85%;
  margin: auto;
}
#page-faq .faq-section .row .trigger-plus-minus {
  background-color: #EAB5B1;
}
#page-faq .faq-section .row .trigger-plus-minus .horizontal, #page-faq .faq-section .row .trigger-plus-minus .vertical {
  background-color: #fff;
}
#page-faq .faq-section .row p, #page-faq .faq-section .row div, #page-faq .faq-section .row ul {
  text-align: left;
}
#page-faq .faq-section .row ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 15px;
}
#page-faq .faq-section .row h2 {
  text-align: left;
  padding: 25px 0;
}
#page-faq ol {
  list-style: auto;
  padding: 20px;
}

#page-products .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-products .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-products .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-products .categories-section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section {
    padding: 30px 0;
  }
}
#page-products .categories-section .row {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
#page-products .categories-section .row.text-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 32px;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #page-products .categories-section .row.text-row {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.text-row {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
#page-products .categories-section .row.text-row .col {
  width: 25%;
  min-width: 250px;
}
@media screen and (max-width: 991px) {
  #page-products .categories-section .row.text-row .col {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.text-row .col {
    width: 100%;
  }
}
#page-products .categories-section .row.text-row .col.right-col {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.text-row .col.right-col {
    width: 100%;
  }
}
#page-products .categories-section .row.text-row .col h2 {
  font-size: 20px;
  font-weight: 400;
}
#page-products .categories-section .row.text-row .col .content-wrapper {
  font-size: 14px;
  line-height: 2.29;
}
#page-products .categories-section .row.product-row .products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.85%;
  row-gap: 13px;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  #page-products .categories-section .row.product-row .products {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products {
    gap: 20px;
  }
}
#page-products .categories-section .row.product-row .products.logged-in {
  gap: 10px;
}
#page-products .categories-section .row.product-row .products .product-item {
  width: 32.1%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #page-products .categories-section .row.product-row .products .product-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item {
    width: 100%;
  }
}
#page-products .categories-section .row.product-row .products .product-item .img-wrapper {
  background-color: #ffffff;
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.05));
  margin-bottom: 20px;
  position: relative;
}
#page-products .categories-section .row.product-row .products .product-item .img-wrapper.with-hover:hover img {
  opacity: 0;
}
#page-products .categories-section .row.product-row .products .product-item .img-wrapper.with-hover:hover .hover-image {
  opacity: 1;
}
#page-products .categories-section .row.product-row .products .product-item .img-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
#page-products .categories-section .row.product-row .products .product-item .img-wrapper .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  height: 100%;
  opacity: 0;
}
#page-products .categories-section .row.product-row .products .product-item h2 {
  font-size: 20px;
  color: #666666;
  font-weight: 400;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in {
  padding: 20px;
  border: 1px solid #ccc;
  width: calc(25% - 8px);
}
@media screen and (max-width: 1440px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 1200px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in {
    width: calc(33.33% - 8px);
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in {
    width: 100%;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in a {
  text-decoration: none !important;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover:hover img {
  opacity: 0;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover:hover .hover-image {
  opacity: 1;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover .hover-image {
  opacity: 0;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail .product-icon {
  background-color: #3A4C5A;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: -10px;
  left: -10px;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 238px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .thumbnail img {
    max-height: 100%;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content a {
  font-size: 16px;
  font-weight: 400;
  color: #3A4C5A;
  margin: 5px 0;
  text-decoration: none;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content a:hover {
  color: #EAB5B1;
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .price, #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .price, #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
    margin-bottom: 2px;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .quantity-wrapper .quantity {
    justify-content: center;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn,
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .button {
  height: 35px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 118px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn,
  #page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .button {
    margin: auto;
  }
}
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn:hover,
#page-products .categories-section .row.product-row .products .product-item.logged-in .product-content .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}

.custom-single-product .banner-section {
  background-position: bottom;
  background-size: cover;
}
.custom-single-product .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .custom-single-product .banner-section .banner-title {
    margin-top: 0;
  }
}

.custom-single-product .product-details-section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-details-section {
    padding: 40px 0;
  }
}
.custom-single-product .product-details-section .row {
  display: flex;
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
  gap: 32px;
  justify-content: space-between;
}
.custom-single-product .product-details-section .row .product-gallery img {
  border: 1px solid #666;
}
.custom-single-product .product-details-section .row .product-gallery .woo-product-gallery-slider .wpgs-for .slick-list {
  overflow: visible;
}
.custom-single-product .product-details-section .row .product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.custom-single-product .product-details-section .row .product-gallery .flaticon-back {
  left: 0;
  padding-left: 10px;
}
.custom-single-product .product-details-section .row .product-gallery .flaticon-back::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/08/left-chevron-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.custom-single-product .product-details-section .row .product-gallery .flaticon-right-arrow::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/08/right-chevron.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-details-section .row {
    flex-direction: column;
  }
}
.custom-single-product .product-details-section .row .product-gallery {
  width: 54%;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-details-section .row .product-gallery {
    width: 100%;
  }
}
.custom-single-product .product-details-section .row .product-gallery img {
  width: 100%;
  height: auto;
}
.custom-single-product .product-details-section .row .product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.custom-single-product .product-details-section .row .product-gallery .woocommerce-product-gallery__wrapper img {
  width: 100px;
}
.custom-single-product .product-details-section .row .product-summary {
  text-align: left;
  width: 38.1%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-details-section .row .product-summary {
    width: 100%;
  }
}
.custom-single-product .product-details-section .row .product-summary h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 27px;
}
.custom-single-product .product-details-section .row .product-summary .product-price {
  display: flex;
  align-items: baseline;
}
.custom-single-product .product-details-section .row .product-summary .product-price .rrp {
  margin-right: auto;
}
.custom-single-product .product-details-section .row .product-summary .product-price .price {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 23px;
  margin-right: auto;
}
.custom-single-product .product-details-section .row .product-summary .product-description {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-bottom: 30px;
}
.custom-single-product .product-details-section .row .product-summary .product-description p {
  margin-bottom: 33px;
}
.custom-single-product .product-details-section .row .product-summary .product-description p:last-of-type {
  margin-bottom: 0;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart {
  margin-bottom: 12px;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart {
  display: flex;
  gap: 20px;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity {
  display: flex;
  align-items: center;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .minus,
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .plus {
  border: 1px solid #666666;
  color: #666666;
  padding: 5px 10px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .minus:hover,
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .plus:hover {
  opacity: 0.5;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .input-text {
  text-align: center;
  width: 50px;
  padding: 4px 0;
  height: 50px;
  border: 1px solid #666666;
  border-left: 0;
  border-right: 0;
  -moz-appearance: textfield;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .input-text::-webkit-outer-spin-button, .custom-single-product .product-details-section .row .product-summary .product-add-to-cart .cart .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .single_add_to_cart_button {
  height: 50px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 150px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.custom-single-product .product-details-section .row .product-summary .product-add-to-cart .single_add_to_cart_button:hover {
  background-color: transparent;
  color: #EAB5B1;
}

.custom-single-product .product-details-section .stock.out-of-stock {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: "Marcellus", serif;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary {
  border-color: #3A4C5A;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-heading {
  border-color: #3A4C5A;
  background-color: #3A4C5A;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-heading h4 {
  font-family: "Inter";
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body {
  padding: 20px;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body > .row {
  display: block;
  padding: 0;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body .col-md-12 {
  padding: 0;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body .form-group {
  margin-bottom: 0;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body input {
  padding: 15px 15px;
  border: 1px solid #CCCCCC;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body input::placeholder {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  color: #BBBBBB;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body .cwgstock_button {
  background: #E3A49F;
  border-color: #E3A49F;
  color: #ffffff;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-family: "Myriad Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
}
.custom-single-product .product-details-section .cwginstock-subscribe-form .panel-primary .panel-body .cwgstock_button:hover {
  background-color: #3A4C5A;
  border-color: #3A4C5A;
}

.custom-single-product .tabs-section {
  padding: 0 0 70px;
}
@media screen and (max-width: 991px) {
  .custom-single-product .tabs-section {
    padding: 40px 0;
  }
}
.custom-single-product .tabs-section .row {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}
.custom-single-product .tabs-section .tabs {
  display: flex;
  flex-direction: column;
}
.custom-single-product .tabs-section .tabs .tab-titles {
  list-style: none;
  padding: 0 0 25px;
  margin-bottom: 25px;
  display: flex;
  border-bottom: 1px solid #666666;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .custom-single-product .tabs-section .tabs .tab-titles {
    flex-direction: column;
    gap: 25px;
  }
}
.custom-single-product .tabs-section .tabs .tab-titles .tab-title {
  font-size: 20px;
  cursor: pointer;
}
.custom-single-product .tabs-section .tabs .tab-titles .tab-title.active, .custom-single-product .tabs-section .tabs .tab-titles .tab-title:hover {
  color: #EAB5B1;
}
.custom-single-product .tabs-section .tabs .tab-contents .tab-content {
  font-family: "Inter";
  color: #666666;
  display: none;
  background-color: #fff;
  text-align: left;
}
.custom-single-product .tabs-section .tabs .tab-contents .tab-content.active {
  display: block;
}
.custom-single-product .tabs-section .tabs .tab-contents .tab-content ul {
  list-style: disc;
  padding-left: 27px;
  margin-bottom: 0.9rem;
}

.custom-single-product .product-info-section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-info-section {
    padding: 40px 0;
  }
}
.custom-single-product .product-info-section .row {
  display: flex;
  margin: auto;
  max-width: 1180px;
  padding: 0 10px;
  gap: 150px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-info-section .row {
    flex-direction: column;
    gap: 20px;
  }
}
.custom-single-product .product-info-section .row .product-features {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-info-section .row .product-features {
    width: 100%;
  }
}
.custom-single-product .product-info-section .row .product-features .key-features-section .key-feature-title {
  text-align: left;
  margin-bottom: 20px;
}
.custom-single-product .product-info-section .row .product-features .key-features-section .key-feature-description {
  text-align: left;
  line-height: 32px;
}
.custom-single-product .product-info-section .row .product-accordion {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-info-section .row .product-accordion {
    width: 100%;
  }
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section {
  padding: 0 0 70px;
}
@media screen and (max-width: 991px) {
  .custom-single-product .product-info-section .row .product-accordion .accordion-section {
    padding: 40px 0;
  }
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .row {
  margin: auto;
  padding: 0 10px;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item {
  margin-bottom: 10px;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading {
  padding: 0 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  gap: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading.active, .custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading:hover {
  color: #EAB5B1;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading .accordion-toggle-icon {
  content: "+";
  transition: transform 0.3s ease;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading.active .accordion-toggle-icon {
  content: "-";
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-content {
  display: none;
  padding: 10px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: left;
}
.custom-single-product .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-content.active {
  display: block;
  padding: 10px;
}

.custom-single-product .related-products-section {
  background-color: #FFF6ED;
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .custom-single-product .related-products-section {
    padding: 40px 0;
  }
}
.custom-single-product .related-products-section .row {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}
.custom-single-product .related-products-section .row h2 {
  padding-bottom: 30px;
}
.custom-single-product .related-products-section .product-items {
  display: flex;
  gap: 7px;
}
@media screen and (max-width: 991px) {
  .custom-single-product .related-products-section .product-items {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.custom-single-product .related-products-section .product-items .product-item {
  width: calc(25% - 5px);
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .custom-single-product .related-products-section .product-items .product-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .custom-single-product .related-products-section .product-items .product-item {
    width: 100%;
  }
}
.custom-single-product .related-products-section .product-items .product-item .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-single-product .related-products-section .product-items .product-item .product-content {
    padding: 20px 0 0;
  }
}
.custom-single-product .related-products-section .product-items .product-item .product-content a {
  font-size: 16px;
  font-weight: 400;
  color: #3A4C5A;
  margin: 5px 0;
  text-decoration: none;
  display: block;
  min-height: 48px;
}
.custom-single-product .related-products-section .product-items .product-item .product-content a:hover {
  color: #EAB5B1;
}
.custom-single-product .related-products-section .product-items .product-item .product-content .product-code {
  font-size: 12px;
}
.custom-single-product .related-products-section .product-items .product-item .product-content .price, .custom-single-product .related-products-section .product-items .product-item .product-content .min-quantity {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .custom-single-product .related-products-section .product-items .product-item .product-content .price, .custom-single-product .related-products-section .product-items .product-item .product-content .min-quantity {
    margin-bottom: 2px;
  }
}
.custom-single-product .related-products-section .product-items .product-item .product-content .min-quantity {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .custom-single-product .related-products-section .product-items .product-item .product-content .min-quantity {
    margin-bottom: 10px;
  }
}
.custom-single-product .related-products-section .product-items .product-item .product-content .cart-btn,
.custom-single-product .related-products-section .product-items .product-item .product-content .button {
  height: 35px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 118px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.custom-single-product .related-products-section .product-items .product-item .product-content .cart-btn:hover,
.custom-single-product .related-products-section .product-items .product-item .product-content .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}

#page-my-account .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-my-account .banner-section .banner-row {
  justify-content: center;
}
#page-my-account .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-my-account .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-my-account .my-account-section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section {
    padding: 40px 0 20px;
  }
}
#page-my-account .my-account-section .row {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
#page-my-account .my-account-section .woocommerce-info {
  border-top-color: #EAB5B1;
}
#page-my-account .my-account-section .woocommerce-info:before {
  color: #EAB5B1;
}
#page-my-account .my-account-section .woocommerce-info .button {
  height: 50px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 200px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section .woocommerce-info .button {
    margin: 20px auto 0;
  }
}
#page-my-account .my-account-section .woocommerce-info .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}
#page-my-account .my-account-section .woocommerce {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  #page-my-account .my-account-section .woocommerce {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section .woocommerce {
    flex-direction: column;
    gap: 30px;
  }
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation {
  width: 21%;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li {
  text-align: left;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 20px;
  margin-bottom: 17px;
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "Marcellus", sans-serif;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #EAB5B1;
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #EAB5B1;
}
#page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-content {
  width: 74%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
#page-my-account .woocommerce-EditAccountForm .woocommerce-form-row :nth-child(3) {
  display: none;
}

#page-my-account .my-account-section.dashboard {
  font-size: 14px;
}
#page-my-account .my-account-section.dashboard a {
  font-weight: 700;
  text-decoration: none;
  color: #666666;
}
#page-my-account .my-account-section.dashboard a:hover {
  color: #EAB5B1;
}

#page-my-account .my-account-section.orders .woocommerce-orders-table {
  border: 0;
}
#page-my-account .my-account-section.orders .woocommerce-orders-table thead {
  background-color: #FFF6ED;
  border: 0;
}
#page-my-account .my-account-section.orders .woocommerce-orders-table thead th {
  font-size: 16px;
  font-weight: 400;
  padding: 13px 10px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table thead th {
    padding: 13px 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table thead th:first-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table thead th:first-child {
    padding-left: 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table thead th:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table thead th:last-child {
    padding-right: 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border: 0;
  padding: 13px 10px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table tbody td {
    padding: 13px 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td:first-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table tbody td:first-child {
    padding-left: 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.orders .woocommerce-orders-table tbody td:last-child {
    padding-right: 0;
  }
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td a {
  color: #3A4C5A;
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td a:hover {
  color: #EAB5B1;
}
#page-my-account .my-account-section.orders .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions a {
  background: transparent;
  font-weight: 400;
  padding: 0;
}

#page-my-account .my-account-section.edit-address .title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#page-my-account .my-account-section.edit-address .title .edit {
  font-size: 0;
}
#page-my-account .my-account-section.edit-address .title .edit:hover {
  opacity: 0.7;
}
#page-my-account .my-account-section.edit-address .title .edit:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2024/07/edit-icon.svg");
  vertical-align: sub;
}
#page-my-account .my-account-section.edit-address .woocommerce-MyAccount-content > p {
  margin-bottom: 15px;
}
#page-my-account .my-account-section.edit-address .woocommerce-Addresses {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  #page-my-account .my-account-section.edit-address .woocommerce-Addresses {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.edit-address .woocommerce-Addresses {
    gap: 30px;
    flex-direction: column;
  }
}
#page-my-account .my-account-section.edit-address .woocommerce-Addresses:before, #page-my-account .my-account-section.edit-address .woocommerce-Addresses:after {
  display: none;
}
#page-my-account .my-account-section.edit-address .woocommerce-Address {
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  #page-my-account .my-account-section.edit-address .woocommerce-Address {
    max-width: 100%;
  }
}
#page-my-account .my-account-section.edit-address .woocommerce-Address header h3 {
  font-size: 23px;
  font-weight: 400;
}
#page-my-account .my-account-section.edit-address .woocommerce-Address address {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 2;
  font-style: normal;
}
#page-my-account .my-account-section.edit-address form {
  max-width: 610px;
}
#page-my-account .my-account-section.edit-address form .form-row-last,
#page-my-account .my-account-section.edit-address form .form-row-first {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.edit-address form .form-row-last,
  #page-my-account .my-account-section.edit-address form .form-row-first {
    width: 100%;
  }
}
#page-my-account .my-account-section.edit-address form label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #666666;
}
#page-my-account .my-account-section.edit-address form label .required {
  color: #666666;
}
#page-my-account .my-account-section.edit-address form input {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 0 40px 0 16px;
  color: #BBBBBB;
}
#page-my-account .my-account-section.edit-address form .select2-container {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 14px 16px;
  color: #BBBBBB;
}
#page-my-account .my-account-section.edit-address form .select2-container .select2-selection {
  height: 50px;
  border: none;
  background: transparent;
  color: #BBBBBB;
  height: 100%;
}
#page-my-account .my-account-section.edit-address form .select2-container .select2-selection .select2-selection__rendered {
  line-height: 1.5;
}
#page-my-account .my-account-section.edit-address form .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translate(-50%, -50%);
}
#page-my-account .my-account-section.edit-address form legend {
  font-size: 16px;
  padding: 10px 0;
}
#page-my-account .my-account-section.edit-address form .woocommerce-form-row {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}
#page-my-account .my-account-section.edit-address form .woocommerce-form-row span em {
  font-weight: 600;
}
#page-my-account .my-account-section.edit-address form .woocommerce-form-row .show-password-input {
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
}
#page-my-account .my-account-section.edit-address form .woocommerce-form-row .show-password-input:after {
  margin: 0;
}
#page-my-account .my-account-section.edit-address form .woocommerce-Button {
  height: 50px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 250px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin: 20px auto 0;
}

#page-my-account .my-account-section.edit-account form {
  max-width: 610px;
}
#page-my-account .my-account-section.edit-account form .form-row-last,
#page-my-account .my-account-section.edit-account form .form-row-first {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #page-my-account .my-account-section.edit-account form .form-row-last,
  #page-my-account .my-account-section.edit-account form .form-row-first {
    width: 100%;
  }
}
#page-my-account .my-account-section.edit-account form label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #666666;
}
#page-my-account .my-account-section.edit-account form label .required {
  color: #666666;
}
#page-my-account .my-account-section.edit-account form input {
  height: 50px;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  padding: 0 40px 0 16px;
  color: #BBBBBB;
}
#page-my-account .my-account-section.edit-account form legend {
  font-size: 16px;
  padding: 10px 0;
}
#page-my-account .my-account-section.edit-account form .woocommerce-form-row {
  font-family: "Inter", sans-serif;
  font-size: 12px;
}
#page-my-account .my-account-section.edit-account form .woocommerce-form-row span em {
  font-weight: 600;
}
#page-my-account .my-account-section.edit-account form .woocommerce-form-row .show-password-input {
  top: 50%;
  right: 15px;
  transform: translate(-50%, -50%);
}
#page-my-account .my-account-section.edit-account form .woocommerce-form-row .show-password-input:after {
  margin: 0;
}
#page-my-account .my-account-section.edit-account form .woocommerce-Button {
  height: 50px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 250px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin: 20px auto 0;
}

#page-cart .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-cart .banner-section .banner-row {
  justify-content: center;
}
#page-cart .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-cart .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-cart .cart-section {
  padding: 50px 0;
}
#page-cart .cart-section .row {
  padding: 0 20px 0;
  max-width: 1210px;
  margin: auto;
}
#page-cart .cart-section .row .free-shipping-progress-bar {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
#page-cart .cart-section .row .continue-shopping-button-cart {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#page-cart .cart-section .row .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
#page-cart .cart-section .row .flex-item {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  #page-cart .cart-section .row .flex-item {
    width: 100%;
  }
}
#page-cart .cart-section .row .middle {
  flex: 2;
}
@media screen and (max-width: 991px) {
  #page-cart .cart-section .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #page-cart .cart-section .row {
    padding: 20px 20px 0;
  }
}
#page-cart .cart-section .row .button {
  height: 50px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  min-width: 150px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 1.6px;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page-cart .cart-section .row .button {
    margin: auto;
  }
}
#page-cart .cart-section .row .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}
#page-cart .cart-section .row .screen-reader-text {
  color: #ccc;
}
#page-cart .cart-section .row #coupon_code {
  margin: 3px;
  height: 49px;
  font-family: "Inter";
  font-size: 16px;
  min-width: 150px;
  padding: 12px;
}
#page-cart .cart-section .row .quantity {
  display: flex;
  align-items: center;
}
#page-cart .cart-section .row .quantity .minus,
#page-cart .cart-section .row .quantity .plus {
  border: 1px solid #666666;
  color: #666666;
  padding: 5px 10px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
}
#page-cart .cart-section .row .quantity .minus:hover,
#page-cart .cart-section .row .quantity .plus:hover {
  opacity: 0.5;
}
#page-cart .cart-section .row .quantity .input-text {
  text-align: center;
  width: 50px;
  padding: 4px 0;
  height: 50px;
  border: 1px solid #666666;
  border-left: 0;
  border-right: 0;
  -moz-appearance: textfield;
}
#page-cart .cart-section .row .quantity .input-text::-webkit-outer-spin-button, #page-cart .cart-section .row .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#page-cart .cart-section .row .cart_totals .form-row .input-text {
  width: 100%;
  padding: 10px;
  height: 30px;
  border: 1px solid #666666;
  font-size: 14px;
  -moz-appearance: textfield;
}
#page-cart .cart-section .row .cart_totals .form-row .input-text::-webkit-outer-spin-button, #page-cart .cart-section .row .cart_totals .form-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#page-cart .cart-section .row .cart_totals .woocommerce-shipping-destination, #page-cart .cart-section .row .cart_totals .billing-address {
  display: none;
}

#single-post .single-post-section {
  padding: 30px 0 50px;
}

#page-retailer-resources .banner-section {
  padding: 0 0 30px;
  justify-content: center;
}
#page-retailer-resources .banner-section .banner-row {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 127px;
}
@media screen and (max-width: 767px) {
  #page-retailer-resources .banner-section .banner-row {
    padding-top: 0;
  }
}

#page-retailer-resources .content-section {
  padding: 22px 0 0;
}
#page-retailer-resources .content-section .row {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

#page-retailer-resources .resources-section {
  padding: 40px 0;
}
#page-retailer-resources .resources-section .row {
  max-width: 1600px;
  margin: 0 auto;
}
#page-retailer-resources .resources-section .row h2 {
  margin-bottom: 38px;
}
#page-retailer-resources .resources-section .resources-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
}
#page-retailer-resources .resources-section .resources-row .resource-item {
  width: 33.33%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-retailer-resources .resources-section .resources-row .resource-item {
    width: 100%;
  }
}
#page-retailer-resources .resources-section .resources-row .resource-item.link:hover h3 {
  color: #EAB5B1;
}
#page-retailer-resources .resources-section .resources-row .resource-item.link:hover .resource-image:after {
  opacity: 0.7;
}
#page-retailer-resources .resources-section .resources-row .resource-item.link .resource-image {
  position: relative;
}
#page-retailer-resources .resources-section .resources-row .resource-item.link .resource-image:after {
  content: "";
  display: block;
  height: calc(100% - 5px);
  width: 100%;
  background-color: #EAB5B1;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  top: 0;
}
#page-retailer-resources .resources-section .resources-row .resource-item .resource-image {
  margin-bottom: 10px;
}
#page-retailer-resources .resources-section .resources-row .resource-item .resource-image img {
  width: 100%;
}
#page-retailer-resources .resources-section .resources-row .resource-item h3 {
  color: #666666;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

#page-checkout .banner-section {
  background-position: bottom;
  background-size: cover;
}
#page-checkout .banner-section .banner-row {
  justify-content: center;
}
#page-checkout .banner-section .banner-title {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page-checkout .banner-section .banner-title {
    margin-top: 0;
  }
}

#page-checkout .checkout-section {
  padding: 50px 0;
}
#page-checkout .checkout-section .row {
  padding: 0 20px 0;
  max-width: 1140px;
  margin: auto;
}
#page-checkout .checkout-section .row h3 {
  text-align: left;
}
#page-checkout .checkout-section .row .col2-set {
  padding-bottom: 50px;
}
#page-checkout .checkout-section .row label {
  display: none;
}
#page-checkout .checkout-section .row input, #page-checkout .checkout-section .row textarea {
  min-height: 50px;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-checkout .checkout-section .row input::placeholder, #page-checkout .checkout-section .row textarea::placeholder {
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-checkout .checkout-section .row .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #CCCCCC;
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  line-height: 50px !important;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("/wp-content/uploads/2024/07/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% - 10px) 50%;
  border-radius: 0px;
}
#page-checkout .checkout-section .row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
#page-checkout .checkout-section .row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
  color: #BBBBBB;
}
#page-checkout .checkout-section .row .select2-container--default .select2-selection--single .select2-selection__rendered::title {
  color: #BBBBBB;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
}
#page-checkout .checkout-section .row .select2-container--default .select2-selection--single .select2-selection__rendered option {
  font-family: "Myriad Pro", Arial, sans-serif;
}
#page-checkout .checkout-section .row .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
#page-checkout .checkout-section .row div.col-2 #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#page-checkout .checkout-section .woocommerce-billing-fields input,
#page-checkout .checkout-section .woocommerce-billing-fields textarea,
#page-checkout .checkout-section .woocommerce-billing-fields select,
#page-checkout .checkout-section .woocommerce-billing-fields .select2-selection {
  background-color: #f0f0f0; /* Light grey background to indicate disabled */
  color: #666; /* Grey text color */
  border: 1px solid #ccc; /* Light grey border */
  cursor: not-allowed; /* Show a not-allowed cursor to indicate the field is disabled */
  pointer-events: none; /* Disable interactions like typing */
}
#page-checkout .checkout-section .woocommerce-billing-fields .select2-selection__rendered {
  color: #666 !important; /* Grey text color */
  cursor: not-allowed; /* Show a not-allowed cursor to indicate the field is disabled */
  pointer-events: none; /* Disable interactions like typing */
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #E3A49F !important;
  color: #FFFFFF !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #E3A49F;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout-payment .place-order #place_order {
  height: 50px;
  background-color: #E3A49F !important;
  border: 1px solid #E3A49F;
  min-width: 150px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 1.6px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.woocommerce-checkout-payment .place-order #place_order:hover {
  background-color: #FFFFFF !important;
  color: #E3A49F !important;
}

.woocommerce-shipping-totals label {
  display: block !important;
}

.woocommerce-shipping-totals li {
  margin-bottom: 0 !important;
}

/**** Checkout New Styling *****/
.woocommerce-checkout-payment {
  background-color: rgba(227, 164, 159, 0.15) !important;
}
.woocommerce-checkout-payment ul.payment_methods {
  border-bottom: 1px solid #E3A49F !important;
}
.woocommerce-checkout-payment .place-order #place_order {
  height: 50px;
  background-color: #E3A49F !important;
  border: 1px solid #E3A49F;
  min-width: 150px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter";
  letter-spacing: 1.6px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.woocommerce-checkout-payment .place-order #place_order:hover {
  background-color: #FFFFFF !important;
  color: #E3A49F !important;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #E3A49F !important;
  color: #FFFFFF !important;
}
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #E3A49F;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #E3A49F;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
  color: #FFFFFF;
}

.woocommerce-shipping-totals label {
  display: block !important;
}

.woocommerce-shipping-totals li {
  margin-bottom: 0 !important;
}

.custom-checkout-fields {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.custom-checkout-fields .options-wrapper {
  display: flex;
  align-items: center;
}
.custom-checkout-fields label {
  display: inline-block !important;
  margin-right: 10px;
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
}
.custom-checkout-fields input[type=checkbox] {
  margin-right: 10px;
  min-height: auto !important;
}

.woocommerce-order-details {
  padding-top: 20px;
}

.woocommerce-thankyou-order-details {
  width: fit-content;
  margin: 0 auto 3em !important;
}

.billing-address {
  display: none;
}

#page-shipping-terms .shipping-terms-section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #page-shipping-terms .shipping-terms-section {
    padding: 30px 0;
  }
}
#page-shipping-terms .shipping-terms-section .row {
  max-width: 1210px;
  padding: 0 35px;
  margin: 0 auto;
}
#page-shipping-terms .shipping-terms-section .row .shipping-terms-content {
  text-align: left;
  line-height: 32px;
}
#page-shipping-terms .shipping-terms-section .row .shipping-terms-content ul li {
  list-style-type: disc;
  font-family: "Inter";
}
#page-shipping-terms .shipping-terms-section .row .shipping-terms-content p {
  font-size: 13px;
}

#single-retailer-resource .retailer-resource-section {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section {
    padding: 40px 0;
  }
}
#single-retailer-resource .retailer-resource-section .row {
  display: flex;
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
  gap: 32px;
  justify-content: space-between;
}
#single-retailer-resource .retailer-resource-section .row.full-col {
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section .row.full-col {
    flex-direction: column;
  }
}
#single-retailer-resource .retailer-resource-section .row.full-col .col {
  width: 38.1%;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section .row.full-col .col {
    width: 100%;
  }
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery {
  width: 54%;
  position: relative;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section .row .resource-gallery {
    width: 100%;
  }
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider {
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .slides .slide {
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .slides .slide img {
  width: 100%;
  height: auto;
  display: block;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .slides .slide .single-btn {
  position: absolute;
  top: 0;
  left: 0;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .slides .slide .single-btn img {
  width: 40px;
  padding: 10px;
  background: #fff;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .prev, #single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .next {
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  cursor: pointer;
  z-index: 2;
  background: none;
  border: none;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .prev img, #single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .next img {
  width: 40px;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .prev.prev, #single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .next.prev {
  left: 0;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .prev.next, #single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .next.next {
  right: 0;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .prev.disabled, #single-retailer-resource .retailer-resource-section .row .resource-gallery .slider .next.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .thumbnails {
  display: flex;
  margin-top: 10px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .thumbnails .thumbnail {
  flex: 0 0 25%;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease, border 0.3s ease;
  padding: 5px;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .thumbnails .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #666;
}
#single-retailer-resource .retailer-resource-section .row .resource-gallery .thumbnails .thumbnail img.active {
  border: 2px solid #000;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section .row {
    flex-direction: column;
  }
}
#single-retailer-resource .retailer-resource-section .row .resource-summary {
  text-align: left;
  width: 38.1%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section .row .resource-summary {
    width: 100%;
  }
}
#single-retailer-resource .retailer-resource-section .row .resource-summary h2 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 27px;
}
#single-retailer-resource .retailer-resource-section .row .resource-summary .image-title {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
#single-retailer-resource .retailer-resource-section .row .resource-summary .resource-description {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-bottom: 30px;
}
#single-retailer-resource .retailer-resource-section .row .resource-summary .resource-description p {
  margin-bottom: 33px;
}
#single-retailer-resource .retailer-resource-section .row .resource-summary .resource-description p:last-of-type {
  margin-bottom: 0;
}
#single-retailer-resource .retailer-resource-section #resource-specification {
  font-size: 16px;
  line-height: 2;
  color: #666666;
  margin-bottom: 30px;
  margin: auto;
  max-width: 1180px;
  padding: 20px 20px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .retailer-resource-section #resource-specification {
    padding-top: 0;
  }
}
#single-retailer-resource .retailer-resource-section #resource-specification .row {
  flex-direction: column;
  padding: 0;
  gap: 0;
  display: block;
}
#single-retailer-resource .retailer-resource-section #resource-specification .row .content-wrapper {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
#single-retailer-resource .retailer-resource-section #resource-specification .row .content-wrapper .col {
  width: 30%;
}
#single-retailer-resource .retailer-resource-section #resource-specification .row .content-wrapper .col.specs {
  font-weight: 700;
}
#single-retailer-resource .retailer-resource-section #resource-specification .row .content-wrapper .col.specs-value {
  width: 65%;
}
#single-retailer-resource .retailer-resource-section .resource-file {
  text-align: left;
  max-width: 1180px;
  padding: 0 20px;
  margin: auto;
}
#single-retailer-resource .retailer-resource-section .p-0 {
  padding-left: 0;
}
#single-retailer-resource .retailer-resource-section .copy-description {
  margin-top: 20px;
  text-align: left;
  max-width: 1180px;
  padding: 10px 20px 0px;
  margin: auto;
}
#single-retailer-resource .retailer-resource-section .copy-description button {
  background-color: #EAB5B1;
  border: 1px solid #EAB5B1;
  text-transform: uppercase;
  font-family: "Inter";
  letter-spacing: 1.6px;
  padding: 12px 22px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.5s;
  display: inline-block;
  font-size: 16px;
}
#single-retailer-resource .product-info-section {
  padding: 50px 0;
  display: none;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .product-info-section {
    padding: 40px 0;
  }
}
#single-retailer-resource .product-info-section .row {
  display: flex;
  margin: auto;
  max-width: 1180px;
  padding: 0 10px;
  gap: 150px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .product-info-section .row {
    flex-direction: column;
    gap: 20px;
  }
}
#single-retailer-resource .product-info-section .row .product-features {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .product-info-section .row .product-features {
    width: 100%;
  }
}
#single-retailer-resource .product-info-section .row .product-features .key-features-section .key-feature-title {
  text-align: left;
  margin-bottom: 20px;
}
#single-retailer-resource .product-info-section .row .product-features .key-features-section .key-feature-description {
  text-align: left;
  line-height: 32px;
}
#single-retailer-resource .product-info-section .row .product-accordion {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .product-info-section .row .product-accordion {
    width: 100%;
  }
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section {
  padding: 0 0 70px;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .product-info-section .row .product-accordion .accordion-section {
    padding: 40px 0;
  }
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .row {
  margin: auto;
  padding: 0 10px;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item {
  margin-bottom: 10px;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading {
  padding: 0 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  gap: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading.active, #single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading:hover {
  color: #EAB5B1;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading .accordion-toggle-icon {
  content: "+";
  transition: transform 0.3s ease;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-heading.active .accordion-toggle-icon {
  content: "-";
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-content {
  display: none;
  padding: 10px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: left;
}
#single-retailer-resource .product-info-section .row .product-accordion .accordion-section .accordion .accordion-item .accordion-content.active {
  display: block;
  padding: 10px;
}
#single-retailer-resource .single-product-accordion {
  display: flex;
  margin: auto;
  max-width: 1180px;
  padding: 0 10px;
  gap: 150px;
  justify-content: space-between;
  padding-top: 30px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .single-product-accordion {
    flex-direction: column;
    gap: 20px;
  }
}
#single-retailer-resource .single-product-accordion .product-features {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .single-product-accordion .product-features {
    width: 100%;
  }
}
#single-retailer-resource .single-product-accordion .product-accordion {
  width: 50%;
}
@media screen and (max-width: 991px) {
  #single-retailer-resource .single-product-accordion .product-accordion {
    width: 100%;
  }
}
#single-retailer-resource .single-product-accordion .accordion-item .accordion-content.active {
  display: block;
  padding: 10px;
}
#single-retailer-resource .single-product-accordion .accordion-item .accordion-content {
  display: none;
  padding: 10px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: left;
}
#single-retailer-resource .single-product-accordion .accordion-item .accordion-heading.active {
  color: #EAB5B1;
}
#single-retailer-resource .single-product-accordion .accordion-item .accordion-heading {
  padding: 0 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  gap: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#retail-resources-html-generator {
  display: flex;
  justify-content: space-evenly;
}
#retail-resources-html-generator .generator-col {
  width: 45%;
}
#retail-resources-html-generator .generator-col form .row {
  display: flex;
  margin-bottom: 20px;
}
#retail-resources-html-generator .generator-col form input,
#retail-resources-html-generator .generator-col form textarea {
  max-width: 300px;
  width: 95%;
  font-size: 14px;
  height: 100%;
  padding: 8px 10px;
  margin-right: 15px;
}
#retail-resources-html-generator .generator-col form .delete-row-btn {
  position: relative;
  width: 20px;
  height: 20px;
  transform: translateY(30%);
}
#retail-resources-html-generator .generator-col form .delete-row-btn:hover {
  opacity: 0.7;
}
#retail-resources-html-generator .generator-col form .delete-row-btn:before, #retail-resources-html-generator .generator-col form .delete-row-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #000000;
}
#retail-resources-html-generator .generator-col form .delete-row-btn:before {
  transform: rotate(45deg);
}
#retail-resources-html-generator .generator-col form .delete-row-btn:after {
  transform: rotate(-45deg);
}
#retail-resources-html-generator .generator-col button {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 15px;
  margin-right: 15px;
}
#retail-resources-html-generator .generator-col button:hover {
  color: #000000;
  background-color: #ffffff;
}
#retail-resources-html-generator .generator-col button.reset-btn {
  background-color: #800000;
  border: 2px solid #800000;
  color: #ffffff;
}
#retail-resources-html-generator .generator-col button.reset-btn:hover {
  color: #800000;
  background-color: #ffffff;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.banner-section {
  min-height: 207px;
  position: relative;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .banner-section {
    height: 200px !important;
    min-height: 200px;
  }
}
.banner-section:before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .banner-section:before {
    display: block;
  }
}
.banner-section .banner-row {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1211px;
  padding: 0 20px;
  margin: auto;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-section .banner-row .banner-title {
    width: 100%;
  }
}
.banner-section .banner-row h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.become-a-stockist-section {
  padding: 46px 0;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .become-a-stockist-section {
    padding: 0;
  }
}
.become-a-stockist-section:before {
  display: none;
}
.become-a-stockist-section .row {
  max-width: 800px;
  margin-left: auto;
  padding: 0;
  text-align: left;
  background-color: rgba(58, 76, 90, 0.75);
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .become-a-stockist-section .row {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .become-a-stockist-section .row {
    padding: 20px;
  }
}
.become-a-stockist-section .row.text-row {
  padding: 50px 50px 62px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .become-a-stockist-section .row.text-row {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .become-a-stockist-section .row.text-row {
    padding: 20px;
  }
}
.become-a-stockist-section .row .heading-wrapper h2 {
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .become-a-stockist-section .row .heading-wrapper h2 {
    font-size: 25px;
    padding-bottom: 21px;
  }
}
.become-a-stockist-section .row .content-wrapper {
  font-family: "Marcellus", sans-serif;
  font-size: 40px;
  line-height: 1.125;
  margin: 0;
  max-width: 500px;
  color: #ffffff;
  text-align: left;
  filter: drop-shadow(4px 4px 10px #1A0500) drop-shadow(0 0 50px #000000);
}
@media screen and (max-width: 991px) {
  .become-a-stockist-section .row .content-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .become-a-stockist-section .row .content-wrapper {
    font-size: 25px;
  }
}
.become-a-stockist-section .row .btn-wrapper {
  text-align: left;
  margin-top: 25px;
}

.categories-section {
  padding: 50px 0;
  overflow: auto;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .categories-section {
    padding: 30px 0;
  }
}
.categories-section .row {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
.categories-section .row.text-row {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 32px;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .categories-section .row.text-row {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.text-row {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
.categories-section .row.text-row .col {
  width: 25%;
  min-width: 250px;
}
@media screen and (max-width: 991px) {
  .categories-section .row.text-row .col {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.text-row .col {
    width: 100%;
  }
}
.categories-section .row.text-row .col.right-col {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .categories-section .row.text-row .col.right-col {
    width: 100%;
  }
}
.categories-section .row.text-row .col h2 {
  font-size: 25px;
  font-weight: 400;
}
.categories-section .row.text-row .col .content-wrapper {
  font-size: 14px;
  line-height: 2.29;
}
.categories-section .row.product-row .products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.85%;
  row-gap: 13px;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .categories-section .row.product-row .products {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products {
    gap: 20px;
  }
}
.categories-section .row.product-row .products.logged-in {
  gap: 10px;
}
.categories-section .row.product-row .products .product-item {
  width: 32.1%;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .categories-section .row.product-row .products .product-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item {
    width: 100%;
  }
}
.categories-section .row.product-row .products .product-item .img-wrapper {
  background-color: #ffffff;
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.05));
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 395px;
}
.categories-section .row.product-row .products .product-item .img-wrapper.with-hover:hover img {
  opacity: 0;
}
.categories-section .row.product-row .products .product-item .img-wrapper.with-hover:hover .hover-image {
  opacity: 1;
}
.categories-section .row.product-row .products .product-item .img-wrapper img {
  transition: opacity 0.8s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categories-section .row.product-row .products .product-item .img-wrapper .hover-image {
  position: absolute;
  opacity: 0;
}
.categories-section .row.product-row .products .product-item h2,
.categories-section .row.product-row .products .product-item h3 {
  font-size: 20px;
  color: #666666;
  font-weight: 400;
}
.categories-section .row.product-row .products .product-item h2 a,
.categories-section .row.product-row .products .product-item h3 a {
  text-decoration: none;
  color: #666666;
}
.categories-section .row.product-row .products .product-item h2 a:hover,
.categories-section .row.product-row .products .product-item h3 a:hover {
  color: #EAB5B1;
}
.categories-section .row.product-row .products .product-item.logged-in {
  padding: 20px;
  border: 1px solid #ccc;
  width: calc(25% - 8px);
}
@media screen and (max-width: 1440px) {
  .categories-section .row.product-row .products .product-item.logged-in {
    width: calc(25% - 8px);
  }
}
@media screen and (max-width: 1200px) {
  .categories-section .row.product-row .products .product-item.logged-in {
    width: calc(33.33% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in {
    width: 100%;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.categories-section .row.product-row .products .product-item.logged-in a {
  text-decoration: none !important;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover:hover img {
  opacity: 0;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover:hover .hover-image {
  opacity: 1;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail.with-hover .hover-image {
  opacity: 0;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail .product-icon {
  background-color: #3A4C5A;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.categories-section .row.product-row .products .product-item.logged-in .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 238px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .thumbnail img {
    max-height: 100%;
  }
}
.categories-section .row.product-row .products .product-item.logged-in .product-content {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .product-content {
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
  }
}
.categories-section .row.product-row .products .product-item.logged-in .product-content a {
  font-size: 16px;
  font-weight: 400;
  color: #3A4C5A;
  margin: 5px 0;
  text-decoration: none;
}
.categories-section .row.product-row .products .product-item.logged-in .product-content a:hover {
  color: #EAB5B1;
}
.categories-section .row.product-row .products .product-item.logged-in .product-content .product-code {
  font-size: 12px;
}
.categories-section .row.product-row .products .product-item.logged-in .product-content .price, .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
  font-size: 16px;
  font-family: "Inter";
  line-height: 2;
  color: #53575A;
  margin-bottom: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .product-content .price, .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
    margin-bottom: 2px;
  }
}
.categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .product-content .min-quantity {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .product-content .quantity-wrapper .quantity {
    justify-content: center;
  }
}
.categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn,
.categories-section .row.product-row .products .product-item.logged-in .product-content .button {
  height: 35px;
  background-color: #E3A49F;
  border: 1px solid #E3A49F;
  width: 118px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn,
  .categories-section .row.product-row .products .product-item.logged-in .product-content .button {
    margin: auto;
  }
}
.categories-section .row.product-row .products .product-item.logged-in .product-content .cart-btn:hover,
.categories-section .row.product-row .products .product-item.logged-in .product-content .button:hover {
  background-color: transparent;
  color: #EAB5B1;
}

/*# sourceMappingURL=styles.css.map */
