/* 
Theme Name:		 Selleria
Theme URI:		 http://childtheme-generator.com/
Description:	 Selleria is a child theme of Porto, created by ChildTheme-Generator.com
Author:			 Francesco Danti
Author URI:		 http://childtheme-generator.com/
Template:		 porto
Version:		 1.0.0
Text Domain:	 selleria
*/

#header .main-menu {
    width:100%;
    display: flex;
    justify-content: space-between;
}
#header .main-menu>li.menu-item {}
#header .main-menu > li.menu-item > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600!important;
}

.single-product .yith-par-message-variation.hide {
    display: block!important;
}

#footer .footer-bottom .footer-right {
    padding: 0px 0 0px 0px;
}

.sale-product-daily-deal, .porto_countdown {
    display:none!important;
}

ul.products li.product-col .woocommerce-loop-product__title {
    white-space: normal!important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 43px;
    height: 43px;
}

.single-product .thwepo_variable .label label {
    font-size: 12px!important;
    text-transform: uppercase;
    line-height: 42px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: var(--porto-body-color);
}

.single-product .thwepo-extra-options {
    width: auto;
    min-width: 45%;
}

.thwepo-field {
    display:block!important;
    padding: 0!important;
}

.extra-options.thwepo_variable > .thwepo-field > .leftside {
    display:inline-block;
}

.extra-options.thwepo_variable.thwepo_default.thwepo_default_style {
    clear: both;
    width: 100%;
    border-bottom: 1px solid var(--porto-gray-2);
    margin-bottom: 20px;
    padding-bottom: 17px;
}

table.extra-options.thwepo_variable.thwepo_default.thwepo_default_style {
    clear:both;
    display: block;
    width: 100%!important;
}

.single-product .posted_in,
.single-product .tagged_as {
    display:none !important;
}

li:has(a[data-term-id="12971"]) {
    display: none;
}


.searchform-fields {
    background: #FAFAFAFA;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}

ul.products li.product-col .woocommerce-loop-product__title {
    max-height: 200px;
    height:fit-content;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .level-1 {
    display:none;
}

.wpfTitleToggle {
    display: none!important;
}
.wpfFilterTitle.wpfTitle {
    text-transform: uppercase;
    font-weight: bold;
    color: #968466;
}

.wpfFilterWrapper i, .wpfFilterWrapper svg {
    padding: 4px 0px;
}


.custom_grid_template .vc_gitem-woocommerce-product-price_html {
    position: absolute;
    top: -30px;
    font-size: 150%;
    text-shadow: 0 0 3px #fff;
    color: #422d42;
    font-weight: bold;
    background-color: rgba(255,255,255,0.5);
    padding: 4px;
    width: 100%;
    left: 0;
    text-align: right;
}

.dfd-searchbox-autocomplete {
    color: transparent;
}

.grecaptcha-badge {
    display:none!important;
}

.porto-ibanner-container a.vc_btn3 {
    color: white;
}
.single-product .woocommerce-variation-availability .stock {
    font-size: 1rem!important;
    color: royalblue!important;
    line-height: 33px!important;
}
#ppcp-messages {
    padding:20px;
}
.single-product .woocommerce-variation-availability .stock:before {
    width: 33px!important;
    border-radius: 50%!important;
}

.products-container.grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 900px) {
    .products-container.grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .products-container.grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 400px) {
    .products-container.grid {
        grid-template-columns: 1fr;
    }
}