   @ -1, 530+0, 0 @@ * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
  }

  body {
      background-color: #fff;
      font-family: "DM Sans", sans-serif !important;

  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
  }

  .product-item {
    margin-bottom: 20px;
}

  /* Header */
  header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
  }

  .logo {
      display: flex;
      align-items: center;
  }

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
        box-shadow: none;
    }

  .logo img {
      max-height: 50px;
  }

  .tagline {
      font-size: 12px;
      color: #777;
      margin-top: -5px;
  }

  .search-container {
      display: flex;
      align-items: center;
      border: 1px solid #e0e0e0;
      padding: 2px 15px;
      background-color: #fff;
      border-radius: 5px;
      position: relative;
  }

  /* .offcanvas-body {
    padding: 0;
} */

  .all-product-grid.buy-bulk-form {
    margin-top: 40px;
margin-bottom: 40px;
}

  .search-container input {
      border: none;
      background: none;
      outline: none;
      padding: 5px;
      width: 200px;
  }

  .search-container button {
      background: none;
      border: none;
      cursor: pointer;
  }

  .user-actions {
      display: flex;
      gap: 10px;
      position: relative;
  }

  .user-actions a {
      color: #333;
      text-decoration: none;

  }

  /* Navigation */
  nav {
      border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu {
      display: flex;
      list-style-type: none;
      gap: 15px;
      padding: 15px 0;
  }

  .nav-menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
}



span.dots-read-cart {
    position: absolute;
    width: 5px;
    background: red;
    height: 5px;
    border-radius: 50%;
    top: 4px;
    left: 60px;
}

  .bulk-buy {
      background-color: #ED1651;
      color: white !important;
      padding: 5px 15px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
border:none;
  }


  .hero-image {
      width: 100%;
      height: 400px;
      object-fit: cover;
  }

  .hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
  }

  .hero-title {
      font-size: 60px;
      font-weight: 500;
      margin-bottom: 15px;
  }

  .hero-description {
      font-size: 14px;

      margin-bottom: 20px;
      text-align: center;
      color: white;
  }


  .shop_now_button {
      display: flex;
      justify-content: center;
  }

  .hero-button {
      background-color: #ED1651;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
      font-weight: bold;
  }

  /* Category Section */
  .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      font-size: 12px;
  }

  .section-title {
      display: inline-block;
      position: relative;
      font-size: 32px;
      font-weight: 800;
      color: #000;
      margin-bottom: 20px;
      margin-top: 30px;
  }

.section-title::after{
    content: "";
    display: inline-block;
    width: 150px;
    background-image: url(/images/category/07-04-2025/Vector-8.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: 50%;
    padding: 15px 0;
    margin-left: 20px;
}
.discription_container p{
  color: #333;
}

  .see-all {
      color: #ED1651;
      text-decoration: none;
      font-size: 14px;
  }

  .category-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 15px;
      /* margin-bottom: 40px; */
  }


  .category-item img {
      width: 100%;
  }

  .category-item:hover img {
      transform: scale(1.05);
  }

  .category-name {
      font-size: 16px;
      font-weight: 600;
      padding: 10px;
      text-align: center;
      color: black;
  }

  /* New Arrival Section */
  .new-arrival {
      margin-bottom: 40px;
  }

  .product-grid {

      margin-bottom: 40px;
  }

  .product-large {
      grid-column: 1;
      grid-row: 1 / span 2;

      position: relative;
      border-radius: 10px;

      height: 100%;
  }

  .product-small {
      position: relative;

  }

  .product-large .product-image {

      width: 100%;
     height: 560px;
    object-fit: cover;
    object-position: top;

  }


  .product-small .product-image {
      width: 100%;
      height: 290px;
      object-fit: cover;
      object-position: top;
  }

  .product-small.first-row-small-product img {
    height: 250px;
}

 .product-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: white;
    width: 100%;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
    text-align: left;
}

  .product-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #ED1651;
      text-overflow: ellipsis;
      overflow: hidden;
      width: auto;
      white-space: nowrap;
  }

  .product-description {
      font-size: 14px;
      margin-bottom: 10px;
      color: white;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 300px;

  }

  .product-button {
      background-color: #ED1651;
      color: white;
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }

  /* Discount Banner */

  /* .discount-banner {
      margin-bottom: 40px;
  } */

  .discount-image {
      width: 100%;
  }

  .discount-image:nth-child(2) {
      right: 200px;
  }

  .discount-content {
      text-align: center;
      z-index: 1;
  }

  .discount-label {
      font-size: 16px;
      margin-bottom: 10px;
  }

  .discount-value {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px;
  }

  .discount-button {
      background-color: #ED1651;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
      font-weight: bold;
  }



  .product-card {
      position: relative;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .product-card-image {
      width: 100%;
height:420px;
object-fit: cover;
  }

  .product-label {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #ED1651;
      color: white;
      padding: 5px 10px;
      border-radius: 15px;
      font-size: 12px;
  }

  .wishlist {
      position: absolute;
      top: 10px;
      right: 10px;
      color: white;
      */ color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
      font-size: 25px;
  }

  .product-card-info {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
      color: white;
  }

  .product-card-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
      color: white;
      text-overflow: ellipsis;
      overflow: hidden;
      width: auto;
      white-space: nowrap;
      margin: auto;
  }

  .product-card-subtitle {
      font-size: 12px;
      color: white;
      margin-bottom: 5px;
      color: white;
      text-overflow: ellipsis;
      overflow: hidden;
      width: auto;
      white-space: nowrap;
      margin: 5px 0px;
  }

  .product-card-price {
      display: flex;
      align-items: center;
      gap: 10px;
      justify-content: center;
  }

  .current-price {
      font-size: 14px;
      font-weight: bold;
      color: #ED1651;
  }

  .original-price {
      font-size: 12px;
      text-decoration: line-through;
      color: white;
  }

  /* Footer */
  footer {
      background-color: #ED1651;
      color: white;
      padding: 40px 0 20px;
  }

  .footer-content {

      margin-bottom: 30px;
  }

  .footer-logo img {
      height: 40px;
      margin-bottom: 25px;
  }

  .footer-description {
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 1.5;
      color: white;
  }

  .social-links {
      display: flex;
      gap: 10px;
  }

  .social-link {
      width: 30px;
      height: 30px;
      background-color: white;
      border-radius: 25%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ED1651;
      text-decoration: none;
  }

  .footer-heading {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
  }

  .footer-links {
      list-style-type: none;
  }

  .footer-links li {
      margin-bottom: 10px;
  }

  .footer-links a {
      color: white;
      text-decoration: none;
      font-size: 14px;
  }

  .footer-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 12px;
display: flex
;
    justify-content: space-between;
  }

  /* Account Header */
  .account-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      background-color: #333;
      color: white;
  }

  .account-links {
      display: flex;
      gap: 15px;
  }

  .account-button {
      background-color: transparent;
      border: 1px solid white;
      border-radius: 25px;
      color: white;
      padding: 8px 15px;
      cursor: pointer;
      font-size: 14px;
  }

  .google-button {
      background-color: white;
      border: none;
      border-radius: 25px;
      color: #333;
      padding: 8px 15px;
      cursor: pointer;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
  }
.nav-link {
    text-transform: uppercase;
}
  .arrow_right_icon {
      margin-left: 25px;
  }

  .nav-link_title {
      font-size: 14px;
  }
.related_product .section-title::after {
    left: 45%;
    margin-left: 0;
}

  .img_fluid_secrond {
      height: 420px;
      object-fit: cover;
  }

  .product_img_third {
      height: 530px;
      object-fit: cover;
  }


  .sale_tag {
      position: absolute;
      top: 14px;
      left: 13px;
      background: white;
      padding: 2px 10px;
      border-radius: 5px;
      color: #ED1651;
  }

  .menu_data {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }


  .menu_icon_profile {
      height: 30px;
  }

  .bulk-buy:hover {
      color: white !important;
  }

  .footer_left_section {
      display: flex;
      gap: 100px;
      justify-content: flex-end;
  }

  .footer_copyright {
      color: white;
      margin: 0px;
      font-size: 14px;
  }


  .size-btn-attribute {
      border-radius: 25px;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 5px;
      border: 1px solid #ddd;
      background: white;
  }

  .size-title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
  }

/* 
  .attribute-options {

      margin-bottom: 30px;
  } */

  .color-options {
    margin-bottom: 25px;
}

  .size-options {
    margin-bottom: 25px;
}

  .color-btn {


      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #ccc;

  }

  /* .check_out_button {
      margin-top: 5px;
  } */

  .cart-checkout-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.check_out_button #add-to-cart {
    background: #ED1651;
    padding: 10px 45px;
    color: white;
    border: none;
    border-radius: 5px;
}

  .discription_container {
      margin-top: 30px;
      text-align: left;

  }

.category .section-title::after {
    top: 10px;
    left: 7px;
    margin-left: 0;
}
section.best-seller .section-title::after {
    top: 12px;
    left: 31%;
    margin-left: 0;
}
section.new-arrival .section-title::after {
    top: 12px;
    left: 34%;
    margin-left: 0;
}
  .product-title_info {
      font-size: 25px;
text-align: left;
  }

  #product-price {
      font-size: 20px;
      margin: 25px 0px;
  }

  /* .btn-primary {
      background: green;
  } */

  .user-actions img {
    width: 30px;
}

  .best-seller {
      /* margin-top: 30px; */
      margin-bottom: 30px;
  }


  .percent-off {
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 13px;
    color: #ED1651;
}

  /* .price-regular {
      font-size: 25px;
      font-weight: 600;
  } */

  .price-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

  .price-mrp {
    font-size: 14px;
    color: #ccc;
}


.product-wrapper{
margin-top: 40px;
}

.related_product{
margin-bottom: 40px;
}

.category_wise_product{

margin-bottom: 40px;
}

.checkout_container{
margin-top: 40px;
margin-bottom: 40px;
}

.order-placed_container{

margin-bottom: 40px;
}

.my_order_container{
    margin-top: 10px;
}

.my_order_list{
margin: 10px 0px;
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 5px;
}

.my_order_page{
margin-bottom: 40px;
margin-top: 40px;
}

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




.category_wise_product img{
height: 420px;
    object-fit: cover;
    object-position: top;
}

.discription_container h3 {
    font-size: 16px;
    font-weight: 500;
}

.category_wise_product_list{
margin-top: 40px;
}





.icon-button {
 position: absolute;
    top: 100px;
    right: 10px;
    display: flex
;
    gap: 12px;
    flex-direction: column;

  
  
}

.mute-button { 



 }


.mute-button img {
    top: 0;
    height: 25px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.product-info-card {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  padding: 10px;
  width: 80%;
}

.product-image {
  width: 60px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.product-details {
  margin-left: 10px;
  flex-grow: 1;
}

.product-title {
  margin: 0;
  
}

.product-price {
  margin: 4px 0 0;
  font-weight: bold;
}

.btn-add-to-cart {
  background: black;
  color: white;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}





.video-element-section{
width: 100%;
border-radius:5px;
}

.wishlist-icon-info{

    right: 125px !important;
}


.size-wrapper{
    text-align: left;
}


.video-element-section {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgb(176, 176, 176) 0px 0px 5px 0px;
}

section.INFLUENCER .owl-nav.disabled {
    display: block !important;
}

.custom-video-modal .featured-slider-two .owl-nav.disabled {
    display: block !important;
}

section.INFLUENCER .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.3);
    font-size: 40px;
    color: #fff;
    height: 100px;
    width: 50px;
    border-radius: 6px;
    position: absolute;
    top: 40%;
    right: 0;
}

section.INFLUENCER .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, 0.3);
    font-size: 40px;
    color: #fff;
    height: 100px;
    width: 50px;
    border-radius: 6px;
    position: absolute;
    top: 40%;
    left: 0;
}
.INFLUENCER_sec .section-title::after {
    top: 10px;
    left: 50%;
    padding: 15px 0;
    margin-left: 20px;
}



/* Slider styles from original website */
        .wht-hide-scrollbar {
            display: flex;
            gap: 15px;
            width: 100%;
            justify-content: flex-start;
            overflow: auto;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE and Edge */
        }
        
        .wht-hide-scrollbar::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }
        
        .whatmore-event-tile-horizontal-swipe-animation-next {
            /* Animation class for sliding effect */
        }
        
        .whatmore-event-tile-scale-in-animation {
            margin: 20px auto;
            cursor: pointer;
            width: 262.92px;
            transition: transform 0.3s ease;
        }
        
        .whatmore-event-tile-scale-in-animation:hover {
            transform: scale(1.03);
        }
        
        .video-container {
            border-radius: 5%;
            box-shadow: rgb(176, 176, 176) 0px 0px 5px 0px;
            height: 467.413px;
            border-width: 0px;
            border-color: white;
            overflow: hidden;
            position: relative;
        }
        
        .video-inner {
            height: 100%;
            overflow: hidden;
            display: flex;
            align-items: center;
        }
        
        .whatmore-video-player-muted {
            width: 100%;
            height: 100% !important;
            background-color: white;
            object-fit: cover;
        }
 
        
        .wht-prod-info {
            display: flex;
            flex-direction: column;
            padding: 12px 4px;
            gap: 5px;
            align-items: flex-start;
        }
        
     
   
        
        /* Navigation arrows */
        .slider-container {
            position: relative;
margin-bottom: 40px;
           
        }
        
        .slider-arrow {
            position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 120px;
    background-color: white;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: background-color 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
        }
        
       
        
        
        .next-arrow {
            right: 22px;
        }
      .arrow_icon_two {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            width: 8px;
            height: 8px;
margin-left: inherit;
    position: absolute;
top: 50%;
    left: 50%;
        }
        
        .prev-arrow .arrow-icon {
            transform: rotate(135deg);
        }
        
        .next-arrow .arrow-icon {
            transform: rotate(-45deg);
        }
        
        /* Video modal with 3D coverflow effect */
        .video-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        
        .modal-content {
            position: relative;
            width: 90%;
            max-width: 700px;
           
        }
        
        .close-modal {
            position: absolute;
            top: 50px;
            right: 358px;
            color: white;
            font-size: 30px;
            cursor: pointer;
            transition: color 0.3s ease;
            z-index: 1100;
        }
        
       
        
        /* Swiper styles for 3D coverflow */
        .swiper-coverflow {
            padding: 30px 0;
            width: 100%;
        }
        
        .swiper-slide {
            background-position: center;
            background-size: cover;
            width: 300px;
            height: 545px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .swiper-slide-active {
            z-index: 2;
        }
        
        .modal-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            background-color: black;
                   }
        
        /* Modal action buttons */
.modal-content .swiper-button-prev {
    color: white;
    font-weight: 800;
    background: rgba(0,0,0,.7)!important;
    height: 100px;
    width: 50px;
    border-radius: 5px;
    left: 0;
}
.modal-content .swiper-button-next {
    color: white;
    font-weight: 800;
    background: rgba(0,0,0,.7)!important;
    height: 100px;
    width: 50px;
    border-radius: 5px;
    right: 0;
}
.modal-actions {
    position: absolute;
    right: 24%;
    transform: translateX(-50%);
    display: flex;
    z-index: 1050;
    top: 20px;
}

        .action-button {
            position: relative;
        }
        
        
        .like-button, .share-button {
            color: white;
            font-size: 20px;
        }


        
        /* Product info in modal */
        .modal-product-info {
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            border-radius: 8px;
            padding: 15px 20px;
            width: 300px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1050;
        }
        
        .modal-product-title {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .modal-product-price {
            color: #333;
        }
        
        .add-to-cart-button {
            background-color: black;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            margin-top: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .add-to-cart-button:hover {
            background-color: #333;
        }
        

        .swiper-slide-prev{

              padding: 60px 0px;

        }

        .swiper-slide-next{
                padding: 60px 0px;

        }

        


.swiper-button-prev{
    color: white;
    font-weight: 800;
}

.swiper-button-next{
    color: white;
    font-weight: 800;
}


.mute-button img {
    top: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: absolute;
    right: 40px;
}
        

.arrow-icon_two{
    margin-left: inherit;
color:white;
}

.single_view_image{
position: relative;
    text-align: left;

}
       

.product-gallery {
    display: flex;
    align-items: flex-start;
}


.main-image{
width: 100%;
}


.main-image img {
    height: 450px;
    border: 1px solid #ddd;
    transition: 0.3s;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    /* overflow-y: auto; */
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbnail:hover {
    border-color: #007bff;
}


.header{
position: relative;
}


html{
overflow-x: hidden;
}
.INFLUENCER_sec h2.section-title {
    margin-bottom: 0;
}


.common-class-page{

margin-top: 40px;
    margin-bottom: 40px;
}


    .new_product_item{
        margin-bottom: 20px;
    }

product_item{
        margin-bottom: 20px;
    }

.cartitem-total{
color:#ED1651;
}

.attribute_seletion{
transform: scale(1.2);
border: 1px solid #342f2f;
margin-right: 5px;
    margin-left: 5px;
}


select#sort {
    border: 1px solid #ED1651;
    font-size: 13px;
    padding: 10px 10px;
    border-radius: 5px;
}
.sorting_elements {
    text-align: right;
}
.sorting_elements_div {
    margin-bottom: 40px;
    
}

.next-arrow {
    right: 0;

}

.banner-slider {
  position: absolute;
  top: 50%;
  max-width: 28%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  animation: fadeSlideUp 1s ease-out forwards;
}

/* Animation keyframes */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}


.banner-content h1{
color: #ED1651;
    font-weight: bold;
}

.banner-content p{
color: #fff;
font-size:14px;
  
}

.shop-now-btn{
border: none;
    background: #ED1651;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}


.shop-now-btn:hover{

color: #fff !important;
}

