<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1600px) and (max-width: 2100px) {
    .header_search_input{
        width: 100%;
        
    }
}



@media only screen and (max-width: 1199px) {
    .main_nav_dropdown li {
        margin-right: 30px;
    }

    .main_nav_dropdown li a {
        font-size: 16px;
    }

     #wishlist .cart-btn1{
        font-size: 13px;
        width: 100%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .new-launch .cart-btn {
        width: 70%;
    }
    .best-sellers .cart-btn{
        width: 48%;
    }
    .insta-feed .cart-btn {
        width: 30%;
    }
    .articles {
        padding: 3% 0 9%;
    }
    .cart-btns-sec button{
        margin-left: 0;
    }
    .cart-summary-wrap .enter-coupon {
      width: 70%;
  }
   .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }
  .address-btns .btn{
    margin-top: 0;
    width: 30%;
   }
   .reason h5{
    width: 15%;
   }

}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    flex-wrap: wrap;
  }
  .cart-btns-sec button{
        margin-left: 0;
    }
    .cart-summary-wrap .enter-coupon {
      width: 70%;
  }
   .custom-text-success{
        margin-top: 20px;
    }
     .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }

     #wishlist .cart-btn1{
        font-size: 13px;
        width: 100%;
    }
    .address-btns .btn{
    margin-top: 0;
    width: 25%;
}

}

@media only screen and (max-width: 991px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }

    .header_search {
        height: 50px;
    }

    .custom_dropdown {
        text-align: left;
    }

    .main_nav {
        margin-top: 56px;
    }

    .main_nav_menu {
        display: none;
    }
/*
    .logo_container,
    .wishlist_cart {
        height: 125px;
    }
*/
    .main_nav_content {
        background: #0e8ce4;
    }

    .menu_trigger_container {
        display: block;
    }

    .top_bar {
        height: 40px;
    }

    .top_bar_contact_item {
        font-size: 12px;
        margin-right: 20px;
        line-height: 40px;
    }

    .top_bar_contact_item a {
        font-size: 12px;
        line-height: 40px;
    }

    .top_bar_icon {
        margin-right: 4px;
    }

    .top_bar_icon img {
        width: 70%;
    }

    .top_bar_menu {
        display: none;
    }

    .top_bar_user a {
        font-size: 12px;
        line-height: 40px;
    }

    .user_icon {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }
     .custom-text-success{
        margin-top: 20px;
    }
     .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }



}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-navbar {
        display: block;
        margin-left: 0;
    }

    .navbar-brand{
        padding-top: 0;
    }
    .mobile-navbar img {
        width: 30%;
    }
    .center-text {
       left: 2%;
    }
    .about-page {
        margin: 10% auto 8%;
    }
    .shipping-policy {
        margin: 7% auto;
    }
    .contact-page {
        margin: 8% auto;
    }
  .articles .swiper-slide:first-child {
    transition: transform 100ms;
  }

  .articles .swiper-slide:first-child img {
    transition: box-shadow 500ms;
  }

/*  .articles .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(50%);
    z-index: 2;
  }*/
  .articles .swiper-slide:nth-child(2) {
    transition: transform 100ms;
  }

/*  .articles .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(55%);
    z-index: 1;
  }
*/
  .articles .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
    transform: translateX(-50%);
  }

  .articles .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: translateX(-55%);
  }
   .header_search {
        display: none;
    }

    .page_menu_search {
        display: block;
    }

    .main_nav {
        margin-top: 0px;
    }
     .top_bar {
        height: auto;
        font-size: 12px;
    }
    .cat_burger {
        width: 16px;
        height: 12px;
    }

    .cat_burger span:nth-child(2) {
        top: 5px;
    }

    .cat_burger span:nth-child(3) {
        top: 10px;
    }

    .menu_trigger_text {
        font-size: 13px;
        margin-right: 10px;
    }

    .wishlist_content {
        margin-left: 6px;
    }

    .wishlist_text {
        display: none;
    }

    .cart_text {
        display: none;
    }

    .wishlist_text a,
    .cart_text a {
        font-size: 14px;
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px;
    }
    .cart_content {
        margin-left: 18px;
    }

    .cart_count {
        width: 17px;
        height: 17px;
    }

    .cart_count span {
        line-height: 17px;
    }

    .top_bar_user {
        margin-left: 0px;
    }

    .header_search {
        display: none;
    }

    .main_nav {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }

    .main_nav_content {
        height: 35px;
    }

    .menu_trigger_container {
        padding-right: 15px;
    }

    .page_menu_item&gt;a {
        font-size: 12px;
    }

    .page_menu_selection li a {
        font-size: 12px;
    }

    .button {
        height: 32px;
    }

    .button a {
        font-size: 12px;
        line-height: 32px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .search-area {
        width: 100%;
        margin: 0 auto;
        /* float: left; */
        display: flex;
        position: absolute;
        top: 60%;
        height: 90px;
    }
    .navbar-links {
        padding: 0;
        border-top: transparent;
        margin-top: -63px;
        position: absolute;
    }
    .centerOnMobile {
        text-align:center
    }
    .logo{
        left: 15%;
    }

    #navbarSupportedContent{
        z-index: 1000;
        position: fixed;
        left: 250px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: 0px;
        padding: 50px 0px;
    }

    #navbarSupportedContent.show{
        width: 60%;
    }
    .navbar-collapse.show &gt; .frame{
        top:3%;
    }
    .navbar-nav{
      margin-top: 7%;
    }
    .navbar-nav .nav-item {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
}
    .wishlist_icon img, .user_icon img, .cart_icon img {
        margin: 0px 5px;
        max-width: 25px;
        max-height: 25px;
    }
    .navbar-nav .nav-link .fa-chevron-down {
    float: right;
}
    .logo img {
        width: 120px;
    }

    .header_search_input{
        width: 94%;
    }
    .header_search_form {
        height: 45%;
        margin-top: 15px;
    }
    .header_search_button {
        top: -9px;
    }
    .header_search_button i {
        font-size: 16px;
    }
    .top-category {
       margin-top: 0px;
       margin-bottom: 20px;
       max-width: initial;
    }
    .top-category .row {
        width: 100%;
        margin: 0 auto;
    }
    .top-category .col {
        text-align: center;
        width: 20%;
    }
    .top-category .col a {
        line-height: 1.2;
        font-size: 14px;
    }
    .sec-heading{
      font-size: 27px;
      margin-bottom: 10px;
    }
    .mySwiper1 .swiper-button-prev{
        left: 0px;
    }
    .mySwiper1 .swiper-button-next{
        right: 0px;
    }
    .categories-type a{
        width: 87%;
        font-size: 16px;
    }
    .new-launches h6{
        font-size: 14px;
    }
    .new-launches .price {
        font-size: 18px;
    }
    .site-wrapper {
        margin-top: 25px;
    }
    .reasons img{
        width: 80%;
    }
    .reasons p{
        font-size: 15px;
        width:100%;
    }
    .reason h5{
        width: 20%;
    }
    .reason h2 img {
        width: 11%;
        margin-top: -5px;
    }
    .reason p{
        width: 100%;
    }
    footer{
        text-align: center;
    }
    .footer-heading {
        margin-bottom: 5px;
        margin-top: 40px;
    }
    .articles {
        padding: 7% 0 15%;
    }
    .mySwiper3 .swiper-slide{
        padding: 15px;
    }
    .mySwiper3 a, .insta-feed .sec-heading, .clients-review .sec-heading{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .insta-feed .cart-btn {
      width: 70%;
      margin: 15px auto 0;
    }
    .clients-review .image-name-section {
        width: 90%;
        margin: 0 auto 25px;
    }
    .clients-review .image-name-section .testimonial-img {
        width: auto;
        margin-right: 25px;
    }
    .clients-review .image-name-section .reviewer-name{
        right: -20px;
        width: 200px;
    }
    .clients-review .image-name-section .reviewer-name {
        right: -20px;
        width: 420px;
    }
    .clients-review .row{
        padding: 25px 15px 0px;
    }
    .clients-review .mySwiper-testimonial .swiper-pagination.swiper-pagination-clickable {
        top: 61%;
    }
    .best-sellers {
        padding: 40px 10px;
    }
    .new-launch .cart-btn{
        width: 100%;
    }
   .feature-prdt .swiper-wrapper .swiper-slide {
        transform: scale(0.7);
    }
    .feature-prdt .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.0);
    }

    .categories-type {
        position: relative;
        overflow: hidden;
        width: 47%;
        padding: 0;
        margin: 10px;
    }
    .categories-type a {
        font-size: 16px;
        width: 89%;
        left: 0;
    }
    .pricing-tag{
        margin-bottom: 5px;
    }
    section{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .clients-review .testimonial-text-bg{
        width: 100%;
    }
     .payment-sec .card-detials-sec .card-options{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .card-detials-sec .row{
        padding: 0 15px !important;
    }
    .Gift-card{
       margin-bottom: 20px;
      margin-top: 20px;
    }
    .cart-breadcrumb {
        margin-top: 40px;
        max-width: 100%;
    }
    .card-detials-sec h4 span{
        font-size: 16px;
    }
    .card-detials-sec .row.address-form{
        padding: 0 !important;
    }
     .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }

     #wishlist .cart-btn1{
        font-size: 13px;
        width: 100%;
    }
    .pm-product-details {
        overflow: hidden;
        margin-top: 40px;
    }

}


@media only screen and (max-width: 767px) {
    .products-pagination{
        font-size: 12px;
    }
    .cart-btn
    {
        font-size:13px;
        height:auto;
    }
    .prdt-detail a
    {
        height:auto;
    }
    .new-launches .similar-products .swiper-slide{
        height: 400px;
    }
    .like-btn{
        padding: 0;
    }
    .product-icons{
        margin-bottom: 30px;
    }
    .product-discount{
        width:40%
    }
    .pm-product-details{
        margin-top: 0;
    }
    .navbar-nav .nav-item {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
}
    .navbar-nav .nav-link i{
        text-align: right;
    }
    .about-page {
        margin: 15% auto 10%;
    }
    .contact-page.authentication-form {
        margin: 15% auto 5%;
    }
    .contact-page {
        margin: 15% auto;
    }
    .contact-f-sec .input-style {
        width: 100%;
    }
    .contact-f-sec{
        margin-bottom: 30px;
    }
    .header_search {
        display: none;
    }

    .page_menu_search {
        display: block;
    }

    .main_nav {
        margin-top: 0px;
    }
     .top_bar {
        height: auto;
        font-size: 12px;
    }
/*    .logo_container,
    .wishlist_cart {
        height: 72px;
    }*/
    .cat_burger {
        width: 16px;
        height: 12px;
    }

    .cat_burger span:nth-child(2) {
        top: 5px;
    }

    .cat_burger span:nth-child(3) {
        top: 10px;
    }

    .menu_trigger_text {
        font-size: 13px;
        margin-right: 10px;
    }

    .wishlist_content {
        margin-left: 6px;
    }

    .wishlist_text {
        display: none;
    }

    .cart_text {
        display: none;
    }

    .wishlist_text a,
    .cart_text a {
        font-size: 14px;
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px;
    }
    .cart_content {
        margin-left: 18px;
    }

    .cart_count {
        width: 17px;
        height: 17px;
    }

    .cart_count span {
        line-height: 17px;
    }

    .top_bar_user {
        margin-left: 0px;
    }

    .header_search {
        display: none;
    }

    .main_nav {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }

    .main_nav_content {
        height: 35px;
    }

    .menu_trigger_container {
        padding-right: 15px;
    }

    .page_menu_item&gt;a {
        font-size: 12px;
    }

    .page_menu_selection li a {
        font-size: 12px;
    }

    .button {
        height: 32px;
    }

    .button a {
        font-size: 12px;
        line-height: 32px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .search-area {
        width: 100%;
        margin: 0 auto;
        /* float: left; */
        display: flex;
        position: absolute;
        top: 60%;
        height: 90px;
    }
    .navbar-links {
        padding: 0;
        border-top: transparent;
        margin-top: -63px;
        position: absolute;
    }
    .centerOnMobile {
        text-align:center
    }
    .logo{
        left: 30%;
    }

    #navbarSupportedContent{
        z-index: 1000;
        position: fixed;
        left: 250px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
        top: 0px;
        padding: 0px 0px;
    }

    #navbarSupportedContent.show{
        width: 60%;
    }
    .navbar-collapse.show &gt; .frame{
        top:3%;
    }
    .navbar-nav{
      margin-top: 5%;
    }
    .wishlist_icon img, .user_icon img, .cart_icon img {
        margin: 0px 5px;
        max-width: 25px;
        max-height: 25px;
    }
    .logo img {
        width: 120px;
    }

    .header_search_input{
        width: 90%;
    }
    .header_search_form {
        height: 45%;
        margin-top: 15px;
    }
    .header_search_button {
        top: -9px;
    }
    .header_search_button i {
        font-size: 16px;
    }
    .top-category {
       margin-top: 0px;
       margin-bottom: 20px;
       max-width: initial;
    }
    .top-category .row {
        width: 100%;
        margin: 0 auto;
    }
    .top-category .col {
        text-align: center;
        width: 20%;
    }
    .top-category .col a {
        line-height: 1.2;
        font-size: 14px;
    }
    .sec-heading{
      font-size: 27px;
      margin-bottom: 10px;
    }
    .mySwiper1 .swiper-button-prev{
        left: 0px;
    }
    .mySwiper1 .swiper-button-next{
        right: 0px;
    }
    .categories-type a{
        width: 87%;
        font-size: 16px;
    }
    .new-launches h6{
        font-size: 14px;
    }
    .new-launches .price {
        font-size: 18px;
    }
    .site-wrapper {
        margin-top: 0px;
    }
    .reasons img{
        width: 80%;
    }
    .reasons p{
        font-size: 15px;
        width:100%;
    }
    .reason h5{
        width: 26%;
    }
    .reason h2 img {
        width: 11%;
        margin-top: -5px;
    }
    .reason p{
        width: 100%;
    }
    footer{
        text-align: center;
    }
    .footer-heading {
        margin-bottom: 5px;
        margin-top: 40px;
    }
    .articles {
        padding: 7% 0 15%;
    }
    .mySwiper3 .swiper-slide{
        padding: 15px;
    }
    .mySwiper3 a, .insta-feed .sec-heading, .clients-review .sec-heading{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .insta-feed .cart-btn {
      width: 70%;
      margin: 15px auto 0;
    }
    .clients-review .image-name-section {
        width: 90%;
        margin: 0 auto 25px;
    }
    .clients-review .image-name-section .testimonial-img {
        width: auto;
        margin-right: 25px;
    }
    .clients-review .image-name-section .reviewer-name{
        right: -20px;
        width: 200px;
    }
    .clients-review .image-name-section .reviewer-name {
        right: -20px;
        width: 420px;
    }
    .clients-review .row{
        padding: 25px 15px 15px;
    }
    .clients-review .mySwiper-testimonial .swiper-pagination.swiper-pagination-clickable {
        top: 52%;
    }
    .best-sellers {
        padding: 40px 10px;
    }
    .new-launch .cart-btn{
        width: 100%;
    }
   .feature-prdt .swiper-wrapper .swiper-slide {
        transform: scale(0.7);
    }
    .feature-prdt .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.0);
    }

    .categories-type {
        position: relative;
        overflow: hidden;
        width: 44%;
        padding: 0;
        margin: 10px;
    }
    .categories-type a {
        font-size: 16px;
        width: 100%;
        left: 0;
    }
    .pricing-tag{
        margin-bottom: 5px;
    }
    section{
        margin-top: 30px;
        margin-bottom: 30px;
    }
/*    .clients-review .testimonial-text-bg{
        width: 100%;
    }*/
    .cart-breadcrumb .dot-line {
        width: 100%;
        margin: 30px 15px;
    }
    .cart-breadcrumb{
        margin-top: 40px;
    }
    .cart-btns-sec button {
        width: 95%;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .cart-detail .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cart-breadcrumb .text-nowrap {
         width: 100%;
    }
     #new-address.modal.modal-quick-view .pm-product-details {
        padding: 20px;
    }
    .payment-sec .card-detials-sec .card-options{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .card-detials-sec .row{
        padding: 0 15px !important;
    }
    .Gift-card{
       margin-bottom: 20px;
      margin-top: 20px;
    }
    .cart-breadcrumb {
        margin-top: 40px;
        max-width: 100%;
    }
    .card-detials-sec h4 span{
        font-size: 16px;
    }
    .card-detials-sec .row.address-form{
        padding: 0 !important;
    }
        .profile-main{
        max-width: 100%;
    }
    .register .cancel-order .btn-close {
        margin-top: 0px;
        margin-right: 0px;
    }
    .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }
     #wishlist .cart-btn1{
        font-size: 13px;
        width: 100%;
    }
    .accordion-button.review-button:not(.collapsed), .accordion-button.review-button {
        width: 45%;
    }
    .comment-from{
        width: 100%;
    }
    .howtouse-text{
        margin-bottom: 20px;
    }
    #ex3-tabs-2, #ex3-tabs-3, #ex3-tabs-5, #ex3-tabs-6, #ex3-tabs-7{
        padding-bottom: 15px;
    }

    .all-prdt-info .all-prdt{
        display: inline-grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: flex-start;
        gap: 10px;
        vertical-align: top;
        box-shadow: 0 -1px rgb(var(--border-color)) inset;
    }
    .all-prdt-info .row{
        overflow-x: scroll;
    }
    .shop-page-section .all-prdt-info{
        padding: 0px 20px;
    }
    .cart-bottom-img{
        display: none;
    }
    .cart-bottom-btn .btn-block {
        position: relative;
    }
    #cart-bottom .header-block h2{
        display: none;
    }
    .cart-bottom-btn{
        display: flex;
        padding: 0;
    }
    #StrikePrice, .percent-off{
        display: none;
    }
   .cart-bottom-fix .row .btn-block{
        width: 50%;
    }
    .qty-input .qty-count{
        width: 2rem;
    }
    .qty-input .product-qty{
        width: 35px;
    }
    .cart-bottom-fix{
        padding-top: 7px;
    }
    .product-short-para .price {
        color: #000;
        font-weight: 600;
    }


}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pm-product-details {
    margin-top: 30px;
}
.description-block.main.scroll-bar-none {
    margin-top: 50px;
}
.shipping-policy {
    margin: 13% auto 8%;
}
#navbarSupportedContent.show {
    width: 100%;
    height: 100vh;
}
.navbar-nav .nav-link .fa-chevron-down {
        float: right;
}
.mobile-navbar{
    display: block;
}
.mobile-navbar img {
    width: 20%;
}
.navbaropen-header{
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
   background: #f9f9f9;
   box-shadow: 0px 1px 3px #ccc;
}
.menuclose {
    position: fixed;
    right: 10px;
    max-width: 5%;
    top: 25px;
}
.accTabs ul li a {
    margin: 5px 3px 10px 0;
}
.site-wrapper div#appnedProductListing {
        margin-left: 10px !important;
    }
    .site-wrapper .shop-toolbar {
       padding-right: 18px;
        margin-top: 0 !important;
        padding-left: 15px;
    }
    .tabs-listing {
        position: relative;
        top: 0;
    }
    .howtouse-text{
        margin-bottom: 20px;
    }
    #ex3-tabs-2, #ex3-tabs-3, #ex3-tabs-5, #ex3-tabs-6, #ex3-tabs-7{
        padding-bottom: 15px;
    }

    .all-prdt-info .all-prdt{
        display: inline-grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: flex-start;
        gap: 10px;
        vertical-align: top;
        box-shadow: 0 -1px rgb(var(--border-color)) inset;
    }
    .all-prdt-info .row{
        overflow-x: scroll;
    }
    .shop-page-section .all-prdt-info{
        padding: 0px 20px;
    }
    .cart-bottom-img{
        display: none;
    }
    .cart-bottom-btn .btn-block {
        position: relative;
    }
    #cart-bottom .header-block h2{
        display: none;
    }
    .cart-bottom-btn{
        display: flex;
        padding: 0;
    }
    #StrikePrice, .percent-off{
        display: none;
    }
    .quantity_numbers, .cart-bottom-fix .row .btn-block{
        width: 50%;
    }
    .qty-input .qty-count{
        width: 2rem;
    }
    .qty-input .product-qty{
        width: 35px;
    }
    .cart-bottom-fix{
        padding-top: 7px;
    }
    .product-short-para .price {
        color: #000;
        font-weight: 600;
    }

}

@media only screen and (max-width: 575px) {
    .btn-block{
        margin-top: 41px;
    }
    .site-wrapper div#appnedProductListing {
        margin-left: 10px !important;
    }
    .site-wrapper .shop-toolbar {
        padding-right: 15px;
        margin-top: 0 !important;
        z-index:9999;
    }
    .navbaropen-header{
       border-bottom: 1px solid #ccc;
       padding-bottom: 20px;
       background: #f9f9f9;
       box-shadow: 0px 1px 3px #ccc;
    }

    .navbar-nav .nav-link .fa-chevron-down {
        float: right;
    }
    .shipping-policy {
        margin: 13% auto 8%;
    }
    .top_bar {
    height: auto;
    font-size: 12px;
    z-index: 99;
    }
    .cat_burger {
        width: 16px;
        height: 12px;
    }

    .cat_burger span:nth-child(2) {
        top: 5px;
    }

    .cat_burger span:nth-child(3) {
        top: 10px;
    }

    .menu_trigger_text {
        font-size: 13px;
        margin-right: 10px;
    }

    .wishlist_content {
        margin-left: 6px;
    }

    .wishlist_text {
        display: none;
    }

    .cart_text {
        display: none;
    }

    .wishlist_text a,
    .cart_text a {
        font-size: 14px;
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px;
    }
    .cart_content {
        margin-left: 18px;
    }

    .cart_count {
        width: 17px;
        height: 17px;
    }

    .cart_count span {
        line-height: 17px;
    }

    .top_bar_user {
        margin-left: 0px;
    }

    .header_search {
        display: none;
    }

    .main_nav {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }

    .main_nav_content {
        height: 35px;
    }

    .menu_trigger_container {
        padding-right: 15px;
    }

    .page_menu_item&gt;a {
        font-size: 12px;
    }

    .page_menu_selection li a {
        font-size: 12px;
    }

    .button {
        height: 32px;
    }

    .button a {
        font-size: 12px;
        line-height: 32px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .search-area {
        width: 100%;
        margin: 0 auto;
        /* float: left; */
        display: flex;
        position: absolute;
        top: 60%;
        height: 90px;
    }
    .navbar-links {
        padding: 0;
        border-top: transparent;
        margin-top: -63px;
        position: absolute;
    }
    .centerOnMobile {
        text-align:center
    }
    .logo{
        left: 30%;
    }

    #navbarSupportedContent{
        z-index: 1000;
        position: fixed;
        left: 250px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-x: hidden;
        background: #fff;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        top: 0px;
        padding:0px;
    }

    #navbarSupportedContent.show{
        width: 60%;
        height: 100vh;
    }
    .navbar-collapse.show &gt; .frame{
        top:3%;
    }
    .navbar-nav{
      margin-top: 5%;
    }
    .wishlist_icon img, .user_icon img, .cart_icon img {
        margin: 0px 5px;
        max-width: 22px;
        max-height: 22px;
    }
    .logo img {
        width: 120px;
    }

    .header_search_input{
        width: 86%;
    }
    .header_search_form {
        height: 45%;
        margin-top: 15px;
    }
    .header_search_button {
        top: -9px;
        color: #767676;
    }
    .header_search_button i {
        font-size: 16px;
    }
    .top-category {
       margin-top: 0px;
       margin-bottom: 20px;
    }
    .top-category .row {
        width: 100%;
        margin: 0 auto;
    }
    .top-category .col {
        text-align: center;
        width: 20%;
    }
    .top-category .col a {
        line-height: 1.2;
        font-size: 13px;
    }
    .sec-heading{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .mySwiper1 .swiper-button-prev{
        left: 0px;
    }
    .mySwiper1 .swiper-button-next{
        right: 0px;
    }
    .categories-type a{
        width: 87%;
        font-size: 16px;
    }
    .new-launches h6{
        font-size: 16px;
    }
    .new-launches .price {
        font-size: 18px;
    }
    .site-wrapper {
        margin-top: -25px;
    }
    .reasons img{
        width: 80%;
    }
    .reasons p{
        font-size: 15px;
        width:100%;
    }
    .reason h5 {
        width: 100%;
        text-align: center;
    }
    .reason h5:after{
        display: none;
    }
    .reason h2 img {
        width: 11%;
        margin-top: -5px;
    }
    .reason p{
        width: 100%;
    }
    footer{
        text-align: center;
    }
    .footer-heading {
        margin-bottom: 5px;
        margin-top: 40px;
    }
    .articles {
        padding: 7% 0 22%;
    }
    .mySwiper3 .swiper-slide{
        padding: 15px;
    }
    .mySwiper3 a, .insta-feed .sec-heading, .clients-review .sec-heading{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .insta-feed .cart-btn {
      width: 70%;
      margin: 15px auto 0;
    }
    .clients-review .image-name-section {
        width: 90%;
        margin: 0 auto 25px;
    }
    .clients-review .image-name-section .testimonial-img {
        width: auto;
        margin-right: 25px;
    }
    .clients-review .image-name-section .reviewer-name{
        right: -20px;
        width: 200px;
    }
    .clients-review .image-name-section .reviewer-name {
       right: -10px;
      width: 332px;
    }
    .clients-review .reviewer-name span
    {
        font-size:13px;
        margin-right:11px;
    }
    .clients-review .row{
        padding: 25px 15px 15px;
    }
    .clients-review .mySwiper-testimonial .swiper-pagination.swiper-pagination-clickable {
        top: 50%;
    }
    .best-sellers {
        padding: 0px 10px;
        border-bottom: 0;
    }
    .mySwiper3 a{
        font-size: 16px;
    }
    .new-launch .cart-btn{
        width: auto;
    }
    .feature-prdt .swiper-wrapper .swiper-slide {
        transform: scale(0.7);
    }
    .feature-prdt .swiper-wrapper .swiper-slide.swiper-slide-active {
        transform: scale(1.0);
    }

    .categories-type {
        position: relative;
        overflow: hidden;
        width: 42%;
        padding: 0;
        margin: 10px;
    }
    .categories-type a {
        font-size: 16px;
        width: 100%;
        left: 0;
    }
    .pricing-tag{
        margin-bottom: 5px;
        font-size: 14px;
    }
    section{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .cart-breadcrumb .text-nowrap{
        width: 100%;
    }
    .cart-breadcrumb .dot-line {
        width: 100%;
        margin: 30px 15px;
    }
    .cart-breadcrumb{
        margin-top: 40px;
    }
    .cart-btns-sec button {
        width:auto;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .cart-detail .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cart-summary-wrap .enter-coupon {
        width: 60%;
    }
    .checkout-modal {
        width: 60%;
    }
    #new-address.modal.modal-quick-view .pm-product-details {
        padding: 20px;
    }
    .payment-sec .card-detials-sec .card-options{
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-left: transparent !important;
    }
    .card-detials-sec .row{
        padding: 0 15px !important;
    }
    .Gift-card{
        margin-bottom: 20px;
    }
    .login-title{
        font-size: 20px;
    }
    .login-form .reset-btn a{
        width: 55%;
    }
    .custom-text-success{
        margin-top: 20px;
    }
    .sidebar-tab li.nav-item {
        width: 50%;
        border: 1px solid #fff;
        margin-bottom: 0px;
        background: #f7f7f7;
    }
    .profile-detail-view{
        margin-top: 40px;
    }
    .address-form .register input[type="radio"] + label{
        font-size: 14px;
    }
    .register .cancel-order .btn-close {
        margin-top: 0px;
        margin-right: 0px;
    }
    .tab-pane .add-new-address-btn {
        margin-top: 0;
        width: 100%;
        font-size: 13px;
    }
    #wishlist .cart-btn1{
        font-size: 13px;
        width: 100%;
    }

    .pm-product-details{
        margin-top: 0px;
    }
    .description-block.main.scroll-bar-none {
        margin-top: 0px;
    }

    .d-slider-mobile .swiper-wrapper{
        height: 385px;
    }
    .accordion-button.review-button:not(.collapsed), .comment-from, .about-prdt-detail .tab-content{
        width: 100%;
    }

    .accordion-button.review-button{
        width: 100%;
    }
    .about-prdt-detail .sec-heading {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .about-prdt-detail {
        padding: 10px;
    }
    .about-prdt-detail .nav-tabs {
        padding-right: 0;
        margin-bottom: 0 !important;
    }
    .about-prdt-detail .nav-link{
        font-size: 14px;
        text-align: left;
    }
    .about-prdt-detail p {
        font-size: 16px;
    }
    .launches-heading{
        font-size: 14px;
    }
    .review-detail {
        margin: 30px 0px;
    }
    .title-tag{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .short-dec{
        margin-bottom: 0;
    }
    /*.btn-block{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        left: 0;
        right: 0;
        padding: 0px 5px;
    }*/
    .btn-block .btn{
        margin-top: 5px;
        margin-bottom: 5px;
    }
/*    .sort-list span{
        display: none;
    }*/
    .pm-product .btn{
        width:99%;
    }
    .mobile-navbar{
        display: block;
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid #dfdfdf;
        padding: 10px;
    }
    .navbar-nav .nav-item i {
        font-size: 18px;
        float: right;
    }
    .dropdown-menu li .dropdown-item{
        font-size: 16px;
    }
    .dropdown-menu{
        box-shadow: none;
        padding: 0;
    }
    #navbarSupportedContent.show &lt; body{
        overflow: hidden;
    }
    .tick-mark-icon {
        width: 15%;
    }
    .p-line-height{
        margin-bottom: 0;
    }
    .mobile-navbar{
        text-align: left;
    }
    /*.navbar {
        width: 100%;
        display: block;
        padding: 0;
        position: fixed;
        background: #fff;
        z-index: 9999;
        top: 0;
    }*/

    #navbarSupportedContent.show &lt; .navbar-links{
        padding: 0;
        border-top: transparent;
        margin-top: -63px;
        position: fixed;
        background: #fff;
        /* width: 100%; */
        z-index: 9999;

    }
    .menuclose {

        position: fixed;
        right: auto;
        max-width: 6%;
        left: 177px;
        top: 32px;
    }
    /*.checkbox:checked + .center-text{
        display: none;
    }*/
    .payment-mode{
        width: 100%;
    }
    .breadcrumb{
        margin-top: 0px;
    }
    .accCategory {
        padding: 0px 10px;
    }
    .accTabs ul li {
        display: inline-block;
        width: 49%;
    }
    .accTabs ul li a{
        width: 100%;
        margin: 5px 10px 0px 0;
    }
    .logout-btn {
        text-align: left;
        margin-bottom: 15px;
        padding: 7px 10px;
    }
    .logout-btn a{
        width: 49%;
        text-align: center;
    }
    .accTabsInfo {
        padding: 0;
        margin: 0px 0px 40px 0;
    }
    .navbar-brand{
        padding-top: 0;
    }
    .view-btn.cart-btn{
        width: auto;
    }

    .articles .sec-heading{
        font-size: 24px;
    }
    .search-box form {
        width: 100%;
        padding: 5px 10px;
    }
    .shop-toolbar {
        padding-right: 15px;
        padding-left: 15px;
    }
    .shop-page-section .breadcrumb-wrapper .breadcrumb{
        padding: 0;
    }
    .offers-available{
        width: 40%;
    }
    .header-block h2{
        font-size: 18px;
    }
    .all-prdt-info .all-prdt {
        display: block;
        padding-right: 0;
    }
    .howtouse-text{
        margin-bottom: 20px;
    }
    #ex3-tabs-2, #ex3-tabs-3, #ex3-tabs-5, #ex3-tabs-6, #ex3-tabs-7{
        padding-bottom: 15px;
    }

    .all-prdt-info .all-prdt{
        display: inline-grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: flex-start;
        gap: 10px;
        vertical-align: top;
        box-shadow: 0 -1px rgb(var(--border-color)) inset;
    }
    .all-prdt-info .row{
        overflow-x: scroll;
    }
    .shop-page-section .all-prdt-info{
        padding: 0px 20px;
    }
    .cart-bottom-img{
        display: none;
    }
    .cart-bottom-btn .btn-block {
        position: relative;
    }
    #cart-bottom .header-block h2{
        display: none;
    }
    .cart-bottom-btn{
        display: flex;
        padding: 0;
    }
    #StrikePrice, .percent-off{
        display: none;
    }
   .cart-bottom-fix .row .btn-block{
            width: 70%;
    padding-left: 20px;
    }
    .qty-input .qty-count{
        width: 2rem;
    }
    .qty-input .product-qty{
        width: 35px;
    }
    .cart-bottom-fix{
        padding-top: 7px;
    }
    .product-short-para .price {
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }
    .products-pagination{
        font-size: 12px;
    }
}


@media only screen and (min-width: 360px) and (max-width: 500px) {
    .best-sellers .cart-btn, .best-sellers .cart-btn1{
        width: auto;
        margin-right: 0;
    }
}</pre></body></html>