<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

a,
button:hover,
a:hover,
a:focus,
button:focus,
input:focus,
.form-control:focus,
textarea:focus,
select:focus-visible {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

p {
  margin: 0;
}

a,
button {
  cursor: pointer;
  transition: all 0.4s;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}


.btn-group .btn {
  margin-right: 10px; /* Add spacing between buttons */
}
.btn-primary {
  background-color: #007bff; /* Customize active color */
}


a {
  text-decoration: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0;
}

h2 {
  position: relative;
  font-size: 48px;
  color: #124e75;
  line-height: 58px;
  /* text-transform: uppercase; */
  font-weight: bold;
}

/* General Grid Styling */
.col-lg-4,
.col-md-6 {
  margin-bottom: 20px;
}

.product-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow 0.2s;
  margin-bottom: 15px; /* Vertical spacing between rows */
  margin-left: 7.5px; /* Half of 15px for left spacing */
  margin-right: 7.5px; /* Half of 15px for right spacing */

}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-card__image-container {
  width: 100%;
  aspect-ratio: 1 / 1; /* Ensures a square image area */
  overflow: hidden;
  background-color: #f9f9f9;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the area properly */
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card__content {
  padding: 8px 0;
}

.product-card__title {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
}

.product-card__price {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

.product-card__currency {
  font-weight: 600;
  color: #000;
}

.product-card__amount {
  margin: 0 8px;
}

.product-card__conversion {
  font-size: 0.9rem;
  color: #777;
}



.header-main .row {
  align-items: center;
}

.header-main {
  float: left;
  width: 100%;
  background: #124e75;
  padding: 14px 60px;
  position: sticky;
  top: 0;
  z-index: 1002;
}

.header-main .header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-logo .logo-header {
  max-width: 40%;
  width: 100%;
}

.header-main .right-section .form-control {
  max-width: 600px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  color: #656565;
  line-height: 17px;
  padding: 16px 41px 16px 16px;
  margin: auto;
  margin-right: 0;
}

.header-main form {
  position: relative;
}

.right-section {
  position: relative;
}

.header-main .right-section button[type="submit"] {
  background: transparent;
  color: #000000;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  font-size: 20px;
  border: none;
  right: 15px;
}

.header-main .button-sec {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-main .btnns {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

.header-main .button-sec .btnns .sign-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 34px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.header-main .button-sec .btnns .cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-right: 34px;
  line-height: 22px;
}

header.header-main.mobile_header {
  display: none;
}



header.header-main.desktop-header {
  display: block;
}

.mobile_header .search-icon {
  margin-right: 8px;
  display: block;
}

.button-sec .buy-btn .btn {
  width: 146px;
  height: 50px;
  background: #f2bc07;
  border: 1px solid #f2bc07;
  border-radius: 5px;
  font-size: 14px;
  line-height: 38px;
  color: #000000;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.buy-btn .how-to-buy {
  width: 146px;
  height: 50px;
  background: #f2bc07;
  border: 1px solid #f2bc07;
  border-radius: 5px;
  font-size: 14px;
  line-height: 38px;
  color: #000000;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

.button-sec .buy-btn .btn:hover {
  background: #fff;
  border: 1px solid #fff;
}

.header-bottom {
  float: left;
  background: #f2bc07;
  padding: 15px 60px;
  width: 100%;
  margin-bottom: 20px;
}

.searchDetails {
  width: 70%;
  margin: auto;
  margin-bottom: 20px;
}

.header-bottom h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.header-bottom .select {
  position: relative;
  max-width: 422px;
  width: 100%;
}

.header-bottom .select-hidden {
  display: none;
  visibility: hidden;
}

.header-bottom .dropdown .select-styled {
  background: #e9b300;
  height: 40px;
  line-height: 38px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 0px 15px;
  cursor: pointer;
}

.header-bottom ul.select-options {
  overflow-y: auto;
  border: 1px solid #000000;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #e9b300;
  /* display: none; */
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0;
}

.header-bottom ul.select-options li:first-child {
  display: none;
}

.header-bottom ul.select-options li {
  color: #000000;
  font-size: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  padding: 12px;
}

.header-bottom ul.select-options li:last-child {
  border: none;
}

.header-bottom .select:after {
  content: "";
  background-image: url(https://development.brstdev.com/htmltestnew/Shiporfly/images/arrow-down.png);
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 16px;
  color: #000000;
  pointer-events: none;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.indexedStep {
  color: white;
  width: 32px;
  height: 32px;
  font-size: 12px;
  background-color: rgba(211, 211, 211, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.order-progress-bar {
  width: 100%;
  padding: 150px 0px 200px 0px;
  max-width: 1312px;
  margin: 0px auto;
}

.stepspan {
  position: absolute;
  top: 60px;
  width: 150px;
  height: 1em;
  overflow-wrap: break-word;
}

.order-number {
  position: relative;
  top: -100px;
  text-align: start;
}

.indexedStep.accomplished {
  background-color: #03ad3c;
}

.dropdown .select-styled .option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 16px;
}

.header-bottom .dropdown {
  display: flex;
  justify-content: end;
}

.category-sec {
  background: #e8e8e8;
  padding: 15px 60px;
  clear: both;
}

.category-sec img {
  width: 100%;
  border-radius: 16px;
}

.category-sec .product-box {
  position: relative;
}

.category-sec .box-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
}

.category-sec .box-text h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 11px;
}

.category-sec .box-text .price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-sec .box-text .btn {
  width: 126px;
  height: 40px;
  background: #f2bc07;
  border: 1px solid #f2bc07;
  border-radius: 5px;
  color: #000000;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.category-sec .box-text .btn:hover {
  background: #fff;
  border: 1px solid #fff;
}

.price-sec .off-price {
  font-size: 24px;
  color: #f2bc07;
  margin-right: 10px;
}

.price-sec .total-price {
  font-size: 24px;
  color: #a4a4a4;
  text-decoration: line-through;
}

.category-slider {
  padding: 90px 60px;
  text-align: center;
}

.category-slider h1 {
  font-size: 48px;
  color: #124e75;
  /* text-transform: uppercase; */
  font-weight: bold;
}

.category-slider .heading {
  position: relative;
  margin-bottom: 80px;
}

.category-slider h1:after {
  content: "";
  position: absolute;
  background: #f2bc07;
  width: 173px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  padding: 95px 60px 100px;
  background: #124e75;
  clear: both;
}

/* .footer-logo {
  text-align: center;
} */

.footer-logo .logo-img {
  max-width: 145px;
  width: 100%;
}

.footer-content p {
  font-size: 16px;
  color: #e1f3ff;
  line-height: 26px;
  margin-top: 14px;
  text-align: left;
  align-items: self-start;
  justify-content: flex-start;
}

.footer .quick-link h3 {
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 24px;
}

.quick-link ul li {
  margin-bottom: 10px;
}

.quick-link ul li a {
  font-size: 16px;
  color: #e1f3ff;
  line-height: 31px;
}

.quick-link ul li a:hover {
  color: #f2bc07;
  transition: all 0.3s ease-in-out;
}

.company-info h3 {
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 24px;
}

.company-info ul li {
  margin-bottom: 10px;
}

.company-info a {
  font-size: 16px;
  color: #e1f3ff;
  line-height: 31px;
}

.company-info a:hover {
  color: #f2bc07;
  transition: all 0.3s ease-in-out;
}

.social-link ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.social-link h3 {
  font-size: 24px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}

.social-link ul li a .fab {
  font-size: 19px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
}

.social-link ul li a .fab:hover {
  background: #f2bc07;
  color: #124e75;
}

.copyright-sec {
  border-top: 2px solid rgba(235, 235, 235, 1);
  background: #124e75;
  padding: 17px 0px;
  text-align: center;
}

.copyright-sec .content p {
  font-size: 14px;
  color: rgba(214, 214, 214, 1);
  line-height: 22px;
}

.logo-slider {
  position: relative;
}

.category-slider .swiper {
  width: 100%;
  height: 100%;
}

.category-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.category-slider .category-slider .swiper-slide img {
  display: initial;
  width: auto;
  height: auto;
  object-fit: cover;
}

.category-slider .swiper-slide .img1 {
  margin-bottom: 30px;
}

.category-slider .swiper-slide .img2,
.img3 {
  margin-bottom: 26px;
}

.category-slider .swiper-slide .img4 {
  margin-bottom: 17px;
}

.category-slider .swiper-slide .img5,
.img6 {
  margin-bottom: 21px;
}

.category-slider .slider {
  border: 1px solid #e2e2e2;
  padding: 37px 17px;
  border-radius: 11px;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-slider .slider:hover {
  background: #f2bc07;
}

.category-slider .slider svg {
  margin-bottom: 26px;
}

.category-slider .slider p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -20px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -20px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  -webkit-text-stroke: 0.2px #000 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  -webkit-text-stroke: 0.2px #000 !important;
}

.top-content.about-bg {
  padding: 90px 0px;
  text-align: center;
  clear: both;
  background: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-content .main-heading h1 {
  font-size: 48px;
  color: #124e75;
  line-height: 58px;
  font-weight: bold;
  /* text-transform: uppercase; */
}

.about-sec {
  padding: 100px 60px;
}

.about-sec .image-sec img {
  max-width: 100%;
}

.about-text h2 {
  margin-bottom: 53px;
}

.about-text h2::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 2px;
  background: #f2bc07;
  left: 0;
  bottom: -20px;
}

.about-text span {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
}

.about-text p {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  margin-top: 25px;
  text-align: left;
}

.about-text {
  padding-left: 85px;
}

.map-sec {
  padding: 100px 60px;
  background: #e8e8e8;
}

.map-sec .map {
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}

.map-sec h3 {
  position: relative;
  font-size: 48px;
  color: #124e75;
  line-height: 58px;
  /* text-transform: uppercase; */
  font-weight: bold;
  margin-bottom: 58px;
}

.map-sec h3::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 2px;
  background: #f2bc07;
  left: 0;
  bottom: -20px;
}

.our-location-1 p {
  display: flex;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}

.our-location-1.margin {
  margin-bottom: 28px;
}

.our-location-1 ul li {
  margin-bottom: 8px;
}

.our-location-1 ul li a {
  color: #353535;
  font-size: 16px;
  line-height: 30px;
}

.our-location-1 ul li .fas {
  margin-right: 10px;
  color: #124e75;
  font-size: 20px;
}

.top-content.contact-bg {
  padding: 90px 0px;
  text-align: center;
  clear: both;
  background: url(../images/con-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-sec {
  padding: 100px 60px;
}

.contact-text h2 {
  margin-bottom: 53px;
}

.contact-text h2::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 2px;
  background: #f2bc07;
  left: 0;
  bottom: -20px;
}

.contact-text p {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  margin-top: 25px;
  text-align: left;
}

.contact-text ul {
  margin-top: 22px;
}

.contact-text ul li {
  margin-bottom: 8px;
}

.contact-text ul li a {
  color: #353535;
  font-size: 16px;
  line-height: 30px;
}

.contact-text ul li .fas {
  margin-right: 10px;
  color: #124e75;
  font-size: 20px;
}

.contact-text {
  padding-left: 80px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
.contact-form textarea,
.form-sec textarea {
  width: 100%;
  padding: 17px 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #808080;
  font-size: 14px;
}

.login__btn {
  display: contents;
}

.checkout input[type="text"] {
  padding: 0.375rem 0.75rem;
}

.contact-form {
  padding: 54px 43px;
  background: #f2bc07;
}

.c-code {
  max-width: 86px;
  width: 100%;
  margin-right: 15px;
}

button[type="submit"] {
  width: 116px;
  height: 50px;
  background: #124e75;
  border: 1px solid #124e75;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}

.form-sec .submit-btn .btn:hover {
  background: #fff;
  color: #124e75;
  border: 1px solid #124e75;
}

.contact-form .submit-btn {
  text-align: end;
}

.contact-form textarea.form-control {
  min-height: 169px !important;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.top-content.faq-bg {
  padding: 90px 0px;
  text-align: center;
  clear: both;
  background: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.content-sec {
  padding: 87px 230px 100px;
  text-align: center;
}

.content-sec h2 {
  margin-bottom: 74px;
}

.content-sec h2::after {
  content: "";
  position: absolute;
  width: 167px;
  height: 2px;
  background: #f2bc07;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%);
}

.content-sec .faq {
  text-align: left;
}

dl.faq button {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  background-color: transparent;
  border: none;
  padding-bottom: 35px;
}

.content-sec dt {
  font-size: 20px;
  line-height: 24px;
}

dl dd {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

dl.faq .desc {
  margin: 0 0 30px 20px;
  padding: 0;
  font-size: 16px;
  display: none;
  color: #353535;
}

dl.faq button[aria-expanded="false"]::before {
  content: "+";
  padding-right: 0.35em;
  color: #124e75;
}

dl.faq button[aria-expanded="true"]::before {
  content: "-";
  padding-right: 0.35em;
  color: #124e75;
}

.form-sec {
  padding: 100px 220px 100px 200px;
  background: #f2bc07;
}

.form-sec textarea.form-control {
  min-height: 221px !important;
}

.form-sec .form-group {
  margin-bottom: 25px;
}

.form-sec .submit-btn {
  text-align: end;
}

.top-content.buy-bg {
  padding: 90px 0px;
  text-align: center;
  clear: both;
  background: url(../images/buy-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.buy-sec h2 {
  margin-bottom: 90px;
  text-align: center;
}

.buy-sec h2::after {
  content: "";
  position: absolute;
  width: 167px;
  height: 2px;
  background: #f2bc07;
  bottom: -27px;
  left: 50%;
  transform: translate(-50%);
}

.buy-sec {
  padding: 87px 60px 94px;
}

.buy-sec .tab-sec {
  max-width: 1300px;
  margin: 0 auto;
}

.nav-tabs {
  border-bottom: 6px solid #124e75 !important;
}

.nav-tabs&gt;li {
  margin-right: 20px;
  margin-bottom: 0px !important;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li.active&gt;a:hover {
  color: #fff !important;
  cursor: pointer !important;
  border-bottom-color: transparent;
  background: #124e75 !important;
  border-radius: 7px 7px 0px 0px;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #124e75 !important;
  margin-right: 0 !important;
}

.nav-tabs&gt;li&gt;a {
  background: #f4f4f4;
  border: 1px solid #d7d7d7 !important;
  border-radius: 7px 7px 0px 0px !important;
  font-weight: 400;
  color: #353535;
  font-size: 20px;
  line-height: 24px !important;
  margin-right: 0 !important;
}

.nav&gt;li&gt;a {
  padding: 20px 96px !important;
}

.nav-tabs&gt;li:last-child a {
  padding: 20px 60px !important;
}

.nav-tabs&gt;li:last-child {
  margin-right: 0 !important;
}

.nav {
  justify-content: center;
}

.tab-content {
  border: 2px solid #eeeeee;
  padding: 60px 61px 66px 58px;
  border-top: none;
}

.tab-content p {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  margin-bottom: 20px;
  text-align: left;
}

.tab-content span {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
}

.top-content.policy-bg {
  padding: 90px 0px;
  text-align: center;
  clear: both;
  background: url(../images/privacy-policy-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.policy-sec {
  padding: 100px 60px;
}

.policy-sec h2:after {
  content: "";
  position: absolute;
  background: #f2bc07;
  width: 167px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.policy-sec h2 {
  margin-bottom: 84px;
  text-align: center;
}

.policy-sec h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 22px;
}

.policy-sec span {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
}

.policy-sec p {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  text-align: left;
  margin-top: 20px;
}

.policy-sec .policy-2 {
  margin-top: 40px;
}

.login-sec {
  padding: 100px 20px;
  clear: both;
  background: #e8e8e8;
}
.login-sec .conatiner-fluid {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.login-form {
  background: #fff;
  padding: 40px 30px;
}

.field-sec .form-group {
  margin-bottom: 20px;
}

.field-sec h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #124e75;
  margin-bottom: 45px;
}

.field-sec .forgot {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

.field-sec .terms {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}

.field-sec .sign-in {
  background: #f2bc07;
  border: 1px solid #f2bc07;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  margin-top: 40px;
  transition: 0.5s ease-in-out;
}

.field-sec .sign-in:hover {
  background-color: #124e75;
  border-color: #124e75;
  color: #fff;
}

.login-sec .img-sec img {
  max-width: 100%;
  width: 100%;
  display: none;
}

.login-form .img-sec {
  background: url(../images/sign-up.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-form .field-sec .or {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 45px;
}

.social-icon {
  text-align: center;
  margin-top: 38px;
  width: 100%;
  display: inline-block;
}

.social-icon ul li {
  margin: 0 10px 0 10px;
  display: inline-block;
}

.login-form .field-sec p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #656565;
  margin-top: 38px;
}

.login-form .field-sec p a {
  color: #124e75;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-sec .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 3px;
  cursor: pointer;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper.mySwiper2 {
  /* display: flex; */
  justify-content: center;
}

.product-sec .product-slider .mySwiper {
  height: 25%;
  box-sizing: border-box;
  padding: 20px 0 0 0 !important;
}

.mySwiper .swiper-slide {
  width: 70%;
  height: 100%;
  opacity: 1;
  margin-right: 11px;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #124e75;
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.15));
}

.product-sec {
  padding: 100px 110px 100px 84px;
  clear: both;
}

.product-sec .product-detail h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #124e75;
  margin-bottom: 12px;
}

.product-sec .product-detail h6 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #212121;
  margin-bottom: 30px;
}

.product-sec .quantity-btn {
  display: flex;
  align-items: center;
}

.product-sec .quantity-btn.btn-added p {
  font-size: 20px;
  line-height: 57px;
  color: #000000;
  margin-right: 40px;
}

.product-sec .color-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.product-sec .color-box p {
  font-size: 20px;
  line-height: 57px;
  color: #000000;
  margin-right: 26px;
}

.product-sec .size-sec {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.product-sec .size-sec p {
  font-size: 20px;
  color: #000000;
  margin-right: 36px;
}

.quantity-btn .input-text.qty {
  width: 80px;
  height: 55px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 20px;
  color: #000;
}

.quantity-btn.btn-added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 40px;
}

.quantity-btn.btn-added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity-btn.btn-added .minus,
.quantity-btn.btn-added .plus {
  padding: 7px 10px 8px;
  height: 55px;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font-size: 26px;
  line-height: 18px;
  width: 45px;
}

.quantity-btn.btn-added .minus {
  border-right: 0;
}

.quantity-btn.btn-added .plus {
  border-left: 0;
}

.quantity-btn input::-webkit-outer-spin-button,
.quantity-btn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity-btn.btn-added .minus:focus,
.quantity-btn.btn-added .plus:focus {
  outline: none;
}

.form-check-input[type="checkbox"] {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  background: #f7f7f7;
  margin-top: 0;
  margin-right: 10px;
}

.form-check-input:checked {
  background: #124e75;
  border-color: #124e75;
}

.check-sec .form-group input {
  margin-right: 14px;
}

.check-sec .form-group {
  margin-bottom: 13px;
}

.check-sec .form-check-label {
  font-size: 14px;
  color: #353535;
}

.product-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-detail {
  padding-left: 30px;
}

.product-sec .product-btn .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2bc07;
  border: 1px solid #f2bc07;
  border-radius: 5px;
  max-width: 434px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-sec .product-btn .wish {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #124e75;
  border: 1px solid #124e75;
  border-radius: 5px;
  max-width: 434px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.product-sec .product-btn .wish .like {
  color: red;
  margin-right: 15px;
  font-size: 20px;
}

.product-sec .product-btn .wish .dislike {
  margin-right: 15px;
  font-size: 20px;
}

.product-sec .product-btn .btn img {
  margin-right: 10px;
}

.product-sec .color-box ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

/* input[type="radio"] {
  position: relative;
  width: 55px;
  height: 55px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
} */

.product-sec .color-box ul li img {
  position: relative;
  width: 55px;
  height: 55px;
  z-index: 1;
  cursor: pointer;
}

input[type="radio"]:checked+.purple {
  outline: 2px solid #315b7d;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type="radio"]:checked+.d-green {
  outline: 2px solid #315b7d;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type="radio"]:checked+.red {
  outline: 2px solid #d54525;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type="radio"]:checked+.l-green {
  outline: 2px solid #46a0ba;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type="radio"]:checked+.yellow {
  outline: 2px solid #f2bc07;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

input[type="radio"]:checked+.black {
  outline: 2px solid #000;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

.purple {
  background: #65397a;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.d-green {
  background: #315b7d;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.red {
  background: #d54525;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.l-green {
  background: #46a0ba;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.yellow {
  background: #f2bc07;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.black {
  background: #000000;
  border-radius: 4px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
}

.check-product {
  padding: 100px 125px;
  background: #e8e8e8;
}

.check-field {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-product .check-field .check {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2bc07;
  border: none;
  border-radius: 5px;
  max-width: 186px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
}

.check-product .check-field .check-p {
  max-width: 984px;
  width: 100%;
  margin-right: 20px;
  height: 50px;
  border: 1px solid #cdcdcd;
}

.check-product .check-field .check img {
  margin-right: 5px;
}

/* 
  * checkout page
 */
.input-group-append button {
  height: 100%;
  padding: 0px 0px !important;
  border-radius: 0px 5px 5px 0px;
}

.container.checkout h4 {
  justify-content: center;
  font-size: 48px;
  color: #124e75;
  font-weight: 700;
  position: relative;
}

.container.checkout h4:after {
  content: "";
  position: absolute;
  background: #f2bc07;
  width: 165px;
  height: 2px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

form.needs-validation {
  margin-top: 55px;
}

form.needs-validation label {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 9px;
}

form.needs-validation input {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 54px;
  padding: 15px;
}

form.needs-validation label span {
  color: #124e75 !important;
}

form.needs-validation select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 54px;
  padding: 15px;
}

.custom-control.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-control.custom-checkbox label {
  font-size: 16px;
  margin: 0px;
  padding-left: 8px;
}

.form-control {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 54px;
  padding: 15px;
}

.input-group-text {
  border-radius: 3px 0px 0px 3px;
  height: 54px;
}

.product-slider .swiper-wrapper {
  transform: none !important;
  transition: none !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px !important;
}

del {
  margin-right: 28px;
  color: gray;
}

textarea.requirements {
  width: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
  resize: horizontal;
  height: 59px;
  margin: 15px 0px 15px 0px;
}

/*
 * header mobile show
 */
.mobile-view.show-search-section {
  top: 0;
  padding-top: 30px;
}

.mobile-view {
  padding: 15px 0;
  display: block;
  width: 100%;
  background: #fff;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -171px;
  z-index: 999999;
  height: 104px;
  transition: all 0.3s;
}

.mobile-view button {
  background: transparent;
  color: #124e75;
  width: auto;
  padding: 0px 0 0;
  position: absolute;
  top: 10px;
  font-size: 15px;
  border: none;
  right: 11px;
  height: auto;
}

.right-section button {
  background: transparent;
  color: #124e75;
  width: auto;
  padding: 0px 0 0;
  position: absolute;
  top: 10px;
  font-size: 15px;
  border: none;
  right: 11px;
  height: auto;
}

.mobile-view form {
  max-width: 275px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.mobile-view input {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  border-radius: 6px;
  border: 2px solid #124e75;
  color: #656565;
  line-height: 17px;
  padding: 11px 33px 10px 7px;
  margin: 0 auto;
}

.search-icon button {
  /* / position: absolute; / */
  /* / right: 0; / */
  width: 35px;
  display: inline-block;
  height: 35px;
  border: 1px solid #fff;
}

.search-icon {
  margin-right: 8px;
  display: none;
}

.new-search {
  display: flex;
  /* justify-content: right; */
  align-items: center;
}

img.remove-search {
  position: absolute;
  top: 9px;
  right: -30px;
  cursor: pointer;
  width: 22px;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-container .input-qty {
  text-align: center;
  padding: 10px 9px;
  border: 1px solid #d4d4d4;
  max-width: 50px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
  font-size: 16px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
  font-size: 16px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered {
  border-radius: 4px;
}

.btn-rounded {
  border-radius: 50%;
}

.input-rounded {
  border-radius: 50px;
}

h4.mb-3.payment {
  font-size: 31px;
  /* margin: 28px 0px 29px 0px; */
  margin-top: 28px;
}

/* .pagination {
  display: inline-block;
} */

.pagination a button {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
  border-color: #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-body {
  padding: 15px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.panel-default&gt;.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger&gt;.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.social-icon ul&gt;li {
  cursor: pointer;
}

a.whish-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 34px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.button-sec a&gt;img {
  width: 30px;
}

i#togglePassword {
  cursor: pointer;
  float: right;
  margin-right: 11px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

span.cart-item-count {
  width: 25px;
  height: 25px;
  background-color: #f2bc07;
  position: absolute;
  color: black;
  border-radius: 50%;
  margin: -12px -6px 0px 16px;
  text-align: center;
}

i.fa.fa-map-marker {
  margin-right: 10px;
  color: #124e75;
  font-size: 25px;
}

i.fa.fa-phone {
  margin-right: 10px;
  color: #124e75;
  font-size: 25px;
}

i.fa.fa-envelope {
  margin-right: 10px;
  color: #124e75;
  font-size: 25px;
}

.prod-grid h4 {
  margin: 16px;
  color: black;
}

.forget-email {
  margin: 12px;
}

.rdt_TableCol {
  font-size: 18px;
}

.rdt_TableCell {
  font-size: 16px;
}

i.fa.fa-shopping-cart {
  margin-left: 16px;
  font-size: 22px;
  cursor: pointer;
}

i.fa.fa-trash {
  font-size: 22px;
  cursor: pointer;
}

.currency-form {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 40px 30px;
}

.currency-sec {
  padding: 300px 300px;
  clear: both;
  background: #e8e8e8;
}

.requirement {
  padding: 10px;
  border: 2px solid #f1e5e5;
}

.dashboard {
  display: block;
}

a.profile {

  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-right: 34px;
  line-height: 22px;
  word-break: break-all;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.dashboard-open {
  overflow: hidden;
}

.dashboard_content.dashboard_options {
  right: 0;
}

.dashboard_content {
  width: 375px;
  position: fixed;
  top: 0;
  right: -375px;
  background: #124e75;
  transition: all 0.2s;
  height: 100%;
  z-index: 9;
  padding: 10px 10px 10px 20px;
  color: #fff;
}

ul.dashboard-content-ul {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin-left: -12px;
}

.dashboard-content-ul li {
  font-size: 18px;
  display: flex;
  position: relative;
  padding: 12px 16px;
}

.dashboard_content .cross {
  width: 20px;
}

.dashboard-active {
  position: fixed;
  inset: 0px;
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1050;
}

button.cross-button {
  margin: 16px;
  background-color: rgb(32 38 83 / 87%);
  border-radius: 100%;
  padding: 8px;
  display: flex;
  padding: 0px;
  margin: 0px;
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: -27px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.product-sec .product-slider {
  margin-top: 20px;
}
.product-sec .product-slider .react-multi-carousel-list .react-multi-carousel-item img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
}
.item-list .rdt_TableBody .rdt_TableCell:first-child {
  padding: 0;
}
.item-list .rdt_TableBody .rdt_TableCell input.input-qty {
  max-height: 38px;
}
.login-form .main-divv .left_img {
  width: 100%;
  max-width: 60%;
}

.login-form .main-divv .right_form {
    width: 100%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 767px) {
  .mySwiper .swiper-slide {
    width: 49%;
  }

  .inner_content {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    background: #e8e8e8;
    transition: all 0.2s;
    height: 100%;
    z-index: 9;
    padding: 0 8px;
  }

  .inner_content.mobile_options {
    right: 0;
  }

  img.cross {
    width: 23px;
    margin: 10px 8px;
  }

  button.toggle {
    display: inline-flex !important;
    width: 41px;
    height: 41px;
    padding: 5px;
    top: 15px;
    right: 15px;
    border-radius: 5px;
    border: none;
    background: #fff;
    line-height: normal;
    align-items: center;
    justify-content: center;
}

  /* .header-main.mobile_header .right-section button[type="submit"] {
    left: auto;
    right: 50px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 33px;
    height: 35px;
    border-radius: 3px;
    top: -29px;
  } */
  .right-section form {
    margin-right: 70px;
  }

  .main-mobile-buttons {
    position: relative;
    text-align: right;
  }

  img.cross {
    width: 20px;
  }

  button.toggle {
    width: 35px;
    height: 35px;
    border: none;
    font-size: 24px;
    border-radius: 2px;
    top: 0px;
  }

  .mobile_header .search-icon {
    margin-right: 8px;
    display: block;
  }

  .mobile_header .right-section {
    display: block;
    /* position: absolute; */
    right: 9px;
    top: 0;
  }

  header.header-main.mobile_header {
    display: block;
  }

  header.header-main.desktop-header {
    display: none;
  }

  .quantity {
    max-width: 100%;
  }

  .quantity input {
    max-width: 100%;
  }

  .col-sm-4.col-md-4.new_search {
    display: none;
  }

  header.header-main .row {
    align-items: center;
    justify-content: space-between;
    width: auto;
  }

  .search-icon {
    margin-right: 8px;
    display: block;
  }

  .header-main {
    padding: 14px 10px;
  }

  .header-bottom {
    padding: 15px 10px;
  }

  .header-bottom .dropdown {
    justify-content: start;
  }

  .header-main .right-section .form-control {
    font-size: 10px;
    height: 40px;
    padding: 10px 8px;
  }

  .right-section {
    display: none;
  }

  .site-logo .logo-header {
    max-width: 100px;
    width: 100%;
  }

  .button-sec .buy-btn .btn {
    width: 110px;
    height: 40px;
    font-size: 12px;
    line-height: 28px;
  }

  .header-main .btnns {
    padding-right: 20px;
  }

  .button-sec .sign-in img {
    max-width: 50%;
  }

  .button-sec .cart img {
    max-width: 72%;
  }

  .header-main .button-sec .btnns .sign-in {
    margin-right: 10px;
    font-size: 12px;
  }

  .header-main .button-sec .btnns .cart {
    font-size: 12px;
  }

  .header-bottom h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .category-sec {
    padding: 50px 0px;
  }

  .category-sec .box-text h2 {
    font-size: 20px;
  }

  .price-sec .off-price {
    font-size: 20px;
    margin-right: 10px;
  }

  .price-sec .total-price {
    font-size: 20px;
  }

  .category-sec .product-box {
    margin-bottom: 20px;
  }

  .category-slider {
    padding: 50px 20px;
  }

  .category-slider h1 {
    font-size: 32px;
  }

  .category-slider .heading {
    margin-bottom: 60px;
  }

  .category-slider h1:after {
    width: 123px;
  }

  .footer {
    padding: 60px 10px 80px;
  }

  .quick-link {
    margin-top: 20px;
  }

  .company-info {
    margin-top: 20px;
  }

  .social-link {
    margin-top: 20px;
  }

  .company-info ul li:last-child {
    margin-bottom: 0;
  }

  .quick-link ul li:last-child {
    margin-bottom: 0;
  }

  .about-sec {
    padding: 60px 10px;
  }

  .top-content.about-bg {
    padding: 60px 0px;
  }

  .top-content .main-heading h1 {
    font-size: 28px;
  }

  .about-text h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .about-text h2::after {
    width: 123px;
  }

  .about-text {
    padding-left: 0;
    margin-top: 20px;
  }

  .map-sec {
    padding: 60px 10px;
  }

  .map-sec .map {
    margin-top: 30px;
  }

  .map-sec h3 {
    font-size: 32px;
  }

  .top-content.contact-bg {
    padding: 60px 0px;
  }

  .contact-sec {
    padding: 50px 10px;
  }

  .contact-text {
    padding-left: 0;
    margin-top: 30px;
  }

  .contact-text h2 {
    font-size: 28px;
    line-height: 43px;
  }

  .contact-form {
    padding: 30px 10px;
  }

  .content-sec h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .top-content.faq-bg {
    padding: 60px 0px;
  }

  .content-sec {
    padding: 50px 10px;
  }

  .content-sec h2::after {
    width: 123px;
  }

  .form-sec {
    padding: 30px 10px;
  }

  dl.faq button {
    font-size: 16px;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  .contact-form textarea,
  .form-sec textarea {
    font-size: 12px;
  }

  .top-content.buy-bg {
    padding: 60px 0px;
  }

  .buy-sec {
    padding: 50px 10px;
  }

  .buy-sec h2 {
    font-size: 30px;
    line-height: 44px;
  }

  .buy-sec h2::after {
    width: 123px;
  }

  .nav-tabs&gt;li {
    margin-right: 0;
  }

  .nav&gt;li&gt;a {
    padding: 20px 60px !important;
  }

  .nav-tabs&gt;li&gt;a {
    font-size: 16px;
  }

  .nav-tabs&gt;li.active&gt;a,
  .nav-tabs&gt;li.active&gt;a:focus,
  .nav-tabs&gt;li.active&gt;a:hover {
    font-size: 16px;
    display: flex;
  }

  .tab-content {
    padding: 40px 20px;
  }

  .tab-content img {
    max-width: 100%;
    margin-top: 30px;
  }

  .tab-content p {
    font-size: 14px;
  }

  .tab-content span {
    font-size: 14px;
  }

  .top-content.policy-bg {
    padding: 60px 0px;
  }

  .policy-sec {
    padding: 50px 10px;
  }

  .policy-sec h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .policy-sec h2:after {
    width: 123px;
  }

  .policy-sec h6 {
    font-size: 16px;
  }

  .policy-sec span {
    font-size: 14px;
  }

  .policy-sec p {
    font-size: 14px;
  }

  .product-sec {
    padding: 50px 25px;
  }

  .product-detail {
    padding-left: 0;
    margin-top: 30px;
  }

  .product-sec .product-detail h1 {
    font-size: 25px;
    line-height: 38px;
  }

  .product-sec .product-detail h6 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .quantity-btn.btn-added {
    margin-bottom: 20px;
  }

  .product-sec .quantity-btn.btn-added p {
    font-size: 16px;
  }

  .product-sec .color-box {
    margin-bottom: 20px;
  }

  .product-sec .color-box p {
    font-size: 16px;
  }

  .check-sec .form-group input {
    margin-right: 10px;
  }

  .product-sec .size-sec p {
    font-size: 16px;
    color: #000000;
    margin-right: 36px;
  }

  .check-product {
    padding: 50px 10px;
  }

  .login-form {
    padding: 40px 10px;
  }

  .login-sec {
    padding: 50px 20px;
  }

  .login-form .field-sec p {
    margin: 38px 0 30px 0;
  }

  .login-sec .img-sec img {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  header.header-main .row .col-sm-2.col-md-2 {
    width: 125px !important;
    max-width: 125px !important;
    padding: 0px 25px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main .button-sec .btnns .cart {
    margin-right: 10px;
  }

  a.whish-list {
    margin-right: 0px;
    font-size: 12px;
  }

  .buy-btn .how-to-buy {
    max-width: 100px;
    padding: 0px;
    height: 40px;
    font-size: 12px;
  }

  #root {
    display: block;
  }

  .company-info {
    margin-top: 20px;
  }

  .social-link {
    margin-top: 20px;
  }

  .social-icon ul li {
    margin: 0 6px 0 6px;
  }

  .image-sec {
    text-align: center;
  }

  .header-bottom {
    padding: 15px 10px;
  }
  body .sign-ups {
      width: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-sec {
    padding: 50px 10px;
  }

  .about-text {
    padding-left: 0px;
    margin-top: 50px;
  }

  .map-sec {
    padding: 50px 10px;
  }

  .buy-sec {
    padding: 50px 10px;
  }

  .nav&gt;li&gt;a {
    padding: 20px 38px !important;
  }

  .nav-tabs&gt;li {
    margin-right: 10px;
  }

  .tab-content {
    padding: 20px;
  }

  .tab-content img {
    max-width: 100%;
  }

  .contact-sec {
    padding: 50px 10px;
  }

  .contact-text {
    padding-left: 0;
    margin-top: 50px;
  }

  .content-sec {
    padding: 50px 10px;
  }

  .form-sec {
    padding: 50px 10px;
  }

  .login-sec {
    padding: 50px 40px;
  }

  .product-sec {
    padding: 50px 20px;
  }

  .product-detail {
    padding-left: 0;
    margin-top: 50px;
  }

  .check-product {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .header-main {
    padding: 14px 10px;
  }

  .site-logo .logo-header {
    max-width: 120px;
    width: 100%;
  }

  .header-main .btnns {
    padding-right: 20px;
  }

  .header-main .button-sec .btnns .sign-in {
    margin-right: 20px;
    font-size: 14px;
  }

  .header-main .button-sec .btnns .cart {
    font-size: 14px;
  }

  .button-sec .buy-btn .btn {
    width: 110px;
    font-size: 12px;
  }

  .category-sec {
    padding: 50px 10px;
  }

  .category-sec .product-box {
    margin-bottom: 20px;
  }

  .category-sec .box-text h6 {
    font-size: 22px;
  }

  .price-sec .off-price {
    font-size: 18px;
  }

  .price-sec .total-price {
    font-size: 18px;
  }

  .category-slider {
    padding: 50px 20px;
  }

  .category-slider h1 {
    font-size: 40px;
  }

  .category-slider h1:after {
    width: 150px;
  }

  .footer {
    padding: 60px 20px;
  }
}

/*CSS Grid*/
.section-grid {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-prod {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}

.prod-grid {
  flex: 1 1 25%;
  margin: 2%;
  padding: 12px;
}

.prod-grid img {
  width: 100%;
}

h4,
p {
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}

.product__price {
  font-size: 20px;
  font-weight: 700;
  background-color: #f2bc07;
  color: #000000;
  height: 40px;
  text-align: center;
  padding: 6px;
}

.dropdown .select-styled {
  background: #e9b300;
  height: 40px;
  line-height: 38px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 0px 15px;
  cursor: pointer;
}

.dropdown {
  justify-content: start;
}

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

.select ul.select-options {
  overflow-y: auto;
  border: 1px solid #000000;
  position: absolute;
  width: 75%;
  z-index: 999;
  background: #e9b300;
  /* display: none; */
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0;
}

.select ul.select-options li:first-child {
  display: none;
}

.select ul.select-options li {
  color: #000000;
  font-size: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  font-size: 14px;
  padding: 12px;
}

.select ul.select-options li:last-child {
  border: none;
}

.field-sec h3.sing_in {
  font-size: 34px;
  line-height: 40px;
}

/* --- PRODUCT LIST --- */
.products {
  border-top: 1px solid #ddd;
}

.products&gt;li {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}



.col,
.quantity,
.remove {
  float: left;
}

.col.left {
  width: 70%;
}

.col.right {
  width: 30%;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
}

.detail {
  padding: 0 0.5rem;
  line-height: 2.2rem;
}

.detail .name {
  font-size: 1.2rem;
}

.detail .description {
  color: #7d7d7d;
  font-size: 1rem;
}

.detail .price {
  font-size: 1.5rem;
}

.quantity,
.remove {
  width: 50%;
  text-align: center;
}

.remove svg {
  width: 60px;
  height: 60px;
}

.quantity&gt;input {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  left: calc(50% - 30px);
  background: #fff;
  border: 2px solid #ddd;
  color: #7f7f7f;
  text-align: center;
  font: 600 1.5rem Helvetica, Arial, sans-serif;
}

.quantity&gt;input:hover,
.quantity&gt;input:focus {
  border-color: #f58551;
}

.close {
  fill: #7d7d7d;
  transition: color 150ms linear, background-color 150ms linear,
    fill 150ms linear, 150ms opacity linear;
  cursor: pointer;
}

.close:hover {
  fill: #f58551;
}

@media only screen and (max-width: 1280px) {
  .header-main {
    padding: 14px 0px;
  }

  .header-main .btnns {
    padding-right: 0px;
  }

  .button-sec .buy-btn .btn {
    width: 120px;
    height: 41px;
    font-size: 13px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .site-logo .logo-header {
    max-width: 100px;
    width: 100%;
  }

  .header-main .right-section .form-control {
    max-width: 600px;
    font-size: 14px;
    height: 42px;
    line-height: 17px;
    padding: 10px 12px;
  }

  .header-main .button-sec .btnns img {
    width: 17px;
  }

  .header-main .button-sec .btnns .sign-in {
    margin-right: 10px;
    font-size: 12px;
  }

  .header-main .button-sec .btnns .cart {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .select-styled {
    width: 100%;
    /* color: #fff; */
  }

  .button-sec .buy-btn .btn {
    width: 76px;
    height: 35px;
    font-size: 10px;
    line-height: 25px;
    padding: 3px;
  }

  .header-main .right-section .form-control {
    font-size: 14px;
    height: 38px;
    line-height: 17px;
    padding: 10px 42px 10px 12px;
  }
}

/* moblie Css */

@media only screen and (max-width: 767px) {
  .col-sm-4.col-md-4.new_search {
    display: none;
  }

  .header-main .button-sec .btnns .cart,
  .header-main .button-sec .btnns .sign-in {
    font-size: 13px;
    width: 100%;
    background: #124e75;
    display: inline-block;
    max-width: 198px;
    /* / float: right; / */
    text-align: center;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-right: 0px;
  }

  .dropdown {
    justify-content: center;
  }

  .header-main .button-sec .btnns img {
    width: 17px;
  }

  .header-main .button-sec .btnns .cart {
    font-size: 13px;
    width: 100%;
    background: #124e75;
    display: inline-block;
    max-width: 198px;
    /* float: right; */
    text-align: center;
    margin-top: 8px;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #000;
  }

  .header-main .button-sec .btnns .whish-list {
    font-size: 13px;
    width: 100%;
    background: #124e75;
    display: inline-block;
    justify-content: center;
    max-width: 198px;
    text-align: center;
    margin-top: 8px;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-right: 0px;
  }

  .header-main .button-sec {
    display: inline-block;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .header-main .btnns {
    padding-right: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .button-sec .buy-btn .btn {
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: 22px;
    padding: 8px 5px;
    max-width: 198px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    background: #124e75;
    margin: 0 auto;
    font-weight: 500;
  }

  .dropdown .select-styled {
    background: #124e75;
    color: white;
  }

  .header-main .button-sec .btnns img {
    width: auto;
    height: 15px;
    margin-right: 6px;
  }

  .dropdown {
    justify-content: center;
  }

  .buy-btn {
    width: 100%;
    /* / float: right; / */
    text-align: center;
    margin-top: 10px;
  }

  .dropdown .select-styled {
    margin-top: 8px;
    border-radius: 5px;
  }
  .searchDetails {
    width: 100%;
}
header.header-main.mobile_header .button-sec .btnns a, header.header-main.mobile_header .button-sec .buy-btn a {
  max-width: 100%;
  text-align: left;
}
header.header-main.mobile_header .inner_content .dropdown .select {
  width: 100%;
  text-align: left;
}
header.header-main.mobile_header .inner_content .dropdown .select select {
  padding: 0 4px;
}
.prod-grid {
  margin: 2% 0;
  padding: 12px 0;
}
.category-sec .pagination {
  padding: 0 21px;
}
.total-value label {
  font-size: 16px;
}
.grand-total span {
  font-size: 22px;
}
.shiping-info a {
  font-size: 18px;
}
.container.checkout .text-center {
  padding-bottom: 0 !important;
}
.container.checkout .text-center h2 {
  font-size: 38px;
}
form.needs-validation label {
  font-size: 18px;
}
.login-form .main-divv-img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.login-form .main-divv {
  flex-wrap: wrap;
}
.login-form .main-divv .col-md-6 {
  width: 100%;
  max-width: 100%;
}
.login-form .main-divv2 {
  width: 100%;
  max-width: 100%;
  margin: 40px auto 20px;
}
.login-form .main-divv .justify-center {
  text-align: center;
}

}

@media only screen and (max-width: 575px) {
  .header-main .col-sm-5.col-md-3.new-search {
    width: auto;
  }

  input::placeholder {
    width: 160px;
  }

  .header-main .col-sm-5.col-md-3 {
    width: 100%;
  }

  /* header.header-main .row &gt; * {
    width: auto;
  } */
}

@media only screen and (max-width: 414px) {
  textarea.requirements {

    height: 100px;

  }

  .mySwiper .swiper-slide {
    width: 99%;
    height: 100%;
    opacity: 1;
  }

  .search-icon button {
    width: 29px;
    height: 33px;
    font-size: 12px;
  }

  .mobile-view form {
    max-width: 222px;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  .field-sec h3.sing_in {
    font-size: 30px;
    line-height: 40px;
  }
}

.active_propertie {
  border: 2px solid green;
}

button.btn.btn-primary.buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #124e75;
  border: 1px solid #124e75;
  border-radius: 5px;
  max-width: 434px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.react-confirm-alert-button-group {
  justify-content: flex-end !important;
}

.dashboard-content-ul li a {
  color: #fff;
}

.dashboard-content {
  margin-top: 30px;
}

h3.account {
  margin-top: 18px;
}

.container.checkout h4 span.text-muted {
  font-size: 20px;
  margin-bottom: -48px;
}

/* start */
.auth-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.auth-container p {
  margin: 0;
}


.sign-up a {
  color: black;
  transition: color 0.3s;
  /* Smooth transition for color change */
}

.sign-up:hover a {
  color: white;
}

.main-divv {
  display: flex;
}

.main-divv-img {
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}

.main-divv2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sign-ups {
  background: #f2bc07;
  border: 1px solid #f2bc07;
  box-sizing: border-box;
  border-radius: 5px;
  width: 50%;
  height: 50px;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  margin-top: 40px;
  transition: 0.5s ease-in-out;
}

.sign-ups:hover {
  background-color: #124e75;
  border-color: #124e75;
  color: #fff;
}









.header-carousel {
  background: #E3C800; /* Default background; adjust to match your header-bottom */
  padding: 0px 50; /* Optional: match padding if header-bottom has it */
}

.header-carousel .slick-slide img {
  display: block;
  width: 100%;
  /* height: auto; */
  height: 0px;
}

.header-carousel .slick-dots {
  bottom: 0px;
}

.header-carousel .slick-dots li button:before {
  color: #124e75; /* Match your theme color, e.g., from mobile_header */
}

.header-carousel .slick-dots li.slick-active button:before {
  color: #124e75;
}






.search-input-container {
  max-width: 900px;
  margin: 0 auto;
}


/* Optional: Responsive adjustment */
@media (max-width: 576px) {
  .search-input {
    padding-right: 70px;
  }
  .search-icons {
    right: 25px;
  }
  .spinner-border {
    right: 35px;
  }
}


.search-input {
  border-radius: 25px;
  border: 1px solid #ced4da;
  padding: 12px 60px 12px 20px; /* Updated from 50px to 60px */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

.search-icons {
  position: absolute;
  top: 50%;
  right: 15px; /* Updated from 10px to 15px */
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

/* Spinner adjustment */
.spinner-border {
  position: absolute;
  top: 50%;
  right: 25px; /* Updated from 20px to 25px */
  transform: translateY(-50%);
}


.search-input:focus {
  border-color: #124e75;
  box-shadow: 0 4px 12px rgba(18, 78, 117, 0.2);
  outline: none;
}



.search-icon,
.upload-icon {
  padding: 10px;
  color: #124e75;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.search-icon:hover,
.upload-icon:hover {
  color: #0d3a57;
}

.search-icon.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.image-preview-container {
  width: 200px;
  height: 200px;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 12px;
}

.close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  color: #124e75;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.close-icon:hover {
  background: rgba(255, 255, 255, 1);
}

.image-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}














.share-dropdown {
  padding: 5px 0;
}

.share-option {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}

.share-option:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.share-icon {
  margin-right: 8px;
  flex-shrink: 0; /* Prevents icon from shrinking */
}

/* Optional: Social media brand colors */
.share-option:nth-child(1) .share-icon { /* Facebook */
  color: #1877F2;
}
.share-option:nth-child(2) .share-icon { /* Instagram */
  color: #E4405F;
}
.share-option:nth-child(3) .share-icon { /* TikTok */
  color: #000000;
}
.share-option:nth-child(4) .share-icon { /* Email */
  color: #666666;
}
.share-option:nth-child(5) .share-icon { /* X/Twitter */
  color: #1DA1F2;
}
.share-option:nth-child(6) .share-icon { /* Copy Link */
  color: #124e75;
}

/* Ensure btn-link doesn't interfere */
.btn-link {
  color: #124e75;
  padding: 0; /* Remove default padding */
}

.btn-link:hover {
  color: #0d3c5a;
}



.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: opacity 0.3s;
}

.scroll-to-top span {
  font-size: 24px;
}

















/* Home.css */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 90px); /* Fixed width of 90px */
  gap: 8px; /* Tight spacing between categories */
  max-width: 1250px; /* Constrain the grid width */
  margin: 10px auto; /* Center the grid horizontally */
  justify-content: center; /* Center the grid content within the container */
  justify-items: center; /* Center each item within its grid cell */
}

.category-item {
  position: relative;
  text-align: center;
}

.category-button {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.category-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-name {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
}

.subcategory-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 180px;
  max-height: 250px;
  overflow-y: auto;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.category-item.active .subcategory-dropdown {
  opacity: 1; /* Show dropdown when parent is active (clicked) */
}

.subcategory-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eee;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}

.subcategory-button:last-child {
  border-bottom: none;
}

.subcategory-button:hover {
  background-color: #f1f3f5;
}

.subcategory-icon {
  margin-right: 8px;
  color: #007bff;
  font-size: 14px;
}

.subcategory-button span {
  font-size: 13px;
  color: #333;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, 70px); /* Smaller columns on mobile */
    gap: 6px;
    max-width: 100%; /* Full width on smaller screens */
    padding: 0 10px; /* Prevent edge overlap */
    justify-content: center; /* Ensure grid content is centered */
    justify-items: center; /* Center items within their cells */
  }

  .category-image {
    width: 60px;
    height: 60px;
  }

  .category-name {
    font-size: 12px;
  }
}




.image-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.product-thumbnails {
  flex: 0 0 15%; /* Reduced width for smaller thumbnails */
  display: flex;
  flex-direction: column;
  gap: 8px; /* Smaller gap between thumbnails */
  overflow-y: auto;
  height: 100%; /* Match the height of the full image */
}

.product-thumbnails img {
  width: 100%;
  height: auto;
  max-height: 80px; /* Fixed height for smaller thumbnails */
  object-fit: cover;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
}

.product-thumbnails img:hover,
.product-thumbnails img.active {
  border: 2px solid #124e75;
}

.full-image-container {
  flex: 0 0 85%; /* Adjusted to fill remaining space */
  position: relative;
}

.full-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; /* Remove any extra spacing */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column;
  }

  .product-thumbnails {
    flex: 1 0 100%;
    max-height: auto; /* Smaller height on mobile */
    overflow-y: auto;
  }

  .product-thumbnails img {
    max-height: 60px; /* Even smaller thumbnails on mobile */
  }

  .full-image-container {
    flex: 1 0 100%;
  }
}


/* Container for each color swatch */
.color-swatch {
  display: 'block';
  flex-direction: column;
  align-items: center;
  margin: 0 8px 16px 0;
  cursor: pointer;
}

/* Default image style */
.img-thumbnail {
  border: 2px solid #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* Highlight selected image */
.active_propertie.img-thumbnail {
  border: 2px solid green;
  box-shadow: 0 2px 8px rgba(0,123,255,0.15);
}

/* Color value label */
.color-label {
  margin-top: 6px;
  font-size: 14px;
  color: #444;
  text-align: center;
  font-weight: 500;
}

/* Highlight selected label */
.active_propertie.color-label {
  color: green;
  font-weight: 700;
}
</pre></body></html>