.no-scroll {
    overflow: hidden;
}

.dflex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: -2px;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.chm-lg {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;	
}

.header-cart-backdrop {
    background: #0b0b0b;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1011;
    transition: visibility .2s ease, opacity .2s ease;
}

.cart-is-open .header-cart-backdrop {
    opacity: 0.6;
    visibility: visible;
}

.box-account.text-ai-on .btn-account, .box-wishlist.text-ai-on .btn-wishlist-top, .box-compare.text-ai-on .btn-compare-top, .shopping_cart .box-cart.text-ai-on #cart > .btn {
    height: 42px;
    width: auto;
    justify-content: space-between;
    flex-direction: column;
}
.shop-bag-svg {
    color: #000;
    width: 25px;
    height: 22px;
}

header .text-a-icon, header .text-a-icon-cart {
    display: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

.fixed-goods-menu .viewed-quantity, .btn-mob-cart .cart-total, #cart .cart-total, .wishlist-quantity, .compare-quantity {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 18px;
    min-width: 18px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.box-wishlist.text-ai-on .wishlist-quantity, .box-compare.text-ai-on .compare-quantity, .box-cart.text-ai-on #cart .cart-total {
    top: 0px;
    right: 20%;
    transform: translateX(20px);
}

.fixed-goods-menu .viewed-quantity, .btn-mob-cart .cart-total, #cart .cart-total, .wishlist-quantity, .compare-quantity {
    background: #8123FF;
}

#cart {
    position: absolute;
    border-radius: 5px;
    z-index: 99999;
}

.header-cart-fix-right {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1012;
    max-height: 100vh;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #fff;
    transition: transform .2s ease, visibility .2s ease, opacity .2s ease;
    transform: translate(100%, 0);
    text-align: left;
}

.cart-is-open .header-cart-fix-right {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.shopping_cart .box-cart {
    padding-right: 10px;
}

.header-cart-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
}

.header-cart-title:after {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0px;
    border-right: 1px solid #EAEDF7;
}

.header-cart-close {
    background-image: url(/catalog/view/theme/default/template/extension/module/desgin_cart/sprite3.svg#icon-close);
    cursor: pointer !important;
    font-size: 0px;
    height: 25px;
    outline: medium none;
    position: absolute;
    right: 18px;
    top: 13px;
    width: 25px;
    z-index: 1060;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    background-color: #fff;
    background-size: 10px;
}

.page-cart-empty .cart-text-empty, .header-cart-scroll .cart-empty {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 25px 0px 10px;
}

.page-cart-empty .cart-text-empty-slogan, .header-cart-scroll .cart-empty-info-text {
    color: #505966;
    font-size: 14px;
}

.header-cart-scroll {
    padding: 0px 15px 15px;
    height: calc(100% - 54px);
    overflow-x: hidden;
    overflow-y: auto;
}

.header-cart-scroll .box-empty-cart-icon {
    padding-top: 30px;
    text-align: center;
}

.cart_fix, .box-cart.text-ai-on {
	max-width: 38px;
	-ms-flex-order: 4;
	order: 4;
}	

.header-cart-top {
    padding: 15px 60px 15px 20px;
    border-bottom: 1px solid #EAEDF7;
    align-items: center;
    overflow: hidden;
    height: 54px;
}

.header-cart-product-item, .header-cart-voucher-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-cart-products > div:last-child {
    border-bottom: 2px dashed #EAEDF7;
}

.header-cart-product-item-left {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    padding-left: 20px;
    position: relative;
}

.header-cart-product-item-left img {
    max-width: 70px;
}

.header-cart-product-item-left .btn-link-delete {
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -7px;
    right: 0;
    top: 20px;
    background: unset;
    padding: 0;
    border: unset;	
}

.header-cart-product-item-center {
    padding: 0px 10px;
    width: 100%;
    align-self: flex-start;
}

.header-cart-voucher-name, .header-cart-product-name a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.ch-cart-quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}


.header-cart-price-quantity .ch-cart-quantity {
    justify-content: flex-end;
}

.header-cart-voucher-amount, .header-cart-price-quantity {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right;
}

.ch-cart-quantity .btn-quantity-minus {
    background: #fff;
    border-color: #EAEDF7;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-radius: 8px 0px 0px 8px;
    padding: 0px;
    width: 20px;
    height: 34px;
    line-height: 1;
    margin-right: 0px !important;
	color: #222222;
}



.ch-cart-quantity .form-control {
    border-color: #EAEDF7 !important;
    border-width: 1px 0px 1px 0px !important;
    height: 34px !important;
    border-style: solid;
    box-shadow: none;
    max-width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-radius: 0px;
    background: #fff;
    box-shadow: none !important;
}

.checkout-cart-layout2 .ch-cart-quantity .form-control {
	border: unset !important;
	font-size: 17px!important;
	max-width: 40px!important;
	width: 40px;
}

.checkout-cart-layout2 .ch-cart-quantity .btn-quantity-minus , .checkout-cart-layout2 .ch-cart-quantity .btn-quantity-plus{
    border: 1px solid #d7d7d7;
    width: 32px;
    height: 32px;
    border-radius: 9999px;		
}
.checkout-cart-layout2 .ch-cart-quantity .btn-quantity-minus, .checkout-cart-layout2 .ch-cart-quantity .btn-quantity-plus {
    font-size: 24px;
    line-height: 24px; 
}
.checkout-cart-layout2 .ch-cart-quantity .btn-quantity-plus{
    background: #383838;
	color: #fff;

}

.ch-cart-quantity .btn-quantity-plus {
    background: #fff;
    border-color: #EAEDF7;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-radius: 0px 8px 8px 0px;
    padding: 0px;
    width: 20px;
    height: 34px;
    line-height: 1;
    margin-left: 0px !important;
	color: #222222;
}

.header-cart-item-total {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.btn-link-delete {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #222;
    border-radius: 0;
    padding: 1px;
}

.btn-link-delete, .btn-link-delete[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-link-delete:hover, .btn-link-delete:active {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #da4f49;
    border-radius: 0;
}

.header-cart-text-info {
    padding: 15px 0px;
    color: #000;
    display: inline-block;
    text-align: right;
    font-size: 16px;
}

.header-cart-totals {
    margin-top: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-cart-total-cnt, .header-cart-total-price, .header-cart-total-text {
    font-weight: 600;
}

.header-cart-text-info .icon-arrow-down {
    width: 8px;
    height: 4px;
    color: #000;
    margin-left: 10px;
}

.header-cart-total-info.collapse.in {
    margin-bottom: 10px;
}

.ch-total-item {
    justify-content: flex-end;
    margin-top: 15px;
}

.header-cart-total-title {
    width: 100%;
    color: #535D67;
    font-size: 16px;
}

.header-cart-total-title {
    width: 100%;
    color: #535D67;
    font-size: 16px;
}

.header-cart-total-text {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    font-size: 16px;
}

.header-cart-total-cnt, .header-cart-total-price, .header-cart-total-text {
    font-weight: 600;
}

@media (min-width: 768px) {
	
	.header-cart-fix-right {
		max-width: 480px;
	}
	.header-cart-top {
		height: 60px;
	}	
	.header-cart-top {
		padding: 15px 60px 15px 30px;
	}	
	.header-cart-close {
		top: 16px;
	}	
	.header-cart-scroll {
		height: calc(100% - 60px);
	}	
	.header-cart-scroll {
		padding: 0px 30px 30px;
	}	
}

@media (min-width: 992px) {
	header .text-a-icon, header .text-a-icon-cart {
		font-size: 12px;
		color: #000;
		font-weight: 500;
		line-height: 16px;
		display: block;
	}
}