/* Media queries */
/*
| New
*/
/*
| Breakpoints
*/
/* Variables */
/* Useful mixins */
/*
| Colours
*/
/*
| Brands
*/
/* My account page */
/*
| Systemised array of colours
*/
/* Variables: Mobile */
/* Useful mixins */
/**
 * Global
 */
/* Layout */
/* My account */
/**
 * Page-wise
 */
/* My account */
/* Variables: Desktop */
/**
 * Global
 */
/**
* My account
*/
/**
 * Global
 */
/* Bootstrap */
/**
* Bootstrap styles
*/
/* Single product */
/* Global: Product */
/* Quick search */
/* Quick view */
/* Useful mixins */
/**
 * Global
 */
/* Layout */
/* My account */
/**
 * Page-wise
 */
/* My account */
/**
 * Global
 */
/**
* My account
*/
.bg-beauty {
  display: flex;
  justify-content: center;
  width: 7.5rem;
  background-color: #3879f0;
  color: #fff;
}
.bg-beauty:hover {
  background-color: #e219c7;
  color: #fff;
}

.six ul li .text, .four .text, .three .text, .two li .text, .one .text {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .six ul li .text, .four .text, .three .text, .two li .text, .one .text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.circle .shadow::after, .circle .shadow, .six ul li .circle img, .six ul li .circle .image {
  border-radius: 50% !important;
}

.four a .image, .three a .image, .two li a .image, .one a .image {
  overflow: hidden !important;
}

.archive-product-pane {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/*
| Quick Order
*/
.widget_shopping_cart #quick-order {
  padding: 0.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #4FCE5D;
  color: #fff;
  border: 2px solid #4FCE5D;
  border-radius: 0.25rem;
  -webkit-transition: border 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
  -moz-transition: border 0.4s ease-out false, background-color 0.4s ease-out false, color 0.4s ease-out false;
  -o-transition: border 0.4s ease-out false, background-color 0.4s ease-out false, color 0.4s ease-out false;
  transition: border 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
}
.widget_shopping_cart #quick-order:hover {
  border: 2px solid #4FCE5D;
  background-color: transparent;
  color: #4FCE5D;
}

/**
 * --- Mobile ---
 * 1. Hamburger menu
 * 2. Branding
 * 3. Ellipsis menu
 * 
 * --- Desktop ---
 * 1. Information bar
 * 2. Branding
 * 3. Search
 * 4. User area, Full-view
 * 5. Wishlist
 * Main menu row
 */
/**
 * Disapproved: Gradient for welcome
 */
.greet {
  position: relative;
}

/**
 * Site name
 */
.beauty,
.re {
  font-size: 1.5rem;
  font-weight: 700;
}

.beauty {
  color: #e219c7;
  letter-spacing: 0;
}
.beauty:hover {
  color: #e219c7;
}

.re,
.re:hover {
  color: #3879f0;
}

#mobile-header {
  position: fixed;
  height: 3.35rem;
  top: 0;
  right: 0;
  left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0003;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}
#mobile-header.headroom--pinned {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #mobile-header.headroom--pinned {
    height: initial;
  }
}
#mobile-header.headroom--unpinned {
  top: -6.3rem;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media only screen and (min-width: 768px) {
  #mobile-header {
    position: relative;
    height: initial;
    border-bottom-width: none;
    border-bottom-style: none;
    border-bottom-color: none;
  }
}

[dir=rtl] #lang {
  margin-right: initial;
  margin-left: 0.5rem;
}

#lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #lang {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  [dir=rtl] #infobar-right a.tooltip > span {
    right: initial;
    left: 0;
  }
  [dir=rtl] #infobar-right a#whatsapp.tooltip span::before {
    right: initial;
    left: 0.5rem;
  }
  [dir=rtl] #infobar-right a#last.tooltip span {
    right: initial;
    left: 0;
  }
  [dir=rtl] #infobar-right a#last.tooltip span::before {
    right: initial;
    left: 0.5rem;
  }
  [dir=rtl] #infobar-left a.tooltip > span {
    right: 0;
  }

  #infobar {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 2.25rem;
    background-color: #000;
    z-index: 99999;
  }
  #infobar .infobar-content {
    position: relative;
    display: flex;
    max-width: 1200px;
    padding: 0.5em 1em;
    font-size: 0.9em;
    color: #fff;
  }
  #infobar .infobar-content a {
    font-size: 0.9em;
  }

  #infobar-left,
#infobar-right {
    display: flex;
    width: 50%;
  }

  #infobar-left a.tooltip > span {
    left: 0;
  }
  #infobar-left a#last.tooltip span {
    left: -130px;
  }
  #infobar-left a#last.tooltip span::before {
    left: 138px;
  }
  #infobar-left a#whatsapp.tooltip span {
    left: -42%;
  }
  #infobar-left a#whatsapp.tooltip span::before {
    left: 10.5em;
  }

  #infobar-right {
    justify-content: flex-end;
  }
  #infobar-right a.tooltip > span {
    right: 0;
  }
  #infobar-right a#last.tooltip span {
    right: 0;
  }
  #infobar-right a#last.tooltip span::before {
    right: 0.5rem;
  }
  #infobar-right a#whatsapp.tooltip span::before {
    right: 0.5rem;
  }

  .info-tips {
    text-decoration: none;
    color: #fff;
    opacity: 1;
    transition: color 0.5s;
  }
  .info-tips:hover, .info-tips:focus {
    color: #e2e2e2;
    text-decoration: none;
    transition: color 0.5s;
  }
  .info-tips .info-tip-item {
    position: relative;
    display: flex;
  }

  a.tooltip {
    display: block;
    position: relative;
    opacity: 1;
  }
  a.tooltip > span {
    position: absolute;
    width: 200px;
    height: 70px;
    white-space: normal;
    bottom: 9999px;
    background-color: #2a22448c;
    background-color: rgba(13, 1, 53, 0.83);
    color: white;
    padding: 15px;
    opacity: 1;
    transition: background-color 0.4s ease-out;
    z-index: 9999;
  }
  a.tooltip > span::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #2a22448c transparent;
    border-color: transparent transparent rgba(13, 1, 53, 0.83) transparent;
    position: absolute;
    top: -6px;
    z-index: 9999;
    opacity: 1;
  }
  a.tooltip:hover span {
    top: 40px;
  }

  /* Icons */
  .svg-inline--fa {
    width: 1.25rem;
    height: 1.25rem;
  }
}
svg#loader {
  padding: 0.5rem !important;
}

@media only screen and (min-width: 768px) {
  .desktop#search {
    position: relative;
    max-height: 100%;
  }
  .desktop#search input[type=search],
.desktop#search button[type=submit] {
    border: none;
  }
  .desktop#search input[type=search] {
    border: 1px solid lightgrey !important;
    -webkit-transition: border 0.4s ease-out;
    -moz-transition: border 0.4s ease-out false;
    -o-transition: border 0.4s ease-out false;
    transition: border 0.4s ease-out;
  }
  .desktop#search input[type=search]:focus {
    border-color: #3879f0 !important;
  }
  .desktop#search button[type=submit] {
    cursor: pointer;
  }
  .desktop#search .desktop.button-search {
    flex: 0 0 1rem;
  }

  .result-anchor:hover {
    background-color: #aaaaaa1a;
    color: #000;
  }

  .qs-results img {
    width: 100%;
  }
  .qs-results .image {
    width: 50px;
    height: auto;
    max-height: 50px;
    margin-right: 1rem;
    overflow: hidden;
  }

  .view-all {
    right: 0.25rem;
    bottom: 0.25rem;
  }
  .view-all:hover, .view-all:focus {
    text-decoration: underline;
    color: #3879f0;
  }
}
/* Login */
@media only screen and (min-width: 768px) {
  [dir=rtl] #user-area .user::after {
    right: initial;
    left: 0;
  }

  #user-area {
    position: relative !important;
    cursor: pointer;
    margin-right: 0.5rem;
    padding-right: 0;
    padding-left: 0;
  }
  #user-area .user {
    display: flex;
    align-items: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: 1px solid #fff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out false;
    -o-transition: color 0.2s ease-out false;
    transition: color 0.2s ease-out;
  }
  #user-area .user:hover, #user-area .user:focus {
    cursor: pointer;
    color: #e219c7;
  }
  #user-area .user::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 50%;
    background-color: #e2e2e2;
    right: 0;
  }
  #user-area #registered-user {
    height: 70%;
    border: 1px solid #fff;
    z-index: 2;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out false;
    -o-transition: color 0.2s ease-out false;
    transition: color 0.2s ease-out;
  }
  #user-area #registered-user.open {
    background-color: #fff;
    border: 1px solid #e2e2e2;
  }
  #user-area #registered-user.open + #registered-desktop-menu {
    width: 8rem;
    height: auto;
    max-width: 10rem;
    max-height: 50rem;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-top: 1px solid #fff;
    overflow: visible;
    z-index: 3;
  }

  #registered-desktop-menu {
    top: calc(100% - 1px);
    right: 0;
    width: 0;
    height: 0;
    border: 0;
    z-index: 1;
    -webkit-transition: height 0.08s ease-out;
    -moz-transition: height 0.08s ease-out false;
    -o-transition: height 0.08s ease-out false;
    transition: height 0.08s ease-out;
  }
  #registered-desktop-menu li:not(:last-child)::after {
    position: absolute;
    content: " ";
    background-color: #e2e2e2;
    width: 90%;
    height: 1px;
    left: 5%;
  }
  #registered-desktop-menu a {
    display: block;
    padding: 0.5rem !important;
    color: #000;
    -webkit-transition: none false false;
    -moz-transition: none false false false;
    -o-transition: none false false false;
    transition: none;
  }
  #registered-desktop-menu a:hover {
    background-color: #3879f0;
    color: #fff;
  }
}
.promotion.image {
  flex-basis: 100%;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .promotion.image {
    flex-basis: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .promotion.image {
    flex-basis: 595px;
  }
}
.promotion.image a {
  max-width: 768px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .promotion.image a {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .promotion.image a {
    max-width: 1200px;
  }
}
.promotion.image img {
  width: 100%;
}

#affiliate {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #affiliate {
    max-width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .full-view-content .promotion.image {
    flex-basis: 350px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .full-view-content .promotion.image {
    flex-basis: 595px;
    max-width: 600px;
  }
}
.full-view-content .promotion.image a {
  overflow: hidden;
}

[id^=container-content] {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  align-items: center;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  [id^=container-content] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

[id^=customer_login] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
}

[dir=rtl] .forms [id^=switch] button[id^=sign-in] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
[dir=rtl] .forms [id^=switch] button[id^=register] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.forms [id^=switch] button {
  height: 2.25rem !important;
  color: #000;
  background-color: #e8e8e7;
  font-size: 1rem;
  cursor: pointer;
}
.forms [id^=switch] button:hover, .forms [id^=switch] button.active {
  color: #fff !important;
  background-color: #3879f0 !important;
}
.forms [id^=switch] button[id^=sign-in] {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.forms [id^=switch] button[id^=register] {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[id^=switch] {
  margin-bottom: 2rem;
}

[id^=sign-in].px-5 {
  -webkit-transition: padding-left 0.2s ease-out;
  -moz-transition: padding-left 0.2s ease-out false;
  -o-transition: padding-left 0.2s ease-out false;
  transition: padding-left 0.2s ease-out;
}

[id^=register].px-5 {
  -webkit-transition: padding-right 0.2s ease-out;
  -moz-transition: padding-right 0.2s ease-out false;
  -o-transition: padding-right 0.2s ease-out false;
  transition: padding-right 0.2s ease-out;
}

[id^=container-content] header.title {
  flex-basis: 100%;
  margin: 2rem 0;
}
[id^=container-content] header.title h1,
[id^=container-content] header.title .beauty,
[id^=container-content] header.title .re {
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  [id^=container-content] header.title h1,
[id^=container-content] header.title .beauty,
[id^=container-content] header.title .re {
    font-size: 1.5rem;
  }
}

.promotion.image {
  flex-basis: 100%;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .promotion.image {
    flex-basis: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .promotion.image {
    flex-basis: 595px;
  }
}
.promotion.image a {
  max-width: 768px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .promotion.image a {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .promotion.image a {
    max-width: 1200px;
  }
}
.promotion.image img {
  width: 100%;
}

#affiliate {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #affiliate {
    max-width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .full-view-content .promotion.image {
    flex-basis: 350px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .full-view-content .promotion.image {
    flex-basis: 595px;
    max-width: 600px;
  }
}
.full-view-content .promotion.image a {
  overflow: hidden;
}

#full-view-content .google {
  min-height: 60px;
}

.forms {
  display: flex;
  flex: 0 0 100%;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 400px;
  min-height: 320px;
}
@media only screen and (min-width: 768px) {
  .forms {
    width: 60%;
    min-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .forms {
    width: 80%;
    max-width: 360px;
  }
}

@media only screen and (min-width: 768px) {
  [id^=customer_login-overlay].centered-no-image {
    flex-basis: 100%;
  }
}

[id^=login-section],
[id^=registration-section] {
  width: 80%;
  align-items: center;
}
[id^=login-section] form,
[id^=registration-section] form {
  width: 100%;
}
[id^=login-section] form button[type=submit],
[id^=registration-section] form button[type=submit] {
  border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  [id^=login-section],
[id^=registration-section] {
    max-width: 600px;
  }
}
[id^=login-section] p:last-child,
[id^=registration-section] p:last-child {
  margin-bottom: 0;
}

[id^=login-section] [id^=password] {
  margin-bottom: 0.375rem;
}

[dir=rtl] #submit-overlay label {
  margin-right: 1rem;
  margin-left: 0 !important;
}

[id^=customer_login].centered-no-image {
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  [id^=customer_login] {
    flex-basis: calc(100% - 350px);
  }
}
@media only screen and (min-width: 992px) {
  [id^=customer_login] {
    flex-basis: calc(100% - 595px);
  }
}
@media only screen and (min-width: 1200px) {
  [id^=customer_login] {
    min-width: 40%;
    width: auto;
    max-width: 50%;
    flex-basis: 49%;
  }
}
[id^=customer_login] input,
[id^=customer_login] button {
  height: 2.25rem !important;
  font-size: 0.85rem;
}
@media only screen and (min-width: 992px) {
  [id^=customer_login] input,
[id^=customer_login] button {
    font-size: 1rem;
  }
}
[id^=customer_login] input:required {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[id^=customer_login] input:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.left-borders {
  border-left: 0.125rem solid #fff !important;
}
input.left-borders:focus {
  border-color: #e219c7 !important;
}

[dir=rtl] .remember-me {
  margin-right: 0.25rem;
}

.remember-me {
  font-size: 0.85rem;
}

#accept {
  height: auto !important;
  margin-right: 0.5rem;
}

#container-content-overlay {
  align-items: initial;
}

.btn-close {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background-color: #ddd;
}

@media only screen and (min-width: 768px) {
  .crosshair {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease false;
    -o-transition: -o-transform 0.25s ease false;
    transition: transform 0.25s ease;
  }
  .crosshair:hover, .crosshair:focus {
    transform: scale(1.2);
  }
  .crosshair::before, .crosshair::after {
    display: flex;
    width: 2px;
    height: 1.5rem;
    position: absolute;
    top: 0.5rem;
    left: calc(50% - 1px);
    content: " ";
    background-color: #000;
  }
  .crosshair::before {
    transform: rotate(45deg);
  }
  .crosshair::after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 768px) {
  .full-view-title {
    font-size: 1.49rem;
  }

  #customer_login-overlay {
    flex-basis: calc(100% - 350px);
    align-content: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  #customer_login-overlay {
    flex-basis: 39.5%;
  }
}
@media only screen and (min-width: 768px) {
  #full-view-container {
    max-height: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    cursor: default;
  }
}
@media only screen and (min-width: 768px) {
  #full-view-content {
    position: absolute;
    top: -100%;
    left: calc((100% - 768px) / 2);
    width: 768px;
    height: 450px;
    opacity: 0;
    -webkit-box-shadow: 0 1px 1rem -6px #000;
    -moz-box-shadow: 0 1px 1rem -6px #000;
    box-shadow: 0 1px 1rem -6px #000;
    -webkit-transition: top 0.4s ease-out, opacity 0.4s 0.2s;
    -webkit-transition-delay: 0s, ease-in-out;
    -moz-transition: top 0.4s ease-out false, opacity 0.4s 0.2s ease-in-out;
    -o-transition: top 0.4s ease-out false, opacity 0.4s 0.2s ease-in-out;
    transition: top 0.4s ease-out, opacity 0.4s 0.2s ease-in-out;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  #full-view-content {
    width: 992px;
    left: calc((100% - 992px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  #full-view-content input {
    border-left: 0.125rem solid #fff !important;
  }
  #full-view-content input:focus {
    border-color: #e219c7 !important;
  }
}
@media only screen and (min-width: 768px) {
  .button-close {
    top: 0;
    right: 0;
    margin: 0.5rem;
    padding: 0.5rem;
    border: 1px solid;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out false;
    -o-transition: all 0.2s ease-out false;
    transition: all 0.2s ease-out;
  }
  .button-close:hover, .button-close:focus {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  #unregistered-user.open + #full-view-container {
    max-height: 100vh;
    overflow: hidden !important;
  }
}
@media only screen and (min-width: 768px) {
  .user.open + #full-view-container > #full-view-content {
    max-height: 100vh;
    top: calc(50% - 450px / 2);
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #registration-section .error {
    display: flex;
    margin: 0;
    font-size: 0.8rem;
    color: red;
  }
}
#customer_login_full_view .loading {
  background-color: rgba(255, 255, 255, 0.6);
}
#customer_login_full_view #loader svg {
  width: 1.5rem;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

/* Dot checkbox */
[id^=accept] {
  opacity: 0;
}

.accept-required {
  position: relative;
}

[id^=accept] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #ddd;
  border-radius: 50%;
  animation: scaleUpDown 0.2s linear;
}

[id^=accept]:checked + label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #000000a1;
  border-radius: 50%;
  animation: scaleUpDown 0.2s linear;
}

@keyframes scaleUpDown {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#wishlist-header-icon {
  margin-right: 1rem;
  /*
  | Idle
  */
  /*
  | Hover
  */
}
#wishlist-header-icon .anchor-wishlist {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #wishlist-header-icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  #wishlist-header-icon svg path {
    fill: #e2e2e2;
    stroke: #e2e2e2;
    stroke-width: 2;
    -webkit-transition: fill 0.4s ease-in, stroke 0.4s ease-in;
    -moz-transition: fill 0.4s ease-in false, stroke 0.4s ease-in false;
    -o-transition: fill 0.4s ease-in false, stroke 0.4s ease-in false;
    transition: fill 0.4s ease-in, stroke 0.4s ease-in;
  }
}
@media only screen and (min-width: 768px) {
  #wishlist-header-icon:hover svg path {
    fill: #afafaf;
    stroke: #afafaf;
  }
}

#header-cart {
  display: flex;
  align-items: center;
  height: 100%;
}
#header-cart svg path {
  fill: #e2e2e2;
  -webkit-transition: fill 0.4s ease-in;
  -moz-transition: fill 0.4s ease-in false;
  -o-transition: fill 0.4s ease-in false;
  transition: fill 0.4s ease-in;
}
#header-cart:hover svg path {
  fill: #afafaf;
}

/* Main menu row */
/* Variables: Compass (Useful mixins) */
/* Useful mixins */
/*
| Colours
*/
/*
| Brands
*/
/* My account page */
/*
| Systemised array of colours
*/
/* Variables: Mobile */
/* Useful mixins */
/**
 * Global
 */
/* Layout */
/* My account */
/**
 * Page-wise
 */
/* My account */
/* Variables: Desktop */
/**
 * Global
 */
/**
* My account
*/
/**
 * Global
 */
/* Bootstrap */
/**
* Bootstrap styles
*/
/* Single product */
/* Global: Product */
/* Quick search */
/* Quick view */
/* Tags */
/* Tags */
html,
body {
  box-sizing: border-box;
  min-width: 300px;
  outline: none;
  background-color: #fff;
}

body,
button,
input,
textarea {
  font-family: "Arial", sans-serif;
  line-height: initial;
}

/* anchors */
a {
  color: #6d6d6d;
  -webkit-transition: color 0.4s ease-out false false;
  -moz-transition: color 0.4s ease-out false false false;
  -o-transition: color 0.4s ease-out false false false;
  transition: color 0.4s ease-out;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: none !important;
}

img {
  width: auto;
  height: auto;
  border-radius: 0 !important;
}

input,
button {
  height: 2rem !important;
  outline: 0 !important;
  border: none !important;
}

button {
  color: #fff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * Buttons
 */
button[type=submit] {
  background-color: #3879f0;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out false;
  -o-transition: background-color 0.4s ease-in-out false;
  transition: background-color 0.4s ease-in-out;
}
button[type=submit]:hover {
  background-color: #e219c7;
}

input[type=submit] {
  min-height: 2.25rem;
  color: #fff;
  background-color: #3879f0;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.4s false;
  -moz-transition: background-color 0.4s false false;
  -o-transition: background-color 0.4s false false;
  transition: background-color 0.4s;
}
input[type=submit]:hover {
  color: #fff;
  background-color: #e219c7;
}

button.woocommerce-Button.button {
  background-color: #3879f0;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease false;
  -o-transition: all 0.4s ease false;
  transition: all 0.4s ease;
}
button.woocommerce-Button.button:hover {
  background-color: #e219c7;
}

/* <!-- Tags --> */
/* Mobile */
/*
| RTL
*/
[dir=rtl] div.hamburger {
  right: 0;
}

div.hamburger {
  position: relative;
  left: 0;
  margin: 0 0.5rem;
  width: 2.5rem;
  height: 3.35rem;
  cursor: pointer;
  -webkit-transition: none false false;
  -moz-transition: none false false false;
  -o-transition: none false false false;
  transition: none;
}
div.hamburger::before,
div.hamburger .hamburgerSlice::before, div.hamburger::after {
  position: absolute;
  left: calc((100% - 60%)/2);
  content: " ";
  width: 60%;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: all 0.2s 0.4s;
  -webkit-transition-delay: ease-out;
  -moz-transition: all 0.2s 0.4s ease-out;
  -o-transition: all 0.2s 0.4s ease-out;
  transition: all 0.2s 0.4s ease-out;
}
div.hamburger::before {
  top: 37.5%;
}
div.hamburger .hamburgerSlice::before {
  top: 50%;
  transform: scale(1);
  transform-origin: 0%;
  -webkit-transition: all 0.2s 0.4s;
  -webkit-transition-delay: ease-out;
  -moz-transition: all 0.2s 0.4s ease-out;
  -o-transition: all 0.2s 0.4s ease-out;
  transition: all 0.2s 0.4s ease-out;
}
div.hamburger::after {
  top: 63.5%;
}

[dir=rtl] input[class*=hamburger]:checked {
  left: initial !important;
}
[dir=rtl] input[class*=hamburger]:checked ~ .hamburger {
  left: initial !important;
}

input[class*=hamburger]:checked {
  z-index: 3;
}
input[class*=hamburger]:checked ~ .hamburger {
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid;
  -webkit-transition: right 0.4s 0.2s, left 0.4s 0.2s;
  -webkit-transition-delay: ease-in-out, ease;
  -moz-transition: right 0.4s 0.2s ease-in-out, left 0.4s 0.2s ease;
  -o-transition: right 0.4s 0.2s ease-in-out, left 0.4s 0.2s ease;
  transition: right 0.4s 0.2s ease-in-out, left 0.4s 0.2s ease;
  z-index: 2;
}
input[class*=hamburger]:checked ~ .hamburger::before,
input[class*=hamburger]:checked ~ .hamburger .hamburgerSlice::before, input[class*=hamburger]:checked ~ .hamburger::after {
  transition-delay: 1s;
}
input[class*=hamburger]:checked ~ .hamburger::before {
  top: 50%;
  transform: rotate(45deg) scaleX(0.85);
}
input[class*=hamburger]:checked ~ .hamburger .hamburgerSlice::before {
  transform: scale(0);
}
input[class*=hamburger]:checked ~ .hamburger::after {
  top: 50%;
  transform: rotate(-45deg) scaleX(0.85);
}

input[class*=hamburger]:checked, input[class*=hamburger]:checked ~ .hamburger {
  left: 275px !important;
}

[dir=rtl] input[class*=hamburger]:checked, [dir=rtl] input[class*=hamburger]:checked ~ .hamburger {
  right: 275px !important;
}

input[class*=hamburger] {
  position: absolute !important;
  width: 3.35rem !important;
  height: 3.35rem !important;
  opacity: 0 !important;
  z-index: 999;
  cursor: pointer;
}
input[class*=hamburger]:checked {
  width: 100vw !important;
  height: 100vh !important;
}
input[class*=hamburger]:checked ~ #mobileMenu {
  transform: translateX(0) !important;
  z-index: 999;
}
input[class*=hamburger]:checked ~ .underlay::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  input[class*=hamburger] {
    display: none;
  }
}

#menu-mobile > li:nth-child(n+2) {
  margin-left: 0.5rem !important;
}
#menu-mobile > li.selected > a {
  border-bottom-width: 3px;
  border-bottom-color: #000;
}

#menu-mobile > li > a {
  font-weight: bold;
}
#menu-mobile > li.selected ul.sub-menu {
  padding: 0 !important;
  width: 275px;
  max-width: 100%;
}
#menu-mobile > li.selected ul.sub-menu .sub-menu {
  max-width: 0;
}

/* RTL */
[dir=rtl] #menu-mobile > li.selected ul.sub-menu.active {
  right: 0;
  left: initial;
}

/* RTL */
[dir=rtl] #menu-mobile > li.selected ul.sub-menu.active {
  right: 0;
  left: initial;
}
[dir=rtl] #menu-mobile > li.selected ul.sub-menu.childActive {
  right: -100%;
  left: initial;
}

[dir=rtl] #menu-mobile > li.selected > ul.sub-menu {
  right: 0;
  left: initial;
}

#menu-mobile > li.selected > ul.sub-menu {
  left: 0;
}

#menu-mobile > li.selected ul.sub-menu.active {
  left: 0;
  width: 275px;
  max-width: 100%;
}
[dir=rtl] li.root > .sub-menu {
  right: 0;
  left: initial;
}

li.root > .sub-menu {
  left: 0;
  max-height: 0;
}

/* RTL */
[dir=rtl] #menu-mobile ul.sub-menu {
  right: 100%;
  left: initial;
}

#menu-mobile .sub-menu {
  position: fixed;
  top: 3.35rem;
  left: 100%;
  width: 0;
  max-width: 0;
  margin-bottom: 0;
  overflow: auto;
  -webkit-transition: left 0.4s ease-out, right 0.4s ease-out, padding 0.2s ease-out;
  -moz-transition: left 0.4s ease-out false, right 0.4s ease-out false, padding 0.2s ease-out false;
  -o-transition: left 0.4s ease-out false, right 0.4s ease-out false, padding 0.2s ease-out false;
  transition: left 0.4s ease-out, right 0.4s ease-out, padding 0.2s ease-out;
}

#menu-mobile > li.selected ul.sub-menu, #menu-mobile > li.selected ul.sub-menu.active {
  max-height: calc(90vh - 5.975rem);
  /*
  | Hide the submenus on latest iOS devices
  */
}

[dir=rtl] #menu-mobile .sub-menu li.menu-item-has-children > a::after {
  right: initial;
  left: 1.5rem;
  border-top: initial;
  border-right: initial;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

#menu-mobile .sub-menu li.menu-item-has-children > a::after {
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 1.5rem;
  content: " ";
  display: flex;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 1px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

[dir=rtl] .back::before {
  right: 1.5rem;
  left: initial;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.back::before {
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 1.5rem;
  content: " ";
  width: 0.5rem;
  height: 0.5rem;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  transform: rotate(-45deg);
}

#menu-mobile li:not(.selected) > .sub-menu {
  padding: 0 !important;
}

/*
| RTL
*/
[dir=rtl] #mobileMenu {
  right: 0;
  left: initial;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 275px !important;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: scroll;
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
  z-index: 1;
}

/* Only applied to the root (top) row */
#menu-mobile > li > a {
  width: max-content;
}

/**
 * Main menu
 */
[dir=rtl] #menu-mobile li > .sub-menu li a.back {
  padding: 1rem 2.5rem 1rem 0 !important;
}

#menu-mobile {
  position: relative;
  margin-bottom: 0;
  padding: 0 0.5rem !important;
}
#menu-mobile li a {
  position: relative;
  display: block;
  padding: 1rem !important;
  text-decoration: none;
  color: #000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0003;
}
#menu-mobile li a:hover, #menu-mobile li a:active, #menu-mobile li a:focus {
  text-decoration: none;
  color: #000;
}
#menu-mobile li > .sub-menu {
  padding-left: 0.5rem !important;
}
#menu-mobile li > .sub-menu > li a {
  padding: 1rem 1.5rem !important;
}
#menu-mobile li > .sub-menu li a.back {
  padding: 1rem 0 1rem 2.5rem !important;
}

/* Icons */
#menu-mobile a > .icon {
  display: flex;
  align-items: center;
  width: 1.25rem;
  height: auto;
  margin-right: 0.5rem;
  overflow: hidden;
}
#menu-mobile a > .icon img {
  width: 100%;
}

[dir=rtl] .ellipsis-top-bottom {
  right: initial;
  left: 0.25rem;
}

.ellipsis-top-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: 0.25rem;
  z-index: 1;
  border: 1px solid #fff;
  border-bottom: none;
}
.ellipsis-top-bottom:hover {
  cursor: pointer;
}
.ellipsis-top-bottom::before, .ellipsis-top-bottom::after,
.ellipsis-top-bottom .sandwich::before {
  position: absolute;
  right: calc(50% - .125rem);
  content: " ";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out false;
  -o-transition: all 0.4s ease-out false;
  transition: all 0.4s ease-out;
}
.ellipsis-top-bottom.open {
  border: 1px solid #0003;
  border-bottom: none;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 -3px 4px -2px #000;
  -moz-box-shadow: 0 -3px 4px -2px #000;
  box-shadow: 0 -3px 4px -2px #000;
}
.ellipsis-top-bottom.open::before, .ellipsis-top-bottom.open::after,
.ellipsis-top-bottom.open .sandwich::before {
  background-color: #0003;
}
.ellipsis-top-bottom.open + .menu-registered-vertical-ellipsis-container {
  transform: scaleY(1);
}
.ellipsis-top-bottom::before {
  top: 0.5rem;
}
.ellipsis-top-bottom::after {
  top: 1.25rem;
}
.ellipsis-top-bottom .sandwich::before {
  top: calc(50% - .125rem);
}

/* RTL */
[dir=rtl] .menu-registered-vertical-ellipsis-container {
  right: initial;
  left: 0.25rem;
}

.menu-registered-vertical-ellipsis-container {
  width: 7rem;
  top: calc(2.5rem + 2px);
  right: 0.25rem;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #f7f7f7;
  border: 1px solid #0003;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out false;
  -o-transition: all 0.4s ease-out false;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 2px 4px -4px #000;
  -moz-box-shadow: 0 2px 4px -4px #000;
  box-shadow: 0 2px 4px -4px #000;
}
.menu-registered-vertical-ellipsis-container #menu-registered-vertical-ellipsis {
  margin-bottom: 0;
}
.menu-registered-vertical-ellipsis-container #menu-registered-vertical-ellipsis a {
  display: block;
  padding: 0.5rem;
  text-align: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out false;
  -o-transition: all 0.4s ease-in-out false;
  transition: all 0.4s ease-in-out;
}
.menu-registered-vertical-ellipsis-container #menu-registered-vertical-ellipsis a:hover {
  color: #000;
  background-color: #fff;
}
.menu-registered-vertical-ellipsis-container #menu-registered-vertical-ellipsis li {
  position: relative;
}
.menu-registered-vertical-ellipsis-container #menu-registered-vertical-ellipsis li:not(:last-child) a::after {
  position: absolute;
  content: " ";
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 5%;
  background-color: #0003;
}

/* Large */
/* Top border, separator */
@media only screen and (min-width: 768px) {
  #main-menu {
    border-top: #ebebeb;
    background-color: #fff;
    height: 2.8rem;
    -webkit-box-shadow: 1px 3px 6px -6px;
    -moz-box-shadow: 1px 3px 6px -6px;
    box-shadow: 1px 3px 6px -6px;
  }
  #main-menu::before {
    position: absolute;
    content: " ";
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
  }
}

/* Level 0: Directly visible */
nav > ul > li {
  /* Normal state */
  /* Hover state */
}
nav > ul > li > a {
  padding: 0.5rem !important;
}
@media only screen and (min-width: 768px) {
  nav > ul > li > a {
    color: rgba(3, 2, 26, 0.5);
    background-color: #fff;
  }
  nav > ul > li > a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li:hover > a {
    color: #fff;
    background-color: #e219c7;
  }
}

/* Drop-down: Normal state */
nav > ul > li > ul {
  display: none !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 30vw;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul {
    width: calc(100% - .25rem);
    max-height: 360px;
  }
}
@media only screen and (min-width: 992px) {
  nav > ul > li > ul {
    width: calc(100% - .5rem);
    max-height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > ul {
    width: calc(100% - .125rem);
    max-width: 1200px;
    max-height: 360px;
  }
}

/* Drop-down: Hover state */
nav > ul > li:hover > ul {
  display: flex !important;
  flex-flow: wrap column;
  align-content: flex-start;
  border-top: 0.25rem solid #e219c7;
  border-bottom: 0.25rem solid #d3d3d3;
}

/* List header: Normal state */
nav > ul > li > ul > li {
  background-color: transparent;
  position: relative;
  /* List header: Hover state */
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li {
    width: 128px;
    width: calc(100% / 6);
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li {
    margin-bottom: 0.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > ul > li {
    margin-bottom: 0.25rem;
  }
}
nav > ul > li > ul > li.y-divider::after {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 1px;
  height: 30vw;
  background-color: #d3d3d3;
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > ul > li.y-divider::after {
    max-height: 30vw;
  }
}
nav > ul > li > ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li > a {
    padding: 0.1rem 0.5rem 0 0.6rem !important;
    font-size: 0.75rem !important;
  }
}
@media only screen and (min-width: 992px) {
  nav > ul > li > ul > li > a {
    min-height: 24px;
    padding: 0.4rem 0.5rem 0 0.6rem !important;
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > ul > li > a {
    padding: 0.5rem 0.5rem 0 0.6rem !important;
  }
}
nav > ul > li > ul > li:hover > a {
  color: #e219c7;
}

/* List items: Normal state */
nav > ul > li:not(.brands) > ul > li > ul > li {
  background-color: transparent;
}
nav > ul > li:not(.brands) > ul > li > ul > li > a {
  display: block;
  color: rgba(3, 2, 26, 0.5);
  -webkit-transition: padding 0.4s ease-out;
  -moz-transition: padding 0.4s ease-out false;
  -o-transition: padding 0.4s ease-out false;
  transition: padding 0.4s ease-out;
}
@media only screen and (min-width: 768px) {
  nav > ul > li:not(.brands) > ul > li > ul > li > a {
    padding: 0.1rem 0.5rem 0 0.6rem !important;
    font-size: 0.7rem !important;
  }
}
@media only screen and (min-width: 992px) {
  nav > ul > li:not(.brands) > ul > li > ul > li > a {
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li:not(.brands) > ul > li > ul > li > a {
    padding: 0.4rem 0.5rem 0 0.6rem !important;
    font-size: 0.9rem !important;
  }
}
nav > ul > li:not(.brands) > ul > li > ul > li:hover a {
  color: #e219c7;
}

/* Image */
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li.image {
    margin-bottom: 0;
  }
  nav > ul > li > ul > li.image > a {
    padding: 0.5rem 0.5rem 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li.image {
    width: 128px;
  }
}
@media only screen and (min-width: 992px) {
  nav > ul > li > ul > li.image {
    width: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li > ul > li.image {
    width: 200px;
  }
}

nav > ul > li > ul > li.image img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  nav > ul > li > ul > li.image {
    /* The 2, 3, and 4s are not necessary */
  }
  nav > ul > li > ul > li.image.span-1-1, nav > ul > li > ul > li.image.span-1-2, nav > ul > li > ul > li.image.span-1-3, nav > ul > li > ul > li.image.span-1-4 {
    width: calc(100% / 6);
  }
  nav > ul > li > ul > li.image.span-2-1, nav > ul > li > ul > li.image.span-2-2, nav > ul > li > ul > li.image.span-2-3, nav > ul > li > ul > li.image.span-2-4 {
    width: calc((100% / 6) * 2);
  }
  nav > ul > li > ul > li.image.span-3-1, nav > ul > li > ul > li.image.span-3-2, nav > ul > li > ul > li.image.span-3-3, nav > ul > li > ul > li.image.span-3-4 {
    width: calc((100% / 6) * 3);
  }
  nav > ul > li > ul > li.image.span-4-1, nav > ul > li > ul > li.image.span-4-2, nav > ul > li > ul > li.image.span-4-3, nav > ul > li > ul > li.image.span-4-4 {
    width: calc((100% / 6) * 4);
  }
  nav > ul > li > ul > li.image.span-5-1, nav > ul > li > ul > li.image.span-5-2, nav > ul > li > ul > li.image.span-5-3, nav > ul > li > ul > li.image.span-5-4 {
    width: calc((100% / 6) * 5);
  }
  nav > ul > li > ul > li.image.span-6-1, nav > ul > li > ul > li.image.span-6-2, nav > ul > li > ul > li.image.span-6-3, nav > ul > li > ul > li.image.span-6-4 {
    width: calc((100% / 6) * 6);
  }
}

@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul {
    display: flex;
    flex-flow: row wrap !important;
    justify-content: center !important;
  }
}

@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li {
    width: auto;
    max-height: max-content;
    margin-top: 0.5rem;
    border-bottom: 0.25em solid #fff;
    transition: border-width 0.4s ease-out;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li > a {
    width: auto;
    padding: 0.5rem 1rem !important;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li:hover, nav > ul > li.brands > ul > li.active {
    position: initial;
    border-bottom: 0.25em solid #e219c7;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li:hover > a, nav > ul > li.brands > ul > li.active > a {
    color: #e219c7;
  }
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li:hover > ul, nav > ul > li.brands > ul > li.active > ul {
    overflow: visible;
  }
}

nav > ul > li.brands > ul > li > ul {
  display: none;
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li > ul {
    width: 100%;
    max-height: calc(30vw - 3.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li.brands > ul > li > ul {
    max-width: 1200px;
    max-height: calc(360px - 4.5rem);
  }
}

@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li:hover > ul, nav > ul > li.brands > ul > li.active > ul {
    position: absolute;
    left: 0;
    height: 30vw;
    display: flex;
    flex-flow: row wrap !important;
    justify-content: center;
    align-content: flex-start;
    margin: 0.25rem auto auto;
    padding: 0.5rem 0.5rem 0;
  }
}

@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li > ul > li {
    flex: 0 0 calc(16.6% - 0.25rem + 1px);
    height: max-content;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li.brands > ul > li > ul > li {
    flex: 0 0 180px;
  }
}
nav > ul > li.brands > ul > li > ul > li:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  nav > ul > li.brands > ul > li > ul > li > a {
    width: auto;
    max-width: 180px;
    height: calc(30vw / 3 - 1.75rem);
    max-height: 90px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent;
    border: 1px solid #fff;
    transition: border 0.4s ease-out;
    overflow: hidden;
  }
  nav > ul > li.brands > ul > li > ul > li > a:hover {
    border: 1px solid #e2e2e2;
  }
  nav > ul > li.brands > ul > li > ul > li > a > img {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  nav > ul > li.brands > ul > li > ul > li > a {
    height: 90px;
  }
}

.collapse:not(.show) {
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s ease-out;
}

.expand {
  height: auto !important;
  max-height: 99rem !important;
}

.fadeIn {
  animation: fadeIn 0.4s ease-out forwards;
}

.fadeOut {
  animation: fadeOut 0.4s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideIntoView {
  from {
    height: 0;
  }
  to {
    height: 23rem;
  }
}
@keyframes slideOutOfView {
  from {
    height: 23rem;
  }
  to {
    height: 0;
  }
}
/**
 * Mobile devices
 */
#menu-main > li > .sub-menu li.menu-section > a,
#menu-main > li > .sub-menu li.image-section > a,
#menu-main-1 > li > .sub-menu li.menu-section > a,
#menu-main-1 > li > .sub-menu li.image-section > a {
  display: none !important;
}

.image-section {
  display: none !important;
}

/* <!-- Mobile devices --> */
.page-title {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  #header {
    /* Height is $brand-band + menu-row */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 6.3rem;
    z-index: 9999;
    /* 999 is information bar */
    -webkit-transition: top 0.4s ease-in false false, max-height 0.4s ease-in false false, transform 0.4s ease-in false false;
    -moz-transition: top 0.4s ease-in false false false, max-height 0.4s ease-in false false false, transform 0.4s ease-in false false false;
    -o-transition: top 0.4s ease-in false false false, max-height 0.4s ease-in false false false, transform 0.4s ease-in false false false;
    transition: top 0.4s ease-in, max-height 0.4s ease-in, transform 0.4s ease-in;
  }
  #header.headroom--pinned {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  #header.headroom--unpinned {
    top: -6.3rem;
  }
  #header.headroom--not-top {
    margin-top: initial;
  }
  #header .brand-band {
    max-width: 1200px;
    height: 3.5rem;
  }
  #header #hamburgerBranding {
    border-bottom: none;
  }

  /*
  | If infobar content is not found, infobar markup is not rendered,
  | if markup is not rendered `infobar` is not rendered,
  | hence the reserved space won't be applied to the header.
  */
  #infobar + #header.headroom--top {
    margin-top: 2.25rem;
  }
}
/* Body */
.unsupported {
  display: inline-block;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.unsupported .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .unsupported .content {
    padding: 0;
  }
}

.browser-list {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .browser-list {
    display: inline-block;
    width: 100%;
  }
}
.browser-list .browser {
  width: auto;
  margin-bottom: 1rem;
}
.browser-list .browser:last-child {
  margin-bottom: 0;
}
.browser-list .browser a {
  display: block;
}
@media only screen and (min-width: 576px) {
  .browser-list .browser {
    display: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .browser-list .browser {
    width: 20%;
    margin: auto;
  }
}
.browser-list .browser .image {
  margin-bottom: 1rem;
}
.browser-list .browser p {
  margin-bottom: 0;
}

/*
	When the quick view overlay is open,
	this hides the products on the right
*/
.draggable {
  overflow-x: hidden;
}

.slick-disabled {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}

section[id$=products] .slider-nav-right,
section[id$=products] .slider-nav-left {
  top: calc(50% - 1.25rem/2);
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px -2px #000;
  -moz-box-shadow: 0 0 5px -2px #000;
  box-shadow: 0 0 5px -2px #000;
}
section[id$=products] .slider-nav-right path,
section[id$=products] .slider-nav-left path {
  fill: #000;
}
section[id$=products] .slider-nav-right:hover,
section[id$=products] .slider-nav-left:hover {
  background-color: #000;
  -webkit-box-shadow: 0 0 8px -2px #000;
  -moz-box-shadow: 0 0 8px -2px #000;
  box-shadow: 0 0 8px -2px #000;
}
section[id$=products] .slider-nav-right:hover path,
section[id$=products] .slider-nav-left:hover path {
  fill: #fff;
}

/* Sections */
.section-title {
  max-width: 1200px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-right: auto;
    margin-left: auto;
  }
}
.section-title.roof::before {
  position: absolute;
  content: " ";
  height: 1px;
  width: 100%;
  background-color: lightgrey;
  left: 0;
  top: -1.5rem;
}

.content.image {
  height: 3.5625rem;
}
.content.image .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content.image .section-title img {
  flex: none;
}

section {
  width: 100%;
}

[id$=products] {
  max-width: 1200px;
}

.blocks ul {
  display: grid;
  /**
  * The grid-template property is set by PHP
  */
  grid-gap: 0.25rem;
  grid-auto-flow: column;
  justify-content: center;
  align-items: start;
  align-content: start;
}

.one li {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.one li:nth-child(n+2) {
  margin-top: 1rem;
}
.two li {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.two li:nth-child(n+3) {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .two li {
    flex: 0 0 calc(50% - 0.25rem);
    width: calc(50% - 0.25rem);
    max-width: calc(50% - 0.25rem);
  }
  .two li:nth-child(n+2) {
    margin-top: initial;
  }
  .two li:nth-child(n+3) {
    margin-top: 0.5rem;
  }
  .two li:nth-child(2n) {
    margin-left: 0.5rem;
  }
}
.three li {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .three li {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
  }
  .three li:nth-child(n+4) {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .three li:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}
.three.gap li {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .three.gap li {
    flex: calc(33.33% - .25rem);
    width: calc(33.33% - .25rem);
    max-width: calc(33.33% - .25rem);
  }
}
.three.gap li:nth-child(n+2) {
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  .three.gap li:nth-child(n+2) {
    margin-top: initial;
    margin-left: 0.375rem;
  }
}
@media only screen and (min-width: 576px) {
  .three.gap li:nth-child(n+4) {
    margin-top: 0.375rem;
  }
}
@media only screen and (min-width: 576px) {
  .three.gap li:nth-child(3n+1) {
    margin-left: 0;
  }
}

[dir=rtl] .four li {
  margin-left: 0.5rem;
}
[dir=rtl] .four li:nth-child(2n) {
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .four li {
    margin-left: 0.375rem;
  }
  [dir=rtl] .four li:nth-child(2n) {
    margin-left: 0.375rem;
  }
  [dir=rtl] .four li:nth-child(3n) {
    margin-left: 0;
  }
  [dir=rtl] .four li:nth-child(3n+1) {
    margin-left: 0.375rem;
  }
}

.four li {
  flex: calc(50% - .25rem);
  width: calc(50% - .25rem);
  max-width: calc(50% - .25rem);
}
.four li:nth-child(n+3) {
  margin-top: 0.5rem;
}
.four li:nth-child(2n) {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .four li {
    flex: calc(33.33% - 0.375rem);
    width: calc(33.33% - 0.375rem);
    max-width: calc(33.33% - 0.375rem);
  }
  .four li:nth-child(n+3) {
    margin-top: initial;
  }
  .four li:nth-child(2n) {
    margin-left: initial;
  }
  .four li:nth-child(n+4) {
    margin-top: 0.375rem;
  }
  .four li:nth-child(3n+1) {
    margin-left: 0;
  }
  .four li:not(:nth-child(3n+1)) {
    margin-left: 0.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .four li {
    flex: calc(25% - .5rem);
    width: calc(25% - .5rem);
    max-width: calc(25% - .5rem);
  }
  .four li:nth-child(n+4) {
    margin-top: initial;
  }
  .four li:nth-child(3n+1) {
    margin-left: initial;
  }
  .four li:not(:nth-child(3n+1)) {
    margin-left: initial;
  }
  .four li:nth-child(n+5) {
    margin-top: 0.5rem;
  }
  .four li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .four li:not(:nth-child(4n+1)) {
    margin-left: 0.6666rem !important;
  }
}
.six ul {
  max-width: 1200px;
  justify-content: space-between !important;
}
@media only screen and (min-width: 768px) {
  .six ul {
    justify-content: flex-start !important;
  }
}
.six ul li {
  flex: calc(33.33% - .25rem) !important;
  width: calc(33.33% - .25rem) !important;
  max-width: calc(33.33% - .25rem) !important;
}
@media only screen and (min-width: 768px) {
  .six ul li {
    flex: calc(16.6667% - .4167rem) !important;
    width: calc(16.6667% - .4167rem) !important;
    max-width: calc(16.6667% - .4167rem) !important;
  }
}
.six ul li:nth-of-type(n+4) {
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 768px) {
  .six ul li:nth-of-type(n+4) {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .six ul li:nth-child(n+2) {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .six ul li:nth-child(n+7) {
    margin-top: 1rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .six ul li:nth-child(6n+1) {
    margin-left: 0;
  }
}
.six ul li .circle .image {
  width: 4rem !important;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .six ul li .circle .image {
    width: 8rem !important;
  }
}
.six ul li .circle img {
  width: 100%;
  height: auto;
}
.six ul li .text {
  font-size: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .six ul li .text {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .six ul li .text {
    font-size: 1rem;
  }
}

/* Utilities */
#mobile-header.shiftRight {
  left: 275px;
  overflow: hidden !important;
}

#menu-mobile > li.selected ul.sub-menu.childActive {
  left: -100%;
  overflow: hidden !important;
}

/* RTL */
[dir=rtl] .separator-v::before,
[dir=rtl] .separator-v::after,
[dir=rtl] .separator::after {
  right: initial;
  left: 0;
}

.separator,
.separator-v {
  position: relative;
}

.separator-y::before,
.separator-y::after,
.separator::after {
  position: absolute;
  content: " ";
  background-color: #e2e2e2;
  width: 100%;
  height: 1px;
  left: 0;
}

.separator-y::before {
  top: 0;
}

.separator-y::after,
.separator::after {
  top: calc(100% - 1px);
}

.separator-v::after {
  position: absolute;
  content: " ";
  background-color: #e2e2e2;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .separator-v::after {
    height: 70%;
    top: 15%;
  }
}

.product_list_widget {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}
.product_list_widget li {
  flex: 0 0 calc(50% - 0.125rem);
  width: calc(50% - 0.125rem);
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
  -webkit-transition: all 0.4s ease-out false false;
  -moz-transition: all 0.4s ease-out false false false;
  -o-transition: all 0.4s ease-out false false false;
  transition: all 0.4s ease-out;
}
@media only screen and (min-width: 768px) {
  .product_list_widget li {
    flex: 0 0 90%;
    width: 90%;
    margin: auto;
  }
}
.product_list_widget li:hover {
  -webkit-box-shadow: 0 1px 8px -4px #000 !important;
  -moz-box-shadow: 0 1px 8px -4px #000 !important;
  box-shadow: 0 1px 8px -4px #000 !important;
}
.product_list_widget li:nth-of-type(2n) {
  margin-left: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .product_list_widget li:nth-of-type(2n) {
    margin-left: auto;
  }
}
.product_list_widget li:nth-of-type(2n+1)::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #f2f2f2;
}
.product_list_widget li a img {
  float: none !important;
  width: 100%;
  max-width: 15em !important;
  margin: auto;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .product_list_widget li a img {
    width: 100%;
  }
}
.product_list_widget li a:hover img {
  transform: scale(0.9);
}
.product_list_widget li span {
  font-size: 1rem;
}
.product_list_widget li span.product-title {
  min-height: 2.25rem;
  text-align: center !important;
}
.product_list_widget li span .woocommerce-Price-currencySymbol {
  font-size: 0.8rem;
}
.product_list_widget li span .woocommerce-Price-amount.amount {
  font-size: 1.5rem;
}

aside {
  width: calc(100% - 0.5rem);
}
aside#sidebar {
  margin-bottom: 0.25rem;
}
aside#sidebar > div {
  padding-bottom: 0 !important;
}
aside .widget-title {
  margin-bottom: 0.25rem !important;
}
@media only screen and (min-width: 576px) {
  aside .widget-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  aside .widget-title {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  aside .widget-title {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  aside .widget-title {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  aside .quick-sale ul.products li.product {
    flex: 0 0 calc(90% - 0.25rem + 2px) !important;
    width: calc(90% - 0.25rem + 2px) !important;
    max-width: calc(90% - 0.25rem + 2px);
    margin: 0.25rem auto 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  aside .quick-sale ul.products li.product {
    flex: 0 0 calc(70% - 0.25rem + 2px) !important;
    width: calc(70% - 0.25rem + 2px) !important;
    max-width: calc(70% - 0.25rem + 2px);
    margin: 0.25rem auto 0 !important;
  }
}

aside ul.products li.product {
  flex: 0 0 calc(50% - 0.125rem + 1px);
}
@media only screen and (min-width: 576px) {
  aside ul.products li.product {
    flex: 0 0 calc(33.33% - 0.25rem + 1px);
    margin-left: 0.25rem !important;
  }
}
aside ul.products li.product:nth-child(even) {
  margin-left: 0.25rem !important;
}
@media only screen and (min-width: 768px) {
  aside ul.products li.product:nth-child(even) {
    margin-left: auto !important;
    flex: none;
  }
}
@media only screen and (min-width: 576px) {
  aside ul.products li.product:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  aside ul.products li.product:nth-child(3n+1) {
    margin-left: auto !important;
  }
}

.lift {
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out false;
  -o-transition: top 0.2s ease-out false;
  transition: top 0.2s ease-out;
}
.lift:hover, .lift:focus {
  top: -0.5rem;
}

.zoom-in .image {
  overflow: hidden;
}
.zoom-in img {
  width: 100%;
  margin: auto;
  overflow: hidden;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out false;
  -o-transition: all 0.2s ease-in-out false;
  transition: all 0.2s ease-in-out;
}
.zoom-in:hover img, .zoom-in:focus img {
  transform: scale(1.2);
  overflow: hidden;
  display: block;
}

.zoom-out img {
  width: 100%;
  margin: auto;
  transition: width 0.2s ease-out;
}
.zoom-out:hover img, .zoom-out:focus img {
  width: 96%;
}

.zoom-out {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out false;
  -o-transition: -o-transform 0.2s ease-out false;
  transition: transform 0.2s ease-out;
}
.zoom-out:focus, .zoom-out:hover {
  transform: scale(0.95);
}

.shadow {
  position: relative;
}
.shadow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 6px -6px #000 !important;
  -moz-box-shadow: 0 2px 6px -6px #000 !important;
  box-shadow: 0 2px 6px -6px #000 !important;
  -webkit-transition: box-shadow 0.5s 0.4s;
  -webkit-transition-delay: ease-out;
  -moz-transition: box-shadow 0.5s 0.4s ease-out;
  -o-transition: box-shadow 0.5s 0.4s ease-out;
  transition: box-shadow 0.5s 0.4s ease-out;
}
.shadow.hover-only, .shadow.hover-only::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

a:hover .shadow::after, a:focus .shadow::after {
  -webkit-box-shadow: 0 1px 8px -3px black !important;
  -moz-box-shadow: 0 1px 8px -3px black !important;
  box-shadow: 0 1px 8px -3px black !important;
}

.shadow-light {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

svg#loader circle {
  stroke: #000;
}
svg#loader path {
  fill: #fff;
}

.onsale {
  position: absolute;
}

ul.products li.product .image-container {
  position: relative;
}
ul.products li.product .image-container .onsale {
  left: 0;
  border-color: transparent;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  background-color: #e219c7;
}

.yith-wcwl-add-to-wishlist {
  z-index: 2;
}
.yith-wcwl-add-to-wishlist svg {
  width: 1.75rem;
}
.yith-wcwl-add-to-wishlist svg path {
  fill: transparent;
  stroke: #dee2e6;
  stroke-width: 2;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover svg path,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse svg path,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse svg path {
  fill: #ed4956;
  stroke: #ed4956;
}

.yith-wcwl-wishlistaddedbrowse svg path,
.yith-wcwl-wishlistexistsbrowse svg path {
  fill: #ed4956;
}

img.ajax-loading {
  max-width: 1rem;
  width: 1rem;
  top: 0.5rem;
  right: 2rem;
}

#yith-wcwl-popup-message {
  position: fixed;
  top: calc(50% - 35px);
  right: calc(50% - 90px);
  margin-left: initial !important;
  padding: 1rem 2rem;
  background-color: #000C;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #00000080;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  #yith-wcwl-popup-message {
    top: initial;
    right: initial;
    bottom: 1.5rem;
    left: 1.5rem;
  }
}

ul.products li.product .woocommerce-LoopProduct-link {
  font-weight: 600;
  color: #000;
}

[dir=rtl] ul.products li.product .woocommerce-loop-category__title,
[dir=rtl] ul.products li.product .woocommerce-loop-product__title,
[dir=rtl] ul.products li.product h2,
[dir=rtl] ul.products li.product h3 {
  min-height: 2rem;
}

ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
  margin-bottom: 1rem;
  font-size: 0.8em;
  text-align: center;
  min-height: 2rem;
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media only screen and (min-width: 768px) {
  ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    font-size: 0.9em;
    min-height: 3rem;
  }
}
ul.products li.product .woocommerce-loop-category__title .woocommerce-LoopProduct-link,
ul.products li.product .woocommerce-loop-product__title .woocommerce-LoopProduct-link,
ul.products li.product h2 .woocommerce-LoopProduct-link,
ul.products li.product h3 .woocommerce-LoopProduct-link {
  font-weight: 100;
}

.star-rating {
  display: flex;
  justify-content: center;
}
.star-rating span {
  width: 100% !important;
  text-align: center;
}

ul.products li.product .price {
  min-height: 2.125rem;
  font-size: 0.8em;
  color: #000;
}
@media screen and (min-width: 768px) {
  ul.products li.product .price {
    min-height: initial;
  }
}
ul.products li.product .price ins {
  text-decoration: none;
}

.price del {
  font-size: 0.9em;
}

span.woocommerce-Price-amount.amount {
  font-size: 1.2em;
  font-weight: bold;
}

span.woocommerce-Price-currencySymbol {
  font-size: 0.8em;
  font-weight: bold;
}

#price-tag {
  justify-content: center;
  text-align: center;
  margin-bottom: 0.25rem;
}

[dir=rtl] ul.products li.product .bag-icon {
  margin-right: initial;
  margin-left: 0.25rem;
}

ul.products li.product .bag-icon {
  margin-right: 0.25rem;
  display: flex;
  justify-content: center;
}
ul.products li.product .bag-icon svg path {
  fill: #fff;
}

.summary button.bag-button,
.summary .bag-button a.button {
  flex-basis: 6rem;
}

button.bag-button,
.bag-button a.button {
  height: 2rem !important;
  padding: 0.25rem 1rem;
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  background-color: #3879f0;
  color: #fff;
  border-radius: 0.125rem;
  z-index: 20;
  -webkit-transition: background-color 0.4s ease-out, left 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out false, left 0.4s ease-out false;
  -o-transition: background-color 0.4s ease-out false, left 0.4s ease-out false;
  transition: background-color 0.4s ease-out, left 0.4s ease-out;
}
button.bag-button:hover,
.bag-button a.button:hover {
  text-decoration: none;
  background-color: #e219c7;
}
button.bag-button:hover::before,
.bag-button a.button:hover::before {
  color: #e219c7;
}

/* RTL */
[dir=rtl] button.bag-button.added,
[dir=rtl] .bag-button a.button.added,
[dir=rtl] .product-add-to-bag.added {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

button.bag-button.added,
.bag-button a.button.added,
.product-add-to-bag.added {
  background-color: #e219c7;
}

#btn-add-to-cart {
  position: relative;
  text-align: center;
}

.bag-button a.button.loading {
  left: 0 !important;
}

.bag-button a.button.added,
.bag-button .added_to_cart.wc-forward {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

/* AJAX scroll loading */
ul.products li.loading {
  position: relative;
  height: 5rem;
}
ul.products li.loading .container-loader {
  width: 100%;
  background-color: transparent;
}

.loading ~ .adding-to-cart {
  height: 2rem;
  background-color: #fffc;
  z-index: 20;
}

button.bag-button.loading,
.bag-button a.button.loading {
  left: 0.25rem;
}
button.bag-button.loading ~ .adding-to-cart .lds-spinner,
button.bag-button.loading + .adding-to-cart .lds-spinner,
.bag-button a.button.loading ~ .adding-to-cart .lds-spinner,
.bag-button a.button.loading + .adding-to-cart .lds-spinner {
  display: inline-block;
  top: -50%;
  left: calc(50% - 1.5rem);
  width: auto;
}
button.bag-button.loading ~ .added_to_cart,
.bag-button a.button.loading ~ .added_to_cart {
  z-index: 20;
}

.lds-spinner {
  color: #000;
  display: none;
  position: relative;
  width: 100%;
  height: 32px;
  z-index: 1;
}

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 2px;
  height: 8px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.notify {
  top: 50%;
  left: 0;
}

[dir=rtl] button.bag-button.added,
[dir=rtl] .bag-button a.button.added {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

button.bag-button.added,
.bag-button a.button.added {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] a.added_to_cart.wc-forward {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

a.added_to_cart.wc-forward {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 0;
  height: 2rem !important;
  padding-right: 0;
  padding-left: 0;
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
  position: relative !important;
  left: 0 !important;
  z-index: 10 !important;
  color: #fff;
  background-color: #3879f0;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out false;
  -o-transition: background-color 0.2s ease-out false;
  transition: background-color 0.2s ease-out;
  animation: slideOut 0.2s ease-out forwards;
}
a.added_to_cart.wc-forward:hover {
  color: #fff;
}

@keyframes slideOut {
  from {
    max-width: 0;
    padding-right: 0;
    padding-left: 0;
  }
  to {
    max-width: 100%;
    padding: 0 0.5rem;
  }
}
[dir=rtl] a.added_to_cart.wc-forward::before {
  right: 0;
  left: initial;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

a.added_to_cart.wc-forward {
  position: relative;
}
a.added_to_cart.wc-forward::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 100%;
  background-color: #e219c7;
  left: 0;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  transition: width 0.4s ease-out;
  z-index: -1;
}
a.added_to_cart.wc-forward:hover::before {
  width: 100%;
}

.trigger-quick-view {
  /******************
  |
  | Hiding: WIP
  |
  ******************/
  display: none;
  right: 0.25rem;
  bottom: 3rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-out false false;
  -moz-transition: background-color 0.4s ease-out false false false;
  -o-transition: background-color 0.4s ease-out false false false;
  transition: background-color 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .trigger-quick-view {
    right: 0;
  }
}
.trigger-quick-view:hover {
  background-color: #c9c9c9;
  color: #fff;
  display: grid;
  justify-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .trigger-quick-view:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.trigger-quick-view .trigger-quick-view-text {
  position: relative;
  top: 5rem;
  background-color: #3879f0;
  color: #fff;
  border-radius: 0.25rem;
}
.trigger-quick-view .trigger-quick-view-text:hover {
  background-color: #5089f2;
}
@media (min-width: 768px) {
  .trigger-quick-view {
    position: absolute;
    top: 0;
    left: 0;
    margin: -0.25rem;
    display: none;
    width: calc(100% + 0.5rem);
    height: calc(100% - 3rem);
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  ul.products li.product:hover .trigger-quick-view {
    display: grid;
    justify-items: center;
    align-items: center;
    /******************
    |
    | Hiding: WIP
    |
    ******************/
    display: none;
  }
}
.quick-view-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
}

/* Close QVC */
@media screen and (min-width: 768px) {
  [dir=rtl] .overlay-close {
    right: initial;
    left: 17.5vw;
  }
}
@media screen and (min-width: 992px) {
  [dir=rtl] .overlay-close {
    left: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .overlay-close {
    left: calc((100% - 760px) / 2);
  }
}

.overlay-close {
  width: 2rem;
  height: 2rem;
  top: 10vh;
  right: calc(10vw - 2rem);
  background-color: #f7f7f7;
  cursor: pointer;
}
.overlay-close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-close:hover::before, .overlay-close:hover::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .overlay-close {
    top: initial;
    right: 17.5vw;
  }
}
@media screen and (min-width: 992px) {
  .overlay-close {
    right: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-close {
    right: calc((100% - 760px) / 2);
  }
}

.overlay-close::before,
.overlay-close::after {
  position: absolute;
  top: calc((100% - 60%) / 2);
  right: 50%;
  width: 1px;
  height: 60%;
  content: " ";
  background-color: #000;
}

.overlay-close::before {
  transform: rotate(45deg);
}

.overlay-close::after {
  transform: rotate(-45deg);
}

.product-qty-add-to-bag {
  grid-row: 10;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .product-qty-add-to-bag {
    grid-column: 2;
  }
}
.product-qty-add-to-bag .adding-to-bag {
  position: absolute;
  left: 0;
  background-color: #ffffffe0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .product-qty-add-to-bag .adding-to-bag {
    width: calc(50% + 19px);
    /* Width of the loader itself is 38px; */
  }
}

[dir=rtl] .product-add-to-bag {
  padding: 0 0.5rem;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.quick-view-content .product-add-to-bag {
  border-radius: 0.125rem !important;
}
.quick-view-content .product-add-to-bag.added {
  margin-left: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* Added to Cart */
[dir=rtl] .quick-view-content .added_to_cart.wc-forward {
  margin-left: 0.5rem;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.product-add-to-bag {
  grid-column: 2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
  margin-left: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: right;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  background-color: #3879f0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out false;
  -o-transition: background-color 0.4s ease-out false;
  transition: background-color 0.4s ease-out;
}
.product-add-to-bag:hover {
  background-color: #e219c7;
}

/* Quick View modal only */
[dir=rtl] .quick-view-content a.added_to_cart.wc-forward,
[dir=rtl] .quantity {
  margin-left: 0.5rem;
}

.quantity {
  height: 2rem;
}

.product-qty {
  grid-column: 1/2;
  width: 2.1rem;
  background-color: #fff !important;
  border: 0;
  border-radius: 2rem;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}

.quick-order a,
.quick-order-single-product a {
  width: 6rem;
  height: 2rem;
  border-radius: 0.125rem;
  background-color: #4FCE5D;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.quick-order path,
.quick-order-single-product path {
  fill: #fff;
}
.quick-order .wa-icon,
.quick-order-single-product .wa-icon {
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out false;
  -o-transition: -o-transform 0.2s ease-out false;
  transition: transform 0.2s ease-out;
}

/*
| Quick View Content
*/
[dir=rtl] .quick-view-content {
  right: 10vw;
  left: initial;
}
@media screen and (min-width: 768px) {
  [dir=rtl] .quick-view-content {
    right: calc(50vw - 35vw);
  }
}
@media screen and (min-width: 992px) {
  [dir=rtl] .quick-view-content {
    right: calc(50vw - 30vw);
  }
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .quick-view-content {
    right: calc(50vw - 380px);
  }
}

/* RTL */
[dir=rtl] .quick-view-content .quantity {
  padding-right: 0.5rem;
  padding-left: 0;
}
[dir=rtl] .quick-view-content .quantity .label {
  padding-right: 0;
  padding-left: 0.5rem;
}

.quick-view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0;
  width: 80vw;
  height: 74vh;
  position: relative;
  top: 10vh;
  left: 10vw;
}
.quick-view-content.scroll {
  grid-column: 1/3;
  max-height: calc(80vh - 2.5rem);
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.quick-view-content .product-add-to-bag.added {
  z-index: 1;
}
.quick-view-content .added_to_cart.wc-forward {
  z-index: 0 !important;
}
@media screen and (min-width: 768px) {
  .quick-view-content {
    grid-template-columns: repeat(2, 25vw) 15vw;
    width: 65vw;
    max-height: calc(86vh - 1.75rem);
    height: 86vh;
    top: 7vh;
    left: 17.5vw;
  }
}
@media screen and (min-width: 992px) {
  .quick-view-content {
    width: 70vw;
    max-height: calc(90vh - 1.75rem);
    height: 90vh;
    top: 5vh;
    left: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .quick-view-content {
    grid-template-columns: repeat(2, 300px) 160px;
    max-height: 500px;
    width: 760px;
    max-width: 760px;
    top: calc((100vh - 500px) / 2);
    left: calc((100vw - 760px) / 2);
  }
}
.quick-view-content .quantity {
  padding-left: 0.5rem;
  border: 1px solid #e2e2e2;
  border-radius: 2rem;
  overflow: hidden;
}
.quick-view-content .quantity .label {
  position: relative;
  height: 1.5rem;
  padding-right: 0.25rem;
}
.quick-view-content .quantity .label.separator::after {
  height: 100%;
  top: 0;
}

.onsale {
  background-color: #e219c7;
}

[dir=rtl] .quick-view-content [class*=yith-wcwl-] {
  right: initial;
  left: 0;
}

.product-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-image {
    position: relative;
  }
}

.description,
.product-anchor,
.product-price,
.product-description-title,
.product-description,
.product-qty-add-to-bag {
  grid-column: 1/7;
}

@media screen and (min-width: 768px) {
  .product-anchor {
    grid-column: 1/2;
    justify-self: start;
    align-self: start;
    position: relative;
  }
}

/* RTL */
[dir=rtl] .description::before {
  right: -1px;
}

.description {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .description {
    grid-column: 2/5;
    max-height: 86vh;
  }
}
@media screen and (min-width: 992px) {
  .description {
    max-height: 80vh;
  }
}
.description::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 95%;
  background-color: #e2e2e2;
  left: -1px;
  top: calc(5% / 2);
}
.description.scroll {
  max-height: 15rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .description.scroll {
    max-height: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .description.scroll {
    max-height: 34vh;
  }
}

@media screen and (min-width: 768px) {
  [dir=rtl] .product-title {
    padding-right: 0.5rem !important;
    padding-left: 2rem !important;
    text-align: right !important;
  }
}

.product-title {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .product-title {
    padding-left: 0 !important;
    text-align: left !important;
    font-size: 1.25rem;
  }
}

.product-title.separator::after {
  width: 90%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .product-title.separator::after {
    width: 100%;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  [dir=rtl] .product-price {
    padding-right: 0.5rem;
    text-align: right !important;
  }
}

.product-price {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-price {
    text-align: left !important;
  }
}

.product-qty-add-to-bag.separator::after,
#reliability.separator::after {
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .product-qty-add-to-bag.separator::after,
#reliability.separator::after {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  [dir=rtl] .product-qty-add-to-bag {
    padding-right: 0.5rem !important;
  }
}

#reliability {
  flex-flow: nowrap row;
  justify-content: space-around !important;
}
@media only screen and (min-width: 576px) {
  #reliability {
    justify-content: center !important;
  }
}
#reliability .reliability span {
  font-size: 0.6rem;
}
@media only screen and (min-width: 576px) {
  #reliability .reliability span {
    font-size: 0.9rem;
  }
}

.product-description-title::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #e219c7;
}
.product-description-title .title {
  width: 40%;
  background-color: #e219c7;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .product-description-title .title {
    width: 25%;
  }
}

/*
| Product Description
*/
[dir=rtl] .product-description {
  text-align: right;
}

.product-description.scroll {
  max-height: 17rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .product-description.scroll {
    max-height: 32vh;
  }
}
@media screen and (min-width: 992px) {
  .product-description.scroll {
    max-height: 36vh;
  }
}
@media screen and (min-width: 1200px) {
  .product-description.scroll {
    min-height: 200px;
    max-height: 10rem;
  }
}

.quick-view-footer {
  width: 80vw;
  height: 2.5rem;
  top: calc(90vh - 2.5rem);
  left: 10vw;
  font-size: 0.85rem;
  background-color: #4FCE5D !important;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .quick-view-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .quick-view-footer {
    display: grid;
    grid-template-columns: repeat(2, 25vw) 15vw;
    width: 65vw;
    top: calc(93vh - 1.75rem);
    left: 17.5vw;
  }
}
@media only screen and (min-width: 992px) {
  .quick-view-footer {
    width: 70vw;
    top: 90vh;
    left: 15vw;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .quick-view-footer {
    width: 760px;
    top: calc(500px + (100vh - 500px) / 2);
    left: calc((100vw - 760px) / 2);
  }
}

.note-whatsapp-orders {
  padding: 0.25rem 0.25rem 0;
  text-align: center;
}
.note-whatsapp-orders a {
  color: #fff;
}
.note-whatsapp-orders a .wa-icon {
  width: 1rem;
  display: flex;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .note-whatsapp-orders {
    height: 1.75rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .note-whatsapp-orders {
    padding: 0.5rem;
    grid-column: 1/4;
  }
}
@media only screen and (min-width: 992px) {
  .note-whatsapp-orders {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .slick-stop {
    transform: none !important;
  }
}
/* <!-- End --> */
.container-share {
  height: 2rem;
  grid-column: 1/7;
  grid-row: 11;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 768px) {
  .container-share {
    grid-column: 2;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .container-share #reliability {
    grid-column: 1/3;
  }
}
.container-share .share-box {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .container-share .share-box {
    grid-column: 3;
    margin: auto !important;
    margin-bottom: auto !important;
  }
}
.container-share .share-links-box {
  justify-content: center;
}
.container-share .share-links-box .share-links-product:not(:first-child) {
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .share-links-product svg {
    width: 1.25rem;
  }
}
.share-box {
  margin: -0.5rem !important;
  margin-bottom: -0.5rem !important;
  color: #fff;
  background-color: #646464;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}
.share-box.open ~ .share-links-box {
  max-width: 100rem;
  max-height: 5rem;
  overflow: visible;
}

[dir=rtl] ul.share-links-box li:first-child {
  margin-left: 0.9rem;
  margin-right: initial;
}
@media only screen and (min-width: 768px) {
  [dir=rtl] ul.share-links-box li:first-child {
    margin-right: initial;
    margin-left: 1rem;
  }
}
[dir=rtl] ul.share-links-box li:last-child {
  margin-left: initial;
}

.share-links-box {
  max-height: 0;
  justify-content: space-around;
  width: 100%;
  background-color: #fff;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out false;
  -o-transition: max-height 0.2s ease-out false;
  transition: max-height 0.2s ease-out;
}
.share-links-box .share-links-product {
  margin-right: 0.9rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .share-links-box .share-links-product {
    margin-right: 1rem;
  }
}
.share-links-box.no-toggle {
  justify-content: center !important;
  height: 2rem;
  max-height: initial;
}
.share-links-box.no-toggle .share-links-product {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .share-links-box.no-toggle .share-links-product {
    margin-left: 1rem;
  }
}
.share-links-box.no-toggle .share-links-product svg {
  width: 1rem;
}

#share-links-box li path {
  fill: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}

.twitter:hover path, .twitter:focus path {
  fill: #1da1f2;
}

.facebook:hover path, .facebook:focus path {
  fill: #3b5998;
}

.whatsapp:hover path, .whatsapp:focus path {
  fill: #25d366;
}

.googleplus:hover path, .googleplus:focus path {
  fill: #dd4b39;
}

.pinterest:hover path, .pinterest:focus path {
  fill: #cb2027;
}

.email:hover path, .email:focus path {
  fill: rgba(0, 0, 0, 0.5);
}

.summary-footer {
  position: relative;
  justify-content: space-between;
  background-color: #fbfbfb !important;
}
@media only screen and (min-width: 768px) {
  .summary-footer {
    position: absolute;
  }
}

#reliability li.reliability svg #Outline path,
#reliability li.reliability svg #Outline polygon {
  fill: #6d6d6d;
}

/* RTL */
[dir=rtl] .reliability {
  justify-content: flex-start !important;
}
[dir=rtl] .reliability svg {
  margin-right: 0;
  margin-left: 0.25rem;
}

.reliability {
  position: relative;
}
.reliability svg {
  width: 1.5rem;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 576px) {
  .reliability svg {
    width: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .reliability svg {
    width: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability svg {
    width: 2rem;
  }
}
.reliability svg polygon,
.reliability svg path {
  fill: #0009;
}
.reliability span {
  margin-left: 0.25rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .reliability span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .reliability span {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .reliability span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1200px) {
  .reliability span {
    font-size: 1rem;
  }
}

/**
 * Products
 */
[dir=rtl] ul.products li.product {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
[dir=rtl] ul.products li.product:nth-child(2n) {
  margin-left: 0 !important;
}
@media screen and (min-width: 576px) {
  [dir=rtl] ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  [dir=rtl] ul.products li.product:nth-child(4n) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] ul.products li.product:nth-child(4n) {
    margin-left: 0 !important;
  }
  [dir=rtl] ul.products li.product:nth-child(4n+1) {
    margin-left: 0.25rem !important;
  }
}

ul.products {
  align-items: flex-start;
}
ul.products li.product {
  width: calc(50% - 0.125rem);
  flex: 0 0 calc(50% - 0.125rem);
  max-width: calc(50% - 0.125rem);
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
  /**
  * sm breakpoint
  */
  /**
  * md breakpoint
  */
}
ul.products li.product:nth-child(2n) {
  margin-right: 0 !important;
}
ul.products li.product:hover {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0 1px 8px -4px #000 !important;
  -moz-box-shadow: 0 1px 8px -4px #000 !important;
  box-shadow: 0 1px 8px -4px #000 !important;
}
ul.products li.product .image-container img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  ul.products li.product:nth-child(2n) {
    margin-right: 0.25rem !important;
  }
  ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
  ul.products li.product:nth-child(3n) {
    margin-top: 0 !important;
  }
  ul.products li.product:nth-child(n+4) {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  ul.products li.product {
    flex: 0 0 calc(25% - 0.25rem) !important;
    width: calc(25% - 0.25rem) !important;
  }
  ul.products li.product:nth-child(3n) {
    margin-top: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}

/* Footer */
.widget_shopping_cart #quick-order {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}

.cart-tab--empty {
  display: none;
}

.woocommerce-cart-tab-container--right .cart-tab {
  position: fixed;
  content: " ";
  width: 0;
  height: 0;
  top: initial;
  right: initial;
  bottom: 66px;
  left: -6rem;
  border-top: 2rem solid transparent;
  border-right: 3rem solid #e219c7e6;
  border-bottom: 2rem solid #e219c7e6;
  border-left: 3rem solid transparent;
  background-color: transparent;
  z-index: 1;
}

.triangle-bag {
  position: absolute;
  bottom: -1rem;
  left: -1.4rem;
}

.cart-tab__count {
  bottom: 0;
  left: 0;
}

.cart-tab__amount {
  bottom: -2rem;
  left: -2rem;
  font-size: 0.75rem;
}

.cart-tab-title {
  position: relative;
}
.cart-tab-title::after {
  position: absolute;
  content: " ";
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #f7f7f7;
  top: 80%;
  left: 2rem;
}

/* Overriding plugin CSS */
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget {
  max-height: 60vh;
  overflow: scroll;
  margin-top: 0 !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons {
  bottom: 4rem !important;
}

/* <!-- End override --> */
.woocommerce-cart-tab-container {
  background-color: #fff !important;
}
.woocommerce-cart-tab-container.woocommerce-cart-tab-container--visible h2.widgettitle::after {
  position: absolute;
  content: " ";
  width: calc(100% - 2rem);
  height: 1px;
  background-color: lightgrey;
  bottom: 0.75rem;
  left: 1rem;
}

[dir=rtl] .woocommerce-mini-cart .remove {
  right: initial;
  left: 0;
}

.woocommerce-mini-cart #product-details {
  font-size: 0.9rem;
}
.woocommerce-mini-cart .remove {
  top: 0;
  right: 0;
  height: 1rem;
  font-size: 1.5rem;
}

.woocommerce-mini-cart li {
  position: relative;
}
.woocommerce-mini-cart li:not(:first-child) {
  margin-top: 1.5rem !important;
}
.woocommerce-mini-cart li:not(:first-child)::after {
  position: absolute;
  top: calc(-.75rem - 1px);
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: lightgrey;
}

[dir=rtl] .widget_shopping_cart :not(.checkout).button {
  margin-right: initial !important;
  margin-left: 0.5rem !important;
}

.widget_shopping_cart .button {
  padding: 0.5rem;
  border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out false;
  -o-transition: background-color 0.2s ease-out false;
  transition: background-color 0.2s ease-out;
}
.widget_shopping_cart :not(.checkout).button {
  margin-right: 0.5rem !important;
  background-color: transparent;
  color: #3879f0;
  border: 0.125rem solid #3879f0;
  -webkit-transition: border 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
  -moz-transition: border 0.4s ease-out false, background-color 0.4s ease-out false, color 0.4s ease-out false;
  -o-transition: border 0.4s ease-out false, background-color 0.4s ease-out false, color 0.4s ease-out false;
  transition: border 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
}
.widget_shopping_cart :not(.checkout).button:hover {
  border: 0.125rem solid #e219c7;
  background-color: #e219c7;
  color: #fff;
}
.widget_shopping_cart .checkout {
  background-color: #3879f0;
  color: #fff;
}
.widget_shopping_cart .checkout:hover {
  background-color: #e219c7;
}

.link-footer {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .link-footer {
    font-size: 1rem;
  }
}

[id*=payment-methods] .payment-type-img img {
  width: 3rem !important;
}

#searchIcon.active .overlay-search {
  display: block;
}

.overlay-search {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.625rem);
  z-index: 99;
  overflow: auto;
}
.overlay-search .menu-title {
  margin: auto auto 0.5rem;
  font-size: 1.3rem;
}

.container.quick-access {
  position: relative;
  top: 0.5rem;
  margin: 2.75rem auto auto;
  padding: 0;
  width: max-content;
  max-width: 100%;
}
.container.quick-access .list {
  max-width: 100%;
  overflow-x: scroll;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  scrollbar-width: none;
}
.container.quick-access .list::-webkit-scrollbar {
  display: none;
}
.container.quick-access .tabs .list-item {
  min-width: max-content;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 0.4s ease-out;
  -moz-transition: border 0.4s ease-out false;
  -o-transition: border 0.4s ease-out false;
  transition: border 0.4s ease-out;
}
.container.quick-access .tabs .list-item .title {
  min-width: max-content;
}
.container.quick-access .list-item {
  color: grey;
  cursor: pointer;
}
.container.quick-access .list-item.selected {
  color: #000;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.container.quick-access .list-item a {
  position: relative;
  padding: 0.25rem 0.75rem;
  font-size: 0.9rem;
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .container.quick-access .list-item a {
    font-size: 1.1rem;
  }
}
.container.quick-access .list-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out false;
  -o-transition: background-color 0.4s ease-out false;
  transition: background-color 0.4s ease-out;
}
.container.quick-access .list-item a:hover::before {
  background-color: #ddd4;
}

.image-circle {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  border: 1px solid #ccc;
  overflow: hidden;
}
.image-circle img {
  width: 100%;
}

#searchIcon img {
  width: 100%;
}

#searchIcon.active #search.mobile {
  max-height: 2rem;
}

.search-container.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: 1;
  background-color: #fff;
}

#search.mobile {
  width: 100%;
  max-width: calc(100% - 1rem);
  max-height: 0;
  margin: 0.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 12px -6px #000;
  -moz-box-shadow: 0 2px 12px -6px #000;
  box-shadow: 0 2px 12px -6px #000;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out false;
  -o-transition: max-height 0.2s ease-out false;
  transition: max-height 0.2s ease-out;
}
#search.mobile .woocommerce-product-search {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 9;
}
#search.mobile button[type=submit] {
  width: 5rem;
}
#search.mobile.loaded {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#search.mobile.loaded .woocommerce-product-search {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Before loading results: Input box */
[dir=rtl] #woocommerce-product-search-field-1:focus {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#woocommerce-product-search-field-1 {
  border: 1px solid #fff !important;
}
#woocommerce-product-search-field-1:focus {
  border: 1px solid #3879f0 !important;
  border-left: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

/* After loading results: Input box */
.loaded #woocommerce-product-search-field-1:focus {
  border: 1px solid #3879f0 !important;
  border-bottom-left-radius: 0 !important;
}

#searchIcon {
  max-height: 50vh;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out false;
  -o-transition: max-height 0.4s ease-out false;
  transition: max-height 0.4s ease-out;
}
#searchIcon:not(.active) .quick-search-results.mobile {
  max-height: 0;
  overflow: hidden;
}

[dir=rtl] .quick-search-results {
  text-align: right;
}

.quick-search-results {
  width: calc(100% - 1rem);
  top: 2.5rem;
  left: 0;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  z-index: 1;
  -webkit-box-shadow: 0 -2px 12px -5px #000;
  -moz-box-shadow: 0 -2px 12px -5px #000;
  box-shadow: 0 -2px 12px -5px #000;
  /* Top Results mobile quick search results heading */
}
.quick-search-results .heading {
  font-weight: 600;
}
.quick-search-results ul li a {
  position: relative;
  display: block;
  padding: 0.5rem;
}
.quick-search-results ul li a:hover {
  background-color: #aaaaaa1a;
  color: #000;
}
.quick-search-results ul li:not(:last-child) a::after {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  content: " ";
  width: calc(100% - 1rem);
  height: 1px;
  background-color: #b3b4b4;
}

#handheldFooterNav {
  -webkit-box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 6px 6px 2px rgba(0, 0, 0, 0.7);
}
#handheldFooterNav svg {
  width: 1.25rem;
}
#handheldFooterNav svg path {
  fill: rgba(0, 0, 0, 0.28);
}
#handheldFooterNav li.active svg path {
  fill: #3879f0;
}
#handheldFooterNav li #loader {
  width: 2rem;
}
#handheldFooterNav li#wishlistIcon:not(.active) svg #Fill path {
  fill: none;
}
#handheldFooterNav li#cartIcon:hover .bag-count, #handheldFooterNav li#cartIcon:focus .bag-count {
  color: #ed4956;
  background-color: #f8f9fa;
  border: 1px solid #ed4956;
}

.wishlist-count,
.bag-count {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  font-size: 0.8rem;
  background-color: #ed4956;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out false false;
  -moz-transition: all 0.2s ease-out false false false;
  -o-transition: all 0.2s ease-out false false false;
  transition: all 0.2s ease-out;
}

/* RTL */
[dir=rtl] .wishlist-count.mobile {
  right: initial;
  left: calc(50% - 1.8rem);
}
[dir=rtl] .wishlist-count:not(.mobile) {
  right: initial;
  left: calc(50% - 1.5rem);
}

.wishlist-count.mobile {
  top: calc(50% - 0.6rem);
  right: calc(50% - 1.8rem);
  font-size: 0.8rem;
}
.wishlist-count:not(.mobile) {
  top: 0.5rem;
  right: calc(50% - 1.5rem);
}

/* RTL */
[dir=rtl] .cart-statistics .bag-total {
  right: initial;
  left: 1rem;
}
@media only screen and (min-width: 576px) {
  [dir=rtl] .cart-statistics .bag-total {
    left: 3rem;
  }
}
[dir=rtl] .cart-statistics .bag-total::after {
  right: initial;
  left: calc(50% - 0.5rem);
}

.cart-statistics .bag-total {
  right: 1rem;
  bottom: 3.25rem;
  width: 5rem;
  padding: 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  max-height: 0;
  background-color: #ed4956;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s 0.2s;
  -webkit-transition-delay: ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .cart-statistics .bag-total {
    right: 3rem;
  }
}
.cart-statistics .bag-total::after {
  position: absolute;
  content: " ";
  right: calc(50% - 0.5rem);
  bottom: -1rem;
  max-height: 0;
  border-width: 0;
  border-style: solid;
  border-top-color: #ed4956;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transition: border-width 0.2s ease-in-out;
  -moz-transition: border-width 0.2s ease-in-out false;
  -o-transition: border-width 0.2s ease-in-out false;
  transition: border-width 0.2s ease-in-out;
}
.cart-statistics .bag-total.open {
  max-height: 5rem;
  padding: 0.25rem;
  overflow: visible;
}
.cart-statistics .bag-total.open::after {
  border-width: 0.5rem;
}

#footer-menu {
  position: relative;
  background-color: #fff;
}

ul#menu-footer {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 2.5rem 0;
}
ul#menu-footer > li {
  -webkit-flex-basis: 16.6667%;
  flex-basis: 16.6667%;
  text-transform: uppercase;
  font-weight: bold;
}
ul#menu-footer > li a {
  font-size: 0.85rem;
}
ul#menu-footer .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  width: initial;
  max-width: initial;
}
ul#menu-footer .sub-menu li a {
  margin-top: 1rem;
  font-weight: normal;
  text-transform: capitalize;
}

[dir=rtl] #legal {
  min-height: 2rem;
}

#legal .content {
  width: 1200px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  [dir=rtl] #menu-bottom-row li a {
    padding-right: initial;
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  [dir=rtl] #menu-bottom-row li:nth-child(n+2) a {
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  [dir=rtl] #menu-bottom-row li:not(:last-child) a::after {
    right: initial;
    left: 0;
  }
}

@media only screen and (min-width: 992px) {
  #menu-bottom-row {
    flex-basis: 80%;
  }
}
#menu-bottom-row li {
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 768px) {
  #menu-bottom-row li {
    padding: 0;
  }
}
#menu-bottom-row li a {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #menu-bottom-row li a {
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #menu-bottom-row li:nth-child(n+2) a {
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #menu-bottom-row li:not(:last-child) a::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid #dee2e6 !important;
  }
}

/*
| Copyright
*/
@media only screen and (min-width: 768px) {
  #copyright {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #copyright {
    flex-basis: 20%;
  }
}

[dir=rtl] .socials ul#icons li {
  margin-right: initial;
  margin-left: 1rem;
}
[dir=rtl] .socials ul#icons li:last-child {
  margin-left: 0;
}

.socials {
  background-color: #fff;
  /*
  | Updates on discounts
  */
  /*
  | Links to Social Media
  */
  /*
  | Consumer rights
  */
}
.socials > ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .socials > ul {
    margin-bottom: 2.25rem;
  }
}
.socials .social-links-title {
  color: #6d6d6d;
}
.socials ul#icons li {
  margin-right: 1rem;
}
.socials ul#icons li:last-child {
  margin-right: 0;
}
.socials ul#icons li a.facebook svg path {
  fill: #3b5998;
}
.socials ul#icons li a.twitter svg path {
  fill: #1da1f2;
}
.socials ul#icons li a.pinterest svg path {
  fill: #cb2027;
}
.socials ul#icons li a svg {
  width: 2rem;
  height: 2rem;
}
.socials .discount {
  flex-basis: 100%;
}
@media only screen and (min-width: 576px) {
  .socials .discount {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .socials .discount {
    flex-basis: 33.3333%;
  }
}
.socials .discount #discount-subscription {
  width: min-content;
  padding: 0.5rem;
  background-color: #4FCE5D;
  color: #fff;
  border: 1px solid #4FCE5D;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.4s ease-in, color 0.4s ease-in-out, border 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-in false, color 0.4s ease-in-out false, border 0.4s ease-out false;
  -o-transition: background-color 0.4s ease-in false, color 0.4s ease-in-out false, border 0.4s ease-out false;
  transition: background-color 0.4s ease-in, color 0.4s ease-in-out, border 0.4s ease-out;
}
.socials .discount #discount-subscription:hover, .socials .discount #discount-subscription:focus {
  background-color: transparent;
  color: #4FCE5D;
  border: 1px solid #4FCE5D;
}
.socials .social-links {
  flex-basis: 100%;
}
@media only screen and (min-width: 576px) {
  .socials .social-links {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .socials .social-links {
    flex-basis: 33.3333%;
  }
}
.socials #consumer-rights {
  flex-basis: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 576px) {
  .socials #consumer-rights {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .socials #consumer-rights {
    flex-basis: 33.3333%;
  }
}
@media only screen and (min-width: 768px) {
  .socials #consumer-rights {
    margin-bottom: 0;
  }
}
.socials #consumer-rights a img {
  width: 7.5rem;
}

#map {
  width: 100vw;
  height: 10rem;
}
@media only screen and (min-width: 576px) {
  #map {
    height: 300px;
  }
}

[dir=rtl] footer .icon,
[dir=rtl] #footer .icon {
  margin-right: initial;
  margin-left: 0.5rem;
}

footer,
#footer {
  position: relative;
  background-color: #fbfbfb;
}
footer .line-top,
#footer .line-top {
  position: relative;
  z-index: 0;
}
footer .line-top-sm-0::before, footer .line-top-md-0::before, footer .line-top-lg-0::before, footer .line-top-xl-0::before,
#footer .line-top-sm-0::before,
#footer .line-top-md-0::before,
#footer .line-top-lg-0::before,
#footer .line-top-xl-0::before {
  display: none;
}
footer .line-top::before,
#footer .line-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  z-index: 1;
}
footer h2,
footer .h2,
#footer h2,
#footer .h2 {
  font-size: 1rem;
  color: #6d6d6d;
}
footer #footerSupport p,
footer #footerFeatures p,
footer #footerLinks p,
#footer #footerSupport p,
#footer #footerFeatures p,
#footer #footerLinks p {
  margin-bottom: 0;
}
footer #footerSupport .h2, footer #footerSupport h2,
footer #footerFeatures .h2,
footer #footerFeatures h2,
footer #footerLinks .h2,
footer #footerLinks h2,
#footer #footerSupport .h2,
#footer #footerSupport h2,
#footer #footerFeatures .h2,
#footer #footerFeatures h2,
#footer #footerLinks .h2,
#footer #footerLinks h2 {
  margin: auto 15px;
}
footer #footerSupport .h2 .widgettitle, footer #footerSupport h2 .widgettitle,
footer #footerFeatures .h2 .widgettitle,
footer #footerFeatures h2 .widgettitle,
footer #footerLinks .h2 .widgettitle,
footer #footerLinks h2 .widgettitle,
#footer #footerSupport .h2 .widgettitle,
#footer #footerSupport h2 .widgettitle,
#footer #footerFeatures .h2 .widgettitle,
#footer #footerFeatures h2 .widgettitle,
#footer #footerLinks .h2 .widgettitle,
#footer #footerLinks h2 .widgettitle {
  color: #6d6d6d;
}
footer #footerLinks a,
#footer #footerLinks a {
  color: #000;
}
footer #footerLinks a:hover,
#footer #footerLinks a:hover {
  color: lightgrey;
}
footer .icon,
#footer .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem;
}
footer .icon svg,
#footer .icon svg {
  width: 100%;
  height: 100%;
}
footer .icon svg path,
footer .icon svg rect,
#footer .icon svg path,
#footer .icon svg rect {
  fill: #6d6d6d;
}

@media only screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }

  .content-footer #footerSupport {
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.container.quick-access ul.list {
  margin-bottom: 0.75rem;
}
.container.quick-access ul[id*=cat-] {
  padding: 0 0.75rem;
}
.container.quick-access ul[id*=cat-] li.list-item {
  width: calc(50% - .25rem);
  min-height: 3rem;
  box-shadow: 0 0 6px -5px #000;
}
.container.quick-access ul[id*=cat-] li.list-item:nth-child(2n) {
  margin-left: 0.5rem;
}
.container.quick-access ul[id*=cat-] li.list-item:nth-child(n+3) {
  margin-top: 0.5rem;
}

/*
| RTL
*/
[dir=rtl] body {
  text-align: right;
}

/**
 * Newrons
 */
/**
 * Universal classes
 */
.container,
.restrict {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container,
.restrict {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .container,
.restrict {
    width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
.restrict {
    width: 1200px;
  }
}

.m-125 {
  margin: 0.125rem;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.l-0 {
  left: 0;
}

.t-25 {
  top: 0.25em;
}

.r-1 {
  right: 1em;
}

.r-15 {
  right: 1.5em;
}

.z-1 {
  z-index: 1;
}

.ox-a,
.o-a {
  overflow-x: auto;
}

.oy-a,
.o-a {
  overflow-y: auto;
}

.ox-h,
.o-h {
  overflow-x: hidden;
}

.oy-h,
.o-h {
  overflow-y: hidden;
}

.b-r-50 {
  border-radius: 50%;
}

.outline-0 {
  outline: 0 !important;
}

.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s false, visibility linear false;
  -webkit-transition-delay: 0s, 1s;
  -moz-transition: opacity 0.4s false false, visibility linear false 1s;
  -o-transition: opacity 0.4s false false, visibility linear false 1s;
  transition: opacity 0.4s, visibility linear 1s;
}

.invisible {
  height: 0;
  opacity: 0;
}

.visible {
  height: initial;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #wrapper {
    margin-top: initial;
  }
}

#container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}
#container.shiftRight {
  transform: translateX(275px);
}

.on-sale .subcategory-box.level-one {
  margin-top: 3.6rem !important;
}
@media only screen and (min-width: 768px) {
  .on-sale .subcategory-box.level-one {
    margin-top: 0.25rem !important;
  }
}

.subcategory-box.level-one {
  height: 5rem;
  max-height: initial;
}
.subcategory-box.level-one .glider-track {
  align-items: flex-start;
}
.subcategory-box.level-one img {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .subcategory-box.level-one {
    height: 11.7rem;
    max-height: 20rem;
  }
}
.subcategory-box.level-one .slider-nav-left, .subcategory-box.level-one .slider-nav-right {
  display: none;
}
.subcategory-box.level-one .subcategory-list-item {
  min-width: 5rem;
  flex: 0 0 5rem;
  border-radius: 0.25rem;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .subcategory-box.level-one .subcategory-list-item {
    flex: 0 0 10rem;
  }
}
.subcategory-box.level-one .subcategory-list-item .subcategory-link {
  flex-flow: column;
  padding: 0 !important;
}
.subcategory-box.level-one .subcategory-list-item .subcategory-link:hover .category-title {
  background-color: #3879f0;
}
.subcategory-box.level-one .subcategory-list-item .category-image {
  width: 100%;
  height: auto;
  margin: auto;
  margin-right: auto;
  border-radius: 0 !important;
}
.subcategory-box.level-one .subcategory-list-item .category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0.25rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.7rem;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out false;
  -o-transition: background-color 0.4s ease-out false;
  transition: background-color 0.4s ease-out;
  text-shadow: 0 0 1px #000;
}
@media only screen and (min-width: 576px) {
  .subcategory-box.level-one .subcategory-list-item .category-title {
    position: relative;
    font-size: 1rem;
  }
}
.subcategory-box.level-one.search-results {
  max-height: initial;
}
@media screen and (min-width: 768px) {
  .subcategory-box.level-one.search-results {
    height: auto;
  }
}
.subcategory-box.level-one.search-results .subcategory-list-item .category-title {
  display: none;
}

.subcategory-box {
  width: calc(100% - 0.25rem);
  max-height: 3.4rem;
}

/*
| Glider
*/
.subcategories :not(.glider) ~ .slider-nav-right,
.subcategories :not(.glider) ~ .slider-nav-left {
  display: none;
}
.subcategories .disabled {
  display: none;
}

[dir=rtl] .subcategories .subcategory-list-item:not(:last-of-type) {
  margin-right: initial;
  margin-left: 0.25rem;
}

.subcategories .subcategory-list-item {
  border-radius: 2rem;
  border: 1px solid #ccc;
  overflow: hidden;
}
.subcategories .subcategory-list-item:not(:last-of-type) {
  margin-right: 0.125rem;
}
.subcategories .slick-track {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-start;
}
.subcategories .slick-track > li {
  max-height: 4.875rem;
}
@media only screen and (min-width: 576px) {
  .subcategories .slick-track > li {
    max-height: 11.6875rem;
  }
}

.category-image {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0.25rem;
  border-radius: 50% !important;
}

.slider-nav-left,
.slider-nav-right {
  top: calc(50% - 28px);
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 5px -2px #000;
  -moz-box-shadow: 0 0 5px -2px #000;
  box-shadow: 0 0 5px -2px #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out false;
  -o-transition: all 0.2s ease-out false;
  transition: all 0.2s ease-out;
}
.slider-nav-left svg,
.slider-nav-right svg {
  width: 1rem;
}
.slider-nav-left svg path,
.slider-nav-right svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.slider-nav-left:hover,
.slider-nav-right:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px -2px #000;
  -moz-box-shadow: 0 0 8px -2px #000;
  box-shadow: 0 0 8px -2px #000;
}

.slider-nav-right {
  right: -1.5rem;
}
.slider-nav-right svg {
  margin-right: 0.5rem;
}

.slider-nav-left {
  left: -1.5rem;
}
.slider-nav-left svg {
  margin-left: 0.5rem;
}

.archive-product-pane .search-results ul.list {
  width: 100%;
}
.archive-product-pane .search-results ul.list img {
  width: 100%;
}

[class*=-promotions] a {
  overflow: hidden;
}
[class*=-promotions] a img {
  width: 100%;
}

.woocommerce-breadcrumb {
  display: none;
}

.widgets-top {
  margin-bottom: 0.25rem;
  border: 1px solid #dee2e6 !important;
}

.price-icon-label:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

[dir=rtl] .price.widget-toggle + .widget {
  right: 0;
  left: initial;
}

.price.widget-toggle {
  border: 1px solid #fff;
  border-bottom: none;
  cursor: pointer;
}
.price.widget-toggle:hover {
  background-color: #d9d9d9;
}
.price.widget-toggle + .widget {
  top: 100%;
  left: 0;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
}
.price.widget-toggle.open {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  z-index: 4;
}
.price.widget-toggle.open .icon svg path {
  fill: #e219c7;
}
.price.widget-toggle.open + .widget {
  top: calc(100% - 1px);
  padding-top: 0.5rem;
  max-height: 250px;
  border: 1px solid #e2e2e2;
  z-index: 3;
  -webkit-box-shadow: 0 2px 8px -8px #000;
  -moz-box-shadow: 0 2px 8px -8px #000;
  box-shadow: 0 2px 8px -8px #000;
}
.price.widget-toggle.open + .widget .ui-slider-horizontal {
  height: 0.5rem;
}
.price.widget-toggle.open + .widget .ui-slider .ui-slider-range {
  z-index: 1;
}
.price.widget-toggle.open + .widget .ui-slider .ui-slider-handle {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .price.widget-toggle.open + .widget {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .widget_price_filter {
    width: calc(50% - 1em);
  }
}
/* WooCommerce */
.price_slider {
  margin-bottom: 1em;
}

.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.price_slider_amount .button {
  float: left;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  width: 1em;
  height: 1em;
  margin-top: -0.25em;
  margin-left: auto;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  border: 3px solid #e219c7;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  background: #fff;
  opacity: 1;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  font-size: 0.7em;
  border: 0;
  background: rgba(226, 25, 199, 0.6);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.ui-slider-horizontal {
  height: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/**
 * Sorting area
 */
.woocommerce-result-count {
  font-size: 0.75rem;
}

.woocommerce-ordering select {
  width: 150px;
}
.woocommerce-ordering::before {
  top: 50%;
}
.woocommerce-ordering::after {
  top: 100%;
}

[dir=rtl] form.woocommerce-ordering {
  text-align: left;
}

form.woocommerce-ordering {
  text-align: right;
}

.pagination .page-numbers li a.page-numbers,
.woocommerce-pagination .page-numbers li a.page-numbers {
  background-color: rgba(0, 0, 0, 0);
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: block;
}
.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  padding: 0.5rem 1rem;
  background-color: transparent;
  line-height: 1.25;
  border: 1px solid #dee2e6 !important;
}

/**
 * Product ID search
 * Prevents single product results from stretching to full width
 */
ul.products > li.product.idSearch:last-child {
  flex: 0 0 50%;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  /**
   * Product ID search
   * Prevents single product results from stretching to full width
   * Different than the above
   */
  ul.products > li.product.idSearch {
    flex: 0 0 25%;
    width: 25%;
  }

  /**
   * Product ID search
   * Prevents single product results from stretching to full width
   */
  ul.products > li.product:last-child {
    flex: 0 0 calc(25% - .5em);
    width: 25%;
  }
}
/* Sidebar */
#filters-applied ul.list-filter .none {
  padding: 0.5rem 0.5rem 0;
}
#filters-applied ul.list-filter [id^=list-item-] {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  border: 1px solid #dee2e6 !important;
  border-radius: 1rem;
}
#filters-applied ul.list-filter::after {
  content: " ";
  display: block;
  width: 100%;
  height: 0.5rem;
}

.filter.applied ul.list-filter {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .filter.applied ul.list-filter {
    padding-left: 0.5rem;
  }
}

.filter .list-container {
  position: relative;
}
.filter .container-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffffb3;
  z-index: 1;
}

.filter.sale fieldset {
  position: relative;
}

#filter-sale ul.list-filter {
  overflow-y: initial;
}

#filter-price ul.list-filter {
  position: relative;
}
#filter-price input {
  position: relative;
  max-width: 5rem;
  z-index: 1;
}

/* Bridge */
#bridge {
  position: absolute;
  top: 3rem;
  left: 0;
  content: " ";
  width: calc(100% - 1rem);
  height: 1px;
  background: #dee2e6;
}

.filter.price label {
  margin-bottom: 0;
}
.filter.price label .title {
  margin: 0.5rem auto;
}
.filter.price .min span,
.filter.price .max span {
  margin: 0.5rem 0;
}
.filter.price #btn {
  margin-top: 0.5rem;
}

input#filter-by-price {
  width: 5rem;
  cursor: pointer;
  border: 1px solid #dee2e6 !important;
  transition: border 0.4s ease-out;
}
input#filter-by-price:hover {
  border: 1px solid #8796a4 !important;
}

#error p.msg {
  color: red;
}

aside .filters {
  position: fixed;
  top: 6.7rem;
  right: 100%;
  bottom: 2.625rem;
  left: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: right 0.2s ease-out, opacity 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-out false, opacity 0.2s ease-in-out false;
  -o-transition: right 0.2s ease-out false, opacity 0.2s ease-in-out false;
  transition: right 0.2s ease-out, opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  aside .filters {
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    padding: 0;
    background-color: initial;
    opacity: initial;
  }
}
aside .filters.open {
  right: 0;
  padding: 1.5rem 3rem;
  opacity: 1;
  overflow: auto;
  border-top: 1px solid #dee2e6 !important;
}
aside .filters.open::after {
  position: absolute;
  content: " ";
  width: 1px;
  /* Just so the el doesn't collapse */
  height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  aside .filters.open {
    right: initial;
    opacity: initial;
    overflow: initial;
    border-top: initial;
  }
}

.filter ul.list-filter {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.container-loader {
  position: absolute;
  left: 0;
  background-color: #ffffffb3;
  width: calc(100% - 1rem);
  height: 100%;
  padding-bottom: 0.5rem;
}

[dir=rtl] .filter:not(.price) ul.list-filter {
  padding-right: 0.5rem;
  padding-left: initial;
}

.filter:not(.price) ul.list-filter {
  position: relative;
  max-height: 200px;
  overflow-y: scroll;
  font-size: 0.9rem;
  border: 1px solid #dee2e6 !important;
  padding-left: 0.5rem;
}

/*
| RTL
*/
[dir=rtl] .filter input {
  padding-right: 0.5rem;
  padding-left: 0;
}
[dir=rtl] .filter .option-text {
  margin-right: 0.25rem;
}

.filter:not(:first-child) {
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 768px) {
  .filter:not(:first-child) {
    margin-top: 0.25rem !important;
  }
}
.filter input {
  padding-left: 0.5rem;
}
.filter .option-text {
  margin-left: 0.25rem;
}
.filter .heading {
  padding: 0.5rem !important;
}
.filter .list-container {
  padding: 0 0.5rem 0.5rem !important;
}

/*
| RTL
| For archive, there are only 3 columns at md, sidebar comes into the picture
*/
@media screen and (min-width: 576px) {
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-top: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-left: 0 !important;
  }
  [dir=rtl] ul.products li.product:nth-child(3n+1) {
    margin-left: 0.25rem !important;
  }
}
@media screen and (min-width: 992px) {
  [dir=rtl] ul.products li.product:nth-child(3n) {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] ul.products li.product:nth-child(4n) {
    margin-left: 0 !important;
  }
}

ul.products {
  justify-content: space-between !important;
}
@media only screen and (min-width: 576px) {
  ul.products {
    justify-content: start !important;
  }
}
ul.products li.product {
  flex: 0 0 calc(50% - 0.125rem) !important;
}
@media only screen and (min-width: 576px) {
  ul.products li.product {
    flex: 0 0 calc(33.33% - 0.25rem + 1px) !important;
    width: calc(33.33% - 0.25rem + 1px) !important;
    max-width: calc(33.33% - 0.25rem + 1px);
  }
}
@media only screen and (min-width: 992px) {
  ul.products li.product {
    flex: 0 0 calc(25% - 0.25rem + 1px) !important;
    width: calc(25% - 0.25rem + 1px) !important;
    max-width: calc(25% - 0.25rem + 1px);
  }
}

@media screen and (min-width: 768px) {
  #infobar ~ .archive-product-pane {
    margin-top: 8.55rem;
  }
}

/*
| RTL
*/
@media screen and (min-width: 768px) {
  [dir=rtl] .archive-product-pane #container {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .archive-product-pane #sidebar {
    margin-left: 0 !important;
  }
}

.archive-product-pane {
  margin-top: 3.35rem;
}
.archive-product-pane #container {
  margin: 0 auto auto !important;
}
@media screen and (min-width: 768px) {
  .archive-product-pane {
    max-width: 1200px;
    margin-top: 8.55rem;
    padding-left: initial;
    padding-right: initial;
  }
  .archive-product-pane #container {
    max-width: 75%;
    width: 75%;
  }
  .archive-product-pane #sidebar {
    width: calc(100% - 75% - 0.25rem);
  }
}

/*# sourceMappingURL=archive-ar.css.map */
