.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;

    display: none;
    background: #191919;
    opacity: .6;
}

.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{

    /*padding: 55px 0;*/
    height: 100%;
    position: relative;
}

.cart-dropdown-wrapper .top-container{
    position: relative;
    padding: 23px 25px;
    /* height: 70px; */
    overflow: hidden;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.cart-dropdown-wrapper .top-container a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-dropdown-wrapper .top-container a:before{
    content:'\e928';
    font-family: IcoMoon;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.cart-dropdown-wrapper .top-container a .text{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .8px;
}

.cart-dropdown-wrapper .top-container a .counter{
    width: 20px;
    height: 20px;
    background: #706f70;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
}

.cart-dropdown-wrapper .top-container .close-cart:after{
    content: '\e940';
    font-family: 'icomoon';

    font-size: 16px;
    line-height: 40px;
}
.cart-dropdown-wrapper .top-container .close-cart{
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-transform: uppercase;
    display: flex
;
    font-size: 17px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #191919;
}
.cart-dropdown-wrapper .top-container .close-cart:hover{
    -webkit-animation-name: pulse-grow-on-hover;
    animation-name: pulse-grow-on-hover;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;

}
.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: #000000;
    border-color: black;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}



.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: 20px;
    font-weight: bold;
    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;
}
.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: 45px;

}

.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: 30px;
    color: #000;
}

.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;
}



.mini-shopping-cart .count {
    margin: 15px auto 25px;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 378px;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mini-shopping-cart .count span {
    display: block;
    font-family: times new roman,Times,serif;
    color: #231f20;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .06em;
    font-weight: 400;
}

.mini-shopping-cart .count a {
    color:#231f20;
    margin-right: 18px;
    font-weight: bold;
    font-family: open sans,sans-serif;
}

.mini-shopping-cart .count a:hover,
.mini-shopping-cart .count a:active,
.mini-shopping-cart .count a:focus{
    text-decoration: none;
}

.mini-shopping-cart .cart-items .remove-from-cart {
    position: relative;
    display: block;
}
.mini-shopping-cart .product-cart-item {
    display: flex;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
    /*height: 125px;*/
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mini-shopping-cart .product-cart-item .item{
    position: relative;
    display: flex;
    align-self: center;
    width: 100%;
    align-items: center;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-cart-item .item .remove-from-cart{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cart-item .item .picture a{
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.product-cart-item .item .picture a:hover{
    opacity: .7;
}


.product-cart-item .item .picture img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product-cart-item .item .remove-from-cart a:before{
    content: '\e9dd';
    font-family: 'icomoon';
    font-size: 16px;
}

.mini-shopping-cart .item .picture {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-shopping-cart .item .picture img {
    max-width: 100%;
    display: block;
    /*margin: auto;*/
}
.mini-shopping-cart .item .product-info {
    width: calc(100% - 85px);
    padding-left: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mini-shopping-cart .item .qty{
    font-size: 15px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.mini-shopping-cart .item .qty span{
    width: 20px;
    height: 20px;
    background: #706f70;
    border-radius: 50px;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.mini-shopping-cart .item .sku {

    /* color: #848484; */
    text-align: left;
    /* letter-spacing: 0.5px; */
    display: inline-block;
    font-size: 11px;
    /* line-height: 15px; */

    padding: 0px 15px;
    margin-right: 5px;
    background-color: #706f70;
    font-weight: normal;
    color: #fff;
    border-radius: 13px

}

.mini-shopping-cart .item .product-name {
    text-align: left;
}

.mini-shopping-cart .item .product-name a ,
.attributes-cart .product-line-info >span {
    color: #191919;

    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    /*line-height: 15px;*/


}
.attributes-cart .product-line-info{
    margin-top: 7px;
}

.attributes-cart .product-line-info .label{
    color: #848484;
}
.attributes-cart .product-line-info .value{
    color: #2b3443;
}

.quantity-and-price {
    /*max-width: 248px;*/
    /*margin: 20px auto 0;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mini-shopping-cart .item .product-quantity {
    font-size: 12px;
    color: #848484;

}
.mini-shopping-cart .item .product-price-cart {
    margin-top: 10px;
    font-size: 14px;
}
.mini-shopping-cart .item .product-price-cart span{
    font-weight: bold;
    color: #2b3443;
}
.mini-shopping-cart .totals .total-line{
    display:flex;
    justify-content: space-between;
    margin:10px 0;
}
.total-price-wrapper{
    /*margin-top:25px;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin-bottom: 25px;*/
    /*font-weight: bold;*/

    display: block;
    /*padding: 10px;*/
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
}
.total-price-wrapper .label{
    display: inline-block;
    padding-right: 5px;
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.total-price-wrapper .value{
    display: inline-block;
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.to-checkout-button-container, .to-cart-button-container{
    padding:0px 20px;
    width: 78%;
}

@media (max-width: 640px) {
    .to-checkout-button-container, .to-cart-button-container{
        width: 100%;
    }
}
.to-checkout-button-container a, .to-cart-button-container a{
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.to-checkout-button-container a{
    border-radius: 50px;
}




.mini-shopping-cart .totals {
    text-align: center;
    margin: 35px auto 35px;
    /**   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
       max-width: 369px;**/
}
.mini-shopping-cart .buttons {

    position: relative;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;

    background: #F5F5F5;
    /*box-shadow: 0 0 1px 1px rgba(0,0,0,.1);*/
    /*-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);*/
    /*-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);*/
}


.cart-button{
    /*background-color: #eec727;*/
    /*text-align: center;*/
    /*padding: 18px 52px;*/
    /*color: #FFF;*/
    /*min-width: 140px;*/
    /*font-size: 16px;*/
    /*border: 0;*/
    /*font-weight: normal;*/
    /*letter-spacing: 2.6px;*/
    /*font-size: 13px;*/

    /*width: 100%;*/

    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    font-size: 13px;
    border: 1px solid #231f20;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .04em;
    font-family: open sans,sans-serif;
    padding: 15px 40px;
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: #231f20;
    word-wrap: break-word;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}
.mini-shopping-cart .items .remove-from-cart {
    position: relative;
    display: block;
}

.mini-shopping-cart .cart-items .remove-from-cart a:before{
    content: '\e910';
    font-family: 'icomoon';
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0;*/
    /*font-size: 12px;*/
}


.empty-cart .mini-shopping-cart-items {

    font-size: 15px;
    /*line-height: 39px;*/
    /*max-width: 266px;*/
}
.empty-cart:before{
    content: '\e9bf';
    font-family: IcoMoon;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    color: #191919;
    font-size: 68px;
    line-height: 40px;
    font-weight: normal;

}
.empty-cart {
    position: relative;
    margin-top: 20px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 20px;
}
@media (max-width: 1000px){
    .mini-shopping-cart .buttons .cart-button {
        padding: 0;
        line-height: 45px;
        height: 45px;
    }
}

@media (max-width: 480px){
    .mini-shopping-cart .buttons .cart-button {
        max-width: 294px;
        font-size: 11px;
    }
}


.cart-edit{
    display: inline-block;
    padding: 9px 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #231f20;text-decoration: none;
    text-align: center;    position: relative;
    line-height: 20px;    letter-spacing: .04em;
    font-family: open sans,sans-serif;    cursor: pointer;
    word-wrap: break-word;
    -moz-transition: background-color .2s,color .2s;
    -webkit-transition: background-color .2s,color .2s;
    -o-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.cart-edit:after {
    display: block;
    content: '';
    border-bottom: solid 1px #231f20;
    transform: scaleX(1);
    transition: transform .3s ease-in-out;
    margin-top: 2px;
}
.cart-edit:hover:after {
    transform: scaleX(1.2);
}

.empty-cart .message-for-customer {

    font-size: 14px;
    line-height: 18px;
    margin: 40px 0 22px;
    max-width: 237px;
}
.blockcart-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-count{
    width: 25px;
    height: 25px;
    background: #706f70;
    border-radius: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

}

.cart-count strong{
    font-size: 12px;
    color: #fff;
}

.side-cart-items{
    position: relative;
    /*height: calc(100% - 300px);*/
    overflow-y: auto;
    height: calc(100% - 326px);
}

.shopping-cart-categories{
    width: 250px;
    margin: auto;
}
.shopping-cart-categories ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

.qty-sku {
    display: flex
;
    justify-content: space-between;
}


@media (max-width: 480px) {
    .shopping-cart-categories{

        padding:0px 15px;
    }

    .shopping-cart-categories ul  a{
        font-size:13px;
        padding:10px 20px;
    }

    .empty-cart{
        font-size:15px;
    }
    .empty-cart:before{
        line-height: 74px;
        font-size: 45px;
    }
}


