.title_cart_hea {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px 8px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
}

.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: 35px;
    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;
    transition-duration: 0s;
    transition-delay: 0.1s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1199px) {
    .block-cart:hover .top-cart-content {
        opacity: 1;
        visibility: visible;
    }
}

.cartpcstyle {
    min-height: 300px;
}

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

.CartSideContainer .cart--empty-message .img-empty {
    width: 120px;
    margin: 20px auto 20px auto;
}

.cart-sidebar {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0;
}

.cart-sidebar.active {
    visibility: visible;
    transform: translateX(0);
}

.cart-sidebar .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative;
}

.cart-sidebar .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
}

.cart-sidebar .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cart-sidebar .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px;
}

.cart-sidebar .drawer__inner {
    width: 100%;
    height: 100%;
    background: #fff;
}

.cart-sidebar .cart_body {
    padding: 10px;
    height: calc(100vh - 210px);
    overflow-y: auto;
}

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

.cart-sidebar .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.cart-sidebar .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: #e5e5e5;
}

.cart-sidebar .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
}

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

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

.cart-sidebar .cart_body .cart_info .cart_name {
    margin-bottom: 5px;
}

.cart-sidebar .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

.cart-sidebar .cart_body .cart_info .cart_name a:hover {
    color: var(--hoverColor);
}

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

.cart-sidebar .cart_body .grid {
    display: flex;
}

.cart-sidebar .cart_body .grid .cart_item_name {
    width: 50%;
}

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

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

.cart-sidebar .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--price);
}

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

.cart-sidebar .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
}

.cart-sidebar .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
}

.cart-sidebar .cart_body .cart_select button:hover {
    background: #f1f1f1;
}

.cart-sidebar .cart_body .cart_select button.btn-minus {
    border-right: 0;
}

.cart-sidebar .cart_body .cart_select button.btn-plus {
    border-left: 0;
}

.cart-sidebar .ajaxcart__footer {
    padding: 10px;
}

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

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
}

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

.cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--price);
    font-size: 1.8rem;
}

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

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: var(--mainColor);
}

@media (max-width: 767px) {
    .cart-sidebar {
        width: 100%;
    }
}

.cartPopupContainer {
    background-color: #fff;
}

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

.cartPopupContainer .cart--empty-message .img-empty {
    width: 120px;
    margin: 20px auto 20px auto;
}

#popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1;
}

#popup-cart-desktop.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%);
}

#popup-cart-desktop .header-popcart {
    position: relative;
    background: #fff;
}

#popup-cart-desktop .header-popcart .top-cart-header {
    font-size: 16px;
    padding-right: 15px;
    font-weight: 400;
    padding: 8px 20px;
    background: var(--mainColor);
    color: #fff;
}

#popup-cart-desktop .header-popcart .top-cart-header svg {
    margin-right: 5px;
    margin-top: -3px;
    max-width: 15px;
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
    color: #fff;
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name:hover {
    color: var(--mainColor);
}

#popup-cart-desktop .header-popcart .noti-cart-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333333;
    padding: 10px 20px;
    display: block;
}

#popup-cart-desktop .header-popcart .cart_btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10000;
    color: #fff;
}

#popup-cart-desktop .header-popcart .cart_btn-close svg {
    width: 15px;
    height: 15px;
}

#popup-cart-desktop .cartpopup {
    margin-bottom: 0;
    background: #fff;
    padding: 0 20px 20px;
}

#popup-cart-desktop .cartpopup .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
    width: 53%;
    text-align: left;
    padding-left: 10px;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
    width: 19%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
    width: 12%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
    width: 19%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart_body {
    max-height: 268px;
    overflow-y: auto;
    border: solid 1px #ebebeb;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
    border-top: none;
}

#popup-cart-desktop .cartpopup .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px);
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: block;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
    color: var(--hoverColor);
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: red;
    font-weight: 300;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_item_name {
    width: 60%;
}

#popup-cart-desktop .cartpopup .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--price);
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button:hover {
    background: #f1f1f1;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
    border-right: 0;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
    border-left: 0;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer {
    padding-top: 20px;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--price);
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 0;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background: var(--mainColor);
    color: #fff;
    padding: 0px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background: var(--subColor);
    color: #333;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6;
}

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

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

.CartHeaderContainer .cart--empty-message .img-empty {
    width: 120px;
    margin: 20px auto 20px auto;
}

.CartHeaderContainer .cart--empty-message p {
    font-size: 1.4rem;
}

.cartheader {
    margin-bottom: 0;
}

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

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

.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: var(--mainColor);
}

.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: #f2f2f2;
}

.cartheader .cart_body .cart_product {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
}

.cartheader .cart_body .cart_image {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex: none;
    width: 64px;
    height: 64px;
    vertical-align: top;
    position: relative;
    aspect-ratio: 1;
    border: 1px solid #f1f1f1;
    border-radius: 0px;
    overflow: hidden;
}

.cartheader .cart_body .cart_image img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cartheader .cart_body .ajaxcart__row {
    position: relative;
}

.cartheader .cart_body .ajaxcart__row:last-child .cart_product {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.cartheader .cart_body .cart_info {
    flex-grow: 1;
    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: 1.4rem;
    font-weight: 500;
    display: block;
    padding-right: 25px;
}

.cartheader .cart_body .cart_info .cart_name a:hover {
    color: var(--hoverColor);
}

.cartheader .cart_body .cart_info .remove-item-cart {
    background: url(../images/rem_cart.svg.2) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    padding-right: 0px !important;
    filter: grayscale(100%);
}

.cartheader .cart_body .cart_info .remove-item-cart:hover {
    filter: grayscale(0%);
}

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

.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: 600;
    display: block;
    font-size: 1.4rem;
    color: var(--price);
    line-height: 28px;
}

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

.cartheader .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
}

.cartheader .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
}

.cartheader .cart_body .cart_select button:hover {
    background: #f1f1f1;
}

.cartheader .ajaxcart__footer {
    padding: 12px 14px 14px;
    border-top: solid 1px #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
}

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

.cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 100%;
}

.cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--price);
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background: var(--mainColor);
    color: #fff;
    padding: 0px 20px;
    font-size: 1.4rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-transform: uppercase;
    height: auto;
    padding: 8px 20px 6px 20px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 8px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(8px 0px, 100% 0, 100% 100%, 0 100%);
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background: var(--subColor);
    color: #333;
}

.cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
    margin-top: 5px;
    opacity: 0.6;
}

@media (max-width: 1199px) {
    .CartMobileContainer .cart--empty-message {
        text-align: center;
    }

    .CartMobileContainer .cart--empty-message .img-empty {
        width: 120px;
        margin: 20px auto 20px auto;
    }

    .cart-mobile .cart_body {
        padding: 0;
    }

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

    .cart-mobile .cart_body .ajaxcart__row:last-child .cart_product {
        border-bottom: 0px;
    }

    .cart-mobile .cart_body .cart_image {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        position: relative;
    }

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

    .cart-mobile .cart_body .cart_info .cart_name {
        margin-bottom: 5px;
    }

    .cart-mobile .cart_body .cart_info .cart_name a {
        margin-bottom: 4px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.3;
        display: block;
    }

    .cart-mobile .cart_body .cart_info .cart_name a:hover {
        color: var(--hoverColor);
    }

    .cart-mobile .cart_body .cart_info .variant-title {
        display: block;
        font-size: 1.4rem;
        color: #7f7f7f;
    }

    .cart-mobile .cart_body .grid {
        display: flex;
    }

    .cart-mobile .cart_body .grid .cart_item_name {
        width: 50%;
    }

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

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

    .cart-mobile .cart_body .grid .cart_prices .cart-price {
        font-weight: bold;
        display: block;
        font-size: 1.6rem;
        color: var(--price);
    }

    .cart-mobile .cart_body .grid .cart__btn-remove {
        font-size: 1.4rem;
        color: #30656b;
    }

    .cart-mobile .cart_body .cart_select input {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0;
        float: left;
        border-left: none;
        border-right: none;
    }

    .cart-mobile .cart_body .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px;
        float: left;
    }

    .cart-mobile .cart_body .cart_select button:hover {
        background: #f1f1f1;
    }

    .cart-mobile .cart_body .cart_select button.btn-minus {
        border-right: 0;
    }

    .cart-mobile .cart_body .cart_select button.btn-plus {
        border-left: 0;
    }

    .cart-mobile .ajaxcart__footer {
        padding: 10px 0;
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal {
        padding-top: 12px;
        border-top: 1px solid #ccc;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        display: flex;
    }

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
        width: 50%;
        float: left;
    }

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

    .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
        font-weight: bold;
        color: var(--price);
        font-size: 1.8rem;
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative;
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background: var(--mainColor);
        color: #fff;
        padding: 0px 10px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        text-transform: uppercase;
        border: 1px solid var(--mainColor);
        height: 40px;
        line-height: 40px;
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
        background: #fff;
        color: var(--mainColor);
    }

    .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button.btn[disabled] {
        margin-top: 5px;
        opacity: 0.6;
    }
}

.cart_btn_continue {
    display: block;
    position: relative;
}

.cart_btn_continue a {
    width: 100%;
    background: #646464;
    color: #fff;
    padding: 0px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.cart_btn_continue a:hover {
    background: #444;
}

form {
    margin-bottom: 10px;
}

@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 .img-empty {
    width: 120px;
    margin: 20px auto 20px auto;
}

#popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1;
}

#popup-cart-desktop.active {
    display: block;
    z-index: 9999;
    transform: translateX(-50%);
}

#popup-cart-desktop .header-popcart {
    position: relative;
    background: #fff;
}

#popup-cart-desktop .header-popcart .top-cart-header {
    font-size: 16px;
    padding-right: 15px;
    font-weight: 400;
    padding: 20px 20px;
    background: var(--mainColor);
    color: #fff;
}

#popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
    color: #fff;
}

#popup-cart-desktop .header-popcart .noti-cart-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333333;
    padding: 15px 20px;
    display: block;
}

#popup-cart-desktop .header-popcart .cart_btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10000;
    color: #fff;
}

#popup-cart-desktop .header-popcart .cart_btn-close svg {
    width: 15px;
    height: 15px;
}

#popup-cart-desktop .cartpopup {
    margin-bottom: 0;
    background: #fff;
    padding: 0 20px 20px;
}

#popup-cart-desktop .cartpopup .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
    width: 53%;
    text-align: left;
    padding-left: 10px;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
    width: 19%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
    width: 12%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
    width: 19%;
    text-align: center;
}

#popup-cart-desktop .cartpopup .cart_body {
    max-height: 268px;
    overflow-y: auto;
    border: solid 1px #ebebeb;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: #f5f5f5;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

#popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
    padding: 10px 0;
    border-top: solid 1px #ebebeb;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}

#popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
    border-top: none;
}

#popup-cart-desktop .cartpopup .cart_body .cart_image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_image img {
    max-width: 100%;
    max-height: 100%;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info {
    padding-left: 15px;
    vertical-align: top;
    padding-right: 10px;
    display: flex;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -os-width: calc(100% - 110px);
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
    width: 50%;
    margin-bottom: 5px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: block;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
    color: var(--hoverColor);
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart {
    display: block;
    color: red;
    font-weight: 300;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
    margin: 0;
    font-style: italic;
    color: #9e9e9e;
}

#popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
    display: block;
    font-size: 12px;
}

#popup-cart-desktop .cartpopup .cart_body .cart_item_name {
    width: 60%;
}

#popup-cart-desktop .cartpopup .cart_body .grid {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: var(--price);
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
    font-size: 13px;
    color: #30656b;
}

#popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    font-weight: normal;
    color: #333;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button:hover {
    background: #f1f1f1;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
    border-right: 0;
}

#popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
    border-left: 0;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer {
    padding-top: 20px;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left;
    text-align: right;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
    font-weight: bold;
    color: var(--price);
    font-size: 1.8rem;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 0;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
    background-color: var(--subColor);
    color: #333;
}

.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: 0px;
    overflow: hidden;
}

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

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

.popup-cart-mobile .header-popcart .top-cart-header span {
    display: block;
    padding: 10px;
    background: var(--mainColor);
    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 #ebebeb;
    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;
}

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

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

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

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

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

.popup-cart-mobile .box-free-ship {
    padding: 0 10px;
    margin-bottom: 14px;
}

.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: #646464;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0px 20px;
    border: solid 1px #646464;
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0px;
    clear: both;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
}

.popup-cart-mobile .tocontinued:hover,
.popup-cart-mobile .tocontinued:active {
    background: #444;
}

@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: var(--mainColor);
    border-radius: 0;
    padding: 0px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    border: solid 1px var(--mainColor);
    float: right;
}

.popup-cart-mobile .checkout:hover,
.popup-cart-mobile .checkout:active {
    background: var(--hoverColor);
    color: var(--mainColor);
}

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

.box-free-ship {
    padding: 0px 20px 15px;
    background: #fff;
}

.main-cart-page .box-free-ship {
    padding: 0px;
    margin-bottom: 20px;
}

.title_cart {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 0px;
}

.js-free-shipping {
    position: relative;
    height: 25px;
    background: #e1e1e1;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .js-free-shipping {
        margin-top: 0;
        padding: 0px 0px;
    }
}

.js-free-shipping .free-shipping-content {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    left: 0;
    top: 0px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .js-free-shipping .free-shipping-content {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .js-free-shipping .free-shipping-content {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .js-free-shipping .free-shipping-content {
        font-size: 12px;
    }
}

@media (max-width: 340px) {
    .js-free-shipping .free-shipping-content {
        font-size: 10px;
    }
}

@media (max-width: 321px) {
    .js-free-shipping .free-shipping-content {
        font-size: 9px;
    }
}

.js-free-shipping .free-shipping-content .white {
    color: #fff;
}

.js-free-shipping .bg-success {
    background-color: #28a745 !important;
}

.js-free-shipping .bg-warning {
    background-color: #ffc107 !important;
}

.js-free-shipping a.bg-warning:focus,
.js-free-shipping a.bg-warning:hover,
.js-free-shipping button.bg-warning:focus,
.js-free-shipping button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.js-free-shipping .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
    height: 25px;
    border-radius: 5px;
}

.js-free-shipping .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.not-add-to-cart {
    display: none;
}