.white {
    background-color: #fff !important;
}
.text-white {
    color: #fff;
}
.text-red {
    color: red;
}
.text-green {
    color: green;
}
.text-black {
    color: black;
}
.text-bold {
    font-weight: bold;
}
.mt-5px {
    margin-top: 5px !important;
}
.mt--10 {
    margin-top: -10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 60px;
}
.mt-60{
    margin-top: 60px;
}
.mt-100{
    margin-top: 100px !important;
}
.mt-150{
    margin-top: 150px !important;
}
@media (min-width: 992px) {
    .web-mt-30 {
        margin-top: 30px !important;
    }
    .web-mt-50 {
        margin-top: 50px !important;
    }
    .web-mt-70 {
        margin-top: 70px !important;
    }
    .web-mt-65 {
        margin-top: 65px !important;
    }
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-70{
    margin-bottom: 70px;
}
.mr-15 {
    margin-right: 15px;
}
.mb_banner{
    display: none !important;
}
@media screen and (max-width:768px) {
    .mb_banner{
        display: block !important;
        margin: 45px 0 20px 0;
    }
    .mob-bagrnd-blur {
        backdrop-filter: blur(5px);
    }
}
#show_lang img{
    height: 10px;
}
/* .mob_lang_sec{
    margin: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */
.mob_lang_sec{
    margin: 20px;
    display: flex;
    justify-content: end;
}
.lang-sltn-box {
    max-width: 400px;
    width: 400px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.p-10-50 {
    padding: 10px 50px !important;
}
.p-10-0 {
    padding: 10px 0px !important;
}
.p-12 {
    padding : 12px;
}
.p-15{
    padding: 15px;
}
.p-10{
    padding: 10px;
}
.lang_bttn{
    padding: 3px 10px;
    border: 2px solid #797777;
    border-radius: 4px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px;
}
.p-3-20{
    padding: 3px 20px;
}
.z-index-1l{
    z-index: 100000;
}
#show_lang{
    text-transform: capitalize;
}
.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.rtl .text-start, .text-right{
    text-align: right !important;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-24 {
    font-size: 24px;
}
.sidenav.rtl a{
    padding-right: 20px;
    padding-left: 0px;
}
.t-30{
    top: 30px;
}
.t-45{
    top: 45px;
}
.pointer{
    cursor: pointer;
}
.rtl .clear_cart_item {
    margin-left: 0;
    margin-right: auto;
}
.w-full {
    width: 100%;
}
.w-half {
    width: 50%;
}
.w-18{
    width: 18px !important;
}
.w-50px {
    width: 50px;
}
.w-75px {
    width: 75px;
}
.w-40pc {
    width: 40%;
}
.w-60pc {
    width: 60%;
}
.rtl .ml-a{
    margin-left: auto;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.rtl .right {
    text-align: left;
}
.rtl .u1PgV {
    margin-left: 0px;
    margin-right: 14px;
}
.rtl .OrderSummaryH{
    text-align: right;
}
.ta-center {
    text-align: center;
}
.ta-left {
    text-align: left;
}
.ta-right {
    text-align: right;
}
.p-20 {
    padding: 20px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.p-5 {
    padding: 5px !important;
}
.h-16{
    height: 16px;
}
.h-14{
    height: 14px;
}
.m-tb-a {
    margin: auto 0;
}
.p-0-25{
    padding: 0 25px;
}
.d-none{
    display: none;
}
.d-iblock {
    display: inline-block !important;
}
.p-0-10{
    padding: 0 10px;
}
.mb-03{
    margin-bottom: 3px;
}
.h-60{
    height: 60px;
}
@media screen and (min-width: 768px){
    .w-mb-0{
        margin-bottom: 0 !important;
    }
    .w-ml-30{
        margin-left: 30px ;
    }
}
.ml-30{
    margin-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
@media(min-width: 992px) {
    .web-ml-20 {
        margin-left: 20px;
    }
}
.text-left{
    text-align: left;
}
.jc-center {
    justify-content: center;
}
.jc-sa {
    justify-content: space-around;
}
.jc-sb {
    justify-content: space-between;
}
.op-02 {
    opacity: 0.2;
}
.op-05 {
    opacity: 0.5;
}
.mh-560 {
    min-height: 560px;
}
.disabled_btn {
    pointer-events: none;
    opacity: 0.2;
}
.border-b-gray {
    border-bottom: 1px dotted gray;
}
.border-t-gray {
    border-top: 1px dotted gray;
}
.hidden {
    display: none !important;
}
.flex-box {
    display: flex;
    align-items: center;
}
.concealed {
    color: white;
}
.ml-m60 {
    margin-left: -60px;
}
@media(min-width: 992px) {
    .web-ml-m60 {
        margin-left: -60px;
    }
}
.p-e-none {
    pointer-events: none;
}
.d-flex {
    display: flex;
}
.fg-1 {
    flex-grow : 1;
}
.a-i-center {
    align-items: center;
}
.text-semi-bold {
    font-weight: 600;
}
.f-r {
    float: right;
}
.dis-flx {
    display: flex;
}
.mr-10 {
    margin-right: 10px;
}
.inactive-text {
    color: var(--theme-inactive-color);
}
.pt-20 {
    padding-top: 20px;
}
.td-lt {
    text-decoration: line-through;
}
.flex-item {
    flex-grow: 1;
}
@media (max-width: 992px) {
    .lg-screen-only {
        display: none !important;
    }
}
.ml-10px {
    margin-left: 10px;
}
@media (max-width: 992px) {
    .mt-mob-10 {
        margin-top: 10px !important;
    }
}
.mt-10px {
    margin-top: 10px !important;
}
.fw-500 {
    font-weight : 500;
}
.text-theme-color {
    color: var(--theme-color);
}