html{
    scroll-behavior: smooth;
}
span.cointa-style {
    font-family: cointa1;
}
input:-internal-autofill-selected {
    background: none !important; 
}
table {font-size: 14px;}
.form-control {min-width: 100px;}
/*.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #85de5a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(71 153 31 / 25%);
}*/
.text-primary {
    color: #15009a!important;
}
a, a:hover {
    color: #15009a;
}
select {min-width: 100px;}
.dash {
    background: none;
    height: 15px;
}
span.bold {color: #15009a !important;}
footer span.bold {color: #3d464d !important;}
.site-header__logo img {
    height: 90px
}
.site-footer__copyright {
    font-size: 10px;
}
.footer-powered{
    font-size: 12px;
}
@media (max-width: 992px){
    .footer-powered{
        text-align: right;
        width: 100%;
    }
}
@media (max-width: 992px){
    .footer-powered{
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }
}
.footer-powered > b{
    vertical-align: super;
}
.footer-powered .powered {
    font-family: cointa2;
    color: #3d464d;
    font-size: 24px;
    font-weight: normal;
}
.footer-powered .powered:hover {
    color: #15009a;
}
.footer-powered .powered img{
    max-height: 22px;
    vertical-align: text-top;
}
.efp {
    width: 272px;
    height: 400px;
    position: fixed;
    z-index: 999;
    top: 220px;
    left: -272px;
    transition: all 300ms ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.efp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.efp-author {
    display: block;
    text-align: center;
    color: #ffffff !important;
}
.efp.active {
    left: 0;
}

.efp a,
.efp a:hover,
.efp a:active,
.efp a:visited {
    outline: none;
}

.efp .efp-toggle {
    width: 48px;
    min-height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -48px;
    background-color: #262626;
    color: #ffffff;
    z-index: 5;
    border-radius: 0 8px 8px 0;
}

.efp .efp-toggle .efp-toggle-opt {
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer;
}

.efp .efp-toggle .efp-toggle-opt .toggle-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

@-ms-keyframes rotateGear {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateGear {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.efp .efp-body {
    right:0px;
    width: 272px;
    position: relative;
    padding:20px;
    background-color: #262626;
    border-right: none;
    z-index: 2;
    border-radius: 0 0 8px 0;
}

.efp-group:not(:empty) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #424242;
}

.efp-group:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.efp-btn{
    padding: .375rem 0.375rem;
}
.efp-group.buttons .efp-btn:not(:only-child){
    margin-bottom: 8px;
}

.efp .efp-btn + .efp-btn {
    margin-top:8px !important;
}

.efp h5 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 16px !important;
    line-height: 28px !important;
    text-transform: none !important;
    color: #ffffff !important;
}
.block-space--loader {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility 0s .3s;
}
#loadingDialog .block-space--loader {
    position: fixed;
    border: none;
    border-radius: 0;
    z-index: 9999 !important;
}
.ergon-container, .tecdoc-container, #deferred_tecdoc_loader {min-height: 300px; position: relative;}
.indicator--trigger--click.indicator--open .block-space--loader,
.search__dropdown--open .block-space--loader, 
#tecdoc_loader.active .block-space--loader, #ergon_loader.active .block-space--loader,
.block-space--loader.ui-overlay-visible, #deferred_tecdoc_loader .block-space--loader, .block-space--loader.active {
    visibility: visible;
    transition-delay: 0s;
    opacity: 1;
}
.block-space--loader:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
}
.block-space--loader.filter-loader:before {background: #fff;}
.block-space--loader:after {
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid rgba(0,0,0,.1);
    border-top-color: rgba(0,0,0,.5);
    animation-name: a;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    display: block;
    content: "";
}
.block-space--loader.filter-loader:after {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.page-section {
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
}
.page-section-header {
    padding: 2px 8px;
    color: #15009a;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    font-style: italic;
}
.page-section.pdialogError {
    background: #ffb8b8;
}
.page-header__title h1 table {
    font-size: 36px;
    text-align: left;
    margin: 0;
}
.table {background: #fff;border: 2px solid #f0f0f0;}
table:not(.dataTable):not(.carpark):not(.carpark_logo):not(.table):not(.dataTable) {
    border-spacing: 4px 0 !important;
    border-collapse: separate !important;
}
#wso0305 table:not(.dataTable):not(.carpark):not(.carpark_logo) {
    border-spacing: 4px !important;
    border-collapse: separate !important;
}
.table td, .table th, #wso0305\:conAcq table:not(.table):not(.dataTable) > tbody > tr > td, 
#wso0303 table:not(.table):not(.dataTable) > tbody > tr > td, #wso0305\:tipeva  table:not(.table):not(.dataTable) > tbody > tr > td, 
#wso0501 table:not(.table):not(.dataTable) > tbody > tr > td:not(.zeropercento):not(.centopercento),
#wso0510 table:not(.table):not(.dataTable) > tbody > tr > td:not(.zeropercento):not(.centopercento) {vertical-align: middle;}
#wso0501 .form-control {width: 100% !important;}
.table thead th {
    border: none;
    font-size: 13px;
    text-transform: uppercase;
}
table:not(.table):not(.dataTable) > tbody > tr > td, table:not(.table):not(.dataTable) > thead > tr > th {
    padding: 0;
    vertical-align: top;
    border: none;
    background: none;
}
table:not(.table-striped) > tbody > tr:nth-of-type(odd) {
    background: none;
}
.wso0302helpBg {background-image: none; margin-bottom: 20px;}
/****** TEMPLATE POPUP ********/
.bodyPopup table:not(.dataTable):not(.carpark):not(.carpark_logo):not(.table):not(.dataTable) {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}
.userStyleTitle.popup {
    color: #333;
    margin-bottom: 24px;
}
.userStyleTitle.popup .bodyTitle2 {
    padding: 16px;
    margin-bottom: 17px;
    background: #15009a;
    border-top: 8px solid #3d464d;
    color: #fff;
    font-weight: normal;
}
.userStyleTitle.popup .bodyTitle2 .przPromo {
    color: #fff;
}
.userStyleTitle.popup .bodyTitle2 i {
    color: #fff;
    margin-right: 14px;
    font-size: 30px;
    vertical-align: sub;
}
.page.popup {
    padding: 0 15px;
    overflow: auto;
}
.page.popup .top > td {padding-right: 24px;}
.page.popup .top > td:last-child {padding-right: 0;}
.page.popup .top > td > .data-table > tbody > tr > td {border: 1px solid #ddd;}
.page.popup .toolbarBottom {
    z-index: 10;
    padding: 4px;
    background: #3d464d;
    color: #fff;
    font-weight: normal;
}
.page.popup .toolbarBottom img {display: none;}
.page.popup .toolbarBottom a:before {
    content: '\f02f';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    margin-right: 14px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.page.popup .toolbarBottom a:after {
    content: 'Stampa';
    font-size: 17px;
    font-family: inherit;
    font-weight: normal;
    color: #fff;
    vertical-align: middle;
}
.page.popup .toolbarBottom a:hover:after {color: #15009a;}
.page.popup .wso0502subTitle {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #15009a;
}
.bodyPopup .qtaart_inputGrid,
#wso0301 .qtaart_inputGrid{
    margin-right: 0;
    text-align: center !important;
}
.bodyPopup button.product-card__addtocart,
#wso0301 button.product-card__addtocart{
    padding: .25rem .5625rem;
    height: calc(1.5rem + 8px);
}
/****** TEMPLATE POPUP (fine)********/
#wso0004\:initialFocus {
    max-width: 80%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
/**** Stili primefaces ****/
.ui-widget, .ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button, .ui-accordion .ui-accordion-content
{font-size: inherit !important; font-family: inherit !important;}
.ui-accordion.ui-widget{
    margin-bottom: 20px;
    border-radius: 0;
}
.ui-panel {
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #f0f0f0;
    border-top: 0 !important;
    padding: 0;
    margin-bottom: 20px;
}
.ui-accordion .ui-accordion-header, .ui-panel-titlebar{
    padding: 20px !important;
    background: #fafafa;
    color: #262626;
    text-shadow: none;
    padding-left: 28px !important;
    border: none;
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header.ui-state-active {
    border-left: 2px solid #15009a;
}
.ui-accordion .ui-accordion-content, .ui-panel-content{
    margin: 0;
    border-radius: 2px;
    padding: 36px 20px;
    margin-bottom: 10px;
    border: 2px solid #f0f0f0;
}
.ui-panel-content {margin-top: 20px;}
.ui-widget-content {
    border: none;
    background: #ffffff;
    color: inherit;
}
.ui-accordion-content > table {margin-bottom: 10px;}
.ui-accordion-content > br {display: none;}
#wso0514 table:not(.dataTable):not(.carpark):not(.carpark_logo):not(.table):not(.dataTable) {
    border-spacing: 4px 6px !important;
    border-collapse: separate !important;
}
#wso0514 #wso0514\:pippo\:uidCategorie {
    border-spacing: 4px 0 !important;
    border-collapse: separate !important;
}
#wso0514 table:not(.table):not(.dataTable) > tbody > tr > td, 
#wso0514 table:not(.table):not(.dataTable) > thead > tr > th {vertical-align: middle;}
.ui-dialog-content {text-align: center;}
body.wso0003 .site__body > .block > .container,
body.wso0216 .site__body > .block > .container,
body.wso0303 .site__body > .block > .container,
body.wso0302 .site__body > .block > .container,
body.wso0305 .site__body > .block > .container,
body.wso0501 .site__body > .block > .container,
body.wso0503 .site__body > .block > .container
{overflow: auto;}
.indicator__value {
    background: #dc3545;
    color: #fff;
}
.product-card__buttons {
    justify-content: flex-end;
    margin-top: 14px;
    margin-bottom: 4px;
}
.block-products-carousel .product-card__buttons {
    margin-bottom: 10px;
}
.product-card__buttons>:first-child {
    margin: 0;
}
.product-card__unimis {font-size: 10px;}
.product-card__addtocart svg {display: inline-block;}
@media (min-width: 375px) and (hover: hover) {
    .products-list[data-layout=grid-5-full][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box,
    .products-list[data-layout=grid-4-full][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box,
    .products-list[data-layout=grid-3-sidebar][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box,
    .block-products-carousel .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box {
        position: absolute;
        width: 80px;
        top: 0;
        left: 0;
    }
    .products-list[data-layout=grid-5-full][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box .form-control,
    .products-list[data-layout=grid-4-full][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box .form-control,
    .products-list[data-layout=grid-3-sidebar][data-mobile-grid-columns="2"] .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box .form-control, 
    .block-products-carousel .product-card--hidden-actions:hover .product-card__buttons .product_add__to__cart__box .form-control {
        min-width: 100%;
    }
}
@media (min-width: 375px) {
    .products-list[data-layout=grid-5-full][data-mobile-grid-columns="2"] .product-card .product-card__buttons .btn,
    .products-list[data-layout=grid-4-full][data-mobile-grid-columns="2"] .product-card .product-card__buttons .btn,
    .products-list[data-layout=grid-3-sidebar][data-mobile-grid-columns="2"] .product-card .product-card__buttons .btn, 
    .block-products-carousel .product-card .product-card__buttons .btn {
        height: calc(1.5rem + 8px);
    }    
}
.category-card--layout--classic .category-card__image img {
    max-width: 130px;
}
.categories-list__body {
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.categories-list__body:empty {display: none;}
.categories-list__item {
    padding: 1.125rem;
    text-align: center;
    position: relative
}

.categories-list__item a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: inherit
}

.categories-list__item .image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.categories-list__item:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.03);
    pointer-events: none;
    opacity: 0;
    transition: opacity .12s;
    z-index: 1
}

.categories-list__item:hover:before {
    opacity: 1
}

.categories-list__item-products {
    margin-top: 4px;
    font-size: 14px;
    color: #6c757d
}

.categories-list__divider {
    width: 1px;
    background-color: #f0f0f0;
}

@media (min-width: 576px) {
    .categories-list--layout--columns-3-sidebar .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-3-sidebar .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-3-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:1199.98px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-4-sidebar .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1400px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width:calc((100% - 4px) / 5)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(10n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(10n) {
        display: none
    }
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:1199.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-5-sidebar .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-sidebar .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 992px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-4-full .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-4-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-4-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width:calc((100% - 4px) / 5)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(10n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(10n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-5-full .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-5-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-5-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1200px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width:calc((100% - 5px) / 6)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(12n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(12n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-6-full .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-6-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-6-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}

@media (min-width: 1400px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width:calc((100% - 6px) / 7)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(14n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(14n) {
        display: none
    }
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width:calc((100% - 5px) / 6)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(12n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(12n) {
        display: none
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width:calc((100% - 3px) / 4)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(8n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(8n) {
        display: none
    }
}

@media (min-width: 576px) and (max-width:991.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width:calc((100% - 2px) / 3)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(6n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(6n) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .categories-list--layout--columns-7-full .categories-list__item {
        width:calc((100% - 1px) / 2)
    }

    .categories-list--layout--columns-7-full .categories-list__divider:nth-child(4n) {
        width: 100%;
        height: 1px
    }

    .categories-list--layout--columns-7-full .categories-list__divider:last-child:nth-child(4n) {
        display: none
    }
}
.page-header.page-header__categories .breadcrumb-item:last-child .breadcrumb-arrow {
    display: none;
}
.product__price-tooltip {font-size: 12px;}
.product-tabs__content {
    padding: 30px;
}
#wso0205 .product__availability {
    margin-top: 18px;
}
#wso0205 .availability-badge {
    font-weight: bold;
    padding: 6px 8px;
    font-size: 1.125rem;
}
.badge.availability-badge {
    font-size: 90%;
    margin-top: 8px;
    padding-top: 5px;
}
/******** CARPARK ERGON (inizio) ********/
.ui.segment.h-custom {
    height: 160px;
}
.ui.segment.h-custom img.img-responsive {margin-top: -15px;}
.ui.grid>.row {margin: 0;}
.ui.positive {color: #2c662d;}
.ui.step, .ui.steps .step, .ui.steps .step .title, 
.ui.segment, .ui.segments .segment, .ui.menu {
    font-size: inherit !important;
}
.column.wso0514 .header {
    font-size: 14px;
    color: #181818;
    font-weight: bold;
}
#wso0514_categories ul.breadcrumb {
    background: #15009a;
    padding: 8px 15px !important;
    margin: 0;
}
#wso0514_categories ul.breadcrumb li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
#wso0514_categories ul.breadcrumb li:not(:last-child):after {
    color: #fff;
}
#wso0514MakersGrid_wrapper, #wso0514ModelsGrid_wrapper, #wso0514VersionsGrid_wrapper{margin-bottom: 2rem;}
#wso0514MakersGrid_filter label,
#wso0514ModelsGrid_filter label,
#wso0514VersionsGrid_filter label {
    width: 100%;
    font-weight: bold;
    color: #181818;
    font-size: inherit;
    text-transform: uppercase;
}
#wso0514MakersGrid_filter label .ui.input,
#wso0514ModelsGrid_filter label .ui.input,
#wso0514VersionsGrid_filter label .ui.input 
{width: 100%;margin: 0;}
#wso0514MakersGrid_custom .image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
#wso0514 .ui.steps, #wso0514 .ui.segment {
    border: 2px solid #f0f0f0;
}
#wso0514 .ui.segment {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#wso0514_categories .breadcrumb .breadcrumb-item:last-child > svg  {display: none;}
/******** CARPARK ERGON (fine) ********/
form[id$='wso0003'] input[id$='wso0003:initialFocus'] {min-width: 300px;}
form[id$='wso0003'] table:not(.table):not(.dataTable) > tbody > tr > td, 
form[id$='wso0003'] table:not(.table):not(.dataTable) > thead > tr > th {
    vertical-align: middle;
}
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>thead>tr>th, 
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>tbody>tr>th, 
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>tfoot>tr>th, 
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>thead>tr>td, 
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>tbody>tr>td, 
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>tfoot>tr>td {
    padding: 2px 3px;
    font-size: 12px;
}
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table>thead>tr>th img {max-width: 50px;}
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table input[type="text"],
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table select {
    height: 26px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px;
    min-width: 20px;
}
form[id$='wso0003_detail'] table[id$='wso0003_detail:dattab'].table input[type="submit"] {padding: 0 4px;}
form[id$='wso0003_detail'] .products-view__pagination {
    padding-bottom: 32px;
}
form[id$='wso0003_detail'] table:not(.dataTable):not(.carpark):not(.carpark_logo):not(.table):not(.dataTable) {
    border-spacing: 4px !important;
    border-collapse: separate !important;
}
.block-slideshow__slide-content, .block-slideshow__slide-button,
.block-slideshow__slide-title {display: block;}
.block-slideshow__slide-text {display: inline-block;}
.block-slideshow__slide-title:not(:empty), .block-slideshow__slide-text:not(:empty){
    background: #fff;
    padding: 4px 8px;
    border-radius: 2px;
    width: auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.block-slideshow__slide-button .btn {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.block-slideshow__slide-button .btn:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.header-info{
    display: flex;
    align-items: center;
}
.header-info-icon{
    width: 30px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
}
.header-info-icon i{
    position: relative;
    color: #b8e2e5;
}
.header-info-icon:before{
    content: "";
    display: block;
    position: absolute;
    bottom:27px;
    width: 30px;
    height: 30px;
    background-color: #2d3e40;
    border-radius: 15px;
}
#wso0511_fileExplorer{
    display: none;
}
.emlLis_success, .emlLis_warning{
    position: relative;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    line-height: 20px;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
}
.emlLis_success{
    background: #bde5a1;
    color: #34402d;
}
.emlLis_success > .bold{
    color: #34402d !important;
}
.emlLis_warning{
    background: #f2e291;
    color: #4d472e;
}
.emlLis_warning > .bold{
    color: #4d472e !important;
}
.social-links img{
    max-width: 80px;
}
.footer-contacts img{
    width: 100%;
}
@media (max-width:767px){
    .footer-contacts img{
        width: 40%;
    }
}
.footer-contacts .footer-contacts__contacts{
    font-size: 14px;
    margin-top: 0;
}
.site-footer__widget+.site-footer__widget{
    margin-top: 5px;
}
.footer-contacts .footer-contacts__text{
    font-size: 14px;
    padding-right: 0;
}
.footer-newsletter .footer-contacts__text{
    font-size: 12px;
    padding-right: 0;
}
.site-footer__widgets{
    padding: 48px 0 34px;
}
.whatsapp__footer{
    position: relative;
    z-index: 9;
    pointer-events: none;
}
.whatsapp__body{
    position: fixed;
    bottom: 30px;
    left: 0;
    top: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
}
.whatsapp__end, .whatsapp__start {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0;
}
.whatsapp__start{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.whatsapp__start:after{
    content: "";
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.whatsapp__button{
    pointer-events: auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #55b750;
    fill: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: background-color .15s, color .15s;
    margin-left: 24px;
    margin-right: 80px;
}
.whatsapp__button:hover{
    background: #333;
}
.block-header__arrow:active{
    background: #333;
}
.registration__image {
    background-image: url(../images/registration.jpg);
    background-size: cover;
    background-position: bottom;
    height: 500px;
}
.password_recovery__image {
    background-image: url(../images/password_recovery.jpg);
    background-size: cover;
    background-position: bottom;
    height: 500px;
}
.block-slideshow__slide-image{
    background-size: cover;
}
.block-brands__slider{
    position: relative;
}
#partners .widgetCarouselOverlay{
    right: -7px;
}
.catalog #partners .widgetCarouselOverlay{
    right: 5px;
}
.block-brands__item{
    position: relative;
}
.block-brands__catalog{
    width: 100%;
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: center;
}
.block-brands__catalog > a{
    background-color: #15009a;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 13px;
}
#partnersheader .block-brands__catalog{
    bottom: 0;
}
#partnersheader .block-brands__catalog > a{
    font-size: 12px;
}
.block-brands__catalog > a:hover{
    background-color: #333333;
}
#partners .block-brands__item,
#partnersheader .block-brands__item{
    display: flex;
    justify-content: center;
    border-radius: 4px;
}
.catalog #partners .block-brands__item:hover,
#partnersheader .block-brands__item:hover{
    background: #f0f0f0;
}
#partners .block-brands__item img,
#partnersheader .block-brands__item img{
    width: inherit;
    max-width: 100px;
    max-height: 50px;
}
#partnersheader .block-brands__item{
    padding: 16px 12px;
}
.block-slideshow--layout--full.slider-guest .block-slideshow__body, .block-slideshow--layout--full.slider-guest .block-slideshow__slide{
    height: 640px;
}
.block-slideshow--layout--full.slider-guest,
.block-features--layout--boxed{
    margin-top: 0;
}
.mobile-links__dark-item{
    background-color: #333333;
    color: white;
}
.mobile-links__dark-item .mobile-links__item-toggle{
    border-left: 1px solid #555555;
}
.mobile-links__dark-item #mobile_categories .mobile-links__item-toggle{
    border-left: 1px solid #333333;
}
.mobile-links__dark-item #mobile_categories  .mobile-links:not(.mobile-links--level--0){
    border-top: 1px solid #333333;
}
.mobile-links__dark-item #mobile_categories .mobile-links__item{
    border-bottom: 1px solid #333333;
}
.mobile-links__dark-item #mobile_categories .mobile-links--level--1,
.mobile-links__dark-item #mobile_categories .mobile-links--level--1 .mobile-links,
.mobile-links__dark-item #mobile_categories .mobile-links__item-title{
    background-color: #555555;
}
.mobile-links__dark-item #mobile_categories .mobile-links--level--1 .mobile-links>li{
    background: #555555;
    border-left: 1px solid #333333;
}
.btn-loading svg > *{
    fill: transparent;
}
.btn-loading{
    color: transparent;
}
.download h6.product-title{
    margin-bottom: 0;
}
.fa.fa-square-o,
.fa.fa-check-square-o{
    border: 1px solid currentColor;
    font-size: 11px;
    border-radius: 1px;
}
#newsletterpopup .modal-header{
    justify-content: center;
}
#header_categories .megamenu__body .category-card_item{
    padding: 10px 15px;
}
#header_categories .megamenu__body .category-card_item:hover{
    box-shadow: 0 0 10px #e0e0e0;
}
#header_categories .megamenu__body .category-card__image{
    margin: auto;
}
#header_categories .category-card__content > .category-card__name{
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.megamenu__body{
    padding: 22px 30px;
}
.search__box{
    background-color: #ffffff;
    color: #777777;
    padding: 0 10px;
    border-right: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.search__box > .form-check > .form-check-label{
    cursor: pointer;
}
.search--location--header .search__input{
    padding-left: 10px;
}
#header_search_mobile .search__box .form-check{
    height: 24px;
    padding-left: 0;
    margin-left: 30px;
}
.jplus_navbar li:first-of-type:before{
    content: "";
}
.mobile-header__indicators .indicator__button > .indicator__area .fa,
.nav-panel__indicators .indicator__button > .indicator__area .fa{
    font-size: 18px;
}
#bestseller-block.block--highlighted {
    background: rgb(218, 230, 255);
}
#bestseller-block.block--highlighted .block-header__divider{
    background: transparent;
}
#bestseller-block.block--highlighted .block-header__arrow:not(:hover){
    background: rgba(51, 102, 204, 0.5);
    fill: #ffffff;
}
#outlet-page, .block-products-carousel.block-products-carousel--loading .block-products-carousel__slider{
    min-height: 200px;
}
#outlet-block .block-products-carousel__preloader{
    background: rgba(249, 249, 249, 0.9);
}
#bestseller-block .block-products-carousel__preloader{
    background: rgba(218, 230, 255, 0.9);
}
.block-products-carousel--loading .block-products-carousel__preloader{
    height: 100%;
}
.block-products-carousel[data-layout^=grid-] .product-card .product-card__availability, .block-products-carousel[data-layout^=grid-] .product-card .product-card__description, .block-products-carousel[data-layout^=grid-] .product-card .product-card__features-list,
.products-list[data-layout^=grid-] .product-card .product-card__availability, .products-list[data-layout^=grid-] .product-card .product-card__description, .products-list[data-layout^=grid-] .product-card .product-card__features-list{
    display: block;
}
.product-card__features-list .productInfo-link{
    display: block;
    margin-bottom: 3px;
}
.product-card__features-list .productInfo-link img{
    max-height: 24px;
    width: fit-content;
}
.products-view__list.products-list[data-layout="list"] .product-card__features-list .productInfo-link{
    display: inline-block;
    margin-right: 4px;
}
.cart-table__column--product .productInfo-link > img,
#wso0205 .wso0205-product-info .imageLink,
.bodyPopup td:not(:first-child) .imageLink,
#wso0301 td:not(:first-child) .imageLink{
    max-height: 24px;
}
.btn-success{
    fill: #ffffff;
}
.products-view__list.products-list:not([data-layout="list"]) .product-card__actions .product-card__buttons{
    min-height: 47px;
}
.block-products-carousel{
    pointer-events: auto !important;
}
img[src$='two-direction.png']{
    width: 25px !important;
}
.site-header__logo{
    margin-right: 20px;
}
.site-header__logo, .departments{
    width: 180px;
}
.block-products-carousel .owl-stage-outer,
.block-products-carousel .owl-stage{
    margin-bottom: 0;
}
.block-posts[data-layout^=grid-] .post-card .post-card__category{
    display: block;
    background-color: #15009a;
    padding: 0 3px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 80%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.block-posts[data-layout^=grid-] .post-card .post-card__date{
    order: inherit;
}
.departments__links{
    padding: 0;
}
.registration .form-group > label{
    display: block;
}
.nav-links__item--has-submenu .nav-links__item-arrow{
    fill: rgba(255, 255, 255, .25) !important;
}
#brand-search-modal .modal-body{
    min-height: 150px;
}
#brandSearch-grid td.brandCheckCell{
    padding: 0.5rem
}
.searchable-button-wrapper{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#brandSearch-grid > thead > tr > th{
    background-color: #3d464d;
    border: 0;
    color: #ffffff;
}
#brandSearch-grid > tbody > tr:first-child > td{
    border-top: none;
}
#brandSearch-grid > tbody > tr > td{
    transition: all 0.3s;
}
#brandSearch-grid > tbody > tr.crossBrand:not(.alert-success) > td{
    background-color: rgba(187,94, 0, 0.1);
    color: #BB5E00;
}
#brandSearch-grid > tbody > tr:not(.crossBrand):not(.alert-success):hover > td{
    background-color: #ebebeb;
}
#brandSearch-grid > tbody > tr.alert-success:hover > td{
    background-color: #b0e38c;
}
#brandSearch-grid > tbody > tr.crossBrand:not(.alert-success):hover > td{
    background-color: rgba(187,94, 0, 0.2);
    color: #BB5E00;
}
@media(max-width: 767px){
    #brandSearch-grid{
        table-layout: fixed;
        word-wrap: break-word;
    }
    #wso0513 .PGtitolo{
        word-wrap: break-word;
    }
}
#brand-search-modal .modal-body{
    min-height: 300px;
}
.topbar{
    box-shadow: 0 0 0 1px rgba(0,0,0,.2)
}
.search--location--header .search__button{
    height: 42px;
}
.filteractive svg > *{
    fill: #2c662d;
}
.table-striped .rowDataTable.row-success,
.table-striped .rowDataTable2.row-success{
    background: #bde5a1;
    color: #34402d;
}
.table-striped .rowDataTable.row-success .bold,
.table-striped .rowDataTable2.row-success .bold{
    color: #34402d !important;
}
.nav-panel__departments+.nav-panel__nav-links{
    margin-left: 8px
}