/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

ul.products li.product .woocommerce-loop-product__title {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    min-height: 3.4rem;
    height: 2.3em;
    text-align: center;
  }
  
  .site-header .site-header-cart .count {
    white-space: nowrap;
    font-size: 14px;
    padding: 3px;
}

@media screen and (min-width:768px){
    
    #yith-quick-view-content div.summary {
        margin: 0;
        padding: 15px;
        width: 50%;
        float: left;
    }

    #yith-quick-view-content div.images {
        width: 48%;
        float: left;
        opacity: 1 !important;
    }
    .single-product div.product .woocommerce-product-gallery {
        width: 41.1764705882%;
        float: left;
        margin-right: 0.882%;
        margin-bottom: 0.706em;
    }

}

.widget_price_filter .ui-slider .ui-slider-handle {
    margin-top: -0.05em;
}

ul.products li.product .bistro-rating-cart-button .added_to_cart {
    top: auto;
    bottom: 0;
}

ul.products li.product .button {
    margin-bottom: 0;
}

#yith-quick-view-content .woocommerce-product-gallery__wrapper a{
    pointer-events: none;
}


.row{
    clear: both;
    margin: 0 -15px;
}

.row:before,
.row:after{
    clear: both;
}

@media screen and (min-width:768px){
    
    .col-md-6{
        width: 45%;
        padding: 0 15px;
        float: left;
    }
    
    .col-md-1{
        width: 5%;
        padding: 0 15px;
        float: left;
    }
    
    .col-md-5{
        width: 40%;
        padding: 0 15px;
        float: left;
    }
    
    .right-sidebar .content-area {
        float: right;
    }
    
    .right-sidebar .widget-area {
        float: left;
    }
    
    .right-sidebar .content-area {
        margin-left: 4.347826087%;
        margin-right: 0;
    }
    
}

footer .fa {
    font-size: 30px;
    padding-right: 20px;
    padding-bottom: 11px;
}

footer ul.sub-menu{
    display: none;
}

.woocommerce-active .site-header .site-branding {
    width: 15%;
}

.col-full.restert .col-full{
	padding: 0;
	max-width: 90%;
	float: left;
}

body.home header.entry-header h1.entry-title, body.home  .entry-content p{
	text-shadow: 0 0 10px #000000;
}

header ul.sub-menu, footer ul.children{
	display: block;
}

main#main > a:not(img),
main#main > img{
	margin: 0 0 30px !important;
	display: block;
}

.pswp__caption {
	display: none;
}

.widget_product_search form:not(.wp-block-search) input[type=search] {
    width: auto;
}