@font-face {
  font-family: "Comfortaa";
  src: url("../fonts//Comfortaa-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts//Comfortaa-Bold.ttf");
  font-weight: 700;
}

body {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: "Comfortaa", serif;
}

p {
  font-family: "Comfortaa", serif;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group-addon {
  color: white;
  background-color: var(--primary-color);
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.price {
  position: relative;
}

.price-old {
  position: absolute;
  text-decoration: line-through;
  top: -2rem;
  font-size: 16px;
  left: 0;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

.dropdown-menu li>a:hover {
  background-color: transparent;
  background-image: none;
}

#menu .dropdown-menu a {
  font-size: 2.2rem;
  color: black;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

#menu .dropdown-menu a:hover {
  color: var(--primary-color);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background: transparent;
}

.pop-up {
  position: fixed;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000b5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop-up.close-down {
  display: none;
}

.pop-up>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background: black;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a+a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}

.search-btn.animated.tada {
  cursor: pointer;
}

.click {
  display: none;
}

.click.clicked {
  display: block;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open>.btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

.common-cart-btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: 0.97em;
  font-weight: bolder;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  margin-right: 1em;
  margin-top: 0;
  max-width: 100%;
  min-height: 2.5em;
  padding: 0 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s,
    -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  vertical-align: middle;
  background: var(--primary-color);
  color: white !important;
}

.common-cart-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* .dropdown-menu {
  width: 100vw;
  position: fixed;
  top: 25rem;
  z-index: 5;
  left: 0;
} */

#product .form-group .radio label {
  min-width: 40px;
  min-height: 60px;
}

.dropdown-children {
  padding: 1rem;
  padding-left: 6px;
  padding-top: 0;
}

.navbar-nav>li:nth-child(3) .dropdown-inner .list-unstyled,
.navbar-nav>li:nth-child(1) .dropdown-inner .list-unstyled {
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 5rem;
  row-gap: 0rem;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  max-height: calc(100dvh - 250px);
  overflow: auto;
}

.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.btn-group.btn-block.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  -o-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

#menu .navbar-nav>li {
  padding-bottom: 0;
}

.dropdown-inner .list-unstyled {
  list-style: none;
  height: auto;
  max-width: 120rem;
  margin: auto;
  padding: 2rem 3rem;
  padding-bottom: 0rem;
}

.dropdown-inner .list-unstyled li,
.dropdown-children li {
  padding: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.size-chart-content ul li,
.size-chart-content ul {
  list-style: none;
}

.size-chart-content ul+p {
  padding-left: 2rem;
}

.mp-checkout .panel {
  background-color: var(--secondary-color) !important;
}

.dropdown-inner .list-unstyled li::after {
  content: "";
  position: absolute;
  left: -2rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../image/heart.svg);
  background-repeat: no-repeat;
  opacity: 0;
}

#mp-checkout label {
  font-size: 1.6rem;
  padding-top: 1.5rem;
}

.dropdown-inner .list-unstyled li:hover::after {
  opacity: 1;
  -webkit-animation: tada 2s forwards;
  animation: tada 2s forwards;
}

.dropdown-inner .list-unstyled>li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#product-category label.input-group-addon {
  width: auto;
}

.dropdown-inner .list-unstyled>li>a {
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}

#menu .dropdown-menu a {
  font-size: 1.8rem;
}

li.dropdown>.dropdown-menu {
  margin-right: 0 !important;
  margin-left: 0 !important;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.navbar-nav>li {
  white-space: nowrap;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: -5px;
}

.dropdown-menu {
  border: none;
}

.scroll+.menu__container li.dropdown.open>.dropdown-menu {
  /* top: 14rem; */
}

.size-chart .size-chart-content {
  width: 30rem !important;
  position: fixed;
  right: -50rem;
  top: 0;
  z-index: 100;
  height: 100%;
  background: var(--secondary-color);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.size-chart .size-chart-content img {
  width: 1241px;
  max-width: 100%;
  padding: 2rem;
}

.size-chart .size-chart-content table {
  background-color: white;
}

.size-chart-content>div {
  padding: 1rem;
}

.size-chart.open-size-chart .size-chart-content {
  right: 0;
  overflow-wrap: break-word;
  overflow-y: scroll;
  scrollbar-width: none;
}

.dropdown-children ::marker {
  font-size: 0;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

.btn-danger {
  color: #ffffff;
  text-shadow: none;
  background-color: #9f3a38;
  background-image: none !important;
  background-repeat: repeat-x;
  border: none !important;
  border-radius: 0 !important;
}

#cart .dropdown-menu a {
  color: var(--primary-color);
  font-weight: 800;
}

img.img-thumbnail_cart {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.click {
  position: fixed;
  z-index: 100;
  background: #745441e8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#search .input-lg {
  height: 57px;
  background: transparent;
  color: white;
  font-size: 3rem;
  border: none;
  border-bottom: 2px solid var(--secondary-color);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search .input-lg::-webkit-input-placeholder {
  color: white;
}

#search .input-lg::-moz-placeholder {
  color: white;
}

#search .input-lg:-ms-input-placeholder {
  color: white;
}

#search .input-lg::-ms-input-placeholder {
  color: white;
}

#search .input-lg::placeholder {
  color: white;
}

#search .input-lg:focus {
  border-bottom: 2px solid var(--secondary-color);
}

#search .btn-lg.btn-default {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.related-title.block__heading {
  text-align: center;
  border-top: 3px solid #a6917791;
  border-bottom: 3px solid #a6917791;
  padding: 3rem 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: #a69177c2;
  font-size: 3rem;
}

.closeX {
  position: absolute;
  font-size: 4rem;
  color: white;
  right: 30rem;
  top: 10rem;
  cursor: pointer;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
  background-color: var(--secondary-color);
}

#search {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 32%;
  max-width: 20px;
  -webkit-animation: fullWidth forwards 0.8s;
  animation: fullWidth forwards 0.8s;
}

@-webkit-keyframes fullWidth {
  0% {
    max-width: 20px;
  }

  100% {
    max-width: 100%;
  }
}

@keyframes fullWidth {
  0% {
    max-width: 20px;
  }

  100% {
    max-width: 100%;
  }
}

#autosearch_search_results {
  max-height: max(100vh, 350px) !important;
  top: 58px;
}

#autosearch_search_results .mCSB_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#autosearch_search_results .mCSB_container a .div2asr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;

  name {
    color: var(--primary-color);
    font-weight: 700;
  }

  br {
    display: none;
  }

  price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    background-color: var(--primary-color);
  }
}

#product-search .checkbox-inline {
  margin-top: 1rem;
}

.mCSB_inside>.mCSB_container>ul>li:last-of-type a {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 1rem 0px;

  viewall {
    font-weight: 700;
    color: var(--primary-color) !important;
  }
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  line-height: 0;
}

#cart .dropdown-menu .table-bordered,
#cart .dropdown-menu .table-bordered td {
  border: none;
}

#cart .dropdown-menu .table-bordered {
  border-top: 3px solid #a6917791;
  border-bottom: 3px solid #a6917791;
}

#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: var(--secondary-color);
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* content */
#content {
  min-height: 600px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  content: "";
  padding: 0;
}

.breadcrumb>li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html[dir="rtl"] .breadcrumb>li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

img {
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination {
  margin: 0;
}

#account-register .col-sm-10 {
  width: 100%;
}

#account-forgotten .form-horizontal .control-label.col-sm-2 {
  width: 100%;
  text-align: left;
}

.forgot-password {
  padding-top: 1rem;
  display: block;
}

#account-register fieldset {
  margin: 3rem;
}

#account-register .form-horizontal .control-label.col-sm-2 {
  text-align: left;
  width: 100%;
}

#account-register form {
  max-width: 800px;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

#wishlist-total {
  position: relative;
}

#wishlist-total span {
  position: absolute;
  right: -0.5rem;
  line-height: 1.4;
  top: 0;
  font-size: 1.3rem;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.1rem solid var(--secondary-color);
}

.btn {
  padding: 9.5px 12px;
  font-size: 12px;
  border: 0px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

button.btn.btn-primary.btn-square {
  font-size: 12px;
}

.btn-xs {
  font-size: 9px;
}

.book-a-date {
  position: absolute;
  right: 10px;
  top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header.scroll+.menu__container .book-a-date {
  top: 8px;
}

.btn-sm {
  font-size: 10.2px;
}

.fa-calendar {
  font-size: 18px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.6rem;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: var(--dark-color);
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: -o-linear-gradient(top, #e06342, #dc512c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */

#product>.form-group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#product-product .form-group * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
}

#product-product .form-group>select {
  margin-left: 1rem;
}

#product-product .form-group .control-label+.form-control {
  border: unset;
  border-bottom: 1px solid var(--primary-color);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#product-product .form-group .control-label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-product .btn-group .btn-default {
  background: unset;
  text-shadow: none;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;

  svg {
    display: block;
    width: 4rem;
  }

  .cls-1 {
    fill: var(--primary-color);
  }
}

#product-product .btn-group .btn-default::focus {
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
  top: 0;
  color: #000000;
  opacity: 1;
}

.decrease-amount,
.increase-amount {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  padding: 1rem 1rem;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#product-product .form-group *:not(.select2, .select2 *) {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.4rem;
}

#product-product .form-group img {
  display: none !important;
}

.select2 {
  margin-left: 1rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px !important;
}

#product-product .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 7rem;
  text-transform: capitalize;
  margin-left: 3rem;
  margin-top: 0;

  &.focus,
  &:focus {
    background-color: var(--primary-color);
    border-color: unset;
    border: unset;
    outline: unset;
  }
}

#product-product .thumbnails>div:not(.image-additional, .image-additional-container) img {
  width: 610px;
  height: 770px;
  -o-object-fit: cover;
  object-fit: cover;
}

#product-product .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-height: 770px;
  overflow: clip;
}

#product-product .thumbnails>div:first-of-type {
  width: 100%;
}

/* Default background for the dropdown options */
.select2-results__option {
  background-color: white;
  color: black;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

/* Hover effect */
.select2-results__option--highlighted {
  background-color: #745441 !important;
  color: white !important;
}

/* Selected item (in dropdown) */
.select2-results__option[aria-selected="true"] {
  background-color: #745441 !important;
  color: white !important;
}

/* The select box itself (when closed) */
.select2-selection--single {
  border: 1px solid #ccc !important;
  height: 38px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ajax-filter .af-body .af-container>.af-elements .af-wrapper .af-element.slider>.price-range-inputs .price-label {
  -webkit-box-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}

/* Selected value text in the closed dropdown */
.select2-selection__rendered {
  color: black !important;
  padding-left: 10px !important;
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3px;
  z-index: 10;
}

/* Dropdown arrow */
.select2-selection__arrow {
  height: 100% !important;
}

.image-additional-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  gap: 2rem;
  height: 770px;
  direction: rtl;
  overflow: auto;
}

.manufacturer a {
  color: var(--dark-color);
  font-weight: 700;
}

#product select {
  font-size: 18px;
}

.productpage-description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
}

#input-quantity {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  padding: 0;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: unset;
}

#product .form-control {
  background-color: white;
}

#product .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
}

#product .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin: auto;
  gap: 2rem;
}

#product-product .price {
  color: var(--primary-color);
  margin-bottom: 0rem;
  margin-top: 0rem;
}

#product-product li h2 {
  margin: 0;
}

#product {
  margin-top: 2rem;
}

h2.price {
  margin: 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.contact-details h4 span {
  font-size: 1.9rem;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 0px;
  display: block;
}

#cart .dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30rem;
}

.size-chart h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5rem;
  cursor: pointer;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 767px) {
  #search .input-lg {
    height: 30px;
    font-size: 1.8rem;
  }

  .product-w {
    padding: 0 0.5rem !important;
  }

  #search .btn-lg {
    line-height: 0px;
    padding: 0px 10px;
  }

  .closeX {
    top: 1rem;
  }

  .search-popup img {
    max-width: 20px;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir="rtl"] .input-group-btn:last-child>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav>li {
    float: right;
  }

  .related-title.block__heading {
    margin-top: 0rem;
  }
}

.product-info-section {
  margin-top: 2rem;
  padding: 0 1rem;
}

label.input-group-addon {
  width: 100%;
}

.product-title-section .btn-group .wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
}

#product-product .btn-group .btn-default {
  width: 100% !important;
}

.age-range {
  background: var(--dark-color) !important;
  color: white !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

.age-range:hover {
  background: var(--primary-color) !important;
  -webkit-transform: translateY(-1px) !important;
  -ms-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

/* Add dropdown arrow */
.age-range::after {
  content: "▼" !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  -o-transition: transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  font-size: 12px !important;
}

.age-range.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(-90deg) !important;
  -ms-transform: translateY(-50%) rotate(-90deg) !important;
  transform: translateY(-50%) rotate(-90deg) !important;
}

/* Hide measurements initially */
.measurements-hidden {
  display: none !important;
}

/* Animation for showing measurements */
.measurements-show {
  -webkit-animation: slideDown 0.3s ease-out !important;
  animation: slideDown 0.3s ease-out !important;
}

.wishlist-btn svg {
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productpage-description p,
.productpage-description p span {
  font-size: 1.5rem !important;
}

.product-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-title-section .wishlist-btn {
  margin-bottom: 0;
}

.productpage-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--primary-color, #a69177);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.productpage-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  border-radius: 2px;
}

.list-unstyled {
  margin-bottom: 1rem;
}

#product-product .list-unstyled {
  margin-bottom: 0rem;
}

.list-unstyled>li>a {
  font-weight: 700;
  font-size: 2rem;
}

.list-unstyled li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f1f3f4;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
}

.list-unstyled li:last-child {
  border-bottom: none;
}

.manufacturer a {
  color: var(--primary-color, #a69177);
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.manufacturer a:hover {
  color: var(--dark-color, #745441);
  text-decoration: underline;
}

.product-stock {
  font-weight: 600;
}

.stock-status.in-stock {
  color: #28a745;
  background: #d4edda;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 1.4rem;
  border: 1px solid #c3e6cb;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 4px rgba(231, 76, 60, 0.1);
}

.productpage-description {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  line-height: 1.8;
  color: #495057;
  position: relative;
  overflow: hidden;
}

.productpage-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear,
      left top, right top,
      from(var(--primary-color, #a69177)),
      to(var(--dark-color, #745441)));
  background: -o-linear-gradient(left,
      var(--primary-color, #a69177),
      var(--dark-color, #745441));
  background: linear-gradient(90deg,
      var(--primary-color, #a69177),
      var(--dark-color, #745441));
}

.size-chart {
  margin: 0rem 0;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.size-chart h2 {
  background: var(--primary-color);
  color: white;
  margin: 0;
  padding: 1.5rem 2rem !important;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.size-chart h2:hover {
  background: -o-linear-gradient(315deg,
      var(--dark-color, #745441) 0%,
      #5a3f2e 100%);
  background: linear-gradient(135deg,
      var(--dark-color, #745441) 0%,
      #5a3f2e 100%);
}

.size-chart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  pointer-events: none;
}

.size-chart.open-size-chart .size-chart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Prevent body scroll when size chart is open */
body.size-chart-open {
  overflow: hidden;
}

/* Enhanced size chart content with better animation */
.size-chart .size-chart-content {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.size-chart.open-size-chart .size-chart-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Size Chart Content */
.size-chart .size-chart-content {
  position: fixed !important;
  top: 0 !important;
  right: -100% !important;
  width: 90% !important;
  max-width: 500px;
  height: 100vh !important;
  background: white;
  z-index: 9999 !important;
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  overflow-y: auto;
}

.size-chart.open-size-chart .size-chart-content {
  right: 0 !important;
}

.size-chart-content #togglePopup {
  position: sticky !important;
  top: 1rem;
  right: 1rem;
  float: right;
  z-index: 10000 !important;
  margin: 1rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.size-chart-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.size-chart-content table td {
  padding: 1rem;
  border: 1px solid #e9ecef;
  font-size: 1.5rem;
  vertical-align: middle;
}

.size-chart-content table td:first-child {
  background: #f8f9fa;
  font-weight: 600;
  color: #495057;
  width: 100%;
}

.size-chart-content table td:last-child {
  background: white;
  color: #212529;
}

@media (max-width: 768px) {
  .product-title-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }

  .wishlist-btn svg {
    width: 2.5rem;
    height: 2.5rem;
  }

  .productpage-title {
    font-size: 2rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .wishlist-btn {
    width: 4rem !important;
    height: 4rem !important;
  }

  .size-chart-content {
    width: 95% !important;
  }

  .productpage-description {
    padding: 1.5rem;
  }
}

/* Product Options Section Styling */
#product {
  margin-top: 2rem;
}

#product hr {
  border: none;
  height: 2px;
  background: -webkit-gradient(linear,
      left top, right top,
      from(var(--primary-color, #a69177)),
      to(transparent));
  background: -o-linear-gradient(left,
      var(--primary-color, #a69177),
      transparent);
  background: linear-gradient(90deg,
      var(--primary-color, #a69177),
      transparent);
  margin: 2rem 0 1.5rem 0;
}

#product h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f1f3f4;
}

/* Form Group Styling */
.form-group.required {
  margin-bottom: 2rem;
  position: relative;
}

.form-group.required .control-label {
  font-weight: 600;
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 0.8rem;
  display: block;
}

/* Select2 Enhanced Styling */
.select2-container--default .select2-selection--single {
  height: 50px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--single:hover {
  border-color: var(--primary-color, #a69177);
  -webkit-box-shadow: 0 4px 8px rgba(166, 145, 119, 0.1);
  box-shadow: 0 4px 8px rgba(166, 145, 119, 0.1);
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--primary-color, #a69177);
  -webkit-box-shadow: 0 0 0 3px rgba(166, 145, 119, 0.1);
  box-shadow: 0 0 0 3px rgba(166, 145, 119, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 46px;
  padding-left: 15px;
  font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* Select2 Dropdown */
.select2-dropdown {
  border: 2px solid var(--primary-color, #a69177);
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  margin-top: 2px;
}

.select2-results__option {
  padding: 12px 15px;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.select2-results__option--highlighted {
  background-color: var(--primary-color, #a69177);
  color: white;
}

.select2-results__option:hover {
  background-color: #f8f9fa;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.decrease-amount,
.increase-amount {
  background: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.decrease-amount {
  border-radius: 8px 0 0 8px;
}

.increase-amount {
  border-radius: 0 8px 8px 0;
}

.decrease-amount:hover,
.increase-amount:hover {
  background: var(--dark-color);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#input-quantity {
  width: 80px;
  height: 50px;
  border: 2px solid #e9ecef;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  background: #f8f9fa;
  margin: 0;
}

#input-quantity:focus {
  outline: none;
  background: white;
  border-color: var(--primary-color, #a69177);
}

/* Add to Cart Button */
#button-cart {
  width: 100%;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 600;
  background: -o-linear-gradient(315deg,
      var(--primary-color, #a69177) 0%,
      var(--dark-color, #745441) 100%);
  background: linear-gradient(135deg,
      var(--primary-color, #a69177) 0%,
      var(--dark-color, #745441) 100%);
  border: none;
  border-radius: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 15px rgba(166, 145, 119, 0.3);
  box-shadow: 0 4px 15px rgba(166, 145, 119, 0.3);
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

#button-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top, right top,
      from(transparent),
      color-stop(rgba(255, 255, 255, 0.2)),
      to(transparent));
  background: -o-linear-gradient(left,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

#button-cart:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(166, 145, 119, 0.4);
  box-shadow: 0 8px 25px rgba(166, 145, 119, 0.4);
  background: -o-linear-gradient(315deg,
      var(--dark-color, #745441) 0%,
      #5a3f2e 100%);
  background: linear-gradient(135deg,
      var(--dark-color, #745441) 0%,
      #5a3f2e 100%);
}

#button-cart:hover::before {
  left: 100%;
}

#button-cart:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 4px 15px rgba(166, 145, 119, 0.3);
  box-shadow: 0 4px 15px rgba(166, 145, 119, 0.3);
}

#button-cart[disabled] {
  background: #6c757d;
  cursor: not-allowed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.categories-container ul {
  list-style-type: none;
  padding: 0;
li {
  margin-bottom: 1rem;
}
  a {
    color: var(--primary-color);
    font-weight: 700;
  }
}

.categories-outer-container {
  margin-top: 2rem;
}

@media screen and (max-width: 1024px) {
  .closeX {
    right: 1rem;
  }

  #product-product .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #product-product .col-sm-6 {
    width: 100%;
  }

  .image-additional-container {
    height: auto;
    display: block;
    direction: unset;
    width: 100%;
    overflow: inherit;
  }

  #product-product .thumbnails {
    max-height: 100%;
  }

  #product-product .thumbnails {
    max-height: 100%;
    margin-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  #product-product .thumbnails>div:not(.image-additional, .image-additional-container) img {
    height: 51rem;
    width: auto;
  }

  #search {
    width: 100%;
    padding: 0 1rem;
  }

  .image-additional-container {
    width: 100vw;
    padding-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  #product h3 {
    font-size: 1.5rem;
  }

  .image-additional-container {
    width: 94vw;
  }

  #product-product .form-group *:not(.select2, .select2 *) {
    height: auto;
  }

  body>.container:not(#common-home) {
    margin-top: 14rem;
  }

  .breadcrumb>li>a {
    font-size: 1.3rem;
  }

  body {
    font-size: 1.4rem;
  }

  .breadcrumb>li:after {
    top: -2px;
  }

  .navbar-nav>li:nth-child(3) .dropdown-inner .list-unstyled,
  .navbar-nav>li:nth-child(1) .dropdown-inner .list-unstyled {
    display: flex;
    width: 100%;
    padding: 0;
    border: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    max-width: unset;
    gap: 0;
    flex-wrap: wrap;
  }

  .navbar-nav>li:nth-child(1) .dropdown-inner .list-unstyled>li,
  .navbar-nav>li:nth-child(3) .dropdown-inner .list-unstyled>li {
    flex-basis: 50%;

  }

  .navbar-nav>li:nth-child(1) .dropdown-inner .list-unstyled>li:nth-of-type(3),
  .navbar-nav>li:nth-child(3) .dropdown-inner .list-unstyled>li:nth-of-type(3) {
    width: 100%;
    flex-basis: 100%;
  }

  #menu .dropdown-inner .list-unstyled li a {
    font-size: 16px;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: calc(100dvh - 460px);
    overflow: scroll;
    width: 100%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  .dropdown:hover>.dropdown-menu {
    overflow: auto;
  }

  .breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 8px;
  }

  .form-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .decrease-amount,
  .increase-amount {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  #input-quantity {
    width: 70px;
    height: 45px;
    font-size: 1.1rem;
  }

  #button-cart {
    height: 55px;
    font-size: 1.1rem;
  }

  .select2-container--default .select2-selection--single {
    height: 45px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
  }

  #product-product .thumbnails>div:not(.image-additional, .image-additional-container) img {
    height: 38rem;
  }

  .breadcrumb>li:after {
    height: 23px;
  }
}

#product .form-group .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

#product .form-group .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: -o-linear-gradient(315deg, #ffffff 0%, #f8f9fa 100%);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  min-width: 80px;
  min-height: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0;
  font-weight: 500;
  color: #495057;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#product .form-group .radio label:hover {
  border-color: var(--primary-color, #a69177);
  -webkit-box-shadow: 0 4px 15px rgba(166, 145, 119, 0.2);
  box-shadow: 0 4px 15px rgba(166, 145, 119, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background: -o-linear-gradient(315deg,
      var(--secondary-color, #fef1e0) 0%,
      #ffffff 100%);
  background: linear-gradient(135deg,
      var(--secondary-color, #fef1e0) 0%,
      #ffffff 100%);
}

#product .form-group .radio input[type="radio"]:checked+img+span,
#product .form-group .radio input[type="radio"]:checked~span {
  color: white;
  font-weight: 600;
}

#product .form-group .radio input[type="radio"]:checked~.img-thumbnail {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

#product .form-group .radio input[type="radio"]:checked~* {
  color: white;
}

#product .form-group .radio label:has(input[type="radio"]:checked),
#product .form-group .radio input[type="radio"]:checked+.img-thumbnail+span {
  background: -o-linear-gradient(315deg,
      var(--primary-color, #a69177),
      var(--dark-color, #745441));
  background: linear-gradient(135deg,
      var(--primary-color, #a69177),
      var(--dark-color, #745441));
  color: white;
  border-color: var(--primary-color, #a69177);
  -webkit-box-shadow: 0 6px 20px rgba(166, 145, 119, 0.4);
  box-shadow: 0 6px 20px rgba(166, 145, 119, 0.4);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

/* Alternative class-based approach for better browser compatibility */
.radio-option-selected {
  background: -o-linear-gradient(315deg,
      var(--primary-color, #a69177),
      var(--dark-color, #745441)) !important;
  background: linear-gradient(135deg,
      var(--primary-color, #a69177),
      var(--dark-color, #745441)) !important;
  color: white !important;
  border-color: var(--primary-color, #a69177) !important;
  -webkit-box-shadow: 0 6px 20px rgba(166, 145, 119, 0.4) !important;
  box-shadow: 0 6px 20px rgba(166, 145, 119, 0.4) !important;
  -webkit-transform: translateY(-1px) !important;
  -ms-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

.radio-option-selected .img-thumbnail {
  border-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) !important;
  -webkit-filter: brightness(1.1) !important;
  filter: brightness(1.1) !important;
}

.radio-option-selected * {
  color: white !important;
  font-weight: 600 !important;
}

#product .form-group .radio label:active {
  -webkit-transform: translateY(0px) scale(0.98);
  -ms-transform: translateY(0px) scale(0.98);
  transform: translateY(0px) scale(0.98);
  -webkit-box-shadow: 0 2px 8px rgba(166, 145, 119, 0.2);
  box-shadow: 0 2px 8px rgba(166, 145, 119, 0.2);
}

#product .form-group .radio .img-thumbnail {
  width: 50px;
  height: 50px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

/* Different button sizes for different option types */
#input-option288 .radio label,
#input-option321 .radio label {
  min-width: 100px;
  min-height: 110px;
  padding: 1.5rem 1.2rem;
}

#input-option288 .img-thumbnail,
#input-option321 .img-thumbnail {
  width: 60px;
  height: 60px;
}

#input-option322 .radio label {
  min-width: 80px;
  min-height: 90px;
  padding: 1rem 0.8rem;
  font-size: 0.95rem;
}

#input-option322 .img-thumbnail {
  width: 45px;
  height: 45px;
  margin-bottom: 0.6rem;
}

/* Focus states for accessibility */
#product .form-group .radio input[type="radio"]:focus+.img-thumbnail,
#product .form-group .radio input[type="radio"]:focus~.img-thumbnail {
  outline: 2px solid var(--primary-color, #a69177);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  #product .form-group .radio label {
    min-width: 100px;
    min-height: 0;
    height: auto;
    padding: 0.5rem;
    font-size: 1.3rem;
  }

  #footer-logo img {
    max-width: 24rem;
  }

  #product-product input#input-quantity {
    padding: 0.8px;
  }

  #product-product .form-group * {
    gap: 0.2rem;
  }

  #input-option288 .radio label,
  #input-option321 .radio label {
    min-width: 85px;
    min-height: 95px;
    padding: 1.2rem 1rem;
  }

  #input-option288 .img-thumbnail,
  #input-option321 .img-thumbnail {
    width: 50px;
    height: 50px;
  }

  #input-option322 .radio label {
    min-width: 70px;
    min-height: 80px;
    padding: 0.8rem 0.6rem;
    font-size: 0.85rem;
  }

  #input-option322 .img-thumbnail {
    width: 40px;
    height: 40px;
  }

  #product-product .thumbnails {
    width: 94vw;
  }
}