/*---------------------------------------------------------------------*/

/*                    Jasmine online shop website                      */

/*                                                                     */

/*                    Pedram Aslani - 09126882785                      */

/*---------------------------------------------------------------------*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSansMedium.woff') format('woff');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSansLight.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 100;
    src: url('../fonts/dana-fanum-thin.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 200;
    src: url('../fonts/dana-fanum-extralight.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 300;
    src: url('../fonts/dana-fanum-light.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 400;
    src: url('../fonts/dana-fanum-medium.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 500;
    src: url('../fonts/dana-fanum-regular.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 600;
    src: url('../fonts/dana-fanum-demibold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 700;
    src: url('../fonts/dana-fanum-ultrabold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 800;
    src: url('../fonts/dana-fanum-extrabold.woff') format('woff');
}

@font-face {
    font-family: dana;
    font-weight: 900;
    src: url('../fonts/dana-fanum-black.woff') format('woff');
}

* {
    box-sizing: border-box;
    font-family: IRANSans;
}

body {
    font-family: IRANSans;
    margin: auto;
    background-color: white;
}

input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input;
}

li {
    list-style-type: disc;
}

li::marker {
    color: #E22B8B;
}

ul > li {
    list-style-type: circle !important;
}

/*---------------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #d9d7d7;
    border-radius: 8px;
}

.product-productlist::-webkit-scrollbar {
    width: 3px !important;
}

.product-productlist::-webkit-scrollbar-thumb {
    background-color: #d9d7d7;
}

/*---------------------------------------------------------------------*/
.bg1 {
    background: #000000;
}

.bg2 {
    background: #2E2626;
}

.bg3 {
    background: #E22B8B;
}

.bg4 {
    background: #D9D2CE;
}

.bg5 {
    background: #E8E8E8;
}

.bg6 {
    background: #FFFFFF;
}

.c1 {
    color: #000000 !important;
}

.c2 {
    color: #2E2626 !important;
}

.c3 {
    color: #E22B8B !important;
}

.c4 {
    color: #D9D2CE !important;
}

.c5 {
    color: #e8e8e8e8 !important;
}

.c6 {
    color: #FFFFFF !important;
}

.hover:hover {
    filter: invert(1);
}

.hover {
    cursor: pointer;
}

.mob {
    display: none;
}

.nomob {
    display: block;
}

/*---------------------------------------------------------------------*/
.header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999999999;
}

.top-header {
    width: 100%;
    float: right;
    height: 3vh;
    direction: rtl;
    font-size: 0.85vw;
    line-height: 3vh;
    padding-right: 1.5vw;
    font-weight: 100;
    padding-left: 1.5vw;
}

.top-header-social {
    float: left;
    margin-right: 1vw;
    direction: ltr;
}

.top-header-banner {
    float: right;
}

.top-header-menu {
    float: left;
    opacity: 0.9;
}

.top-header-social-icon {
    font-size: 0.85vw;
    margin-right: 0.1vw;
    line-height: 3.5vh;
}

.main-header {
    width: 100%;
    float: right;
    height: 7vh;
    padding-right: 2vw;
    padding-left: 2vw;
    direction: rtl;
    background: #f4f4f4;
    box-shadow: inset rgba(99, 99, 99, 0.2) 0px 5px 8px 0px;
}

.main-header-logo {
    float: right;
    width: 8vw;
    height: 7vh;
}

.main-header-logo-img {
    max-width: 7vw;
    height: 5vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    max-height: 5vh;
    opacity: 0.8;
    animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-fwd-center {
    0% {
        transform: translateZ(-1400px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }

}

.main-header-search-box {
    float: right;
    width: 35vw;
    margin-right: 1vw;
    height: 4.2vh;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    margin-top: 1.4vh;
    font-weight: 100;
    padding-right: 2.5vw;
    font-size: 1vw;
    padding-left: 2.5vw;
}

.main-header-search-icon {
    position: absolute;
    font-size: 0.9vw;
    margin-right: 9.8vw;
    margin-top: 2.5vh;
}

.main-header-icons {
    float: left;
}

.main-header-cart-box {
    float: left;
    height: 4.2vh;
    margin-top: 1.4vh;
    width: 7.5vw;
    border-radius: 10px;
    cursor: pointer;
    background: #e2dedb;
}

.main-header-cart-icon {
    float: right;
    font-size: 1.1vw;
    line-height: 2.2vw;
    margin-right: 0.4vw;
}

span.main-header-cart-txt {
    float: right;
    font-size: 0.8vw;
    font-weight: 100;
    margin-right: 0.4vw;
    line-height: 2.2vw;
}

.main-header-cart-no {
    float: right;
    margin-right: 0.6vw;
    width: 1.5vw;
    height: 2vh;
    border-radius: 10px;
    margin-top: 1vh;
    text-align: center;
    font-size: 0.8vw;
    line-height: 1.2vw;
}

.main-header-cart-user {
    float: left;
    margin-top: 1.8vh;
    margin-left: 0.5vw;
    text-align: center;
    font-size: 1vw;
    opacity: 0.85;
    cursor: pointer;
}

.main-header-cart-fav.c2 {
    float: left;
    margin-top: 1.8vh;
    margin-left: 0.5vw;
    text-align: center;
    font-size: 1vw;
    opacity: 0.85;
    cursor: pointer;
}

.menu-header {
    width: 100%;
    float: right;
    direction: rtl;
    padding-right: 3vw;
    padding-left: 3vw;
    height: 4.8vh;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu-header-item {
    float: right;
    font-size: 0.85vw;
    line-height: 4.5vh;
    padding-right: 1vw;
    padding-left: 1vw;
    margin-right: 0.25vw;
    margin-left: 0.25vw;
}

.top-header-social-icon > .fa-phone {
    font-size: 0.77vw;
}

.top-header-social-icon > .fa-envelope {
    font-size: 0.82vw;
}

span.top-header-menu-seprator {
    font-size: 0.6vw;
    letter-spacing: 0.3vw;
}

span.top-header-menu-item {
    font-size: 0.75vw;
}

span.main-header-cart-user-txt {
    float: right;
    width: 100%;
    font-size: 0.5vw;
    line-height: 0.5vh;
}

span.main-header-cart-fav-txt {
    float: right;
    width: 100%;
    font-size: 0.5vw;
    line-height: 0.5vh;
}

.main {
    width: 100%;
    min-height: 100vh;
    margin-top: 14.5vh;
    padding-top: 1vh;
    direction: rtl;
    padding-right: 1vw;
    padding-left: 1vw;
    margin-right: auto;
    margin-left: auto;
}

.mycontainer {
    width: 80% !important;
}

.productMap {
    float: right;
    width: 100%;
    height: 1.5vw;
    font-size: 0.8vw;
    line-height: 1.5vw;
}

span.productMapItem {
    opacity: 0.65;
}

.productMapArrow {
    margin-right: 0.3vw;
    margin-left: 0.3vw;
}

.categoryMenu {
    float: right;
    width: 100%;
    margin-top: 1vw;
    overflow: scroll;/*     height: fit-content; */
    height: 8vw;
    white-space: nowrap;
}

.categoryMenuImg {
    width: 3.4vw;
    margin-right: 2.75vw;
    margin-left: 2.75vw;
    margin-top: 0.8vw;
    margin-bottom: 0.5vw;
    filter: grayscale(1) contrast(0);
}

.categoryMenuBox {
    background: #f4f4f4;
    float: right;
    width: 8.6vw;
    height: 6.8vw;
    margin-left: 0.4vw;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .03);
    cursor: pointer;
}

.categoryMenuLable {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.categoryMenuSlider {
    width: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    height: 6.8vw;
}

.productBox {
    float: right;
    width: 100%;
    height: 100%;
}

.filterSideBar {
    float: right;
    width: 17vw;
    min-height: 50vh;
    top: 13vh;
    overflow: scroll;
    bottom: 0;
    padding-bottom: 10vh;
}

.productList {

    /* float: right; */
    width: 75%;
    min-height: 100vh;
    margin-right: 1%;
    float: left;
}

.sortMenu {
    float: right;
    width: 100%;
    margin-bottom: 1vh;
}

lable.sortMenuLable {
    float: right;
    font-size: 0.85vw;
}

.sortMenuItem {
    float: right;
    margin-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
    opacity: 0.75;
    cursor: pointer;
}

.sortMenuItemSel {
    font-weight: bold;
    color: #e22b8b;
    opacity: 1;
    cursor: default;
}

img.productImg {
    width: 100%;
}

a.productLink {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 0;
    z-index: 1;
    right: 0;
}

.product {
    height: 20vw;
    padding-top: calc(var(--bs-gutter-x) * .5);
    border-bottom: solid 1px #ededed;
    position: relative;
}

.productImgBox {
    width: 12vw;
    height: 12vw;
    float: right;
    z-index: 9999;
    position: relative;
    overflow: hidden;
}

.productName {
    float: right;
    width: 100%;
    font-size: 0.8vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5vw;
}

.productBrand {
    float: right;
    width: 100%;
    font-size: 0.65vw;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.25vw;
}

.productNameBox {
    float: right;
    width: 100%;
    margin-top: 0.5vw;
    position: relative;
}

.productPricebox {
    float: right;
    width: 100%;
    margin-top: 1vw;
}

.productPriceLable {
    float: left;
    width: 1vw;
    height: 1vw;
    margin-right: 0.2vw;
}

.productPrice {
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    float: left;
    font-family: 'dana';
}

.product:nth-child(4n) {
    border-right: solid 1px #ededed;
}

.product:nth-child(4n+1) {
    border-left: solid 1px #ededed;
}

.product:nth-child(4n+2) {
    border-left: solid 1px #ededed;
}

.filterSideBar-title {
    float: right;
    width: 100%;
    font-size: 1.1vw;
    font-family: 'dana';
    font-weight: 600;
    padding-right: 0.5vw;
    margin-top: 0.5vh;
}

.filterbox {
    float: right;
    width: 95%;
    border: solid 1px #e0e0e2;
    border-radius: 11px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    margin-left: 5%;
}

.filterbox-title {
    font-size: 0.9vw;
    color: #e22b8b;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 0.5vw;
}

.filterbox-header {
    border-top: solid 1px #e0e0e2;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    font-size: 0.8vw;
    font-weight: 100;
    padding-right: 1vw;
    cursor: pointer;
    float: right;
    width: 100%;
}

.filterbox-header-icon {
    float: left;
    margin-left: 1vw;
}

.filterbox-inner {
    float: right;
    width: 100%;
    min-height: 10vh;
    max-height: 50vh;
}

.filter-brandbox {
    float: right;
    width: 100%;
    height: 3.5vw;
    border-bottom: solid 1px #e0e0e2;
}

.filter-brandbox-check {
    float: right;
    height: 100%;
    line-height: 3.7vw;
    margin-left: 0.7vw;
    margin-right: 0.2vw;
    cursor: pointer;
}

.filter-brandbox-icon {
    width: 2.8vw;
    max-height: 2.8vw;
    float: left;
    margin-left: 0.35vw;
    margin-top: -1.3vw;
}

.filter-brandbox-enname {
    float: right;
    font-size: 0.8vw;
    width: 9vw;
    font-family: dana;
    margin-top: 0.5vw;
}

.filter-brandbox-name {
    float: right;
    width: 9vw;
    font-size: 0.6vw;
    color: #585c5f;
    font-weight: 100;
    padding-right: 0.3vw;
}

.filterbox-brandlist {
    float: right;
    width: 100%;
    height: 45vh;
    overflow: scroll;
}

.filterbox-brandsearch-box {
    float: right;
    width: 100%;
    margin-bottom: 1vh;
}

.filterbox-brandsearch {
    float: right;
    width: 14.2vw;
    margin-right: 0.5vw;
    font-size: 0.9vw;
    font-weight: 100;
    padding-right: 1.5vw;
    margin-top: 0.6vh;
}

.filterbox-brandsearch-icon {
    float: right;
    position: absolute;
    margin-right: 0.9vw;
    font-size: 0.9vw;
    margin-top: 1.5vh;
}

.fbc-check {
    color: #e22b8b;
}

.filterbox-ill-img {
    width: 2.5vw;
    float: right;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    margin-top: 0.5vw;
    opacity: 0.75;
}

.filterbox-ill {
    float: right;
    border: solid 1px #e0e0e2;
    width: 3.5vw;
    margin-right: 0.25vw;
    height: 5vw;
    margin-bottom: 0.25vw;
    border-radius: 0.4vw;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px;
    overflow: hidden;
    cursor: pointer;
}

.filterbox-ill:hover {
    background: #f4f4f5;
}

.filterbox-illin {
    float: right;
    width: 100%;
    margin-top: 0.5vw;
}

.filterbox-ill-title {
    font-size: 0.45vw;
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 100;
    margin-top: 0.2vw;
    padding-right: 0.05vw;
    padding-left: 0.05vw;
}

.filterbox-illlist {
    float: right;
    width: 100%;
    margin-bottom: 2vh;
    height: 50vh;
    overflow: scroll;
}

.filterbox-age-box {
    float: right;
    margin-right: 0.2vw;
    font-size: 0.8vw;
    width: 100%;
    font-weight: 100;
}

.filterbox-ill-sel {
    background: #e22b8b;
    color: white;
}

.filterbox-ill-sel:hover {
    background: #cc237b;
}

.filterbox-ill-sel > .filterbox-ill-img {
    filter: invert(1);
}

.filterbox-age {
    float: right;
    width: 100%;
    margin-top: 1vh;
    margin-bottom: 5vh;
}

.form-check-input:checked {
    background-color: #cc237b !important;
    border: 0;
}

.form-check-input:focus, .label::after, label.form-check-label:focus, .form-check-input::after, .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.025rem gray !important;
}

.filterbox-routine-title {
    font-size: 0.8vw;
    font-weight: 100;
    color: #e22b8b;
    border-bottom: solid 1px;
    padding-bottom: 0.3vw;
    padding-right: 0.3vw;
    margin-top: 1vh;
}

.filterbox-routine-item {
    height: 2vw;
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.5vw;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 5px;
    text-align: center;
    font-size: 0.7vw;
    font-weight: 100;
    cursor: pointer;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    line-height: 2vw;
    border-radius: 0.5vw;
}

.filterbox-routine-box {
    float: right;
    width: 100%;
    margin-bottom: 1vh;
}

.filterbox-routine {
    float: right;
    width: 100%;
    margin-bottom: 3vh;
    overflow: scroll;
}

@media (hover:hover) and (pointer:fine) {
    .filterbox-routine-item:hover {
        background: #f3f3f3;
        color: black;
    }

}

.filterbox-routine-sel {
    background: #cc237b;
    color: white;
}

.filterbox-country {
    float: right;
    width: 100%;
    max-height: 50vh;
    overflow: scroll;
    margin-bottom: 3vh;
    margin-top: 1vh;
}

.filterbox-country-box {
    float: right;
    width: 40%;
    padding-top: 0.1vw;
    padding-bottom: 0.1vw;
    margin-left: 60vw;
    margin-right: 0.5vw;
}

.filterbox-country-flag {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    border: solid 0.5px gray;
    float: left;
}

.filterbox-country-label {
    font-size: 0.8vw;
    font-weight: 100;
}

.filterbox-price {
    float: right;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    direction: rtl;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
    top: 0;
    bottom: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
    top: auto;
    bottom: 0;
}

.filterbox-price-slide {
    margin-top: 1vh;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #e22b8b;
    border-color: #e51682;
    border-radius: 50%;
}

.fpt-to {
    color: #e22b8b;
    font-weight: 400;
}

.fpt-from {
    color: #e22b8b;
    font-weight: 400;
}

.filterbox-price-text {
    font-weight: 100;
    font-size: 0.8vw;
}

.filter-count {
    background: #e22b8b;
    float: right;
    width: 0.8vw;
    height: 0.8vw;
    margin-top: 0.15vw;
    border-radius: 50%;
    text-align: center;
    margin-left: 0.2vw;
    font-size: 0.6vw;
    color: white;
    line-height: 1vw;
    display: none;
}

.noinv {
    font-size: 0.8vw;
    font-weight: 300;
    letter-spacing: 0.01vw;
    float: left;
    font-family: 'dana';
    padding-left: 0.5vw;
}

.productDiscountPrice {
    font-size: 0.7vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    float: left;
    font-family: 'dana';
    width: 100%;
    text-align: left;
    margin-left: 1.5vw;
    text-decoration: line-through;
    color: gray;
}

.discountBadge {
    position: absolute;
    color: #e22b8b;
    font-size: 1.4vw;
    left: 0.9vw;
    animation: heartbeat 1.5s ease-in-out infinite both;
    z-index: 99999999;
}

@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

}

img.productImg2 {
    width: 100%;
    display: none;
}

.heartsign {
    position: absolute;
    color: #5a5454;
    font-size: 1.3vw;
    right: 0.9vw;
    z-index: 99999999;
    cursor: pointer;
    display: none;
}

.fixed {
    position: fixed;
}

/* ############ loading css start ############# */
@keyframes ldio-sboc2heyyzn-1 {
    0% {
        top: 0.5vw;
        height: 2.8vw;
    }

    50% {
        top: 1vw;
        height: 2vw;
    }

    100% {
        top: 1vw;
        height: 2vw;
    }

}

@keyframes ldio-sboc2heyyzn-2 {
    0% {
        top: 0.6vw;
        height: 2.7vw;
    }

    50% {
        top: 1vw;
        height: 2vw;
    }

    100% {
        top: 1vw;
        height: 2vw;
    }

}

@keyframes ldio-sboc2heyyzn-3 {
    0% {
        top: 0.7vw;
        height: 2.6vw;
    }

    50% {
        top: 1vw;
        height: 2vw;
    }

    100% {
        top: 1vw;
        height: 2vw;
    }

}

.pl-in div {
    position: absolute;
    width: 0.6vw;
    border-radius: 0.2vw;
}

.pl-in div:nth-child(1) {
    left: 25.75vw;
    background: #e22b8b;
    animation: ldio-sboc2heyyzn-1 1.4925373134328357s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation-delay: -0.29850746268656714s
}

.pl-in div:nth-child(2) {
    left: 26.55vw;
    background: #f056a6;
    animation: ldio-sboc2heyyzn-2 1.4925373134328357s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation-delay: -0.14925373134328357s
}

.pl-in div:nth-child(3) {
    left: 27.35vw;
    background: #e22b8b;
    animation: ldio-sboc2heyyzn-3 1.4925373134328357s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation-delay: undefineds
}

.product-load {
    display: inline-block;
    overflow: hidden;
    float: right;
    width: 100%;
    height: 4vw;
}

.pl-in {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    box-sizing: content-box;
}

/* ############ loading css end ############# */
.nextpage {
    float: right;
    width: 70%;
    text-align: center;
    height: 2vw;
    font-size: 0.9vw;
    font-weight: 100;
    color: #8b8b8b;
    border: solid 1px;
    margin-right: 15%;
    margin-left: 15%;
    border-radius: 2vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    line-height: 2vw;
    cursor: pointer;
}

.footer {
    background: white;
    width: 100%;
    height: 80vh;
    float: right;
    position: sticky;
    right: 0;
    left: 0;
    z-index: 9999999999999;
    margin-top: 5vh;
    box-shadow: rgb(0 0 0 / 6%) 0px -10px 36px 0px, rgba(0, 0, 0, 0.06) 0px -0.5px 0px 1px;
}

.noproduct {
    float: right;
    font-size: 0.8vw;
    text-align: center;
    direction: rtl;
    font-weight: 100;
    margin-top: 10vh;
    opacity: 0.7;
}

.footer-iconrow {
    float: right;
    width: 100%;
    background: white;
    padding-top: 2vh;
    padding-bottom: 3vh;
    padding-right: 10%;
    padding-left: 10%;
}

.footer-iconrow-img {
    width: 30%;
    float: right;
}

.footer-iconrow-col {
    padding: 2%;
}

.footer-iconrow-title {
    float: right;
    margin-right: 8%;
    margin-top: 7%;
    font-family: 'dana';
    font-weight: 600;
    width: 60%;
    direction: rtl;
}

.footer-iconrow-subtitle {
    float: right;
    width: 60%;
    margin-right: 9%;
    font-size: 0.5vw;
    direction: rtl;
    color: #a2a2a2;
    font-family: 'dana';
    font-weight: 400;
    margin-top: 1%;
}

.footer-contactrow {
    float: right;
    width: 100%;
    direction: rtl;
}

.footer-contactrow-row {
    background: #e22c8c;
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-left: 5%;
    border-radius: 1vw;
    height: 5.5vw;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.footer-contactrow-insta {
    float: left;
}

.footer-contactrow-phone {
    float: right;
    width: 15%;
    margin-right: 2%;
    height: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.footer-contactrow-address {
    float: right;
    width: 29%;
    height: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.footer-contactrow-phone-icon {
    height: 100%;
    float: right;
    color: white;
    font-size: 1.5vw;
    line-height: 4vw;
}

.footer-contactrow-phone-title {
    float: right;
    width: 70%;
    color: white;
    font-size: 0.8vw;
    margin-right: 10%;
}

.footer-contactrow-phone-subtitle {
    float: right;
    width: 70%;
    color: white;
    font-size: 0.8vw;
    margin-right: 15%;
    font-weight: 100;
    margin-top: 0.2vw;
}

.footer-contactrow-phone-subtitle > a {
    color: white !important;
}

.footer-contactrow-address-icon {
    height: 100%;
    float: right;
    color: white;
    font-size: 1.5vw;
    line-height: 4vw;
}

.footer-contactrow-address-title {
    float: right;
    width: 70%;
    color: white;
    font-size: 0.8vw;
    margin-right: 3%;
}

.footer-contactrow-address-subtitle {
    float: right;
    width: 70%;
    color: white;
    font-size: 0.8vw;
    margin-right: 6%;
    font-weight: 100;
    margin-top: 0.2vw;
}

.footer-contactrow-insta > span {
    background-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button.footer-contactrow-insta {
    background: white;
    float: left;
    border: none;
    margin-left: 2vw;
    margin-top: 1.4vw;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 0.6vw;
    padding-bottom: 0.6vw;
    border-radius: 10vw;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.footer-mainrow {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 5%;
    padding-left: 5%;
    height: 100%;
    height: 50vh;
}

.footer-aboutbox {
    float: right;
    width: 25%;
    padding-top: 3vh;
    height: 100%;
}

img.footer-logo {
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    float: right;
    animation: bounce-in-fwd 1.1s both;
}

@keyframes bounce-in-fwd {
    0% {
        transform: scale(0);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        transform: scale(1);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        transform: scale(0.7);
        animation-timing-function: ease-in;
    }

    72% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    81% {
        transform: scale(0.84);
        animation-timing-function: ease-in;
    }

    89% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    95% {
        transform: scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

}

.footer-aboutbox-title {
    font-size: 1.1vw;
    float: right;
    text-align: center;
    width: 100%;
    color: #4b4444;
    margin-top: 1vh;
}

.footer-aboutbox-text {
    width: 100%;
    height: 20vh;
    overflow: hidden;
    margin-top: 2vh;
    float: right;
    direction: rtl;
    text-align: justify;
    color: #4b4444;
}

.footer-aboutbox-text > h2 {
    font-size: 0.9vw;
    font-family: 'dana';
    font-weight: 600;
    line-height: 1.5vw;
    text-align: justify;
    padding-left: 1vw;
}

.footer-aboutbox-text > p {
    font-size: 0.8vw;
    line-height: 1.5vw;
    font-weight: 200;
    width: 90%;
}

.footer-aboutbox > a {
    width: 100%;
    float: right;
}

.footer-aboutbox-more {
    font-size: 0.8vw;
    line-height: 1.5vw;
    font-weight: 200;
    width: 90%;
    color: #e22c8c;
    cursor: pointer;
    float: right;
    margin-top: 1vh;
}

.footer-aboutbox-text-more {
    height: 35vh !important;
    overflow: scroll !important;
    margin-top: 1vh !important;
}

.footer-logo-more {
    width: 10% !important;
    margin-right: 45% !important;
}

.footer-aboutbox-title-more {
    font-size: 0.8vw !important;
    margin-top: 0.5vh !important;
}

.footer-menubox {
    float: right;
    width: 50%;
    height: 100%;
    padding-right: 5%;
    padding-left: 5%;
}

.footer-side {
    float: right;
    width: 25%;
    height: 100%;
}

.footer-namad-row {
    float: right;
    width: 100%;
    margin-top: 4vh;
}

.footer-namad-box {
    background: white;
    width: 35%;
    height: 10vw;
    float: right;
    margin-left: 5%;
    border-radius: 0.7vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0.5vw;
}

.footer-calltoaction {
    float: right;
    width: 100%;
    margin-top: 4vh;
}

.footer-calltoaction-title {
    float: right;
    width: 100%;
    text-align: center;
    color: #e22c8c;
    margin-bottom: 0.6vh;
    font-size: 0.9vw;
}

.footer-calltoaction-text {
    font-size: 0.8vw;
    font-weight: 100;
    direction: rtl;
    color: #4b4444;
    margin-right: 4%;
    margin-left: 4%;
    text-align: justify;
}

.footer-calltoaction-mob {
    float: right;
    margin-right: 10%;
    width: 60%;
    text-align: center;
    margin-top: 1.5vh;
    font-weight: 100;
    color: #4b4444;
    direction: ltr;
}

.footer-calltoaction-sub {
    float: right;
    margin-left: 10%;
    width: 18%;
    margin-right: 2%;
    margin-top: 1.5vh;
    background: linear-gradient(225deg, #f05dcb, #fc1186);
    color: white;
}

.footer-socialrow {
    width: 100%;
    float: right;
    margin-top: 4vh;
    padding-right: 20%;
    padding-left: 20%;
    text-align: center;
}

.footer-social-icon {
    color: #4b4444;
    font-size: 1.4vw;
    letter-spacing: 0.5vw;
    cursor: pointer;
}

.footer-social-icon:hover {
    color: #e22c8c;
}

.footer-menubox-inner {
    width: 30%;
    float: right;
    margin-right: 3%;
    margin-top: 10vh;
    text-align: center;
}

span.footer-linkhead {
    float: right;
    width: 100%;
    font-size: 0.9vw;
    margin-bottom: 1vh;
}

span.footer-link {
    float: right;
    width: 100%;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #4b4444;
}

.footer-end {
    float: right;
    width: 100%;
    height: 6vh;
    background: white;
    text-align: center;
    direction: rtl;
    color: #4b4444;
    font-size: 0.7vw;
    font-weight: 100;
    line-height: 1.5vw;
}

.scrolltop {
    position: sticky;
    bottom: 4vh;
    background: #e22c8c;
    right: 3vw;
    width: 2vw;
    height: 2vw;
    font-size: 0.9vw;
    color: white;
    line-height: 2.2vw;
    border-radius: 0.4vw;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.underfooter {
    position: fixed;
    width: 100%;
    height: 20%;
    background: white;
    bottom: 0;
    display: none;
}

.main-header-search-mob {
    display: none;
}

.main-header-mobmenu {
    display: none;
}

.mobile-botton-menu {
    display: none;
}

.mobile-menu {
    display: none;
}

.mobile-filter-menu {
    display: none;
}

.filter-close-mobile {
    display: none;
}

.fbi-mob {
    display: none;
}

.filterbox-mobsub {
    display: none;
}

.filterbox-illtitle {
    font-size: 0.8vw;
    font-weight: 100;
    color: #e22b8b;
    border-bottom: solid 1px;
    padding-bottom: 0.3vw;
    padding-right: 0.3vw;
    margin-top: 1vh;
}

.product-lablebox-lable {
    color: black;
}

.product-lablebox {
    float: right;
    width: 22vw;
    margin-top: 1%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    font-weight: 100;
    color: #595959;
    font-size: 0.85vw;
}

span.comma {
    color: #e22b8b;
    letter-spacing: 0.15vw;
}

.product-lablebox > a {
    color: #595959;
}

.product-routine-box {
    float: right;
    width: 100%;
    margin-top: 5vh;
}

.product-routine-title {
    font-size: 1.1vw;
    font-family: 'dana';
    font-weight: 500;
}

.prtname {
    font-weight: 600;
}

.prtpink {
    color: #e22b8b;
}

.product-routine-subbox {
    float: right;
    width: 47%;
    margin-right: 2%;
    box-shadow: rgb(0 0 0 / 18%) -1px 2px 5px;
    border-radius: 1vw;
    margin-top: 1%;
}

img.product-routine-img {
    width: 4vw;
    height: 4vw;
    margin: 0.5vw;
    float: right;
    filter: grayscale(1) contrast(0);
    opacity: 0.8;
}

.product-routine-img:hover {
    filter: grayscale(0) contrast(1);
    opacity: 1;
}

.product-routine-subtitle {
    float: right;
    width: 100%;
    background: #f4f4f4;
    border-radius: 1vw 1vw 0 0;
    height: 2vw;
    text-align: center;
    font-size: 0.85vw;
    line-height: 2vw;
    color: #4c4c4c;
}

.product-routine {
    background: #f4f4f4;
    float: right;
    width: 5vw;
    margin-right: 0.57vw;
    margin-top: 0.57vw;
    margin-bottom: 0.57vw;
    height: 7vw;
    direction: rtl;
    border-radius: 0.5vw;
}

.product-routine-name {
    float: right;
    text-align: center;
    width: 100%;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 0.3vw;
    color: #4c4c4c;
}

.routine-select > img {
    filter: none;
    opacity: 1;
}

.routine-select > .product-routine-name {
    font-weight: bold;
    color: #e22c8c;
}

.product-main-box {
    float: right;
    width: 100%;
    margin-top: 5%;
}

.product-main-header {
    float: right;
    width: 100%;
    height: 2.2vw;
    border-bottom: solid 1px #979797;
}

.product-main-header-item {
    float: right;
    height: 100%;
    font-size: 0.9vw;
    font-weight: 100;
    padding-left: 1vw;
    line-height: 2vw;
    padding-right: 0.5vw;
    cursor: pointer;
    color: #4c4c4c;
}

.product-main-header-sel {
    border-bottom: solid 2px #e22c8c;
    color: black;
}

.product-main-page {
    float: right;
    width: 100%;
    margin-top: 2%;
    min-height: 30vw;
    display: none;
}

.product-main-page-sel {
    display: block;
}

.product-main-page-info {
    width: 100%;
    float: right;
    max-width: 75vw;
}

.product-main-page-info > * {
    color: #2c2c2c;
    font-weight: 100 !important;
}

.product-main-page-info > h1 {
    font-size: 2vw;
    font-weight: bold !important;
    line-height: 4vw;
}

.product-main-page-info > h2 {
    font-size: 1.5vw;
    font-weight: bold !important;
    line-height: 3vw;
}

.product-main-page-info > h3 {
    font-size: 1.2vw;
    font-weight: bold !important;
    line-height: 2.4vw;
}

product-main-page-info > a {
    color: #e22c8c !important;
}

.product-options-td {
    font-weight: 100;
}

.product-options-th {
    width: 25%;
}

.product-ingredient {
    box-shadow: rgb(0 0 0 / 18%) -1px 2px 5px;
    float: right;
    margin-left: 1.2vw;
    padding-right: 1.2vw;
    padding-left: 1.2vw;
    height: 2vw;
    margin-bottom: 1vw;
    font-weight: 100;
    line-height: 2vw;
    border-radius: 2vw;
    min-width: 6vw;
    text-align: center;
    font-size: 0.9vw;
}

.product-ingredient:hover {
    color: white;
    background: #e22c8c;
}

.product-aboutbrand-img {
    width: 14vw;
    float: right;
    margin-left: 2vw;
}

.product-aboutbrand-name {
    float: right;
    font-family: 'dana';
    font-weight: 900;
    font-size: 1.2vw;
}

.product-aboutbrand {
    float: right;
    width: 60%;
    padding-right: 1vw;
    padding-top: 1vw;
}

.product-aboutbrand-nameen {
    font-size: 0.9vw;
    color: #e22b8b;
    font-weight: 100;
    width: 100%;
    float: right;
}

.product-aboutbrand-info {
    float: right;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 1.6vw;
    padding-right: 1vw;
    direction: rtl;
    text-align: justify;
    width: 100%;
}

.productch {
    border: solid 1px #ededed !important;
    width: 12.5vw;
    margin-right: 0.4vw;
    overflow: hidden;
}

.product-productlist-part {
    float: right;
    width: 80%;
    margin-top: 2vw;
    box-shadow: rgb(0 0 0 / 18%) -1px 2px 5px;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 1vw;
    direction: rtl;
}

.product-productlist-title {
    float: right;
    width: 100%;
    background: #f4f4f4;
    border-radius: 1vw 1vw 0 0;
    height: 2vw;
    text-align: center;
    font-size: 0.85vw;
    line-height: 2vw;
    color: #4c4c4c;
}

.product-productlist-box {
    width: max-content;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
}

.product-productlist {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-left: 2vw;
}

.product-options-main {
    float: right;
}

.product-ingredient-main {
    float: right;
}

.product-brandabout-main {
    float: right;
    width: 15vw;
}

.product-comment {
    width: 100%;
    float: right;
    margin-top: 2vw;
    margin-bottom: 2vw;
    direction: rtl;
}

.product-comment-form {
    width: 40%;
    float: right;
    padding: 1vw;
}

.product-comment-list {
    float: right;
    width: 60%;
    padding-right: 1vw;
}

.product-cmf-lable {
    color: #595959;
}

input.product-cmf-title.form-control {
    margin-right: 1vw;
    width: 90%;
    margin-top: 1vw;
}

.product-cmf-message {
    margin-right: 1vw;
    margin-top: 0.5vw;
    width: 90%;
    height: 10vw;
}

.product-cmf-star-lable {
    float: right;
    margin-right: 1.2vw;
    font-weight: 100;
    font-size: 0.8vw;
    margin-top: 0.7vw;
}

.product-cmf-stars {
    float: right;
    width: 40%;
    font-size: 0.7vw;
    margin-top: 0.7vw;
    margin-right: 0.5vw;
    color: #e22b8b;
}

.btn-jasmine {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e22b8b;
    --bs-btn-border-color: #e22b8b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e22b8b;
    --bs-btn-hover-border-color: #e22b8b;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e22b8b;
    --bs-btn-active-border-color: #e22b8b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e22b8b;
    --bs-btn-disabled-border-color: #e22b8b;
}

.product-cmf-sub {
    float: right;
    width: 10vw;
    margin-top: 0.5vw;
}

.product-cmf-sub {
    float: right;
    width: 10vw;
    margin-top: 3vw;
    margin-right: -22vw;
}

.product-cm-box {
    width: 45%;
    float: right;
    margin-right: 1vw;
    border: solid 1px #e22b8b;
    border-radius: 1vw;
    padding: 1vw;
    margin-bottom: 1vw;
}

.product-cm-icon {
    float: right;
    font-size: 2vw;
    margin-left: 0.7vw;
    color: #595959;
}

.product-cm-name {
    font-size: 0.75vw;
    color: #5b5b5b;
    float: right;
    width: 14vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-cm-stars {
    float: right;
    width: 14vw;
    font-size: 0.57vw;
    color: #e22b8b;
}

.product-cm-title {
    float: right;
    width: 100%;
    font-size: 0.9vw;
    font-weight: bold;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.product-cm-message {
    float: right;
    width: 100%;
    font-weight: 100;
    color: #595959;
    font-size: 0.9vw;
    direction: rtl;
    text-align: justify;
}

.product-cm-nocm {
    font-size: 0.8vw;
    font-weight: 100;
    color: #595959;
    float: right;
    width: 55%;
    text-align: center;
    margin-top: 3vw;
}

.product-addtocard {
    font-size: 1vw;
}

.search-mainbox {
    position: fixed;
    background: #f4f4f4;
    right: 12.5vw;
    width: 54vw;
    top: 10vh;
    height: 30vw;
    inset rgba(99, 99, 99, 0.2) 0px 5px 8px contain-intrinsic-block-size: auto 100px;
    border-radius: 0 0 1vw 1vw;
    padding: 1vw;
    display: none;
}

.search-box-header {
    float: right;
    width: 100%;
    border-bottom: solid 1px #595959;
    padding-bottom: 0.3vw;
    font-size: 0.9vw;
    font-family: 'dana';
    padding-right: 0.5vw;
}

.search-products {
    float: right;
    width: 100%;
    height: 27vw;
    overflow: scroll;
    padding: 0;
}

.search-product {
    width: 100%;
    height: 4vw;
    border-bottom: solid 1px #d6d6d6;
    cursor: pointer;
}

.search-product:hover {
    background: #ededed;
}

.search-product-img {
    float: right;
    width: 3.4vw;
    height: 3.4vw;
    margin: 0.3vw;
}

.search-product-name {
    font-size: 0.75vw;
    font-weight: 100;
    margin-top: 0.7vw;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    width: 11vw;
    margin-right: 0.1vw;
}

.search-product-brand {
    font-size: 0.7vw;
    font-weight: 100;
    color: #595959;
    min-width: 51%;
    float: right;
    margin-top: 0.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
}

.search-product-name > span {
    color: #e32b8b;
}

.search-product-barand > span {
    color: #e22b8b;
}

.search-category {
    width: 100%;
    height: 2.2vw;
    border-bottom: solid 1px #d6d6d6;
    cursor: pointer;
}

.search-categories {
    float: right;
    width: 100%;
    height: 27vw;
    overflow: scroll;
    padding: 0;
}

.search-category-name {
    font-size: 0.75vw;
    font-weight: 100;
    margin-top: 0.6vw;
    float: right;
    min-width: 51%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.search-category > i {
    float: right;
    font-size: 1vw;
    line-height: 2.2vw;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}

.search-category:hover {
    background: #ededed;
}

.search-category-name > span {
    color: #e22b8b;
}

.search-brands {
    float: right;
    width: 100%;
    height: 27vw;
    overflow: scroll;
    padding: 0;
}

.search-brand {
    width: 100%;
    height: 4vw;
    border-bottom: solid 1px #d6d6d6;
    cursor: pointer;
}

.search-brand-name {
    font-size: 0.75vw;
    font-weight: 100;
    margin-top: 0.7vw;
    float: right;
    min-width: 51%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
    color: black;
}

.search-brand-enbrand {
    font-size: 0.7vw;
    font-weight: 100;
    color: #595959;
    min-width: 51%;
    float: right;
    margin-top: 0.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
}

.serach-brand-img {
    width: 2.8vw;
    float: right;
    margin: 0.5vw;
    border-radius: 0.3vw;
}

.search-brand-name > span {
    color: #e22b8b;
}

.search-brand:hover {
    background: #ededed;
}

.search-no {
    width: 100%;
    float: right;
    text-align: center;
    display: revert;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 1vw;
}

.catpop-but {
    cursor: pointer;
}

.catpop-back {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #18181880;
    top: 14.5vh;
    display: none;
}

.catpop {
    position: fixed;
    background: #f4f4f4;
    width: 58vw;    /* height: 30vw; */
    right: 3vw;
    top: 14.8vh;
    z-index: 9;
    border-radius: 0 0 1vw 1vw;
    box-shadow: inset rgba(99, 99, 99, 0.2) 0px -5px 8px 0px;
    overflow: hidden;
    display: none;
}

.catpop-side {
    float: right;
    width: 7vw;
    background: #eaeaea;
    height: 100%;
}

img.catpop-side-icon {
    width: 2.2vw;
    float: right;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.catpop-side-row {
    margin-top: 0.2vw;
    height: 5vw;
    box-shadow: inset rgb(99 99 99 / 10%) -1px -6px 8px 0px;
    cursor: pointer;
}

.catpop-side-lable {
    width: 100%;
    float: right;
    font-size: 0.75vw;
    text-align: center;
    color: #4c4545;
}

.catpop-side-sel {
    box-shadow: none;
    background: #f4f4f4;
    margin-top: 0;
}

.catpop-pages {
    float: right;
    height: 100%;
    width: 51vw;
    padding: 1vw;
    direction: rtl;
}

.catpop-page {
    float: right;
    width: 100%;
    height: 100%;
    display: none;
}

.catpop-page-sel {
    display: block;
}

.catpop-mainlink {
    float: right;
    width: 100%;
    font-weight: 100;
    color: #e22b8b !important;
    font-size: 0.8vw;
}

.catpop-frame {
    float: right;
    width: 100%;    /* height: 100%; */
    padding-right: 1.5vw;
    padding-top: 0.5vw;
    column-count: 3;
}

.sscat {
    font-size: 0.8vw;
    line-height: 1.6vw;
    padding-right: 1vw;
    font-weight: 100;
    color: black;
}

.scat {
    font-size: 0.9vw;
    line-height: 2vw;
    color: #e22b8b;
}

.ssscat {
    font-size: 0.7vw;
    font-weight: 100;
    padding-right: 2vw;
    color: #4b4444;
}

.catpop-frame > a > span:hover {
    font-weight: bold !important;
}

.filterbox-nobrand {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 1vw;
    font-size: 0.7vw;
    font-weight: 100;
    color: #4b4444;
    display: none;
}

.filterbox-country-all {
    float: right;
    font-weight: 100;
    font-size: 0.7vw;
    margin-right: 1vw;
    margin-top: 0.3vw;
    color: #e22b8b;
    cursor: pointer;
}

.login-back {
    background: #929292ba;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999999;
    font-size: 1.7vw;
    text-align: right;
    padding-top: 15vh;
    padding-right: 1vw;
    display: none;
}

.login-box {
    width: 25vw;
    height: 30vw;
    position: fixed;
    right: 37.5vw;
    left: 37.5vw;
    background: white;
    z-index: 999999999;
    top: 25vh;
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    animation: flip-in-ver-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    display: none;
}

.login-box-exit {
    animation: flip-out-ver-left 0.45s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes flip-in-ver-right {
    0% {
        transform: rotateY(-80deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0);
        opacity: 1;
    }

}

@keyframes flip-out-ver-left {
    0% {
        transform: rotateY(0);
        opacity: 1;
    }

    100% {
        transform: rotateY(-70deg);
        opacity: 0;
    }

}

.login-head {
    float: right;
    width: 100%;
    height: 4vw;
}

.login-tab-box {
    float: right;
    width: 50%;
    text-align: center;
    background: white;
    height: 100%;
    color: #4b4444;
}

.login-tab {
    height: 100%;
    font-size: 0.9vw;
    font-weight: 100;
    line-height: 4vw;
    direction: rtl;
    background: #f4f4f4;
    border-radius: 0 0 2vw 0;
    cursor: pointer;
}

.login > .login-tab {
    border-radius: 0 0 0 2vw;
}

.signup > .login-tab {
    border-radius: 0 0 2vw 0;
}

.login.login-tab-sel > .login-tab {
    background: white;
    border-radius: 2vw 0 0 0;
}

.login-tab-sel {
    background: #f4f4f4;
}

.signup.login-tab-sel > .login-tab {
    background: white;
    border-radius: 0 2vw 0 0;
}

.login-user-icon {
    background: #f4f4f4;
    float: right;
    width: 5vw;
    margin-right: 10vw;
    margin-left: 10vw;
    height: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    border-radius: 1.5vw;
    color: #6d757d;
    text-align: center;
    font-size: 2.2vw;
    line-height: 5.5vw;
}

.login-mob {
    float: right;
    width: 20vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    font-size: 0.85vw;
}

.login-mob-icon {
    right: 3.2vw;
    position: absolute;
    top: 13.8vw;
    font-size: 1.1vw;
    color: #6d757d;
}

.login-pass-icon {
    right: 3.2vw;
    position: absolute;
    top: 17.2vw;
    font-size: 1.1vw;
    color: #6d757d;
}

.login-pass {
    float: right;
    width: 20vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 0.75vw;
    font-size: 0.85vw;
}

.login-forgot {
    float: right;
    width: 40%;
    font-size: 0.65vw;
    text-align: right;
    padding-right: 3.5vw;
    font-weight: 100;
    margin-top: 0.3vw;
    cursor: pointer;
    color: #6e757d;
}

.login-remember {
    float: left;
    width: 40%;
    text-align: left;
    font-size: 0.65vw;
    font-weight: 100;
    margin-top: 0.3vw;
    padding-left: 3.5vw;
    color: #6e757d;
}

.login-remember-check {
    float: left;
    margin-right: 0.2vw;
}

.login-showpass-icon {
    position: absolute;
    left: 3.3vw;
    top: 17.32vw;
    font-size: 0.9vw;
    color: #c8c8c8;
    cursor: pointer;
}

.login-btn {
    background: #e22b8b;
    width: 12vw;
    color: white;
    float: right;
    margin-right: 6.5vw;
    margin-top: 2.5vw;
    border-radius: 0.85vw;
    height: 2.5vw;
    font-size: 1vw;
}

.login-signin-btn {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 1vw;
    color: #6e757d;
    cursor: pointer;
}

.login-err {
    width: 100%;
    float: right;
    text-align: center;
    direction: rtl;
    font-size: 0.75vw;
    margin-top: 1vw;
    margin-bottom: -1.5vw;
    color: #e22b64;
    display: none;
}

.signup-body {
    display: none;
}

.signup-name {
    float: right;
    width: 20vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 3vw;
    font-size: 0.85vw;
}

.signup-mob {
    float: right;
    width: 20vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 0.75vw;
    font-size: 0.85vw;
}

.signup-name-icon {
    right: 3.2vw;
    position: absolute;
    top: 7.8vw;
    font-size: 1.1vw;
    color: #6d757d;
}

.signup-mob-icon {
    right: 3.2vw;
    position: absolute;
    top: 11.25vw;
    font-size: 1.1vw;
    color: #6d757d;
}

.signup-sms {
    float: right;
    width: 12vw;
    margin-right: 2.5vw;
    =:2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 0.75vw;
    letter-spacing: 1vw;
    font-size: 0.85vw;
}

.signup-sms-icon {
    right: 3.2vw;
    position: absolute;
    top: 14.7vw;
    font-size: 1.1vw;
    color: #6d757d;
}

::placeholder {
    letter-spacing: 0;
}

.signup-pass {
    float: right;
    width: 20vw;
    margin-right: 2.5vw;
    margin-left: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 0.75vw;
    font-size: 0.85vw;
}

.signup-pass-icon {
    right: 3.2vw;
    position: absolute;
    top: 18.1vw;
    font-size: 1.1vw;
    color: #6d757d;
}

.signup-showpass-icon {
    position: absolute;
    left: 3.3vw;
    top: 18.25vw;
    font-size: 0.9vw;
    color: #c8c8c8;
    cursor: pointer;
}

.signup-btn {
    background: #e22b8b;
    width: 12vw;
    color: white;
    float: right;
    margin-right: 6.5vw;
    margin-top: 2.5vw;
    border-radius: 0.85vw;
    height: 2.5vw;
    font-size: 1vw;
}

.signin-login-btn {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.7vw;
    font-weight: 100;
    margin-top: 1vw;
    color: #6e757d;
    cursor: pointer;
}

.signup-send {
    background: white;
    width: 7.5vw;
    color: #e22b8b;
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.8vw;
    border-radius: 0.85vw;
    height: 2.6vw;
    border: solid 1px;
    font-size: 0.85vw;
}

.signup-err {
    width: 100%;
    float: right;
    text-align: center;
    direction: rtl;
    font-size: 0.75vw;
    margin-top: 1vw;
    margin-bottom: -1.5vw;
    color: #e22b64;
    display: none;
}

.profile-menu {
    background: #f9f9f9;
    position: fixed;
    margin-left: 5vw;
    direction: rtl;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 0.85vw;
    font-weight: 100;    /* height: 15vw; */
    width: 12vw;
    border-radius: 0 0 1vw 1vw;
    padding-top: 5.5vh;
    padding-right: 1vw;
    padding-left: 1vw;
    color: #4b4444;
    display: none;
    top: 10vh;
    padding-bottom: 1vh;
    z-index: 999999999;
}

.profile-menu-item {
    float: right;
    width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    border-top: solid 1px #d7d7d7;
    padding-right: 0.3vw;
    cursor: pointer;
}

.profile-menu-header {
    border-top: none;
    border-bottom: solid gray 1px;
    font-weight: bold;
    padding-right: 0.5vw;
    float: right;
    width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    cursor: pointer;
}

.profile-menu-item > i {
    color: #e22b8b;
}

.profile-menu-item:hover {
    background: whitesmoke;
}

.profile-menu-back {
    background: #ff000000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.login-sms {
    float: right;
    width: 12vw;
    margin-right: 2.5vw;
    direction: ltr;
    text-align: right;
    padding-right: 2.1vw;
    font-weight: 100;
    border-radius: 0.85vw;
    height: 2.7vw;
    margin-top: 0.75vw;
    letter-spacing: 1vw;
    font-size: 0.85vw;
    display: none;
}

.login-sms-icon {
    right: 3.2vw;
    position: absolute;
    top: 17.1vw;
    font-size: 1.1vw;
    color: #6d757d;
    display: none;
}

.login-send {
    background: white;
    width: 7.5vw;
    color: #e22b8b;
    float: right;
    margin-right: 0.5vw;
    margin-top: 0.8vw;
    border-radius: 0.85vw;
    height: 2.6vw;
    border: solid 1px;
    font-size: 0.85vw;
    display: none;
}

.card-preview {
    background: #f4f4f4;
    height: 30vw;
    width: 24vw;
    position: fixed;
    z-index: 999999999;
    top: 11vh;
    left: 2vw;
    border-radius: 0 0 1vw 1vw;
    box-shadow: inset rgba(99, 99, 99, 0.2) 0px 5px 8px 0px;
    padding-top: 2vw;
    display: none;
}

.card-preview-header {
    float: right;
    width: 100%;
    direction: rtl;
    padding-right: 1vw;
    padding-top: 0.5vw;
    font-weight: 100;
    color: #4b4444;
    font-size: 0.8vw;
    height: 2vw;
}

.card-preview-body {
    float: right;
    width: 100%;
    height: 22vw;
    overflow: scroll;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 5.5vw;
}

.card-preview-footer {
    float: right;
    width: 100%;
    padding-right: 1vw;
    padding-left: 1vw;
    margin-top: 1vh;
}

.card-preview-sum {
    float: right;
    width: 40%;
    height: 100%;
}

.card-preview-price {
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    float: right;
    font-family: 'dana';
    color: #4b4444;
    margin-right: 0.5vw;
    margin-top: 5%;
}

.card-preview-price-img {
    float: right;
    width: 12%;
    margin-top: 9%;
    margin-right: 0.3vw;
}

.card-preview-finish {
    margin-top: 0.5vh;
    width: 50%;
    margin-left: 0.5vw;
    max-height: 2vw;
    font-size: 0.9vw;
}

.card-preview-back {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2f2f2f33;
    z-index: 999999991;
    display: none;
}

.nocard {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    text-align: center;
    width: 100%;
    margin-top: 3vw;
    font-weight: 100;
    color: #4b4444;
}

.card-preview-productImg {
    width: 5vw;
    float: right;
    max-height: 5vw;
    margin-top: 0.25vw;
}

.card-preview-product {
    width: 100%;
    float: right;
    height: 5.5vw;
    margin-bottom: 0.5vh;
    border-bottom: solid #c9c9c9 0.5px;
}

.card-preview-product:hover {
    background: #ebebeb;
}

.card-preview-productName {
    float: right;
    width: 15vw;
    font-size: 0.8vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.3vw;
    margin-right: 1vw;
    direction: rtl;
    color: #4b4444 !important;
}

.card-preview-productBrand {
    float: right;
    width: 15vw;
    font-size: 0.65vw;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.25vw;
    margin-right: 1vw;
    direction: rtl;
    color: #4b4444 !important;
}

.card-preview-productPricebox {
    float: right;
    width: 30%;
    margin-right: 5%;
    margin-top: 0.2vw;
}

.card-preview-productPrice {
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    font-family: 'dana';
    float: right;
    color: black;
}

.card-preview-productPriceLable {
    float: right;
    width: 1vw;
    margin-right: 0.2vw;
}

.card-preview-productDiscountPrice {
    font-size: 0.7vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    float: right;
    font-family: 'dana';
    width: 100%;
    text-align: right;
    margin-right: 1.5vw;
    text-decoration: line-through;
    color: gray;
}

.card-preview-countbox {
    float: left;
    width: 5.5vw;
    margin-left: 1vw;
    height: 2.2vw;
    border: solid 1px #bbbbbb;
    border-radius: 0.6vw;
}

.card-preview-plus {
    float: right;
    font-size: 1vw;
    color: #767272;
    line-height: 2.2vw;
    margin-right: 0.5vw;
    width: 1vw;
    text-align: center;
    cursor: pointer;
}

.card-preview-minus {
    float: right;
    font-size: 1vw;
    color: #767272;
    line-height: 2.2vw;
    margin-right: 0.5vw;
    width: 1vw;
    text-align: center;
    cursor: pointer;
}

.card-preview-count {
    float: right;
    font-size: 1vw;
    color: #e22b8b;
    line-height: 2.4vw;
    margin-right: 0.5vw;
    width: 1.5vw;
    text-align: center;
    font-weight: 100;
}

.notif {
    position: fixed;
    width: 22vw;
    min-height: 6vw;
    background: #f4f4f4;
    right: 2vw;
    top: 21vh;
    z-index: 9999999999999999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: solid 1px #e0e0e2;
    border-radius: 1vw;
    padding: 1vw;
    animation: bounce-in-right 1.1s both;
    display: none;
}

@keyframes bounce-in-right {
    0% {
        transform: translateX(600px);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        transform: translateX(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        transform: translateX(68px);
        animation-timing-function: ease-in;
    }

    72% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }

    81% {
        transform: translateX(32px);
        animation-timing-function: ease-in;
    }

    90% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }

    95% {
        transform: translateX(8px);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }

}

i.notif-icon {
    float: right;
    width: 3vw;
    text-align: center;
    font-size: 2vw;
    height: 100%;
    margin-top: 0.8vw;
    line-height: 0vw;
}

.notif-icon > i.fa-circle-exclamation {
    color: #bc0000;
}

.notif-icon > i.fa-bell {
    color: #645d5d;
}

.notif-icon > i.fa-circle-check {
    color: #018043;
}

.notif-message {
    float: right;
    direction: rtl;
    font-size: 0.8vw;
    margin-right: 0.5vw;
    font-weight: 100;
}

.notif-button {
    height: 1.7vw;
    width: 7vw;
    font-size: 0.8vw;
    line-height: 1vw;
    margin-top: 1vw;
}

.noplus {
    color: #c6c6c6 !important;
    cursor: default !important;
}

h3.card-login-err {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 5vw;
    font-size: 1vw;
    color: #4b4444;
    font-weight: 100;
    direction: rtl;
}

.card-login-but {
    width: 15%;
    margin-right: 42.5%;
    margin-top: 2vw;
}

.card-main {
    float: right;
    width: 50%;
    margin-right: 12%;
    min-height: 1vw;
}

.card-title {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 2.5vw;
    border-radius: 0.7vw;
    padding-right: 1.2vw;
    line-height: 2.5vw;
    color: #4b4444;
}

.card-list {
    width: 100%;
    height: fit-content;
    float: right;
}

.card-list-box {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    height: 7.2vw;
    border-radius: 0.7vw;
    padding: 1.2vw;
    color: #4b4444;
}

.card-list-productImg {
    float: right;
    width: 5vw;
}

.card-list-productName {
    float: right;
    width: 25vw;
    font-size: 0.9vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.2vw;
    margin-right: 1vw;
    direction: rtl;
    color: #4b4444 !important;
}

.card-list-productBrand {
    float: right;
    width: 25vw;
    font-size: 0.7vw;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.25vw;
    margin-right: 1.2vw;
    direction: rtl;
    color: #4b4444 !important;
}

.card-space {
    float: right;
    width: 100%;
    height: 16vw;
}

.card-list-productEnname {
    float: right;
    width: 25vw;
    font-size: 0.7vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.2vw;
    margin-right: 1vw;
    direction: rtl;
    color: #8d8686 !important;
}

.card-list-productPrice {
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    font-family: 'dana';
    float: right;
    color: black;
}

.card-list-productPriceLable {
    float: right;
    width: 1vw;
    margin-right: 0.2vw;
}

.card-list-productPricebox {
    float: left;
    margin-top: -2.5vw;
    margin-left: 1vw;
}

.card-list-countbox {
    float: left;
    width: 5.5vw;
    margin-left: 1vw;
    height: 2.2vw;
    border: solid 1px #bbbbbb;
    border-radius: 0.6vw;
    margin-top: -0.5vw;
}

.card-list-plus {
    float: right;
    font-size: 1vw;
    color: #767272;
    line-height: 2.2vw;
    margin-right: 0.5vw;
    width: 1vw;
    text-align: center;
    cursor: pointer;
}

.card-list-minus {
    float: right;
    font-size: 1vw;
    color: #767272;
    line-height: 2.2vw;
    margin-right: 0.5vw;
    width: 1vw;
    text-align: center;
    cursor: pointer;
}

.card-list-count {
    float: right;
    font-size: 1vw;
    color: #e22b8b;
    line-height: 2.4vw;
    margin-right: 0.5vw;
    width: 1.5vw;
    text-align: center;
    font-weight: 100;
}

span.card-title-count {
    float: left;
    margin-left: 1vw;
    font-weight: 100;
}

.card-side {
    margin-right: 2%;
    float: right;
    width: 24%;
}

.card-side-totalbox {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 10vw;
    border-radius: 0.7vw;
    padding: 1vw;
    color: #4b4444;
    float: right;
    width: 100%;
    padding-bottom: 2vw;
}

.card-side-sendbox {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 10vw;
    border-radius: 0.7vw;
    padding: 1vw;
    color: #4b4444;
    float: right;
    width: 100%;
    padding-bottom: 2vw;
    display: none;
}

.card-side-paybox {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 10vw;
    border-radius: 0.7vw;
    padding: 1vw;
    color: #4b4444;
    float: right;
    width: 100%;
    display: none;
}

.card-side-finish {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-top: 1vw;
}

.card-side-title {
    float: right;
    width: 100%;
    font-size: 0.85vw;
    font-weight: bold;
}

.card-toman {
    float: left;
    width: 1vw;
    margin-right: 0.2vw;
}

.card-side-total-table {
    width: 92%;
    direction: rtl;
    text-align: right;
    margin-top: 2vw;
    margin-right: 4%;
    margin-left: 4%;
    font-size: 0.8vw;
    margin-bottom: 2vw;
}

.card-side-total-tdtitle {
    height: 2.5vw;
    line-height: 2.5vw;
    font-weight: 100;
    border-bottom: solid 1px #d0caca;
}

.card-side-total-td {
    height: 2.5vw;
    border-bottom: solid 1px #d0caca;
    font-size: 0.9vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    font-family: 'dana';
    color: black;
    text-align: left;
}

.cst-dis {
    color: #a92e6e;
}

.cst-total {
    font-weight: bold;
}

.card-side-paymethod-icon {
    width: 70%;
    margin-right: 15%;
    opacity: 0.8;
    margin-left: 15%;
}

.card-side-paymethod {
    float: right;
    width: 7vw;
    border: solid 1px #d0caca;
    border-radius: 0.5vw;
    margin-top: 1vw;
    padding: 0.5vw;
    cursor: pointer;
    background: #f2f2f2;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
}

.card-side-paymethod-title {
    float: right;
    width: 100%;
    font-size: 0.9vw;
    text-align: center;
    margin-top: 0.5vw;
}

.card-sidee-paymethod-sel {
    box-shadow: inset rgb(0 0 0 / 20%) 0px 1px 8px;
    border: solid 0.5px #4c4545;
}

.card-side-paymethod.notactive {
    opacity: 0.6;
    filter: blur(0.5px);
}

.card-side-addr-box {
    float: right;
    width: 96%;
    border: solid 1px #d0caca;
    border-radius: 0.5vw;
    margin-top: 1vw;
    padding: 1vw;
    cursor: pointer;
    background: white;
    margin-right: 2%;
    margin-left: 0.15vw;
}

.card-side-addr-box-sel {
    box-shadow: inset rgb(0 0 0 / 20%) 0px 1px 8px;
    border: solid 0.5px #4c4545;
}

.card-side-addr-main {
    float: right;
    width: 100%;
    margin-bottom: 0.5vw;
    min-height: 1vw;
}

.card-side-addr-icon {
    float: right;
    width: 1.5vw;
    text-align: center;
    font-size: 1.2vw;
}

.card-side-addr-name {
    float: right;
    width: 17vw;
    margin-right: 0.3vw;
    font-family: 'dana';
    margin-bottom: 0.3vw;
}

.card-side-addr-city {
    float: right;
    width: 100%;
    font-weight: 100;
    margin-bottom: 0.3vw;
}

.card-side-addr-addr {
    float: right;
    text-align: justify;
    font-weight: 100;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    font-size: 0.8vw;
    width: 100%;
}

.card-side-addr-posti {
    float: right;
    margin-right: 0.5vw;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 0.5vw;
}

.card-side-addr-posti > span {
    font-weight: bold;
    letter-spacing: 0.2vw;
}

.card-side-addr-delete {
    float: left;
    font-size: 0.9vw;
    cursor: pointer;
}

.card-side-addr-new {
    float: right;
    width: 100%;
    font-size: 0.85vw;
    padding-right: 2.5%;
    color: #e22b8b;
    cursor: pointer;
    font-weight: 100;
    margin-top: 1vw;
}

.card-side-sendtype-main {
    float: right;
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
}

.card-side-sendtype-box {
    float: right;
    width: 7.87vw;
    border: solid 1px #d0caca;
    border-radius: 0.5vw;
    margin-top: 1vw;
    padding: 0.5vw;
    cursor: pointer;
    background: white;
    margin-left: 1vw;
    height: 10vw;
}

.card-side-sendtype-box-sel {
    box-shadow: inset rgb(0 0 0 / 20%) 0px 1px 8px;
    border: solid 0.5px #4c4545;
}

.card-side-sendtype-icon {
    float: right;
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 0.7vw;
}

.card-side-sendtype-title {
    float: right;
    width: 100%;
    text-align: center;
}

.card-side-sendtype-subtitle {
    float: right;
    width: 100%;
    font-weight: 100;
    font-size: 0.65vw;
    text-align: center;
    margin-top: 0.5vw;
}

.addr-popup {
    position: fixed;
    background: #f2f2f2;
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    margin-top: 3vw;
    height: 34vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0.7vw;
    color: #4b4444;
    display: none;
    z-index: 999999;
}

.addr-popup-header {
    background: #e22b8b;
    width: 100%;
    float: right;
    height: 2vw;
    padding-right: 1vw;
    font-size: 0.9vw;
    line-height: 2vw;
    font-weight: 100;
    color: white;
    margin-bottom: 0.5vw;
}

span.addr-popup-exit {
    float: left;
    margin-left: 0.5vw;
    font-weight: bold;
    line-height: 1.9vw;
    cursor: pointer;
}

.addr-popup-back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    display: none;
    z-index: 999999;
}

.addr-popup-label {
    float: right;
    width: 100%;
    padding-right: 1vw;
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 0.5vw;
    margin-bottom: 0.2vw;
}

.addr-name {
    float: right;
    width: 90%;
    margin-right: 5%;
    font-weight: 100;
}

.addr-city {
    float: right;
    width: 90%;
    margin-right: 5%;
    font-weight: 100;
}

.addr-addr {
    float: right;
    width: 90%;
    margin-right: 5%;
    height: 7vw;
    font-weight: 100;
}

.addr-posti {
    float: right;
    width: 90%;
    margin-right: 5%;
    text-align: right;
    font-weight: 100;
}

.addr-sub {
    width: 60%;
    float: right;
    margin-right: 20%;
    margin-top: 1.2vw;
}

.addr-popup-err {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 0.8vw;
    margin-top: 0.5vw;
    font-weight: 100;
    color: red;
    display: none;
}

.addr-town {
    float: right;
    width: 90%;
    margin-right: 5%;
    text-align: right;
    font-weight: 100;
}

.card-list-discount {
    font-size: 0.7vw;
    font-weight: 400;
    letter-spacing: 0.01vw;
    float: right;
    font-family: 'dana';
    text-align: right;
    margin-left: 0.5vw;
    text-decoration: line-through;
    color: gray;
}

.addr-productlist {
    float: right;
    width: 76%;
    margin-top: 5vw;
    box-shadow: rgb(0 0 0 / 18%) -1px 2px 5px;
    margin-right: 12%;
    margin-left: 12%;
    border-radius: 1vw;
    direction: rtl;
}

.card-stepbox {
    float: right;
    width: 70%;
    margin-right: 15%;
    height: 7vw;
    padding-top: 1.5vw;
}

.card-step-inbox {
    float: right;
    width: 25%;
    font-size: 0.8vw;
    color: #8d8686;
    font-weight: 100;
    text-align: center;
    position: relative;
}

.card-step-logo {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    margin-right: 42%;
    font-size: 1vw;
    line-height: 2.75vw;
    margin-bottom: 0.5vw;
    background: white;
}

.card-stepline {
    background: #9e9696;
    width: 52%;
    height: 1px;
    position: absolute;
    margin-top: 1.2vw;
    margin-right: 8%;
    z-index: 0;
}

.card-step-sel {
    color: #e22b8b;
}

.card-side-continue {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-top: 0.5vw;
}

.btn-jasmine-outline {
    border: solid #e22b8b 1px;
    color: #e22b8b;
    font-weight: 100;
}

.btn-jasmine-outline:hover {
    border: solid gray 1px;
    color: gray;
}

.card-side-paymethod-subtitle {
    font-size: 0.65vw;
    text-align: center;
    font-weight: 100;
    margin-top: 2vw;
    margin-bottom: 0.5vw;
}

.card-side-ctocbox {
    background: white;
    margin-top: 1vw;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 10vw;
    border-radius: 0.7vw;
    padding: 1vw;
    color: #4b4444;
    float: right;
    width: 100%;
    display: none;
}

.card-side-ctoc-form {
    float: right;
    width: 60%;
    margin-right: 3%;
    margin-top: 1vw;
    padding-bottom: 2vw;
}

.card-side-ctoc-card {
    float: right;
    width: 30%;
    margin-right: 5%;
}

img.card-side-ctoc-img {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}

label.ctoc-form-label {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 0.8vw;
    margin-bottom: 0.2vw;
    margin-top: 0.5vw;
    color: #4b4444;
    font-weight: 100;
}

.ctoc-form-card {
    font-weight: 100;
    margin-right: 1vw;
}

.ctoc-form-price {
    font-weight: 100;
    margin-right: 1vw;
}

.ctoc-form-date {
    font-weight: 100;
    margin-right: 1vw;
}

.ctoc-form-code {
    font-weight: 100;
    margin-right: 1vw;
}

.ctoc-sub {
    margin-top: 2vw;
    margin-right: 17vw;
    width: 12vw;
}

.card-report {
    display: none;
    float: right;
    width: 80%;
    margin-right: 10%;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 3vw;
}

.card-report-icon {
    font-size: 5vw;
    color: #e22b8b;
    line-height: 5vw;
}

.card-report-title {
    font-size: 1vw;
}

.card-report-subtitle {
    font-size: 0.8vw;
    font-weight: 100;
    width: 40%;
    margin-right: 30%;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
    line-height: 1.5vw;
    color: #4c4545;
}

.card-report-code {
    font-size: 0.9vw;
    color: #4c4545;
}

.card-report-code > span {
    letter-spacing: 0.5vw;
    font-weight: 100;
}

.card-report-but {
    margin-top: 2vw;
}

.mob-card-no {
    display: none;
}

.under {
    width: 100%;
    text-align: center;
    margin-top: 5vw;
    font-size: 2.5vw;
    color: #e32b8b;
}

.underdetail {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: 100;
    margin-top: 2vw;
}

.underimg {
    width: 20vw;
    margin-right: 40%;
    margin-left: 40%;
    margin-top: 2vw;
}

.card-side-subtitle {
    font-size: 0.8vw;
    font-weight: 100;
    margin-top: 2vw;
    padding-right: 1vw;
    padding-left: 1vw;
}

.zarinpal img {
    width: 70%;
    float: right;
    margin-right: 15%;
    margin-top: 10%;
}

.ctoc-pay {
    width: 12vw;
    margin-right: 1vw;
    margin-top: 1vw;
}

img.brandicon {
    width: 60%;
    float: right;
    z-index: 9999;
    position: relative;
    overflow: hidden;
    margin-right: 20%;
    margin-left: 20%;/* height: 12vw; */
}

.brand {
    height: 16vw;
    padding-top: calc(var(--bs-gutter-x) * .5);
    border-bottom: solid 1px #ededed;
    border-right: solid 1px #ededed;
    position: relative;
}

.brand:nth-child(6n+1) {
    border-right: none;
}

.brandlink {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 0;
    z-index: 1;
    right: 0;
}

.brandnamebox {
    float: right;
    width: 100%;
    margin-top: 0.5vw;
    position: relative;
}

strong.brandname {
    float: right;
    width: 100%;
    font-size: 0.8vw;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5vw;
}

strong.brandenname {
    float: right;
    width: 100%;
    font-size: 0.65vw;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.25vw;
}

.brandicon {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-left: 5%;
    height: 10vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.brandlistbtn {
    width: 20vw;
    float: right;
    margin-right: 40vw;
    margin-top: 2vw;
}

.brand-headbox {
    width: 100%;
    float: right;
    height: 12vw;
    margin-top: 2vw;
}

.brand-icon {
    float: right;
    width: 12vw;
    height: 12vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: 1vw;
}

.brand-seo-title {
    float: right;
    width: 80%;
    font-size: 2vw;
    margin-top: 1vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-name {
    float: right;
    width: 80%;
    font-size: 1.2vw;
    margin-top: 1vw;
    padding-right: 1vw;
    color: #e32b8b;
    font-weight: 100;
}

.brand-enname {
    float: right;
    width: 80%;
    font-size: 1.2vw;
    margin-top: 0.2vw;
    padding-right: 1vw;
    color: #4b4544;
    font-weight: 100;
}

.brand-meta {
    float: right;
    padding-right: 2vw;
    padding-left: 2vw;
    width: 100%;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}

img.brand-mainimg {
    float: right;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 1vw;
    margin-bottom: 2vw;
}

.brand-seo {
    font-weight: 100;
    line-height: 2em;
}

.product-aboutbrand-but {
    margin-top: 1vw;
    margin-right: 1vw;
    padding-right: 2vw;
    padding-left: 2vw;
}

.term-h1 {
    margin-top: 2vw;
    color: #e32b8b;
    margin-bottom: 1vw;
}

.term-p {
    font-weight: 100;
    line-height: 2rem;
}

.term-img {
    width: 40%;
    float: right;
    padding: 5%;
}

.term-h2 {
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.term-li {
    list-style-type: disc;
    font-weight: 100;
    line-height: 2em;
}

h1.faq-h1 {
    margin-top: 2vw;
    color: #e32b8b;
    margin-bottom: 1vw;
    text-align: center;
}

p.faq-p {
    font-weight: 100;
    line-height: 2rem;
    padding-right: 5vw;
    padding-left: 5vw;
}

img.faq-img {
    width: 35%;
    margin-right: 32.5%;
    margin-left: 32.5%;
}

.faq-q {
    background: #fafafa;
    0pxcontain
    -intrinsic-block-size: auto 100px;
    inset rgba(99, 99, 99, 0.2) 0px 5px 8px contain-intrinsic-block-size: auto 100px;
    box-shadow: inset rgba(99, 99, 99, 0.2) 0px 5px 8px 0px;
    padding-right: 1.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    border-radius: 1vw 0 0 1vw;
    color: #4b4544;
    border-right: solid 7px #e32b8b;
    cursor: pointer;
    margin-top: 1vw;
    float: right;
    width: 100%;
}

h2.faq-q-h2 {
    font-size: 1.2vw;
}

.faq-a {
    display: none;
    width: 90%;
    margin-right: 5%;
    float: right;
    padding: 1.5vw;
    border-radius: 0 0 1vw 1vw;
    padding-bottom: 2vw;
    border: solid 2px #e42b8b;
    border-top: none;
}

.faq-q.open {
    border-radius: 1vw;
    border-right: none;
}

p.faq-a-p {
    font-size: 1vw;
    font-weight: 100;
    direction: rtl;
    text-align: justify;
    line-height: 1.8vw;
}

p.term-p1 {
    font-weight: 100;
    line-height: 2rem;
    float: right;
    width: 60%;
    text-align: justify;
    direction: rtl;
    margin-top: 4vw;
}

.search-box {
    float: right;
    width: 17.2vw;
    margin-right: 0.1vw;
}

.lazy {
    display: none;
}

.categoryblog {
    float: right;
    width: 100%;
    padding: 1vw;
    margin-top: 5vw;
}

.catblog-title {
    font-size: 2vw;
    color: #292929;
    margin-top: 0.7vw;
    font-weight: bold;
    width: 100%;
    float: right;
}

img.catblog-img {
    float: right;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 3%;
    margin-bottom: 4%;
    border-radius: 0.3vw;
}

.bpink {
    font-weight: bold;
    color: #e22b8b;
}
