.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;background-color: #1e365b;
    opacity: .6;
    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{

    padding: 55px 0;

    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 #E0E0E0;
    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: '\e91b';
    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: #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: '\e92e';
    display: inline-block;
    font-family: 'IcoMoon';
    font-size: 30px;
    color: #ed1b24;
}

.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;
  
    text-transform: uppercase;
    font-size: 14px;
    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: 40px;
}



.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 {
    font-size: 20px;
    text-transform: uppercase;

    /*font-weight: bold;*/
    /*letter-spacing: 1px;*/
    color: #232323;


    font-weight: 400;
    color: #2D2C42;
    padding-right: 132px;
    text-align: left;
    /*letter-spacing: 1.7px;*/
}

.mini-shopping-cart .count a {
    color: #2196f3;
    font-weight: bold;
    margin-right: 18px;
    font-weight: bold;
}

.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 .item {
    margin: 0 0 15px;
    padding: 25px 0 12px;
    border-bottom: 1px solid #F2F2F2;
}

.mini-shopping-cart .item .picture {
    margin: 0 16px 0 0;
    -ms-flex-preferred-size: 34.39%;
    flex-basis: 34.39%;
}
.mini-shopping-cart .item .picture img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.mini-shopping-cart .item .product-info {
    -ms-flex-preferred-size: 59.88%;
    flex-basis: 59.88%;
}
.mini-shopping-cart .item .sku {
    font-size: 10px;
    color: #848484;
    text-align: left;
    /* font-weight: 700; */
    line-height: 15px;
    letter-spacing: 0.5px;
}

.mini-shopping-cart .item .product-name {
    text-align: left;
}
.mini-shopping-cart .item .product-name a:hover,
.mini-shopping-cart .item .product-name a:active,
.mini-shopping-cart .item .product-name a:focus{
    text-decoration: none;
    color: #12233a;
}
.mini-shopping-cart .item .product-name a ,
.attributes-cart .product-line-info >span {
    font-size: 16px;
    font-family: ProximaNova, sans-serif;
    font-weight: 500;
    color: #12233a;
    display: inline-block;
    /* line-height: 15px; */

    margin-top: 10px;
}
.quantity-and-price {
    max-width: 248px;
    margin: 0px 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: 20px;
    font-size: 14px;

    font-weight: bold;    font-family: ProximaNova, sans-serif;

}

.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 {
    text-align: center;
    margin: 0 0 30px;
}


.cart-button{
    /*background-color: #1FA8A3;*/
    text-align: center;
    /*padding: 18px 52px;*/
    color: #FFF;
    min-width: 140px;

    border: 0;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 14px;

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

.mini-shopping-cart .cart-items .remove-from-cart a:before{
    content: '\e91d';
    font-family: 'icomoon';
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 12px;
}
.close-cart{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 27px;
    cursor: pointer;
    right: 24px;
}
.close-cart:before{
    content: '\e91b';
    font-family: 'icomoon';
    font-weight: bold;

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

    font-size: 22px;
    line-height: 39px;
    max-width: 266px;

    font-weight: 500;
}

 .empty-cart {
    margin-top: 90px;
}
@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:active,
.cart-edit:hover,
.cart-edit:focus{
    text-decoration: none;
    color: #fff;
}

.cart-edit{



    /*font-weight: bold;*/

    font-size: 14px;
    /*border-radius: 4px;*/
    /*letter-spacing: 1.2px;*/
    /*font-size: 14px;    min-height: 42px;*/
    /*!*letter-spacing: 0.2em;*!white-space: normal;*/
    /*word-wrap: break-word;margin: 0;*/
    /*font-family: ProximaNova, sans-serif;*/
    /*line-height: 45px;    display: block;*/
    -moz-transition: background-color .2s ease;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;  margin-top: 20px;
}

 .empty-cart .message-for-customer {

    font-size: 13px;
    line-height: 18px;
    margin: 40px 0 22px;
    max-width: 237px;

}

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




.blockcart-link .cart-count strong{
    color: #fff !important;
}
.blockcart-link .cart-count{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 11px;
    overflow: hidden;

    color: #ffffff;
    background: #ed1b24;
    /* position: absolute; */
    right: 0px;
    top: 0px;
}

.mini-button{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.mini-button{
    /*margin-right: -40px;*/
}
@media (max-width:676px) {
    .mini-button{
        /*margin-right: -20px;*/
    }
}

.blockcart-link{
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    position: relative;
    justify-content: center;
    /*background-color: #2196f3;*/
    /*padding: 10px 15px;*/
    /*border-radius: 40px;*/
}

.blockcart .blockcart-link .icon {
    display: inline-block;
    color: #232323;
    font-size: 18px;
    margin: 0;
}

.blockcart .blockcart-link .icon:before{
    content: '\e95b';
    font-family: 'icomoon';
    color: #2196f3;
    /*font-weight: 700;*/
    font-size: 26px;
}

.blockcart .blockcart-link  .widget-text {
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .24px;
    font-weight: 600;
}

.blockcart .blockcart-link  .widget-count {

    background-color: #2196f3;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    color: #fff;
    border: 2px solid #fff;

    border-radius: 50rem;
}


.mini-button {
    padding: 13px 15px;
    border-radius: 4px;
    white-space: nowrap;
    border: 1px solid rgba(45, 44, 66, 0.2);
    position: relative;
    display: inline-block;
    color: #2196f3;
    transition: 0.15s ease-out;
    cursor: pointer;
    margin-left: 28px;
    /*float: right;*/
    /*margin: 20px 0;*/
}
.mini-button:hover{
    opacity: 1;
    border-color: #2196f3;

}

@media only screen and (min-width: 960px){
    .mini-button {
        float: none;
        order: 6;
    }
}

@media (max-width: 991px) {
    .mini-button{
        border: unset;
        border-radius: unset;
        padding: unset;
    }
}