#content >.swiper-viewport:first-child {
    background: #000;
    border: 0;
}
a, p {
    line-height: 1.5;
}
li{
    margin-bottom: 5px;
    line-height: 1.5;
}
footer{
    background-image: url("../img/footer.jpg");
    background-position: center center;
    background-size: cover;
    background-color: #c9c9c9;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    padding: 50px 0px 50px 0px;
}
.background-overlay{
    background-color: #2f2f30;
    opacity: 0.95;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}
.list-inline>li {
    display: flex;
}
footer h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
body footer a{
    color: #C9C9C9!important;
}
header {
    position: relative;
    padding: 10px 0;
}
.dropdown-menu{
    margin-top: 0;
}
.divider {
    padding: 25px;
}
.divider-separator{
    position: relative;
    display: block;
    direction: ltr;
    height: 1px;
    background: #F2C4376b;
}
.copyright{
    text-align: center;
}
footer .fa{
    margin-right: 8px;
    color: #F2C437;
}
.menu>li {
    padding: 15px 15px;
}
.menu a, .nav-link {
    font-size: 15px;
}
.top-block {
    min-height: 250px;
}
#column-left .swiper-viewport img{
    margin: 0 auto;
}
.tab-content>.tab-pane {
    line-height: 1.5;
    padding-top: 20px;
}
#button-cart{
    max-width: 300px;
}
.special .category-flex, .best_sellers .category-flex{
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.best_sellers{
    margin-top:25px;
}
.product-list {
    max-width: unset;
}
.special h2, .feature-block h2, .best_sellers h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
.menu a, .menu .dropdown-menu a, .nav-link, .nav-link .fa, .menu .dropdown-menu a, .currency-select, .language-select{
    color: #000;
}
.menu .dropdown-menu a{
    font-size:15px;
    font-weight:normal;
    text-transform: none;
}
.menu .dropdown-menu, .menu .dropdown-menu, .menu-second .dropdown-menu{
    background:#fff;
}
.menu a:hover, .active >a{
    color: #e54f14 !important;
}
.logo img {
    max-width: 200px;
}
.menu .dropdown-menu a{
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #ece8e8c7;
}
.menu .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.menu .dropdown-menu li{
    margin-bottom: 0;
}
.menu .dropdown-menu, .menu-second .dropdown-menu{
    box-shadow: 0 0 2px 1px #0000001a;
    border: 0!important;
}
.product-feature .btn {
    padding: 10px 27px;
}
.feature-block .btn {
  position: relative;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.feature-block .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}
.feature-block .btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.feature-block .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.6),
    rgba(255,255,255,0.2)
  );
  transform: skewX(-20deg);
}
.feature-block .btn:hover::before {
  left: 125%;
  transition: all 0.6s ease;
}
.product-list .image {
    flex-direction: column;
}
.caption_in a{
    font-weight: 600;
}
.feature-block {
    padding: 0;
}
.feature-block .product-feature:nth-child(even) {
    background: none;
    border: 1px solid #f9c3bb;
}
.newsletter-section {
  background-color: #fff5f4;
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 40px 0;
}

.newsletter-container {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-title {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: bold;
}

.newsletter-desc {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  padding: 12px 15px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
  max-width: 350px;
}
.newsletter-form button {
  padding: 12px 25px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #ff7e5f;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.newsletter-form button:hover {
  background-color: #ffe5d1;
}
.newsletter-message {
  margin-top: 15px;
  font-weight: bold;
}
.cart-icon {
  position: relative;
  overflow: visible;
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff4c3b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 50%!important;
  line-height: 1;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4c3b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
}

.mini-cart {
    display: none;
    position: absolute;
    top: 100%;
    right: 10%;
    width: 350px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.mini-cart .cart-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.mini-cart .cart-item:last-child {
    border-bottom: none;
}

.mini-cart .cart-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.mini-cart .cart-info {
    flex: 1;
    font-size: 13px;
}

.mini-cart .cart-qty,
.mini-cart .cart-total {
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
}

.mini-cart .cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mini-cart .btn-block {
    flex: 1;
    margin: 0 2px;
}
.flex{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.logo-footer {
    flex-direction: column;
    gap: 20px;
    font-style: italic;
}
.price-old{
    font-weight: normal;
}
.caption_in{
    margin-top: 5px;
}
























@media (min-width: 1024px) {
    #product-category .product-list {
        max-width: 30%;
    }
    .newsletter-form input[type="email"] {
      flex: 1 1 250px;
    }
}
@media (max-width: 1023px) {
    .special .category-flex, .best_sellers .category-flex {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-list {
        max-width: unset;
        min-height: 390px;
    }
    
}
@media (max-width: 991px) {
    header .container {
    flex-wrap: nowrap;
    }
    header .container.show-mob {
    flex-wrap: wrap;
    }
    body header .menu,
    body header .menu-second {
    display: flex !important;

    max-height: 0;
    opacity: 0;
    overflow: hidden;

    transition: all 0.65s ease;
    }
    .menu-second {
        overflow: visible !important;
      }
    body header .menu {
    flex-direction: column;
    }

    header .container.show-mob .menu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    }

    header .container.show-mob .menu-second {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    }

    body .show-mob .menu, .dark, .show-mob .menu-second {
    background: #fff;
    }
}

@media (max-width: 568px) {
    #content {
        padding: 0 20px;
    }
    .special .category-flex, .best_sellers .category-flex{
        grid-template-columns: repeat(1, 1fr);
    }
    
}
@media (max-width: 480px) {
  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input[type="email"],
  .newsletter-form button {
    width: 100%;
  }
}