body {
    font-family: 'IranYekan' !important;
}

span {
    font-family: 'IranYekan' !important;
}

* {
    /*font-weight: revert !important;*/
}

.cart-color {
    font-size: 12px;
    float: left;
    width: 100% !important;
}

.middle-menu .header-left .h-cart .cart-box .pb-total .tp-button a {
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
    color: #ffffff;
}

.middle-menu .header-left .h-cart .cart-box .product-item .left .title {
    font-size: 13px !important;
    color: #585858 !important;
}

.shop-product .shop .namad .namad-box {
    overflow: scroll;
    height: calc(100% - 25px);
}

    .shop-product .shop .namad .namad-box .namad-item a img {
        max-width: 70px !important;
    }

.available-soon-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 3px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
    color: #606060;
}


/*---------- Start available-soon ----------*/

.available-soon .brand-box .brand-item-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 10px;
}

    .available-soon .brand-box .brand-item-1 img {
        padding-top: 10px;
        width: auto;
        height: 140px;
    }

.available-soon .brand-box .brand-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px #dcdcdc solid;
}

    .available-soon .brand-box .brand-item:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .available-soon .brand-box .brand-item a {
        padding: 20px;
    }

    .available-soon .brand-box .brand-item img {
        padding-top: 10px;
        width: auto;
        height: 100px;
    }


/*---------- End available-soon ----------*/

.footer .footer-middle .middle-left .social .social-box .social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-all-btn {
    border: none !important;
    background-color: #d90268;
    color: white;
}

.footer {
    clear: both !important;
}

.menu .menu-item .mega-menu {
    width: 1100px !important;
}

.middle-menu .header-left .h-account .account-box .ab-menu .abm-item .item-link {
    color: #363636 !important;
    height: 20px !important;
}

.footer .footer-content .namad .namad-box .namad-item a img {
    /*   max-width: 80px !important;
    height: 100px !important;*/
    height: 65px !important;
    width: auto !important;
    max-width: 100%;
}

.footer .footer-content .namad .namad-box .namad-item {
    width: 70px !important;
    height: 70px !important;
    text-align: center;
}

.promotion-categories-container .promotion-categories-title {
    margin-bottom: 20px !important;
}

.middle-menu .header-left .h-account .ha-title {
    margin-right: 0 !important;
}

.middle-menu .header-left .h-account .ha-img img {
    max-width: 35px !important;
}

.middle-menu .header-left .h-account .btn-account {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-products .products .item-product .product-info .title-box {
    height: 40px;
}



/*Variant Color*/
.product-variants {
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
}

    .product-variants ul.js-product-variants {
        margin: 0px 2px;
        display: flex;
        /*        display: inline-block;
*/ vertical-align: middle;
    }

        .product-variants ul.js-product-variants li {
            margin: 0 0px 0px 6px;
            display: inline-block;
            text-align: center;
            font-size: 8pt;
            color: #000;
            line-height: 24px;
        }

            .product-variants ul.js-product-variants li .ui-variant-color {
                display: inline-block;
                position: relative;
                width: 30px;
                height: 30px;
            }

                .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-shape {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    right: 2px;
                    top: 2px;
                    border-radius: 3px;
                    content: "";
                }

                .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check {
                    cursor: pointer;
                    height: 34px;
                    width: 34px;
                    color: #6f6f6f;
                    padding: 0;
                    font-size: 13px;
                    line-height: 1.692;
                    display: block;
                    transition: .2s;
                }

    .product-variants .ui-variant input[type=radio] {
        position: absolute;
        opacity: 0;
        width: 100%;
        cursor: pointer;
        height: 100%;
        right: 2px;
        top: 2px;
    }

    .product-variants input[type=radio]:checked + .ui-variant-check {
        border: 2px solid #d90268 !important;
        text-align: center;
        transition: .2s;
        color: #fff !important;
        border-radius: 5px;
    }

        .product-variants input[type=radio]:checked + .ui-variant-check::before {
            /*       content: "\F12C";
            font: normal normal normal 24px/1 "Material Design Icons";*/
            line-height: 30px;
            font-size: 25px;
            position: absolute;
            right: 0;
            margin: 1px 4px;
            left: 0;
        }
/*End Variant Color*/


.c-product_price-value {
    font-size: inherit !important;
    color: inherit !important;
    margin-top: 0 !important;
}

.c-product_price-real {
    color: inherit !important;
    font-size: inherit !important;
    margin-top: 0 !important;
    font-weight: bold;
}

    .c-product_price-real span {
        font-weight: bold;
    }

.single-product .product .sales-info .price-product .price del {
    font-weight: bold;
}

.single-product .product .sales-info .price-product {
    justify-content: space-around;
}

.tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-label {
    max-height: 42px;
}

.tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input {
    margin-top: 10px;
}

.lastseen .seen-box .seen-item img {
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    align-self: center;
}

.lastseen .seen-box .seen-item a {
    padding: 3px 5px !important;
    text-align: center;
    min-height: 45px;
}

.lastseen {
    padding-top: 15px;
}

.wz-matrix-tooltip {
    border: solid 1px #ddd;
}

@media (max-width: 500px) {
    .promotion-category {
        width: 95px;
    }
}

.page-account-box .ds-userlogin a.account-box-logo {
    width: auto !important;
    height: 60px;
    background-position: center !important;
}

.img-top-header {
    border-radius: 0;
    width: 100%
}

.content {
    background: #ffffff !important;
    width: 100% !important;
    height: auto !important;
}

.header-filters .btn-filter {
    background-color: #d90268 !important;
    color: #ffffff !important;
    padding: 8px 11px !important;
    width: 100% !important;
}

.header-filters .advance-header {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 9 !important;
    padding: 15px !important;
    left: 0 !important;
    background-color: #fff !important;
    box-shadow: 1px -1px 10px 2px #00000024 !important;
}

.remodal-page-main .shop-product {
    margin-top: 0 !important;
}

    .remodal-page-main .shop-product .shop .row {
        margin: 0 !important;
    }

.search-mobile-header form button {
    padding: 5px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb !important;
    border-right: solid 1px #ddd
}

.search-mobile-header form input {
    padding: 8px 12px !important;
    font-size: 14px !important;
}

.address-bar .box-address .item a {
    /*font-size: 13px !important;*/
}

.sales-info .add-to-cart-holder .mobile-sale-button a {
    background: #d90268;
}

.sales-info .add-to-cart-holder .price ins {
    font-size: 1.1rem !important;
}

.sales-info .add-to-cart-holder .price del {
    font-size: 0.95rem !important;
}

.popular-products .products .item-product .product-info .product-bottom .pric ins {
    font-size: 16px !important;
}

    .popular-products .products .item-product .product-info .product-bottom .pric ins span {
        font-weight: 500;
    }
/*.address-bar .box-address {
    line-height: 1.9;
}*/
.c-box_cat-list {
    margin: 3px 0;
}

    .c-box_cat-list .c-box_cat-list {
        padding-right: 15px;
    }

.c-box_cat-span {
    margin-bottom: 10px;
    display: block;
}

.c-box_cat-link {
    color: #545454;
}

    .c-box_cat-link:hover {
        color: #d90268
    }

    .c-box_cat-link.is-active {
        color: #d90268;
        font-weight: 700;
        pointer-events: none;
    }

.c-box_cat-item {
    margin-bottom: 0px;
    line-height: 12px;
    width: 100% !important;
    FONT-SIZE: 13px;
}

.c-box_cat-span-arrow_down, .c-box_cat-span-arrow_left {
    position: relative;
    padding-right: 17px;
}


    .c-box_cat-span-arrow_down::before {
        content: "\F140";
    }

    .c-box_cat-span-arrow_down::before, .c-box_cat-span-arrow_left::before {
        font-family: 'Material Design Icons';
        position: absolute;
        top: 0;
        right: 0;
        color: #6b6b6b;
        font-size: 15px;
        transform: rotate( 90deg );
    }

.shop-product .shop .filter .title span {
    padding-bottom: 10px !important;
    text-align: right !important;
    font-size: 1rem !important;
    border-bottom: solid 1px #eee !important;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
}

.shop-product .shop .namad .title span {
    padding-bottom: 10px !important;
    text-align: right !important;
    font-size: 1rem !important;
    border-bottom: solid 1px #eee !important;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
}

.c-box_filter-slider {
    padding: 30px 5px 32px;
    border-bottom: 1px solid #f5f5f5;
}

.c-filter {
    line-height: 22px;
}

.rangeSlider-desktop {
    height: 1px;
    border: none;
    box-shadow: none;
    background-color: #c6c6c6;
}


.c-filter_range {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    .c-filter_range li {
        flex-basis: 50%;
        text-align: center;
        font-size: 13px;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 0 20px;
    }

        .c-filter_range li::after, .c-filter_range li::before {
            display: block;
        }

        .c-filter_range li::before {
            content: attr(data-label);
        }

    .c-filter_range input[type="text"] {
        font-family: inherit;
        font-size: 14px;
        height: 28px;
        width: 77px;
        border-radius: 5px;
        border: none;
        background-color: #f8f8f8;
        margin: 6px 0;
        text-align: center;
        color: #3c3c3c;
        opacity: .5;
    }

    .c-filter_range li::after, .c-filter_range li::before {
        display: block;
    }

    .c-filter_range li::after {
        content: attr(data-currency);
    }

    .c-filter_range li + li {
        border-right: 1px solid #f5f5f5;
    }

    .c-filter_range li {
        flex-basis: 50%;
        text-align: center;
        font-size: 13px;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 0 20px;
    }

.c-filter_action {
    padding: 8px 10px;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.c-filter_price-btn {
    font-family: inherit;
    border-radius: 8px;
    background-color: #19a794;
    color: #fff;
    line-height: 22px;
    padding: 11px 15px 11px 15px;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}

    .c-filter_price-btn::before {
        content: "";
        position: absolute;
        right: 15px;
        font-size: 18px;
    }

    .c-filter_price-btn:not(.disabled)::after {
        content: "";
        width: 200%;
        height: 200%;
        background-color: rgba(255, 255, 255, .2);
        position: absolute;
        top: -50%;
        right: -50%;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

.noUi-horizontal {
    height: 5px !important;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 5px !important;
    position: relative;
    z-index: 1;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    border: 3px solid #d90268 !important;
}

.noUi-horizontal .noUi-handle {
    width: 12px !important;
    height: 12px !important;
    left: 0px !important;
    top: -4px !important;
}

    .noUi-horizontal .noUi-handle.noUi-handle-upper {
        background-color: #fff;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        border: 3px solid #d90268 !important;
    }

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px !important;
    width: 6px !important;
    background: #d90268 !important;
    border-radius: 100% !important;
    left: 0px !important;
    top: 0px !important;
}


.noUi-connect {
    background: #d90268 !important;
}

.popular-products .products .item-product .product-info .title-box a {
    text-align: center;
}

.noUi-target {
    background: #f1f1f1 !important;
    border-radius: 4px;
    border: none !important;
    box-shadow: none !important;
}

.middle-menu .search-top .search-warp button {
    padding: 5px 15px !important;
    background: #ebebeb !important;
    border-right: solid 1px #ddd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.middle-menu .search-top .search-warp input {
    padding: 8px 12px !important;
}

.header-right .search-header {
    margin-top: 11px !important;
}

.pagination-box .item .active {
    background-color: #d90268;
    color: white;
}

.pagination .pagination-box .item .page-link {
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pagination .pagination-box .item .page-link:hover {
        /*color: #ff5858;*/
        border-color: #ff5858;
    }

    .pagination .pagination-box .item .page-link i {
        line-height: 45px;
    }

.pagination-box .item .active {
    background-color: #d90268;
    color: white;
}

.shop-product .shop .shop-content .tabs .tabs-nav {
    display: flex !important;
    font-size: 14px !important;
}

.shop-content .tabs {
    margin-top: 0 !important;
}

.shop-product .shop .shop-content .tabs .tabs-stage {
    margin-top: 25px !important;
}

.middle-menu .header-left .h-cart .cart-box {
    right: auto !important;
    left: 0 !important;
}

.new-products .holder-item .product-info .title {
    height: 40px;
}

.account-box {
    line-height: 20px !important;
}

#head-title .title h5 {
    position: relative;
    float: right;
    font-weight: 500 !important;
    padding-bottom: 10px;
    font-size: 1rem !important;
}

#head-title .title a {
    float: left;
    background-color: #d90268 !important;
    color: white !important;
    font-size: 15px !important;
    padding: 6px 9px !important;
    border-radius: 8px !important;
}

.popular-products {
    border-bottom: solid 1px #eee;
}

.login .content {
    width: 500px !important;
}

    .login .content form .number {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }

.lc-submit a:hover {
    background: #d90268;
}

.lc-submit .spn-haghighi {
    color: white;
}

.lc-submit .spn-hoghoghi {
    color: white;
}

.static-page-content {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.sales-info .add-to-cart-holder {
    justify-content: space-around !important;
    min-height: 65px !important;
}

    .sales-info .add-to-cart-holder .mobile-sale-button a {
        padding: 13px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

.text-container {
    font-size: 14px !important;
    color: #3a3a3a;
    text-align: justify !important;
    line-height: 2;
}

    .text-container span {
        /*    font-size: 14px !important;
    color: #3a3a3a;*/
        text-align: justify !important;
        line-height: 2;
    }

    .text-container a {
        color: #2196F3 !important;
        text-decoration: underline !important;
    }

        .text-container a span {
            color: #2196F3 !important;
        }

    .text-container img {
        margin: 30px auto !important;
        max-width: 95%;
    }

    .text-container h1 {
        font-size: 20px !important;
        color: #080808 !important;
        margin-bottom: 10px !important;
    }

        .text-container h1 span {
            font-size: 20px !important;
            color: #080808 !important;
            margin-bottom: 10px !important;
        }

    .text-container h2 {
        /*  font-size: 18px !important;
        color: #080808 !important;*/
        margin-bottom: 10px !important;
    }

        .text-container h2 span {
            /*    font-size: 18px !important;
            color: #080808 !important;*/
            margin-bottom: 10px !important;
        }

    .text-container h3 {
        /*font-size: 16px !important;
        color: #080808 !important;*/
        margin-bottom: 10px !important;
    }

        .text-container h3 span {
            /*font-size: 16px !important;*/
            /*color: #080808 !important;*/
            margin-bottom: 10px !important;
        }

    .text-container h4 {
        /*  font-size: 14px !important;
        color: #080808 !important;*/
        margin-bottom: 10px !important;
    }

        .text-container h4 span {
            /*  font-size: 14px !important;
            color: #080808 !important;*/
            margin-bottom: 10px !important;
        }


    /*Table*/
    .text-container table {
        line-height: 2.5 !important;
        width: 80% !important;
        margin: auto !important;
        color: #1e294d !important;
    }

        .text-container table tbody tr:nth-child(even) {
            background-color: #eee !important;
        }

        .text-container table tr td {
            border: solid .5px #ddd !important;
            padding-right: 5px;
        }
        .text-container table tr th {
            border: solid .5px #ddd !important;
            padding-right: 5px;
        }
        .text-container table thead {
            background-color: #ddd;
        }
/*End Table*/
.product-box ins {
    color: #d90268 !important;
}

.shop-cart .cart .products-cart .product-box .total-price {
    color: #d90268;
    font-weight: bold;
}

.sucess-add-product-container {
    background-color: #233462;
    margin: 0;
    margin-bottom: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11pt;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
}

}

.sucess-add-product-container span {
    padding: 7px 0;
    width: fit-content;
}

.sucess-add-product-container a {
    padding: 8px 8px;
    font-size: 10pt;
    border-radius: 7px;
    background-color: #dd2472;
    color: #fff;
    width: fit-content;
}

.shop-cart .cart .price-cart .info .price .value {
    font-size: 18px !important;
}

.shop-cart .cart .price-cart .info .back a {
    font-size: 12px !important;
}

.shop-cart .cart .products-cart .product-box .remove {
    padding: 5px 9px !important;
    font-size: 19px !important;
    border-radius: 16px !important;
    background: #d90268bd !important;
}

.mask-text-product-summary.active {
    max-height: fit-content !important;
}

.shop-product .shop .filter .pric .price-button button {
    background: #d90268;
}

.shop-product .shop .filter .pric .price-button button {
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: #d90268;
    width: 100%;
}

    .shop-product .shop .filter .pric .price-button button:hover {
        background: #4057cb;
    }

.shop-cart .product-box .product-cart {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


.shipping-totals-title {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #777;
}

li.checkout-payment-method-item.d-flex.align-items-center.text-right {
    margin-bottom: 15px;
}

.shop-cart .cart .price-cart .info .payment-btn button {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    background: #d90268;
}

    .shop-cart .cart .price-cart .info .payment-btn button:hover {
        background: #233462;
    }

.total.f-parent {
    margin-bottom: 15px;
}

a.add-address {
    color: #233462;
    font-size: 0.9rem;
    padding: 10px;
    float: left;
    cursor: pointer;
}

.payment ul.checkout-paymethod .wallet-container {
    clear: both;
}

.select-bime {
    font-size: 10pt;
}

.check-out-btn-container {
    text-align: center;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    margin: auto;
}

    .check-out-btn-container .payment-btn a {
        width: 100%;
        padding: 15px 20px;
        text-align: center;
        font-size: 14px;
        border-radius: 10px;
        color: #ffffff;
        background: #d90268;
    }

        .check-out-btn-container .payment-btn a:hover {
            background: #233462;
        }

    .check-out-btn-container .back a {
        font-size: 10px;
    }

        .check-out-btn-container .back a:hover {
            color: #19bfd3;
        }

.new-products .holder-item .product-info .product-bottom .pric {
    text-align: left;
    display: flex !important;
    justify-content: space-evenly !important;
    width: 100% !important;
    flex-direction: row-reverse !important;
}

.weaz-colors {
    top: 15% !important;
}

.popular-products .products .item-product .product-info .product-bottom .pric del {
    font-size: 14px !important;
}

.popular-products .products .item-product .product-info .product-bottom {
    position: relative;
    min-height: 44px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.popular-products .products .item-product .discount-full {
    font-size: 14px;
}

.shop-product .shop .shop-content .tabs .tabs-stage .item-tab .products .item .product-info .product-bottom .pric {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.footer .footer-middle .links .title {
    font-weight: 600;
    font-size: 1rem;
}

.footer .footer-middle .middle-left .social .title {
    font-weight: 600;
    font-size: 1rem;
}

.footer .footer-content .description .title {
    font-weight: 600;
    font-size: 1rem;
    color: #2f2f2f !important;
}

.footer .footer-content .namad .title {
    font-weight: 600;
    color: #2f2f2f !important;
    font-size: 1rem;
}

.footer .footer-middle .middle-left .newsletter .title {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-bar .box-address .item.active h1 {
    color: #2f2f2f;
}

/*.address-bar .box-address .item h1 {
    font-size: 13px !important;
}*/
.single-product .product .info-product .info-title .title h1 {
    font-weight: 600;
    font-size: 1.25rem !important;
}

#head-title .title h2:after {
    background: #d90268;
}

#head-title .title h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #d90268;
}

.tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-value {
    color: #525252 !important;
}

.address-bar .box-address .item.active span {
    color: #2f2f2f;
}
/*.address-bar .box-address .item span {
    font-size: 13px !important;
}*/

.validation-summary-errors {
    background-color: #ff1100;
    color: white !important;
    border-radius: 6px;
    padding: 10px;
    font-size: 10pt;
    line-height: 1.8;
    margin-bottom: 10px;
}

.fav-product {
    cursor: pointer;
}

.amount-fav-product {
    color: #d90268 !important;
    font-size: 12pt;
    font-weight: bolder;
}

.btn-link-faq {
    transition: .3s;
    width: 50px;
    height: 50px;
    background-color: #d90268;
    position: fixed;
    bottom: 8%;
    right: 2%;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    z-index: 9;
}

    .btn-link-faq i {
        color: #fff;
    }

    .btn-link-faq:hover {
        transition: .3s;
        background-color: #233462;
        font-size: 20pt;
    }


/*Compair*/
.c-compare_list-header {
    width: 100%;
}

.btn-compare-remove {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: #fb3449;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 6px;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    cursor: pointer;
}

.c-compare_btn {
    background-color: #1e294d !important;
    height: 50px;
    text-align: center;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
}

.compair-action-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-compare_add-btn {
    border: 1px solid;
    border-radius: 6px;
    padding: 11px !important;
    font-size: 11px !important;
    margin: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

    .c-compare_add-btn i {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

.c-compare_list-header {
    border-bottom: 2px solid #d90268 !important;
}

.c-compare_header-img::after {
    border-color: transparent transparent #d90268 !important;
    display: none !important
}

.c-compare_title {
    font-size: 14px !important;
    letter-spacing: -.8px !important;
    min-height: 55px;
}

.c-compare_list {
    background-color: #fff;
    margin-bottom: 47px;
    /*width: 100%;*/
}

.c-compare_price-value {
    color: #fb3449;
    line-height: 1.467;
    font-size: 17px;
    font-weight: bold;
    /* letter-spacing: .8px; */
}

    .c-compare_price-value span {
        font-weight: bold;
        /* letter-spacing: .8px; */
    }

.compare .content .title {
    margin-bottom: 15px !important;
}

.c-compare_header {
    padding: 10px;
    border-right: none !important;
    min-width: 230px
}

.c-compare_header-img {
    background-color: #eee;
    border-radius: 10px;
}

.c-compare_list-header {
    overflow-x: scroll;
}

c-compare_list-header {
    border: none !important;
}

.c-compare_prop-title::before {
    border-color: transparent #d90268 transparent transparent !important;
}

.c-compare_list-title {
    font-weight: 500 !important;
    font-size: 15px !important;
    padding: 15px !important;
    background: #f1f1f1 !important;
    border-radius: 5px !important;
}

.c-compare-value-container {
    overflow-x: scroll;
}

.c-compare_list-value {
    text-align: center;
    font-size: 14px !important;
    color: #a4a4a4;
    min-width: 230px
}

.c-remodal_compare-search_label::before {
    display: none;
}

.selectric .label::after {
    display: none
}

.c-remodal_compare-search_input {
    padding: 11px 11px 11px 12px !important;
    font-family: inherit;
    width: 100%;
    color: #717171;
    border: 1px solid #c8c8c8 !important;
    /* border-left: unset; */
    line-height: 1.571;
    border-radius: 5px 5px 5px 5px !important;
    font-size: 14px;
    letter-spacing: -.8px;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    width: 100%;
}

.c-remodal_compare-content_item {
    width: 185px !important;
    height: 200px !important;
}

.product-cart-spec-container {
    min-height: 57px;
}
/*Compair*/
@media (max-width: 576px) {
    .login .content {
        width: 100% !important;
        padding: 20px !important;
    }

    .shop-product .shop .shop-content .tabs .tabs-nav .title {
        width: 100% !important;
    }

    .shop-product .shop .shop-content .tabs .tabs-nav {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .popular-products {
        min-height: 260px;
    }
}


.alert-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.change-pass-input {
    width: 100%;
    padding: 10px;
    border: solid 2px #ddd;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.change-pass-btn {
    padding: 10px;
    background-color: #d90268;
    color: white;
    border-radius: 10px;
}

.change-pass-title {
    padding: 10px;
    color: white;
}

.change-pass-content {
    background-color: #233462 !important;
}

.bg-dark {
    background-color: #233462 !important;
}

.remodal {
    padding: 3px !important;
}

.c-box-parent {
    display: flex;
    margin-right: -18px;
    font-weight: bold;
    align-items: baseline;
}


.c-list_filter-lable {
    position: relative;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 0 10px 0 31px;
    display: inline-flex;
    line-height: 30px;
    letter-spacing: .3px;
    border-radius: 10px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 5px;
    margin-right: 5px;
}

.c-list_filter-remove {
    position: absolute;
    left: 0;
    background: none;
    border: none;
    width: 32px;
    top: 0;
    line-height: 1.15;
}

    .c-list_filter-remove::before {
        content: "X";
        font-size: 10px;
        margin-top: 10px;
        display: block;
        cursor: pointer;
        line-height: 1;
        color: #727272;
    }

.c-box_item {
    padding: 6px 13px 8px 12px;
    font-size: 12px;
}

.c-box_cat-list {
    margin: 3px 0;
}

.c-box_item > ul {
    overflow: hidden;
}

.c-box_cat-list .c-box_cat-list {
    padding-right: 15px
}

.c-box_cat-item {
    margin-bottom: 10px;
    line-height: 20px
}

.c-box_cat-span {
    margin-bottom: 10px;
    display: block
}

.c-box_cat-span-arrow_down, .c-box_cat-span-arrow_left {
    position: relative;
    padding-right: 17px
}

    .c-box_cat-span-arrow_down::before, .c-box_cat-span-arrow_left::before {
        font-family: digikala;
        position: absolute;
        top: 0;
        right: 0;
        color: #6b6b6b;
        font-size: 9px;
        line-height: 2.444
    }

    .c-box_cat-span-arrow_down::before {
        content: "\e016";
    }

    .c-box_cat-span-arrow_left::before {
        content: "\e016";
    }

.c-box_cat-link {
    color: #545454
}

    .c-box_cat-link:hover {
        color: #00bfd6
    }

    .c-box_cat-link.is-active {
        color: #2e2e2e;
        font-weight: 700;
        pointer-events: none
    }

.c-box_content {
    padding: 10px 13px 8px 12px
}

.c-box_search-in-result {
    position: relative;
}

    .c-box_search-in-result::before {
        font-family: digikala;
        content: "\e0fc";
        position: absolute;
        font-size: 16px;
        right: 7px;
        top: 12px;
        line-height: 1
    }

.c-box_search-input {
    font-family: inherit;
    font-size: 11px;
    line-height: 2;
    padding: 7px 28px 8px 2px;
    width: 100%;
    border: 1px solid transparent;
    letter-spacing: 0;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #555;
    transition: all .15s ease-in-out
}

    .c-box_search-input:focus {
        background: none;
        border-color: #00bfd6
    }

.c-box_search-input_clear {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: none
}

    .c-box_search-input_clear::before {
        font-family: digikala;
        content: "\e01a";
        color: #6c6c6c;
        cursor: pointer;
    }

.c-filter .c-box_search-input {
    background-color: #fff;
    border-color: #00bfd6;
    font-size: 12px;
}

.c-filter .c-box_search-in-result {
    margin: 9px 14px 8px;
}

.c-box_toggleable {
    cursor: pointer;
}

.no-result-container {
    padding: 50px;
    line-height: 2.5;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 1px #0000001a;
    color: #666666;
}
/*#hamkar*/
#modal-success .alert-success {
    padding: 15px;
    color: #233462;
}

#modal-success a {
    width: 164px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 10pt;
    color: white;
}

.sales-info .sale-button {
    display: block;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    /*background: #233462;*/
}

    .sales-info .sale-button:hover {
        /*background: #d90268;*/
    }

.gurantee-selected {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.tdabtn {
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #198754 !important;
}

.tdjbtn {
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    background: #dc3545 !important;
}

.est .info-box select {
    appearance: none;
}

.login .content form .disposables {
    background: #19bfd3;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
}


.offer-title h2 {
    font-family: 'titr';
    font-weight: normal;
    font-size: 18px;
    color: #444;
}

.se-title {
    display: flex;
    flex-direction: column;
}

.offer-desc .se-desc {
    display: flex;
    flex-direction: column;
}

.cke_reset_all table {
    table-layout: auto;
    direction: rtl !important;
}

.delivery-schedule-container {
    display: flex;
    flex-direction: column;
}

.delivery-schedule-item {
    background-color: #fbfbfb;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #eee;
}

.delivery-schedule-item-text {
    width: 100%;
    border-bottom: solid 1px #eee;
    padding: 7px;
    margin-bottom: 0;
    color: #2f2f2f;
    font-size: 10pt;
}

.delivery-schedule-item-input-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 7px;
}

.delivery-schedule-item-input-item {
    font-size: 10pt;
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 10px;
    border-right: solid 2px #eee;
    padding-right: 10px;
}

    .delivery-schedule-item-input-item.disable {
        opacity: .2;
    }

    .delivery-schedule-item-input-item:first-child {
        border: none;
        margin-right: 0;
        padding-right: 0;
    }

    .delivery-schedule-item-input-item label {
        height: 20px;
        padding-right: 10px;
        display: flex;
    }

.c-cart-product-alert-container {
    clear: both;
    width: 100%;
    background: #d22068;
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.c-cart-product-alert-text {
}

.sucess-add-product-container span {
    width: auto;
}



/*header search*/
.search-result-suggest {
}

.c-search_result-category {
    border-bottom: solid 2px #ddd;
}

    .c-search_result-category li {
        width: 100%;
    }

    .c-search_result-category:after {
        content: "";
        bottom: -1px;
        position: absolute;
        width: calc(100% - 0px);
        right: 0px;
        height: 1px;
        background-color: #ddd;
    }

.header-right .search-header .search-result {
    margin-top: 25px !important;
}

.c-header_search_result-content {
    position: relative;
    letter-spacing: -.4px;
    font-size: 12px;
    line-height: 1.833;
    display: none;
    font-weight: 700;
    flex-direction: column;
}

    .c-header_search_result-content li a {
        color: #474747;
        display: block;
        padding: 10px 4px;
        margin: 0 -12px;
    }

.c-header_search_result-item {
    padding-right: 25px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    font-weight: 400
}

.c-header_search_result-icon-search:before {
    font-family: FontAwesome !important;
    /*content: '>';*/
    position: absolute;
    /*right: 10px;*/
    top: 50%;
    transform: translateY(-37%);
    color: #a1a3a8;
    font-size: 15px;
    /*    width: 36px;
    height: 36px;*/
    font-weight: bolder;
}

.c-header_search_result-item-category {
    color: #d90268;
}

.c-shippingtype_form ul {
    padding-right: 15px;
    padding-bottom: 15px;
}

#mainform ul > li {
    display: flex;
    padding: 10px;
    align-items: center;
}

    #mainform ul > li .c-filter_label {
        margin-right: 10px
    }


.profile .order-content .title {
    margin-bottom: 10px !important;
    border-bottom: none !important;
    font-size: 11pt !important;
}
.profile .order-content .product-box .product-cart {
 
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

del {
    text-decoration: line-through !important;
}