/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2023 | 04:40:47 */
@media screen and (max-width: 480px){
    /*Start banner top*/
    body section.banner_top{
        min-height: auto !important;
    }
    body section.banner_top .ct-section-inner-wrap .banner_wrapper .banner_heading h2{
        font-size: 26px !important;
    } 
    body .product_detail_list .product_list_wrapper .js-wpv-view-layout .page_list{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 8vh !important;
    }
    body .product_detail_list .product_list_wrapper .js-wpv-view-layout .page_list .button_procduct{
        position: absolute;
        top: 100%;
    }
    body .product_detail_list .product_list_wrapper .js-wpv-view-layout .page_list:hover .button_procduct{
        top: 100% !important;
    }
    /*End banner top*/
    /*Start product detail*/ 
    /*End product detail*/
    /*Start Home*/
    body .home_row_2 .home_wrapper .slider_item .slider_right .slider_title .ct-text-block{
        text-align: center !important;
    }
    body section.home_row_3 .ct-section-inner-wrap .home_wrapper{
        padding-bottom: 0 !important;
    }
    /*End Home*/
    /*Start about*/
    body section.about_row_2 .about_wrapper .about_wrapper_left{
        width: 100% !important;
        margin-bottom: 20px;
    }
    /*End about*/
    /*Start contact*/
    body .contact_row_1 .ct-section-inner-wrap .contact_wrapper .contact_left{
        display: none;
    }
    /*End contact*/
    /*Start*/
    /*End*/
    
    
    
    
    }