/*
Theme Name: بیوتی شاپ
Theme URI: https://www.rtl-theme.com/author/azizy-zohreh/
Author: webinseo
Author URI: https://www.rtl-theme.com/author/azizy-zohreh/
Version: 1.0.1
Text Domain: beauty_shop
*/

html {
    scroll-behavior: smooth
}

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
    height: auto;
}


*::after,
*::before {
    transition: all 0.3s ease-in-out;
}

i::after,
i::before {
    transition: 0s;
}

@font-face {
    font-family: satoshi;
    src: url(assets/fonts/Satoshi-Variable.woff2) format("woff2");
    font-style: normal;
    font-display: swap;
    unicode-range:
            U+0000-00FF,  /* Basic Latin */
            U+0100-024F; /* Latin Extended */
}

body {
    font-family: BeautyShopFont, satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    direction: rtl;
    text-align: right;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    color: var(--black-color);
    background-color: var(--bg-color);
}

img {
    max-width: 100%;
    height: auto;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

a,
b,
em,
span,
label,
button {
    line-height: normal;
}


/************************************************************************************/ /* Generals */
:root {
    --bg-color-50: color-mix(in srgb, var(--bg-color) 50%, transparent);
    --sec-color-10: color-mix(in srgb, var(--sec-color) 10%, transparent);
    --sec-color-50: color-mix(in srgb, var(--sec-color) 50%, transparent);
    --sec-color-80: color-mix(in srgb, var(--sec-color) 80%, transparent);
    --black-color-50: color-mix(in srgb, var(--black-color) 50%, transparent);
    --black-color-70: color-mix(in srgb, var(--black-color) 70%, transparent);
    --main-color-10: color-mix(in srgb, var(--main-color) 10%, transparent);
    --main-color-50: color-mix(in srgb, var(--main-color) 50%, transparent);
    --main-color-70: color-mix(in srgb, var(--main-color) 70%, transparent);
    --black-color-5: color-mix(in srgb, var(--black-color) 5%, transparent);
    --black-color-10: color-mix(in srgb, var(--black-color) 10%, transparent);
    --black-color-20: color-mix(in srgb, var(--black-color) 20%, transparent);
    --black-color-30: color-mix(in srgb, var(--black-color) 30%, transparent);
    --black-color-60: color-mix(in srgb, var(--black-color) 60%, transparent);
    --black-color-80: color-mix(in srgb, var(--black-color) 80%, transparent);
    --black-color-90: color-mix(in srgb, var(--black-color) 90%, transparent);
    --white-color-40: color-mix(in srgb, var(--white-color) 40%, transparent);
    --white-color-10: color-mix(in srgb, var(--white-color) 10%, transparent);
    --white-color-20: color-mix(in srgb, var(--white-color) 20%, transparent);
    --white-color-70: color-mix(in srgb, var(--white-color) 70%, transparent);
    --white-color-5: color-mix(in srgb, var(--white-color) 5%, transparent);
    --white-color-30: color-mix(in srgb, var(--white-color) 30%, transparent);

    --black-color-100: color-mix(in srgb, var(--black-color) 10%, #fff);
    --black-color-400: color-mix(in srgb, var(--black-color) 40%, #fff);
    --black-color-200: color-mix(in srgb, var(--black-color) 20%, #fff);
    --sec-color-100: color-mix(in srgb, var(--sec-color) 10%, #fff);
    --main-color-5: color-mix(in srgb, var(--main-color) 5%, #fff);
    --main-color-100: color-mix(in srgb, var(--main-color) 10%, #fff);
    --main-color-200: color-mix(in srgb, var(--main-color) 20%, #fff);
    --main-color-400: color-mix(in srgb, var(--main-color) 40%, #fff);

    --container-default-padding-right: 32px;
    --container-default-padding-left: 32px;
}

/******************************************/ /* Btn */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    min-width: 72px;
    height: 40px;
    padding: 4px;
}

.btn-primary {
    --bs-btn-color: var(--sec-color);
    --bs-btn-bg: var(--sec-color-100);
    --bs-btn-border-color: var(--sec-color-100);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--sec-color);
    --bs-btn-hover-border-color: var(--sec-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--sec-color);
    --bs-btn-active-border-color: var(--sec-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--sec-color);
    --bs-btn-disabled-bg: var(--sec-color-100);
    --bs-btn-disabled-border-color: var(--sec-color-100);
    border-radius: 0 24px;
}

.btn-pink {
    --bs-btn-color: var(--main-color);
    --bs-btn-bg: var(--main-color-5);
    --bs-btn-border-color: var(--main-color-5);
    --bs-btn-hover-color: var(--white-color);
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--white-color);
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--main-color);
    --bs-btn-disabled-bg: var(--main-color-5);
    --bs-btn-disabled-border-color: var(--main-color-5);
    border-radius: 0 24px;
}

.btn-outline-primary {
    --bs-btn-color: var(--black-color-70);
    --bs-btn-border-color: var(--sec-color-100);
    --bs-btn-hover-color: var(--black-color-70);
    --bs-btn-hover-bg: var(--sec-color-100);
    --bs-btn-hover-border-color: var(--sec-color-100);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--black-color-70);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: var(--sec-color-100);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--sec-color-10);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--sec-color-100);
    --bs-gradient: none;
    border-radius: 12px;
    justify-content: end;
}

.btn-outline-light {
    --bs-btn-color: var(--white-color);
    --bs-btn-border-color: var(--white-color);
    --bs-btn-hover-color: var(--black-color);
    --bs-btn-hover-bg: var(--white-color);
    --bs-btn-hover-border-color: var(--white-color);
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: var(--black-color);
    --bs-btn-active-bg: var(--white-color);
    --bs-btn-active-border-color: var(--white-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--white-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--white-color);
    --bs-gradient: none;
}

.btn-outline-primary span {
    padding: 0 6px 0 0;
    font-size: 14px;
    /*line-height: 1;*/
}

.btn-outline-primary svg {
    width: 16px;
    height: 16px;
    fill: var(--sec-color);
}

.btn-outline-primary svg path {
    fill: var(--sec-color);
}

.btn-outline-primary i {
    width: 32px;
    height: 32px;
    background: var(--sec-color-100);
    color: var(--sec-color);
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.dropdown-toggle {
}

.btn.dropdown-toggle:after {
    display: none;
}

.e-con-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

body {
    --container-max-width: 100%;
}

/* sm */
@media (min-width: 576px) {
    .e-con-inner {
        max-width: 540px;
        --container-max-width: 540px;
    }

    body {
        --container-max-width: 540px;
    }
}

/* md */
@media (min-width: 768px) {
    .e-con-inner {
        max-width: 720px;
        --container-max-width: 720px;
    }

    body {
        --container-max-width: 720px;
    }
}

/* lg */
@media (min-width: 992px) {
    .e-con-inner {
        max-width: 960px;
        --container-max-width: 960px;
    }

    body {
        --container-max-width: 960px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .e-con-inner {
        max-width: 1140px;
        --container-max-width: 1140px;
    }

    body {
        --container-max-width: 1140px;
    }
}

/* xxl */
@media (min-width: 1400px) {
    .e-con-inner {
        max-width: 1320px;
        --container-max-width: 1320px;
    }

    body {
        --container-max-width: 1320px;
    }
}

.e-con > .e-con-inner {
    --content-width: min(100%, var(--container-max-width, 1320px));
}

.e-con > .e-con-inner > div {
    height: 100%;
    align-items: stretch;
}

.e-con > .e-con-inner > div {
    height: auto;
}

.e-con > .e-con-inner > div .elementor-widget,
.e-con > .e-con-inner > div .elementor-widget .elementor-widget-container {
    height: 100%;
}

/************************************************************************************/ /* Header */
header.container {
    position: relative;
    padding: 0 !important;
    margin: 29px auto 21px;
}

header .backdrop {
    width: calc(100% + 32px);
    height: 92px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    /*padding: 0 16px;*/
}

.header-box .logo {
    padding: 34px 33px;
    display: block;
}

.header-box .middle-box {
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.header-box .right-box {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-box .middle-box {
    width: calc(100% - 38% - 32px);
}

.header-box .left-box {
    width: 21%;
    padding: 18px 16px;
}

.header-box .left-box .top-row {
    padding-top: 2px;
    margin-bottom: 14px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.btn-support b {
    direction: ltr;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
}


/******************************************/ /* btn-logged-in */
.user-account .btn-logged-in span {
    max-width: 95px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-account .dropdown-menu {
    width: 258px;
    border-radius: 20px;
    border: 0;
    padding: 0;
}

.user-account .dropdown-menu-list {
    margin: 0;
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
}

.user-account .back {
    width: 238px;
    height: 143px;
    border-radius: 20px;
    background: var(--black-color);
    opacity: 0.1;
    filter: blur(42px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.user-account .dropdown-menu li {
}

.user-account .dropdown-menu .dropdown-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    height: 28px;
    margin-bottom: 16px;
    position: relative;
    transition: all .3s ease-in-out;
}

.user-account .dropdown-menu .dropdown-item:active,
.user-account .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.user-account .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}

.user-account .dropdown-menu .dropdown-item svg path {
    fill: var(--main-color-70);
}

.user-account .dropdown-menu .dropdown-item svg {
    width: 22px;
    height: 22px;
    fill: var(--main-color-70);
    transition: all .3s ease-in-out;
}

.user-account .dropdown-menu .dropdown-item span:after {
    content: "";
    width: 1px;
    height: 16px;
    background: var(--black-color-10);
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.user-account .dropdown-menu .dropdown-item span {
    font-size: 14px;
    font-weight: 300;
    color: var(--black-color-70);
    transition: all .3s ease-in-out;
    position: relative;
}

.user-account .dropdown-menu .dropdown-item:before,
.user-account .dropdown-menu .dropdown-item:before {
    content: "";
    border: 8px solid var(--black-color-10);
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.user-account .dropdown-menu .dropdown-item:after,
.user-account .dropdown-menu .dropdown-item:after {
    content: "";
    border: 7px solid var(--main-color);
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.user-account .dropdown-menu .dropdown-item:active:after,
.user-account .dropdown-menu .dropdown-item:hover:after,
.user-account .dropdown-menu .dropdown-item:active:before,
.user-account .dropdown-menu .dropdown-item:hover:before {
    visibility: visible;
    opacity: 1;
}

.user-account .dropdown-menu .dropdown-item:active svg path,
.user-account .dropdown-menu .dropdown-item:hover svg path {
    fill: var(--main-color);
}

.user-account .dropdown-menu .dropdown-item:active span,
.user-account .dropdown-menu .dropdown-item:hover span {
    color: var(--black-color);
    font-weight: 400;
}


/******************************************/ /* mini-cart */

.mini-cart-wrap .dropdown-menu {
    width: 300px;
    left: 0;
    border-radius: 24px;
    border: 0;
    padding: 0;
    transform: translateY(46px) !important;
}

.mini-cart-wrap .dropdown-menu .back {
    width: 236px;
    height: 70%;
    border-radius: 24px;
    background: var(--black-color);
    opacity: 0.1;
    filter: blur(42px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body p {
    text-align: center;
    font-size: 14px;
    /*width: 100%;*/
    margin: 15px auto;
    color: var(--black-color-70);
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body {
    margin: 0;
    background: #ffffff;
    padding: 8px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart {
    margin: 0;
    padding: 8px;
    width: 100%;
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 16px;
    padding-bottom: 11px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--black-color-10);
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item > a {
    display: flex;
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -3%;
    text-align: right;
    color: var(--black-color);
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item img {
    width: 83px;
    height: 38px;
    object-fit: cover;
    border-radius: 8px;
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item .quantity {
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item .amount {
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item a.remove {
    color: var(--main-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item dl.variation{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    justify-content: end;
    margin: 0;
    gap: 4px;
}
.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item dl.variation dt{
    font-size: 12px;
    font-weight: 300;
}
.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item dl.variation dd,
.mini-cart-wrap .dropdown-menu .dropdown-menu-body .woocommerce-mini-cart-item dl.variation dd p{
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.mini-cart-wrap .dropdown-menu .woocommerce-mini-cart__total {
    width: 50%;
    margin: 0;
    height: 46px;
    display: flex;
    flex-direction: column;
    padding-right: 8px;
    justify-content: space-between;
}

.mini-cart-wrap .dropdown-menu .woocommerce-mini-cart__total strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--black-color-70);
}

.mini-cart-wrap .dropdown-menu .woocommerce-mini-cart__buttons {
    width: 50%;
    margin: 0;
}

.mini-cart-wrap .dropdown-menu .woocommerce-mini-cart__buttons .button {
    width: 100%;
    height: 46px;
    background: var(--sec-color-10);
    color: var(--sec-color);
    border-radius: 0 16px 0 16px;
    display: none;
    align-items: center;
    justify-content: center;
}

.mini-cart-wrap .dropdown-menu .woocommerce-mini-cart__buttons .button.checkout {
    display: flex;
}

/******************************************/ /* Mega Menu */

.mega-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

ul.mega-menu > li {
    display: inline-block;
}

ul.mega-menu li a {
    position: relative;
    font-weight: 300;
    color: var(--black-color-70);
    transition: all .3s ease-in-out;
}

ul.mega-menu > li.current-menu-item > a,
ul.mega-menu > li.open > a {
    font-weight: bold;
    color: var(--black-color);
}


ul.mega-menu > li.menu-item-has-children {
    padding-left: 20px;
}

ul.mega-menu > li.menu-item-has-children > a:after {
    content: "\eb75";
    font-family: iconsax;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    vertical-align: middle;
}


.mega-submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 1028px;
    padding: 8px;
    max-width: 100%;
    background: var(--white-color);
    box-shadow: 0 12px 56px 0 rgba(0, 0, 0, .08);
    border-radius: 16px;
    z-index: 120;
    flex-direction: row-reverse;
    justify-content: start;
    overflow: hidden;
    transform: translateY(20px);
}

.mega-menu > li .mega-submenu.open {
    display: flex;
}


.mega-columns {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 187px;
    background: #ffffff;
}

.mega-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding: 16px 24px;
    background: var(--white-color);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    background: linear-gradient(var(--white-color), var(--white-color)) padding-box,
    linear-gradient(270deg, var(--black-color-10) 0%, transparent 100%) border-box;
    border-right: 1px solid transparent;
    border-left: 1px solid var(--black-color-10);
}

.mega-col:first-child {
    border-radius: 0 16px 0 0;
    border-top: 1px solid transparent;
}

.mega-col:last-child {
    border-radius: 0 0 16px 0;
    border-bottom: 1px solid transparent;
}

.mega-col.open {
    background: var(--sec-color);
    border: 0;
    border-radius: 16px;
    z-index: 9;
}

.mega-col.prev-open {
    border-bottom-right-radius: 16px;
    position: relative;
}

.mega-col.next-open {
    border-top-right-radius: 16px;
    position: relative;

}

ul.mega-menu li .mega-col > a {
    color: var(--black-color);
}

ul.mega-menu li .mega-col.open > a {
    color: var(--white-color);
    font-weight: bold;
}

.mega-col.prev-open:after {
    content: "";
    width: 3px;
    height: 16px;
    background: var(--white-color);
    position: absolute;
    left: -1px;
    bottom: 0;
}

.mega-col.next-open:after {
    content: "";
    width: 3px;
    height: 16px;
    background: var(--white-color);
    position: absolute;
    left: -1px;
    top: 0;
}

.mega-submenu:before {
    content: "";
    width: 3px;
    height: 16px;
    background: var(--white-color);
    position: absolute;
    right: 193px;
    top: 8px;
}

.mega-submenu:after {
    content: "";
    width: 3px;
    height: 16px;
    background: var(--white-color);
    position: absolute;
    right: 193px;
    bottom: 8px;
}

.mega-col-title {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 12px;
}

.mega-col-list-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 190px);
    height: 100%;
}

.mega-col-list {
    list-style: none;
    margin: 0;
    padding: 24px 0;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
}

.mega-col-list > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
}

.mega-col-list > li {
    width: 25%;
    height: auto;
    padding: 0 35px 24px 0;
    position: relative;
}

ul.mega-menu li .mega-col-list > li > a {
    font-size: 16px;
    font-weight: bold;
    color: var(--black-color);
    position: relative;
    margin-bottom: 8px;
}

.mega-col-list > li > a:before {
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--main-color);
    mask-image: url(assets/img/flower2.svg);
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
}

.mega-col-list > li.all {
    padding: 0 25px;
    margin-top: auto;
    margin-bottom: 0;
}

ul.mega-menu li .mega-col-list > li.all > a {
    background: var(--sec-color-10);
    color: var(--sec-color);
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 0;
    border-radius: 0 16px 0 16px;
}

.mega-col-list > li.all > a:before {
    display: none;
}

.mega-col-list > li ul li {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}

.mega-col.open .mega-col-list-wrap {
    display: block;
}

.open .mega-col-list:before,
.open .mega-col-list:after,
.open .mega-col-list-wrap:before {
    content: "";
    width: 1px;
    height: calc(100% - 48px);
    background: var(--black-color-10);
    position: absolute;
    top: 24px;
    left: 25%;
}

.open .mega-col-list:after {
    left: 50%;
}

.open .mega-col-list-wrap:before {
    left: 75%;
}

/******************************************/ /* Search */
.search-box {
    width: 458px;
    max-width: 100%;
    height: 40px;
    padding: 4px;
    border: 1px solid var(--sec-color-10);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box input[name=s] {
    background: transparent;
    border: 0;
    outline: none;
    width: calc(100% - 58px);
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 21px;
    color: var(--black-color);
}

.search-box input[name=s]::placeholder {
    font-size: 14px;
    line-height: 21px;
    color: var(--black-color-70);
}

.search-box button {
    width: 58px;
    height: 32px;
    border-radius: 8px;
    background: var(--sec-color-10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box button svg path {
    fill: var(--sec-color);
    font-size: 16px;
}

.search-box-wrap {
    position: relative;
}

.search-box-wrap .ajax-search-results {
    position: absolute;
    right: 0;
    top: auto;
    z-index: 9;
}

.search-box-wrap .ajax-search-results .search-results-body {
    width: 458px;
    max-width: 100%;
    background: var(--white-color);
    border-radius: 20px;
    margin-top: 8px;
    padding: 12px 16px;
    z-index: 2;
    position: relative;
}

.search-box-wrap .ajax-search-results .back {
    width: 100%;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--black-color-10);
    filter: blur(42px);
    z-index: 1;
}

.search-box-wrap .search-results {
    margin: 0;
    padding: 0;
}

.cats-results {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--black-color-10);
}

.search-results li {
    margin-bottom: 12px;
}

.search-results li:last-child {
    margin-bottom: 0;
}

.search-results li a {
    position: relative;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    direction: rtl;
    text-align: right;
    justify-content: start;
}

.search-results li a .key {
    width: 100%;
    margin-bottom: 2px;
}

.search-results li a .type {
    display: inline-block;
    color: var(--black-color-70);
    padding-left: 3px;
}

.search-results li a b {
    display: inline-block;
    font-weight: 500;
}

.cats-results .search-results li a b {
    font-weight: 400;
    color: var(--main-color);
}

.search-results li a:before {
    content: "";
    border: 8px solid var(--black-color-10);
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -14px;
    top: 4px;
}

.search-results li a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--black-color-50);
    mask-image: url("assets/img/search.svg");
    position: absolute;
    right: 0;
    top: 4px;
}

.posts-results .search-results li a {
    justify-content: space-between;
}

.posts-results .search-results li a i {
    position: relative;
}

.posts-results .search-results li a i:before {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--main-color);
    mask-image: url("assets/img/export.svg");
    position: absolute;
    left: 0;
    top: 4px;
}

#ajax-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid var(--bg-color);
    border-top: 3px solid var(--main-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 8px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/******************************************/ /* header Mobile */
.header-mobile {
    display: none;
    height: 56px;
    --body-width: calc(100vw - 15px);
    --margin-gutter: calc((var(--body-width) - var(--container-max-width)) / 2);
}

.header-mobile .btn-outline-primary {
    width: max-content;
    min-width: auto;
}

.btn-wrapper-right {
    padding: 8px 0 8px 8px;
    background: var(--white-color);
    border-radius: 20px 0 0 20px;
    width: calc(var(--margin-gutter) + 50px);
    margin-right: calc(var(--margin-gutter) * -1);
}

.btn-wrapper-right .btn-outline-primary {
    flex: unset;
    margin-right: auto;
}

.btn-wrapper-left {
    padding: 8px 8px 8px 0;
    background: var(--white-color);
    border-radius: 0 20px 20px 0;
    width: calc(var(--margin-gutter) + 74px);
    margin-left: calc(var(--margin-gutter) * -1);
}

.fixed-menu {
    width: 100%;
    height: 100vh;
    background: var(--bg-color);
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.btn-group-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    margin: 18px 0 6px 32px;
    padding: 6px 8px;
    background: var(--white-color);
    border-radius: 20px 0 0 20px;
}

.header-mobile .btn-group-wrapper .btn-outline-primary {
    margin: 0;
}

.header-mobile .btn-outline-primary.navbar-toggler {
    border: 1px solid var(--sec-color-10);
    border-radius: 12px !important;
}

.header-mobile .btn-group-wrapper .btn-outline-primary.navbar-toggler i {
    background: var(--sec-color);
}

.header-mobile .btn-group-wrapper .btn-outline-primary.navbar-toggler svg path {
    fill: var(--white-color);
}

.btn-group-wrapper span {
    margin-left: auto;
    margin-right: 90px;
    font-weight: bold;
    color: var(--black-color);
}

.mega-menu-mobile-wrapper {
    margin: 0 32px 32px;
}

.mega-menu-mobile-wrapper ul {
    margin: 0;
    padding: 0;
}

.mega-menu-mobile-wrapper .sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.mega-menu-mobile > li {
    background: var(--white-color);
    border-radius: 16px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding: 16px;
}

.mega-menu-mobile li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: var(--black-color-70);
}

.mega-menu-mobile li i {
    font-size: 16px;
    color: var(--black-color-100);
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.mega-menu-mobile li i.open-submenu {
    cursor: pointer;
}

.mega-menu-mobile li.open > i.open-submenu {
    color: var(--sec-color);
    transform: rotate(180deg);
}

.mega-menu-mobile li.open > a {
    font-weight: bold;
    color: var(--black-color);
}

.mega-menu-mobile li.open > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.mega-menu-mobile li .sub-menu li {
    background: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding: 0;
}

.mega-menu-mobile li .sub-menu li a {
    padding-right: 27px;
    line-height: 28px;
}

.mega-menu-mobile li .sub-menu li.menu-item-has-children {
    padding: 16px 0;
    border-top: 1px solid var(--black-color-10);
}

.mega-menu-mobile li .sub-menu li.menu-item-has-children > a {
    line-height: 21px;
    padding-right: 0;
}

.mega-menu-mobile li .sub-menu li.all > a {
    color: var(--sec-color);
    background: var(--sec-color-10);
    padding: 5px 16px;
    margin-bottom: 16px;
    border-radius: 0 16px;
}

.mega-menu-mobile li .sub-menu li:first-child {
    margin-top: 16px;
}

.mega-menu-mobile li .sub-menu li:last-child {
    padding-bottom: 0;
}

.mega-menu-mobile li .sub-menu li.menu-item-has-children > a {
    padding-right: 24px;
    position: relative;
}

.mega-menu-mobile li .sub-menu li.menu-item-has-children > a:before {
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--main-color);
    mask-image: url(assets/img/flower2.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
}

/************************************************************************************/ /* Footer */
footer .btn-dark {
    background: var(--white-color-5);
    color: var(--white-color-30);
    border-radius: 8px;
    width: max-content;
    min-width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}

footer .btn-dark:hover {
    background: var(--sec-color);
    color: var(--white-color);
}

footer {
    margin-top: 48px;
    position: relative;

}

footer:before {
    content: "";
    width: 39px;
    height: calc(100% - 91px);
    background: var(--main-color);
    border-radius: 0 32px 0 0;
    z-index: -1;
    position: absolute;
    right: -12px;
    bottom: 0;
}

footer:after {
    content: "";
    width: 39px;
    height: calc(100% - 91px);
    background: var(--main-color);
    border-radius: 32px 0 0 0;
    z-index: -1;
    position: absolute;
    left: -12px;
    bottom: 0;
}

footer .inner {
    padding: 63px 41px 61px;
    background: var(--black-color);
    color: var(--white-color);
    border-radius: 48px 48px 0 0;
}

footer .inner:before {
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--white-color-10);
    mask-image: url(assets/img/flower2.svg);
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg) scale(2);
}

footer .inner:after {
    content: "";
    width: 16px;
    height: 24px;
    background-color: var(--white-color-10);
    mask-image: url(assets/img/flower2.svg);
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg) scale(2);
}

footer .lines:before {
    content: "";
    width: 1px;
    height: calc(100% - 110px);
    background: var(--white-color-10);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .title-box {
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    height: 47px;
    width: max-content;
    min-width: 90px;
    position: relative;
    margin-bottom: 32px;
}

footer .title-box:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

footer .title-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    display: block;
    color: var(--white-color);
}

footer .title-box .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    color: var(--white-color-70);
}

.footer-text-col {
    width: 30.5%;
    padding-left: 50px;
}

.footer-text-col .footer-text {
    padding-top: 32px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: var(--white-color-70);
    text-align: justify;
}

.footer-contact-col {
    width: 26.5%;
    padding-right: 20px;
}

.footer-menu-col {
    width: 19.5%;
}

.footer-menu-col.left {
    width: 23.5%;
    padding-right: 80px;
}

.footer-menu-wrapper ul {
    padding: 0 19px 0 0;
    margin: 0;
}

.footer-menu-wrapper ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: var(--white-color-70);
}
.footer-menu-wrapper ul li a{
    transition: all .3s ease-in-out;
}
.footer-menu-wrapper ul li a:hover{
    color: var(--sec-color);
}
.footer-contact-col .address-box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-col .address-box > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-col .address-box svg {
    width: 16px;
}

.footer-contact-col .address-box svg path {
    fill: var(--white-color);
}

.footer-contact-col .address-box span {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-col .address-box span,
.footer-contact-col .address-box a {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: var(--white-color-70);
}

.footer-contact-col .socials {
    gap: 8px;
}

.footer-contact-col .socials .btn {
    height: 28px;
    min-width: auto;
    width: 23%;
}

.footer-contact-col .socials .btn i {
    font-size: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .inner .row2 {
    padding-top: 41px;
    margin-top: 36px;
    border-top: 1px solid var(--white-color-10);
}

footer .app-box {
    padding-right: 33px;
}

footer .app-box .app-ver-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

footer .app-box .app-ver-title svg {
    width: 14px;
}

footer .app-box .app-ver-title .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--white-color);
}

footer .app-box .apps {
    display: flex;
    gap: 8px;
}

footer .inner .row2.last {
    padding-right: 81px;
}

footer .inner .row2.last .d-flex {
    justify-content: space-between;
}

footer .licenses {
    display: flex;
    gap: 19px;
}

footer .copyright {
    max-width: 247px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: var(--white-color-70);
}

footer .copyright b,
footer .copyright strong {
    font-weight: bold;
}


/************************************************************************************/ /* Global */
.woocommerce-breadcrumb{
    font-size: 16px;
    font-weight: 300;
    color: var(--black-color-70);
    margin-top: 11px;
    margin-bottom: 32px;
}
.woocommerce-breadcrumb span{
    color: var(--sec-color);
    font-weight: 400;
}
.woocommerce-breadcrumb span a{
    color: var(--black-color-70);
    font-weight: 300;
}

.backdrop {
    background: var(--black-color);
    border-radius: 16px;
    opacity: 0.05;
    z-index: -1;
}

.beauty-box {
    border-radius: 24px;
    background: var(--white-color);
}

.price bdi {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.price ins {
    text-decoration: none;
    line-height: 28px;
}

.price del {
    text-decoration: none;
    line-height: 21px;
}

.price del bdi {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.3;
    text-decoration: line-through;
}

.price del .woocommerce-Price-currencySymbol,
.price .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 8px;
    text-decoration: none;
    display: inline-block;
}

.page-title-box{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}
.page-title-box svg{
    width: 28px;
}
.page-title-box .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-title-box .page-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    color: var(--black-color);
    margin: 0;
}
.page-title-box .page-subtitle{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: var(--black-color-70);
    margin: 0;
}
.summary-wrap,
.page-img-wrapper{
    position: relative;
}
.like.btn{
    width: 62px;
    height: 43px;
    position: absolute;
    left: 4px;
    bottom: 4px;
}
.ws-wishlist-gallery-btn .like.btn{
    right: 40%;
    bottom: 32px;
    transform: translateX(74px);
    border-radius: 0 16px;
}

.has-gallery .ws-wishlist-gallery-btn .like.btn{
    bottom: 178px;
}
.btn.like path{
    fill: var(--main-color);
}
.btn.like.active path,
.btn.like:hover path{
    fill: var(--white-color);
}
/************************************************************************************/ /* Responsive */

@media (max-width: 1399px) {
    .header-box .right-box {
        width: 14%;
    }

    .header-box .logo {
        padding: 20px;
    }

    .header-box .left-box {
        width: 24%;
    }

    .header-box .middle-box {
        padding: 16px;
    }

    .mega-menu {
        gap: 12px;
    }
}

@media (max-width: 1199px) {
    header.container {
        padding: 0 12px !important;
    }

    .header-box {
        gap: 12px;
    }

    .user-account .btn-logged-in span,
    .btn-support span {
        display: none;
    }

    .header-box .left-box .btn-outline-primary {
        width: max-content;
        min-width: auto;
    }

    .header-box .right-box {
        width: 14%;
    }

    .header-box .left-box {
        width: 19%;
    }

    .header-box .middle-box {
        width: calc(100% - 33% - 24px);
    }

    ul.mega-menu li a {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    header.container {
        padding: 0 !important;
        margin: 17px auto 24px;
    }

    .header-box,
    header .backdrop {
        display: none;
    }

    .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 1399px) {
    footer .app-box {
        padding-right: 20px;
    }

    .footer-menu-col.left,
    footer .inner .row2.last {
        padding-right: 50px;
    }

}

@media (max-width: 1199px) {
    footer .inner .row2:not(.last) .title-box {
        width: 100%;
    }

    footer .inner .row2 .d-flex {
        flex-wrap: wrap;
    }

    footer .app-box {
        width: 50%;
    }

    footer .copyright {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    footer:before{
        right: 0;
    }
    footer:after{
        left: 0;
    }
}

@media (max-width: 991px) {
    .header-mobile .logo img{
        max-height: 60px;
        width: auto;
    }
    footer .inner {
        padding: 63px 32px 61px;
    }

    footer .inner .row1 .d-flex {
        flex-wrap: wrap;
    }

    .footer-text-col {
        width: 65%;
        order: 1;
        padding-left: 32px;
    }

    .footer-menu-col {
        width: 35%;
        order: 2;
    }

    .footer-menu-col.left {
        width: 35%;
        order: 4;
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    .footer-contact-col {
        width: 65%;
        order: 3;
        padding-right: 0;
        padding-left: 32px;
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    footer .lines:before {
        display: none;
    }

    footer .copyright,
    footer .inner .col-12:not(:first-child) {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    footer .title-box .title {
        font-size: 16px;
    }

    .footer-menu-col.left,
    footer .inner .row2.last {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    footer:before {
        width: calc(100% - 100px);
        height: 43px;
        border-radius: 24px;
        top: -14px;
        right: unset;
        bottom: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    footer .app-box .app-ver-title,
    footer:after,
    footer .inner:before,
    footer .inner:after {
        display: none;
    }

    footer .inner {
        padding: 32px 16px;
    }

    footer .inner .col-12 .d-flex {
        flex-wrap: wrap;
    }

    .footer-text-col {
        width: 100%;
        order: 1;
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer-menu-col {
        width: 50%;
        order: 2;
        padding-top: 16px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    .footer-menu-col.left {
        width: 50%;
        order: 3;
        padding-top: 16px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    .footer-contact-col {
        width: 100%;
        order: 4;
        padding-left: 0;
        padding-top: 16px;
        margin-top: 24px;
        border-top: 1px solid var(--white-color-10);
    }

    footer .app-box {
        width: auto;
        padding: 0;
    }

    footer .app-box.app-ver-2 {
        padding-right: 8px;
    }

    footer .inner .row2.last .d-flex {
        justify-content: start;
    }

    footer .copyright,
    footer .inner .row2 {
        padding-top: 16px;
    }

    footer .title-box {
        margin-bottom: 16px;
    }


}

@media (max-width: 600px) {
    .woocommerce-breadcrumb{
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    header.container{
        max-width: calc(100% - 64px);
    }
    .btn-wrapper-right,
    .btn-wrapper-left {
        --margin-gutter: 32px;
    }

    footer .title-box {
        margin-bottom: 8px;
    }

    footer .title-box {
        padding-right: 16px;
    }

    .footer-text-col .footer-text {
        padding: 12px 16px 0;
    }

    footer .inner .row2,
    footer .footer-text-col,
    footer .footer-menu-col,
    footer .footer-contact-col {
        padding-right: 8px;
        padding-left: 8px;
    }

    .footer-menu-wrapper ul {
        padding: 0 8px 0 0;
    }

    .footer-contact-col .address-box {
        gap: 8px;
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .footer-contact-col .socials {
        padding: 0 10px;
        justify-content: center;
    }

    .footer-contact-col .socials .btn {
        width: 67px;
    }

    footer .app-box.app-ver-1 {
        display: none;
    }

    footer .app-box.app-ver-2 {
        padding-top: 21px;
        padding-right: 0;
        width: 100%;
    }

    footer .app-box.app-ver-2 .apps {
        gap: 10px;
    }

    footer .app-box.app-ver-2 .apps .btn {
        width: calc(50% - 5px);
    }

    footer .copyright {
        text-align: center;
        padding-top: 25px;
    }

}

@media (max-width: 480px) {
}

@media (max-width: 400px) {
    footer{
        margin-top: 32px;
    }
    .footer-contact-col .socials .btn {
        width: 60px;
    }
}