/*-----------preloader--------*/
.preloader-full {
    background: rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
}

.preloader-card {
    width: auto;
    background: #fff;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.preloader-card img {
    height: auto;
    margin-bottom: 15px;
}

.preloader-card svg {
}

.preloader-per-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    width: 100%;
    background: #ffffffc2;
}

.price-filter {
}

.price-filter ul {
}

.price-filter li {
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    color: #696969;
    font-size: 12px;
}

.price-filter li input {
    padding: 0 !important;
    text-align: center;
    background-color: #e9ecef !important;
    border: none !important;
    height: 30px;
    margin: 10px 0;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #0046be;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0046be;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.unavailable-object {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.unavailable-object:before {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    position: absolute;
}

.unavailable-object span {
    background: #fff;
    display: flex;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    color: #9b9b9b;
}

.product-flashsale {
    color: #f44336;
    padding-top: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    font-weight: 600;
    top: 56px;
    /* text-shadow: 1px 1px 5px #00000052; */
    margin-top: -20px;
    /* background: rgb(255 245 245); */
    backdrop-filter: saturate(37%) blur(5px);
    /* font-weight: 500; */
    left: 10px;
}

.product-card--layout--horizontal .product-flashsale {
    display: none;
}

.block-product-columns__item {
    margin: 20px 0;
}

.product-short-description {
    font-size: 13px;
    text-align: justify;
    font-weight: normal;
    line-height: 1.7;
}

/**** Fix main menu ****/

.nav-links__list {
    height: inherit;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links__list > li {
    height: 100%;
}

.nav-links__list > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #494949;
}

.nav-links__list > li > a {
    background: transparent;
    box-shadow: none;
}

.nav-links__list > li > a svg {
    fill: rgba(0, 0, 0, 0.3);
}

.nav-links__list > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.2s;
    padding: 0 14px;
    height: 42px;
    border-radius: 2px;
    font-size: 14px;
}

.nav-links__list > li:hover > a {
    color: inherit;
}

.nav-links__list > li:hover > a {
    background: hsla(0, 0%, 100%, 0.5);
    box-shadow: none;
}

.nav-links__list > li:hover > a svg {
    fill: rgba(0, 0, 0, 0.3);
}

.nav-links__list > li:hover > a {
    transition-duration: 0.1s;
}

/****************
 Search bar
 ****************/

.search-result-wrapper {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    position: absolute;
    width: 100%;
    padding: 15px 5px;
    z-index: 999;
    top: 42px;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.search-result-wrapper .category-suggestion-list {
    padding: 10px 20px;
    display: flex;
}

.search-result-wrapper .category-suggestion-list li {
    margin: 0 0 0 5px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.search-result-wrapper .category-suggestion-list li a {
    color: #6c757d;
}

.search-result-wrapper .category-suggestion-list li span {
    color: #b7b7b7;
    font-size: 10px;
}

.search-result-wrapper-mobile {
    position: absolute;
    width: 100%;
    padding: 15px 5px;
    z-index: 999;
    top: 54px;
    background: #fff;
}

.search__form li {
    font-size: 12px;
}

.search__form ul {
    width: 200px;
}

.product-suggestion,
.category-suggestion {
    width: 100%;
}

.product-suggestion .more-results {
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2px;
    margin: 10px 0 0;
}

.product-suggestion .title,
.category-suggestion .title {
    margin: 15px 10px;
    border-right: 3px solid #0046be;
    padding: 0 10px;
}

.search-product {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}

.search-product .product-thumbnail img {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: 10px;
}

.search-product .product-name {
    font-size: 12px;
    color: #4c4c4cdb;
    height: 55px;
    overflow: hidden;
    font-weight: 500;
}

.search-product .product-name span {
    font-size: 12px;
    color: #ccc;
}

.search-product .product-name em {
    color: #0046be;
    font-style: normal;
    padding: 0 0px;
}

.menu--layout--topbar li {
}

.rate-number {
    background-color: #0046be;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: white;
    border-radius: 5px;
}

.widget_sidebar .sidebar_widget_search {
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 3px;
    margin: 10px 0px;
    font-size: 13px;
}

.widget_sidebar .clear-text:after {
}

.product #description {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.15;
    text-align: justify;
}

/*Profile edit form*/

.profile-edit-form {
    padding: 30px;
}

.profile-edit-form .info-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dbdbdb;
}

.profile-edit-form .info {
    padding: 10px;
    width: 100%;
}

.profile-edit-form .info .info-label {
    display: flex;
    color: #999898;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0;
}

.profile-edit-form .info p {
}

.profile-edit-form .pointer {
    cursor: pointer;
}

.profile-edit-form input[type="text"] {
    padding: 10px 10px;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    color: #666464;
    width: 100%;
}

.organization-profile {
    padding: 10px 30px;
}

.organization-profile p {
    font-size: 14px;
}

.organization-profile i {
}

.organization-profile .add-organization-info {
    color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.form-error {
    font-size: 12px;
    padding: 5px 10px;
}

.no-result {
    width: 100%;
}

.no-result .image {
    display: flex;
    width: 100%;
    justify-content: center;
}

.no-result img {
    width: 40%;
}

.no-result-message {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}

.message {
    display: flex;
    justify-content: center;
}

.no-result-message .text {
    padding: 0 10px;
}

.no-result-message .text h5 {
    font-size: 16px;
}

.no-result-message .text p {
    font-size: 13px;
}

/****** wallet *******/

.wallet {
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.wallet .header {
}

.wallet .text {
}

.product-card__rating {
    justify-content: end;
}

.product-rating {
}

.product-rating i {
    color: #ffc107;
    font-size: 14px;
}

.product-rating span {
    font-size: 12px;
}

.product-rating span.count {
    font-size: 11px;
    color: #ccc;
}

.profile-transaction-card {
    padding: 10px;
    align-items: center;
}

.profile-transaction-card .status {
    display: flex;
    align-items: center;
    color: #626262;
    justify-content: center;
}

.profile-transaction-card .info {
    font-size: 13px;
    line-height: 2;
}

.profile-transaction-card .info .label {
    color: #9e9e9e;
}

.profile-transaction-card .info .text {
    font-weight: 600;
}

.product-card__actions {
    margin-right: auto;
}

[data-layout="list"] .product-card__rating {
    justify-content: start;
}

[data-layout="list"] .product-card__prices {
    display: none;
}

[data-layout="grid-4-full"] .product-card__prices_side .product-card__prices {
    display: none !important;
}

[data-layout="list"] .product-card__prices_side .product-card__prices {
    display: block !important;
}

[data-layout="list"] .filter-color__list {
    flex-direction: column;
    margin-top: 30px;
}

.product-card__availability {
    font-size: 12px;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 10px;
}

.product-card__availability i {
    color: #03a9f4;
    margin-left: 3px;
    font-size: 15px;
    vertical-align: middle;
}

.product-card__availability span {
    font-size: 11px;
    height: 20px;
    color: #607d8b;
}

/********** Product single **************/
p.short-description {
    font-size: 0.8rem;
    line-height: 2;
    font-weight: 300;
    text-align: justify;
}

.product-single-pricebar {
    border-right: 3px dashed #f0f0f0;
}

.product-single-pricebar ul {
}

.product-single-pricebar ul li {
    list-style: none;
    font-size: 13px;
    padding: 15px 0px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.product-single-pricebar ul li div.content {
    display: flex;
    align-items: center;
}

.product-single-pricebar ul li div.content i {
    font-size: 22px;
    margin-left: 15px;
}

.product-single-pricebar ul li div.content span {
}

.product-single-pricebar ul li .hint {
    font-size: 11px;
    color: #8f8f8f;
    line-height: 3;
}

.product-single-pricebar ul li .hint:before {
    content: "\A";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e9e9e;
    display: inline-block;
    margin: 0 10px 0 7px;
}

.product-single-pricebar .mini-product-info {
    border-bottom: 1px solid #f0f0f0;
}

.product-actions {
    position: absolute;
    z-index: 99;
    flex-direction: column;
    align-items: flex-start;
}

.product-actions button {
    color: rgb(61, 70, 77);
    background: none !important;
    border: none !important;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .product-actions {
        position: relative;
    }
}

.video-single {
    height: 400px;
}

a[aria-hidden="true"] video {
    display: none;
}

.video-thumn {
    color: #ffffffd6;
    font-size: 30px;
}

.video-thumn i {
    position: absolute;
    z-index: 1;
}

.video-thumn img {
    filter: blur(1px);
    /* backdrop-filter: blur(1px); */
}

.block-features-list {
    display: flex;
    padding: 30px;
    margin-top: 30px;
    background: #f8f8f8; /* border-bottom: 3px dashed#e6e6e6; */
    border-top: 2px dashed #e6e6e6;
}

.block-features-list .feat-in-product {
    width: 100%;
    justify-content: center;
    opacity: 0.4;
    font-size: 22px;
}

.block-features-list .block-features-icon {
    margin-left: 10px;
}

.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
    background-color: #ccc;
}

.scroll {
    width: 100%;
    overflow-y: auto;
    display: inline-block;
}

.scroll .inner {
    height: 300%;
    width: 100%;
    content: ".";
}

.scroll--simple::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.scroll--simple::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.scroll--simple::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}

.widget_sidebar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.widget_sidebar i {
    position: absolute;
    cursor: pointer;
}

#address-form {
    padding: 0 40px;
}

#address-form label {
    margin: 20px 0 10px 0;
}

.shipping-time {
}

.checkout-process h6 {
    font-size: 14px;
    border-right: 3px solid #2196f3;
    padding-right: 10px;
    font-weight: 500;
}

.checkout-process p {
}

.checkout-process .c-time-table__day-name {
    /* border-bottom: 3px solid #2196f3; */
    font-size: 13px;
    color: #2196f3;
    font-weight: 500;
}

.checkout-process .error-message {
}

/*********** flash sale card ***************/
.flashsale-banner img {
    border-radius: 15px;
}

.flashsale-grid {
}

.product-flash-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #ededed;
    margin: 0 3px;
}

.flashsale-grid .product-flash-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #ededed;
    width: calc(20% - 6px);
    margin: 0 3px;
}

.flashsale-grid-home .product-flash-card {
    width: calc(25% - 6px);
}

@media (max-width: 991px) and (min-width: 768px) {
    .flashsale-grid .product-flash-card {
        width: calc(33.33333% - 12px);
        margin: 0 6px;
    }

    .flashsale-grid-home .product-flash-card {
        width: calc(33.33333% - 12px);
        margin: 0 6px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .flashsale-grid .product-flash-card {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .flashsale-grid-home .product-flash-card {
        width: calc(50% - 12px);
        margin: 0 6px;
    }
}

@media (max-width: 479px) {
    .flashsale-grid .product-flash-card {
        width: 100%;
    }

    .flashsale-grid .product-flash-card {
        width: 100%;
    }

    .flashsale-grid-home .product-flash-card {
        width: calc(50% - 6px);
        margin: 0 3px;
        padding: 30px 10px 5px;
    }
}

/*.product-flash-card:hover,*/
/*.product-flash-card:hover .product-flash-time {*/
/*    border-color: #ffe000;*/
/*}*/

.product-flash-card .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4056;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-left: 4px;
    border-radius: 15px;
    height: 22px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    color: #fff !important;
    padding-top: 4px !important;
}

.product-flash-card .product-flash-image {
    margin-bottom: 10px;
    text-align: center;
}

.product-flash-card .product-flash-image img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-flash-card .product-flash-info {
    font-size: 12px;
    margin-bottom: auto;
}

.product-flash-card .product-flash-info .name {
    height: 40px;
}

.product-flash-card .product-flash-info a {
    color: #696969;
    font-weight: 500;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

.product-flash-card .product-flash-time {
    position: absolute;
    top: 8px;
    height: 24px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: #f44336;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    /* background: rgb(255 255 255); */
    left: 3px;
    padding: 5px 10px;
    /* border: 1px solid #ededed; */
    /*border-right: 3px solid #ededed;*/
    /*border-left: 3px solid #ededed;*/
}

.product-flash-card .product-card__prices {
    margin-right: auto;
}

.filter-categories__item {
    padding: 15px 10px;
}

.filter-categories__item i {
    font-size: 20px;
    color: #717070;
}

.filter-categories__item.filter-categories__item--current {
}

.filter-categories__item.filter-categories__item--current i {
    color: #2196f3;
}

.product__prices span.currency {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
}

.product-card__new-price span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-right: 3px;
}

.product-card__prices span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 3px;
}

.product-card__prices .default_price {
    font-size: 16px;
    font-weight: 600;
    display: flex;
}

#stick-pricebar {
    position: sticky;
    height: max-content;
    top: 30px;
}

/********* Mobile single product *************/

.fixed-product-bar {
}

.fixed-product-bar .prices-mobile {
    justify-content: end;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.fixed-product-bar .prices-mobile .product__prices {
    font-size: 20px;
}

.fixed-product-bar .prices-mobile .product-card__badge {
    font-size: 12px;
    height: auto;
}

/********* Faq Page *************/

.faq-category {
}

.faq-category-item {
    cursor: pointer;
}

.faq-category-item.active {
    border-bottom: 5px solid #ffe000;
}

.faq-category-item img {
    width: 70px;
}

.faq-category-item p {
}

.faq-link {
    font-size: 13px;
    color: #000000;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #ffe000;
}

.faq-back-link {
    position: relative;
    top: -5.5rem;
    right: 0px;
    background-color: #d5eafb;
    display: inline;
    padding: 0 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #5e7ef3;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .faq-category-item img {
        width: 45px;
    }

    .faq-category-item p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .top-text h1 {
        font-size: 20px !important;
    }

    .about-accordion button[data-toggle] {
        line-height: 25px;
        font-weight: 400;
        font-size: 14px;
        color: #7a7a7a;
    }
}

.about-accordion button[data-toggle] span {
    line-height: 0 !important;
    padding: 0.781rem 0.798rem !important;
}

.tinymce-content p,
.tinymce-content span,
.tinymce-content h1 {
    font-family: "iransans" !important;
}

.home-banner {
}

.home-banner img {
    border-radius: 10px;
    width: 100%;
}

/*********** Review Form **************/

.review-form {
}

 {
    position: sticky;
    height: max-content;
    top: 100px;
}
.review-form .side h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}

.review-form .side p {
    font-size: 0.8rem;
    font-weight: 300;
}

.review-form .form {
}

.review-form .form label {
    /* margin-right: 10px; */
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.review-form .form textarea {
    border: 1px solid #ccc !important;
    max-height: 140px;
}

.review-form .form .checkbox {
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .review-form .side {
        position: relative;
    }
}

.review__content.reply {
    margin-right: 2rem;
}

.review__content.reply:before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #ef4056;
    position: absolute;
    margin: 10px -20px 0 0;
    border-radius: 100%;
}

.rate-show {
}

.rate-show .current {
}

.sr-only {
    left: 0 !important;
}

.review-add-new {
    border: 1px solid #0046be;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #0046be;
}

.search__input.compare {
    background: #f6f6f6;
}

.mobile-links__item-title i {
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (min-width: 320px) {
    .breakpoint .hide-scrollbar-xs {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 640px) {
    .breakpoint .hide-scrollbar-sm {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 768px) {
    .breakpoint .hide-scrollbar-md {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 1024px) {
    .breakpoint .hide-scrollbar-lg {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 1280px) {
    .breakpoint .hide-scrollbar-xl {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 1336px) {
    .breakpoint .hide-scrollbar-2xl {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 1440px) {
    .breakpoint .hide-scrollbar-3xl {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (min-width: 1676px) {
    .breakpoint .hide-scrollbar-4xl {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.blog-body strong {
    font-weight: 600;
}

.modal-title {
    font-size: 16px;
}

.modal-header .close {
    margin: -1rem -1rem -1rem -10px !important;
}

.modal-body .share-btn {
    font-size: 14px;
}

.modal-body .share-btn a {
    color: white;
    text-align: center;
    border-radius: 5px;
}

.modal-body .share-btn i {
    font-size: 20px;
    margin-left: 5px;
}

.modal-body .share-btn .copy {
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
}

.modal-body .share-btn .copy a {
    color: black;
}

.modal-body .share-btn .whatsapp {
    background-color: #25d366 !important;
    width: 100%;
}

.modal-body .share-btn .twitter {
    background-color: #00acee !important;
    width: 100%;
}

.modal-body .share-btn .facebook {
    background-color: #3b5998 !important;
    width: 100%;
}

select.guarantee {
    padding: 10px;
    border: 1px solid #989898;
    color: #848484;
    font-size: 12px;
    border-radius: 5px;
}

.blog-section #sidebar {
    position: sticky;
    top: 0;
    z-index: 3;
    height: max-content;
}

.blog-section #sidebar .product-item__body img {
    width: 200px;
    display: inline-block;
}

.blog-section #sidebar .product-item__body .product-call-btn {
}

.blog-section #sidebar .product-inner-item {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 4%), 0 -1px 4px rgb(19 51 116 / 9%);
}

@media (min-width: 768px) {
}

@media (max-width: 575px) {
    .spec__name {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #4f4f4f;
        padding: 8px 18px 8px;
        background: hsla(0, 9%, 93%, 0.5);
        font-size: 12px;
        font-weight: 300;
        margin-left: 20px;
        margin-bottom: 0;
    }

    .spec__value {
        width: 100%;
        display: flex;
        align-items: center;
        color: #4f4f4f;
        padding: 8px 18px 8px;
        background: #ffffff;
        font-size: 12px;
        font-weight: 300;
        word-break: break-word;
        line-height: 2;
    }

    .spec__row {
        padding: 5px 0;
    }
}

.spec__section-title {
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-weight: 300;
    color: #0046be;
}

.spec__section-title i {
    margin-left: 8px;
}

.notify-me h5 {
    font-size: 15px;
}

.notify-me .notify-me-btn {
    color: #0b2033 !important;
    background: #ffe000;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(255 193 7 / 29%), 0 1px 3px rgb(255 193 7 / 22%);
    will-change: background;
    transition: background 0.3s;
    float: left;
}

.more-specification {
    background: none;
    border: none;
    display: flex;
    color: #0046be;
    font-size: 14px;
    cursor: pointer;
}

.block-slideshow__slide img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

@media (max-width: 575px) {
    .product-list.mobile-filter {
        width: 100%;
    }

    .product-list.mobile-filter i {
        font-size: 20px;
        margin-left: 5px;
    }

    .product-list.mobile-filter .sorting ul {
        list-style: none;
    }

    .product-list.mobile-filter .sorting ul li {
        /*padding: 15px 20px;*/
        /*border-bottom: 1px solid #e5e5e5;*/
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .product-sort-desktop {
        visibility: hidden;
        display: none !important;
    }
}

/*********** Responsive slider *******/

/*@media (min-width: 1024px) {*/

/*}*/

.block-slideshow__slide.mobile {
    display: none;
}

.home-slider-col {
    max-width: 73%;
    flex: 0 0 73%;
}

.home-banner-col {
    max-width: 27%;
    flex: 0 0 27%;
}

.block-slideshow__slide {
    min-height: 400px;
}

.block-banner__body {
    height: 190px;
}

.departments__links-wrapper {
    height: 425px !important;
}

@media (max-width: 1600px) {
    .block-slideshow__slide {
        min-height: 360px !important;
    }

    .block-banner__body {
        height: 170px !important;
    }

    .departments__links-wrapper {
        height: 385px !important;
    }
}

@media (max-width: 1440px) {
    .block-slideshow__slide {
        min-height: 340px !important;
    }

    .block-banner__body {
        height: 160px !important;
    }

    .departments__links-wrapper {
        height: 365px !important;
    }
}

@media (max-width: 1366px) {
    .block-slideshow__slide {
        min-height: 320px !important;
    }

    .block-banner__body {
        height: 150px !important;
    }

    .departments__links-wrapper {
        height: 345px !important;
    }
}

@media (max-width: 1280px) {
    .home-slider-col {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .home-banner-col {
        display: none !important;
    }

    .block-banner__body {
        height: 200px !important;
    }
}

@media screen and (max-width: 787px) {
    .block-slideshow__slide.mobile {
        display: block !important;
        min-height: 260px !important;
    }
}

.en-numeral {
    font-family: "IRANSans" !important;
}

.product-show-flash-time {
    color: #ef4056;
    font-weight: 600;
    font-size: 16px;
}

.product-show-flash-time .title {
}

.product-show-flash-time .countdown {
    letter-spacing: 1px;
}

/********** Cart ***************/
.cart-page-item {
}

.cart-page-item ul {
}

.cart-page-item ul li {
    list-style: none;
    font-size: 12px;
    padding: 2px 0px;
    font-weight: 400;
}

.cart-page-item ul li .color-badge {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.cart-page-item .item-image img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}

.cart-page-item ul li div.content {
    display: flex;
    align-items: center;
}

.cart-page-item ul li div.content i {
    font-size: 17px;
    margin-left: 10px;
}

.cart-page-item ul li .hint {
    font-size: 11px;
    color: #8f8f8f;
    line-height: 3;
}

.cart-page-item ul li .hint:before {
    content: "\A";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9e9e9e;
    display: inline-block;
    margin: 0 10px 0 7px;
}

.cart-page-item .final-price {
    font-size: 17px;
    font-weight: 500;
}

.cart-page-item .discount {
    font-size: 12px;
    font-weight: 400;
    color: #de4437;
}

.current-address .i {
    font-size: 16px;
    font-weight: 500;
}

.current-address .address {
    font-weight: 500;
    line-height: 2;
}

.current-address .name {
    font-size: 16px;
    color: #adadad;
}

.current-address .change-address {
    font-size: 14px;
    color: #2196f3;
    cursor: pointer;
}

@media screen and (max-width: 787px) {
    .product-show.main-data {
        padding: 0 1rem;
    }

    .product-single-pricebar {
        border: none;
    }
}

@media screen and (max-width: 787px) {
    .product-category-header {
        display: flex;
        width: max-content;
        flex-wrap: nowrap;
    }

    .product-category-header-wrapper {
        overflow-x: scroll;
    }
}

.departments__item {
    flex: 1;
}

[data-layout="list"] .product-card .filter-color .filter-color__list {
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
    justify-content: center !important;
}

[data-layout="list"] .product-card .base-discount-area {
    margin: 0 5px -20px;
}

[data-layout="list"] .product-card .filter-color {
    position: absolute;
    bottom: 8px;
    width: 100%;
    margin: 0 !important;
}

.single-card.product-card .filter-color {
    position: absolute;
    left: 10px;
    z-index: 2;
    top: 10px;
}

.product-list #sidebar {
    position: sticky;
    height: max-content;
    top: 30px;
    transition: all 0.6s ease-in-out;
}

.flashsale-categories {
}

.flashsale-categories .item {
    cursor: pointer;
}

.flashsale-categories img {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    margin: auto !important;
}

.cart-empty {
    border: 1px solid #e6e6e6;
    margin: 30px 0;
    border-radius: 10px;
}

.cart-empty a {
    color: #0046be;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.cart-empty span {
    font-size: 13px;
}

.shipping-steps {
}

.shipping-steps .header {
}

.shipping-steps .header img {
    width: 200px;
}

.shipping-steps .steps-wrapper {
    width: 600px !important;
}

.shipping-steps .steps-wrapper .step-item {
    color: #77838f;
    margin: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 5rem;
    position: relative;
}

.shipping-steps .steps-wrapper .step-item:not(:first-child)::before {
    content: "";
    height: 2px;
    background-color: #e6e6e6;
    margin-left: 30px;
    display: block;
    border-radius: 10px;
    width: 100px;
    position: absolute;
    left: 4rem;
    top: 16px;
}

.shipping-steps .steps-wrapper .step-item.active {
    color: #0046be;
    font-size: 1.5rem !important;
}

.shipping-steps .steps-wrapper .step-item i {
    margin-left: 10px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #dddddd2e;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #c9c9c9;
}

.shipping-steps .steps-wrapper .step-item.done::before,
.shipping-steps .steps-wrapper .step-item.active::before {
    background-color: #0046be;
}

.shipping-steps .steps-wrapper .step-item.done i,
.shipping-steps .steps-wrapper .step-item.active i {
    background: #0046be;
    color: #fff;
}

.shipping-steps .steps-wrapper .step-item span {
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 5px;
}

.home-flashsale {
    /*background-color: #0046be;*/
    padding: 20px 0 10px 0;
}

@media screen and (max-width: 768px) {
    .shipping-steps .steps-wrapper .step-item:not(:first-child)::before {
        width: 50px;
        left: 3rem;
        top: 16px;
    }

    .shipping-steps .steps-wrapper {
        width: 360px !important;
    }
}

/*******************************************************************/
@media screen and (max-width: 576px) {
    [class*="gdot"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.block-header .block-header__title,
.block-header .block-header__divider,
.block-header .block-header__groups-list {
    margin: 1rem 0;
}

.block-header .block-header__divider {
    min-width: 250px;
    margin: 0 10px;
}

.block-header {
    flex-wrap: wrap;
}

#products_new.block-products-carousel .owl-nav button {
    top: 15%;
}

.bg-on-hover .bg {
    transition: all 0.3s ease-in-out;
}

.layout-switcher__list-mobile {
    display: none;
}

@media screen and (max-width: 576px) {
    #infinite-list.product-list
        .products-view
        .products-view__options
        .view-options
        .view-options__layout
        .layout-switcher
        .layout-switcher__list-mobile {
        display: flex;
    }

    #infinite-list.product-list
        .products-view
        .products-view__options
        .view-options
        .view-options__layout
        .layout-switcher {
        display: flex !important;
    }

    #infinite-list.product-list
        .products-view
        .products-view__options
        .view-options
        .view-options__layout {
        display: block !important;
    }

    #infinite-list.product-list
        .c-filter-shortcut__category-item
        .c-filter-shortcut__category-image
        img {
        height: 85px;
        border-radius: 10px;
    }

    #infinite-list.product-list .c-filter-shortcut__category-item {
        width: 120px;
    }

    #infinite-list.product-list .products-list__body {
        background: #ffffff;
    }

    #infinite-list.product-list .products-list__body .products-list__item {
        border-bottom: 1px solid #e9e9e9;
        margin: 0;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__image {
        padding: 25px 18px 20px !important;
        width: 7rem;
    }

    .product-card {
        border: 0 !important;
        padding-top: 5px;
    }

    .base-discount-area .product-card__badge {
        height: 21px;
        width: auto;
        border-radius: 20px;
        margin: 0;
        font-size: 12px;
        padding: 0 7px;
    }

    .discount-flash-label {
        font-size: 11px;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__prices
        span {
        font-size: 11px;
        color: #979797;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__name
        a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__name {
        font-size: 13px;
        color: #808080;
    }

    .products-list[data-layout="list"]
        .products-list__body
        .products-list__item
        .product-card
        .product-card__info
        .product-card__name {
        height: 80px;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__features-list {
        display: none;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info {
        padding: 0 15px 4rem;
        border-top: 0;
        width: calc(100% - 7rem);
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__buttons {
        margin-top: 0;
        justify-content: flex-end;
        flex-direction: row;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__prices
        .default_price {
        justify-content: flex-end;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__prices {
        margin-top: 16px;
        font-size: 18px;
        margin-bottom: 5px;
        text-align: left;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__availability {
        background: transparent;
        color: #17aff3;
        font-size: 14px;
        padding-left: 10px;
        position: absolute;
        right: 10px;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__actions {
        padding: 0 15px 10px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: calc(100% - 7rem);
        border-top: 0;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card::before {
        content: none;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .filter-color
        .filter-color__list {
        flex-direction: row;
        justify-content: center !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .filter-color {
        bottom: 5px;
        right: 0;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%;
        margin: 0 !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .product-card__buttons
        .btn {
        padding: 0;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .product-card__buttons
        .btn.product-card__addtocart {
        background: #0046be;
        color: #fff !important;
        margin-left: 5px;
        font-weight: 400 !important;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .product-card__buttons
        .btn {
        line-height: 1.25;
        min-width: fit-content;
        font-size: 11px !important;
        padding: 0 !important;
        display: grid;
        place-items: center;
        width: 34px !important;
        height: 35px !important;
        border-radius: 5px;
        border: none !important;
        outline: none !important;
        margin: 0 5px 0 0;
    }

    .base-discount-area .product-card__badge {
        height: 23px;
    }

    .base-discount-area {
        padding: 0 !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card {
        flex-direction: row;
    }

    .products-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__availability
        span {
        color: #9a9a9a;
    }

    .products-list
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__availability
        i {
        color: #ffc600;
    }

    .products-list[data-layout^="grid-"][data-with-features="true"]
        .products-list__body
        .products-list__item
        .product-card__actions
        .product-card__availability {
        display: block;
        top: -48px;
    }

    .products-list[data-layout^="grid-"][data-with-features="true"]
        .product-card
        .product-card__features-list {
        display: block !important;
        list-style: none;
        border-right: 1px solid #e2e2e2;
    }

    .products-list[data-layout^="grid-"]
        .product-card
        .product-card__availability {
        display: block;
        top: -47px;
    }

    .mobile-hidden {
        display: none !important;
    }

    .px-mobile-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-mobile-10 {
        padding-right: 1em !important;
        padding-left: 1em !important;
    }

    .mt-mobile-0 {
        margin-top: 0 !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__features-list
        li::before {
        content: none;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card__info
        .product-card__features-list
        li {
        padding-right: 5px;
    }

    #products_new.block-products-carousel .owl-nav button {
        top: 25%;
    }

    .cart-page-item {
        padding: 10px !important;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-card
        .product-actions-fixed {
        transform: none;
    }

    #infinite-list.product-list
        .products-list__body
        .products-list__item
        .product-actions-fixed {
        top: -3rem;
        right: auto;
        left: 15px;
        opacity: 1;
        visibility: visible;
    }
}

.main-order-card .header-card .status {
    font-size: 12px;
    font-weight: 500;
    color: #ababab;
    display: flex;
    align-items: center;
}

.main-order-card .header-card .status span {
    font-size: 17px;
    margin-left: 3px;
}

.main-order-card .header-card .status.cancel span {
    color: #e90000;
}

.main-order-card .header-card .status.delivery span {
    color: #00d5d5;
}

.main-order-card .header-card .status.confirm span {
    color: #3fde00;
}

.main-order-card .header-card .status.in-review span {
    color: #ffbd00;
}

.main-order-card .header-card .view-more i {
    font-size: 15px;
    color: #b2b2b2;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #00000008;
    border-radius: 20px 0 0 20px;
    display: grid;
    place-items: center;
}

.main-order-card .header-card .view-more {
    position: absolute;
    margin: 0;
    background: whitesmoke;
    bottom: 5px;
    left: 5px;
    line-height: 40px;
    right: 5px;
    overflow: hidden;
    color: #6e6e6e;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
}

.main-order-card .header-card .order-info .time {
    font-size: 13px;
    margin: 20px 0 15px;
    color: #9d9d9d;
    font-weight: 400;
}

.main-order-card .header-card .order-info {
}

.main-order-card .header-card .order-info p {
    margin: 5px 0;
}

.main-order-card .header-card .order-info p label {
    font-size: 13px;
    margin-left: 5px;
    color: #a8a8a8;
}

.main-order-card .header-card .order-info p span {
    font-size: 15px;
    font-weight: 500;
}

.main-order-card .header-card {
    width: 220px;
    padding: 20px;
    border-left: 1px solid #f0f0f0 !important;
    border-right: 3px solid #f5f5f5;
    position: relative;
}

.main-order-card .card-content {
    width: calc(100% - 220px);
}

.main-order-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #f0f0f0 !important;
}

.orderItemsSlider .item {
    position: relative;
    padding: 10px;
}

.orderItemsSlider .item::before {
    position: absolute;
    content: "";
}

.orderItemsSlider .item h6 {
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    font-weight: 500;
    -webkit-line-clamp: 2;
    color: #6c6c6c;
    background: whitesmoke;
    border-radius: 10px;
    margin: 10px 0 0;
    padding: 3px;
    height: 50px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.orderItemsSlider .item img {
    height: 8rem;
    object-fit: contain;
}

.orderItemsSlider {
}

.Thidden {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listOrders .base-pagination {
}

.listOrders .base-pagination .pagination-style {
}

.listOrders .base-pagination .pagination-style ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.listOrders .base-pagination .pagination-style ul li.disabled {
    opacity: 35%;
}

.listOrders .base-pagination .pagination-style ul li > a,
.listOrders .base-pagination .pagination-style ul li > span {
    height: 100%;
    display: grid;
    color: #737373;
    place-items: center;
}

.listOrders .base-pagination .pagination-style ul li:first-child > a::before,
.listOrders
    .base-pagination
    .pagination-style
    ul
    li:first-child
    > span::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
}

.listOrders .base-pagination .pagination-style ul li:last-child a::before,
.listOrders .base-pagination .pagination-style ul li:last-child span::before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
}

.listOrders .base-pagination .pagination-style ul li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border: 2px solid transparent;
    background: #f1f1f1;
    border-radius: 10px;
}

.listOrders .base-pagination .pagination-style ul li.active * {
    color: #0046be !important;
}

.listOrders .base-pagination .pagination-style ul li.active {
    background: #ffffff;
    border-color: #0046be;
}

@media screen and (max-width: 576px) {
    .profile-sections > .card > .card-body {
        padding: 1.5rem 0;
    }

    .main-order-card .header-card {
        width: 180px;
    }

    .main-order-card .card-content {
        width: calc(100% - 180px);
    }
}

.orderItemsSlider .owl-nav .owl-prev {
    position: absolute;
    right: 5px;
    top: 35%;
    color: #cccccc;
}

.orderItemsSlider .owl-nav .owl-next {
    position: absolute;
    left: 5px;
    top: 35%;
    color: #cccccc;
}

.orderItemsSlider .owl-nav > button span {
    font-size: 35px;
    color: #c8c8c8;
}

.orderItemsSlider .owl-nav > button {
    position: absolute;
}

.orderItemsSlider .owl-nav {
    display: block !important;
}

.product #myNavbar a {
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease-in-out;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.product #myNavbar a.active {
    color: #0046be !important;
    border: 0;
    border-color: #0046be !important;
    font-weight: bold !important;
}

.megamenu__links--level--0 > .megamenu__item > a,
.megamenu__item div.no-link {
    font-size: 14.5px;
    font-weight: 500;
    color: #003184;
    border-bottom: 2px solid #ffca00;
    width: fit-content;
    margin: 10px 0 3px;
    padding-bottom: 3px;
    display: inline-block;
}

.tmn-span {
    font-size: 11px !important;
    color: #888888 !important;
    letter-spacing: -0.2px !important;
    font-weight: 400 !important;
    margin-right: -1px !important;
}

.profile-sections #nav-tab.nav-tabs {
    border-bottom: 1px solid gainsboro;
}

.profile-sections #nav-tab.nav-tabs .nav-link span {
    border-radius: 20px;
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-items: center;
    line-height: 1;
    padding: 0;
    font-weight: 400;
}

.profile-sections #nav-tab.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    color: #767676;
}

.profile-sections #nav-tab.nav-tabs .nav-link.active {
    border-color: #0a6aa1 !important;
}

.neoSlider {
    border-radius: 28px;
    background: #fbfbfb;
    box-shadow: 23px 23px 21px #eeeeee, -23px -23px 21px #ffffff;
}

.megamenu__links {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
}

.about-accordion p {
    font-size: 14.5px !important;
    line-height: 30px;
    text-align: justify;
    font-weight: 400;
    color: #5a5a5a;
}

.product__gallery .bundle-carousel {
    overflow: auto;
}

.product__gallery .bundle-carousel a > div h6 {
    font-size: 14px;
    margin-bottom: 0;
}

/*.product__gallery .bundle-carousel a > div::after {*/
/*    content: "\f104";*/
/*    font-family: FontAwesome;*/
/*    display: inline-grid;*/
/*    margin: 0 10px;*/
/*    color: #7c7c7c;*/
/*}*/

.product__gallery .bundle-carousel a > div:hover {
    transform: translateY(-3px);
}

.product__gallery .bundle-carousel a > div {
    transition: all 0.2s ease-in-out;
    width: auto;
    margin: 10px 5px;
    /*background: #0047ba14 !important;*/
    border-radius: 25px;
    position: relative;
    padding: 13px 17px !important;
    border-right: 5px solid #0041a80d;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
}

.product__gallery .bundle-carousel a {
    white-space: nowrap;
    cursor: pointer;
}

.product__gallery .bundle-carousel a.active > div {
    background: #0e3270 !important;
    color: white;
}
.product__gallery .bundle-carousel a.active {
    pointer-events: none;
}

#price_total label {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #0046be !important;
}

.question_title h3 {
    font-size: 20px !important;
    color: #626262 !important;
    margin-bottom: 20px !important;
    border-right: 3px solid #ff9800 !important;
    padding-right: 8px !important;
}

@media screen and (max-width: 768px) {
    .addresItemShipping .current-address {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .addresItemShipping .current-address .change-address {
        color: #7e7e7e;
        font-weight: 500;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 5px;
        width: 100%;
        margin-top: 1rem;
        border-top: 1px solid #d7d7d7;
        text-align: center;
        border-right: none;
        padding-top: 5px;
    }

    .current-address .name {
        font-size: 13px;
    }

    .addresItemShipping .current-address .address {
        font-size: 14px;
    }
}

.checkout-process {
}

.delivery-options {
    flex-flow: wrap;
    justify-content: center;
}

.delivery-options > div {
    width: 100px;
    text-align: center;
    margin: 1.5rem 0 0;
}

.cart-container .offer-box.payment-methods-box .input-check__body {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
}

.cart-container .offer-box.payment-methods-box > div > div {
    margin-right: 2rem;
}

.cart-container .offer-box.payment-methods-box .input-check__box {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 25.2px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
    transition: background 0.15s, box-shadow 0.15s;
}

.cart-container .offer-box.payment-methods-box::before {
    content: "";
    position: absolute;
    height: 75%;
    width: 1px;
    background: #d5d5d5;
    top: 2.2rem;
    right: 1.6rem;
}

.cart-container .offer-box.payment-methods-box .input-check__icon {
    left: 7px;
    top: 7px;
}

.cart-container
    .offer-box.payment-methods-box
    .input-check__input:checked
    ~ .input-check__box {
    background: #0046be;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%);
}

#addAddress .modal-header .close {
    font-size: 30px;
    margin: 0 10px !important;
}

.btn-next-step {
    min-width: 135px;
}

.base-prices {
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .product-card__prices span {
        text-align: center;
    }

    .base-prices {
        justify-content: center;
    }
}

.btn-next-step-full i {
    margin-right: 10px;
}

.btn-next-step-full {
    width: 100%;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 991px) {
    .mobile-filter {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .product-list #sidebar .widget-filters__item {
        margin: 0 10px 20px 10px;
    }

    .product-list #sidebar {
        position: fixed;
        left: 0;
        right: 0;
        z-index: -1;
        background: #f9f9f9;
        padding: 0 !important;
        width: 100%;
        top: auto;
        height: 100%;
        overflow: auto;
        transition: all 0.2s ease-in, opacity 0.2s ease-in;
        opacity: 0;
        visibility: hidden;
        bottom: -100%;
        padding-top: 5rem !important;
    }

    .product-list .filter-title {
        display: none;
    }

    .product-list #sidebar {
        top: unset !important;
    }

    .product-list #sidebar.show {
        transform: translateY(-100%);
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    .products-view__options .view-options .widget-filters__actions {
        display: none !important;
    }

    .mobile-filter {
        margin-bottom: 0 !important;
    }
}

.product-list .widget-filters__item {
    box-shadow: none !important;
    border: 0;
}

.filter-btn-mobile i {
    margin-left: 5px;
}

.filter-btn-mobile {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}

.base-sort .sorting ul li {
    line-height: 35px;
    cursor: pointer;
    align-items: center;
}

.base-sort .sorting ul {
    margin-bottom: 0;
}

.base-sort .sorting {
    position: absolute;
    border-radius: 10px;
    padding: 10px;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 4;
    background: white;
    box-shadow: 0 0 2px 1px white;
    border: 1px solid #e9e9e9;
}

@media screen and (max-width: 576px) {
    .base-sort {
        font-size: 13px;
    }

    .filter-btn-mobile {
        font-size: 13px;
    }

    .mobile-filter {
        margin-bottom: 10px !important;
        border-bottom: 1px solid #dbdbdb85 !important;
        border-radius: 0;
    }
}

.filter-title .filter-close-btn-mobile {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 23px;
}

.filter-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 3;
    border-bottom: 2px solid #ebebeb;
    padding: 20px 15px;
}

@media screen and (min-width: 991px) {
    .filter-title {
        display: none !important;
    }
}

.home-flashsale .offer-special > div:first-child * {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.home-flashsale .offer-special .heading::before {
    background-image: url(/themes/front/assets/images/discount-pattern.jpg);
    content: "";
    inset: 0;
    position: absolute;
    filter: invert(1);
}

.home-flashsale .offer-special .heading::after {
    background: linear-gradient(45deg, #0040af, #0046bee3);
    inset: 0;
    content: "";
    position: absolute;
}

.home-flashsale .offer-special .heading .daily-deals-countdown * {
    color: #ffffff;
}

.home-flashsale .offer-special .heading .daily-deals-countdown .labelItem {
    margin-top: 5px;
}

.home-flashsale .offer-special .heading .daily-deals-countdown {
}

.home-flashsale .offer-special .heading .daily-deals-countdown .counterSpan {
    background: #ffffff24;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
}

.home-flashsale .offer-special .progress {
    height: 3px;
}

.home-flashsale .offer-special .content {
    padding: 0 1rem;
}

.home-flashsale .offer-special .title {
    color: #646464 !important;
    height: 50px;
    line-height: 25px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.home-flashsale .offer-special .product-card__prices {
    align-items: flex-end !important;
}

.home-flashsale .offer-special .base-img {
    padding: 1rem 5rem;
}

.home-flashsale .offer-special .count-info span {
    font-size: 13px;
    color: #7c7c7c;
    font-weight: 300;
    font-family: "iranyekan";
}

.home-flashsale .offer-special .count-info span span {
    font-weight: 400;
    font-size: 14px;
    margin: 0 2px;
    color: black;
}

.home-flashsale .offer-special {
    border-radius: 10px;
    overflow: hidden;
}

.home-flashsale .offer-special .heading h3 {
    font-family: iranyekan !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    animation: textShadow infinite 0.3s alternate;
}

.footer-about > label {
    display: none;
}

@keyframes textShadow {
    from {
        text-shadow: 0 0 4px #333333;
    }
    to {
        text-shadow: 0 0 4px #d0d0d0;
    }
}

.home-flashsale .offer-special .heading .text-content p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
}

.home-flashsale .offer-special .heading {
    position: relative;
    padding: 1.5rem 10px;
    overflow: hidden;
    margin: 0 !important;
    border-radius: 10px 10px 0 0;
}

.home-flashsale #Bpills-tabContent .js-pagination {
    display: none !important;
}

.home-flashsale .offer-special .info-val {
}

.home-flashsale .u-slick.slick-initialized {
    padding: 0 !important;
}

.home-flashsale .offer-special {
    height: calc(100% - 135px);
    margin-top: 0.5rem;
    margin-bottom: 5px;
}

.home-flashsale .offer-special .info-val .discount-badge > div {
    font-size: 15px;
    font-weight: 400 !important;
}

.home-flashsale .offer-special .info-val .discount-badge {
    position: absolute;
    background: #ef4056;
    padding: 4px 6px;
    color: white;
    right: -35px;
    top: -20px;
}

.home-flashsale .offer-special .info-val .prices {
    position: relative;
}

.home-flashsale .offer-special .info-val .product-card__new-price {
    font-size: 20px;
}

.home-flashsale .offer-special .info-val .stock {
    color: #01b2bb;
    font-size: 13px;
}

.flashSale_Banner img {
    width: 100px;
    height: 100px;
}

.flashSale_Banner .text-content {
    width: calc(100% - 100px);
    padding: 0 20px;
}

.flashSale_Banner .text-content a i {
    margin-right: 5px;
}

.flashSale_Banner .text-content a {
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    float: left;
    color: #626262;
    padding: 5px 10px;
}

.flashSale_Banner .text-content p {
    font-size: 13px;
    color: #8d8d8d;
    font-family: "iranyekan";
    font-weight: 300;
}

.flashSale_Banner .text-content h6 {
    font-weight: 600;
    font-size: 16px;
}

.flashSale_Banner {
    height: 120px;
    background: white;
    border: 1px solid #00000012;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.flashsaleSlider .product-card.custom-product-flash-card {
    width: 100%;
}

.products-list[data-layout="grid-4-full"] .products-list__item .filter-color {
    position: absolute;
    left: 0;
    top: 0;
}

.flashsaleCategoriesSlider {
    /*background: #9d0f32;*/
}

.mainDisProduct {
    padding: 4rem 1rem 4rem 0;
    /*background: #9d0f32;*/
    overflow: hidden;
    border-radius: 0;
}

.ERRpage img {
    width: 45%;
}

.ERRpage h2 {
    font-size: 25px;
    font-weight: 600;
    color: #264a99;
}

.ERRpage p {
    font-size: 15px;
    font-weight: 400;
    color: #727272;
}

.ERRpage a i {
    margin-right: 10px;
}

.ERRpage a {
    background: #444444;
    margin-bottom: 3rem;
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: white;
    font-size: 14px;
}

.ERRpage {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ERRpage a:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.deliveryStatus .btn {
    background: #263238;
}

.deliveryStatus h2 {
    font-size: 19px;
    font-weight: 600;
    color: #0046be;
}

.deliveryStatus img {
    transform: rotateZ(25deg);
    width: 50%;
}

.itemsCatFlashsale .catItem .baseImg img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.itemsCatFlashsale .catItem .baseImg {
    width: 80px;
    height: 80px;
    transition: all 0.3 ease-in-out;
    background: white;
    margin: auto;
    display: grid;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    place-items: center;
}

.itemsCatFlashsale .catItem .base-label h6 {
    color: #797979;
    font-size: 12px;
    margin-top: 5px;
    height: 36px;
    line-height: 18px;
}

.itemsCatFlashsale .catItem .base-label {
}

.itemsCatFlashsale .catItem {
}

.itemsCatFlashsale {
    width: 100px;
}

.mainDisProduct .text-content .section-title span strong {
    display: inline-block;
    margin: 10px 0;
}

.mainDisProduct .text-content .section-title span {
    font-size: 18px;
}

.mainDisProduct .text-content .showAllDis {
    margin: 0;
    display: block;
    background: #ffffff38;
    padding: 10px;
    height: auto;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.mainDisProduct .text-content .showAllDis i {
}

.mainDisProduct .text-content .section-title {
    color: white;
    font-size: 22px;
    font-family: iranyekan;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .px-mobile-40 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .px-mobile-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .flashsaleCategoriesSlider {
        margin-top: -10%;
        padding-top: 10%;
        /*background: #9d0f32;*/
        padding-bottom: 2rem;
    }
}

.page-mdl .about-top::after {
    content: "";
    position: absolute;
    background: #232f3e;
    inset: 0;
}

.page-mdl .about-top::before {
    content: "";
    background-image: url(/themes/front/assets/images/paTrT.png);
    position: absolute;
    inset: 0;
    background-size: auto;
    background-attachment: fixed;
    opacity: 15%;
    filter: invert(1);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.page-mdl .about-top {
    margin: 0;
    height: 100%;
}

.page-mdl .about-top {
    box-shadow: none !important;
}

.page-mdl .about-top .parallex-overlay {
    position: relative;
    box-shadow: none;
    background: #0046be4f !important;
    z-index: 2;
    padding: 1rem 0 5rem;
}

.page-mdl .top-text h1 {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 0 0 3px #183666;
}

.page-content {
    background: white;
    min-height: 20rem;
    margin-top: -5rem;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 3px 9px #00000029;
}

.page-content img {
    width: 100%;
    height: auto;
}

.page-mdl {
    height: 15rem;
}

#infinite-list .flashsale-banner img {
    max-height: 25rem;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 2px 4px #818181;
}

#infinite-list .flashsale-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(0, white, transparent, transparent, transparent);*/
}

#infinite-list .flashsale-banner {
    position: relative;
}

.owl-carousel.catFlashSale {
    max-width: 320px;
    height: 300px;
    width: 300px;
}

.flashsaleCategoriesSlider .itemsCatFlashsale {
    width: 100px;
}

@media screen and (max-width: 768px) {
    .flashsaleCategoriesSlider .itemsCatFlashsale {
        height: 6rem !important;
    }
}

.flashsaleCategoriesSlider {
    height: 30rem;
}

.main-special-flashsale .base-categories {
    width: 120px;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #e9e9e9;
    padding: 10px !important;
}

.main-special-flashsale .base-product {
    width: calc(100% - 120px);
}

.main-special-flashsale .base-categories {
}

.main-special-flashsale {
    min-height: 30rem;
    padding: 1rem;
    border: 1px solid #e7e7e7;
    margin: 4rem 0 4rem;
    border-radius: 20px;
    background: white;
}

.mainDisProduct .text-content::before {
    background-image: url(/themes/front/assets/images/discount-pattern.jpg);
    content: "";
    inset: 0;
    position: absolute;
    filter: invert(1);
}

.mainDisProduct .text-content::after {
    background: linear-gradient(45deg, #0040af, #0046bee3);
    inset: 0;
    content: "";
    position: absolute;
}

.mainDisProduct .text-content h3,
.mainDisProduct .text-content a {
    position: relative;
    z-index: 1;
}

.mainDisProduct .text-content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    .mainDisProduct .text-content {
        padding: 1.5rem 0.5rem;
        border-radius: 0;
    }

    .flashsaleSlider .product-card.custom-product-flash-card {
        border: 1px solid #d9d9d9 !important;
        direction: rtl;
        border-radius: 10px;
    }

    .custom-product-flash-card.product-flash-card .base-discount-area {
        width: 75%;
        left: 15%;
        right: 10%;
    }

    .main-special-flashsale .base-categories,
    .main-special-flashsale .base-product {
        width: 100%;
    }

    .main-special-flashsale,
    .flashsaleCategoriesSlider {
        height: auto;
    }

    .flashsaleCategoriesSlider .itemsCatFlashsale {
        height: auto !important;
    }

    .main-special-flashsale {
        border: 0 !important;
        margin: 1rem 0 0;
    }

    .swiper-horizontal .swiper-wrapper {
        /*display: flex;*/
        direction: ltr;
    }

    .mainDisProduct .text-content .section-title span {
        font-size: 13px;
    }
}

#flashsaleSlider .flashsaleSlider {
    width: 100%;
}

.flashsaleCategoriesSlider .active .baseImg {
    border-color: #ffc800;
}

#flashsaleSlider .flashsaleSlider .swiper-wrapper {
    /*display: flex;*/
    direction: rtl;
}

@media screen and (max-width: 768px) {
    .block-slideshow {
        margin-bottom: 5px;
    }

    .flashsale-grid .product-flash-card .base-image {
        width: 100px;
    }

    .flashsale-grid .product-flash-card .base-details {
        width: calc(100% - 100px);
        position: relative;
        padding: 1rem 0 2rem;
    }

    .flashsale-grid .product-flash-card {
        flex-direction: row;
        border-bottom: 1px solid #dbdbdb !important;
        border-radius: 0;
    }

    .flashSalePage .custom-product-flash-card.product-flash-card {
        padding-bottom: 0 !important;
    }

    .flashsaleSlider .product-flash-card .base-image,
    .flashsaleSlider .product-flash-card .base-details {
        width: 100%;
    }

    .flashsale-grid .product-flash-card .product-actions-fixed {
        top: 0;
        right: -10rem;
    }

    .flashsaleSlider .product-flash-card {
        flex-direction: column;
        border-bottom: 0 !important;
    }
}

.product__gallery {
    padding: 0;
}

.product__gallery .categories {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 15px;
}

.product__gallery .catItem:nth-child(10),
.product__gallery .catItem:nth-child(8),
.product__gallery .catItem:nth-child(9) {
    /*display: none;*/
}

.product__gallery .catItem .icon {
    background: #0a6aa114;
    border-radius: 50%;
    width: 75px;
    margin: 0 auto;
    height: 75px;
    display: grid;
    place-items: center;
    box-shadow: 0 0 2px 1px #003fac33;
}

.product__gallery .catItem {
    width: calc(100% / 8);
    margin: 1rem 0 0;
}

@media screen and (max-width: 430px) {
    .mainDisProduct .text-content {
        flex-flow: wrap;
        justify-content: center;
        padding: 1rem 0;
        flex-direction: column;
    }

    .mainDisProduct .text-content h3 {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 400px) {
    .itemsCatFlashsale .catItem .baseImg img {
        width: 35px;
        height: 35px;
    }

    .itemsCatFlashsale .catItem .baseImg {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {
    .product__gallery .catItem {
        width: calc(100% / 4);
        margin: 1rem 0 0;
    }
}

.products-view__list .products-list__item .product-flash-time {
    margin-bottom: -40px;
    font-size: 14px;
    color: #ef4056;
    margin-right: 5px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.products-view__list
    .products-list__item
    .base-discount-area
    .discount-flash-label {
    transition: all 0.2s ease-in-out;
}

.products-view__list .products-list__item:hover .product-flash-time {
    transform: translateY(-20px);
    opacity: 1;
}

.products-view__list
    .products-list__item:hover
    .base-discount-area
    .discount-flash-label {
    transform: translateY(-15px);
    opacity: 0;
}

.products-list[data-layout="list"] .product-card .product-card__actions {
    margin: 0 auto 0 0 !important;
}

.badge.badge-content-category {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    background: #0046be;
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
}

.badge.badge-content-category a {
    color: white;
}

.blog-body p > img {
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.blog-body p:has(img) {
    text-align: center !important;
}

@media screen and (max-width: 576px) {
    .contact-box .text-content * {
        text-align: right;
        text-align-last: right;
    }

    .contact-box .text-content {
        width: calc(100% - 90px);
    }

    .contact-box .circle-container i {
        color: #ffe000;
        font-size: 20px;
    }

    .contact-box .circle-container {
        display: inline-flex;
        margin: 0 20px;
        width: 50px;
        height: 50px;
        background: #ffe00021;
    }

    .contact-box {
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 10px;
        margin: 1rem 0;
        min-height: 125px;
        background: white;
        border-right: 5px solid #ececec;
    }

    .footer-about > label {
        display: block;
        height: 130px;
        text-align: center;
        z-index: 1;
        background: linear-gradient(0, #232f3e 80%, transparent);
        margin-top: -9rem;
        position: relative;
        color: white;
        padding-top: 3rem;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
    }

    .footer-about > label.hidden {
        height: 0;
        margin-top: 0;
    }
}

.product-flash-card.product-card .product-card__prices {
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-flash-card.product-card .base-discount-area {
    padding: 2px 0;
    margin: 0 5px;
    position: absolute;
    top: 0;
}

.product-flash-card.product-card .filter-color {
    position: absolute;
    left: 0;
    top: 0;
}

.product-flash-card.product-card {
    padding: 10px;
}

.flashSaleCartProduct.product-flash-card .product-card__image {
    padding: 30px 18px 20px !important;
}

.flashSaleCartProductSlider.product-flash-card
    .base-discount-area
    .product-flash-time {
    position: relative;
    align-items: center;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.flashSaleCartProductSlider.product-flash-card .base-details {
    padding-bottom: 1rem;
}

.flashSaleCartProductSlider.product-flash-card
    .base-discount-area
    .product-flash-time {
    position: relative;
    align-items: center;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0 5px 0 20px;
    font-size: 13px;
}

.flashSaleCartProductSlider.product-flash-card
    .base-discount-area
    .product-card__badge {
    height: 25px;
    width: 35px;
    border-radius: 0 20px;
    margin: 0;
}

.flashSaleCartProductSlider.product-flash-card
    .base-discount-area
    .right.pad
    .product-flash-time {
    margin: 0 20px;
}

.flashSaleCartProductSlider.product-flash-card
    .base-discount-area
    .right
    .no-timer
    .product-card__badge {
    height: 25px;
    width: 35px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}

.flashSaleCartProductSlider.product-flash-card .base-discount-area .right {
    display: flex;
    align-items: center;
    border: 1px solid #ef4056;
    border-radius: 30px 30px 0 0;
    border-bottom: 0;
}

.flashSaleCartProductSlider.product-flash-card .base-discount-area {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.flashSaleCartProduct.product-flash-card .base-discount-area {
    top: 5px;
}

.flashSaleCartProduct.product-flash-card .product-flash-time {
    left: -105px;
    z-index: 1;
    top: 3px;
    font-size: 13px;
    padding: 5px 22px;
}

.main-special-flashsale
    .base-product
    #filteredProducts
    .flashsaleSlider
    .product-flash-card {
    width: 100%;
}

.sidebarBlog .blog-cat-card > p,
.sidebarBlog .blog-cat-card > h1 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    width: 100%;
}

.sidebarBlog .blog-cat-card {
    height: auto;
    margin: 0 0 10px;
    flex-wrap: wrap;
}

.sidebarBlog .blog-header-categories li {
    padding: 7px 13px;
    margin: 5px;
}

.sidebarBlog .blog-header-categories {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.sidebarBlog .box-sildebar-blog {
    background: white;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 2px 4px #e1e1e1;
}

.sidebarBlog .box-sildebar-blog {
}

.sidebarBlog .box-sildebar-blog .base-text p {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.sidebarBlog .box-sildebar-blog .base-text h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 15px;
    color: #0046be;
}

@media screen and (min-width: 768px) {
    .sidebarBlog {
        position: sticky;
        height: fit-content;
        top: 5px;
    }
}

.blog-pagination nav {
    width: 100%;
}

.blog-pagination .pagination.my-pagination {
    overflow: auto;
    width: fit-content;
    margin: auto;
    max-width: 100%;
    padding: 1rem 0;
}

.blog-pagination .pagination.my-pagination > li:nth-child(6),
.blog-pagination .pagination.my-pagination > li:nth-child(8) {
}

.relate-blog-card-product .base-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.relate-blog-card-product .base-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid #e1e1e1;
    padding: 5px;
}

.relate-blog-card-product .base-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.relate-blog-card-product .base-content h6 {
    font-size: 17px;
    font-weight: 600;
    color: #5c5c5c;
}

.relate-blog-card-product .base-content .blog-meta li span {
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px;
}

.relate-blog-card-product .base-content .blog-meta li i {
    font-size: 12px;
    color: #b5b5b5;
}

.relate-blog-card-product .base-content .blog-meta {
    display: flex;
    list-style: none;
}

.relate-blog-card-product .base-content {
    width: calc(100% - 120px);
    padding-right: 10px;
}

.relate-blog-card-product {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px #d7d7d7;
    border: 0;
    transition: all 0.2s ease-in-out;
    color: #7c7c7c;
}

.relate-blog-card-product:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px #d7d7d7;
}

.relateBlogProduct > .row > div {
    padding: 7px;
}

.pay-alert > div span {
    color: #767676;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
}

.pay-alert > div i {
    font-size: 20px;
    margin: 0 10px;
    position: relative;
    top: 5px;
    color: red;
}

.pay-alert > div {
    display: flex;
    align-items: baseline;
}

.pay-alert button {
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 10px;
    height: 34px;
    color: #626262;
    margin-top: 10px;
    background: whitesmoke;
}

.pay-alert {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #c3c3c3;
    padding-top: 5px;
    margin-top: 5px;
}

.home-flashsale .offer-special .info-val .stock.no-stock {
    color: #bdbdbd;
}

.home-flashsale .offer-special .content.pns .prices .discount-badge > div {
    line-height: 1.2;
}

.home-flashsale .offer-special .content.pns .prices .discount-badge {
    top: -15px;
    color: white;
    right: -35px;
}

.flashSaleCartProduct.product-flash-card.product-card .product-card__prices {
    align-items: flex-end;
}

.flashSaleCartProductSlider.product-flash-card.product-card
    .product-card__prices
    span {
    text-align: left;
}

.pns::before {
    content: "ناموجود" !important;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    display: flex;
    background: linear-gradient(0, transparent, white);
    color: #bfbfbf;
    font-size: 14px;
    justify-content: center;
    z-index: 2;
    letter-spacing: 0.8px;
    padding-top: 30px;
    font-weight: 500;
}

.pns {
    position: relative;
}

@media screen and (max-width: 576px) {
    .product-card.pns .product-card__availability {
        top: -20px;
    }
}

.up-to-date {
    position: fixed;
    left: 2rem;
    bottom: 3rem;
    background: #0046be;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    color: #fff;
    place-items: center;
    font-size: 20px;
    transition: all 0.2s ease-in;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transform: scale(1.2);
    visibility: hidden;
}

.up-to-date.show {
    opacity: 0.6;
    transform: scale(1);
    visibility: visible;
}

.up-to-date:hover {
    opacity: 1;
}

.blog-details a {
    background: #232f3e;
    padding: 5px 10px 5px 0;
    border-radius: 5px;
    margin-left: 10px;
}

.blog-details span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4c;
}

.blog-details i {
    font-size: 14px;
    color: #b9b9b9;
}

.blog-details a * {
    color: #ffffffe8;
}

.relate-blog-sidebar-card {
}

.relate-blog-sidebar-card .card-body {
    width: calc(100% - 90px);
}

.relate-blog-sidebar-card .card-img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

#sidebar .blog-sidebar-widget .blog-card-related .card-img {
    height: 80px;
    border-radius: 10px;
    width: 80px;
}

#sidebar .blog-sidebar-widget .blog-card-related .card-body {
    padding: 5px 15px 5px 5px;
    width: calc(100% - 80px);
}

#sidebar .blog-sidebar-widget .blog-card-related::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, transparent, #d5d5d5d6, transparent);
}

#sidebar
    .blog-sidebar-widget
    > .row
    > div:last-child
    .blog-card-related::before {
    content: none;
}

#sidebar .blog-sidebar-widget .blog-card-related {
    padding: 5px;
    position: relative;
    box-shadow: unset;
}

#sidebar .blog-sidebar-widget {
    background: white;
    padding: 5px 15px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px #e1e1e1;
}

.product-relate-blog {
}

.product-relate-blog .product-item img {
    height: 8rem;
    object-fit: contain;
}

.product-relate-blog .product-item .product-item__title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.product-relate-blog .product-item .product-item__title a {
    color: #7c7c7c !important;
}

.product-relate-blog .product-item .product-item__title {
    font-size: 13px;
    line-height: 22px;
    text-align: right;
}

.product-relate-blog .owl-stage {
    padding: 5px 0;
}

.product-relate-blog.horizontal-rb
    .product-item
    .product-item__body
    .base-img
    a
    img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product-relate-blog.horizontal-rb
    .product-item
    .product-item__body
    .base-img
    a {
    width: 100%;
    height: 100%;
}

.product-relate-blog.horizontal-rb
    .product-item
    .product-item__body
    .data-content {
    width: calc(100% - 4rem);
    padding-right: 10px;
}

.product-relate-blog.horizontal-rb .product-item .product-item__body .base-img {
    width: 4rem;
    height: 4rem;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
}

.product-relate-blog.horizontal-rb .product-item .product-inner-item {
    padding: 10px !important;
}

.product-relate-blog.horizontal-rb .product-item .product-card__prices {
    margin-top: 5px;
}

.product-relate-blog.horizontal-rb .product-item .product-item__body {
    display: flex;
    align-items: center;
}

.product-relate-blog .product-item {
    background: #ffffff;
    border: 1px solid #ededed;
    transition: all 0.2s ease-in;
    border-radius: 10px;
}

.product-relate-blog .product-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 6px #969696;
}

.product-relate-blog.horizontal-rb {
    position: fixed;
    top: -7rem;
    left: 0;
    right: unset !important;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, opacity 0.4s ease-in;
}

.product-relate-blog.horizontal-rb {
    background: #f3f3f3;
    padding: 5px 10px;
}

.product-relate-blog.horizontal-rb .owl-dots {
    display: none !important;
}

.product-relate-blog.horizontal-rb .owl-nav button.disabled {
}

.product-relate-blog.horizontal-rb .swiper-button-prev,
.product-relate-blog.horizontal-rb .swiper-button-next {
    position: absolute;
    top: 50%;
    height: 35px;
    width: 35px;
    background: #ffffff;
    display: grid;
    place-items: center;
}

.product-relate-blog.horizontal-rb .swiper-button-prev::after,
.product-relate-blog.horizontal-rb .swiper-button-next::after {
    font-size: 15px;
    font-weight: 900;
    color: #838383;
}

.product-relate-blog.horizontal-rb .swiper-button-prev {
    right: 0;
    box-shadow: -2px 0 3px #00000014;
    border-radius: 20px 0 0 20px;
}

.product-relate-blog.horizontal-rb .swiper-button-next {
    left: 0;
    box-shadow: 2px 0 3px #00000014;
    border-radius: 0 20px 20px 0;
}

.product-relate-blog.vertical-rb .swiper-button-next:after,
.product-relate-blog.vertical-rb .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 900;
    color: #9d9d9d;
}

.product-relate-blog.vertical-rb .swiper-button-next,
.product-relate-blog.vertical-rb .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0 2px 1px #c9c9c9;
}

.product-relate-blog.vertical-rb {
}

.product-relate-blog.vertical-rb {
}

.product-relate-blog.vertical-rb {
    overflow: hidden;
    position: relative;
}

.product-relate-blog.vertical-rb .swiper-wrapper,
.product-relate-blog.horizontal-rb .swiper-wrapper {
    direction: rtl;
}

.product-relate-blog.horizontal-rb.active {
    opacity: 1;
    visibility: visible;
    top: 0 !important;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.blog-body iframe,
.blog-body video {
    width: 100%;
}
.blog-body .main-content-blog h1,
.blog-body .main-content-blog h1 *,
.blog-body .main-content-blog h2,
.blog-body .main-content-blog h2 *,
.blog-body .main-content-blog h3,
.blog-body .main-content-blog h3 *,
.blog-body .main-content-blog h4,
.blog-body .main-content-blog h4 *,
.blog-body .main-content-blog h5,
.blog-body .main-content-blog h5 *,
.blog-body .main-content-blog h6,
.blog-body .main-content-blog h6 *,
.blog-body .main-content-blog strong,
.blog-body .main-content-blog div,
.blog-body .main-content-blog a,
.blog-body .main-content-blog button,
.blog-body .main-content-blog li,
.blog-body .main-content-blog table,
.blog-body .main-content-blog span,
.blog-body .main-content-blog p,
.blog-body .main-content-blog p * {
    font-family: "IRANSans", iranyekan !important;
}

.blog-body .table {
    width: 100%;
    overflow: auto;
}

.base-search-items::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 5px;
}

.base-search-items::-webkit-scrollbar {
    width: 5px;
    background: #e7e7e7;
    border-radius: 5px;
}

.base-search-items {
    max-height: 310px;
    margin: 0;
    overflow: auto;
    padding: 5px !important;
}

@media screen and (max-width: 430px) {
    .block-slideshow__slide.mobile {
        min-height: 240px !important;
    }
}

@media screen and (max-width: 767px) {
    .block-slideshow__slide.desktop {
        display: none !important;
    }
}

@media screen and (max-width: 390px) {
    .block-slideshow__slide.mobile {
        min-height: 220px !important;
    }
}

.top-0 {
    top: 0 !important;
}

@media screen and (max-width: 991px) {
    #infinite-list.product-list > .row .product-list-desc img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

#infinite-list.product-list > .row {
    width: 100%;
    margin: 0;
}

.main-content-blog .marker::before {
    content: "\f0eb";
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-grid;
    width: 45px;
    height: 45px;
    background: #0046be1f;
    color: #0046be;
    border-radius: 50px;
    place-items: center;
    line-height: 0;
    margin: 0 10px;
    box-shadow: 0 0 5px 4px #e0e9f7;
}

.main-content-blog .marker {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    width: 100%;
    border-radius: 10px 0 0 10px;
    display: block;
    line-height: 70px;
    border-right: 5px solid #0046be;
}

.main-content-blog img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.main-content-blog table p,
.product-list-desc table p {
    margin-bottom: 0 !important;
}

.main-content-blog table,
.product-list-desc table {
    width: 100% !important;
    margin: 2rem 0;
}

.main-content-blog ul,
.product-list-desc ul {
    padding-right: 3em;
    list-style: unset;
}

.main-content-blog ol li a,
.main-content-blog ul li a,
.product-list-desc ol li a,
.product-list-desc ul li a {
    color: inherit !important;
}

.main-content-blog a,
.product-list-desc a {
    color: #0b2033;
    /*background: #ffe000;*/
    padding: 2px 14px;
    border-radius: 5px;
    line-height: 2.5em;

    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}
.main-content-blog a:hover,
.product-list-desc a:hover {
    background-size: 100% 88%;
}

.main-content-blog ol li,
.main-content-blog ul li,
.product-list-desc ol li,
.product-list-desc ul li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.main-content-blog .blockquote p,
.product-list-desc .blockquote p {
    margin-bottom: 0 !important;
    line-height: 30px;
}

.main-content-blog .blockquote,
.product-list-desc .blockquote {
    background: #f0f0f0;
    margin: 1rem 0;
    padding: 15px 15px 15px 60px;
    border-radius: 10px;
}

/********** Blog single ***************/
.main-content-blog h1,
.product-list-desc h1,
.main-content-blog h1 *,
.product-list-desc h1 * {
    font-size: 22px;
}

.main-content-blog h2,
.product-list-desc h2,
.main-content-blog h2 *,
.product-list-desc h2 * {
    font-size: 1.1em;
}

.main-content-blog h3,
.product-list-desc h3,
.main-content-blog h3 *,
.product-list-desc h3 * {
    font-size: 18px;
}

.main-content-blog h4,
.product-list-desc h4,
.main-content-blog h4 *,
.product-list-desc h4 * {
    font-size: 16px;
}

.main-content-blog h5,
.product-list-desc h5,
.main-content-blog h5 *,
.product-list-desc h5 * {
    font-size: 14px;
}

.main-content-blog h6,
.product-list-desc h6,
.main-content-blog h6 *,
.product-list-desc h6 * {
    font-size: 12px;
}

@media screen and (max-width: 576px) {
    /********** Blog single ***************/
    .main-content-blog h1,
    .product-list-desc h1,
    .main-content-blog h1 *,
    .product-list-desc h1 * {
        font-size: 19px;
    }

    .main-content-blog h2,
    .product-list-desc h2,
    .main-content-blog h2 *,
    .product-list-desc h2 * {
        font-size: 17px;
    }

    .main-content-blog h3,
    .product-list-desc h3,
    .main-content-blog h3 *,
    .product-list-desc h3 * {
        font-size: 16px;
    }

    .main-content-blog h4,
    .product-list-desc h4,
    .main-content-blog h4 *,
    .product-list-desc h4 * {
        font-size: 15px;
    }

    .main-content-blog h5,
    .product-list-desc h5,
    .main-content-blog h5 *,
    .product-list-desc h5 * {
        font-size: 14px;
    }

    .main-content-blog h6,
    .product-list-desc h6,
    .main-content-blog h6 *,
    .product-list-desc h6 * {
        font-size: 12px;
    }
}

.main-content-blog h2::before,
.product-list-desc h2::before,
.main-content-blog h3::before,
.product-list-desc h3::before {
    content: "";
    background: #0046be;
    border-radius: 10px;
    width: 3px;
    height: 16px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-content-blog h1 *,
.product-list-desc h1 *,
.main-content-blog h2 *,
.product-list-desc h2 *,
.main-content-blog h3 *,
.product-list-desc h3 *,
.main-content-blog h4 *,
.product-list-desc h4 *,
.main-content-blog h5 *,
.product-list-desc h5 *,
.main-content-blog h6 *,
.product-list-desc h6 *,
.main-content-blog h1,
.product-list-desc h1,
.main-content-blog h2,
.product-list-desc h2,
.main-content-blog h3,
.product-list-desc h3,
.main-content-blog h4,
.product-list-desc h4,
.main-content-blog h5,
.product-list-desc h5,
.main-content-blog h6,
.product-list-desc h6 {
    font-weight: 500;
    position: relative;
    color: #32325d !important;
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
}

.blog-body img {
    max-width: 100%;
}

.blog-body h2 {
    font-size: 18px;
}

.baseBoundleCard .item .product__options .product__option {
    display: flex;
    align-items: flex-start;
}

.baseBoundleCard .item .product__options .product__option > div {
    width: calc(100% - 60px);
}

.baseBoundleCard .item .product__options .product__option > div > div {
}

.baseBoundleCard
    .item
    .product__options
    .product__option
    .input-radio-label__list
    label
    span {
    background: white;
    height: auto;
    font-weight: 500;
    min-height: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #e4e4e4;
    border-right: 5px solid #e4e4e4;
    color: #8b8b8b;
    letter-spacing: 0.2px;
}

.baseBoundleCard .item .product__options .product__option > label {
    padding: 0 !important;
}

.baseBoundleCard .item .product__options .product__option > div > div > label {
    padding: 0 !important;
    width: auto;
    height: fit-content;
    min-height: fit-content;
    box-shadow: none !important;
    border: 0;
}

.baseBoundleCard
    .item
    .product__options
    .product__option
    .product__option-label,
.baseBoundleCard .item .product__options .product__option .label_part {
    all: unset;
    font-size: 14px;
    box-shadow: none !important;
    font-weight: 500;
    color: #525d70e6;
    width: 60px;
    padding-right: 5px;
    margin-top: 5px;
}

.baseBoundleCard
    .item
    .product__options
    .product__option
    .input-radio-label__list
    input:checked
    ~ span {
    border-color: #c6d5f0 !important;
    color: #0046be !important;
    font-weight: 500;
    background: linear-gradient(45deg, #0046be3b, transparent);
    border-right-color: #0046be !important;
}

.productBoundle .availablePrdct i {
    margin-left: 5px;
}

.productBoundle .availablePrdct {
    color: #008dcd;
}

.productBoundle .store-title {
    color: #f39b00;
}

.productBoundle .product-card__prices .default_price {
    font-size: 22px;
    font-weight: 600;
    color: #1d4488;
}

.productBoundle .availablePrdct span,
.productBoundle .store-title span {
    color: #848484 !important;
}

.blog-body {
}

.blog-body h3.mainTitleBlog {
    font-size: 25px;
    font-weight: 500;
    color: #32325d !important;
    position: relative;
    padding-right: 15px;
    margin: 25px 0 15px 0;
    text-align: right;
    line-height: 45px;
}

.blog-body h1.mainTitleBlog {
    color: #32325d !important;
    position: relative;
    margin: 25px 0 15px 0;
    text-align: right;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .blog-body h1.mainTitleBlog {
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.6em;
    }
}

.boundleCardItem .actionItem .product-card__addtocart {
    min-width: fit-content;
    color: #5e5e5e !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    border: none !important;
    padding: 5px 15px !important;
    border-radius: 10px;
    background: #e7e7e791;
    outline: none !important;
    height: 40px;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

.boundleCardItem .actionItem .product-card__addtocart:hover {
    background: #084cc0;
    color: white !important;
}

.boundleCardItem {
}

.boundleCardItem .detailContent {
    padding: 0 15px;
}

.boundleCardItem .detailContent .title {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: 400;
}

.boundleCardItem.item label figure img {
    position: relative;
    inset: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.boundleCardItem.item label figure {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
}

.boundleCardItem label .imageBox {
    width: 130px;
    height: 130px;
    border: 2px solid #eeeeee;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}

.boundleCardItem label .actionItem {
    margin-right: auto;
    width: 130px;
}

.boundleCardItem label .detailContent {
    width: calc(100% - 260px);
}

.boundleCardItem label {
    display: flex !important;
    padding: 10px 20px !important;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .boundleCardItem label {
        flex-direction: column;
    }

    .boundleCardItem label .actionItem {
        margin: auto;
    }

    .boundleCardItem label .imageBox {
        width: 100%;
        height: 230px;
        margin-bottom: 15px;
        border: 2px solid #eeeeee;
        border-radius: 20px;
        overflow: hidden;
        padding: 15px;
    }

    .boundleCardItem label .detailContent label {
        padding: 5px !important;
    }

    .boundleCardItem label .detailContent {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .titleListBlog .fehrest {
        display: none;
        margin: 0;
        padding: 0;
    }

    .titleListBlog .title-cat-age {
        padding: 15px;
        margin: 0 !important;
    }

    .titleListBlog {
        background: #e8e8e8;
        position: fixed;
        top: -100%;
        left: 5vw;
        right: 5vw;
        opacity: 0;
        visibility: hidden;
        width: 90vw;
        z-index: 1;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 6px #00000040;
        transition: all 0.4s ease-in-out;
    }

    .titleListBlog.show {
        opacity: 1;
        visibility: visible;
        top: 10px;
    }
}

.pe-none {
    pointer-events: none !important;
}
.product__gallery .bundle-carousel::-webkit-scrollbar {
    display: none !important;
}

.blog-body span[style*="background-color: rgb(255, 255, 0)"] {
    background: rgba(0, 255, 208, 0.12) !important;
}
.product-list-desc span[style*="background-color: rgb(255, 255, 0)"] {
    background: rgba(0, 255, 208, 0.12) !important;
}

#description span[style*="background-color"] {
    background: rgba(0, 255, 208, 0.12) !important;
}

.showTcc {
    top: 120px !important;
}
.title-cat-age i {
    transition: all 0.2s ease-in-out;
}
.title-cat-age.transform i {
    transform: rotateZ(180deg);
}
.headingListBlur {
    background: #00000024;
    position: fixed;
    inset: 0;
    display: none;
    z-index: 2;
    backdrop-filter: blur(3px);
}
.item-holder span.badge-item-color {
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
    background: #f33;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 5px solid white;
}

ul.product_tags {
    list-style: none;
    display: flex;
}
ul.product_tags li {
    margin: 0 5px;
}
ul.product_tags li a {
    background-color: #eaf2ff;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 6px;
    transition-duration: 500ms;
}
ul.product_tags li a:hover {
    background-color: #d0e7ff;
    transition-duration: 500ms;
}

.product-originality {
    color: #f57f17;
    background-color: rgba(249, 168, 37, 0.1);
    font-size: 12px;
    padding: 2px 8px;
    margin: 10px 0;
    border-radius: 7px;
}

#fix-mobile-footer-banner {
    position: fixed;
    z-index: 99;
    bottom: 0;
}

/* vue-select custom styles for better UI and RTL support */
.v-select,
.v-select .vs__dropdown-toggle {
    width: 100% !important;
    font-size: 1rem !important;
    direction: rtl !important;
    background: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    min-height: 38px !important;
    box-shadow: none !important;
    padding: 0.375rem 0.75rem !important;
}

.v-select .vs__selected {
    color: #212529 !important;
    font-size: 1rem !important;
    text-align: right !important;
}

.v-select .vs__dropdown-menu {
    z-index: 10000 !important;
    direction: rtl !important;
    text-align: right !important;
}

.v-select .vs__search,
.v-select .vs__search:focus {
    font-size: 1rem !important;
    direction: rtl !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: right !important;
}

.v-select .vs__clear {
    margin-left: 0.5rem !important;
}

.v-select .vs__open-indicator {
    margin-right: 0.5rem !important;
}

.v-select .vs__actions {
    align-items: center !important;
}

.v-select .vs__dropdown-option--highlight {
    background: #f8f9fa !important;
    color: #212529 !important;
}

.v-select .vs__dropdown-option {
    direction: rtl !important;
    text-align: right !important;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
}

.v-select .vs__clear {
    display: none !important;
}
