/* 
 Theme Name:   COSMIMATA
 Theme URI:    
 Description:  
 Author:       christostsm
 Author URI:   https://github.com/christos-tsm
 Template:     storefront
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.container {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 1440px) {
  .container {
    width: 90vw;
  }
}

.section__title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .section__title {
    font-size: 25px;
  }
}

.cta-primary {
  padding: 5px 15px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.site-404 {
  min-height: 48vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  grid-row-gap: 20px;
  border-top: 5px solid #c1ae5d;
  border-bottom: 5px solid #c1ae5d;
}

.error-404 {
  text-align: center;
}

.error-404 h1 {
  margin-bottom: 20px;
}

.site-header {
  padding-top: 0 !important;
  border: none !important;
}

a {
  color: #a9922e;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none !important;
}

ul,
ol {
  list-style: none !important;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0;
}

button,
a,
a:focus {
  text-decoration: none;
  outline: none !important;
  outline-color: transparent !important;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0 !important;
}

.has-children {
  cursor: pointer;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .site-header {
    padding-bottom: 0;
  }
}

.site-content {
  margin-top: 111px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .site-content {
    margin-top: 69px;
  }
}

.topbar-wrapper {
  background-color: #000;
  position: relative;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .topbar-wrapper {
    display: none;
  }
}

.topbar__lang-wrapper {
  color: #fff;
}

.topbar__lang-wrapper p {
  margin: 0;
}

.topbar__lang-wrapper a {
  font-size: 0.8em;
  color: #fff;
}

.topbar__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topbar__text h3 {
  color: #fff;
  font-size: 0.8em;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  position: relative;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .navbar-wrapper {
    display: none;
  }
}

.navbar__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navbar__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  grid-column-gap: 15px;
  margin: 0;
}

.navbar__ul > li > a {
  color: #000;
  text-transform: uppercase;
}

.navbar__cart-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 5px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.navbar__cart-wrapper > a {
  color: #000;
}

.navbar__cart-wrapper .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 1px solid #c1ae5d;
}

.navbar__cart-wrapper .woocommerce-mini-cart__total > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navbar__cart-wrapper .mini-cart {
  display: block;
  position: absolute;
  top: 55px;
  background: #fff;
  width: 380px;
  left: -150px;
  padding: 10px;
  border: 1px solid #c1ae5d;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.navbar__cart-wrapper .mini-cart .mini_cart_item a {
  color: #000;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.navbar__cart-wrapper .mini-cart .mini_cart_item a:hover {
  color: #c1ae5d;
}

.navbar__cart-wrapper .mini-cart-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.navbar__cart-wrapper .cart-contents {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.navbar__cart-wrapper .cart-contents .count {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 0 5px;
  font-size: 11px;
}

.navbar__cart-wrapper .count-wrapper .amount {
  display: none;
}

.navbar__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  grid-column-gap: 25px;
}

.navbar__icons .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__icons .icon svg {
  width: 100%;
  height: auto;
}

.navbar__account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__account-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  grid-column-gap: 5px;
  color: #000;
}

.woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-column-gap: 10px;
  margin-top: 10px;
}

.woocommerce-mini-cart__buttons a {
  border: 1px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.woocommerce-mini-cart__buttons a:hover {
  background: #c1ae5d !important;
  border: 1px solid #c1ae5d !important;
  color: #fff !important;
}

.wc-forward::after,
.woocommerce-Button--next::after {
  display: none !important;
}

.lang_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.lang_wrapper .sep {
  height: 20px;
  width: 2px;
  background: #fff;
}

.lang_wrapper .dropdown-item {
  opacity: 0.6;
}

._sub-menu {
  position: absolute;
  width: 100%;
  top: 70px;
  width: 100%;
  background: #e6e6e6;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

._sub-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  grid-column-gap: 80px;
}

._sub-menu-active {
  opacity: 1;
  pointer-events: all;
}

._sub-menu__img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 260px;
}

._sub-menu__img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

._img-hidden {
  visibility: hidden;
  opacity: 0;
}

._sub-menu-ul a {
  position: relative;
}

._sub-menu-ul a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background-color: #000;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

._sub-menu-ul a:hover::before {
  width: 100%;
}

._sub-menu-ul .menu-item-has-children > a {
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  font-weight: 600;
}

#close-menu {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}

#close-menu svg {
  width: 100%;
  height: 100%;
}

.mobile-header {
  display: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  .mobile-header .burger-wrapper > span {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header .burger-wrapper > span svg {
    width: 100%;
    height: 100%;
  }
}

.mobile-menu {
  display: none;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all linear 150ms;
    transition: all linear 150ms;
  }
}

.mobile-menu .mobile-menu__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  border-top: 2px solid #c1ae5d;
  border-bottom: 2px solid #c1ae5d;
}

.mobile-menu .mobile-menu__icons .icon {
  width: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .mobile-menu__icons .icon svg {
  width: 100%;
  height: 100%;
}

.mobile-menu .mobile-menu__icons .count-wrapper .cart-contents .amount {
  display: none;
}

.mobile-menu .mobile-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.mobile-menu .mobile-menu__close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: auto;
}

.mobile-menu .mobile-menu__close span svg {
  width: 100%;
  height: 100%;
}

.mobile-menu .mobile-menu__close span svg line {
  stroke: #000;
}

.mobile-menu .mobile-account a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  grid-column-gap: 8px;
}

.mobile-menu .mobile-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  grid-column-gap: 8px;
}

.mobile-menu .mobile-cart a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.mobile-menu .mobile-cart .count {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #c1ae5d;
  font-size: 12px;
  font-weight: 600;
}

.mobile-menu .mobile-menu__nav {
  height: 610px;
  overflow-y: scroll;
}

.mobile-menu .mobile-menu__nav a {
  font-size: 18px;
}

.mobile-menu .mobile-menu__nav .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.mobile-menu .mobile-menu__nav ._sub-menu-ul {
  margin-bottom: 20px;
}

.mobile-menu__active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

@media (min-width: 1820px) {
  .site-footer {
    background-size: cover;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .site-footer {
    padding: 20px;
  }
}

.footer-columns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  grid-column-gap: 50px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-columns__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
            column-gap: 0;
    grid-column-gap: 0;
  }
}

.footer-column__submenus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
          column-gap: 35px;
  grid-column-gap: 35px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-column__submenus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
            column-gap: 0;
    grid-column-gap: 0;
    row-gap: 20px;
    grid-row-gap: 20px;
  }
  .footer-column__submenus > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.footer-column__menu-about {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
}

.footer-column__menu ul {
  margin: 0;
  padding: 0;
}

.footer-column__menu ul a {
  text-decoration: none;
  position: relative;
}

.footer-column__menu ul a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0px;
  height: 2px;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  background-color: #000;
}

.footer-column__menu ul a:hover::before {
  width: 100%;
}

.footer-column__menu .sub-menu {
  margin-left: 5px;
}

.footer-column__menu .sub-menu li::before {
  content: "-";
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-column {
    margin-bottom: 20px;
  }
}

.footer-column h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-column h5 {
    border-bottom: 2px solid #000;
  }
}

.footer-column img {
  margin: 5px 0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-column img {
    display: none;
  }
}

@media (min-width: 1820px) {
  .footer-column__social {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
}

.footer-column__social-icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-column-gap: 10px;
}

.footer-column__social-icons a,
.footer-column__social-icons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-column__social-icons svg {
  width: 25px;
}

.footer-newsletter {
  color: #000;
}

.footer-newsletter label {
  color: #000;
}

.footer-newsletter input[type="email"] {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px 15px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .footer-newsletter input[type="email"] {
    max-width: 100%;
  }
}

.footer-newsletter input[type="submit"] {
  padding: 0;
  background-color: transparent;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.footer-newsletter input[type="submit"]:hover {
  color: #c1ae5d;
  background-color: transparent;
}

.bottom-bar {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-column-gap: 20px;
  padding: 10px 0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .bottom-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}

.bottom-bar a {
  color: #fff;
  font-size: 11px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .bottom-bar a {
    font-size: 13px;
  }
}

.home-categories__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .home-categories__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
    grid-row-gap: 10px;
    padding: 0 20px;
  }
}

.home-categories__single {
  position: relative;
}

.home-categories__single:hover .home-categories__single-content {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.home-categories__single-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .home-categories__single-bg {
    min-height: 250px;
  }
}

.home-categories__single-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  pointer-events: none;
}

.home-categories__single-content a {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  position: relative;
}

.home-categories__divider {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}

.home-pr__slider-trend {
  margin-top: 60px;
}

.product-slider {
  width: 85%;
  margin: auto;
}

.product-slider__wrapper {
  position: relative;
}

.product-slider__wrapper .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  cursor: pointer;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.product-slider__wrapper .slider-arrow__left {
  left: 10px;
}

.product-slider__wrapper .slider-arrow__right {
  right: 10px;
}

.product-slider .slick-slide {
  margin: 0 20px;
}

.slick-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.woocommerce-loop-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.product-slider .product {
  border: 1px solid #c1ae5d;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.product-slider .product .attachment-woocommerce_thumbnail {
  position: relative;
  z-index: -1;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  min-height: 235px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.product-slider .product:hover .product__categories {
  opacity: 1;
}

.product-slider .product:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-slider .button,
.product-slider .add_to_cart_button {
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product-slider .button:hover,
.product-slider .add_to_cart_button:hover {
  background-color: #fff;
}

.product-slider .button img,
.product-slider .add_to_cart_button img {
  width: 20px;
}

.product-slider .price {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  margin-bottom: 0 !important;
}

.product-slider .added_to_cart {
  display: none;
}

.product-slider .discount-badge {
  position: absolute;
  top: -15px;
  left: -35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #c1ae5d;
  padding: 23px 30px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.product-slider .new {
  position: absolute;
  top: -15px;
  right: -35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
  padding: 23px 30px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.product-slider .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

ul.products.columns-4 li.product {
  border: 1px solid #c1ae5d;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

ul.products.columns-4 li.product .attachment-woocommerce_thumbnail {
  position: relative;
  z-index: -1;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  min-height: 235px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

ul.products.columns-4 li.product:hover .product__categories {
  opacity: 1;
}

ul.products.columns-4 li.product:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

ul.products.columns-4 li.product .add_to_cart_button {
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

ul.products.columns-4 li.product .add_to_cart_button:hover {
  background-color: #fff;
}

ul.products.columns-4 li.product .add_to_cart_button img {
  width: 20px;
}

ul.products.columns-4 li.product .price {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  margin-bottom: 0 !important;
}

ul.products.columns-4 li.product .added_to_cart {
  display: none;
}

ul.products.columns-4 li.product .discount-badge {
  position: absolute;
  top: -15px;
  left: -35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #c1ae5d;
  padding: 23px 30px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

ul.products.columns-4 li.product .new {
  position: absolute;
  top: -15px;
  right: -35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
  padding: 23px 30px 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

ul.products.columns-4 li.product .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.product__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-column-gap: 10px;
  opacity: 0;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  position: relative;
}

.product__categories::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #c1ae5d;
}

.product__categories p {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

.home-about__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .home-about__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto;
  }
}

.home-about__col-l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 50px 80px;
  border: 1px solid #c1ae5d;
  margin-right: -50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .home-about__col-l {
    padding: 30px 20px;
    margin-right: 0;
  }
}

.home-about__col-l h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
}

.home-about__col-l img {
  width: 80px;
  margin: 0 auto;
}

.home-about__col-l p {
  color: #000;
  margin-bottom: 20px;
}

.home-about__col-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pn-slider__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-column-gap: 10px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .pn-slider__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pn-slider__titles span {
  opacity: 1;
  font-size: 28px;
}

.slider-title {
  font-size: 28px;
  color: #000;
  opacity: 0.3;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.slider-title__active {
  opacity: 1;
}

.slider-hidden {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sliders-wrapper {
  position: relative;
  min-height: 350px;
}

.slider__popular-products,
.slider__newest-products {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.home-companies__wrapper {
  margin: 80px auto;
}

.home-companies__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-companies__single img {
  height: 120px;
  max-width: 150px;
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: auto;
}

.home-companies .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  grid-column-gap: 15px;
}

.home-companies .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-companies .slick-dots li button {
  color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  padding: 0;
}

.home-companies .slick-dots .slick-active button {
  background: #c1ae5d;
}

.tax-product_cat .content-area {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
}

.tax-product_cat .widget-area {
  display: none;
}

.woocommerce-products-header {
  padding: 0 !important;
}

.parent_cat-header {
  position: relative;
}

.parent_cat-header > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 450px;
}

._sub-categories-ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  grid-column-gap: 30px;
  margin: -100px 50px 80px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 1024px) {
  ._sub-categories-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    grid-column-gap: 10px;
    row-gap: 10px;
    grid-row-gap: 10px;
  }
  ._sub-categories-ul > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.parent_cat-title {
  position: absolute;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.parent_cat-title h1 {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 45px;
  letter-spacing: 5px;
  font-weight: 400;
  padding: 0 10px;
  text-transform: uppercase;
}

.parent_cat-title h1::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #c1ae5d;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.parent_cat-title img {
  width: 100px;
  margin: 0 auto;
}

._sub-categories-list-item {
  width: 265px;
  height: 200px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._sub-categories-list-item:hover {
  -webkit-box-shadow: inset 0px 0px 0px 15px #c1ae5d;
  box-shadow: inset 0px 0px 0px 15px #c1ae5d;
}

._sub-categories-list-item img {
  width: 100%;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
}

._sub-categories-list-item a {
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  grid-row-gap: 15px;
}

._cat-popular-products {
  margin: 80px auto;
}

.filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c1ae5d;
  margin-bottom: 30px;
}

.filters-header h2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  cursor: pointer;
}

.filters-header h2:hover {
  opacity: 1;
}

.filter-title__active {
  opacity: 1 !important;
}

.berocket_single_filter_widget_213 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.tag-filters-wrapper .bapf_body ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-column-gap: 20px;
  padding: 0;
}

.filters .bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filters .bapf_ckbox_square input[type="checkbox"]:checked {
  background: #c1ae5d !important;
  background-clip: content-box !important;
}

.filters .bapf_sfilter ul li {
  margin-bottom: 10px !important;
}

.attribute-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  padding: 20px 0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .attribute-filters-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
    grid-row-gap: 20px;
  }
  .attribute-filters-wrapper > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .attribute-filters-wrapper > div:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.attribute-filters-wrapper .bapf_head h3 {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag-filters-wrapper,
.attribute-filters-wrapper {
  display: none;
}

.filters-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.berocket_single_filter_widget_192 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.sub-cat__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sub-cat__header-content-thumbnail {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-height: 300px;
  padding: 20px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sub-cat__header-content-thumbnail {
    display: none;
  }
}

.sub-cat__header-content-thumbnail img {
  width: 100%;
}

.sub-cat__header-content__title {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sub-cat__header-content__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sub-cat__header-content__title > img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sub-cat__header-content__title > img {
    max-height: 400px;
    height: 400px;
  }
}

.sub-cat__header-content__title .divider {
  width: 100px;
  margin: 30px auto;
}

.sub-cat__header-content__title-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub-cat__header-content__title-content h1 {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 45px;
  letter-spacing: 5px;
  font-weight: 400;
  padding: 0 10px;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sub-cat__header-content__title-content h1 {
    font-size: 30px;
    text-align: center;
    white-space: nowrap;
  }
}

.sub-cat__header-content__title-content h1::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #c1ae5d;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

#page > .storefront-breadcrumb {
  display: none !important;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.breadcrumb__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin: 20px 0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .breadcrumb__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.breadcrumb__wrapper .storefront-breadcrumb {
  padding: 0 !important;
  margin: 0 !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 1px solid #c1ae5d;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .breadcrumb__wrapper .storefront-breadcrumb {
    max-width: 100%;
    min-width: 100%;
  }
}

.breadcrumb__wrapper .breadcrumb,
.breadcrumb__wrapper .orderby {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .breadcrumb__wrapper .breadcrumb,
  .breadcrumb__wrapper .orderby {
    width: 100%;
    margin-bottom: 20px;
  }
}

.breadcrumb__wrapper .orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.breadcrumb__wrapper .orderby select {
  border: 1px solid #c1ae5d;
  outline: none;
  padding: 5px;
  cursor: pointer;
}

.breadcrumb__wrapper .orderby .woocommerce-ordering {
  float: none !important;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb__wrapper .col-full {
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}

.breadcrumb__wrapper .woocommerce-breadcrumb {
  color: #c1ae5d;
  font-size: 18px;
  text-transform: capitalize;
}

.breadcrumb__wrapper .woocommerce-breadcrumb a {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
}

.breadcrumb__wrapper .woocommerce-breadcrumb .breadcrumb-separator::after {
  opacity: 0.8 !important;
  color: #000;
}

#main > .storefront-sorting {
  display: none !important;
}

li.product .button,
li.product .add_to_cart_button {
  padding: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

li.product .button:hover,
li.product .add_to_cart_button:hover {
  background-color: #fff;
}

li.product .button img,
li.product .add_to_cart_button img {
  width: 20px;
  margin: 0 !important;
}

.single-product__wrapper .breadcrumb__wrapper .storefront-breadcrumb {
  border-bottom: none !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .single-product__wrapper .breadcrumb__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 15px;
  }
  .single-product__wrapper .breadcrumb__wrapper .woocommerce-breadcrumb {
    font-size: 13px;
  }
  .single-product__wrapper .breadcrumb__wrapper .woocommerce-breadcrumb a {
    font-size: 13px;
  }
  .single-product__wrapper .breadcrumb__wrapper .backlink a {
    font-size: 13px;
  }
}

.single-product__wrapper .product > .discount-badge {
  display: none;
}

.single-product__wrapper .content-area {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}

.single-product__wrapper .breadcrumb {
  border-bottom: 1px solid #c1ae5d;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .single-product__wrapper .breadcrumb {
    padding-bottom: 5px;
  }
}

.single-product__wrapper .backlink {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-product__wrapper .backlink a {
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.single-product__wrapper .backlink a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.single-product__wrapper .backlink a span svg {
  width: 100%;
  height: 100%;
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-wrapper h1 {
  font-weight: 600;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .title-wrapper h1 {
    font-size: 25px;
  }
}

.title-wrapper ._sp-price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.tags__wrapper {
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 4px dotted #000;
}

.tags__wrapper .tagged_as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags__wrapper a {
  background: #e6e6e7;
  padding: 2px 5px;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sp-a2c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 4px dotted #000;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sp-a2c-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    grid-row-gap: 20px;
  }
}

.sp-a2c-wrapper a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.single-product div.product form.cart {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.size-guide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-column-gap: 10px;
}

.sp-gen_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  grid-column-gap: 50px;
  padding: 20px;
  border-bottom: 4px dotted #000;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .sp-gen_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

.sp-gen_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-column-gap: 20px;
  color: #000;
}

.sp-gen_info p img {
  width: 35px;
}

.short-desc {
  padding: 20px 0;
  border-bottom: 4px dotted #000;
}

.short-desc h4 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .short-desc p {
    color: #000;
  }
}

.sp-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.sp-divider svg {
  width: 60px;
}

.sp-divider svg rect {
  fill: #c1ae5d;
}

.sp-divider hr {
  margin-bottom: 0;
  background-color: #c1ae5d;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.related .product::marker {
  display: none;
  color: #fff;
}

.page-overlay,
.size-guide-popup__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .size-guide-popup__wrapper {
    width: calc(100% - 20px);
    padding: 10px;
  }
}

.page-overlay {
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
  cursor: pointer;
}

.popup__active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.woocommerce-cart-form__cart-item .product-name a {
  color: #000;
}

.coupon .button,
.wc-proceed-to-checkout .button.checkout-button {
  background-color: #fff !important;
  color: #000;
  border: 1px solid #c1ae5d;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.coupon .button:hover,
.wc-proceed-to-checkout .button.checkout-button:hover {
  background-color: #c1ae5d !important;
  color: #fff !important;
  border: 1px solid #c1ae5d !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #c1ae5d;
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper select,
.woocommerce-billing-fields__field-wrapper input {
  background-color: #fff !important;
  border: 1px solid #c1ae5d !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  table.cart .product-thumbnail img {
    max-width: 40%;
  }
  .coupon .button,
  .wc-proceed-to-checkout .button.checkout-button {
    font-size: 18px;
  }
  .woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
  }
  #payment .place-order .button {
    font-size: 18px;
  }
  #payment .place-order {
    padding: 0;
  }
}

.woocommerce-account .site-content {
  min-height: 68vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.woocommerce-account button,
.woocommerce-account input[type="button"],
.woocommerce-account input[type="reset"],
.woocommerce-account input[type="submit"],
.woocommerce-account .button,
.woocommerce-account .widget a.button {
  background-color: #fff;
  color: #000;
  border: 1px solid #c1ae5d;
  -webkit-transition: all linear 150ms;
  transition: all linear 150ms;
}

.woocommerce-account button:hover,
.woocommerce-account input[type="button"]:hover,
.woocommerce-account input[type="reset"]:hover,
.woocommerce-account input[type="submit"]:hover,
.woocommerce-account .button:hover,
.woocommerce-account .widget a.button:hover {
  background-color: #c1ae5d;
  color: #fff;
}

.woocommerce-form-register input,
.woocommerce-form-login input {
  background-color: #fff;
  border: 1px solid #c1ae5d;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}
/*# sourceMappingURL=style.css.map */