.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 601;
    background: rgba(0,0,0,.60);
    /*opacity: 0.6;*/
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/

    display: none;
}

.sb-open {
    overflow: hidden;
}

.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sb-close-btn i {
    display: none;
    font-size: 18px;
}

.blockcart-link:hover{
    cursor:pointer;
    
}
.cart-dropdown-hidden{
    display: none;
}


/**
cart-dropdown-wrapper
 */
.sb-menu-right .cart-preview{
    height: 100%;
    position: relative;
}

.cart-dropdown-wrapper{
    height: 100%;
    display: block;
    position: relative;
}

.cart-dropdown-wrapper .top-container{
    position: relative;
    padding: 0px 20px;
    text-align: center;
    height: 60px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;

    position: relative;
    border-bottom: 1px solid #eae7e7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}

.cart-dropdown-wrapper .top-container .close-cart:before{
    content: '\e910';
    font-family: 'icomoon';
    font-size: 20px;
    /*font-weight: bold;*/
}
.cart-dropdown-wrapper .top-container .close-cart{
    display: block;
}
.cart-dropdown-wrapper .top-container .close-cart:hover:before,
.cart-dropdown-wrapper .top-container .close-cart:hover{
    font-weight: bold;
    cursor: pointer;
}

.cart-dropdown-wrapper .top-container .cartTitle{
    font-size: 16px;
    /*letter-spacing: 1px;*/
    /*font-weight: bold;*/

}
.cart-dropdown-wrapper .top-container .count-cart{
    color: #fff;
    background-color: #d72b00;
    border-color: black;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}


.cart-dropdown-wrapper .cart-items-center{
    list-style: none;
    /*padding: 21px;*/
    position: relative;
    height: calc(100% - 289px);
    overflow-y: auto;
    margin: 0;
}
.cart-dropdown-wrapper .cart-items-center article .product-name-wrapper a:hover{
    /*font-weight: bold;*/
}

.cart-dropdown-wrapper .cart-items-center article{
    padding:10px 2px;
    /*margin-bottom: 10px;*/
    position: relative;
    border-bottom: 1px solid #eae7e7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.cart-dropdown-wrapper .cart-items-center article .product-infos a.product-name{
    /*font-size: 11px;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.cart-dropdown-wrapper .cart-items-center article .product-infos a.product-name:hover,
.cart-dropdown-wrapper .cart-items-center article .product-infos a.product-name:active,
.cart-dropdown-wrapper .cart-items-center article .product-infos a.product-name:focus{
    text-decoration: none;
}

.cart-dropdown-wrapper .cart-items-center article .product-infos{
    flex: 0 0 73%;
}
.cart-dropdown-wrapper .cart-items-center article .product-image{
    flex: 0 0 27%;
    padding:10px;
}
.cart-dropdown-wrapper .cart-items-center article .product-infos .attributes-cart .product-line-info >span
{
    /*text-transform: uppercase;*/
    font-size: 13px;

}

.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar, .selected-filter::-webkit-scrollbar {
    background-color:#53504d5c;
    width:16px;
}

/* background of the scrollbar except button or resizer */
.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar-track, .selected-filter::-webkit-scrollbar-track {
    background-color:#fff
}
.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar-track:hover, .selected-filter::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar-thumb, .selected-filter::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar-thumb:hover , .selected-filter::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.cart-dropdown-wrapper .cart-items-center::-webkit-scrollbar-button , .selected-filter::-webkit-scrollbar-button  {display:none}

.cart-dropdown-wrapper .cart-items-center article .product-infos .attributes-cart{
    line-height: 15px;
    margin-top: 5px;
}

.cart-dropdown-wrapper .cart-items-center article .product-infos .product-price{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.cart-dropdown-wrapper .cart-bottom{
    position: relative;
    height:auto;
    background: #fff;
    padding: 20px;
    /*border-top:1px solid #E0E0E0;*/
}
.product-remove {
    position: absolute;
    right: 15px;
    top: 50%;
}
.product-remove a:hover,
.product-remove a:hover:before,
.product-remove a:visited,
.product-remove a:active,
.product-remove a:focus{
    text-decoration: none;
}

.product-remove a span:before{
    content: '\e908';
    font-size: 14px;
    font-weight: normal;
    font-family: 'icomoon';
}

.cart-bottom .total-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.cart-bottom hr{
    display: none;
}
.cart-subtotals .total-line span, .cart-bottom .total-line span{
    font-size: 14px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}
.cart-bottom .cart-total .value{
    font-weight: bold;
}
.cart-bottom .cart-total{
    /*border-top:1px solid #f1f1f1;*/
    /*padding: 10px 0;*/
    padding:20px 0;
    text-align: center;
    display: block;
}
.cart-action{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cart-action .btn-link{
    width: 100%;
    text-align: center;
    color: #282828;
}

.cart-dropdown-wrapper .no-items{
    text-align: center;
    margin-top: 100px;

}

@media (max-width: 767px) {
    .cart-dropdown-wrapper .no-items{
            margin-top: 50px;
    }
}

.cart-dropdown-wrapper .no-items span{
    font-size: 16px;
    display: block;
    padding: 0px 30px;
    /*display: inline-block;*/
    /*width: 100%;*/
    margin-top: 15px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}

.icon-sad::before{
    content: '\e946';
    display: inline-block;
    font-family: 'IcoMoon';
    font-size: 77px;
    color: #000;
}

@media (max-width: 767px) {
    .icon-sad::before{
        font-size: 35px;
    }
}

.cart-recom-categories li{

    margin:10px 20px

}
.cart-recom-categories li a:hover,
.cart-recom-categories li a:focus,
.cart-recom-categories li a:active
.cart-recom-categories li a:visited{
    text-decoration: none;
    font-weight: bold;
}
.cart-recom-categories li a{
    line-height: 2.75rem;
    display: inline-block;
      border: 1px solid #211f47;

    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 1.25rem;
    color: #211f47;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.categories-rec{
    margin-top: 30px;
}
#cart .no-items-on-cart p{
    text-align: center;
    color: #211f47;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px;
}
#cart .categories-rec{
    margin: 0 auto;
    width: 300px;
    margin-top: 40px;
}

#cart .categories-rec li a{
    text-align: center;
}
#cart .categories-rec li {
    margin: 10px 0;
}

#cart  .icon-sad::before{
    font-size: 30px;
}

@media (max-width: 480px) {
    #cart .categories-rec {
        padding: 0 15px;
    }
    .cart-count{
        font-size:13px;
    }
}

.cart-count{
    display: inline-block;
    width: 25px;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    background: #d72b00;
    font-size: 12px;
    text-align: center;
}