@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%);
        width:70%;
    }
}
header .header_wrNav > nav .basktShop_close {
    background: #f4f1f4;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
}

#clear-cart {
    cursor: pointer;
}

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 10px;
    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;
}

.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;
}

body {
    text-align: right;
    /* background: #f4f1f4; */
}

header {
    background: white;
}

.basket-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 19px;
}

.wrapper-boxProduct {
    background: var(--color-white);
    border-radius: 15px;
    padding: 31px 21px;
}

.btn-more-buy:hover i {
    border: 1px solid var(--color-gold);
}
.btn-more-buy:hover i::before {
    color: var(--color-gold);
}
.btn-more-buy i {
    display: inline-block;
    padding: 10px;
    border: 1px solid #cac2ca;
    border-radius: 50px;
    font-size: 11px;
    transition: 0.3s;
}
.btn-more-buy i::before {
    color: #220a20;
    transition: 0.3s ease;
}
.btn-more-buy span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-primri);
}

.boxProduct-head {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 17px;
}
.boxProduct-head > i {
    font-size: 24px;
    margin-left: 15px;
    font-weight: 500;
}
.boxProduct-wrapper {
    border: 1px solid #dfe5ed;
    padding: 18px 29px;
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .boxProduct-wrapper {
        padding: 9px 15px;
    }
}

.boxProduct-cardBox {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .boxProduct-cardBox {
        flex-direction: column;
        padding-top: 5px;
        padding-bottom: 10px;
    }
}
.boxProduct-cardBox:not(:last-child) {
    border-bottom: 1px solid #dfe5ed;
}

.cardBox_right {
    display: flex;
    align-items: center;
}
.cardBox_left {
    display: flex;
    align-items: center;
    max-width: 300px;
    min-width: 300px;
    justify-content: space-between;
}
@media screen and (max-width: 575px) {
    .cardBox_left {
        width: 100%;
        justify-content: space-between;
    }
}
.cardBox-wrIcon {
    font-size: 24px;
    cursor: pointer;
}
.cardBox-wrIcon:hover i::before {
    color: #ef394e;
}
.cardBox-wrIcon i::before {
    transition: 0.3s ease;
}
.cardBox-img {
    width: 68px;
    height: 68px;
    overflow: hidden;
    margin-left: 6px;
}

.cardBox-wrText {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.cardBox-wrText {
    min-width: 200px;
}
.cardBox-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: var(--color-primri);
}
.cardBox-Weight {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--color-text);
}
.cardBox_boxNumber {
    border: 1px solid #dfe5ed;
    border-radius: 7px;
}
.cardBox_boxNumber .ctrl {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    font-size: 30px;
}
.cardBox_boxNumber .ctrl-counter {
    position: relative;
    width: 35px;
    height: 100%;
    color: #333c48;
    text-align: center;
    overflow: hidden;
    display: block;
    top: -5px;
}
.cardBox_boxNumber .ctrl-counter.is-input .ctrl-counter-num {
    visability: hidden;
    opacity: 0;
    transition: opacity 100ms ease-in;
}
.cardBox_boxNumber .ctrl-counter.is-input .ctrl-counter-input {
    visability: visible;
    opacity: 1;
    transition: opacity 100ms ease-in;
}
.cardBox_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;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    top: 6px;
}
.cardBox_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;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    top: 6px;
}
.cardBox_boxNumber .ctrl-counter-num.is-increment-hide {
    opacity: 0;
    transform: translateY(-50px);
    animation: increment-prev 100ms ease-in;
}
.cardBox_boxNumber .ctrl-counter-num.is-increment-visible {
    opacity: 1;
    transform: translateY(0);
    animation: increment-next 100ms ease-out;
}
.cardBox_boxNumber .ctrl-counter-num.is-decrement-hide {
    opacity: 0;
    transform: translateY(50px);
    animation: decrement-prev 100ms ease-in;
}
.cardBox_boxNumber .ctrl-counter-num.is-decrement-visible {
    opacity: 1;
    transform: translateY(0);
    animation: decrement-next 100ms ease-out;
}
.cardBox_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;
}
.cardBox_boxNumber .ctrl-button:hover {
    background-color: var(--color-gold);
    transition: background-color 100ms ease-in;
}
.cardBox_boxNumber .ctrl-button:active {
    background-color: var(--color-gold);
    transition: background-color 100ms ease-in;
}
.cardBox_boxNumber .ctrl-button-decrement {
    border-radius: 0;
}
.cardBox_boxNumber .ctrl-button-increment {
    border-radius: 0;
}
@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);
    }
}
.cardBox-wrPrice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 71px;
}
@media screen and (max-width: 767px) {
    .cardBox-wrPrice {
        margin-right: 30px;
    }
}
.cardBox-price-del span {
    border-radius: 10px;
    font-size: 10px;
    margin-right: 3px;
    padding: 2px 6px 0px;
}
.cardBox-price-del del {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.cardBox-price-ins ins {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: var(--color-secondary);
}
.cardBox-price-ins span {
    font-family: Doran FaNum;
}

.wrapper-aside {
    background: var(--color-white);
    border-radius: 15px;
    padding: 18px 14px;
}

.detils-price-basket {
    border: 1px solid #dfe5ed;
    border-radius: 10px;
    padding: 2px 18px;
    margin-bottom: 10px;
}
.detils-price-basket > div:not(:last-child) {
    border-bottom: 1px solid #dfe5ed;
}
.detils-price-basket > div {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--color-text);
}

.howSend {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}
.howSend-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--color-text);
}
.howSend form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}
.howSend form > div {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1 0 auto;
}
.howSend form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--color-text);
}

.basket-aside-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 23px;
    padding: 0 3px;
}
.basket-aside-footer ins {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    color: green;
}
.basket-aside-footer-vahed {
    font-family: Doran FaNum;
}

.basket-submit-order {
    background: #02835d;
    box-shadow: -4px 4px 0px 0px rgb(0 0 0 / 12%);
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    line-height: 21px;
    color: var(--color-white);
    padding: 11px 10px 11px 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
}
.basket-submit-order:hover {
    box-shadow: none;
    transform: translate(-4px, 4px);
    color: var(--color-white);
}

@media screen and (max-width: 1199px) {
    .UserInfo .row > * {
        padding-left: calc(var(--bs-gutter-x) * 0.3);
        padding-right: calc(var(--bs-gutter-x) * 0.3);
    }
}
.UserInfo .boxProduct-head {
    border-bottom: 1px solid #dfe5ed;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: var(--color-primri);
    padding-bottom: 23px;
    margin-bottom: 22px;
}
.UserInfo .howSend {
    flex-direction: row;
}
.UserInfo .boxProduct-wrapper {
    padding: 27px 28px;
    border-radius: 0;
    margin-bottom: 16px;
    transition: 0.3s;
}
.UserInfo .boxProduct-wrapper:hover {
    border-color: var(--color-primri);
}
.UserInfo .boxProduct-wrapper .howSend {
    width: 100%;
    display: flex;
    gap: 54px;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .UserInfo .boxProduct-wrapper .howSend {
        gap: 24px;
    }
}
@media screen and (max-width: 767px) {
    .UserInfo .boxProduct-wrapper .howSend {
        gap: 16px;
        justify-content: space-between;
    }
}
.UserInfo .boxProduct-wrapper .howSend > div {
    white-space: nowrap;
}
.UserInfo .boxProduct-wrapper .howSend > div:not(:first-child) {
    display: flex;
    align-items: center;
    gap: 9px;
}
.UserInfo .boxProduct-wrapper .howSend > div:not(:first-child) label {
    white-space: nowrap;
}
.UserInfo .boxProduct-wrapper .howSend label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--color-text);
}
.UserInfo .boxProduct-wrapper-textarea-addrres textarea {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    height: 100%;
    border: 1px solid #dfe5ed;
    padding: 22px 19px 0 0;
    resize: none !important;
    transition: 0.3s;
    height: 69px !important;
}
.UserInfo .boxProduct-wrapper-textarea-addrres textarea:focus {
    border: 1px solid var(--color-primri);
}
.UserInfo .boxProduct-wrapper-textarea-addrres textarea::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}
.UserInfo .boxProduct-wrapper-textarea-addrres textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}
.UserInfo .boxProduct-wrapper-textarea textarea {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    height: 100%;
    border: 1px solid #dfe5ed;
    padding: 22px 19px 0 0;
    transition: 0.3s;
}
.UserInfo .boxProduct-wrapper-textarea textarea:focus {
    border: 1px solid var(--color-primri);
}
.UserInfo .boxProduct-wrapper-textarea textarea::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}
.UserInfo .boxProduct-wrapper-textarea textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

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;
} /*# sourceMappingURL=basket.css.map */
