/*
    Template:       skudmart
    Theme Name:     SkudMart Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    SkudMart – Clean, Minimal WooCommerce Theme
    Version:        1.0.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    skudmart-child
    Domain Path:    /languages/
*/


/* NUEVO CSS */
@media (max-width: 444px){
    body{
        overflow-x: hidden;
    }

    .promocion-envio{ 
        height: 100% !important;
        padding-bottom: 5px;
    }

    .promocion-envio .container .lahb-content-wrap{
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    #content-wrap{
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
        margin: 0px;
    }

    .site-content article{
        overflow-x: hidden;
    }

    .cart-flyout{
        width: 100%;
    }

    .widget_product_categories{
        padding: 5%;
    }

    .widget_recently_viewed_products{
        padding: 5%;
    }

    .entry-summary{
        padding: 0px 5%;
    }

    .woocommerce-tabs{
        padding: 0px 5%;
    }
}


/* CARRITO */
    .woocommerce-shipping-destination{display: none!important;}


/* POPUP FORM */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

/*Desktop*/

.btn-close-newsletter-popup{
    display: none;
}

.logopopup{
    text-align: center;
}

.logopopup  img{
    width: 80px;
    height: 80px;
}

.lefttext{
    padding: 0px 40px;
}

.lefttext input[type="email"]{

    margin-top: 20px;
    width: 376px;
    font-family: sans-serif;
    font-size: 17px;
    border-radius: 7px;
    border: solid 1px #000;
}

.lefttext input[type="submit"]{

    color: #fff;
    background-color: #000;
    width: 190px;
    font-size: 16px;
    font-family: sans-serif;
    border-radius: 7px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    margin-bottom: 1rem;

}

.lefttext input[type="submit"]:hover{
    background-color: #d2a35c;
}

.texttop{

    font-family: sans-serif;
    font-weight: 300;
    color: #8b8b8b;
    font-size: 17px;
}

.textcenter{
    font-family: 'Playfair Display', serif;
    font-size: 48px;

    line-height: 100px;
    color: #000;
}

.textbottom{

    font-family: sans-serif;
    font-weight: 350;
    color: #000;
    line-height: 25px;
    font-size: 17px;
}

.acuerdo{
    display: flex;
    flex-direction: row;

    justify-content: start;
    align-items: baseline;
    padding: 10px 10px 10px 0px;
}

.textoacuerdo{
    font-family: sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.rightimage{
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.rightimage > img{
    width: 100%;
}

.lbl-dont-show-popup{
    display: block;
    text-align: center;
}

.acuerdo p{
    margin: 0px;
}

.wpcf7-list-item{
    margin:  0px;
}

.la-custom-block{
    display: none;
}

.single-product > #outer-wrap > #wrap > #main > #content-wrap > #sidebar_primary > .sidebar-inner > #woocommerce_product_categories-2{
    display: none;
}

.single-product > #outer-wrap > #wrap > #main > #content-wrap > #sidebar_primary > .sidebar-inner > #woocommerce_recently_viewed_products-2{
    display: none;
}

.woocommerce-info{
    border: solid 1px black;
    font-size: 22px;
    font-weight: 500;
}

.woocommerce-info::before{
    top: auto !important;

}

.cart-flyout{
    background-color: white;
}

/*IPAD*/

@media (min-width: 768px) 
    and (max-width: 1024px) and (orientation : portrait){

        .lightcase-contentInner{
            margin-top: 204px !important;
        }

        .lightcase-case{
            padding: 40px;
        }

        .open-newsletter-popup .lightcase-inlineWrap{
            background-image: none;
            height: 100% !important;
            max-height: 100% !important;
        }

        .lefttext{
            background: none;
        }

        .texttop{
            padding-left: 0px;
            text-align: center;
        }   

        .textcenter{
            padding-left: 0px;
            text-align: center;
        }   

        .textbottom{
            padding-left: 0px;
            text-align: center;     
        }

        .lefttext input[type="email"]{
            display: block;
            margin: 20px auto;
        }

        .lefttext input[type="submit"]{
            display: block;
            margin: 0 auto;
        }

        .custom-lighcase-btn-close{
            right: 18px;
        }

        .acuerdo{
            padding: 10px 0px;
        }
}

/*Mobile*/

@media (min-width: 320px) 
    and (max-width: 767px) and (orientation : portrait){
        /*POPUP*/
        .open-newsletter-popup .lightcase-inlineWrap{
            background-image: none;
        }

        .lightcase-contentInner{
            margin-top: 40px !important;
        }

        #lightcase-content{
            padding: 0px 10px;
        }

        .lightcase-inlineWrap{
            width: 100% !important;
            height: 100% !important;
            max-width: 100% !important;
            max-height: 100% !important;
        }

        .lightcase-case{
            padding: 20px;
        }

        .lefttext{
            padding: 0px 20px;
        }

        .texttop{
            padding-left: 0px;
            text-align: center;
        }   

        .textcenter{
            padding-left: 0px;
            text-align: center;
            line-height: 60px;
        }

        .lefttext input[type="email"] {
            width: 100%;
            margin-left: 0px;
        }   

        .acuerdo{
            padding: 10px 0px 10px 0px;
        }

        .textbottom{
            padding-left: 0px;
            text-align: center;
            padding-top: 20px;
        }   

        .custom-lighcase-btn-close{
            right: 18px;
        }

        .wpcf7-spinner{
            display: none;
        }

        .lefttext p{
            display: block;
            text-align: center;
        }

        /*BLACK FRIDAY*/
        #section_page_header{
            display: none;
        }

        .single-product > #outer-wrap > #wrap > #main > #content-wrap > #sidebar_primary{
            display: none !important;
        }

        .la-custom-block{
            display: block;
        }

        .single-page-article{
            overflow-y: auto;
        }

        .sidebar-box ul{
            columns: 1 !important;
        }

}
#main #content-wrap {padding-top:0px;}

/* aviso sotck */
.cwginstock-subscribe-form .panel-primary{border-color: #fff!important;}
.cwginstock-subscribe-form .panel-primary>.panel-heading{
    background-color: #fff!important;
    border-color: #fff!important;
} 
.cwginstock-panel-heading h4{color: #000!important; font-size: 16px!important;}
.form-group.center-block input{border: 1px solid;}

@media (max-width: 1200px){
        .custom-lighcase-btn-close {
            display: block;
        }
}