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

    display: none;
    background: #000;
    opacity: .2;
}

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


    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    justify-content: end;
    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 .text{

    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.cart-dropdown-wrapper .top-container a .counter{
    width: 20px;
    height: 20px;
    background: #0bbdb4;
    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:before{
    content: '\e914';
    font-family: 'icomoon';
    font-size: 27px;
    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);
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: end;
    align-items: center;


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

    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 #f8f8f8;
    /*height: 125px;*/
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:2rem;

}

.mini-shopping-cart .product-cart-item .item{
    position: relative;
    display: flex;
    align-self: center;
    width: 100%;
    /*padding-left: 40px;*/
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-cart-item .item .remove-from-cart{
    position: absolute;
    top: 0;


    width: 40px;
    height: 40px;
    /* margin-top: -20px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5px;
}
.product-cart-item .item .remove-from-cart a:hover{

}

.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: '\e919';
    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;*/
    /*border-radius: .5rem;*/
    /*padding: 10px;*/
    /*border:1px solid rgb(231 231 231);*/
}
.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 .sku {
    font-size: 14px;
    color: rgb(82 82 82);
    text-align: left;
    margin-top: 5px;
    /* font-weight: 700; */

}

.mini-shopping-cart .item .qty-sku{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini-shopping-cart .item .qty-sku .qty{
    font-size:15px;
    color: #424143;
    width: 30px;
    height: 30px;
    display: flex;
    background: #e0fffd;
    border-radius: 50px;

    justify-content: center;
    align-items: center;
    /*border: 1px solid #0bbdb4;*/
}

.mini-shopping-cart .item .sku strong{
    font-weight: bold;
}

.mini-shopping-cart .item .product-name {
    text-align: left;
    padding-right: 15px;
}
.mini-shopping-cart .item .product-name a:hover,
.mini-shopping-cart .item .product-name a:active,
.mini-shopping-cart .item .product-name a:focus{

}
.mini-shopping-cart .item .product-name a ,
.attributes-cart .product-line-info >span {
    color: #424143;
    font-size: 14px;
    /*line-height: 15px;*/
    font-weight: 400;

}

.mCSB_inside>.mCSB_container{
    margin-right: 0px !important;
}

.mini-shopping-cart .item .product-name a:hover{
    color: #af2f62 !important;
}
.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;
    font-size: 16px;

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


  /**  padding-bottom: 1.25rem;
    padding-top: 1.25rem; **/
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	    padding-bottom: 0.5rem;
}
.total-price-wrapper .label{
    display: inline-block;
    padding-right: 5px;
    color: #424143;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

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

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

    font-size:16px;
    padding: 15px;
    line-height: 25px;
}

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

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
.to-cart-button-container a{
    color: #000;
    /*border: 1px solid #2f313b;*/
    border-radius: 50px;
    margin-top: 10px;
    font-weight: normal;
    /*background: #fff;*/
    padding:0;
}




.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: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #ededed;
    /*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{
    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;*/
}

.close-cart:before{
    content: '\e910';
    font-family: 'icomoon';

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

    font-size: 15px;
    /*line-height: 39px;*/
    /*max-width: 266px;*/
}
.empty-cart:before{
    content: '\e902';
    font-family: IcoMoon;


    margin-left: -20px;
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;

}
 .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: 17px;
     gap: 15px;
}
@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: #af2f62;
     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% - 397px);
     overflow-y: auto;
 }

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

.shopping-cart-categories ul a {
    height: 53px;
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #424143 !important;
    padding: 15px 25px !important;
    border: 1px solid;
    text-align: center;
    font-size: 15px !important;
    /*letter-spacing: .02em;*/
    border-radius: 40px !important;
    font-weight: 700;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    border-radius: 3px;
}

.shopping-cart-categories ul a:hover{
    background-color: #f1f1f1 !important;
    border-color: #f1f1f1 !important;
    color: #424143 !important;
}

@media (max-width: 480px) {
    .shopping-cart-categories{
       
        padding:0px 15px;
    }
}

.to-checkout-button-container > a:after{
    font-family: IcoMoon;
    content: '\e91a';
    font-size: 13px;
    font-weight: normal;
}

@media (max-width: 640px) {
    .cart-count{
        width: 20px;
        height: 20px;
    }
    .empty-cart{
        font-size:18px;
    }

    .shopping-cart-categories ul a{
        font-size:13px !important;
        height: 50px;
    }
    .cart-dropdown-wrapper .top-container a .text{
        font-size: 19px;
    }
    .cart-dropdown-wrapper .top-container .close-cart{
        width: 35px;
        height: 35px;
    }

    .cart-dropdown-wrapper .top-container .close-cart:before{
        font-size: 12px;
    }
    .cart-dropdown-wrapper .top-container{
        padding:15px 25px
    }

    .mini-shopping-cart .item .product-name a, .attributes-cart .product-line-info >span{
        font-size:15px;
    }

    .mini-shopping-cart .product-cart-item{
        margin:1rem;
    }

    .to-checkout-button-container a, .to-cart-button-container a{
        font-size: 13px;
    }
    .side-cart-items{
        height: calc(100% - 305px);
    }
    .mini-shopping-cart .item .product-price-cart span{
        font-size: 20px;
    }
}