/**
* Theme Name:        avanam-lookz
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-lookz
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.woocommerce-checkout form.checkout .woocommerce-shipping-fields .shipping_address {
	display: inline-block;
}

.woocommerce.widget_shopping_cart a.button.wc-forward:first-child {
    display: none;
}

#shipping-simulator form.cart {
    flex-direction: column;
}

#shipping-simulator form.cart .shipping-simulator-input {
    display: flex;

}

#shipping-simulator form.cart .shipping-simulator-input input#zipcode {
    height: 42px;    
}

.ask-question button, .social-share button, .woocommerce div.product div.summary button.woosw-btn-has-icon.woosw-btn-icon-text {
    font-size: 12px !important;
}

.wrap_ask_share {
    position: relative;
    top: 2px;
}

@media screen and (max-width:767px) {
    form[name="checkout"] p.form-row {
        float: none !important;
        width: 100% !important;
        clear: both;
    }
}