* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Headings (h1–h6) */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin-bottom: 12px;
}

/* Size scale (modern & clean) */
h1 {
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  color: #003399;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #003399;
}

h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Paragraphs */
p {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 15px;
}

/* Anchor (links) */
a {
  text-decoration: none;
  color: #0037c1;
  transition: all 0.3s ease;
}

a:hover {
  color: #001f7a;
  text-decoration: underline;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.banner-full header {
  background-color: transparent;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.banner-full header .top-social-bar {
  background-color: rgba(0, 0, 0, 0.2);
}

.top-social-bar {
  padding: 10px 0px;
}

.top-social-bar-left {
  display: flex;
  align-items: center;
}

.top-social-bar-left ul,
.top-social-bar-right ul {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  margin: 0;
}

.top-social-bar-left ul li,
.top-social-bar-right ul li {
  list-style: none;
}

.top-social-bar-left ul li img,
.top-social-bar-right ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.top-social-bar-right ul li sup {
  transition: transform 0.3s ease;
}

.top-social-bar-left ul li a:hover img,
.top-social-bar-right ul li a:hover img {
  transform: translateY(-3px);
}

.top-social-bar-right ul li a:hover sup {
  transform: translateY(-3px);
}

.top-social-bar-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.btn.btn-primary {
  background-color: #003399;
  border-color: #003399;
  transition: all 300ms linear;
}

.btn.btn-primary:hover {
  background-color: #f89b2e;
  border-color: #f89b2e;
}

/* Home Trial Button */
.top-social-bar-right .btn-primary {
  border: none;
  font-size: 14px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-social-bar-right .btn-primary img {
  width: 18px;
  height: 18px;
}

.top-social-bar-right ul li a.wishlist {
  position: relative;
}

.top-social-bar-right ul li a.cart {
  position: relative;
}

.top-social-bar-right ul li a.wishlist sup {
  background-color: #003399;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  right: -6px;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  top: 0px;
  line-height: 0;
}

.top-social-bar-right ul li a.cart sup {
  background-color: #003399;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  right: -6px;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  top: 0px;
  line-height: 0;
}

/* Top Social Bar */
.top-social-bar i {
  font-size: 18px;
  cursor: pointer;
}

.header-logo {
  position: absolute;
  z-index: 100;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 190px;
  height: auto;
  margin-top: 16px;
  transition: all 300ms linear;
}

header.nav-fixed .header-logo {
  width: 150px;
  margin-top: 6px;
}



/* Main Logo */
.header-logo .main-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Navbar */
.main-nav {
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 300ms linear;
}

header.nav-fixed .main-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}

header.nav-fixed .top-social-bar {
  padding: 8px 0px;
}

.nav-item {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-link:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transition: all 300ms linear;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  text-decoration: none;
  color: #fff;
}

.nav-link:hover:before,
.nav-link:focus:before,
.nav-link:active:before {
  width: 100%;
}

/* Keep logo centered in navbar */
.navbar-brand img.main-logo {
  width: 95px;
}

/* Make toggler icon visible on dark backgrounds */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.search-box {
  background: rgba(0, 0, 0, 0.35);
  padding: 5px 12px;
  border-radius: 0px;
}

/* Input */
.search-box input {
  border: none;
  outline: none;
  width: 320px;
  padding: 6px;
  background: transparent;
  color: #fff;
  /* optional - if dark background */
  font-size: 14px;
}

.search-box input::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* Search Button */
.search-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: 0.3s linear;
}

/* Hover effect */
.search-btn:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Home Trial Button */
.home-trial-btn {
  background: #0d6efd;
  color: #fff;
  padding: 6px 15px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icons */
.top-icons i {
  font-size: 20px;
  cursor: pointer;
}

/* Banner Section */
.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.banner-content h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}

.blue {
  color: #0037c1;
}

.banner-content h2 {
  font-size: 44px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.flat,
.off {
  font-size: 22px;
  color: #000;
  padding: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.percent {
  color: #0037c1;
  font-size: 75px;
  font-weight: 800;
}

.banner-buttons {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

/* Buttons */
.blue-btn {
  background: #0037c1;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s linear;
}

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus {
  background: #00288d;
  text-decoration: none;
}

.orange-btn {
  background: #f89b2e;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s linear;
}

.orange-btn:hover,
.orange-btn:active,
.orange-btn:focus {
  background: #d17c1b;
  text-decoration: none;
}

.hide-desktop {
  display: none !important;
}

header.nav-fixed {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  padding-bottom: 0;
}

header.nav-fixed .top-social-bar {
  background: none;
}

header.nav-fixed .search-box {
  background: rgba(0, 0, 0, 0.7);
}

/* Bigger Slick Dots + Smaller Gap */
.banner-slider .slick-dots {
  bottom: 15px !important;
}

.banner-slider .slick-dots li {
  margin: 0 4px !important;
  /* reduce gap */
}

.banner-slider .slick-dots li button:before {
  font-size: 14px !important;
  /* make dots bigger */
  color: #ffffff !important;
  opacity: 0.5 !important;
}

.banner-slider .slick-dots li.slick-active button:before {
  font-size: 16px !important;
  /* bigger active dot */
  color: #ff6600 !important;
  opacity: 1 !important;
}

.form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.form .form-select {
  padding: 0.485rem 2.25rem 0.485rem 0.75rem;
  font-size: 14px;
}

.form .form-control {
  padding: 0.485rem 0.75rem;
  font-size: 14px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

section.categorys {
  padding: 70px 0;
}

.category-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slick-prev {
  left: 0;
  background: transparent !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 90;
}

.slick-next {
  right: 0;
  background: transparent !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 90;
}

/* Tooltip background blue + no radius */
.tooltip-inner {
  background-color: #003399 !important;
  /* blue */
  color: #fff !important;
  border-radius: 0 !important;
  /* no radius */
}

/* Tooltip arrow (optional to match color) */
.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #003399 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #003399 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #003399 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #003399 !important;
}

.cat-box {
  background-image: url(./../images/box.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px;
  text-align: center;
  border-radius: 15px;
  width: 186px;
  height: 130px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px;
  text-decoration: none;
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 10px #898989;
}

.category-slider .slick-slide {
  display: flex !important;
}

.cat-box-inner {
  border: 2px dashed #fff;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cat-box img {
  width: 85px;
  height: 27px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.cat-box p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
}

a.cat-box:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

a.cat-box:hover p {
  text-decoration: none;
}

.products-section {
  padding: 70px 0;
}

.products-section.featured-products {
  background-color: #f5f5f5;
}

.products-section .heading {
  margin-bottom: 60px;
}

.products-section .heading h4.section-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bfc0c2;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.product-card {
  width: 100%;
}

.product-card .product-card-element {
  background-color: #e3e3e3;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-card .product-card-element .product-image {
  display: flex;
  width: 100%;
  height: 160px;
  justify-content: center;
  align-items: center;
}

.product-card .product-card-element .product-image img {
  max-width: 100%;
  max-height: 100%;
}

.product-card .product-card-element .product-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
}

.product-card .product-card-element .product-top .time-stamp {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.product-card .product-card-element .product-top .time-stamp .offer-strip {
  background: #003399;
  color: #fff;
  font-size: 15px;
  padding: 4px 25px;
  border-radius: 0;
}

.product-card .product-card-element .product-top .time-stamp .timer {
  font-size: 15px;
  color: #333;
  margin-top: 5px;
  display: flex;
  gap: 10px;
  font-weight: 600;
}

.product-card .product-card-element .product-top .wishlist {
  cursor: pointer;
  font-size: 22px;
  color: #000;
  transition: all 0.3ms linear;
}

.product-card .product-card-element .product-top .wishlist:hover {
  color: #003399;
}

/* ACTION BUTTONS */
.product-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.product-actions button,
.product-actions a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 18px;
  transition: all 300ms linear;
  box-shadow: 0px 4px 10px #8d8d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none !important;
}

.product-actions button:hover,
.product-actions a:hover {
  background-color: #003399;
  color: #fff;
  text-decoration: none !important;
}

.products-slider .product-card {
  margin: 0 17px;
}

.products-slider-category-spasific-tranding .product-card {
  margin: 0 17px;
}

.cat-products-slider .product-card {
  margin: 0 17px;
}

.man-products-slider-category-spasific-tranding .product-card {
  margin: 0 17px;
}

.best-seller-products-slider .product-card {
  margin: 0 17px;
}

.freshlook-products-slider .product-card {
  margin: 0 17px;
}

.aquasoft-products-slider .product-card {
  margin: 0 17px;
}

.alcon-products-slider .product-card {
  margin: 0 17px;
}

.product-card .product-content {
  text-align: left;
}

.product-card .product-content .pname {
  margin-top: 15px;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  max-width: 250px;
}

.product-card .product-content .price {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
  color: #939191;
  margin-bottom: 0;
}

.product-card .product-content .rating i.selected {
  color: #a9a9a9;
}

.popular-brands {
  background: linear-gradient(to bottom, #decefb, #d2e6a6);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.popular-brands:before {
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 46%;
  background: linear-gradient(to bottom, #c5fe50, #d4e2b4);
  -moz-transform: skewX(-40deg) skewY(0deg);
  -webkit-transform: skewX(-40deg) skewY(0deg);
  -o-transform: skewX(-40deg) skewY(0deg);
  -ms-transform: skewX(-40deg) skewY(0deg);
  transform: skewX(-40deg) skewY(0deg);
  z-index: 2;
}

.popular-brands .container-fluid {
  position: relative;
  z-index: 3;
}

.popular-brands .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.popular-brands .heading h2 {
  max-width: 500px;
  margin-bottom: 0;
}

.popular-brands .heading p {
  max-width: 650px;
  font-size: 18px;
  color: #2c2835;
  font-weight: 400;
  text-align: right;
  line-height: 29px;
  margin-bottom: 0;
}

/* Tabs styling */

.brand-tabs {
  display: flex;
  gap: 15px !important;
}

.brand-tabs .nav-link {
  background: #f8f8f8;
  color: #003399;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 20px 15px 92px !important;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #003399;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  transition: all 300ms linear;
}

.brand-tabs .nav-link:before {
  display: none;
}

.brand-tabs .nav-link:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 34px;
  left: 20px;
  top: 7px;
  background-image: url(../images/spects_intrnol.png);
  background-repeat: no-repeat;
  transition: all 300ms linear;
}

.brand-tabs .nav-link:hover {
  text-decoration: none;
}

.brand-tabs .nav-link img {
  width: 50px;
}

.brand-tabs .nav-link.active {
  background: linear-gradient(to bottom, #2464f7, #1b3ada);
  color: #fff;
  border: 1px solid #0b2c83;
}

.brand-tabs .nav-link:hover,
.brand-tabs .nav-link:focus,
.brand-tabs .nav-link:active {
  background: linear-gradient(to bottom, #2464f7, #1b3ada);
  color: #fff;
  border: 1px solid #0b2c83;
}

.brand-tabs .nav-link.active:after {
  background-image: url(../images/spects.png);
  background-repeat: no-repeat;
}

.brand-tabs .nav-link:hover:after,
.brand-tabs .nav-link:focus:after,
.brand-tabs .nav-link:active:after {
  background-image: url(../images/spects.png);
  background-repeat: no-repeat;
}

/* Slider cards */
.brand-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  margin: 0 40px 0px 0px;
}

.brand-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  max-width: 530px;
}

.brand-card h3 {
  font-size: 22px;
  padding: 12px 0;
  margin: 0;
  font-weight: 700;
}

/* Slick arrows */
.slick-prev:before,
.slick-next:before {
  color: #000;
  font-size: 32px;
}

.your-loved-product {
  padding: 70px 0;
}

.your-loved-product.kids-category {
  padding: 0px 0px 70px 0px;
}

.your-loved-product.color-category {
  padding: 0px 0px 70px 0px;
}

.your-loved-product .heading {
  display: flex;
  margin-bottom: 60px;
}

.your-loved-product .heading h2 {
  margin-bottom: 0;
}

.category-card {
  width: 100%;
  height: 450px;
  padding: 35px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.category-card .content {
  max-width: 380px;
}

.category-card .category-name {
  font-size: 15px;
  font-weight: 600;
  background-color: #e1e1e1;
  padding: 7px 10px;
  display: inline-block;
}

.category-card h3 {
  color: #fff;
  font-weight: 700;
}

.category-card p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

/* Category Tabs Wrapper */
.category-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

/* Tabs */
.category-tabs .nav-link {
  background: #f1f1f7;
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid transparent;
  transition: 0.3s;
  font-size: 14px;
}



/* Active TAB */
.category-tabs .nav-link.active {
  border-color: #2f3fff;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Icon */
.category-tabs img {
  width: 40px;
  height: auto;
  margin-bottom: 8px;
}

/* Title */
.category-tabs span {
  font-weight: 600;
  color: #222;
}

/* Hover */
.category-tabs .nav-link:hover {
  background: #ffffff;
  border-color: #2f3fff;
}

.category-spasific-product-elements {
  padding-top: 57px;
  box-sizing: border-box;
}

.category-spasific-product-elements .nav.nav-pills.category-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item {
  width: 128px;
  height: 133px;
  background-color: #ebebeb;
  border: 2px solid #e1e1e1;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px !important;
  box-sizing: border-box;
  gap: 10px;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link.active {
  background-color: #ebebeb;
  border: 2px solid #333d62;
  border-radius: 15px;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link:before {
  display: none;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link img {
  max-width: 100%;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link span {
  font-size: 15px;
  font-weight: 500;
  color: #333d62;
  line-height: 20px;
}

.category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link.active span {
  font-weight: 600;
}

.blue-hading {
  padding: 20px 0;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  background: linear-gradient(to right, #ffffff, #003399 25%, #003399 75%, #ffffff);
  color: #fff;
}

.kids-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.kids-banner img {
  width: 100%;
  display: block;
}

.kids-banner-top {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  text-align: center;
}

.kids-banner-top .category-name {
  font-size: 15px;
  font-weight: 600;
  background-color: #e1e1e1;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 30px;
}

.kids-category h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}

.color-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.color-banner img {
  width: 100%;
  display: block;
}

.color-product-element {
  padding-top: 50px;
}

.color-tabs {
  display: flex;
  gap: 20px;
  padding: 0px 0 30px;
  justify-content: center;
}

.color-tab {
  font-size: 18px;
  font-weight: 700;
  background: #f8f8f8;
  color: #003399;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 32px 15px 75px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #003399;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  transition: all 300ms linear;
  box-shadow: 0px 4px 10px #b9b9b9;
}

.color-tab:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 34px;
  left: 22px;
  top: 12px;
  background-image: url(../images/contact-lens-dark.png);
  background-repeat: no-repeat;
  transition: all 300ms linear;
}

.color-tab:hover,
.color-tab:focus,
.color-tab:active {
  text-decoration: none;
  background: linear-gradient(to bottom, #2464f7, #1b3ada);
  color: #fff;
  border: 1px solid #0b2c83;
}

.color-tab img {
  width: 50px;
}

.color-tab.active {
  background: linear-gradient(to bottom, #2464f7, #1b3ada);
  color: #fff;
  border: 1px solid #0b2c83;
}

.color-tab.active:after {
  background-image: url(../images/contact-lens-white.png);
  background-repeat: no-repeat;
}

.color-tab:hover:after,
.color-tab:focus:after,
.color-tab:active:after {
  background-image: url(../images/contact-lens-white.png);
  background-repeat: no-repeat;
}

/* Hover effect */
.color-tab:not(.active):hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Tab panels */
.color-tab-content {
  margin-top: 20px;
}

.color-pane {
  display: none;
  padding: 0px;
}

.color-pane.active {
  display: block;
}

.color-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 25px;
  justify-content: center;
}

.color-option {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid transparent;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.selected {
  border-color: #4b56ff;
  box-shadow: 0 0 10px rgba(70, 80, 255, 0.5);
  transform: scale(1.15);
}

.color-option.all-colors {
  background: url("../images/all-color.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-products {
  text-align: center;
  padding: 20px;
  font-weight: 600;
}

.testimonials {
  padding: 70px 0;
  background: url("../images/testimonials.jpg");
  background-position: left bottom;
  background-size: cover;
}

.testimonials .heading h2 {
  text-align: center;
  margin-bottom: 0;
}

.testimonials .heading {
  margin-bottom: 60px;
}

.testimonial-slider {
  margin: 40px 0 130px;
}

.testimonial-card {
  padding: 15px;
}

.t-card-inner {
  background: none;
  border-radius: 0;
  padding: 30px;
  display: flex;
  gap: 20px;
}

.t-image {
  width: 200px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.t-image img {
  width: 100%;
  display: block;
}

.t-card-inner h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.t-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.t-user {
  font-weight: 600;
  color: #333;
}

/* Arrows */
.t-arrow {
  background: #062d3e;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.t-arrow i {
  display: none;
}

.t-arrow:hover {
  background: #000;
}

.blog {
  padding: 70px 0;
}

.blog .heading h2 {
  text-align: center;
  margin-bottom: 15px;
}

.blog .heading p {
  text-align: center;
  margin-bottom: 0;
}

.blog .heading {
  margin-bottom: 60px;
}

.blog-card {
  padding-bottom: 10px;
}

.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  border-radius: 4px;
}

.blog-date {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #000;
  display: flex;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 600;
}

.blog-date span {
  display: block;
}

/* Meta Row */
.blog-meta {
  margin-top: 15px;
  color: #6b7280;
  font-size: 14px;
}

.blog-meta .separator {
  margin: 0 8px;
}

.blog-title {
  font-size: 22px;
  font-weight: 700;
  margin: 12px 0 18px;
  color: #0b1a2d;
}

/* Button */
.blog-btn {
  background: #0b3144;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 13px;
  transition: 0.3s;
}

.blog-btn:hover,
.blog-btn:active,
.blog-btn:focus {
  background: #041b27;
  color: #fff;
  text-decoration: none;
}

.custom-footer {
  background: #003088;
  padding: 70px 0 30px;
  color: #fff;
}

.custom-footer .newsletter {
  padding-right: 60px;
  box-sizing: border-box;
}

/* Titles */
.footer-title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.footer-text {
  font-size: 15px;
  color: #dce6ff;
  margin-bottom: 25px;
}

/* Input box */
.footer-input-box {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  border-radius: 30px;
  padding-left: 20px;
  width: 100%;
  height: 50px;
}

.footer-input {
  border: none;
  background: transparent;
  width: 87%;
  height: 50px;
  outline: none;
  color: #333;
  padding-right: 20px;
}

.footer-btn {
  background: #003088;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #001d57;
}

/* Headings */
.footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li a {
  color: #dce6ff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links li:last-child a {
  margin-bottom: 0px;
}

.footer-links li a:hover {
  color: #fff;
}

/* Social Icons */
.footer-social a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #003088;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #f89b2e;
  text-decoration: none;
}

/* Bottom */
.footer-bottom {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}

.copy-text {
  color: #dce6ff;
  margin-bottom: 0px;
  font-size: 13px;
}

.footer-payments img {
  width: 230px;
  margin: 0 5px;
}

.footer-small-links {
  margin-top: 0px;
}

.footer-small-links a {
  color: #dce6ff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 13px;
}

.footer-small-links a:hover {
  color: #fff;
}

.brochure {
  padding: 70px 0;
  background-color: #ffdcc6;
}

.brochure-elements {
  display: flex;
  gap: 15px;
}

.brochure-elements .show-element {
  width: 33.33333333%;
  height: auto;
  background-color: transparent;
}

.brochure-elements .brochure-items {
  width: 66.66666667%;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 boxes per row */
  gap: 20px;
  /* spacing */
}

.brochure-elements .brochure-items .brochure-item {
  background: #eee;
  padding: 0;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}

.brochure-elements .brochure-items .brochure-item .brand-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  margin: 0;
  height: 100%;
  display: inline-block;
}

.brochure-elements .brochure-items .brochure-item .brand-card img {
  width: max-content;
  display: block;
  height: 100%;
  max-width: 100%;
}

.sticky-contact {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  transform: translate(0, -50%);
}

.contact-btn {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  text-decoration: none;
  background: #e6e6e6;
}

.contact-btn i {
  font-size: 20px;
  color: #0043d9;
}

/* Call Button Custom Color */
.call-btn {
  background: #0043d9;
}

.call-btn:hover {
  background: #00288d;
  text-decoration: none;
}

.call-btn i {
  color: #fff !important;
}

.mobile-search-box {
  display: none;
}

.mobile-search {
  display: none;
}


.recently-sold-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 280px;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: fadeIn 0.4s ease;
}

/* Close Button */
.close-sold {
  position: absolute;
  top: 0px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 25px;
  cursor: pointer;
  transition: all 300ms linear;
}

.close-sold:hover {
  color: #00288d;
}

/* Content Layout */
.sold-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.sold-content .sold-image {
  width: 140px;
  height: 110px;
  border-radius: 10px;
  background-color: #eeeeef;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sold-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 95px;
}

.sold-text .sold-title {
  font-size: 11px;
  color: #363b44;
}

.sold-text h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.sold-text p {
  margin: 0;
  font-size: 13px;
}

/* Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-social-bar.mobile-social-bar {
  display: none;
}

.top-social-bar.desktop-social-bar {
  display: block;
}


/* Responsive */

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .top-social-bar {
    padding: 8px 0px;
  }

  .top-social-bar-left ul,
  .top-social-bar-right ul {
    gap: 10px;
  }

  .top-social-bar-right {
    gap: 15px;
  }

  .navbar-nav.gap-4 {
    gap: 0.50rem !important;
  }

  .header-logo {
    width: 140px;
    height: auto;
    margin-top: 8px;
  }

  .search-box input {
    width: 235px;
  }

  header.nav-fixed .top-social-bar {
    padding: 6px 0px;
  }

  header.nav-fixed .header-logo {
    width: 115px;
  }

  .banner-content h1 {
    font-size: 45px;
    margin-bottom: 0;
  }

  .banner-content h2 {
    font-size: 40px;
    gap: 20px;
    margin-top: 10px;
  }

  .percent {
    font-size: 62px;
  }

  .flat,
  .off {
    font-size: 19px;
    padding: 7px;
  }

  .banner-buttons {
    gap: 20px;
    margin-top: 10px !important;
  }

  section.categorys {
    padding: 60px 0;
  }

  .products-section {
    padding: 60px 0;
  }

  .products-section .heading {
    margin-bottom: 40px;
  }

  .popular-brands {
    padding: 60px 0;
  }

  .popular-brands .heading p {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .popular-brands .heading h2 {
    max-width: 420px;
  }

  .popular-brands .heading {
    margin-bottom: 40px;
  }

  .your-loved-product {
    padding: 60px 0;
  }

  .your-loved-product .heading {
    margin-bottom: 40px;
  }

  .products-slider .product-card {
    margin: 0 15px;
  }

  .brand-card {
    margin: 0 30px 0px 0px;
  }

  .brand-card img {
    height: 340px;
  }

  .products-slider-category-spasific-tranding .product-card {
    margin: 0 15px;
  }

  .product-card .product-card-element .product-image {
    height: 150px;
  }

  .category-card {
    height: 430px;
    padding: 30px;
  }

  .category-card p {
    font-size: 15px;
  }

  .category-spasific-product-elements .nav.nav-pills.category-pills {
    gap: 10px;
    margin-bottom: 35px;
  }

  .category-spasific-product-elements .nav.nav-pills.category-pills .nav-item {
    width: 103px;
    height: 108px;
  }

  .category-spasific-product-elements .nav.nav-pills.category-pills .nav-item .nav-link span {
    font-size: 12px;
    line-height: 15px;
  }

  .blue-hading {
    padding: 18px 0;
    font-size: 20px;
  }

  .man-products-slider-category-spasific-tranding .product-card {
    margin: 0 15px;
  }

  .cat-products-slider .product-card {
    margin: 0 15px;
  }

  .category-spasific-product-elements {
    padding-top: 47px;
  }

  .your-loved-product.kids-category {
    padding: 0px 0px 60px 0px;
  }

  .best-seller-products-slider .product-card {
    margin: 0 15px;
  }

  .color-product-element {
    padding-top: 40px;
  }

  .color-tabs {
    gap: 15px;
    padding: 0px 0 15px;
  }

  .your-loved-product.color-category {
    padding: 0px 0px 60px 0px;
  }

  .testimonials {
    padding: 60px 0;
  }

  .testimonials .heading {
    margin-bottom: 40px;
  }

  .testimonial-slider {
    margin: 0px 0 80px;
  }

  .t-card-inner {
    padding: 10px 20px;
    gap: 20px;
  }

  .t-card-inner h3 {
    font-size: 18px;
  }

  .t-desc {
    margin-bottom: 10px;
  }

  .blog {
    padding: 60px 0;
  }

  .blog .heading {
    margin-bottom: 40px;
  }

  .brochure {
    padding: 60px 0;
  }

  .custom-footer {
    padding: 60px 0 25px;
  }

  .custom-footer .newsletter {
    padding-right: 20px;
  }

  .footer-input {
    padding-right: 20px;
    width: 83%;
  }

  .footer-social a {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {

  .mobile-search {
    display: block;
  }

  .search-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 12px;
    border-radius: 0px;
  }

  .hide-desktop {
    display: flex !important;
  }

  /* make offcanvas wider on mobile if desired */
  .offcanvas.offcanvas-start {
    width: 290px;
    /* adjust width */
    max-width: 85vw;
  }

  /* header border & spacing */
  .offcanvas .offcanvas-header {
    padding: 1rem;
    background: #e1a969;
  }

  /* nav spacing */
  .offcanvas .nav-link {
    color: #222;
    font-weight: 600;
  }

  /* brand in header */
  .offcanvas .offcanvas-title img {
    display: inline-block;
    vertical-align: middle;
  }

  .offcanvas .nav-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-menu-button {
    background-color: #fff;
  }

  .main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  button.mobile-search {
    background: #ffffff;
    border: 0;
    color: #000;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 22px;
    width: 52px;
  }

  .mobile-search-box {
    position: absolute;
    right: 0;
    top: 60px;
  }

  .close-icon {
    display: none;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .percent {
    font-size: 50px;
  }

  .flat,
  .off {
    font-size: 15px;
    padding: 5px;
  }

  .banner-img {
    height: 500px;
  }

  .banner-content h2 {
    font-size: 40px;
    gap: 15px;
    margin-top: 5px;
  }

  .blue-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .orange-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  section.categorys {
    padding: 50px 0;
  }

  .products-section {
    padding: 50px 0;
  }

  .products-section .heading h4.section-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 28px;
  }

  .popular-brands .heading p {
    max-width: 420px;
  }

  .your-loved-product {
    padding: 50px 0;
  }

  .products-section .heading {
    margin-bottom: 30px;
  }

  .popular-brands {
    padding: 50px 0;
  }

  .popular-brands .heading {
    margin-bottom: 30px;
  }

  .your-loved-product .heading {
    margin-bottom: 30px;
  }

  .category-card {
    margin-bottom: 30px;
  }

  .category-spasific-product-elements {
    padding-top: 30px;
  }

  .category-spasific-product-elements .nav.nav-pills.category-pills {
    gap: 10px;
    margin-bottom: 35px;
    max-width: 500px;
    margin: 0px auto 30px;
  }

  .kids-category h3 {
    font-size: 22px;
    background: rgba(255, 255, 255, 0.75);
    padding: 12px;
    line-height: 25px;
  }

  .color-filter {
    padding: 0px 0px 20px;
    max-width: 500px;
    margin: 0px auto;
  }

  .color-filter {
    max-width: 500px;
    margin: 0px auto;
    flex-wrap: wrap;
  }

  .testimonials {
    padding: 50px 0;
  }

  .t-card-inner {
    flex-direction: column;
  }

  .t-image {
    width: 150px;
  }

  .testimonials .heading {
    margin-bottom: 20px;
  }

  .testimonial-slider {
    margin: 0px 0 0;
  }

  .testimonials {
    background: url('../images/testimonials-noglass.jpg');
  }

  .testimonial-slider {
    margin: 0px 0 0;
  }

  .blog {
    padding: 50px 0;
  }

  .blog-section .row {
    justify-content: center;
  }

  .brochure {
    padding: 50px 0;
  }

  .brochure-elements .show-element {
    width: 35%;
  }

  .brochure-elements .brochure-items {
    width: 65%;
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .brochure-elements {
    display: flex;
    gap: 10px;
  }

  .custom-footer {
    padding: 50px 0 20px;
  }

  .footer-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1;
  }

  .footer-input-box {
    max-width: 700px;
  }

  .footer-input {
    width: 100%;
    max-width: 632px;
  }

  .custom-footer .newsletter {
    margin-bottom: 35px !important;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .copy-text {
    order: 3;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .custom-footer .footer-menu .mb-4 {
    margin-bottom: 10px !important;
  }

}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }

  .top-social-bar-right .btn-primary>span {
    display: none;
  }

  .top-social-bar-right .btn-primary {
    padding: 7px 10px;
    gap: 0;
  }

  .mobile-search-box {
    top: 50px;
  }

  .banner-img {
    height: 400px;
  }

  .banner-content h1 {
    font-size: 34px;
  }

  .banner-content h2 {
    font-size: 30px;
    gap: 20px;
    margin-top: 5px;
  }

  .percent {
    font-size: 45px;
  }

  .popular-brands .heading p {
    max-width: 280px;
    font-size: 15px;
    line-height: 22px;
  }

  .products-slider .product-card {
    margin: 0 13px;
  }

  .brand-card {
    margin: 0 26px 0px 0px;
  }

  .products-slider-category-spasific-tranding .product-card {
    margin: 0 13px;
  }

  .cat-products-slider .product-card {
    margin: 0 13px;
  }

  .man-products-slider-category-spasific-tranding .product-card {
    margin: 0 13px;
  }

  .man-products-slider-category-spasific-tranding .product-card {
    margin: 0 13px;
  }

  .cat-products-slider .product-card {
    margin: 0 13px;
  }

  .best-seller-products-slider .product-card {
    margin: 0 13px;
  }

  .color-tab {
    font-size: 16px;
    padding: 15px 20px 15px 62px !important;
    gap: 10px;
  }

  .color-tab:after {
    width: 53px;
    height: 27px;
    background-size: contain;
  }

  .t-card-inner {
    padding: 10px 50px;
    gap: 20px;
  }

  .brochure-elements {

    flex-direction: column;
  }

  .brochure-elements .show-element {
    width: 100%;
    overflow: hidden;
  }

  .brochure-elements .brochure-items {
    width: 100%;
  }

  .footer-input {
    width: 100%;
    max-width: 432px;
  }

  .footer-input-box {
    max-width: 500px;
  }
}

@media screen and (max-width: 568px) {
  .popular-brands .heading {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }

  .popular-brands .heading p {
    max-width: none;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .blue-hading {
    padding: 18px 80px;
    font-size: 20px;
  }

  .blue-hading {
    background: linear-gradient(to right, #ffffff, #003399 15%, #003399 85%, #ffffff);
  }

  .kids-banner {
    height: 300px;
  }

  .kids-banner img {
    width: auto;
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .kids-banner-top {
    top: 35px;
  }

  .kids-category h3 {
    font-size: 20px;
    padding: 12px;
    line-height: 28px;
    font-weight: 600;
  }

  .color-tab {
    font-size: 16px;
    padding: 52px 20px 15px 15px !important;
    gap: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    width: 100%;
  }

  .color-tab:after {
    width: 60px;
    height: 34px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 13px;
    background-size: contain;
    background-position: center;
  }

  .color-banner {
    height: 150px;
  }

  .color-banner img {
    width: 100%;
    display: block;
    height: auto;
  }

  .color-filter {
    max-width: 370px;
    margin: 0px auto 10px;
    flex-wrap: wrap;
  }

  .footer-input {
    width: 100%;
    max-width: 367px;
  }

  .footer-input-box {
    max-width: 433px;
  }

  .top-social-bar.desktop-social-bar {
    display: none;
  }

  /* Mobile Social Bar container */

  .top-social-bar.mobile-social-bar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 12px 0 10px;
    display: block;
  }

  .top-social-bar.mobile-social-bar button.share-toggle {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
  }

  .top-social-bar.mobile-social-bar button.share-toggle i {
    font-size: 20px;
    cursor: pointer;
  }

  /* Force dropdown to stay hidden on load */
  .top-social-bar div.share-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: auto;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
  }

  .top-social-bar.mobile-social-bar .share-dropdown ul.share-dropdown-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .top-social-bar.mobile-social-bar .share-dropdown li {
    list-style: none;
  }

  .share-dropdown li:last-child {
    margin-bottom: 0;
  }

  .share-dropdown img {
    width: 22px;
    height: auto;
  }

  .top-social-bar.mobile-social-bar button.account-toggle {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
  }

  .top-social-bar.mobile-social-bar button.account-toggle i {
    font-size: 20px;
    cursor: pointer;
  }

  .top-social-bar div.account-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: auto;
    background: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
  }

  .top-social-bar.mobile-social-bar .account-dropdown ul.account-dropdown-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .top-social-bar.mobile-social-bar .account-dropdown li {
    list-style: none;
  }

  .account-dropdown li:last-child {
    margin-bottom: 0;
  }

  .account-dropdown img {
    width: 22px;
    height: auto;
  }

}

@media screen and (max-width: 479px) {
      .banner-img {
        height: 500px;
    }

        .banner-content h1 {
        font-size: 32px;
        text-align: left;
    }

        .banner-content h1 {
        font-size: 32px;
        text-align: left;
    }

    .blue-btn {
        padding: 8px 14px;
        font-size: 12px;
    }
        .orange-btn {
        padding: 8px 14px;
        font-size: 12px;
    }

    .banner-buttons {
        gap: 10px;
        margin-top: 8px !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .banner-content h2 {
        font-size: 25px;
        gap: 20px;
        margin-top: 0px;
        justify-content: flex-start;
    }

  section.categorys {
    padding: 40px 0px;
    box-sizing: border-box;
  }

  section.categorys .slick-list {
    padding: 0 0px;
    box-sizing: border-box;
  }

  .cat-box img {
    width: 80px;
    height: 22px;
  }

  .cat-box p {
    font-size: 12px;
  }

  .brand-card img {
    height: 300px;
  }

  .category-card {
    height: 430px;
    padding: 20px;
  }

  .color-tabs {
    gap: 10px;
  }

  .color-tab {
    font-size: 15px;
    padding: 52px 10px 15px 10px !important;
  }

  .footer-title {
    line-height: 1.5;
  }

  .footer-input {
    width: 100%;
    max-width: 246px;
  }

  .footer-input-box {
    max-width: 310px;
  }
}

@media screen and (max-width: 350px) {
  section.categorys {
    padding: 40px 30px;
    box-sizing: border-box;
  }

  .brand-card img {
    height: 280px;
  }

  .color-tab {
    font-size: 13px;
    padding: 52px 8px 15px 8px !important;
  }

  .color-tab:after {
    width: 56px;
    height: 30px;
  }

  .testimonials {
    padding: 50px 0 10px;
  }

  .footer-input {
    width: 100%;
    max-width: 190px;
  }

  .footer-input-box {
    max-width: 256px;
  }

  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 300px) {
  .brand-card img {
    height: 230px;
  }

  .kids-category h3 {
    font-size: 18px;
  }

  .color-banner {
    height: auto;
  }

  .footer-input-box {
    max-width: 220px;
  }

  .footer-input {
    width: 100%;
    max-width: 153px;
  }

  .recently-sold-box {
    width: 100%;
    max-width: none;
  }

  .sold-content .sold-image {
    display: none;
  }

  .recently-sold-box {
    width: 100%;
    max-width: 220px;
  }
}


/* Responsive */