.english_text {
    font-size: 12px;
    opacity: .2
}

.only-mobile,
.zarnegar-faq-item-mobile-answer,
.zarnegar-price-values .noUi-handle:after,
.zarnegar-price-values .noUi-handle:before {
    display: none !important
}

.zarnegar-support-widget {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
    padding: 10px 15px 10px 0;
    align-items: center
}

.zarnegar-support-widget-right-icon {
    flex-direction: row-reverse
}

.zarnegar-support-widget__icon {
    display: flex;
    margin-left: -15px
}

.product-box .product-box-main__title,
.zarnegar-cart-items,
.zarnegar-support-widget__text {
    display: flex;
    flex-direction: column
}

.zarnegar-support-widget__text__title {
    font-weight: 300
}

.zarnegar-support-widget__text__tel_number {
    text-align: left;
    font-weight: 600
}

.elementor-search-form {
    display: block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.elementor-search-form .e-font-icon-svg-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-search-form button,
.elementor-search-form input[type=search] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
    outline: 0;
    color: inherit
}

.elementor-search-form button {
    background-color: #818a91;
    font-size: var(--e-search-form-submit-icon-size, 16px);
    color: #fff;
    border-radius: 0
}

.elementor-search-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #eceeef
}

.elementor-search-form__input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #55595c;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input:-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-search-form__submit {
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    font-size: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form__submit svg {
    fill: var(--e-search-form-submit-text-color, #fff);
    width: var(--e-search-form-submit-icon-size, 16px);
    height: var(--e-search-form-submit-icon-size, 16px)
}

.elementor-search-form .elementor-search-form__submit,
.elementor-search-form .elementor-search-form__submit:hover {
    color: var(--e-search-form-submit-text-color, #fff);
    border: none;
    border-radius: 0
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: .6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #55595c;
    fill: #55595c;
    font-size: var(--e-search-form-icon-size-minimal, 15px)
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
    width: var(--e-search-form-icon-size-minimal, 15px);
    height: var(--e-search-form-icon-size-minimal, 15px)
}

ul.search_result {
    position: absolute;
    background: #252525;
    padding: 15px;
    width: 100%;
    border-radius: 8px 20px 20px;
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    z-index: 1
}

ul.search_result li,
ul.search_result li a {
    font-size: 14px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    font-weight: 500
}

ul.search_result li a:hover {
    color: #ddd
}

.search_result.loading {
    min-height: 90px;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center
}

.search_result.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0
}

.search_result.loading:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    border: 2px solid #ccc;
    border-top-color: var(--mainColor);
    animation: .6s linear infinite spinner;
    z-index: 10
}

@keyframes spinner {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.elementor-button:hover .elementor-button-icon :is(svg, path, g) {
    fill: var(--button-icon-hover-color)
}

.zarnegar-particle-widget img {
    pointer-events: none
}

.zarnegar-particle-widget {
    position: absolute;
    width: 100%
}

.zarnegar-particle-widget__image {
    display: inline-block;
    position: relative
}

.zarnegar-particle-widget__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.elementor-element.e-con-full:has(.elementor-widget-particle_widget) {
    overflow-x: clip
}

.zarnegar-heading-with-image-title img {
    vertical-align: middle
}

.zarnegar-woo-cat-widget-grid {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: center
}

.zarnegar-woo-cat-widget-grid>.zarnegar-woo-cat-box {
    flex: 1 0 calc(20% - var(--between_gap))
}

.zarnegar-woo-cat-box {
    position: relative;
    overflow: hidden;
    transition: .3s
}

.zarnegar-woo-cat-box__image {
    position: relative;
    overflow: hidden
}

body .zarnegar-woo-cat-box__image img {
    height: 95px;
    width: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -13px
}

.zarnegar-woo-cat-box__overlay {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s
}

.zarnegar-woo-cat-box__text {
    margin-bottom: 10px;
    margin-top: 0
}

.zarnegar-custom-heading__title {
    display: flex;
    flex-direction: column;
    margin: 0
}

.zarnegar-custom-heading__title1>span {
    position: relative;
    z-index: 0
}

.zarnegar-custom-heading__title1>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    right: 0;
    bottom: 20%;
    z-index: -1
}

.zarnegar-custom-heading__title2:empty,
.zarnegar-custom-variations-item label input[type=radio],
.zarnegar-icon-text-list>.separator:last-child {
    display: none
}

.zarnegar-gold-price>div {
    position: relative;
    z-index: 1
}

.zarnegar-gold-price-title__main {
    display: flex;
    gap: 5px;
    align-items: center
}

.zarnegar-gold-price-title__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px
}

.zarnegar-gold-price.design-2 .zarnegar-gold-price-title__icon {
    border-radius: 50%
}

.zarnegar-gold-price-title__icon>svg {
    max-height: 100%
}

.zarnegar-gold-price__price {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 10px
}

.zarnegar-gold-price__price_unit {
    padding: 4px;
    border-radius: 8px
}

.zarnegar-gold-price-price {
    padding-top: 10px
}

.zarnegar-gold-price__changes {
    padding: 15px;
    background: rgb(41 168 104 / 10%);
    border-radius: 8px;
    color: #29a868;
    line-height: 0;
    display: flex;
    align-items: center;
    gap: 0 5px
}

.zarnegar-gold-price__changes.minus {
    background: rgb(240 101 101 / 10%);
    color: #f06565
}

.zarnegar-gold-price__changes.minus svg {
    transform: rotatex(180deg)
}

.zarnegar-gold-price__changes.minus svg :is(g, path) {
    fill: #f06565
}

.zarnegar-gold-price-details {
    text-align: center
}

.details-two-rows .zarnegar-gold-price-details {
    flex-direction: column;
}

.details-two-rows .zarnegar-gold-price-details>div>div {
    flex: 1;
}

.details-two-rows .zarnegar-gold-price-details__price {
    justify-self: end;
}

.zarnegar-gold-price.design-1 .zarnegar-gold-price-details>div {
    justify-content: center;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important
}

.zarnegar-gold-price-details>div {
    flex: 1;
    height: fit-content;
    gap: 20px
}

.zarnegar-gold-price.design-1 .zarnegar-gold-price-details>div:first-child {
    border-left: 1px solid #ccc
}

.zarnegar-gold-price.design-1:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 90%;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    right: -10px;
    border-radius: 16px;
    transform: skewX(-7deg)
}

.zarnegar-itli__icon {
    line-height: 0
}

.zarnegar-gold-price.design-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px
}

.zarnegar-gold-price.design-2 .zarnegar-gold-price-details {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    text-align: right;
    gap: 20px
}

.zarnegar-gpd__icon-box {
    background: linear-gradient(180deg, rgba(41, 168, 104, .3) 0, rgba(41, 168, 104, 0) 100%);
    border-radius: 16px;
    display: flex
}

.zarnegar-gpd__icon-box.down {
    background: linear-gradient(0, rgba(240, 101, 101, .3) 0, rgba(240, 101, 101, 0) 100%)
}

.zarnegar-gpd__icon {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--positiveColor);
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.zarnegar-gpd__icon-box.down>span {
    background-color: var(--negativeColor);
    align-self: end
}

.zarnegar-gold-price-chart {
    overflow: hidden
}

.zarnegar-gpc__buttons {
    display: flex;
    background: linear-gradient(360deg, #fff 0, #f1f1f1 94.87%);
    padding: 15px;
    gap: 15px
}

.zarnegar-gpc__buttons>button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.zarnegar-gold-price-chart:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 50px;
    background: rgb(36 60 64 / 10%);
    bottom: -12px;
    left: 10%;
    border-radius: 8px;
    z-index: -1
}

.zarnegar-icon-text-list {
    display: flex;
    list-style: none;
    padding: 0
}

.zarnegar-icon-text-list-item {
    display: flex;
    align-items: center;
    flex: 1;
    transition: .3s;
    position: relative
}

.zarnegar-icon-text-list-item>:is(div, span) {
    z-index: 1;
    position: relative
}

.zarnegar-icon-text-list-item:hover {
    transform: translateY(-10px)
}

.zarnegar-icon-text-list-item:hover:before {
    opacity: 1
}

.zarnegar-icon-text-list .separator {
    width: 1px;
    background: #ddd;
    height: 50px;
    align-self: center
}

@media (min-width:769px) {
    .zarnegar-icon-text-list-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(36, 60, 64, .3);
        border-radius: 16px;
        right: 0;
        bottom: 0;
        z-index: 0;
        opacity: 0;
        transform: translateY(10px)
    }

    .zarnegar-icon-text-list.align-row .zarnegar-icon-text-list-item:where(:first-child, :nth-last-child(2)):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 90%;
        background-color: rgba(36, 60, 64, .1);
        border-radius: 16px;
        right: -12px;
        bottom: 0;
        z-index: -1;
        transform: skewX(-8deg)
    }

    .zarnegar-icon-text-list.align-row .zarnegar-icon-text-list-item:nth-last-child(2):after {
        right: auto;
        left: -12px;
        transform: skewX(8deg)
    }
}

.zarnegar-gold-price-calculator {
    border-bottom: 30px solid #d9d9d9
}

.zarnegar-gpc-form {
    gap: 18px;
    box-shadow: 0 6px 100px 0 #0000001A
}

.zarnegar-gpc-form>div {
    flex: 1;
    gap: 8px
}

.zarnegar-gpcf__field_title {
    display: flex;
    gap: 5px
}

.zarnegar-gpcf__field_body {
    position: relative
}

.zarnegar-gpcf__field_body input {
    padding-left: 70px !important
}

.zarnegar-gpcf__field_body>span {
    position: absolute;
    left: 0;
    padding: 0 15px;
    height: 70%;
    top: 15%;
    line-height: 2;
    color: #243c40;
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid #243c404f;
}

.zarnegar-gpc-price>div {
    gap: 5px;
    font-weight: 500
}

.zarnegar-gpc-results {
    display: flex;
    justify-content: center;
    margin-top: -15px
}

.gold-price-result {
    background: #f0eeea;
    width: 75%;
    position: absolute;
    box-shadow: 0 25px 30px 0 #0000001A
}

.gold-price-result-content {
    padding: 13px 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .4s
}

.gold-price-result:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 9px;
    left: -10px;
    top: -3px;
    background: #243c40;
    border-radius: 16px
}

.gold-price-result-divider {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 30px;
    background: radial-gradient(circle, transparent 50%, #f0eeea 56%);
    background-size: 30px;
    background-position: 0 16px;
    background-repeat: repeat-x
}

.zarnegar-gpcf__field_body .has_error {
    border: 1px solid red !important
}

.gprc-row>div {
    padding: 15px 15px 15px 25px;
    flex: 1;
    width: 50%
}

.gprc-row:first-child {
    border-bottom: 1px dashed #243c4033
}

.gprc-row>div:first-child {
    border-left: 1px dashed #243c4033
}

.gprc-row>div span {
    font-size: 14px;
    font-weight: 700;
    color: var(--mainColor)
}

.gprc-row>div>div {
    flex: 1;
    display: flex;
    flex-direction: column
}

.gprc-row>div label,
.gprc-row>div label *,
.gprc-sum span label {
    font-size: 14px;
    font-weight: 500;
    color: #243c4080
}

.price_text {
    margin-right: auto;
    font-weight: 700 !important;
    font-size: 16px !important;
    position: relative
}

.gprc-row>div .price_text:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 8px;
    background: rgb(187 165 126 / 20%);
    width: 15px;
    height: 6px
}

.gprc-sum {
    justify-self: center;
    gap: 70px;
    margin-top: 10px;
    background-image: linear-gradient(180deg, rgba(36, 60, 64, .05) 0, rgba(36, 60, 64, .0025) 100%);
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 700;
    color: var(--mainColor)
}

.gprc-sum>span {
    font-size: 24px
}

.zarnegar-gold-price-calculator:after,
.zarnegar-gold-price-calculator:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 84%;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 16px;
    right: -15px;
    top: 15px;
    z-index: -1;
    transform: skewX(-7deg);
    backdrop-filter: blur(20px)
}

.zarnegar-gold-price-calculator:after {
    right: auto;
    left: -15px;
    transform: skewX(7deg)
}

.zarnegar-price-plans-items-main__details ul,
.zarnegar-uab-nav ul {
    padding: 0;
    list-style: none
}

.zarnegar-woo-products-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    display: grid
}

.zarnegar-woo-products-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.zarnegar-woo-products-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.zarnegar-woo-products-grid.columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.zarnegar-woo-products-grid .product-box {
    flex: 1;
    border-radius: 16px;
    position: relative
}

.product-box.design-1 .product-box-image {
    min-width: 70px;
    display: flex;
    height: 150px;
    position: relative
}

.product-box.design-1 .product-box-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    right: -20px
}

.product-box.design-1 .product-box-main {
    z-index: 1;
    position: relative;
    background: #fff;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    flex: 1
}

.product-box.design-1 .product-box-main__top {
    padding: 5px 15px
}

.product-box.design-1 .product-box-main__details {
    padding: 1px 5px 5px;
    border-top: 4px solid #f1f1f1;
    gap: 5px
}

.product-box.design-1 .product-box__price_title {
    display: flex;
    align-items: center;
    gap: 8px
}

.product-box.design-1 .product-box-main__details .product-box-main__buy_price {
    border-left: 5px solid #f5f5f5
}

.design-2 .product-box-image-box {
    min-width: 100px;
    width: 110px;
    height: 120px;
    padding: 15px 15px 0;
    background-image: linear-gradient(0, #243c4038 0, #243C4000 100%);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.design-2 .product-box-image-box img {
    object-fit: cover;
    height: 120px;
    max-height: 100%;
    object-position: top
}

body .product-box.design-2 .zarnegar-gold-price__changes.product-box-image__percent {
    position: relative;
    margin-top: 5px;
    border-radius: 8px;
    justify-content: center;
    gap: 10px
}

.product-box.design-2 .product-box-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 15px
}

.product-box.design-2 .product-box-main>div {
    padding-left: 15px;
    padding-right: 15px
}

.product-box.design-2 .product-box-main__top {
    padding-bottom: 15px
}

.product-box:where(.design-3, .design-4) .product-box-main__details {
    border: none;
    border-right: 4px solid #f1f1f1;
    height: 100%
}

.product-box:where(.design-3, .design-4) .product-box-main__details .product-box-main__main_price {
    border-top: 4px solid #f5f5f5;
    padding-top: 15px;
    gap: 0
}

.zarnegar-woo-products-paginate {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px
}

.zarnegar-woo-products-paginate>.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--mainColor);
    border-radius: 8px;
    transition: .3s
}

.zarnegar-woo-products-paginate>.page-numbers:where(.prev, .next) {
    background-color: var(--secondaryColor);
    color: #fff;
    border-color: var(--secondaryColor)
}

.zarnegar-woo-products-paginate>.page-numbers:where(:hover, .current) {
    background-color: var(--mainColor);
    color: #fff
}

.product-box:where(.design-3, .design-4) span.product-box__button {
    margin-top: 7px
}

.product-box:where(.design-3, .design-4) .product-box-image {
    position: relative
}

.product-box.design-4 .product-box-image {
    flex: 0 0 120px
}

.product-box-image__image {
    position: relative
}

.product-box.design-4 .product-box-main__details>div,
.zarnegar-contact-form .column-12 {
    width: 100%
}

.product-box.design-4 .product-box__price_title {
    display: flex;
    align-items: center;
    gap: 5px
}

.product-box.design-4 .product-box__price_title>span {
    margin-right: 20px
}

.product-box.design-3 .product-box-image__image img {
    width: 135px;
    object-fit: cover;
    margin-top: -35px
}

.product-box.design-4 .product-box-image__image img {
    width: 120px;
    height: 150px;
    object-fit: cover;
    margin-top: -35px;
    object-position: top
}

.zarnegar-woo-products-grid:where(.design-3, .design-4) {
    gap: 50px 15px
}

.product-box-main__details {
    justify-content: space-between;
    gap: 0 12px;
    align-items: center;
    border-top: 4px solid #f1f1f1
}

.product-box .product-box-main__details>div {
    padding: 10px 10px 3px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 50%
}

.product-box-main__buy_price .buy_price {
    font-size: 18px;
    text-align: left;
    display: block;
    font-weight: 500
}

.product-box-main__buy_price .buy_price label {
    color: var(--e-global-color-secondary);
    font-size: 20px
}

.product-box .price .woocommerce-Price-currencySymbol {
    border-radius: 8px;
    padding: 2px 4px;
    margin-right: -5px
}

.product-box-main__main_price span.woocommerce-Price-amount bdi {
    display: flex;
    align-items: start;
    line-height: normal;
    justify-content: end
}

.product-box__button {
    display: block;
    text-align: center;
    transition: .3s
}

body .zarnegar-gold-price__changes.product-box-image__percent {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--positiveColor);
    color: #fff;
    padding: 13px 5px;
    border-radius: 0 8px 8px 0
}

body .zarnegar-gold-price__changes.product-box-image__percent.minus {
    background-color: var(--negativeColor)
}

body .zarnegar-gold-price__changes.product-box-image__percent :is(svg, path, g) {
    fill: #fff
}

.product-box:hover .product-box__button {
    box-shadow: 0 1px 2px 0 #243C404A, 0 4px 4px 0 #243C4042, 0 10px 6px 0 #243C4026, 0 17px 7px 0 #243C400A, 0 27px 8px 0 #243C4003
}

@media(min-width:769px) {
    .zarnegar-woo-products-grid:not(.design-3, .design-4, .design-5)>div:first-child:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        background-color: rgba(36, 60, 64, .1);
        border-radius: 16px;
        right: -25px;
        bottom: 0;
        z-index: -1;
        transform: skewX(-8deg)
    }

    .zarnegar-woo-products-grid:not(.design-3, .design-4, .design-5)>div:last-child:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 80%;
        background-color: rgba(36, 60, 64, .1);
        border-radius: 16px;
        left: -13px;
        bottom: 0;
        z-index: -1;
        transform: skewX(6deg)
    }
}

.zarnegar-custom-product-form {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap
}

.zarnegar-custom-product-variations {
    flex: 1 1 calc(55% - 20px)
}

.zarnegar-custom-product-price {
    flex: 1 1 calc(45% - 20px)
}

.zarnegar-custom-product-price,
.zarnegar-custom-product-variations-items {
    background: rgba(255, 255, 255, .03);
    border-radius: 24px 8px 24px 24px;
    padding: 8px;
    height: 100%;
    backdrop-filter: blur(8px)
}

.zarnegar-custom-product-variations-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.zarnegar-custom-product-variations-items>.zarnegar-custom-variations-item {
    flex: 1 1 calc(50% - 10px);
    transition: .3s
}

.zarnegar-custom-variations-item>label {
    display: flex;
    gap: 15px;
    cursor: pointer;
    align-items: center
}

.zarnegar-custom-variations-item .zarnegar-custom-variations-item__select {
    display: flex;
    width: 24px;
    height: 24px;
    background-color: #ffffff1a;
    border-radius: 8px 4px 8px 8px;
    align-items: center;
    justify-content: center
}

.zarnegar-custom-variations-item .zarnegar-custom-variations-item__select i {
    display: none
}

.zarnegar-custom-variations-item label input[type=radio]:checked+.zarnegar-custom-variations-item__select i {
    display: block;
    color: #191919
}

.zarnegar-custom-variations-item label input[type=radio]:checked+.zarnegar-custom-variations-item__select,
.zarnegar-uab-nav>ul>li>a:hover {
    background-color: var(--mainColor)
}

.zarnegar-custom-variations-item:hover .zarnegar-custom-variations-item__select {
    background-color: #19191955 !important
}

.zarnegar-custom-variations-item:hover .zarnegar-custom-variations-item__select i {
    color: #191919
}

.zarnegar-custom-variations-item .zarnegar-custom-variations-item__titles {
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

.zarnegar-custom-product-price__icon {
    background-color: #191919;
    height: 24px;
    width: 24px;
    border-radius: 8px 4px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zarnegar-custom-product-price-title {
    display: flex;
    gap: 0 20px;
    padding: 0 5px
}

.zarnegar-custom-product-price-title_box {
    display: flex;
    flex-direction: column;
    font-weight: 500
}

.zarnegar-custom-product-price-title_box__persian {
    font-size: 20px
}

.zarnegar-custom-product-price-title_box__english {
    font-size: 14px
}

.zarnegar-custom-product-price-left {
    display: flex;
    margin: 20px 0;
    padding: 0 5px
}

.zarnegar-custom-product-price-left>div {
    flex: 1 1 50%
}

.zarnegar-custom-product-price__add_to_card button {
    cursor: pointer;
    width: 100%;
    transition: .3s
}

.zarnegar-custom-product-price-left-order,
.zarnegar-custom-product-price-left__count {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.zarnegar-custom-product-price-left-order {
    text-align: left
}

.zarnegar-custom-product-price-left-order__title,
.zarnegar-custom-product-price-left__count>label {
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 1
}

.zarnegar-custom-product-price-left-order__price .price bdi {
    display: flex;
    gap: 0 5px;
    align-items: center;
    color: #fff;
    font-size: 32px;
    justify-content: flex-end;
    direction: rtl
}

.zarnegar-custom-product-price-left-order__price .price .woocommerce-Price-currencySymbol {
    font-size: 20px;
    font-weight: 500;
    color: var(--mainColor)
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0 10px;
    background-color: #fff;
    border: 1px solid #d3d8d9;
    border-radius: 10px;
    padding: 6px 16px;
    max-width: 130px
}

.qty,
html body .quantity-wrapper>button {
    border: none;
    padding: 0 !important;
    line-height: 0
}

.qty {
    background: 0 0;
    color: var(--mainColor);
    font-size: 22px;
    font-weight: 700;
    max-width: 60px;
    text-align: center
}

html body .quantity-wrapper>button {
    color: #d3d8d9 !important;
    background-color: transparent;
    outline: 0;
    font-size: 40px;
    transition: .3s
}

html body .quantity-wrapper>button:hover {
    color: #aaa !important
}

.zarnegar-blog-grid,
.zarnegar-ordering-ways,
.zarnegar-price-plans {
    display: flex;
    flex-wrap: wrap
}

.zarnegar-ordering-ways>div {
    flex: 1;
    backdrop-filter: blur(20px)
}

.zarnegar-faq-item__title,
.zarnegar-ordering-ways-item,
.zarnegar-uab-nav>ul>li>a * {
    transition: .3s
}

.ordering-ways-item-content,
.zarnegar-cr-items {
    display: flex;
    gap: 10px
}

.ordering-ways-item-content__titlebox {
    line-height: 1
}

.ordering-ways-item-content__title,
.zarnegar-custom-list-item__title {
    margin-bottom: 10px
}

.ordering-ways-item__image {
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden
}

body .ordering-ways-item__image img {
    height: 85px;
    transform: translateY(10px);
    transition: .3s
}

.zarnegar-ordering-ways-item:hover .ordering-ways-item__image img {
    transform: translateY(1px)
}

.ordering-ways-item-content__icon {
    background-color: #191919;
    height: 24px;
    width: 24px;
    border-radius: 8px 4px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.zarnegar-ordering-ways-item:hover .ordering-ways-item-content__icon {
    background-color: rgb(25 25 25 / 10%)
}

.zarnegar-bbm__main,
.zarnegar-price-plans>div {
    flex: 1
}

.zarnegar-price-plans-items-top {
    display: flex;
    gap: 0 20px
}

.zarnegar-price-plans-items-top-text__title {
    margin-top: 5px;
    margin-bottom: 0;
    transition: .3s
}

.zarnegar-price-plans-items-top-text__product_name {
    margin: 0;
    transition: .3s
}

.zarnegar-price-plans-items__responsive {
    display: none;
    margin-right: auto;
    align-self: flex-end
}

.zarnegar-price-plans-items-top {
    display: flex;
    gap: 0 15px;
    max-height: 90px;
    position: relative;
    transition: .3s;
    border-radius: 24px 8px 8px
}

body .zarnegar-price-plans-items-top__image img {
    height: auto;
    position: relative;
    z-index: 1;
    margin-right: 10px
}

.zarnegar-price-plans-items-top__image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 24px 8px 8px;
    background-color: #fffFFF08
}

.zarnegar-price-plans-items:hover .zarnegar-price-plans-items-top__image:before {
    background-image: repeating-linear-gradient(125deg, transparent, transparent 14px, #00977680 15px)
}

.zarnegar-price-plans-items-top-text {
    position: relative;
    z-index: 1
}

.zarnegar-price-plans-items-main {
    backdrop-filter: blur(8px)
}

.zarnegar-price-plans-items-main__price {
    text-align: left;
    margin-bottom: 10px
}

.zarnegar-price-plans-items-main__button a {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    transition: .3s
}

.zarnegar-price-plans-items-main__details ul li {
    display: flex;
    gap: 0 10px;
    align-items: center
}

.zarnegar-price-plans-items-main__details ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px 2px 8px 8px;
    margin-top: -2px
}

.zarnegar-customer-review {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.zarnegar-customer-review>div {
    width: calc(50% - 15px)
}

.zarnegar-cr-items-right {
    min-width: 150px
}

.zarnegar-cr-items-left {
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px)
}

.zarnegar-cr-items-right__image {
    margin-top: -15px
}

.zarnegar-cr-items-left__description {
    text-align: justify;
    margin-bottom: 0
}

.zarnegar-cr-items-right__subtitle,
.zarnegar-woo-filter-title {
    margin: 0
}

.zarnegar-cr-items-right__name {
    margin: 0 0 5px
}

.zarnegar-blog-grid>.zarnegar-blog-box {
    flex: 1;
    position: relative;
    max-width: 350px
}

.zarnegar-blog-box:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background-color: rgba(36, 60, 64, .2);
    z-index: -1
}

.zarnegar-blog-box>a {
    display: block;
    transition: .3s;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden
}

.zarnegar-blog-box:hover>a {
    transform: translateY(-7px)
}

.zarnegar-blog-box.has-icon {
    flex: 0 0 auto
}

.zarnegar-blog-box-main {
    display: flex;
    gap: 10px;
    align-items: center
}

.zarnegar-bbm__icon {
    width: 70px;
    height: 70px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, #243C400D 0, #243C4000 100%);
    border-radius: 8px
}

.zarnegar-blog-box-main__button {
    text-align: center;
    transition: .3s
}

.zarnegar-blog-box:hover .zarnegar-blog-box-main__button {
    transform: translateY(-5px)
}

.zarnegar-blog-box-main__button i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 5px
}

body .zarnegar-blog-box-top__image img {
    max-height: 140px;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.zarnegar-blog-box-top {
    position: relative
}

.zarnegar-blog-box-top__shapes {
    height: 75px;
    position: absolute;
    bottom: 23px;
    width: 100%;
    border-radius: 24px 8px 8px
}

.zarnegar-blog-box-main-details {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 10px
}

.zarnegar-blog-box-main-details__description {
    width: 55%
}

.zarnegar-blog-box-main-details__date {
    width: 45%;
    display: flex;
    gap: 0 5px;
    justify-content: end
}

.zarnegar-blog-box-main-details__date_responsive,
.zarnegar-cart-box.hide {
    display: none
}

@media (max-width:767px) {
    .zarnegar-bbm__icon img {
        height: 20px
    }

    .zarnegar-bbm__icon {
        width: 40px;
        height: 50px
    }

    .zarnegar-blog-box.has-icon {
        flex: 1 1 100%
    }
}

.zarnegar-cart-button {
    font-family: none;
    transition: .3s;
    line-height: 1
}

.zarnegar-cart-box {
    position: absolute;
    left: 0;
    margin-top: 20px;
    width: 330px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    box-shadow: 0 3px 15px #999;
}

.zarnegar-cart-items-item {
    display: flex;
    align-items: center;
    gap: 0 10px
}

.zarnegar-cart-items-item .remove-cart-item {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zarnegar-cart-items-item .remove-cart-item i {
    font-size: 12px
}

body .zarnegar-cii__image {
    display: inline-flex
}

body .zarnegar-cii__image img {
    max-width: 35px;
    height: auto;
    border-radius: 8px
}

body .zarnegar-cart-items-item input,
body .zarnegar-cart-items-item input.qty {
    padding: 5px 0;
    max-width: 30px;
    text-align: center
}

body .zarnegar-cart-items-item .quantity-wrapper button {
    width: 20px
}

.zarnegar-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.zarnegar-cart-checkout a {
    width: 100%;
    display: block;
    text-align: center
}

body .zarnegar-cart-items-item .quantity-wrapper {
    gap: 0 2px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border: 1px solid rgba(36, 60, 64, .2);
    border-radius: 12px;
    transition: .3s
}

body .zarnegar-cart-items-item .quantity-wrapper span {
    line-height: .5;
    color: rgba(36, 60, 64, .2);
    font-size: 26px;
    transition: .3s;
    cursor: pointer
}

body .zarnegar-cart-items-item .quantity-wrapper:hover {
    border-color: rgba(36, 60, 64, .5)
}

body .zarnegar-cart-items-item .quantity-wrapper:hover span {
    color: rgba(36, 60, 64, .5)
}

body .zarnegar-cart-items-item input {
    background-color: transparent;
    font-size: 18px;
    font-family: inherit;
    color: var(--mainColor);
    border: none;
    outline: 0
}

body .zarnegar-cart-items-item .zarnegar-cii__image img {
    max-height: 60px;
    width: 100%;
    max-width: none
}

.zarnegar-cart-total {
    border-top: 1px solid rgba(36, 60, 64, .2);
    margin-top: 15px;
    padding-top: 15px
}

.zarnegar-cart-ietms-no {
    font-size: 14px;
    color: rgb(36 60 64 / 50%);
    font-weight: 500
}

.zarnegar-cart-total__price .woocommerce-Price-currencySymbol {
    padding: 0 4px;
    border-radius: 8px;
    margin-right: -5px;
    position: relative;
    top: -5px
}

.zarnegar-user-account-box {
    padding: 10px;
    background: linear-gradient(180deg, #f4f4f4 0, #fff 6.57%);
    border-radius: 0 0 20px 20px;
    width: 370px;
    margin-top: 20px
}

.zarnegar-custom-list-item,
.zarnegar-uab-main {
    display: flex
}

.zarnegar-uab-meta {
    border-left: 1px dashed #d3d8d9;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.zarnegar-uab-nav {
    flex: 1;
    background-color: #f0eeea;
    padding: 10px;
    border-radius: 16px;
    margin-right: 15px
}

.zarnegar-post-cat-widget-grid .zarnegar-pcb__icon,
.zarnegar-uab-nav>ul>li>a:hover .item_icon,
.zarnegar-woo-filter-icon {
    background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .01) 100%)
}

.zarnegar-uab-nav ul {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.zarnegar-uab-nav>ul>li>a {
    display: flex;
    background: #f7f7f5;
    padding: 5px;
    border-radius: 8px;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.zarnegar-uab-meta__avatar img {
    border-radius: 12px
}

.zarnegar-uab-nav>ul>li>a>span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    color: var(--mainColor)
}

.zarnegar-uab-nav>ul>li>a>span span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(36, 60, 64, .5)
}

.zarnegar-uab-nav>ul>li>a .item_icon {
    background: #fff;
    height: 40px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 8px
}

.zarnegar-uab-nav>ul>li>a .item_icon svg {
    width: 18px
}

.zarnegar-uab-nav>ul>li>a:hover .item_icon :is(svg, path, g) {
    fill: #fff
}

.zarnegar-uab-nav>ul>li>a .left-toggle {
    margin-right: auto;
    margin-left: 10px
}

.zarnegar-uab-nav>ul>li>a:hover .left-toggle,
.zarnegar-uab-nav>ul>li>a:hover>span {
    color: #fff
}

.zarnegar-uab-nav>ul>li>a:hover>span span {
    color: rgb(255, 255, 255, .5)
}

.zarnegar-uab-meta__display_name {
    margin-bottom: 5px;
    font-weight: 600
}

.zarnegar-uab-meta__phone {
    font-size: 14px;
    color: #667779;
    font-weight: 500
}

.user-account-widget .elementor-button .elementor-button-text {
    max-width: 105px;
    overflow: hidden;
    white-space: nowrap
}

.logged-in-user span {
    align-items: center
}

.logged-in-user {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 3px !important
}

.logged-in-user .elementor-button-icon img {
    border-radius: 8px
}

.zarnegar-contact-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.zarnegar-contact-form .column-3 {
    width: calc(25% - 10px)
}

.zarnegar-contact-form .column-4 {
    width: calc(33.33333333% - 10px)
}

.zarnegar-contact-form .column-6 {
    width: calc(50% - 10px)
}

.zarnegar-contact-form .field-column label {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.zarnegar-contact-form button:not(.full-button) {
    width: fit-content;
    margin-right: auto
}

.zarnegar-form-message>div {
    display: block;
    color: #fff;
    padding: 10px;
    margin-top: 20px
}

.zarnegar-form-message .zarnegar-error-message {
    color: #ff5050
}

.zarnegar-login-error,
.zarnegar-signup-error {
    color: #ff5050;
    margin-bottom: 10px
}

.zarnegar-signup-success {
    color: var(--positiveColor);
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center
}

.zarnegar-custom-list-item__text,
.zarnegar-faq-answer__item p {
    margin-bottom: 0
}

.pw-validation {
    color: #ff5050 !important;
    margin-top: 5px
}

.zarnegar-woo-filters {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.zarnegar-woo-filters-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: .3s
}

.zarnegar-woo-filter-arrow {
    margin-right: auto;
    transform: rotate(90deg)
}

.zarnegar-post-cat-widget-grid .zarnegar-pcb__icon,
.zarnegar-woo-filter-icon {
    display: flex;
    height: 50px;
    width: 45px;
    border-radius: 8px;
    align-items: center;
    justify-content: center
}

.zarnegar-woo-filters-item-content {
    background: #fff;
    border-radius: 16px;
    margin-top: 10px;
    padding: 10px
}

.zarnegar-woo-filters-item-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column
}

.zarnegar-woo-filters-item-content ul li label {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(36, 60, 64, .1);
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--mainColor);
    transition: .3s;
    cursor: pointer
}

.zarnegar-woo-filters-item-content ul li:hover label {
    background-color: #f5f5f5
}

.zarnegar-woo-filters-item-content ul li:last-child label {
    border-bottom: 0
}

.zarnegar-woo-filter-count {
    margin-right: auto;
    color: var(--secondaryColor);
    font-size: 15px;
    font-weight: 500
}

.zarnegar-woo-filters-item-content ul li.disabled {
    opacity: .5
}

.zarnegar-price-values {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--mainColor);
    font-weight: 500;
    font-size: 14px
}

.zarnegar-price-values .price-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center
}

.zarnegar-price-values .price-row input {
    flex: 1;
    text-align: center
}

.zarnegar-price-values .price-row input:focus {
    box-shadow: 0 0 0 2px var(--mainColor)
}

.zarnegar-price-values .noUi-target {
    background: #f0eeea;
    border: 0;
    height: 8px;
    box-shadow: none;
    border-radius: 16px 8px 16px 16px
}

.zarnegar-price-values .noUi-connect {
    background: var(--secondaryColor)
}

.zarnegar-price-values .noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    background: var(--secondaryColor);
    border: 4px solid #fff;
    box-shadow: none;
    border-radius: 50%
}

#zarnegar_max_price_label,
#zarnegar_min_price_label {
    background: var(--secondaryColor);
    padding: 6px 7px 3px;
    color: #fff;
    border-radius: 8px
}

#zarnegar_max_price_label {
    margin-left: auto
}

.zarnegar-post-cat-widget-grid {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none
}

.zarnegar-custom-list,
.zarnegar-faq {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0
}

.zarnegar-custom-list-item__icon:not(:has(.zarnegar-custom-list-item-icon__counter)) {
    padding-top: 5px
}

.zarnegar-custom-list-item-icon__counter {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-top: -5px
}

.zarnegar-bullet {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 8px 2px 8px 8px;
    background-color: var(--mainColor)
}

.zarnegar-faq-wrapper {
    gap: 30px
}

.zarnegar-faq-wrapper>div {
    width: 50%;
    position: relative
}

.zarnegar-faq-wrapper .subtract {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -15px;
    z-index: 1
}

.zarnegar-faq li {
    display: flex;
    transition: .3s;
    align-items: center;
    cursor: pointer;
    position: relative
}

.zarnegar-faq-answer__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.zarnegar-faq-answers__title {
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--mainColor)
}

.zarnegar-faq-item__collapse {
    margin-right: auto;
    line-height: 0
}

.zarnegar-faq-item .zarnegar-faq-item__collapse svg :is(g, path) {
    fill: var(--mainColor);
    opacity: .15;
    transition: .3s
}

.zarnegar-faq-item:where(:hover, .active) .zarnegar-faq-item__collapse svg :is(g, path) {
    fill: var(--secondaryColor);
    opacity: .5
}

.zarnegar-faq-answer-item__main {
    box-shadow: 0 6px 66px 0 #0000001A;
    height: 100%
}

.zarnegar-faq-item__text2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    align-items: center
}

.zarnegar-faq-item__text2_icon {
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    border-radius: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.zarnegar-faq-item__text2_icon>svg {
    max-height: 20px
}

.zarnegar-faq-item__question_mark {
    width: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(36, 60, 64, .05) 0, rgba(36, 60, 64, .025) 100%);
    border-radius: 8px;
    margin-left: 10px
}

.zarnegar-faq-item__question_mark>span {
    background-color: var(--secondaryColor);
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: var(--mainColor);
    border-radius: 5px
}

.zarnegar-faq-item:where(:hover, .active) .zarnegar-faq-item__question_mark {
    background-color: rgba(255, 255, 255, .05)
}

.zarnegar-faq-item:where(:hover, .active) .zarnegar-faq-item__question_mark>span {
    color: #fff
}

.zarnegar-faq-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: -7px;
    transition: .3s;
    opacity: 0
}

.zarnegar-faq-item:where(:hover, .active):after {
    opacity: 1
}


/* Woocommerce List */

.zarnegar-woo-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.zarnegar-woo-list-item-content {
    background: #fff;
    border-radius: 16px;
    padding: 10px
}

.zarnegar-woo-list-item-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column
}

.zarnegar-woo-list-item-content ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(36, 60, 64, .1);
    padding: 12px !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--mainColor) !important;
    transition: .3s;
    cursor: pointer
}

.zarnegar-wlic-title {
    color: #243c408a;
    display: flex;
    font-weight: 600;
    margin-bottom: 8px;
}

.zarnegar-woo-list-item-content ul li:hover a {
    background-color: #f5f5f5 !important
}

.zarnegar-woo-list-item-content ul li:last-child a {
    border-bottom: 0
}

.zarnegar-woo-list-item-content .zarnegar-woo-filter-count {
    margin-right: auto;
    color: var(--secondaryColor);
    font-size: 15px;
    font-weight: 500
}

.zarnegar-woo-list-item-content ul li.disabled {
    opacity: .5
}

/*  */

@media (max-width:768px) {

    .zarnegar-faq-answers:not(.mobile-answers),
    .zarnegar-gpc__buttons>button:last-child {
        display: none !important
    }

    .zarnegar-icon-text-list {
        flex-direction: column !important
    }

    .zarnegar-icon-text-list .separator {
        display: none
    }

    .zarnegar-faq {
        gap: 0 !important
    }

    .zarnegar-faq-wrapper {
        flex-wrap: wrap
    }

    .zarnegar-faq-wrapper>div {
        width: 100%
    }

    .zarnegar-faq>li.zarnegar-faq-item-mobile-answer.active {
        display: flex !important
    }

    .zarnegar-faq-item .zarnegar-faq-item__collapse svg {
        transform: rotate(-90deg)
    }

    .zarnegar-faq-item.active .zarnegar-faq-item__collapse svg {
        transform: rotate(90deg)
    }

    .zarnegar-faq-item:not(:first-child) {
        margin-top: 15px
    }

    .zarnegar-faq-wrapper .subtract svg {
        max-height: 20px
    }

    .zarnegar-faq-wrapper .subtract {
        top: -10px
    }
}

@media(min-width:1024px) {
    .zarnegar-ordering-ways-item:not(:last-child):after {
        content: '';
        position: absolute;
        left: -12px;
        top: 40px;
        background-image: url(../images/left-arrow.png);
        width: 30px;
        height: 25px;
        background-repeat: no-repeat
    }
}

@media(max-width:768px) {

    .zarnegar-customer-review,
    .zarnegar-gold-price-details>div {
        gap: 15px
    }

    .zarnegar-gpd__icon {
        width: 18px;
        height: 18px
    }

    .gprc-row>div,
    .gprc-sum {
        padding: 7px 15px
    }

    .gprc-row,
    .zarnegar-gpc-form,
    .zarnegar-gpc-price>div {
        flex-wrap: wrap
    }

    .zarnegar-gpc-form>div {
        width: 50%;
        flex: 1 1 40%
    }

    body .zarnegar-gpc-price .zarnegar-gpc-gold_price {
        width: 100%;
        flex: 1 1 100%;
        margin-right: 0 !important
    }

    .gprc-row>div {
        width: 100%;
        flex: 1 1 100%
    }

    .gold-price-result-content.show {
        padding: 4px 0
    }

    .gprc-row>div:not(:last-child) {
        border-bottom: 1px dashed #243c4033
    }

    .gprc-row>div .price_text:after {
        left: -20px
    }

    .gold-price-result {
        width: 90%;
        box-shadow: 0 15px 40px 0 #666
    }

    .zarnegar-gold-price-calculator:after {
        left: -8px
    }

    .zarnegar-gold-price-calculator:before {
        right: -8px
    }

    .product-box.design-1 .product-box-image {
        min-width: 60px
    }

    .product-box.design-1 .product-box-image img {
        right: -10px
    }

    body .zarnegar-gold-price__changes.product-box-image__percent {
        font-size: 12px
    }

    .zarnegar-blog-grid>div:not(:first-child):not(:nth-child(2)),
    .zarnegar-price-plans-items-main .zarnegar-price-plans-items-main__price {
        display: none
    }

    .zarnegar-price-plans-items-top {
        background: #ffffff08;
        border-radius: 8px 8px 0 0;
        gap: 0 10px
    }

    .zarnegar-price-plans-items:hover .zarnegar-price-plans-items-main__price :is(.woocommerce-Price-currencySymbol, .amount) {
        color: #191919 !important
    }

    body .zarnegar-price-plans-items-main {
        border-radius: 0 0 24px 24px !important;
        margin-top: -1px
    }

    .zarnegar-cart-box {
        width: 330px;
        left: 0;
        margin-top: 10px
    }

    .zarnegar-user-account-box {
        bottom: 50px !important;
        left: 15px !important
    }

    body .user-account-widget {
        width: 90%;
        display: block;
        margin: 15px auto;
        border-top: 1px solid #ffffff08;
        padding-top: 10px
    }

    .zarnegar-blog-box-main-details__description,
    .zarnegar-contact-form .field-column,
    body .user-account-widget .elementor-button {
        width: 100%
    }

    body .user-account-widget .elementor-button>span {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .zarnegar-woo-cat-widget-grid>.zarnegar-woo-cat-box {
        flex: 0 0 calc(50% - var(--between_gap)/ 2);
        margin-bottom: 10px
    }

    .zarnegar-woo-products-grid>.product-box {
        flex: 0 0 100%;
        margin-bottom: 10px
    }

    .zarnegar-woo-products-grid>.product-box:not(:first-child):not(:nth-child(2)) {
        display: none !important
    }

    .zarnegar-woo-products-grid:is(.columns-3, .columns-4, .columns-2) {
        grid-template: none
    }

    body .zarnegar-woo-cat-box__image img {
        height: 55px;
        bottom: -5px
    }

    .product-box-main {
        padding-top: 15px
    }

    .product-box__button {
        margin-top: 10px
    }

    .zarnegar-custom-product-price,
    .zarnegar-custom-product-variations,
    .zarnegar-custom-product-variations-items>.zarnegar-custom-variations-item,
    .zarnegar-customer-review>div,
    .zarnegar-ordering-ways>div,
    .zarnegar-price-plans>div {
        flex: 1 1 100%
    }

    .zarnegar-custom-product-variations-items {
        background: 0;
        padding: 0
    }

    .zarnegar-custom-product-price {
        margin-top: 15px
    }

    .zarnegar-custom-product-price-title {
        gap: 0 15px
    }

    .zarnegar-custom-product-price-title_box__persian {
        font-size: 16px
    }

    .zarnegar-custom-product-price-left-order__price .price bdi {
        font-size: 26px
    }

    .zarnegar-ordering-ways-item {
        display: flex;
        justify-content: space-between
    }

    body .ordering-ways-item__image img {
        height: 60px
    }

    .zarnegar-price-plans-items__responsive {
        display: block;
        padding-left: 8px
    }

    .zarnegar-price-plans-items-top-text {
        align-self: center
    }

    body .zarnegar-price-plans-items-top__image img {
        height: 70px
    }

    .zarnegar-price-plans-items-top__image:before {
        height: 60%;
        width: 40px
    }

    .zarnegar-cr-items-right {
        min-width: 150px
    }

    .zarnegar-blog-grid>.zarnegar-blog-box {
        flex: 1 1 100% !important;
        max-width: none !important
    }

    .zarnegar-blog-box-main-card {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .zarnegar-blog-box-main-details__date_responsive {
        display: flex;
        justify-content: start
    }

    .zarnegar-blog-box-main__title {
        min-height: 0
    }

    .zarnegar-blog-box-main-details {
        margin: 13px 0
    }

    body .zarnegar-blog-grid {
        gap: 15px !important
    }

    .only-mobile {
        display: block !important
    }
}


.product-box.design-5 .product-box-image-box {
    padding: 20px 14px 40px;
    position: relative;
}
.product-box.design-5 .product-box-image-box:after {
    content: '';
    width: 82px;
    height: 4px;
    background: #10101030;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    filter: blur(5.06px);
}
.product-box.design-5 .product-box-image-box img {
    max-width: 118px;
    object-fit: contain;
    aspect-ratio: 1;
    border-radius: 8px;
} 

.product-box.design-5 .product-box-main {
    width: 100%;
}

.product-box.design-5 {
    border-radius: unset !important;
    background: unset !important;
}

.product-box.design-5 > a {
    padding: 8px;
    background: #fff;
    border-radius: 16px;
    max-height: 192px;
    overflow: hidden;
}

.product-box.design-5 .product-box-main__title {
    row-gap: 8px;
}

.product-box.design-5 .product-box-main__title .product-box-main-desc {
    color: #838383;
    font-weight: 400;
    line-height: 28px;
}

.product-box.design-5 .product-box-main__title .product-box-main-main_title {
    line-height: 34px;
}

.product-box.design-5 .product-box-main__top {
    margin-bottom: 8px;
}

.product-box.design-5 .product-box-main__buy_price {
    min-width: unset !important;
    display: block !important;
    padding: 8px 0 0 !important;
    margin-top: 12px;
}

.product-box.design-5 .product-box-main__buy_price .woocommerce-Price-amount.amount {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 44px;
}

.product-box.design-5 .product-box-main__buy_price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.product-box.design-5 .product-box-main__details {
    justify-content: end;
    border-top: 1px solid #0000000D;
}

.product-box.design-5 .product-box-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: auto 0;
    padding: 0 8px;
}

.product-box.design-5 .product-box__button {
    padding: 10px 26px !important;
    background: #FFC500 !important;
    color: #232323 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 28px;
}