/*
Theme Name: Miss Sunshine Child
Theme URI: http://cmsmasters.net/miss-sunshine-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Miss Sunshine Child Theme
Template: miss-sunshine
Version: 1.0.0
License:
License URI:
Text Domain: miss-sunshine-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@media (max-width:1200px){
    #header{
        overflow: visible !important;
    }
    #header .header_mid .header_mid_inner{
        overflow:visible;
    }
    .cmsmasters_dynamic_cart .widget_shopping_cart_content{
        max-height:300px;
        overflow:auto;
    }
    .cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list{
        max-height: 100% !important;
    }
}
@media (max-width:576px){
    .cmsmasters_dynamic_cart .widget_shopping_cart_content {
        left: 50%;
        padding: 20px;
        margin: 0 !important;
        right: auto;
        transform: translateX(-39%);
        text-align: center;
    }
    .woocommerce-cart-form th {
        font-size: 9px;
        letter-spacing: 0.1px;
    }
    .woocommerce-cart-form .product-subtotal {
        padding-right: 5px;
    }
    .woocommerce-cart-form .product-name, .woocommerce-cart-form .product-name a{
        line-height:normal !important;
    }
    .woocommerce-cart-form .quantity{
        padding-right:10px;
    }
    .woocommerce-cart-form .quantity input{
        width:50px;
        padding: 0 5px 0 5px !important;
    }
    #page .shop_table .remove {
        font-size: 18px;
        width: auto;
        height: auto;
    }
    .cart-collaterals .cart_totals {
        width: 100%;
    }
    .cmsmasters_product .cmsmasters_product_add_wrap{
        position:relative !important;
        opacity:1 !important;
    }
    .cmsmasters_product .price{
        opacity: 1 !important;
    }
}
