/*
Theme Name: behjatishop
Author: Sobhan Behjati
Version: 1.0.0
Author URI: https://instagram.com/sobhanbehjati.app
Theme URI: https://instagram.com/sobhanbehjati.app
Description: Designed by <a href="https://instagram.com/sobhanbehjati.app">Sobhan Behjati</a> 
*/
:root {
    --spacing-base: 4px;
    --main-color: #ff0090;
    --color-neutral-200: #e0e0e2;
    --color-neutral-300: #c0c2c5;
    --color-button-primary: #e91e63;
    --color-button-secondary: #19bfd3;
    --main-link-color: var(--main-color);
    --second-color: #68cc45;
    --text-color: #424750;
    --text-color-gray: #81858b;
    --text-color-single-product-title: #282828;
    --text-color-black: #000000;
    --footer-social-media: #a1a3a8;
    --price-color: var(--text-color);
    --text-discount: var(--main-color);
    --background-discount: #ffebeb;
    --z-gray: #f7f8f9;
    --z-gray-dark: #ececec;
    --background-color: #fff;
    --element-background-color: #fff;
    --shadow-color: rgba(249, 78, 96, 0.8);
    --color-neutral-100: #f0f0f1;
    --color-neutral-400: #a1a3a8;
    --color-neutral-500: #81858b;
    --border-color: var(--color-neutral-100);
    --border-color-2: #f3f3f3;
    --border-color-3: #e3e3e3;
    --input-background: var(--color-neutral-100);
    --input-background-white: white;
    --products-border-color-button-swipper: var(--color-neutral-200);
    --products-color-button-swipper: #5a5b5e;
    --color-danger: var(--color-button-primary);
    --btn-hover: var(--background-color);
    --color-date-comment: #777777;
    --color-button-disable: var(--color-neutral-200);
    --color-button-error: #b2001a;
    --color-button-text-primary: #fff;
}
[data-theme="dark"]:root {
    --text-color: #fff;
    --background-color: #1b1f2b;
    --z-gray: #1f2433;
    --z-gray-dark: #232837;
    --element-background-color: #1f2433;
    --border-color: rgba(242, 242, 242, 0.1);
    --input-background: #f0f0f1;
}
[data-theme="dark"] .elementor-element {
    --e-global-color-text: #fff;
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    src: url(fonts/bakh/YekanBakh-Regular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/bakh/YekanBakh-Light.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/bakh/YekanBakh-Medium.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/bakh/YekanBakh-Bold.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/bakh/YekanBakh-Fat.woff) format("woff");
    font-display: swap;
}
[class*=" icon-"],
[class^="icon-"] {
    line-height: 1;
}
body {
    font-family: YekanBakh;
    background-color: var(--background-color);
    color: var(--text-color);
    margin: 0;
    overflow-x: hidden;
    direction: rtl;
}
a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
    color: var(--text-color);
}
a:hover {
    text-decoration: none;
    transition: all 0.2s ease 0s;
    color: var(--main-color);
}
.pointer {
    cursor: pointer;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body button,
body input,
body textarea {
    outline: 0 !important;
}
.btn,
.button,
[type="button"],
[type="submit"],
button {
    font-size: 14px;
    color: #3e3e3e;
    background-color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: #fff0;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        opacity 0.25s ease;
}
.mt-1 {
    margin-top: calc(1 * var(--spacing-base));
}
.mt-40 {
    margin-top: 40px;
}
.mb-2 {
    margin-bottom: calc(2 * var(--spacing-base));
}
.mb-4 {
    margin-bottom: calc(4 * var(--spacing-base));
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-2 {
    margin-left: calc(2 * var(--spacing-base));
}
.mr-2 {
    margin-right: calc(2 * var(--spacing-base));
}
.ml-4 {
    margin-left: calc(4 * var(--spacing-base));
}
.px-4 {
    padding-right: calc(4 * var(--spacing-base));
    padding-left: calc(4 * var(--spacing-base));
}
.pt-2 {
    padding-top: calc(2 * var(--spacing-base));
}
.pt-3 {
    padding-top: calc(3 * var(--spacing-base));
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-3 {
    padding-bottom: calc(3 * var(--spacing-base));
}
.pb-2 {
    padding-bottom: calc(2 * var(--spacing-base));
}
.pb-7 {
    padding-bottom: calc(7 * var(--spacing-base));
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-2 {
    padding-top: calc(2 * var(--spacing-base));
    padding-bottom: calc(2 * var(--spacing-base));
}
.py-3 {
    padding-top: calc(3 * var(--spacing-base));
    padding-bottom: calc(3 * var(--spacing-base));
}
.py-5 {
    padding-top: calc(5 * var(--spacing-base));
    padding-bottom: calc(5 * var(--spacing-base));
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-5 {
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
}
.mx-3 {
    margin-right: calc(3 * var(--spacing-base));
    margin-left: calc(3 * var(--spacing-base));
}
.mx-5 {
    margin-right: calc(5 * var(--spacing-base));
    margin-left: calc(5 * var(--spacing-base));
}
.mb-1 {
    margin-bottom: calc(1 * var(--spacing-base));
}
.mb-5 {
    margin-bottom: calc(5 * var(--spacing-base));
}
.mt-2 {
    margin-top: calc(2 * var(--spacing-base));
}
.mt-5 {
    margin-top: calc(5 * var(--spacing-base));
}
.mt-6 {
    margin-top: calc(6 * var(--spacing-base));
}
.pr-1 {
    padding-right: calc(1 * var(--spacing-base));
}
.pr-2 {
    padding-right: calc(2 * var(--spacing-base));
}
.pr-5 {
    padding-right: calc(5 * var(--spacing-base));
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.my-4 {
    margin-top: calc(4 * var(--spacing-base));
    margin-bottom: calc(4 * var(--spacing-base));
}
.border-t {
    border-top: 1px solid var(--border-color);
}
.border-t-2 {
    border-top: 1px solid var(--border-color-2);
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.ai-center {
    align-items: center;
}
.jc-center {
    justify-content: center;
}
.jc-between {
    justify-content: space-between;
}
.jc-end {
    justify-content: flex-end;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.flex-column {
    flex-direction: column;
}
.grow-1 {
    flex-grow: 1;
}
.grow-2 {
    flex-grow: 2;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.border-b {
    border-bottom: 1px solid var(--border-color);
}
.txt-danger {
    color: var(--color-danger);
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 12px auto;
}
.alignright {
    float: right;
    margin: 12px 0 20px 20px;
}
.alignleft,
html[dir="ltr"] .alignright {
    float: left;
    margin: 12px 20px 20px 0;
}
.wp-caption {
    max-width: 100%;
}
html[dir="ltr"] .alignleft {
    float: right;
    margin: 12px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
span.required {
    color: red;
}
.mask-menu {
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 0.5);
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
}
.mobile-menu {
    width: 312px;
    right: 0;
    height: 100%;
    min-height: 500px;
    background: #fff;
    -webkit-transform: translateX(400px);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 9999999;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-item-m a {
    height: 52px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
    color: var(--text-color);
    display: flex;
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    justify-content: flex-start;
    align-items: center;
}
.mobile-menu .searchbox {
    margin: 2rem 0 8px;
}
.text-mobile-item {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
}
.mobile-categories li {
    height: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
}
.mobile-categories li a {
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 52px;
    line-height: 53px;
}
.--mobile-menu-active {
    color: var(--main-color);
}
.mobile-categories li.menu-item-has-children > a.--mobile-menu-active:first-child::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-categories li.menu-item-has-children > a:first-child::after {
    font-family: "marvelfonts";
    font-style: normal;
    font-weight: 400;
    speak: never;
    text-decoration: inherit;
    width: auto;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e80a";
    height: 100%;
    float: left;
    font-size: 20px;
}
.mobile-categories li.menu-item-has-children ul {
    width: 100%;
    position: relative;
    background: var(--color-neutral-100);
    padding-right: calc(5 * var(--spacing-base));
    display: none;
}
#slideMenu {
    z-index: 9;
}
header#header {
    border-bottom: 1px solid #EFEFF5;
    margin-bottom: 1rem;
    background: white;
}
#header-d {
    display: block;
    transition: height 0.3s;
    z-index: 99;
    height: auto;
}
.header {
    background: #fff;
    width: 100%;
    direction: rtl;
}
.attentionSection {
    background: #f8d4b5;
}
.attentionSection img {
    height: 68px;
    margin: auto;
}
.sticky-header {
    position: relative;
    background: #fff;
    transition-duration: 0.3s;
}
.scroll-down.sticky-header {
    border-bottom: 1px solid transparent !important;
}
.header-cont .row {
    display: flex;
    align-items: center;
    position: relative;
    background: var(--background-color);
}
.header-cont {
    height: auto;
    border-bottom: 1px solid #ebebeb;
}
.elm-header {
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--background-color);
}
.header-wishlist {
    font-size: 22px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.header-icons-dividar {
    display: block;
    height: 18px;
    border-right: 1px solid;
    border-color: rgb(0 0 0 / 0.105);
    margin: 0 12px;
}
.help-box-subtitle {
    font-size: 14px;
    color: #7f7f7f !important;
}
.help-box-tell {
    font-size: 18px;
    font-weight: 800;
    color: var(--main-color);
    font-family: "YekanBakh";
}
.help-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
div#logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: inherit;
    justify-content: flex-end;
}
.header-cont #logo .logo {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.header-cont #logo .logo img {
    width: 100%;
}
.searchbox {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: inherit;
    flex: 1 1 0%;
}
.searchbox .header-search {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: block;
    height: 45px;
    top: 0;
}
.searchbox .header-search form {
    margin: 0;
}
.searchbox .header-search .dgwt-wcas-search-input {
    font-size: 12px;
    border: 0 !important;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    height: 100%;
    min-height: 45px;
    margin: 0;
    text-indent: 30px;
    color: #313131;
    padding: 0;
    background-color: #F7F7F9 !important;
    border-color: #F7F7F9 !important;
}
.searchbox .header-search .dgwt-wcas-search-input::placeholder {
    color: #757575 !important;
}
.searchbox .header-search svg {
    position: absolute;
    left: 10px;
    background-color: #fff0;
    border: 0;
    font-size: 18px;
    top: 12px;
    font-weight: 400;
    bottom: auto;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    z-index: 9;
}
.searchbox .header-search svg path {
    fill: #6e6e6e !important;
}
.header-cart {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart-bag {
    font-size: 22px;
}
.header-cart-bag .header-cart-number {
    border-radius: 15px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    right: -16px;
    text-align: center;
    min-width: 18px;
    height: 18px;
    margin: -1px 12px 0 0;
    display: flex;
    justify-content: center;
    padding-top: 1px;
    align-items: center;
}
.header-my-account {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.header-my-account > a {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    gap: 8px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #ff0090;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--main-color);
}
.header-my-account a:hover {
    color: var(--main-link-color);
}
.header-my-account a i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.account-inner a {
    border: none;
    border-bottom: 1px solid var(--border-color-2);
    border-radius: 0;
}
.user-account-txt {
    color: var(--text-color-black);
    font-weight: 800;
    line-height: 2.15;
    font-size: 17px;
}
.header-my-account .user-account-txt {
    color: var(--text-color-black);
    font-weight: 700;
    line-height: 2.15;
    font-size: 15px;
}
.user-account i {
    margin: 0 !important;
    font-size: 16px !important;
}
.header-my-account-m {
    padding: 0 8px 0 8px;
    font-size: 21px;
    line-height: 0;
    margin-left: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menus {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
    height: 48px;
    z-index: 0;
    padding: 0;
}
.header-cont .row.header-menus {
    display: block;
}
.scroll-down .header-menus {
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
}
.header-menus ul {
    position: relative;
}
.header-menus ul li.menu-item-main {
    float: right;
    padding: 0 0.75em;
    text-align: center;
    transition: all 0.5s;
    height: 100%;
    display: flex;
}
.header-menus ul li.menu-item-main a.link-item-main {
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding: 15px 10px;
}
.header-menus ul li:first-child a.link-item-main {
    background: #607d8b0a;
    font-weight: 500;
}
.header-menus ul li.menu-item-main a.link-item-main:hover {
    color: var(--main-link-color);
}
.header-menus ul li.menu-item-main .link-item-main::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: #fff0;
    background: var(--main-link-color);
    height: 2px;
    transition: all 0.5s;
}
.header-menus ul li .link-item-main:hover::after {
    transition: all 0.5s;
    width: 100%;
}
.header-menus ul li ul.sub-menu-main {
    position: absolute;
    top: 48px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
    border-radius: 0 0 4px 4px;
    padding: 16px;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    column-count: 5;
    height: auto;
    z-index: 9;
}
.header-menus ul li:hover ul.sub-menu-main {
    opacity: 1;
    visibility: visible;
}
.header-menus ul li ul.sub-menu-main li {
    text-align: right;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.header-menus ul li ul.sub-menu-main li a.link-item-sec {
    color: #282828;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
    margin-top: 4px;
}
.header-menus ul li ul.sub-menu-main li a.link-item-sec:hover,
.header-menus ul li ul.sub-menu-main li ul.sub-menu-1 li a:hover {
    color: var(--main-color);
}
.header-menus ul li ul.sub-menu-main li a.link-item-sec i {
    font-size: 12px;
    margin-right: 6px;
}
.header-menus ul li ul.sub-menu-main li ul.sub-menu-1 {
    position: unset;
    display: block;
    width: 100%;
    column-count: unset !important;
    border: none;
    border-radius: unset;
    padding: 0 !important;
    vertical-align: unset !important;
}
.header-menus ul li ul.sub-menu-main li ul.sub-menu-1 li {
    display: block;
    float: right;
    width: 100%;
    margin-top: 4px;
}
.header-menus ul li ul.sub-menu-main li ul.sub-menu-1 li a {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    color: var(--color-neutral-500);
}
div#header-m {
    margin-bottom: 1rem;
}
#header-m .icon-menu {
    font-size: 23px;
    text-align: right;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin-right: 6px;
}
#header-m .header-cart-bag {
    font-size: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 2px;
}
#header-m .searchbox {
    display: block;
}
.account-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    visibility: hidden;
    width: 256px;
    z-index: -1;
}
.account-inner li {
    padding: 0;
    width: 100%;
}
.account-inner li a {
    padding: 8px 16px;
    width: 100%;
    display: block;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
}
.account-inner a:hover {
    background-color: var(--color-neutral-100);
    border-color: #fff0;
    color: var(--text-color);
}
.my-account:hover .account-inner {
    opacity: 1;
    top: calc(71% + 2px);
    visibility: visible;
    z-index: 99;
    overflow: hidden;
}
.wishlist-title-container {
    display: none;
}
.my-account:hover a.header-my-account-profile,
.header-wishlist:hover {
    background: #ffe4f0;
    color: var(--main-link-color);
    border: 1px solid #ffe4f0;
}
a.user-account {
    padding: 16px 12px;
}
.woocommerce-cart main.main-page, .woocommerce-checkout .main-page {
    background: #f9fafb;
}
.custom-page {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgb(110 134 216 / 10%);
    overflow: hidden;
}
.single-post .custom-page {
    font-size: 16px;
}
.custom-page h2.page-title,
.custom-page h1.page-title {
    font-size: 1.5em;
    position: relative;
    padding-right: 20px;
}
.custom-page h2.page-title::before,
.custom-page h1.page-title::before {
    content: "";
    float: right;
    width: 10px;
    height: 10px;
    background-color: var(--color-button-primary);
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    top: 42%;
    position: absolute;
    right: 0;
}
.custom-page .woocommerce {
    display: inline-block;
    width: 100%;
    height: auto;
}
.custom-page .woocommerce ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.custom-page .woocommerce ul a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.custom-page .woocommerce ul h3 {
    margin: 0;
}
.custom-page .woocommerce ul .products-thumb {
    margin: 0;
    margin-bottom: 14px;
}
.custom-page .woocommerce ul .products-prices {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 0 20px;
    line-height: normal;
}
.custom-page .woocommerce ul .products-prices span.products-last-price {
    position: relative;
    color: red;
}
.custom-page .woocommerce ul .products-prices span.products-new-price {
    position: relative;
    font-size: 22px;
}
.custom-page .woocommerce .products-items {
    border: 1px solid #4caf5014;
    box-shadow: 0 3px 0 0 #4caf50;
}
.main-slider {
    margin-top: 16px;
}

.main-slider .swiper-wrapper {
    height: auto;
}
svg.swiper-navigation-icon {
    display: none;
}

.woocommerce-variation-description {
    background: #fafafa;
    color: #000000;
    width: auto;
    font-size: 15px;
    padding: 8px 1rem 6px;
    border-radius: 4px;
    font-weight: 400;
    margin: 2rem 0;
}

.woocommerce-variation-availability {
    display: none;
}
a.reset_variations {
    display: none;
}
.single-product .woocommerce-product-gallery img.zoomImg {
    display: none !important;
}

.swiper-slide {
    background: none !important;
}
.main-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-slider .swiper-slide a {
    width: 100%;
}
.main-products-sec {
    position: relative;
    text-align: right;
    direction: rtl;
    width: 100%;
}
.main-products-sec-title {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}
.main-products-sec-title h3 {
    font-size: 20px;
    color: var(--text-color);
    display: inline-block;
    font-weight: 700;
}
.main-products-sec-title a.products-more {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
}
.main-products-sec-title a.products-more i {
    margin-top: 2px;
    margin-right: 8px;
    float: left;
}
.main-products-sec-title .products-more-blog span {
    background: #f0f0f0;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    border-radius: 40px;
    padding: 5px 12px;
    margin-right: 1rem;
}
.products-items {
    border-radius: 6px;
    overflow: hidden;
    min-height: 1px;
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(59 70 98 / 0.06);
    margin-block: 4px;
    position: relative;
}
.products-items:hover > .products-thumb {
    transform: scale(1.08);
    transition: all 0.4s;
}
.main-products-sec-content-swiper {
    padding: 0 8px !important;
    height: fit-content;
}
.main-products-sec-content {
    height: auto;
    position: relative;
}
.main-products-sec-content .swiper-wrapper {
    height: auto;
}
.gridViewSwiper .swiper-wrapper .products-thumb {
    position: relative;
    margin: 0;
    transition: all 0.4s;
}
.gridViewSwiper .swiper-wrapper {
    height: 412px;
}
.products-thumb {
    position: relative;
    margin: 42px 10px 10px 10px;
    transition: all 0.4s;
}
.products-thumb img {
    height: 176px;
    max-width: 100%;
    border: none;
    object-fit: contain !important;
}
.products-title {
    min-height: 60px;
}
.products-title h3 {
    margin-bottom: 6px;
    position: relative;
    z-index: 4;
    padding: 0 14px;
    text-align: right;
    height: 56px;
    line-height: 28px;
    margin-top: 34px;
}
.products-title h3 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}
.product-box {
    overflow: hidden;
}
.product-box .woocommerce-variation-price {
    display: none;
}
.products-prices {
    position: relative;
    margin-top: 14px;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    padding-left: 2rem;
}
.products-prices .products-last-price {
    font-size: 14px;
    color: #838c9f80;
    white-space: nowrap;
    font-weight: 500;
    float: right;
    right: 0;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-left: 6px;
}
.products-prices .products-new-price {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    float: left;
    color: var(--main-color);
    display: flex;
    gap: 1rem;
}
.products-items .products-new-price .woocommerce-Price-currencySymbol {
    color: #838c9f;
    margin-right: 3px;
    font-size: 14px;
}
.products-incredibleOffer {
    width: 116px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 12px;
}
.products-discount {
    position: absolute;
    background: #ff00630d;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: var(--main-color);
    padding: 7px 8px 4px;
}
.products-items-more {
    align-items: center !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    font-size: 14px !important;
    gap: 24px;
}
.pcb-item {
    display: flex;
    font-size: 11px;
    gap: 12px;
    color: #000;
}
.pcb-item .pcb-item-icon {
    margin-left: 0;
    background: #0086ff17;
    color: #0047ff;
    width: 30px;
    height: 30px;
    border-radius: 2rem;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.pcb-items .px-4 {
    padding: 0 !important;
}
.pcb-item span {
    color: #073856;
    padding: 0 6px;
    width: 89%;
    text-align: center;
    border-radius: 4px;
}
.pcb-item-shop {
    background: linear-gradient(0deg, hsl(240 3% 94% / 0.5), hsl(240 3% 94% / 0.5)), #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.products-items-more i {
    border-radius: 50%;
    border: 1px solid var(--products-border-color-button-swipper);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 11px 0;
}
.main-amazingOffer {
    position: relative;
    border-radius: 24px;
    padding: 15px 15px 15px 8px;
    background-image: url(/wp-content/themes/arayeshimarvel/img/deal-pattern.svg),
        linear-gradient(180deg, #e6128c, #c60c63);
}
.main-amazingOffer-content {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    direction: rtl;
}
.main-amazingOffer-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
}
.main-amazingOffer-title .view-all {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    padding: 6px 30px 5px 15px;
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.main-amazingOffer-title .view-all:hover {
    color: #d60644;
    background-color: #fff;
}
.main-amazingOffer-content .swiper {
    border-radius: 0 !important;
}
.main-amazingOffer-title .view-all i {
    margin-top: 3px;
    margin-right: 2px;
}
.main-amazingOffer-content > .products-button-prev {
    margin-right: 180px;
}
.main-banners img {
    width: 100%;
    border-radius: 20px;
}
.gridViewSwiper .swiper-slide {
    display: flex;
    border: 1px solid var(--z-gray-dark);
    align-items: center;
    padding: 16px;
}
.gridViewSwiper .swiper-slide .product-item-counter {
    border-radius: 6px;
    background: var(--second-color);
    color: var(--main-color);
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-left: 1px;
    font-weight: bolder;
    margin-right: 6px;
    flex-grow: 0;
    flex-shrink: 0;
}
.gridViewSwiper .products-thumb {
    height: 68px;
    width: 68px;
    transform: scale(1) !important;
    flex-grow: 0;
    flex-shrink: 0;
}
.gridViewSwiper .products-thumb img {
    height: 100%;
    width: 100%;
}
.gridViewSwiper .products-title {
    padding: 0 15px 0 0;
    margin: 0;
}
.gridViewSwiper .products-title a {
    line-height: 2;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
}
.gridViewSwiper .products-title a::before {
    background-color: var(--z-gray-dark);
    bottom: -33px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.ellipsis-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
footer {
    background-color: #fff;
    padding-top: 32px;
    border-top: 1px solid var(--z-gray-dark);
    direction: rtl;
    position: relative;
    margin-top: 1rem;
}
.footer-box-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.15;
    margin-bottom: 8px;
    color: var(--text-color);
}
.footer-box-title::before {
    content: "";
    float: right;
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    top: 12px;
    position: absolute;
    right: 0;
}
.footer-box-con ul li a {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
    display: block;
    color: var(--text-color-gray);
}
.footer-social-media a {
    font-size: 30px;
    color: var(--footer-social-media);
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 32px;
    padding-top: 6px;
}
.footer-newspaper {
    margin-top: 32px;
}
.footer-newspaper input,
.footer-newspaper input:visited {
    border: none;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: var(--input-background);
    padding-right: 12px;
    font-weight: 400;
}
.footer-newspaper button {
    background-color: var(--color-button-primary);
    color: var(--color-button-text-primary);
    height: 47px;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 700;
    padding: 0 14px;
    border: none;
}
.footer-newspaper button.btn-disableb {
    background-color: var(--color-button-disable);
}
.footer-article article .footer-article-c-title,
.footer-article article h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 30px;
    color: var(--text-color-black);
}
.footer-article article p {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color-gray);
    margin: 0;
}
.footer-article .footer-article-button,
.loadmore-button {
    margin-top: 8px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
    color: var(--color-button-secondary);
}
.footer-article .footer-article-button i,
.loadmore-button i {
    margin-right: 6px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.footer-article-button:hover i,
.loadmore-button:hover i {
    margin-right: 12px;
}
.footer-article {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid var(--z-gray-dark);
    margin-top: 32px;
}
.namad-box img {
    width:auto;
    height: 75px;
}
.footer-features .namad-box {
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    border: 1px solid var(--products-border-color-button-swipper);
    margin-right: 8px;
}
#footer-article-c {
    overflow: hidden;
    height: 108px;
    transition: height 0.2s ease;
}
.footer-copyright {
    font-size: 11px;
    padding: 32px 24px;
    border-top: 1px solid var(--z-gray-dark);
    color: var(--text-color-gray);
    line-height: 2.5;
}
.footer-address {
    font-size: 14px;
    display: flex;
    gap: 8px;
}
.footer-address svg {
    width: 18px;
    height: 18px;
}
.footer-address svg path {
    fill: var(--main-color);
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    color: var(--text-color-gray);
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
}
.sale-flash {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.15;
    color: #e6123d;
    position: absolute;
    z-index: 2;
    right: 3rem;
}
.sbnew-simple-date #sbnew_woo_sales_count {
    border-top: none;
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
    color: #e6123d;
    margin-right: 22px;
    font-size: 14px;
}
.woocommerce-product-img img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.product .summary.entry-summary {
    background:white;
    border: 1px solid #efeff5;
    border-radius: 1rem;
}
h1.product_title.entry-title {
    font-size: 20px;
    margin: 16px 0 0;
    direction: rtl;
    text-align: right;
    font-weight: 700;
    color: var(--text-color-single-product-title);
    line-height: 1.6;
}
.woocommerce-product-gallery ol.flex-control-thumbs {
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
    height: 82px;
    margin-top: calc(5 * var(--spacing-base));
    margin-bottom: calc(3 * var(--spacing-base));
}
.woocommerce-product-gallery ol.flex-control-thumbs li {
    float: right;
    width: 82px;
    height: 100%;
    margin-left: calc(2 * var(--spacing-base));
    padding: calc(1 * var(--spacing-base));
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid var(--border-color);
}
.woocommerce-product-gallery ol.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
}
.latinproductname {
    position: relative;
}
.latinproductname span {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #878787;
}
.b-enTitleLine {
    height: 1px;
    background-color: #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
.attr-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.15;
    text-align: right;
}
.product .product-detail {
    margin-left: 40px;
}
.product span.detail-label {
    margin-left: 8px;
    color: #686868;
}
.product span.detail-label i {
    font-size: 14px;
    display: none;
}
.product span.product-meta-title {
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
}
.product span.detail-content {
    font-size: 13px;
    font-weight: 600;
}
.product .detail-content a {
    color: #ee0979;
}
.product-detail.product-meta-title-original {
    background: #ee0979;
    background: -webkit-linear-gradient(to left, #ee0979, #ff6a00);
    background: linear-gradient(to left, #ee0979, #ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    font-size: 14px;
    position: relative;
    padding-right: 14px;
}

.product-detail.product-meta-title-original:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 8px;
    background: #ee0979;
    border-radius: 2rem;
}
form.variations_form.cart {
    margin: 0;
}
.product-featured-attributes {
    overflow: hidden;
    width: 100%;
}
.product-featured-attributes ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.product-featured-attributes li:before {
    content: "";
    position: relative;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #e6e6ee;
    display: inline-block;
    vertical-align: baseline;
}
.product-featured-attributes li {
    line-height: 2.15;
    color: #494e59;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    position: relative;
    text-align: right;
    margin-bottom: calc(1 * var(--spacing-base));
}
.product-featured-attributes li strong {
    font-weight: 700;
    color: #424750;
}
.product-featured-ashantiun {
    background: #e91e630a;
    display: flex;
    color: #e91e63;
    max-width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 8px;
	margin-bottom: 1rem;
}
.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
    box-shadow: none !important;
}
.woo-variation-swatches
    .variable-items-wrapper
    .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock)
    .variable-item-contents:before,
.woo-variation-swatches
    .variable-items-wrapper
    .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock)
    .variable-item-contents:before {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    align-items: center;
    content: "\e80d";
    justify-content: center;
    font-family: "marvelfonts";
    color: #fff;
}
.product-cart-box {
    background: #f9fafb;
    margin-top: 10px;
}
.product-cart-box div.pcb-item span {
    padding: 0 1rem;
    border-radius: 2rem;
    font-size: 12px;
    font-weight: 500;
    background: #6c6c6c08;
    color: #000;
}
.product-cart-box button.single_add_to_cart_button.button.alt,
.page-id-370 input[type="submit"] {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    height: 58px;
    background: #00d165;
    border-radius: 6px;
    border: 1px solid #00d165;
}
.product-cart-box button.single_add_to_cart_button.button.alt i {
    font-size: 17px;
    margin-left: 8px;
}
.product-cart-box button.single_add_to_cart_button.button.alt:hover,
.page-id-370 input[type="submit"]:hover {
    background-color: var(--btn-hover);
    color: #00d165;
}
.product-cart-box .woocommerce-variation-add-to-cart.variations_button form {
    padding: calc(4 * var(--spacing-base));
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.outofstock .product-cart-box .single_prices {
    padding-top: 16px;
    font-size: 14px;
    color: black;
}
.product-cart-box .single_prices {
    margin: 0;
    min-width: 30%;
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    font-size: 27px;
    text-align: center;
    font-weight: 700;
    float: right;
    color: var(--main-color);
    flex-direction: column;
}
.woocommerce-variation-add-to-cart .quantity {
    font-size: 14px;
    width: 164px;
    height: 58px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(131 140 159 / 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    padding: 8px;
}
.woocommerce-variation-add-to-cart .quantity .increase,
.woocommerce-variation-add-to-cart .quantity .reduced {
    display: flex;
    padding: 0 5px;
    min-width: 35px;
    align-items: center;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border: none;
    background: #f8f8fa;
    font-size: 22px;
    border-radius: 5px;
    color: #aaa;
}
.woocommerce-variation-add-to-cart .elm_qty:hover {
    color: #fff;
    background-color: var(--main-color);
}
.woocommerce-variation-add-to-cart .quantity input {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border: 0;
    height: 42px;
    text-align: center;
    font-size: 18px;
}
div.quantity input[type="number"],
div.quantity input[type="number"]::-webkit-inner-spin-button,
div.quantity input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.qty_input {
    width: 30px;
    height: 40px;
    flex-grow: 1;
}
.single_prices_last_price .single_price_last_price {
    font-size: 16px;
    color: #838c9fe0;
    white-space: nowrap;
    font-weight: 500;
    float: right;
    width: 100%;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.product-cart-box .single_prices .single_prices_new_price span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    color: #838c9f;
    margin-right: 3px;
}
.woocommerce-tabs .wc-tabs {
    text-align: right;
    margin-bottom: 30px;
    display: none;
}
.wc-tabs {
    padding-top: 10px;
    display: block;
    display: none;
}
.woocommerce-tabs ul.tabs li {
    padding: 0 1em;
}
.wc-tabs > li {
    display: inline-block;
}
.woocommerce-tabs ul.wc-tabs li a {
    display: inline-block;
    padding: 14px 0;
    font-weight: 400;
    color: #515151;
    text-decoration: none;
    font-size: 15px;
}
.woocommerce-tabs ul.wc-tabs li.active a {
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}
.woocommerce-tabs .panel {
    line-height: 36px;
    color: #232933;
    font-size: 16px;
    border: 1px solid var(--z-gray-dark);
    padding: 16px;
    border-radius: 10px;
    font-weight: 500;
    overflow: hidden;
    display: block !important;
    margin-bottom: 3rem;
    position:relative;
    background:white;
}
.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel h3,
.woocommerce-tabs .panel h4 {
    margin: 16px 0 10px;
    line-height: 2;
    font-weight: 700;
    font-size: 19px;
}
.woocommerce-Tabs-panel--description table th,
.woocommerce-Tabs-panel--description table td,
.custom-page th,
.custom-page td {
    padding: 12px;
}
.shop_attributes {
    margin-bottom: 1.618em;
    width: 100%;
    font-size: 14px;
}
table.shop_attributes th {
    padding: 15px;
    width: 200px;
    margin: 0;
    line-height: 1.5;
    text-align: right;
}
table.shop_attributes td {
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
table.shop_attributes tr:nth-child(even) td,
table.shop_attributes tr:nth-child(even) th {
    background: rgb(0 0 0 / 0.025);
}
table.shop_attributes tr td p {
    margin: 0;
}
#comments .comment_container {
    display: flex;
    width: 100%;
}
#comments ol.commentlist {
    list-style: none !important;
    padding: 0 !important;
}
#comments ol.commentlist li img.avatar {
    margin-top: 0;
    width: 65px;
    border: none;
    border-radius: 3px;
    padding: 0;
    z-index: 999;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 1px 7px rgb(0 0 0 / 0.2);
    -webkit-box-shadow: 1px 1px 7px rgb(0 0 0 / 20%);
    -ms-box-shadow: 1px 1px 7px rgb(0 0 0 / 0.2);
    -o-box-shadow: 1px 1px 7px rgb(0 0 0 / 0.2);
    background: #fff;
}
#comments ol.commentlist li .comment-text {
    margin-left: 0;
}
#comments ol.commentlist li .comment-text {
    border: none;
    margin: 0;
    border-radius: 4px;
    padding: 0 16px 0;
    width: 100%;
}
#comments ol.commentlist li .comment-text p.meta {
    float: right;
}
#comments ol.commentlist li .comment-text p.meta strong {
    font-size: 14px;
    float: right;
    font-weight: 700;
    margin: 0;
}
#comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-weight: 100;
    font-family: "YekanBakh";
    font-size: 11px;
    color: var(--color-date-comment);
    padding: 0 10px;
    display: none;
}
#comments ol.commentlist li .comment-text .reply {
    float: left;
    height: 30px;
    border: 1px solid #f5f5f5;
    line-height: 30px;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
#comments ol.commentlist li .comment-text .reply a {
    color: #212121;
    padding: 0 10px;
    display: block;
}
.comment-text .description {
    float: right;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comment-text .star-rating {
    float: left;
}
.star-rating {
    font-family: "marvelfonts";
    font-size: 1em;
    font-weight: 400;
    height: auto;
    overflow: hidden;
}
.star-rating {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: auto;
}
.star-rating span:before,
.star-rating:before {
    content: "\e816\e816\e816\e816\e816";
    left: 0;
    position: absolute;
    top: 0;
}
.star-rating:before {
    float: left;
    opacity: 0.25;
    position: relative;
}
.star-rating span[style*="width"]:before,
.star-rating:before {
    color: #5e5e5e;
    content: "\e816\e816\e816\e816\e816";
    font-family: "marvelfonts";
    font-size: 14px;
    font-weight: 600;
    margin-left: 2px;
}
.commentlist .comment_container .star-rating span {
    color: #ffc107;
}
.star-rating span[style*="width"] {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.star-rating span {
    color: #fd6564;
}
.star-rating span {
    color: #0f6ecd;
    float: left;
    font-weight: 600;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.star-rating span[style*="width"]:before {
    color: #febd69;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
}
span.woocommerce-review__dash {
    display: none;
}
.comment-form-rating {
    width: 100%;
    float: right;
    margin: 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-top: 1px solid #0c0c0c0f;
    padding-top: 2rem;
}
.comment-form-rating .stars {
    margin: 0;
    width: auto !important;
}
.comment-form-rating lable {
    float: right;
}
.comment-form-rating label {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
}
.stars.selected a:before,
.stars.selected:hover a:before,
.stars:hover a:before {
    content: "\e816";
    color: #eabe12;
    font-size: 14px;
    font-family: "marvelfonts";
}
.stars a.active ~ a:before,
.stars a:before,
.stars a:hover ~ a:before,
.stars.selected:hover a:hover ~ a:before {
    content: "\e816";
    color: #d7d7d7;
    font-size: 14px;
    font-family: "marvelfonts";
}
.comment-form-rating .stars a {
    float: right;
    font-size: 0;
    padding-left: 7px;
    display: flex;
    align-items: center;
}
.comment-form-rating .stars a:before {
    font-size: 22px !important;
}
p.comment-form-comment {
    margin-bottom: 2rem;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-cart table.cart td.actions .coupon > input.input-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    padding: 7px 10px;
    width: 100%;
    background: var(--z-gray);
}
p.comment-form-author {
    width: 50%;
    float: right;
    margin-left: 1%;
}
p.comment-form-email {
    float: right;
    width: 49%;
}
p.comment-form-cookies-consent {
    float: right;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}
.g-recaptcha {
    width: 100%;
    display: flex;
    transform: scale(1) !important;
    margin: 1rem 0 2rem;
}
input#wp-comment-cookies-consent {
    width: auto !important;
    margin: 0;
}
.comment-form-cookies-consent label {
    padding: 0 10px 0 0;
    margin: 0;
}
#review_form p.form-submit input.submit {
    float: right;
    background-color: var(--main-color) !important;
    padding: 3px 24px !important;
    width: 200px !important;
    font-weight: 600;
    border: none !important;
    color: #fff;
}
.woocommerce-cart .woocommerce-cart-form {
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.woocommerce table.cart.woocommerce-cart-form__contents tr:last-child,
div#tab-additional_information {
    display: none !important;
}
#tab-description table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
#tab-description th,
#tab-description td {
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
}
#tab-description th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #1a73e8;
    text-transform: uppercase;
}
#tab-description tr:nth-child(even) {
    background-color: #f9f9f9;
}
#tab-description tr:hover {
    background-color: #f1f3f5;
    transition: background-color 0.3s ease;
}
#tab-description td {
    line-height: 1.6;
}
#tab-description td a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.3s ease;
}
#tab-description td a:hover {
    color: #1557b0;
    text-decoration: underline;
}
.woocommerce table.shop_table {
    border-right: none;
    margin: 5px 0 0;
    text-align: right;
    width: 100%;
    clear: both;
}
.woocommerce table.cart.woocommerce-cart-form__contents {
    border: none;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(59, 70, 98, 0.06);
}
.woocommerce table.shop_table th {
    padding: 10px 15px;
    font-weight: 500;
    text-align: right;
    font-size: 12px;
    color: rgb(73, 78, 89);
}
.woocommerce-cart table.cart th {
    color: #333;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    vertical-align: middle;
    border: none;
    padding: 14px 7px;
}
.woocommerce table.shop_table > thead > tr > th {
    background: #f9f9f9;
}
.woocommerce table.shop_table tr {
    border-bottom: 1px solid #eee;
}
.woocommerce table.shop_table td {
    border: none;
    vertical-align: middle;
}
.woocommerce table.shop_table td.product-remove {
    width: 60px;
    text-align: center;
}
a.remove {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    position: relative;
}
.woocommerce-cart table.cart a.remove {
    font-size: 17px;
    line-height: 17px;
    border-radius: 7px;
    background: rgb(158 158 158 / 32%);
    color: #fff;
    font-family: auto;
}
.woocommerce table.shop_table td.product-remove .remove {
    margin: auto;
}
.woocommerce table.shop_table td.product-thumbnail {
    width: 80px;
    height: auto;
    text-align: center;
}
.product-name dl.variation {
    display: flex;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    align-items: center;
    color: var(--text-color-gray);
}
.product-name dd {
    margin: 0;
    margin-left: 10px;
    margin-right: 4px;
    font-weight: 600;
}
.woocommerce-cart table.cart td.product-name a {
    font-weight: 500;
}
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-quantity {
    font-family: "YekanBakh";
    font-size: 12px;
}
td.product-price .woocommerce-Price-amount,
.cart td.product-subtotal .woocommerce-Price-amount {
    margin: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--price-color);
}
.woocommerce-cart table.cart td.product-subtotal {
    position: relative;
}
.woocommerce table.shop_table tr td:last-child {
    border-left: none;
    border-bottom: none;
}
.woocommerce-cart .product-quantity .quantity {
    border: 1px solid #eee;
    font-size: 15px;
    padding: 0 7px;
    border-radius: 10px;
    color: var(--main-color);
    width: 102px;
}
.woocommerce-cart .product-quantity .quantity label {
    display: none;
}
.woocommerce-cart .product-quantity .qty_input input {
    width: 100%;
    border: none;
    text-align: center;
}
.woocommerce-cart .product-quantity .qty_input {
    display: flex;
    align-items: center;
}
.woocommerce-cart .elm_qty {
    background-color: #fff0;
    padding: 5px;
    color: var(--main-color);
    border-radius: 50%;
    font-size: 17px;
}
.woocommerce-cart table.cart .product-thumbnail a {
    width: 100%;
}
.woocommerce-cart table.cart img {
    width: 100%;
    height: 100%;
}
.woocommerce-cart table.cart td.actions {
    padding-top: 20px;
    overflow: hidden;
}
.woocommerce-cart table.cart td.actions .update-cart .button,
.woocommerce-cart table.cart td.actions .coupon > .button,
.button-secondary,
p.return-to-shop a {
    float: left;
    padding: 6px 15px;
    background-color: var(--color-button-secondary);
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}
.woocommerce-cart table.cart td.actions .update-cart {
    float: left;
    padding-bottom: 20px;
}
.woocommerce-cart table.cart td.actions .coupon {
    float: right;
}
.woocommerce-cart table.cart td.actions .coupon > .button {
    float: right;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px 14px;
}
.woocommerce-cart table.cart td.actions .coupon > .input-text {
    float: right;
}
.woocommerce-cart table.cart td.actions .coupon > input.input-text {
    width: auto;
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart_totals {
    margin: 0 0 60px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(59, 70, 98, 0.06);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 4px;
    width: 100%;
    float: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart_totals table {
    line-height: 35px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr,
.woocommerce-checkout .cart_totals tr {
    border: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart_totals tr th {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal,
.woocommerce-checkout .cart_totals tr.cart-subtotal {
    font-weight: 600;
    color: #494e59;
    font-size: 15px;
    text-align: left;
}
.cart_totals td {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.cart_totals td strong {
    font-weight: 600;
    font-size: 18px;
}
.woocommerce-cart .cart-collaterals .cart_totals a.checkout-button,
.woocommerce-checkout .cart_totals .button,
.woocommerce-MyAccount-content-box .button,
.custom-modal-content .button {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-button-text-primary);
    padding: 15px 0;
    width: 100%;
    margin: 16px 0 8px;
    background: #00d165;
    border-radius: 6px;
    border: 1px solid #00d165;
}
.woocommerce-billing-fields .woo-billing-sec-title {
    display:none;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 6px;
}
.woocommerce-checkout .checkout #customer_details .form-row-first {
    clear: left;
}
.woocommerce-checkout .checkout label {
    font-weight: 500;
    color: #666;
    font-size: 15px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: 5px;
    line-height: 22px;
    font-size: 14px;
    padding: 4px 15px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: var(--text-color);
    min-height: 40px;
    border: 1px solid var(--border-color);
    background-color: var(--input-background-white);
}
.woocommerce form .form-row label { */
    display: block;
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 500;
    border: 0;
}
.woocommerce form .form-row .required {
    visibility: visible;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
li.select2-results__option,
.select2-search__field {
    font-size: 14px;
    line-height: 30px;
}
.woocommerce-checkout-row {
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 1px 7px -5px rgb(0 0 0 / 10%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 4px;
    padding: 20px;
}
.checkoutProductsSwiper .swiper-slide {
    height: auto;
}
.checkoutProductsSwiper .checkout-product-image {
    max-width: 100%;
}
.checkoutProductsSwiper .checkout-product-image img {
    object-fit: contain;
}
.checkoutProductsSwiper .product-quantity {
    width: 18px;
    height: 18px;
    left: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.17;
    font-family: "YekanBakh";
    background-color: var(--color-neutral-200);
    border-radius: 4px;
    bottom: 0;
}
.checkoutProductsSwiper .swiper-wrapper {
    height: auto;
}
.checkoutProductsSwiper {
    margin: 40px 0 40px 0;
}
.woocommerce-checkout #payment {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}
#payment ul li {
    margin-bottom: 20px;
    user-select: none;
    background: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    float: none !important;
    clear: both !important;
    position: relative;
    top: 1px;
    margin-left: 10px;
}
#payment label {
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}
.payment_box {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    color: #545454;
    line-height: 28px;
    font-size: 15px;
}
#payment label img {
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}
.woocommerce-checkout .cart_totals {
    top: 20px;
    transition: top 0.2s;
}
.woocommerce .woocommerce-info {
    background: linear-gradient(270deg, #f2f7ff 29.09%, rgb(243 248 255 / 0.5));
    color: #00a5ce;
    padding: 14px 10px 14px 10px;
    margin: 5px 0;
    position: relative;
    list-style: none !important;
    display: block;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.woocommerce .woocommerce-info a:hover {
    color: #00a5ce;
}
ul.woocommerce-error li {
    background: linear-gradient(270deg, #fff2f2 29.09%, rgb(255 243 243 / 50%));
    color: #ce0000;
    padding: 14px 10px 14px 10px;
    margin: 5px 0;
    position: relative;
    list-style: none !important;
    display: block;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.woocommerce form.checkout_coupon .woocommerce-coupon {
    border: 1px solid #eee;
    padding: 20px;
    margin: 15px 0 25px;
    text-align: right;
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce-coupon .button-secondary {
    float: right;
}
ul#shipping_method li {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul#shipping_method li input {
    margin: 0;
}

tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px dashed #ddddddab !important;
    border-radius: 6px;
    padding: 15px;
    margin: 1rem 0;
}

#order_review span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
}

.woocommerce form .form-row textarea {
    min-height: 110px;
}
.woocommerce-message {
    padding: 17px;
    margin: 5px 0;
    list-style: none !important;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2dcea217;
    display: block;
    position: relative;
    font-size: 14px;
}
.woocommerce-message:focus {
    outline: none !important;
    box-shadow: none !important;
}
.single-product .woocommerce-message {
    font-weight: 300;
}
.single-product .woocommerce-product-gallery {
    position: relative;
}
.single-product .woocommerce-product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0rem;
}
.single-product .woocommerce-product-gallery .product-main-swiper {
    height: auto;
    border: 1px solid #f2f4f7;
    border-radius: 1rem;
    aspect-ratio: 1 / 1;
}
.single-product .woocommerce-product-gallery .product-thumbs-swiper {
    height: fit-content;
    margin-top: 1rem;
}
.single-product .woocommerce-product-gallery .product-thumbs-swiper .swiper-slide {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #f2f4f7;
    cursor: pointer;
    padding: 6px;
    max-width: 79px;
}
.single-product .woocommerce-product-gallery .product-thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 0;
}
.woocommerce-message a {
    font-weight: 500;
    background-color: #4caf50;
    border: 1px solid #fff0;
    border-radius: 5px;
    color: #fff;
    padding: 7px 15px;
    float: left;
    background: #2dcea2;
    margin-top: -7px !important;
    margin-bottom: -7px !important;
}
.woocommerce-message a:hover {
    background-color: #fff;
    color: #2dcea2;
    border: 1px solid #2dcea2;
}
p.return-to-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
section.shop_sideBar_filter .prdctfltr_wc_widget {
    border: 1px solid var(--color-neutral-200);
    border-radius: 8px;
}
.shop_sideBar_filter .prdctfltr_wc .prdctfltr_woocommerce_ordering {
    position: relative !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.shop_sideBar_filter .prdctfltr_wc .prdctfltr_widget_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
    padding-top: calc(3 * var(--spacing-base));
    padding-bottom: calc(3 * var(--spacing-base));
}
.shop_sideBar_filter .prdctfltr_wc_widget .prdctfltr_collector {
    margin: 0;
    margin-bottom: 0.5em !important;
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
}
.shop_sideBar_filter .prdctfltr_wc .prdctfltr_filter {
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    padding-top: calc(3 * var(--spacing-base));
    padding-bottom: calc(3 * var(--spacing-base));
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--color-neutral-100);
}
.shop_sideBar_filter .prdctfltr_wc .prdctfltr_filter:last-child {
    border-bottom: none;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering {
    margin-bottom: 0;
}
.prdctfltr_wc .prdctfltr_buttons {
    margin: 0 !important;
    padding: 0 !important;
}
.shop_archive_section .prdctfltr_filter {
    margin: 0 0;
    height: auto;
    display: flex !important;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding: calc(3 * var(--spacing-base)) 0 !important;
    border-bottom: 1px solid var(--color-neutral-100);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shop_archive_section .prdctfltr_filter .pf-help-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.17;
    margin-left: calc(2 * var(--spacing-base));
    align-items: center;
    display: inline-flex;
}
.shop_archive_section .prdctfltr_filter .prdctfltr_add_scroll .prdctfltr_checkboxes {
    white-space: nowrap;
    -webkit-column-gap: calc(4 * var(--spacing-base));
    column-gap: calc(4 * var(--spacing-base));
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}
.shop_archive_section .prdctfltr_filter .prdctfltr_add_scroll .prdctfltr_checkboxes label,
.shop_archive_section .prdctfltr_filter .prdctfltr_add_scroll .prdctfltr_checkboxes label.prdctfltr_active span {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.17;
    margin: 0;
    color: var(--text-color-gray);
}
.shop_archive_section .prdctfltr_filter .prdctfltr_add_scroll .prdctfltr_checkboxes label.prdctfltr_active span {
    color: var(--main-link-color);
}
.shop_archive_section .prdctfltr_filter .prdctfltr_add_scroll .prdctfltr_checkboxes label.prdctfltr_active span:before {
    display: none;
}
.shop_archive_section .products-items {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color-neutral-100);
}
.shop_archive_section .products-thumb img {
    height: 220px;
}
.shop_archive_section .products-title h3 a {
    font-size: 14px;
    font-weight: 500;
}

.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .archive li.woo-variation-item-label,.archive a.button.product_type_variable.add_to_cart_button.wvs-add-to-cart-button,.archive a.button.product_type_simple,.shop_archive_section a.button.product_type_variable.wvs-add-to-cart-button {
    display: none !important;
}

.archive.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 10px;
    margin-top: 0;
}

.archive.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	
    width: auto !important;
    height: auto !important;
    padding: 0px !important;
    min-width: 12px;
    min-height: 12px;
}

.archive li.woo-variation-items-wrapper {
    margin: 0 8px !important;
}
.archive.archive.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item {
    padding: 6px !important;
}
.archive.woo-variation-swatches .wvs-archive-variations-wrapper {
    margin-top: -10px;
    margin-bottom: -14px;
}

.archive li.variable-item.image-variable-item {
    max-width: 16px;
}

.archive .products-title h3 {
    height: 43px;
}
.archive-products-description {
    margin: 3rem 0;
}
.archive-products-description h1.archive-products-description-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 2.1;
}
.archive-products-description .archive-products-description-text {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.15;
}
.archive-products-description .archive-products-description-text h2,
.archive-products-description .archive-products-description-text h3,
.archive-products-description .archive-products-description-text h4 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.15;
}
.archive-products-description .loadmore-box {
    height: 100px;
    overflow: hidden;
    transition: height 0.3s;
}
.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--main-color);
}
.woocommerce-account .woocommerce {
    height: 100%;
    margin-top: 35px;
}
.woocommerce-MyAccount-navigation {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 112px;
}
.woocommerce-orders .woocommerce-MyAccount-content-box,
.woocommerce-edit-address .woocommerce-MyAccount-content-box,
.woocommerce-edit-account .woocommerce-MyAccount-content-box,
.woocommerce-view-order .woocommerce-MyAccount-content-box {
    border: 1px solid var(--border-color-3);
    border-radius: 8px;
    padding: 20px 16px;
    font-size: 14px;
}
.woocommerce-view-order .woocommerce-column--shipping-address {
    display: none;
}
header.woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}
.woocommerce-MyAccount-content-box h3 {
    border-bottom: 2px solid var(--main-color);
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
}
header.woocommerce-Address-title h3 {
    border-bottom: 2px solid var(--main-color);
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
}
header.woocommerce-Address-title a {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 5px 20px;
    border-radius: 8px;
}
.woocommerce-MyAccount-content-box address {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.15;
}
.woocommerce-MyAccount-content-box .button {
    width: auto;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tr {
    border-bottom: 2px solid #eee;
    font-family: "YekanBakh";
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table > thead > tr > th {
    background-color: var(--background-color);
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr {
    border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td {
    padding: 15px 12px;
    font-size: 15px;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td span.woocommerce-Price-amount.amount {
    color: var(--main-color);
    font-weight: 600;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: left;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td .button {
    margin: 0;
    padding: 10px 14px;
    font-size: 12px;
    margin-top: 0;
    height: 36px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td ul.wc-item-meta {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td ul.wc-item-meta li {
    display: flex;
    margin-left: 10px;
    gap: 4px;
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tfoot {
    position: relative;
}
.woocommerce-MyAccount-content-box p.view-order {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 14px;
}
.woocommerce-MyAccount-content-box p.view-order mark {
    padding: 5px 8px;
    background-color: #f7f7f7;
    color: #242424;
    font-weight: 600;
    line-height: 1;
    font-family: "YekanBakh";
}
.woocommerce-MyAccount-content-box h2.woocommerce-order-details__title {
    margin-bottom: 16px;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tfoot th {
    font-weight: 600;
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tfoot tr {
    border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tfoot td {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}
.woocommerce
    .woocommerce-MyAccount-content-box
    .woocommerce-order-details
    table.shop_table
    > thead
    > tr
    > th:last-child {
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content-box .woocommerce-order-details table.shop_table tbody tr td:last-child {
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td .product-quantity {
    background-color: var(--color-neutral-100);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-content-box .woocommerce-order-details table.shop_table tbody tr td:last-child {
    text-align: left;
}
.woocommerce .woocommerce-MyAccount-content-box table.shop_table tbody tr td .product-quantity {
    background-color: var(--color-neutral-100);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 14px;
}
.woocommerce-MyAccount-content-box section.woocommerce-customer-details {
    margin-top: 40px;
}
.woocommerce-MyAccount-content-box section.woocommerce-customer-details h2.woocommerce-column__title {
    margin-bottom: 18px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account label {
    font-weight: 600;
    font-size: 16px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account .form-row {
    margin-bottom: 16px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account .form-row span em {
    margin: 12px 0 0;
    display: block;
    color: var(--color-button-primary);
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account fieldset {
    border: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    border-radius: 8px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account fieldset legend {
    padding: 8px 8px 20px 8px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account fieldset .form-row label {
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-MyAccount-content-box form.woocommerce-EditAccountForm.edit-account fieldset .form-row:first-child {
    margin-top: 20px;
}
.profile_page .profile_box span:first-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
    font-family: "YekanBakh";
}
.profile_page .profile_box span:last-child {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.17;
}
.woocommerce-MyAccount-content-box {
    border: none;
    border-radius: 0;
    padding: 0;
}
.profile_page {
    float: right;
    width: 100%;
    border: 1px solid var(--border-color-3);
    padding: 16px 24px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}
.profile_title p {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    border-bottom: 2px solid var(--main-color);
    padding: 14px 0;
}
.profile_page .profile_title {
    margin-bottom: 35px;
}
.profile_page .profile_title a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
}
.profile_page .profile_title a i {
    margin-right: 8px;
}
.profile_page .profile_box {
    grid-gap: 12px;
    gap: 12px;
    flex: 1 1;
}
.profile_page .profile_box:not(:first-child) {
    padding-right: 32px;
    border-right: 1px solid var(--border-color);
}
.profile_page__tabs a {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 23px 10px 15px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.profile_page__tabs {
    border-top: 1px solid var(--border-color);
}
.profile_page__tabs a:first-child {
    border-left: 2px solid #ebebeb;
}
.profile_page_header {
    padding: 18px 25px 18px 0;
    letter-spacing: 0.2px;
    color: #444;
    font-size: 16px;
    font-weight: 800;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
    font-weight: 800;
    font-size: 20px;
    line-height: 38px;
}
.woocommerce-order-overview__order.order {
    font-weight: 800;
    margin-top: 20px;
    font-size: 20px;
    background: #dbffdc;
    padding: 10px 15px;
    border-radius: 8px;
    color: #005c03;
}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a:first-child {
    font-weight: 800;
    margin-top: 20px;
    font-size: 20px;
    background: #dbffdc;
    padding: 10px 15px;
    border-radius: 8px;
    color: #005c03;
}
p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a:last-child {
    font-weight: 800;
    margin-top: 20px;
    font-size: 20px;
    background: #f3f3f3;
    padding: 10px 15px;
    border-radius: 8px;
    color: var(--text-color-black);
}
.woocommerce-checkout .cart_totals tr.woocommerce-shipping-totals td {
    padding-right: 0;
    width: 100%;
}
.woocommerce-checkout .checkout .cart_totals tr.woocommerce-shipping-totals td label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 0;
}
.woocommerce-checkout .checkout .cart_totals tr.woocommerce-shipping-totals td label span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.woocommerce table.shop_table tr.cart-discount td {
    color: var(--color-danger);
    position: relative;
    font-size: 0;
}
tr.cart-discount td a.woocommerce-remove-coupon {
    display: none;
}
.woocommerce table.shop_table tr.cart-discount td span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.dgwt-wcas-search-wrapp.woocommerce {
    margin: 0;
}
.login_form_digits {
    width: 100%;
}
div.login_form_digits input[type="number"],
div.login_form_digits input[type="number"]::-webkit-inner-spin-button,
div.login_form_digits input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.login_form_digits .dig_sml_box_msg_head {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.12;
    color: #0c0c0c;
}
.login_form_digits input,
.dig_pgmdl_2 .minput input,
.dig-elem .minput input {
    border: 1px solid #19bfd3;
    caret-color: #19bfd3;
    border-radius: 8px !important;
}
a.digits-form_toggle_login_register.show_register {
    font-size: 14px;
    border-bottom: 1px solid #e91e63;
}
.dig_login_signup_bar span {
    font-size: 14px;
    margin-left: 8px;
}
.dig_pgmdl_2 .minput label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
}
html[dir="rtl"] .dig_captcha {
    left: 0 !important;
}
.login_form_digits .dig_login_rembe label {
    font-size: 14px;
    color: #444;
    font-weight: 400;
}
.login_form_digits .dig_pgmdl_2 .button {
    background: #ff0063;
    color: #fff;
    margin-top: calc(8 * var(--spacing-base));
    border-radius: 10px;
    font-size: 14px;
}
.login_form_digits input:focus,
.dig_pgmdl_2 .minput input:focus,
.dig-elem .minput input:focus {
    border: 1px solid #ef4079;
}
.login_form_digits .logo {
    margin-bottom: 20px;
}

div#digits_country_list_wrapper {
    display: none;
}
.dig_critical_msg .dig_popmessage_contents {
    background: #fff0f5 !important;
    border: 1px solid #fe004d1a;
}
.custom-modal .modal-dialog {
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-modal-content {
    background-color: var(--background-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 512px;
    margin: 16px;
}
.custom-modal-form input {
    display: block;
    background-color: #f8f9fa;
    padding: 0 15px;
    height: 45px;
    line-height: 54px;
    color: #8e939b;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: none;
    font-size: 15px;
    border-radius: 12px;
    width: 100%;
}
.custom-modal-form {
    width: 100%;
    padding: 20px;
}
.custom-modal-form .form-row {
    margin-top: 20px;
}
.custom-modal-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    font-weight: 800;
    text-align: center;
    margin: 30px 0 -20px 0;
    font-size: 21px;
}
.single-product .woocommerce-product-gallery {
    position: relative;
}
table.wishlist_table tr {
    position: relative;
}
.wishlist_table thead {
    display: none;
}
.wishlist_table a.remove.remove_from_wishlist {
    color: red;
    font-size: 16px;
    font-weight: 900;
}
.wishlist_table td.product-thumbnail {
    width: auto;
    height: auto;
    padding: 9px 12px !important;
}
.wishlist_table td.product-thumbnail img {
    width: auto;
    height: auto;
}
.wishlist_table td.product-name {
    text-align: right !important;
    font-size: 14px;
}
.wishlist_table tr td.product-add-to-cart {
    text-align: left !important;
}
.wishlist_table .product-add-to-cart a.button {
    float: left;
    margin: 0 0 0 0px !important;
    padding: 10px 14px !important;
    font-size: 12px;
    margin-top: 0;
    height: 36px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 700;
    line-height: 2.15;
}
.page-id-370 .gform_heading {
    display: none !important;
}
.page-id-370 label {
    width: 100%;
    margin-bottom: 18px;
}
.page-id-370 label input,
.page-id-370 label textarea {
    background-color: #f8f9fb;
    color: #313131;
    border: 1px solid #f4f4f4;
    padding: 4px 16px;
    border-radius: 8px;
    min-width: 90%;
}
.page-id-370 input[type="submit"] {
    width: 90%;
}
label.screen-reader-text {
    display: none !important;
}
.swiperBlogs .products-items,
.page-template-blog-archive .products-items {
    margin-bottom: 30px;
}
.swiperBlogs .products-thumb {
    width: 100%;
    height: 264px;
    margin: 0;
    overflow: hidden;
}
.swiperBlogs .products-thumb img {
    height: 100%;
    max-width: 100%;
    border: none;
    object-fit: cover !important;
    aspect-ratio: 16 / 9;
}
.swiperBlogs .products-title {
    margin: 18px 0 0;
}
.swiperBlogs .products-title h3 {
    margin: 0;
}
.swiperBlogs .products-title h3 a {
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.swiperBlogs .post-desc {
    font-size: 14px;
    text-align: right;
    padding: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 161px;
}
.woocommerce-pagination ul.page-numbers {
    margin-top: 2rem;
}
.main-products-sec .pagination,
.woocommerce-pagination {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}
ul.page-numbers li span,
ul.page-numbers li a {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 8px 16px;
    height: 40px;
    display: block;
    background:white;
}
ul.page-numbers li span,
ul.page-numbers li a.page-numbers:not(.next) {
    padding-top: 11px;
}
ul.page-numbers li span,
ul.page-numbers li a:hover {
    background: #E91E63;
    color: white;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
}
.single-comment-section {
    font-size: 14px;
    margin: 30px auto;
}
.single-comment-section .comments-area {
    display: block;
    width: 100%;
}
.single-comment-section .comments-title {
    color: #4f5761;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}
.single-comment-section .comment-list {
    margin-bottom: 50px;
    line-height: 1.6;
}
.single-comment-section .comment-list li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(119 119 119 / 0.2);
}
.comment-author.vcard {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
}
.single-comment-section .comment-list li p {
    line-height: 33px;
    font-size: 17px;
}
.comment-author.vcard cite.fn {
    font-weight: 700;
}
.single-comment-section .comment-list li .comment-meta a {
    color: #bbb;
    vertical-align: middle;
    font-size: 14px;
}
.single-comment-section .comment-list li .reply a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
    font-size: 14px;
}
.single-comment-section .comment-list li .comment-body {
    position: relative;
    padding-right: 95px;
}
.single-comment-section .comment-list li .comment-meta {
    display: inline-block;
    float: left;
    background: none;
}
.single-comment-section .comment-list li .comment-meta img {
    position: absolute;
    left: 15px;
    border-radius: 50%;
}
.single-comment-section .comment-list li .comment-meta .comment-author {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.single-comment-section .comment-list li .comment-meta .comment-metadata a,
.single-comment-section .comment-list li .comment-meta .comment-metadata span {
    color: #98a1ab;
    font-size: 12px;
}
.single-comment-section .comment-list li .comment-content {
    color: #646e7a;
    font-size: 17px;
    margin-bottom: 15px;
}
.single-comment-section .comment-list li .reply {
    color: #646e7a;
    text-align: right;
    margin-top: 16px;
}
.single-comment-section .comment-list li .children {
    list-style: none;
    padding-right: 95px;
    margin-top: 20px;
}
.single-comment-section .comment-respond {
    margin-top: 20px;
}
.single-comment-section .comment-respond .comment-reply-title {
    color: #4f5761;
    font-size: 17px;
}
.single-comment-section .comment-respond .logged-in-as,
.single-comment-section .comment-respond .logged-in-as a,
.single-comment-section .comment-respond .comment-notes {
    color: #7d858f;
    font-size: 13px;
    margin-top: 10px;
}
.single-comment-section .comment-respond .comment-form-comment label {
    display: none;
}
.single-comment-section .comment-respond .comment-form-comment textarea {
    box-shadow: 0 2px 1px rgb(82 99 116 / 0.13);
    background-color: #f3f6f9;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin: 15px 0;
    padding: 20px;
}
.single-comment-section .comment-list li .comment-form-comment textarea {
    background-color: #fff;
}
.single-comment-section .comment-form-author,
.single-comment-section .comment-form-email,
.single-comment-section .comment-form-url {
    display: inline-block;
    width: 33%;
    margin-right: 2px;
    margin-bottom: 15px;
}
.single-comment-section .comment-form-url {
    margin-right: 0;
}
.single-comment-section .comment-form-author input,
.single-comment-section .comment-form-email input,
.single-comment-section .comment-form-url input {
    width: 100%;
    box-shadow: 0 2px 1px rgb(82 99 116 / 0.13);
    background-color: #f3f6f9;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}
.single-comment-section .comment-respond .form-submit .submit {
    margin-top: 30px;
    box-shadow: 0 2px 1px rgb(82 99 116 / 0.13);
    background-color: #3ab54a;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
}
.single-comment-section #cancel-comment-reply-link {
    color: #e8a817;
    margin-left: 20px;
}
#respond {
    font-size: 14px;
}
.single-post .custom-page img,
.woocommerce-tabs .panel img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}
.single-post .custom-page a,
.woocommerce-tabs .panel a {
    color: var(--main-color);
}
.single-post .custom-page ol,
.woocommerce-tabs .panel ol {
    list-style: decimal;
    padding: 0 3rem;
}
.single-post .custom-page ul,
.woocommerce-tabs .panel ul {
    list-style: unset;
    padding: 0 3rem;
}
.single-post .custom-page ul.products {
    list-style: unset;
    padding: 2rem;
}
.single-post .custom-page iframe,
.woocommerce-tabs .panel iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.sbnew-notif-prices > div {
    display: flex;
    font-size: 12px;
    border-left: 1px solid #ccc;
    gap: 4px;
    padding-left: 1rem;
    background: #00800014;
    color: green;
}
.sbnew-notif-prices {
    gap: 1rem;
    margin-top: 1rem;
}
.sbnew-notif-prices > div span {
    font-weight: bolder;
}
.sbnew-notif-prices > div:last-child {
    border-left: unset;
    color: red;
    background: #ff000012;
}
.wpcsn-notification-item.wpcsn-notification-item-on-sale:before {
    content: "🔥 دیگه تکرار نمیشه";
    position: absolute;
    top: -22px;
    left: 0;
    background: #000;
    border-radius: 16px 16px 16px 0;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 1rem;
    color: #fff;
}
.wpcsn-notification-item.wpcsn-notification-item-on-sale {
    overflow: unset;
}
.sbnew-custom-banner-inline {
    display: flex;
    gap: 14px;
    margin-inline: 2rem;
}
.sbnew-custom-banner-inline a {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}
.sbnew-custom-banner-inline a img {
    width: 100%;
    transition: all 0.2s ease 0s;
    height: auto;
}
.sbnew-custom-banner-inline a:hover > img {
    scale: 1.05;
    transition: all 0.2s ease 0s;
}
.shop-attributes {
    border-bottom: 1px solid var(--z-gray-dark);
    padding-bottom: 4rem;
}
.attribute-card .entry-title {
    font-size: 13px;
    margin: 12px 0 8px;
}
.attribute-card .subtitle {
    font-size: 12px;
}
.order-summary-box {
    font-family: YekanBakh;
}
.order-summary-box-detail-item {
    gap: 18px;
    color: #81858b;
    font-size: 13px;
    position: relative;
}
.border-b-order {
    border-bottom: 1px solid #f0f0f1;
    margin: 0rem 0 2rem;
    padding: 2rem 0;
}
.order-summary-box-detail-item strong {
    color: #23254e;
    font-weight: 600;
}
.order-summary-box-detail-item div {
    display: flex;
    gap: 8px;
    align-items: center;
}
.order-summary-box-detail-item div:last-child {
    border-left: none;
}
.order-summary-box-detail-item div:after {
    content: unset;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.order-status-badge {
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid;
}
.status-completed {
    background-color: #e6f9ec;
    color: #1d873b;
    border-color: #1d873b;
}
.status-processing {
    background-color: #fff6e5;
    color: #e69500;
    border-color: #e69500;
}
.status-pending {
    background-color: #fff0f0;
    color: #d33c3c;
    border-color: #d33c3c;
}
.status-cancelled {
    background-color: #f5f5f5;
    color: #999;
    border-color: #999;
}
.status-failed {
    background-color: #ffe5e5;
    color: #c00;
    border-color: #c00;
}
.status-on-hold {
    background-color: #e8f4ff;
    color: #0073aa;
    border-color: #0073aa;
}
.status-refunded {
    background-color: #f0f0ff;
    color: #33c;
    border-color: #33c;
}
.status-shipping,
.status-sent {
    background-color: #e0f7fa;
    color: #0097a7;
    border-color: #0097a7;
}
.order-products-grid {
    display: flex;
    flex-direction: column;
    font-family: "YekanBakh";
}
.order-products-grid .order-product-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f1;
    padding: 2rem 0;
}
.order-products-grid .order-product-card:last-child {
    border-bottom: unset;
}
.order-products-grid .order-product-card .product-thumb {
    width: 104px;
    min-width: 104px;
    height: 104px;
}
.order-products-grid .order-product-card .product-thumb img {
    width: 100%;
    height: 100%;
}
.order-products-grid .order-product-card .product-details {
    display: flex;
    flex-direction: column;
}
.order-products-grid .order-product-card .product-details h3.product-name {
    font-size: 13px;
    font-weight: 700;
    border-bottom: unset;
    color: #23254e;
}
.order-products-grid .order-product-card .product-details .product-meta {
    background: #0000000d;
    color: #62666d;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.order-products-grid .order-product-card .product-price {
    width: 100%;
    color: #000;
    font-weight: 700;
    margin-top: 1rem;
}
h2.order-products-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "YekanBakh";
    margin-top: 4rem;
}
.order-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    cursor: pointer;
    font-family: YekanBakh;
}
.order-status {
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 13px;
    border: 1px solid;
}
.order-number {
    color: #555;
    font-size: 14px;
}
.order-number span {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.order-date {
    color: #777;
    font-size: 13px;
}
.order-total {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.order-items {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin: 10px 0;
}
.order-items img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.mobile-view.order-items img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.order-arrow {
    width: 20px;
    height: 20px;
}
.view-invoice {
    color: #19bfd3;
    text-decoration: none;
    text-align: left;
    margin-top: 6px;
    font-size: 13px;
}
.order-date-info {
    font-size: 14px;
    color: #555;
}
.order-date-info .order-number {
    color: #999;
    font-size: 12px;
    margin: 0 10px;
}
.order-date-info .order-number span {
    color: #000;
}
.order-date-info .order-total {
    font-size: 14px;
}
p#billing_mobile_field {
    width: 50%;
    display: flex;
    flex-direction: column;
}
p.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering select.orderby {
    background: #ffffff;
    border: 1px solid #eaeaea;
    font-size: 12px;
    padding: 6px;
    border-radius: 8px;
    margin-block: 8px;
    font-weight: 400;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper span.variable-item-span.variable-item-span-button {
    border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper li.variable-item.button-variable-item {
    border-radius: 4px !important;
    padding-inline: 2rem !important;
    width: auto;
}

td.value.woo-variation-items-wrapper {
    padding-right: 4px;
}
.split-price {
    color: black;
}
.pswp {
    display: none;
}
.footer-copyright.footer-developed {
    padding: 8px;
    gap: 8px;
    display: flex;
    align-items: flex-end;
}

.footer-copyright.footer-developed a {
    background: #ff008c17;
    border-radius: 16px;
    padding: 4px 16px 0;
    border: none;
    color: #ff00b0;
    font-weight: 500;
}

.footer-copyright.footer-developed a:hover {
    background: #ff00b0;
    color: white;
}


div#woo-store-vacation {
    padding: 12px;
}

@media (max-width: 768px) {
    .main-amazingOffer-content {
        flex-direction: column;
    }
    .main-amazingOffer-title {
        flex-direction: row;
        padding: 0 15px 16px 16px;
    }
    .main-amazingOffer-title .view-all {
        margin-top: 0;
        margin-left: 0;
        font-size: 12px;
        padding: 6px 16px 4px 9px;
        background: #ffffff;
        color: #e6128c;
        font-weight: 700;
    }
    .amazingOffer-typo-Img {
        width: 80px;
    }
    .main-amazingOffer .main-products-sec-content-swiper {
        padding: 0 !important;
    }
    .main-amazingOffer {
        border-radius: 0;
        padding: 15px 0 15px 0;
    }
    .main-amazingOffer-sec .row .col-md-12 {
        padding: 0;
    }
    .main-amazingOffer .swiper-slide:first-child .products-items {
        /*margin-right: 16px;*/
    }
    .main-page {
        padding-top: 0;
    }
    .main-slider {
        margin-top: 0rem;
        margin-bottom: 0;
        padding: 0 16px !important;
        height: auto;
    }
    .main-slider .swiper-slide a {
        border-radius: 12px;
        overflow: hidden;
    }
    .main-slider .swiper-slide img {
        border-radius: 12px;
        height: auto !important;
        aspect-ratio: 16 / 9;
        object-position: center;
    }
    .main-slider .swiper-pagination {
        right: 46% !important;
    }
    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next {
        display: none !important;
    }
    .grid-banners .g-banner:nth-child(odd) {
        padding-left: 4px;
    }
    .grid-banners .g-banner:nth-child(even) {
        padding-right: 4px;
    }
    .jc-end-lg {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .header-cart {
        margin-top: 0;
    }
    .logo-m {
        position: absolute;
        text-align: center;
        left: 24px;
        right: 0;
        display: flex;
        justify-content: space-evenly;
    }
    .cart.woocommerce-cart-form__contents tr {
        border-bottom: 1px solid #fbfbfb;
        display: block;
        padding-bottom: 15px;
    }
    .woocommerce table.woocommerce-orders-table td,
    .woocommerce table.woocommerce-table--order-downloads td,
    .woocommerce table.product_list_table td,
    .woocommerce table.cart.woocommerce-cart-form__contents td {
        border: none;
        display: block;
        text-align: left;
        background-color: #fff;
        width: auto;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce table.shop_table td.product-remove {
        position: absolute;
        margin: 0;
    }
    .woocommerce-cart table.cart a.remove {
        font-size: 18px;
        border-radius: 20px;
        line-height: 19px;
        position: relative;
        margin-bottom: 8px !important;
        background-color: #fff0;
        color: var(--text-color);
    }
    .woocommerce-orders-table td::before,
    .woocommerce-table--order-downloads td::before,
    .product_list_table td::before,
    .cart.woocommerce-cart-form__contents td::before {
        content: attr(data-title);
        float: right;
        font-weight: 600;
    }
    .product-name::before {
        content: none !important;
    }
    .product-name {
        text-align: right !important;
    }
    .woocommerce-cart table.cart .product-thumbnail img {
        max-width: 80px;
        margin: auto;
        display: block;
    }
    .woocommerce-cart table.cart td.product-quantity .quantity {
        margin: 0 !important;
        display: inline-flex;
    }
    .woocommerce table.shop_table tr td:last-child .woocommerce-Price-amount {
        font-weight: 700;
    }
    #product-detail {
        display: block;
        width: 100%;
        float: right;
    }
    .product-detail {
        margin-bottom: 12px;
        margin-left: 0 !important;
    }
    .product span.product-meta-title {
        margin-right: 0px;
    }
    .product-detail.product-meta-title-original:before{content:unset;}
    .product-detail.product-meta-title-original {
        padding-right:0;
    }
    .profile_page .profile_box {
        flex-direction: column;
    }
    .attentionSection {
        overflow: hidden;
        line-height: 28px;
        text-align: center;
        padding: 1rem;
    }
    .attentionSection img {
        aspect-ratio: 12 / 1;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .page .custom-page img {
        width: 100%;
        height: auto;
        max-width: fit-content;
    }
    iframe {
        max-width: 100%;
        height: auto;
    }
    .profile_page ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    nav.woocommerce-MyAccount-navigation {
        padding: 0 16px !important;
        position: relative !important;
        top: 0;
        margin-bottom: 16px;
    }
    .archive ul.products {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .archive .products-thumb {
        margin: 0;
        text-align: center;
        margin-top: 1rem;
    }
    .archive .shop_archive_section .products-thumb img {
        width: 156px;
        height: 156px;
    }
    .archive .products-title h3 {
        margin-top: 6px;
        padding: 0 8px;
    }
    .archive .shop_archive_section .products-title h3 a {
        font-size: 12px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
    }
    .archive .products-prices .products-new-price {
        font-size: 16px;
        position: relative;
    }
    .archive .products-prices .products-last-price {
        font-size: 13px;
        position: relative;
    }
    .archive .products-prices {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        padding-left: 0;
    }
    .archive .product-variable-price .products-new-price {
        flex-direction: column;
    }
    .products-items {
        box-shadow: unset;
        margin-block: 0;
    }
    .main-amazingOffer-title img:first-child {
        width: 40px;
        margin-left: 8px;
    }
    .custom-floating-checkout-bar {
        display: flex !important;
    }
    .custom-floating-checkout-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 74px;
        background: #fff;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 9999;
        box-shadow: 0 -4px 10px rgba(59, 70, 98, 0.06);
        flex-direction: row-reverse;
    }

	.custom-floating-checkout-bar table.shop_table tr span.woocommerce-Price-amount.amount bdi {
			display: flex;
			gap: 4px;
	}
	.woocommerce-checkout .cart_totals button#place_order{
	   /*display: none;*/
	}
	.custom-floating-checkout-bar #payment ul.wc_payment_methods.payment_methods.methods, .custom-floating-checkout-bar table.shop_table.woocommerce-checkout-review-order-table tr:not(.order-total) {
		display: none;
	}

	.custom-floating-checkout-bar table,.custom-floating-checkout-bar #payment {
		flex: 1;
		margin: 0 !important;
	}

	.custom-floating-checkout-bar table.shop_table tr {
		border-bottom: unset;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.custom-floating-checkout-bar table.shop_table tr th {
		padding: 0;
	}

	.custom-floating-checkout-bar table.shop_table tr span.woocommerce-Price-amount.amount {
			font-size: 20px;
			color: #000;
			font-weight: 600;
	}

	.custom-floating-checkout-bar table.shop_table tr span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
		font-size: 12px;
		font-weight: 500;
	}

	.custom-floating-checkout-bar .form-row.place-order {
		margin: 0;
	}

	.custom-floating-checkout-bar .form-row.place-order button {
			width: 100%;
			height: 100%;
			flex: 1;
			background: #00d165;
			border: 1px solid #00d165;
			color: #fff;
			padding: 14px;
			font-size: 16px;
			border-radius: 8px;
			cursor: pointer;
			text-decoration: none;
			display: flex;
			align-items: center;
			justify-content: center;
	}
	.woocommerce-checkout .cart_totals {
		margin-top: 1rem;
	}
    .product-cart-box button.single_add_to_cart_button.button.alt {
        position: fixed;
        bottom: 0;
        z-index: 9;
        width: 55%;
        height: 48px;
        right: 0;
        border-radius: 8px;
        font-size: 16px;
        margin-bottom: 12px;
        margin-right: 1rem;
    }
    .product-cart-box .single_prices {
        position: fixed;
        bottom: 0;
        width: 40%;
        left: 0;
        padding: 0;
        margin: 0;
        background: #fff;
        z-index: 9;
        font-size: 18px;
        text-align: left;
        padding-left: 16px;
        display: flex;
        height: 72px;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        border-top: unset;
    }
    .product-cart-box .single_prices .single_price_last_price {
        margin-bottom: 0;
        text-align: left;
        font-size: 14px;
    }
    button.single_add_to_cart_button.button.alt:after {
        background: #ff0;
        width: 100%;
        position: absolute;
        height: 72px;
        left: 0;
        bottom: 0;
        z-index: -99;
    }
    body.single-product:after {
        content: "";
        bottom: 0;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 72px;
    }
    .woocommerce-tabs h2.woocommerce-Reviews-title {
        font-size: 100%;
    }
    .woocommerce-tabs .panel ol.commentlist {
        padding: 0;
        list-style: none;
    }
    .woocommerce-tabs .panel ol.commentlist .review .description {
        position: relative;
        font-size: 14px;
    }
    form#commentform {
        display: flex;
        flex-direction: column;
    }
    form#commentform > * {
        width: 100%;
    }
    div#wa {
        display: inline-block;
        left: 0;
        position: fixed;
        right: unset;
        z-index: 9;
    }
    .wa__btn_popup {
        bottom: 90px !important;
        left: 30px !important;
        right: unset !important;
        z-index: 9 !important;
    }
    .wa__popup_chat_box {
        bottom: 160px !important;
    }
    h1.product_title.entry-title {
        font-size: 16px;
        font-weight: 900;
    }
    .woocommerce-tabs .panel h2,
    .woocommerce-tabs .panel h3,
    .woocommerce-tabs .panel h4 {
        font-size: 16px;
    }
    .sbnew-custom-banner-inline .row {
        gap: 12px;
        flex-direction: column;
    }
    .sbnew-custom-banner-inline a {
        width: 100%;
    }
    .shop-attributes {
        display: grid;
        grid-template-columns: 2fr 2fr;
        row-gap: 3rem;
    }
    footer {
        padding-inline: 16px;
    }
    .single-post .custom-page ul,
    .woocommerce-tabs .panel ul {
        list-style: unset;
        padding: 0 2rem;
    }
    #tab-description th,
    #tab-description td {
        padding: 8px;
        font-size: 13px;
    }
    .woocommerce-tabs .panel {
        margin-bottom: 2rem;
    }
    .attribute-card .subtitle {
        text-align: center;
    }
    #product-cart-box {
        padding: 0;
    }
    .main-slider .swiper-button-prev,
    .main-slider .swiper-button-next {
        display: none;
    }
    .main-slider .swiper-slide a {
        border-radius: 12px;
        overflow: hidden;
    }
    .sbnew-static-banner {
        margin-top: 16px;
        margin-inline: 16px;
        height: 56px;
        overflow: hidden;
        border-radius: 8px;
    }
    .sbnew-static-banner a {
        height: 100%;
        display: block;
        position: relative;
    }
    .sbnew-static-banner a img {
        width: initial !important;
        height: 114%;
        position: absolute;
        right: 0;
    }
    .order-summary-box-detail-item {
        flex-direction: column;
    }
    .order-summary-box-detail-item div {
        justify-content: space-between;
    }
    .order-status-badge {
        justify-content: center !important;
    }
    .order-summary-box-detail-item:first-child {
        padding-top: 0;
    }
    .order-summary-box-detail-item-address {
        align-items: flex-start !important;
    }
    nav.woocommerce-MyAccount-navigation {
        display: none;
    }
    body.woocommerce-dashboard nav.woocommerce-MyAccount-navigation {
        display: flex;
    }
    #billing_mobile_field {
        width: 100% !important;
    }
    .woocommerce-message {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .woocommerce-message a {
        margin: 0 !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr {
        padding-top: 0 !important;
    }
    .dig_critical_msg .dig_lase_message {
        color: #6e0021 !important;
    }
    .login_form_digits .logo {
        z-index: -1;
        width: 220px;
        height: auto;
        display: block;
        margin: auto;
    }
    .product-featured-attributes ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .pcb-item {
        flex-direction: column;
    }
    .woocommerce-variation-add-to-cart .quantity {
        width: 100%;
    }
    .product .summary.entry-summary {
        margin: 16px;
    }
    .archive-products-description img {
        max-width: 100%;
        height: auto;
    }
    body {
        background: #f9fafb;
    }
#woo-store-vacation .woocommerce-info {
        margin: 0 !important;
        display: flex;
        z-index: 9999;
        width: 100% !important;
        flex-direction: column-reverse;
        align-items: center;
        padding: 2rem 1rem !important;
}

div#woo-store-vacation {
    margin: 16px;
    overflow: hidden;
}

#woo-store-vacation .woocommerce-info a {
    margin: 0;
    border-left: unset !important;
    padding: 12px;
    margin-top: 16px;
    background: white !important;
    border-radius: 8px;
    color: black !important;
}
.product-variable-price .products-new-price {
        padding-left: 0;
        display: flex;
        gap: unset;
        flex: 1;
        justify-content: space-evenly;
}
.products-prices.product-variable-price {padding-left: 0;width: 100%;}
.archive .split-price {
    display: none;
}
}
@media (min-width: 1024px) {
    .mb-5-lg {
        margin-bottom: calc(5 * var(--spacing-base));
    }
    .d-flex-lg {
        display: flex;
    }
    .shop_archive_section .products-items {
        border-left: 1px solid var(--color-neutral-100);
    }
    .shop_archive_section li.product:nth-child(4n) > .products-items {
        border-left: none;
    }
    .login_form_digits {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .elm-header .col-lg-2 {
        width: 13.666667%;
    }
    .elm-header .col-lg-10.searchbox {
        width: 86.333333%;
    }
}
#woo-store-vacation .woocommerce-info {
    float: right;
    text-align: center !important;
    background: #00962508 !important;
    color: #009625 !important;
    margin: 16px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    border:none;
    padding: 18px 12px 12px 12px;
    font-weight: 500;
}
.wa__popup_chat_box.wa__pending.wa__active.wa__lauch {
    font-family: "YekanBakh";
}
