/*---------------------- HEADER ------------------------*/
.link-item i{
    height: auto;
    min-height: auto;
}
.ps-shoppingcart.dropdown #blockcart-content{
    z-index: 1000;
}
#desktop_logo > a > img{
    max-width: 266px;
}
#mobile-header-sticky div.col.col-mobile-logo.text-center img{
    max-width:175px!important;
}


/*----------------------- MENU -------------------------*/








/*----------------------- HOME -------------------------*/
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    font-size: 20px;
    color: #0E5187;
}
.nav-tabs .nav-link{
    font-size: 20px;
}






/*----------------------- FOOTER -----------------------*/
.social-footer-hos{
    margin-right: 8px;
}






/*-------------------- PRODUCT LIST --------------------*/







/*--------------------- CATEGORY -----------------------*/
.select-title .select-title-name{
    max-width:initial;
}

#amazzing_filter{
    background-color: #e5effd7a;
    padding: 15px;
    border: 1px solid #e5effd7a;
    border-radius: 8px;
}

.af_filter .count{
    color: black;
}

.active .af-color-box:after{
    border: 2px solid #0a447f;
}
#product-availability .product-last-items{
    color: darkorange!important;
}



/*--------------------- PRODUCT ------------------------*/

.product-add-to-cart .btn-iqitwishlist-add,
.product-add-to-cart .btn-iqitcompare-add{
    background: #8989891a;
    color: #000000;
    border: solid 1px #d6d6d6;
}

.product-add-to-cart .btn-iqitwishlist-add:hover,
.product-add-to-cart .btn-iqitcompare-add:hover {
    background-color: #0E5187;
    color: #ffffff;
    border-color: #0E5187;
    transition: all 0.3s ease;
}

.product-add-to-cart .btn-iqitwishlist-add .fa-heart-o,
.product-add-to-cart .btn-iqitcompare-add .fa-random{
    font-size: 20px;
}

.product-tabs{
    background-color: #F2F7FE;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

#product .hos-current-price-container,
#product .tax-shipping-delivery-label{
    display: inline-block;
}

#col-product-info > div.product-information > div.product-actions.js-product-actions > div > div.js-mailalert.form-inline > form{
    display: flex;
    flex-wrap: wrap;
}

#col-product-info > div.product-information > div.product-actions.js-product-actions > div > div.js-mailalert.form-inline > form > div:nth-child(1){
    order: 1;
    width: 59%;
    margin-right: 0px!important;
}

#col-product-info > div.product-information > div.product-actions.js-product-actions > div > div.js-mailalert.form-inline > form > div:nth-child(2){
    order: 3;
}

#col-product-info > div.product-information > div.product-actions.js-product-actions > div > div.js-mailalert.form-inline > form > div:nth-child(3){
    order: 2;
    width: 38%;
}

#col-product-info > div.product-information > div.product-actions.js-product-actions > div > div.js-mailalert.form-inline > form > div:nth-child(4){
    order: 4;
}

.product-prices .hos-current-price-container{
    margin-top: 10px;
}


/*||----------------- SMALL DESKTOP -------------------||*/
@media(min-width: 991px) and (max-width: 1340px){

}






/*||------------------ TABLET VERSION --------------------||*/
@media(max-width: 990px){

}
@media(min-width: 768px) and (max-width: 990px){

}




/*||------------------ MOBILE VERSION --------------------||*/
@media(max-width: 767px){
    .product-tabs{
        display: none;
    }

    .product-add-to-cart .btn-iqitwishlist-add .fa-heart-o,
    .product-add-to-cart .btn-iqitcompare-add .fa-random{
        font-size: 16px;
    }
}

.amzbuttoncontainer{
    text-align: center;
}

.amzbuttoncontainer .page-subheading{
    font-size: 1.22rem;
    display: none;
}

.amazonPayButton.amazonLogin{
    margin: 0 auto;
}

.modal-content #login-form-particular{
    margin-bottom: 10px;
    margin-top: 10px;
}

.modal-content #login-form-professionnal{
    margin-bottom: 10px;
}

.modal-content .amzbuttoncontainer{
    margin-bottom: 10px;
}

#_mobile_iqitmegamenu-mobile{
    position: fixed!important;
}