* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #006bae;
  --theme-font: "Roboto Condensed", sans-serif;
}

.theme-color {
  color: var(--theme-color);
}

.theme-color {
  color: var(--theme-color);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

.title-des {
  font-size: 16px;
  color: var(--theme-color);
}

.common-btn {
  padding: 6px 12px;
  background-color: #212121;
  background: #212121;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  position: relative;
  border: none;
  white-space: nowrap;
}
.common-btn:hover {
  background-color: #212121;
  color: #fff;
}

.common-heading {
  font-size: 30px;
  margin: 0px 0 4px 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 4.5rem 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1163px;
}

header {
  width: 100%;
  z-index: 5;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  background: #FFF;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
header .top-menu {
  background-color: #222222;
  color: #afafaf;
  position: relative;
  z-index: 200;
  padding: 9px 0 10px;
  font-size: 14px;
}
header .top-menu a {
  text-transform: uppercase;
  line-height: 20px;
}
header .top-menu--separator {
  margin-right: 10px;
  margin-left: 7px;
}
header .right #menu-top-links {
  gap: 15px;
  text-align: end;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
}
header .right #menu-top-links li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  color: #afafaf;
}
header .right #menu-top-links li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
header .right #menu-top-links li a {
  color: #afafaf;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
header .right #menu-top-links li a:hover {
  color: #fff;
}
header .right #menu-top-links li:last-child:before {
  display: none;
}
header .navbar-brand {
  position: relative;
  margin-right: 27px;
  transition: all 0.3s;
  max-width: 100%;
  text-transform: uppercase;
  color: #212121;
  font-weight: 700;
  margin-right: 2rem;
  font-size: 26px;
}
header .navbar-brand img {
  width: 120px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link {
  padding: 14px 0px 15px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin-right: 26px;
  margin-left: 20px;
  color: #4d4d4d;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: #4d4d4d;
  position: relative;
}
header nav .navbar-nav .nav-item .nav-link.active:before {
  position: absolute;
  bottom: 15px;
  display: block;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  margin-top: 1px;
  background: #222222;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 7px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .right-menu i {
  font-size: 22px;
  margin-left: 35px;
  cursor: pointer;
}
header.sticky {
  background-color: rgba(0, 0, 0, 0.86);
}
header.sticky .navbar-brand {
  max-width: 75px;
}

#hero-slider {
  position: relative;
  max-height: calc(100vh - 112px);
  overflow: hidden;
}
#hero-slider .owl-next {
  position: absolute;
  right: 23px;
  top: 38%;
  background-color: transparent !important;
  width: 52px;
}
#hero-slider .owl-next span {
  font-size: 78px;
  color: #fff;
}
#hero-slider .owl-dots {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
#hero-slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}
#hero-slider .owl-prev {
  position: absolute;
  left: 23px;
  top: 38%;
  background-color: transparent !important;
  width: 52px;
}
#hero-slider .owl-prev span {
  font-size: 78px;
  color: #fff;
}
#hero-slider .owl-theme .owl-dots .owl-dot.active span, #hero-slider .owl-theme .owl-dots .owl-dot:hover span {
  border: solid 2px #fff;
  background-color: #869791;
}
#hero-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: var(--theme-color2);
  text-decoration: none;
}
#hero-slider .owl-carousel .item {
  position: relative;
  height: 600px;
}
#hero-slider .owl-carousel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 0.5s ease;
}
#hero-slider .overlay-text {
  position: absolute;
  top: 47%;
  left: 50%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  padding: 2rem 3rem;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}
#hero-slider .overlay-text h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 19px;
}
#hero-slider .overlay-text h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 80px;
  margin-bottom: 1rem;
}
#hero-slider .overlay-text .btn-primary {
  background-color: transparent;
  border: none;
  font-weight: 300;
  padding: 0.45rem 2.3rem;
  font-size: 1.1rem;
  border-radius: 0px;
  border: solid 1px #fff;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
#hero-slider .overlay-text .btn-primary:hover {
  background-color: #000;
}
@media (max-width: 767.98px) {
  #hero-slider .overlay-text {
    max-width: 90%;
    padding: 1.5rem 2rem;
  }
  #hero-slider .overlay-text h2 {
    font-size: 1.8rem;
  }
}
#hero-slider .owl-dots-vertical {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column !important;
  gap: 18px;
}
#hero-slider .owl-dots-vertical .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(45deg, #ff8c00, #ffd580);
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
#hero-slider .owl-dots-vertical .owl-dot:hover {
  opacity: 1;
  transform: scale(1.2);
}
#hero-slider .owl-dots-vertical .owl-dot.active {
  background: var(--theme-color);
  opacity: 1;
}

/* Custom Styles for the Trending Section */
.trending-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  /* Product Card Styling */
  /* Image Wrapper (to set a fixed aspect ratio if needed, but here just for context) */
  /* Add Button Styling */
  /* Sale Tag Styling */
  /* Owl Carousel Navigation/Dots - Style as needed */
  /* By default, they are often hidden for clean, image-only sections */
}
.trending-section .trending-subtitle {
  font-size: 16px;
  margin-top: 0;
  color: #444;
  font-weight: 400;
}
.trending-section .trending-carousel {
  margin-top: 10px;
}
.trending-section .title-separator {
  width: 16px;
  border: none;
  border-top: 2px solid #222222;
  margin-left: 0;
  margin-bottom: 30px;
  opacity: 1 !important;
  margin-top: -2px !important;
}
.trending-section .product-card {
  position: relative;
  margin-top: 16px;
  padding: 0px; /* Add some padding if using Owl Carousel to prevent touch issues */
  text-align: left;
  background-color: #f3f3f3;
  padding: 15px;
}
.trending-section .product-card a:hover {
  text-decoration: underline;
}
.trending-section .product-info {
  position: relative;
  padding: 2px 0px;
  display: block;
}
.trending-section .product-image-wrapper {
  background-color: #f7f7f7; /* Light background as seen in the image */
  border: 1px solid #eee;
}
.trending-section .product-image-wrapper img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 244px;
}
.trending-section .product-image-wrapper a img:nth-child(2) {
  display: none;
}
.trending-section .product-image-wrapper a:hover img:nth-child(2) {
  display: block;
}
.trending-section .product-image-wrapper a:hover img:nth-child(1) {
  display: none;
}
.trending-section .product-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.trending-section .product-category {
  font-size: 14px;
  text-transform: uppercase;
  color: #3b3b3b !important;
  margin-top: -3px;
  position: relative;
  padding: 2px 20px 2px 0;
  display: block;
}
.trending-section .product-price {
  font-size: 20px;
  color: #333;
  margin-top: 5px;
}
.trending-section .original-price {
  font-weight: normal;
  text-decoration: line-through;
  color: #aaa;
  margin-right: 5px;
}
.trending-section .sale-price {
  color: #333;
}
.trending-section h4 {
  font-size: 20px;
  margin: 0px;
  margin-top: 20px;
  margin-right: 25px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
}
.trending-section .add_to_cart_button {
  font-size: 37px;
  color: #000;
  cursor: pointer;
  line-height: 1;
  font-family: fangsong;
  float: right;
  margin-top: -4px;
  margin-right: 16px;
}
.trending-section .common-btn {
  font-size: 37px;
  color: #000;
  cursor: pointer;
  line-height: 1;
  font-family: fangsong;
  float: right;
  background-color: transparent;
  margin-top: -4px;
  margin-right: 0px;
}
.trending-section .wc-buy-now-btn-archive {
  display: none;
}
.trending-section .onsale {
  position: absolute;
  padding: 5px 8px;
  letter-spacing: 0.5px;
  display: block;
  right: -15px;
  top: -15px;
  margin-right: 15px;
  z-index: 500;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  background: #222;
  display: flex;
  align-items: center;
  color: #FFF;
  line-height: 15px;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #FFF;
  font-size: 11px;
  background: #626262;
}
.trending-section .trending-carousel .owl-nav {
  display: none;
}
.trending-section .trending-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.trending-section .products.columns-4 {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.trending-section .products.columns-4 li.product {
  position: relative;
  width: 23%;
  background-color: #f3f3f3;
  padding: 15px;
}
.trending-section .products.columns-4 li.product img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 244px;
}
.trending-section .products.columns-4 li.product .onsale {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #434343;
  padding: 7px 16px;
  color: #fff;
}
.trending-section .products.columns-4 .woocommerce-Price-amount.amount {
  font-size: 20px;
  color: #333;
  margin-top: 5px;
}
.trending-section .woocommerce-loop-product__title {
  font-size: 20px;
  margin: 0px;
  margin-top: 20px;
  margin-right: 25px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
}

.category .product-category {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.category .product-category img {
  transition: all ease-in-out 0.3s;
  transform: scale(1);
  margin-bottom: 0;
}
.category .product-category .woocommerce-loop-category__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  color: #fff;
  padding-left: 11px !important;
  padding-right: 17px !important;
  background-color: rgba(0, 0, 0, 0.5607843137);
  border-color: transparent;
}
.category .product-category .woocommerce-loop-category__title .mark, .category .product-category .woocommerce-loop-category__title mark {
  background: transparent;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}
.category .product-category .woocommerce-loop-category__title a {
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  display: block;
  color: #fff;
  padding: 10px;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.category .product-category img {
  filter: brightness(0.6);
}
.category .product-category:hover img {
  transform: scale(1.08);
}

.sale-box {
  padding: 35px 55px;
  background: #FFF;
  margin-bottom: 20px;
  border: 1px solid #EEE;
  box-shadow: inset 0px 0px 0px 3px #fff, inset 0px 0px 0px 4px #EEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sale-box h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #222;
}
.sale-box p {
  text-transform: uppercase;
  display: block;
  color: #585858;
  font-size: 16px;
}

/* Main Container: Enables Flexbox for columns */
.product-sections {
  display: flex;
  justify-content: center; /* Center the columns */
  margin: 0 auto; /* Center the container on the page */
  padding: 20px 0;
  gap: 25px;
  /* Individual Product Column Styling */
  /* Remove the border from the last column */
  /* Column Title Styling */
  /* Individual Product Item Styling */
  /* Remove border from the very first item in each column */
  /* Image Styling */
  /* Product Details Text */
  /* Styling for On-Sale Prices */
}
.product-sections .product-column {
  flex: 1; /* Make all columns take equal width */
  padding: 20px;
  background-color: #f9f9f9;
}
.product-sections .product-column:last-child {
  border-right: none;
}
.product-sections .column-title {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0;
  margin: 0px;
  border-bottom: 1px solid #adadad;
  box-shadow: 0px 1px 0px #FFF, 0px 2px 0px #adadad;
  margin-bottom: 20px;
  padding-top: 0px;
}
.product-sections .product-item {
  display: flex; /* Use Flexbox for image and text alignment */
  align-items: center; /* Vertically align items */
  padding: 10px 0;
  border-top: 1px solid #f0f0f0; /* Horizontal line separator */
}
.product-sections .product-column .product-item:first-of-type {
  border-top: none;
}
.product-sections .product-item img {
  width: 60px; /* Adjust size as needed */
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures image fills the space without distortion */
  margin-right: 15px;
  border: 1px solid #f5f5f5; /* Subtle border around product image */
}
.product-sections .product-details {
  display: flex;
  flex-direction: column;
}
.product-sections .product-name {
  font-size: 15px;
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 400;
  line-height: 1;
}
.product-sections .product-price {
  font-size: 16px;
  margin: 0;
  color: #757575;
  margin: 0;
}
.product-sections .old-price {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  margin-right: 5px;
}
.brands-section img {
  width: auto !important;
  max-height: 60px;
}

footer {
  padding: 80px 0 0px;
  background-color: #000;
}
footer * {
  color: rgba(255, 255, 255, 0.6784313725);
}
footer h4 {
  color: var(--theme-color);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
footer .menu-link ul {
  padding-left: 0;
}
footer .menu-link ul li {
  transition: all 0.3s;
  margin-bottom: 0.8rem;
}
footer .menu-link ul li:hover {
  margin-left: 5px;
}
footer .menu-link ul li:hover a {
  color: var(--theme-color);
}
footer .social-links {
  display: flex;
  padding: 0;
}
footer .social-links li {
  margin-right: 10px;
}
footer form {
  width: 100%;
  margin-top: 20px;
  position: relative;
  width: 100%;
  margin-top: 20px;
  position: relative;
  display: flex;
}
footer form input {
  height: 70px;
  background-color: #232222;
  width: 100%;
  border: 0;
  padding-left: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
footer form button {
  width: 60px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  position: absolute;
  right: 8px;
  font-size: 25px;
  color: #000;
  top: 50%;
  border: 0;
  background: transparent;
}
footer form button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  z-index: -1;
}
footer form button:hover:before {
  background-color: transparent;
}
footer .footer-boottom {
  padding-top: 1rem;
  border-top: 1px solid;
  padding: 10px 0;
  margin-top: 1rem;
}
footer .footer-boottom .text-center {
  display: flex;
  justify-content: center;
}
footer .footer-boottom .text-center p {
  margin-bottom: 0;
}
footer .footer-boottom .text-center a {
  font-weight: 600;
  margin-left: 15px;
}
footer .footer-boottom .social-medias {
  display: flex;
  align-items: center;
}
footer .cont-bxxx {
  display: flex;
}
footer .cont-bxxx i {
  margin-top: 5px;
  margin-right: 10px;
}

#product-page {
  display: flex;
}
#product-page img {
  max-width: 100%;
}
#product-page .product {
  position: relative;
  width: 32%;
  margin: 0;
}
#product-page .default-shorting {
  width: 200px;
}
#product-page .default-shorting select {
  border-radius: 0;
}
#product-page .default-shorting option:hover {
  background-color: #212121;
}
#product-page #product-list {
  gap: 15px;
}
#product-page li.product {
  position: relative;
  width: 32%;
  background-color: #f3f3f3;
  padding: 15px;
  list-style: none;
  margin: 0;
}
#product-page .product-box-wrapper .product-sale-tag {
  justify-content: center;
  background-color: #212121;
  margin-top: 1.5rem;
}
#product-page .woocommerce ul.products::before {
  display: none;
}
#product-page .woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  transform: translateY(-50px) translateX(-1px);
}
#product-page .add_to_cart_button {
  border-radius: 3px;
  background-color: #e9e6ed;
  padding: 8px 13px;
  font-size: 16px;
}

.breadcrumb-page {
  background-color: hsl(0, 0%, 0%);
  padding: 96px 0 89px;
  background-image: url(img/slide1.png);
  background-position: center;
  text-align: center;
  color: #fff;
}
.breadcrumb-page h1 {
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 700;
  color: #fff;
}
.breadcrumb-page ul {
  display: flex;
  justify-content: center;
}
.breadcrumb-page ul li {
  color: #fff;
  margin: 0 5px;
  padding-right: 23px;
  position: relative;
}
.breadcrumb-page ul li:before {
  content: "\f105";
  position: absolute;
  right: 2px;
  font-family: "fontawesome";
  top: 3px;
  font-size: 14px;
}
.breadcrumb-page ul li a {
  color: #fff;
}
.breadcrumb-page ul li:last-child:before {
  display: none;
}

.about-us {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px 40px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.about-us .intro-paragraph {
  font-style: italic;
  background-color: rgba(233, 233, 233, 0.3803921569);
  padding: 15px;
  border-radius: 5px;
  border-left: 5px solid #000000;
  margin-bottom: 25px;
}
.about-us ul {
  list-style: none;
  padding-left: 0;
}
.about-us ul li {
  margin-bottom: 12px;
  padding: 15px;
  border-left: 4px solid #212121; /* Primary Brand Color for list */
  background: #f8f9fa;
  border-radius: 4px;
}
.about-us hr {
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 20px 0;
}

.product-single .price-section .h2 ins {
  text-decoration: none;
}
.product-single .product-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.product-single .main-image {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px; /* Fixed height for consistent look */
}
.product-single .thumbnail-image {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, border 0.2s;
  border: 2px solid transparent;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}
.product-single .thumbnail-image:hover, .product-single .thumbnail-image.active {
  opacity: 1;
  border-color: #007bff; /* Highlight primary color */
}
.product-single .price-section .h2 {
  font-weight: 700;
  color: #28a745; /* Green for current price */
}
.product-single .old-price {
  color: #dc3545; /* Red for discounted price */
  text-decoration: line-through;
  margin-left: 10px;
}
.product-single .btn.add-cart {
  background-color: #212121;
  border-color: transparent;
  border-radius: 0;
  color: #fff !important;
  border: solid 1px #212121;
}
.product-single .btn.add-cart:hover {
  background-color: transparent;
  color: #212121 !important;
}
.product-single .btn-group {
  border-radius: 0;
}
.product-single .btn-group input {
  border-radius: 0;
  border-radius: 0;
}
.product-single .btn {
  border-radius: 0 !important;
}
.product-single .btn-check:checked + .btn, .product-single .btn.active, .product-single .btn.show, .product-single .btn:first-child:active, .product-single :not(.btn-check) + .btn:active {
  border-radius: 0;
}
.product-single .btn-outline-primary {
  border-radius: 0;
}
.product-single .form-control {
  border-radius: 0;
}
.product-single .quantity {
  margin-bottom: 20px;
}
.product-single .added_to_cart {
  background-color: #ddd;
  margin: 0;
  padding-top: 6px !important;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 14px;
  transition: all 0.3s;
}
.product-single .added_to_cart:hover {
  background-color: #bbbbbb;
}
.product-single .wc-buy-now-btn-single {
  border-radius: 0 !important;
  background-color: #28a745 !important;
  transition: all 0.3s;
}
.product-single .wc-buy-now-btn-single:hover {
  background-color: #1b8333 !important;
}
.product-single li {
  list-style: none;
}
.product-single form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-single form.cart .quantity {
  margin-bottom: 0;
}
.product-single form.cart .quantity .qty {
  line-height: 35px;
  border-radius: 0;
  border-width: 1px;
}
.product-single .slick-next, .product-single .slick-prev {
  color: #000;
  font-size: 19px;
  background-color: #ddd !important;
  width: 40px;
  display: flex !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.product-single .slick-next:before, .product-single .slick-prev:before {
  display: none;
}
.product-single .slider-nav .main-image {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100px;
  border: solid 1px #ddd;
  border-radius: 0;
  cursor: pointer;
}
.product-single .single-right-cont {
  padding-left: 1rem;
}

.product-text-details .tab-content .comment-form-comment {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.product-text-details .tab-content .comment-form-author, .product-text-details .tab-content .comment-form-email, .product-text-details .tab-content .comment-form-url {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.product-text-details .tab-content #commentform {
  max-width: 413px;
  background-color: #ffffff;
  padding: 21px;
  margin-top: 19px;
}
.product-text-details .tab-content #commentform input:not([type=checkbox]) {
  border: solid 1px #cdcccc;
  line-height: 40px;
  height: 40px;
}
.product-text-details .tab-content #commentform #submit {
  background-color: black !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.product-text-details .tab-content #commentform textarea {
  border: solid 1px #cdcccc;
}
.product-text-details .tab-content .comment-form-cookies-consent {
  display: flex;
  align-items: start;
  gap: 8px;
}
.product-text-details .tab-content .comment-form-cookies-consent input {
  margin-top: 7px;
}
.product-text-details .tab-content ul li {
  list-style: disc;
}
.product-text-details .nav-link {
  text-transform: uppercase;
  color: #898989;
}

.related-products-single-page .added_to_cart {
  margin-top: 15px;
}
.related-products-single-page li.product {
  list-style: none;
  position: relative;
  margin-top: 16px;
  padding: 0px;
  text-align: left;
  background-color: #f3f3f3;
  padding: 15px;
}
.related-products-single-page .woocommerce-loop-product__title {
  font-size: 20px;
  margin: 0px;
  margin-top: 20px;
  margin-right: 25px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.related-products-single-page .product_type_simple.add_to_cart_button.ajax_add_to_cart {
  float: right;
  transform: translateY(-11px) translateX(-8px);
  font-size: 37px;
  color: #000;
  cursor: pointer;
  line-height: 1;
  font-family: fangsong;
  float: right;
  background-color: transparent;
  margin-top: -4px;
  margin-right: 0px;
  padding: 0;
}

/* Contact Us Section Styles */
.contact-us-section {
  padding: 80px 0;
  background-color: #fff;
}
.contact-us-section .contact-header {
  margin-bottom: 50px;
}
.contact-us-section .contact-form-container {
  margin-bottom: 40px;
  padding: 24px 30px;
  background-color: #ededed;
}
.contact-us-section .contact-form-title {
  font-size: 2.5rem;
  color: #303030;
  margin-bottom: 25px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.03);
}
.contact-us-section .form-group {
  margin-bottom: 25px;
}
.contact-us-section .form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e3e3e3;
  font-size: 1rem;
  color: #303030;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.contact-us-section .form-control:focus {
  outline: none;
  border-color: #e67816;
  box-shadow: 0 0 0 4px rgba(230, 120, 22, 0.2);
  background-color: #fff;
}
.contact-us-section textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.contact-us-section .common-btn {
  padding: 10px 25px;
}
.contact-us-section .contact-info-blocks {
  gap: 30px;
  width: 100%;
}
.contact-us-section .info-block {
  flex: 1;
  min-width: 280px;
  background-color: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-us-section .info-block h3 {
  font-size: 1.8rem;
  color: #303030;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.contact-us-section .info-block h3::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #e67816;
  border-radius: 2px;
}
.contact-us-section .info-block p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact-us-section .info-block a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-us-section .info-block a:hover {
  color: rgb(183.4523809524, 95.7142857143, 17.5476190476);
}

.blog-listing-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-listing-page .blog-grid {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing-page .blog-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-listing-page .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.blog-listing-page .blog-card .card-image {
  overflow: hidden;
  height: 200px;
}
.blog-listing-page .blog-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-listing-page .blog-card:hover .card-image img {
  transform: scale(1.05);
}
.blog-listing-page .blog-card .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-listing-page .blog-card .blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3f3f3f;
  background-color: #e9e9e9;
  padding: 4px 10px;
  border-radius: 0px;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-listing-page .blog-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-listing-page .blog-card .card-excerpt {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-listing-page .blog-card .common-btn {
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #000;
}
.blog-listing-page .blog-card .common-btn:hover {
  color: #000;
  background-color: transparent;
}

.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item.active .page-link {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
}
.pagination .page-link {
  color: #212121;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 107, 174, 0.25);
}
.pagination .page-link:hover {
  color: var(--theme-color);
  background-color: #f8f9fa;
}

.blog-single-page-v2 {
  background-color: #fff;
  padding-bottom: 80px;
}

.article-hero-v2 {
  position: relative;
  margin-bottom: 20px;
}
.article-hero-v2 .container {
  position: relative;
}
.article-hero-v2 .hero-text {
  position: absolute;
  bottom: 0%;
  right: 2%;
  z-index: 10;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.article-hero-v2 .article-meta-v2 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.article-hero-v2 .article-title-v2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}
.article-hero-v2 .article-image-v2 {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article-body-v2 {
  padding-top: 20px;
}

.author-box-v2 {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  top: 100px;
}
.author-box-v2 img {
  border: 3px solid var(--theme-color);
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-box-v2 .written-by {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.author-box-v2 .author-name-v2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #212121;
}
.author-box-v2 .author-bio-v2 {
  font-size: 14px;
  color: #888;
}
.author-box-v2 .social-share-v2 {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.author-box-v2 .social-share-v2 .share-icon-v2 {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #212121;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.author-box-v2 .social-share-v2 .share-icon-v2:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.article-content-v2 h2, .article-content-v2 h3, .article-content-v2 h4 {
  color: #212121;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.article-content-v2 p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 25px;
}
.article-content-v2 .lead-paragraph-v2 {
  font-size: 20px;
  font-weight: 300;
  color: #212121;
  line-height: 1.6;
}

.styled-blockquote-v2 {
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  color: var(--theme-color);
  border-left: 5px solid var(--theme-color);
  padding: 20px 30px;
  margin: 40px 0;
  border-radius: 0 8px 8px 0;
}

.cta-box-v2 {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.cta-box-v2 .common-btn {
  background-color: var(--theme-color);
}
.comments-section-v2 {
  border-top: 1px solid #e0e0e0;
}

.sale-category-section .common-btn {
  padding: 4px 8px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce-cart .shop_table thead {
  background-color: #000;
  color: #fff;
  font-size: 20px;
}
.woocommerce-cart .shop_table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.woocommerce-cart .shop_table tbody tr {
  border: none !important;
}
.woocommerce-cart .shop_table tbody tr:hover {
  background-color: #e9e9e9;
}
.woocommerce-cart .shop_table a.remove {
  font-size: 13px;
  margin-top: 4px;
  background-color: #ddd;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  padding: 6px 8px;
  display: flex;
  height: auto;
  background-color: red;
  color: #fff !important;
}
.woocommerce-cart .shop_table .product-subtotal {
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-cart .shop_table .product-name img {
  width: 65px;
  box-shadow: none;
  margin-right: 15px;
  border-radius: 2px;
  border: solid 1px #ddd;
}
.woocommerce-cart .shop_table .product-name .cms-cart-content {
  display: flex;
  align-items: center;
}
.woocommerce-cart .shop_table .btn-update-cart {
  background-color: green !important;
  border: unset;
  border-radius: 0;
  padding: 11px 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-cart .shop_table .btn-checkout {
  border: unset;
  border-radius: 0;
  padding: 11px 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-cart .shop_table .product-price {
  font-size: 19px;
  font-weight: 400;
}
.woocommerce-cart .cart_totals .cart-subtotal div {
  font-weight: 500;
  color: #000;
  position-try: unset;
  font-size: 28px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  padding: 8px 20px;
}

.woocommerce-checkout .border_html {
  border-left-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  background-color: black !important;
  color: #fff !important;
}
.woocommerce-checkout .checkout_coupon {
  border-radius: 5px;
  background-color: #f5f5f5;
  border: unset;
}
.woocommerce-checkout .checkout_coupon button.btn {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  border-color: #000;
}
.woocommerce-checkout .checkout_coupon input {
  height: 40px !important;
  border-radius: 0 !important;
  border: solid 1px #e3e3e3 !important;
}
.woocommerce-checkout .checkout_coupon #cclw_order_details_table .cclw_order_review_table tbody tr:nth-child(odd) {
  padding: 15px 0 !important;
  background-color: #f6f6f6 !important;
}
.woocommerce-checkout .woocommerce-error::before, .woocommerce-checkout .woocommerce-info::before, .woocommerce-checkout .woocommerce-message::before {
  position: unset !important;
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-error li {
  background-color: #ffffff;
  padding-left: 20px !important;
}
.woocommerce-checkout .woocommerce ul.woocommerce-error {
  border: none !important;
  padding-left: 1.5rem;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields input {
  line-height: 40px;
  height: 40px !important;
  border-radius: 0 !important;
  border: solid 1px #e3e3e3 !important;
}
.woocommerce-checkout #customer_address_details {
  background-color: #efefef;
}
.woocommerce-checkout .cart_totals.cclw_cart_totals .cart-subtotal {
  background-color: #e3e3e3;
  /* color: #fff; */
}
.woocommerce-checkout .cart_totals.cclw_cart_totals .order-total {
  background-color: #000 !important;
  color: #fff;
  font-size: 20px;
}
.woocommerce-checkout .cart_totals.cclw_cart_totals .order-total .left-corner {
  font-size: 20px;
  color: #fff;
}
.woocommerce-checkout .cclw_order_review_table .removepro a {
  width: 30px !important;
  height: 20px;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-family: monospace;
}

@media only screen and (max-width: 991px) {
  .product-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .trending-section .products.columns-4 {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .trending-section .products.columns-4 li.product {
    width: 100%;
  }
  .category {
    background-color: rgba(243, 243, 243, 0.7294117647);
  }
  .right-menu {
    position: absolute !important;
    right: 2rem;
    top: 21px;
  }
  .navbar-toggler {
    position: absolute;
    right: 8rem;
    top: 12px;
  }
  header .right-menu i {
    margin-left: 0px;
    cursor: pointer;
  }
  header nav .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
  #product-page li.product {
    width: 100%;
  }
  .breadcrumb-page h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .top-menu--separator {
    display: none;
  }
  .top-menu--date {
    display: none;
  }
  header .right #menu-top-links {
    padding: 0;
  }
  .trending-section .products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  #hero-slider .overlay-text {
    max-width: 100%;
    padding: 0;
  }
  .trending-section .products.columns-4 li.product img {
    height: unset;
  }
  .woocommerce ul.products li.product a {
    text-decoration: none;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 !important;
  }
  .product-sections {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-single .product-card {
    padding: 0;
  }
  .product-single .slick-prev {
    left: 0;
  }
  .product-single .slick-next {
    right: 0;
  }
  .related-products-single-page img {
    width: 100%;
  }
  .about-us {
    padding: 1rem;
  }
  .about-us img {
    max-width: 100%;
  }
  #product-page div#product-list {
    margin-top: 2rem;
  }
  .breadcrumb-page h1 {
    font-size: 28px;
  }
  #product-page .woocommerce ul.products li.product .button {
    width: -moz-fit-content;
    width: fit-content;
  }
  #product-page img {
    /* max-width: 100%; */
    width: 100%;
    height: auto;
  }
  .contact-us-section .contact-form-container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 425px) {
  header .right #menu-top-links li {
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */