/*:root{*/
/*    --color_orginal:#ffa500;*/
/*    --color_orginal_2:rgba(255,165,0,0.5);*/
/*}*/
@media(max-width: 1200px)
{
    .vip_arrow
    {
        display: block;
    }
}

@media(max-width: 768px)
{
    .filter_768_open
    {
        display: inline-block;
        position: fixed;
        bottom: 65px;
        right: 17px;
        z-index: 99999;
        width: 50px !important;
        height: 50px;
        border-radius: 50%;
        background: var(--color_1_rgb_75);
        border: unset;
        animation: pulse12 11s infinite;
        color: #fff;
    }
    @-webkit-keyframes pulse12 {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
        }
        90% {
            -webkit-box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
        }
    }

    @keyframes pulse12 {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
            box-shadow: 0 0 0 0 rgba(183, 97, 110, 1);
        }
        90% {
            -moz-box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
            box-shadow: 0 0 35px 20px rgba(183, 97, 110, 0);
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
            box-shadow: 0 0 0 0 rgba(183, 97, 110, 0);
        }
    }
    .filter_768
    {
        display: none;
    }
    .filter_768_opened
    {
        position: fixed;
        top: 2px;
        right: 2px;
        left: 2px;
        bottom: 2px;
        display: block!important;
        z-index: 9999;
        overflow: auto;
        width: calc(100% - 4px);
    }
    .mt-75px-md
    {
        margin-top: 75px;
    }
    #profile-menu
    {
        display: none;
    }
    body.home-page::before
    {
        display: none;
    }
    .menu_right
    {
        display: none!important;
    }
    #search-form,
    #search-form_2
    {
        display: none;
    }
    .send_order .send_order_in .send_order_div
    {
        position: unset;
    }
    header.header_index .login, header.header_index .cart,
    header.header_index_2 .login_2, header.header_index_2 .cart_2
    {
        display: none;
    }
    .row_header_mobile>div:first-child
    {
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
    }
    header.header_index img.logo,
    header.header_index_2 img.logo
    {
        height: 50px;
        margin-top: 5px;
    }
    header.header_index h5,
    header.header_index_2 h5
    {
        line-height: 50px;
        margin-top: 5px;
    }
    .row_slider_mobile
    {
        margin-top: 50px;
    }
    .slider_menu .swiper-container
    {
        height: 250px;
    }
    .menu_mobile
    {
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        height: 70px;
        border-top: 1px solid rgba(214,214,214,0.32);
        z-index: 99;
    }
    .menu_mobile>.menu_row
    {
        width: 20%;
        text-align: center;
        float: right;
        padding: 10px 0;
        position: relative;
    }
    .menu_mobile>.menu_row>a
    {
        width: 100%;
        padding: 10px 0;
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
    }
    .menu_mobile>.menu_row>a>p{
        font-size: 12px!important;
    }
    /*img.banner_img*/
    /*{*/
    /*   height: 250px;*/
    /*}*/
    .mb-70-md
    {
        margin-bottom: 70px!important;
    }
    .count_basket
    {
        background: var(--color_orginal);
        color: #fff;
        position: relative;
        right: 40px;
        top: -10px;
    }
    .alert-search
    {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: 0px;
        right: 5px;
        left: 5px;
        box-shadow: 0 0 2px 1px #999;
        transition: all 0.6s;
    }
    .alert-search form{
        position: relative;
        width: 100%;
    }
    .alert-search button.close
    {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .alert-category,
    .alert-login
    {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: 0px;
        top:100%;
        right: 5px;
        left: 5px;
        box-shadow: 0 0 2px 1px #999;
        overflow-y: auto;
        transition: all 0.6s;
    }
    .alert-category .ul-category-in
    {
        visibility: hidden;
        opacity: 0;
        height: 0;
        transition: all 0.6s;
    }
    .why_digikolah
    {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 5px;
        display: grid!important;
        display: -moz-grid!important;
    }
    .why_digikolah h2.why
    {
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center;
    }
    .why_digikolah .d-flex {
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
    }
    .why_digikolah .d-flex img {
        width: 70px;
    }
    .slider_sale .vip_product_slider .swiper-slide
    {
        height: 100%;
    }
    .slider_sale .swiper-button-prev, .slider_sale .swiper-button-next
    {
        top: 15px!important;
    }
    .articles .swiper-button-next,
    .articles .swiper-button-prev
    {
        display: block;
    }
    footer
    {
        margin-bottom: 70px;
        padding-bottom: 150px;
    }
    footer .adib_ads .adib_link p
    {
        text-align: center;
        padding: 7px 5px;
        font-size: 12px;
    }
    footer ul.social {
        margin: auto;
        margin-top: 5px;
    }
    footer .enemad_footer
    {
        text-align: center!important;
    }
    footer .footer_address_div
    {
        margin-top: 20px;
    }
    .products_page .filter_asc a
    {
        display: none!important;
    }
    .products_page .filter_asc select
    {
        display: block;
        max-width: 200px;
    }
    .product_page .price_product .div_discount
    {
        right: 60%;
    }
    .product_page .comment_product
    {
        width: 96%;
    }
    .blog_single
    {
        padding: 30px 10px;
    }
    .blog_single img{
        height: 250px;
    }
    .about_us img
    {
        height: 250px;
    }
    .contact_us_page .ifram
    {
        padding: 5px;
    }
    .contact_us_page .w-50
    {
        width: 100% !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .slider_sale .swiper-slide,
    section.articles .swiper-slide,
    .slider_sale .vip_product_slider .swiper-slide
    {
        padding: 10px 5px;
    }
    .card_blog_1 .post-wrapper
    {
        height: auto;
        flex-direction: column;
    }
    .card_blog_1 .post-wrapper .post-wrapper__image
    {
        width: 100%;
        height: auto;
    }
    .slider_menu_2 .div_menu
    {
        display: none;
    }
    .home-page_2
    {
        padding-top: 45px;
    }
    .table-responsive {
        overflow-x: auto!important;
    }
           .slider_sale h3 {
            font-size: 1.2rem;
            font-weight: 800;
        }
    .auth-page .card
    {
        padding: 10px;
    }
    .auth-page .w-50
    {
        width: 100% !important;
    }
    #validation-code
    {
        width: 100%;
    }
    .auth-page .col-md-6
    {
        padding: 15px;
        border: none;
    }
    .auth-page .mobile-only
    {
        display: block;
    }
    .arrow_box:after, .arrow_box:before {
        left: 30px;
    }
    .product_page .category_product>.hover_share>.box_1
    {
        transform: none;
        left: -10px!important;
    }
    .slider_sale .vip_product_slider.swiper-container
    {
        height: 420px;
    }
    .breadcrumbs_div_product_page
    {
        display: none!important;
    }
    .pl-md-6
    {
        padding-left:3rem!important;
    }
    .px-md-15
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .product_page h1
    {
        font-size: 1.3rem;
    }
}
@media(max-width: 576px)
{
    .branch_page .img_model h5
    {
        display: none;
    }
    .gallery-top
    {
        height: 400px;
    }
    .pl-md-6
    {
        padding-left:0rem!important;
    }
    .product_page .category_product>a
    {
        padding: 0 1px;
    }
    /*.slider_sale .swiper-slide.swiper-slide-active,*/
    /*.slider_sale .swiper-slide.swiper-slide-next*/
    /*{*/
    /*    width: 250px !important;*/
    /*}*/
    /*img.banner_img*/
    /*{*/
    /*    height: 300px;*/
    /*    !*padding: 5px;*!*/
    /*}*/
    .swiper_blog_list
    {
        display: none;
    }
    .basket-item
    {
        display: block;
        padding: 2px 10px 20px;
    }
    .basket-item__image
    {
        width: 100%;
        height: 180px;
        border-left:none;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-left: 0;
    }
    .basket-item__image img
    {
        width: 100%;
        height: 180px!important;
        object-fit: contain;
    }
    .basket-item__body
    {
        width: 100%;
    }
    .basket-item__body h3
    {
        font-size: 1rem;
    }
    .basket-item__body strong
    {
        font-size: 0.8rem;
    }
    .basket-item__body s
    {
        font-size: 0.8rem;
        color: #8d8d8d;
        font-weight: 500;
        margin-bottom: -7px;
    }
    .product_page .pic_product
    {
        width: 100% !important;
        max-width: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 75px;
        padding: 0;
        border: unset;
        /*max-height: 400px;*/
    }
    .product_page .info_product
    {
        margin-top: 365px;
    }
    .gallery-thumbs
    {
        height: 120px;
        width: 75%;
        position: relative;
        top: 385px;
        background: rgba(255,255,255,0.09);
        border-radius: 5px;
    }
    .swiper-slide-big
    {
        height: 100%!important;
        background-size: cover;
        background-position-y: 0 !important;
    }
    .gallery-thumbs .swiper-slide
    {
        height: 80px;
    }
    .px-md-10
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .swiper-controller
    {
        background: unset;
        backdrop-filter:unset;
        -webkit-backdrop-filter:unset;
        width: 100%;
    }
    .slider_menu .swiper-button-next, .slider_menu .swiper-container-rtl .swiper-button-prev, .slider_menu .swiper-button-prev, .slider_menu .swiper-container-rtl .swiper-button-next
    {
        display: none;
    }
    .slider_menu .swiper-container-vertical .swiper-pagination-bullets
    {
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }
    .slider_menu .swiper-container-vertical .swiper-pagination-bullet
    {
        margin-left: 10px;
        box-shadow: 0 0 1px 2px #fff;
    }
    h3
    {
        font-size: 1.2rem!important;
    }
    .swiper-button-next,.swiper-button-prev
    {
        display: none!important;
    }
    .gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-container-rtl .swiper-button-next
    {
        right: 0px;
        display: block!important;
    }
    .gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-container-rtl .swiper-button-prev
    {
        left: -10px;
        display: block!important;
    }
    .branch_page .img_model
    {
        height: 200px;
    }
}
@media(max-width: 450px)
{
    .branch_page .img_model
    {
        height: 175px;
    }
    /*.gallery-top*/
    /*{*/
    /*    height: 350px;*/
    /*}*/
    /*img.banner_img*/
    /*{*/
    /*    height: 250px;*/
    /*    !*padding: 5px;*!*/
    /*}*/
    .gallery-thumbs
    {
        height: 120px;
        width: 75%;
        position: relative;
        top: 385px;
        background: rgba(255,255,255,0.09);
        border-radius: 5px;
    }
    .slider_sale .swiper-container
    {
        height: 300px;
    }
    .slider_sale .card_product .card_img
    {
        height: 70%;
    }
    .slider_sale .card_product .card_text
    {
        height: 30%;
        padding: 0.6rem!important;
    }
    .slider_sale .card_product .card_text h5
    {
        font-size: 0.77rem;
    }
}
@media(max-width: 405px)
{
    #new-comment-blog
    {
        display: grid!important;
    }
    #new-comment-blog .btn-text
    {
        text-align: center;
    }
    /*img.banner_img*/
    /*{*/
    /*    height: 200px;*/
    /*    !*padding: 5px;*!*/
    /*}*/
    .slider_menu .swiper-container
    {
        height: 200px!important;
    }
    .single-post__meta .hover_share a.fa_hover_share
    {
        left: -10px;
        top: 60px;
    }
    .single-post__meta .hover_share .box_1
    {
        left: -5px;
        top: 70px;
    }
}
@media(max-width: 350px)
{
    .slider_menu .swiper-container
    {
        height: 150px!important;
    }
    /*.slider_sale .swiper-slide.swiper-slide-active,*/
    /*.slider_sale .swiper-slide.swiper-slide-next*/
    /*{*/
    /*    width: 235px !important;*/
    /*}*/
    /*img.banner_img*/
    /*{*/
    /*    height: 150px;*/
    /*    !*padding: 5px;*!*/
    /*}*/
    .basket-item__body h3
    {
        font-size: 0.8rem;
    }
    .basket-item__body strong
    {
        font-size: 0.8rem;
    }
    .basket-item__body .product-count > span
    {
        font-size: 13px;
        margin-left: 15px;
    }
    .product_page .price_product .div_discount
    {
        top: -10px;
    }
    .product_page .price_product .discount
    {
        padding: 0px 5px;
    }
    footer ul.social svg
    {
        width: 25px !important;
        height: 25px !important;
    }
}