.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index:999
    }
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5
}

.block-cart .top-cart-content {
    right: 0px;
    top: calc(100% + 10px);
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    z-index: 10000;
    display: none;
    color: #000;
    border-radius: 5px 0 5px 5px;
    padding: 5px
}

.block-cart .top-cart-content:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    top: -9px;
    right: 0px
}

.block-cart .top-cart-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px
}

@media (min-width: 1199px) {
    .block-cart:hover .top-cart-content {
        display:block
    }
}

.cartpcstyle {
    min-height: 300px
}

.CartSideContainer .cart--empty-message {
    text-align: center
}

.CartSideContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cartPopupContainer {
    background-color: #fff
}

.cartPopupContainer .cart--empty-message {
    text-align: center
}

.cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.CartHeaderContainer {
    width: 340px;
    background-color: #fff
}

.CartHeaderContainer .cart--empty-message {
    text-align: center
}

.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.cartheader {
    margin-bottom: 0
}

.cartheader .cart_body {
    padding: 15px;
    max-height: 360px;
    overflow-y: auto
}

.cartheader .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.cartheader .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #d69c52
}

.cartheader .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
    border-bottom: solid 1px #ebebeb
}

.cartheader .cart_body .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}

.cartheader .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top
}

.cartheader .cart_body .cart_info .cart_name {
    margin-bottom: 5px
}

.cartheader .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    color: #000
}

.cartheader .cart_body .cart_info .cart_name a:hover {
    color: #ca6f04
}

.cartheader .cart_body .cart_info .cart_name .remove-item-cart {
    color: red;
    display: inline-block
}

.cartheader .cart_body .cart_info .cart_name .remove-item-cart:hover {
    color: #ca6f04
}

.cartheader .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px
}

.cartheader .cart_body .grid {
    display: flex
}

.cartheader .cart_body .grid .cart_item_name {
    width: 50%
}

.cartheader .cart_body .grid .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333
}

.cartheader .cart_body .grid .cart_prices {
    width: 50%;
    text-align: right
}

.cartheader .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #ca6f04
}

.cartheader .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b
}

.cartheader .cart_body .cart_select .input-group-btn {
    display: block;
    width: 100%;
    min-height: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px
}

.cartheader .cart_body .cart_select .input-group-btn button {
    font-size: 20px;
    line-height: 0px;
    border: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    float: left;
    color: #000;
    text-align: center;
    padding: 0px;
    border-radius: 8px
}

.cartheader .cart_body .cart_select .input-group-btn button svg {
    width: 14px;
    height: 14px
}

.cartheader .cart_body .cart_select .input-group-btn input {
    padding: 0 2px;
    text-align: center;
    margin: 0px;
    display: block;
    float: left;
    height: 30px;
    border: 0;
    width: 30px;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
    font-size: 15px;
    outline: none
}

.cartheader .ajaxcart__footer {
    padding: 10px
}

.cartheader .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
    color: #000
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: #ca6f04
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 20px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #ca6f04;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ca6f04;
    border-radius: 10px
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: #ca6f04;
    color: #fff;
    border: 1px solid #ca6f04
}

@media (max-width: 1199px) and (min-width: 767px) {
    .cart-mobile .cart_body .cart_image {
        width:10%
    }
}

.cartPopupContainer {
    background-color: #fff
}

.cartPopupContainer .cart--empty-message {
    text-align: center
}

.cartPopupContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px
}

.popup-cart-mobile {
    max-width: 450px;
    height: auto;
    background: #fff;
    width: 100%;
    top: 35% !important;
    left: 50%;
    width: 100%;
    position: fixed;
    visibility: hidden;
    transform: translate(-50%, -35%);
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #ca6f04;
    display: none
}

.popup-cart-mobile.active {
    visibility: visible;
    z-index: 9999;
    display: block
}

@media (min-width: 767px) {
    .popup-cart-mobile {
        min-width:450px
    }
}

.popup-cart-mobile .header-popcart .top-cart-header span {
    display: block;
    padding: 10px;
    background: #ca6f04;
    font-weight: bold;
    color: #fff;
    padding-left: 35px
}

.popup-cart-mobile .header-popcart .top-cart-header span svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 10px;
    filter: invert(1)
}

.popup-cart-mobile .media-content {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ca6f04;
    margin-bottom: 10px
}

.popup-cart-mobile .media-content .thumb-1x1 {
    width: 70px
}

.popup-cart-mobile .media-content .thumb-1x1 img {
    max-width: 100%;
    max-height: 100%
}

.popup-cart-mobile .media-content .body_content {
    width: calc(100% - 70px);
    padding-left: 15px
}

.popup-cart-mobile .media-content .body_content h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0
}

.popup-cart-mobile .media-content .body_content .product-new-price {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    display: block
}

.popup-cart-mobile .media-content .body_content .product-new-price b {
    margin-right: 15px;
    color: #ca6f04
}

.popup-cart-mobile .media-content .body_content .product-new-price span {
    color: #979797;
    background: none;
    padding: 0;
    font-size: 14px;
    display: block
}

.popup-cart-mobile .noti-cart-count {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px
}

.popup-cart-mobile .noti-cart-count span {
    display: inline-block;
    background: none;
    color: #ca6f04;
    padding: 0
}

.popup-cart-mobile .iconclose {
    position: absolute;
    right: 10px;
    top: 6px
}

.popup-cart-mobile .iconclose svg {
    filter: invert(1);
    width: 15px;
    height: 15px;
    transition: transform 0.3s
}

.popup-cart-mobile .iconclose:hover svg {
    transform: rotate(90deg)
}

.popup-cart-mobile .bottom-action {
    padding: 0 10px 10px;
    display: inline-block;
    width: 100%
}

@media (min-width: 992px) {
    .popup-cart-mobile .bottom-action {
        display:flex;
        justify-content: space-between
    }
}

.popup-cart-mobile .bottom-action {
    padding: 0 10px 10px;
    display: inline-block;
    width: 100%
}

@media (min-width: 992px) {
    .popup-cart-mobile .bottom-action {
        display:flex;
        justify-content: space-between
    }
}

.popup-cart-mobile .tocontinued {
    background: #000;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0px 20px;
    border: solid 1px #ca6f04;
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0px;
    clear: both;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}

.popup-cart-mobile .tocontinued:hover,.popup-cart-mobile .tocontinued:active {
    background: #ca6f04;
    border: solid 1px #ca6f04
}

@media (min-width: 992px) {
    .popup-cart-mobile .tocontinued {
        width:calc(50% - 5px);
        margin-bottom: 0px
    }
}

.popup-cart-mobile .checkout {
    height: 40px;
    line-height: 38px;
    width: 100%;
    background: #ca6f04;
    border-radius: 0;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #ca6f04;
    float: right;
    border-radius: 5px
}

.popup-cart-mobile .checkout:hover,.popup-cart-mobile .checkout:active {
    background: #000
}

@media (min-width: 992px) {
    .popup-cart-mobile .checkout {
        width:calc(50% - 5px);
        margin-bottom: 0px
    }
}

@media (max-width: 480px) {
    .popup-cart-mobile {
        max-width:300px
    }
}
