/* CSS for Pony USA */

/* Header */
.header {background-color:#ffffff;}
.header-top {display:none;}
.mm-navbar .fa-user-circle, .mm-navbar .fa-cog {display:none;}

/* Menu */
@media only screen and (min-width:768px){
    #panel-menu{background:#002868;}
}
.tranbg > .wsdownmenu-list > li > a {color: white;}
.wsdownmenu-list li.level0:hover > a {background-color:#e01837 !important;}

/* Homepage */
.cms-home p {margin-bottom:0;}
#messageslider .owl-item p {margin-bottom:0;}

/* Category View */
.sidebar .card-header {border-bottom: 2px solid #002868;}
.sidebar .card-header span {color: #002868;}
#outer_ul .active {color: #002868;}
#inner_ul > li > a {color: #002868;}

.product-item-details {margin-top:20px;}
.product-item-link {color: #002868;}
.product-item-link:hover {color: #e01837;}


/* Copyrights */
.footer-bottom {background-color: #002868; color:#ffffff;}
.footer-bottom a {color: #ffffff;}

/* Nascondo prezzi */
.product-item-price, .price-wrapper {display:none;}
.minicart-items .product-item-details {margin-top:0;}
.catalog-category-view .product-item-description {margin-bottom:20px;}
.checkout-cart-index .summary.title, #cart-totals, #block-discount {display:none;}
.checkout-index-index .subtotal {display:none;}
.checkout-index-index .opc-summary-wrapper {margin-top:5px;}
.checkout-index-index .opc-summary-wrapper .opc-block-summary {display:none;}

.amasty-hide-price-container {display:none !important;}
.catalog-product-view .product-info-price {display:none;}
.catalog-product-view .product-info-buttons {padding-top:50px;}

/* Read More categoria */
#description>span {display: block;text-align: right;padding: 5px 10px;}

/* stile filtri pony usa */

body  .filter-options-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
}


body  .filter-options-content {
    margin-bottom: 15px;
}


body  #narrow-by-list a {
    color: #333333;
}

body  .filter-options-content .items a {
    margin-left: 0;
}

body  .filter-options-content ol{
    padding-left:0;
    list-style: none;}

body .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #00000082;
    background: #ffffff;
    width: 13px;
    height: 13px;
}

body .filter-options li.items:hover input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #000;

}

body  .filter-options-content ol li a{
    display:flex !important;
    justify-content: space-between;
}

body .filter-options li.item .filter-count-label{display: none;}

body .filter-options li.item .count{position: relative;}

body .filter-options li.item .count::before{
    left: -5px;
    top: 0;
    content: '(';
    width: 5px;
    height: 20px;
    position: absolute;}

body .filter-options li.item .count::after{
    right: -5px;
    top: 0;
    content: ')';
    width: 5px;
    height: 20px;
    position: absolute;}

body .filter-options input[type='checkbox'] + .amshopby-choice:after {

    width: 13px;
    height: 13px;

}

body .filter-options input[type='checkbox'] + .amshopby-choice:after {

    background-size: 13px;

}

body .amshopby-filter-current .amshopby-remove:hover:before, body .amshopby-filter-current .amshopby-remove:hover:after {

    background-color: red;
}

body .amshopby-filter-current .amshopby-remove:before,body .amshopby-filter-current .amshopby-remove:after {

    background-color: red;

}

body .amshopby-filter-current .amshopby-items{list-style: none;}


body .amshopby-filter-current .amshopby-remove:hover ~ *{ opacity: 1;}

/* nascondo carrello a mobile */

@media only screen and (max-width: 767px) {
    body .block-komCart .subtitle.empty {
        display: none !important;
    }

}
