/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

html {
    overflow-y: scroll;
    height: auto!important;
    scrollbar-face-color: ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
}

body {
    overflow-y: hidden;
}

#header .header-nav {
    font-size: 1rem;
}

#header .header-nav .left-nav>div:after,
#header .header-nav .right-nav>div:after {
    display: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem!important;
}

#mobile-header .m-nav-btn {
    color: #FFF;
}

#mobile-header .m-nav-btn:hover {
    color: #ff3311
}

.ps-shoppingcart .cart-products-count-btn {
    bottom: -12px;
    top: auto;
    min-width: 23px;
    height: 23px;
    font-size: 1rem;
    line-height: 20px;
}

#header-user-btn .cart-products-count-btn {
    display: inline-block;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 30px;
    min-width: 16px;
    height: 23px;
    font-size: .8rem;
    position: absolute;
    bottom: -4px;
    top: auto;
    right: -4px;
    padding: 1px 5px;
    background: #19c029;
    color: #fff;
}

#header .header-btn-w .header-btn i {
    font-size: 3rem;
}

#header .header-btn-w .header-btn .cart-products-count-btn i {
    font-size: 1rem;
}

.slide-garantia .nav-tabs .nav-item {
    max-width: 200px;
    text-align: center;
}

.product-manufacturer img {
    max-width: 100%;
}

.product-reference {
    font-size: 1.5rem;
}

#product-infos-tabs.nav-tabs .nav-link {
    color: #ff3311;
    border: none;
    font-weight: 300;
    padding: .5rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#product-infos-tabs.nav-tabs .nav-link.active,
#product-infos-tabs.nav-tabs .nav-link:hover,
#product-infos-tabs.nav-tabs .nav-link:focus {
    color: #ff3311;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ff3311;
    border-left: 1px solid #ff3311;
    border-right: 1px solid #ff3311;
}

#product-infos-tabs {
    border-bottom: 1px solid #ff3311;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0 .5rem;
    font-weight: bold;
    font-size: 1.3rem;
    border: 1px solid #ff3311;
    border-radius: 5px;
}

.product-price {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

#form_esc select {
    background-image: none;
}

.block-links-inline ul>li:last-child:after {
    display: inline-block;
}

#desktop-header-container .block-iqitlinksmanager-3 {
    text-align: center;
    margin-top: .5rem;
}

#desktop-header-container .block-iqitlinksmanager-3.block-links ul>li {
    display: inline-block;
    margin-right: 10px;
}

.tooltip {
    position: relative;
    opacity: 1;
    display: inline-block;
}

@media(max-width: 991px) {
    .left-nav .block-iqitlinksmanager-2 {
        display: none!important;
    }
}