/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  
    .brand-logo {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    #main_logo {
        height: 50px !important;
    }

    #elenco_allegati .btn-solid{
        margin-top: 10px
    }

    .top-header {
        border-top: 4px solid #CE171B
    }

    .product-detail h4 {
        font-size: 16px !important;
    }

    iframe {
        max-width: 100% !important;
    }


    .top-banner-wrapper img {
        height: 100px !important
    }

    .registrazione {
        margin-top: 30px
    }

    .cart-section tfoot tr td h2 {
        font-size: 14px !important
    }

    #imgPaypal {
        image-rendering: -webkit-optimize-contrast !important;
        width: 100%;
        transition: all 0.5s
    }

        #imgPaypal:hover {
            transform: scale(1.2)
        }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }


@media (min-width: 575.98px) {  }

@media (max-width: 992px) {
    .banner-start .slick-slide {
        height: 300px;
    }

        .banner-start .slick-slide img {
            height: 300px;
        }
}

@media (min-width: 992px) {
    .banner-start .slick-slide {
        height: 500px;
    }

    .banner-start #slider_prod .slick-slide {
        height: 600px;
    }

    .banner-start .slick-slide img {
        height: 500px;
    }

    .banner-start #slider_prod .slick-slide img {
        height: 600px;
    }
}

@media (min-width: 767.98px) {
    .product-detail h4 {
        font-size: 22px !important;
    }

    .top-banner-wrapper img {
        height: 200px !important
    }


    #imgPaypal {
        image-rendering: -webkit-optimize-contrast !important;
        width: 250px;
        transition: all 0.5s
    }

        #imgPaypal:hover {
            transform: scale(1.2)
        }
 }

@media (min-width: 991.98px) { 
    
    .media .text-center {
        width: 300px;
    }
    
    #main_logo {
        height: 100px; 
        object-fit:contain;
    }
}

.close {
    font-size: 14pt;
}

@media (min-width: 1199.98px) {
    .pixelstrap a {
        font-size: 10pt;
        transition: color 200ms linear;
    }
    .about-page h4 {
        font-size: 20pt;
    }
    .about-page p {
        font-size: 14pt;
        line-height: 1.5;
    }
    
    .pixelstrap a:hover {
        color: #CE171B;
        font-size: 14pt !important;
        font-weight: bold !important;
    }

    #imgPaypal {
        image-rendering: -webkit-optimize-contrast !important;
        width: 400px;
        transition: all 0.5s
    }

        #imgPaypal:hover {
            transform: scale(1.2)
        }
}

@media (min-width: 1199.98px) and (max-width: 1500px) {
    .pixelstrap li a{
        padding-right: 25px !important
    }

    .pixelstrap li .sub-arrow {
        right: 2px !important
    }
}

@media (min-width: 1399.98px) {

    .pixelstrap a {
        font-size: 12pt;
        transition: color 200ms linear;
    }

    #imgPaypal {
        image-rendering: -webkit-optimize-contrast !important;
        width: 450px;
        transition: all 0.5s
    }

    #imgPaypal:hover {
        transform: scale(1.2)
    }
}


.main-menu .brand-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.badge-danger {
    background-color: #CE171B;
    border-radius: 50%;
}
.different {
    color: #CE171B !important;
}

.divider_span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #CE171B;
    text-align: center;
    margin: 10px auto 25px auto;
}

.active_menu {
    font-weight: bold !important;
    color: #CE171B !important;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('/images/load.gif') no-repeat center center;
    z-index: 99999999;
}

.top-header {
    background-color:#CE171B ;
}

.top-header .header-contact li {
    color: white !important;
}

.top-header .header-dropdown li a {
    color: white !important;
}

.top-header .header-contact li i {
    color: white !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
    border: 5px solid #CE171B;
}

.breadcrumb-section .page-title h2 {
    color: white !important;
}

.breadcrumb-section {
    background-image: url('/images/breadcumb.png');
    background-attachment: fixed;
}

.breadcrumb-section .breadcrumb a {
    color: white !important;
}

.breadcrumb-item.active {
    color: white !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.media-body p {
    color: black;
}

.product-right .size-box ul li.active {
    background-color: #CE171B;
   
}

.product-right .size-box ul li.active a {
    color: white !important
}

.product-right .size-box ul li {
    height: auto  !important;
    width: auto !important;
    border-radius: 0px !important;
    padding:10px !important
}