:root {
    --main_color: #619ab2;
    --main_color_revers: #ffffff;
    --second_color: #75bbd8;
    --neutral_color : #9fd0e51a;
    --green_buttons : rgb(0,172,193);
    --font_1: "vazir-bold-fd";
    --font_2: "vazir-light-fd";
    /*--font_1: "Shabnam-bold";*/
    /*--font_2: "Shabnam";*/
}


@font-face {
    font-family: "vazir-normal";
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vazir/Vazir.woff2') format('woff2'),
    url('../fonts/vazir/Vazir.woff') format('woff'),
    url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "vazir";
    src: url("../fonts/vazir/Vazir-Medium.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Medium.woff") format("woff"), url("../fonts/vazir/Vazir-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "vazir-bold";
    src: url("../fonts/vazir/Vazir-Bold.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Bold.woff") format("woff"), url("../fonts/vazir/Vazir-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "vazir-light";
    src: url("../fonts/vazir/Vazir-Light.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Light.woff") format("woff"), url("../fonts/vazir/Vazir-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "vazir-fd";
    src: url("../fonts/vazir/Vazir-Light-FD.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Medium-FD.woff") format("woff"), url("../fonts/vazir/Vazir-Medium-FD.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "vazir-bold-fd";
    src: url("../fonts/vazir/Vazir-Bold-FD.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Bold-FD.woff") format("woff"), url("../fonts/vazir/Vazir-Bold-FD.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family:"vazir-light-fd";
    src: url("../fonts/vazir/Vazir-Light-FD.eot");
    src: local("../fonts/vazir/Vazir"), url("../fonts/vazir/Vazir-Light-FD.woff") format("woff"), url("../fonts/vazir/Vazir-Light-FD.ttf") format("truetype");
    font-display: swap;
}

/* Colors */
/* /Colors */
/* Radius */
/* /Radius */
section {
    /* Header Section */
    /* /Header Section */
    /* Slider Section */
    /* /Slider Section */
    /* Featured Products */
    /* /Featured Products */
    /* On Sale Products */
    /* /On Sale Products */
    /* Benefits Section */
    /* /Benefits Section */
    /* Blog Section */
    /* /Blog Section */
    /* Most Sales Products */
    /* /Most Sales Products */
    /* Footer Section */
    /* /Footer Section */
    /* Copyright Section */
    /* /Copyright Section */
}

.sticky-lg-top {
    top: 5px !important;
}


.btn-success {
    color: #fff;
    background-color: var(--green_buttons);
    border-color: var(--green_buttons);
}


section#top_companies .company-box {
    border: 1px solid #ededed;
    border-radius: 5px;
}
section#top_companies .company-box .company-image {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    background-color: white;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto;
}

section#top_companies .company-box .company-description {
    font-family: var(--font_2), serif;
    color: #282828;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

section#top_companies .company-box .company-title {
    font-size: 15px;
    color: #282828;
    text-align: center;
    line-height: 28px;
    padding-top: 4px;
    transition: 0.3s;
}

section#top_companies .company-box .read-more {
    color: var(--main_color);
    font-size: 14px;
    text-align: center;
    padding: 7px 0;
}

.discount_box {
    background-color: #F4511E;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 0.9rem;
    padding: 4px;
    border-radius: 4px;
}

section .section-title {
    font-family: var(--font_1), serif;
    font-size: 22px;
    text-align: center;
}

section .section-subtitle {
    font-family: "vazir-fd";
    font-size: 16px;
    text-align: center;
}

section#header #topmenu {
    font-size: 13px;
    line-height: 32px;
    height: 35px;
    background-color: var(--neutral_color);
    border-bottom: 2px solid var(--neutral_color);
}

section#header #topmenu ul {
    list-style: none;
    padding: 0;
}

section#header #topmenu ul li {
    padding-left: 30px;
    display: inline-block;
}

section#header #topmenu ul li a {
    color: #282828;
    transition: 0.3s;
}

section#header #topmenu ul li a:hover {
    opacity: 0.8;
}

section#header #topmenu #top-phones {
    font-family: var(--font_1), serif;
    direction: ltr;
}

section#header #topmenu #top-phones span {
    direction: ltr;
}

section#header #encode43254bvfb {
    min-height: 85px;
    border-bottom: 2px solid var(--neutral_color);
}

section#header #encode43254bvfb #encode4326523bvfb a {
    font-family: var(--font_1), serif;
    color: #282828;
}

section#header #encode43254bvfb #search-bar {
    height: 40px;
    line-height: 24px;
    background-color: var(--neutral_color);
    border: 1px solid var(--neutral_color);
    border-radius: 5px;
    padding: 5px;
}


.search_history_title{
    display: inline-block;
    padding: 2px 5px 2px 5px;
    margin: 4px 2px 4px 3px;
    font-size: 13px;
    font-weight: var(--font_1);
    color: #2c2c2c;
}

.search_history_item {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    margin: 4px 2px 4px 3px;
    font-size: 13px;
    font-weight: var(--font_2);
    color: #505050;
}


section#header #encode43254bvfb #search-bar:hover svg {
    opacity: 0.5;
    transition: 0.4s;
}

section#header #encode43254bvfb #search-bar svg {
    font-size: 15px;
    text-indent: 10px;
    margin-top: 5px;
    opacity: 0.3;
    transition: 0.4s;
    float: right;
    margin-left: 3px;
}

section#header #encode43254bvfb #search-bar input {
    font-size: 13px;
    width: 91%;
    background: transparent;
    border: none;
    float: right;
}

section#header #encode43254bvfb #search-bar input:active, section#header #encode43254bvfb #search-bar input:focus {
    outline: none;
}

section#header #encode43254bvfb #btn-login-register a {
    font-size: 17px;
    color: #282828;
    line-height: 38px;
    transition: 0.3s;
}

section#header #encode43254bvfb #btn-login-register a:hover {
    opacity: 0.8;
}

section#header #encode43254bvfb .btn-warning {
    color: var(--main_color_revers);
    background-color: var(--main_color);
    border-color: var(--main_color);
    opacity: 1;
    transition: 0.3s;
}

section#header #encode43254bvfb .btn-warning:hover {
    opacity: 0.9;
    transition: 0.3s;
}

section#header #main-nav {
    height: 40px;
    border-bottom: 2px solid var(--neutral_color);
}

.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}

section#slider .carousel-control-prev-icon {
    background-color: var(--neutral_color);
    padding: 18px;
    border-radius: 50%;
    background-size: 22px;
}

section#slider .carousel-control-next-icon {
    background-color: var(--neutral_color);
    padding: 18px;
    border-radius: 50%;
    background-size: 22px;
}

section#slider #slider-side-banners img {
    box-shadow: 0 0 5px var(--neutral_color);
    transition: 0.5s;
}

section#slider #slider-side-banners img:hover {
    box-shadow: 0 0 7px var(--neutral_color);
    transition: 0.5s;
}


section#stories .row {
    max-height: 184px;
}

@media screen and (max-width: 995px) {
    section#stories .row {
        max-height: 170px;
    }
}

@media screen and (max-width: 500px) {
    section#stories .row {
        max-height: 175px;
    }
}

@media screen and (max-width: 470px) {
    section#stories .row {
        max-height: 160px;
    }
}

@media screen and (max-width: 435px) {
    section#stories .row {
        max-height: 146px;
    }
}

.story_item{
    cursor: pointer;
}

.story_item span {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    line-height: 2.1;
}

section#stories .story_bg {
    background: linear-gradient(315deg, #e03d96, #7d4c9e);
    border-radius: 50%;
    box-shadow: 0 0 3px var(--neutral_color);
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid lightgrey;
}

section#stories .story_image {
    border-radius: 50%;
    box-shadow: 0 0 3px var(--neutral_color);
    transition: 0.5s;
    overflow: hidden;
    border: 3px solid white;
    margin: 2.5px;
}
section#stories img {
    text-shadow: 0 0 3px var(--neutral_color);
    transition: 0.5s;
    width: 100%;
}


section#featured-products #featured-products-nav .btn {
    font-size: 20px;
    transition: 0.5s;
}

section#featured-products #featured-products-nav .btn:hover {
    text-shadow: 0 0 3px var(--neutral_color);
    transition: 0.5s;
}

@media screen and (max-width: 575px) {
    section#featured-products #featured-products-nav .btn {
        font-family: var(--font_1), serif;
        font-size: 12px;
        padding: 8px;
    }
}

section#featured-products #featured-products-nav .btn.active {
    font-family: var(--font_1), serif;
    border-bottom: 2px solid #282828;
}

section#featured-products #featured-products-nav .btn:active, section#featured-products #featured-products-nav .btn:focus {
    outline: none;
    box-shadow: none;
}

section#encode4365gbf2vfc65g43d {
    background-color: var(--neutral_color);
}

section#encode4365gbf2vfc65g43d .on-sale-productBox {
    background-color: white;
    border-radius: 3px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .encode4365gbf2vrf {
    font-size: 19px;
    color: #ef837b;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .box-subtitle {
    font-family: var(--font_2), serif;
    font-size: 15px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .product-title {
    font-family: var(--font_1), serif;
    font-size: 27px;
    color: #282828;
    transition: 0.3s;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .product-title:hover {
    opacity: 0.8;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .price {
    font-size: 20px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .price .discounted {
    color: var(--second_color) !important;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .price .pre {
    font-size: 17px;
    text-decoration: line-through;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .cta {
    font-size: 17px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .cta svg {
    font-size: 13px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .image {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: 0.3s;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .image:hover {
    opacity: 0.9;
    transition: 0.3s;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter .count {
    text-align: center;
    display: inline-block;
    width: 45px;
    margin-left: 5px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter .count .num {
    font-family: var(--font_2), serif;
    font-size: 22px;
    font-weight: 100;
    color: var(--main_color_revers);
    background-color: var(--main_color);
    border-radius: 3px;
    margin-bottom: 5px;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter .count .label {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter .count:first-child .num {
    font-weight: 400;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter .count:last-child {
    border-right: 0;
}

section#encode4365gbf2vfc65g43d .on-sale-productBox .time-counter.other-style .count {
    border: 0;
}

section#benefits img {
    font-size: 17px;
    padding-left: 12px;
}

section#shopTabs #shopTabs-nav .btn {
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    section#shopTabs #shopTabs-nav .btn {
        font-family: var(--font_1), serif;
        font-size: 10px;
        padding: 8px;
    }
}

section#shopTabs #shopTabs-nav .btn.active {
    font-family: var(--font_1), serif;
    border-bottom: 2px solid #282828;
}

section#shopTabs #shopTabs-nav .btn:active, section#shopTabs #shopTabs-nav .btn:focus {
    outline: none;
    box-shadow: none;
}

section#footer {
    margin-top: 10px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

section#footer a {
    color: #282828;
    transition: 0.2s;
}

section#footer a:hover {
    opacity: 0.8;
}

section#footer p {
    font-family: var(--font_2), serif;
    font-size: 14px;
}

section#footer #encode43vfbb65gtabfb {
    font-size: 14px;
    background-color: #ededed;
}

section#footer #encode43vfbb65gtabfb div:last-child {
    font-size: 17px;
}

section#footer .title {
    font-family: var(--font_1), serif;
    font-size: 15px;
}

section#footer ul {
    font-family: var(--font_2), serif;
    font-size: 14px;
    padding-top: 10px;
    list-style: none;
    padding-right: 0;
    line-height: 25px;
}

section#copyright {
    font-family: var(--font_2), serif;
    font-size: 12px;
}

section.inner-page {
    /* Products Page */
    /* /Products Page */
    /* Product Page */
    /* /Product Page */
    /* Comments Section */
    /* /Comments Section */
    /* Cart Page */
    /* /Cart Page */
    /* Checkout Page */
    /* /Checkout Page */
    /* Blog Page */
    /* /Blog Page */
    /* Content */
    /* /Content */
    /* Team */
    /* Team */
    /* Contact Page */
    /* /Contact Page */
    /* Profile Page */
    /* /Profile Page */
    /* Compare Page */
    /* /Compare Page */
}

section.inner-page .custom-container {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px;
}

section.inner-page .custom-container h1 {
    font-family: "vazir-normal", serif;
    font-size: 19px;
    color: #455A64;
}

section.inner-page .custom-container hr {
    margin: 0;
}

section.inner-page .custom-container hr.short {
    border: 1px solid #282828;
    background-color: #282828;
}

section.inner-page #page-hero {
    background-color: var(--neutral_color);
    padding-top: 30px;
    padding-bottom: 30px;
}

section.inner-page #page-hero h1 {
    font-family: var(--font_1), serif;
    font-size: 26px;
}

section.inner-page #page-hero p {
    font-family: "vazir-fd";
    font-size: 14px;
}

section.inner-page #page-hero .breadcrumb {
    font-size: 12px;
}

section.inner-page #page-hero .breadcrumb a {
    color: #282828;
    transition: 0.3s;
}

section.inner-page #page-hero .breadcrumb a:hover {
    opacity: 0.8;
}

section.inner-page#products-page #order-filters {
    font-size: 13px;
}

section.inner-page#products-page #order-filters .products-view-type {
    color: #282828;
    border: 1px solid #282828;
    border-radius: 5px;
    padding: 3px 5px 1px 5px;
    transition: 0.2s;
}

section.inner-page#products-page #order-filters .products-view-type:hover {
    color: var(--main_color);
    transition: 0.2s;
}

section.inner-page#products-page #order-filters .products-view-type.active {
    color: var(--main_color);
    border: 1px solid var(--main_color);
}

section.inner-page#products-page #order-filters .order-filter {
    font-size: 12px;
    border-radius: 10px;
    margin: 0 1px;
    padding: 2px 10px;
    cursor: pointer;
    opacity: 1;
    transition: 0.2s;
}

section.inner-page#products-page #order-filters .order-filter:hover {
    color: var(--main_color_revers);
    background-color: var(--main_color);
    opacity: 0.8;
    transition: 0.2s;
}

section.inner-page#products-page #order-filters .order-filter.active {
    color: var(--main_color_revers);
    background-color: var(--main_color);
}

section.inner-page#products-page .filters-container input[type=checkbox], section.inner-page#products-page .filters-container input[type=radio] {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    cursor: pointer;
}

section.inner-page#products-page .filters-container label {
    font-size: 14px;
    text-indent: 5px;
    vertical-align: super;
    cursor: pointer;
}

section.inner-page#products-page .filters-container .accordion-item:first-of-type .accordion-button {
    color: #282828;
    background-color: var(--neutral_color);
}

section.inner-page#products-page .filters-container .accordion-item:first-of-type .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.inner-page#products-page .filters-container .accordion-item:first-of-type .accordion-button:focus, section.inner-page#products-page .filters-container .accordion-item:first-of-type .accordion-button:active {
    box-shadow: 0 0 2px var(--neutral_color);
}

section.inner-page#products-page .filters-container .price-range {
    border: 1px solid var(--neutral_color);
}

section.inner-page#products-page .filters-container .price-range #price-range-from, section.inner-page#products-page .filters-container .price-range #price-range-to {
    font-family: var(--font_1), serif;
}

section.inner-page#products-page .filters-container .btn-warning {
    font-family: var(--font_2), serif;
    font-size: 15px;
    color:var(--main_color_revers);
    background-color: var(--main_color);
    border: 1px solid var(--neutral_color);
    border-radius: 10px;
    transition: 0.3s;
}

section.inner-page#products-page .filters-container .btn-warning:hover {
    opacity: 0.9;
}


section.inner-page#products-page .filters-container .accordion-item {
    background-color: #fff;
    border: 1px solid var(--neutral_color);
}

section.inner-page#products-page .side-product {
    border-bottom: 0;
    padding-bottom: 5px;
}

section.inner-page#products-page .side-product h4 {
    font-size: 14px;
    line-height: 23px;
    color: #282828;
    margin: 0;
    transition: 0.1s;
}

section.inner-page#products-page .side-product h4:hover {
    color: var(--main_color);
}

section.inner-page#products-page .side-product .image {
    min-height: 65px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px #ededed;
}

section.inner-page#products-page .side-product .price {
    font-family: "vazir-fd";
    font-size: 12px;
    color: var(--second_color);
    line-height: 19px;
}

section.inner-page#products-page .side-product .views {
    font-family: "vazir-fd";
    font-size: 11px;
    color: #282828;
    line-height: 19px;
}

section.inner-page#products-page #pagination-bg {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 15px;
    border: 1px solid #d4d4d4;
}

.pagination {
    margin: 0 auto;
    direction: ltr;
}

.pagination li {
    border: none !important;
    border-radius: 5px !important;
    padding: 0 5px;
}

.pagination li a {
    border: none !important;
    border-radius: 5px;
    padding: 5px 10px;
    color: #555555 !important;
    background-color: #e9ecef;
}

.pagination li a:focus {
    outline: none !important;
    box-shadow: none;
    background: none;
}

.pagination #previous-page {
    border: 1px solid #d4d4d4 !important;
    margin: 0 20px;
    border-radius: 5px !important;
}


.pagination #next-page {
    left: 10px;
}

.pagination .page-item.active .page-link {
    background-color: var(--main_color) !important;
    color: var(--main_color_revers) !important;
}

section.inner-page#product-page .image {
    height: 100%;
    min-height: 280px;
    border-radius: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

section.inner-page#product-page .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

section.inner-page#product-page .swiper-container img {
    width: 80%;
    height: auto;
    margin-right: 11.5%;
}

@media screen and (max-width: 1199px) {
    section.inner-page#product-page .swiper-container img {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    section.inner-page#product-page .swiper-container img {
        width: 100%;
        margin-right: 0;
    }
}

section.inner-page#product-page .swiper-container.gallery-top {
    height: 80%;
    width: 100%;
    border: 0;
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    section.inner-page#product-page .swiper-container.gallery-top {
        min-height: 300px;
    }
}

@media screen and (max-width: 575px) {
    section.inner-page#product-page .swiper-container.gallery-top {
        min-height: 200px;
    }
}

section.inner-page#product-page .swiper-container.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 0px 0;
    margin-top: 5px;
}

section.inner-page#product-page .swiper-container.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border-radius: 10px;
    cursor: pointer;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #e7e4e4 !important;
}

section.inner-page#product-page .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

section.inner-page#product-page .swiper-container .swiper-slide {
    height: 560px;
    background-color: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1199px) {
    section.inner-page#product-page .swiper-container .swiper-slide {
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    section.inner-page#product-page .swiper-container .swiper-slide {
        height: 460px;
    }
}

section.inner-page#product-page .pswp img {
    background-color: white;
    height: auto !important;
}

section.inner-page#product-page .pswp .pswp__bg {
    background-color: rgba(0, 0, 0, 0.9);
}

section.inner-page#product-page .pswp .pswp__img {
    top: -80px;
}

section.inner-page#product-page #product-intro p {
    font-family: var(--font_2), serif;
    line-height: 22px;
}

section.inner-page#product-page #product-intro h1 {
    font-family: var(--font_1), serif;
    font-size: 22px;
    color: #282828;
    line-height: 32px;
    padding: 0;
}

section.inner-page#product-page #product-intro hr {
    border: 0.5px solid var(--neutral_color);
}

section.inner-page#product-page #product-intro .stars-container svg {
    color: var(--main_color);
    font-size: 14px;
    margin-left: -2px;
}

section.inner-page#product-page #product-intro .stars-container span {
    font-size: 11px;
    color: dimgray;
}

section.inner-page#product-page #product-intro .price-container .pre-price {
    font-size: 21px;
    color: #b5b5b5;
    text-decoration: line-through;
}

section.inner-page#product-page #product-intro .price-container .price {
    font-family: var(--font_1), serif;
    font-size: 27px;
    color: var(--second_color);
}

section.inner-page#product-page #product-intro .price-container .price span {
    font-family: "vazir-fd";
    font-size: 17px;
}

section.inner-page#product-page #product-intro .price-container .badge {
    border-radius: 10px;
    line-height: 12px;
}

section.inner-page#product-page #product-intro .price-container .badge.badge-danger {
    line-height: 10px;
    padding-top: 6px !important;
}

section.inner-page#product-page #product-intro .variables select {
    font-size: 16px;
}

section.inner-page#product-page #product-intro .variables .title {
    font-size: 14px;
    background-color: #f2f2f3 !important;
}

section.inner-page#product-page #product-intro .variables .sub-title {
    font-family: "vazir-fd", serif !important;
    font-size: 14px !important;
    padding: 10px !important;
    height: 100%;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable {
    padding: 4px 2px;
    margin-left: 5px;
    border: 1px solid gray;
    border-radius: 3px;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable:hover {
    border: 1px solid red;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable a {
    padding: 2px 15px;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable a.red {
    background-color: #d90000;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable a.blue {
    background-color: #0067d5;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable a.yellow {
    background-color: #eeee00;
}

section.inner-page#product-page #product-intro .variables .variable .color-variable a.black {
    background-color: #1f1f1f;
}

section.inner-page#product-page #product-intro .cta-container .btn-success {
    border-radius: 5px;
    font-size: 17px;
    transition: 0.2s;
}

section.inner-page#product-page #product-intro .cta-container .btn-success:hover {
    transition: 0.2s;
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary {
    padding: 19px;
    border-radius: 100%;
    border-color: gray;
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary:hover {
    color: var(--main_color_revers);
    background-color: var(--main_color);
    border-color: dimgray;
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary.favorite_icon {
    width: 30px;
    background-image: url("../images/icons/favorite.png");
    background-repeat: no-repeat;
    background-position: center center;
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary.favorite_icon.favorited {
    background-image: url("../images/icons/favorited.png");
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary.compare_icon {
    background-image: url("../images/icons/compare.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}

section.inner-page#product-page #product-intro .cta-container .btn-outline-secondary.cart_icon {
    background-image: url("../images/icons/cart.png");
    background-repeat: no-repeat;
    background-position: center center;
}


section.inner-page#product-page #product-intro #share-links {
    font-size: 13px;
}

section.inner-page#product-page #product-intro #share-links .share-link {
    font-size: 17px;
    color: #282828;
    background-color: white;
    margin: 0 3px;
    transition: 0.2s;
}

@media screen and (max-width: 991px) {
    section.inner-page#product-page #product-intro #share-links .share-link {
        font-size: 13px;
        margin: 5px 1px;
    }
}

section.inner-page#product-page #product-intro #share-links .share-link:hover {
    color: var(--main_color);
    transition: 0.2s;
}

section.inner-page#product-page #product-nav-tabs {
    line-height: 26px;
    margin-top: 60px;
    border: 1px solid var(--neutral_color);
    border-radius: 5px;
}

section.inner-page#product-page #product-nav-tabs #tabs-panel .tab-item {
    font-family: var(--font_1), serif;
    font-size: 17px;
    background: none;
    border: none;
    color: dimgray;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    section.inner-page#product-page #product-nav-tabs #tabs-panel .tab-item {
        font-size: 12px;
    }
}

section.inner-page#product-page #product-nav-tabs #tabs-panel .tab-item.selected {
    font-family: var(--font_1), serif;
    color: var(--main_color);
}

section.inner-page#product-page #product-nav-tabs #tabs-panel .tab-item:focus {
    outline: none;
}

section.inner-page#product-page #product-nav-tabs .tabs-container {
    font-size: 14px;
}

section.inner-page#product-page #product-nav-tabs .tabs-container#details-tab .detail-title {
    font-size: 16px;
}

section.inner-page#product-page #product-nav-tabs .tabs-container#details-tab .detail-title svg {
    color: var(--main_color);
}

section.inner-page#product-page #product-nav-tabs #html-tab h1, section.inner-page#product-page #product-nav-tabs #html-tab h3, section.inner-page#product-page #product-nav-tabs #html-tab h3, section.inner-page#product-page #product-nav-tabs #html-tab h4, section.inner-page#product-page #product-nav-tabs #html-tab h5, section.inner-page#product-page #product-nav-tabs #html-tab h6 {
    font-family: inherit !important;
}

section.inner-page#product-page #product-nav-tabs #html-tab img {
    max-width: 100%;
}

section.inner-page#product-page #product-nav-tabs #html-tab a {
    color: var(--main_color) !important;
    text-decoration: revert;
}

section.inner-page #comments h1, section.inner-page #comments h2 {
    font-family: var(--font_1), serif;
    font-size: 19px;
    color: var(--main_color);
}

section.inner-page #comments .comment {
    background-color: white;
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
    /* Comment Replies */
    /* Comment Replies */
}

section.inner-page #comments .comment .sender-details p {
    font-size: 13px;
    padding-top: 10px;
    margin: 0;
}

section.inner-page #comments .comment .sender-details .name {
    font-size: 15px;
}

section.inner-page #comments .comment .sender-details .date {
    font-size: 13px;
    color: dimgray;
}

section.inner-page #comments .comment .sender-details .reply {
    font-size: 11px;
    color: #282828;
    opacity: 1;
    cursor: pointer;
    transition: 0.2s;
}

section.inner-page #comments .comment .sender-details .reply:hover {
    opacity: 0.9;
    transition: 0.2s;
}

section.inner-page #comments .comment .comment {
    background-color: rgba(209, 209, 209, 0.2);
    border: none;
}

section.inner-page #comments #send-comment-form {
    background-color: white;
    font-size: 13px;
}

section.inner-page #comments #send-comment-form p {
    margin-bottom: 5px;
}

section.inner-page #comments #send-comment-form input, section.inner-page #comments #send-comment-form textarea {
    border-radius: 10px;
}

section.inner-page#cart-page #cart-products {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#cart-page #cart-products #return-to-shop {
    font-size: 14px;
}

section.inner-page#cart-page #cart-products #heading {
    background-color: rgba(209, 209, 209, 0.2);
    margin: 0 1px;
}

section.inner-page#cart-page #cart-products .product .title {
    font-family: var(--font_1), serif;
    font-size: 14px;
    color: #282828;
    line-height: 23px;
    transition: 0.2s;
}

section.inner-page#cart-page #cart-products .product .title:hover {
    opacity: 0.8;
}

section.inner-page#cart-page #cart-products .product .order-number input {
    font-size: 16px;
    background-color: var(--neutral_color);
    height: 30px;
    border-radius: 3px;
    padding: 12px 0;
    margin: 0 3px;
}

section.inner-page#cart-page #cart-products .product .order-number .btn-outline-secondary {
    color: #282828;
    background-color: rgba(209, 209, 209, 0.3);
    height: 30px;
    border-radius: 3px;
    border-color: #d7d7d7;
}

section.inner-page#cart-page #cart-products .product .order-number .btn-outline-secondary:hover {
    border-color: #282828;
}

section.inner-page#cart-page #cart-products .product .order-number .btn-outline-secondary.btn-plus {
    padding: 4px 8px;
}

section.inner-page#cart-page #cart-products .product .order-number .btn-outline-secondary.btn-minus {
    padding: 0px 8px 10px 8px;
}

section.inner-page#cart-page #cart-products .product .product-remove {
    color: darkred;
}

section.inner-page#cart-page #cart-products .product .product-remove:hover {
    color: red;
}

section.inner-page#cart-page #factor {
    font-family: var(--font_1), serif;
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
    padding: 10px 0;
}

section.inner-page#cart-page #factor #total {
    color: green;
}


section.inner-page#invoice-page #invoice-products {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#invoice-page #invoice-address {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}


section.inner-page#invoice-page #invoice-products #heading {
    background-color: rgba(209, 209, 209, 0.2);
    margin: 0 1px;
}

section.inner-page#invoice-page #invoice-products .product .title {
    font-family: var(--font_1), serif;
    font-size: 14px;
    color: #282828;
    line-height: 23px;
    transition: 0.2s;
}

section.inner-page#invoice-page #invoice-products .product .title:hover {
    opacity: 0.8;
}

section.inner-page#invoice-page #factor {
    font-family: var(--font_1), serif;
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
    padding: 10px 0;
}

section.inner-page#invoice-page #factor #total {
    color: green;
}



.control-label,.form-label {
    margin-bottom: .5rem;
    color: #78909C;
}

.form-control, .form-select {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #585758 !important;
    font-family: "vazir-normal", serif;
}

section.inner-page#checkout-page .title {
    font-family: var(--font_1), serif;
    font-size: 18px;
    color: var(--main_color);
}

section.inner-page#checkout-page section#choose-address {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#checkout-page section#choose-address .address-to-send {
    font-family: var(--font_2), serif;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

section.inner-page#checkout-page section#choose-address .address-to-send .address-title {
    font-family: var(--font_1), serif;
    font-size: 15px;
    line-height: 30px;
}

section.inner-page#checkout-page section#orders {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#checkout-page section#orders .productBox {
    min-height: 150px;
    border: 1px solid var(--neutral_color);
}

section.inner-page#checkout-page section#orders .productBox h2 {
    font-family: var(--font_1), serif;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

section.inner-page#checkout-page section#orders .productBox .image {
    min-height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

section.inner-page#checkout-page section#orders .productBox .number {
    font-size: 11px;
}

section.inner-page#checkout-page section#select-receive-date {
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#checkout-page section#select-receive-date input {
    margin-right: 10px;
    margin-top: 12px;
}

section.inner-page#checkout-page section#select-receive-date .form-check {
    padding-right: 0;
}

section.inner-page#checkout-page section#select-receive-date .form-check.selected .send-date {
    color: var(--main_color);
    background-color: rgba(0, 181, 244, 0.2);
    border: 1px solid var(--main_color);
}

section.inner-page#checkout-page section#select-receive-date .receive-date {
    font-size: 14px;
    padding-right: 5px;
}

section.inner-page#checkout-page #factor {
    font-family: var(--font_1), serif;
    font-size: 15px;
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
}

section.inner-page#checkout-page #factor #total {
    color: green;
}

section.inner-page#checkout-page #factor #rules {
    font-size: 13px;
}


.blog-post-box .post-image {
    width: 100%;
    height: 220px;
    border-radius: 6px;
    background-color: var(--neutral_color);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s ease-out;
}
.blog-post-box .post-description {
    font-family: var(--font_2), serif;
    color: #282828;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.blog-post-box .post-date {
    font-family: var(--font_2), serif;
    font-size: 13px;
    text-align: center;
}

.blog-post-box .post-title {
    font-size: 18px;
    color: #282828;
    text-align: center;
    line-height: 28px;
    padding-top: 4px;
    transition: 0.3s;
}

.blog-post-box .read-more {
    color: var(--main_color);
    font-size: 14px;
    text-align: center;
    padding: 7px 0;
}



section.inner-page#blog-page {
    /* Blog Post Page */
    /* /Blog Post Page */
    /* Suggested Products */
    /* /Suggested Products */
}

section.inner-page#blog-page .blog-side-panel hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post h4 {
    font-family: var(--font_1), serif;
    font-size: 13px;
    line-height: 23px;
    color: #282828;
    margin: 0;
    transition: 0.2s;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post h4:hover {
    opacity: 0.8;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post .image {
    min-height: 65px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 2px dimgray;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post .category {
    font-family: var(--font_2), serif;
    font-size: 11px;
    color: #282828;
    line-height: 19px;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post .category a:hover {
    text-shadow: 0 0 1px #282828;
    transition: 0.2s;
}

section.inner-page#blog-page .blog-side-panel .side-blog-post .date {
    font-family: var(--font_1), serif;
    font-size: 10px;
    color: #282828;
    line-height: 19px;
}

section.inner-page#blog-page .blog-side-panel .side-blog-product h4 {
    font-family: var(--font_1), serif;
    font-size: 14px;
    line-height: 23px;
    color: #282828;
    margin: 0;
    transition: 0.2s;
}

section.inner-page#blog-page .blog-side-panel .side-blog-product h4:hover {
    opacity: 0.8;
}

section.inner-page#blog-page .blog-side-panel .side-blog-product .image {
    min-height: 65px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 2px dimgray;
}

section.inner-page#blog-page .blog-side-panel .side-blog-product .price {
    font-family: var(--font_1), serif;
    font-size: 12px;
    color: var(--second_color);
    line-height: 19px;
}

section.inner-page#blog-page .blog-side-panel .side-blog-product .views {
    font-family: var(--font_1), serif;
    font-size: 11px;
    color: #282828;
    line-height: 19px;
}

section.inner-page#blog-page.blog-inner-page hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

section.inner-page#blog-page.blog-inner-page #post-title h1 {
    font-family: var(--font_1), serif;
    font-size: 24px;
    line-height: 27px;
}

section.inner-page#blog-page.blog-inner-page #post-title .date {
    font-size: 11px;
    color: #282828;
}

section.inner-page#blog-page.blog-inner-page #post-details {
    font-size: 14px;
    color: #282828;
}

section.inner-page#blog-page.blog-inner-page #post-html figure.image {
    text-align: center;
}

section.inner-page#blog-page.blog-inner-page #keywords {
    font-size: 12px;
    color: #282828;
    padding-top: 2px;
}

section.inner-page#blog-page.blog-inner-page #keywords .keyword {
    background-color: rgba(209, 209, 209, 0.3);
    border-radius: 3px;
    color: dimgray;
    display: inline-block;
    padding: 2px 5px;
    margin: 3px 2px;
    transition: 0.2s;
}

section.inner-page#blog-page.blog-inner-page #keywords .keyword:hover {
    color: #282828;
    transition: 0.2s;
}

section.inner-page#blog-page.blog-inner-page #share-links span {
    font-size: 13px;
}

section.inner-page#blog-page.blog-inner-page #share-links .share-link {
    font-size: 14px;
    color: #282828;
    background-color: white;
    padding: 7px 13px;
    margin: 0 5px 5px;
    transition: 0.2s;
}

@media screen and (max-width: 991px) {
    section.inner-page#blog-page.blog-inner-page #share-links .share-link {
        font-size: 13px;
        margin: 5px 1px;
    }
}

section.inner-page#blog-page.blog-inner-page #share-links .share-link:hover {
    opacity: 0.8;
    transition: 0.2s;
}

section.inner-page#blog-page #suggested-products .title {
    font-size: 28px;
}

section.inner-page#blog-page #suggested-products .owl-carousel .owl-nav {
    font-size: 24px;
    position: absolute;
    top: 0;
    margin-top: -60px;
    left: 0;
    margin-left: 17px;
}

section.inner-page#blog-page #suggested-products .owl-carousel .owl-nav button {
    padding-right: 12px !important;
}

section.inner-page#blog-page #suggested-products .owl-carousel .owl-nav button:focus {
    outline: none;
}

section.inner-page .content {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
}

section.inner-page .content img {
    border-radius: 3px;
}

section.inner-page .content h2.center-title {
    font-size: 27px;
}

section.inner-page .content .title {
    font-family: var(--font_1), serif;
    font-size: 20px;
    line-height: 37px;
}

section.inner-page .content .sub-title {
    font-family: var(--font_2), serif;
    font-size: 15px;
}

section.inner-page .content p {
    font-family: var(--font_2), serif;
    font-size: 1.1rem;
    text-align: justify;
}

section.inner-page .team-person {
    position: relative;
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

section.inner-page .team-person * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.inner-page .team-person .profile-image {
    display: inline-block;
    width: 80%;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 2px solid var(--main_color);
}

section.inner-page .team-person .profile-image img {
    max-width: 100%;
    vertical-align: top;
}

section.inner-page .team-person figcaption {
    width: 100%;
    background-color: #F2F2F2;
    color: #555;
    padding: 125px 25px 25px;
    margin-top: -100px;
    display: inline-block;
}

section.inner-page .team-person h3,
section.inner-page .team-person h4,
section.inner-page .team-person p {
    margin: 0 0 5px;
}

section.inner-page .team-person h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

section.inner-page .team-person h4 {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 400;
}

section.inner-page .team-person p {
    font-size: 0.9em;
    opacity: 0.9;
}

section.inner-page .team-person .icons {
    text-align: center;
    width: 100%;
}

section.inner-page .team-person svg {
    padding: 10px 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: var(--main_color);
    opacity: 0.75;
}

section.inner-page .team-person i:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

section.inner-page#contact-page #contact-page-info {
    color: white;
    background-image: url("../images/contact-image.jpg");
    background-size: cover;
    background-position: top center;
    height: 100%;
}

section.inner-page#contact-page #contact-page-info .info {
    padding: 13px 0;
}

section.inner-page#contact-page #contact-page-info .info svg {
    font-size: 20px;
    margin-bottom: 2px;
}

section.inner-page#contact-page #contact-page-info .info .title {
    font-size: 18px;
}

section.inner-page#contact-page #contact-page-info .info div[class=title] {
    color: var(--main_color);
}

section.inner-page#contact-page .form-group {
    padding: 10px 0;
}

section.inner-page#contact-page .form-group label {
    font-size: 14px;
}

section.inner-page#profile-page a {
    color: #282828;
}

section.inner-page#profile-page a:hover {
    color: var(--main_color);
}

section.inner-page#profile-page .modal {
    /* Password Field */
    /* /Password Field */
}

section.inner-page#profile-page .modal p, section.inner-page#profile-page .modal label {
    font-size: 0.9em;
}

section.inner-page#profile-page .modal input {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.inner-page#profile-page .modal input#card-number {
    font-size: 1.1em;
    letter-spacing: 10px;
}

section.inner-page#profile-page .modal .select2-selection {
    height: 40px;
    line-height: 40px;
    padding-top: 5px;
}

section.inner-page#profile-page .modal .select2-selection .select2-selection__arrow {
    top: 7px;
}

section.inner-page#profile-page .modal .btn-toggle-pass {
    text-align: right;
    border: none;
    margin-top: -32px;
    background: transparent;
    position: absolute;
    left: 20px;
}

section.inner-page#profile-page .modal .btn-toggle-pass svg {
    color: #282828;
}

section.inner-page#profile-page .modal .btn-toggle-pass:focus {
    outline: none;
}

section.inner-page#profile-page .modal .btn-toggle-pass.active svg {
    color: var(--main_color);
}

section.inner-page#profile-page #side-panel #full-name {
    font-family: var(--font_1), serif;
    color: #282828;
}

section.inner-page#profile-page #side-panel #email-mobile {
    font-size: 13px;
    color: #282828;
}

section.inner-page#profile-page #side-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.inner-page#profile-page #side-panel ul li {
    padding: 6px 0;
}

section.inner-page#profile-page #side-panel ul li a.active {
    background-color: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px 0;
}

section.inner-page#profile-page #side-panel ul li a.active .icon {
    opacity: 1;
}

section.inner-page#profile-page #side-panel ul li a .icon {
    min-width: 25px;
    opacity: 0.7;
}

section.inner-page#profile-page #side-panel ul li a:hover {
    color: var(--main_color);
}

section.inner-page#profile-page #side-panel ul li a:hover .icon {
    opacity: 1;
}

section.inner-page#profile-page #side-panel .menu-container {
    background-color: white;
    border-radius: 3px;
}

section.inner-page#profile-page #side-panel .menu-container a {
    color: #607D8B;
}

section.inner-page#profile-page #side-panel .menu-container hr {
    margin: 0;
}

section.inner-page#profile-page #side-panel .menu-container hr.short {
    border: 1px solid #282828;
    background-color: #282828;
}

section.inner-page#profile-page #side-panel .menu-container .title {
    font-size: 16px;
}

section.inner-page#profile-page #side-panel .menu-container input[type=checkbox], section.inner-page#profile-page #side-panel .menu-container input[type=radio] {
    width: 19px;
    height: 19px;
    border-radius: 10px;
    cursor: pointer;
}

section.inner-page#profile-page #side-panel .menu-container label {
    padding-top: 3px;
    font-size: 14px;
    cursor: pointer;
}

section.inner-page#profile-page #side-panel .menu-container .custom-switch .custom-control-label {
    cursor: pointer;
}

section.inner-page#profile-page #side-panel .menu-container .custom-switch .custom-control-label::before {
    padding: 10px 18px 11px 19px;
    border-radius: 10px;
    border: 1px solid #282828;
}

section.inner-page#profile-page #side-panel .menu-container .custom-switch .custom-control-label::after {
    padding: 9px 9px 8px 9px;
    margin-right: 2px;
    background-color: white;
    border: 1px solid #282828;
    border-radius: 100%;
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider.noUi-horizontal {
    height: 4px;
    color: var(--main_color_revers);
    background-color: var(--main_color);
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle {
    width: 28px;
    border-radius: 100%;
    top: -13px;
    cursor: pointer;
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle:focus {
    outline: none;
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle:before, section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle:after {
    background-color: white;
    position: relative;
    left: 10px;
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle.noUi-handle-lower:before {
    content: "<";
    margin-top: -4px;
}

section.inner-page#profile-page #side-panel .menu-container #steps-slider .noUi-handle.noUi-handle-upper:before {
    content: ">";
    margin-top: -4px;
}

section.inner-page#profile-page #side-panel .menu-container .price-range {
    border: 1px solid rgba(209, 209, 209, 0.4);
}

section.inner-page#profile-page #side-panel .menu-container .price-range #price-range-from, section.inner-page#profile-page #side-panel .menu-container .price-range #price-range-to {
    font-family: var(--font_1), serif -fd;
}

section.inner-page#profile-page #side-panel .menu-container .btn-info {
    font-family: var(--font_2), serif;
    font-size: 15px;
    color: var(--main_color_revers);
    background-color: var(--main_color);
    border-radius: 10px;
}

section.inner-page#profile-page #profile-fields .profile-field a svg {
    font-size: 18px;
    font-weight: normal;
    color: dimgray;
    padding-top: 5px;
    transition: 0.2s;
}

section.inner-page#profile-page #profile-fields .profile-field a svg:hover {
    color: darkgray;
    transition: 0.2s;
}


@media screen and (max-width: 575px) {
    section.inner-page#profile-page #profile-fields .profile-field {
        border-bottom: 1px solid var(--neutral_color);
        border-top: 1px solid var(--neutral_color);
    }
}

section.inner-page#profile-page #profile-fields .profile-field:nth-child(7), section.inner-page#profile-page #profile-fields .profile-field:nth-child(8) {
    border-bottom: none;
}

section.inner-page#profile-page #profile-fields .profile-field .title {
    font-size: 16px;
}

section.inner-page#profile-page #profile-fields .profile-field .value {
    font-family: var(--font_2), serif;
    font-size: 15px;
}

section.inner-page#profile-page #addresses .address {
    border-bottom: 1px solid #282828;
}

section.inner-page#profile-page #addresses .address a svg {
    font-size: 24px;
    color: var(--main_color);
    padding-top: 5px;
    transition: 0.2s;
}

section.inner-page#profile-page #addresses .address a svg:hover {
    color: #282828;
    transition: 0.2s;
}

section.inner-page#profile-page #addresses .address .title {
    font-size: 17px;
}

section.inner-page#profile-page #addresses .address .sub-title {
    font-family: var(--font_2), serif;
    font-size: 16px;
}

section.inner-page#profile-page #orders-status ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.inner-page#profile-page #orders-status ul li {
    display: inline-block;
    padding-left: 20px;
}

section.inner-page#profile-page #orders-status ul li a {
    color: #282828;
    font-size: 14px;
}

section.inner-page#profile-page #orders-status ul li a.active {
    color: var(--main_color);
}

section.inner-page#profile-page #orders-status ul li a.active .badge {
    color: var(--main_color_revers);
    background-color: var(--main_color);
}

section.inner-page#profile-page #orders-status ul li a:hover {
    color: var(--main_color);
}

section.inner-page#profile-page #orders-status ul li .badge {
    font-size: 12px;
    font-weight: normal;
    color: var(--main_color_revers);
    background-color: var(--main_color);
    padding: 5px 7px;
}

section.inner-page#profile-page #orders-status .nowrap > .row {
    overflow-x: auto;
    white-space: nowrap;
}

section.inner-page#profile-page #orders-status .nowrap > .row > .col-12 {
    display: inline-block;
    float: none;
}

section.inner-page#profile-page .order h2 {
    font-family: var(--font_1), serif;
    font-size: 17px;
    color: #282828;
}

section.inner-page#profile-page .order .header span {
    padding: 0 10px;
}

section.inner-page#profile-page .order .header span:first-child {
    padding-right: 0;
}

section.inner-page#profile-page .order .header .total {
    font-size: 1.2em;
}

section.inner-page#profile-page .order .header .total span {
    font-family: var(--font_2), serif;
    padding: 0;
}

section.inner-page#profile-page .order .products .productBox {
    min-height: 210px;
}

section.inner-page#profile-page .order .products .productBox h2 {
    font-size: 14px;
    color: #282828;
}

section.inner-page#profile-page .order .products .productBox .image {
    min-height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

section.inner-page#profile-page .order .products .productBox .number, section.inner-page#profile-page .order .products .productBox .price {
    color: #282828;
}

section.inner-page#profile-page .order .footer span {
    font-size: 0.9em;
    line-height: 25px;
    color: #ef837b;
}

section.inner-page section#mobile-forbidden {
    font-size: 35px;
    line-height: 50px;
    color: var(--main_color);
}

section.inner-page div#compare-table #products-compared img {
    width: 80%;
    max-width: 100%;
}

section.inner-page div#compare-table #products-compared.nav-fixed {
    position: fixed;
    top: 78px;
    z-index: 1030;
    background-color: white;
}

section.inner-page div#compare-table #products-compared.nav-fixed img {
    width: 30%;
}

section.inner-page div#compare-table #products-compared.nav-fixed .cta-container {
    display: none;
}

section.inner-page div#compare-table #products-compared .products-compare-item {
    border-bottom: 2px solid var(--main_color);
}

section.inner-page div#compare-table #products-compared .products-compare-item:after {
    width: 0;
    height: 0;
    border-color: transparent transparent #00bfd6;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
}

section.inner-page div#compare-table #products-compared .products-compare-item div.bg-light {
    height: 100%;
}

section.inner-page div#compare-table #products-compared .products-compare-item div.bg-light i {
    font-size: 60px;
    color: #282828;
    padding-top: 20px;
}

section.inner-page div#compare-table #products-compared .products-compare-item div.bg-light p {
    font-size: 25px;
    line-height: 35px;
    color: #282828;
    padding-top: 10px;
}

section.inner-page div#compare-table #products-compared .products-compare-item .title {
    min-height: 53px;
}

section.inner-page div#compare-table .btn-cancel-compare {
    line-height: 13px;
    padding-top: 8px;
    padding-right: 9px;
}

section.inner-page div#compare-table .bg-light-yellow {
    background-color: #fff4eb;
}

section.inner-page div#compare-table .detail-title {
    font-family: var(--font_1), serif;
    font-size: 16px;
}

section.inner-page div#compare-table .detail-title i {
    color: var(--main_color);
}

section.inner-page div#compare-table .sub-detail-title {
    background-color: #eaeaea;
}

section.inner-page div#compare-table .price-container {
    line-height: 30px;
}

section.inner-page div#compare-table .price-container .pre-price {
    font-size: 18px;
    color: #282828;
    text-decoration: line-through;
}

section.inner-page div#compare-table .price-container .price {
    font-family: var(--font_1), serif;
    font-size: 20px;
    color: var(--second_color);
}

section.inner-page div#compare-table .price-container .price span {
    font-family: "vazir-fd";
    font-size: 17px;
}

section.inner-page div#compare-table .cta-container .btn-primary {
    border-radius: 5px;
}

body {
    font-family: var(--font_1);
    color: #282828;
}

a {
    text-decoration: none;
    color: var(--main_color);
    transition: 0.3s;
}

a:hover {
    color: #eeab33;
}

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
}

/* Owl Carousel */
.owl-carousel .owl-nav {
    font-size: 24px;
    position: absolute;
    top: 0;
    margin-top: -34px;
    left: 0;
    margin-left: 17px;
}

.owl-carousel .owl-nav button {
    padding-right: 12px !important;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

/* /Owl Carousel */
/* Boxes */
.productBox {
    min-height: 476px;
    background-color: white;
    border: 1px solid var(--neutral_color);
    border-radius: 6px;
    margin: 10px 0;
}

.productBox:hover .icons .btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.productBox:hover .icons .btn:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.productBox:hover .icons .btn:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.productBox:hover .details {
    background-color: ghostwhite;
    transition: 0.3s;
}

.productBox:hover .image {
    opacity: 0.8;
    transition: all 1s ease-out;
}

.productBox:hover .on-sale-badge {
    background-color: #ef837b;
}

.productBox h3 {
    font-family: var(--font_1), serif, "Courier New", serif;
    font-size: 14px;
    color: #737f85;
    line-height: 23px;
    padding-top: 10px;
    min-height: 56px;
    transition: 0.2s;
}

.productBox h2:hover {
    opacity: 0.8;
}

.productBox .icons {
    position: absolute;
    margin-top: -310px;
    padding: 6px 7px;
    text-align: center;
}

.productBox .icons .btn {
    display: block;
    padding: 16px;
    margin: 5px;
    background: #ededed;
    border: 1px solid var(--neutral_color);
    border-radius: 3px;
    text-align: center;
    color: #000000;
    opacity: 0;
    transition: 0.3s;
}

.productBox .icons .btn:hover {
    background-color: var(--main_color);
    color: var(--main_color_revers);
    cursor: pointer;
    transition: 0.3s;
}

.productBox .icons .btn.favorite_icon {
    background-image: url("../images/icons/favorite.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.productBox .icons .btn.compare_icon {
    background-image: url("../images/icons/compare.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.productBox .icons .btn.cart_icon {
    background-image: url("../images/icons/cart.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}


.productBox .image {
    height: 313px;
    border-bottom: 2px solid var(--neutral_color);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s ease-out;
}

.productBox .image .on-sale-badge {
    font-family: var(--font_2), serif;
    color: white;
    background-color: rgba(239, 131, 123, 0.8);
    margin: 10px;
    transition: 0.2s;
}

.productBox .category {
    font-family: var(--font_2), serif;
    font-size: 11px;
}

.productBox .category a {
    color: #282828;
}

.productBox .category a:hover {
    opacity: 0.8;
}

.productBox .discounted {
    font-size: 0.8em;
    color: #BDBDBD !important;;
    text-decoration: line-through;
}

.productBox .price {
    font-family: var(--font_1), serif;
    color: var(--second_color);
}

.productBox .rate {
    padding-top: 5px;
}

.productBox .rate svg {
    font-size: 13px;
    color: var(--main_color);
}

.productBox .rate .encode43bf265g43d {
    font-family: var(--font_2), serif;
    font-size: 11px;
}

.productBox .product_box_company {
    position: absolute;
    bottom: 5px;
    overflow: hidden;
    width: 89%;
    height: 20px;
}

.productBox .product_box_company a{
    color: #aeaeae;
}



.productBox-row {
    background-color: white;
    border: 2px solid #ededed;
    border-radius: 3px;
    margin: 10px 0;
}

.productBox-row .image .on-sale-badge {
    font-family: var(--font_2), serif;
    color: white;
    background-color: rgba(239, 131, 123, 0.8);
    margin: 10px;
    transition: 0.2s;
}

.productBox-row:hover .details {
    background-color: ghostwhite;
    transition: 0.3s;
}

.productBox-row:hover .image {
    opacity: 0.8;
    transition: all 1s ease-out;
}

.productBox-row:hover .on-sale-badge {
    background-color: #ef837b;
}

.productBox-row h2 {
    font-family: var(--font_1), serif;
    font-size: 16px;
    color: #282828;
    line-height: 23px;
    padding-top: 10px;
    transition: 0.2s;
}

.productBox-row h2:hover {
    opacity: 0.8;
}

.productBox-row p {
    font-family: var(--font_2), serif !important;
    font-size: 14px !important;
}

.productBox-row .image {
    min-height: 230px;
    height: 100%;
    border: 2px solid #ededed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s ease-out;
}

.productBox-row .category {
    font-family: var(--font_2), serif;
    font-size: 11px;
}

.productBox-row .category a {
    color: #282828;
}

.productBox-row .category a:hover {
    opacity: 0.8;
}

.productBox-row .discounted {
    font-size: 0.8em;
    color: #BDBDBD !important;;
    text-decoration: line-through;
}

.productBox-row .price {
    font-family: var(--font_1), serif;
    color: var(--second_color);
}

.productBox-row .rate {
    padding-bottom: 5px;
}

.productBox-row .rate svg {
    font-size: 13px;
    color: var(--main_color);
}

.productBox-row .rate .encode43bf265g43d {
    font-family: var(--font_2), serif;
    font-size: 11px;
}

.blog-post-box:hover .post-image {
    opacity: 0.7;
    transition: all 1s ease-out;
}

.blog-post-box .post-image {
    width: 100%;
    height: 180px;
    border-radius: 3px;
    background-color: var(--neutral_color);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s ease-out;
}

.blog-post-box .post-date {
    font-family: var(--font_2), serif;
    font-size: 13px;
    text-align: center;
}

.blog-post-box .post-title {
    font-size: 18px;
    color: #282828;
    text-align: center;
    line-height: 28px;
    padding-top: 4px;
    transition: 0.3s;
}

.blog-post-box .post-title:hover {
    opacity: 0.8;
}

.blog-post-box .encode43bbfb {
    font-family: var(--font_2), serif;
    color: #282828;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.blog-post-box .read-more {
    color: var(--main_color);
    font-size: 14px;
    text-align: center;
    padding: 7px 0;
}

.blog-post-box .read-more svg {
    font-size: 10px;
}

/* /Boxes */

/*# sourceMappingURL=style.css.map */
