/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    direction: rtl;
    text-align: right;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: iranyekan;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

textarea:focus, input:focus {
    outline: none;
}

.filepond--drop-label {
    font-family: iranyekan;
}

.filepond--drop-label span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.filepond--drop-label label {
    text-align: center;
    font-size: 14px;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../_font/eot/iranyekanwebboldfanum.eot');
    src: url('../_font/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebboldfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../_font/eot/iranyekanweblightfanum.eot');
    src: url('../_font/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanweblightfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../_font/eot/iranyekanwebmediumfanum.eot');
    src: url('../_font/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebmediumfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../_font/eot/iranyekanwebregularfanum.eot');
    src: url('../_font/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebregularfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-1);
}

p {
    color: #181818;
    line-height: 1.8;
    font-size: 14px;
}

:root {
    --color-1: #db2778;
}

img {
    max-width: 100%;
}

header {
    border-bottom: 1px solid #ededed;
}

.header-logo {
    width: 150px;
    height: auto;
    max-width: 20%;
}

.hero h1 {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 0 3px 20px #cd6fa7;
    font-size: 27px;
}

.hero p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 100;
}

.hero a {
    color: #212121;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin: 30px auto 30px;
}

.hero a:before {
    content: '';
    position: absolute;
    width: 155px;
    height: 1px;
    background-color: #212121;
    bottom: -15px;
}

.hero img {
    border-radius: 10px;
}

.iconWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.iconWrapper img {
    width: 75px;
    height: auto;
}

h2 {
    font-size: 19px;
    font-weight: bold;
}

#select h3 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.products {
    border-radius: .7rem;
}

.product1 {
    background-color: rgb(143, 174, 178);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.product2 {
    background-color: rgb(227, 238, 198);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.product3 {
    background-color: rgb(253, 215, 202);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-radius: .7rem;
    position: relative;
    transition: all .3s;
    background-color: #fff;
    overflow: hidden;
    height: 310px;
}

.product-box > img {
    width: 135px !important;
    margin: 2rem;
}

.product-box .add {
    background-color: #bbfbe3;
    padding: .6rem !important;
    border-radius: .7rem;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    left: 10px;
    bottom: 35px;

}

.product-box .add:hover {
    background-color: #8cf9d0;
}

.product-box .add img {
    width: 20px !important;
    height: 20px;
}

.product-box p.product-title {
    width: 85%;
    color: #424242;
    line-height: 1.7;
    font-weight: 100;
    text-align: right;
    padding: 2rem;
    margin-right: -20%;
}

.product-box .content {
    width: 100%;
    padding: 0 2rem 2rem 2rem;
}

.productc-title {
    height: 34px;
}

.products .owl-nav {
    position: absolute;
    top: -58px;
    left: 0;
}

.owl-next {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}

.owl-prev {
    margin-left: 20px;
}

.product-box .pic {
    width: 150px;
    margin-top: 40px;
}

.nav {
    position: relative;
    overflow: hidden;
}

.nav:before {
    content: '';
    background-image: url('../_img/bg3.png');
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 4%;
    right: -2%;
    opacity: .5;
    transform: rotate(-11deg);
    z-index: 1;
    -webkit-animation: bagbg1 10s linear infinite;
    -moz-animation: bagbg1 10s linear infinite;
    -o-animation: bagbg1 10s linear infinite;
    animation: bagbg1 10s linear infinite;
}

@-webkit-keyframes bagbg1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-moz-keyframes bagbg1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0);
    }
}

@-o-keyframes bagbg1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes bagbg1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0);
    }
}


.nav:after {
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 1%;
    left: 2%;
    opacity: .35;
    z-index: 1;
    -webkit-animation: bagbg3 30s linear;
    -moz-animation: bagbg3 30s linear;
    -o-animation: bagbg3 30s linear;
    animation: bagbg3 30s linear;
}

@keyframes bagbg3 {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(60px) translateY(60px)
    }
    100% {
        transform: translateX(0)
    }
}


.cart {
    width: 100%;
    background-color: var(--color-1);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.cart:before {
    content: '';
    background-image: url('../_img/bg1.png');
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 3%;
    right: 5%;
    opacity: .5;
    transform: scale(1);
    z-index: 0;
    -webkit-animation: bagbg2 16s linear infinite;
    -moz-animation: bagbg2 16s linear infinite;
    -o-animation: bagbg2 16s linear infinite;
    animation: bagbg2 16s linear infinite;
}

@-webkit-keyframes bagbg2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1) rotate(12deg);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes bagbg2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1) rotate(12deg);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes bagbg2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1) rotate(12deg);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bagbg2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1) rotate(12deg);
    }
    100% {
        transform: scale(1);
    }
}

.cart:after {
    content: '';
    background-image: url('../_img/bg2.png');
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 17%;
    left: 5%;
    opacity: .3;
    transform: rotate(22deg);
    z-index: 0;
}

.cart-active {
    right: 0;
    transition: 0.5s;
}

.cart-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-img {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-left: 10px;
}

.cart-product-title, .product-title a {
    color: #212121;
}

.detail-box {
    width: 60%;
    margin-left: 10px;
    line-height: 1.7;
    font-weight: 100;
}

.add-cart {
    color: #000;
}

.cart-remove {
    width: 39px !important;
    height: 39px;
    background-color: #f5cfe6;
    transition: all .3s;
    padding: .6rem !important;
    border-radius: .7rem;
    cursor: pointer;
    display: flex;
}

.cart-remove:hover {
    background-color: #f5cfe6;
}

.cart .product-box {
    flex-direction: row;
    justify-content: start;
    z-index: 9;
}

.cart .product-box > img {
    margin: 0 1em;
}

.cart .product-box p {
    width: unset;
    margin-right: 0;
}

.cart-content {
    display: flex;
    flex-direction: column;
}

.cart-content .cart-box {
    width: 100%;
    margin: 5px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.cart .cart-remove {
    margin-left: 10px;
}

.product-cat {
    opacity: 0;
}

.link-btn {
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
    background-color: rgb(227, 238, 198);
    box-shadow: none;
    color: #000;
    display: block;
    padding: 12px 0;
    text-align: center;
}

.cart .link-btn {
    margin: 0 auto;
}

.cart-bx {
    background-color: #fff;
    margin: 2%;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    height: 180px;
}

.cart-bx .cart-remove {
    position: absolute;
    left: 0;
    bottom: 13px;
}

.cart-product-title {
    width: 150px;
    height: 47px;
    margin-top: 10px;
}

.modal-body {
    background-image: url('../_img/back-login.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal-body .logo {
    width: 150px;
    height: auto;
    display: block;
    margin: 20px auto 30px;
}

.modal-body p.title {
    font-weight: 500;
    color: #756a73;
    text-align: center;
    font-size: 25px;
}

.modal-body p.content {
    font-weight: 100;
    color: #756a73;
    text-align: center;
    font-size: 15px;
}

.modal-body form {
    width: 80%;
    margin: 30px auto;
    display: block;
}

.modal-body form input {
    padding: .8rem 1rem;
    background-color: #eee;
    border: none;
    border-radius: 11px;
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 16px;
    height: 48px;
}

.modal-body form button {
    background-color: var(--color-1);
    width: 100%;
    padding: .8rem 1rem;
    border: none;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    height: 48px;
}

.modal-body form .resend {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #7e7e7e;
}

.modal-footer {
    padding: 8px 20px;
}

.modal-footer button {
    font-size: 13px;
}

.bag-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: block;
    padding: 5px;
    background-color: var(--color-1);
    border-radius: 10px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
}

.bag-link img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.bag-link p {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}

.hero-content {
    max-width: 480px;
    margin: 0 auto;
}

.header-logo {
    width: 100px;
    margin: 10px 0;
}

#panel h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 0 3px 20px #cd6fa7;
}

#panel h3 {
    margin: 25px 0;
    text-align: center;
    font-weight: 600;
}

#panel .product-box {
    height: auto;
}

#panel .product-box .pic {
    margin: 10px 0;
}

#panel .cart-action {
    display: flex;
    flex-direction: column;
}

.link-btn.edit-bag {
    background-color: #c7e9f4;
    position: relative;
    z-index: 99;
}

footer img {
    display: block;
    margin: 0 auto;
}

footer p {
    text-align: center;
    color: #9d9d9d;
    font-size: 13px;
}

.social-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social-list li {
    width: 44%;
    margin: 2% 3%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
    padding: 7px 10px;
    font-weight: 100;
}

.social-list li a {
    display: flex;
    align-items: center;
    color: #1d1d1d;
}

.social-list img {
    width: 20px;
    height: auto;
    margin-left: 15px;
}

#panel .list {
    /*max-width: 430px;*/
    margin: 0 auto;
    background-color: rgb(143, 174, 178);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

#panel .list li {
    position: relative;
    margin: 20px 10px;
    font-size: 16px;
    font-weight: 100;
}

#panel .list li:before {
    content: '';
    width: 29px;
    height: 15px;
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -38px;
}

#panel .list li span {
    font-weight: 500;
}

#panel .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff9b8;
    margin-right: 10px;
}

#panel .list img {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70px;
    opacity: .5;
}

.deactive-cat {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.renew {
    background: #2bc48a;
    color: #fff;
    width: 120px;
    padding: 5px;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.renew img {
    margin-left: 3px;
}

.table-wrapper {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
}

.table tr {
    border-bottom: 1px solid #e4e4e4;
}

.table tr td, .table tr th {
    padding: 20px;
    text-align: center;
    line-height: 1.8;
    font-weight: 300;
    color: #444;
}

.table tr td:first-child {
    direction: ltr;
}

.table th {
    color: #212121;
    font-size: 15px;
    font-weight: bold !important;
}

.table tr:nth-child(2n+2) {
    background-color: #f7f7f7 !important;
}

#panel .list.users-list img {
    bottom: 3px;
    left: 2px;
    opacity: .7;
}

#panel .list .link-btn {
    margin: 0 auto;
}

@media screen and (min-width: 576px) {

    #panel .cart-action {
        flex-direction: row;
    }

}

@media screen and (min-width: 768px) {

    .cart-content {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cart-content .cart-box {
        width: 46%;
        margin: 1% 2%;
    }

    .cart-box {
        height: 100%;
    }

    .cart-bx .cart-remove {
        left: 0;
        top: 13px;
        bottom: unset;
    }

}

@media screen and (min-width: 992px) {

    .cart-content .cart-box {
        width: 31%;
        margin: 1% 1%;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #panel .cart-action {
        max-width: 640px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 1200px) {

}