@font-face {
  font-family: "Draft Natural A";
  src: url("../fonts/DraftNaturalA-Bold.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A Black Ita";
  src: url("../fonts/DraftNaturalA-BlackIta.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-BlackIta.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A Bold Ita";
  src: url("../fonts/DraftNaturalA-BoldIta.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-BoldIta.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A";
  src: url("../fonts/DraftNaturalA-Medium.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A Medium Ita";
  src: url("../fonts/DraftNaturalA-MediumIta.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-MediumIta.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A";
  src: url("../fonts/DraftNaturalA-Regular.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A Regular Ita";
  src: url("../fonts/DraftNaturalA-RegularIta.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-RegularIta.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Draft Natural A";
  src: url("../fonts/DraftNaturalA-Black.woff2") format("woff2"),
  url("../fonts/DraftNaturalA-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} 


@font-face {
  font-family: Trade Gothic;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Trade-Gothic-Regular.woff") format("woff");
}
@font-face {
  font-family: Trade Gothic;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Trade-Gothic-Bold.woff") format("woff");
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-LightOblique.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-Oblique.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT.woff2") format("woff2"),
  url("../fonts/TradeGothicLT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-Light.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-BoldTwo.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-BoldTwo.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-BoldTwoOblique.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-BoldTwoOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-BoldTwoOblique.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-BoldTwoOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-Bold.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trade Gothic, sans-serif;
  src: url("../fonts/TradeGothicLT-BoldOblique.woff2") format("woff2"),
  url("../fonts/TradeGothicLT-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
} 

:root {
  --font-heading: Draft Natural A;
  --font-primary: Trade Gothic, sans-serif;
}

html[lang="bg"] { 
  --font-heading: Trade Gothic, sans-serif;
  --font-primary: Trade Gothic, sans-serif;
}


/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #472723;
  
}


body {
  color: #000;
  font-weight: 300;
  background: rgb(242, 240, 235);
  font-family: var(--font-primary);
  background-image: url("../img/heydude-body-background.png");
  
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wend-desc-text ul {
  margin-left: 30px;
  margin-bottom: 10px;
  list-style: unset !important;
}

/* Header bar section start */
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  background: #f9f9f9;
}

.inline-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.inline-container .card {
  display: inline-block !important;
  margin: 0 auto;
  text-align: center;
}

/* Header bar section  END */

.header-bar-area {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-size: contain;
  background-color: #faf1eb;
}

.header-logo {
  max-width: 118px;
  margin: auto;
}

.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*! position: relative; */
}

.header-menu ul li {
  display: inline-block;
  padding: 0 16px;
  margin: auto;
}

.header-menu {
  margin: auto;
}

.header-right {
  position: absolute;
  right: 0;
}

.header-menu ul li a {
  padding: 24px 0;
  display: block;
  color: #472723;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.container {
  max-width: 1795px;
  /*! position: unset; */
}

.header-right {
  display: flex;
  align-items: center;
}

.header-user a {
  font-size: 23px;
  color: #745c59;
  margin-left: 20px;
}

.header-input {
  position: relative;
}

.header-input input {
  width: 288px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d0cbca;
  padding: 0 20px;
  font-weight: 700;
  color: #472723;
}

.header-input a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #472723;
  height: 40px;
  width: 40px;
  text-align: center;
}

.header-input a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.far.fa-times {
  opacity: 0;
  visibility: hidden;
}

.promo-baner-area {
  height: 40px;
  background: #d1cdc9;
  display: flex;
  align-items: center;
  margin-top: 73px;
}

.songle-banner-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}

.songle-banner-slider-item p {
  font-size: 0.875rem;

  font-weight: 700;
  margin: 0;
}

.owl-dots {
  display: none;
}

.songle-banner-slider-item a {
  font-size: 0.875rem;
  color: #060606;
  font-weight: 700;
  margin: 0;
}

.home-hero-area {
  height: 989px;
  background-size: 100% 100%;
  background-position: 100% 100%;
  padding-top: 86px;
}

.home-hero-containt {
  text-align: right;
}

.home-hero-containt h3 {
  font-size: 48px;
  line-height: 49px;
  font-weight: 700;
  color: #472723;
}

.home-hero-containt p {
  font-size: 16px;
  color: #472723;
  margin-bottom: 30px;
}

.home-hero-containt a {
  font-size: 16px;
  color: #472723;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #472723;
  border-radius: 3px;
  padding: 14px 26px;
  display: inline-block;
  background: #fff9f0;
  transition: 0.3s;
}

.home-hero-containt a:hover {
  background: #472723;
  color: #fff;
}

.home-hero-area.home-hero-area2 .home-hero-containt {
  text-align: left;
  height: 989px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-area.home-hero-area2 {
  padding: 0;
}

.home-hero-area.home-hero-area2 a {
  width: 247px;
}

.home-hero-area.home-hero-area3 .home-hero-containt {
  text-align: left;
  padding-top: 401px;
}

.shoe-slider-single-item {
  width: 100%;
  /*! padding: 20px; */
  /*! background: #F9F9F9; */
  /*! padding: 20px; */
  position: relative;
}

.shoe-img {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.shoe2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: #fff;
}

/*.shoe-img a:hover .shoe2 {
  opacity: 1;
  visibility: visible;
}

.shoe-img a:hover .shoe1 {
  display: none;
}

.shoe-img a:hover {
  padding-bottom: 100%;
}*/


.swiper-slide {
  padding-bottom: 79px;
  margin-bottom: 84px;
  border-radius: 10px;
  margin-top: 10px;
  /*! margin-left: 10px; */
  /*! margin-right: 10px; */
}

.shoe-slider {
  padding: 0 50px;
  margin-top: -129px;
}



.shoe-img-bullet a {
  height: 30px;
  width: 30px !important;
  margin: 0 5px;
  border-radius: 50%;
  padding: 2px;
  font-weight: bold;
}

.shoe-img-bullet a img {
  object-fit: cover;
  display: none;
}
.shoe-containt {
  padding: 15px 0;
}

.shoe-containt h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.shoe-ster {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.shoe-ster .ster {
  margin-right: 10px;
}

.shoe-ster span {
  font-weight: 400;
  font-size: 14px;
}

.shoe-containt span {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: block;
}

.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #472723;
  height: 54px;
  color: #472723;
  font-weight: 600;
  text-decoration: none;
}

.theme-btn {
  /*! opacity: 1; */
  /*! visibility: hidden; */
  position: absolute;
  width: 93%;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.theme-btn:hover {
  background: #472723;
  color: #fff;
}

.swiper-slide:hover .shoe-btn {
  box-shadow: 0 0 10px #00000026;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.shoe-area {
  padding: 100px 0;
}

.footer-logos {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  position: absolute;
  width: 100%;
  top: 0;
  background-image: url("../img/top-stripe.webp");
}

.footer-logos a img {
  max-width: 60px;
  /*! display: flex; */
}

.footer-logos a {
  width: 60px;
}

.footer-area {
  background: #472723;
  position: relative;
  padding-top: 50px;
}

.footer-sub-title h3 {
  font-family: var(--font-heading);
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 4px;
}

.footer-sub-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.footer-sub-title {
  margin-bottom: 9px;
}

.footer-sub-input {
  max-width: 400px;
  height: 48px;
  position: relative;
  margin-bottom: 20px;
}

.footer-sub-input input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #4f3631;
  border: 0;
  border-radius: 5px;
}

.footer-sub-input button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #472723;
  background: #fff;
  border: 0;
  width: 105px;
  border-radius: 5px;
}

.footer-sub-socail {
  display: flex;
  align-items: center;
}

.footer-sub-socail a {
  margin-right: 29px;
  color: #fff;
  font-size: 21px;
}

.footer-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-right {
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.footer-bank-card-title h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.footer-bank-all-card {
  display: flex;
  align-items: center;
}

.footer-bank-all-card a {
  margin-right: 9px;
  max-width: 63px;
}

.footer-bank-all-card .img-logotype {
  margin-right: 9px;
  max-width: 63px;
}

.footer-bank-all-card .img-logotype.m-big {
  max-width: 95px;
}

.footer-single-ietm h3 {
  font-family: var(--font-heading);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-single-ietm ul li {
  display: block;
  margin-bottom: 8px;
}

.footer-single-ietm li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-single-ietm ul li:last-child {
  margin: 0;
}

.footer-area {
  padding-bottom: 40px;
  margin-top: 40px;
}

.shoe-area .section-title {
  padding: 0 66px;
  margin-bottom: 50px;
}

.section-title h3 {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 44px;
}

.section-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* The container */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked~.checkmark {
  background-color: #472723 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.klarna-payment-method {
  margin-top: 5px;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#klarna-popup-button {
  font-size: 14px;
}

#klarna-popup-button-mobile {
  font-size: 14px;
}

.klarna-payment-method:after {
  content: '';
  display: block;
  clear: both;
}

.klarna-payment-method .tag {
  float: left;
}

.klarna-payment-method .tag svg {}

.klarna-payment-method .text {
  float: right;
  text-align: right;
  color: #17120f;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 10px;
}

.klarna-payment-method .text span {
  color: #17120f;
  cursor: pointer;
  text-decoration: underline;
}

#klarna-popup {
  display: none;
  position: fixed;
  z-index: 25;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow: auto;
}

#klarna-popup .content {
  width: 450px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 12px;
  border: solid 1px #CCC;
}

#klarna-popup .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#klarna-popup .close:hover,
#klarna-popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 951px) {
  #klarna-popup .content {
    width: 90%;
    margin: 0 auto;
  }
}

.sliderelement {
  display: block;
  width: 400px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -40px;
}

.knob {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: #23befc;
  margin-top: 25px;
  cursor: pointer;
  left: 100px;
}

.knob:last-child {
  left: 270px;
}

.track,
.range {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #3f3f3f;
  position: absolute;
  margin-top: 35px;
}

.track {
  width: 100%;
  box-shadow: 0px 0px 20px 0px #0f0f0f inset;
}

.range {
  background-color: #23befc;
  width: 170px;
  left: 115px;
}

.woman-area {
  padding: 40px 0;
  position: relative;
}

.humbarger {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: absolute;
  padding-left: 130px;
  padding-top: 20px;
}

.list-items.humbarger {
  position: relative;
  padding-left: 3px;
  padding-top: 0;
}

.humbarger a {
  color: #70778a;
}

.humbarger span {
  margin: 0 5px;
}

@media screen and (max-width: 1449px) {
  .humbarger {
    padding-left: 160px;
  }
}

@media screen and (max-width: 991px) {
  .humbarger {
    padding-left: 200px;
  }

  .promo-baner-area {
    margin-top: 160px;
  }
}

@media screen and (max-width: 850px) {
  .promo-baner-area {
    margin-top: 150px;
    height: 60px;
  }
}

@media screen and (max-width: 850px) {
  .humbarger {
    padding-left: 0;
    position: relative;
  }
}

.woman-area .section-title h3 {
  font-size: 48px;
  margin: 0;
}

.woman-area .section-title h3 span {
  font-family: var(--font-heading);
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.articles-category-list-fl {
  display: flex;
  justify-content: space-between;
  margin-top: -27px;
}

.articles-list-left {
  width: 17%;
  position: sticky;
  padding-top: 70px;
  top: 0;
  height: 100%;
  padding-bottom: 146px;
  transition: 0.3s;
  left: 0;
}

.articles-list-left.filter-container {
  overflow: hidden;
}

.articles-list-right {
  width: 79%;
  transition: 0.3s;
}

.articles-list-items {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: left;
}

.single-article-item-in-list {
  width: 33.33%;
  padding: 20px 7px;
  border-radius: 10px;
  /*! box-shadow: 0 0 10px #0000001f; */
  /*! padding-bottom: 75px; */
  position: relative;
  /*! margin-top: -81px; */
  transition: 0.3s;
  background: transparent;
  padding-bottom: 0;
}

.single-article-item-in-list .theme-btn {
  width: 91%;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.single-article-item-in-list:hover {
  /*! box-shadow: 0 0 10px #0000001f; */
  position: relative;
  z-index: 9999;
}

.single-article-item-in-list .price-group span {
  display: inline-block;
}

.single-article-item-in-list .price-group .price {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: inline-block;
}

.single-article-item-in-list .price-group.discount .price {
  display: inline-block;
}

.single-article-item-in-list .price-group.discount .price span {
  --tw-text-opacity: 1;
  color: rgb(197 75 15 / var(--tw-text-opacity));
  display: inline-block;
}



.single-article-item-in-list .price-group .old-price {
  display: inline-block;
  margin-left: 5px;
}

.single-article-item-in-list .price-group .old-price span {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(16 28 60 / var(--tw-text-opacity));
  text-decoration-line: line-through;
  opacity: 0.6;
  font-weight: 600;
}

.whoman-single-oss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*! position: relative; */
}

.whoman-single-oss.mrt {
  margin-top: -79px;
  z-index: 8;
}

.shoe-slider-single-item .shoe-btn {
  position: absolute;
  width: 109%;
  height: 119%;
  top: -18px !important;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #00000026;
  display: flex;
  justify-content: end;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/*.shoe-slider-single-item {
  z-index: 9999;
}*/



.shoe-containt {
  position: relative;
  z-index: 2;
}


.single-article-item-in-list:hover .shoe-btn {
  opacity: 1;
  visibility: visible;
}



.single-article-item-in-list:hover .shoe2 {
  opacity: 1;
  visibility: visible;
}

.single-article-item-in-list:hover .shoe1 {
  display: none;
}

.single-article-item-in-list:hover .shoe-img a {
  padding-bottom: 100%;
}

.single-article-item-in-list:hover .shoe-img a.more-colors-to-show {
  padding-bottom: 0;
}



.shoe-img a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.shoe-img a img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.woman-product-btn {
  margin-top: 100px;
  text-align: center;
  margin-bottom: 170px;
}

.woman-product-btn p {
  font-size: 16px;
  color: #70778a;
  font-weight: 400;
  margin-bottom: 20px;
}

.woman-product-btn a {
  font-size: 18px;
  font-weight: 700;
  color: #472723;
  text-decoration: none;
  border: 1px solid #472723;
  border-radius: 0.25rem;
  width: 210px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #9bcfd1;
  transition: 0.3s;
}

.woman-product-btn a:hover {
  background: transparent;
}

.woman-sho {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #472723;
}

.single-woman-sho h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.single-woman-sho ul li a {
  color: #222222;
  text-decoration: none;
  font-weight: 400;
}

.single-woman-sho li {
  margin-bottom: 3px;
  display: block;
}

.woman-traning-title h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
}

.woman-traning-title {
  margin-bottom: 30px;
}

.woman-traning {
  padding-top: 35px;
  padding-bottom: 60px;
}

.woman-traning-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-woman-traning {
  width: 19.3%;
}

.single-woman-traning a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}

.single-woman-traning span {
  font-size: 28px;
  font-weight: 700;
  color: #472723;
  display: block;
  text-align: center;
}

.accordion-item {
  background: transparent;
  border: 0 !important;
}

.accordion-flush .accordion-item .accordion-button {
  border: 1px solid #a0a5b1;
  border-left: 0;
  border-right: 0;
}

.woman-cata-list button {
  color: #472723;
  font-size: 16px;
  font-weight: 700;
  padding: 23px 0;
  font-family: var(--font-primary);
}

.accordion-body {
  padding: 26px 0;
}

.woman-item-type label {
  font-size: 16px;
  font-family: var(--font-primary);
  color: #472723;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
}

.woman-item-type label span {
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #464546;
  background: #fff !important;
  border-radius: 3px;
  height: 22px;
  width: 22px;
}

.woman-size {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
}

.woman-size label {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #464546;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #464546;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  background: #fff;
}

.woman-size input {
  display: none;
}

.woman-size input[type="checkbox"]:checked+label {
  background: #472723;
  color: #fff;
}

.woman-size label:hover {
  background: #472723;
  color: #fff;
}

.woman-size label.diseble {
  position: relative;
}

.woman-size label.diseble:before {
  position: absolute;
  content: "";
  height: 57px;
  width: 1px;
  background: #464546;
  top: -8px;
  transform: rotate(135deg);
}

.woman-size label.diseble:hover {
  background: #fff;
  color: #464546;
}

.accordion-body.mb-low {
  padding-bottom: 16px;
}

.woman-item-type label p {
  height: 20px;
  width: 20px;
  margin: 0;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #d0cbca;
  margin-right: 7px;
}

.color2 {
  background: #5188c8 !important;
}

.color3 {
  background: #482924 !important;
}

.color4 {
  background: #fff !important;
}

.color5 {
  background: #5c5c5c !important;
}

.color6 {
  background: #1c212c !important;
}

.color7 {
  background: #e20482 !important;
}

.color8 {
  background: #ffffff !important;
}

.woman-close-left-btn {
  margin-bottom: 35px;
}

.wocb {
  /* width: 149px;
  height: 41px;
  font-size: 16px;
  text-decoration: none;
  color: #472723;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #472723;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;*/

  padding: 0.625rem;
  white-space: nowrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  border-radius: 8px;
  border: 1px solid #472723;
}

.woman-close-left-btn .tag {
  color: #472723;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  transition: 0.3s;
  cursor: pointer;
}

.filter-selected-items {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  gap: 0.75rem;
}

.wocb:hover {
  background: #472723;
  color: #fff;
}

.wocb i {
  margin-right: 5px;
  padding-top: 2px;
}

.woman-right-filter {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.wo-fil {
  margin-right: 100px;
  position: relative;
  width: 106px;
}

.wo-fil a {
  font-size: 16px;
  color: #472723;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.wo-fil a i {
  margin-left: 9px;
}

.show-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none !important;
}

.wo-fl-drop .nice-select {
  font-size: 16px;
  color: #472723;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0;
  height: auto !important;
  border: 0;
  padding-right: 31px;
  background: transparent;
}

.nice-select .list {
  right: 0;
  left: auto;
  background: #e9e9ed;
  border: 1px solid #000;
  top: 82%;
  box-shadow: 0 0 10px #0000001c;
  width: 100%;
}

.wo-fl-drop ul li {
  font-size: 16px;
  font-weight: 700 !important;
  padding: 0px 11px !important;
  height: 25px !important;
  line-height: 27px !important;
  display: flex;
  align-items: center;
  min-height: 35px !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #e0e0e6 !important;
}

/* The container */
.containersk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containersk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarksk {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containersk:hover input~.checkmarksk {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containersk input:checked~.checkmarksk {
  background-color: #fff;
  border-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarksk:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containersk input:checked~.checkmarksk:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containersk .checkmarksk:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}

.wend-blk-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wend-left {
  width: 61.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wend-right {
  width: 36.6%;
  height: 100%;
  position: sticky;
  top: 0;
}

.wend-left-img-list {
  width: 6.7%;
  height: 483px;
  position: sticky;
  top: 28px;
}

.wend-left-product-img {
  width: 90.4%;
}

.wend-area .container {
  max-width: 1795px;
}

.wend-area {
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wend-left-img-list .sItemImgContainer {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 8px;
  background: #f8f7f7;
  margin-bottom: 10px;
}

.wend-left-img-list img {
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.wend-left-product-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-wend-product-imgf {
  width: 49.5%;
  background: #f8f7f7;
  margin-bottom: 10px;
  padding: 32px 16px;
  border-radius: 3px;
}

.single-wend-product-imgf:nth-child(1) {
  width: 100%;
}

.single-wend-product-imgf a {
  display: block;
  text-align: center;
}

.single-wend-product-imgf img {
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 75%;
}

.single-wend {
  padding: 26px 0;
  border-bottom: 1px solid #a0a5b1;
  padding-bottom: 0;
}

.wend-price-top {
  border-bottom: 1px solid #a0a5b1;
  padding: 26px 0;
}

.ster {
  display: flex;
  justify-content: end;
}

.ster a {
  color: #e9a306;
  font-size: 14px;
  margin: 0 1px;
}

.wend-ster {
  margin-bottom: 3px;
}

.wend-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.wend-title h3 {
  font-size: 36px;
  color: #472723;
  font-weight: 700;
  margin: 0;
  line-height: 36px;
}

.wend-title span {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
}

.single-wend:nth-child(1) {
  padding: 0;
  border: 0;
}



.single-wend-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 13px;
}

.single-wend-title h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.single-wend-title h3 span {
  color: #70778a;
  font-weight: 400;
  margin-left: 5px;
}

.single-wend-title a {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}

.wend-single-color {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.wend-color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wend-single-color label span {
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #d0cbca;
  background: #fff;
}

.wend-size-top-text p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
}

.wend-size-top-text p span {
  font-weight: 600;
  margin-right: 6px;
  font-size: 15px;
}

.wend-size-top-text p i {
  margin-right: 12px;
  font-size: 33px;
  color: #472723;
}

.wend-size-top-text {
  margin-bottom: 14px;
}

.wend-size-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 6px;
  margin-bottom: 55px;
}

.wend-size-box .article-size-selection {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #a0a5b1;
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}

.wend-size-box .article-size-selection:hover {
  background: #101c3c;
  color: #fff;
  border-color: #101c3c;
}

.wend-size-box .article-size-selection.selected {
  background: #101c3c;
  color: #fff;
  border-color: #101c3c;
}

.desible {
  position: relative;
  color: #878d9d !important;
}

.desible:before {
  position: absolute;
  content: "";
  height: 54px;
  width: 1px;
  background: #878d9d;
  transform: rotate(-45deg);
  z-index: 9;
}

.desible:before {
  background: #878d9d !important;
  color: #fff !important;
}

.desible:hover {
  background: #878d9d !important;
  color: #fff !important;
}

.wend-size-btn .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border: 1px solid #472723;
  border-radius: 4px;
  color: #472723;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #a1cfd1;
  margin-bottom: 22px;
  width: 100%;
  cursor: pointer;
}

.wend-size-btn .buy-button:disabled {
  background: #d1d5db;
}

.wend-size-btn p {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.wend-size-btn p span {
  font-weight: 600;
}

.single-wend:nth-child(4) {
  border: 0;
  padding: 0;
}

.single-wend:nth-child(3) {
  border-bottom: 0;
}

.wend-single-collaps button {
  padding: 20px 0;
  border-radius: 0 !important;
  font-size: 20px;
  color: #472723;
  font-weight: 700;
  font-family: var(--font-primary);
}

.wend-single-collaps .accordion-flush .accordion-item:first-child {
  border: 0 !important;
}

.wend-single-collaps .accordion-flush .accordion-item:last-child {
  border: 0 !important;
  border-top: 0 !important;
}

.wend-single-collaps .accordion-flush .accordion-item .accordion-button[aria-expanded="true"] {
  border-bottom: 1px solid #a0a5b1;
}

.wend-single-collaps .accordion-flush .accordion-item:nth-child(1) .accordion-button[aria-expanded="false"] {
  border-bottom: 0;
}

.wend-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-wend:last-child {
  padding: 20px 0;
}

.wend-rev span {
  font-size: 20px;
  font-weight: 700;
  color: #472723;
}

.wend-ster {
  display: flex;
  align-items: center;
}

.rev-ster-arrow {
  margin-left: 11px;
}

.rev-ster-arrow a {
  color: #2e3135;
  font-size: 24px;
}

.wend-desc-text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000000;
}

.wend-desc-text ul li {
  margin: 5px 0;
}

.container .right-col ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

.container .right-col ul li {
  margin: 5px 0;
}

.wend-desc-lsit h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.wend-desc-text {
  margin-bottom: 22px;
}

.wend-desc-lsit ul li {
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
}

.wend-desc-lsit ul li {
  position: relative;
  padding-left: 15px;
}

.wend-desc-lsit ul li:before {
  width: 10px;
}

.wend-desc-lsit ul {
  /*! list-style: disc; */
  margin-bottom: 20px;
}

.wend-desc-lsit ul li:before {
  position: absolute;
  content: "";
  background: #000;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.wend-desc-text p:last-child {
  margin: 0;
}

.wend-desc-text:last-child {
  margin: 0;
}

#flush-collapseTwo.show {
  border-bottom: 1px solid#A0A5B1;
  border-radius: 0;
}

.real-area {
  padding: 130px 0;
  background: #f7f6f1;
}

.real-title {
  text-align: center;
  margin-bottom: 50px;
}

.real-title h3 {
  font-size: 55px;
  line-height: 50px;
  font-weight: 900;
  color: #101c3c;
  margin-bottom: 8px;
}

.real-title span {
  font-size: 28px;
  color: #101c3c;
  font-weight: 700;
}

.real-top-rev-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 85px;
}

.real-top-rev-box {
  width: 33.33%;
  border: 1px solid #464546;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.real-top-rev-box:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.real-top-revs-ster .ster a {
  font-size: 20px;
}

.single-real-rev-in-ster span {
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
}

.single-real-rev-in-text {
  max-width: 390px;
  height: 14px;
  min-width: 390px;
  border: 1px solid #101c3c;
}

.single-real-rev-in-ster {
  display: flex;
  align-items: center;
}

.real-single-top-rev-com {
  width: 100%;
  margin-bottom: 18px;
}

.real-single-top-rev-com .single-real-rev-in-text {
  min-width: 100%;
  max-width: 100%;
}

.real-single-top-rev-com h3 {
  color: #472723;
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 700;
  margin: 0;
  line-height: 25px;
  text-transform: uppercase;
}

.real-single-top-rev-com p {
  font-size: 16px;
  color: #000;
  margin: 0;
  margin-top: 3px;
  display: flex;
  justify-content: space-between;
}

.real-single-top-rev-com:last-child {
  margin: 0;
}

.real-rev-qu-btn-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.real-rev-qu-btn-fl a {
  width: 49.8%;
  font-size: 16px;
  height: 56px;
  color: #472723;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  border: 1px solid #472723;
  border-radius: 3px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.real-rev-qu-tab button {
  font-size: 16px;
  color: #101c3c !important;
  margin-right: 109px;
  background: transparent !important;
  padding: 0 !important;
}

#pills-home {
  padding-top: 100px;
}

.real-rev-qu-nice-select {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid#101C3C;
  border-radius: 4px;
}

.real-rev-qu-single-nice-select {
  width: 25%;
  display: flex;
  border-right: 1px solid #101c3c;
}

.real-rev-qu-single-nice-select .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 3px !important;
  font-size: 16px;
  font-weight: 700;
}

.real-rev-qu-single-nice-select .nice-select:after {
  height: 12px;
  width: 12px;
  border-color: #101c3c;
  right: 26px;
}

.real-rev-qu-single-nice-select .nice-select .list {
  width: 100%;
  top: 94%;
  background: #fff;
  border-radius: 3px;
}

.real-rev-qu-single-nice-select:last-child {
  border: 0;
}

.real-rev-qu-single-nice-select:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.real-rev-qu-nice-search {
  max-width: 455px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.real-rev-qu-nice-search input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d0cbca;
  border-radius: 3px;
  padding: 0 40px;
  font-size: 16px;
}

.real-rev-qu-nice-search a {
  position: absolute;
  left: 15px;
  color: #101c3c;
  top: 50%;
  transform: translateY(-50%);
}

.real-rev-qu-nice-search a:last-child {
  left: auto;
  right: 14px;
}

.real-rev-qu-rstab button {
  color: #101c3c !important;
  font-size: 16px !important;
  padding: 12px 14px 12px 16px !important;
  outline: none !important;
  background: #fff !important;
  border: 1px solid #101c3c !important;
  margin-right: 10px !important;
  transition: 0.3s !important;
}

.real-rev-qu-rstab button.nav-link.active {
  background: #101c3c !important;
  color: #fff !important;
}

.real-rev-qu-rstab button:hover {
  background: #101c3c !important;
  color: #fff !important;
}

.real-rev-qu-rstab ul#pills-tabs {
  margin-bottom: 40px !important;
}

.review-top h3 {
  display: flex;
  align-items: center;
  color: #472723;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 6px;
}

.review-top h3 span {
  margin: 0 5px;
}

.review-top h3 p {
  margin-left: auto;
  color: #101c3c;
  font-size: 14px;
  opacity: 60%;
  margin-bottom: 0;
}

.review-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.review-top .ster {
  justify-content: start;
}

.review-size-text p {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  color: #472723;
}

.review-size-text p span {
  font-weight: 700;
  margin-right: 10px;
}

.review-text p {
  font-size: 16px;
  color: #472723;
  font-weight: 400;
}

.review-text span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #472723;
}

.review-last-shear {
  display: flex;
  align-items: center;
}

.review-last-shear p {
  display: flex;
  font-size: 16px;
  color: #472723;
  font-weight: 400;
  align-items: center;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #6c7384;
  margin-bottom: 0;
}

.review-last-shear a {
  display: flex;
  align-items: center;
  color: #101c3c;
  font-size: 16px;
  text-decoration: none;
  opacity: 60%;
  text-transform: capitalize;
}

.review-last-shear a i {
  margin-right: 6px;
}

.review-last-shear p a {
  margin-left: 6px;
  font-size: 15px;
}

.single-real-review {
  padding: 22px 0;
  border-bottom: 1px solid #e3e3e3;
}

.single-real-review:last-child {
  border: 0;
}

.single-real-review.last {
  border-bottom: 0;
}

.review-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-nav a {
  font-size: 16px;
  color: #472723;
  font-weight: 400;
  text-decoration: none;
  margin: 0 7px;
}

.review-nav a:first-child {
  margin-right: 30px;
}

.review-nav a:last-child {
  margin-left: 30px;
}

.real-rev-qu {
  padding-bottom: 230px;
}

.real-view-title {
  text-align: center;
  margin-bottom: 45px;
}

.real-view-title h3 {
  font-size: 44px;
  font-weight: 900;
  color: #182b47;
  margin: 0;
  line-height: 44px;
}

.real-view-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-real-view {
  border-radius: 10px;
  border: 1px solid #472723;
  overflow: hidden;
}

.real-view-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.real-view-img a img {
  width: 100%;
}

.real-view-img {
  padding: 16px;
  background: #fff;
}

.real-view-containt {
  padding: 16px;
  border-top: 1px solid#472723;
}

.real-view-containt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.real-view-text h3 {
  font-size: 16px;
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 5px;
  color: #101c3c;
}

.real-view-text a {
  font-size: 16px;
  color: #101c3c;
  text-decoration: none;
}

.real-view-btn a {
  font-size: 18px;
  height: 55px;
  width: 76px;
  border-radius: 4px;
  color: #472723;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #472723;
  background: #9bcfd1;
  transition: 0.3s;
}

.real-view-btn a:hover {
  background: #fff;
}

.real-view-fl .single-real-view {
  width: 31.55%;
}

.real-view {
  padding-bottom: 190px;
}

.real-view:last-child {
  padding: 0;
}

.real-view .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}

.real-view .owl-dots button {
  width: 5px;
  height: 5px;
  background: #c6c6c3;
  border-radius: 50%;
  margin: 0 9px;
  transition: 0.3s;
}

.real-view .owl-dots button.active {
  height: 14px;
  width: 14px;
  border: 1px solid #101c3c;
  background: #f7f6f1;
}

.single-real-rev-qu h3 {
  display: flex;
  align-items: center;
  color: #472723;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 6px;
}

.single-real-rev-qu h3 span {
  margin: 0 5px;
}

.single-real-rev-qu p {
  font-size: 16px;
  color: #472723;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-real-rev-qu a {
  display: flex;
  font-size: 16px;
  color: #6c7384;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}

.single-real-rev-qu {
  position: relative;
}

.real-recs-date {
  position: absolute;
  top: 0;
  right: 0;
}

.real-recs-date span {
  font-size: 14px;
  color: #6c7384;
  font-weight: 400;
}

.single-real-rev-qu-ans p {
  font-weight: 400;
  margin-bottom: 6px;
}

.single-real-rev-qu-ans a {
  font-size: 16px;
  color: #472723;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-real-rev-qu-ans {
  margin-left: 20px;
  border-left: 2px solid #b5a9a7;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.real-recs-dates {
  display: flex;
  justify-content: end;
}

.real-recs-dates p {
  font-size: 14px;
  color: #101c3c;
  opacity: 60%;
  margin-left: 15px;
}

.real-recs-dates p i {
  margin-right: 10px;
}

.footer-single-ietm li a i {
  margin-right: 7px;
}

.header-area {
  position: relative;
  z-index: 9999999;
}

.megamenu {
  position: absolute;
  left: 50%;
  width: 100%;
  background: #f7f6f1;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99999999999;
  transition: 0.3s;
  /*! display: none; */
  opacity: 0;
  visibility: hidden;
}

.menu-banners-desktop {
  display: flex;
  justify-content: flex-end;
  padding-right: 90px;
}

.mega-fl {
  padding: 30px 60px;
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
  grid-template-columns: 21% 17% 17% 45%;
  column-gap: 30px;
}

@media only screen and (max-width: 1250px) {
  .mega-fl.without-banners {
    grid-template-columns: 36% 32% 32%;
  }
}

.mega-fl:last-child {
  float: right;
}

/*.mega-single {
  width: 27.33%;
}*/

.mega-cart {
  width: 33.4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mega-single h3 {
  font-size: 16px;
  color: #472723;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-bottom: 20px;
}

.mega-showe-w {
  display: flex;
  flex-wrap: wrap;
}

.single-mega-show {
  width: 25%;
  text-align: center;
  margin-right: 50px;
  margin-bottom: 20px;
}

.single-mega-show a {
  padding: 0 !important;
  margin-bottom: 21px;
  margin-bottom: 0 !important;
}

.single-mega-show a span {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}

.single-mega-show a img {
  transition: 0.3s;
}

.single-mega-show a img:hover {
  transform: scale(1.1);
}

.maga-inner-menu ul li {
  padding: 0 !important;
  display: block;
  margin-bottom: 13px;
}

.maga-inner-menu ul li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.mega-single.viewall .maga-inner-menu ul li a {
  font-weight: 700;
}

.single-mega-cart {
  width: 49%;
  position: relative;
}

.mega-cart-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 36px;
  padding-left: 52px;
}

.mega-cart-text h3 {
  font-size: 24px;
  color: #472723;
  font-weight: 700;
  font-family: var(--font-heading);
  margin-bottom: 19px;
}

.mega-cart-text a {
  padding: 0 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  text-transform: capitalize !important;
}

.single-mega-cart img {
  height: 100%;
}

/*.mega-single:nth-child(1) {
  width: 31%;
}*/
.single-mega-show:last-child {
  margin: 0;
  border: none !important;
}

.header-menu ul li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.mega-single.viewall ul li {
  margin-bottom: 6px;
}

.header__bar a {
  width: 40px;
  height: 40px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 26px;
  color: #000;
}

.header__bar {
  display: none;
}

.offcava {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f7f6f1;
  z-index: 9999999999999;
  left: -100%;
  top: 0;
  transition: 0.3s;
}

.cross a {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #000;
}

.offcanva__menu {
  margin-top: 0;
  padding: 0 20px;
}

.offcanva__menu ul li a {
  display: flex;
  text-decoration: none;
  border-bottom: 0;
  font-size: 25px;
  color: #101c3c;
  transition: 0.3s;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  transition: 0.3s;
  background: #000;
  z-index: 99;
  opacity: 0.8;
}

.offcanva_logo {
  max-width: 120px;
  margin: auto;
  padding: 20px 0;
}

.offcanva__menu ul li a i {
  font-size: 30px;
}

.tranding {
  padding: 0 10px;
  margin-top: 20px;
}

.tranding p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.tranding__menu {
  padding: 0 10px;
}

.tranding__menu ul li a {
  font-size: 16px;
  color: #472723;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}

/* .header-menu ul li:hover .megamenu {
	display: flex;
} */

.maga__cros a {
  font-size: 20px;
  color: #000;
}

.mega__style__menu ul li a {
  font-size: 18px;
  color: #472723;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d0cbca;
  padding: 0;
}

.mega__style__menu ul li.mobile-menu-type-2 a {
  border-bottom: 0;
  height: 45px;
}

.mega__style__menu {
  padding: 15px;
}

.mega_style {
  position: absolute;
  top: 0;
  right: -100%;
  background: #f7f6f1;
  width: 100%;
  z-index: 99;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.mega__style__menu p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 500;
}

.mega__style__menu p span {
  font-weight: 700;
}

.maga__cros a i {
  font-weight: 300;
}

.sel-mnu {
  color: #c54b0f !important;
}

.mega__responsive__cart .mega-cart {
  width: 630px;
  justify-content: left;
}

.mega__responsive__cart {
  width: 100%;
  overflow-x: scroll;
  margin-top: 20px;
}

.mega__responsive__cart .mega-cart-text a {
  font-size: 15px;
}

.mega-single.mega__single__show {
  width: 100%;
}

.mega__single__show {
  width: 100%;
}

.mega__single__show .mega-showe-w {
  width: 100%;
  justify-content: space-between;
}

.mega__single__show .single-mega-show {
  width: 45%;
  margin-right: 0;
}

.mega__single__show .single-mega-show a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  border: 0;
  margin-bottom: 10px !important;
}

.mega__single__show .single-mega-show a img {
  max-width: 100px;
}

.fistable ul li a {
  font-size: 15px;
  border-bottom: 0;
  height: 40px;
  color: #464546;
  font-weight: 500;
}

.mega__style__menu ul li[aria-expanded="true"] a i {
  transform: rotate(90deg);
  transition: 0.3s;
}

.mega__style__menu ul li[aria-expanded="false"] a i {
  transform: rotate(0deg);
  transition: 0.3s;
}

.mega_style.active {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.maga__cros {
  position: absolute;
  top: 10px;
  right: 5px;
}

li.mega__target {
  border-bottom: 1px solid #D0CBCA;
}

.login__wrap {
  padding: 0 20px;
  bottom: 15px;
  position: absolute;
  width: 100%;
}

.login__wrap ul li a {
  padding: 15px 0;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #D0CBCA;
}

.login__wrap ul li a i {
  padding-right: 10px;
}

.search a {
  font-size: 23px;
  color: #625e5e;
  margin-left: 10px;
  position: unset;
}

.search {
  display: none;
}

.responsive__scrn {
  display: flex;
  align-items: center;
}

.responsive__scrn {
  display: flex;
  align-items: center;
  display: none;
}

/******************
  rasel css start 
******************/
.top-links {
  display: flex;
  padding: 20px 10px 0 0;
}

.top-links a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 0 5px;
}

.font-bold {
  font-weight: 700;
}

.privacy-title {
  padding: 2.25rem 0;
}

.privacy-title h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}

/* Data Area Start */
.left-col {
  flex-basis: 26%;
}

.right-col {
  flex-basis: 70%;
}

.right-col.full-width {
  flex-basis: 100%;
}

.left-col span {
  font-weight: bold;
}

.bottom-border {
  width: 100%;
  height: 5px;
  background-color: #fdbd45;
  margin: 20px 0;
}

.left-col-links ul li {
  display: block;
  margin: 30px 0;
}

.left-col-links ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.left-col-links ul li:hover a {
  color: #fdbd45;
}

.right-col span {
  /*font-weight: bold;*/
}

.data-copy h5 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 28px;
  line-height: 2rem;
  font-family: var(--font-heading);
  font-weight: 700;
}

.data-copy p {
  margin-bottom: 1.5rem;
  line-height: 1.2rem;
}

.data-copy p strong {
  font-weight: bold;
}

.data-copy a {
  color: #333;
}

.data-last-item {
  margin-bottom: 96px;
  display: block;
}

/******************
  Cart Page Start
*******************/
.cart-title {
  padding: 20px 0;
}

.cart-title h1 {
  font-size: 50px;
  font-weight: 600;
  color: #472723;
}

.cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cart-left-col {
  flex-basis: 65%;
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
  background: #fff;
}

.cart-right-col {
  flex-basis: 32%;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
}

.cart-left-col-title {
  padding: 14px;
}

.cart-left-col-title h2 {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.75rem;
  font-weight: bold;
}

.cart-bottom-border {
  width: 100%;
  height: 8px;
  background-color: #e9a306;
}

.cart-left-col-content {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.cart-left-col-content h3 {
  font-weight: 600;
  font-size: 32px;
}

.cart-left-col-content a {
  color: #333;
}

.cart-left-col-content h3 {
  font-size: 36px;
  color: #472723;
  font-weight: 900;
}

.cart-left-col-content a {
  font-size: 16px;
  color: #472723;
  font-weight: 400;
}

.cart-left-col-title h2 {
  font-family: var(--font-heading);
}

.cart-right-col-title h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 0;
}

.cart-right-col-title h2 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.75rem;
  font-weight: bold;
}

.cart-right-col-title {
  padding: 19px 14px;
}

.cart-middle-content {
  margin: 20px;
  background: #f7f6f1;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.cart-middle-content p {
  font-size: 16px;
  color: #472723;
  font-weight: 400;
  margin-bottom: 20px;
}

.cart-middle-content span {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  border: 1px solid #472723;
  display: block;
}

.cart-middle-content span .progress-line {
  height: 10px;
  background-color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.cart-middle-content span .progress-line.full-line {
  border-radius: 20px;
}

.cart-free-shipping-target {
  text-align: center;
}

.cart-free-shipping-target p {
  font-size: 16px;
  color: #472723;
  font-weight: 400;
  margin-bottom: 20px;
}

.cart-free-shipping-target span {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  border: 1px solid #472723;
  display: block;
}

.cart-free-shipping-target span .progress-line {
  height: 10px;
  background-color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.cart-free-shipping-target span .progress-line.full-line {
  border-radius: 20px;
}

.cart-total-price {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 17px;
}

.cart-total-price span {
  font-size: 16px;
  color: #472723;
}

.cart-checkout-btn {
  border-top: 1px solid#472723;
  padding: 20px;
  padding-bottom: 0;
}

.cart-checkout-btn button {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background: #9bcfd1;
  font-weight: 700;
  color: #472723;
  border: 1px solid#472723;
}

.cart-or-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.cart-or-txt span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-or-txt span {
  width: 100%;
  height: 1px;
  background: #472723;
}

.cart-or-txt span:nth-child(2) {
  background: #fff;
  height: auto;
  width: auto;
  padding: 9px 10px;
}

.cart-area {
  background: #f7f6f1;
  padding-top: 15px;
  padding-bottom: 100px;
}

.paypal-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.paypal-body a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc439;
  border-radius: 5px;
  border: 1px solid #472723;
}

.paypal-body a img {
  max-width: 71px;
}

.pay-last- {
  text-align: center;
}

.pay-last- a {
  color: #472723;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.header-search-right {
  width: 71%;
}

.header-search-mega {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 55px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #d0cbca;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  position: absolute;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
  /*! top: 125%; */
}

.header-search-slider .swiper-slide {
  padding-bottom: 66px;
  padding-left: 0;
  margin: 0;
  padding-right: 0;
  padding-top: 46px;
}

.header-search-mega-left span {
  font-size: 16px;
  color: #464546;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.header-search-mega-left li a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.header-search-mega-left li {
  margin-bottom: 7px;
}

.header-search-mega-title span {
  font-size: 16px;
  color: #464546;
  text-transform: uppercase;
  font-weight: 700;
  /*! margin-bottom: 20px; */
  display: block;
}

.he-se {
  width: 94%;
  margin-right: auto;
}

.he-se a img {
  display: block;
  margin-bottom: 10px;
}

.he-se a span {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0;
}

.he-se a {
  text-decoration: none;
}

.header-search-right .swiper-scrollbar {
  left: 0;
  width: 100%;
}

.header-search-mega.active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
  top: 100%;
}

.swiper-button-next::after {
  display: none !important;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  position: absolute;
  top: 10px;
  font-size: 26px;
  font-weight: 400 !important;
  color: #5e4546;
}

.swiper-button-prev {
  position: absolute;
  top: 10px;
  font-size: 26px;
  color: #5e4546;
  left: auto;
  right: 46px;
}

.header-search-slider {
  margin-top: -22px;
}

.toggle .fa-search {
  display: none;
}

.toggle .fa-times {
  opacity: 1;
  visibility: visible;
}

/* The container */
.containerss {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0 !important;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerss:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerss input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerss input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerss .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.payment-fl {
  /*! max-width: 1290px; */
  padding: 0 5%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0;
  height: 100vh;
}

.payment-left {
  width: 52%;
  padding: 60px;
  padding-left: 0;
  border-right: 1px solid #dddddd;
  height: 100vh;
  position: relative;
}

.payment-logo {
  max-width: 416px;
  margin-bottom: 20px;
}

.payment-logo a img {
  max-width: 100px;
}

.payment-hum {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

.payment-hum span {
  margin: 0 10px;
  display: block;
  color: #737373;
}

.payment-hum a {
  color: #1773b0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.payment-hum .option {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.payment-hum .option.selected {
  font-weight: 600;
  color: #333333;
}

.payment-hum .option.disabled {
  color: #737373;
}

.payment-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.payment-title h3 {
  font-size: 18px;
  font-family: var(--font-heading);
  color: #333;
  margin: 0;
}

.payment-title p {
  font-size: 12px;
  color: #333;
  margin: 0;
}

.payment-title p a {
  text-decoration: none;
  margin-left: 5px;
}

.single-payment-input {
  position: relative;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
}

.single-payment-input input {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 47px;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 12px;
  transition: 0.2s all;
  cursor: text;
  position: relative;
  background: transparent;
}


.single-payment-input label {
  font-size: 13px;
  position: absolute;
  left: 15px;
  z-index: 999;
  transition: 0.2s all;
  cursor: text;

}
.single-payment-input .selectize-control {
  position: relative;
  width: 100%;
  z-index: 1;
}

.single-payment-input .selectize-input {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 47px;
  border-radius: 4px;
  padding-left: 15px;
  font-size: 12px;
  transition: 0.2s all;
  cursor: text;
  position: relative;
  z-index: 1;
  background: transparent;
  display: flex;
  align-items: center;
}





.selectize-input {
  padding: 10px 12px;
  border: 1px solid #000;
  background: transparent;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease !important; 
}
.selectize-control {
  position: relative;
}

.selectize-input {
  padding: 10px 12px;
  border: 1px solid #000;
  background: transparent;
  height: 50px;
}



.payment-in-box {
  margin-bottom: 39px;
}

.payment-check:after {
  content: '';
  display: block;
  clear: both;
}

.payment-check label {
  font-size: 14px;
  color: #545454;
  margin: 0 !important;
}

.payment-check label span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: transparent;
  top: 0;
  left: 0;
}

.payment-check label span:after {
  left: 2px;
}

.payment-check label span:after {
  left: 7px !important;
  top: 3px !important;
}

.single-pay-fl {
  display: flex;
  justify-content: space-between;
}

.single-pay-fl .single-payment-input {
  width: 49%;
}

.single-pay-fl.ss3 .single-payment-input {
  width: 32%;
}

.pay-btn {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay-btn a {
  font-size: 14px;
  color: #1773b0;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.pay-btn a i {
  margin-right: 5px;
  font-size: 18px;
}

.pay-btn button {
  width: 178px;
  height: 60px;
  background: #1773b0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.pay-btn button:hover {
  background: #115683;
}

.pay-last-fo {
  display: flex;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 40px;
  position: fixed;
  bottom: 0;
  padding-bottom: 20px;
}

.pay-last-fo a {
  margin-right: 18px;
  color: #1773b0;
  text-decoration: none;
  font-size: 13px;
}

.payment-ri-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.payment-ri-top-left .img-holder {
  width: 64px;
  height: 64px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
}

.payment-ri-top-left .img-holder img {
  mix-blend-mode: multiply;
}

.payment-ri-top-left .img-holder span {
  width: 20px;
  height: 20px;
  background: #7f7f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  top: -10px;
  right: -10px;
}

.payment-right {
  width: 48%;
  padding: 64px;
  padding-left: 4%;
  padding-right: 0;
  background: #f5f5f5;
  height: 100vh;
}

.payment-ri-top-left {
  display: flex;
  align-items: center;
}

.payment-ri-top-ri {
  margin-left: 14px;
}

.payment-ri-top-ri p {
  font-size: 14px;
  margin: 0;
}

.payment-ri-top-ri span {
  font-size: 12px;
}

.payment-ri-top-rr span {
  font-size: 14px;
}

.payment-ri-top-rr span.crossed {
  text-decoration: line-through;
}

.payment-ri-top-rr span.c-red {
  color: #c54b0f;
}

.payment-ri-mid {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.payment-in-ri input {
  height: 47px;
  width: 77%;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  padding: 0 15px;
  font-size: 14px;
}

.payment-in-ri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.payment-in-ri .btn-apply {
  width: 84px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4c4c4;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.payment-in-ri .btn-apply:hover {
  background: #115683;
}

.pay-va p {
  font-size: 12px;
  margin: 0;
}

.pay-va a img {
  max-width: 200px;
  margin-top: 2px;
}

.paymant-pri {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.paymant-pri .v-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  column-gap: 50px;
}

.shipping-calculation-next-step-allign {
  text-align: end;
}

.paymant-pri .v-line i {
  margin-left: 6px;
  color: #84898c;
}

.paymant-pri .v-line:last-child {
  margin: 0;
}

.paymant-pri.last a {
  font-size: 15px;
}

.paymant-pri.last .v-line span:last-child {
  font-size: 20px;
  font-weight: 600;
}

.paymant-pri.last .v-line span:last-child sub {
  font-size: 13px;
  font-weight: 400;
  bottom: 0;
}

.paymant-pri.last {
  border: 0;
}

.single-payment-input .nice-select {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  /*! padding-top: 18px; */
  font-size: 12px;
  z-index: 9999;
}

.payment-left-box {
  width: 73%;
  margin-left: auto;
}

.payment-right-box {
  margin-right: auto;
  width: 51%;
}

.single-payment-input.ss input {
  padding: 0 15px;
}

/* input:focus~label {
  font-size: 14px;
  top: 12px;
} */

.pay-shop-top {
  padding: 0 13px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 40px;
}

.single-pay-shop-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.pay-sp-to-le span {
  font-size: 14px;
  color: #737373;
  margin-right: 30px;
  display: block;
}

.pay-sp-to-le {
  display: flex;
  align-items: center;
}

.pay-sp-to-le p {
  font-size: 14px;
  margin: 0;
}

.single-pay-shop-top a {
  color: #1773b0;
  font-size: 14px;
  text-decoration: none;
}

.single-pay-shop-top:last-child {
  border: 0 !important;
}

.pay-shop-checks {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

.pay-shop-checks label {
  padding: 17px 13px;
  margin: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}

/* The container */
.containersks {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containersks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 15px;
  left: 13px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/* On mouse-over, add a grey background color */
.containersks:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containersks input:checked~.checkmark {
  background-color: #1773b0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containersks input:checked~.checkmark:after {
  display: block;
  width: 6px;
  height: 6px;
  transition: 0.3s;
}

/* Style the indicator (dot/circle) */
.containersks .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.pay-sp-ck-fl {
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
}

.pay-spck-left {
  width: 80%;
}

.pay-spck-left p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

.head {
  font-size: 14px !important;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.pay-spck-right p {
  font-size: 14px;
  margin: 0;
}

.pay-shop-checks label:last-child {
  border: 0;
}

.payment-area.ss .payment-right {
  height: auto;
}

.payment-area.ss .pay-last-fo {
  position: unset;
}

.payment-area.ss .payment-left {
  height: auto;
}

.shoe-area .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #5e4546;
  top: 22px;
}

.shoe-area .swiper-wrapper {
  padding-top: 100px;
}

.shoe-area .swiper-button-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #5e4546;
  top: 22px;
  right: 76px;
}

.show-filter.toggle {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  position: relative;
}

.hide-filter.active {
  display: none;
}

.articles-list-left.active {
  /*! left: -100%; */
  /*! position: sticky; */
  transition: 0.3s;
  width: 0;
}

.articles-list-right.active {
  width: 100%;
  margin-left: auto;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 25px;
  margin-top: 0;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  margin: 0;
  width: 93%;
  margin: auto;
  font-size: 15px;
}

.range-input input[type="number"]::-webkit-outer-spin-button,
.range-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  display: none;
}

.slider {
  height: 15px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  border: 2px solid #472723;
  background: transparent;
  border-radius: 50px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #472723;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 15px;
  top: -15px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #472723;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
}

.range-input input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #472723;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 2px solid #fff;
}

.header-user a {
  position: relative;
  margin-right: 16px;
}

.header-user a span {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #9bcfd1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  top: -4px;
  right: -14px;
}

.radio__fx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single__radio {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-item button {
  width: 100%;
}

.radio__lf p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-left: 11px;
  position: relative;
}

.single__radio form p {
  margin: 0;
  border: 0;
  font-size: 14px;
  color: #000;
}

.payment-header {
  margin: 0;
}

.radio__fx p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.tradio__payment__img span {
  width: 34px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.payment-button {
  width: 100%;
  background: #fff;
  padding: 0;
  border: 0;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}

.tradio__payment__img {
  display: flex;
  align-items: center;
}

.tradio__payment__img span {
  margin-right: 5px;
}

.tradio__payment__img p {
  font-size: 12px !important;
  color: #000 !important;
  margin: 0;
}

.radio__lf span {
  width: 28px;
  height: 28px;
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.radio__lf span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1773b0;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.radio__lf span::after {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.radio__lf {
  display: flex;
  align-items: center;
}

.payment-button[aria-expanded="true"] .single__radio .radio__lf span::before {
  opacity: 1;
  visibility: visible;
}

.payment-button[aria-expanded="true"] .single__radio .radio__lf span::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.payment-item {
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
}

.payment__body {
  background: #fafafa;
  padding: 15px;
}

.payment-button {
  border-bottom: 1px solid #d9d9d9;
}

.single__crd {
  position: relative;
  margin-bottom: 10px;
}

.single__crd input {
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
}

.single__crd span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #919191;
}

.single__crd.card__wd {
  width: 49%;
}

.card__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-button[aria-expanded="false"] {
  border-bottom: 0;
}

.radio__lf img {
  margin-left: 10px;
}

.off__icn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.offtext p {
  margin: 0;
  font-size: 16px;
  color: #545454;
  text-align: center;
}

.payment__body.off {
  padding: 50px;
}

.payment__title h5 {
  font-size: 20px;
  color: #333333;
  margin: 0;
}

.payment__title p {
  font-size: 14px;
  color: #545454;
  margin-top: 5px;
  margin-bottom: 20px;
}

.payment__title.payment_title__Sec {
  margin-top: 50px;
}

.payment__body .single-pay-fl.ss3 .single-payment-input {
  width: 48%;
}

.payment__body .single-payment-input input {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #333333;
}

.pay-btn.card__bt button {
  width: 145px !important;
}

.pay-btn.card__bt {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}

.refund__menu ul li {
  display: inline-block;
  margin-right: 10px;
}

.refund__menu ul li a {
  font-size: 14px;
  color: #1773b0;
  text-decoration: none;
  padding-top: 15px;
  display: block;
}

.pos.scroll-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 10px #0000001a;
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.pos {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 999;
  animation: 1ms ease-in-out 0s normal none 1 running fadeInDown;
}

.z-1.w-full.bg-primaryLight.transform.transition-all.duration-700.fixed.border-b.border-stone.header-ani {
  top: 0;
  background: #fff;
  border: 0;
  z-index: 10000;
}

header-menu {
  position: relative;
  /*! z-index: 9999999999999999999; */
}

.product-zoo-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.prod2 {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 72px;
}

.product-bolet a {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*! margin-bottom: 10px; */
  background: #fff;
}

.product-bolet.slick-active.is-active {
  border: 1px solid #000;
}

.prod {
  max-width: 690px;
  margin: auto;
  text-align: center;
  height: 100%;
  background: white;
  /*! display: flex; */
  align-items: center;
}

.product-zoo-fl { 
  position: relative;
  height: 100%;
}


.product-gal-img a {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
}

.product-gal-img a img {
  margin: auto;
  width: 100%;
}

.slick-slider {
  margin: auto;
}

.llsd {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.slick-slide {
  margin-bottom: 10px;
}

.pagingInfo {
  position: absolute;
  bottom: 0;
  padding: 20px 53px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  /*! z-index: 9999; */
}

.closes {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10001; 

}

.closes a {
  color: #000;
  font-size: 20px;
  transition: 0.1s;
  transform: rotate(0deg);
}

.closes i {
  opacity: 1 !important;
  visibility: visible !important;
}

.closes a:hover i {
  color: #fdbd45;
  transform: rotate(90deg);
}

.closes a i {
  transition: 0.5s;
  transform: rotate(0deg);

}

.slick-arrow {
  position: absolute;
  bottom: -13.3% !important;
  top: unset;
  transform: unset;
  color: #000 !important;
  left: 42%;
  margin: auto;
  cursor: pointer;
}



.slick-next::before {
  color: #000;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 26px !important;
}

.slick-arrow i {
  margin: 0 20px;
}

.Slick-Prev.slick-arrow {
  left: auto;
  right: 42%;
}

.content__main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
}

.content__main a {
  display: block;
  width: 100%;
  position: relative;
  margin: auto;
}

.content__main:hover {
  cursor: zoom-in;
}

.product-zoo-area.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000000;
}

/*
.promo-baner-slider .owl-item  {
  width: 100% !important;
}*/

.single-article-item-in-list .article-color-selection {
  height: 30px;
  width: 30px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  padding: 2px;
}

.single-article-item-in-list .article-color-selection.selected {
  border: 2px solid #d0cbca;
}

.single-article-item-in-list:hover {

}

.shoe-slider-single-item:hover .shoe-btn {
  background: #fff;
}

.wend-title .price-group span {
  display: inline-block;
}

.wend-title .price-group .price {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: inline-flex;
  gap: 4px;
  width: 100%;
  justify-content: flex-end;
}

.wend-title .price-group.discount .price {
  display: inline-block;
  text-align: right;
}

.wend-title .price-group.discount .price span {
  --tw-text-opacity: 1;
  color: rgb(197 75 15 / var(--tw-text-opacity));
  display: inline-block;
}

.wend-title .price-group .old-price {
  display: block;
  margin-left: 5px;
  align-items: right;
  text-align: right;
}

.wend-title .price-group .old-price span {
  display: inline-block;
  color: #323232;
  text-decoration-line: line-through;
  font-weight: 600;
}

.color-item-checkmarksk {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 3px;
}

.color-groups {
  margin-bottom: 20px;
}

#shopping-cart-popup {
  height: calc(100vh - 50px);
  width: 450px;
  border-radius: 0.75rem;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  margin-right: 15px;
  top: 25px;
  z-index: 1000000;
  padding-top: 1.25rem;
  display: none;
}

@media only screen and (max-width: 480px) {
  #shopping-cart-popup {
    width: 96%;
    margin: 0 auto;
  }
}

#shopping-cart-popup .f-container {
  flex-direction: column;
  max-height: 100%;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  display: flex;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

#shopping-cart-popup .f-container::-webkit-scrollbar {
  width: 5px;
}

#shopping-cart-popup .f-container::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

#shopping-cart-popup .f-container::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #cccccc;
}

#shopping-cart-popup .header-container {
  width: 100%;
  padding: 10px 20px 30px;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  border-bottom: solid 1px rgb(229, 231, 235);
}

#shopping-cart-popup .header-container .header-container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

#shopping-cart-popup .header-container .header-container-grid div:last-child {
  text-align: right;
}

#shopping-cart-popup .header-container .header-container-grid div svg {
  width: 15px;
}

#shopping-cart-popup .header-container .header-container-grid div svg:hover {
  stroke: rgb(253, 189, 69);
}

#shopping-cart-popup .header-container .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #472723;
}

#shopping-cart-popup .main-container {
  flex-grow: 1;
  background-color: #fff;
}

#shopping-cart-popup .main-container .notice-container {
  background-color: #ffffff;
  padding: 20px 20px;
}

#shopping-cart-popup .main-container .articles-in-cart-list {
  padding: 20px 20px;
  display: grid;
  row-gap: 25px;
  grid-template-columns: auto;
}

#shopping-cart-popup .main-container .articles-in-cart-list .empty-cart-text {
  font-weight: 900;
  color: #472723;
  font-size: 26px;
  text-align: center;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box {
  border: solid 1px #472723;
  border-radius: 0.75rem;
  background-color: #ffffff;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container {
  row-gap: 25px;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 100px auto;
  border-bottom: solid 1px #472723;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-img {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(0deg,
      rgba(241, 239, 240, 0.5),
      rgba(241, 239, 240, 0.5));
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.75rem;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 10px;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #472723;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-title a:hover {
  color: #472723;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-size {
  font-size: 15px;
  line-height: 1.2;
  color: #464546;
  margin-top: 6px;
  margin-bottom: 6px;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group span {
  display: inline-block;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group .price {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: inline-block;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group.discount .price {
  display: inline-block;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group.discount .price span {
  --tw-text-opacity: 1;
  color: rgb(197 75 15 / var(--tw-text-opacity));
  display: inline-block;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group .old-price {
  display: inline-block;
  margin-left: 5px;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .top-container .p-price-group .old-price span {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(16 28 60 / var(--tw-text-opacity));
  text-decoration-line: line-through;
  opacity: 0.6;
  font-weight: 600;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container {
  padding: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container:last-child {
  text-align: right;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container .basket-rm-btn {
  float: left;
  display: inline-block;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container .remove-from-basket-btn {
  display: grid;
  column-gap: 5px;
  color: #472723;
  cursor: pointer;
  grid-template-columns: 15px auto;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container .remove-from-basket-btn:hover {
  color: #fdbd45ff;
}

#shopping-cart-popup .main-container .articles-in-cart-list .article-box .bottom-container .remove-from-basket-btn svg {
  width: 15px;
}

#shopping-cart-popup .footer-container {
  border-top-width: 2px;
  padding: 10px 20px 30px;
  /*border-color: rgb(233 163 6/1);*/
  bottom: 0;
  background-color: #ffffff;
  position: sticky;

  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.08);

}

#shopping-cart-popup .footer-container .subtotal-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #472723;
  margin-bottom: 20px;
}

#shopping-cart-popup .footer-container .subtotal-container div:last-child {
  text-align: right;
}

body.overlay-bg {
  overflow: hidden;
}

body .overlay-bg-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #472723;
  opacity: 0;
  content: "";
}

body.overlay-bg .overlay-bg-container {
  width: 100%;
  content: var(--tw-content);
  opacity: 0.4;
  z-index: 100000;
}

body .overlay-bg-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #472723;
  opacity: 0;
  content: "";
}

body.overlay-popup .overlay-bg-popup {
  width: 100%;
  content: var(--tw-content);
  opacity: 0.4;
  z-index: 100000;
}

.basket-items-view .basket-item {
  display: grid;
  padding: 0 20px 20px;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: solid 1px #472723;
  margin-top: 25px;
}

.basket-items-view .basket-item:first-child {
  margin-top: 0;
}

.basket-items-view .basket-item:last-child {
  border-bottom: 0;
}

.basket-items-view .basket-item .right-side-container .basket-rm-btn {
  float: right;
  display: inline-block;
}

.basket-items-view .basket-item .right-side-container .remove-from-basket-btn {
  display: grid;
  column-gap: 5px;
  color: #472723;
  cursor: pointer;
  grid-template-columns: 15px auto;
}

.basket-items-view .basket-item .right-side-container .remove-from-basket-btn:hover {
  color: #fdbd45ff;
}

.basket-items-view .basket-item .right-side-container .remove-from-basket-btn svg {
  width: 15px;
}

.basket-items-view .basket-item .left-side-container {
  display: grid;
  column-gap: 25px;
  text-align: left;
  grid-template-columns: 100px auto;
}

.basket-items-view .basket-item .left-side-container .p-img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-image: linear-gradient(0deg,
      rgba(241, 239, 240, 0.5),
      rgba(241, 239, 240, 0.5));
}

.basket-items-view .basket-item .left-side-container .p-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.75rem;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 10px;
}

.basket-items-view .basket-item .left-side-container .p-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 900;
  color: #472723;
}

.basket-items-view .basket-item .left-side-container .p-title a:hover {
  color: #472723;
}

.basket-items-view .basket-item .left-side-container .p-size {
  font-size: 15px;
  line-height: 1.2;
  color: #464546;
  margin-top: 6px;
  margin-bottom: 6px;
}

.basket-items-view .basket-item .left-side-container .p-price-group span {
  display: inline-block;
}

.basket-items-view .basket-item .left-side-container .p-price-group .price {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  display: inline-block;
}

.basket-items-view .basket-item .left-side-container .p-price-group.discount .price {
  display: inline-block;
}

.basket-items-view .basket-item .left-side-container .p-price-group.discount .price span {
  --tw-text-opacity: 1;
  color: rgb(197 75 15 / var(--tw-text-opacity));
  display: inline-block;
}

.basket-items-view .basket-item .left-side-container .p-price-group .old-price {
  display: inline-block;
  margin-left: 5px;
}

.basket-items-view .basket-item .left-side-container .p-price-group .old-price span {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(16 28 60 / var(--tw-text-opacity));
  text-decoration-line: line-through;
  opacity: 0.6;
  font-weight: 600;
}

.basket-items-view .basket-item .right-side-container {
  display: grid;
  row-gap: 20px;
  text-align: right;
  grid-template-columns: auto;
}

@media only screen and (max-width: 500px) {
  .basket-items-view .basket-item {
    grid-template-columns: auto;
    padding: 0;
  }

  .basket-items-view .basket-item .left-side-container {
    border-bottom: solid 1px #472723;
    padding: 10px;
  }

  .basket-items-view .basket-item .right-side-container {
    padding: 10px;
  }

  .basket-items-view .basket-item .right-side-container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .basket-items-view .basket-item .right-side-container .basket-rm-btn {
    float: left;
  }
}

.login-form .input label.px-5,
.registration-form .input label.px-5,
.forgotten_password-form .input label.px-5,
.reset-password-form .input label.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.login-form .errors,
.registration-form .errors,
.forgotten_password-form .errors,
.reset-password-form .errors {
  margin-bottom: 10px;
  display: none;
  color: rgb(197, 75, 15);
}

.success-message {
  display: none;
  margin-bottom: 10px;
  display: none;
  color: #198754;
}

.content-popup {
  background-color: #ffffff;
  position: fixed;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 800px;
  margin: auto;
  top: 50%;
  z-index: 1000000;
  overflow: auto;
  padding: 32px 0 32px;
}

.content-popup::-webkit-scrollbar {
  width: 5px;
}

.content-popup::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.content-popup::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #cccccc;
}

@media (min-width: 768px) {
  .content-popup {
    max-height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .content-popup {
    width: 90%;
    height: 96%;
  }

  #klarna-popup {
    display: none;
    position: fixed;
    z-index: 25;
    padding-top: 220px;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    font-size: 10px;
    overflow: auto;
  }

}



.validation-error {
  border: solid 1px #c54b0f !important;
}

.validation-error-message {
  display: none;
  margin-top: 2px;
  font-size: 13px;
  color: #c54b0f;
}

.field-small-text {
  font-size: 13px;
}

.validation-error-message.extra-ts {
  margin-top: 5px;
}

select.validation-error+div.nice-select {
  border-color: #c54b0f;
}

input[type="checkbox"].validation-error+span.checkmark {
  border-color: #c54b0f;
}

.discount-code-error-message {
  display: none;
  color: #c54b0f;
}

.remove-applied-coupon {
  color: #0d6efd;
  cursor: pointer;
}

.error-message-container {
  color: #c54b0f;
  font-size: 16px;
  font-weight: 500;
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #c54b0f;
}

.success-message-container {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: none;
  color: #198754;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #198754;
}

.basket-shipping-form .checkmark {
  top: 16px;
  margin-left: 12px;
}

.basket-out-of-stock {
  color: #c54b0f;
  margin-top: 5px;
}

.bg-accent1 {
  background-color: #fdbd45;
}

.border-accent1 {
  border-color: #fdbd45;
}

.my-profile {
  display: grid;
  column-gap: 40px;
  margin-top: 35px;
  grid-template-columns: 600px auto;
}

.my-profile .left-c {
  background-color: #ffffff;
}

.my-profile .left-c .top-c {
  width: 100%;
  border-bottom: solid 4px #fdbd45;
  display: grid;
  padding: 25px;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: 80px auto;
}

.my-profile .left-c .top-c .profile-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #472723;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  font-weight: bold;
  background-color: #fdbd45;
}

.my-profile .left-c .top-c .welcome-back {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 5px;
}

.my-profile .left-c .top-c .u-name {
  color: #472723;
  font-size: 20px;
  font-weight: bold;
}

.my-profile .left-c .bottom-c {
  padding: 25px;
}

.my-profile .left-c .bottom-c ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.my-profile .left-c .bottom-c ul li {
  display: block;
  margin-bottom: 5px;
}

.my-profile .left-c .bottom-c ul li a {
  display: block;
  padding: 15px 0;
  font-size: 17px;
  font-weight: 500;
}

.my-profile .left-c .bottom-c ul li a.selected {
  font-weight: bold;
}

.btn-f-w {
  border: solid 1px #472723;
  background-color: transparent;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 10px;
  border-radius: 5px;
}

.btn-f-w:hover {
  border-color: #472723;
  background-color: #472723;
  color: #ffffff;
}

button.secondary:hover {
  border-color: #472723 !important;
  background-color: #472723 !important;
  color: #ffffff !important;
}

.my-profile .right-c {
  display: grid;
  row-gap: 25px;
  grid-template-columns: auto;
}

.my-profile .right-c .c-w-full {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
}

.my-profile .right-c .c-w-two {
  width: 100%;
  display: grid;
  column-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.my-profile .right-c .c-w-full>div {
  background-color: #ffffff;
}

.my-profile .right-c .c-w-two>div {
  background-color: #ffffff;
}

.my-profile .right-c .header {
  width: 100%;
  padding: 20px;
  border-bottom: solid 4px #fdbd45;
}

.my-profile .right-c .header .title {
  font-weight: bold;
  font-size: 18px;
  float: left;
}

.my-profile .right-c .header .edit-option {
  float: right;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.my-profile .right-c .header:after {
  content: "";
  display: block;
  clear: both;
}

.my-profile .right-c .content-f {
  padding: 20px;
}

.my-profile .right-c .content-f .t-group {
  margin-bottom: 10px;
  color: #000000;
}

.my-profile .right-c .content-f .t-group b {
  font-weight: bold;
  margin-bottom: 4px;
}

.my-profile .right-c .content-f p {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1700px) {
  .my-profile {
    column-gap: 15px;
    grid-template-columns: 300px auto;
  }
}

.my-profile-container {
  margin: 0 auto;
  padding: 3rem 4rem 8rem;
  max-width: 1795px;
}

.my-profile-container-bg {
  background-image: url(https://cdn.shopify.com/s/files/1/0062/1532/files/header-grain.png),
    linear-gradient(0deg, #f1eff080, #f1eff080);
}

@media only screen and (max-width: 1279px) {
  .mega-fl {
    column-gap: 0;
  }

  .menu-banners-desktop {
    padding-right: 0;
  }

  .banner-show-container img {
    width: 100%;
    max-width: none;
  }

  .banner-show-container a {
    max-width: unset !important;
  }

}

@media only screen and (max-width: 1100px) {
  .my-profile-container {
    padding: 2rem 1rem 8rem;
  }

  .mega-fl {
    column-gap: 0;
  }

  .menu-banners-desktop {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .my-profile {
    column-gap: 15px;
    row-gap: 25px;
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 550px) {
  .my-profile .right-c .c-w-two {
    row-gap: 25px;
    grid-template-columns: auto;
  }
}

.orders-list {
  width: 100%;
}

.orders-list tr td {
  padding: 10px;
}

.orders-list tr td.align-right {
  text-align: right;
}

.orders-list tr td a {
  color: #0a58ca;
}

.orders-list tr td a:hover {
  text-decoration: underline;
}

.placed-order-details {}

.placed-order-details .customers-data {
  display: grid;
  column-gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.placed-order-details .customers-data .billing-address {
  max-width: 400px;
}

.placed-order-details .customers-data .shipping-address {
  max-width: 400px;
}

.placed-order-details .customers-data .in-group {
  display: grid;
  column-gap: 15px;
  margin: 12px 0;
  grid-template-columns: repeat(2, 1fr);
}

.payment-delivery-data {
  display: grid;
  column-gap: 25px;
  margin-top: 35px;
  grid-template-columns: repeat(2, 1fr);
}

.view-order-table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}

.view-order-table .image {
  width: 100px;
}

.view-order-table td,
.view-order-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.view-order-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fdbd45;
  color: white;
}

.view-order-table .txt-align-right {
  text-align: right;
}

.view-order-table .old-price {
  text-decoration: line-through;
}

.order-sum-prices-container {
  float: right;
  max-width: 300px;
  display: grid;
  column-gap: 10px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  row-gap: 10px;
  margin-bottom: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.content-f b {
  font-weight: bold !important;
}

.filter-header-mobile {
  display: none;
}

.woman-right-filter .number-of-products {
  display: none;
}

.filter-mobile-btn {
  display: none;
}

.hide-color {
  display: none;
}

.price-range-slider-elm {
  margin-bottom: 25px;
  margin-top: 35px;
}

.price-range-slider-elm .theme-green .back-bar {
  height: 16px;
}

.price-range-slider-elm .theme-green .back-bar .pointer {
  top: -1px;
  width: 16px;
  height: 16px;
  background: #472723;
  border: solid 2px white;
}

.price-range-slider-elm .theme-green .back-bar .selected-bar {
  background-color: #472723;

  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      from(#472723),
      to(#472723));
  background-image: -webkit-linear-gradient(top, #472723, #472723);
  background-image: -o-linear-gradient(top, #472723, #472723);
  background-image: linear-gradient(to bottom, #472723, #472723);
}

.price-range-slider-elm .slider-container .clickable-dummy {
  border: solid 2px #472723;
  border-radius: 20px;
}

.price-range-slider-elm .theme-green .back-bar {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      from(#ffffff),
      to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

.price-range-slider-elm .slider-container .back-bar .pointer-label {
  top: -20px;
  font-size: 12px;
}

.price-range-slider-elm .slider-container .scale ins {
  font-size: 12px;
}

.price-range-slider-elm .slider-container .scale span:last-child {
  left: 94% !important;
}

.price-range-slider-elm .slider-container {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .articles-list-left {
    display: none;
    width: 350px !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    height: 100vh;
    padding-top: 0px;
    background-color: #ffffff;
  }

  .filter-header-mobile {
    display: flex;
    border-bottom: solid 1px #e5e7eb;
  }

  .articles-list-left .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .articles-list-left .woman-close-left-btn {
    margin: 0;
    padding: 15px 15px 0;
    max-height: 70px;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .articles-list-left .woman-close-left-btn .tag {
    white-space: nowrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0.5rem;
    font-size: 14px;
  }

  .articles-list-left .accordion-body {
    padding: 15px 15px;
  }

  .articles-list-left.active {
    display: none !important;
    width: 0 !important;
  }

  .articles-list-right {
    width: 100% !important;
  }

  .articles-list-right.active {
    width: 100% !important;
  }

  /*.shoe-img a:hover .shoe2 {
    opacity: 1;
    display: none;
  }

  .shoe-img a:hover .shoe1 {
    display: block;
  }*/

  .swiper-slide:hover .shoe-btn {
    visibility: hidden;
    display: none;
  }

  .single-article-item-in-list:hover .shoe-btn {
    visibility: hidden;
    display: none;
  }

  .woman-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

  .woman-right-filter .wo-fil {
    display: none;
  }

  .woman-right-filter .number-of-products {
    display: block;
  }

  .filter-mobile-btn {
    display: flex;
  }

  .woman-right-filter {
    margin-top: 35px;
    justify-content: space-between;
  }

  .hide-on-mobile {
    display: none;
  }

  .filter-selected-items {
    flex-wrap: nowrap;
    padding-bottom: 15px !important;
  }
}

.hide-img-sp {
  display: none !important;
}

.min-price-x-days {
  font-size: 12px;
  text-align: right;
  color: rgb(155, 155, 155);
  margin-top: 8px;
  margin-bottom: -15px;
}

.hidden-elm {
  display: none;
}

.form-style-1 {}

.form-style-1 .form-input-group label,
.form-style-1 .form-textarea-group label {
  margin-bottom: 4px;
}

.form-style-1 input[type="text"],
.form-style-1 input[type="password"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"] {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #d0cbca;
  padding: 1rem 1.25rem;
  font-size: 14px;
  line-height: normal;
  outline: 2px solid #0000;
  outline-offset: 2px;
}

.form-style-1 textarea {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #d0cbca;
  padding: 1rem 1.25rem;
  font-size: 14px;
  line-height: normal;
  outline: 2px solid #0000;
  outline-offset: 2px;
  min-height: 100px;
}

/* CHECKBOX group start */
.form-style-1 .form-checkbox-group {
  display: block;
  margin-bottom: 40px;
}

.form-style-1 .form-checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-style-1 .form-checkbox-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}

.form-style-1 .form-checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.form-style-1 .form-checkbox-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form-style-1 .form-checkbox-group input:checked+label:before {
  background: #472723;
  border-color: #472723;
}

/* CHECKBOX group end */

/* RADIO group start */

.form-style-1 .form-radio-group {
  margin-top: 5px;
}

.form-style-1 .form-radio-group input:checked,
.form-radio-group input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-style-1 .form-radio-group input:checked+label,
.form-radio-group input:not(:checked)+label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  margin: 0 0 0px;
}

.form-style-1 .form-radio-group input:checked+label:before,
.form-radio-group input:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  background: #fff;
}

.form-style-1 .form-radio-group input:checked+label:after,
.form-radio-group input:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #472723;
  border: 1px solid #472723;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-style-1 .form-radio-group input:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-style-1 .form-radio-group input:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-style-1 .form-radio-group input:focus~label {
  top: 0;
}

/* RADIO group end */

.form-style-1 .form-select-group .nice-select {
  width: 100%;
  margin-bottom: 10px;
}

.form-style-1 button {
  border-color: var(--primary-dark);
  --tw-bg-opacity: 1;
  background-color: rgb(59 101 149 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(242 240 235 / var(--tw-text-opacity));
  cursor: pointer;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  font-family: var(--font-primary);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 1.2px;
}

.form-style-1 button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 135 198 ) 

  
}

.form-style-1 .form-holder {
  margin: 15px 0;
}

.form-style-1 .form-button-group .spinner {
  display: none;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.form-style-1 .form-alert-message {
  margin: 15px 0;
}

.form-style-1 .validationMessages {
  color: #eb5757;
  font-size: 12px;
  display: none;
}

.form-style-1 .errorValidation {
  border-color: #eb5757 !important;
}

.form-style-1 .validationMessages:not(:empty).extra-space {
  margin-top: -12px;
  margin-bottom: 8px;
}

.container .row .right-col a {
  color: #fdbd45;
}

.container .row .right-col a:hover {}

.newsletter-subscribe-message {
  margin-top: 7px;
}

.newsletter-subscribe-message.success {
  color: #fdbd45;
}

.newsletter-subscribe-message.error {
  color: #ff0018;
}

.cookie-notice {
  z-index: 10000;
  width: 400px;
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  border: solid 1px #472723;
  background-color: rgb(247 246 241/1);
}

.cookie-notice .cookie-notice-container {
  position: relative;
  padding: 20px;
}

.cookie-notice .cookie-notice-container .cookie-notice-close-btn {
  width: 12px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: 20px;
}

.cookie-notice .cookie-notice-container .cookie-notice-text {
  font-size: 13px;
  color: #472723;
  width: calc(100% - 20px);
  margin-bottom: 15px;
}

.cookie-notice .cookie-notice-container .cookie-notice-controls {}

.cookie-notice .cookie-notice-container .cookie-notice-controls .cookie-notice-accept-btn {
  padding: 8px 10px;
  border-radius: 5px;
  background: #9bcfd1;
  font-weight: 700;
  color: #472723;
  cursor: pointer;
  border: 1px solid#472723;
  margin-right: 20px;
}

.cookie-notice .cookie-notice-container .cookie-notice-controls .cookie-notice-learn-more-link {
  font-size: 13px;
  color: #472723;
  cursor: pointer !important;
  text-decoration: underline !important;
}

.cookie-notice .cookie-notice-container .cookie-notice-controls .cookie-notice-learn-more-link {
  text-decoration: none;
}

@media only screen and (max-width: 430px) {
  .cookie-notice {
    z-index: 1000;
    width: 100%;
    border-radius: 0;
    border-width: 2px;
    bottom: 10px;
  }
}

#shopping-cart-popup .continue-shopping {
  text-align: center;
  margin-top: 15px;
  display: block;
  cursor: pointer;
}

.content-popup-text {
  padding: 20px;
}

.content-popup-text ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

.shoe-table-size {
  margin: 15px 0;
  border: solid 1px #d0cbca;
}

.shoe-table-size td {
  padding: 8px;
}

.shoe-table-size .t-head {
  background-color: #472723 !important;
  color: #ffffff;
  text-align: center;
}

.shoe-table-size .t-head-big td {
  font-size: 20px;
}

.shoe-table-size tr {
  text-align: center;
  background-color: #f9f9f9;
}

.shoe-table-size-container {
  overflow-x: auto;
  margin-bottom: 50px;
}

/* width */
.shoe-table-size-container::-webkit-scrollbar {
  width: 3px !important;
}

/* Track */
.shoe-table-size-container::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px ;*/
  background-color: transparent;
  border-radius: 10px;
}

/* Handle */
.shoe-table-size-container::-webkit-scrollbar-thumb {
  background: #472723;
  border-radius: 10px;
}

/* Handle on hover */
.shoe-table-size-container::-webkit-scrollbar-thumb:hover {
  background: #472723;
}

.promo-baner-area-empty {
  height: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 74px;
}

.returnButton {
  display: inline-block;
  height: 55px;
  border: 1px solid #472723;
  border-radius: 4px;
  color: #472723;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #a1cfd1;
  margin-bottom: 22px;
  cursor: pointer;
  padding: 10px;
}

.returnButton:hover {
  background: transparent;
}

.show-stores-btn {
  border-radius: 5px;
  border: 1px solid #472723;
  color: #472723;
  font-weight: 600;
  width: fit-content;
  padding: 10px;
}

.mobile-show-stores {
  display: none;
}

.store-list-container {
  height: 100%;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: inherit;
}

.header-left {
  position: absolute;
  display: flex;
}

.header-left ul li a {
  padding: 24px 0;
  display: block;
  color: #472723;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 16px;
}

.one-line-header {}

/*overlay menu*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 60px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.mobile.locations-list-container .store-container {
  padding: 25px 0;
  border-bottom: solid 1px #f2f2f2;
}

.container .row .right-col a {
  color: black;
}

.mobile.locations-list-container .store-container .title {
  font-size: 20px;
}

.mobile.locations-list-container .store-container .address {
  margin-top: 10px;
}

.mobile-stores-locations ul li a {
  font-size: 25px;
  margin-top: 10px;
  border-bottom: 1px solid #D0CBCA;
}

.store-locator .locations-list-container {
  max-height: 700px;
  overflow-y: scroll;
}

/*mobile-menu slog odprti*/
/*.collapse:not(.show) {
  display: block;
}*/

@media only screen and (max-width: 1200px) {
  .store-locator {
    column-gap: 30px !important;
    grid-template-columns: 300px auto !important;
  }

  .container-for-header {
    display: inline-block;
    padding-left: 0;
  }

  .one-line-header {
    display: flex;
  }

  .header-left {
    position: relative;
    padding-right: 16px;
    display: inline-block;
  }

  .header-menu {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .store-locator {
    column-gap: 20px !important;
    grid-template-columns: 250px auto !important;
  }

  .header-input input {
    width: 200px;
  }
}

@media only screen and (max-width: 850px) {
  .header-input input {
    width: 250px;
  }
}

@media only screen and (max-width: 820px) {
  .header-menu ul li {
    padding: 0 12px;
  }

  .header-left {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 768px) {

  /*.stores-list{
    display: none;
  }*/
  .store-locator {
    column-gap: 0 !important;
    grid-template-columns: 0 auto !important;
    margin: 25px auto !important;
  }

  .mobile-show-stores {
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  .header-left {
    display: none;
  }

  .mega-showe-w {
    display: block;
  }

  .mega__single__show .single-mega-show a {
    flex-direction: row;
    column-gap: 20px;
    justify-content: flex-start;
  }

  .mega__single__show .single-mega-show {
    width: 100%;
    border-bottom: 1px solid #d0cbca;
    margin-bottom: 10px;
  }

  .single-mega-show a span {
    font-size: 16px;
  }

  .mega__single__show .single-mega-show a img {
    max-width: 55px;
  }

  .mega__single__show .mega-showe-w {
    padding-top: 20px;
  }

  .mega__style__menu a {
    border: none !important;
  }

  .mega__style__menu ul li {
    border-bottom: 1px solid #d0cbca;
  }

  .mega-showe-w:last-child {
    padding-bottom: 20px;
  }

  .mega__style__menu .fistable ul li:last-child {
    border: none !important;
    padding-bottom: 10px;
  }

  li.mobile-menu-type-2 {
    border: none !important;
  }

  .mega_style.active {
    overflow-y: auto;
  }

  .mega__responsive__cart {
    margin-top: 0;
  }

  .mega__responsive__cart .banner-show-container a {
    padding: 0 !important;
    max-width: unset;
  }

  .banner-show-container img {
    width: 100%;
    max-width: none;
  }
}

.maga__cros a {
  padding: 0 15px !important;
}

.input-style-1 {
  border: 1px solid #d9d9d9;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  font-size: 17px;
  padding: 12px 6px;
  outline: none;
}

.order-summary .pay-sp-to-le span {
  min-width: 150px;
}

@media only screen and (max-width: 450px) {
  .order-summary .pay-sp-to-le span {
    min-width: auto;
  }
}

.right-col .data-copy a {
  color: #fdbd45 !important;
}

.waiting-for-payment-container {
  padding: 25px;
  width: 1200px;
  text-align: center;
  margin: 35px auto;
  background-color: #f4f4f4;
}

.waiting-for-payment-container.stop {
  background-color: rgb(255 242 208 / 1);
}

.waiting-for-payment-container h2 {
  font-size: 25px;
  margin-top: 15px;
}

.waiting-for-payment-container p {
  margin: 10px 0;
}

.waiting-for-payment-container .waiting-close,
.waiting-for-payment-container .waiting-open {
  text-align: center;
}

.waiting-for-payment-container svg {
  display: inline-block;
}

.waiting-for-payment-container .waiting-open {
  display: block;
}

.waiting-for-payment-container .waiting-close {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .waiting-for-payment-container {
    width: calc(100% - 70px);
  }
}


@media only screen and (max-width: 650px) {
  .footer-bank-all-card {
    display: grid;
    justify-items: center;
    align-items: center;
    row-gap: 15px;
    grid-template-columns: auto auto auto auto;
  }
}

@media only screen and (max-width: 400px) {
  .footer-bank-all-card {
    grid-template-columns: auto auto auto;
  }
}

.products-carousel-description {
  width: calc(100% - 130px);
}


@media only screen and (max-width: 850px) {
  .products-carousel-description {
    width: 100%;
  }
}

form#formSearch-mobile {
  width: 100%;
  position: relative;
}

form#formSearch-mobile input[type="text"] {
  border: 1px solid #e5e7eb;
  border-radius: 30px;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

a#search-icon {
  position: absolute;
  right: 0px;
  top: 9px;
}

.price-for-mobile {
  display: none;
  width: 100%;
}

.basket-view-1 .payment-fl {
  display: block;
  height: auto;
}

.basket-view-1 .payment-left {
  width: 96%;
  max-width: 1100px;
  border: 0;
  padding: 0;
  margin: 25px auto;
}

.basket-view-1 .payment-right {
  display: none;
}

.basket-view-1 .payment-left .payment-left-box {
  width: 100%;
}

.basket-view-1 .pay-last-fo {
  display: none;
}

.submit-btn:disabled {
  background: #dddddd;
  cursor: not-allowed;
}

.submit-btn:disabled:hover {
  background: #dddddd;
  cursor: not-allowed;
}

/* BANNERS IN MENU */
.menu-banners-desktop a {
  padding: 0 !important;
}

.mega-fl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mega-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-cupon {
  padding-top: 15px;
  color: #472723;
  ;
}

.article-cupon span {
  color: rgb(184 77 24) !important;
}

/*.swiper-slide{
  width: 300px !important;
}*/

.article-cupon span {
  color: rgb(184 77 24) !important;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.article-cupon.for-article-only {
  padding-top: 5px;
}

.article-cupon.for-article-only span {
  text-align: right;
  font-size: 14px;
}

/*All sizes button*/
.all_sizes {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 20px;
}

.all_sizes button.all_sizes_btn {
  text-transform: uppercase;
  padding: 15px 20px;
  background: #5E87C3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #fff;
}

.all_sizes img {
  display: inline-block;
  padding-right: 5px;
}

img.close_icon {
  cursor: pointer;
  background: none;
  /*display: none;*/
}

.all-sizes_btn_circle {
  display: none;

  background: #5E87C3;
  border-radius: 60px;
  padding: 11px 8px;
  margin-left: 15px;
}

.all-sizes_btn_circle img {
  width: 38px;
  padding: 0;
}

.popUp-allSizes {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99994;

  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 330px;
}

.popUp-allSizes .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.popUp-allSizes .sizes-list {
  padding-top: 15px;
  max-height: 500px;
  overflow: auto;
}

.sizes-list .one-size {
  padding: 10px;
  display: block;
}

.show-products-by-size {
  text-transform: uppercase;
  padding: 15px 20px;
  background: #5E87C3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 15px;
}

.overlay-sizes-popup {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99994;
  top: 0;
  left: 0;
  background: #00000040;
  opacity: 1;
  overflow-x: hidden;
  transition: 0.5s;
}

.close_icon_popup {
  display: inline-block;
  right: 0px;
  position: absolute;
  top: -3px;
  cursor: pointer;
}

.mobile-close {
  display: none;
}

.all_sizes {
  z-index: 99993;
}

.banner-on-top {
  position: relative;
  z-index: 99999;
}

@media screen and (max-width: 480px) {
  .all_sizes {
    width: 100%;
    background: #fff;
    bottom: 0;
    right: unset;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }

  .sessionExist {
    background: none;
    justify-content: start;
  }

  .all_sizes button.all_sizes_btn {
    padding: 12px 10px;
    width: 100%;
    margin-left: 10px;
  }

  .all_sizes img {
    padding-right: 0;
  }

  img.close_icon {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
  }

  .popUp-allSizes {
    width: 100%;
    bottom: 0;
    top: unset;
    left: unset;
    transform: unset;
  }

  button.show-products-by-size {
    width: 100%;
  }

  .close_icon_popup {
    display: none;
  }

  .mobile-close {
    padding-bottom: 15px;
  }

  .mobile-close img {
    margin: auto;
  }

  .mobile-close {
    display: block;
  }

  .popUp-allSizes .sizes-list {
    max-height: 400px;
  }

  @media screen and (max-width: 400px) {
    .all_sizes {
      column-gap: 0px;
    }

    .all_sizes button.all_sizes_btn {
      font-size: 17px;
    }

    .all_sizes button.all_sizes_btn {
      margin-left: 5px;
    }

  }
}

span.more-colors {
  position: relative;
  top: unset;
  left: unset;
  /*top: 60px;*/
}



.selectizeInput.selectize-control .selectize-input {
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
  height: 47px;
  width: 100%;
  z-index: 999;
}

.selectizeInput.selectize-control .selectize-input input {
  border: 0 !important;
  width: auto !important;
  height: 100% !important;
  border-radius: 0 !important;
  padding: 0 5px !important;
  transition: none !important;
  position: relative !important;
}

.selectizeInput.selectize-control .selectize-input input::placeholder {
  color: #000000;
  font-size: 14px;
}

.selectizeInput.selectize-control .selectize-dropdown {
  background: #ffffff;
  z-index: 10000;
}

.selectizeInput.selectize-control .selectize-input.items.full .item {
  margin-top: 5px;
  padding: 0 !important;
}

.selectizeInput.selectize-control .selected {
  background-color: #d9d9d9;
  color: #000000;
}

/* width */
.selectizeInput.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.selectizeInput.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
  background: #d9d9d9;
}

/* Handle */
.selectizeInput.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.selectizeInput.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.selectize-zipcode-item {
  width: 100%;
  padding: 10px;
}

.selectize-zipcode-item .zipcode-label {
  width: 100%;
  display: block;
}

.selectize-zipcode-item .city-label {
  width: 100%;
  display: block;
  font-size: 12px;
}

.selectize-zipcode-item .area-label {
  width: 100%;
  display: block;
  font-size: 12px;
}

.selectizeInput.selectize-control.single .selectize-input {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d9;
}

.klarna-payment-method #klarna-popup-button-mobile-size {
  font-size: 16px;
}

.footer-area .ro_img_footer img {
  max-width: 150px;
  display: inline-block;
}

.payment-check a {
  color: #0d6efd;
  text-decoration: underline;
}









/* new header start here */

header {
  background: #F2F0EB;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10000;
  border-bottom: 1px solid #DDDCD9;
}

.header__logo img {
  width: 76px;
}

.header__menu ul {
  gap: 24px;
}

.header__menu ul li a {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  color: #2C282C;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  transition: .3s;
  display: block;
  padding: 28px 5px;
}

.header__menu ul li a:hover {
  color: #005C8B;
  
}

.header__menu ul li a:after {
  position: absolute;
  content: '';
  background: #005C8B;
  left: 0;
  bottom: 22px;
  width: 0;
  height: 1px;
  transition: .3s;
}

.header__menu ul li a:hover::after {
  width: 100%;
}

.header__extra-menu a {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-left: 9px;
  position: relative;
}

.header__extra-menu a:hover {
  color: #000000;
}

/* new header end here */



/* new footer start here */

.footer__bg {
  background-image: url(../img/footer-bg-desktop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F2F0EB;
  padding: 56px 0;
}

.footer__title {
  background: #2C282C;
  padding: 24px 0;
}
.footer__title-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* adds spacing between images */
  flex-direction: row;
  max-height: 100%;
}
.footer__title-content img:nth-child(2) {
  width: 400px;
  height: auto;
}

.footer__catagory {
  row-gap: 25px;
  width: 50%;
}

.single__catagory {
  width: 48%;
}

.mySwiper-small .single__catagory {
  width: 100%;
}

.mySwiper-images .single__catagory {
  width: 100%;
}

.slider-with-images .swiper-slide{
  margin-bottom: 0 !important;
}

.single__footer {
  width: 25%;
  font-family: var(--font-primary);
}

.single__footer h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #2C282C;
  font-family: var(--font-heading);
}


.footer__catagory .single__catagory span {
  color: #2C282C;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}

.footer__catagory .single__catagory img {
  width: 100%;
  border-radius: 8px;
  transition: .3s;
}

.footer__catagory .single__catagory a {
  display: inline-block;
}

.footer__catagory .catagory__image {
  border-radius: 8px;
}

.footer__catagory .single__catagory img:hover {
  transform: scale(1.1);
}

.footer__menu ul li a {
  font-size: 16px;
  font-family: var(--font-primary);
  color: #2C282C;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.single__footer p {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #2C282C;
  margin-bottom: 15px;
}

.customer__chat a img {
  width: 20px;
}

.customer__chat a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.customer__chat a svg {
  width: 20px;
}

.footer__mail p {
  padding-right: 115px;
  margin-bottom: 35px;
}

.footer__mail-input input {
  font-family: var(--font-primary);
  font-size: 14px;
  width: 100%;
  height: 65px;
  padding: 20px;
  letter-spacing: 0.06em;
  border-radius: 8px;
  color: #5C5A58;
  padding-right: 45px;
}

.footer__mail-input input:focus {
  outline: none;
}

.footer__mail-input input::placeholder {
  font-weight: 700;
  color: #2C282C;
  opacity: .8;
}

.footer__mail-input button {
  position: absolute;
  right: 18px;
  width: 20px;
  top: 50%;
  transform: translateY(-59%);
}

.footer__lang-modal button {
  gap: 10px;
  display: flex;
}

.footer__lang-modal svg {
  width: 16px;
  margin-left: 10px;
}

.footer__social ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer__social h3 {
  color: #2C282C;
  font-weight: 400;
  font-family: var(--font-heading);
  margin-bottom: 30px;
}

.footer__bottom {
  margin-top: 60px;
}
.footer__bottom h3 {
  font-family: var(--font-heading);
}

.footer__credit {
  border-top: 1px solid #C3C0BA;
  padding-top: 25px;
  margin-top: 40px;
}

.footer__credit p {
  color: #2C282C;
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer__privacy {
  gap: 90px;
  flex-wrap: wrap;
}

.footer__privacy a {
  color: #2C282C;
  font-size: 14px;
  position: relative;
}

.footer__privacy a::after {
  position: absolute;
  content: '';
  background: #2C282C;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  transition: .5s;
}

.footer__privacy a:hover::after {
  width: 100%;
}

.footer__menu ul li a:after {
  position: absolute;
  content: '';
  background: #2C282C;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  transition: .5s;
}

.footer__menu ul li a:hover::after {
  width: 100%;
}

.customer__chat a:hover {
  color: unset;
}

.customer__chat a span {
  position: relative;
}

.customer__chat a span::after {
  position: absolute;
  content: '';
  background: #2C282C;
  width: 0;
  height: 1px;
  bottom: -4px;
  transition: .5s;
  left: 0;
}

.customer__chat a:hover span::after {
  width: 100%;
}

/* new footer end here */






/* mega menu */

.mega__menu {
  position: absolute;
  /*width: 460px;*/
  border-top: 1px solid #DDDCD9;
  background: #F2F0EB;
  left: -460px;
  top: 73px;
  transition: .5s;
  /*padding: 35px 35px;*/
  padding-bottom: 100px;
  z-index: 999;
  overflow-y: auto;
  height: 100vh;
}
.header__menu ul li:hover>a{
  color: #005C8B;
}


.header__menu ul li:hover .mega__menu {
  left: 0;
}

.mega__menu-nav ul li a {
  padding: 0;
  text-transform:none;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

.mega__menu-nav ul li a.active {
  color: #277C41;
}

.mega__menu-nav ul li a::after {
  bottom: -5px;
}

.mega__menu-nav ul li a.active::after {
  bottom: -5px;
  background: #277C41;
}

.mega__menu-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  margin-top: 20px;
}
.tranding__items .single__items a {
  padding: 0;
  display: block;
}

.tranding__items .single__items a::after {
  display: none;
}
.tranding__items .single__items {
  margin-bottom: 14px;
  width: 25%;
  padding-right: 8px;
}
.tranding__items .single__items:last-child {
  padding-right: 0;
}
.tranding__items .single__items img {
  width: 100%;
  height: 75px;
  border-radius: 8px;
}

.tranding__items .single__items span {
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.catagory-4 .single__items{
  width: 25%;
}
.catagory-4 .single__items img{
  height: 50px;
  background: #fff;
}
.catagory-1 .single__items img {
	height: 100%;
}
.special__button a {
	background: #3B6595;
	font-weight: 600 !important;
	color: #fff !important;
	border-radius: 10px;
	padding: 15px 35px !important;
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
.special__button a::after{
  display: none;
}


/* mega menu */




/* offcanva start here */

.custom__offcanva .offcanvas-start {
	width: 100%;
}
.custom__offcanva .offcanvas-body .mega__menu-nav ul li a {
  font-weight: 600;
}
.custom__offcanva .offcanvas-body .mega__menu-nav {
  margin-top: 30px;
}

.custom__offcanva .offcanvas-body .dropdown #pills-tab {
  display: flex;
  justify-content: normal;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}
.custom__offcanva #offcanvasExample {
  background: #F2F0EB;
}
.custom__offcanva .offcanvas-body .dropdown #pills-tab li {
  width: 33.33%;
}
.custom__offcanva .offcanvas-body .dropdown #pills-tab li button {
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 45px;
  border-radius: 8px;
  color: #000;
}
.custom__offcanva .offcanvas-body .dropdown #pills-tab li button.active {
  background: #3B6595;
  color: #fff;
}
.custom__offcanva .offcanvas-body #pills-home {
	padding: 0;
}
.custom__offcanva .single__items img{
  height: 100%;
}
.custom__offcanva .catagory-3 .single__items img{
  height: 201px;
}
.custom__offcanva .btn-close.text-reset {
	background: #DAD8D4;
	border-radius: 100px;
}
@media (max-width: 991px) {
  header {
    padding: 12px 0;
  }
}
@media (max-width: 600px) {

  .custom__offcanva .catagory-3 .single__items img{
    height: 80px !important;
  }
}

/* offcanva start here */






.custom-dropdown-container {
  position: relative;
  width: 100%;
  transition: max-height 0.3s ease; /* Smooth height transition */
  overflow: hidden;
  max-height: 50px; /* Default height for closed state */
}

.custom-dropdown-container.open {
  max-height: 200px; /* Height for open state; adjust as needed */
}

.custom-select {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  background-color: white;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-dropdown-container.open .custom-select {
  border-color: #666;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-container::after {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
  font-size: 14px;
  color: #666;
}

.custom-dropdown-container.open::after {
  transform: translateY(-50%) rotate(180deg);
}


.modal-dialog {
	max-width: 360px;
}
.modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
}
.modal-body button {
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background: #3B6595;
	font-weight: bold;
	color: #fff;
}
.input__container-modal {
	width: 100%;
}
.input__container-modal h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
  font-family: var(--font-heading);
}

.modal__country-flag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal__country-flag span {
  font-weight: bold;
}
.btn-close {
  position: absolute;
  z-index: 9;
  right: 0;
  padding: 10px;
}

.mega__overlay {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: .4s;
}

.overlay-menu{
  position: fixed;
  background: #000;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.header__menu ul li:hover .mega__overlay {
  opacity: .5;
  visibility: visible;
}

.modal-dialog {
  max-width: 360px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.modal-body button {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #3B6595;
  font-weight: bold;
  color: #fff;
}



.input__container-modal {
  width: 100%;
}



.input__container-modal h5 {

  font-size: 16px;

  font-weight: 500;

  color: #000;

  font-family: var(--font-heading);

}



.modal__country-flag {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 16px;

}



.modal__country-flag span {

  font-weight: bold;

}
/* index new start here */



/* hero area start here */



.hero__area {
  background-image: url(../img/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 199px 35px;
}



.hero__content .hero__item-image img {

  width: 168px;

  margin-bottom: 30px;

}


.hero__text h1 {
  font-family: var(--font-heading);
  font-size: 65px;
  line-height: 49px;
  margin-bottom: 25px;
}



.hero__text {

  max-width: 613.8px;

}



.hero__text p {


  font-family: var(--font-primary);
  line-height: 20px;

  margin-bottom: 30px;

}



.hero__text a {
  background: #3d363f;
  padding: 20px 25px;



  border-radius: 8px;

  text-transform: uppercase;

  display: inline-block;

  font-size: 14px;

  font-weight: bold;

  transition: .3s;

}



/* hero area end here */







/* product marquee start here */



.product__marquee {

  background: #2C282C;

  padding: 10px 0;

}

.product__marquee p {

  font-family: var(--font-primary);

}



.product__marquee-wrapper {

  display: flex;

  align-items: center;

  overflow: hidden;

}



.marquee__container {

  display: flex;

  align-items: center;

  white-space: nowrap;

  gap: 40px;

  min-width: 100%;  

}



.product__marquee-wrapper p {

  color: #fff;

  font-size: 12px;

}

.product__marquee-wrapper p span{

  font-weight: 800;

}

.product__marquee-wrapper a{

  text-decoration: underline;

}

.product__marquee-wrapper:hover .marquee__animation{

  animation-play-state: paused;

  cursor: pointer;

}

.single__marquee-image img {

  min-width: 78px;

  flex-shrink: 0;

}



.marquee__animation {
  padding: 0 20px;
  animation: marquee linear infinite;
  animation-play-state: running;
  will-change: transform; 
  backface-visibility: hidden; 
  transform: translateZ(0); /* Force GPU acceleration */
}




@keyframes marquee {
  0% {
      transform: translate3d(0, 0, 0);
  }
  100% {
      transform: translate3d(-50%, 0, 0); /* Only move 50% since we duplicated content */
  }
}



/* product marquee end here */







/* shop catagroy start here */



.shop__catagory {

  padding-block: 50px 80px;

}

.section__common-bg::after{

  position: absolute;

  content: '';

  background-image: url(../img/shop-catagory-bg.png);

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));

  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));

  opacity: .1;

}



.section__title h1 {
  font-family: var(--font-heading);
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;

  font-size: 35px;

  line-height: 40px;

  color: #2c282c;

  margin-bottom: 40px;

}

.shop__catagory-flex .single__catagory p {

  line-height: 20px;

  color: #2C282C;

  margin-top: 20px;

}

.shop__catagory-flex .single__catagory img{

  width: 100%;

  border-radius: 8px;

  transition: 0.3s;

  display: block;



}

.shop__catagory-flex .single__catagory{

  width: 24.33%;

  overflow: hidden;

}

.shop__catagory-flex .catagory__wrapper:hover img{

  transform: scale(1.2);

}



/* shop catagroy end here */







/* wrapper big image start here */



.single__big-image img{

  transition: .3s;

}

.single__big-image:hover img{

  transform: scale(1.1);

}



.wrapper__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  word-break: normal;
  overflow-wrap: hidden;
  white-space: normal;
}


.wrapper__text h2 {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 40px;
  margin: 0;
  word-break: break-word;
  white-space: normal;
}

@media (max-width: 450px) {

  .wrapper__text h2 {
    font-size: 35px; ;
  }
  
}

.wrapper__text p {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: var(--font-primary);
  text-transform: uppercase;
}



.show-shopping-cart-btn span{
  top: 1px;
  position: absolute;
  right: 2px;
  background: #3b6595;
  color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* wrapper big image end here */







/* sale area start here */



.sale__area {

  padding-block: 40px 60px;

}

.sale__choose-list ul {

  display: flex;

  gap: 10px;

}



.sale__wrapper img {

  padding: 10px;

  border-bottom: 1px solid #F2F0EB;

  border-radius: 10px 10px 0 0;

  background: #fff;

}

.sale__wrapper img.sale__hover {

  padding: 10px;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  opacity: 0;

  visibility: hidden;

  transition: .3s;

}



.sale__area .swiper-slide {

  margin: 0;

}

.section__title p {

  font-size: 24px;

  margin-bottom: 16px;

  font-weight: bold;

}

.sale__wrapper:hover .sale__hover {

  opacity: 1;

  visibility: visible;

}

.sale__wrapper-text {

  background: #fff;

  padding: 10px;

  border-radius: 0 0 10px 10px;

}

.sale__choose-list ul li img {

  padding: 0;

  border: none;

  width: 40px;

}

.sale__choose-list ul li.active img{

  border: 1px solid #000;

  border-radius: 10px !important;

}



.sale__info p {

  font-size: 12px;

  margin-block: 10px;

}

.sale__info h2 {

  color: #2C282C;

  font-weight: 700;

  margin-bottom: 10px;

}

.sale__info span {

  color: #277C41;

  font-size: 14px;

  margin-bottom: 10px;

  display: inline-block;

}

.sale__info del {

  color: #5C5A58;

  font-size: 14px;

}

.rating__star a {

  color: #2C282C;

  font-size: 8px;

}

.rating__star {

  display: flex;

  align-items: center;

  gap: 4px;

}



.rating__numb {

  font-size: 12px;

  margin-left: 6px;

}

.sale__rating {

  margin-bottom: 8px;

}



.sale__bonus {

  font-size: 12px;

  font-weight: bold;

  color: #277C41;

}

.sale__wrapper-btn{

  position: absolute;

  top: 15px;

  left: 15px;

}

.sale__content {

  width: 100%;

}

.sale__wrapper-btn a {

  font-size: 14px;

  color: #2C282C;

  font-weight: bold;

  padding: 10px 15px;

  display: inline-block;

  background: #F2F0EB;

  border-radius: 50px;

}


.sale__area .swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  top: auto;
  background: #fff;
}

.sale__area .swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: 18px;
  position: absolute;
  bottom: 25px;
  top: auto;
  right: 66px;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  top: auto;
  right: 66px;
  background: #fff;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 35px;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  top: auto;
  background: #fff;
}

.swiper-button-next svg {
  width: 15px;
  transform: rotate(-90deg);
}

.swiper-button-prev svg {
  width: 15px;
  transform: rotate(90deg);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}


/* sale area end here */



/* index new end here */

.mega__menu-content{
  width: 460px;
  padding: 35px 35px;
  padding-left: 0;
}

.tranding__items.justify-content-between{
  justify-content: normal !important;
}

.four-in-row{
  box-sizing: border-box;
}

.tranding__items.three-in-row .single__items{
  width: 33%;
}

.offcanvas-header .btn-close{
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.three-col{
  grid-template-columns: 1fr auto 1fr;
}

.f-end{
  justify-content: flex-end !important;
}





.d-block {
  display: block !important;
}

.dark-text {
  color: #2C282C;
}

.dark-text svg path{
  fill: #000 !important;
}

.align-items-center{
  align-items: center !important;
}

.mobile__wrap-arrow svg {
  width: 24px;
}
.mobile__wrap-arrow svg path {
  fill: #fff;
}


.occasion__text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  word-break: normal;
  line-height: 20px ;
}

.occasion__text p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-weight: 700;
  word-break: break-word;
}

.occasion__text h1 {
  font-family: var(--font-heading);
  font-size: 35px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  padding-right: 20px;
  word-break: break-word;
}

@media (max-width: 400px) {
  .occasion__text h1 {
    font-size: 25px;
  }
  
}


.single__occasion {
  width: 33%;
}

.single__occasion img {
  width: 100%;
  transition: .3s;
}

.occasion__wrapper:hover img {
  transform: scale(1.1);
}

.collab__area {
  padding-block: 40px 80px;
}
.collab__slider .swiper-slide {
  padding: 0;
  margin-top: 0;
}

.collab__content span {
  font-size: 18px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #2C282C;
  line-height: 12px;
  padding: 10px 0;
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-weight: 700;
}
.collab__text img {
  width: 176px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #fff;
}
.collab__text {
  height: 280px;
  background: #fff;
  padding: 10px 24px 20px;
  border-radius: 0 0 10px 10px;
}


.collab__info span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.collab__info p {
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #2C282C;
}
.collab__info a {
  line-height: 25px;
  font-size: 20px;
  border-bottom: 1px solid #2C282C;
  color: #2C282C;
}
.collab__info a:hover {
  border-bottom: 2px solid #2C282C;
}
.collab__content {
  width: 95%;
}

.video__area {
  padding-block: 40px;
}
.video__container video {
  border-radius: 10px;
  width: 100%;
}
.video__text {
  width: 48%;
}
#pauseButton1 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 22px;
  color: white;
  border: none;
  cursor: pointer;
  display: block;
}

.video__wrapper {
  width: 47%;
}

.video__text h1 {
  font-family: var(--font-heading);
  font-size: 48px;
  line-height: 40px;
  color: #2C282C;
  font-weight: 700;
  margin-bottom: 18px;
}

.video__text p {
  font-family: var(--font-primary);
  color: #2C282C;
  font-weight: 400;
  margin-bottom: 18px;
}

.wrapper__shoe img {
  border-radius: 10px;
  transition: .3s;
}

.wrapper__shoe:hover img {
  transform: scale(1.1);
}

.wrapper__shoe {
  width: 220px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.video__text a {
  padding: 20px 25px;
  border-radius: 10px;
  display: inline-block;
  background: #2C282C;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  text-transform: uppercase;
}
.video__text a:hover {
  background: #000;
}

.collection__banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
  position: relative;
  z-index: 9;
}

.collection__area {
  padding-bottom: 136px;
  position: relative;
  margin-top: -390px;
}

.collection__content {
  
  position: relative;
  z-index: 9;
}

.collection__area::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url(../img/shop-catagory-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .1;
}

.collection__content #nav-tab {
  width: 146px;
  margin: auto;
  background: #756A5C;
  padding: 4px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.collection__content #nav-tab button {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  width: 64px;
  border-radius: 10px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -1px;
}

.collection__content #nav-tab button.active {
  color: #392D21;
}

.collection__shoe-image img {
  height: 270px;
  object-fit: contain;
}

.collection__tab h1 {
  font-family: var(--font-heading);
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  margin-block: 18px 90px;
  text-align: center;
  word-break: break-word;

}

.collection__tab p {
  font-family: var(--font-primary);

}

.collection__image-info {
  text-align: center;
  margin-top: 100px;
}

.collection__image-info p {
  margin-bottom: 25px;
}

.collection__image-info a:hover {
  color: #000;
}

.collection__list ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.collection__list ul li {
  font-size: 14px;
}

.collection__more {
  font-weight: 700;
  background: #2C282C;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  display: inline-block;
  transition: .3s;
  text-transform: uppercase;
  font-size: 14px;
}

.collection__more:hover {
  background: #000;
  color: #fff !important;
}

@media (min-width: 992px) {
  .offcanvas__btn {
    display: none !important;
  }
}

.hero_bg_desktop {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; 
}

.hero_bg_mobile {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; 
}

.hero__area {
  position: relative;
  min-height: 800px;
  overflow: hidden; 
  min-height: 576px !important;
}

@media screen and (max-width: 1024px) {
  .hero__area {
    min-height: 468px !important;
  }
  
  .hero_bg_mobile {
    display: block !important;
  }
  
  .hero_bg_desktop {
    display: none !important;
  }
}

.collection__banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-image: none;

}

.collection__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  display: block;

}

.line-break {
  display: block;
  height: 40px;
  width: 100%;
}

.background-for-text{
  margin-top: 10px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  font-size: 16px;
}

div.one-image img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 182px;

  height: 182px;
}

span.text-over-img{
  font-size: 14px;
}

.tags_style1 .tag_after_title{
  font-size: 10px;
  padding-right: 5px;
}

.tags_style1{
  line-height: 1;
}

.owl-carousel .owl-item img {
  object-fit: cover;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}


.owl-carousel-categories .owl-item {
  /* max-width: 182px !important; */
}

.owl-carousel-categories .owl-nav{
  text-align: right;
  font-size: 45px;
}

.owl-carousel-categories .owl-nav .owl-prev{
  margin-right: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 20px !important;
  top: auto !important;
}

.swiper-button-prev {
  left: 100;
}

.swiper-button-next {
  left: 100;
}

.swiper {
  margin-top: 10px;
}



@media (max-width: 992px) {
  .single__occasion {
    width: 100%;
    margin-bottom: 10px;
  }
}

.single__catagory p {
  font-family: var(--font-primary);
  margin-top: 10px;
  font-size: 1rem;
}

.video__content {
  display: flex;
  flex-direction: row;

  justify-content: center;
  align-items: center;

  gap: 20px;
}

.video__content span {
  font-family: var(--font-primary);
}

.video__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  text-align: center !important;
  align-items: center !important;
}

.video__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.wrapper__shoe {
  overflow: hidden;
  margin: 15px 0;
}

@media (max-width: 992px) {
  .video__content {
    flex-direction: column-reverse !important;
    align-items: center !important;

  }

  .video__text {
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    overflow-wrap: break-word; 
    word-wrap: normal;     
    word-break: normal;    
  
  }

  .video__text a {
    width: 100%;
  }

  .wrapper__shoe{
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 750px) {

  .collection__tab h1 {
    font-size: 50px;

  }
 
}

.collection__content #nav-tab {
  width: 100%; 
  max-width: 160px;
  margin: auto;
  background: #756A5C;
  padding: 4px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden; 
  white-space: nowrap; 
}

.collection__content #nav-tab button {
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
  width: 71px;
  border-radius: 10px;
  color: #fff;
  line-height: 20px;
  letter-spacing: -1px;
  text-overflow: ellipsis; 
  overflow: hidden; 
}

.collection__content #nav-tab button.active {
  color: #392D21;
}




.search-container {
  position: fixed;
  top: 73px;
  right: -100%;
  width: 430px;
  height: 100dvh;
  transition: right 0.4s ease;
  z-index: 999;

  border-top: 1px solid #DDDCD9;
  background: #F2F0EB;
}

/* Class to show the container */
.search-container.open {
  right: 0;
}

.search-container .search-container-content {
  /*width: 430px;*/
  max-width: 430px;
  padding: 15px 20px;
}

body.no-scroll {
  overflow: hidden;
}

.search-container .search-container-content .search-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #908b8b;
  border-radius: 8px;
  width: 100%;
  background-color: #f5f3ef; /* Slight off-white background */
}

.search-container .search-container-content .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  color: black;
}

.search-container .search-container-content .search-input {
  border: none;
  outline: none;
  font-size: 100%;
  color: #000;
  width: 100%;
  padding: 13px 12px;
  background: transparent;
}

.search-container .search-container-content .search-input::placeholder {
  color: #888;
}


.search-container .search-container-content .search-results {
  display: grid;
  gap: 15px;
  margin-top: 10px;
  grid-template-columns: auto;
  max-height: calc(100dvh - 154px);
  overflow-y: auto;
}

.search-container .search-container-content .search-results .search-result {
  display: grid;
  gap: 10px;
  padding: 15px;
  grid-template-columns: 68px auto;
  background: #FBFAF9;
  border-radius: 8px;
}

.search-container .search-container-content .search-results .search-result .sr-title {
  display: block;
}

.search-container .search-container-content .search-results .search-result .sr-price-group {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  font-weight: bold;
}

.search-container .search-container-content .search-results .search-result .sr-price-group .sr-price-regular{
  color: #5C5A58;
}

.search-container .search-container-content .search-results .search-result .sr-price-group .sr-price-discount {
  color: #277C41;
}

.search-load-container {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.search-load-spinner {
  width: 48px;
  height: 48px;
  border: 6px solid #ecd1a1;
  border-bottom-color: #fdbd45;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 auto;
  animation: rotationLoadSpinner 1s linear infinite;
}

@keyframes rotationLoadSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#code-info-container {
  margin-top: 20px;
  display: flex;
  align-items: center;

}
#code-info-container p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.iti {
  display: block;
  width: 100%;
  position: relative;
}

.phoneNumberSelection input[type="text"] {
  width: 100%;
  height: 50px;
  padding-left: 90px !important;
  background: transparent;
  position: relative;
  padding-left: 90px !important;
  z-index: 50;
}

/* .single-payment-input .phoneNumberSelection label,
.single-payment-input label[for="phone_number"] {
  position: absolute;
  left: 100px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 49;
} */


.iti__flag-container,
.iti__selected-country,
.iti__country,
.iti__arrow {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.iti__flag-container {
  z-index: 999 !important;
}

.iti__country-container {
  z-index: 1000 !important;
  pointer-events: auto !important;
}

.iti__country-list {
  background-color: white !important;
  z-index: 1001 !important;
  position: absolute !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #DDDCD9 !important;
  border-radius: 8px !important;
  max-height: 220px !important;
  overflow-y: auto !important;
}

.iti__country {
  padding: 8px 10px !important;
  transition: background-color 0.2s ease !important;
}

.iti__country:hover {
  background-color: #F2F0EB !important;
}

.iti__search-input {
  background-color: white !important;
  z-index: 1002 !important;
  width: 100% !important;
  height: auto !important;
  padding: 8px 10px !important; 
  font-size: 14px !important;
  color: #2C282C !important;
  outline: none !important;
  box-shadow: none !important;
}


.iti__search-input::placeholder {
  color: #908b8b !important;
  opacity: 0.7 !important;
  font-size: 13px !important;
}


.iti__dropdown-content {
  max-width: 300px !important;
}

.phoneNumberSelection {
  border: 0;
  
}

.phoneNumberSelection input[type="text"] {
  padding-left: 100px !important;
}

.iti__selected-dial-code {
  font-size: 15px;
 
}



.single-payment-input {
  position: relative;
}

.single-payment-input label {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 12px;
  color: black;
  transition: all 0.2s ease;
  transform: translateY(-50%);
}

.single-payment-input {
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-payment-input:has(select[name="district"]) {
  z-index: 3;
}

.single-payment-input:has(select[name="zip_code"]) {
  z-index: 2;
}

.selectizeInput.selectize-control.districtInput .selectize-input input::placeholder {
  font-size: 12px;
  opacity: 0.8;
}

.carousel-title {
  font-family: var(--font-heading);
}


.shoe-img {
  display: flex;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  position: relative;

}

.shoe-img p,h3,a, span{
  font-family: var(--font-primary);

}

.shoe-img a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.shoe-info {
  position: relative;
  margin-top: 5px;
  width: 100%;
}

.shoe-img-bullet {
  margin-top: 10px;
  width: 100%;
  display: flex;
  position: relative;

}




/* .single__marquee-text {
  flex: 1 1 auto;            
  min-width: 0;              
  overflow-wrap: break-word; 
}

.single__marquee-image {
  flex: 0 0 auto;
}

 */

.single-item-in-marquee {
  display: flex;
  gap: 5px;
  align-items: center;
}

.koszty {
  overflow: auto;
  margin-bottom: 10px;
}

/* .compontent-products-list {
  display: flex;
  width: calc(100% - 2px);
  margin: 0;
  padding: 0;
  justify-content: space-between;
} 
  
.compontent-products-list .single-article-item-in-list {
  width: 100%;
  max-width: 315px;
} 
 */
.compontent-products-list {
  display: grid;
  width: calc(100% - 13px);
  margin: 0 auto;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
} 
  
.compontent-products-list .single-article-item-in-list {
  width: 100%;
} 

@media only screen and (max-width: 1500px) {
  .compontent-products-list {
    grid-template-columns: repeat(4, 1fr);
  } 
}

@media only screen and (max-width: 1100px) {
  .compontent-products-list {
    grid-template-columns: repeat(3, 1fr);
  } 
}

@media only screen and (max-width: 700px) {
  .compontent-products-list {
    grid-template-columns: repeat(2, 1fr);
  } 
}

.top-left.hero__area{
  padding-top: 0;
}

.top-right.hero__area{
  padding-top: 0;
}

.top-right .hero__text{
  float: right;
}

.top-center.hero__area{
  padding-top: 0;
}

.top-center .hero__text{
  margin: auto;
}

.bottom-center .hero__text{
  margin: auto;
}

.bottom-right .hero__text{
  float: right;
}

.discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #5E87C3;   
  color: #fff;                   
  font-weight: bold;             
  padding: 4px 8px;             
  border-radius: 4px;            
}

.hero__area.top-0{
  padding: 0;
  min-height: unset !important;
}

.hero__area a.btn-on-img{
  position: absolute;
}

.hero__area .f-width-img-container{
  position: relative;
  height: 500px;
}

.hero__area a.btn-on-img {
  position: absolute;
  bottom: 0;
  margin-left: 25px;
  margin-bottom: 25px;
  background: #2c282c;
  color: #f2f0eb;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
}

.hero__area .f-width-img-container img{
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

img.dskw{
  display: block;
}

img.mblw{
  display: none;
}

@media (max-width: 767px) {
  img.dskw{
    display: none;
  }

  img.mblw{
    display: block;
  }
}

.center-width-restriction{
  max-width: 1200px;
  margin: auto;
}

.two-c-container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 20px;
}

section.content-with-video {
  margin-bottom: 50px;
}

.two-c-container .l-content,
.two-c-container .r-video{
  max-width: 600px;

}
.two-c-container .l-content{
  padding-left: 10px;
}

.content-with-video h3.c-title{
  font-size: 34px;
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
}

.content-with-video p.c-desc{
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
}

.content-with-video a.btn-on-img.content{
  background: #2c282c;
  color: #f2f0eb;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
}

.content-with-img{
  margin-bottom: 50px;
}

.content-with-img .two-c-container{
  align-items: center;
}

.content-with-img .two-c-container .r-content p{
  padding-bottom: 24px;
}

.slider-with-images .section__title h1{
  display: inline-block;
  margin-bottom: 0;
}

.slider-with-images .section__title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-with-images a.btn-on-img{
  background: #2c282c;
  color: #f2f0eb;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
}

.slider-with-images .b-image-txt{
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.slider-with-images .single__catagory p{
  margin: 12px 0;
  margin-top: 20px;
}

.content-with-img.with-btn h3.c-title{
  color: #000;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 24px;
  margin: 0;
}

.content-with-img.with-btn p.c-desc{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.content-with-img.with-btn .l-img img{
  max-width: 600px;
}

.content-with-img.with-btn .two-c-container{
  justify-content: center;
  gap: 15px;
}

.content-with-img.with-btn a.btn-on-img{
  background: #2c282c;
  color: #f2f0eb;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
}

.content-with-two-imgs .two-imgs-container{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}

.content-with-two-imgs .two-imgs-container img{
  width: 100%;
  max-width: unset;
  object-fit: cover;
  max-height: 536px;
}

.content-with-two-imgs .two-imgs-container .left,
.content-with-two-imgs .two-imgs-container .right{
  flex: 1;
}

.content-with-two-imgs .b-imgs-buttons{
  margin: 24px 16px;
}

.content-with-two-imgs .b-imgs-buttons a{
  background: #2c282c;
  color: #f2f0eb;
  padding: 12px 16px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 729px) {
  .two-c-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .content-with-img .two-c-container{
    flex-direction: column;
  }

  .two-c-container .l-content, .two-c-container .r-video{
    width: 100%;
    max-width: 100%;
  }

  .two-c-container .l-content{
    padding: 0 25px;
  }

  .content-with-img .two-c-container .c-desc{
    padding: 0 25px;
  }

  .content-with-img.with-btn .l-img img{
    max-width:100%;
  }

  .content-with-img.with-btn .two-c-container {
    align-items: normal;
  }

  .content-with-img.with-btn .r-content{
    padding: 0 15px;
  }
  .content-with-img.with-btn .two-c-container .c-desc{
    padding: 0;
    margin-bottom: 24px;
  }

  .content-with-two-imgs .two-imgs-container{
    flex-direction: column;
  }
}

#shopping-cart-popup .total-price.second-currency{
  margin-top: -15px;
  color: rgb(155, 155, 155);;
}

.wend-title .price-group.discount .price.second-currency span{
  color: rgb(155, 155, 155);;
}

.price.second-currency .second-currency{
  color: #9b9b9b !important;
  margin-top: 3px;
}

.basket-order-summary .cart-total-price.second-currency{
  display: inline;
}

.cart-total-price .second-currency{
  color: #9b9b9b;
}