@font-face {
    font-family: Iransans;
    src: url(../fonts/Iransans.eot?d45d679ecbbf3e85f6fe924a3349611e);
    src: url(../fonts/Iransans.eot?d45d679ecbbf3e85f6fe924a3349611e?#iefix) format('embedded-opentype'),
    url(../fonts/Iransans.woff2?9c8601621b8b811cffb4375d255074cd) format('woff2'),
    url(../fonts/Iransans.woff?4354348970f3bff75d294a1011617152) format('woff'),
    url(../fonts/Iransans.ttf?dec57885836e1d78b278784703bfc3aa) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: IransansBold;
    src: url(../fonts/IRANSansWeb_Bold.eot?d45d679ecbbf3e85f6fe924a3349611e);
    src: url(../fonts/IRANSansWeb_Bold.eot?d45d679ecbbf3e85f6fe924a3349611e?#iefix) format('embedded-opentype'),
    url(../fonts/IRANSansWeb_Bold.woff2?9c8601621b8b811cffb4375d255074cd) format('woff2'),
    url(../fonts/IRANSansWeb_Bold.woff?4354348970f3bff75d294a1011617152) format('woff'),
    url(../fonts/IRANSansWeb_Bold.ttf?dec57885836e1d78b278784703bfc3aa) format('truetype');
    font-weight: 900;
}

/*---------------------------------- End of fonts ---------------------------------- */
:root {
    --blue-1: #e6f0f9;
    --blue-2: #002746;
    --blue-3: #e3edf5;
    --blue-4: #0a69c3;
    --gray-1: #979797;
    --gray-2: #f1f5f8;
    --gray-3: #5B5B5B;
    --gray-4: #F8F8F8;
    --gray-5: #9D9D9D;
}

body {
    font-family: 'Iransans', sans-serif !important;
}

.font-irs-b, .bold-subject {
    font-family: IransansBold, sans-serif;
}
* {
    direction: rtl;
    text-align: right;
}
a {
    text-decoration: none !important;
}
.onp-a {
    color: var(--blue-4);
    transition: all 0.2s;
}
.onp-a:hover {
    color: var(--blue-2);
    transition: all 0.2s;
}
.ltr .ltr * {
    direction: ltr;
    text-align: left;
}
.bg-blue2 {
    background-color: var(--blue-2);
}
.bg-blue4 {
    background-color: var(--blue-4);
}
.text-black {
    color: black !important;
}
.text-gray1 {
    color: var(--gray-1);
}
.position-relative {
    position: relative;
}

.fsize-25 {
    font-size: 25px;
}
.fsize-24 {
    font-size: 24px;
}
.fsize-23 {
    font-size: 23px;
}

.text-ft-gray {
    color: #F0F0F0;
}

.blue-btn:hover {
    transition: all 0.2s;
    color: white;
    background: var(--blue-4);
}
.plain-btn {
    background: var(--blue-1);
    text-decoration: none;
    outline: none;
    color: var(--blue-2);
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 16px;
    border: 2px solid var(--blue-2);
}
.blue-btn {
    background: var(--blue-2);
    text-decoration: none;
    outline: none;
    color: white;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 16px;
    border: 2px solid transparent;
}
.plain-btn:hover {
    transition: all 0.2s;
    color: white;
    background: var(--blue-2);
}

.white-btn {
    background: white;
    text-decoration: none;
    outline: none;
    color: var(--blue-2);
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 45px;
    border: 2px solid var(--blue-2);
}

.white-btn:hover {
    transition: all 0.2s;
    color: white;
    background: var(--blue-2);
}

.outline-blue-btn {
    border: 1px solid var(--blue-2);
    text-decoration: none;
    outline: none;
    color: var(--blue-2);
    background-color: white;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 16px;
}

.filter-section .title {
    font-family: IransansBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.custom-input-wrapper {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}
.lbl-text {
    font-size: 17px;
    color: #8B8B8B;
}
.custom-input-skin input{
    opacity: 0;
    position: absolute;
    z-index: -100;
}
.custom-input-skin {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #8B8B8B;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.custom-input-skin span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--blue-2);
    border-radius: 50%;
    transition: all 0.2s;
}
.custom-input-skin:not(:has(input:checked)) span {
    opacity: 0;
}

.footer-input {
    width: 574px;
    height: 85px;
    border-radius: 56px;
    border: none;
    outline: none;
    font-size: 18px;
    padding: 0 17px 0 172px;
    letter-spacing: 2px;
    text-align: left;
    direction: ltr;
}
.footer-input:placeholder-shown {
    text-align: right;
    direction: rtl;
    letter-spacing: 0;
}
.footer-btn {
    background-color: #0A69C3;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    border: none;
    width: 158px;
    height: 77px;
    color: #fff;
    border-radius: 56px;
    position: absolute;
    left: 4px;
    top: 4px;
}

@media (min-width:577px) {
    .header-rside {
        padding-right: 100px;padding-top: 67px;
    }
}
.res-size27 {
    font-size: 27px;
}
.res-size25 {
    font-size: 25px;
}
.res-size23 {
    font-size: 23px;
}
@media (max-width:576px) {
    .res-size27 {
        font-size: 20px;
    }
    .res-size25 {
        font-size: 18px;
    }
    .res-size23 {
        font-size: 17px;
    }

    .footer-input {
        width: 350px;
        height: 65px;
        border-radius: 56px;
        padding: 0 7px 0 172px;
        font-size: 11px;
    }
    .footer-btn {
        background-color: #0A69C3;
        font-size: 16px;
        text-align: center;
        border: none;
        width: 150px;
        height: 60px;
        color: #fff;
        border-radius: 56px;
        position: absolute;
        left: 4px;
        top: 3px;
    }

    .header-rside {
        padding-right: 20px;padding-top: 15px;
    }
}
.menu-leftside {
    position: absolute;
    left: 37px;
    top: 32px;
    color: #fff;
}

.wrapper-res-pd {
    padding: 130px 107px;
}
@media (max-width:576px) {
    .wrapper-res-pd {
        padding: 130px 10px;
    }
}

hr {
    background-color: #5B5B5B;
}

.onp-input {
    border-radius: 46px;
    max-width: 537px;
    width: 100%;
    height: 54px;
    padding: 0 13px;
    box-shadow: 0px 2px 4px 1px #002746;
}
textarea.onp-input {
    height: 164px;
}
.onp-input-lbl {
    font-size: 22px;
    margin-bottom: 21px;
}
.onp-form-input {
    background-color: white;
    border-radius: 46px;
    width: 469px;
    height: 54px;
    padding: 0 13px;
    box-shadow: 0px 2px 4px 1px #002746;
}
textarea.onp-form-input {
    padding-top: 10px;
}

@media (max-width:576px) {
    .onp-form-input {
        border-radius: 46px;
        width: 356px;
        height: 54px;
        padding: 0 13px;
        box-shadow: 0px 2px 4px 1px #002746;
    }
}

hr {
    height: 2px !important;
    background-color: #eaedef;
}
.onp-btn-primary {
    background: var(--blue-4);
    text-decoration: none;
    outline: none;
    color: white;
    border: none;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    height: 66px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 52px;
    white-space: nowrap !important;
}
.onp-btn-primary:hover {
    transition: all 0.2s;
    background: var(--blue-2);
    color: white;
}

.onp-btn-primary2 {
    background: var(--blue-2);
    text-decoration: none;
    outline: none;
    color: white;
    border: none;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    height: 66px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 52px;
    white-space: nowrap !important;
}
.onp-btn-primary2:hover {
    transition: all 0.2s;
    background: var(--blue-4);
    color: white;
}

.onp-btn-default {
    display: inline-block;
    background: white;
    border: 1px solid #002746;
    text-decoration: none;
    outline: none;
    color: black;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    height: 66px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 52px;
    white-space: nowrap !important;
}
.onp-btn-default:hover {
    transition: all 0.2s;
    background: var(--gray-4);
    color: black;
}

.onp-btn-secondary {
    background: var(--gray-1);
    text-decoration: none;
    outline: none;
    color: white;
    border: none;
    cursor: pointer;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 10px 30px;
    height: 66px;
    transition: all 0.2s;
    text-align: center;
    border-radius: 52px;
    white-space: nowrap !important;
}
.onp-btn-secondary:hover {
    transition: all 0.2s;
    background: var(--gray-3);
    color: white;
}
.pr-onp-select {
    background-color: #E6F0F9;
    border: none;
    border-radius: 52px;
    width: 358px;
    height: 66px;
    padding: 0 30px;
}
.reg-btn {
    height: 42px;
}
.onp-checkbox {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background-color: var(--blue-2);
    accent-color: var(--blue-2);
}
.product-item {
    display: block;
    max-width: 352px;
    border-radius: 18px;
    background-color: #F7F7F7A3;
    padding: 24px 22px 26px;
    color: #000 !important;
    transition: all 0.2s;
    position: relative;
}
.product-item:hover .product-title {
    transition: all 0.2s;
    color: var(--blue-4);
}
.product-item .img-wrapper {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
    border-radius: 11px;
    position: relative;
}
.product-item .discount-label {
    position: absolute;
    display: block;
    direction: ltr;
    font-size: 20px;
    left: 0;
    width: 66px;
    height: 37px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
    color: #fff;
    background-color: #002746;
}
.product-tag {
    color: var(--blue-4);
    font-style: oblique;
    background-color: white;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
}
.side-filters {
    min-width: 261px;
    box-shadow: 0px 1px 4px 0px #00000040;
    padding: 37px 28px;
    border-radius: 8px;
}
.filter-section {
    margin-bottom: 40px;
}
.filter-section .title {
    margin-bottom: 24px;
}
.search-input {
    border-radius: 46px;
    width: 100%;
    height: 85px;
    padding: 0 72px 0 13px;
    box-shadow: 0px 2px 4px 1px #002746;
}
.search-icon-in {
    position: absolute;
    font-size: 25px;
    right: 26px;
    top: 26px;
    color: var(--gray-5);
}
.category-results>*, .product-results>* {
    margin-bottom: 1rem;
}
#offcanvasSearch {
    min-height: 50vh;
}

.icn-dec-box {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    width: 120px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
}
.variant-select {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 52px;
    width: 358px;
    height: 66px;
    padding: 0 30px;
}
.pr_el {
    display: none;
}
.proccessing {
    cursor: progress;
}
.proccessing .pr_el {
    display: inline-block;
}
.remove-cart-item {
    cursor: pointer;
    transition: all 0.1s;
}
.remove-cart-item:hover {
    color: #dc3545;
    transition: all 0.15s;
}
.checkout-item {
    border: 2px solid var(--gray-5);
    border-radius: 9px;
    padding: 30px 37px 54px 31px;
    margin-bottom: 2rem;
}
.cursor-pointer {
    cursor: pointer;
}
.address-item {
    background-color: var(--gray-4);
    padding: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
}
.address-item:hover {
    transition: all 0.2s;
    background-color: var(--gray-2);
}
.ellipsis-text {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-badge {
    position: absolute;
    background-color: rgba(212, 52, 48, 0.8);
    color: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 30px;
    text-align: center;
    font-family: IransansBold, sans-serif;
    font-size: 13px;
    right: -9px;
    top: -9px;
}

.count-in-cart {
    -moz-appearance:textfield;
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.count-in-cart::-webkit-inner-spin-button,
.count-in-cart::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
