/*
Theme Name: Bootin Child
Theme URI: http://www.wpbingosite.com/bootin
Author: wpbingo
Description: This is a child theme for Bootin
Version: 1.0
Author URI: http://wpbingosite.com
Template: bootin
Text Domain: bootin-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bwp-header .wpbingoLogo img{
    max-height: 55px;
}
.woo-slider-2 .item-product .products-entry .products-thumb {
    max-width: 265px;
}
.woo-slider-2 .item-product .products-entry .products-content .product-button a {
    display: inline-block;
    line-height: 17px;
    padding: 9px 40px;
    color: #ababab;
    box-shadow: 0 13px 29.4px 0.6px rgba(43,43,43,.25);
    font-weight: 600;
    border: 1px solid #f86d72;
    position: relative;
    background: #f86d72;
    color: #fff !important;
    text-transform: unset;
    font-size: 13px;
    text-align: center;
}
span.select2-selection.select2-selection--single {
    border-radius: 0;
    padding: 10px;
    height: 44px;
    margin: 0 !important;
}
span.select2-selection__arrow{
    right: 25px!important;
    top: 10px!important;
}
.woocommerce-product-search button {
    background: #f86d72;
    color: #fff;
    border: none;
    padding: 7px;
    margin: 0; 
    float: right;
    position: relative;
    top: -5px;
}
input.form-control.hometitlesearch {
    border: 1px solid #aaa;
    display: block;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    width: 40% !important;
}
.rowTestimonial .left {
    display: none!important;
}
.rowTestimonial .right {
    width: 100%!important;
}
.bwp-testimonial.layout3{
    padding-top:0!important;
}
.bwp-testimonial.layout3 .block_content .right .testimonial-content .testimonial-item{
    padding-top:45px!important;
}
.testimonial-image {
    display: none;
}
/* Stile Esaurito con icona */
.product .summary p.stock.out-of-stock {
    color: #c00 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.product .summary p.stock.out-of-stock:before {
    content: "🚫 ";
}

