/*
Theme Name: mimerchstore
Theme URI: mimerchstore.com
Description: mimerchstore
Author: mimerchstore
Author URI: mimerchstore.com
Template: astra
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 21 Feb 2022 09:06:59 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/*css for format checkout page  */
.woocommerce form .form-row label {
    width: 100%;
    max-width: 100%;
}
span.woocommerce-input-wrapper {
    width: 100%;
    max-width: 100%;
}
.woocommerce-page .col2-set .col-1 {
    float: left;
       width: 100%;
       max-width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
    float: right;
}


@media only screen and (max-width: 767px) {
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100% !important;
	max-width:100% !important ;
}
}
/*end  */

