/** MODS 16/07 **/
@import url('switzer.css');
@media screen and (max-width: 600px) {

    #content-wrapper {
        padding-top: 0!important;
    }

    #main-content .page-width.main-content {
        padding: 1rem!important;
    }

    table#product_comparison {
        display: none!important;
    }

    .tabs-container {
        padding: .5rem!important;
    }

    /* MY ACCOUNT MENU */
    div.links {
        display: grid!important;
        grid-gap: 0.5rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: dense;
        padding: 0.5rem;
    }

    #top-menu, .pk-top-menu {
        z-index: 99999!important;
    }

}

.nav-link[data-toggle="tab"][href="#product-details"] {
    display: none!important;
}

.ce-product-variants__item {
    margin-bottom: 0.8rem!important;
}

span.single-option-text {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #222;
}

.ma_block_qty.hide {
    display: none!important;
}

div#js-product-list div.products div.row div.ajax_block_product div.elementor {
    width: 100%!important;
}

.products-selection {
    margin-top: 1rem;
}

.col-md-9.products-sort-order.dropdown {
    display: none!important;
}

/*Umo*/
/*Settaggi filtro*/
ul.dropdown-menu.inner li a {
    width: 100%!important;
    display: block!important;
}

.filter-type{
    display: none;
}

#module-leopartsfilter-search .container-filter {
    background-color: #0b0b0b!important;
}

.container-filter{
    background: #fff0!important;
}

#mmy{
    margin: 0!important;
}
/*Box layout*/
.leo-partsfilter .leo-partsfilter-submit .label-primary {
    background: transparent!important;
    min-width: 50px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-filter .field-search .btn-group .btn-default {
    height: 48px;
    padding: 0 14px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #545454;
}

#mmy .bootstrap-select > .btn{
    color:#fff;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#mmy .dropdown-menu.open{
    border-radius:10px;
}

.bs-searchbox .form-control{
    border-radius:40px;
}

/*Numerini*/
.container-filter .field-search .value-search:first-child .btn-default .filter-option::before {
    content: "1";
}

.container-filter .field-search .value-search:nth-child(2) .btn-default .filter-option::before {
    content: "2";
}

.container-filter .field-search .value-search:nth-child(3) .btn-default .filter-option::before {
    content: "3";
}

.container-filter .field-search .btn-group .btn-default .filter-option::before {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e1e1e1;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-right:10px;
}

/*Bottone cerca*/
.container-filter .leo-partsfilter-submit .button-text {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 48px;
    font-weight: 800;
    background:#E20613!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    background-color: var(--theme-color-default);
    border-radius: 50px;
    position: relative;
    z-index: 1;
    max-width: 150px;
}

/*Dropdown*/
.dropdown-menu{
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 4px 6px;
}

.form-control {
    padding: .5rem;
}
/*Pagina risultati*/
.z_titolo h2{
    font-size:17px;
    font-weight:900;
    text-transform:uppercase;
    margin:0;
}

.z_filter_section{
    background:#000;
    width:100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
}

.z_titolo{
    max-width: 1520px;
    margin: auto;
    text-align: center;
    padding-top: 15px;"
}
.z_filter_container{
    max-width:1520px;
    margin: auto;
}

.leo-filter-total-product{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.filter-option .pull-left .bootstrap-select > .btn{
    color: #000;
}
/*Ridimensiona selettore ordinamento*/
.col-md-6.products-sort-order.dropdown{
    padding-left: 0;
}
.products-sort-order.dropdown:after{
    display: none
}
/*Nascondi descrizione nella miniatura*/
#module-leopartsfilter-search .short-desc {display:none;}

.z_results_container{
    max-width: 90%;
    margin: auto;
}

/*Messaggio errore*/
.leo-filter-display {
    font-size:14px;
    font-style:italic;
    padding: 11px;
    background: #1d1d1d;
    border: 1px solid #424242;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    max-height: 400px;
}

/*Mobile*/
@media (max-width: 600px) {
    .field-search td{
        width: 100%;
    }
}

@media (max-width: 767px) {
    #mmy tr{
        display: grid;
    }
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Switzer-Variable', serif !important;
}

/* MOBILE fixs */
li.level-1.mobile-menu_account.itemtype-pag a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.ce-product-variants {
    display: flex;
    flex-direction: column;
}

.pw-val p {
    color: rgba(0,0,0,.8);
    font-size: 3rem;
    font-weight: 700;
    margin-top: 1.5rem!important;
    margin-bottom: 1rem;
}

.pw-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ccc;
}

.pw-div p.elementor-heading-title {
    font-size: 1rem;
}

.pw-div .elementor-column {
    width: 14rem;
    padding: 0 1rem;
}

#Racing, #Omologato, #Racing-Acciaio-Inox, #Omologato-Acciaio-Inox, #Racing-Carbonio, #Omologato-Carbonio, #Racing-Alluminio, #Omologato-Alluminio,  #Racing-Titanio, #Omologato-Titanio {
    width: fit-content;
}

.pw-div .first-col {
    position: relative;
}

.pw-div .first-col::after {
    content: '';
    height: 55%;
    width: 2px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 55%;
    background-color: #ccc;
}

@media (max-width: 600px) {
    .pw-div .elementor-column {
        width: 50%;
        padding: 0 0.5rem;
    }
    .pw-val p {
        font-size: 2rem!important;
    }
}

.swiper-slide {
    border-color: transparent!important;
}

.elementor-18170101 .elementor-element.elementor-element-cd29c3a::before {
    display: none!important;
}
