#Rule-error.error[style*="display: inline-block;"] + label.form-label {
    color: red;
}


p {
    margin-top: 0;
    margin-bottom: 0;
}

table {
    width: 100%;
}

.table thead th {
    text-align: center;
}

.table tbody td {
    vertical-align: middle;
    text-align: center;
}

.u-slick__pagination:not(.u-slick__pagination--block) {
    direction: rtl !important;
}


#sliderSyncingThumb .u-slick__arrow-classic {
    width: 20px;
    height: 20px;
}

#sliderSyncingThumb .u-slick__arrow-classic-inner--left {
    right: -30px;
}

#sliderSyncingThumb .u-slick__arrow-classic-inner--right {
    left: -34px;
}

.wishlist-table button {
    background-color: transparent;
    border: none;
}

.dashboard .border-color-3 {
    border: 2px solid #fed700 !important;
}

.dashboard .card {
    padding: 20px;
    border: 1px solid #fed700;
    overflow: auto;
}

    .dashboard .card.gray-border {
        border: 1px solid #e7eaf3;
    }

.dashboard .address-list .card {
    padding: 10px;
}

    .dashboard .address-list .card .btn-danger {
        margin-top: 5px;
        cursor: pointer !important;
        color: #fff;
    }

    .dashboard .address-list .card .card-body {
        padding: 0px 0px 5px 0px;
    }



.dashboard .card img {
    margin: auto;
    object-fit: scale-down;
    width: 100px;
}

.dashboard .card .card-body {
    padding: 0px;
}

.dashboard .card .profile-card__name {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.dashboard .card .profile-card__email {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.sidebar-navbar .dropdown-toggle::after {
    content: "\f104";
    left: 30px;
    position: absolute;
}

.sidebar-navbar .dropdown-item i {
    padding-left: 5px;
    color: #757575;
}

.sidebar-navbar .dropdown-item.active i {
    padding-left: 5px;
    color: #000;
}

.sidebar-navbar .dropdown-item {
    padding: 10px 10px 10px 10px;
}

.red-heart i {
    color: red;
}

.btn-wish {
    background: transparent;
    border: none;
}

.fa-circle:before {
    font-size: 10px;
}

.container.userlogin .f-row {
    padding: 15px;
}

.alert-primary, .alert-secondary, .alert-success, .alert-danger, .alert-warning, .alert-info, .alert-light, .alert-dark {
    border-right: unset !important;
}

.empty-cart-icon {
    text-align: center;
}

.card-body .cart_item td:last-child {
    text-align: left;
}

    .card-body .cart_item td:last-child strong {
        text-align: left;
    }

.swal2-title {
    font-size: 1.2em !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn-sm {
    line-height: 1;
}

.card-text {
    font-size: 13px;
    min-height: 45px;
}


.cart-table.delivery-type tbody {
    border: 1px solid #E0E0E0;
}

    .cart-table.delivery-type tbody tr {
        border-bottom: 1px solid #E0E0E0;
        cursor: pointer;
    }

.cart-table.delivery-type .width-100 {
    width: 120px;
    border: none !important;
}

.cart-table.delivery-type .cart-table__product-name {
    font-size: 20px;
    line-height: 40px;
}

.cart-table.delivery-type .table tr td::before {
    display: none;
}

.cart-table.delivery-type .table p {
    direction: ltr;
    text-align: right;
}

.cart-table.delivery-type .cart-table__remove {
    text-align: left !important;
    width: 100% !important;
    padding-left: 10px;
    padding-top: 15px;
}



.cart-table .price del {
    color: red;
    font-size: 12px;
}

.cart-table .btn-delete {
    cursor: pointer;
}

.cart-table .price-title small {
    font-size: 12px;
}

.cart-table .table tbody tr:first-child td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cart-table .width-122 {
    width: 140px !important;
}

.cart-table .table thead th, .wishlist-table .table thead th {
}


.cart-table .d-md-table-cell {
    justify-content: right !important;
}

.cart-table .table td, .wishlist-table .table td {
    font-size: 1rem;
}



.pro-basicsAccordion {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 10px;
}

    .pro-basicsAccordion p {
        margin: 5px 0px 0px 0px;
        font-size: 12px;
    }

        .pro-basicsAccordion p small {
            font-size: 14px;
        }

        .pro-basicsAccordion p span {
            border: 1px solid #bdbdbd;
            font-size: 10px;
            padding: 0px 7px;
            border-radius: 5px;
        }

        .pro-basicsAccordion p small del {
            color: red;
            font-size: 12px;
        }


.js-result {
    text-align: center !important;
    background-color: transparent !important;
}


.border-bottom {
    border-bottom: 1px solid #e7eaf3 !important;
}


.alert {
    text-align: center !important;
    border-radius: 50px !important;
}

    .alert span {
        font-size: 13px;
    }

.al-success span {
    color: green;
}

.al-danger span {
    color: red;
}

.al-warning span {
    color: orange;
}

.text-left {
    direction: ltr !important;
    text-align: left !important;
}

.text-center {
    direction: ltr !important;
    text-align: center !important;
}

.invalid-feedback {
    width: 100%;
    position: absolute;
    margin-top: 0.25rem;
    font-size: 70%;
    color: #de4437;
    top: 0px;
    left: 25px;
    text-align: left;
}

label.error {
    display: none !important;
}

input.error {
    border-color: red !important;
}


.tab-pane table th {
    width: 50%;
}

.tab-pane table td {
    width: 50%;
}

.tab-pane .table {
    margin-bottom: 0.5rem;
}

.tab-pane .table-responsive {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 0.5rem !important;
}


.slick-slide img {
    margin: auto;
    padding: 10px;
}

.home-service .u-avatar {
    width: 100px;
    height: 100px;
}




.sub-side-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
}

    .sub-side-menu .group-link {
        color: #000;
        position: absolute;
        top: 6px;
        font-size: 13px;
    }

    .sub-side-menu .level-link {
        color: #000;
        position: absolute;
        top: 6px;
        font-size: 12px;
    }

.u-header-collapse__submenu-nav-link {
    font-size: 11px;
}

.FilterForm .mCustomScrollbar {
    max-height: 300px;
}

footer p {
    margin-bottom: 0px;
}

footer li {
    padding-bottom: 0px;
}

.error {
    color: #f00;
    font-size: 10px;
}


.basicsAccordion button {
    background-color: #333e48 !important;
    padding: 11px !important;
    margin: 5px 0px 5px 0px !important;
    border-radius: 5px !important;
}

    .basicsAccordion button:focus {
        background-color: #333e48 !important;
        padding: 11px !important;
        margin: 5px 0px 5px 0px !important;
        border-radius: 5px !important;
    }

.basicsAccordion .pl-1 {
    color: #fff;
    width: 100%
}

.basicsAccordion .text-gray-90 {
    color: #fff;
}


.other-text article {
    min-height: 400px;
    padding-left: 50px;
}


a:hover {
    text-decoration: none !important;
}

.breadcrumb-item + .breadcrumb-item a {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 0rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0rem !important;
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
}

.u-header .vertical-menu .u-header__nav-link-toggle::after, .u-header + main .vertical-menu .u-header__nav-link-toggle::after {
    margin-top: 0px;
}

.u-header-collapse__submenu-nav-link {
    font-size: 12px;
}

.img-fluid.pro-pic {
    height: 250px;
    width: 250px;
    object-fit: contain;
}

.js-slide .img-fluid.mx-auto {
    height: 240px;
    width: 260px;
    object-fit: contain;
}

.js-slide .img-fluid.pro-pic {
    height: 150px;
    width: 250px;
    object-fit: contain;
}

.js-slide.aside .img-fluid.pro-pic {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.js-slide.aside .product-item__list .product-item__title a {
    display: flex;
    align-items: center;
}


.pro-color ul {
    list-style-type: none;
    padding: 0px;
    line-height: 10px;
    margin-bottom: 0px;
}

    .pro-color ul li {
        display: inline;
        padding: 2px;
    }

.prodcut-price del.offer {
    color: #f00;
    bottom: 55px;
    right: 24px;
    font-size: 12px;
    position: absolute;
}

.js-slide.aside .prodcut-price del.offer {
    bottom: 20px;
    right: 16px;
}

.js-slide.aside .product-item__title {
    margin-bottom: 15px;
}

.prodcut-price span {
    font-weight: bold;
    color: green;
}

.prodcut-price .UnavailablePrice span {
    color: red;
}

.prodcut-price .CallPrice span {
    color: orange;
}

.product-item:hover .prodcut-price del.offer {
    bottom: 83px;
}

.js-slide .product-item:hover .prodcut-price del.offer {
    bottom: 84px;
}


.u-header__navbar-brand .header-logo {
    position: absolute;
    width: 165px;
}

.u-header-collapse__submenu {
    line-height: 28px;
}

.hs-sub-menu,
.hs-mega-menu {
    right: 0;
    left: unset;
}

.u-header .vertical-menu .u-header__nav-link-toggle::after,
.u-header + main .vertical-menu .u-header__nav-link-toggle::after {
    transform: rotate(180deg);
}

.custom-search-categories-select .dropdown-toggle::after {
    margin-top: 0px;
}

.js-slide .font-size-46 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold !important;
    font-family: "Vazir", Arial, sans-serif;
}

/*.js-slick-carousel {
    direction: ltr;
}*/

/*.slick-track {
    direction: rtl;
}*/



.product-item__list .product-item__title a {
    line-height: 1.3rem;
}

.prodcut-price .text-gray-60 {
    font-size: 1rem;
}

.section-title {
    font-weight: bold;
}

.ec-arrow-right-categproes {
    transform: rotate(180deg);
}

.link__icon i {
    margin-top: -2px;
    font-size: 1rem;
}

.link {
    float: left;
}

.product-item__title {
    font-size: 0.8rem;
    line-height: 1.3rem;
    height: 45px;
}

.prodcut-price {
    font-size: 0.9rem;
}

.height-122 {
    height: auto;
}

footer .footer-logo {
    width: 250px;
}

footer li {
    padding-bottom: 13px;
}

.center-banner {
    height: 400px;
}

.breadcrumb-item + .breadcrumb-item::before {
    transform: rotate(180deg);
    padding-left: 0rem;
    padding-right: 1rem;
    margin-top: 0px;
}

.sorting-panel {
    flex-direction: row-reverse;
}

.profilter-side {
    color: green;
    margin-bottom: 10px;
    font-size: 16px;
}

.pro-list-grid .product-item__outer.h-100 {
    border-bottom: 1px solid #eaeaea;
}

.pro-pic .u-slick.slick-initialized .js-next {
    transform: rotate(180deg);
    border: 1px solid #9e9e9e;
    background-color: #fed700;
}

.pro-pic .u-slick.slick-initialized .js-prev {
    transform: rotate(180deg);
    border: 1px solid #9e9e9e;
    background-color: #fed700;
}

.pro-detlist li {
    padding-bottom: 5px
}

.u-header__navbar-brand .header-logo {
    width: 100px !important;
}

.slideThumb .slick-slide img {
    padding: 0px;
}

.group-pic {
    cursor: pointer;
}

.home-service .media {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*.product-item:last-child, .product-item:nth-last-child(2) {
    min-height: 410px;
}*/

.delivery-type .image__body img {
    width: 230px;
}




@media (min-width: 1480px) {
    .col-wd-2gdot4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1199.98px) {
    .u-header__navbar-brand .header-logo {
        position: absolute;
        width: 80px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .row .col-auto.mobile-hide {
        display: none;
    }

    .u-slick__pagination:not(.u-slick__pagination--block) {
        left: unset !important;
    }
}

@media (max-width: 479px) {
    .prodcut-price del.offer {
        bottom: 43px;
        right: 16px;
    }

    .img-fluid.pro-pic {
        height: 200px;
        width: 200px;
    }

    product-item__inner.p-3 {
        padding: 1rem 0.7rem 1rem 0.7rem !important;
    }

    .u-slick__pagination:not(.u-slick__pagination--block) {
        padding: 0px;
    }

    .js-slide .font-size-46 {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }

    .d-flex.sorting {
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        padding: 0px 5px 0px 5px;
    }

        .d-flex.sorting .max-width-160-sm {
            max-width: unset;
            width: 100% !important;
        }

        .d-flex.sorting .btn-border {
            border-bottom: 0.01rem solid #9e9e9e;
        }

    .other-text article {
        padding-left: 0px;
    }

    .container.my-0dot5.my-xl-0 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }



    .slick-slide .font-size-34 {
        font-size: 1.5rem;
    }

    .slick-slide .text-lh-28 {
        font-size: 1rem;
    }


    .delivery-type .width-100 {
        position: fixed !important;
        width: 100% !important;
        display: contents !important;
    }

    .delivery-type .image__body img {
        width: 100%;
        padding: 10px;
    }

    .product-item:last-child, .product-item:nth-last-child(2) {
        min-height: unset;
    }
}



@media (min-width: 1200px) {

    .navbar-expand-xl .u-header__sub-menu .row:first-child {
        padding-top: 2.0rem !important;
    }

    .navbar-expand-xl .u-header__sub-menu .row {
        padding-top: 0rem !important;
    }

    .navbar-expand-xl .u-header__sub-menu .row {
        padding-bottom: 1.0rem !important;
    }


    .row.u-header__mega-menu-wrapper .col {
        max-width: 33.33%;
    }

    .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
        overflow-y: auto;
    }

    .vmm-tfw {
        width: 52rem;
    }

    .vertical-menu .navbar-expand-xl .u-header__navbar-nav {
        min-height: 475px;
    }

    .u-header__navbar-brand .header-logo {
        width: 165px !important;
    }

}

@media (min-width:1025px) {
    /*  .d-none {
        display: block !important;
    }*/

    .home-service .media {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


@media (min-width: 768px) and (max-width: 768px) {
    .tab-content .col-md-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .home-service .media {
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: block !important
    }
}

@media (max-width: 767.98px) {
    .cart-table tr {
        padding-bottom: 15px;
        border-bottom: 1px solid #E0E0E0;
    }

    .cart-table .btn-delete {
        position: absolute;
        left: 15px;
        border-top: none !important;
    }

    .cart-table .table tr td::before, .wishlist-table .table tr td::before {
        width: 30% !important;
        text-align: right !important;
    }

    .cart-table .d-md-table-cell.image::before {
        width: unset !important;
    }

    .cart-table .table tr td::before, .wishlist-table .table tr td::before {
        content: attr(data-title) "" !important;
    }

    .m-none {
        display: none !important;
    }

    .container.userlogin .f-row {
        padding: 15px 0px 15px 0px;
    }

    .container.userlogin .alert {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wishlist-table .table tr td::before {
        display: none;
    }

    .cart-table .table tbody tr:not(:first-child):not(:last-child) td:first-child, .wishlist-table .table tbody tr:not(:first-child):not(:last-child) td:first-child {
        border: none !important;
    }

    .cart-table .table tbody tr td:first-child, .wishlist-table .table tbody tr td:first-child {
        position: absolute;
        left: 21px;
        border: none;
    }

    .card-table .table {
        min-width: 800px;
    }

    .cart-table__table {
        min-width: 800px;
    }

    .home-service .media {
        min-width: 80vw;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 1199.98px) {
    .img-fluid.pro-pic {
        height: 150px;
        width: 150px;
        object-fit: contain;
    }

    .prodcut-price del.offer {
        bottom: 47px;
        right: 15px;
    }
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        background: rgb(0 0 0 / 50%);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(254,215,0, 0.75) 1.5em 0 0 0, rgba(254,215,0, 0.75) 1.1em 1.1em 0 0, rgba(254,215,0, 0.75) 0 1.5em 0 0, rgba(254,215,0, 0.75) -1.1em 1.1em 0 0, rgba(254,215,0, 0.75) -1.5em 0 0 0, rgba(254,215,0, 0.75) -1.1em -1.1em 0 0, rgba(254,215,0, 0.75) 0 -1.5em 0 0, rgba(254,215,0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(254,215,0, 0.75) 1.5em 0 0 0, rgba(254,215,0, 0.75) 1.1em 1.1em 0 0, rgba(254,215,0, 0.75) 0 1.5em 0 0, rgba(254,215,0, 0.75) -1.1em 1.1em 0 0, rgba(254,215,0, 0.75) -1.5em 0 0 0, rgba(254,215,0, 0.75) -1.1em -1.1em 0 0, rgba(254,215,0, 0.75) 0 -1.5em 0 0, rgba(254,215,0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



