@media only screen and (min-width: 320px) and (max-width: 500px) {
    .c-container {
        width: 100%;
        padding: 0 10px !important;
    }
    .banners-row{
        padding: 0 5px;
    }
    
    /* Mobile Banner Styles */
    .mks-banners {
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    
    .mks-banners a img {
        border-radius: 16px;
    }
    
    /* Mobile Slider Styles */
    .main-slider {
        border-radius: 16px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
    
    .main-slider-full-width {
        border-radius: 16px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }
    
    .owl-prev, .owl-next {
        padding: 5px 15px !important;
    }
    
    .owl-prev span, .owl-next span {
        font-size: 30px;
    }
    .top-of-header-ad h3{
        font-size: 19px;
        margin-bottom: 7px;
    }
    .top-of-header-ad p{
        font-size: 15px;
    }
    .article-mpi-i{
        display: none;
    }
    
    .article-mpi {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    
    .article-mpi-t-d {
        padding: 12px 0 0 0;
    }
    
    .article-mpi-t-d h3 {
        font-size: 16px;
        text-align: center;
        margin: 0 0 8px 0;
    }
    
    .article-mpi-t-d p {
        font-size: 13px;
        text-align: center;
        -webkit-line-clamp: 2;
    }
    .section-title-article{
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .show-all-articles{
        margin: 20px 0 15px;
        font-size: 14px;
        padding: 8px 16px;
    }
    .sections-title b{
        font-size: 13px;
    }
    .footer-lists{
        display: block;
    }
    .fnt{
        display: none;
    }
    
    .footer-info-list li{
        display: none;
    }
    
    .main-footer{
        padding: 5px;
    }
    .footer-info-list li:nth-child(1),
    .footer-info-list li:nth-child(4){
        display: inline-flex;
        margin: 10px 0 0 0;
        padding: 0 0 10px 0;
        &:last-child{
            margin: 0;
            padding: 0;
        }
    }
    .ajax-search-result{
        box-shadow: none;
        padding: 0;
        display: inline-flex !important;
        flex-direction: column !important;
    }
    .ajax-search-result ul{
        order: 1;
    }
    .ajax-search-result p{
        order: 2;
    }
    .ps-main-div{
        order: 3;
    }
    .ajax-search-result{
        max-height: max-content !important;
    }
    .price {
        text-align: center;
    }
    .archive-pi{
        width: 100%;
        margin: 10px 0;
    }
    .category-slider{
        margin: 0 0 5px 0;
    }
    .spm-sal{
        display: none;
    }
    .spm-brand-float{
        display: none;
    }
    .spm-title h1{
        line-height: 1.7;
        text-align: justify;
        font-size: 14px;
    }
    .woocommerce-breadcrumb a{
        font-size: 13px;
    }
    .woocommerce-breadcrumb span{
        font-size: 13px;
    }
    .spm-price > .price{
        width: 40%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 99;
        border-radius: 0;
        border: solid 1px #e9e9e9;
        border-right: none;
        padding: 6px 0;
        margin: 0;
        height: 62.4px;
        display: inline-flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }
    .spm-price > .price > ins{
        font-size: 20px !important;
    }
    .spm-price > .price > del{
        font-size: 12px !important;
        margin: 0;
    }
    .spm .spm-form-add-to-cart {
        width: 60%;
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0;
        right: 0;
        background: #fff !important;
        padding: 10px;
        z-index: 99;
        border-radius: 0;
        border-left: 0;
    }
    .woocommerce-variation-price > span.price > div.price{
        margin: 0;
        width: 40%;
        height: 62.4px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        padding: 6px 0;
        border: solid 1px #e9e9e9;
        border-right: none;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }
    .woocommerce-variation-price > span.price > div.price  del{
        margin: 0;
        font-size: 12px;
    }
    .woocommerce-variation-price > span.price > div.price  ins{
        font-size: 20px !important;
    }
    .column-count-brands {
        column-count: 1;
    }
    .single-article-header{
        text-align: center;
    }
    .single-article-header h1{
        line-height: 1.5;
    }
    .single-article-header i{
        display: none;
    }
    .spm-comment-item img{
        display: none;
    }
    .sci-content{
        width: 100%;
        margin-right: 0;
    }
    .mks-dashboard-img {
        width: 80px;
        height: 80px !important;
    }
    .mks-cart-coupon{
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mks-cart-coupon input{

    }
    .mks-cart-coupon button{

    }
    .mks-cart-coupon input[name=coupon_code]{
        width: 48% !important;
        border-radius: 12px;
        padding: 10px 15px !important;
    }
    
    /* Mobile Cart Styles */
    .cart-title {
        font-size: 20px;
        margin: 15px 0;
    }
    
    .cart-title i {
        font-size: 20px;
        margin-left: 6px;
    }
    
    .mks-cart-table {
        border-radius: 16px;
    }
    
    .mks-cart-total-table {
        border-radius: 16px;
    }
    
    .mks-cart-img {
        border-radius: 8px;
    }
    
    .mks-cart-name a {
        font-size: 14px;
    }
    .mks-checkout-review{
        margin: 10px 0;
    }
    .btn-coupon {
        padding: 10px 15px !important;
        font-size: 13px;
    }
    .mks-thank-you-info-list{
        display: inline-grid;
    }
    .mks-thank-you-info-list li {
        font-size: 12px !important;
        padding: 5px 15px !important;
        border-left: none !important;
        margin-left: 0 !important;
        border-bottom: solid 1px #ddd;
    }
    .single-article{
        margin: 0 0 16px;
    }
    .breadcrumb{
        height: auto;
    }
    .acm-img {
        height: 150px;
    }
    .acm-meta span {
        text-align: center;
    }
    .pg-items{
        width: 60px !important;
        height: 60px !important;
    }
    .tab-icons{
        font-size: 12px;
        margin-left: 0;
        display: block;
    }
    .p-tabs-links{
        padding: 8px !important;
        font-size: 13px !important;
    }
    .spm-comments h3{
        font-size: 15px;
    }
    .btn-back-to-top,
    .footer-logo{
        margin: 5px 0;
    }
    .btn-back-to-top{
        padding: 10px 5px;
        text-align: center;
        font-size: 13px !important;
    }
    .btn-back-to-top i {
        font-size: 15px;
        margin-right: 2px;
        vertical-align: middle;
    }
    
    .acm-short-desc{
        height: 70px;
        overflow: hidden;
    }
    .product-slider-item {
        padding: 12px;
    }
   
 
    
    .product-slider-item-discount-percent {
        height: 43px;
        width: 39px;
        right: 8px;
        top: -6px;
        font-size: 13px;
        display: block;
        line-height: 48px;
    }
    
    .price {
        margin-top: 8px;
    }
    
    .price del {
        font-size: 13px;
    }
    
    .price ins {
        font-size: 14px;
    }
    .cart-empty-section img{
        width: 70%;
    }
    .mobile-login-main .form-group label{
        margin: 15px 0 10px;
    }
    .mks-login-logo{
        margin-bottom: 1rem;
    }
    .m-login-logo{
        width: 150px;
        height: auto;
        margin: 5px auto;
    }
    .mlm-title{
        margin-bottom: 0;
        font-size: 20px;
    }
    .cp-content{
        padding: 5px 10px;
        margin: 0 0 16px;
    }
    .cmp-back{
        margin: 16px 0;
    }
    .spm-cip{
        padding: 0;
    }
    .spm-increment, .spm-decrement{
        padding: 5px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }
    .spm-decrement i, .spm-increment i{
        font-size: 13px;
    }
    .spm-form-add-to-cart .quantity input{
        font-size: 20px;
    }
    .mobile-cart-item-b-section a i{
        font-size: 22px;
    }
    .spm .spm-simple-qty{
        border-radius: 11px;
        border: solid 1px #e9e9e9;
        margin-left: 5px;
        display: none;
    }
    .ssq{
        border: none;
        border-radius: 0;
    }
    .btn-add-to-cart{
        padding: 8px 10px;
        font-size: 15px;
        border-radius: 11px;
    }
    .stock-sd{
        padding: 5px;
        font-size: 15px;
    }
    .stock-sd i{
        vertical-align: sub;
    }
    .breadcrumb{

    }
    .top-banners-slider-title{
        max-height: 30px;
        overflow: hidden;
        font-size: 10px;
    }
    .silva-fa li{
        font-size: 14px;
    }
    .silva-fa li span:last-child{
        font-size: 13px;
    }
    .silva-fa li span i{
        font-size: 19px;
        vertical-align: sub;
        margin-left: 5px;
    }
    .silva_sr{
        font-size: 13px;
        padding: 3px 5px;
    }
    .footer-logo{
        width: 120px;
    }
    .amazing-image{
        padding: 37px 15px 10px !important;
    }
    .amazing-image > img{
        width: 70% !important;
    }
    .amazing-info {
        padding: 10px;
    }
    .amazing-width-flag {
        position: relative;
        top: -48px;
        right: 0;
        display: inline-flex;
        justify-content: center;
    }
    .amazing-slider-item-discount-percent{
        display: none;
    }
    .amazing-slider-item-title{
        height: 60px;
        overflow: hidden;
    }
    .amazing-price {
        margin: 10px 0;
    }
    .acm {
        margin: 0 0 20px;
        direction: ltr;
        font-size: 25px;
        font-weight: 600;
        border-top: none;
        padding: 0;
    }
    .acm p {
        font-size: 14px;
        font-weight: 100;
        color: #878787;
        border-bottom: solid 1px #ddd;
        padding-bottom: 8px;
        margin: 0 0 10px 0;
    }
    .amazing .owl-dots{
        padding: 9px 5px 15px;
    }
    .amazing .owl-dots .owl-dot{
        background: #FFFFFF;
        border: solid 1px #939393;
    }
    .amazing .owl-dots .active {
        background: #d85a66;
        border: solid 3px #d85a66;
    }
    .amazing-price > div.price{
        display: inline-flex;
    }
    .amazing-price > div.price del,ins{
        margin: auto 0;
    }
    .amazing-price > div.price > del > span{
        font-size: 14px;
    }
    .amazing-price > div.price > ins > span{
        font-size: 18px;
        margin-right: 15px;
    }
    .acm-meta span i{
        margin-right: 0;
        display: block;
    }
    .mks-custom-attributes {
        min-height: auto;
    }
    .modal-title {
        font-size: 13px;
        font-weight: bold;
    }
    .category-boxes-item-nt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        padding: 0 10px;
    }
    
    /* Mobile Brand Styles */
    .mks-ntb-card {
        margin: 15px 0;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    
    .mks-ntb-card-header {
        padding: 12px 16px;
    }
    
    .mks-nch {
        gap: 10px;
    }
    
    .mks-nch h3 {
        font-size: 18px;
    }
    
    .mks-nch i {
        font-size: 24px;
    }
    
    .mks-nch h3 small {
        font-size: 12px;
    }
    
    .mks-bst-2-img {
        height: 80px !important;
        padding: 8px;
        margin: 4px;
        border-radius: 12px;
    }
    
    .brands-slider img {
        height: 80px !important;
        padding: 8px;
        margin: 4px;
        border-radius: 12px;
    }
    
    .brands-slider .owl-stage-outer {
        padding: 8px 0 !important;
    }
    
    /* Mobile Header Styles */
    .dm-header {
        border-radius: 12px;
        margin: 10px 0;
    }
    
    .dmh-search {
        border-radius: 16px;
        margin-top: 10px;
    }
    
    .dmh-search input {
        padding: 12px 55px 12px 15px;
        font-size: 14px;
    }
    
    .dmh-search-button {
        padding: 8px 10px;
        border-radius: 12px;
    }
    
    .mks-btn {
        padding: 10px;
        font-size: 13px;
    }
    
    .mdh-cart {
        padding: 6px 10px;
        border-radius: 16px;
    }
    
    .dm-second > ul > li > a {
        padding: 10px 16px;
        font-size: 13px;
    }
    .articles-carousel a img{
        height: 97px;
    }
    .articles-carousel a p{
        height: 57px;
        overflow: hidden;
        font-size: 13px;
        margin-bottom: 12px;
    }
    .articles-carousel a{
        border-radius: 0;
        min-height: auto;
    }
    .mks-aoi-nt2-countdown .mks-ccd span,
    .mks-aoi-nt2-countdown .mks-ccd span:after{
        font-size: 13px;
    }
    .show-all-articles i {
        font-size: 20px;
    }
    .woocommerce-notices-wrapper{
        margin: 0 !important;
    }
    .ca-orders-tabs li button{
        padding: 10px !important;
        font-size: 14px;
    }
    .ca-orders-tabs .active{
        font-size: 14px;
    }
    .cr-s-label i{
        font-size: 25px;
    }
    .btn-submit-comment{
        padding: 5px 15px;
    }
    .footer-newsletter{
        justify-content: center;
    }
    .mks-original-guaranty{
        top: -19px;
        left: 0;
    }
    .mks-original-guaranty img{
        width: 68px;
    }
    .woocommerce-product-gallery__trigger{
        position: absolute;
        right: 6px;
        top: 55px;
        z-index: 1;
    }
    .mobile-login-main{
        
    }
    .product-slider-item-title{
        margin: 13px 0 0;
        font-size: 12px;
    }
  
    .mks-cak, .mks-cav{
        font-size: 13px;
    }
    .mks-cak i{
        font-size: 20px;
    }
    .quantity-alert{
        padding: 10px 12px;
    }
    .spm-form-add-to-cart .quantity input{
        padding: 0;
    }
    .limited-box{
        font-size: 14px;
    }
    .limited-box > h1:first-child,
    .limited-box > h2:first-child,
    .limited-box > h3:first-child{
        font-size: 18px;
        line-height: 29px;
        font-weight: 800;
    }
    .sci-content div:first-child span{
        flex: 1;
        font-size: 14px;
    }
    #commentform a.btn-primary{
        font-size: 15px !important;
        border-radius: 10px;
        margin-bottom: 15px !important;
    }
    .btn-organizational-purchase i{
        font-size: 20px;
    }
    .btn-organizational-purchase > span{
        font-size: 14px;
    }
    .btn-organizational-purchase > span > small{
        font-size: 11px;
    }
    .price-out-of-stock{
        font-size: 12px;
    }
    .sci-content p{
        font-size: 13px;
    }
    .sci-content span:last-child{
        font-size: 12px;
    }
    .sci-content div:first-child{
        display: block;
    }
    .sci-content div:first-child .spt-rating{
        margin: 10px 0;
        font-size: 20px;
    }
    .table>:not(caption)>*>*{
        font-size: 12px;
    }
    .mobile-cart-item-b-section div{
        font-size: 12px;
    }
    .mks-cart-coupon button[name=apply_coupon]{
        font-size: 12px;
        padding: 8px 14px !important;
    }
    .mks-cart-coupon input[name=coupon_code]{
        padding: 8px 14px !important;
        border-radius: 12px;
    }
    
    /* Tablet Cart Styles */
    .cart-title {
        font-size: 22px;
        margin: 18px 0;
    }
    
    .cart-title i {
        font-size: 22px;
        margin-left: 7px;
    }
    
    .mks-cart-table {
        border-radius: 18px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }
    
    .mks-cart-total-table {
        border-radius: 18px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }
    
    .mks-cart-img {
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }
    
    .mks-cart-name a {
        font-size: 15px;
    }
    .checkout-button{
        font-size: 16px !important;
        padding: 15px 25px !important;
    }
    .woocommerce form .form-row label{
        font-size: 14px;
    }
    .mks-billing-fields input, select, textarea,
    .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 13px;
    }
    .mks-billing-fields-h3, #order_review_heading{
        padding: 7px 5px 16px 16px;
        font-size: 15px;
    }
    .mks-checkout-coupon-alert a{
        font-size: 13px;
    }
    /* Modern Mobile Slider Tab Styles */
    .mks-slider-tab::before {
        height: 2px;
    }
 
    
    .mks-slider-tab .nav-tabs .nav-link {
        padding: 4px 8px;
        font-size: 13px;
        font-weight: 600;
        margin-left: 4px;
        border-radius: 8px;
        border-width: 1px;
    }
    
    .mks-slider-tab .nav-tabs .nav-link:hover {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .mks-slider-tab .nav-tabs .nav-link.active {
        transform: translateY(0);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
    }
    
    .mks-slider-tab .tab-content {
        padding-top: 16px;
    }
    
    .mks-slider-tab .sliders-show-more {
        padding: 12px 0 0;
    }
    
    /* Mobile accessibility improvements */
    .mks-slider-tab .nav-tabs .nav-link:focus {
        box-shadow: 0 0 0 2px rgba(219, 49, 78, 0.3);
    }
    
    /* Touch-friendly tap targets */
    .mks-slider-tab .nav-tabs .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improved mobile animations */
    .mks-slider-tab .tab-pane {
        animation: fadeInUp 0.3s ease-out;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .sliders-show-more{
        padding: 31px 0 0;
    }
    .price del{
        font-size: 11px;
    }
    .price ins{
        font-size: 13px;
    }
    .spm-comment-item{
        padding: 0;
        border: none;
    }
    .mks-product-navbar{
        top: 53px;
    }
    .mks-spt strong{
        font-size: 13px;
        margin-left: 8px;
        padding-left: 8px;
    }
    .mks-modal-content{
        position: absolute;
        min-width: auto;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 16px 16px 0 0;
    }
    .mks-dashboard-icons span{
        font-size: 12px;
    }
    .mks-amazing-section{
        padding: 0 10px;
    }
    .top-of-header-ad{
        padding: 10px 15px;
    }
    .top-of-header-ad h3{
        font-size: 17px;
    }
    .top-of-header-ad p{
        font-size: 14px;
    }
    .mks-sbn{
        display: none;
    }
    .top-banners-slider-img{
        height: 68.77px;
        width: 68.77px !important;
    }
}

@media only screen and (min-width: 350px) and (max-width: 768px) {
    .socials-title{
        font-size: 15px;
        margin: 5px 0;
    }
    .footer-social img{
        width: 40px;
        height: 40px;
    }
    .footer-social{
        margin: 10px 0 10px;
    }
    .mobile-footer-collapse-item{
        padding: 5px 15px;
        background: #f1f1f1;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .row > .mks_pbi_banner,
    .mks_pbi_categories {
        padding-left: 5px;   /* کمترین فاصله بین خودشون */
        padding-right: 5px;
      }
    .mks-amazing-section a{
        display: inline-flex;
        font-size: 13px;
    }
    .mks-amazing-section a i {
        margin-right: 5px;
    }
    
    .mks_pbi_banner .mks-banners {
        margin-bottom: 10px;
    }
    .form-group{
        margin-bottom: 10px;
    }
    .product-slider .product-slider-item,
    .amazing-nt .mks-aot-nt-item
    {
        border-left: none;
    }
    .product-slider .swiper-slide:last-child .product-slider-item{
        border-left: solid 1px #e9e9e9;
    }
    .swiper-wrapper{
        margin-top: 5px !important;
        padding: 0;
    }
    .mks_pbi_productSlider .col-lg-6{
        padding: 0 !important;
    }
    .footer-copyright,
    .footer-designed-by{
        font-size: 13px;
        padding: 0 !important;
        margin: 10px 0;
    }
    .footer-designed-by{
        margin: 0;
    }
    .footer-info-list > li > span{
        font-size: 13px;
    }
    .footer-info-list > li > a{
        font-size: 13px;
    }
    .footer-info-list > li > i{
        font-size: 15px;
        margin: auto 0 auto 10px;
    }
    .mks_pbi_categories .category-boxes-item-nt{
        margin: 10px 0;
        padding: 0;
    }
    .mks-thankyou-container .product-slider-item .price{

    }
    .mks-orders-table tbody tr td{
        padding: .5rem .5rem;
    }
    .mks-orders-table thead tr th:first-child,
    .mks-orders-table thead tr th:last-child,
    .mks-orders-table tbody tr:last-child td:first-child,
    .mks-orders-table tbody tr:last-child td:last-child,
    .mks-orders-table{
        border-radius: 0;
        margin: 0;
    }
    .mks-thankyou-container .mks-tyt div:first-child{
        border-radius: 0;
    }
    .mks-thankyou-container .mks-tyt{}
    .mks-thankyou-container{
        padding: 0 !important;
    }
    .mks-thankyou-container .thank-box{
        border-radius: 0;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .mks-thankyou-container .thank-box i{
        margin: 10px 0;
    }
    .mks-thankyou-container .thank-box p{
        margin: 10px 0;
    }
    .mks-thankyou-container .thank-box table{
        margin: 10px 0 0 0;
        border-radius: 0;
    }
    .alert{
        padding: 10px 15px;
    }
    .woocommerce-form-coupon-toggle{
        margin: 10px 0 0 0;
    }
    .mks-checkout-form-container{
        padding: 0 !important;
    }
    .mks-checkout-form-container .mks-checkout-form{
        border-radius: 0 !important;
        padding: 10px;
        border-width: 1px;
    }
    .mks-checkout-form-container .mks-checkout-review{
        border-radius: 0;
        padding: 10px;
        margin-top: 30px;
        border-width: 1px;
    }
    .mks-cart-totals-container .wc-proceed-to-checkout{
        padding: 0 10px;
    }
    .mks-cart-totals-container{
        padding: 0;
    }
    .mks-cart-totals-container .radius-8{
        border-radius: 0;
    }
    .mks-cart-items-container{
        padding: 0;
    }
    .mks-cart-items-container .mks-cits{
        border-radius: 0;
        margin: 0; border-bottom: none;
    }
    .mks-cart-items-container .mks-cits:last-child{
        border-bottom: none;
    }
    .mks-profile-container .cmp-items{
        margin: 0;
    }
    .mks-profile-container .mks-stat-card{
        margin-bottom: 5px;
    }
    .mks-profile-container .mks-mobile-grid{
        margin-top: 10px;
    }
    .mks-profile-container .mks-dashboard-header{
        margin-bottom: 20px;
    }
    .mks-profile-container .mks-dashboard-icons{
        padding: 0;
        margin: 0;
    }
    .mks-profile-container .mks-favorites-container .mks-favorite-card{
        border-radius: 0;
        margin: 0;
        border-top: none;
        border-left: none;
        &:hover{
            border-color: #f0f0f0 !important;
            box-shadow: none !important;
        }
    }
    .mks-profile-container .mks-favorites-container .col-sm-6.col-6{
        padding: 0;
    }
    .mks-profile-container .mks-edit-account-content{
        padding: 0 10px;
    }
    .mks-profile-container{
        padding: 0 !important;
    }
    .mks-profile-container .customer-orders-details{
        gap: 5px;
    }
    .mks-profile-container .cmp-back{
        border-radius: 0;
        margin: 0;
    }
    .mks-profile-container .cp-content{
        border-radius: 0;
        padding: 0;
    }
    .mks-profile-container .c-order-item{
        border-radius: 0;
        margin: 0;
        padding: 5px;
    }
    .mks-profile-container .ods-first-details{
        gap: 0;
    }
    .mks-profile-container .ods-first-details li{
        border-radius: 0;
        padding: 10px;
        font-size: 12px;
    }
    .mks-profile-container .customer-orders-details a,
    .mks-profile-container .customer-orders-details .btn{
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 5px;
    }
    .spm-comments .mks-comments-scroll{
        padding-right: 10px;
    }
    .mks-psc.col-lg-12,
    .mks-psc.col-md-12,
    .mks-psc.col-12{
        padding: 0;
    }
    .mks-psc .product-slider .swiper-slide:first-child > .product-slider-item{
        border-radius: 0 10px 10px 0;
    }
    .mks-psc .product-slider .swiper-slide:first-child{
        padding-right: 5px;
    }
    .mks-psc .product-slider .swiper-slide:last-child > .product-slider-item{
        border-radius: 10px 0 0 10px;
    }
    
    .mks-psc .product-slider:has(.swiper-slide:nth-child(2)) .swiper-slide:last-child {
        padding-left: 10px;
    }
    
    .limited-box{
        margin-bottom: 15px;
    }
    .mks-product-container{
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .mks-product-container .spm,
    .mks-product-container .mks-card,
    .mks-product-container .limited-box,
    .mks-product-container .spm-comments
    {
        border-radius: 0;
    }
    .mks-product-container .spm{
        padding: 0;
        margin-bottom: 15px;
    }
    .mks-product-container .spm .spm-title{
        padding: 0 10px;
    }
    .mks-product-container .spm .c-hr{
        margin-bottom: 0;
    }
    .mks-product-container .spm .mks-ccd{

    }
    .mks-product-container .spm-comments{
        padding: 0;
        margin: 0 0 15px 0;
    }
    .mks-product-container .spm-comments h3{
        padding: 15px 10px;
        margin: 0;
    }
    .mks-product-sections{
        padding: 0;
    }
    .mks-product-container .mks-card{
        margin-top: 0;
    }
    .mks-product-container .comment-form{
        padding: 0 10px 10px 10px;
    }
    .mks-brands-page-container{
        padding: 0 !important;
        margin: 0 !important;
    }
    .brands-main-div{
        padding: 10px;
    }
    .bmd-title{
        font-size: 18px;
    }
    .bmd-group-title{
        margin-top: 10px;
    }


    .mks-archive-description-modern-container{
        padding: 0;
    }
    .mks-archive-description-modern-container .limited-box{
        border-radius: 0;
    }

    .mks-archive-category-slider{
        padding: 0;
        margin-bottom: 15px;
    }

    .mks-aoi-nt2-countdown .mks-ccd span::after{
        margin: 6.4px;
    }

    .sections-title,
    .sliders-show-more{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        margin: 20px 0 6px 0;
        padding: 0;
    }


    .col-sm-12.col-12.mks_pbi_highlights{
        padding: 0;
    }

    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:first-child .product-slider-item{
        border-radius: 0 10px 10px 0;
    }
    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:last-child .product-slider-item{
        border-radius: 10px 0 0 10px;
    }

    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:first-child{}
    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:last-child{}

    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:first-child > a{
        border-radius: 0 10px 10px 0;
    }
    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:last-child > a{
        border-radius: 10px 0 0 10px;
    }
    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:first-child{
        padding-right: 5px;
    }
    .col-sm-12.col-12 .swiper .swiper-wrapper .swiper-slide:last-child{
        padding-left: 10px;
    }

    

    .col-sm-12.col-12.mks_pbi_productSlider{
        margin-top: 10px;
        padding: 0;
    }
    .col-sm-12.col-12.mks_pbi_productSlider .amazing-offer-nt-section{
        padding: 0 0 15px 0;
        border-radius: 0;
    }

    .col-sm-12.col-12.mks_pbi_productSlider .amazing-offer-nt-section .mks-amazing-section{
        padding: 20px 10px 15px;
        margin: 0;
    }

    .col-sm-12.col-12.mks_pbi_productSlider .amazing-offer-nt-section .swiper-slide:first-child{
        margin-right: 5px;
    }
    .col-sm-12.col-12.mks_pbi_productSlider .amazing-offer-nt-section .swiper-slide:last-child{
        padding-left: 10px;
    }

    .col-sm-12.col-12.mks_pbi_tabSlider{
        padding: 0;
    }
    .col-sm-12.col-12.mks_pbi_tabSlider .mks-slider-tab{
        border-radius: 0;
        padding: 10px 0 0;
        border-bottom: none;
    }
    .col-sm-12.col-12.mks_pbi_tabSlider .mks-slider-tab .nav-tabs{
        padding: 0 5px 10px !important;
    }
    .col-sm-12.col-12.mks_pbi_tabSlider .mks-slider-tab .tab-content{
        padding: 0;
    }

    .col-sm-12.col-12.mks_pbi_articles{
        padding: 0;
    }
    .col-sm-12.col-12.mks_pbi_articles .articles-nt-section{
        border-radius: 0;
        padding: 10px 0;
    }
    .col-sm-12.col-12.mks_pbi_articles .latest-articles-background{
        border-radius: 0;
        margin: 0 0 10px 0;
    }
    .col-sm-12.col-12.mks_pbi_articles .articles-nt-section .ans-header{
        padding: 0 10px;
        margin: 0;
    }
    .ans-header{
        margin: 0;
    }

    .mks-asi-cutom-image{
        max-width: 120px;
    }

    .product-slider-item .price{
        margin: 0 !important;
    }

    .mks-price-container{
        padding: 0;
    }

    .mks-toman-symbol{
        width: 15px !important;
        height: 15px !important;
        margin: 0 0 4px 0 !important;
    }

    /* Tablet Slider Tab Styles */
    .mks-slider-tab .nav-tabs .nav-link {
        padding: 4px 8pxpx;
        font-size: 13px;
        margin-left: 6px;
    }
    
    .mks-slider-tab .tab-content {
        padding-top: 20px;
    }
    
    
    .mks-slider-tab .nav-tabs .nav-link:focus {
        box-shadow: 0 0 0 3px rgba(219, 49, 78, 0.2);
    }
    
    .price {
        text-align: center;
    }

    .category-boxes-item{
        font-size: 11px;
        padding: 15px 10px;
        border-radius: 12px;
        font-weight: 100;
    }
    
    /* Tablet Category Styles */
    .category-boxes-item-nt {
        
    }
    
    .category-boxes-item-nt2 {
        width: calc(33.333% - 11px);
        min-height: auto;
        padding: 20px 16px;
    }
    
    .category-boxes-item-nt2 img {
        width: 60px !important;
        height: 60px;
    }
    
    .category-boxes-item-nt2 p {
        font-size: 12px;
    }
    
    /* Mobile Shipping Styles */
    .woocommerce-shipping-destination {
        font-size: 12px;
        padding: 10px 12px;
        border-radius: 10px;
    }
    
    
    .woocommerce-shipping-methods li {
        border-radius: 10px;
        padding: 10px 12px;
    }
    
    .woocommerce ul#shipping_method .amount {
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 14px;
    }
    
    .shipping-cost {
        font-size: 14px;
        padding: 6px 10px;
        border-radius: 6px;
    }
    
    /* Tablet Article Styles */
    .article-mpi {
        margin: 8px 0;
        padding: 12px;
    }
    
    .article-mpi-t-d h3 {
        font-size: 15px;
        margin: 0 0 8px 0;
    }
    
    .article-mpi-t-d p {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    
    .section-title-article {
        font-size: 20px;
        margin: 25px 0 20px;
    }
    
    .show-all-articles {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .mks_aac_loading{
        text-align: center;
    }
    
    /* Tablet Brand Styles */
    .mks-ntb-card {
        margin: 20px 0;
        border-radius: 16px;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
    }
    
    /* Tablet Header Styles */
    .dm-header {
        border-radius: 16px;
        margin: 12px 0;
    }
    
    .dmh-search {
        border-radius: 18px;
        margin-top: 12px;
    }
    
    .dmh-search input {
        padding: 14px 60px 14px 18px;
        font-size: 15px;
    }
    
    .dmh-search-button {
        padding: 9px 11px;
        border-radius: 14px;
    }
    
    .mks-btn {
        padding: 10px;
        font-size: 13px;
    }
    
    .mdh-cart {
        padding: 7px 11px;
        border-radius: 18px;
    }
    
    .dm-second > ul > li > a {
        padding: 11px 18px;
        font-size: 14px;
    }
    
    /* Tablet Banner Styles */
    .mks-banners {
        border-radius: 18px;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
    }
    
    /* Tablet Slider Styles */
    .main-slider {
        border-radius: 18px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }
    
    .main-slider-full-width {
        border-radius: 18px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    }
    .main-slider .swiper-wrapper{
        margin: 0 !important;
    }
    
    .owl-prev, .owl-next {
        padding: 5px 15px !important;
    }
    
    .owl-prev span, .owl-next span {
        font-size: 30px;
    }
    
    /* Tablet Shipping Styles */
    .woocommerce-shipping-destination {
        font-size: 13px;
        padding: 11px 14px;
        border-radius: 11px;
    }
    

    .woocommerce-shipping-methods li {
        border-radius: 11px;
        padding: 11px 14px;
    }
    
    .woocommerce ul#shipping_method .amount {
        padding: 5px 9px;
        border-radius: 7px;
        font-size: 15px;
    }
    
    .shipping-cost {
        font-size: 15px;
        padding: 7px 11px;
        border-radius: 7px;
    }
    
    .mks-banners a img {
        border-radius: 18px;
    }
    
    .mks-ntb-card-header {
        padding: 16px 20px;
    }
    
    .mks-nch h3 {
        font-size: 22px;
    }
    
    .mks-nch i {
        font-size: 28px;
    }
    
    .mks-bst-2-img {
        height: 100px !important;
        padding: 12px;
        margin: 6px;
    }
    
    .brands-slider img {
        height: 100px !important;
        padding: 12px;
        margin: 6px;
    }
    .p-slider-out-stock-icons{
        width: 27px;
        /*height: 27px;*/
        border: none;
    }
    .psi-gc-x {
        display: none;
    }
    .mks-ssp-title {
        font-size: 12px;
    }
    .mks-ssr-price{
        font-size: 13px;
    }
    .mks-ssd-price{
        font-size: 15px;
    }
    .ct-over{
        font-size: 15px;
        font-weight: 100;
        color: #d85a66;
    }
    .mca-image img{
        display: none;
    }
    .spm-form-add-to-cart .quantity input{
        height: 100%;
    }
    .mks-spi-ats .spm-form-add-to-cart > button{
    }
    .product-slider-item {
        padding: 4px 8px;
        border-radius: 0;
    }
    
    .product-slider-item a img {
        height: 140px !important;
        border-radius: 12px;
    }
    
  
    
    .product-slider-item-discount-percent{
        height: 43px;
        width: 39px;
        right: 8px;
        top: -6px;
        font-size: 13px;
        display: block;
        line-height: 48px;
    }
    
    .price {
        margin-top: 12px;
    }
    
    .price del {
        font-size: 11px;
    }
    
    .price ins {
        font-size: 14px;
    }
    .mks-amad{
        display: inline-flex;
        justify-content: space-between;
    }
    .mks-ap .psi-gc {
        font-size: 25px;
    }
    .woocommerce-variation-add-to-cart .mks_aac_loading{
        text-align: center;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        padding: 10px;
        z-index: 10;
        border-radius: 0;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    }
    .mks-app{
        padding: 0 !important;
    }
    .archive-pi{
        border-radius: 0 !important;
        border: solid 1px #e9e9e9;
        margin: 0;
        border-top: 0;
        border-left: 0;
    }
    .mks-app-row{
        padding: 0;
    }
    .mks-apc-padding{

    }
    .mks-apr{
        border: solid 1px #e9e9e9;
        border-bottom: 0;
        border-right: 0;
        border-radius: 0;
        overflow: hidden;
    }
    .mks-dpl{
        margin: 17px 0;
    }
    .price ins > span > bdi > span,
    .price del > span > bdi > span{
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 0 0 5px 0;
        font-size: 10px;
    }
    .mks-ap-dpm{
        display: block;
    }
    .spm-sal{
        display: none;
    }
    .silva-spm-under-title{
        margin: 7px 0 0 0;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }
    .silva-spm-under-title li {
        display: block;
    }
    .silva-spm-under-title li:last-child{
        margin-right: 0 !important;
    }
    .spm-like-icon{
        font-size: 20px;
    }
    .spm-share-icon {
        font-size: 20px;
        margin-right: 14px;
    }
    .spm-gallery {
        border-left: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .woocommerce-product-gallery__image a img{
        max-width: 100%;
        height: auto;
    }
    .mks_aac_ss{
        width: 30px;
        height: 30px;
        margin-top: 6px;
    }
    .psi-gc{
        font-size: 25px;
    }
    .mks-mobile-reverse div:last-child{
        padding-right: 0;
    }
    .mobile-login-main{
        padding: 20px;
    }
    .btn-login{
        font-size: 14px;
    }
    .sliders-show-more{
        font-size: 12px;
    }
    .mks-cqb{
        width: 75%;
    }
    .spm-cip{
        padding: 0 5px;
    }
    .spm-cip > div:first-child{
        order: 2;
        margin-top: 20px;
    }
    .spm-cip > .variations_form{
        order: 1;
    }
    .article-mpi-t-d h3{
        font-size: 14px;
    }
    .article-mpi-t-d p{
        font-size: 12px;
    }
    .mks_attribute_name{
        font-size: 15px;
    }
    .mks-toa-text{
        font-size: 14px;
    }
    .woocommerce-variation-price > span.price > div.price del{
        font-size: 12px;
    }
    .woocommerce-variation-price > span.price > div.price ins{
        font-size: 25px;
    }
    .mks-a-image-label span{
        font-size: 10px;
    }
    .mks-custom-attributes{
        order: 2;
        padding: 0 10px;
    }
    .category-slider-item-h3{
        width: 100%;
    }
    
    .top-banners-slider-title{
        height: 35px;
        font-weight: 500;
        font-size: 11px;
    }
    .archive-list-title{
        font-size: 15px;
    }
    .mks-category-slider-modern .category-slider-item{
        padding: 5px;
    }
    .mks-cart-coupon{
        flex-wrap: wrap;
    }
    .coupon-error-notice{
        flex: 1 1 100%;
    }
    .account-back-to-orders{
        padding: 8px 16px;
        margin-top: 20px;
    }
    .ods{
        padding: 0 15px;
    }
    .cp-content h2{
        padding: 15px;
        margin: 0;
    }
    .mks-incredible-offer-img{
        width: 100px;
        height: auto;
    }
    .mks-spt[half-width],
    .mks-spt[full-width]
    {
        width: 100%;
    }
    
}

@media only screen and (min-width: 320.98px) and (max-width: 575.98px) {

    .p-slider-in-stock-icons {
        display: none;
    }
}

@media only screen and (min-width: 575.98px) and (max-width: 991.98px) {

}

@media only screen and (min-width: 991.98px) and (max-width: 1199.98px) {

}

@media only screen and (min-width: 1199.98px) and (max-width: 1399.98px) {

}

@media only screen and (min-width: 1399.98px) {

}

@media only screen and (max-width: 1140px) {
    .mks-header-support{
        display: none;
    }
}
