.bottom-social {
    margin: auto;
}

/*==============for 4k screen min width 1920 start here=================*/

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

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

}


header.woocommerce-Address-title.title h2 {
    font-size: 25px;
}


/*==============  1199 start  here=================*/
@media only screen and (max-width: 1199px) { 
    .woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tr  {
        display: flex;
           column-gap: 10px;
    }




    .woocommerce div.product form.cart table td {
    width: 100% !important;
    display: flex;
    }
    .woocommerce div.product form.cart table td div {
    display: flex !important;
    }

body.single-product #main-content .product .elementor-section-boxed.elementor-section-height-default {
    margin-top: 0px;
}


}
/*==============  1199 close  here=================*/



/*==============tablet portrate  991 start  here=================*/
@media only screen and (max-width: 991px) { 


 

}
/*==============tablet portrate  991 close  here=================*/


/* ==================All small size Mobile  ==================*/
@media only screen and (max-width: 767px) { 


    .woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations tbody, .woocommerce div.product form.cart .variations tr {
        width: 100% !important;
        flex-direction: column;
    }

    .woocommerce div.product form.cart .variations tr td {
    flex-direction: row;
    }

 .woocommerce .quantity .qty {
        max-width: 51px;
    margin-right: 5px;
 }


}

/* ==================767 close here  ==================*/



/*=====iphone 5 media query=======*/
@media screen and (max-width: 512px) {

body.single-product .main-container button.single_add_to_cart_button {
    font-size: 12px!important;
            min-height: 58px;
}

.elementor-widget-shortcode.vamtam-has-theme-widget-styles.vamtam-wishlist .woosw-btn {
    width: 55px;
    height: 58px;
}

.woocommerce .quantity .qty {  

    height: 58px !important;

}

 

 }

