@font-face {
  font-family: "Arial-regular";
  src: url("./fonts/Arial-Regular.ttf");
}

@font-face {
  font-family: "Neou-b";
  src: url("./fonts/SVN-Arial Regular.ttf");
}

body {
  font-size: 14px;
  /* font-family: Arial; */
  font-family: "Arial-regular";
  background-color: white;
  color: #929293;
}

a {
  color: #929293;
}

a:hover {
  color: #dcd1bb;
  text-decoration: none;
}

i {
  cursor: pointer;
}

.woocommerce a.added_to_cart.wc-forward {
  display: none;
}

.graphe-ctn {
  max-width: 1310px;
  margin: 0 auto;
}

.graphe-ctn-sm {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.col-md-4 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

h4 {
  margin-bottom: 0;
}

.h100vh {
  height: 100vh;
}

.logo-img,
.woocommerce-page .logo-img {
  height: 90%;
  width: 500px;
  object-fit: contain;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.make-footer-bottom-short-content {
  flex: 1 0 auto;
}

* {
  box-sizing: border-box;
}

footer {
  color: white;
}

.footer-img {
  height: 120px !important;
  object-fit: contain;
  max-width: 100% !important;

  /* background-image: url(../images/logo3.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      object-fit: cover;
      margin-top: 1.5rem;
      height: 200px; */
}

footer ul {
  list-style-type: none;
  margin-left: 3rem;
  font-size: 16px;
}

footer a {
  /* color: white; */
  color: #b2b2b3;
  text-transform: uppercase;
}

footer {
  color: #b2b2b3;
}

footer a:hover {
  color: black;
}

footer div {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

footer .footer-section-right {
  text-align: right;
  padding-right: 3rem;
  z-index: 3;
}

footer .footer-section-right .title {
  font-size: 16px;
}

footer i {
  cursor: pointer;
}

footer i:hover {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neou-b";
}

.header {
  background-color: transparent;
  text-align: center;
  /* height: 125px; */
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-origin: content-box;
  margin-bottom: 0.4rem;
  height: 15%;
}

.header a {
  display: inline-block;
  height: 100%;
}

@media (min-width: 768px) {
  .header-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

.full-height {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 79vh;
}

.add-logo {
  background-color: #cacacc;
  padding-bottom: 0.75rem;
  background-origin: content-box;
}

#menu-bar .logo img {
  width: 10rem;
  height: auto;
  margin-left: 1rem;
  opacity: 0;
  visibility: hidden;
}

#menu-bar .logo img.d-block {
  opacity: 1;
  visibility: visible;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: inherit;
}

.bg-gray {
  width: 100%;
  background-color: #cacacc;
}

/* DROPDOWN MENU */

.main-nav {
  width: 100%;
}

.main-nav > ul {
  height: 100%;
}

.main-nav > ul > li {
  display: inline-flex;
  padding: 0 30px;
  height: 100%;
  place-items: center;
}

.main-nav > ul > li > a {
  color: white;
  font-size: 15px;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
}

.main-nav li {
  position: relative;
}

.main-nav ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 2rem;
  z-index: 99999;
  width: 180px;
  background: #fff;
  list-style-type: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: -45px;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;

  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}

.col2-set {
  margin-left: 0;
  margin-right: 0;
}

.main-nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-nav ul ul a {
  color: #929293;
  padding: 15px 0 0;
  text-decoration: none;
  display: block;
  font-family: Arial;
  font-size: 14px;
  width: 100%;
}

.main-nav ul ul li {
  border-bottom: 1px solid #929293;
  margin: 0 1.7rem;
}

.main-nav ul ul a:hover {
  color: #dcd1bb;
}

#menu-bar i {
  color: #929293;
}

#menu-bar .fa-bars {
  display: none;
}

.mobile-nav li > ul {
  padding-left: 15px;
  transition: max-height 0.5s ease-in-out, visibility 0.5s ease-in-out;
  list-style-type: none;
}

.mobile-nav li > ul li {
  transition: opacity 0.2s ease-in-out;
}

.mobile-nav li > a,
.mobile-nav li > button {
  position: relative;
}

.mobile-nav > ul > li {
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow: hidden;
}

.mobile-nav > ul > li.menu-item-has-children::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 15px;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";

  transition: transform 0.2s;
  transform: rotate(0deg);
}

.mobile-nav > ul > li.pushy-submenu-open.menu-item-has-children::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

/* ------------------------------ */

.my-quantity {
  text-align: center;
}

.quantity-group-input input {
  text-align: center;
}

.shopping-cart-icon-wrap .shopping-cart-group {
  display: inline;
  position: relative;
}

.shopping-cart-icon-wrap span {
  text-align: center;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 9px;
  border-radius: 50%;
  border: 2px solid red;
  color: white !important;
  background-color: red;
  font-size: 10px;
  padding: 1px 2px;
  width: 20px;
  height: 20px;
  /* padding-inline-end: 2px; */
}

.jQ-cart-count {
  pointer-events: none;
}

.icon-bar .shopping-cart-icon-wrap img {
  /* width: 43px; */
  width: 50px;
  object-fit: cover;
  margin-right: 0.4rem;
}

.form-row-first,
.form-row-last {
  width: 100% !important;
  float: none !important;
}

.form-row span {
  width: 100%;
}

.woocommerce-billing-fields h3 {
  padding-left: 0 !important;
}

.ctn-check-right {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.checkout-product {
  width: 100%;
  margin-bottom: 1rem;
  table-layout: fixed;
}

.woocommerce-input-wrapper {
  position: relative;
  max-width: 100%;
  margin: 1rem 0;
}

.field--not-empty label {
  opacity: 1 !important;
  transform: none !important;
}

.woocommerce-input-wrapper label {
  color: #919293;
  box-sizing: border-box;
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 0.5em 1em;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  transform: translateY(3px);
  transition: all 0.2s ease-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.field--not-empty input {
  padding-bottom: 2px !important;
  padding-top: 18px !important;
}

.woocommerce-input-wrapper input {
  color: #333;
  font-size: 1.3125em;
  padding: 0.4761904762em;
  transition: all 0.2s ease-out;
  width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0.4761904762em;
  transition: all 0.2s ease-out;
}

.checkout-product .img-wrapper {
  width: 4.6em;
  width: 4.6em;
  height: 4.6em;
  border-radius: 8px;
  border: 1px solid black;
  position: relative;
  background: #fff;
}

.checkout-product .img-wrapper .product-quantity-number {
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 0.9);
  color: #fff;
  position: absolute;
  top: -0.5rem;
  right: -0.25rem;
  z-index: 1;
  width: 1rem;
  text-align: center;
}

.checkout-product tr {
  margin-top: 1rem;
  display: block;
}

.checkout-product .fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 0 0.25rem 0 0.25rem;
  height: fit-content !important;
  object-fit: cover;
}

.mobile-row-display {
  box-shadow: 1px 0 0 #e1e1e1 inset;
}

.mobile-row-display .ctn-check-right {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  clip-path: inset(0 -14px);
  box-shadow: 0 0 0 14px #fafafa;
}

.order-summary-toggle-content {
  width: 50%;
  color: #338dbc;
}

.button-wrapper {
  margin: 0 1rem;
}

.order-summary-toggle-icon-wrapper {
  width: 10%;
}

.order-summary-toggle-total {
  width: 40%;
  text-align: right;
}

.order-summary-toggle {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.25em 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
  width: 100%;
  display: none;
}

.order-summary-toggle-inner {
  display: table;
  box-sizing: border-box;
  width: 100%;
  zoom: 1;
}

.order-summary-toggle-inner div {
  display: inline-table;
}

.single .summary h1,
.single .summary h6 {
  font-family: Arial;
}

.checkout-product .product-name {
  width: 75%;
  padding-left: 1em;
}

.submit-wrapper {
  margin: 1rem 0 1rem 0;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}

.checkout-product .product-img,
.checkout-product .product-total {
  width: 15%;
}

.woocommerce-checkout #payment {
  background-color: white !important;
}

/* .woocommerce-remove-coupon {
  display: none;
} */

.order-summary-discount,
.order-summary-subtotal,
.order-summary-total {
  border-top: #e1e1e1 1px solid;
}

.order-summary-subtotal,
.order-summary-total {
  padding: 1rem 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px !important;
}

.select2-container--default .select2-selection--single {
  height: 45px !important;
  padding: 0.47619em;
}

.woocommerce-billing-fields h3 {
  padding-left: 0.5rem;
}

.check-out-container {
  margin: 0 auto;
  padding: 0 15px;
}

.mobile-row-display .row .col-6:first-child {
  text-align: left;
}

.mobile-row-display .row .col-6:nth-child(2) {
  text-align: right;
}

@media (min-width: 1000px) {
  .check-out-container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (max-width: 999px) {
  .check-out-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
  }
}

.woocommerce a.remove {
  padding: 0 !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  padding: 0 !important;
}

#menu-bar div {
  color: white;
  font-size: 18px;
  font-family: Arial;
  height: 100%;
}

#menu-bar {
  position: static;
  top: 0;
  width: 100%;
  z-index: 100;
  height: auto;
  transition: position 250ms ease;
  -webkit-transition: position 250ms ease;
  -moz-transition: position 250ms ease;
  background-color: #dcd1bb;
}

#menu-bar.fixedMenu {
  position: fixed;
}

.header-wrap .currency_switcher {
  display: none;
}

.icon-bar .currency_switcher,
.icon-bar .currency_switcher a,
.icon-bar .currency_switcher div {
  color: #000;
}

.icon-bar .currency_switcher {
  min-width: 80px;
}

.currency_switcher .dd-desc {
  display: none;
}

.currency_switcher .dd-select {
  background-color: transparent !important;
  border-radius: 0;
  border: none;
}

.currency_switcher .dd-selected-text,
.currency_switcher .dd-option-text {
  margin-bottom: 0;
  font-family: "Neou-b";
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.currency_switcher .dd-pointer-down {
  border-top-color: #7c7565;
}

.currency_switcher .dd-pointer-up {
  border-bottom-color: #7c7565 !important;
}

.mobile-navbar .woocommerce-currency-switcher-form a.dd-selected,
.mobile-navbar .woocommerce-currency-switcher-form a.dd-option {
  padding: 10px 30px;
}

.mobile-navbar .woocommerce-currency-switcher-form a.dd-option:hover {
  background-color: #b3b3b1;
}

.mobile-navbar .currency_switcher .dd-selected-image,
.mobile-navbar .currency_switcher .dd-option-image {
  max-width: 40px;
}

@media screen and (min-width: 769px) {
  .header-wrap {
    min-height: 45px;
  }

  .header-wrap .currency_switcher {
    display: block;
  }

  .currency_switcher small.dd-option-description.dd-desc,
  .currency_switcher .dd-selected-image,
  .currency_switcher .dd-option-image {
    display: none;
  }

  .currency_switcher .dd-select,
  .currency_switcher .dd-option {
    text-align: center;
  }

  .currency_switcher .dd-selected-text,
  .currency_switcher .dd-option-text {
    color: #7c7565;
  }
}

.woocommerce ul.order_details li {
  font-size: inherit !important;
}

.icon-bar {
  text-align: right;
}

.icon-bar .icon {
  cursor: pointer;
  width: 60px;
}

.icon-bar a {
  font-size: 14px;
  color: white;
}

.fa {
  width: 60px;
}

.fa-bars {
  vertical-align: sub;
}

#header-menu {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.section-not-found-page div {
  height: 71vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-not-found-page h1 {
  text-align: center;
}

.margin-row {
  margin: 0.6rem;
}

.woocommerce-ordering {
  margin-right: 0.5rem !important;
}

.category-item {
  margin-bottom: 30px;
}

.category-item.col-md-4 {
  position: relative;
  padding: 0.6rem;
}

.category-title-wraper {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 15;
}

.category-title {
  border: white 4px solid;
  color: #929293;
  opacity: 0.85;
  display: inline-block;
  font-family: Arial;
  padding: 0.5rem 1.5rem;
  background-color: rgba(245, 246, 248, 0.8);
  width: 325px;
}

.category-title h4 {
  font-family: "Neou-b";
  padding-top: 0.3rem;
  font-size: 1.75rem;
}

.category-title > a {
  color: #929293;
}

.fa-circle {
  padding-left: 3px;
}

.filter-label {
  position: relative;
}

.main-nav > ul > li::before,
.main-nav > ul > li::after {
  content: "\f111";
  font-family: "FontAwesome";
  visibility: hidden;
  opacity: 0;
  font-size: 5px;
  padding: 0.1rem;
  transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
}

.main-nav > ul > li:hover::before,
.main-nav > ul > li:hover::after {
  visibility: visible;
  opacity: 1;
}

.main-nav > ul > li.current-menu-item::before,
.main-nav > ul > li.current-menu-item::after {
  visibility: visible;
  opacity: 1;
}

.filter-wraper,
.sort-section {
  position: relative;
}

.filter-box {
  display: none;
  position: absolute;
  top: 60px;
  border: black 1px solid;
  right: 27px;
  width: 200px;
  z-index: 9999;
  background-color: white;
  text-align: center;
}

.filter-box h6,
.sort-box h6 {
  padding: 0;
  padding-top: 1.5rem;
}

.filter-box p {
  font-size: 14px;
}

.filter-line {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.filter-box .apply-filter,
.sort-box .apply-filter {
  background-color: gray;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 1.5rem;
  color: white;
}

.sort-section {
  float: right;
}

.sort-section .sort-label {
  font-family: Arial;
}

.sort-section .sort-box {
  position: absolute;
  top: 45px;
  border: black 1px solid;
  right: 8px;
  width: 200px;
  z-index: 9999;
  background-color: white;
  text-align: center;
  display: none;
}

.sort-section .sort-option {
  cursor: pointer;
}

.sort-section .sort-option:hover {
  color: #dcd1bb;
}

.sort-section .sort-option.currentSelected {
  background-color: #dcd1bb;
  color: white;
}

#feature {
  color: white;
}

#feature > h3 {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 0;
}

#feature > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}

.slider-index-feature .slick-track {
  display: flex !important;
}

.slider-index-feature .slick-slide {
  height: inherit;
}

/* LIGHTBOX FEATURE IMG */

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.85);
}

/* .modal::after{
      position: fixed;
      z-index: 11;
      padding-top: 60px;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: black;
  } */

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 550px;
  margin-bottom: 1rem;
}

.mySlides {
  /* max-height: 0;
      transition: max-height 0.5s;
      overflow: hidden; */
  /* transition: height 0ms 400ms, opacity 400ms 0ms;
      opacity: 0;
      height: 0;
      overflow: hidden;
       */

  max-height: 0px;
  opacity: 0;
  display: block;
  transition: opacity 0s ease;
}

.mySlides img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}

.mySlides.feature-active {
  max-height: 100%;
  opacity: 1;
  transition: opacity 2s ease;
}

.lightbox-feature-img-wrapper {
  position: relative;
}

.modal .lightbox-feature-column-wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.modal .lightbox-feature-column-wrapper div {
  display: inline-flex;
  /* max-width: 15%; */
  max-width: 3.5rem;
  cursor: pointer;
  margin: 0 0.1rem;
}

.modal .lightbox-feature-column-wrapper div img {
  opacity: 0.6;
  border: white solid 1px;
  transition: opacity 0.3s linear;
}

.modal .lightbox-feature-column-wrapper div img:hover {
  border: orange solid 1px;
}

.modal .lightbox-feature-column-wrapper div img.active {
  opacity: 1;
  border: orange solid 1px;
  transition: opacity 0.3s linear;
}

.modal .lightbox-feature-column-wrapper img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    } */

/*-----------------END LIGHTBOX FEATURE IMG */

.slick-active:focus,
.slick-active *:focus {
  outline: none;
}

.size {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0 0.5rem;
  cursor: pointer;
}

.slider-index-feature {
  padding: 2rem 2.25rem 0.5rem 2.25rem;
}

.slider {
  position: relative;
  height: auto;
}

.slider-dot {
  position: relative;
  width: 100%;
  bottom: 40px;
  z-index: 9;
}

section .feature-position {
  position: relative;
}

.fa-search-handler {
  /* width: 43px; */
  width: 50px;
  object-fit: cover;
}

.arrow-pre-click {
  width: 29px;
  height: 52px;
  position: absolute;
  z-index: 9;
  top: 45%;
  left: 2rem;
  cursor: pointer;
}

.arrow-pre-click::before {
  content: "";
  height: 3px;
  width: 100%;
  top: 14px;
  position: absolute;
  transform: rotate(-60deg);
  background-color: gray;
  border-radius: 0 2px 2px 0;
}

.arrow-pre-click::after {
  content: "";
  height: 3px;
  background: gray;
  width: 100%;
  top: 38px;
  position: absolute;
  transform: rotate(60deg);
  border-radius: 0 2px 2px 0;
}

.arrow-next-click {
  width: 29px;
  height: 52px;
  position: absolute;
  z-index: 9;
  top: 45%;
  right: 2rem;
  cursor: pointer;
}

.arrow-next-click::before {
  content: "";
  height: 3px;
  width: 100%;
  top: 14px;
  position: absolute;
  transform: rotate(60deg);
  background-color: gray;
  border-radius: 2px 0 0 2px;
}

.arrow-next-click::after {
  content: "";
  height: 3px;
  background: gray;
  width: 100%;
  top: 38px;
  position: absolute;
  transform: rotate(-60deg);
  border-radius: 2px 0 0 2px;
}

.arrow-pre-fea-click::before,
.arrow-pre-fea-click::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  position: absolute;
}

.arrow-pre-fea-click::before {
  border-top: 4px solid gray;
  transform: rotate(-60deg) translate(2px, 4px);
  -webkit-transform: rotate(-60deg) translate(2px, 4px);
  -moz-transform: rotate(-60deg) translate(2px, 4px);
}

.arrow-pre-fea-click::after {
  border-bottom: 4px solid gray;
  transform: rotate(60deg) translate(2px, -4px);
  -webkit-transform: rotate(60deg) translate(2px, -4px);
  -moz-transform: rotate(60deg) translate(2px, -4px);
}

.arrow-pre-fea-click,
.arrow-next-fea-click {
  width: 29px;
  height: 52px;
  position: absolute;
  z-index: 9;
  top: 45%;
  cursor: pointer;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
}

.arrow-pre-fea-click {
  left: 29px;
}

.arrow-next-fea-click {
  right: 29px;
}

.arrow-pre-fea-click:hover,
.arrow-next-fea-click:hover {
  background-color: rgba(250, 350, 350, 0.7);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
}

.arrow-next-fea-click::before,
.arrow-next-fea-click::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: -50%;
  position: absolute;
}

.arrow-next-fea-click::before {
  border-top: 4px solid gray;
  transform: rotate(60deg) translate(-4px, 6px);
  -webkit-transform: rotate(60deg) translate(-4px, 6px);
  -ms-transform: rotate(60deg) translate(-4px, 6px);
}

.arrow-next-fea-click::after {
  border-bottom: 4px solid gray;
  transform: rotate(-60deg) translate(-3px, -6px);
  -webkit-transform: rotate(-60deg) translate(-3px, -6px);
  -ms-transform: rotate(-60deg) translate(-3px, -6px);
}

.color-theme {
  color: #dcd1bb;
}

.color-arrow-slider {
  color: #878485;
}

.page-content > h3 {
  text-align: center;
  text-transform: uppercase;
}

section .slick-dotted.slick-slider {
  margin-bottom: 0;
  touch-action: auto !important;
}

.bg-footer {
  /* background-color: #dcd1bb; */
  border-top: 2px solid #dcd1bb;
  z-index: 3;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_section,
.search-section,
.mobile-nav-section {
  color: #929293;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.cart_section .col-3 {
  padding: 0;
}

.pushy .cart-button-group {
  display: flex;
}

.pushy .cart-button-group .my-button:nth-child(1) {
  margin-right: 0.25rem;
}

.pushy .cart-button-group .my-button:nth-child(2) {
  margin-left: 0.25rem;
}

.pushy .cart_section .my-button {
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 0.5rem;
  text-transform: uppercase;
  border: 1px solid black;
  background: linear-gradient(to right, white 50%, #cacacc 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 1s ease;
  width: 50%;
  text-align: center;
}

.woocommerce div.product form.cart.variations_form {
  margin-bottom: 0;
}

.pushy .cart_section .my-button:hover {
  background-position: left bottom;
  color: #929293;
}

.pushy .cart_section .cart-line {
  border-top: 1px solid black;
  margin: 1rem 0;
}

.pushy .cart_section p.total {
  margin-bottom: 1rem;
}

.pushy .cart_section p {
  margin-bottom: 1.4rem;
}

.pushy .cart_section img {
  object-fit: cover;
  width: 100% !important;
  height: 130px !important;
}

.pushy .cart_section .col-7 p {
  margin-bottom: 0;
}

.pushy .cart_section .cart-item {
  padding-left: 1rem;
  padding-right: 0;
}

.pushy .cart_section a {
  font-size: 14px;
  font-family: Arial;
}

.no-padding-r {
  padding-right: 0;
}

.pushy .cart_section .cart-item-x {
  padding-top: 0.5rem;
}

.pushy .cart_section .quantity {
  background-color: #cacacc;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.widget_shopping_cart_content ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.widget_shopping_cart_content .mini_cart_item a {
  display: initial !important;
  padding: 0 0 !important;
}

.widget_shopping_cart_content a.remove {
  color: red;
  font-size: 1em;
  text-align: center;
}

.widget_shopping_cart_content a.remove i {
  width: 1.25em;
}

.widget_shopping_cart_content .woocommerce-Price-amount.amount {
  float: right;
}

.widget_shopping_cart_content .woocommerce-Price-amount.amount::after {
  clear: both;
}

.widget_shopping_cart_content a.remove:hover {
  color: #fff !important;
  background: red;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.search-section .search-input {
  border: none;
  width: 90%;
  padding: 0.5rem;
  background-color: #f2f5fa;
}

.search-section .search-input:focus {
  outline: none;
}

.search-section .search-group {
  border: 1px solid black;
  background-color: #f2f5fa;
  /* display: inline; */
}

.pushy .btn-x {
  padding: 0;
  display: inline;
  position: absolute;
  right: 0;
}

.pushy h6 {
  position: relative;
  margin-bottom: 0;
}

.pushy .title-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.pushy .title-line {
  border-top: 3px solid black;
}

ul.cart_list li.mini_cart_item {
  padding: 0;
}

ul.cart_list li.mini_cart_item:last-of-type .cart-line {
  display: none;
}

.pushy .total strong {
  text-transform: uppercase;
}

.pushy .total::after {
  clear: both;
  content: "";
  display: block;
}

/* BUTTON TOP */

.muiten {
  width: 50px;
  height: 50px;
  position: relative;
}

.muiten::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-left: 3px solid #dcd1bb;
  top: 0;
  left: -13px;
  transform: rotate(66deg);
}

.muiten::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-right: 3px solid #dcd1bb;
  top: 0;
  left: 14px;
  transform: rotate(-67deg);
}

.btn-top {
  position: fixed;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  visibility: hidden;
  z-index: 2;
  cursor: pointer;
}

.top-text {
  color: #dcd1bb;
  position: absolute;
  font-size: 35px;
  top: 0px;
  left: -12px;
}

.btn-top.show {
  opacity: 1;
  visibility: visible;
}

.cat-name {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0;
  padding-right: 1rem;
  font-family: Arial;
}

.cat-line {
  border-top: 2px solid #dcd1bb;
}

.cat-item-info {
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.product a {
  color: #929293;
}

.color {
  position: absolute;
  bottom: 90px;
  right: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.color .color-circle {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 3px;
}

/* .slider-related-products .color,
.slider-viewed-products .color,
.img-wraper .color {
  bottom: 1.75rem;
  right: initial;
  left: 10px;
} */

/* .slider-related-products .color .color-circle:not(:first-child),
.slider-viewed-products .color .color-circle:not(:first-child) {
  margin-left: 0;
  
} */

@media screen and (min-width: 768px) {
  .gallery-wrap-thumb .color {
    flex-direction: row;
  }

  .gallery-wrap-thumb .color .color-circle:not(:first-child) {
    margin-left: 3px;
  }

  .gallery-wrap-thumb .color .color-circle {
    width: 18px;
    height: 18px;
  }
}

.filter-section {
  text-align: right;
}

.filter-section h5 {
  display: inline-block;
  margin-left: 0;
}

.filter-section .sort {
  margin-right: 1rem;
}

.black {
  color: #000;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.light-blue {
  color: #338dbc;
}

.white {
  color: white;
}

.page-link {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li.page-item {
  border-right: none;
  overflow: unset;
}

.woocommerce nav.woocommerce-pagination ul li.page-item .next,
.woocommerce nav.woocommerce-pagination ul li.page-item .prev {
  width: 29px;
  height: 52px;
}

.woocommerce nav.woocommerce-pagination ul li.page-item .next:hover,
.woocommerce nav.woocommerce-pagination ul li.page-item .prev:hover,
.woocommerce nav.woocommerce-pagination ul li.page-item .next:focus,
.woocommerce nav.woocommerce-pagination ul li.page-item .prev:focus {
  background-color: white;
}

.woocommerce nav.woocommerce-pagination ul li.page-item a:focus {
  box-shadow: none;
}

.woocommerce nav.woocommerce-pagination ul li.page-item .prev::after {
  visibility: visible;
  content: "";
  border-top: 4px solid #dcd1bb;
  height: 100%;
  width: 100%;
  top: 0;
  left: -1.5rem;
  position: absolute;
  transform: rotate(-60deg);
}

.woocommerce nav.woocommerce-pagination ul li.page-item .prev::before {
  visibility: visible;
  content: "";
  border-bottom: 4px solid #dcd1bb;
  height: 100%;
  width: 100%;
  top: 0;
  left: -1.5rem;
  position: absolute;
  transform: rotate(60deg);
}

.woocommerce nav.woocommerce-pagination ul li.page-item .next::after {
  visibility: visible;
  content: "";
  border-top: 4px solid #dcd1bb;
  height: 100%;
  width: 100%;
  top: 0;
  right: -1.5rem;
  position: absolute;
  transform: rotate(60deg);
}

.woocommerce nav.woocommerce-pagination ul li.page-item .next::before {
  visibility: visible;
  content: "";
  border-bottom: 4px solid #dcd1bb;
  height: 100%;
  width: 100%;
  top: 0;
  right: -1.5rem;
  position: absolute;
  transform: rotate(-60deg);
}

.img-wraper > a {
  display: block;
  width: 100%;
  height: 100%;
}

.img-wraper > a > img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination ul {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.pagination ul li {
  display: inline-block;
  padding: 0 0.25rem 1rem 0.25rem;
}

.pagination ul a {
  color: #929293;
}

/* SINGLE PAGE */
/* 
  #pa_size,
  #large,
  #medium,
  #small {
    display: none;
  } */

.variation-radios {
  display: inline;
}

.icon-size:hover,
.icon-active {
  border: #cacacc solid 1px;
  color: white;
  background-color: black;
}

.reset_variations {
  display: none !important;
}

.woocommerce .woocommerce-variation-add-to-cart .qty {
  text-align: center;
  border: solid 1px #929293;
  color: #929293;
}

.btn-add,
.btn-minus {
  cursor: pointer;
}

.woocommerce div.product form.cart .button {
  float: none !important;
  min-width: 200px;
  background-color: #818286 !important;
  text-transform: uppercase;
  color: #fff !important;
  opacity: 1;
}

.wc-button-center {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.detail-button {
  border: solid 1px #dcd1bb !important;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #929293;
  text-decoration: none !important;
  margin: 0.5rem;
  cursor: pointer;
  margin-left: 3rem;
  display: inline-block;
}

.woocommerce button.button.alt {
  border: solid 1px #dcd1bb !important;
  color: black !important;
  text-decoration: none !important;
  background-color: white !important;
}

/* -----------eCommerce Product Detail */

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* END------------------------eCommerce Product Detail*/

/* ZOOM */
.zoom {
  /* padding: 50px; */
  transition: transform 0.2s;
  /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5);
  /* overflow: hidden; */
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.wrap-img {
  overflow: hidden;
}

/*END ZOOM */

.detail-content {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
}

.responsive {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.single-img {
  padding-right: 2.5rem;
}

.single-product .slider-related-products,
.single-product .slider-viewed-products {
  margin: 0 1rem;
}

.single-product .related-products,
.single-product .recent-products {
  /* height: 45vh; */
}

.single-product .related-products h2 .single-product .recent-products h2 {
  font-family: Arial;
}

.slider-related-products .item-slider,
.slider-viewed-products .item-slider {
  padding: 0.35rem 0.3rem;
}

.single-product .arrow-pre-fea-click {
  left: -15px;
  top: 36%;
}

.single-product .arrow-next-fea-click {
  right: -15px;
  top: 36%;
}

.img-wraper {
  position: relative;
  display: inline-block;
  width: 100%;
  /* height: 85%; */
}

.single-product .info {
  text-align: center;
  font-size: 16px;
  height: 15%;
}

.single-product .info h2 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
  padding: 0.5em 0 0;
  font-family: "Arial";
}

.single-product .info .woocommerce-Price-amount {
  color: #929293;
  display: block;
  font-weight: 400;
  font-size: 0.657em;
}

.single-product .info .price {
  display: inline-flex;
}

.single-product .info .price del {
  padding-right: 4px;
  color: inherit;
}

.single-product .info .price ins .woocommerce-Price-amount {
  font-weight: 700;
}

.single-product .recent-products {
  margin-bottom: 1rem;
}

.single-product .below-size-guide-section {
  margin-top: 1rem;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.single-product .below-size-guide-section.active {
  max-height: 700px;
  transition: max-height 1.5s ease-out;
}

.single-product .single-desc h6,
.single-product .product-measurement h6,
.single-product .upsells h6 {
  border-top: 1px solid #dcd1bb;
  padding: 0.5rem 0;
  margin: 0;
  position: relative;
}

.single-product .upsells h6 {
  margin-bottom: 1rem;
}

.single-product .single-desc h6 i,
.single-product .product-measurement h6 i {
  position: absolute;
  right: 2rem;
  margin: 2px 0;
}

.single-product .single-desc p,
.single-product .product-measurement div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  margin: 0 !important;
}

.single-product .product-measurement p {
  margin: 0;
}

.single-product .single-desc p.active,
.single-product .product-measurement div.active {
  max-height: 700px;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
}

.toggle-desc.active,
.toggle-measure.active {
  transform: rotate(180deg);
  transition: transform 500ms ease;
}

.toggle-desc,
.toggle-measure {
  transition: transform 500ms ease;
}

.icon-size {
  border: 1px black solid;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  margin: 0.25rem;
  font-size: 18px;
  cursor: pointer;
}

.btn-more {
  color: #929293 !important;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  background-color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  border: solid 1px #dcd1bb !important;
}

.fix-css-price {
  color: #929293 !important;
}

.detail-line {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  border-top: solid 1px #dcd1bb;
}

.btn-guide-margin {
  margin-left: 2.5rem;
  margin-bottom: 1.5rem;
}

.detail-bottom-section {
  margin-bottom: 1.5rem;
}

.detail-bottom-section p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.detail-bottom-section .row > .col-lg {
  padding: 0.25rem;
}

.flex-viewport {
  width: 80%;
  float: left;
}

.woocommerce.woocommerce-page div.product div.images {
  float: left;
}

.woocommerce div.product div.images .flex-control-thumbs.flex-control-nav li {
  padding: 0 0 0.25rem;
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs.flex-control-nav {
  width: 20%;
  float: right;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .woocommerce div.product div.images .flex-control-thumbs.flex-control-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
  }
}
.woocommerce
  div.product
  div.images
  .flex-control-thumbs.flex-control-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(160, 160, 160, 0.3);
  background-color: #f5f5f5;
}

.woocommerce
  div.product
  div.images
  .flex-control-thumbs.flex-control-nav::-webkit-scrollbar {
  width: 8px;
  background-color: #c4c4c4;
}

.woocommerce
  div.product
  div.images
  .flex-control-thumbs.flex-control-nav::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border: 1px solid #fff;
}

.single-product.woocommerce div.product div.images img {
  object-fit: cover;
}

.woocommerce-product-gallery--with-images ul.flex-direction-nav {
  top: 45%;
  width: 80%;
}

.quantity-group-input > a {
  background-color: #dcd1bb;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #929293;
  display: inline-block;
  text-decoration: none;
}

.single-img > img {
  max-width: 100%;
  height: auto;
}

.other-color-row {
  place-content: center;
}

.other-color-row > .col-3 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.detail-info-section {
  text-align: center;
}

.detail-info-section p {
  font-size: 16px;
  font-family: Arial;
}

.detail-small-img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  background-position: center;
  padding-top: 0.5rem;
  background-origin: content-box;
}

ul.flex-direction-nav {
  position: absolute;
  top: 35%;
  z-index: 1;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
  font-size: 0;
  margin-left: 1.5rem;
}

li.flex-nav-next {
  float: right;
  font-size: 0;
  margin-right: 1.5rem;
}

a.flex-next,
a.flex-prev {
  visibility: hidden;
  display: block;
  width: 29px;
  height: 52px;
  position: relative;
}

a.flex-next::before {
  visibility: visible;
  content: "";
  border-top: 4px solid gray;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  transform: rotate(60deg);
}

a.flex-next::after {
  visibility: visible;
  content: "";
  border-bottom: 4px solid gray;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  transform: rotate(-60deg);
}

a.flex-prev::before {
  visibility: visible;
  content: "";
  border-top: 4px solid gray;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  transform: rotate(-60deg);
}

a.flex-prev::after {
  visibility: visible;
  content: "";
  border-bottom: 4px solid gray;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  transform: rotate(60deg);
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 2px solid #dcd1bb;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 2px solid black;
}

.table {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  background-color: #f2ede7;
}

.detail-table td,
.detail-table th {
  padding: 0.25rem;
}

.row-small-detail {
  padding-top: 0.25rem;
  /* padding-left: 0.5rem; */
  padding-right: 0.5rem;
}

.row-small-detail > .col-2 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.row-small-detail > .col-2 > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.get-center-img {
  transform: scale(1.5);
}

.detail-wrap-img {
  display: inline-block;
  overflow: hidden;
}

.appear {
  display: none;
}

/* SIZE GUIDE PAGE */
.size-guide-table,
.shipping-table {
  background-color: white;
  font-size: 18px;
}

.size-guide-table .no-border-top,
.shipping-table .no-border-top {
  border-top: none;
  padding: 0.75rem;
}

.size-guide-table td,
.size-guide-table th {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

.size-guide-notice {
  width: 75%;
  border: solid 1px #dcd1bb;
  margin: 0 auto;
}

.table td,
.table th {
  border-top: 1px solid #dcd1bb;
}

.table thead th {
  border-bottom: 1px solid #dcd1bb;
}

.size-guide-table .last-row {
  border-bottom: 1px solid #dcd1bb;
}

.size-guide-notice {
  text-align: center;
  font-size: 16px;
  font-family: "Neou-b";
  margin: 3rem auto 3rem auto;
}

.size-guide-notice > p:first-child {
  padding-top: 1.5rem;
}

.size-guide-notice > p:last-child {
  padding-bottom: 1.5rem;
}

.shipping-table .no-border-top:not(:first-child):not(:last-child),
.shipping-table td:not(:first-child):not(:last-child) {
  text-align: center;
}

.shipping-table .no-border-top:last-child,
.shipping-table td:last-child {
  text-align: right;
}

/* EXCHANGE PAGE */
.exchange-wrap-content {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.exchange-wrap-content ul li {
  margin-left: 1rem;
}

.exchange-wrap-content .question {
  font-family: "Neou-b";
}

/* ABOUT US PAGE */
.about-margin,
.contact-margin {
  margin: 2rem 3rem 3rem 3rem;
  position: relative;
}

.about-img {
  max-width: 100%;
  width: 500px;
  height: auto;
  object-fit: contain;
  padding: 0.5rem;
}

.story-right {
  text-align: right;
}

.story-left {
  text-align: left;
}

.about-line {
  border-top: 2px solid black;
}

.about-infomation-row {
  margin-top: 2rem;
}

.about-infomation-row p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Neou-b";
}

.about-infomation-row p:last-of-type {
  margin-bottom: 3rem;
}

.about-payment-row {
  padding-left: 2rem;
}

.about-payment-row p {
  font-size: 16px;
}

.about-payment-row ul li {
  font-family: "Neou-b";
  font-size: 16px;
  margin-left: 1rem;
}

/* CONTACT PAGE */

.contact-line {
  border-top: solid 2px #dcd1bb;
}

.height-vh {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.contact-message-sect {
  padding: 20% 0;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-message-sect h4 {
  font-family: Arial;
}

.height-700 {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.contact-message-sect > hr {
  border-top: white solid 2px;
  width: 5%;
}

.wc-tabs-wrapper {
  visibility: hidden;
}

.wc-tabs,
.woocommerce div.product .woocommerce-tabs .panel {
  display: none !important;
}

.label {
  display: none;
}

.value {
  text-align: center;
}

.single-product .recent-products h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-product .related-products h6 {
  margin-bottom: 10px;
}

.recent-products h6,
.products h6 {
  text-align: center;
  padding: 0;
  margin: 0;
  height: 7%;
  font-family: Arial;
}

.single-product div.slick-list,
.single-product div.slick-track {
  height: 100%;
}

.woocommerce-cart .woocommerce a.button.alt {
  /* background-color: black; */
  color: white;

  text-transform: uppercase;
  border: 1px solid black;
  background: linear-gradient(to right, white 50%, black 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 1s ease;
  text-align: center;
}

.woocommerce-cart .woocommerce a.button.alt:hover {
  background-position: left bottom;
  color: #929293;
}

/* .woocommerce div.product div.images .flex-control-thumbs {
      margin-top: .25rem !important;
  } */

.mobile-menu-logo {
  width: 37px;
  height: auto;
}

.icon-bar > .flex-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon-bar > .flex-container > .mb-logo {
  display: none;
}

.icon-bar > .flex-container > div {
  margin-left: -10px;
}

.checkout-product .product-name > p {
  margin-bottom: 0.25em;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-family: Arial;
}

.woocommerce ul.products li.product span.price {
  color: #b2b2b3;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
  margin: 0;
}

.woocommerce ul.products.columns-6 li.product:not(:nth-child(6n)),
.woocommerce-page ul.products.columns-6 li.product:not(:nth-child(6n)) {
  margin: 0 3.8% 0.992em 0;
}

.woocommerce ul.products.columns-6 li.product:nth-child(6n),
.woocommerce-page ul.products.columns-6 li.product:nth-child(6n) {
  margin: 0 0 0.992em 0;
}

/* FONT ADD */
@font-face {
  font-family: "robo";
  src: url(fonts/RobotoCondensed-Regular.ttf);
}

/* @font-face {
  font-family: "Neou-b";
  src: url(fonts/Neou-Bold.ttf);
} */

/* @font-face {
      font-family: 'robo-italic';
      src: url(fonts/RobotoCondensed-Italic.ttf);
  }
  
  @font-face {
      font-family: 'robo-li';
      src: url(fonts/RobotoCondensed-LightItalic.ttf);
  }
  
  @font-face {
      font-family: 'robo-l';
      src: url(fonts/RobotoCondensed-Light.ttf);
  } */

@media screen and (max-width: 1068px) {
  .category-title {
    width: 224px;
  }

  .category-title-wraper {
    bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products.columns-6 li.product:not(:nth-child(2n)),
  .woocommerce-page ul.products.columns-6 li.product:not(:nth-child(2n)) {
    margin: 0 3.8% 0.992em 0;
  }

  .woocommerce ul.products.columns-6 li.product:nth-child(2n),
  .woocommerce-page ul.products.columns-6 li.product:nth-child(2n) {
    margin: 0 0 0.992em 0;
  }

  .category-heading {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-message-sect h4 {
    font-size: 15px;
  }

  .height-700 {
    height: auto;
  }

  #menu-bar #header-menu {
    padding-right: 0;
  }

  .full-height {
    height: 400px;
  }

  .disappear {
    display: none !important;
  }

  #menu-bar .fa-bars {
    display: inline-block;
  }

  footer .footer-section-right {
    text-align: center;
    padding-right: 0;
  }

  .icon-bar {
    text-align: center;
  }

  .pushy .cart_section .button {
    display: inline-block;
  }

  .logo {
    height: 70px;
  }

  .slider-index-feature {
    padding: 2rem 2rem 0.5rem 2rem;
  }

  .size {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    width: 295px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
  }

  .single-img {
    padding-right: 0;
  }

  .detail-info-section {
    flex-direction: column-reverse;
  }

  .appear {
    display: block;
  }

  .shipping-table td,
  .shipping-table th {
    padding: 0.25rem;
    font-size: 14px;
  }

  .shipping-table thead th {
    vertical-align: baseline;
  }

  .story-right,
  .story-left {
    text-align: center;
  }

  .about-margin,
  .contact-margin {
    margin: 1rem;
  }

  footer ul {
    text-align: center;
    margin-left: 0;
  }

  .footer-img {
    margin-left: 0;
  }

  .woocommerce .woocommerce-variation-add-to-cart .my-quantity .qty {
    width: 40%;
    margin-left: 2px;
  }

  .table {
    width: 100%;
  }

  .woocommerce-input-wrapper {
    margin-right: 0 !important;
  }

  #payment .w-100 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
  }

  .mobile-row-display {
    box-shadow: none;
  }

  .col2-set {
    flex-direction: column-reverse;
  }

  .ctn-check-right::after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: -2px;
    background: #fafafa;
    z-index: -1;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
  }

  .woocommerce-billing-fields h3 {
    padding-top: 0.5rem;
  }

  .checkout-product {
    display: none;
  }

  .order-summary-toggle {
    display: block;
  }

  .mb-display-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .icon-bar > .flex-container {
    justify-content: center;
  }

  .icon-bar > .flex-container > a,
  .icon-bar > .flex-container > div {
    width: 20%;
    flex: 1;
  }

  .icon-bar > .flex-container > .mb-logo {
    display: initial;
  }

  .icon-bar > .flex-container > div {
    margin-left: 0;
  }

  .feature-position img {
    height: 400px;
  }

  .slider-index-feature {
    height: 440px;
  }

  .woocommerce .woocommerce-order-overview > li {
    padding-top: 0.75rem;
    width: 41%;
    padding-right: 0 !important;
  }

  .btn-top {
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
  }

  .top-text {
    color: #f2ede7;
  }

  .muiten::before {
    border-left: 3px solid #f2ede7;
  }

  .muiten::after {
    border-right: 3px solid #f2ede7;
  }

  .modal .lightbox-feature-column-wrapper {
    display: block;
  }

  .modal .lightbox-feature-column-wrapper img {
    height: 95px;
  }

  .modal {
    height: 100%;
  }

  .prev,
  .next {
    top: 40%;
  }

  .mySlides img {
    height: 55vh;
  }

  .flex-viewport {
    width: 100%;
    float: none;
  }

  .woocommerce div.product div.images .flex-control-thumbs.flex-control-nav li {
    padding: 0 0.25rem 0.25rem;
    width: 25%;
  }

  .woocommerce div.product div.images .flex-control-thumbs.flex-control-nav {
    width: 100%;
    float: left;
    padding: 0.5rem 0;
  }

  .woocommerce-product-gallery--with-images ul.flex-direction-nav {
    width: 100%;
    top: 38%;
  }

  .logo-img,
  .woocommerce-page .logo-img {
    max-width: 16rem;
  }

  .header {
    height: 100px;
  }

  .category-title {
    padding: 0.5rem 1rem;
    width: 275px;
  }

  .category-title-wraper {
    bottom: 3rem;
  }

  .h100vh {
    height: auto;
  }
}

@media screen and (max-height: 375px) {
  .mySlides img {
    height: 70vh;
  }

  .modal .lightbox-feature-column-wrapper div {
    max-width: 2rem;
  }

  .modal-content {
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 1090px) {
  .main-nav > ul > li {
    padding: 0 0.45rem;
  }
}

/* update 12/06/2021 */
.woocommerce div.product form.cart .variations select[name="attribute_items"] {
  padding: 10px 15px;
  padding-right: 50px;
  margin-right: 0;
  display: inline-block;
  min-width: 0;
  color: red;
}

.variations select[name="attribute_items"] option {
  color: #000;
}

.collection {
  margin-bottom: 50px;
}

.collection__header h5 {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 0;
  padding-right: 1rem;
  font-family: Arial;
  text-transform: uppercase;
}

.collection__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}

.collection__item {
  display: block;
  width: calc((100% / 3) - 30px);
  min-width: 300px;
}

.collection__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.collection__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.collection__name {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 10px;
  background-color: #cacacc;
}

.collection__name h3 {
  font-size: 16px;
  font-family: Arial;
  margin-bottom: 0;
}

.linked-product-title {
  font-size: 20px;
  font-weight: 700;
  font-family: Arial;
  text-transform: capitalize;
}

.home-gallery-wrap-thumb {
  padding-top: 100%;
}

.gallery-wrap-thumb {
  position: relative;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery-image-item:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

.gallery-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-image-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 6;

  transition: all 320ms ease;
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
}

.collection__item .gallery-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .gallery-wrap-thumb:hover .gallery-image-item {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slideshow {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOut {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0) skew(45deg);
  }
}

/*  ---- Graphe Update ---- */
.home-mid__latest-products-ctn {
  padding: 50px 0;
}

@media (min-width: 992px) {
  .home-mid__latest-products-ctn {
    padding: 50px;
  }
}

.home-mid__latest-products {
  list-style: none;
  margin: 0 -7px;
}

.home-mid__latest-products li.product {
  padding: 0 7px;
}

.home-mid__latest-products li.product > a {
  display: block;
  width: 100%;
}

.home-mid__latest-products .gallery-wrap-thumb {
  position: relative;
  padding-top: 150%;
  width: 100%;
  margin-bottom: 15px;
}

.home-mid__latest-products .gallery-wrap-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.woocommerce-loop-product__title {
  font-family: Arial;
  font-size: 1em;
  font-weight: 400;
  color: #b2b2b3;
}

.home-mid__latest-products .price {
  font-weight: 400;
  color: #b2b2b3;
}

.home-mid__banner img,
.home-mid__title img {
  width: 100%;
  height: auto;
}

.home-bt {
  margin-bottom: 50px;
}

.home-bt__image {
  width: 100%;
  height: auto;
}

.category-list {
  padding-top: 20px;
}

.ft-address-contact a:hover {
  text-decoration: underline;
}

.contact__map {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact__map iframe {
  width: 100%;
}

.banner-cat {
  position: relative;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-cat h2 {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.woo-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #dcd1bb;
  margin-bottom: 45px;
  position: relative;
}

.woo-filter__label,
.woo-sort__label {
  padding: 15px;
}

.woo-order-bar {
  position: relative;
  border-right: 2px solid #dcd1bb;
}

.woo-sort {
  flex: 1;
}

.woo-filter__label,
.woo-sort__label {
  font-size: 16px;
  font-family: Arial;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.woo-filter__icon,
.woo-sort__icon {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.woo-sort__ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woo-order__count {
  padding: 15px;
}

.woo-order__count p.woocommerce-result-count {
  margin: 0;
  padding-left: 0 !important;
  font-size: 16px;
}

.woo-order__count {
  font-size: 1.2rem;
}

/* .woo-order-bar {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 200;
    transition: right 750ms ease-in;
    -webkit-transition: right 750ms ease-in;
    -moz-transition: right 750ms ease-in;
  }
  
  .woo-order-bar.open {
    right: 0;
    transition: right 450ms ease;
    -webkit-transition: right 450ms ease;
    -moz-transition: right 450ms ease;
  } */

.woo-order-bar__itembar {
  position: fixed;
  top: 0;
  right: -100%;
  /* right: 0; */
  height: 100%;
  z-index: 200;
  transition: all 750ms ease-in;
  -webkit-transition: all 750ms ease-in;
  -moz-transition: all 750ms ease-in;

  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.woo-order-bar__itembar.visible {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
}

/* .woo-order-bar__sort {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 450ms ease;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
  } */

.open-filter .woo-order-bar__filter {
  display: block;
}

.woo-order-bar__wrap {
  padding: 30px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 100%;
  min-width: 300px;
  overflow-y: auto;
}

.woo-order-bar__item {
  padding-bottom: 20px;
  position: relative;
}

.woo-order-bar__item:not(:last-child) {
  margin-bottom: 20px;
}

.woo-order-bar__item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  /* background-color: #000; */
  border-bottom: 1px solid #dcd1bb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-apply-filter {
  padding: 10px 20px;
  background-color: gray;
  display: block;
  color: white;
  text-align: center;
  width: 100%;
  border: transparent;

  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
}

.btn-apply-filter:hover {
  opacity: 0.85;
}

.woo-order-bar__item-label {
  font-family: "Arial";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.woo-order-bar__attr {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

.woo-order-bar__attr-item {
  margin-bottom: 7px;
  cursor: pointer;
}

.order-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
}

.order-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woo-order-bar__attr-item.order-checked .order-box::after {
  content: "\f00c";
}

.woo-order-bar__color {
  text-transform: capitalize;
}

.woo-order-bar__item-inner button.button {
  display: none !important;
}

.woo-order-bar__filter-by-price form {
  padding-top: 10px;
}

.woo-order-bar__sort-list {
  list-style: none;
  margin-bottom: 25px;
}

.woo-order-bar__sort-list li {
  font-family: "Arial";
  font-size: 16px;
  margin-bottom: 10px;
}

.woo-close-icon {
  display: inline-block;
  border: transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 7px;
  background: no-repeat center/80% url("../images/close.png");
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);

  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}

.woo-close-icon:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.woocommerce div.product form.cart .variations select {
  min-width: 1px !important;
  padding: 7px 20px;
  margin-bottom: 15px;
}

.woo-variations {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
}

@media (min-width: 576px) {
  .woo-variations {
    align-items: center;
  }
}

.woo-variations__attr {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}

.woo-variations__attr-label {
  /* margin-right: 15px; */
  font-size: 16px;
  font-weight: 700;
  min-width: 60px;
}

.woo-variations__attr-ops {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  list-style: none;
  z-index: 50;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}

.woo-variations__attr-item {
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
  text-transform: capitalize;

  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}

.selected .order-box::after {
  content: "\f00c";
  color: #000;
}

.single_variation_wrap .wc-button-center {
  padding-top: 0;
}

.single_variation_wrap .my-quantity {
  margin-bottom: 15px;
}

.single_variation_wrap .button[type="submit"],
.single_variation_wrap button.button.alt {
  margin-bottom: 15px;
  min-height: 40px;
  background-color: #dcd1bb !important;
  color: #fff;
}

.summary form.cart input {
  min-height: 35px;
  border: 1px solid #929293;
  color: #929293;
  outline: #929293;
}

/* .single_variation_wrap  */

.woo-size-guide .detail-button {
  margin-left: 0;
}

.woo-size-guide {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100%;
  padding-top: 0;
}

.woo-size-guide a {
  display: inline-block;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
}

.woo-variations-custom.show {
  margin-bottom: 15px;
}

.woo-variations-custom__item-wrap {
  padding: 0 15px;
  padding-bottom: 0;
}

.woo-variations-custom__item {
  max-height: 0;
  overflow: hidden;
  /* background-color: #dcd1bb; */
  transition: max-height 250ms ease-in;
  -webkit-transition: max-height 250ms ease-in;
  -moz-transition: max-height 250ms ease-in;
}

.woo-variations-custom__item.show {
  max-height: 500px;
  transition: max-height 350ms linear;
  -webkit-transition: max-height 350ms linear;
  -moz-transition: max-height 350ms linear;
}
/* 
  .woo-variations-custom__item.show:not(:first-child) .woo-variations-custom__item-wrap {
      padding-top: 0;
  } */

.woo-field-group {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.woo-field-group .input-group-text {
  min-width: 70px;
}

.woo-variations-custom__label {
  font-weight: 700;
  font-size: 15px;
  color: #929293;
  margin-bottom: 10px;
  text-align: center;
}

.woo-field-group.error input {
  border-color: #ff0000 !important;
}

.custom-design-group {
  display: inline-flex;
  flex-wrap: wrap;
}

.woo-variations-custom__item .woo-field-group {
  border-radius: 2px;
}

.slick-slide .gallery-wrap-thumb,
.slick-slide .cat-item-info {
  width: 100% !important;
}

@media (max-width: 600px) {
  .home-mid__latest-products .slick-slide {
    padding: 0 5px;
  }

  .home-mid__latest-products .slick-slide > div {
    margin-bottom: 15px;
  }

  .home-mid__latest-products .slick-list {
    margin: 0 -5px;
  }

  .home-mid__latest-products .arrow-next-fea-click {
    right: 10px;
  }

  .home-mid__latest-products .arrow-pre-fea-click {
    left: 10px;
  }
}

.home-gallery {
  margin-bottom: 50px;
}

.section-gallery {
  background-color: #dcd1bb;
  padding: 30px 0 20px;
  margin-bottom: 35px;
}

.home-gallery__row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0 -7px;
}

.home-gallery__item {
  width: 100%;
  padding: 0 7px;
}

.home-gallery__item-link {
  display: block;
  position: relative;
  padding-top: 150%;
  width: 100%;
  overflow: hidden;
}

.home-gallery__item-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);

  transition: transform 250ms ease;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
}

.home-gallery__item-link:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.home-gallery__heading {
  text-align: center;
  color: #fff;
}

.home-gallery__heading h3 {
  font-size: 35px;
  margin-bottom: 0;
}

.home-gallery__desc {
  font-size: 16px;
}

.table {
  color: #929293;
}

@media (min-width: 768px) {
  .home-gallery__row {
    padding: 20px 50px;
  }

  .home-gallery__row .arrow-pre-fea-click {
    left: 17px;
  }

  .home-gallery__row .arrow-next-fea-click {
    right: 17px;
  }
}

.upsells.products {
  padding-bottom: 15px;
}

.upsells.products > .row {
  justify-content: center;
}

.row-pair-it-with {
  justify-content: center;
}

.title-pair-it-with {
  margin-bottom: 1rem;
  border-top: 1px solid #dcd1bb;
  padding: 0.5rem 0;
}

.single_variation_wrap .woocommerce-variation-price {
  text-align: center;
  /* margin-bottom: 15px; */
}

.slider-related-products .img-wraper > a,
.slider-viewed-products .img-wraper > a {
  position: relative;
  display: block;
  padding-top: 150%;
  width: 100%;
  height: fit-content;
}

.slider-related-products .img-wraper > a img,
.slider-viewed-products .img-wraper > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* .cart-custom-design-item:not(:first-child)::before {
      content: '\268A';
      padding-right: 5px;
  } */
/* ---- Filter Slider Range Style ---- */
/* ---- Filter Slider Range Style ---- */
/* ---- Filter Slider Range Style ---- */
/* ---- Filter Slider Range Style ---- */
/* ---- Filter Slider Range Style ---- */

.price_slider {
  margin-bottom: 1em;
}
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_amount .button {
  float: left;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #e7e7e7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#e7e7e7)
  );
  background: -webkit-linear-gradient(#fefefe, #e7e7e7);
  background: -moz-linear-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  background: -moz-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  outline: none;
  top: -0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #ff6b6b;
  box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #1e1e1e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1e1e1e),
    to(#6a6a6a)
  );
  background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
  background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
  background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}
.ui-slider-horizontal {
  height: 0.5em;
}
.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;
}

/* ---- Category ---- */
.article-item {
  padding-left: 15px;
  padding-right: 15px;
}

.article-thumb {
  margin-bottom: 15px;
}

.article-thumb__link {
  position: relative;
  width: 100%;
  padding-top: 59.99%;
  display: block;
}
.article-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.article-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  margin-right: 7px;
  border-radius: 3px;
  color: #fff;
}

.article-social__fb {
  background-color: #1877f2;
}

.article-social__twitt {
  background-color: #1d9bf0;
}

.article-social a i {
  width: 100%;
}

.article-social a:hover {
  opacity: 0.7;
}

.article-social__fb i {
  font-size: 23px;
  line-height: 32px;
}

.article-social__twitt i {
  font-size: 23px;
  line-height: 32px;
}

.article-social {
  margin-bottom: 15px;
}

.article-read-more {
  display: block;
  color: #dcd1bb;
}

.article-item {
  margin-bottom: 30px;
}

.article-read-more:hover {
  text-decoration: underline;
}

.category-heading {
  padding-top: 5rem;
  /* margin-bottom: 2rem; */
  text-align: center;
  text-transform: uppercase;
}

.single-post {
  font-size: 16px;
}

.single-post img {
  max-width: 100%;
  height: auto;
}

.pagination-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 30px;
  padding-top: 35px;
}

.pagination-post .page-numbers.current {
  background: #ebe9eb;
  color: #8a7e88;
}

.pagination-post .page-numbers {
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.pagination-post .page-numbers.prev i,
.pagination-post .page-numbers.next i {
  font-size: 30px;
  width: 100%;
}

.pagination-post .page-numbers.prev,
.pagination-post .page-numbers.next {
  width: 29px;
  height: 52px;
  position: relative;
}

.pagination-post .page-numbers.prev::before,
.pagination-post .page-numbers.prev::after,
.pagination-post .page-numbers.next::before,
.pagination-post .page-numbers.next::after {
  content: "";
  visibility: visible;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.pagination-post .page-numbers.prev::before {
  left: -1.5rem;
  transform: rotate(60deg);
  border-bottom: 4px solid #dcd1bb;
  -webkit-border-bottom: 4px solid #dcd1bb;
}

.pagination-post .page-numbers.prev::after {
  left: -1.5rem;
  transform: rotate(-60deg);
  border-top: 4px solid #dcd1bb;
}

.pagination-post .page-numbers.next::before {
  right: -1.5rem;
  transform: rotate(-60deg);
  border-bottom: 4px solid #dcd1bb;
}

.pagination-post .page-numbers.next::after {
  right: -1.5rem;
  transform: rotate(60deg);
  border-top: 4px solid #dcd1bb;
}

.woocommerce ul.products li.product span.onsale,
.woocommerce .product .woocommerce-product-gallery span.onsale,
.woocommerce .up-sells .img-wraper span.onsale,
.woocommerce .recent-products .img-wraper span.onsale,
.woocommerce .related span.onsale {
  top: initial;
  left: initial;
  bottom: 0;
  right: 25px;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  min-width: 0;
  min-height: 0;
  line-height: 1;
  padding-bottom: 0;
  letter-spacing: 3px;
}

.woocommerce ul.products li.product span.onsale::before,
.woocommerce .product .woocommerce-product-gallery span.onsale::before,
.woocommerce .up-sells .img-wraper span.onsale::before,
.woocommerce .recent-products .img-wraper span.onsale::before,
.woocommerce .related span.onsale::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: calc(100% + 5px);
  height: calc(100% + 61px);
  background-color: #7f8386;
  z-index: -1;
  border-radius: 50%;
  top: -58%;
}

.img-wraper {
  overflow: hidden;
}

.woocommerce .recent-products .img-wraper span.onsale,
.woocommerce .related span.onsale {
  font-size: 12px;
  right: 5%;
  /* padding: 4px 7px; */
}

.up-sells .product-stock-label span,
.related .product-stock-label span,
.recent-products .product-stock-label span {
  font-size: 12px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  overflow: hidden;
}

.woocommerce .product .woocommerce-product-gallery span.onsale {
  display: none;
}

.woocommerce .product .woocommerce-product-gallery .flex-viewport span.onsale {
  display: block;
}

.woocommerce .up-sells .img-wraper span.onsale {
  font-size: 18px;
}

.woocommerce .product .woocommerce-product-gallery span.onsale {
  font-size: 18px;
}

.page-title {
  text-transform: uppercase;
}

@media (min-width: 769px) {
  /* .woocommerce .product .woocommerce-product-gallery span.onsale {
      right: 25%;
    } */
  .woocommerce .up-sells .img-wraper span.onsale {
    font-size: 12px;
    right: 5%;
  }

  .woocommerce .product .woocommerce-product-gallery span.onsale {
    font-size: 25px;
  }
}

.product-stock-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  padding: 3px 7px;
}

.product-stock-label::before {
  content: "";
  position: absolute;
  top: -42px;
  left: -45px;
  background-color: #7f8386;
  width: calc(100% + 52px);
  height: calc(100% + 51px);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  z-index: -1;
}

.product-stock-label span {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}

li.product {
  overflow: hidden;
}

.article-item-desc {
  padding: 0 5px;
}

.single-post__heading {
  text-align: center;
}

.custom-ctn {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 12px;
}

.custom-detail-ctn {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 12px;
}

.custom-step-ctn {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 12px;
}

.frequently-asked-question-ctn {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

.columns_of_pictures_item {
  position: relative;
  padding-top: 150%;
}

.columns_of_pictures_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.columns_of_pictures {
  margin-left: -25px;
  margin-right: -25px;
}

.columns_of_pictures_col {
  padding: 25px;
}

.custom-big-title {
  padding: 50px 0 15px;
}

.custom-big-title h1 {
  font-family: "Neou-b";
  font-weight: bold;
  text-transform: uppercase;
  color: #dcd1bb;
  font-size: calc(2rem + 3vw);
  text-align: center;
  margin-bottom: 0;
}

.custom-small-title h3 {
  color: #fff;
  text-transform: none;
}

.custom-mid-content {
  position: relative;
}

.custom-mid-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 250%;
  background-color: #ddd0ba;
  transform: translateY(-50%);
  z-index: -1;
}

.custom-description {
  font-family: "Arial-regular";
  color: #655f54;
  font-size: 20px;
  text-align: justify;
  margin-bottom: 15px;
}

.custom-detail {
  padding-top: 25px;
}

.custom-detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom-detail-col--content {
  font-family: "Arial-regular";
  width: 29%;
  color: #655f54;
  font-size: 20px;
  text-align: justify;
  padding: 45px;
  position: relative;
  z-index: 5;
}

.custom-detail-col--content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 50px);
  height: 130%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ddd0ba;
}

.custom-detail-col--left::before {
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

.custom-detail-col--right::before {
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
}

.custom-detail-col--mid {
  width: 42%;
}

.custom-detail-image {
  position: relative;
  padding-top: 133.36%;
}

.custom-detail-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-step {
  padding-top: 50px;
  margin-bottom: 50px;
}

.custom-step-title {
  font-family: "Arial-regular";
  font-size: 45px;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #655f54;
}

.custom-step-item {
  border: 3px solid #848688;
  border-radius: 30px;
  padding: 15px 15px 20px;
  text-align: center;
  font-family: "Arial-regular";
  font-weight: bold;
  color: #848688;
  position: relative;
  /* margin: 20px 0 7px; */
}

.custom-step-item-title {
  font-family: "Arial-regular";
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.custom-step-desc {
  /*font-size: 18px;*/
  font-family: "Arial-regular";
  font-size: 20px;
  font-weight: normal;
  text-align: justify;
}

.custom-step-num {
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: "Arial-regular";
  font-size: 18px;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ddd2bc;
  text-align: center;
}

.custom-separator {
  text-align: center;
  margin: 15px 0 35px;
}

.custom-separator i {
  font-size: 21px;
  line-height: 1;
  color: #ddd2bc;
  transform: scale(3);
  line-height: 1;
  color: #ddd2bc;
  font-weight: 400;
  cursor: initial;
}

.frequently-asked-question-title {
  margin-bottom: 3.5rem;
}

.custom-design-question {
  padding: 10px 15px;
  font-weight: bold;
  color: #848688;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.custom-design-drop {
  margin-left: 15px;
}

.custom-design-question i {
  font-weight: 700;
}

.frequently-asked-question-list li {
  list-style: none;
}

.frequently-asked-question-ct {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}

.frequently-asked-question {
  margin-bottom: 50px;
}

.custom-design-answers {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease;
  font-family: "Arial-regular";
  font-size: 18px;
}

.drop-answer .custom-design-answers {
  max-height: 500px;
  transition: all 1000ms ease;
}

.custom-design-answers-inner {
  padding: 10px 15px 30px;
  background-color: #e9f0ff;
}

.single-post .card-header {
  font-family: "Arial-regular";
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-review-order .woocommerce-checkout-review-order-table .cart_item {
  display: none;
}

.checkout .woocommerce-billing-fields #billing_country_field {
  position: relative;
}

.checkout .woocommerce-billing-fields label[for="billing_country"] {
  position: absolute;
  z-index: 5;
  top: 2px;
  left: 15px;
  font-size: 12px;
}

.checkout .woocommerce-billing-fields label[for="billing_country"] .required {
  display: none;
}

.checkout-custom .woocommerce-billing-fields .woocommerce-input-wrapper {
  margin-top: 0;
  margin-bottom: 5px;
}

.checkout-custom .woocommerce-billing-fields #billing_postcode_field {
  display: none;
}

.main-form-coupon {
  display: none;
}

@media (max-width: 1400px) {
  .custom-detail-col--content {
    padding: calc(15px + 1.15vw);
  }

  .custom-detail-col--content::before {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .custom-detail-ctn {
    max-width: 600px;
  }
  .custom-detail-row {
    flex-direction: column;
  }

  .custom-detail-col--mid {
    padding: 50px 0;
  }

  .custom-detail-col {
    width: 100%;
  }

  .custom-detail-col--content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .custom-detail-col--content::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article-title {
    font-size: calc(1rem + 0.5vw);
  }

  .article-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-stock-label span {
    font-size: 15px;
  }

  .woocommerce ul.products li.product span.onsale {
    font-size: 15px;
  }

  .woocommerce ul.products li.product span.onsale::before {
    width: calc(100% + 11px);
    top: -66%;
  }

  .columns_of_pictures {
    max-width: 400px;
    margin: 0 auto;
  }

  .custom-step-title {
    font-size: calc(1.5rem + 1.53vw);
  }
}

@media (max-width: 576px) {
  .custom-big-title h1 {
    font-size: calc(1.5rem + 2vw);
  }

  .custom-description,
  .custom-detail-col--content {
    font-size: 16px;
  }

  .custom-design-question {
    font-size: 18px;
  }

  .custom-design-answers {
    font-size: 16px;
  }

  .custom-design-drop i {
    width: fit-content;
  }
}
