button.select2-selection__choice__remove{left: 5px;}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after{left: 1.25rem !important;right: inherit !important;}
.nback{font-size: 13px !important;padding: 10px 20px 10px 20px !important;}

.pms p {margin: 0 !important;line-height: 30px !important;}
.ql-editor p{font-family: 'IRANSansWeb' !important;line-height: 30px !important;}
.tooltip-inner{font-family: 'IRANSansWeb' !important}
*{font-family: 'IRANSansWeb' !important}





.all_language{display: flex;justify-content: center}
.language{width: 100px;background-color: white;box-shadow: 0 4px 10px rgba(0,0,0,0.1);display: flex;justify-content: center;padding: 15px;
    border-radius: 7px;
    margin-right: 5px;
    margin-left: 5px;

}
.language p{color: #262626;margin: 0;position: relative;top: 2px;}
.language.active{background: #e1e1e1}
.language img{width: 20px;border-radius: 20px;margin-left: 5px;margin-right: 5px;}



.list-module-content{
    width: 100%;
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    margin-top: 15px;
}
.list-module-content > p{font-size: 14px;font-weight: 500;color: #021959;margin-bottom: 15px !important;}
.iteems-module-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
    cursor: pointer;
}
.iteems-module-content.active{border-color: #3eb580;}
.iteems-module{width:100%;display: flex;justify-content: space-between;align-items: center;}
.iteems-module img{width: 50px;}
.title-iteems-module{display: flex;justify-content: flex-start;gap: 5px;align-items: center;}
.title-iteems-module > span{font-size: 14px;font-weight: 500;color: #021959;}

.product-price-add-cart{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-discount-price{display: flex;justify-content: center;align-items: center;width:100%}
.product-discount-price > span{color: #9aa8bc;font-size: 12px;font-weight: 500;text-decoration: line-through;margin-left: 5px;}
.product-original-price{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-original-price img{width: 15px !important;border-radius: inherit !important;margin-right: 4px;}
.product-original-price > span{font-size: 16px;font-weight: 500;color: #021959;}

.product-discount-percentage{
    border-radius: 6px;
    background: #f14559;
    box-shadow: 3px 1px 4px 0px rgba(241, 69, 89, 0.26);
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 3px 5px 2px;
}
.product-discount-percentage > span{font-size: 12px;font-weight: 700;color: #fff;}



items-carts-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.title-carts{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.title-carts span{
    color: #021959;
    font-size: 23px;
    font-weight: 700;
}
.nunber-title-carts{
    border-radius: 8px;
    background: #f03a50;
    box-shadow: 4px 0px 7px -2px #e8064599 !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 17px;
    font-weight: 600 !important;
    padding: 1px 9px 0;
    display: flex;
    align-items: center;
}
.all-items-carts{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.box-carts{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e6eaf0;
    background: #fff;
    margin-bottom: 15px;
}


.items-carts{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-items-cart{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.image-items-cart img{width: 50px;}
.image-items-cart a{color: #021959;font-size: 14px;font-weight: 700;}
.priced-cart{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-remove-cart{
    cursor: pointer;
    padding-right: 15px;
    margin-right: 20px;
    border-right: 1px solid #e6eaf0;
}



.list-module-cart-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.iteems-module-cart-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e2e6ed;
    border-radius: 5px;
}
.iteems-module-cart-content.active{border-color: #3eb580;}
.iteems-module-cart{width:100%;display: flex;justify-content: space-between;align-items: center;}
.iteems-module-cart img{width: 50px;}
.title-iteems-module-cart{display: flex;justify-content: flex-start;gap: 5px;align-items: center;}
.title-iteems-module-cart > span{font-size: 14px;font-weight: 500;color: #021959;}

.shop-cart-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e6eaf0;
}
.list-price-shop-cart{
    width: 100%;
    display: flex;
    flex-direction: column;   
}
.price-shop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6eaf0;
    margin-bottom: 10px;
}
.price-shop  img {width: 100px;}
.price-shop > span {font-size: 14px;font-weight: 500;color: #021959;}
.price-shop.nones{border: none;padding: 0;margin: 0;}

.discount-codes-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid #e6eaf0;
    margin-bottom: 10px;
}
.discount-codes-content input{border: none;outline: 0;border-radius: 11px;background: #f8f9fb;color: #021959;font-size: 12px;font-weight: 600;padding: 12px;min-width: 130px;}
.discount-codes-content span{color: #afb6cb;font-size: 12px;font-weight: 600;background-color: #f8f9fb;padding: 12px;cursor: not-allowed;border-radius: 11px;}
.discount-codes-content.active span{background-color: #e80645;color: #fff;cursor: pointer;}


.go-pay{width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 10px;}
.go-pay button{border-radius: 11px;background: #16a8b3;padding: 18px;color: #fff ;font-size: 17px ;font-weight: 700 ;width: 100%;border: none;outline: 0;}
.go-pay a{border-radius: 11px;background: #16a8b3;padding: 18px !important;text-align: center; color: #fff ;font-size: 17px ;font-weight: 700 ;width: 100%;border: none;outline: 0;}

.go-pay.ok a{background: #3eb580;}
.go-pay.notok a{background: #e80645;}

.btns-loding{position: relative;}
.btns-loding img{position: absolute;top: 8px;left: 25px;width: 40px;}
.btns-loding img.img-1{position: absolute;top: 11px;left: 58px;width: 40px;}
.btns-loding img.none{display: none;}

