@media screen and (max-width: 1400px ) {
    .header .container,footer .container, .single .container, .page .container
    ,.archive .container
    {
        padding: 0 15px;
    }
	.hero-archive{
		gap: 12px;
	}
}
@media screen and (max-width: 1200px ) {

    /*.product-intro .entry-image {*/
    /*    flex-wrap: wrap;*/
    /*}*/
	.footer-namad {
        width: 100% !important;
    }
    .product-intro .entry-image .flex-viewport {
        width: 80%;
    }
    .product-intro .entry-image ol {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .box-brand .owl-carousel .owl-nav button {
        width: 50px;
        height: 45px;
    }
    .special-box .special-item figure {
        width: 30%;
    }
}
@media screen and (max-width: 992px ) {
.account-btn {
    position: relative;
    display: inline-block;
}

.account-btn .ac-access {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 200px;
    border-top: 0;
    z-index: 9;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.account-btn.active .ac-access {
    visibility: visible;
    max-height: 300px;
    opacity: 1;
}

.account-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-label i {
    transition: transform 0.3s ease-in-out;
}

.account-btn.active .account-label i {
    transform: rotate(180deg);
}


	
    .content-ajax-search ul {
        max-height: 100%;
    }
	.footer-namad {
    display: contents !important;
}

.side-single-shop {
    position: fixed;
    top: 0;
    right: -80%; /* حالت بسته */
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 100000;
}

.side-single-shop.open {
    right: 0; /* حالت باز */
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99999;
}

.overlay.active {
    display: block;
}

.close-menu-responsive-full-page {
    /* در صورت نیاز می‌توانید استایل دکمه بستن را تنظیم کنید */
    cursor: pointer;
}


.footer {
        padding-bottom: 100px;
    }
    .header-sticky {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
    }
	header.header .header-mobile {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
    border: 1px solid rgba(255, 255, 255, 0.39);
    margin: 10px;
    border-radius: 10px;
}
    .top-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .close-button {
             display: block;
        background: transparent;
        border: none;
        padding: 10px 15px;
		        color: red;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px !important;
        float: left;
        width: 100%;
        text-align: left;
    }
    .mobile {
        display: block;
		/* background: transparent !important; */
        box-shadow: none;
    }
    .desktop {
        display: none;
    }
    .close-menu-responsive-full-page {
        display: block;
    }
    form.woocommerce-cart-form {
        flex-wrap: wrap;
    }
    .cart-custom,.woocommerce .cart-collaterals {
        width: 100%;
    }
    .hero-single {
        flex-wrap: wrap;
    }
    .hero-insta {
        flex-wrap: wrap;
        gap: 20px;
    }
    .main-single,.side-single,.hero-insta .right,.hero-insta .left {
        width: 100%;
    }
    .related-item,.related-item h2 {
        height: auto;
    }
    .product-intro {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .product-intro .entry-summary,.product-intro .entry-image {
        width: 100% !important;
    }
    .product-intro .entry-image .flex-viewport {
        width: 75%;
    }
    .product-intro .entry-image ol {
        margin-top: 25px !important;
    }




    .box-insta .first-item {
        width: 20%;
    }
    .box-insta .left-item {
        width: 79%;
    }
    .box-blog {
        flex-wrap: wrap;
    }
    .box-blog .big-post {
        width: 65%;
        margin: auto;
    }
    .box-blog .small-post {
        width: 100%;
    }
    .special-box .special-item .det-special .down {
        flex-wrap: wrap;
    }
    .special-slider {
        flex-wrap: wrap;
        gap: 10px;
    }
    .special-box .owl-stage-outer,.special-slider .owl-dots {
        width: 100%;
    }
    .special-slider .owl-dots {
        flex-direction: row;
        padding-left: 0;
    }
    .special-box:before,.special-box:after {
        height: 66%;
    }
	    .product-group .col-lg-3, .product-group .col-lg-3:not(:last-child) {
        border: none !important;
        border-left: none !important;
    }
}
@media screen and (max-width: 768px ) {
		.user-info-account{
		    flex-direction: row !important;
	}
	.comment-form-rating-stars{
		width: 100% !important;
	}
	.myaccount-custom-nav{
		padding: 5px !important;
		gap:5px !important;
	}
	.myaccount-custom-nav ul{
gap: 10px !important;
	}
    .filter-shop.mobile {
        position: fixed;        
        bottom: 70px;           
        right: 20px;          
        background-color:  var(--main-color-one);  
        border-radius: 50%;     
        width: 50px;            
        height: 50px;           
        display: flex;           
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px  var(--main-color-one);  
        z-index: 1000;          
        transition: background-color 0.3s; 
    }

    .filter-shop.mobile i {
        font-size: 24px;      
        color: rgb(255, 255, 255);         
    }

    .filter-shop.mobile span {
        display: none;
    }
    
    .filter-shop.mobile:hover {
opacity: .8;        cursor: pointer;
    }
	.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
	}
	.desknavtecno {
		display: none !important;
	}
    .account-menu-btn{
               display: flex;
        gap: 20px;
        align-items: center;
    }
	.mobile-account-slide {
		display: block;
	}
	.user-info-account span{
		color: #000 !important;;
	}
	.main-archive .post-item{
		    width: 47.5% !important;
	}
	    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        content: "";
        height: 100%;
		color : #fafafa !important;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--second-color) !important;
        border-radius: 10px;
        box-shadow: 0px 5px 5px 1px var(--second-color);
    }
	    .banner-image-main {
        margin-bottom: 40px;
    }
    .hero-archive .product-item {
        width: 47%  !important;
    }
    .digicamak-order-review {
        width: 100%;
    }
    .cart-custom .product-item {
        width: 47%;
    }
    .related .product-item {
        width: 47%;
    }
    .product .related {
        justify-content: center;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        flex-wrap: wrap;
    }
	span.wc-block-components-button__text {
    color: #fafafa;
}
    .comment-text .right-review,.comment-text .description,
    .review-radio-question,.rate-list
    {
        width: 100%;
    }
    .show-my-rate {
        margin: 0;
    }
    .custom-field-review {
        gap: 25px;
    }
    .box-insta .first-item {
        width: 25%;
    }
    .box-insta .left-item {
        width: 74%;
    }
    .box-sell {
        flex-wrap: wrap;
    }
    .box-sell .best-sell {
        margin: auto;
    }
    .other-sell {
        width: 100%;
        margin-top: 30px;
    }
    .special-slider .owl-dots {
        display: none !important;
    }
    .special-box:before,.special-box:after {
        height: 100%;
    }
    .special-box::before {
        width: 45%;
    }
    .special-box::after {
        transform: translate(-15%,0px) skew(-14deg,0deg);
        right: 20%;
    }
    .main-slider .owl-carousel .owl-nav button {
        display: none;
    }
}
@media screen and (max-width: 576px ) {
	/* .product-intro form.cart .quantity,
.product-intro form.variations_form .quantity {
    display: none !important;
} */
div#custom-ajax-modal {
    width: 80% !important;
}
.cmkdigi-custom-ajax-modal{
	width: 90% !important;
    transform: translate(-50%, -50%) !important;
}
.sitepricmk{
	    width: 90% !important;
		height: 25% !important;
}
	.cart-line-bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #f5f5f5;
        box-shadow: rgba(0,0,0,.05) 0 -2px 10px 0;
        padding: 10px;
        align-items: center;
        z-index: 99999999999999;
    }
.footer-namad {
        width: 100% !important;
    }
    .cart-line-bottom .order-total > span {
        display: block;
        font-size: 15px;
    }
    .cart-line-bottom .order-total > span .woocommerce-Price-currencySymbol {
        font-size: 12px;
    }
    .hero-archive .product-item {
        width: 100%;
    }
    .before-shop .woocommerce-result-count {
        display: none;
    }
    .cart-process,.cart-custom .product-item {
        width: 100%;
    }
    .cart-process ul li::before {
        width: 38px;
        height: 38px;
    }
    .cart-process ul li::after {
        height: 6px;
        top: 19px;
    }
    .related .product-item {
        width: 90%;
    }
    .woocommerce #reviews #comments ol.commentlist li {
        margin-bottom: 0;
    }
    .product-intro .entry-image .flex-viewport {
        margin: auto;
    }
    .product-intro form.cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex
;
        justify-content: space-between;
        z-index: 99;
        height: 60px;
        width: 98%;
        padding: 10px;
        background: rgb(255 255 255);
        border-radius: 16px;
        box-shadow: 0px 3px 13px 0px #00000054;
        margin: 3px auto !important;
    }
    .product-intro form.cart .p-q {
        margin: 0;
        gap: 5px;
    }
    .product-intro form.cart .p-q .quantity {
        width: 50px !important;
        max-height: 100% !important;
    }
    .product-intro form.cart .p-q .quantity button {
        padding: 0  !important;
        margin: 0 !important;
    }
    .product-intro form.cart .p-q .quantity .qty {
        font-size: 16px;
    }
    .product-intro .entry-summary .p-q .single-price .discount {
        display: none;
    }
    .product-intro .entry-summary .p-q .single-price .price ins {
        font-size: 15px;
    }
    .product-intro .entry-summary .p-q .single-price .price del {
        font-size: 14px;
    }
    .product-intro .entry-summary .p-q .single-price .price ins span.woocommerce-Price-currencySymbol {
        font-size: 12px;
		float: left;
    }
    .product-intro .entry-summary .p-q .single-price .price {
              flex-wrap: wrap;
        margin: 0px 10px;
        line-height: 1.2rem;
		    flex-direction: column-reverse;
    }
    .product-intro .entry-summary .single-add-to-cart {
        /* width: auto; */
        font-size: 12px;
        padding: 0px 10px;
        min-width: 40%;
    }
    .product-intro .entry-summary .product-meta,
    .product-intro .entry-summary .product-delivery,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a
    {
        font-size: 13px;
    }
    .floating-contact .floating-button {
        right: unset;
        left: 15px;
        bottom: 70px;
        width: 42px;
        height: 42px;
        font-size: 24px;
    }
    .product-intro form.variations_form {
        position: unset;
        box-shadow: unset;
        border: unset;
        display: block;
        padding: unset;
        height: unset;
    }
    .product-intro .entry-summary .show-rate {
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
    }
        .product-intro form.variations_form .single_variation_wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.23);
        border-radius: 16px;
        backdrop-filter: blur(16.9px);
        -webkit-backdrop-filter: blur(16.9px);
        border-top: 1px solid #f5f5f5;
        box-shadow: rgb(0 0 0 / 19%) 0px 2px 3px 0;
        margin: 10px !important;
        display: flex
;
        justify-content: space-between;
        z-index: 99;
        height: 60px;
        padding: 10px;
    }
    .product-intro .entry-summary .p-q .single-price .price > span > bdi {
        font-size: 15px;
    }
    .product-intro .entry-summary .p-q .single-price .price > span > bdi .woocommerce-Price-currencySymbol {
        font-size: 12px;
		float: left;
    }
    .product-intro form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item span,
    .woocommerce div.product .woocommerce-tabs .panel .additional-product .property-item p
    {
        padding: 10px;
        font-size: 12px;
    }
    .cross-item .down .price > span > bdi {
        font-size: 14px;
    }







    .footer-down .copy-right {
        text-align: center;
        width: 100%;
    }
    .footer-down .social-footer {
        justify-content: center;
        width: 100%;
    }
    .application .right {
        margin: auto;
    }
    .footer-box .footer-about {
        width: 100%;
    }
    .box-insta .first-item {
        width: 47%;
    }
    .box-insta .left-item {
        width: 49%;
    }
    .box-blog .big-post {
        width: 100%;
    }
    .special-box .special-item {
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px;
    }
    .special-box .special-item figure,.special-box .special-item .det-special {
        width: 100%;
    }
    .special-box .special-item figure img {
        margin: auto;
    }
    .special-box:before {
        width: 53%;
    }
    .special-box:after {
        transform: translate(-15%,0px) skew(-10deg,0deg);
        right: 15%;
    }
    .stories.carousel .story, .stories.carousel .story:first-child {
        margin: 0 10px;
    }
    .main-slider .owl-stage-outer {
        border-radius: 0;
    }
}
@media screen and (max-width: 360px ) {
    .product-intro .entry-summary .single-add-to-cart {
        display: block;
        align-items: center;
        min-width: 10%;
    }
 

}
