@import url(../../fonts/Dana/Webfonts/css/fontiran.css);
@import url(../../fonts/Dana/Farsi\ numerals/Webfonts/fontiranFa.css);
@import url(../../fonts/Doran/Doran\ FaNum/Webfonts/fontiran.css);
@import url(../../fonts/font-icon/font-icon.css);
html {
    overflow-x: hidden;
}

body {
    font-family: danafa, dana, Doran FaNum, "icomoon", sans-serif;
    overflow-x: hidden;
}

ins {
    text-decoration: none;
}

h3 {
    margin-bottom: 0;
}

.color-gold {
    background: rgba(225, 140, 76, 0.6980392157);
    color: #fff;
}

.color-red {
    background: rgba(255, 14, 14, 0.6980392157);
    color: #fff;
}

.color-gray {
    background: rgba(175, 184, 194, 0.5411764706);
    color: #fff;
}

.color-text-gold {
    color: rgba(225, 140, 76, 0.6980392157);
}

.color-text-red {
    color: rgba(255, 14, 14, 0.6980392157);
}

.color-text-gray {
    color: rgba(175, 184, 194, 0.5411764706);
}

:root {
    --color-secondary: #430d3f;
    --color-gold: #c9a569;
    --color-white: #fff;
    --color-Description: #dfe5ed;
    --color-text: #4e4e4e;
    --color-primri: #220a20;
    --color-menu: #1d2128;
}

body {
    text-align: right;
}

.color-gold {
    background: rgba(225, 140, 76, 0.6980392157);
    color: #fff;
}

.color-red {
    background: rgba(255, 14, 14, 0.6980392157);
    color: #fff;
}

.color-gray {
    background: rgba(175, 184, 194, 0.5411764706);
    color: #fff;
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 24px;
        border-top: 5px solid var(--color-primri);
    }
}
header .topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    header .topBar {
        display: none;
    }
}
header .header_wrNavTopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-secondary);
    padding: 15px 17px;
    gap: 186px;
}
@media screen and (max-width: 991px) {
    header .header_wrNavTopbar {
        gap: 30px;
    }
}
header .header_wrNavTopbar nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
header .header_wrNavTopbar nav ul li {
    color: var(--color-white);
}
header .header_wrNavTopbar nav ul li:hover a {
    color: var(--color-white);
}
header .header_wrNavTopbar nav ul li:hover a:hover::before {
    transform-origin: right;
    transform: scale(1);
    transition: transform 0.3s linear;
}
header .header_wrNavTopbar nav ul li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
}
header .header_wrNavTopbar nav ul li a::before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: 0;
    transform: scale(0);
    background: #fff;
    width: 100%;
    height: 1px;
    transform-origin: left;
    transition: transform 0.3s linear;
}
header .header_customerClub {
    color: var(--color-white);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
}
header .header_customerClub:hover a {
    color: var(--color-gold);
}
header .header_customerClub:hover::after {
    transform-origin: left;
    transform: scale(1);
}
header .header_customerClub:hover::before {
    transform-origin: right;
    transform: scale(1);
}
header .header_customerClub::before {
    position: absolute;
    content: "";
    bottom: -7px;
    right: 0;
    transform: scale(0);
    background: #fff;
    width: 100%;
    height: 1px;
    transform-origin: left;
    transition: transform 0.3s linear;
}
header .header_customerClub::after {
    position: absolute;
    content: "";
    top: -7px;
    right: 0;
    transform: scale(0);
    background: #fff;
    width: 100%;
    height: 1px;
    transform-origin: right;
    transition: transform 0.3s linear;
}
header .header_trackOrders {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
header .header_trackOrders:hover {
    color: var(--color-primri);
}
header .header_trackOrders:hover span {
    color: var(--color-primri);
}
header .header_trackOrders:hover::before {
    opacity: 1;
    left: -15%;
}
header .header_trackOrders:hover::after {
    opacity: 1;
    right: -15%;
}
header .header_trackOrders::before {
    content: "]";
    color: var(--color-primri);
    position: absolute;
    left: 50%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
header .header_trackOrders::after {
    content: "[";
    position: absolute;
    right: 50%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
}
header .header_trackOrders span {
    color: var(--color-text);
}
header .header_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_right {
    display: flex;
    align-items: center;
}
header .header_wrNav {
    display: flex;
    align-items: center;
}
header .header_wrNav > nav > ul {
    display: flex;
    align-items: center;
}
header .header_wrNav > nav > ul > li {
    padding: 33px 49px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    header .header_wrNav > nav > ul > li {
        padding: 33px 29px;
    }
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li {
        padding: 17px 18px;
    }
}
@media screen and (max-width: 575px) {
    header .header_wrNav > nav > ul > li {
        padding: 10px 9px;
    }
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li:nth-child(odd) {
        background: #f4f1f4;
    }
}
header .header_wrNav > nav > ul > li:nth-child(odd) {
    background: #f4f1f4;
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li:nth-child(odd) {
        background: transparent;
    }
}
header .header_wrNav > nav > ul > li.bashga-menu {
    display: none;
    background: transparent;
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li.bashga-menu {
        display: block;
    }
}
header .header_wrNav > nav > ul > li > a {
    display: flex;
    align-items: center;
}
header .header_wrNav > nav > ul > li > a:hover i::before {
    color: var(--color-gold);
}
header .header_wrNav > nav > ul > li > a i {
    font-size: 20px;
}
header .header_wrNav > nav > ul > li > a i::before {
    color: var(--color-primri);
}
header .header_wrNav > nav > ul > li > a i:first-child {
    margin-left: 11px;
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li > a i:first-child {
        margin-left: 0;
    }
}
header .header_wrNav > nav > ul > li > a i:last-child {
    font-size: 12px;
    display: inline-block;
    padding-top: 3px;
    margin-right: 6px;
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li > a i:last-child {
        margin-left: 0;
    }
}
header .header_wrNav > nav > ul > li > a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-primri);
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav > ul > li > a span {
        display: none;
    }
}
header .header_wrNav > nav #menu_basktShop:hover .basktShop {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
header .header_wrNav > nav .boxsSearch {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 435px;
    border: 1px solid #dfe5ed;
    padding: 10px;
    height: 78px;
    z-index: 900;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav .boxsSearch {
        width: 70vw;
        right: initial !important;
        height: 80px;
        left: 0 !important;
    }
}
header .header_wrNav > nav .boxsSearch form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
header .header_wrNav > nav .boxsSearch form input {
    width: 100%;
    border: none;
    height: 100%;
    outline: none;
    padding: 10px;
}
header .header_wrNav > nav .boxsSearch form button {
    outline: none;
    border: none;
    background: transparent;
    border-left: 1px solid #c4c4c4;
    cursor: pointer;
    height: 100%;
    padding-left: 10px;
}
header .header_wrNav > nav .boxsSearch form button i {
    display: inline-block;
}
header .header_wrNav > nav .basktShop {
    position: absolute;
    top: 100%;
    left: -80px;
    border-radius: 15px;
    border-top-left-radius: 0;
    min-width: 400px;
    mni-height: 300px;
    background: #ffffff;
    padding: 28px 18px 20px;
    z-index: 999;
    box-shadow: 0px -10px 80px 0px rgba(161, 170, 180, 0.5019607843);
    transform-origin: left;
    transform: translateX(-10%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s;
}
@media screen and (max-width: 450px) {
    header .header_wrNav > nav .basktShop {
        min-width: 330px;
    }
}
header .header_wrNav > nav .basktShop.show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    header .header_wrNav > nav .basktShop {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        border-bottom-left-radius: 0;
        transform: translateX(-100%);
    }
}
header .header_wrNav > nav .basktShop_close {
    background: #f4f1f4;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
}
header .header_wrNav > nav .basktShop_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 19px;
}
header .header_wrNav > nav .basktShop_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: var(--color-primri);
}

header .header_wrNav > nav .basktShop_main-box {
    border-radius: 10px;
    border: 1px solid #dfe5ed;
    height: 275px;
    overflow-y: auto;
    padding: 13px 10px;
    margin-bottom: 9px;
}
header .header_wrNav > nav .basktShop_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_wrNav > nav .basktShop_priceTotla {
    border: 1px solid #dfe5ed;
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 15px 18px;
}
header .header_wrNav > nav .basktShop_priceTotla_wrTotla {
    border-bottom: 1px solid #dfe5ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
header .header_wrNav > nav .basktShop_priceTotla_name {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
header .header_wrNav > nav .basktShop_priceTotla_price {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
header .header_wrNav > nav .basktShop_priceTotla_Discount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
header .header_wrNav > nav .basktShop_priceTotla_Discount_name {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
header .header_wrNav > nav .basktShop_priceTotla_Discount_price {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
header .header_wrNav > nav .basktShop_fainal-price div {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-text);
    margin-bottom: 2px;
}
header .header_wrNav > nav .basktShop_fainal-price-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--color-secondary);
}
header .header_wrNav > nav .basktShop_fainal-price_value {
    color: var(--color-text);
    font-family: Doran FaNum;
}
header .header_wrNav > nav .basktShop_btn {
    padding: 12px;
    background: #02835d;
    box-shadow: -4px 4px 0px 0px rgb(0 0 0 / 12%);
    transition: 0.3s;
}
header .header_wrNav > nav .basktShop_btn:hover {
    box-shadow: none;
    transform: translate(-4px, 4px);
}
header .header_wrNav > nav .basktShop_btn span {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
header .header_wrNav > nav .basktShop_btn i {
    display: inline-block;
    transform: rotate(90deg);
}
header .header_wrNav > nav .basktShop_btn i::before {
    color: var(--color-white);
}
header .header_wrNav > nav .basktShop-box {
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #dfe5ed;
    margin-bottom: 10px;
    padding: 0 9px;
    padding-bottom: 9px;
}
header .header_wrNav > nav .basktShop-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
header .header_wrNav > nav .basktShop-box_img {
    width: 68px;
    height: 68px;
    overflow: hidden;
}
header .header_wrNav > nav .basktShop-box_img img {
    -o-object-fit: cover;
    object-fit: cover;
}
header .header_wrNav > nav .basktShop-box_wrText {
    margin-left: auto;
}
header .header_wrNav > nav .basktShop-box_nameProduct {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: var(--color-primri);
}
header .header_wrNav > nav .basktShop-box_ditilsProduct {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-text);
}
header .header_wrNav > nav .basktShop-box-price-del {
    display: flex;
    align-items: center;
    gap: 4px;
}
header .header_wrNav > nav .basktShop-box-price-del del {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
header .header_wrNav > nav .basktShop-box-price-del span {
    border-radius: 50px;
    font-size: 10px;
    padding: 2px 5px;
}
header .header_wrNav > nav .basktShop-box-price ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--color-secondary);
}
header .header_wrNav > nav .basktShop-box-price-toman {
    color: var(--color-text);
    font-family: Doran FaNum;
}
header .header_menuHumber {
    background: var(--color-gold);
    padding: 31px 28px;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    header .header_menuHumber {
        display: none;
    }
}
header .header_menuHumber i {
    font-size: 24px;
}
header .menuHamberger {
    transform: rotate(0deg) scaleX(-1);
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 991px) {
    header .menuHamberger {
        display: block;
    }
}
header .menuHamberger i {
    font-size: 23px;
    margin-top: -5px;
    display: inline-block;
}
header .menuHamberger i::before {
    color: var(--color-primri);
}

main {
    width: 100%;
    overflow-x: hidden;
}

/* @media screen and (max-width: 450px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
} */

@media screen and (max-width: 575px) {
    .px-custom {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.link--3-b-tr,
.link--3-b-bl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.link--3-b-tr::before,
.link--3-b-tr::after,
.link--3-b-bl::before,
.link--3-b-bl::after {
    content: "";
    position: absolute;
    background-color: var(--color-gold);
    transition: all 400ms ease-in-out;
}

.link--3-b-tr::before {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}

.link--3-b-tr::after {
    right: 0;
    top: 0;
    height: 0;
    width: 1px;
}

.link--3-b-bl::before {
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}

.link--3-b-bl::after {
    left: 0;
    bottom: 0;
    height: 0;
    width: 1px;
}

.link--3:hover {
    color: var(--color-gold);
}

.link--3:hover .link--3-b-tr::before,
.link--3:hover .link--3-b-bl::before {
    width: 100%;
}

.link--3:hover .link--3-b-tr::after,
.link--3:hover .link--3-b-bl::after {
    height: 100%;
}

#ResponsiveMenuMobile {
    position: fixed;
    width: 300px;
    height: 100vh;
    top: 0;
    right: 0;
    background: var(--color-white);
    z-index: 999;
    transform: translateX(100%);
    padding: 29px 18px;
    transition: transform 0.5s ease;
}
#ResponsiveMenuMobile.show {
    transform: translateX(0);
    right: 0;
    transition: transform 0.5s ease;
}

.ResponsiveMenuMobile {
    overflow-y: auto;
}
.ResponsiveMenuMobile_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}
.ResponsiveMenuMobile_close {
    background: #f4f1f4;
    cursor: pointer;
}
.ResponsiveMenuMobile_close i {
    display: inline-block;
    padding: 8px;
}
.ResponsiveMenuMobile_menu > nav > ul > li {
    position: relative;
}
.ResponsiveMenuMobile_menu > nav > ul > li a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
}
.ResponsiveMenuMobile_menu > nav > ul > li a:hover {
    color: var(--color-gold);
}
.ResponsiveMenuMobile_menu > nav > ul > li a:hover span {
    color: var(--color-gold);
}
.ResponsiveMenuMobile_menu > nav > ul > li a span {
    color: var(--color-primri);
    font-size: 14px;
    font-weight: 500;
    line-height: 47px;
    transition: 0.3s ease;
}
.ResponsiveMenuMobile_menu > nav > ul > li a i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 13px;
}
.ResponsiveMenuMobile_menu .toggleDropmenu {
    padding-right: 13px;
    padding-left: 64px;
}
.ResponsiveMenuMobile_menu .toggleDropmenu a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.ResponsiveMenuMobile_menu .toggleDropmenu span {
    color: var(--color-text);
}
.ResponsiveMenuMobile .toggleDropmenu {
    width: 100%;
}

#bg-overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #220a20;
    opacity: 0.3;
    z-index: 998;
    display: none;
}
#bg-overly.showOverly {
    display: block;
}

@media screen and (max-width: 991px) {
    .product-menu {
        display: none;
    }
}

.flip-card {
    background-color: transparent;
    width: 70px;
    height: 45px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 2s;
    transform-style: preserve-3d;
    /* animation: flip-flap 5s linear infinite; */
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    display: block;
}

.flip-card-back {
    display: block;
    /* animation: flip-flap 3s linear; */
    transform: rotateY(180deg);
}

.form-search-ajax {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2941176471);
    z-index: 999;
    display: none;
}
.form-search-ajax.show {
    display: flex;
}
.form-search-ajax-wrapper {
    width: 80%;
    height: auto;
}
@media screen and (max-width: 991px) {
    .form-search-ajax-wrapper {
        width: 98%;
    }
}
.form-search-ajax #icon-close-form-ajax {
    position: absolute;
    left: 9px;
    top: 8px;
    z-index: 999;
    font-size: 16px;
    transition: 0.3s ease;
    background: #dddddd;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}
.form-search-ajax #icon-close-form-ajax:hover {
    background: #bbbbbb;
}
.form-search-ajax form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .form-search-ajax form {
        width: 60%;
    }
}
@media screen and (max-width: 991px) {
    .form-search-ajax form {
        width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .form-search-ajax form {
        width: 95%;
    }
}
.form-search-ajax form input {
    height: 50px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 2;
}
.form-search-ajax .box-result-wrapper {
    position: relative;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
    height: 350px;
}
.form-search-ajax .basktShop-box {
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #dfe5ed;
    margin-bottom: 10px;
    padding: 0 9px;
    padding-bottom: 9px;
}
.form-search-ajax .basktShop-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-search-ajax .basktShop-box_img {
    width: 68px;
    height: 68px;
    overflow: hidden;
}
.form-search-ajax .basktShop-box_img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.form-search-ajax .basktShop-box_wrText {
    margin-left: auto;
}
.form-search-ajax .basktShop-box_nameProduct {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: var(--color-primri);
}
.form-search-ajax .basktShop-box_ditilsProduct {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-text);
}
.form-search-ajax .basktShop-box-price-del {
    display: flex;
    align-items: center;
    gap: 4px;
}
.form-search-ajax .basktShop-box-price-del del {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.form-search-ajax .basktShop-box-price-del span {
    border-radius: 50px;
    font-size: 10px;
    padding: 2px 5px;
}
.form-search-ajax .basktShop-box-price ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--color-secondary);
}
.form-search-ajax .basktShop-box-price-toman {
    color: var(--color-text);
    font-family: Doran FaNum;
}

.flip-card-back img {
    width: 74px;
    height: 54px;
}
@media screen and (max-width: 991px) {
    .flip-card-back img {
        width: 60px;
        height: 42px;
    }
}

.product-menu i.icon-chevron-left {
    font-size: 18px;
    padding-bottom: 3px;
    display: inline-block;
    transform: rotate(-90deg);
}
.product-menu:hover #mega-Menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#mega-Menu {
    position: absolute;
    width: 838px;
    right: 0;
    top: 100%;
    background: #ffffff;
    min-height: 300px;
    padding: 20px 30px;
    border-radius: 15px;
    z-index: 99;
    box-shadow: 0px -10px 80px 0px rgba(161, 170, 180, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    transform: translateY(50px);
}
#mega-Menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#mega-Menu .mega-Menu_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
    color: var(--color-primri);
    display: flex;
    align-items: center;
}
#mega-Menu .mega-Menu_title i {
    margin-left: 9px;
    font-size: 24px;
}
#mega-Menu nav > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
#mega-Menu nav > ul > li {
    padding: 10px;
    min-width: 200px;
}
#mega-Menu nav > ul > li:hover > .toggleDropmenu {
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}
#mega-Menu nav > ul > li:first-child > .toggleDropmenu {
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
}
#mega-Menu nav > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mega-Menu nav > ul > li > .toggleDropmenu {
    background: #f3f0f3;
    position: absolute;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    right: 200px;
    top: 0;
    width: 74%;
    height: 100%;
    padding: 26px 48px;
    z-index: 2;
    transition: 0.3s;
    filter: blur(4px);
}
#mega-Menu nav > ul > li > .toggleDropmenu .toggleDropmenu-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    -moz-column-gap: 72px;
    column-gap: 72px;
    width: 100%;
    height: 90%;
    z-index: 3;
}
#mega-Menu nav > ul > li > .toggleDropmenu .toggleDropmenu-ul > li a {
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    color: var(--color-text);
    display: flex;
    width: 100%;
    transition: 0.3s ease;
}
#mega-Menu nav > ul > li > .toggleDropmenu .toggleDropmenu-ul > li a:hover {
    color: var(--color-gold);
}
#mega-Menu nav > ul > li > .toggleDropmenu .toggleDropmenu-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#mega-Menu nav > ul > li .toggleDropmenu-title {
    width: 100%;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: var(--color-secondary);
    margin-bottom: 18px;
}

.cuBreadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 12px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.cuBreadcrumbs ul li {
    display: flex;
    align-items: center;
    text-align: center;
}

.cuBreadcrumbs ul li:last-child span {
    color: #acacac !important;
}
.cuBreadcrumbs ul li:last-child i {
    display: none;
}
.cuBreadcrumbs ul li a {
    display: inline-block;
}
.cuBreadcrumbs ul li i {
    font-size: 12px;
    display: inline-block;
    padding-top: 2px;
}
.cuBreadcrumbs ul li i::before {
    color: #acacac;
}
.cuBreadcrumbs ul li span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-secondary);
}

:root {
    --color-secondary: #430d3f;
    --color-gold: #c9a569;
    --color-white: #fff;
    --color-Description: #dfe5ed;
    --color-text: #4e4e4e;
    --color-primri: #220a20;
    --color-menu: #1d2128;
}

.bestSeller {
    margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
    .bestSeller_swiper .swiper-slide {
        padding-right: 10px;
    }
}

.sectionWrapper_head {
    margin-bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sectionWrapper_title {
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
    font-family: Doran FaNum;
}
.sectionWrapper_title span {
    font-weight: 500;
    background: rgba(201, 166, 105, 0.2);
    color: var(--color-gold);
}
.sectionWrapper_more {
    color: var(--color-primri);
    display: flex;
    align-items: center;
}
.sectionWrapper_more span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.sectionWrapper_more i {
    display: inline-block;
    transform: rotate(180deg);
}
.sectionWrapper_more i::before {
    color: var(--color-primri);
}

.wrapperSwiper {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.wrapperSwiper::before,
.wrapperSwiper::after {
    position: absolute;
    content: "";
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(217, 217, 217, 0) 0.7%,
        rgba(197, 185, 185, 0.2) 48.02%,
        rgba(217, 217, 217, 0) 100.92%
    );
    filter: blur(20px);
}
.wrapperSwiper::after {
    right: 0;
}
.wrapperSwiper .swiper-button-prev,
.wrapperSwiper .swiper-button-next {
    background: #f7f7f7;
    font-size: 24px;
    border-radius: 7px 0 0 7px;
    z-index: 20;
}
.wrapperSwiper .swiper-button-prev::after,
.wrapperSwiper .swiper-button-next::after {
    content: "";
}
.wrapperSwiper .swiper-button-prev::before,
.wrapperSwiper .swiper-button-next::before {
    content: "\e91e";
    color: var(--color-text);
    padding-top: 7px;
}
.wrapperSwiper .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -1px);
}
.wrapperSwiper .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -1px);
    transform: rotate(180deg);
}

.swiper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cardSlider {
    border-radius: 10px;
    border: 1px solid var(--color-Description);
    background: var(--color-white);
    padding: 19px 24px 23px 24px;
    position: relative;
    transition: 0.3s;
    z-index: 0;
}
.cardSlider .svg-ani {
    position: absolute;
    width: auto !important;
    height: auto !important;
    viewbox: auto;
    left: 0;
    top: 0;
    stroke-dasharray: 2034;
    stroke-dashoffset: 2000;
    animation: dash 2s linear forwards;
    visibility: hidden;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.cardSlider:hover {
    box-shadow: 0px 4px 40px 0px rgba(211, 220, 230, 0.3);
    transform: scale(1.04);
}
.cardSlider:hover .cardSlider_title a {
    color: var(--color-gold);
}
.cardSlider_tag {
    display: flex;
}
.cardSlider_tag span {
    /* margin-right: auto; */
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 50px;
}
.cardSlider_img {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.cardSlider_img img {
    z-index: 2;
    position: relative;
    transition: 0.5s ease-in-out;
}
.cardSlider_img .img-blur {
    position: absolute;
    /* filter: blur(0px); */
    transform: scale(0) translate(100%);
}
.cardSlider_img .img-fisrt {
    transform: scale(1);
    opacity: 1;
    backdrop-filter: blur(10px);
    visibility: visible;
}
.cardSlider_img:hover .img-fisrt {
    transform: scale(0) translate(100%);
    visibility: hidden;
    opacity: 0;
}
.cardSlider_img:hover .img-blur {
    position: absolute;
    left: 0px;
    top: 0px;
    filter: blur(0px);
    transform: scale(1) translate(0%);
}
.cardSlider_img .img-blur {
    position: absolute;
    left: 7px;
    top: 10px;
    /* filter: blur(29px); */
    transform: scale(0.8);
    z-index: 0;
}
.cardSlider_productWeight {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
    text-align: center;
}
.cardSlider_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cardSlider_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: var(--color-primri);
    margin-bottom: 26px;
    text-align: center;
}
.cardSlider_title a {
    transition: 0.3s;
}
.cardSlider_rate {
    display: flex;
    gap: 5px;
}
.cardSlider_rate span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-primri);
}
.cardSlider_price ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--color-secondary);
    text-decoration: none;
}
.cardSlider_price_toman {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cardSlider_price_toman span {
    font-family: Doran FaNum;
    font-weight: 600;
    font-size: 14px;
}
.wrapper-tabs {
    background: #f4f1f4;
    padding: 39px 24px 19px;
    border-radius: 15px;
}

.tabsProduct {
    margin-bottom: 25px;
}
.tabsProduct_head {
    background-color: var(--color-white);
    padding: 7px 8px;
    border-radius: 12px;
    display: inline-flex;
    gap: 16px;
    margin: 0 auto;
    margin-bottom: 29px;
    overflow-x: auto;
}
.tabsProduct_details,
.tabsProduct_Propery,
.tabsProduct_comment {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    cursor: pointer;
    transition: 0.3s ease;
}
.tabsProduct_details:hover,
.tabsProduct_details.active,
.tabsProduct_Propery:hover,
.tabsProduct_Propery.active,
.tabsProduct_comment:hover,
.tabsProduct_comment.active {
    background: #f4f1f4;
}
.tabsProduct_details span,
.tabsProduct_Propery span,
.tabsProduct_comment span {
    white-space: nowrap;
}
.tabsProduct_details i,
.tabsProduct_Propery i,
.tabsProduct_comment i {
    font-size: 24px;
}
.tabsProduct_content {
    padding: 30px 47px 19px 32px;
    border-radius: 12px;
    background: var(--color-white);
    margin-bottom: 10px;
    text-align: right;
}
@media screen and (max-width: 575px) {
    .tabsProduct_content {
        padding: 15px 23px 9px 16px;
    }
}
.tabsProduct_content__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-primri);
    margin-bottom: 5px;
    position: relative;
}
.tabsProduct_content__title::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 4px;
    background: var(--color-gold);
    right: -11px;
    top: 8px;
}
.tabsProduct_content__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: var(--color-text);
}
.tabsProduct_content__list {
    padding-right: 32px;
}
.tabsProduct_content__list li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 29px;
    color: var(--color-text);
}
.tabsProduct_content__list li::before {
    position: absolute;
    content: "";
    background: var(--color-gold);
    width: 6px;
    height: 6px;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.productFeature {
    margin-bottom: 24px;
}
.productFeature__title {
    margin-right: 47px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-primri);
    position: relative;
    margin-bottom: 21px;
}
.productFeature__title::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 4px;
    background: var(--color-gold);
    right: -11px;
    top: 5px;
}
.productFeature_table ul li {
    display: flex;
    padding: 18px 21px;
    border-radius: 8px;
}
@media screen and (max-width: 767px) {
    .productFeature_table ul li {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
}
.productFeature_table ul li:nth-child(odd) {
    background: var(--color-white);
}
@media screen and (max-width: 767px) {
    .productFeature_table ul li:nth-child(odd) {
        background: transparent;
    }
}
.productFeature_particularity {
    width: 246px;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .productFeature_particularity {
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .productFeature_particularity {
        width: 100%;
        background: var(--color-white);
        padding: 18px 21px;
        border-radius: 8px;
        font-weight: 600;
    }
}
.productFeature_tableText {
    color: var(--color-primri);
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}
@media screen and (max-width: 767px) {
    .productFeature_tableText {
        padding: 15px 5px;
    }
}

.customerComments {
    background: #f4f1f4;
    margin-bottom: 24px;
}
.customerComments__title {
    margin-right: 47px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-primri);
    position: relative;
    margin-bottom: 54px;
}
.customerComments__title::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 4px;
    background: var(--color-gold);
    right: -11px;
    top: 5px;
}
.customerComments_listNazarat {
    margin-bottom: 10px;
}
.customerComments_listNazarat-title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--color-primri);
    position: relative;
}
.customerComments_listNazarat-title::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 4px;
    background: var(--color-gold);
    right: -11px;
    top: 5px;
}
.customerComments_listNazarat input {
    display: none;
}
.customerComments_listNazarat-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.customerComments_listNazarat ul .customerComments_listNazarat-item {
    background: var(--color-white);
    border-radius: 9px;
    padding: 16px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
}
.customerComments_listNazarat ul
    .customerComments_listNazarat-item.show {
    background: rgba(2, 131, 92, 0.4862745098);
}
.customerComments_listNazarat ul
    .customerComments_listNazarat-item:hover {
    background: rgba(2, 131, 92, 0.4862745098);
}
.customerComments_listNazarat ul .customerComments_listNazarat-item ul {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-direction: row-reverse;
    pointer-events: none;
}
.customerComments_listNazarat--name {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: var(--color-primri);
}
.customerComments_listNazarat-btn {
    background: #02835d;
    box-shadow: -4px 4px 0px 0px rgb(0 0 0 / 12%);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--color-white);
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.3s;
    margin-left: 10px;
}
.customerComments_listNazarat-btn:hover {
    box-shadow: none;
    transform: translate(-4px, 4px);
    color: var(--color-white);
}
.customerComments_form textarea {
    width: 100%;
    background: var(--color-white);
    border-radius: 12px;
    margin-bottom: 11px;
    padding: 20px;
    max-height: 300px;
    min-height: 200px;
    white-space: normal;
    text-transform: none;
    resize: vertical;
}
.customerComments_form textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.customerComments_form textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.customerComments_form button {
    background: #02835d;
    box-shadow: -4px 4px 0px 0px rgb(0 0 0 / 12%);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--color-white);
    padding: 11px 25px 11px 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.3s;
}
.customerComments_form button i {
    transform: rotate(90deg);
}
.customerComments_form button:hover {
    box-shadow: none;
    transform: translate(-4px, 4px);
}
.customerComments_wrComment {
    background: #fff;
    margin: 32px 0;
    padding: 35px;
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .customerComments_wrComment {
        padding: 15px;
    }
}
.customerComments_itemWrCommnet {
    background: #f4f1f4;
    border-radius: 10px;
    padding: 24px 27px;
    margin-bottom: 8px;
}
.customerComments_head {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.customerComments_profile {
    display: flex;
    align-items: center;
    gap: 8px;
}
.customerComments_profile--img {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 80px;
}
.customerComments_profile--role {
    color: var(--color-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}
.customerComments_profile--name {
    color: var(--color-primri);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.customerComments_wrRateDate {
    display: flex;
    align-items: center;
    gap: 36px;
}
@media screen and (max-width: 767px) {
    .customerComments_wrRateDate {
        justify-content: center;
        flex: 1 1 auto;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media screen and (max-width: 575px) {
    .customerComments_wrRateDate {
        justify-content: flex-start;
    }
}
.customerComments_date {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-text);
}
.customerComments__text {
    color: var(--color-text);
    padding-right: 54px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
    .customerComments__text {
        padding-right: 14px;
    }
}
.customerComments_anserWrapper {
    background: #f4eaf4;
    border-radius: 10px;
    width: 80%;
    margin-right: auto;
    padding: 24px 30px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .customerComments_anserWrapper {
        width: 93%;
    }
}
.customerComments_anserWrapper .customerComments__text {
    padding-right: 0;
}

.product-Wrapper {
    margin-bottom: 50px;
}

.productDetails_cuBreadcrumbsRate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 40px;
}
.productDetails_rate ul {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}
.productDetails_title {
    padding-bottom: 18px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: var(--color-primri);
    margin-bottom: 23px;
}
.productDetails_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(
        -90deg,
        #dfe5ed 0%,
        rgba(223, 229, 237, 0) 85.95%
    );
}
.productDetails_titleText {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--color-text);
}
.productDetails_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #757575;
    margin-bottom: 21px;
}
.productDetails_choiceWeight {
    border: 1px solid #dfe5ed;
    padding: 22px 23px;
    border-radius: 12px;
    margin-bottom: 6px;
}
.productDetails_choiceWeight_tilte {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: var(--color-text);
    margin-bottom: 10px;
}
.productDetails_choiceWeight_wrBox {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.productDetails_choiceWeight_box {
    padding: 7px 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #757575;
    border: 1px solid #dfe5ed;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}
.productDetails_choiceWeight_box:hover,
.productDetails_choiceWeight_box.active {
    color: var(--color-gold);
    border-color: var(--color-secondary);
}
.productDetails_choiceWeight_box:hover::before,
.productDetails_choiceWeight_box.active::before {
    transform: scale(1);
}
.productDetails_choiceWeight_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background: var(--color-gold);
    transform: scale(0);
    transition: transform 0.4s ease;
}
.productDetails_wantYou {
    padding: 22px 23px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 27px;
}
.productDetails_wantYou_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: var(--color-text);
}
.productDetails_wantYou_boxNumber {
    border: 1px solid #dfe5ed;
    border-radius: 7px;
}
.productDetails_wantYou_boxNumber .ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
}
.productDetails_wantYou_boxNumber .ctrl-counter {
    position: relative;
    width: 35px;
    height: 100%;
    color: #333c48;
    text-align: center;
    overflow: hidden;
    display: block;
}
.productDetails_wantYou_boxNumber .ctrl-counter.is-input .ctrl-counter-num {
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter.is-input .ctrl-counter-input {
    visability: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter-input {
    width: 100%;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    box-shadow: none;
    outline: none;
    border: none;
    color: #333c48;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter-num {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 35px;
    visability: visible;
    font-size: 20px;
    opacity: 1;
    transition: opacity 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter-num.is-increment-hide {
    opacity: 0;
    transform: translateY(-50px);
    animation: increment-prev 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter-num.is-increment-visible {
    opacity: 1;
    transform: translateY(0);
    animation: increment-next 100ms ease-out;
}
.productDetails_wantYou_boxNumber .ctrl-counter-num.is-decrement-hide {
    opacity: 0;
    transform: translateY(50px);
    animation: decrement-prev 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-counter-num.is-decrement-visible {
    opacity: 1;
    transform: translateY(0);
    animation: decrement-next 100ms ease-out;
}
.productDetails_wantYou_boxNumber .ctrl-button {
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #220a20;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: background-color 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-button:hover {
    background-color: var(--color-gold);
    transition: background-color 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-button:active {
    background-color: var(--color-gold);
    transition: background-color 100ms ease-in;
}
.productDetails_wantYou_boxNumber .ctrl-button-decrement {
    border-radius: 0;
}
.productDetails_wantYou_boxNumber .ctrl-button-decrement > i {
    font-size: 2px;
}
.productDetails_wantYou_boxNumber .ctrl-button-increment {
    border-radius: 0;
}
.productDetails_wantYou_boxNumber .ctrl-button-increment > i {
    font-size: 12px;
}
@keyframes decrement-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes decrement-next {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
}
@keyframes increment-prev {
    from {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes increment-next {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
}
.productDetails_productFeature {
    padding: 12px 23px;
    border-radius: 12px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 27px;
    background: #fff8ee;
}
.productDetails_productFeature--img {
    flex: 0 0 auto;
}
.productDetails_productFeature--text {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: var(--color-menu);
}
.productDetails_wrBTnPrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 21px;
    margin-bottom: 20px;
}
.productDetails_price {
    display: flex;
    align-items: center;
}
.productDetails_price_number {
    color: var(--color-secondary);
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    margin-left: 10px;
}
.productDetails_price_vahed {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.productDetails_AddToCard {
    background: #02835d;
    box-shadow: -4px 4px 0px 0px rgb(0 0 0 / 12%);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: var(--color-white);
    padding: 11px 10px 11px 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    transition: 0.3s;
}
.productDetails_AddToCard i {
    font-size: 24px;
}
.productDetails_AddToCard:hover {
    box-shadow: none;
    transform: translate(-4px, 4px);
    color: var(--color-white);
}

.product_swiper_mini {
    display: inline-flex;
    justify-content: center;
    width: 70%;
}
@media screen and (max-width: 450px) {
    .product_swiper_mini {
        width: 95%;
    }
}
.product_swiper_mini .swiper-wrapper {
    justify-content: center;
}
.swiper-slide {
    text-align: center;
}

.wrBgColor {
    position: relative;
}
.wrBgColor::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f1f4;
    content: "";
    width: 3000px;
    height: 100%;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .wrBgColor::before {
        right: 50%;
        left: auto;
        transform: translateX(50%);
    }
}

.tabsProduct__wrapperContent {
    display: none;
}

.tabsProduct__wrapperContent.active {
    display: block;
    animation: fadeIn 0.3s linear;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}
.product_headSwiper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 48px;
}
.product_backToHome {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-right: 10px;
}
.product_backToHome:hover span {
    transform: translateX(8px);
}
.product_backToHome:hover i {
    border: 1px solid var(--color-gold);
}
.product_backToHome:hover i::before {
    color: var(--color-gold);
}
.product_backToHome span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-primri);
    transition: transform 0.3s ease;
}
.product_backToHome i {
    display: inline-block;
    padding: 10px;
    border: 1px solid #cac2ca;
    border-radius: 50px;
    font-size: 11px;
    transition: 0.3s;
}
.product_backToHome i::before {
    transition: 0.3s;
    color: #220a20;
}
.product_like {
    padding-left: 20px;
    cursor: pointer;
}
.product_like:hover i::before,
.product_like.active i::before {
    color: #ff0000;
}
.product_like i {
    font-size: 24px;
}

footer {
    background: #430d3f no-repeat;
    color: #fff;
}
footer .img-bg {
    position: absolute;
    right: 0;
    top: -129px;
    background: url(../../image/logo-footer-bg.png) no-repeat;
    width: 131%;
    height: 112%;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    footer .img-bg {
        right: 50%;
        top: -124px;
        width: 142%;
        height: 117%;
        transform: translateX(50%);
        z-index: 0;
        background-size: cover;
    }
}
@media screen and (max-width: 575px) {
    footer .img-bg {
        right: 2%;
        top: 65%;
        width: 60%;
        height: 10%;
        transform: translateX(50%) scale(3.5);
        z-index: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
footer .footer_logo {
    text-align: center;
    margin-bottom: 14px;
    padding-top: 55px;
}
footer .footer_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    color: var(--color-white);
    margin-bottom: 22px;
    font-family: Doran FaNum;
    text-align: center;
}
footer .footer_text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-white);
    margin-bottom: 51px;
    text-align: justify;
}
footer .footer_menu_wr {
    display: flex;
    align-items: center;
    gap: 54px;
}
footer .footer_menu_title {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
footer .footer_menu nav ul li a {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    color: var(--color-Description);
    transition: 0.3s ease;
}
footer .footer_menu nav ul li a:hover {
    color: var(--color-gold);
}
footer .footer_content {
    position: relative;
}
footer .footer_content_wrPhone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}
footer .footer_content_wrPhone > * {
    flex: 1 1 calc(50% - 4px);
    align-self: center;
}
footer .footer_content_phone {
    display: flex;
    flex-direction: column;
}
footer .footer_content_phone_title {
    font-family: Doran FaNum;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 8px;
}
footer .footer_content_phone_number.bold {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}
footer .footer_content_phone_number.light {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
footer .footer_content_wrAddress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
    gap: 16px;
}
footer .footer_content_wrAddress > * {
    flex: 1 1 calc(50% - 4px);
    align-self: center;
}
footer .footer_content_Address_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}
footer .footer_content_Address_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    textalign: right;
}
footer .footer_namd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
footer .footer_copyRight {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
}
footer .wr-black {
    padding-left: 50px;
    background: #110d11;
    padding-bottom: 38px;
    padding-top: 206px;
    position: relative;
}
@media screen and (max-width: 991px) {
    footer .wr-black {
        padding-top: 80px;
        padding-left: 0;
    }
}
footer .wr-black::before {
    position: absolute;
    content: "";
    background: #110d11;
    left: 100%;
    top: 0;
    height: 100%;
    width: 500%;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    footer .wr-black::before {
        width: 172%;
        left: auto;
        z-index: 0;
        right: -50%;
    }
}
footer .socialMedia {
    padding-bottom: 30px;
}
footer .socialMedia_wr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
footer .wr_menuFooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 65px;
}
@media screen and (max-width: 991px) {
    footer .wr_menuFooter {
        justify-content: center;
    }
}

.btnGotoUp {
    background: var(--color-gold);
    box-shadow: 0px 13px 27px 0px rgba(201, 165, 105, 0.3019607843);
    border-radius: 15px;
    display: inline-block;
    width: 74px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 93px;
    left: 63%;
    transform: translateX(-50%);
    z-index: 999;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s ease;
}
@media screen and (max-width: 991px) {
    .btnGotoUp {
        top: 11px;
        left: 50%;
    }
}
.btnGotoUp.active {
    position: fixed;
    bottom: 31px;
    top: auto;
    right: 0;
    opacity: 1;
}
.tabsProduct_content * {
    font-family: 'danaFa' !important;
}

.tabsProduct_content h1,.tabsProduct_content h1 *,
.tabsProduct_content h2,.tabsProduct_content h2 *,
.tabsProduct_content h3,.tabsProduct_content h3 *,
.tabsProduct_content h4,.tabsProduct_content h4 *,
.tabsProduct_content h5,.tabsProduct_content h5 *,
.tabsProduct_content h6,.tabsProduct_content h6 *{
    font-family: 'Doran FaNum' !important;
    margin: 10px 0 !important; 
}

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