@media screen and (max-width: 1400px) {
    .header .container , .footer .container , .single .container , .page .container , .archive .container , .blog .container , .search .container {
        padding: 0 15px;
    }
    .main-single .main-product .product-item , .main-single .main-archive .product-item {
        width: 24%;
    }
}

@media screen and (max-width: 1200px) {

    .main-special .box-banner-special {
        width: 20%;
        display: none;
    }

    .main-special .special-box {
        width: 100%;
    }

    .footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .moboland-megamenu > ul > li > ul {
        width: 950px;
    }



    .product-intro .entry-image .flex-viewport {
        width: 80%;
    }

    .product-intro .entry-image {
        position: relative !important;
        flex-wrap: wrap;
        height: fit-content;
    }

    .product-intro .entry-image ol {
        height: auto;
        width: 100%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 15px !important;
    }

    .main-single .main-product .product-item , .main-single .main-archive .product-item {
        width: 32%;
    }

    .before-shop .catalog-list {
        font-size: 13px;
    }

    .main-archive .archive-item {
        width: 48.5%;
    }

    .main-product .product-item-style figure a .product-image-main {
        max-height: 280px;
    }

    .main-product .product-item-style figure a .product-image-hover {
        max-height: 280px;
    }


}

@media screen and (max-width: 992px) {

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

    .special-box .special-item .detail-special h2 {
        max-width: 585px;
    }

    .other-sell .product-item {
        width: 48.5%;
    }

    .main-single .main-product .product-item , .main-single .main-archive .product-item {
        width: 32%;
    }

    .product-intro {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .product-intro .entry-summary {
        width: 100% !important;
    }

    .product-intro .entry-image {
        width: 100% !important;
    }

    .product-intro .entry-image .flex-viewport {
        width: 70%;
        margin: auto;
    }
    .product-intro .entry-image .flex-active-slide {
        max-width: 80% !important;
    }

    .hero-single {
        flex-wrap: wrap;
    }

    .hero-single .main-single {
        width: 100%;
    }

    .hero-single .side-single {
        width: 100%;
    }

    form.woocommerce-cart-form {
        flex-wrap: wrap;
    }

    .cart-custom {
        width: 100%;
    }

    .woocommerce .cart-collaterals {
        width: 100%;
    }

    .cart-custom .product-item {
        width: 31.5%;
    }

    .mobile-moboland {
        display: block;
    }

    .desktop-moboland {
        display: none;
    }

    .woocommerce .woocommerce-ordering select {
        font-family: "yekanbakh";
        font-size: 13px;
        background: #fff;
        width: 250px;
    }

    .hero-single .side-single-shop-page {
        width: 75%;
        position: fixed;
        top: 65px;
        right: 10px;
        bottom: 0;
        background: #fff;
        z-index: 2500;
        overflow-x: scroll;
        padding: 10px;
        transform: translateX(1000px);
        transition: all .3s ease-in-out;
    }

    .close-menu-responsive-page-moboland {
        display: block;
    }

    .myaccount-detail .item-detail i {
        font-size: 18px;
    }

    .myaccount-detail .item-detail .item-content h6 {
        font-size: 13px;
    }

    .myaccount-detail .item-detail .item-content span {
        font-size: 13px;
    }

    .myaccount-notif h6 {
        font-size: 16px;
    }

    .myaccount-notif div {
        font-size: 14px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li a:before {
        font-size: 18px;
    }

    .myaccount-order .item-order {
        font-size: 13px;
    }

    #modal_video .modal-content {
        width: 90%;
    }

    #modal_video_home_co .modal-content {
        width: 90%;
    }

    .header-mobile{
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .header-mobile .icon-menu-mobile {
        display: flex;
        align-items: center;
    }

    .header-mobile .icon-menu-mobile i {
        font-size: 20px;
    }

    .icon-menu-mobile span {
        margin-right: 5px;
        font-size: 16px;
        font-weight: 600;
    }


    .navigation {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10000; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    .navigation-content {
        position: fixed;
        right: 0;
        bottom: 0;
        background: #FFFFFF;
        padding: 60px 20px 20px 20px;
        border: 1px solid #888;
        width: 300px;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        height: 100%;
        overflow-y: auto;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }
        to {
            top: 0;
            opacity: 1
        }
    }

    /* The Close Button */
    .close_menu {
        color: #aaa;
        font-size: 25px;
        font-weight: bold;
        position: absolute;
        top: 40px;
        left: 25px;
        transition: all .2s ease-in-out;
    }

    .close_menu:hover,
    .close_menu:focus {
        color: #E2324E;
        text-decoration: none;
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

    .header-mobile .navigation-content ul li {
        position: relative;
        margin: 15px 0;
        list-style: none;
    }

    .navigation-content .i-icon {
        line-height: 20px;
        font-size: 16px;
        cursor: pointer;
        float: left;
    }

    .header-mobile .navigation-content ul li a {
        font-size: 16px;
        width: 200px;
        display: inline-block;
    }

    .header-mobile .navigation-content ul li ul {
        background: #ecf0f1;
        padding: 3px;
        margin-top: 10px;
        display: none;
        border-radius: 5px;
    }

    .header-mobile .navigation-content ul li ul li {
        margin: 6px;
    }

    .header-mobile .navigation-content ul li ul li ul{
        background: #bdc3c7;
    }

    .header-mobile .navigation-content ul li ul li a {
        padding: 5px 12px;
        font-size: 15px;
        width: 95%;
    }


    .tab {
        overflow: hidden;
        background-color: #f1f1f1;
        margin-top: 10px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
    }

    .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 10px;
        transition: 0.3s;
        font-size: 14px;
        flex-grow: 1;
    }

    .tab button:hover {
        background-color: #ddd;
    }

    .tab button.active {
        background-color: #bdc3c7;
    }

    .tabcontent {
        display: none;
        margin-top: 10px;
    }

    .header-mobile .logo {
        max-width: 150px;
    }

    .header-mobile .logo a {
        display: flex;
    }

    .header-mobile .logo a img {
        max-width: 100%;
    }

    .header .top-header {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        font-size: 12px;
    }

    .register-btn {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .menu-bottom-mobile {
        display: flex;
    }

    .footer .footer-down {
        padding: 20px 0 70px 0;
    }

    .main-product .product-item-style figure a .product-image-main {
        max-height: 290px;
    }

    .main-product .product-item-style figure a .product-image-hover {
        max-height: 290px;
    }


}

@media screen and (max-width: 768px) {

    .main-slider .owl-carousel .owl-nav button {
        display: none;
    }

    .single-cat .single-cat-left {
        display: none;
    }

    .single-cat .single-cat-right {
        width: 100%;
    }

    .footer .footer-box {
        flex-wrap: wrap;
    }

    .footer .footer-box .first-ch {
        width: 100%;
    }

    .footer .application .left-application {
        width: 70%;
    }

    .special-slider .owl-dots {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .special-slider {
        flex-direction: column;
    }

    .special-box .special-item .detail-special {
        height: 240px;
    }

    .special-box .special-item .detail-special .down-special .price span.woocommerce-Price-amount {
        font-size: 15px;
    }

    .special-box .special-item .end-sale {
        display: none;
    }

    .special-box .special-item .detail-special .additional-product .property-product {
        width: 100%;
    }

    .special-box .special-item .detail-special h2 a {
        font-size: 15px;
    }

    .special-box .special-item .detail-special h2 {
        max-width: 478px;
    }

    .special-box .special-item .discount-special {
        left: 30px;
    }

    .special-box .special-item .detail-special .down-special {
        justify-content: space-between;
    }

    .other-sell .product-item {
        width: 100%;
    }

    .other-sell {
        max-height: 378px;
        overflow: hidden;
    }

    .box-sell .best-sell figure {
        width: 175px;
        height: 175px;
    }

    .related .product-item {
        width: 49%;
    }

    .product .related {
        justify-content: center;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        flex-wrap: wrap;
    }

    .comment-text .right-review {
        width: 100%;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        width: 100%;
    }

    .show-my-rate {
        width: 100%;
        margin-right: 0;
    }

    .cart-custom .product-item {
        width: 46%;
    }

    .cart-progress {
        width: 100%;
    }

    .hero-checkout .moboland-order-review {
        width: 100%;
    }

    .woocommerce-order-details .woocommerce-order-details__title {
        margin: 10px 0 !important;
    }

    .woocommerce-column .woocommerce-column__title {
        margin: 10px 0 !important;
    }

    .main-single .before-shop .woocommerce-result-count {
        display: none;
    }

    .main-single .main-product .product-item , .main-single .main-archive .product-item {
        width: 48.5%;
    }

    .main-product .product-item .down-product .price > span > bdi , .main-single .main-archive .product-item .down-product .price > span > bdi {
        font-size: 16px;
        font-weight: 650;
    }

    .main-product .product-item .down-product .price ins , .main-single .main-archive .product-item .down-product .price ins {
        font-size: 16px;
        font-weight: 650;
    }

    .home-articles .owl-carousel .owl-nav button.owl-next {
        left: 37px;
    }

    .floating-button {
        bottom: 70px;
    }

    .floating-contact .contact-list {
        bottom: 132px;
    }

    .main-product .owl-carousel .owl-nav button {
        opacity: .7;
        transition: all .2s ease-in-out;
    }

    .hero-myaccount {
        display: flex;
    }

    .myaccount-detail {
        gap: 3px;
    }

    .myaccount-detail .item-detail {
        border-radius: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .myaccount-detail .item-detail .item-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .myaccount-detail .item-detail .item-content h6 {
        margin-bottom: 0;
    }

    .myaccount-order {
        padding: 5px;
    }

    .myaccount-order .item-order {
        font-size: 12px;
    }

    .myaccount-order .item-order i {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .myaccount-order .item-order b{
        display: block;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li a {
        font-size: 13px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li a:before {
        font-size: 15px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li a {
        font-size: 11px;
    }

    #modal_video .modal-content {
        width: 100%;
    }

    #modal_video_home_co .modal-content {
        width: 100%;
    }

    .main-slider-co .text-main-slider-co h1 {
        font-size: 26px;
    }

    .main-slider-co .text-main-slider-co a {
        padding: 12px;
        font-size: 14px;
    }

    .our-services-co .our-services-co-ch {
        flex-wrap: wrap;
    }

    .our-services-co .our-services-co-ch .service-co {
        width: 49%;
        margin-bottom: 15px;
    }

    .about-us .about-us-ch .about-us-left h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .our-team .our-team-ch .our-team-item .our-team-caption h3 {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .our-team .our-team-ch .our-team-item .our-team-caption span {
        font-size: 14px;
    }

    .our-team .our-team-ch .our-team-item figure .our-team-icons {
        bottom: 30px;
    }

    .our-team .our-team-ch .our-team-item .our-team-icons i {
        font-size: 30px;
    }

    .main-product .product-item-style figure a .product-image-main {
        max-height: 230px;
    }

    .main-product .product-item-style figure a .product-image-hover {
        max-height: 230px;
    }



}

@media screen and (max-width: 576px) {

    .stories.carousel .story, .stories.carousel .story:first-child {
        margin: 0 10px;
    }
    .special-box .special-item .detail-special .down-special {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .special-box .special-item .detail-special .down-special a {
        text-align: center;
        display: block;
        width: 100%;
    }

    .special-box .special-item {
        display: flex;
        flex-direction: column;
    }

    .special-box .special-item figure {
        width: 70%;
        margin: auto !important;
        display: block;
    }

    .special-box .special-item figure a img {
        max-width: 100% !important;
    }

    .special-box .special-item .detail-special h2 {
        margin-top: 10px;
    }

    .special-box .special-item .end-sale {
        display: unset;
    }

    .footer .footer-line {
        display: flex;
        flex-direction: column;
    }

    .footer .footer-line .footer-line-left span {
        margin: 15px auto;
        text-align: center;
        position: fixed;
        left: 10px;
        bottom: 22px;
        background: #FFFFFF;
        border-radius: 50%;
        z-index: 10000;
        height: 40px;
    }

    .footer .footer-line .footer-line-left span p {
        display: none;
    }

    .text-go-up {
        display: none;
    }

    .single-cat .single-cat-right .single-cat-item {
        width: 100%;
    }

    .footer .application .right-application p {
        font-size: 13px;
    }

    .footer .footer-line {
        text-align: center;
    }

    .related .product-item {
        width: 48%;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 13px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .additional-product .property-product span {
        font-size: 12px;
        min-width: 150px;
        padding: 10px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .additional-product .property-product p {
        font-size: 12px;
    }
    .show-recommend-status-yes {
        line-height: 1.5;
        font-size: 12px;
    }

    .show-recommend-status-no {
        font-size: 12px;
        line-height: 1.5;
    }

    .custom-field-review {
        flex-wrap: wrap;
        gap: 20px;
    }

    .custom-field-review .review-radio-question {
        width: 100%;
    }

    .custom-field-review .rate-list {
        width: 100%;
    }

    .related .product-item {
        width: 90%;
    }

    .article-item-related {
        max-width: unset;
    }

    .cart-progress ul li:before {
        width: 38px;
        height: 38px;
    }

    .cart-progress ul li:after {
        height: 6px;
        top: 19px;
    }

    .cart-custom .product-item {
        width: 100%;
    }

    .main-single .main-product .product-item , .main-single .main-archive .product-item {
        width: 48.5%;
    }

    .filter-shop-page {
        width: 100%;
        font-size: 13px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 150px;
    }

    .box-sell {
        flex-wrap: wrap;
        gap: 10px;
    }

    .box-sell .best-sell {
        width: 90%;
        margin: auto;
    }

    .box-sell .best-sell .add-cart {
        left: 44%;
    }

    .other-sell {
        margin-top: 20px;
        padding-right: 0;
    }
    .special-box .special-item .detail-special {
        height: 340px;
    }

    .home-articles .article-item {
        max-width: unset;
    }

    .main-archive .archive-item {
        width: 100%;
    }

    .footer .footer-line .footer-line-left span {
        bottom: 53px;
    }



    tr.woosw-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .woosw-list table.woosw-items tr td {
        font-size: 12px;
        text-align: center;
    }
    td.woosw-item--actions {
        width: 100%;
    }

    .woosw-list .woosw-copy {
        flex-wrap: wrap;
    }

    span.woosw-copy-label {
        text-align: center;
        width: 100%;
    }

    body.rtl .woosw-list .woosw-copy .woosw-copy-url {
        width: 75%;
    }

    .footer .application {
        flex-wrap: wrap;
    }

    .footer .application .right-application img {
        max-width: 30px;
        max-height: 30px;
    }

    .footer .application .right-application {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer .application .left-application {
        width: 100%;
    }

    .floating-button {
        font-size: 25px;
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .main-single .product-item .down-product .price > span > bdi > span.woocommerce-Price-currencySymbol {
        bottom: 39px;
    }

    .hero-myaccount {
        flex-wrap: wrap;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }

    .woocommerce-MyAccount-navigation ul li {
        width: 32%;
        border: 1px solid #fff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li.is-active {
        background: #6986a0;
    }

    .hero-myaccount .woocommerce-MyAccount-navigation ul li.is-active a {
        border-right: none;
        background: none;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 15px 15px;
    }

    .myaccount-detail {
        flex-wrap: wrap;
    }

    .myaccount-detail .item-detail {
        width: 49%;
    }

    .myaccount-order {
        flex-wrap: wrap;
        border: none;
    }

    .myaccount-order .item-order {
        width: 49%;
        border: 1px solid #ddd;
        margin-bottom: 5px;
    }

    .myaccount-order .item-order:last-child {
        border-left: 1px solid #ddd;
    }

    .modal-content {
        width: 100%;
    }

    #modal_share .modal-content {
        width: 100%;
    }

    .special-box .special-item .detail-special .additional-product {
        margin-bottom: 10px;
    }

    .woocommerce .quantity {
        width: 150px;
        height: 40px;
    }

    .woocommerce .quantity button {
        font-size: 16px;
        padding: 0 14px;
    }

    .woocommerce .quantity .qty {
        font-size: 16px;
    }

    .product-intro .entry-summary .p-q .single-price .price {
        display: inline-block;
        text-align: left;
    }

    .product-intro .entry-summary .p-q .single-price .price del {
        font-size: 16px;
        display: block;
    }

    .product-intro .entry-summary .p-q .single-price .price ins {
        font-size: 18px;
    }

    .product-intro .entry-summary .p-q {
        flex-wrap: wrap;
    }

    .product-intro .entry-summary .p-q .single-product-stock-message {
        width: 100%;
        margin-bottom: 5px;
    }

    .our-services-co .our-services-co-ch .service-co {
        width: 100%;
    }

    .our-services-co .our-services-co-ch .service-co figure a {
        width: 100%;
    }

    .our-services-co .our-services-co-ch .service-co figure a img {
        width: 100%;
    }

    .about-us .about-us-ch {
        flex-wrap: wrap;
    }

    .about-us .about-us-ch .about-us-right {
        width: 100%;
    }

    .about-us .about-us-ch .about-us-left {
        width: 100%;
    }

    .comment-users .ch-comment-users {
        flex-wrap: wrap;
    }

    .comment-users .ch-comment-users .text-slider-comments {
        width: 100%;
    }

    .comment-users .ch-comment-users .slider-comments {
        width: 100%;
    }

    .our-team .our-team-ch .our-team-item .our-team-caption h3 {
        font-size: 14px;
    }

    .our-team .our-team-ch .our-team-item .our-team-caption span {
        font-size: 12px;
    }
	
	.main-slider-co .text-main-slider-co p {
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 20px;
	}
	
	.main-slider-co .text-main-slider-co h1 {
    font-size: 20px;
	margin-bottom: 10px;
	}
	
	.main-slider-co .text-main-slider-co a {
    padding: 10px;
    font-size: 12px;
	}
	
	.our-team .our-team-ch {
    flex-wrap: wrap;
	}
	
	.our-team .our-team-ch .our-team-item {
    width: 45%;
    margin-bottom: 20px;
	}

    .main-product .product-item-style figure a .product-image-main {
        max-height: 510px;
    }

    .main-product .product-item-style figure a .product-image-hover {
        max-height: 510px;
    }










}

@media screen and (max-width: 360px) {

    .single-cat .single-cat-right .single-cat-item {
        width: 100%;
    }

    .box-sell {
        flex-wrap: wrap;
    }

    .box-sell .best-sell {
        display: block;
        margin: 0 auto 40px auto;
        width: 100%;
    }

    .box-sell .best-sell .add-cart {
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: -56px;
    }

    .home-articles .article-item {
        max-width: unset;
    }

}