/*
Theme Name:     Suave Child
Theme URI:      http://www.commercegurus.com/themes/suave-woocommerce-theme/
Description:    Child theme for Suave
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       suave
Version:        1.0
*/
@import "css/custom-country-dropdown.css";

.license-selector-wrapper {
    text-align: center;
}
.license-selector-wrapper .well {
    float: none !important;
}
#dynamic-cart.cart-form {
opacity: 0.5;
    transition: .5s ease;
    position: relative;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
    filter: blur(3px);
	margin-top: 30px;
}
#dynamic-cart.active.cart-form {
    opacity: 1;
    transition: .5s ease;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.product-details-wrapper .qty, .mplus-custom-cart.cart .qty {
    display: none!important;
}

@media only screen and (max-width:1100px){
    .cg-menu-sticky-mobile{
        display: block !important;
    }
    #menu-menu-3{
        display: none !important;
    }
    .desktop-sticky_logo{
        display: none !important;
    }
    .mplus-custom-search{
        right: 45px !important;
    }
    .mplus-custom-cart, #mobile-variable-sticky{
        left: 100px !important;
        right: auto !important;
    }
    .mobile-sticky_logo{
        left: 45% !important;
    }
    .cart-wrap{
/*        left: 0 !important;*/
    }

}

@media only screen and (max-width:505px){
/*
    .mobile-sticky_logo{
        left: 12px !important;
        width: 50px;
    }
*/
    .mobile-sticky_logo img{
        max-height: 50px !important;

    }
    .mplus-custom-search{
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
    }
    /*.load-mobile-menu-sticky{
        position: absolute !important;
        right: -23px !important;
    }*/
    .mplus-custom-cart, #mobile-variable-sticky{
        left: 11% !important;
        right: auto !important;
    }
    .sticky-cart-moible{
        position: absolute;
        left: -50px;
    }




}

@media only screen and (max-width:670px){
    .mplus-custom-cart, #mobile-variable-sticky{
        left: 11% !important;
        right: auto !important;
    }
    .sticky-cart-moible{
        position: absolute;
        left: -50px;
    }

    .load-mobile-menu-sticky{
        position: absolute;
        right: 2%;

    }
    .mplus-custom-search{
        display: none;
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
    }

    .sticky-search-icon{
        display: block !important;
    }

}


@media only screen and (min-width:1100px){
    .mobile-sticky_logo, load-mobile-menu-sticky{
        display: none !important;
    }

}


/*
#wpadminbar{
    display: none;
}
*/



.mobile-sticky-mean{
    position: fixed !important;
    left: 0 !important;
}

.sticky-search-icon{
    display: none;
    position: absolute;
    top: 14px;
    right: 20%;
}

.sticky-search-icon:before{
    display: block;
    font-size: 25px;
    content: "\f002";
    position: absolute;
    top: 5px;
    right: 13px;
    font-weight: 400;
    font-family: 'FontAwesome';
    z-index: 2;
    color: #111;
    margin-top: -1px;
}

.mplus-custom-search-show{
    display: block !important;
}

.cg-menu-below.header{
    box-shadow: unset;
}

#general_product_data .wc_aelia_cs_product_prices {
    display:none !important;
}

.cg-menu-below.header > .container {
    padding-left: 30px;
    padding-right: 30px;
  }

#pv_seller_info {
    color: #000000;
}

#pv_shop_description {
    color: #000000;
}

/* hide footer widget prices */
.subfooter .woocommerce-Price-amount, .subfooter .price-suffix,
.widget_best_selling .woocommerce-Price-amount, .widget_best_selling .price-suffix {
    display: none !important;
}
