#cart-menu-container {
    font-size: 22px;
    cursor: pointer;
}
#bread-text a{
    color: white;
}

#breadcrumb-filter {
    background-color: #035fac;
    padding: 13px 0;
    color: #ffffff;
    height: 50px;
}

#bread-text {
    font-size: 16px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 150px);
}

#masthead{
    z-index: 99999999 !important;
}

#bread-count {
    font-size: 14px;
    float: right;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    text-align: right;
}


.circle-cart-menu {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: orange;
    border: 1px solid #fff;
    color: #000;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 3px;
}
.basket-row.disabled{
    opacity: 0.5;
}

.cart-menu-num {
    position: absolute;
    top: 0.5px;
    right: 2.3px;
    line-height: normal;
    width: 8px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}

#basket-container, #favorites-container {
    position: absolute;
    top: -181px;
    right: 0;
    background-color: #fff;
    z-index: 99999999999;
    width: 400px;
    font-size: 15px;
    color: black;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.select2-list {
    width: 100% !important;
    top: 0 !important;
}

#select-container-list {
    position: relative;
    width: 400px !important;
    top: 0 !important;
    left: 50px !important;
}

.select2-list-add {
    width: 400px !important;
}

#select2-select_favorites_list-results:before, #select2-select_add_favorite_list-results:before {
    content: none;
}

#add_favorite_modal {
    width: 500px;
    height: 360px;
    margin-left: -200px;
}

.loading, .modal_bg, .modal_favorites {
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    display:none;
}

.overflow_hidden{
    overflow: hidden !important;
}

.modal{
    width: 800px;
    height: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -320px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.addable_filters{
    margin:0 40px;
}

.modal .close,
.modal .confirm,
.mobile_filters_buttons .close,
.mobile_filters_buttons .confirm
{
    display: inline-block;
    margin: 0 10px;
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    background-color: #035fac;
    cursor: pointer;
    color: white;
    opacity:0.8;
    animation:0.3s;
}

.modal .close,
.mobile_filters_buttons .close{
    background-color: #f0f0f0;
    color: #666;
}

.modal .close:hover,
.modal .confirm:hover,
.mobile_filters_buttons .confirm:hover,
.mobile_filters_buttons .close:hover{
    opacity:1;
}

input[type=checkbox]+label+span{
    cursor: pointer;
}

.modal h3{
    text-align: center;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.modal_container{
    overflow-y:auto;
    height: 450px;
    margin-bottom: 40px;
}

.modal_container_favorites {
    overflow-y:auto;
    height: 270px;
}

.basket-header {
    background-color: #f5f6fa;
}

#header-basket, #favorite-header {
    padding: 15px 15px 7px 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
    height: 50px;
}

#basket-num-prd {
    margin-left: 20px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#basket-tot {
    float: right;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    direction: rtl;
}

.basket-row, .favorite-row {
    padding: 10px 20px;
    position: relative;
    height: 70px;
}

.basket-img-container, .favorite-img-container {
    float: left;
}

.basket-img, .favorite-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.basket-text-container, .favorite-text-container {
    margin-left: 60px;
}

.favorite-text-container {
    position: relative;
    top: 13px;
}

.basket-title, .favorite-title {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 270px;
    margin-bottom: 5px;
}

.favorite-title-modal {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 400px;
    margin: 20px auto;
    text-align: center;
}

.basket-count {
    position: absolute;
    left: 80px;
}

.basket-price {
    position: absolute;
    /* bottom: 0; */
    right: 27px;
    display: inline-block;
    line-height: 23px;
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}

.basket-vat {
    font-size: 11px;
}

.basket-count input[type='button'] {
    min-width: 10px !important;
}

.basket-count .button-minus,
.basket-count .button-plus {
    height: 11px !important;
    padding: 1.5px 0 19.5px 0;
    width: 18px !important;
}

.basket-count .quantity-field {
    height: 23px !important;
    width: 36px !important;
    font-size: 10px !important;
    padding: 0;
}

.basket-trash-container {
    position: absolute;
    top: 10px;
    right: 15px;
}

.favorite-trash-container {
    position: absolute;
    top: 23px;
    right: 15px;
}

.favorite-img-container {
    margin-right: 10px;
}

.basket-trash-container .fa-trash-alt, .favorite-trash-container .fa-trash-alt {
    cursor: pointer;
}

#basket-body, #favorites-body {
    position: relative;
    max-height: 300px;
    overflow-x: auto;
}

#basket-body .basket-row:not(:last-child):after, #favorites-body .favorite-row:not(:last-child):after {
    content: '';
    border-bottom: 1px solid #f5f6fa;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 46px;
    height: 1px;
}

#close-cart-mobile, #close-favorites-mobile {
    display: none;
    background-color: #ccc;
    text-align: center;
    /* margin-top: 20px; */
    color: #333;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
}

#link-to-cart, #link-to-new-list, #button-new-list {
    background-color: #7d7d7d;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 10px;
}

.fa-trash-alt {
    color: red;
}

#breadcrumb-cont {
    display: block;
    margin: auto;
    max-width: 100%;
    padding:0 30px;
}

@media screen and (max-width: 992px) {
    #result-number{
        padding: 0;
    }
    #result-number span {
        font-size: 12px;
    }
}
@media (min-width: 576px){
    #breadcrumb-cont{
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px){
    #breadcrumb-cont{
        width: 720px;
        max-width: 100%;
    }
}
@media (min-width: 992px){
    #breadcrumb-cont{
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    #breadcrumb-cont{
        width: 1140px;
        max-width: 100%;
    }
}
@media (min-width: 1400px){
    #breadcrumb-cont{
        width: 1405px;
        max-width: 100%;
    }
}

.product-woo>.text-block.row{
    padding: 0;
    margin:0;
}
#container-add-to-cart{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#container-add-to-cart{
    cursor:pointer
}

.input-group input[type='button'] {
    background-color: #eeeeee;
    min-width: 20px;
    transition: all 300ms ease;
    line-height: normal;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 21px;
    padding: 1.5px 0 19.5px 0;
    width: 25px;
    position: relative;
    color: black;
}

.input-group .quantity-field {
    position: relative;
    height: 23px;
    left: -6px;
    text-align: center;
    width: 42px;
    display: inline-block;
    font-size: 13px;
    resize: vertical;
    color: black;
}

.button-plus {
    left: -9px;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

#container-add-to-cart {
    clear: both;
    display: block;
    background-color: #7d7d7d;
    color: #ffffff;
    padding: 5px 20px;
    margin-top: 15px;
}

.add-to-cart-text {
    margin-left: 15%;
}

.addingToCart{
    display: block;
    text-align: center;
    clear: both;
    background-color: #7d7d7d;
    color: #ffffff;
    padding: 5px 20px;
    margin-top: 15px;
    line-height: 29px;
    opacity: 0.5;
}

#basket-num>.fa-shopping-cart{
    position: absolute;
}

#cart-menu-container .fa-spinner+.fa-shopping-cart,
#cart-menu-container .fa-spinner+.fa-shopping-cart+.circle-cart-menu{
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.highlight_blocks{
    margin-top:50px;
    clear: both;
}

@media (max-width: 812px){
    #basket-container, #favorites-container {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999999;
    }

    #close-cart-mobile, #close-favorites-mobile {
        display: block;
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}
.input-group input[type='button']{
    cursor: pointer;
}

.price_1 {
    float: left; margin-right: 5px; width: 60px
}
.price_2{
    float: left; width: calc(100% - 65px);
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.price_1 span{
    color: #333; font-size: 15px;
}
.clearBothProduct{
    clear: both; margin-bottom: 20px;
}
h3.product-name{
    height: 60px; overflow: hidden;text-overflow: ellipsis
}
div.product-description{
    display: block !important; height: 70px; overflow: hidden
}

.divPrices{
    position:relative;
}

.UTEFIN{
    font-size:14px !important; color:#999 !important;
}
.f14imp{
    font-size:14px !important;
}
.sendMailNoPrice{
    color:red;font-size:14px;
}
.f11imp{
    font-size:11px !important;
}
#promo-label {
    background-color: red;
    padding: 5px 10px;
    color: #ffffff;
    display: inline-block;
    float: right;
}
.preferiti{
    float:right;
    font-size:12px;
    cursor: pointer;
}

.promo {
    padding: 10px 10px;
    background-color: #e3e3e3;
    clear: both;
    position: relative;
    top: 20px;
}

.promo span{
    position: relative;
}

.promo span input{
    margin-left:0 !important;
}

.promo span label {
    left: 2px;
    top: 0;
}

.promo span span{
    padding-left:10px;
}
[view=grid] .product-woo{
    padding-bottom: 40px;
}
[view=list] .product-woo{
    padding-top: 40px;
}
.product-woo .text-block{
    border:0 !important;
}

.alert_search {
    position: fixed;
    background-color: #ffdadf;
    margin: auto;
    display: none   ;
    width: 500px;
    left: 50%;
    top: 350px;
    z-index: 99999;
    padding: 20px;
    text-align: center;
    margin-left: -250px;
    border: 1px solid red;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    color: black;
    animation: 0.3s;
}

.alert_favorites {
    background-color: #bfd4e7 !important;
    border: 1px solid blue !important;
}

.alert_search div{
    font-weight: bold;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.thim-search-wrapper .search-button{
    display: none;
}

#add_favorite_modal h3 {
    font-weight: bold;
    color: #666666;
}

#add_favorite_modal .fa-star {
    margin-right: 10px;
}

.favorite-title-modal .fa-check-circle {
    margin-right: 10px;
}

.favorite-title-modal {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

#remove_favorite_list {
    width: 265px;
    margin: 0 auto 20px;
}

.remove_item_list {
    padding: 5px 0;
    color: #000000;
}

.remove_item_list .fa-times {
    margin-left: 10px;
    cursor: pointer;
}

#label-remove-list, #label-add-list {
    width: 400px;
    margin: 20px auto 5px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.close-favorite-modal {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 992px) {
    #label-remove-list, #label-add-list {
        width: 100%;
    }

    .modal_favorites {
        top: 200px;
    }

    .modal{
        width: calc(100% - 40px) !important;
        left: 20px;
        margin-left: unset !important;
    }

    .favorite-title-modal {
        width: 250px;
    }

    #select-container-list {
        width: 270px !important;
    }

    .select2-list-add {
        width: 270px !important;
    }

    #create-list-modal {
        width: 250px !important;
    }

    .alert_favorites {
        width: 300px;
        left: 75%;
    }
}

.product-woo .product-name a{
    text-transform: unset !important;
}