.buy-now-cart {
    background: #f5a623;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.block-product-home > div {
    height: 360px;
}
.buy-now-cart:hover {
    background: #db8c0a;
}
.box-prices {
    display: flex;
    column-gap: 5px;
    align-items: flex-start;
}
.product-category .item-product-cate {
    height: 383px;
}
#site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.site-nav.style--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.textCartSide {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
}
.site-nav.style--sidebar .site-nav-container .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}
.textCartSide {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
}
.cart-view table {
    width: 100%;
}
.site-nav.style--sidebar table tr td,.site-nav.style--sidebar table tr th {
    padding: 10px;
    text-align: left;
}
.site-nav.style--sidebar table tr td:first-child,.site-nav.style--sidebar table tr th:first-child {
    padding-left: 0;
}
.cart-view table td.img img {
    width: 100px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
}
.cart-view table td a.pro-title-view {
    float: left;
    width: 100%;
    font-size: 14px;
    /* font-weight: 600; */
}
span.pro-price-view {
    display: block;
    text-align: center;
    float: left;
    line-height: 26px;
    font-weight: 500;
}
span.pro-quantity-view {
    display: none;
    float: left;
    width: auto;
    background: #ededed;
    text-align: center;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}
.remove-cart {
    float: left;
    width: 100%;
}
.cart-view table {
    width: 100%;
}
#cart-view tr:last-child {
    border: none;
}
table#cart-view tr td {
    border-top: 0;
}
table#cart-view tr td.img {
    position: relative;
}
.cart-view table td.img img {
    width: 100px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
}
#cart-view tr td:not(.img) {
    padding: 20px 20px 20px 0;
    position: relative;
}
.cart-view table td a.pro-title-view {
    float: left;
    width: 100%;
    font-size: 14px;
    /* font-weight: 600; */
}
.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000000;
    margin: 10px 0;
}
#total-view-cart {
    font-weight: bold;
}
.cart-view a.linktocheckout {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.cart-view a.linktocart {
    padding: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    color: black;
    text-align: center;
    float: left;
}
.site-nav.style--sidebar .hidden {
    display: none !important;
}
.site-nav.style--sidebar .site-nav-container-last {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 20px 250px;
}
.site-nav.style--sidebar.show-filters .site-nav-container-last, .site-nav.style--sidebar.show-cart .site-nav-container-last, .site-nav.style--sidebar.show-search .site-nav-container-last {
    padding-bottom: 100px;
}
.site-close-handle {
    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}
.site-close-handle img {
    width: 20px;
}
.cart_quality {
    display: flex;
    clear: both;
    padding-top: 15px;
}

.cart_quality i {
    width: 35px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #bbbbbb;
    text-align: center;
}

.cart_quality i.minicart-step-down {
    border-right: 0;
}

.cart_quality i.minicart-step-up {
    border-left: 0;
}

.pro-quantity-view {
    width: 60px;
    height: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #bbbbbb;
}
.remove-cart a {
    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}
.menu-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.cart-scroll {
    padding-right: 20px;
    position: relative;
}

span.countcart-scroll {
    top: -8px;
    right: 12px;
    background: orange;
    color: #fff;
    border-radius: 50%;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.cart-scroll i {
    font-size: 24px;
    font-weight: 200;
    color: #eb1c24;
}
#header-bt .cart-scroll {
    display: none !important;
}
#header-bt.active .cart-scroll {
    display: flex !important;
}
.cart-mb-right,.box-user,
#header-content.active .banner-pc,#header-content.active .banner-home-right{
    display: none !important;
}
#site-overlay {
    z-index: 9;
}
#header-content.active {
    display: block !important;
}
@media screen and (min-width: 1100px){
    #site-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 992px) {
    #header-content.active .content-premium {
        background: transparent;
        border: none;
    }
}
@media screen and (max-width: 768px){
    .right-header>ul>li:first-child {
        display: none !important;
    }
    .right-header {
        display: block !important;
        position: absolute;
        width: 30px;
        left: -15px;
    }
    .logo img {
        width: 95px;
    }
    .box-cart ul,.logo-block {
        display: none;
    }
    .box-user {
        display: none !important;
    }
    .left-header {
        max-width: 90%;
        margin: 0 0 0 auto;
    }
}