:root {
    --aatc: #ef4056;
}
.aatc {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.aatc.active {
    display: flex;
}
.aatc a {
    text-decoration: unset;
}
li.product-type-simple .aatc,.product-type-simple .aatc{
    display: flex !important;
}
/*.var_aatc .aatc {
    display: none !important;
}*/
.var_aatc .aatc.active {
  display: flex !important;
}
.aatc.outofstock .shopAddToCart ,.aatc.outofstock.active .shopAddToCart,.aatc.outofstock .incart ,.aatc.outofstock.active .incart{
    display: none !important;
}
.woocommerce-variation-availability {
    display: none;
}
.aatc .outofstock {
    color: var(--aatc);
    min-height: 44px;
}


option.none {
    display: none;
}
.aatc input, .aatc button {
    outline: none !important;
    border: unset;
    line-height: 44px;
    cursor: pointer;
}
.aatc input svg, .aatc button svg {
    fill: var(--aatc);
    width: 18px;
    height: auto;
}
.shopAddToCart {
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    border-radius: 8px;
    display: flex;
    position: relative;
    align-items: center;
}
.shopAddToCart .minus, .shopAddToCart .plus {
    background: none;
    color: var(--aatc);
    font-size: 30px;
	line-height: 24.98px;
    padding: 0 8px;
    margin: 0 !important;
}
.aatc .loading .qty {
    opacity: 0 !important;
}
.addtocartwt {
    display: none !important;
}
.zero .addtocartwt {
    display: block !important;
}
.zero .minus,.zero .plus,.zero .qty {
    display: none !important;
}
.minus svg.trash{
display:none;	
}
.one .minus svg{
display:block;
width: 20px;
}
.one .minus span{
display:none;	
}
.var_aatc {
    width: 100%;
}
.aatc .shopAddToCart .qty {
    text-align: center;
    background: none;
    border: none;
    color: var(--aatc);
    padding: 0;
    font-size: 20px;
}
.zero .addtocartwt {
    display: flex;
    border: 1px solid var(--aatc);
    background-color: var(--aatc);
    color: #fff;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 40px;
    align-items: center;
    justify-content: center;
	font-weight: 700 !important;
}
.shopAddToCart.zero {
    box-shadow: unset;
    width: 100%;
max-width:320px;
	
}
.L4 {
    width: 100%;
    max-width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display:none;
}
.loading .L4 {
    display: flex;
}
.shopAddToCart [disabled] {
    cursor: inherit;
    opacity: 0.5;
}
.aatc .qty[disabled] {
    opacity: 1;
}
.products .shopAddToCart {
   margin: 9px auto 0;
}
.addtocartml {
    display: block;
    border: 1px solid var(--aatc);
    background-color: var(--aatc);
    color: #fff !important;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
	height: 40px;
    outline: none !important;
    border: unset;
    line-height: 40px;
    cursor: pointer;
    text-decoration: unset;
    font-size: 12px;
	font-weight: 700 !important;
	margin: 9px auto 0;
	text-align: center;
}
.incart p {
    font-size: 14px;
    margin: 0;
}
.incart {
    margin-right: 20px;
}
.incartlink {
    font-size: 12px;
}
.incartlink a {
    color: #19bfd3;
}
.incart {
    display: none;
}
.shopAddToCart:not(.zero) + .incart {
    display: block;
}
button.minus {
    order: 3;
}
button.plus {
    order: -1;
}
.aatcbx {
    max-width: 280px;
    width: 100%;

}
.summary .aatcbx  {
	margin-right: auto;
    margin-bottom: 20px;	
	min-width: 280px;
}
li.product-type-variable .price {
    display: flex !important;
    justify-content: flex-end;
	margin-left: unset !important;
}
.price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.singleaatc p.price {
    margin: 0 !important;
    gap: 0;
    display: flex;
    flex-direction: column;
}
.aatcbx del bdi {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}
.aatcbx del bdi svg {
    width: 12px !important;
    height: 12px !important;
}
.aatc-mini-cart .mini-cart-count {
    position: relative;
    padding: 8px;
    border-radius: 8px;
    display: flex;
}
.aatc-mini-cart .mini-cart-count:hover {
    background: rgb(239 57 78 / 10%);
}
.aatc-mini-cart a {
    text-decoration: none;
}
#mcart-ntotal {
    font-family:'Anjoman';
    min-width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #ef4056 !important;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 2.17;
    padding: 5px 2px 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 18px;
}
.aatc-mini-cart {
    position: relative;
    width: fit-content;
}

.aatc-mini-cart .cart {
    position: absolute;
    top: 40px;
    left: 0;
    width: 400px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 1px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.3);
    border-radius: 8px;
    display: none;
}
.aatc-mini-cart .cart.right{
    left: 0;
    right:unset;
}
.aatc-mini-cart:hover .cart {
    display: block; 
}
 
#ntotal {
    color: #5a5c7a;
    font-size: 14px;
}
a#cart-text {
    color: #19bfd3;
    font-size: 14px;
    display: flex;
    font-weight: bold;
}
.aatc-frow {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
}
.aatc-mini-cart .product_list_widget {
    max-height: 360px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    margin: 0;
}
.aatc-mini-cart #mcart-widget .mini_cart_item {
    margin: 0 12px;
    border-bottom: 1px solid #f1f2fd;
    padding: 16px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.aatc-mini-cart #mcart-widget .mini_cart_item:last-child {
    border-bottom: unset;
}
.mini_cart_item a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
#mcart-widget .mini_cart_item img {
    width: 20%;
    flex: 0 1 33%;
    height: auto;
    position: relative;
    margin: 0;
}
.aatc-mini-cart .aatc, .woocommerce-mini-cart .aatc {
    flex: 0 1 33%;
    justify-content: center;
    margin-top: 20px;
	z-index:999999999999999;
	position:relative;
}
.aatc-mini-cart .product-name {
    flex: 1 0 33%;
    font-size: 13px;
    font-weight: 700;
    color: #23254e;
}
.mini_cart_item .price {
    flex: 1 0 33%;
    justify-content: flex-start;
    margin-top: 20px;
    display: flex;
    padding-right: 24px;
    align-items: center;
}
.mcart-foot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid #f1f2fd;
    align-items: center;
}
.mcart-foot-r {
    display: flex;
    flex-direction: column;
}
.mcart-foot-r span {
    font-size: 12px;
    color: #777690;
}
.woocommerce-Price-currencySymbol svg {
    fill: #3f4064;
}
#mcart-stotal span {
    color: #23254e !important;
    font-size: 26px;
    font-weight: 700;
}
.mcart-foot a {
    background: var(--aatc);
    display: flex;
    align-items: center;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 700;
}
#mcart-widget .addtocartwt {
    display: none;
}
.aatc-mini-cart bdi , .aatcbx bdi,bdi{
    direction: rtl;
}
.aatcbx .price {
    gap: 10px;
}
#mcart-widget .woocommerce-mini-cart__empty-message {
    color:#2c4e4d;
    padding: 20px 10px;
    text-align: center;
}
.products li {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
}
.woocommerce-cart .aatc-mini-cart:hover .cart {
    display: none;
}
@media (max-width: 768px) {
    .aatcbx.singleaatc {
        position: fixed;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 99999;
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        padding: 12px 20px;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-end;
    }
    .singleaatc .var_aatc,.singleaatc .aatc {
        flex: 50% 0 1;
		max-width: fit-content;
    }
    .singleaatc .incart{
        display: none !important;
    }
    .singleaatc .price {
        margin: 0;
    }
    .singleaatc .outofstock {
        font-size: 14px;
        display: flex;
        align-items: flex-end;
    }
    .singleaatc .shopAddToCart {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .aatc-mini-cart:hover .cart {
        display: none;
}

    .woocommerce-cart .aatc {
        display: flex;
        width: fit-content;
        margin-right: auto;
    }
	.incart {
    margin: 10px 0 0 0;
}
li.product-type-simple .aatc, .product-type-simple .aatc {
    justify-content: center;
}
.incart p {
    font-size: 12px;
}
}