@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=5.4.55");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=5.4.55") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=5.4.55") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=5.4.55") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=5.4.55") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ==========================================
   Custom Site Styles
   ========================================== */


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
    font-display: swap;
}

/* ========================================
   Main Theme Global Styles
   Extracted from main.min.css
   ======================================== */

body {
    font-family: iranyekan;
    font-size: 14px;
    text-align: right;
    overflow-x: hidden !important;
}
button:focus {
    outline: 0;
}
.dt-sl {
    width: 100%;
    height: auto;
    float: right;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}
.dt-sn {
    padding: 10px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.btn.hover:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1200px) {
    .main-container {
        max-width: 1400px;
    }
}
@media (max-width: 1200px) {
    .main-container {
        max-width: 100%;
    }
}
.btn {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    color: #212121;
    border: 0;
    outline: 0;
}
.brand-slider .owl-item {
    width: 110px !important;
}
.btn-light {
    box-shadow: 0 2px 6px #e6ecf1;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #191d21;
}
.btn-light.disabled:active,
.btn-light.disabled:focus,
.btn-light.disabled:hover,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #c3d2dc !important;
}
.btn-dark {
    box-shadow: 0 2px 6px #bac0c6;
    background-color: #191d21;
    border-color: #191d21;
    color: #fff;
}
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #000 !important;
}
.btn-success {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
}
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #4cea67 !important;
    color: #fff !important;
}
.btn-info {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
}
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #0da8ee !important;
}
.btn-primary {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    color: #fff;
}
.btn-primary.disabled:active,
.btn-primary.disabled:hover,
.btn-primary:active,
.btn-primary:hover {
    background-color: #394eea !important;
}
.btn-danger {
    box-shadow: 0 2px 6px #fd9b96;
    background-color: #fc544b;
    border-color: #fc544b;
    color: #fff;
}
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #fb160a !important;
}
.btn-warning {
    box-shadow: 0 2px 6px #ffc473;
    background-color: #ffa426;
    border-color: #ffa426;
    color: #fff;
}
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ff990d !important;
    color: #fff !important;
}
.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer;
}
.custom-control-label::before {
    right: 0;
    left: auto;
}
.custom-control-label::after {
    right: 0;
    left: auto;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #6cccb0;
    overflow: inherit;
}
.btn-primary-cm:hover {
    color: #fff;
}
.btn-primary-cm.btn-with-icon {
    padding-right: 50px;
}
.btn-primary-cm.btn-with-icon.w-100 {
    padding-right: 0;
}
.btn-primary-cm.btn-with-icon::before {
    content: "";
    width: 58px;
    height: 140%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px 0 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-primary-cm.btn-with-icon:hover::before {
    width: 110%;
}
.btn-primary-cm.btn-with-icon img {
    width: 24px;
    position: absolute;
    right: 10px;
}
.btn-primary-cm.btn-with-icon i {
    position: absolute;
    right: 10px;
    font-size: 23px;
    top: 7px;
}
.dir-rtl {
    direction: rtl;
}
.dir-ltr {
    direction: ltr;
}
.ps-relative {
    position: relative;
}
.shadow-unset {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.wrapper {
    direction: rtl;
    overflow-x: hidden !important;
}

header.main-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    position: relative;
}
header.fixed {
    position: fixed;
    z-index: 1000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
}
header.fixed-topbar .bottom-header {
    display: none !important;
}
header.main-header .ads-header {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
}
header.fixed .ads-header {
    display: none;
}
header.main-header .topbar {
    padding-top: 0.75rem;
    padding-bottom: 3px;
}
header.main-header .topbar .topbar-right a {
    display: block;
}
header.main-header .logo-area {
    margin: 8px 0;
}
header.main-header .logo-area a {
    display: block;
}
header.main-header .search-area {
    margin: 5px;
}
header.main-header .search-area form.search {
    position: relative;
}
header.main-header .search-area form.search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #fafdfb;
    border: 1px solid #f3f3f3;
    color: #474747;
    outline: 0;
}
header.main-header .search-area form.search button {
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px 0 0 7px;
    background: #6cccb0;
    border: 0;
    cursor: pointer;
    outline: 0;
}
header.main-header .search-area form.search button img {
    width: 26px;
}
header.main-header .topbar .topbar-left {
    margin-top: 0.5rem;
}
header.main-header .nav-item {
    position: relative;
}
header.main-header .nav-item.account {
    padding-left: 12px;
    border-left: 1px solid #e0e0e2;
}
.user-cart {
    margin-right: 1rem;
}
header.main-header .nav-link {
    padding: 6px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: #607d8b;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.side-bar-category .parent_category {
    color: #000;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #cfcfcf;
}
.side-bar-category .sub_parent_category {
    color: #000;
    padding-bottom: 5px;
}
.side-bar-category a {
    font-size: 13px;
    padding: 0;
    margin: 10px;
    color: grey;
}
header.main-header .nav-link span.label-dropdown {
    float: right;
    margin: 13px 0 0 10px;
}
header.main-header .nav-link span.count {
    background-color: #f7858d;
    color: #fff;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 13px;
}
header.main-header .nav-link i {
    font-size: 18px;
}
header.header-transparent .nav-link {
    color: hsla(0, 0%, 100%, 0.85);
}
header.main-header .dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: 0.35rem 0;
    margin: 0.125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.main-header .dropdown-menu.cart {
    width: 300px;
}
header.main-header .dropdown-menu.cart a.dropdown-item {
    position: relative;
}
header.main-header .dropdown-menu.cart .dropdown-footer,
header.main-header .topbar .dropdown-menu.cart .dropdown-header {
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 15px;
}
header.main-header .dropdown-menu.cart .dropdown-list-icons .dropdown-item {
    display: flex;
}
header.main-header
    .dropdown-menu.cart
    .dropdown-list-icons
    .dropdown-item
    .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}
header.main-header .dropdown-menu.cart .dropdown-item-icon img {
    max-width: 100%;
}
header.main-header .dropdown-menu.cart button.remove {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 0;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: rgba(64, 64, 64, 0.1);
    color: #404040;
    cursor: pointer;
    outline: 0;
    border: 0;
}
header.main-header .dropdown-menu.cart button.remove i {
    float: none;
    margin-left: unset;
}
header.main-header .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 32px;
}
header.main-header .nav-item:hover .dropdown-menu.show {
    transform: translate3d(0, 34px, 0) !important;
}
header.main-header .dropdown-menu .dropdown-item {
    color: #8492a6;
    padding: 10px 15px;
    font-size: 13px;
}
header.main-header .dropdown-menu .dropdown-item i {
    float: right;
    margin-left: 2px;
    font-size: 16px;
}
header.main-header .dropdown-menu.cart .btn-success,
header.main-header .dropdown-menu.cart .btn-success.disabled {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
    font-size: 13px;
}
header.main-header .dropdown-menu.cart .btn-primary,
header.main-header .dropdown-menu.cart .btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
    color: #fff;
    font-size: 13px;
}
header.main-header .dropdown-menu .dropdown-item:active,
header.main-header .dropdown-menu .dropdown-item:focus,
header.main-header .dropdown-menu .dropdown-item:hover {
    color: #f7858d;
    background-color: #f4f4f4;
}
header.main-header .search-box form {
    position: relative;
}
header.main-header .search-box input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: 0;
}
header.main-header .search-box form i {
    position: absolute;
    top: 3px;
    left: 10px;
    font-size: 20px;
}
header.main-header .search-box input::placeholder {
    font-size: 13px;
}
header.main-header .bottom-header {
    margin-bottom: 4px;
}
header.main-header .main-menu {
    width: 100%;
    float: right;
    position: inherit;
}
header.main-header .main-menu .list {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
    width: 100%;
}
header.main-header .main-menu .list .list-item {
    display: inline-block;
}
header.main-header .main-menu .list .list-item:not(:last-child) {
    margin-right: 0.5rem;
}
header.main-header .main-menu .list .list-item:first-child {
    margin-right: 0;
}
header.main-header .main-menu .list > .list-item {
    margin-right: 0;
    position: relative;
}
header.main-header .main-menu .list > .list-item > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #6cccb0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.main-header .main-menu .list > .list-item:hover > a {
    color: #6cccb0;
}
header.main-header .main-menu .list > .list-item:hover > a::before {
    width: 100%;
}
header.main-header .main-menu .list > .list-item > a,
header.main-header .main-menu .list > .list-item > span {
    color: #5b5656;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 13px;
}
header.header-transparent .main-menu .list > .list-item > a {
    color: rgba(255, 255, 255, 0.9);
}
header.header-transparent .main-menu .list > .list-item > a:hover {
    color: #fff;
}
header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}
header.main-header .main-menu .list > .list-item-has-children > a::after {
    content: "\F140";
    position: absolute;
    top: 5px;
    left: -8px;
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}
header.main-header .main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 52px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
header.main-header .main-menu .list > .list-item-has-children > .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}
header.main-header
    .main-menu
    .list
    > .list-item-has-children.menu-col-1
    .sub-menu {
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}
header.main-header
    .main-menu
    .list
    > .list-item-has-children.menu-col-1
    .list-item-has-children::before {
    content: "\F141";
    font: normal normal normal 20px "Material Design Icons";
    position: absolute;
    left: 5px;
    top: 9px;
}
header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}
header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
header.main-header .main-menu .list .list-item-has-children .sub-menu a:hover {
    font-weight: 700;
    color: #6cccb0;
}
header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 47px;
}
header.main-header .main-menu .list .list-item-has-children:hover::before {
    color: #6cccb0;
}
header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}
header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
}
header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100000;
}
header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
    display: unset;
    border-radius: 0 0 10px 10px;
}
header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
    float: right;
    width: 100%;
    padding-right: 15px;
}
header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu {
    border-radius: 0 0 10px 10px;
}
header.main-header .main-menu .list .list-item.menu-col-1 .sub-menu .sub-menu {
    border-radius: 10px;
}
header.main-header
    .main-menu
    .list
    .list-item.menu-col-1
    .sub-menu
    li:first-child
    > a {
    border-radius: 10px 10px 0 0;
}
header.main-header
    .main-menu
    .list
    .list-item.menu-col-1
    .sub-menu
    li:last-child
    > a {
    border-radius: 0 0 10px 10px;
}
header.main-header
    .main-menu
    .list
    .list-item.menu-col-1
    .sub-menu
    li
    > a
    > li:last-child
    > a {
    border-radius: 0 0 10px 10px;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu.mega-menu-col-2
    > .sub-menu {
    min-width: 360px;
    width: 360px;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-2 li {
    width: 50%;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu.mega-menu-col-3
    > .sub-menu {
    min-width: 540px;
    width: 540px;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-3 li {
    width: 33.3%;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu.mega-menu-col-4
    > .sub-menu {
    min-width: 720px;
    width: 720px;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-4 li {
    width: 25%;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu.mega-menu-col-5
    > .sub-menu {
    width: 100%;
}
header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 20%;
}
header.main-header .main-menu .list .list-item.mega-menu img {
    position: absolute;
    left: 0;
    z-index: -1;
    max-width: 200px;
    bottom: 0;
}
header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
    line-height: 26px;
}
header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
    color: #5b5656;
    display: block;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    > .sub-menu
    > li
    > a:hover {
    color: #6cccb0;
}
header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    background: 0 0 !important;
}
header.main-header
    .main-menu
    .list
    .list-item-has-children
    .sub-menu
    .sub-menu {
    right: 100%;
    top: 0;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    .sub-menu
    .sub-menu
    li {
    width: 100%;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    .sub-menu
    .sub-menu
    li
    a {
    color: #4a5f73;
}
header.main-header
    .main-menu
    .list
    .list-item.mega-menu
    .sub-menu
    .sub-menu
    li
    a:hover {
    font-weight: 700;
    color: #6cccb0;
}
header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;

header.main-header .side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
button.btn-menu {
    position: absolute;
    top: 10px;
    right: 6px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    display: none;
}
button.btn-menu .align {
    display: inline-block;
    margin-right: 35px;
    cursor: pointer;
}
button.btn-menu .align__justify {
    margin-right: 0;
}
button.btn-menu .align span {
    background: #000;
    display: block;
    margin-bottom: 6px;
    width: 27px;
    height: 2px;
}
button.btn-menu .align span:last-child {
    margin-bottom: 0;
}
header.main-header .side-menu.open {
    right: 0;
}
header.main-header .side-menu .search-box-side-menu form {
    position: relative;
}
header.main-header .side-menu .search-box-side-menu input {
    display: inline-block;
    max-width: 242px;
    width: 242px;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    background: #edf0f5;
    color: #708198;
    border: none;
    border-radius: 10px;
    outline: 0;
}
header.main-header .side-menu .search-box-side-menu form i {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 20px;
}
header.main-header .side-menu .logo-nav-res {
    margin: 20px 0;
}
header.main-header .side-menu .logo-nav-res img {
    max-width: 100%;
}
header.main-header .side-menu > ul {
    position: relative;
    padding: 0;
}
header.main-header .side-menu > ul li {
    float: right;
    width: 100%;
}
header.main-header .side-menu ul ul {
    display: none;
    padding: 0;
    direction: ltr;
    float: right;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 2px 1px 5px rgba(0, 0, 0, 0.08);
}
header.main-header .side-menu ul ul li a {
    background-color: transparent;
}
header.main-header .side-menu > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
    background: #fff;
    color: #000;
}
header.main-header .side-menu a {
    cursor: pointer;
    background-color: #fff;
    display: block;
}
header.main-header .side-menu ul > li > ul > li {
    position: relative;
}
header.main-header .side-menu ul > li > ul > li::before {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #3633e6;
    font-size: 18px;
}
header.main-header .side-menu ul > li > ul > li > a:hover {
    color: #3633e6;
}
header.main-header .side-menu ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 0 35px;
    line-height: 44px;
    color: #283971;
}
header.main-header .side-menu ul ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header.main-header .side-menu ul > li.sub-menu {
    position: relative;
}
header.main-header .side-menu ul > li.sub-menu > a::after {
    content: "\F140";
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.main-header .side-menu ul > li.sub-menu.open > a::after {
    transform: rotate(180deg);
}
header.main-header .side-menu ul a {
    padding: 10px;
}
header.main-header .overlay-side-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
header.mini-header {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
main.main-content {
    position: relative;
}
.sidebar-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
    margin: 2px 0 15px 0;
}
.sidebar-banner img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
}
.title-wide::after {
    content: "";
    background-color: #d9e1eb;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 16px;
}
.no-after-title-wide::after {
    display: none;
}
.title-wide a,
.no-title-wide-before h2 {
    padding-right: 10px;
}
.no-title-wide-before h2::before {
    background: 0 0;
}
.section-title p {
    margin: -10px 40px 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
section.slider-section {
    padding: 1rem 1.5rem 0;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.rating-stars {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.rating-stars i {
    display: inline-block;
    margin-left: -7px;
    color: #bfbfbf;
    font-size: 0.875rem;
}
.rating-stars i.active {
    color: #ffd800;
}
.discount {
    position: absolute;
    top: 10px;
    left: 10px;
}
.discount span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 15px 15px 0 15px;
}
.product-card .product-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-card .product-thumb::before {
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: "";
    left: -130%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px #fff;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-card:hover .product-thumb::before {
    left: 200%;
}
.product-card .product-thumb > img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.all-brand-thumb {
    display: block;
    max-width: 110px;
    height: 40px;
    margin: 1rem auto;
}
.product-card .product-card-body {
    padding: 0 1.25rem;
}
.product-card .product-title {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
}
.product-card .product-price {
    display: block;
    color: #48ac8e;
    font-weight: 700;
}
.hover-effect-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-effect-img::before {
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: "";
    left: -100%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 100px #fff;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.card-row:hover .hover-effect-img::before {
    left: 200%;
}
.promotion-badge {
    width: 100%;
    height: 29px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
    color: #f7858d;
    border-bottom: 1px solid #f7858d;
    position: absolute;
    top: 10px;
}
.promotion-badge.not-available {
    color: #6c757d;
    border-color: #6c757d;
}
.product-card .promotion-badge {
    font-size: 16px;
}

.widget-banner a {
    display: block;
}
.widget-banner img {
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.1);
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.1);
}
.widget-search {
    position: relative;
}
.widget-search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 7px;
    font-size: 13px;
    background-color: #fafdfb;
    border: 1px solid #f3f3f3;
    border-radius: 7px;
    outline: 0;
}
.widget-search input::placeholder {
    font-size: 12px;
}
.widget-search button.btn-search-widget {
    position: absolute;
    left: 0;
    width: 35px;
    height: 40px;
    background-color: #f7858d;
    border: 0;
    border-radius: 7px 0 0 7px;
    outline: 0;
}
.widget-search button.btn-search-widget img {
    max-width: 100%;
}

.pagination a.next {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #333;
}
.pagination a.prev {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 5px;
    color: #333;
}
.pagination a.active-page {
    background-color: #f7858d;
    border-color: #f7858d;
    color: #fff;
}

.form-ui form {
    padding: 20px;
    max-width: 380px;
    margin: 0 auto;
}
.form-ui .form-row-title {
    margin-top: 20px;
}
.form-ui .form-row-title:first-child {
    margin-top: 0;
}
.form-ui .form-row-title h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.form-ui .form-row-title h4 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.form-ui .form-row.with-icon {
    position: relative;
}
.form-ui .form-row .input-ui {
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: 0;
}
.form-ui .form-row .input-ui.placeholder-right::placeholder {
    text-align: right;
    padding-right: 0.5rem !important;
}
.form-ui .form-row.with-icon i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 16px;
}
.form-ui .form-row textarea {
    height: 120px !important;
    padding-top: 10px;
}
.form-ui .custom-select-ui {
    width: 100%;
}
.form-ui .custom-select-ui .nice-select {
    width: 100%;
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 10px;
    clear: none;
}
.form-ui .custom-select-ui .nice-select .current {
    float: right;
}
.form-ui .custom-select-ui .nice-select:after {
    left: 12px;
    right: auto;
}
.form-ui .custom-select-ui .nice-select.open,
.form-ui .custom-select-ui .nice-select:active,
.form-ui .custom-select-ui .nice-select:focus {
    border-color: #dbdbdb;
}
.form-ui .custom-select-ui .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}
.form-ui .custom-select-ui .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}
.form-ui .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 26px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
}
.form-ui .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 26px;
    color: #495057;
    content: "بارگذاری";
    background-color: #e9ecef;
    border-right: inherit;
    border-left: 0;
    border-radius: 10px 0 0 10px;
}
.form-ui .custom-file-input:focus ~ .custom-file-label {
    border-color: #e0e0e2;
    box-shadow: unset;
}
.form-ui .form-footer a {
    color: #f7858d;
    font-weight: 700;
    border-bottom: 1px dashed #f7858d;
}

.features-checkout-slider .item {
    text-align: center;
}
.features-checkout-slider .item a {
    display: block;
}
.features-checkout-slider .item img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto 10px;
}
.features-checkout-slider .item .title-feature-checkout-slider {
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: 0.2px;
}
.features-checkout-slider.owl-carousel .owl-nav .owl-next,
.features-checkout-slider.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: 0;
    border-radius: 50%;
}
.features-checkout-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
}
.features-checkout-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    color: #a8a8a8;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
}
.features-checkout-slider.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: all;
}
.features-checkout-slider.owl-carousel .owl-nav .owl-next i,
.features-checkout-slider.owl-carousel .owl-nav .owl-prev i {
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.modal {
    z-index: 1000001;
}
.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 25px;
}
.modal-header {
    border: 0;
    position: relative;
}
.modal-header .modal-title,
.send-info-title {
    font-size: 18px;
}
.modal-header .modal-title i,
.send-info-title i {
    float: right;
    margin: 4px 0 4px 4px;
    color: #dbc7c7;
}
.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 15px;
    top: 30px;
}
.modal-footer {
    border: 0;
}
.modal-backdrop.show {
    opacity: 0.2;
    z-index: 100000;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: #fff;
    font-family: iranyekan;
}

footer.main-footer {
    margin-top: 50px;
    background: #fff;
}
footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #eceff1;
    padding: 10px 0;
    margin-bottom: 30px;
}
footer.main-footer .back-to-top a {
    color: #515151 !important;
}
footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    color: #f7858d;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 35px;
}
footer.main-footer .footer-services {
    padding-bottom: 10px;
}
footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: 0.929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
    margin: auto;
}
footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

.title-breadcrumb-special .breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.title-breadcrumb-special .breadcrumb a {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    margin-left: 20px;
    position: relative;
}
.title-breadcrumb-special .breadcrumb a::after {
    content: "\F141";
    font-family: "Material Design Icons";
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    top: -1px;
    left: -17px;
}
.title-breadcrumb-special .breadcrumb a:last-child::after {
    display: none;
}
.title-breadcrumb-special .breadcrumb a:hover {
    color: #246df8;
}
.title-breadcrumb-special .title-page h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0.75rem 0 0.125rem;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.title-breadcrumb-special .post-rating {
    float: right;
    direction: ltr;
    padding: 7px 0 0 10px;
    margin-bottom: 20px;
}
.title-breadcrumb-special .post-rating .star-rate {
    float: left;
}
.title-breadcrumb-special .post-rating span {
    float: left;
    margin-right: 2px;
    font-size: 17px;
    width: 15px;
    height: 15px;
    background: url(../img/theme/star-empty.svg) no-repeat;
}
.title-breadcrumb-special .post-rating span.active {
    background: url(../img/theme/star.svg) no-repeat;
}
.tooltip-inner {
    font-family: iranyekan;
    line-height: 1.5em;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
    color: #555;
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}
.widget {
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    overflow: unset;
}
.widget .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px;
    border: 0;
}
footer.main-footer .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}
footer.main-footer .widget-menu .card-header {
    border-bottom: 0;
}
footer.main-footer .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
footer.main-footer .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.main-footer .widget-menu .footer-menu li {
    line-height: 30px;
}
footer.main-footer .widget-menu .footer-menu li a {
    color: #666;
}
footer.main-footer .newsletter {
    margin-top: 30px;
}
footer.main-footer .newsletter form {
    position: relative;
}
footer.main-footer .newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all 0.2s ease-out;
}
footer.main-footer .newsletter form .btn {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #f7858d;
    color: #fff;
    height: 100%;
    line-height: 0;
    opacity: 0.8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
footer.main-footer .newsletter form .btn:active,
footer.main-footer .newsletter form .btn:focus {
    background-color: #f7858d;
    box-shadow: none !important;
}
footer.main-footer .newsletter form .btn:hover {
    background-color: #f7858d !important;
    opacity: 1;
    box-shadow: none !important;
}
footer.main-footer .socials {
    margin-top: 30px;
}
footer.main-footer .socials .footer-social ul li {
    display: inline-block;
    list-style: none;
}
footer.main-footer .socials .footer-social ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #666;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}
footer.main-footer .socials .footer-social ul li a i {
    margin: 0;
}
footer.main-footer .socials .footer-social ul li a:hover {
    background-color: #6cccb0;
    color: #fff;
}
footer.main-footer .socials .footer-social a i {
    margin-left: 4px;
}
footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
footer.main-footer .info a {
    padding: 3px;
}
footer.main-footer .info div {
    margin-bottom: 10px;
}
footer.main-footer .info div.row {
    margin-bottom: 0;
}
footer.main-footer .description {
    padding: 15px 0 0;
}
footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #5d5959;
}
footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}
footer.main-footer .description .symbol {
    text-align: center;
}
footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}
footer.main-footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}
footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
}
footer.mini-footer {
    margin-top: 1.5rem;
}
footer.mini-footer .main-container {
    padding: 1.5rem 0 1rem;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    color: #535353;
}
footer.mini-footer .main-container a {
    color: #535353;
}
footer.mini-footer .main-container i.mdi {
    margin-left: 10px;
    font-size: 20px;
}
footer.mini-footer ul.mini-footer-menu {
    list-style: none;
    text-align: center;
}
footer.mini-footer ul.mini-footer-menu li {
    display: inline-block;
    margin-left: 15px;
}
footer.mini-footer ul.mini-footer-menu li a {
    color: #7f7f7f;
    font-size: 13px;
}
footer.mini-footer .footer-light-text {
    color: #b0b0b0;
    font-size: 12px;
    text-align: center;
}
footer.mini-footer .text-footer {
    font-size: 13px;
}
footer.mini-footer .copy-right-mini-footer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #b0b0b0;
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }
    .mt-res-1 {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .hidden-md {
        display: none;
    }
    .show-md {
        display: block !important;
    }
    .w-res-sidebar {
        max-width: 360px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    header.main-header .overlay-side-menu {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .hidden-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important;
    }
    .dt-sn {
        border-radius: 0;
    }
    .main-footer,
    .widget-banner,
    header.main-header {
        padding-right: 10px;
        padding-left: 10px;
    }
    .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
    .modal-content {
        border-radius: 0;
    }
    button.btn-menu {
        display: block;
        position: static;
    }
    header.main-header .side-menu {
        display: block;
    }
    .features-checkout-slider.owl-carousel .owl-nav .owl-next {
        left: 0;
    }
    .features-checkout-slider.owl-carousel .owl-nav .owl-prev {
        right: 0;
    }
    .error-page h1 {
        font-size: 1.5rem;
    }
    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-res-1 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .px-res-2 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    footer.mini-footer .text-left,
    footer.mini-footer .text-right {
        text-align: center !important;
    }
    .product-card {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: 1px solid #ebebeb;
    }
    .title-breadcrumb-special {
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .form-ui form {
        max-width: 100%;
        padding: 10px;
    }
    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .mx-res-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .section-title p {
        margin: 0;
    }
    .pt-sl-res {
        overflow-x: scroll !important;
    }
    .search-card-res .product-card {
        border-radius: 0;
        text-align: center;
    }
    .search-card-res .product-card .product-thumb {
        display: contents;
        text-align: center;
    }
    .search-card-res .product-card .product-card-body {
        padding: 0 1.25rem;
        display: inline-block;
        padding-right: 10px;
    }
    .search-card-res .product-card .product-title {
        margin-top: 0;
    }
    .search-card-res .product-card .product-thumb > img {
        max-width: 100%;
        height: 320px;
    }
    .search-amazing-tab .product-card {
        padding-top: 15px;
    }
    .search-card-res .product-card .product-thumb::before {
        display: none;
    }
    .title-breadcrumb-special .breadcrumb a {
        font-size: 11px;
    }
    .title-breadcrumb-special .title-page h1 {
        font-size: 18px;
    }
}
}

@media (max-width: 480px) {
    .title-wide h2 {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 15px;
        position: relative;
        display: block;
        overflow: hidden;
    }
    .product-offer-question .title-wide h2 {
        padding-bottom: 50px;
        padding-top: 8px;
    }
    .title-wide a {
        display: none;
    }
    .px-res-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .product-card {
        margin: 0;
    }
    .product-card .product-title > a {
        font-size: 13px;
    }
    .product-card .product-meta {
        font-size: 11px;
    }
    .product-card .product-price {
        font-size: 12px;
    }
    .discount span {
        font-size: 11px;
    }
    .rating-stars i {
        font-size: 11px;
    }
    .product-info .price {
        font-size: 30px;
    }
    .btn-primary-cm {
        width: 100%;
    }
    .comments-area ol.comment-list li .comment-body .icon-comment {
        right: -7px;
    }
    .w-res-sidebar {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    header.main-header .nav-item.account {
        border: 0;
        padding: 0;
    }
    .logo-area img {
        width: 230px;
    }
    header.main-header .nav-item.account i {
        font-size: 30px;
    }
    header.main-header .nav-link span.label-dropdown {
        display: none;
    }
}


/* ========================================
   Global Styles (from combined.css)
   ======================================== */

body{margin:0;font-family:IRANSans ,tahoma;font-weight:300;text-align:right!important;font-size:14px;direction:rtl!important;overflow-x:hidden!important;line-height:1.5;background-color:#f5f5f5;color:#212529}
*{margin:0;padding:0;box-sizing:border-box}
a{text-decoration:none}
img{vertical-align:middle;border-style:none}
.fullPageContent{overflow-x:hidden;width:100%}
.d-none{display:none!important}
.main-wrapper{overflow-x:hidden}
.table-vertical-middle{vertical-align:middle}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-danger .alert-link{color:#491217}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.alert-success hr{border-top-color:#b1dfbb}
.alert-success .alert-link{color:#0b2e13}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
.alert-info hr{border-top-color:#abdde5}
.alert-info .alert-link{color:#062c33}

.menu-dropdown{display:flex;flex-direction:row;justify-content:flex-start}
.menu-dropdown-parent{list-style-type:none;margin:0 .6rem;padding-top:5px;}
.menu-dropdown-parent > a{font-weight:200;line-height:29px}
.menu-dropdown-child-container > li{margin:5px 10px;width:18%}
.menu-dropdown-child-container > li > a{border-bottom:1px solid #e9e9e9;width:70%;display:inline-block;height:30px}
ul.menu-dropdown > .menu-dropdown-parent > a:hover{color:#6cccb0;text-decoration:none}
.menu-dropdown{height:40px;margin:10px 0}
.menu-dropdown-child-container{display:none;z-index:100000;position:absolute;padding:1.15rem 1.5rem 3.5rem 0;margin:6px 0 0;right:0;width:100%;flex-wrap:wrap;text-align:right;background-color:#fff;border:0;border-radius:5px;-webkit-box-shadow:0 10px 33px 0 rgba(31,45,61,0.1);box-shadow:0 10px 33px 0 rgba(31,45,61,0.1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.menu-dropdown-child-container li{display:block;float:right;font-size:12px;margin:10px 0 8px}
.menu-dropdown-parent:hover .menu-dropdown-child-container{display:block}
nav a{text-decoration:none;color:#5b5656;font-size:12px}
.menu-dropdown-grandChild-container{display:flex;flex-direction:column;justify-content:flex-start;padding:0;color:#4a5f73}
.menu-dropdown-grandchild-container > li{margin:10px 0}
.menu-dropdown-grandChild-container li a{color:#78838e}
.menu-dropdown-child-container li > a:hover{color:#6cccb0;text-decoration:none}
.desktop-menu{background-color:#fff;position:absolute;width:100%;z-index:50}
.desktop-menu nav{margin-right: 1.5rem}
@media (min-width: 811px) and (max-width:1230px) {
    nav a {font-size: 10px;}
    .desktop-menu nav {margin-right: .5rem;}
    .product-title-container {width: auto !important;min-width: auto !important;}
    .product-short-desc {width: auto !important;min-width: auto !important;}
}
@media (min-width: 811px) {
    .m-menu,.mobile-hamburger{display:none}
}
@media (max-width: 810px) {
    .desktop-menu{display:none}
}
.m-menu{height:100%;width:0;position:fixed;z-index:10000000000000;top:0;right:0;background-color:#fff;overflow-x:hidden;transition:.5s;border-left:1px solid #8a8989}
ul.m-menu__parent{padding:2rem 2rem 0 0 !important}
.m-menu ul,.m-menu ul a,.m-menu li{text-decoration:none;list-style-type:none;padding:0}
.m-menu__parent li a{font-size:1rem}
.m-menu__parent > li > a{width:100%;display:flex;padding-left:1rem}
.m-menu__parent > li > a > svg{margin-left: 5px;}
.m-menu__first-child li a{font-size:.9rem}
ul.m-menu__second-child{border-right:1px solid #1fbb8c;margin-right:1.2rem;margin-top:.3rem}
.m-menu__second-child li a{font-size:.8rem}
.m-menu__parent li{margin:.2rem;padding:.3rem}
.menu-close{width:100%;height:100%;position:fixed;top:0;background-color:rgba(0,0,0,0.4);z-index:9999999}
.m-menu__action{color:#444;cursor:pointer;padding:18px;width:100%;border:none;text-align:right;outline:none;font-size:15px;transition:.4s}
.m-menu-active{color:#177d5e}
.m-menu__hidden-child{padding:0 18px;display:none;background-color:#fff;overflow:hidden}
.hidden-v{visibility:hidden}
.p-relative{position:relative}

.ah-tab-item{transform:translateX(0)!important}
.ah-tab-overflow-wrapper{display:none}

.owl-nav .owl-prev,.owl-nav .owl-next{font-size:4rem!important;color:#393e46!important}
.product-carousel .owl-nav button{line-height:37px!important;text-align:center}
.product-carousel .owl-nav button.owl-next{left:-15px;cursor:pointer}
.product-carousel .owl-nav button.owl-prev{right:-15px;cursor:pointer}
.product-carousel .owl-nav button.owl-next,.product-carousel .owl-nav button.owl-prev{background-color:#fff;border-radius:50%;font-size:40px;color:#6a6a6a}
.product-carousel .owl-nav button{opacity:1;-ms-filter:none;filter:none;position:absolute;top:50%;width:40px;height:40px;margin-top:-20px;line-height:37px!important;text-align:center;outline:0;-webkit-box-shadow:0 8px 9px 0 rgba(0,0,0,0.05);box-shadow:0 8px 9px 0 rgba(0,0,0,0.05);-webkit-transition:.3s;transition:.3s}
.product-carousel .owl-nav button.disabled{opacity:0!important}
.categories__slider .owl-nav .owl-prev{position:absolute;top:50%;right:0;transform:translateY(-50%)}
.categories__slider .owl-nav .owl-next{position:absolute;top:50%;left:0;transform:translateY(-50%)}

.footer-container{background-color:#eceff1;margin-top:2rem;padding:3rem 7rem .2rem;display:flex;flex-direction:column;border-top:1px solid #e1e1e1}
.footer__yaragh-info{margin:0 auto;text-align:center;padding-bottom:2rem}
.footer__yaragh-info--dis{color:#666;text-align:justify}
.footer__yaragh-info--time{text-align:center;font-size:1.05rem;padding-bottom:2rem;color:#424040;font-weight:800}
.footer__dis-symbol{display:flex}
.footer-certificates{display:flex;justify-content:center}
.footer-partials{display:flex;justify-content:space-between}
.footer__yaragh--social-media{width:20%}
.footer__yaragh--services ul,.footer__yaragh--contact-us ul,.footer__yaragh--social-media ul,.footer__yaragh--suggestions ul{list-style-type:none}
.footer__yaragh--services ul li,.footer__yaragh--contact-us ul li,.footer__yaragh--social-media ul li,.footer__yaragh--suggestions ul li{font-size:.9rem}
.footer__yaragh--services p,.footer__yaragh--contact-us p,.footer__yaragh--social-media p,.footer__yaragh--suggestions p{font-size:1rem;color:#424040;font-weight:500}
.copyright{text-align:center;margin-top:2rem;color:#6f6f6f}
@media (max-width: 810px) {
    .copyright{margin-bottom:3rem}
    .footer__yaragh--social-media{order: 5;width: 100%;}
}
.footer__yaragh--social-media > div{display:flex}
.footer-partials a{text-decoration:none;color:#4a5f73}
.footer__yaragh--services a:hover,.footer__yaragh--contact-us a:hover{color:#48ac8e}
.footer__dis-symbol{padding-bottom:2rem;line-height: 1.7;}
.footer__yaragh--social-media a{width:50px;height:50px;text-align:center;line-height:50px;margin:0 1rem;border-radius:50%;box-shadow:0 2px 6px 0 rgba(51,73,94,0.1)}
.footer__yaragh--social-media div > a:hover{transition:.2s ease-in-out;background-color:#48ac8e}
@media (max-width: 810px) {
    .footer-container{display:flex;flex-direction:column;padding:1rem}
    .footer__yaragh-info--time{font-size:.9rem;order:0}
    .footer__dis-symbol{display:flex;flex-direction:column;order:2}
    .footer__yaragh-info--dis,.footer-certificates{width:100%;padding:.5rem}
    .footer-partials{display:flex;flex-direction:row;flex-wrap: wrap;order:1;margin-bottom:1rem}
    .footer__yaragh--services,.footer__yaragh--contact-us,.footer__yaragh--social-media,.footer__yaragh--suggestions{padding:.5rem;text-align:center}
    .footer__yaragh--services ul,.footer__yaragh--contact-us ul,.footer__yaragh--suggestions ul{padding:0}
    .footer__yaragh--social-media > div{justify-content:center}
    .copyright{order:3}
}

.fix-chat-support-multiply{border-radius:50%;display:inline-block;width:3.5rem;height:3.5rem;text-align:center;vertical-align:middle;position:fixed;bottom:1.5rem;z-index:999999999;}
.fix-chat-support,.fix-chat-support2{border-radius:50%;display:inline-block;width:3.5rem;height:3.5rem;text-align:center;vertical-align:middle;position:fixed;bottom:1.5rem;z-index:999999999}
.chat-icon{text-align:center;margin-top:.7rem;}
.fix-chat-support,.fix-chat-support2{background-color:#19b68a;left:1.5rem;display: none;}
.messagers-support--mobile a > div > svg {margin-top:.4rem;}
@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,50%,0);transform: translate3d(0,50%,0);}100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes slide-up {from {bottom: 0;}to {bottom: var(--offset);}}
.fix-phone-support{position:fixed;--offset:5.3rem;left:1.5rem;border-radius:50%;z-index:999999999;background-color:#19b68a;padding:.15rem;text-align:center;width:3.5rem;height:3.5rem;animation: slide-up .7s forwards 1}
.tel-support--phone{position:fixed;--offset:12.7rem;left:1.5rem;border-radius:50%;z-index:999999999;background-color:#19b68a;padding:.15rem;text-align:center;width:3.5rem;height:3.5rem;animation: slide-up .7s forwards 1}
.eitaa-support--phone{position:fixed;--offset:16.4rem;left:1.5rem;border-radius:50%;z-index:999999999;background-color:#19b68a;padding:.15rem;text-align:center;width:3.5rem;height:3.5rem;animation: slide-up .7s forwards 1}
.wa-support--phone{position:fixed;--offset:9rem;left:1.5rem;border-radius:50%;z-index:999999999;background-color:#19b68a;padding:.15rem;text-align:center;width:3.5rem;height:3.5rem;animation: slide-up .7s forwards 1}
.wa-support--desktop{position:fixed;left:1.5rem;border-radius:15rem;z-index:999999999;--offset: 4.6rem;background-color:#19b68a;padding:.3rem .5rem;text-align:center;width:8rem;animation: slide-up .7s forwards 1}
.tel-support--desktop{position:fixed;left:1.5rem;border-radius:15rem;z-index:999999999;--offset: 8.1rem;background-color:#19b68a;padding:.3rem .5rem;text-align:center;width:8rem;animation: slide-up .7s forwards 1}
.fix-desktop-support{position:fixed;left:1.5rem;border-radius:15rem;z-index:999999999; --offset: 1.5rem;background-color:#19b68a;padding:unset;text-align:center;width:8rem;height: 2.8rem;animation: slide-up .7s forwards 1;display: flex;justify-content: center;align-items: center;}
.eitaa-support--desktop{position:fixed;left:1.5rem;border-radius:15rem;z-index:999999999;--offset: 11.7rem;background-color:#19b68a;padding:.3rem .5rem;text-align:center;width:8rem;transition: all .5s;animation: slide-up .7s forwards 1}
.show{display: block;}
.hide{display: none;}
.text-support--desktop{position:fixed;bottom:1.5rem;left:1.5rem;border-radius:15rem;z-index:9999999999;background-color:#19b68a;padding:.5rem .5rem;text-align:center;width:13rem;color: #ffffff;box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);animation: fadeInUp .4s both;}
.text-support--desktop:hover{scale: 1.05;}
.messagers-support--desktop{flex-direction: column;justify-content: space-evenly;align-items: center;}
@media (max-width: 810px) {
    .fix-chat-support{display: block;}
    .fix-chat-support2{display: flex;align-items: center;justify-content: center;}
    .show{display: block;}
    .hide{display: none;}
    .text-support--desktop{display:none}
    .chat-icon-multiplie {
        width: 44px;
        height: 44px;
        color: white
      }

}

.header-main{position:fixed;width:100%;top:0;box-shadow:0 4px 8px rgba(0,0,0,0.03);z-index:999999999}
.desktop-header{display:flex;height:5rem;align-items:center;justify-content:space-between;background-color:#fff;z-index:51;position:relative;top:0;padding:0 2rem;width:100%}
.yaragh-logo{width:227px}
.yaragh-logo img{width:100%}
div.searchBox{position:relative;margin:auto 0}
form.searchBox{position:relative}
form.searchBox input{width:100%;height:2.5rem;padding:10px 10px 9px;line-height:1.833;font-family:IRANSans;font-weight:300;font-size:14px;border-radius:7px;background-color:#f4f1f1;border:none;color:#474747;outline:none}
form.searchBox .mdi-36px.mdi-set,form.searchBox .mdi-36px.mdi::before{font-size:30px}
form.searchBox button{background-color:#6cccb0;width:50px;height:2.5rem;position:absolute;left:0;top:0;bottom:0;border-radius:7px 0 0 7px;background:#6cccb0;border:0;cursor:pointer;outline:none}
@media (min-width: 811px) {
    div.searchBox{width:40%}
}
.yaragh-support-icon{width:1.75rem;height:auto;margin:auto auto auto .5rem}
.yaragh-support-icon img{max-width:100%;height:auto}
.yaragh-support{width:12%;display:flex;flex-direction:row;justify-content:space-around}
.yaragh-support-contact a{color:#007bff;text-decoration:none;font-size:1.1rem}
.yaragh-support-contact{margin:1rem 0;color:#757575}
.yaragh-support-contact p,.yaragh-support-contact h1{margin:0!important;text-align:center;font-size:1rem;font-weight:300}
@media (min-width: 811px) {
    .logIn-container{margin:auto 0;margin-left:2.5rem}
}
.logIn-dropdown-parent .mdi-36px.mdi-set,.logIn-dropdown-parent .mdi-36px.mdi::before{font-size:25px}
a.logIn-dropdown-item{position:relative}
.logIn-dropdown-item{display:flex;color:#757575;padding:10px 5px 10px 15px;font-size:13px;align-items: center;}
.logIn-dropdown-child-container > li:nth-of-type(1) > a > svg{margin-left: 4px;padding-top: 4px;}
.logIn-dropdown-menu{top:50px;direction:rtl;min-width:12rem;padding:.35rem 0;margin:.125rem 0 0;color:#8492a6;text-align:right;background-color:#fff;border:0;border-radius:25px;-webkit-box-shadow:0 10px 30px 0 rgba(31,45,61,0.1);box-shadow:0 10px 30px 0 rgba(31,45,61,0.1);opacity:0;visibility:hidden;overflow:hidden;display:block!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.logIn-dropdown-parent{list-style-type:none}
.logIn .logIn-dropdown{display:flex;justify-content:space-around;text-align:center;padding:0;margin:0}
.logIn-dropdown-child-container{display:none}
.logIn-dropdown-parent:hover .logIn-dropdown-child-container{list-style-type:none;display:block;position:absolute;padding-right:0;background-color:#fff;z-index:10;width:10rem;right:-4rem;border-radius:7px;-webkit-box-shadow:0 2px 4px 8px rgba(0,0,0,0.03);box-shadow:0 2px 4px 8px rgba(0,0,0,0.03)}
.horizontalShortBorder{height:40px;width:1px;background-color:#e0e0e2;margin:auto 7px}
.cart-counter{background-color:#f7858d;color:#fff;display:inline;width:1rem;height:1rem;border-radius:50%;position:absolute;left:15px;text-align:center;vertical-align:middle;line-height:16px;font-size:13px}
.fix-header-clear{height:9rem}
.headerCls{transform:translateY(-100%);transition:transform 0.3s,-webkit-transform .3s}
.m-headerCls{transform:translateY(-3rem);transition:transform 0.3s,-webkit-transform .3s}
.headerOpn{transform:translateY(0);transition:transform 0.3s,-webkit-transform .3s}
.m-top-phone-banner{display:none}
.searchBox.m-searchBox{display:none}
.nav__btn{display:none}
@media (max-width: 810px) {
    .desktop-header{height:3rem}
    .yaragh-logo{width:151px;transform:translateX(-10%)}
    .m-top-phone-banner{width:100%;height:3rem;background-color:#2ab88d;color:#fff;display:flex;flex-direction:row;justify-content:space-around;font-size:1rem;align-items:center;position:relative;z-index:52}
    form.searchBox.m-searchBox input{font-size:12px}
    .m-top-phone-banner a{text-decoration:none;color:#fff}
    .yaragh-support{display:none}
    .searchBox{display:none}
    div.searchBox.m-searchBox{display:flex;justify-content:space-around;background-color:#fff;padding:.25rem .5rem 0;height:3rem;box-shadow:0 4px 8px rgba(0,0,0,0.03)}
    form.searchBox.m-searchBox{display:block;width:95%}
    .header-main{box-shadow:none}
    .nav__btn{display:block}
}

@font-face{font-family:"Material Design Icons";src:url("../fonts/materialdesignicons-webfont.eot?v=5.4.55");src:url("../fonts/materialdesignicons-webfont.eot?#iefix&v=5.4.55") format("embedded-opentype"),url("../fonts/materialdesignicons-webfont.woff2?v=5.4.55") format("woff2"),url("../fonts/materialdesignicons-webfont.woff?v=5.4.55") format("woff"),url("../fonts/materialdesignicons-webfont.ttf?v=5.4.55") format("truetype");font-weight:normal;font-style:normal;font-display: swap;}


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}




.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.footer-container_ {
    background-color: #eceff1;
    border-top: 1px solid #e1e1e1;
    display: flex;
    padding: 1rem;
}

.footer__info{
    width: 40%;
    padding: .8rem;
}

.footer__info p {
    font-size: 0.95rem;
    text-align: justify;
    color: #606060;
    border-bottom: 1px solid #b5aeae;
    padding-bottom: 1rem;
    line-height: 2;
}

.footer__info table td{
    padding: .35rem;
}
.footer__info table td:first-child{
    color: #606060;
    width: 6rem;
}
.footer__info table td:nth-child(2){
    color: #283c57;
    font-weight: bold;
}

.footer__links{
    width: 30%;
}
.footer__links > div:nth-child(2){
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    gap: 2.5rem;
    padding-bottom: 20px;
}
.footer__links--social-media{
    width: 9rem;
    margin: 1rem 3rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
    align-items: center;
}
.footer__links > div:nth-child(2) span{
    color: #283c57;
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
}

.footer__links > div:nth-child(2) li a{
    color: #283c57;
}

.footer__links > div:nth-child(2) li{
    list-style: none;
    width: 9rem;
    padding: .65rem;
    border-bottom: 1px solid #c9cfd7;
}

.footer__links > div:nth-child(2) li:last-child {
    border-bottom: none;
  }

  .footer__links > div:nth-child(1) li:last-child {
    border-bottom: none;
  }

.footer__links > div:nth-child(2) li::before{
    margin-left: 0.4rem;
}

.footer__links > div:nth-child(2) li:hover{
    background-color: #708cb391;
}

.footer__links > div:nth-child(2) li:hover a,
.footer__links > div:nth-child(2) li:hover svg > use{
    color: #fff;
    fill: #fff;
}

.footer__links--social-media a:hover > svg{
    fill:#5683bf;
}

.footer__certificates{
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    width: 30%;
}

.footer__certificates div{
    background-color: #fff;
    border: 1px solid #c9cfd7;
    padding: 1rem;
    border-radius: 10px;
    width: 10rem;
    overflow: hidden;
    height: 10.5rem;
}

.footer__certificates div a{
    display: block;
    margin: auto;
    width: 100%;
}

.footer__certificates div a img{
    max-width: 100%;
}

@media (max-width:700px) {
    .footer-container_ {
        flex-direction: column;
    }
    .footer__info {
        width: 100%;
    }
    .footer__links {
        width: 100%;
    }
    .footer__links--social-media {
        margin: 2rem auto;
    }
    .footer__certificates {
        width: 100%;
    }
}

.dashboard-nav{
    width: 100%;
    background-color: #1E1E1E;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
}

@media (max-width:900px) {
    .dashboard-nav{
        display: none;
    }
}

.dashboard-nav__links{width: 30%;}

.dashboard-nav__links a{
    color: #fff;
    margin: 0 .8rem;
}

.dashboard-nav form{
    width: 30%;
    display: flex;
    justify-content: center;
}

.dashboard-nav__input{
    margin: 0 .1rem;
    padding: .4rem 1rem;
    border-radius: 7px;
    border: none;
    height: 2rem;
}

.dashboard-nav__input.num-input[type=number]{
    -moz-appearance: textfield;
}

.dashboard-nav__input.num-input::-webkit-outer-spin-button,
.dashboard-nav__input.num-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dashboard-nav__icon {
    text-align: left;
    padding: 0 1rem;
    width: 30%;
}

.mdi:before,
.mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
    font-size: 18px;
}


.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
    font-size: 24px;
}


.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
    font-size: 36px;
}


.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
    font-size: 48px;
}


.mdi-dark:before {
    color: rgba(0, 0, 0, 0.54);
}


.mdi-dark.mdi-inactive:before {
    color: rgba(0, 0, 0, 0.26);
}


.mdi-light:before {
    color: #fff;
}


.mdi-light.mdi-inactive:before {
    color: rgba(255, 255, 255, 0.3);
}


.mdi-rotate-45:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.mdi-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mdi-rotate-135:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}


.mdi-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.mdi-rotate-225:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


.mdi-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


.mdi-rotate-315:before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}


.mdi-flip-h:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.mdi-flip-v:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.mdi-spin:before {
    -webkit-animation: mdi-spin 2s infinite linear;
    animation: mdi-spin 2s infinite linear;
}


@-webkit-keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

html {
    overflow-x: clip
}


body {
    margin: 0;
    font-family: IRANSans !important;
    font-weight: 300;
    text-align: right !important;
    font-size: 14px;
    direction: rtl !important;
    overflow-x: hidden !important;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #212529
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


a {
    text-decoration: none
}


img {
    vertical-align: middle;
    border-style: none
}


.fullPageContent {
    overflow-x: hidden;
    width: 100%
}


.main-wrapper {
    overflow-x: hidden
}


.table-vertical-middle {
    vertical-align: middle
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}


.alert-danger hr {
    border-top-color: #f1b0b7
}


.alert-danger .alert-link {
    color: #491217
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}


.alert-success hr {
    border-top-color: #b1dfbb
}


.alert-success .alert-link {
    color: #0b2e13
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}


.profile-main .alert {
    width: 100%;
    flex-shrink: 0
}


.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}


.alert-info hr {
    border-top-color: #abdde5
}


.alert-info .alert-link {
    color: #062c33
}


.brand__sugestions--container .owl-carousel .owl-stage {
    padding-right: 0 !important
}


.brand__sugestions--container .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}


.brand__sugestions--container .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}


.menu-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}


.menu-dropdown-parent {
    list-style-type: none;
    margin: 0 .6rem;
    padding-top: 5px
}


.menu-dropdown-parent>a {
    font-weight: 200;
    line-height: 29px
}


.menu-dropdown-child-container>li {
    margin: 5px 10px;
    width: 18%
}


.menu-dropdown-child-container>li>a {
    border-bottom: 1px solid #e9e9e9;
    width: 70%;
    display: inline-block;
    height: 30px
}


ul.menu-dropdown>.menu-dropdown-parent>a:hover {
    color: #6cccb0;
    text-decoration: none
}


.menu-dropdown {
    height: 40px;
    margin: 10px 0
}


.menu-dropdown-child-container {
    display: none;
    z-index: 100000;
    position: absolute;
    padding: 1.15rem 1.5rem 3.5rem 0;
    margin: 6px 0 0;
    right: 0;
    width: 100%;
    flex-wrap: wrap;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}


.menu-dropdown-child-container li {
    display: block;
    float: right;
    font-size: 12px;
    margin: 10px 0 8px
}


.menu-dropdown-parent:hover .menu-dropdown-child-container {
    display: block
}


nav a {
    text-decoration: none;
    color: #5b5656;
    font-size: 12px
}


.menu-dropdown-grandChild-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    color: #4a5f73
}


.menu-dropdown-grandchild-container>li {
    margin: 10px 0
}


.menu-dropdown-grandChild-container li a {
    color: #78838e
}


.menu-dropdown-child-container li>a:hover {
    color: #6cccb0;
    text-decoration: none
}


.desktop-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 50
}


.desktop-menu nav {
    margin-right: 1.5rem
}


@media (min-width: 811px) and (max-width: 1230px) {
    nav a {
        font-size: 10px
    }

    .desktop-menu nav {
        margin-right: .5rem
    }

    .product-title-container {
        width: auto !important;
        min-width: auto !important
    }

    .product-short-desc {
        width: auto !important;
        min-width: auto !important
    }
}


@media (min-width: 811px) {

    .m-menu,
    .mobile-hamburger {
        display: none
    }
}


@media (max-width: 810px) {
    .desktop-menu {
        display: none
    }
}


.m-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000000000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    border-left: 1px solid #8a8989
}


ul.m-menu__parent {
    padding: 2rem 2rem 0 0 !important
}


.m-menu ul,
.m-menu ul a,
.m-menu li {
    text-decoration: none;
    list-style-type: none;
    padding: 0
}


.m-menu__parent li a {
    font-size: 1rem
}


.m-menu__parent>li>a {
    width: 100%;
    display: block;
    padding-left: 1rem
}


.m-menu__first-child li a {
    font-size: .9rem
}


ul.m-menu__second-child {
    border-right: 1px solid #1fbb8c;
    margin-right: 1.2rem;
    margin-top: .3rem
}


.m-menu__second-child li a {
    font-size: .8rem
}


.m-menu__parent li {
    margin: .2rem;
    padding: .3rem
}


.menu-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999
}


.m-menu__action {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: .4s
}


.m-menu-active {
    color: #177d5e
}


.m-menu__hidden-child {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden
}


.hidden-v {
    visibility: hidden
}


.p-relative {
    position: relative
}

.custom-control-label::after {
    right: 0;
    left: auto;
    right: 0;
    left: auto;
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}


.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}


.custom-control-label::before {
    right: 0;
    left: auto;
    right: 0;
    left: auto
}


.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer
}


.custom-control-input:checked~.custom-control-label::before {
    border-color: #2ab88d;
    background-color: #2ab88d
}


.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 5px
}


.card-body {
    font-size: .77rem
}


.with-bobles h2:after,
.with-bobles h2:before {
    content: ""
}


.with-bobles {
    position: relative
}


.with-bobles h2:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px
}


.category a {
    text-decoration: none;
    color: #5b5656
}


.category ul,
.category li {
    list-style-type: none;
    line-height: 2
}


.category ul {
    border-right: 1px solid #1fbb8c;
    margin-top: 1rem;
    margin-right: 1rem
}


.category li a {
    padding: .5rem;
    padding-top: 0
}


.product-card {
    border: none;
    border-radius: 5px;
    margin: .5rem;
    padding: .5rem;
    text-align: center;
    flex-shrink: 0
}


.product-card__variety-info {
    border-bottom: 1px solid #6cccb0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: .5rem;
    padding: .25rem;
    width: 100%;
    left: 0;
    background-color: #ffffffb3
}


@media (max-width: 811px) {
    .product-card__variety-info {
        padding: 0 .1rem
    }
}


.product-card__variety-info span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: .8rem;
    color: #6cccb0
}


.product-card__variety-info div {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-right: auto
}


.product-card__variety-info div div {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: .17rem;
    border: .1px solid #e3e3e3
}


.product-card-price-text {
    font-size: 18px
}


.product-card:hover {
    -webkit-box-shadow: 0 0 10px 0 #0000001a;
    box-shadow: 0 0 10px 0 #0000001a
}


.product-card img {
    max-width: 100%;
    margin: 0 auto
}


.product-card-information {
    text-align: center;
    margin-top: .5rem
}


.product-card-price {
    font-size: 17px;
    color: #48ac8e;
    font-weight: 700
}


.no-after-title-wide::after {
    display: none
}


.d-Five-page-card {
    width: 20% !important
}


.search-page-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}


div.search-resault {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(150, 105, 105, 0.3);
    border-radius: 0 0 15px 15px
}


@media (max-width: 810px) {
    div.search-resault {
        max-height: 25rem;
        overflow: auto;
        top: 3rem
    }

    .m-search-resaultCls {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 100000;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%
    }

    .search-resault__brands,
    .search-resault__categories,
    .search-resault__tags {
        height: 3rem;
        overflow: auto;
        white-space: nowrap
    }

    .search-resault__container-div>div {
        padding-right: 1rem
    }

    .search-resault__container-div {
        position: relative
    }

    .search-resault__brands::after,
    .search-resault__categories::after,
    .search-resault__tags::after {
        content: "";
        display: inline;
        position: absolute;
        right: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
        pointer-events: none
    }

    .search-resault__brands::before,
    .search-resault__categories::before,
    .search-resault__tags::before {
        content: "";
        display: inline;
        position: absolute;
        left: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 60%);
        pointer-events: none
    }
}


div.search-resault ul {
    list-style-type: none;
    padding: 0 2rem .5rem;
    margin: 0;
    border-bottom: 1px solid #e1e1e1
}


.search-resault__brands li,
.search-resault__categories li,
.search-resault__tags li {
    display: inline-block;
    background-color: #a3a3a3;
    margin: .3rem;
    border-radius: 5rem;
    padding: 0 .5rem
}


.search-resault__brands>div,
.search-resault__categories>div,
.search-resault__tags>div {
    margin-bottom: .5rem
}


.search-resault__brands li>a,
.search-resault__categories li>a,
.search-resault__tags li>a {
    text-decoration: none;
    color: #fff
}


.search-resault__products li>a {
    text-decoration: none;
    color: #5b5656
}


.search-resault__products img {
    max-width: 2rem
}



.footer-container {
    background-color: #eceff1;
    padding: 3rem 7rem .2rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e1e1e1
}


.footer__yaragh-info {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem
}


.footer__yaragh-info--dis {
    width: 65%;
    color: #666;
    text-align: justify
}


.footer__yaragh-info--time {
    text-align: center;
    font-size: 1.05rem;
    padding-bottom: 2rem;
    color: #424040;
    font-weight: 800
}


.footer__dis-symbol {
    display: flex
}


.footer-certificates {
    width: 35%;
    display: flex;
    justify-content: center
}


.footer-partials {
    display: flex;
    justify-content: space-between
}


.footer__yaragh--social-media {
    width: 20%
}


.noneHome-footer .footer-partials {
    display: flex;
    justify-content: space-around
}


.noneHome-footer .footer-certificates,
.noneHome-footer .footer__yaragh--services,
.noneHome-footer .footer__yaragh--contact-us,
.noneHome-footer .footer__yaragh--social-media {
    width: auto
}


.noneHome-footer .footer__yaragh--social-media {
    text-align: center;
    margin: auto
}


.footer__yaragh--services ul,
.footer__yaragh--contact-us ul,
.footer__yaragh--social-media ul,
.footer__yaragh--suggestions ul {
    list-style-type: none
}


.footer__yaragh--services ul li,
.footer__yaragh--contact-us ul li,
.footer__yaragh--social-media ul li,
.footer__yaragh--suggestions ul li {
    font-size: .9rem
}


.footer__yaragh--services p,
.footer__yaragh--contact-us p,
.footer__yaragh--social-media p,
.footer__yaragh--suggestions p {
    font-size: 1rem;
    color: #424040;
    font-weight: 500
}


.copyright {
    text-align: center;
    margin-top: 2rem;
    color: #6f6f6f
}


@media (max-width: 810px) {
    .copyright {
        margin-bottom: 3rem
    }
}


.footer__yaragh--social-media>div {
    display: flex
}


.footer-partials a {
    text-decoration: none;
    color: #4a5f73
}


.footer__yaragh--services a:hover,
.footer__yaragh--contact-us a:hover {
    color: #48ac8e
}


.footer__dis-symbol {
    padding-bottom: 2rem
}


.footer__yaragh--social-media a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1)
}


.footer__yaragh--social-media div>a:hover {
    transition: .2s ease-in-out;
    background-color: #48ac8e
}


@media (max-width: 810px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        padding: 1rem
    }

    .footer__yaragh-info--time {
        font-size: .9rem;
        order: 0
    }

    .footer__dis-symbol {
        display: flex;
        flex-direction: column;
        order: 2
    }

    .footer__yaragh-info--dis,
    .footer-certificates {
        width: 100%;
        padding: .5rem
    }

    .footer-partials {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        order: 1;
        margin-bottom: 1rem
    }

    .footer__yaragh--services,
    .footer__yaragh--contact-us,
    .footer__yaragh--social-media,
    .footer__yaragh--suggestions {
        width: auto;
        padding: .5rem;
        text-align: center
    }

    .footer__yaragh--services ul,
    .footer__yaragh--contact-us ul,
    .footer__yaragh--suggestions ul {
        padding: 0
    }

    .footer__yaragh--social-media>div {
        justify-content: center
    }

    .copyright {
        order: 3
    }
}


.fix-chat-support-multiply {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 1.5rem;
    z-index: 999999999
}


.fix-phone-support,
.fix-chat-support,
.fix-chat-support2 {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 1.5rem;
    z-index: 999999999
}


.chat-icon {
    text-align: center;
    margin-top: .7rem
}


.fix-phone-support {
    background-color: #9f9f9f;
    left: 1.5rem
}


.fix-chat-support,
.fix-chat-support2 {
    background: #29b88c;
    left: 1.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    display: none
}


.messagers-support--mobile a>div>svg {
    margin-top: .4rem
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


@keyframes slide-up {
    from {
        bottom: 0
    }

    to {
        bottom: var(--offset)
    }
}


.fix-phone-support {
    position: fixed;
    --offset: 5.3rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}


.tel-support--phone {
    position: fixed;
    --offset: 12.7rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}


.eitaa-support--phone {
    position: fixed;
    --offset: 16.4rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}


.wa-support--phone {
    position: fixed;
    --offset: 9rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}


.wa-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 4.6rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    animation: slide-up .7s forwards 1
}


.tel-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 8.1rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    animation: slide-up .7s forwards 1
}


.fix-desktop-support {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 1.5rem;
    background-color: #19b68a;
    padding: unset;
    text-align: center;
    width: 8rem;
    height: 2.8rem;
    animation: slide-up .7s forwards 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.eitaa-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 11.7rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    transition: all .5s;
    animation: slide-up .7s forwards 1
}


.show {
    display: block
}


.hide {
    display: none
}


.text-support--desktop {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 9999999999;
    background-color: #19b68a;
    padding: .5rem;
    text-align: center;
    width: 13rem;
    color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    animation: fadeInUp .4s both;
    font-size: 17px
}


.text-support--desktop:hover {
    scale: 1.05
}


.messagers-support--desktop {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}


@media (max-width: 810px) {
    .fix-chat-support {
        display: block;
    }

    .fix-chat-support2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .show {
        display: block
    }

    .hide {
        display: none
    }

    .text-support--desktop {
        display: none
    }
}


.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    z-index: 999999999
}


.desktop-header {
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 51;
    position: relative;
    top: 0;
    padding: 0 2rem;
    width: 100%
}


.yaragh-logo {
    width: 227px
}


.yaragh-logo img {
    width: 100%
}


div.searchBox {
    position: relative;
    margin: auto 0
}


form.searchBox {
    position: relative
}


form.searchBox input {
    width: 100%;
    height: 2.5rem;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: IRANSans;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #f4f1f1;
    border: none;
    color: #474747;
    outline: none
}


form.searchBox .mdi-36px.mdi-set,
form.searchBox .mdi-36px.mdi::before {
    font-size: 30px
}


form.searchBox button {
    background-color: #6cccb0;
    width: 50px;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px 0 0 7px;
    background: #6cccb0;
    border: 0;
    cursor: pointer;
    outline: none
}


@media (min-width: 811px) {
    div.searchBox {
        width: 40%
    }
}


.yaragh-support-icon {
    width: 1.75rem;
    height: auto;
    margin: auto auto auto .5rem
}


.yaragh-support-icon img {
    max-width: 100%;
    height: auto
}


.yaragh-support {
    width: 12%;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}


.yaragh-support-contact a {
    color: #007bff;
    text-decoration: none;
    font-size: 1.1rem
}


.yaragh-support-contact {
    margin: 1rem 0;
    color: #757575
}


.yaragh-support-contact p,
.yaragh-support-contact h1 {
    margin: 0 !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 300
}


@media (min-width: 811px) {
    .logIn-container {
        margin: auto 0;
        margin-left: 2.5rem
    }
}


.logIn-dropdown-parent .mdi-36px.mdi-set,
.logIn-dropdown-parent .mdi-36px.mdi::before {
    font-size: 25px
}


a.logIn-dropdown-item {
    position: relative
}


.logIn-dropdown-item {
    display: flex;
    color: #757575;
    padding: 10px 5px 10px 15px;
    font-size: 13px;
    align-items: center;
}


.logIn-dropdown-child-container>li:nth-of-type(1)>a>svg {
    margin-left: 4px;
    padding-top: 4px;
}


.logIn-dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: .35rem 0;
    margin: .125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}


.logIn-dropdown-parent {
    list-style-type: none
}


.logIn .logIn-dropdown {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0;
    margin: 0
}


.logIn-dropdown-child-container {
    display: none
}


.logIn-dropdown-parent:hover .logIn-dropdown-child-container {
    list-style-type: none;
    display: block;
    position: absolute;
    padding-right: 0;
    background-color: #fff;
    z-index: 10;
    width: 10rem;
    right: -4rem;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03)
}


.horizontalShortBorder {
    height: 40px;
    width: 1px;
    background-color: #e0e0e2;
    margin: auto 7px
}


.cart-counter {
    background-color: #f7858d;
    color: #fff;
    display: inline;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 13px
}


.fix-header-clear {
    height: 9rem
}


.fix-header-clear.shipping {
    height: 6rem
}


.headerCls {
    transform: translateY(-100%);
    transition: transform 0.3s, -webkit-transform .3s
}


.m-headerCls {
    transform: translateY(-3rem);
    transition: transform 0.3s, -webkit-transform .3s
}


.headerOpn {
    transform: translateY(0);
    transition: transform 0.3s, -webkit-transform .3s
}


.m-top-phone-banner {
    display: none
}


.searchBox.m-searchBox {
    display: none
}


.nav__btn {
    display: none
}


@media (max-width: 810px) {
    .desktop-header {
        height: 3rem
    }

    .yaragh-logo {
        width: 151px;
        transform: translateX(-10%)
    }

    .m-top-phone-banner {
        width: 100%;
        height: 3rem;
        background-color: #2ab88d;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-size: 1rem;
        align-items: center;
        position: relative;
        z-index: 52
    }

    form.searchBox.m-searchBox input {
        font-size: 12px
    }

    .m-top-phone-banner a {
        text-decoration: none;
        color: #fff
    }

    .yaragh-support {
        display: none
    }

    .searchBox {
        display: none
    }

    div.searchBox.m-searchBox {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        padding: .25rem .5rem 0;
        height: 3rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03)
    }

    form.searchBox.m-searchBox {
        display: block;
        width: 95%
    }

    .header-main {
        box-shadow: none
    }

    .nav__btn {
        display: block
    }
}

.addToCart-button {
    width: 190px;
    position: relative;
    background-color: #57d8ac;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit;
    cursor: pointer
}


.checkout-address {
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1
}


.checkout-address.show {
    display: block
}

.modal {
    z-index: 1000001
}


.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 25px
}


.modal-header {
    border: 0;
    position: relative
}


.form-ui form {
    padding: 20px;
    margin: 0 auto
}


.form-ui .form-row-title:first-child {
    margin-top: 0
}


.form-ui .form-row-title h4 {
    font-size: 13px
}


.input-ui {
    border-radius: 5px;
    border: .5px solid #e1e1e1;
    min-height: 2rem;
    min-width: 10rem;
    width: 100%
}


textarea.input-ui {
    resize: both;
    min-width: 22rem;
    min-height: 6rem;
    text-align: right
}


.btnForModalAdress button {
    width: 8rem;
    height: 2rem
}


@media (max-width: 810px) {
    textarea.input-ui {
        min-width: 18rem !important
    }

    .input-ui {
        width: 18rem
    }

    .form-control {
        width: 18rem
    }

    .form-row {
        margin-right: 0;
        margin-left: 0
    }
}

.dropdown-toggle {
    display: none
}

.footer-container_ {
    background-color: #eceff1;
    border-top: 1px solid #e1e1e1;
    display: flex;
    padding: 1rem
}


.footer__info {
    width: 40%;
    padding: .8rem
}


.footer__info p {
    font-size: .95rem;
    text-align: justify;
    color: #606060;
    border-bottom: 1px solid #b5aeae;
    padding-bottom: 1rem;
    line-height: 2
}


.footer__info table td {
    padding: .35rem
}


.footer__info table td:first-child {
    color: #606060;
    width: 6rem
}


.footer__info table td:nth-child(2) {
    color: #283c57;
    font-weight: 700
}


.footer__links {
    width: 30%
}


.footer__links>div:nth-child(2) {
    display: flex;
    gap: 1.5rem
}


.footer__links--social-media {
    width: 9rem;
    margin: 1rem 3rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 25px
}


.footer__links>div:nth-child(2) span {
    color: #283c57;
    font-weight: 700;
    display: block;
    margin-bottom: .5rem
}


.footer__links>div:nth-child(2) li a {
    color: #283c57
}


.footer__links>div:nth-child(2) li {
    list-style: none;
    padding: .65rem;
    border-bottom: 1px solid #c9cfd7
}


.footer__links>div:nth-child(2) li::before {
    margin-left: .4rem
}


.footer__links>div:nth-child(2) li:hover {
    background-color: #708cb391
}


.footer__links>div:nth-child(2) li:hover a,
.footer__links>div:nth-child(2) li:hover svg>use {
    fill: #fff
}


.footer__links--social-media a:hover>svg {
    fill: #5683bf;
}


.footer__certificates {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    width: 30%
}


.footer__certificates div {
    background-color: #fff;
    border: 1px solid #c9cfd7;
    padding: 1rem;
    border-radius: 10px;
    width: 10rem;
    overflow: hidden;
    height: 10.5rem;
}


.footer__certificates div a {
    display: block;
    margin: auto;
    width: 100%
}


.footer__certificates div a img {
    max-width: 100%
}


@media (max-width: 700px) {
    .footer-container_ {
        flex-direction: column
    }

    .footer__info {
        width: 100%;
        overflow-x: clip
    }

    .footer__links {
        width: 100%
    }

    .footer__links--social-media {
        margin: 2rem auto
    }

    .footer__links>div:nth-child(2) {
        gap: 1rem;
        padding: 0
    }

    .footer__certificates {
        width: 100%
    }

    .product-single-comment {
        flex-direction: column
    }

    .product-category-comment {
        flex-direction: column
    }
}


body {
    margin: 0;
    font-family: IRANSans, tahoma;
    font-weight: 300;
    text-align: right !important;
    font-size: 14px;
    direction: rtl !important;
    overflow-x: hidden !important;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #212529
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


a {
    text-decoration: none
}


img {
    vertical-align: middle;
    border-style: none
}



.toast-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
  z-index: 9998;
}


/* Visible state */

.toast-overlay.show {
  opacity: 1;
  visibility: visible;
}


.cart-toast-parent {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.3));
    right: 50%;
    bottom: 0;
    transform: translateX(50%) translateY(60px);
    padding: 32px 12px 12px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    z-index: 9999;
}


/* Toast Box */

.cart-toast {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    min-width: 300px;
}


/* Toast enter animation */

.cart-toast-parent.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
}


/* Icon color */

.cart-toast__icon {
  color: #38a003;
  font-weight: bold;
  font-size: 18px;
}


/* Close button */

.close-toast {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}


.cart-toast__action {
  text-decoration: none;
  font-size: 13px;
  color: #000;
}


.cart-toast__content > span {
    color: #278c57;
}



/* Responsiveness */

@media (max-width: 768px) {
  .cart-toast-parent {
    bottom: 80px;
    width: 100%;
    bottom: 70px;
  }

  .cart-toast {
    width: 90%;
  }

  #finalPrice > p{
    margin-bottom: 0;
  }

  .product-count-pice {
    margin-bottom: 0;
  }
}

.show-modal {
    cursor: pointer
}


.hidden {
    display: none
}


.modal-component {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10
}


.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5
}


#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6)
}


.tooltip-wrap {
    position: relative
}


.tooltip-wrap .tooltip-content {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 0;
    background-color: #fff;
    padding: .5em;
    min-width: 10rem;
    z-index: 9999
}


.tooltip-wrap:hover .tooltip-content {
    display: block;
    width: 16rem;
    padding: .5rem;
    border: 1px solid #b0b0ae;
    background-color: #e1e1e1;
    border-radius: 8px;
    color: #6f6f6f
}

/* ==========================================
   Shared Listing Styles (product cards, breadcrumbs, sorting, pagination)
   ========================================== */

.product-title-container {
    background-color: #f3fdfa;
    border-right: 5px solid #5fc2a5;
    border-radius: 6px;
    padding: .8rem .7rem .5rem .5rem
}


.filter-submit-btn {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 100%
}


.product-card-category {
    display: block;
    margin: .5rem;
    color: #8c8c8cbf;
    font-size: .75rem;
    font-weight: 600
}


.product-card-name {
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}


.product-card-name::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-image: linear-gradient(right, rgba(52, 73, 94, 0), #fff);
    background-image: -webkit-linear-gradient(right, rgba(52, 73, 94, 0), #fff)
}


.product-card-name>a {
    text-decoration: none;
    color: #5b5656;
    font-size: .8rem;
    padding-bottom: 38px
}

.title-breadcrumb-special {
    padding: 0 .5rem;
    direction: rtl
}


.breadcrumb-ol {
    display: flex;
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    margin: .5rem 0
}


.breadcrumb-li>a {
    color: #6f7479;
    text-decoration: none;
    font-size: 12px;
    padding: 0 .5rem
}


.product-list-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    border-radius: 5px
}


.product-list-page-description input {
    z-index: -1;
    opacity: 0;
    position: absolute
}


.product-list-page-description label {
    cursor: pointer;
    padding: 1rem;
    text-align: center;
    display: block;
    background-color: #e3e3e3;
    border-radius: 15px;
    margin: 2rem 1rem
}


.product-list-page-description label:before {
    content: "بیشتر بدانید"
}


.product-list-page-description input:checked~label:before {
    content: "بستن"
}


.categoryName-sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b8babd82;
    padding: 1rem
}


.categoryName {
    padding: 1rem
}


.categoryName h1 {
    font-size: 1.7rem;
    color: #5b5656;
    text-align: center
}


.video {
    display: flex;
    justify-content: center;
    width: 100%
}


.sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: min-content;
    margin: auto 1.5rem;
    width: 30%
}


.sorting>a {
    margin: auto;
    font-size: 12px;
    text-decoration: none;
    color: #5c5757 !important
}


.sorting>a:hover {
    color: #2ab88d
}


.sorting__btn--selected {
    padding: .5rem;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    border: 0;
    outline: 0;
    background-color: #6cccb0
}


.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}


.pagination a {
    color: #212121;
    padding: .5rem .75rem;
    border-radius: 5px
}


.pagination a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-radius: 5px
}


.page-link {
    padding: .5rem .75rem
}


.page-item.active .page-link {
    color: #fff;
    background-color: #2ab88d;
    border-radius: 5px
}


.page-counter {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative
}


.page-counter::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}


.page-counter::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}


.page-counter__scroll {
    overflow-x: auto
}


.page-counter__scroll nav ul {
    padding-right: 2rem;
    margin-top: 1rem
}


@media (min-width: 811px) {
    .m-sidebar__filter {
        display: none
    }

    .m-filter-icon {
        display: none
    }
}


@media (max-width: 810px) {
    .product-card-container {
        width: 50%;
        height: auto
    }

    .product-card {
        box-shadow: 0 0 4px 0 #0000001a;
        max-width: 100%
    }

    .product-list-container .product-card {
        width: auto
    }

    .card-body {
        font-size: .9rem;
        text-align: right;
        line-height: 27px;
        padding: .2rem 2rem 1.2rem 0
    }
}


.ah-tab-item {
    transform: translateX(0) !important
}


.ah-tab-overflow-wrapper {
    display: none
}


.search-page-container {
    margin: 1rem .5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid .5px #e1e1e1
}

.product-list-page-description {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 1.5rem;
    padding: 0 2rem;
    border: solid .5px #e1e1e1;
    font-family: iransans
}


.category-discription {
    margin: 1rem 0 !important
}


.category-discription span,
.category-discription p,
.category-discription h1,
.category-discription h2,
.category-discription h3,
.category-discription h4,
.category-discription h5,
.category-discription h6,
.category-discription strong,
.category-discription ul,
.category-discription ol,
.category-discription li,
.category-discription td,
.category-discription tr {
    font-family: IRANSans !important
}


.product-list-page-description p {
    text-align: justify;
    font-size: 1rem;
    color: #454545
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 4rem !important;
    color: #393e46 !important
}


.product-carousel .owl-nav button {
    line-height: 37px !important;
    text-align: center
}


.product-carousel .owl-nav button.owl-next {
    left: -15px;
    cursor: pointer
}


.product-carousel .owl-nav button.owl-prev {
    right: -15px;
    cursor: pointer
}


.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a
}


.product-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s
}


.product-carousel .owl-nav button.disabled {
    opacity: 0 !important
}


@media (max-width: 810px) {
    .search-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .search-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}


@media (max-width: 810px) {
    .tag-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .tag-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}



s.discounted-product-previous-price {
    margin-left: 1rem;
    color: red;
    font-weight: 300
}
