:root {
    --light-bg: #ffffff;
    --night-bg: #1b1f2b;

    --night-element-bg: #1f2433;
    --light-element-bg: #ffffff;

    --text-light: #1d1d1f;
    --text-night: #ffffff;

    --primary: #f94e60;
    --secondry: #68cc45;
    --text-inbox: #fff;
}

@font-face {
    font-family: IRYekan;
    src: url(../fonts/iyekan/regular/iranyekanwebregularfanum.eot);
    src: url(../fonts/iyekan/regular/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"), url(../fonts/iyekan/regular/iranyekanwebregularfanum.woff) format("woff"), url(../fonts/iyekan/regular/iranyekanwebregularfanum.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: IRYekan;
    src: url(../fonts/iyekan/bold/iranyekanwebboldfanum.eot);
    src: url(../fonts/iyekan/bold/iranyekanwebboldfanum.eot?#iefix) format("embedded-opentype"), url(../fonts/iyekan/bold/iranyekanwebboldfanum.woff) format("woff"), url(../fonts/iyekan/bold/iranyekanwebboldfanum.ttf) format("truetype");
    font-weight: 700
}

html {
    -ms-overflow-style: scrollbar;
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

body, html {
    margin: 0;
    font-family: IRYekan;
    color: var(--text-light);
    overflow-x: hidden;
    background-color: var(--light-bg);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    line-height: unset !important;
    list-style: none
}

.fal, .fa, .far, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
    padding: 0;
    margin: 10px 0;
    font-size: 18px
}

p {
    color: var(--text-light);
    font-size: 13px;
    line-height: 2
}

strong {
    color: var(--primary);
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    box-shadow: none;
    color: var(--text-light);
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

p > a, p > a:hover, p > a:focus {
    color: var(--primary);
}

:focus {
    outline: none
}

.btn:focus {
    box-shadow: none;
    outline: none
}

ul {
    margin: 0
}

ul li {
    list-style: none;
    text-decoration: none
}

ul li:hover, ul li:focus {
    list-style: none;
    text-decoration: none;
    outline: none
}

ol {
    margin: 0;
    list-style: none;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

.section-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.section-padding-0-30 {
    padding-top: 0;
    padding-bottom: 30px
}

.section-padding-30-0 {
    padding-top: 30px;
    padding-bottom: 0
}

.section-padding-30-14 {
    padding-top: 30px;
    padding-bottom: 14px
}

#scrollUp {
    bottom: 30px;
    font-size: 16px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 6px;
    background-color: #020310
}

#scrollUp:hover, #scrollUp:focus {
    background-color: #100DD1
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

input:required, textarea:required {
    box-shadow: none !important
}

input:invalid, textarea:invalid {
    box-shadow: none !important
}

.no-boxshadow {
    box-shadow: none !important
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 940px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 800px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 640px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 520px
    }
}

.h-100vh {
    height: 100vh !important
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.bg-fixed {
    background-attachment: fixed
}

.bg-overlay {
    position: relative;
    z-index: 1
}

.bg-overlay::after {
    position: absolute;
    content: "";
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #083afb);
    background: linear-gradient(to left, #100DD1, #083afb);
    opacity: .85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.bg-gray {
    background-color: #f8f8ff
}

.btn, .btn:hover, .btn:focus {
    font-weight: 700;
    box-shadow: none
}

.btn {
    padding: .375rem 1rem;
    font-size: .85rem;
    border-radius: .4rem
}

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1rem;
    border-radius: .5rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .75rem;
    font-size: .75rem;
    border-radius: .25rem
}

.btn-warning {
    color: #020310;
    background-color: #ffaf00;
    border-color: #ffaf00
}

.btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #020310;
    border-color: #020310
}

.btn-danger {
    background-color: #ea4c62;
    border-color: #ea4c62
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #020310;
    border-color: #020310
}

.btn-primary {
    background-color: #100DD1;
    border-color: #100DD1
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #020310;
    border-color: #020310
}

.btn-success {
    background-color: #00b894;
    border-color: #00b894
}

.btn-success:hover, .btn-success:focus {
    background-color: #020310;
    border-color: #020310
}

.btn-info {
    background-color: #21d6f1;
    border-color: #21d6f1
}

.btn-info:hover, .btn-info:focus {
    background-color: #020310;
    border-color: #020310
}

.bg-primary, .badge-primary {
    background-color: #100DD1 !important
}

.bg-danger, .badge-danger {
    background-color: #ea4c62 !important
}

.bg-warning, .badge-warning {
    background-color: #ffaf00 !important
}

.bg-info, .badge-info {
    background-color: #21d6f1 !important
}

.bg-success, .badge-success {
    background-color: #00b894 !important
}

.text-dark {
    color: #020310 !important
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem
}

.section-heading h6 {
    margin-bottom: 0;
    color: #020310
}

.section-heading p {
    margin-bottom: 0
}

.card .card-body {
    padding: 1rem
}

.card-img-top {
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px)
}

.border, .border-left, .border-right, .border-bottom, .border-top {
    border-color: #ebebeb !important
}

.mfp-iframe-holder .mfp-content {
    max-width: 1100px
}

.row {
    margin-right: -8px;
    margin-left: -8px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px
}

.list-group-item {
    border: 1px solid #ebebeb
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #f8f8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes frontNumber {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes frontNumber {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes swipeUp {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    80% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes swipeUp {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    80% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}



@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0%, 90% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
}

@keyframes flashing {
    0%, 90% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
}

@-webkit-keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@keyframes fade-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes fade-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg)
    }
    40%, 60%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
}

.lni-spin-effect, .lni-spin-effect-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.lni-tada-effect, .lni-tada-effect-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.lni-flashing-effect, .lni-flashing-effect-hover:hover {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear
}

.lni-burst-effect, .lni-burst-effect-hover:hover {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear
}

.lni-fade-up-effect, .lni-fade-up-effect-hover:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear
}

.lni-fade-down-effect, .lni-fade-down-effect-hover:hover {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear
}

.lni-fade-left-effect, .lni-fade-left-effect-hover:hover {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear
}

.lni-fade-right-effect, .lni-fade-right-effect-hover:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}

.preview-iframe-wrapper {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 1200px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 1140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 960px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 720px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .preview-iframe-wrapper .container.demo-container {
        max-width: 540px
    }
}

.preview-iframe-wrapper .preview-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 100px;
    margin-bottom: -50px
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 150px
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    font-size: 2.1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 1.75rem
    }
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 1.625rem
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
        font-size: 2rem
    }
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title span {
    color: #100DD1
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-desc {
    font-size: 18px
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    max-width: 18rem;
    padding: 2rem;
    border-radius: .5rem
}

.preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .qr-code-wrapper h6 {
    font-size: 14px
}

.preview-iframe-wrapper .preview-hero-area iframe {
    position: relative;
    z-index: 1;
    width: 395px;
    height: 758px;
    border: 10px solid #020310;
    border-radius: 1.25rem;
    box-shadow: 0 1px 2px 1px rgba(14, 14, 14, 0.125);
    margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .preview-hero-area iframe {
        display: none
    }
}

.preview-iframe-wrapper .tech-img ul li {
    margin-right: 1rem
}

.preview-iframe-wrapper .tech-img ul li:last-child {
    margin-right: 0
}

.preview-iframe-wrapper .tech-img ul li img {
    max-height: 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-iframe-wrapper .tech-img ul li img {
        max-height: 22px
    }
}

@media only screen and (max-width: 767px) {
    .preview-iframe-wrapper .tech-img ul li img {
        max-height: 22px
    }
}

.preview-iframe-wrapper .features-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    border-radius: 3rem 0 0 0
}

.preview-iframe-wrapper .features-area ul li {
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
    margin-top: 1rem
}

.preview-iframe-wrapper .features-area ul li.active {
    color: #020310
}

.preview-iframe-wrapper .features-area ul li::before {
    position: absolute;
    content: "\f00c";
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #100DD1;
    z-index: 1
}

.border-top.margin-100 {
    margin-top: 100px
}

.tablet-wrap {
    position: relative;
    z-index: 1;
    margin-top: 95px
}

.ipad-frame-wrap {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

.ipad-frame-wrap iframe {
    width: 768px;
    height: 1024px;
    border: 10px solid #d7def4;
    border-radius: 1.5rem
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ipad-frame-wrap iframe {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .ipad-frame-wrap iframe {
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ipad-frame-wrap iframe {
        width: 100%;
        height: 800px
    }
}

.preview-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100px
}

.preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #747794;
    font-weight: 700
}

.preview-footer-area .footer-nav a:hover, .preview-footer-area .footer-nav a:focus {
    color: #100DD1
}

.preview-footer-area .footer-logo img {
    max-height: 50px
}

.header-area {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    min-height: 52px;
    max-height: 52px;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
}

.header-area.header-out {
    transform: translateY(-100px);
}

.top-search-form {
    position: relative;
    z-index: 1
}

.top-search-form form {
    position: relative;
    z-index: 1
}

.top-search-form form .form-control {
    max-width: 190px;
    background-color: #fff;
    height: 32px;
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 35px;
    border: 1px solid #ebebeb;
    color: #747794
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .top-search-form form .form-control {
        max-width: 240px;
        width: 240px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-search-form form .form-control {
        max-width: 280px;
        width: 280px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-search-form form .form-control {
        max-width: 280px;
        width: 280px
    }
}

@media only screen and (min-width: 1200px) {
    .top-search-form form .form-control {
        max-width: 350px;
        width: 350px
    }
}

.top-search-form form button {
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 10px;
    width: 18px;
    height: 30px;
    border: 0;
    z-index: 10;
    color: #747794
}

.top-search-form form button:focus {
    outline: none
}

.top-header-sidebar {
    position: relative;
    z-index: 1;
    width: 26px;
    cursor: pointer;
    padding: 0 !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.top-header-sidebar span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #1d1d1f;
    margin-bottom: 4px;
    display: block
}

.top-header-sidebar span:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    min-width: 12px;
    width: 12px
}

.top-header-sidebar span:last-child {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    min-width: 17px;
    width: 17px
}

.top-header-sidebar:hover span, .top-header-sidebar:focus span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    min-width: 22px;
    width: 22px
}

.filter-option {
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px
}

.back-button a {
    color: #747794;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back-button a i {
    font-size: 1.25rem;
    margin-right: .25rem
}

.back-button a:hover, .back-button a:focus {
    color: #100DD1
}

.page-heading h6 {
    color: #747794;
    font-size: 14px
}

.logo-wrapper a {
    display: block
}

.intro-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #0d3bd1);
    background: linear-gradient(to left, #100DD1, #0d3bd1);
    z-index: 1
}

.intro-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .175;
    z-index: -1;
    top: -130px;
    right: -85px
}

.get-started-btn {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    width: 280px;
    left: 50%;
    margin-left: -140px
}

.page-content-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    margin-bottom: 58px
}

.suha-sidenav-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    height: 100%;
    background: var(--light-element-bg);
    overflow-y: auto;
    width: 240px;
    transform: translateX(240px);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: 0;
}

.suha-sidenav-wrapper .go-home-btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    bottom: 30px;
    left: 170px;
    background-color: #00b894;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    font-size: 1.25rem
}

.suha-sidenav-wrapper .go-home-btn:hover, .suha-sidenav-wrapper .go-home-btn:focus {
    background-color: #020310
}

.suha-sidenav-wrapper.nav-active {
    animation: slideleftLarge .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.suha-sidenav-wrapper.nav-active .go-home-btn {
    visibility: visible;
    opacity: 1
}

.suha-sidenav-wrapper.filter-nav {
    background: #f8f8ff
}

.sidenav-black-overlay {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(2, 3, 16, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.sidenav-black-overlay.active {
    opacity: 1;
    backdrop-filter: blur(8px);
    visibility: visible
}

.sidenav-profile {
    position: relative;
    z-index: 1
}

.sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto .5rem
}

.sidenav-profile .user-profile img {
    border-radius: 50%
}

.sidenav-profile .user-profile .user-designation {
    position: absolute;
    z-index: 1;
    height: 46px;
    width: 46px;
    font-size: 12px;
    border: 3px solid #fff;
    background-color: #100DD1;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    top: 0;
    right: 0
}

.sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center
}

.sidenav-profile .user-info h6, .sidenav-profile .user-info p {
    color: #fff
}

.sidenav-profile .user-info .available-balance {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.sidenav-nav {
    margin: 3rem 1rem 1rem;
    position: relative;
    z-index: 1
}

.sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: 700;
    padding: .75rem 1rem
}

.sidenav-nav li a i {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: inline-block;
    margin-right: .5rem;
    font-size: 1.25rem;
    color: #fff
}

.sidenav-nav li a:hover, .sidenav-nav li a:focus {
    background-color: rgba(15, 15, 15, 0.1)
}

.sidenav-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.sidenav-nav li:last-child a {
    margin-bottom: 0
}

.page-nav {
    position: relative;
    z-index: 1
}

.page-nav li a {
    color: #020310;
    display: block;
    padding: .75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem;
    border-radius: .75rem;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-nav li a i {
    font-size: 1rem;
    margin-left: auto
}

.page-nav li a:hover, .page-nav li a:focus {
    color: #100DD1;
    background-color: #f8f8ff
}

.hero-slides {
    position: relative;
    z-index: 1
}

.hero-slides .owl-prev, .hero-slides .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.11);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    margin-top: -15px;
    color: #fff;
    display: none
}

.hero-slides .owl-next {
    left: auto;
    right: 0
}

.hero-slides .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    background-color: #ebebeb;
    border-radius: 50%
}

.hero-slides .owl-dots .owl-dot.active {
    background-color: #ffaf00
}

.hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    z-index: 1;
    content: "";
    border: 2px solid #ffaf00;
    left: -4px;
    top: -4px;
    border-radius: 50%
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-slide {
        height: 220px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-hero-slide {
        height: 240px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 300px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 320px
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide {
        height: 450px
    }
}

.single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2rem
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2rem
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content h4 {
        font-size: 2.5rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .slide-content p {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .slide-content p {
        font-size: 1.125rem
    }
}

@media only screen and (min-width: 1200px) {
    .single-hero-slide .slide-content p {
        font-size: 1.25rem
    }
}

.catagory-card {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: .75rem
}

.catagory-card a {
    display: block;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.catagory-card i {
    margin-bottom: .75rem;
    font-size: 1.75rem;
    display: block;
    color: #100DD1
}

.catagory-card span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #747794
}

.catagory-card:hover span, .catagory-card:focus span {
    color: #100DD1
}

.flash-sale-slide.owl-carousel {
    width: 130% !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flash-sale-slide.owl-carousel {
        width: 110% !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .flash-sale-slide.owl-carousel {
        width: 117% !important
    }
}

@media only screen and (min-width: 1200px) {
    .flash-sale-slide.owl-carousel {
        width: 120% !important
    }
}

.flash-sale-card {
    position: relative;
    z-index: 1
}

.flash-sale-card img {
    margin-bottom: .5rem
}

.flash-sale-card .product-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.flash-sale-card .sale-price {
    font-size: 14px;
    font-weight: 700;
    color: #100DD1;
    margin-bottom: 0
}

.flash-sale-card .real-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: .25rem
}

.flash-sale-card .progress {
    height: .25rem
}

.flash-sale-card .progress-title {
    color: #747794;
    font-size: 12px;
    display: block
}

.flash-sale-card:hover .product-title, .flash-sale-card:focus .product-title {
    color: #100DD1
}

.top-product-card {
    position: relative;
    z-index: 1
}

.top-product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10
}

.top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1
}

.top-product-card .product-thumbnail {
    text-align: center
}

.top-product-card .product-thumbnail img {
    width: 100%
}

.top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #747794;
    font-size: 1.25rem;
    line-height: 1
}

.top-product-card .product-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .25rem;
    color: #020310
}

.top-product-card .sale-price {
    margin-bottom: .25rem;
    color: #00b894;
    font-weight: 700
}

.top-product-card .sale-price span {
    color: #747794;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 14px
}

.top-product-card .product-rating {
    font-size: 10px;
    color: #ffaf00
}

.top-product-card .product-rating i {
    margin: 0 1px
}

.top-product-card .btn {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem;
    z-index: 9
}

.top-product-card:hover .product-title, .top-product-card:focus .product-title {
    color: #100DD1
}

.weekly-product-card {
    position: relative;
    z-index: 1
}

.weekly-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem
}

.weekly-product-card .product-thumbnail-side .product-thumbnail {
    position: relative;
    z-index: 1
}

.weekly-product-card .product-thumbnail-side .product-thumbnail img {
    max-height: 150px
}

.weekly-product-card .product-thumbnail-side .badge {
    position: absolute;
    z-index: 2;
    top: .5rem;
    left: .5rem
}

.weekly-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    color: #ea4c62;
    line-height: 1;
    z-index: 11;
    font-size: 1.25rem
}

.weekly-product-card .product-thumbnail-side .delete-btn {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    color: #747794;
    line-height: 1;
    z-index: 11
}

.weekly-product-card .product-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

.weekly-product-card .product-description .product-title {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 14px;
    color: #020310
}

.weekly-product-card .product-description .sale-price {
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: 700;
    color: #020310;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.weekly-product-card .product-description .sale-price i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    background-color: #100DD1;
    font-size: 10px;
    text-align: center;
    margin-right: .25rem
}

.weekly-product-card .product-description .sale-price span {
    text-decoration: line-through;
    color: #ea4c62;
    margin-left: .25rem
}

.weekly-product-card .product-description .product-rating {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.weekly-product-card .product-description .product-rating i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    background-color: #ffaf00;
    font-size: 10px;
    text-align: center;
    margin-right: .25rem;
    padding-left: 1px
}

.weekly-product-card .product-description .btn i {
    font-size: 14px
}

.weekly-product-card:hover .product-title, .weekly-product-card:focus .product-title {
    color: #100DD1
}

.featured-product-card {
    position: relative;
    z-index: 1
}

.featured-product-card .custom-badge {
    position: absolute;
    left: 1rem;
    top: -1px;
    z-index: 100;
    height: 22px;
    border-radius: 0;
    padding: 0 0 0 .75rem;
    line-height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.featured-product-card .custom-badge::before {
    border-color: #ffaf00 transparent #ffaf00 #ffaf00;
    border-style: solid;
    border-width: 11px 8px;
    content: "";
    height: 22px;
    position: absolute;
    right: -17px;
    top: 0;
    width: 17px;
    z-index: 1
}

.featured-product-card .product-thumbnail-side {
    position: relative;
    z-index: 1;
    margin-bottom: .5rem
}

.featured-product-card .product-thumbnail-side .product-thumbnail {
    position: relative;
    z-index: 1
}

.featured-product-card .product-thumbnail-side .product-thumbnail img {
    max-height: 150px
}

.featured-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #ea4c62;
    line-height: 1;
    z-index: 11;
    font-size: 1.25rem
}

.featured-product-card .product-description {
    position: relative;
    z-index: 1
}

.featured-product-card .product-description .product-title {
    margin-bottom: .25rem;
    font-weight: 700;
    font-size: 14px;
    color: #020310
}

.featured-product-card .product-description .product-title:hover, .featured-product-card .product-description .product-title:focus {
    color: #100DD1
}

.featured-product-card .product-description .sale-price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #00b894
}

.catagory-sidebar-area {
    position: relative;
    z-index: 1;
    padding: 3rem 2rem
}

.widget .widget-title {
    display: block
}

.widget .custom-control-label {
    color: #747794
}

.widget .custom-control-label::before {
    background-color: transparent;
    border: #747794 solid 2px
}

.widget .custom-control-input:checked ~ .custom-control-label::before {
    color: #ea4c62;
    border-color: #ea4c62;
    background-color: #ea4c62
}

.notification-area {
    position: relative;
    z-index: 1
}

.notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: .5rem;
    border-radius: .5rem
}

.notification-area .list-group-item .noti-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #0d3bd1);
    background: linear-gradient(to left, #100DD1, #0d3bd1);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    margin-right: .75rem;
    border-radius: 50%
}

.notification-area .list-group-item .noti-icon i {
    line-height: 30px
}

.notification-area .list-group-item .noti-icon::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffaf00;
    content: "";
    top: -2px;
    right: -2px;
    border-radius: 50%;
    z-index: 1
}

.notification-area .list-group-item h6 {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #020310
}

.notification-area .list-group-item p {
    margin-bottom: .5rem
}

.notification-area .list-group-item a {
    font-size: 14px
}

.notification-area .list-group-item span {
    font-size: 12px;
    display: block;
    color: #747794
}

.notification-area .list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.notification-area .list-group-item:last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.notification-area .list-group-item.readed {
    background-color: #f8f8ff
}

.notification-area .list-group-item.readed .noti-icon {
    background: #00b894
}

.notification-area .list-group-item.readed .noti-icon::before {
    display: none
}

.notification-area .list-group-item.readed h6 {
    color: #747794
}

.notification-area .list-group-item:hover h6, .notification-area .list-group-item:focus h6 {
    color: #100DD1
}

.notification-area .unread-notifications {
    position: relative;
    z-index: 1
}

.layout-options {
    position: relative;
    z-index: 1
}

.layout-options a {
    display: inline-block;
    width: 36px;
    height: 30px;
    background-color: #fff;
    border-radius: .25rem;
    margin-left: .5rem;
    text-align: center;
    font-size: 1rem;
    color: #747794
}

.layout-options a i {
    line-height: 30px
}

.layout-options a:hover, .layout-options a:focus, .layout-options a.active {
    color: #fff;
    background-color: #ea4c62
}

.settings-card {
    margin-bottom: .5rem;
    border-radius: .75rem
}

.settings-card .card-body {
    padding: .75rem 1rem
}

.settings-card:last-child {
    margin-bottom: 0
}

.single-settings {
    position: relative;
    z-index: 1
}

.single-settings .title {
    font-size: 14px
}

.single-settings .title i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #8A4821;
    text-align: center;
    color: #fff;
    line-height: 22px;
    border-radius: .25rem;
    margin-right: .5rem;
    font-size: 14px
}

.single-settings .title span span {
    font-size: 10px;
    margin-left: .5rem
}

.single-settings .data-content {
    font-size: 13px;
    font-weight: 700
}

.single-settings .data-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-settings .data-content i {
    margin-left: .25rem
}

.single-settings .toggle-button-cover {
    position: relative;
    z-index: 1
}

.single-settings .knobs, .single-settings .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.single-settings .button.r {
    position: relative;
    width: 54px;
    height: 30px;
    overflow: hidden;
    background-color: #fff
}

.single-settings .button.r, .single-settings .button.r .layer {
    border-radius: 100px
}

.single-settings .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3
}

.single-settings .knobs {
    z-index: 2
}

.single-settings .layer {
    width: 100%;
    background-color: transparent;
    transition: .3s ease all;
    z-index: 1
}

.single-settings .knobs::before {
    content: "\f185";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #fac74b;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}

.single-settings .checkbox:active + .knobs:before {
    width: 45px;
    border-radius: 100px
}

.single-settings .checkbox:checked:active + .knobs:before {
    margin-left: -26px
}

.single-settings .checkbox:checked + .knobs::before {
    content: "\f186";
    left: 24px;
    background-color: var(--night-element-bg);
}

.single-settings .checkbox:checked ~ .layer {
    background-color: #f8f8ff
}

.language-area-wrapper, .shipping-method-choose {
    position: relative
}

.language-area-wrapper ul, .shipping-method-choose ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-area-wrapper ul li, .shipping-method-choose ul li {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%
}

.language-area-wrapper ul li input[type=radio], .shipping-method-choose ul li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.language-area-wrapper ul li label, .shipping-method-choose ul li label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 45px;
    z-index: 9;
    cursor: pointer;
    transition: all .25s linear;
    margin-bottom: 0;
    border-radius: .4rem;
    font-size: 14px;
    font-weight: 700
}

.language-area-wrapper ul li label span, .shipping-method-choose ul li label span {
    font-size: 11px;
    margin-left: .5rem
}

.language-area-wrapper ul li .check, .shipping-method-choose ul li .check {
    display: block;
    position: absolute;
    border: 4px solid #00b894;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: all .25s linear
}

.language-area-wrapper ul li .check::before, .shipping-method-choose ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -4px;
    transition: background .25s linear
}

.language-area-wrapper input[type=radio]:checked ~ .check, .shipping-method-choose input[type=radio]:checked ~ .check {
    border-color: #100DD1
}

.language-area-wrapper input[type=radio]:checked ~ .check::before, .shipping-method-choose input[type=radio]:checked ~ .check::before {
    background: #100DD1
}

.language-area-wrapper input[type=radio]:checked ~ label, .shipping-method-choose input[type=radio]:checked ~ label {
    color: #100DD1;
    background-color: rgba(16, 13, 209, 0.103)
}

.user-info-card {
    position: relative;
    z-index: 1;
    background-color: #ffaf00;
    border-color: #ffaf00;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.user-info-card .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.user-info-card .user-profile img {
    border-radius: 50%
}

.single-profile-data {
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem
}

.single-profile-data:last-child {
    margin-bottom: 0
}

.single-profile-data .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 12px;
    color: #020310
}

.single-profile-data .title i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #8A4821;
    text-align: center;
    color: #fff;
    line-height: 23px;
    border-radius: .25rem;
    margin-right: .4rem;
    font-size: 12px
}

.single-profile-data .title span {
    line-height: 1
}

.single-profile-data .data-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    font-size: 13px;
    text-align: right;
    color: #747794
}

.user-data-card {
    position: relative;
    z-index: 1;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.user-data-card .card-body {
    padding: 1.25rem
}

.user-data-card .title {
    font-size: 13px;
    color: #020310;
    font-weight: 500;
    margin-bottom: 0
}

.user-data-card .title i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #00b894;
    text-align: center;
    color: #fff;
    line-height: 24px;
    border-radius: .25rem;
    margin-right: .4rem;
    font-size: 14px
}

.user-data-card .form-control {
    height: 36px;
    padding: 0 15px;
    color: #747794;
    font-size: 13px
}

.user-data-card textarea.form-control {
    height: auto;
    padding: 15px
}

.change-user-thumb {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0
}

.change-user-thumb input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0
}

.change-user-thumb button {
    width: 100%;
    height: 100%;
    background-color: #f8f8ff;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #ebebeb
}

.accordian-card {
    position: relative;
    z-index: 1
}

.accordian-card .card-body {
    padding: 1.25rem
}

.accordian-card p {
    padding-left: 35px
}

.accordian-card p:last-child {
    margin-bottom: 0
}

.accordian-card .accordian-header.collapse {
    display: block
}

.accordian-card .accordian-header button {
    color: #100DD1;
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.accordian-card .accordian-header button span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #100DD1;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: .5rem;
    font-size: 1rem
}

.accordian-card .accordian-header button > i {
    color: #747794;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordian-card .accordian-header button:hover, .accordian-card .accordian-header button:focus {
    color: #100DD1
}

.accordian-card .accordian-header button.collapsed > span {
    color: #020310
}

.accordian-card .accordian-header button.collapsed > i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordian-card.seller-card .accordian-header button span i {
    background-color: #ea4c62
}

.accordian-card.others-card .accordian-header button span i {
    background-color: #00b894
}

.single-product-slide, .blog-details-post-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 380px;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-product-slide, .blog-details-post-thumbnail {
        height: 450px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-slide, .blog-details-post-thumbnail {
        height: 500px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-slide, .blog-details-post-thumbnail {
        height: 520px
    }
}

@media only screen and (min-width: 1200px) {
    .single-product-slide, .blog-details-post-thumbnail {
        height: 600px
    }
}

.catagory-single-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .catagory-single-img {
        height: 210px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .catagory-single-img {
        height: 240px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .catagory-single-img {
        height: 270px
    }
}

@media only screen and (min-width: 1200px) {
    .catagory-single-img {
        height: 310px
    }
}

.faq-search-form {
    position: relative;
    z-index: 1
}

.faq-search-form input {
    border-radius: 60px;
    padding-left: 40px;
    font-weight: 700
}

.faq-search-form input:focus {
    border-color: transparent
}

.faq-search-form button {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
    outline: none !important
}

.live-chat-intro {
    position: relative;
    z-index: 1;
    background-color: #100DD1;
    padding: 2rem 0;
    text-align: center;
    border-radius: 0 0 3rem 3rem
}

.live-chat-intro p {
    color: #fff;
    margin-bottom: .5rem
}

.live-chat-intro img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto .5rem;
    display: block
}

.live-chat-intro .status {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.live-chat-intro .status.online {
    padding-left: 15px
}

.live-chat-intro .status.online::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00b894;
    border-radius: 50%;
    content: "";
    margin-top: -5px;
    top: 50%;
    left: 0;
    z-index: 10
}

.agent-message-content {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem
}

.agent-message-content .agent-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px
}

.agent-message-content .agent-thumbnail img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(15, 15, 15, 0.175);
    background-color: #fff;
    padding: 2px
}

.agent-message-content .agent-message-text {
    position: relative;
    z-index: 1
}

.agent-message-content .agent-message-text span {
    font-size: 12px;
    color: #747794;
    margin-left: .5rem;
    margin-top: .25rem;
    display: block
}

.agent-message-content .agent-message-text p {
    display: inline-block;
    margin-bottom: 0;
    background-color: #fff;
    padding: .75rem 1rem .65rem;
    border-radius: 1rem 1rem 1rem .25rem
}

.user-message-content {
    position: relative;
    z-index: 1;
    text-align: right;
    margin-bottom: 1rem
}

.user-message-content .user-message-text {
    padding-left: 3rem
}

.user-message-content .user-message-text p {
    display: inline-block;
    margin-bottom: 0;
    padding: .75rem 1rem .65rem;
    background-color: #100DD1;
    color: #fff;
    border-radius: 1rem 1rem .25rem 1rem
}

.user-message-content .user-message-text span {
    font-size: 12px;
    display: block;
    color: #747794;
    margin-right: .5rem;
    margin-top: .25rem
}

.type-text-form {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999
}

.type-text-form .form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 55px;
    border-color: transparent;
    color: #747794;
    font-size: 13px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 40px
}

.type-text-form .form-control:focus {
    border-color: transparent
}

.type-text-form button[type="submit"] {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    right: 0;
    z-index: 30;
    border: 0;
    background-color: #fff;
    font-size: 1rem;
    color: #020310;
    outline: none !important
}

.type-text-form .file-upload {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0;
    left: 0;
    z-index: 20
}

.type-text-form .file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0
}

.type-text-form .file-upload span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 50;
    text-align: center;
    line-height: 55px
}

.single-order-status {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem
}

.single-order-status:last-child {
    margin-bottom: 0
}

.single-order-status .card-body {
    padding: .75rem 1rem
}

.single-order-status .order-icon {
    color: #020310;
    margin-right: .5rem
}

.single-order-status .order-icon i {
    font-size: 1.125rem
}

.single-order-status .order-status {
    color: #020310;
    font-size: 14px;
    font-weight: 700
}

.single-order-status .order-status .order-date {
    font-size: 10px;
    color: #020310;
    margin-left: .5rem
}

.cart-table {
    position: relative;
    z-index: 1
}

.cart-table table {
    max-width: 100%
}

.cart-table table tbody tr {
    background-color: #fff;
    border-bottom: 2px dashed #ebebeb
}

.cart-table table tbody tr:last-child {
    border-bottom: 0
}

.cart-table table a {
    color: #020310;
    font-weight: 700
}

.cart-table table a.remove-product {
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #ea4c62;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 10px
}

.cart-table table a.remove-product:hover, .cart-table table a.remove-product:focus {
    color: #fff;
    background-color: #020310
}

.cart-table table a span {
    display: block;
    color: #747794
}

.cart-table table a:hover, .cart-table table a:focus {
    color: #100DD1
}

.cart-table .table td, .cart-table .table th {
    vertical-align: middle;
    color: #747794;
    font-size: 12px;
    padding: 1rem .5rem;
    border: 0
}

.cart-table img {
    max-width: 2.5rem;
    border: 1px solid #ebebeb
}

.cart-table .qty-text {
    border: 1px solid #ebebeb;
    width: 2.5rem;
    text-align: center;
    height: 2rem;
    border-radius: .25rem;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms
}

.cart-table .qty-text:focus {
    border: 1px solid #100DD1
}

.coupon-card .card-body {
    padding: 1.25rem
}

.cart-amount-area .card-body {
    padding: .75rem 1.25rem
}

.apply-coupon {
    position: relative;
    z-index: 1
}

.apply-coupon p {
    font-size: 12px
}

.coupon-form {
    position: relative;
    z-index: 1
}

.coupon-form .form-control {
    height: 34.4px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: .4rem
}

.coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.billing-information-card {
    position: relative;
    z-index: 1
}

.billing-information-title-card {
    border-radius: 1rem 1rem 0 0;
    border-color: #ea4c62
}

.shipping-method-choose-title-card {
    border-radius: 1rem 1rem 0 0;
    border-color: #00b894
}

.shipping-method-choose-card {
    border-radius: 0 0 1rem 1rem;
    border-color: #fff
}

.single-payment-method a {
    display: block;
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 1rem;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: .75rem
}

.single-payment-method a i {
    font-size: 3rem;
    margin-bottom: .5rem;
    display: block
}

.single-payment-method a h6 {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0
}

.single-payment-method a:hover, .single-payment-method a:focus {
    box-shadow: 0 5px 11px rgba(15, 15, 15, 0.175)
}

.single-payment-method a:hover h6, .single-payment-method a:focus h6 {
    color: #100DD1
}

.credit-card-info-wrapper img {
    margin: 0 auto;
    max-width: 300px
}

.pay-credit-card-form {
    position: relative;
    z-index: 1
}

.pay-credit-card-form label {
    font-size: 12px;
    font-weight: 700;
    margin-left: .25rem;
    text-transform: uppercase
}

.pay-credit-card-form small {
    font-size: 11px
}

.pay-credit-card-form .form-control {
    height: 44px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 1px 1px 0 #d7def4
}

.bank-ac-info .list-group-item {
    font-size: 14px
}

.order-success-wrapper {
    position: relative;
    width: 100%;
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #0d3bd1);
    background: linear-gradient(to left, #100DD1, #0d3bd1);
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem 3rem
}

.order-success-wrapper i {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff
}

.order-success-wrapper h5 {
    color: #fff
}

.order-success-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.product-slides {
    position: relative;
    z-index: 1;
    margin-bottom: -40px
}

.product-slides .owl-prev, .product-slides .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    left: 15px;
    font-size: 20px;
    color: #100DD1
}

.product-slides .owl-prev.disabled, .product-slides .owl-next.disabled {
    opacity: 0;
    visibility: hidden
}

.product-slides .owl-next {
    left: auto;
    right: 15px
}

.product-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1rem;
    z-index: 10
}

.product-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    max-width: 12px;
    height: 2px;
    background-color: #ebebeb;
    margin: 0 5px
}

.product-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    max-width: 24px;
    background-color: #ffaf00
}

.product-title-meta-data {
    border-top-left-radius: 3rem;
    padding-left: 1rem;
    padding-top: 1.5rem !important
}

.product-title-meta-data .p-wishlist-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    text-align: right
}

.product-description {
    position: relative;
    z-index: 1
}

.product-description .sale-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #ea4c62
}

.product-description .sale-price span {
    margin-left: .5rem;
    color: #747794;
    text-decoration: line-through
}

.product-description .ratings i {
    color: #ffaf00;
    font-size: 14px;
    margin-right: 3px
}

.product-description .total-result-of-ratings span:first-child {
    background-color: #00b894;
    padding: 3px 6px;
    color: #fff;
    display: inline-block;
    border-radius: .25rem;
    font-size: 12px;
    margin-right: .25rem;
    font-weight: 700
}

.product-description .total-result-of-ratings span:last-child {
    color: #00b894;
    font-size: 12px;
    font-weight: 700
}

.cart-form {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-form .form-control {
    max-width: 60px;
    height: 34.4px;
    margin-right: .5rem;
    text-align: center
}

.p-wishlist-share a {
    display: inline-block;
    color: #ea4c62;
    font-size: 1.5rem
}

.choose-color-radio .custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    background-color: #100DD1
}

.choose-color-radio .custom-control-label.yellow::before {
    background-color: #ffaf00
}

.choose-color-radio .custom-control-label.green::before {
    background-color: #00b894
}

.choose-color-radio .custom-control-label.purple::before {
    background-color: #ea4c62
}

.choose-color-radio .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem
}

.choose-color-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    border-color: transparent
}

.choose-color-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #100DD1;
    background-color: #100DD1
}

.choose-color-radio .custom-control-input:checked ~ .custom-control-label.yellow::before {
    background-color: #ffaf00
}

.choose-color-radio .custom-control-input:checked ~ .custom-control-label.green::before {
    background-color: #00b894
}

.choose-color-radio .custom-control-input:checked ~ .custom-control-label.purple::before {
    background-color: #ea4c62
}

.choose-size-radio {
    position: relative;
    z-index: 1;
    text-align: right
}

.choose-size-radio li a {
    width: 24px;
    height: 24px;
    background-color: #fff;
    text-align: center;
    margin-left: .5rem;
    border-radius: .25rem;
    font-size: 12px;
    line-height: 24px;
    color: #747794;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(15, 15, 15, 0.175)
}

.choose-size-radio li a:hover, .choose-size-radio li a:focus {
    color: #fff;
    background-color: #ea4c62
}

.choose-size-radio li.active a {
    color: #fff;
    background-color: #ea4c62
}

.p-specification {
    position: relative;
    z-index: 1
}

.p-specification li {
    font-size: 14px
}

.single-user-review {
    position: relative;
    z-index: 1;
    border-bottom: 2px dashed #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.single-user-review:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-user-review .user-thumbnail {
    margin-top: .5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    margin-right: .5rem
}

.single-user-review .user-thumbnail img {
    border-radius: 50%
}

.single-user-review .rating {
    font-size: 12px;
    color: #ffaf00
}

.single-user-review .name-date {
    display: block;
    font-size: 11px
}

.ratings-submit-form {
    position: relative;
    z-index: 1
}

.ratings-submit-form textarea.form-control {
    height: 80px;
    font-size: 14px
}

.ratings-submit-form .stars {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==) repeat-x 0 0;
    width: 150px
}

.ratings-submit-form .stars:before, .ratings-submit-form .stars:after {
    display: table;
    content: ""
}

.ratings-submit-form .stars:after {
    clear: both
}

.ratings-submit-form .stars input[type="radio"] {
    position: absolute;
    opacity: 0
}

.ratings-submit-form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%
}

.ratings-submit-form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%
}

.ratings-submit-form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%
}

.ratings-submit-form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%
}

.ratings-submit-form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%
}

.ratings-submit-form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -99999rem;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer
}

.ratings-submit-form .stars label:hover ~ span {
    background-position: 0 -30px
}

.ratings-submit-form .stars label.star-5:hover ~ span {
    width: 100% !important
}

.ratings-submit-form .stars label.star-4:hover ~ span {
    width: 80% !important
}

.ratings-submit-form .stars label.star-3:hover ~ span {
    width: 60% !important
}

.ratings-submit-form .stars label.star-2:hover ~ span {
    width: 40% !important;
    width: 20% !important
}

.ratings-submit-form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==) repeat-x 0 -60px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.add2cart-notification {
    position: fixed;
    bottom: 58px;
    width: 100%;
    height: 30px;
    background-color: #00b894;
    z-index: 1000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700
}

.discount-coupon-card {
    position: relative;
    z-index: 1;
    background-color: #ea4c62 !important
}

.discount-coupon-card .coupon-text-wrap h5 {
    border-right: 1px solid rgba(255, 255, 255, 0.75)
}

.cta-area {
    position: relative;
    z-index: 2
}

.cta-area .cta-text {
    position: relative;
    z-index: 1;
    border-radius: .75rem;
    background-size: cover;
    background-position: center top
}

.cta-area .cta-text p, .cta-area .cta-text h4 {
    color: #fff
}

.cta-area .cta-text::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #0d3bd1);
    background: linear-gradient(to left, #100DD1, #0d3bd1);
    z-index: -10;
    border-radius: .75rem;
    opacity: .75
}

.login-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #100DD1;
    background: -webkit-linear-gradient(to left, #100DD1, #0d3bd1);
    background: linear-gradient(to left, #100DD1, #0d3bd1);
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden
}

.login-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .175;
    z-index: -1;
    top: -130px;
    right: -85px
}

.login-wrapper .success-check {
    color: #fff;
    margin: 0 auto
}

.login-wrapper .success-check i {
    font-size: 3rem
}

.register-form {
    position: relative;
    z-index: 1
}

.register-form .form-group {
    position: relative;
    z-index: 1
}

.register-form span {
    color: #fff;
    font-size: 12px;
    display: block
}

.register-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    top: 26px
}

.register-form .form-control {
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    background-color: transparent;
    height: 40px;
    padding: 8px 8px 8px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.register-form .form-control::placeholder {
    color: #fff;
    opacity: .5
}

.register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: .75rem;
    margin-bottom: .25rem
}

.register-form .password-score {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.register-form .password-score span {
    font-size: 18px;
    margin-left: 1rem
}

.register-form .password-recommendation {
    display: none !important
}

.register-form #password-recommendation-heading {
    font-weight: 700;
    color: #00b894;
    font-size: 16px
}

.login-meta-data a {
    font-size: 14px;
    color: #fff;
    font-weight: 500
}

.login-meta-data a:hover, .login-meta-data a:focus {
    color: #ffaf00
}

.login-meta-data p {
    color: rgba(255, 255, 255, 0.7)
}

.login-meta-data p a {
    color: #fff;
    font-weight: 500
}

.login-meta-data p a:hover, .login-meta-data p a:focus {
    color: #ffaf00
}

.go-back-btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #ea4c62;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 42px;
    z-index: 10;
    cursor: pointer
}

.go-back-btn:hover, .go-back-btn:focus {
    background-color: #100DD1;
    color: #fff
}

.otp-form {
    position: relative;
    z-index: 1
}

.otp-form .form-control {
    padding: .75rem;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #fff;
    border-radius: .5rem
}

.otp-form .form-control::placeholder {
    color: #fff;
    opacity: .5
}

.otp-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.otp-form select.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px
}

.otp-form select.custom-select {
    background: rgba(255, 255, 255, 0.25) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

.otp-form select option {
    background-color: #100DD1
}

.otp-form input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.otp-verify-form {
    position: relative;
    z-index: 1
}

.otp-verify-form .form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 12px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-weight: 700
}

.otp-verify-form .form-control::placeholder {
    color: #fff;
    opacity: .5
}

.otp-verify-form .form-control:focus {
    background-color: #ffaf00;
    color: #020310
}

.otp-sec {
    font-weight: 500
}

.contact-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
    background-color: #e7eaf5
}

.contact-form {
    position: relative;
    z-index: 1
}

.contact-form .form-group {
    position: relative;
    z-index: 1
}

.contact-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px
}

.contact-form .form-control {
    border-radius: .5rem;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #fff;
    height: 46px;
    padding: .75rem 1.25rem
}

.contact-form .form-control::placeholder {
    color: #747794;
    opacity: 1
}

.contact-form textarea.form-control {
    height: 120px
}

.google-maps-wrap {
    position: relative;
    z-index: 1
}

.google-maps-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-color: #ebebeb;
    height: 50px;
    padding: 12px 20px;
    font-size: 14px
}

.form-control:focus {
    box-shadow: none
}

.post-bookmark-wrap {
    position: relative;
    z-index: 1
}

.blog-card {
    position: relative;
    z-index: 1;
    border: 0
}

.blog-card .post-img {
    position: relative;
    z-index: 1;
    border-radius: .75rem
}

.blog-card .post-img img {
    border-radius: .75rem
}

.blog-card .post-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: #020310;
    opacity: .3;
    z-index: 1;
    border-radius: .75rem
}

.blog-card .post-bookmark {
    position: absolute;
    z-index: 100;
    color: #fff;
    top: .5rem;
    right: .5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    text-align: center
}

.blog-card .post-bookmark i {
    line-height: 30px
}

.blog-card .post-bookmark:hover, .blog-card .post-bookmark:focus {
    background-color: rgba(255, 255, 255, 0.2)
}

.blog-card .post-content {
    position: absolute !important;
    width: calc(100% - 1rem);
    bottom: .5rem;
    left: .5rem;
    z-index: 100;
    border-radius: .5rem;
    background-color: #fff;
    padding: .75rem;
    overflow: hidden
}

.blog-card .post-content .bg-shapes .circle1 {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1
}

.blog-card .post-content .bg-shapes .circle2 {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    top: -25px;
    right: -25px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1
}

.blog-card .post-content .bg-shapes .circle3 {
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    right: -35px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1
}

.blog-card .post-content .bg-shapes .circle4 {
    width: 90px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    top: -45px;
    right: -45px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    z-index: -1
}

.blog-card .post-content .post-catagory {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ea4c62;
    margin-bottom: .125rem;
    letter-spacing: .5px
}

.blog-card .post-content .post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #020310;
    margin-bottom: .5rem;
    overflow: hidden;
    height: 38px
}

.blog-card .post-content .post-title:hover, .blog-card .post-content .post-title:focus {
    color: #100DD1
}

.blog-card .post-content .post-meta {
    position: relative;
    z-index: 1
}

.blog-card .post-content .post-meta a {
    font-size: 10px;
    line-height: 1;
    color: #747794
}

.blog-card .post-content .post-meta a:hover, .blog-card .post-content .post-meta a:focus {
    color: #100DD1
}

.blog-card .post-content .post-meta a i {
    margin-right: .25rem
}

.blog-card .post-content .post-meta span {
    font-size: 10px;
    line-height: 1;
    color: #747794
}

.blog-card .post-content .post-meta span i {
    margin-right: .25rem
}

.blog-card.list-card .post-content {
    width: calc(50% - 1rem);
    bottom: .75rem;
    left: .75rem
}

.blog-card.list-card .post-bookmark {
    top: .75rem;
    right: .75rem
}

.blog-card.list-card .read-more-btn {
    position: absolute;
    min-width: 100px;
    right: .75rem;
    bottom: .75rem;
    z-index: 99
}

.blog-catagory-card {
    position: relative;
    z-index: 1
}

.blog-catagory-card a {
    display: block
}

.blog-catagory-card a i {
    color: #100DD1;
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block
}

.blog-catagory-card a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #747794;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px
}

.blog-catagory-card a:hover span, .blog-catagory-card a:focus span {
    color: #100DD1
}

.blog-details-post-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: -40px
}

.blog-details-post-thumbnail .post-bookmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ea4c62;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 100;
    color: #fff
}

.blog-details-post-thumbnail .post-bookmark i {
    line-height: 35px
}

.blog-details-post-thumbnail .post-bookmark:hover, .blog-details-post-thumbnail .post-bookmark:focus {
    background-color: #100DD1;
    color: #fff
}

.product-title-meta-data {
    position: relative;
    z-index: 1
}

.product-title-meta-data .post-catagory {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    color: #ea4c62;
    font-weight: 700
}

.post-meta-data a {
    color: #747794;
    font-size: 12px
}

.post-meta-data a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: .25rem
}

.post-meta-data a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 3px 8px;
    border: 1px solid #100DD1;
    border-radius: .25rem;
    margin-left: .5rem;
    color: #100DD1
}

.post-meta-data a:hover span, .post-meta-data a:focus span {
    border-color: #100DD1;
    color: #fff;
    background-color: #100DD1
}

.post-meta-data span {
    color: #747794;
    font-size: 12px
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none
}

.post-meta-data span i {
    margin-right: .25rem
}

.post-content p:last-child {
    margin-bottom: 0
}

#previewPage[data-theme="dark"] {
    background-color: #e7eaf5
}

#previewPage[data-theme="dark"] body {
    background-color: #e7eaf5
}

#previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #020310
}

#previewPage[data-theme="dark"] h1, #previewPage[data-theme="dark"] h2, #previewPage[data-theme="dark"] h3, #previewPage[data-theme="dark"] h4, #previewPage[data-theme="dark"] h5, #previewPage[data-theme="dark"] h6 {
    color: var(--text-night);
}

[data-theme="dark"] a, [data-theme="dark"] a:hover, [data-theme="dark"] a:focus {
    color: var(--text-night);
}

[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6 {
    color: var(--text-night);
}

[data-theme="dark"] .product section.related.products h2 {
    font-size: 13px;
    color: var(--text-night)
}

[data-theme="dark"] .header-area {
    background-color: #1f2433;
}

[data-theme="dark"] .product-filter-modal {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .suha-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8)
}

[data-theme="dark"] .suha-footer-nav ul li.active a {
    color: #ffaf00
}

[data-theme="dark"] .suha-footer-nav ul li a:hover, [data-theme="dark"] .suha-footer-nav ul li a:focus {
    color: #ffaf00
}

[data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125)
}

[data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #fff;
    background-color: #282958;
    border-color: #282958
}

[data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #282958;
    border-color: #282958
}

[data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #282958;
    border-color: #282958
}

[data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #282958;
    border-color: #282958
}

[data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #282958;
    border-color: #282958
}

[data-theme="dark"] .catagory-card span {
    color: #fff
}

[data-theme="dark"] .catagory-card:hover span, [data-theme="dark"] .catagory-card:focus span {
    color: #ffaf00
}

[data-theme="dark"] .flash-sale-card .product-title {
    color: #fff
}

[data-theme="dark"] .flash-sale-card:hover .product-title, [data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ffaf00
}

[data-theme="dark"] .flash-sale-card .sale-price {
    color: #fff
}

[data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7)
}

[data-theme="dark"] .top-product-card .product-title {
    color: #fff
}

[data-theme="dark"] .top-product-card:hover .product-title, [data-theme="dark"] .top-product-card:focus .product-title {
    color: #ffaf00
}

[data-theme="dark"] .top-product-card .btn:hover, [data-theme="dark"] .top-product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62
}

[data-theme="dark"] .weekly-product-card .product-description .product-title {
    color: #fff
}

[data-theme="dark"] .weekly-product-card:hover .product-title, [data-theme="dark"] .weekly-product-card:focus .product-title {
    color: #ffaf00
}

[data-theme="dark"] .weekly-product-card .product-description .sale-price {
    color: #ffaf00
}

[data-theme="dark"] .page-nav li a {
    background-color: #332858;
    color: #fff
}

[data-theme="dark"] .page-nav li a:hover, [data-theme="dark"] .page-nav li a:focus {
    color: #ffaf00
}

[data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent
}

[data-theme="dark"] .cart-table table a {
    color: #fff
}

[data-theme="dark"] .cart-table table a:hover, [data-theme="dark"] .cart-table table a:focus {
    color: #ffaf00
}

[data-theme="dark"] .cart-table img {
    border-color: rgba(255, 255, 255, 0.2)
}

[data-theme="dark"] .back-button a {
    color: #fff
}

[data-theme="dark"] .back-button a:hover, [data-theme="dark"] .back-button a:focus {
    color: #ffaf00
}

[data-theme="dark"] .filter-option {
    color: #ffaf00
}

[data-theme="dark"] .catagory-sidebar-area, [data-theme="dark"] .type-text-form {
    background-color: #0C153B
}

[data-theme="dark"] .type-text-form {
    box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175)
}

[data-theme="dark"] .type-text-form .form-control, [data-theme="dark"] .type-text-form .file-upload span, [data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #0C153B
}

[data-theme="dark"] .type-text-form button[type="submit"] {
    color: #fff;
    outline: none
}

[data-theme="dark"] .user-info-card {
    background-color: #ffaf00;
    border-color: #ffaf00
}

[data-theme="dark"] .user-info-card h5 {
    color: #fff
}

[data-theme="dark"] .user-data-card .title {
    color: #fff
}

[data-theme="dark"] .cart-table table tbody tr {
    border-color: rgba(255, 255, 255, 0.2)
}

[data-theme="dark"] .pay-credit-card-form small a {
    color: #fff
}

[data-theme="dark"] .pay-credit-card-form small a:hover, [data-theme="dark"] .pay-credit-card-form small a:focus {
    color: #ffaf00
}

[data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62
}

[data-theme="dark"] .single-payment-method a h6 {
    color: #fff
}

[data-theme="dark"] .single-payment-method a:hover h6, [data-theme="dark"] .single-payment-method a:focus h6 {
    color: #100DD1
}

[data-theme="dark"] .billing-information-title-card {
    border-color: transparent
}

[data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ label, [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ label {
    color: #fff;
    background-color: rgba(16, 13, 209, 0.7)
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check::before, [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check::before {
    background: #fff
}

[data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check, [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check {
    border-color: #fff
}

[data-theme="dark"] .list-group-item {
    background-color: #242644;
    border-color: #242644
}

[data-theme="dark"] .notification-area .list-group-item h6 {
    color: #fff
}

[data-theme="dark"] .notification-area .list-group-item:hover h6, [data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ffaf00
}

[data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #0C153B
}

[data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15)
}

[data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ffaf00
}

[data-theme="dark"] .layout-options a {
    background-color: #242644
}

[data-theme="dark"] .layout-options a:hover, [data-theme="dark"] .layout-options a:focus, [data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62
}

[data-theme="dark"] .post-content, [data-theme="dark"] .selection-panel.bg-white, [data-theme="dark"] .product-title-meta-data.bg-white, [data-theme="dark"] .cart-form-wrapper.bg-white, [data-theme="dark"] .p-specification.bg-white, [data-theme="dark"] .rating-and-review-wrapper.bg-white, [data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #242644 !important
}

[data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62
}

[data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ffaf00
}

[data-theme="dark"] .single-user-review {
    border-color: rgba(255, 255, 255, 0.2)
}

[data-theme="dark"] .accordian-card .accordian-header button {
    color: #ffaf00
}

[data-theme="dark"] .accordian-card .accordian-header button.collapsed > span {
    color: #fff
}

[data-theme="dark"] .faq-search-form input {
    border-color: transparent
}

[data-theme="dark"] .top-product-card .delete-btn, [data-theme="dark"] .weekly-product-card .product-thumbnail-side .delete-btn {
    color: #020310
}

[data-theme="dark"] .top-product-card .wishlist-btn {
    color: #ea4c62
}

[data-theme="dark"] .catagory-card i {
    color: #ffaf00
}

[data-theme="dark"] .blog-catagory-card a i {
    color: #ffaf00
}

[data-theme="dark"] .blog-catagory-card a span {
    color: #fff
}

[data-theme="dark"] .blog-catagory-card a span:hover, [data-theme="dark"] .blog-catagory-card a span:focus {
    color: #ffaf00
}

[data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7)
}

[data-theme="dark"] .post-meta-data a span:hover, [data-theme="dark"] .post-meta-data a span:focus {
    border-color: #ffaf00;
    color: #ffaf00
}

[data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important
}

[data-theme="dark"] .blog-card .post-content .post-title {
    color: #fff
}

[data-theme="dark"] .blog-card .post-content .post-title:hover, [data-theme="dark"] .blog-card .post-content .post-title:focus {
    color: #ffaf00
}

[data-theme="dark"] .blog-card .post-content .post-meta a, [data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7)
}

[data-theme="dark"] .blog-card .post-content .post-meta a:hover, [data-theme="dark"] .blog-card .post-content .post-meta a:focus, [data-theme="dark"] .blog-card .post-content .post-meta span:hover, [data-theme="dark"] .blog-card .post-content .post-meta span:focus {
    color: #fff
}

[data-theme="dark"] .blog-card .post-content .bg-shapes .circle1, [data-theme="dark"] .blog-card .post-content .bg-shapes .circle2, [data-theme="dark"] .blog-card .post-content .bg-shapes .circle3, [data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1)
}

[data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #fff
}

[data-theme="dark"] .featured-product-card .product-description .product-title:hover, [data-theme="dark"] .featured-product-card .product-description .product-title:focus {
    color: #ffaf00
}

[data-theme="dark"] .cart-table .qty-text, [data-theme="dark"] .form-control {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    box-shadow: none !important
}

[data-theme="dark"] .cart-table .qty-text::placeholder, [data-theme="dark"] .form-control::placeholder {
    color: #fff;
    opacity: 1
}

[data-theme="dark"] .cart-table .qty-text option, [data-theme="dark"] .form-control option {
    border-color: transparent !important;
    background-color: #0C153B;
    color: #fff !important
}

[data-theme="dark"] .register-form .form-control {
    background-color: transparent !important
}

[data-theme="dark"] .register-form .form-control::placeholder {
    color: #fff;
    opacity: .7
}

[data-theme="dark"] .otp-form select.custom-select {
    background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

[data-theme="dark"] .contact-form select.custom-select {
    background: rgba(255, 255, 255, 0.2) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px
}

[data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

[data-theme="dark"] .faq-search-form button {
    color: #fff
}

[data-theme="dark"] .timer-product-slider .card-content {
    background-color: var(--night-element-bg);
}

.top-header-center h1 {
    font-size: 15px;
    text-align: center
}

.suha-sidenav-wrapper img {
    display: block;
    margin: 40px auto 55px;
    width: 70%
}

.suha-sidenav-wrapper > a {
    text-align: center;
    display: block;
}

.title-intro {
    position: relative;
    display: block;
    font-weight: 700;
    margin: 10px;
    overflow: hidden;
}

.half-banner img {
    border-radius: 10px
}

.title-intro h2 span, .title-intro.content-red-title {
    color: var(--primary);
    margin: 10px 0 15px;
    display: inline-block;
    font-size: 15px
}

.title-intro.content-red-title span {
    color: var(--text-light);
}

.content-block-title {
    display: inline-block
}

.title-intro h2 {
    font-size: 15px
}

.tcw_table_price .list-link {
    position: relative
}

.title-intro a, .tcw_table_price .list-link a, .ngr-eleman-title .list-link {
    font-size: 30px;
}

.title-intro a {
    line-height: 10px !important;
}

.hscroll-product .hscroll-product-slider .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 12px;
    border-radius: 10px
}

.hscroll-product .hscroll-product-slider .owl-stage-outer {
    margin: 15px 5px
}

.woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 2;
    margin-bottom: 20px;
    -webkit-box-orient: vertical
}

.hscroll-product .hscroll-product-slider .onsale {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: var(--primary);
    color: var(--text-inbox);
    padding: 7px 4px;
    font-size: 10px;
    border-radius: 0 0 15px 15px;
    right: unset;
    line-height: unset;
    min-width: unset;
    min-height: unset;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--secondry);
    font-size: 20px;
    font-weight: bold;
    margin: 10px
}

span.woocommerce-Price-currencySymbol {
    color: var(--text-light);
    font-size: 9px;
    font-weight: 400
}

p.price del span.woocommerce-Price-currencySymbol, span.price del span.woocommerce-Price-currencySymbol {
    display: none
}

.hscroll-product .product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: var(--primary);
    font-size: 15px;
    opacity: .8
}

.ngr_slider.text-banner-slider .swiper-slide {
    background-color: #f8f8f8;
    color: #3d3d3d;
    border-radius: 12px;
    display: inline-block;
    height: 20px;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ngr_slider .swiper-slide-thumb-active {
    background-color: #fee4e7 !important;
    color: #f96e7d !important
}

.svg-slider {
    margin: 10px 0 !important;
    padding-right: 5px
}

.svg-slider .svg-box-button {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
    border-radius: 10px;
    text-align: center
}

.svg-slider .svg-box-button p {
    font-size: 11px
}

.svg-slider .svg-box-button a img {
    width: 50px;
    padding-top: 20px
}

.full-banner img {
    border-radius: 10px
}

.half-banner {
    display: inline-block;
    width: 49%;
    border-radius: 5px;
    padding: 5px
}

.hscroll-product-slider .swiper-slide {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 15px 0;
    height: auto;
    background-color: var(--light-element-bg);
    width: 54%;
    margin-left: 10px;
}

.hscroll-product-slider .swiper-slide .product.type-product {
    padding: 7px;
    min-height: 290px
}

.hscroll-product-slider .swiper-slide .product.type-product .tm-woocompare-button, .timer-product-slider .card-content .base .tm-woocompare-button {
    display: none
}

.hscroll-product.swiper-container, .blog-swiper-container {
    padding-right: 5px
}

.top-header-icon {
    text-align: left;
    font-size: 20px;
    padding: 10px 0 !important;
    color:#1d1d1f
}

[data-theme="dark"] .top-header-icon{
    color:#ffffff
}

.top-header-icon li {
    color: var(--text-light);
    display: inline-block;
    margin: 0 5px;
    position: relative
}

[data-theme="dark"] .top-header-icon li {
    color: var(--text-night);
}

.top-header-icon p {
    display: none
}

.top-header-icon a {
    color: var(--text-light);
}

.top-header-icon .cart-customlocation {
    font-size: 20px;
    color: var(--text-light);
    text-align: center;
    left: 7px
}

.hscroll-product-slider .swiper-slide .product.type-product.outofstock img {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.product.type-product.outofstock:before {
    content: 'ناموجود';
    position: absolute;
    background-color: #fff;
    top: 0;
    left: calc(50% - 20px);
    padding: 20px 5px;
    font-size: 11px;
    color: var(--primary);
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-top: 0;
    font-weight: 700;
    z-index: 1
}

.products.columns-4.list .product.type-product.outofstock:before {
    right: 43px;
    left: unset;
}

.hscroll-product-slider .swiper-slide .product.type-product .star-rating, .hscroll-product-slider .swiper-slide .product.type-product .added_to_cart {
    display: none
}

.hscroll-category-product {
    margin: 5px 0 20px
}

.hscroll-category-product .card-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    height: 115px;
    margin: 10px 5px 10px 0
}

.hscroll-category-product .card-content > a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hscroll-category-product .card-content .footer {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    border-radius: 16px 9px 9px 9px;
    padding: 6px 9px;
    margin: 0 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 7px rgb(51 51 51 / 10%);
}

.blog-section {
    margin: 30px 0;
}

.hscroll-category-product .card-content .footer span {
    display: inline-block;
    margin-left: 15px;
}

.hscroll-category-product .card-content .footer a {
    display: inline-block;
    padding: 5px;
    font-size: 13px;
    color: var(--text-light)
}

.hscroll-category-product .card-content .footer .price {
    font-size: 10px;
    background-color: rgba(249, 78, 96, 0.3);
    color: var(--primary);
    padding: 2px 10px;
    border-radius: 10px;
    margin-left: 5px;
    line-height: 2.4;
}

.hscroll-product-slider .entry-meta .latest_post_date {
    margin-right: 15px;
    margin-top: 15px;
    font-size: 11px;
    width: 25%;
    font-weight: bold;
}

.archiv-blog .entry-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.hscroll-product-slider .entry-meta .latest_post_date .post_year {
    display: block;
    font-size: 16px
}

.hscroll-product-slider .entry-meta .latest_post_date .post_day, .hscroll-product-slider .entry-meta .latest_post_date .post_month {
    font-size: 13px;
    color: var(--text-light);
}

[data-theme="dark"] .hscroll-product-slider .entry-meta .latest_post_date .post_day, [data-theme="dark"] .hscroll-product-slider .entry-meta .latest_post_date .post_month {
    color: var(--text-night);
}

.hscroll-product-slider .entry-meta  {
    display: flex;
    justify-content: space-between;
}

.hscroll-product-slider .entry-meta .widget-title h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 9px 15px
}

.hscroll-product-slider .entry-meta .widget-title a {
    color: var(--text-light);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.9;
    -webkit-box-orient: vertical
}

.hscroll-product-slider .swiper-slide .img_over a img {
    border-radius: 10px;
    border-radius: 15px 35px 15px 15px
}

.hscroll-product-slider .swiper-slide .img_over {
    text-align: center;
    margin: 12px;
    margin-top: 0
}

.hscroll-product-slider .swiper-slide .readmore {
    display: inline-block
}

.hscroll-product-slider .swiper-slide .entry-comment {
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 10px
}

.hscroll-product-slider .swiper-slide .entry-comment a {
    color: var(--text-light)
}

.hscroll-product-slider .swiper-slide .readmore {
    display: inline-block;
    font-size: 11px;
    margin-right: 20px;
    background-color: var(--primary);
    border-radius: 17px 6px 17px 17px;
    padding: 5px 15px 0
}

.hscroll-product-slider .swiper-slide .readmore a {
    color: var(--text-inbox)
}

.hscroll-product-slider .swiper-slide .readmore i {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: .4
}

.brand-swiper-container .swiper-slide {
    background-color: var(--light-element-bg);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin: 15px 0;
    text-align: center
}

.brand-swiper-container .item-text.product-price {
    display: inline-block;
    float: left;
    margin: 12px;
    font-size: 11px;
    color: var(--primary)
    border-radius: 10px
}

.brand-swiper-container .footer {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 15px 15px 0 0;
    text-align: right
}

.brand-swiper-container .footer h2 {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block
}

.brand-swiper-container .footer .item-text.product-price {
    display: inline-block;
    float: left;
    margin: 12px;
    font-size: 11px;
    color: var(--primary);
    border-radius: 10px
}

.brand-swiper-container .swiper-slide img {
    box-sizing: border-box;
    padding: 5px 15px
}

.tcw_table_price {
    overflow: hidden;
    box-shadow: none !important
}

.tcw_table_price .widefat .order-list-box {
    width: 100%;
    height: 100px;
    margin: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px
}

.tcw_table_price .widefat .order-list-box .first-part {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    margin-top: 20px
}

.tcw_table_price .widefat .order-list-box .first-part span {
    display: block
}

.tcw_table_price .widefat .order-list-box .second-part {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    margin-top: 5px
}

.tcw_table_price .widefat .order-list-box .second-part img {
    width: 90px;
    height: 90px
}

.tcw_table_price .widefat .order-list-box .first-part img {
    width: 15px;
    height: 15px;
    margin-top: 2px
}

.tcw_table_price .widefat .order-list-box .third-part {
    display: inline-block;
    width: 60%;
    vertical-align: middle
}

.tcw_table_price .list-link {
    border: none !important
}

.tcw_table_price .widefat .order-list-box .first-part span {
    display: block;
    background-color: #f5f5f5;
    border-radius: 5px 0 0 5px;
    position: relative;
    height: 20px;
    margin-bottom: 20px;
    text-align: center
}

.tcw_table_price .widefat .order-list-box .first-part span p {
    display: block;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -12px;
    left: 12px;
    text-align: center
}

.tcw_table_price {
    padding: 5px !important;
    position: relative;
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-old-price {
    display: inline-block
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-new-price {
    display: inline-block
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    padding: 1px;
    margin-left: -9px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-title {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-old-price span {
    color: #a4a4a4;
    margin: 0 10px
}

.tcw_table_price .widefat .order-list-box .third-part .td-product-price-change span {
    color: var(--primary);
}

.timer-product-slider .card-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin-right: 5px;
    background-color: var(--light-element-bg);
}

.timer-product-slider .card-content .base {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    min-height: 355px;
}

.contdown-sale.countdown-left .product-countdown span {
    display: block
}

.contdown-sale.countdown-left {
    width: 17%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 10px
}

.timer-product-slider .card-content .base .onsale {
    display: none
}

.contdown-sale.countdown-left .product-countdown .days {
    background-color: var(--primary);
    color: var(--text-inbox);
    text-align: center;
    padding: 10px;
    border-radius: 0 0 30px 30px
}

.contdown-sale.countdown-left .product-countdown .hours, .contdown-sale.countdown-left .product-countdown .mins, .contdown-sale.countdown-left .product-countdown .secs {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 15px 10px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #fff;
}

.contdown-sale.countdown-left .product-countdown .hours .countdown-period, .contdown-sale.countdown-left .product-countdown .mins .countdown-period, .contdown-sale.countdown-left .product-countdown .secs .countdown-period {
    color: #858585;
    font-size: 12px
}

.contdown-sale.countdown-left .product-countdown .hours .countdown-amount, .contdown-sale.countdown-left .product-countdown .mins .countdown-amount, .contdown-sale.countdown-left .product-countdown .secs .countdown-amount {
    color: #333
}

.timer-product-slider .base .price {
    float: left
}

.timer-product-slider .base .price del {
    color: var(--primary);
}

.timer-product-slider .base .price ins {
    text-decoration: none
}

.timer-product-slider .base .price del span.woocommerce-Price-amount.amount {
    color: var(--primary);
    font-size: 15px;
    font-weight: 700;
    display: block
}

.timer-product-slider .base .price ins span.woocommerce-Price-amount.amount {
    color: var(--secondry);
    font-size: 15px;
    font-weight: 700;
    display: block
}

.negar-footer-nav ul li i {
    display: inline-block;
    color: #1d1d1f;
    vertical-align: middle
}

.negar-footer-nav ul li.active i, .negar-footer-nav ul li.active p {
    color: var(--primary);
}

.negar-footer-nav ul li p {
    font-size: 13px;
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
    transition-duration: .4s;
    transform: scale(0)
}

.negar-footer-nav ul li.active p {
    transform: scale(1)
}

[data-theme="dark"] .footer-nav-area .buttonbar-first {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

.footer-nav-area .buttonbar-first {
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    text-align: center;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    height: 60px;
    border-radius: 25px 0 0 0;
    padding: 0;
    margin: 0
}

.footer-nav-area .buttonbar-first li.active {
    -ms-flex: 0 0 40%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-nav-area .buttonbar-first li {
    margin: 5px;
    font-size: 20px;
    height: 50px;
    line-height: 50px
}

.negar-footer-nav ul li.active a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

[data-theme="dark"] .footer-nav-area .buttonbar-second, [data-theme="dark"] .footer-nav-area .buttonbar-first {
    background-color: #1f2433;
}

[data-theme="dark"] .negar-footer-nav p {
    color: #fff
}

[data-theme="dark"] .footer-nav-area i {
    color: #fff
}

.footer-nav-area .buttonbar-second {
    width: 20%;
    display: inline-block !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0
}

.footer-nav-area .buttonbar-second li p {
    display: none
}

.footer-nav-area .buttonbar-second li {
    display: block;
    margin: 20px 0;
    font-size: 20px
}

.footer-nav-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.footer-nav-area .cart-customlocation {
    position: relative
}

.footer-nav-area .buttonbar-second span, .footer-nav-area .buttonbar-first span, .top-header-icon .cart-customlocation span {
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    position: absolute;
    top: -17px;
    right: -22px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 10px;
    padding: 1px;
    background: var(--primary);
    animation: pulse 2s infinite;
    line-height: 20px
}

#accordian ul {
    padding-right: 0;
    list-style: none
}

#accordian li {
    margin-bottom: 25px
}

#accordian ul a {
    color: var(--text-light);
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 12px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#accordian li.menu-item-has-children > .fa-minus {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 20px
}

#accordian li .fa-minus {
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    color: #777;
    cursor: crosshair;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
    line-height: 21px
}

#accordian ul ul, #accordian li .fa-minus {
    display: none
}

#accordian li > .fa-minus::after {
    content: "\f067";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px
}

.suha-sidenav-wrapper.nav-active ~ .page-content-wrapper {
    filter: blur(7px)
}

#accordian li > .fa-minus:before {
    content: "\f068";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px
}

#accordian ul.sub-menu {
    margin-top: 10px;
    width: 100%;
    background-color: rgba(190, 190, 190, 0.1);
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06);
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 -5px 4px -4px rgba(0, 0, 0, .06)
}

#accordian ul ul, #accordian li .fa-minus {
    display: none
}

.suha-sidenav-wrapper #accordian > ul {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
}

#accordian li.active > .fa-minus::after {
    opacity: 0
}

.sidebar-menupage {
    background-color: var(--primary);
    padding: 10px 20px;
    border-radius: 0 20px 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px
}

.bottom-part .menu-bottom-widget {
    position: relative;
    background-color: var(--primary);
    z-index: 1;
    padding-top: 45px;
    margin-top: -40px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px
}

.blog-swiper-container .hscroll-product-slider .swiper-slide {
    border-radius: 10px 25px 25px 10px
}

.sidebarcontact {
    direction: ltr;
    text-align: right;
    margin-right: 15px
}

.sidebarcontact a {
    color: #fff;
    line-height: 1.8;
    font-size: 16px
}

.menu-bottom-widget .single-settings {
    direction: ltr;
    margin-left: 15px
}

.bottom-part .page-widget {
    text-align: left;
    border-bottom-left-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    background-color: var(--light-element-bg);
    height: 55px;
    padding-top: 10px
}

.sidebarcontact .phone_code {
    font-weight: 700
}

[data-theme="dark"] body {
    background-color: var(--night-bg);
    color: #fff;
}

[data-theme="dark"] {
    background-color: var(--night-bg)
}

[data-theme="dark"] p {
    color: var(--text-night)
}

[data-theme="dark"] .svg-slider .svg-box-button {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .hscroll-product-slider .swiper-slide {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .brand-swiper-container .swiper-slide {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .brand-swiper-container .footer {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .hscroll-category-product .card-content {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .hscroll-category-product .card-content .footer {
    background-color: var(--night-element-bg);
}

.hscroll-category-product .card-content .footer {
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .hscroll-category-product .card-content .footer a {
    color: var(--text-night)
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    border: 1px solid #414141
}

[data-theme="dark"] .brand-swiper-container .swiper-slide .card {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] span.woocommerce-Price-currencySymbol {
    color: var(--text-night)
}

[data-theme="dark"] .content-block-title {
    color: #fff
}

[data-theme="dark"] .tcw_table_price > div {
    background-color: var(--night-element-bg);
}

.tcw_table_price > div {
    background-color: var(--light-element-bg);
}

.tcw_table_price .price-list-val span.td-product-old-price {
    color: #f94e60;
}

.tcw_table_price .price-list-val span.td-product-new-price {
    color: #68cc45;
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box .third-part .td-product-price-change {
    border-left: 0
}

[data-theme="dark"] .hscroll-product-slider .entry-meta .widget-title a {
    color: var(--text-night)
}

[data-theme="dark"] .hscroll-product-slider .swiper-slide .entry-comment a {
    color: var(--text-night)
}

[data-theme="dark"] .suha-sidenav-wrapper {
    background: var(--night-element-bg);
}

[data-theme="dark"] .bottom-part .page-widget {
    background: var(--night-element-bg);
}

[data-theme="dark"] #accordian ul a {
    color: var(--text-night);
}

[data-theme="dark"] .sidebarcontact a {
    color: #fff
}

[data-theme="dark"] .tcw_table_price .widefat .order-list-box .first-part span p {
    background-color: #000
}

[data-theme="dark"] .top-header-icon a {
    color: var(--text-night);
}

[data-theme="dark"] .top-header-sidebar span {
    background-color: #ffffff;
}

[data-theme="dark"] .ngr_slider .swiper-slide-thumb-active {
    background-color: #3c2533 !important;
    color: #ec0023 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    font-weight: 700
}

[data-theme="dark"] .ngr_slider.text-banner-slider .swiper-slide {
    background-color: var(--night-element-bg);;
    color: #fff;
    font-weight: 700
}

[data-theme="dark"] .contdown-sale.countdown-left .product-countdown .hours, [data-theme="dark"] .contdown-sale.countdown-left .product-countdown .mins, [data-theme="dark"] .contdown-sale.countdown-left .product-countdown .secs {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: #fff
}

[data-theme="dark"] .contdown-sale.countdown-left .product-countdown .hours .countdown-amount, [data-theme="dark"] .contdown-sale.countdown-left .product-countdown .mins .countdown-amount, [data-theme="dark"] .contdown-sale.countdown-left .product-countdown .secs .countdown-amount {
    color: #000
}

.archiv-blog {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
    border-radius: 10px;
    margin: 15px;
}

.archiv-blog .entry-meta .latest_post_date .post_day {
    color: var(--primary)
}

[data-theme="dark"] .archiv-blog .entry-meta .latest_post_date .post_year {
    color: var(--text-night);
}

[data-theme="dark"] .archiv-blog .latest_post_date span.post_month {
    color: var(--text-night);
}

.archiv-blog .latest_post_date span.post_month {
    color: var(--text-light);
}

.archiv-blog .entry-meta .latest_post_date .post_year {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-light);
}

.archiv-blog .entry-meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.archiv-blog .latest_post_date {
    margin-right: 12px;
    width: 20%;
    line-height: 1.8;
}

.archiv-blog .entry-meta .widget-title h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 5px 15px
}

.archiv-blog .entry-meta .widget-title a {
    color: var(--text-light);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.9;
    -webkit-box-orient: vertical
}
[data-theme="dark"] .archiv-blog .entry-meta .widget-title a {
    color: var(--text-night);
}

.archiv-blog .entry-comment {
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 10px
}

.archiv-blog .readmore {
    display: inline-block;
    font-size: 11px;
    margin-right: 20px;
    background-color: var(--primary);
    border-radius: 20px 10px 20px 20px;
    padding: 5px 15px 0;
    margin-bottom: 10px;
}

.archiv-blog .readmore a {
    color: var(--text-inbox)
}

.archiv-blog .readmore i {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: .4
}

.archiv-blog .img_over {
    text-align: center;
    margin: 12px;
    margin-top: 0
}

.tablinks {
    background-color: transparent;
    border: 0;
    font-size: 13px;
    font-family: inherit;
    color: var(--text-light);
    margin: 0 50px;
    font-weight: 700;
    margin-bottom: 15px
}

[data-theme="dark"] .tablinks{
    color: var(--text-night);
}

.tablinks.active {
    color: var(--primary);
}

.nav-previous {
    text-align: center
}

.nav-previous a {
    font-size: 30px;
    background-color: #ff637d;
    color: #fff;
    padding: 0 8px;
    border-radius: 10px;
    display: inline-grid
}

.primary-navigation-blog {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

.primary-navigation-blog .title-intro.content-block-title {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin: 20px 5px;
    overflow: visible;
    flex-basis: calc(50% - 10px);
    background-color: var(--light-element-bg);
    color: var(--text-light);
}

.primary-navigation-blog .title-intro.content-block-title span {
    background-color: #ffedef;
    color: var(--primary);
    padding: 3px 5px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 400;
    float: left
}

.primary-navigation-blog .title-intro.content-block-title img {
    margin-top: -25px;
    border-radius: 15px 30px 15px 15px;
    margin-bottom: 20px
}

.primary-navigation-blog .title-intro.content-block-title a {
    font-size: 13px;
    color: var(--text-light);
    float: unset
}

[data-theme="dark"] .primary-navigation-blog .title-intro.content-block-title a {
    color: var(--text-night);
}

[data-theme="dark"] .primary-navigation-blog .title-intro.content-block-title {
    color: var(--text-night);
    background-color: var(--night-element-bg);
}

.ajax-search {
    position: absolute;
    background-color: #fff;
    margin: 0;
    color: #333;
    left: 45px;
    right: 10px;
    top: 5px;
    height: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 3px 10px;
    z-index: 2;
    transition-duration: .5s;
    opacity: 1;
}

.ajax-search .button-search-pro::before {
    font-family: "Font Awesome 5 pro";
}

.top-header-icon #ajax-search.close .fal::before {
    content: "\f00d";
}

.no-toolbar-by-scroll .ajax-search, .ajax-search.hide {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.ajax-search #s {
    border: none;
    color: #777;
    text-indent: 18px;
    font-family: inherit;
    font-size: 14px;
    width: 92%;
    display: block;
    margin: 0 auto;
    height: 35px
}

.ajax-search .button-search-pro {
    position: absolute;
    top: 50%;
    left: 15px;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 35px;
    color: #777;
    margin-top: -17px;
    font-size: 17px
}

#category-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    background-color: #fff;
    z-index: -1;
    height: 85vh;
    overflow-y: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    padding: 15px
}

#category-modal:not(.show) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

#category-modal.show {
    visibility: visible;
    opacity: 1;
    z-index: 101;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding-bottom: 160px;
}

.list-group.search-result-body a {
    display: block;
    padding: 10px
}

.list-group.search-result-body img {
    width: 50px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.list-group.search-result-body strong {
    font-size: 18px;
    position: absolute;
    left: -10px;
    bottom: 10px;
    width: 100px;
    line-height: 1
}

.ajax-search .search-result .search-result-body .search-item {
    border-color: transparent;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ajax-search .search-result .search-result-body .search-item span {
    display: inline-block;
    width: 60%;
    font-size: 10px;
    vertical-align: top;
    font-weight: 400
}

.ajax-search .search-result .search-result-body .search-item .woocommerce-Price-amount.amount {
    width: 100% !important
}

#category-modal.style_one > .ngr-cat-box {
    position: relative;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    background-position: center center;
    margin: 5px auto;
    display: inline-block;
    vertical-align: top
}

#category-modal.style_one .part-0 {
    width: 100%;
    height: 100px
}

#category-modal.style_one .part-1, #category-modal.style_one .part-3 {
    width: 48%;
    height: 180px
}

#category-modal.style_one .part-2 {
    width: 48%;
    height: 370px;
    float: left
}

#category-modal.style_one > .ngr-cat-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

#category-modal.style_one > .ngr-cat-box > span {
    background-color: var(--primary);
    color: var(--text-inbox);
    font-size: 13px;
    line-height: 1.8;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    position: relative
}

[data-theme="dark"] #category-modal.style_one > .ngr-cat-box > span{
    color: var(--text-night);
}

#category-modal.style_one .part-0 span {
    margin-top: 20px
}

#category-modal.style_one .part-1 span, #category-modal.style_one .part-3 span {
    margin-top: 70px
}

#category-modal.style_one .part-2 span {
    margin-top: 250px
}

.title-intro.content-title-page {
    margin: 50px 10px 10px;
    color: var(--primary);
}

[data-theme="dark"] #category-modal.show {
    background-color: #1b1f2b
}

.ngr_slider.single-product-swiper-container .swiper-slide {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 15px 8px
}

.single-product span.onsale {
    background-color: var(--primary);
    color: var(--text-inbox);
    padding: 0 15px;
    border-radius: 15px 0 0 15px;
    position: absolute;
    top: 50px;
    right: 0
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    opacity: 1;
    transition: opacity .25s ease-in-out 0;
    box-shadow: 1px 4px 5px rgba(221, 221, 221, 0.35);
    border-radius: 15px
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs li {
    float: unset !important;
    display: inline-block
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    text-align: center
}

.single-product .title h1 {
    font-size: 16px;
    margin: 20px 10px
}

.single-product .sku_wrapper {
    margin: 10px;
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #87878b;
}

.product-type-variable .entry-summary > .price {
    display: none
}

.summary.entry-summary .product_title.entry-title {
    font-size: 16px;
    margin: 10px
}

.woocommerce div.product form.cart .variations {
    margin: 10px 0 30px;
    padding: 5px 10px;
    position: relative;
    border-spacing: 0 20px;
    padding-bottom: 30px
}

[data-theme="dark"] .woocommerce div.product form.cart .variations, [data-theme="dark"] ul.jcaa_attr_select li.jcaa_active_attr div {
    background-color: var(--night-element-bg);
}

ul.jcaa_attr_select li > div > div {
    border-radius: 6px;
    margin: 0 auto;
    display: block
}

.woocommerce-variation-add-to-cart, .summary.entry-summary .woocommerce-variation-add-to-cart, .product-type-simple form.cart {
    z-index: 99;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    width: 75%;
    margin-bottom: 0 !important;
    height: 50px;
    right: 0;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin-top: 3px;
}

.woocommerce div.product form.cart .button {
    padding: 18px;
    margin-left: 0;
    height: 50px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
    color: #ffe000;
    line-height: 1.3
}

.woocommerce div.product form.cart div.quantity input.input-text.qty.text {
    color: var(--secondry);
    font-weight: 700;
    background-color: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    box-shadow: unset;
    width: 25px;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.woocommerce div.product form.cart div.quantity i.minus {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-style: inherit;
}

.woocommerce div.product form.cart div.quantity i.plus {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-style: inherit;
}

button.single_add_to_cart_button.button {
    background-color: #68cc46 !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    border-radius: 25px 0 0 25px;
    padding: 15px;
    margin: -5px -5px -5px 15px;
    overflow: hidden
}

.summary.entry-summary h3 {
    font-size: 15px
}

ul.cus-style {
    padding-right: 20px
}

ul.cus-style li {
    list-style: circle;
    line-height: 2;
    font-size: 13px
}

.woocommerce-product-details__short-description, .cus-box-style {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin: 15px 0;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .woocommerce-product-details__short-description, [data-theme="dark"] .cus-box-style {
    background-color: var(--night-element-bg);
}

.woocommerce-product-details__short-description p {
    text-align: justify
}

.cus-box-style {
    margin-top: 35px
}

.product_meta {
    margin: 10px
}

.product_meta .posted_in a, .product_meta .tagged_as a {
    font-weight: 400;
    margin: 5px;
    color: #444
}

.product_meta .posted_in, .product_meta .tagged_as {
    display: block;
    margin: 20px 10px 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    /*direction: rtl;*/
    /*background-color: #fff;*/
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
    /*float: right !important;*/
}

.pswp__caption__center {
    display: none
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.85) !important
}

ul.jcaa_attr_select li span {
    display: block;
    padding: 0 10px
}

ul.jcaa_attr_select a.jcaa_attr_option {
    border: 1px solid #87878d;
    border-radius: 5px;
    margin: 5px;
    color: #87878d;
    padding: 6px 14px;
    line-height: 4;
}

ul.jcaa_attr_select li img {
    width: 65px;
    margin: 3px;
    height: 65px;
}

ul.jcaa_attr_select .jcaa_active_attr {
    border-radius: 6px;
}

ul.jcaa_attr_select li.jcaa_active_attr div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    border-radius: 6px;
    background-color: #fff;
}

ul.jcaa_attr_select .jcaa_active_attr a {
    border: 1px solid var(--primary);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: var(--primary);
}

ul.jcaa_attr_select li div {
    text-align: center;
}

ul.jcaa_attr_select li {
    display: inline-block;
    margin: 9px 6px
}

.page-template ul.jcaa_attr_select li, .archive ul.jcaa_attr_select li, .post-type-archive ul.jcaa_attr_select li {
    margin: 0
}

.archive ul.jcaa_attr_select li span {
    padding: 0;
    width: 15px;
    margin-right: -4px;
}

.variations ul.jcaa_attr_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    font-size: 10px;
    text-align: left;
    padding: 10px 0;
}

.jcaa_active_attr .jcaa_attr_option div {
    border: 1px solid
}

.jcaa_attr_option div {
    width: 20px;
    height: 20px;
    border-radius: 25px
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    background-color: var(--light-element-bg);
}

.reset_variations {
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    display: inline-block !important;
    padding: 0 12px;
    position: absolute;
    right: 7px;
    bottom: 7px
}

.single-side-box {
    text-align: center;
    width: 130px;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    background-color: var(--light-element-bg);
    z-index: 9;
    position: relative;
    float: left;
    margin-top: -75px;
}

.single-side-box .woocommerce-product-rating {
    margin-top: 5px
}

.single-side-box .star-rating {
    margin: 5px auto;
    float: unset
}

.woocommerce div.product div.summary .ppla {
    font-size: 11px;
    padding-left: 130px;
    text-align: center;
    color: #666;
    height: 20px
}

.woocommerce div.product div.summary p.ppla::after {
    content: '';
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    left: 0;
    margin-top: -5px;
    right: 10px
}

.woocommerce .woocommerce-product-rating .star-rating {
    text-align: center;
    display: inline-block;
    float: unset;
    margin: 5px 0
}

.woocommerce div.product .woocommerce-product-ratin, .single-side-box .woocommerce-review-link {
    display: inline-block;
    width: 70%;
    font-size: 10px;
    margin: 0;
    color: #777
}

.is-in-stock {
    margin: 6px;
    color: var(--secondry);
}

.is-in-stock i, .out-of-stock i {
    font-size: 16px;
    vertical-align: middle
}

.out-of-stock {
    margin: 6px;
    color: var(--primary);
}

.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
    text-align: center;
    margin: 0 auto
}

.woocommerce div.product .summary.entry-summary p.price {
    text-align: center;
    padding-left: 130px
}

.woocommerce-tabs .woocommerce-Tabs-panel {
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 85vh;
    display: unset !important;
    visibility: hidden;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
    bottom: 0;
    margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.active {
    visibility: visible;
    opacity: 1;
    background-color: var(--light-bg);
    color: var(--text-light);
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    padding-left: 15px;
    padding-right: 15px;
}

[data-theme="dark"] .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.active {
    background-color: var(--night-bg);
    color: var(--text-night);
}

tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal::before {
    display: none;
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0%)
    }
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 700;
    margin: 25px 20px 10px 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.woocommerce div.product .woocommerce-tabs .panel h2.g-att {
    font-size: 13px;
    overflow: visible
}

.woocommerce div.product .woocommerce-tabs .panel h2.g-att::before {
    content: '';
    width: 25px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    margin-left: 12px;
    margin-right: -25px;
    background-color: #ddd
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 15px;
    line-height: 2
}

.woocommerce div.product .woocommerce-tabs .panel td p {
    margin: 0 10px;
    font-style: normal
}

.woocommerce table.shop_attributes th {
    width: 40%;
    line-height: 2;
    font-size: 13px
}

.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0;
    text-align: right;
    padding: 5px 10px;
    border-radius: 10px
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 10px 20px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

.single-product .tcw-comment-like-dislike-wrap .tcw-comment-like-dislike-trigger + .tcw-comment-like-dislike-trigger {
    background-color: rgba(255, 0, 0, 0.6);
    border: 0;
    color: #fff;
    margin-right: 5px;
    padding: 2px 13px
}

.single-product .tcw-comment-like-dislike-wrap .tcw-comment-like-dislike-trigger {
    font-family: inherit;
    font-size: 10px;
    background-color: rgba(104, 204, 70, 0.75);
    color: #fff;
    border: 0;
    margin-right: 0
}

div#review_form_wrapper span#reply-title {
    font-size: 11px;
    padding: 5px;
    display: block
}

#respond .comment-reply-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f1f1d
}

form#commentform {
    margin: 15px 10px
}

div#review_form_wrapper {
    padding: 10px
}

.woocommerce div.product .woocommerce-tabs .panel::after {
    content: '';
    width: 100%;
    display: block;
    height: 160px;
}

#tab-closer, #popup-closer {
    position: fixed;
    top: 105px;
    left: 10px;
    z-index: -1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    margin: 10px;
    padding: 3px;
    background: var(--primary);
    cursor: pointer;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden
}

#popup-closer {
    top: unset;
}

#tab-closer.active, #popup-closer.active {
    animation: pulse 2s infinite;
    z-index: 999;
    opacity: 1;
    visibility: visible
}

#tab-closer.active:hover, #popup-closer.active:hover {
    animation: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 78, 96, 0.6)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 78, 96, 0.6);
        box-shadow: 0 0 0 0 var(--primary);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.woocommerce #review_form #respond p {
    font-size: 10px;
    color: #8e8e8e;
    display: inline-block
}

#commentform .woocommerce #review_form #respond p {
    font-size: 10px;
    color: #8e8e8e;
    vertical-align: baseline
}

#commentform .comment-form-rating label {
    vertical-align: top
}

#commentform .stars span {
    font-size: 15px;
    margin-right: 10px
}

form#commentform p textarea, form#commentform p input {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    display: block
}

#respond .form-submit input#submit {
    background-color: var(--secondry);
    color: var(--text-inbox);
    font-size: 12px;
    font-family: inherit;
    padding: 10px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: unset !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    text-indent: unset !important;
    font-size: 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00e' !important;
    position: absolute;
    font-size: 22px;
    width: 0;
    height: 0;
    border: 0;
    left: 10px;
}

#respond form#commentform .form-submit {
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--light-element-bg);
    border-radius: 10px;
    margin: 10px;
    width: 42%;
    height: 120px;
    padding-top: 43px;
    border: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--light-element-bg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 5px 10px;
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

li#tab-title-reviews a:before {
    content: "\f4b6";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: inherit;
    font-weight: 400
}

li#tab-title-additional_information a:before {
    content: "\f733";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 400
}

li#tab-title-description a:before {
    content: "\f732";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 400
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: 'بیشتر';
    color: var(--primary);
    position: absolute;
    bottom: 25px;
    left: 25px
}


[data-theme="dark"] .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .ngr-filter-product-button {
    background-color: var(--night-element-bg);
}

.ngr-filter-product-button {
    position: fixed;
    width: 45px;
    height: 45px;
    background-color: #fff;
    bottom: 68px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16) !important;
    text-align: center;
    font-size: 22px;
    padding: 10px;
    transition-duration: .3s;
    transform: scale(1);
    z-index: 9;
    right: 6px
}

.ngr-filter-product-button.close {
    background-color: var(--primary);
    color: #fff;
    animation: pulse 2s infinite;
    transform: scale(0.7)
}

.product-filter-modal .ngr_filter:last-child {
    margin-bottom: 130px
}

.product-filter-modal {
    position: fixed;
    background-color: #fff;
    z-index: -1;
    left: 0;
    right: 0;
    visibility: hidden;
    overflow-y: auto;
    max-height: 80vh;
    transition-duration: .3s;
    bottom: 0;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -4px 15px rgba(51, 51, 51, 0.19);
    padding: 10px 25px 105px
}

.product-filter-modal.open {
    z-index: 99;
    visibility: visible;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.product-filter-modal:not(.open) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.content-blur {
    filter: blur(7px)
}

.content-area, .page-content-wrapper {
    transition-duration: .5s
}

.content-area.content-blur::before, .page-content-wrapper.content-blur::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98
}

.ngr-filter-product-button.close .fa-sliders-h::before {
    content: "\f00d";
    color: #fff
}

#ngr-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff
}

#ngr-preloader::before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 2px solid var(--primary);
    border-top-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
    border-bottom-color: #fff
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.top-category-archive-page h2 {
    font-size: 14px;
    margin: 10px 13px 0 0;
    color: var(--text-light)
}

.top-category-archive-page .swiper-slide ul {
    padding: 10px 15px;
    line-height: 2
}

.top-category-archive-page .swiper-slide li a {
    color: #666;
    font-size: 12px
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: var(--primary);
    color: var(--text-inbox);
    font-size: 10px;
    border-radius: 0 0 15px 15px;
    margin: 0;
    padding: 0
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 2;
    -webkit-box-orient: vertical;
    max-height: 58px
}

.timer-product-slider.swiper-container {
    padding: 8px 0;
}

.woocommerce .hscroll-product .product span.price, .hscroll-product .product span.price, .woocommerce ul.products li.product span.price {
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: 14px;
    color: var(--secondry);
    font-weight: 700;
    margin: 0;
    text-align: left;
    padding-right: 40px
}

.woocommerce ul.products.list .woocommerce-LoopProduct-link {
    display: block;
}

.hscroll-product .product .price ins, .woocommerce ul.products li.product .price ins {
    text-decoration: none
}

.hscroll-product .product .price del, .woocommerce ul.products li.product .price del {
    color: var(--primary);
    font-size: 13px;
    display: block
}

.theme-negar .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 5px;
    background-color: var(--light-element-bg);
}

.theme-negar .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    top: 8px
}

.woocommerce ul.products li.product {
    padding: 7px !important
}

.woocommerce .woocommerce-breadcrumb {
    text-align: left;
    margin-top: -10px;
    margin-left: 10px
}

h1.woocommerce-products-header__title.page-title {
    font-size: 16px;
    color: var(--text-light);
    margin: 10px 15px
}

.active-filter .widget_layered_nav_filters {
    padding: 7px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 20px
}

.active-filter .widget_layered_nav_filters h2 {
    font-size: 12px;
    font-weight: 400
}

.active-filter .widget_layered_nav_filters ul li {
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 6px
}

.ui-widget-content {
    background-color: #fff;
    border: 1px double #ddd;
    border-radius: 1em
}

.ui-slider-horizontal {
    height: 4px
}

.ui-slider {
    position: relative;
    text-align: right;
    margin: 20px .5em
}

.ui-slider-range {
    background-color: #ff637d;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em
}

.ui-slider-handle {
    background-color: #fff;
    border: 2px solid #aaa;
    width: 13px;
    height: 13px;
    cursor: auto;
    transition-duration: .3s;
    top: -6px;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    outline: 0;
    margin-left: -.5em;
    background-color: #fff;
    border: 2px solid rgba(249, 78, 96, 0.74);
    width: 26px;
    height: 26px;
    cursor: auto;
    transition-duration: .1s;
    top: -13px;
    box-shadow: inset 0 0 5px var(--primary);
}

.product-filter-modal .ngr_filter .price_slider_wrapper .price_label {
    text-align: center;
    direction: rtl;
    margin-top: 20px
}

.product-filter-modal .ngr_filter {
    margin-bottom: 45px
}

.product-filter-modal .ngr_filter h2 {
    font-size: 15px;
    margin-bottom: 30px
}

.wc-layered-nav-rating .star-rating {
    float: right
}

.product-filter-modal .ngr_filter > ul {
    padding-right: 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    position: relative;
    padding: 9px 7px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    padding: 5px 25px 5px 5px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-position: -193px -81px;
    border: 1px solid #d4dbde;
    border-radius: 2px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 12px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #1ca2bd
}

.product-filter-modal .ngr_filter .price_slider_wrapper .price_label {
    text-align: center;
    direction: rtl;
    margin-top: 20px
}

.product-filter-modal .ngr_filter .price_slider_wrapper button {
    width: 30%;
    display: block;
    margin: 0 auto;
    background-color: var(--secondry);
    color: #fff;
    font-weight: 400;
    border-radius: 25px
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    outline: 0;
    margin-left: -.5em
}

.woocommerce button.button.tm-woowishlist-button, a.button.tm-woowishlist-page-button {
    background-color: transparent;
    font-size: 25px;
    z-index: 2;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    top: 145px;
    right: 0;
    line-height: 40px
}

.hscroll-product .button.tm-woowishlist-button.btn.btn-default {
    top: 10px;
    right: 0;
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: var(--text-light);
}

.hscroll-product .button.tm-woowishlist-button.btn.btn-default.added {
    color: var(--primary);
}

.hscroll-product .button.tm-woowishlist-button.btn.btn-default.in_wishlist {
    color: #f94e60;
}

.top-header-center strong {
    color: var(--text-light);
}

[data-theme="dark"] .top-header-center strong {
    color: var(--text-night);
}

.woocommerce a.button.tm-woowishlist-page-button {
    background-color: transparent;
    top: 147px;
    color: var(--primary);
}

.woocommerce button.tm-woowishlist-button-single.loading:after {
    top: 0;
    left: 6px;
    background-color: #fff
}

button.button.tm-woowishlist-button.added::after {
    display: none
}

a.button.tm-woocompare-page-button {
    position: fixed;
    bottom: 60px;
    z-index: 15;
    border-radius: 20px 0 0 20px;
    padding: 11px 12px;
    font-weight: 400;
    font-size: 14px;
    background-color: #3978ec !important
}

.woocommerce button.button.tm-woowishlist-button .far.fa-heart {
    font-family: "Font Awesome 5 pro";
    font-style: normal;
}

.button.tm-woocompare-button.tm-woocompare-button-single {
    font-size: 0;
    background-color: transparent;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    top: 190px;
    z-index: 2;
    right: 0
}

.tm-woocompare-button-single::before {
    content: "\f6ad";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit;
    font-size: 25px;
    padding: 20px 10px;
    background-color: transparent
}

button#ngr-share {
    background-color: transparent;
    font-size: 25px;
    z-index: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    top: 230px;
    right: 0
}

button#ngr-share::before {
    content: '';
    width: 80px;
    height: 190px;
    border: 1px solid #ddd;
    position: absolute;
    right: -30px;
    top: -135px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    z-index: -1
}

.tm-woocompare-button-single.added {
    color: var(--primary) !important
}

.tm-woocompare-button-single.added:after {
    font-size: 0 !important
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: transparent;
    color: #515151;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    right: 0;
    left: auto;
    top: 100px
}

.woocommerce button.button.loading::after {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f3f4" !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    width: 13px;
    height: 13px;
    border-color: #515151;
    top: 9px;
    right: 8px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    height: 9px;
    background: #515151;
    top: 21px;
    right: 23px
}

.view-mode {
    float: left;
    padding: 4px 8px;
}

[data-theme="dark"] .top-category-archive-page .swiper-slide li a {
    color: #fff
}

.theme-negar.woocommerce .woocommerce-ordering, .theme-negar.woocommerce-page .woocommerce-ordering {
    float: right;
    margin-right: 10px !important;
    margin-bottom: 30px;
}

[data-theme="dark"] .view-mode {
    color: #767676
}

[data-theme="dark"] .view-mode i.active {
    color: var(--text-night);
}

.view-mode i.active {
    color: var(--text-light);
}

.view-mode i {
    font-size: 20px;
    vertical-align: middle;
    padding: 5px;
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 49%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 9px;
    transition-duration: .1s;
}

.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n+1), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n+1) {
    margin-left: 6px;
}

.woocommerce ul.products.list[class*="columns-"] li.product, .woocommerce-page ul.products.list[class*="columns-"] li.product {
    width: 100%;
    height: auto
}

.woocommerce ul.products:not(.list) li.product {
    animation-name: swichmode;
    animation-duration: .7s
}

.woocommerce ul.products:not(.list) li.product:first-child {
    animation-name: none
}

@keyframes swichmode {
    from {
        filter: opacity(0)
    }
    to {
        filter: opacity(1)
    }
}

.woocommerce ul.products.list li.product a img {
    display: inline-block;
    transition-delay: .1s;
    max-width: 110px;
    margin: 5px;
    margin-bottom: 25px
}

.woocommerce ul.products li.product a img {
    transition-duration: .3s;
    max-width: 180px;
    margin: 0 auto;
}

.woocommerce ul.products.list li.product .woocommerce-loop-product__title {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 12px;
    max-height: unset
}

.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.woocommerce-tabs .woocommerce-Tabs-panel:not(.active) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transition-delay: 1s
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(0%)
    }
    100% {
        transform: translateY(120%)
    }
}

@keyframes slideleftLarge {
    0% {
        transform: translateX(240px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes sliderightLarge {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(240px);
    }
}

.suha-sidenav-wrapper:not(.nav-active) {
    animation: sliderightLarge .2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


#ngr-product-tab-modal {
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 95;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

[data-theme="dark"] #ngr-product-tab-modal {
    background-color: rgba(0, 0, 0, 0.8);
}

#ngr-product-tab-modal.active {
    opacity: 1;
    visibility: visible
}

.checkout-sub-navbar {
    background-color: var(--primary);
    padding: 40px 10px 45px;
}

.checkout-sub-navbar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0
}

.checkout-sub-navbar ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15
}

.checkout-sub-navbar ul .ngr-nav {
    text-align: center;
    position: relative;
    min-width: 85px
}

.checkout-sub-navbar ul .ngr-bar {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-top: 45px
}

.checkout-sub-navbar ul .ngr-nav p {
    color: var(--text-inbox)
}

.checkout-sub-navbar ul .ngr-nav span {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background-color: var(--light-element-bg);
    border-radius: 26px;
    line-height: 26px;
    z-index: 10;
    position: relative;
    color: var(--text-light);
}

.woocommerce-cart .checkout-sub-navbar ul .ngr-nav:first-child span {
    animation: pulse-light 2s infinite
}

.woocommerce-cart .checkout-sub-navbar ul li:nth-child(3) span, .woocommerce-cart .checkout-sub-navbar ul li:last-child span {
    opacity: .5
}

.woocommerce-cart .checkout-sub-navbar ul li:nth-child(2) span {
    position: absolute;
    height: 4px;
    z-index: 99;
    background-color: var(--light-element-bg);
    width: 40%;
    top: -1px;
    border-radius: 8px
}

.woocommerce-checkout .checkout-sub-navbar ul li:nth-child(3) span {
    animation: pulse-light 2s infinite
}

.woocommerce-checkout .checkout-sub-navbar ul li:last-child span {
    opacity: .5
}

.woocommerce-checkout .checkout-sub-navbar ul li:nth-child(4) span {
    position: absolute;
    height: 4px;
    z-index: 99;
    background-color: #fff;
    width: 40%;
    top: -1px;
    border-radius: 8px
}

.woocommerce-checkout .checkout-sub-navbar ul li:nth-child(2) span {
    width: 100%;
    position: absolute;
    height: 4px;
    z-index: 99;
    background-color: #fff;
    top: -1px;
    border-radius: 8px
}

.woocommerce-checkout .checkout-sub-navbar ul li:first-child span::before, .woocommerce-checkout.woocommerce-order-received ul li:nth-child(3) span::before, .woocommerce-checkout.woocommerce-order-received ul li:nth-child(5) span::before {
    content: "\f00c";
    font-size: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit
}

.woocommerce-checkout .checkout-sub-navbar ul li:first-child span {
    font-size: 0
}

.woocommerce-checkout.woocommerce-order-received .checkout-sub-navbar ul li:nth-child(4) span {
    width: 100%
}

.woocommerce-checkout.woocommerce-order-received .checkout-sub-navbar ul li:nth-child(3) span {
    animation: none
}

.woocommerce-checkout.woocommerce-order-received .checkout-sub-navbar ul li span {
    opacity: 1;
    font-size: 0
}

.woocommerce-cart .page-content-wrapper, .woocommerce-checkout .page-content-wrapper {
    margin-top: -27px;
    background-color: var(--light-bg);
    border-radius: 20px 20px 0 0;
    padding-top: 25px
}

[data-theme="dark"] .woocommerce-cart .page-content-wrapper, [data-theme="dark"] .woocommerce-checkout .page-content-wrapper {
    background-color: var(--night-bg)
}

@-webkit-keyframes pulse-light {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes pulse-light {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

body.woocommerce-account .footer-nav-area, body.woocommerce-account .negar-footer-part {
    display: none
}

.woocommerce-account .top-header-icon a {
    color: var(--text-light);
}

[data-theme="dark"] .woocommerce-account .top-header-icon a {
    color: var(--text-night);
}

.woocommerce-account .top-header-sidebar span {
    background-color: var(--text-light);
}

[data-theme="dark"] .woocommerce-account .top-header-sidebar span {
    background-color: var(--text-night);
}

.woocommerce-account .header-area {
    background-color: var(--primary);
    color: var(--text-light);
}

.customer-account .login-box, .customer-account .register-box {
    height: 100%;
    overflow: scroll;
}

.customer-account .account-header {
    height: 10%;
    position: relative;
    background-color: var(--primary);
    border-bottom-right-radius: 25px;
    text-align: center;
}

.customer-account .account-header span {
    font-size: 20px;
    line-height: 45px;
    color: var(--text-inbox);
}

.customer-account .account-header::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50px;
    right: 70%;
    background-color: var(--primary);
    bottom: -30px
}

.woocommerce form.login, .woocommerce form.register {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 25px;
    margin: 0;
    border: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}

.customer-account {
    height: calc(100vh - 50px);
    overflow: hidden;
    margin-top: -10px;
}

.customer-account .register-box {
    transform: translateY(0%);
    background-color: #fff;
    transition-duration: .6s;
    visibility: hidden;
    z-index: 99;
    position: relative;
}

.customer-account .register-box.open {
    transform: translateY(-100%);
    visibility: visible;
    overflow: scroll;
}

.negar-footer-part {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 30px 0 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transition-duration: 300ms;
}

.negar-footer-part .social-link-button {
    text-align: center;
    flex-basis: 100%;
}

.negar-footer-part .social-link-button a {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 5px;
    width: 50px;
    height: 60px;
    display: inline-block;
    padding: 15px 10px;
    vertical-align: middle;
    background-color: var(--light-bg);;
}

.negar-footer-part .social-link-button a img {
    width: 30px
}

[data-theme="dark"] .negar-footer-part .social-link-button a {
    background-color: var(--night-bg);
}

.negar-footer-part .first-menu, .negar-footer-part .second-menu {
    flex-basis: 50%;
    padding-right: 25px;
    width: 50%;
}

.negar-footer-part .first-menu h4, .negar-footer-part .second-menu h4 {
    text-align: right;
    margin-bottom: 15px;
    padding-right: 15px;
}

.negar-footer-part #accordian li {
    margin-bottom: 15px;
    font-weight: normal;
}

.negar-footer-part h4 {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}

.about-us-footer span {
    color: var(--text-light);
}

[data-theme="dark"] .about-us-footer span {
    color: var(--text-night);
}

.footer-phone-info .phones {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.validationlogos {
    width: 47%;
    overflow: hidden
}

.footer-image-widget {
    flex-basis: 50%;
}

.footer-phone-info .box-phone {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding-left: 16px;
    background-color: var(--light-bg);
    line-height: 22px;
    direction: ltr;
    margin-bottom: 20px;
}


[data-theme="dark"] .footer-phone-info .box-phone {
    background-color: var(--night-bg);
}

.footer-phone-info .box-phone i {
    background-color: #14ce3f;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    margin-left: 15px;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.footer-phone-info .box-phone a .phone_code {
    margin-right: 8px;
    font-weight: bold;
}

.footer-phone-info .box-phone a {
    font-size: 14px;
    vertical-align: text-top;
    line-height: 42px;
}

.about-us-footer {
    font-size: 13px;
    flex-basis: 100%;
    text-align: center;
    padding: 15px 0;
}

.negar-footer-part > div {
    margin-bottom: 25px;
}

.footer-img-address a {
    display: inline-block;
    width: 48%;
    padding-bottom: 20px
}

.negar-footer-part {
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .negar-footer-part {
    background-color: var(--night-element-bg);
}

.validationlogos .footer-images {
    margin: 5px;
    border-radius: 10px
}

.footer-image-widget a {
    padding-right: 15px
}

.footer-image-widget a img {
    border-radius: 10px;
    width: 90%;
    height: auto;
}

.first-menu #accordian, .second-menu #accordian {
    margin-right: -10px
}

ol.flex-control-nav.flex-control-thumbs li {
    padding: 5px
}

.woocommerce div.product form.cart .variations label {
    color: var(--text-light)
}

[data-theme="dark"] .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .single-side-box {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce div.product form.cart .variations label {
    color: var(--text-night)
}

[data-theme="dark"] .woocommerce div.product div.summary p.ppla::after {
    background-color: #3c3c3c
}


[data-theme="dark"] .woocommerce-product-details__short-description, [data-theme="dark"] .cus-box-style {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .title-intro.content-red-title span, [data-theme="dark"] ul.cus-style li {
    color: var(--text-night);
}

[data-theme="dark"] .jcaa_active_attr .jcaa_attr_option div {
    border: 1px solid #fff
}

[data-theme="dark"] .product_meta .posted_in, [data-theme="dark"] .product_meta .posted_in a, [data-theme="dark"] .product_meta .tagged_as a, [data-theme="dark"] .product_meta .tagged_as, [data-theme="dark"] .top-category-archive-page h2, [data-theme="dark"] h1.woocommerce-products-header__title.page-title {
    color: var(--text-night)
}

[data-theme="dark"] .woocommerce-variation-add-to-cart, [data-theme="dark"] .summary.entry-summary .woocommerce-variation-add-to-cart, [data-theme="dark"] .product-type-simple form.cart {
    background-color: #1b1f2b;
    color: #fff
}

[data-theme="dark"] .woocommerce ul.products[class*="columns-"] li.product, [data-theme="dark"] .woocommerce-page ul.products[class*="columns-"] li.product {
    background-color: var(--night-element-bg);
}

.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .negar-footer-nav .ngr-filter-product-button {
    background-color: var(--night-element-bg);
}

.woocommerce div.product form.cart .variations td.label {
    display: inline-block;
    width: 80px
}

.suha-sidenav-wrapper .bottom-part {
    position: fixed;
    bottom: 0;
    width: 240px;
    height: auto;
}

.woocommerce .woocommerce-ordering select {
    font-family: inherit;
    padding: 5px 0;
    font-size: 11px;
    border: 0;
    text-indent: 5px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto;
    background-color: transparent;
    color: var(--text-light);
}

.shop_table tr.cart-subtotal td {
    font-size: 16px;
    color: var(--secondry)
}

[data-theme="dark"] .woocommerce .woocommerce-ordering select {
    color: var(--text-night);
}

select:not([multiple=multiple]), select:not([multiple=multiple]).form-control {
    background-image: unset
}

.woocommerce table.shop_table td {
    border-top: 0;
    font-size: 13px
}

.woocommerce-shipping-totals ul#shipping_method li {
    margin-bottom: 20px
}

.woocommerce-shipping-totals ul#shipping_method {
    padding: 15px
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: inline-block !important
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    width: 40%;
    height: auto
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
    width: auto;
    height: auto
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail:before {
    display: none
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin: 10px;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 20px;
    border-radius: 100%;
    padding: 0
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a.remove {
    padding-left: 5px;
    color: var(--primary) !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
    display: inline-block;
    font-size: 13px;
    width: 50%;
    padding: 0;
    text-align: right !important;
    line-height: 2
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    display: none !important
}

.woocommerce table.shop_table {
    border: 0
}

tr.woocommerce-cart-form__cart-item.cart_item .product-quantity, tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal, tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal span, tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
    display: inline-block !important;
}

.woocommerce form .form-row input.input-text {
    height: 38px;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
    background-color: var(--light-element-bg);
    color: var(--text-light);
}

tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    float: left;
    font-size: 15px;
    color: var(--secondry)
}

tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity span {
    display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset
}

tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity i {
    border: 1px solid #ddd;
    padding: 5px 7px;
    border-radius: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-style: inherit;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
    margin-right: 10px
}

tr.woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity input {
    color: var(--secondry);
    font-weight: 700;
    background-color: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    box-shadow: unset;
    width: 25px;
    padding: 0;
    border-radius: 0;
    border: 0;
    height: 25px;
}

.woocommerce table.shop_table tbody tr td.actions {
    position: relative
}

.woocommerce table.shop_table tbody tr td.actions div.coupon {
    display: inline-block;
    float: right
}

.woocommerce table.shop_table tbody tr td.actions div.coupon .input-text {
    width: 190px;
    border-radius: 15px;
    font-family: inherit;
    font-size: 11px;
    margin-left: -80px;
    background-color: var(--light-element-bg);
}

.woocommerce table.shop_table tbody tr td.actions div.coupon .button {
    width: 80px;
    font-size: 10px;
    font-family: inherit;
    background-color: var(--primary);
    color: var(--text-inbox);
    border-radius: 15px;
    height: 38px;
}

.woocommerce table.shop_table tbody tr td.actions .button[name="update_cart"] {
    height: 35px;
    background-color: var(--secondry);
    color: var(--text-inbox);
    width: 50px;
    padding: 0;
    font-family: inherit;
    font-size: 0;
    float: left;
    border-radius: 10px;
}

.woocommerce table.shop_table tbody tr td.actions .button[name="update_cart"]::before {
    content: '\f01e';
    color: var(--text-inbox);
    font-size: 15px;
    font-family: 'Font Awesome 5 Pro';
    line-height: 35px;
    display: block;
    text-align: center;
}

.cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping, .cart-collaterals .cart_totals .order-total {
    display: none
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0
}

.cart-collaterals .cart_totals h2 {
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    background-color: rgba(104, 204, 69, 0.11);
    padding: 10px;
    border-radius: 15px;
    width: 90%;
    margin: 0 auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper[name="woocommerce_checkout_place_order"], .woocommerce-checkout #place_order[name="woocommerce_checkout_place_order"] {
    background-color: var(--secondry);
    font-size: 12px;
    z-index: 99;
    position: fixed;
    bottom: 0;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    width: 75% !important;
    margin: 0 !important;
    padding: 1.3em;
    font-family: inherit;
    right: 0
}

.woocommerce-checkout h3 {
    font-size: 15px
}

.woocommerce-checkout .col2-set, .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    max-width: unset !important;
    float: unset !important;
    margin-top: 15px;
}

.input-text {
    padding: 5px;
    font-family: inherit;
    height: 38px;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    margin-bottom: 15px;
    color: #86868b;
}

.woocommerce form .form-row {
    margin: 0 0 10px;
    background-color: var(--light-bg);
}

.woocommerce table.shop_table td strong.product-quantity {
    float: left
}

.woocommerce table.shop_table tr.cart_item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    margin: 15px;
    border-radius: 10px;
    padding: 15px 5px;
    position: relative;
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .woocommerce table.shop_table tr.cart_item {
    background-color: var(--night-element-bg);
}

.woocommerce-checkout h3#order_review_heading {
    margin-right: 15px
}

table.shop_table.woocommerce-checkout-review-order-table {
    border-spacing: 0 14px
}

p#billing_country_field {
    display: none
}

.woocommerce-checkout tr.woocommerce-shipping-totals.shipping .woocommerce-Price-amount.amount {
    display: inline-block
}

.woocommerce-checkout tr.woocommerce-shipping-totals.shipping th {
    display: none
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ececec
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ececec;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    background-color: var(--light-bg);
}

.woocommerce-order-received section.woocommerce-order-details, .woocommerce-order-received section.woocommerce-customer-details {
    display: none
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    text-align: center;
    display: block !important
}

.woocommerce-order-received .woocommerce-order p {
    display: none
}

.woocommerce-order-received .woocommerce-order {
    text-align: center
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details {
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 0;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    border-bottom: 0
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details li {
    float: unset;
    margin: 15px 0;
    padding: 5px;
    border: 0;
    text-align: center;
    color: var(--text-light);
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details li strong {
    display: inline-block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.1
}

li.woocommerce-order-overview__email.email {
    display: none
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details:after {
    content: '\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077\f077';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color: #ddd;
    bottom: -7px;
    left: 0;
    right: 0;
    letter-spacing: -1px;
    overflow: hidden
}

.woocommerce-order-received ul.woocommerce-thankyou-order-details:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 4px;
    background-color: #9b9b9b;
    top: -1px;
    left: -15px
}

li.woocommerce-order-overview__order.order:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--secondry);
    border-radius: 100%;
    font-size: 26px;
    color: #fff;
    padding: 10px;
    top: -30px;
    left: 40%
}

.woocommerce-order-received a.view-account-btn {
    display: block;
    background-color: var(--primary);
    margin: 90px 90px 0;
    padding: 10px;
    border-radius: 10px;
    color: var(--text-inbox);
    font-size: 12px
}

.cross-sells h2.maybe-like-it {
    font-size: 12px;
    margin-right: 10px
}

.woocommerce-account .page-content-wrapper {
    padding-top: 50px;
    margin-bottom: 0;
}

.register-box #signin-link {
    z-index: 10;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
}

.top-header-center.col-4 {
    padding: 0;
}

.theme-negar #my-account-menu .user-profile, .theme-negar #my-account-menu-tab .user-profile {
    background-color: var(--primary);
    border: 0;
    text-align: right;
    padding-right: 25px;
    border-bottom-right-radius: 25px;
}

.theme-negar #my-account-menu-tab .user-info {
    padding-right: 20px
}

.theme-negar #my-account-menu-tab .user-info p {
    color: var(--text-inbox);
    font-size: 16px
}

.theme-negar .user-profile .user-info .logout a {
    padding-right: 0;
    color: var(--text-inbox);
    border-color: rgba(255, 255, 255, 0.3) !important;
    margin-left: 10px
}

#my-account-menu-tab .user-profile::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20%;
    bottom: -50px;
    background-color: var(--primary);
    height: 80px
}

.theme-negar #my-account-menu-tab .myaccount-menu {
    display: flex;
    position: relative;
    margin: 0;
    flex-wrap: nowrap;
    width: auto;
    overflow: auto;
    white-space: nowrap;
    padding: 30px 10px;
    background-color: var(--light-bg);
}

.theme-negar #my-account-menu-tab .myaccount-menu > li {
    border: 1px solid #e3e3e3;
    padding: 5px;
    text-align: right;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-left: 12px;
    width: 120px;
    height: 100px;
    min-width: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
}

.theme-negar #my-account-menu-tab .myaccount-menu > li > a {
    text-align: center;
    padding: 17px 0;
    border: 0;
    color: var(--text-light);
}

.theme-negar #my-account-menu-tab .myaccount-menu > li > a > i {
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.theme-negar #my-account-menu-tab .myaccount-menu > li > a span {
    display: block;
}

.theme-negar #my-account-menu-tab .myaccount-menu > li.active {
    box-shadow: none;
}

.theme-negar #my-account-menu-tab .myaccount-menu > li.active a {
    color: var(--primary);
}


.theme-negar #my-account-menu-tab .myaccount-submenu {
    border: 0
}

.theme-negar #my-account-content {
    position: relative;
    margin-top: -20px;
}

.woocommerce-loop-product__link ul.jcaa_attr_select {
    display: none
}

.woocommerce-loop-product__link ul.jcaa_attr_select:first-child {
    position: absolute;
    display: block;
    width: 15px;
    right: 10px;
    z-index: 9;
    top: 65px;
    padding: 0;
}

.archive .woocommerce-loop-product__link ul.jcaa_attr_select:first-child {
    right: 20px;
}

.woocommerce-loop-product__link ul.jcaa_attr_select:first-child li .jcaa_obj_color {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    padding: 0
}

.validation-logos-slider {
    z-index: 0;
    position: relative
}

.product.type-product.outofstock > .woocommerce-loop-product__link::after {
    content: '';
    position: absolute;
    background-color: rgba(227, 227, 227, 0.30);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px
}

.product.outofstock .woocommerce-variation-add-to-cart {
    display: none
}

.theme-negar .tcw-product__add {
    z-index: 99;
    position: fixed;
    bottom: 0;
    background-color: var(--light-element-bg);
    color: var(--text-light);
    padding: 5px;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    width: 75%
}

[data-theme="dark"] .theme-negar .tcw-product__add {
    background-color: var(--night-element-bg);
    color: var(--text-night);
}


.tcw-product__share {
    display: none !important
}

.theme-negar .tcw-product__add .btn-notify-me {
    background-color: transparent;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    border: 0;
}

[data-theme="dark"] .theme-negar .tcw-product__add .btn-notify-me {
    color: var(--text-night);
}

.theme-negar .tcw-product__add .btn-notify-me::before {
    content: '\f0f3';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto !important;
    height: auto !important;
    transform: unset !important;
    right: auto;
    top: auto;
    margin-left: 15px
}

.theme-negar .tcw-product__add .btn-notify-me::after {
    display: none
}

#notifierModal {
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 85vh;
    display: unset !important;
    visibility: hidden;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important
}

#notifierModal.show {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

#notifierModal.tcw-modal:not(.show) {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transition-delay: 1s
}

.theme-negar .tcw-btn-close {
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    position: fixed;
    left: 20px;
    top: 15px;
    text-align: center;
    line-height: 30px;
    z-index: 4;
    border: 0;
    margin: 10px;
    padding: 3px;
    border-radius: 25px;
    animation: pulse 2s infinite;
    right: auto
}

.woocommerce-account .woocommerce-form-login input.woocommerce-Input, .woocommerce-form.woocommerce-form-register.register input.woocommerce-Input, .woocommerce-lost-password .woocommerce-Input {
    height: 38px;
    border-radius: 7px;
    border: 1px solid #e8e8e8;
}

.woocommerce-account .woocommerce-form-login.login .form-row .woocommerce-button, .woocommerce-form-register.register .woocommerce-form-row.form-row .woocommerce-Button.woocommerce-button, .woocommerce-lost-password .woocommerce-Button.button, .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button, form.woocommerce-form.woocommerce-form-track-order.track_order .form-row button.button, button.button[name="save_address"], header.woocommerce-Address-title.title a, .woocommerce-checkout .woocommerce-button.button.woocommerce-form-login__submit {
    background-color: var(--primary);
    color: var(--text-inbox);
    font-family: inherit;
    font-weight: normal;
    padding: 12px;
    border-radius: 25px;
    display: block;
    float: unset !important;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    width: 70%;
}

.woocommerce-account .woocommerce form .form-row label, .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    font-size: 13px;
    margin-bottom: 3px;
    color: var(--text-light);
}

[data-theme="dark"] .woocommerce-account .woocommerce form .form-row label,[data-theme="dark"] .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    color: var(--text-night);
}

.woocommerce-form__input.woocommerce-form__input-checkbox {
    vertical-align: middle
}

p.woocommerce-LostPassword.lost_password a {
    float: unset !important;
}

.woocommerce-form-login p.lost_password {
    text-align: center;
    display: block;
    font-size: 10px;
}


.login-box #signup-link {
    color: #000;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 4px;
}


.login-box #signup-link:before,
.register-box #signin-link:before {
    content: '\f077';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: -18px;
    font-size: 15px;
    display: inline-block;
    width: 30px;
    border-radius: 10px 10px 0 0;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
    color: #a2a2a2;
    animation: arrowUpLarge 2s infinite
}

@keyframes arrowUpLarge {
    0% {
        transform: translateY(30%);
        opacity: .9
    }
    100% {
        transform: translateY(-30%);
        opacity: .1
    }
}

.woocommerce-account .top-header-center {
    display: none
}

.woocommerce-account .woocommerce-password-strength {
    width: auto;
    margin: 10px 0 0;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    left: 0;
    padding: 7px 15px;
    z-index: 9;
    height: 38px
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    position: relative;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 20px !important;
}

[data-theme="dark"] .woocommerce form.login, [data-theme="dark"] .woocommerce form.register {
    background-color: #1b1f2b
}

[data-theme="dark"] .login-box #signup-link, [data-theme="dark"] .register-box #signin-link {
    color: var(--text-night)
}

[data-theme="dark"] .customer-account .register-box {
    background-color: #1b1f2b
}

.tm-woowishlist .tm-woowishlist-wrapper .row {
    margin: 0
}

.tm-woowishlist .tm-woowishlist-wrapper .row .col-lg-4 {
    display: inline-block;
    width: 46%;
    height: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 5px;
    position: relative;
    background-color: var(--light-element-bg);
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove i {
    display: none
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    position: absolute;
    top: 12px;
    color: var(--primary);
}

.tm-woowishlist .tm-woowishlist-wrapper .row {
    padding-top: 60px;
    padding-right: 10px;
}

.tm-woowishlist .tm-woowishlist-wrapper .row span.price {
    position: absolute;
    left: 5px;
    bottom: 10px;
    font-size: 10px;
    color: var(--secondry);
}

.tm-woowishlist .tm-woowishlist-wrapper .row .tm-woocomerce-list__product-title {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

svg.uil-ring-alt {
    display: none
}

.woocommerce-EditAccountForm.edit-account fieldset {
    border: 1px solid #d8d8d8
}

.woocommerce-MyAccount-content em {
    font-size: 10px;
    font-style: normal
}

.woocommerce-EditAccountForm.edit-account .woocommerce-password-strength {
    position: unset
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: .7em;
    left: 1em;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f06e";
    font-weight: 300;
    font-size: 18px;
    color: #86868b;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
    color: #585858;
    content: "\f070";
}

#my-account-menu-tab .myaccount-menu li.active > a {
    background-color: unset !important
}

form.woocommerce-form.woocommerce-form-track-order.track_order .input-text {
    font-size: 9px;
    padding: 8px
}

.woocommerce-MyAccount-content .col-1 {
    flex: unset !important;
    max-width: unset !important
}

header.woocommerce-Address-title.title h3 {
    font-size: 15px;
    text-align: center
}

.woocommerce-MyAccount-content address {
    font-style: inherit;
    font-size: 11px;
    margin-top: 17px;
    color: var(--text-light);
}

.woocommerce-page.woocommerce-view-order .woocommerce-MyAccount-content p {
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    font-size: 10px
}

.woocommerce-page.woocommerce-view-order .woocommerce-MyAccount-content p mark {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 3px;
    line-height: 2
}

.woocommerce-MyAccount-content h2.woocommerce-order-details__title, .woocommerce-MyAccount-content h2.woocommerce-column__title {
    font-size: 15px
}

p.woocommerce-customer-details--phone, p.woocommerce-customer-details--email {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0 17px !important;
    margin: 0
}

ul.myaccount-menu li a, ul.myaccount-menu li a span {
    font-size: 11px
}

.woocommerce form .form-row textarea {
    line-height: 2;
    height: 8em;
    font-size: 12px;
    background-color: var(--light-element-bg);
}

.woocommerce-additional-fields h3 {
    display: none
}

[data-theme="dark"] #add_payment_method #payment, [data-theme="dark"] .woocommerce-cart #payment, [data-theme="dark"] .woocommerce-checkout #payment {
    background: #1b1f2b
}

[data-theme="dark"] #add_payment_method #payment div.payment_box, [data-theme="dark"] .woocommerce-cart #payment div.payment_box, [data-theme="dark"] .woocommerce-checkout #payment div.payment_box {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] #my-account-menu-tab .myaccount-menu {
    background-color: var(--night-bg)
}

[data-theme="dark"] .theme-negar #my-account-menu-tab .myaccount-menu > li {
    background-color: var(--night-element-bg);
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .theme-negar #my-account-menu-tab .myaccount-menu > li > a {
    color: var(--text-night)
}

[data-theme="dark"] #my-account-menu-tab .myaccount-menu li.active > a {
    color: #009ec9
}

#my-account-menu-tab ~ #my-account-content {
    background-color: var(--light-bg);
    color: var(--text-light);
}

[data-theme="dark"] #my-account-menu-tab ~ #my-account-content {
    background-color: var(--night-bg);
    color: var(--text-night);
    font-size: 12px
}

[data-theme="dark"] .full-order-data .sections {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .full-order-data .sections .more-details a {
    color: #fff
}

.tm-woocomerce-list__product-image {
    margin: 7px
}

[data-theme="dark"] .tm-woowishlist .tm-woowishlist-wrapper .row .col-lg-4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce-MyAccount-content address {
    color: var(--text-night);
}

[data-theme="dark"] #my-account-menu-tab .myaccount-submenu > li > a {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce-tabs .woocommerce-Tabs-panel.active {
    background-color: #1b1f2b
}

[data-theme="dark"] .woocommerce #reviews p.woocommerce-noreviews, [data-theme="dark"] .woocommerce div.product .woocommerce-tabs .panel h2, [data-theme="dark"] div#review_form_wrapper span#reply-title, [data-theme="dark"] .woocommerce #review_form #respond, [data-theme="dark"] .woocommerce-product-details__short-description p, [data-theme="dark"] .woocommerce #reviews #comments ol.commentlist li .meta, [data-theme="dark"] .tcw-comment-like-dislike-wrap .tcw-comment-hint {
    color: var(--text-night)
}

[data-theme="dark"] .woocommerce #reviews #comments ol.commentlist li .comment-text {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .woocommerce #review_form #respond textarea {
    background-color: var(--night-element-bg);
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: #fff
}

[data-theme="dark"] .woocommerce table.shop_attributes tr:nth-child(even) td, [data-theme="dark"] .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #1b1f2b
}

.woocommerce .star-rating span {
    color: #fac74b
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--text-light)
}

.woocommerce-cart ul.jcaa_attr_select li,
.single ul.jcaa_attr_select li {
    margin: 0;
    width: max-content;
}

h2.wc-bacs-bank-details-heading {
    font-size: 17px
}

.single-post .size-full.wp-post-image {
    border-radius: 25px 25px 0 0;
}

.single-post .content-block-inner header {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 10px;
}

.single-post .content-block-inner header h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 10px;
    line-height: 1.8;
}

.single-post span.entry-date.pull-right {
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #ddd;
    padding: 0 20px 0 10px;
    line-height: 1.7;
}

[data-theme="dark"] .single-post .content-block-inner header a {
    background-color: var(--night-element-bg);
    color: var(--text-night);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.single-post .content-block-inner header a {
    border-radius: 7px;
    color: var(--text-light);
    background-color: var(--light-element-bg);
    font-size: 22px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2;
    margin-left: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.single-post .entry-content {
    background-color: var(--light-element-bg);
    padding: 25px;
    border-radius: 25px 0 0 0;
    margin-top: -30px;
    position: relative;
    color: var(--text-light);
}

.single-post span.post_my {
    display: block;
    color: var(--primary);
    font-size: 20px;
}

.single-post form#commentform p textarea {
    width: 100%
}

.single-post .btn-warning {
    background-color: unset;
    line-height: 3;
    padding: 0;
    margin: 2px;
    font-weight: 400
}

.single.single-post .single-page-tags h5 {
    font-size: 15px;
    margin-top: 20px
}

.single.single-post .single-page-tags, .single.single-post h3#reply-title {
    margin: 15px 10px
}

.single.single-post .comment-body {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 10px 10px 20px;
    padding: 10px 10px 30px;
    position: relative
}

.single.single-post .comment-author.vcard {
    font-size: 12px;
    display: inline-block
}

.single.single-post .comment-author.vcard img {
    display: none
}

.single.single-post .comment-meta.commentmetadata {
    display: inline-block;
    font-size: 10px;
    float: left;
    margin-top: 2px
}

.single.single-post .comment-body p {
    font-size: 11px;
    padding-right: 40px
}

.single.single-post .reply {
    position: absolute;
    left: 30px;
    bottom: 5px;
    font-size: 10px;
    background-color: rgba(104, 204, 70, 0.75);
    padding: 8px 14px;
    border-radius: 5px
}

.single.single-post .reply a {
    color: #fff
}

[data-theme="dark"] .single-post .image-single-post div {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .bg-white {
    background-color: #1b1f2b !important
}

[data-theme="dark"] .single-post .entry-content {
    background-color: var(--night-element-bg);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: var(--text-night);
}

[data-theme="dark"] .single.single-post .comment-body {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--night-element-bg)
}

[data-theme="dark"] .single-post form#commentform p textarea {
    background-color: var(--night-element-bg);
    border: 1px solid var(--night-bg)
}

.ngr_home_widget {
    width: 100%;
    display: block;
    margin: 5px
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    direction: ltr;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary);
    color: var(--text-inbox);
    border-radius: 5px;
    box-shadow: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    float: unset;
    margin: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    background-color: var(--light-element-bg);
}

[data-theme="dark"] .woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce .woocommerce-pagination ul.page-numbers li, [data-theme="dark"] .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

.not-found-page {
    display: block;
    text-align: center;
    margin-top: 50%
}

.not-found-page span {
    display: block;
    text-align: center;
    margin-bottom: 50%
}

#addNewProductModal {
    opacity: .6;
    position: fixed;
    width: 100%;
    height: 92vh;
    display: unset !important;
    visibility: hidden;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0);
    overflow: auto;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
    bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 50px !important
}

#addNewProductModal.show {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 98;
    animation: slideUpLarge .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .c-compare .c-compare__btn-remove {
    width: 30px;
    height: 30px;
    border-radius: 35px;
    animation: pulse 2s infinite
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content {
    margin-top: 20px
}

.theme-negar .c-compare .c-compare__list-value {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-thumbnail img {
    min-height: auto
}

#addNewProductModal.modal > .modal-dialog > .modal-content .products-list .row > [class*="col-"] {
    padding: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    border: 1px solid #e9e9e9
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product {
    margin-bottom: 7px;
    border: 0
}

#addNewProductModal.modal > .modal-dialog > .modal-content .products-list .row {
    margin-bottom: -15px;
    padding: 0 20px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-body {
    margin-bottom: 50px;
    overflow-x: hidden
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .form-control {
    height: 30px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-body .product-title > h3 {
    overflow: visible;
    white-space: normal;
    font-size: 11px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .products-list .product .product-body {
    padding: 0 5px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .form-control {
    height: 30px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px
}

.theme-negar #addNewProductModal.modal > .modal-dialog > .modal-content .modal-header .modal-title .input-group-addon {
    display: none !important
}

.theme-negar .c-compare .c-compare__add .btn-primary {
    padding: 10px 0;
    font-size: 11px
}

.theme-negar .c-compare .c-compare__img .btn-primary {
    font-size: 11px;
    padding: 10px 0
}

ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    background-color: var(--secondry);
    color: #fff;
    padding: 10px;
    z-index: 9;
    text-align: center;
    border-radius: 15px 0 0
}

ul.products.list li.product a.added_to_cart.wc-forward {
    padding: 9px 25px
}

nav.navigation.pagination {
    text-align: center
}

.navigation.pagination span.page-numbers.current {
    background: var(--primary);
    color: var(--text-inbox);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

.navigation.pagination a.page-numbers {
    margin: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    background-color: var(--light-element-bg);
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.8;
}

[data-theme="dark"] .navigation.pagination a.page-numbers {
    background-color: var(--night-element-bg);
}

.navigation.pagination a.page-numbers.prev,.navigation.pagination a.page-numbers.next{
    width: 50px;
    border-radius: 5px;
}

[data-theme="dark"] .archiv-blog {
    background-color: var(--night-element-bg)
}

.woocommerce-checkout .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none
}

.woocommerce-error,
.woocommerce-info {
    background-color: var(--light-element-bg);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    border-top: 0;
    border-radius: 10px;
    font-size: 11px;
    line-height: 2;
    margin: 15px;
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
    margin: -25px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    display: block
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    margin: -25px 15px 0;
    z-index: -2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    display: block;
    border: 0
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button.button {
    width: 80px;
    font-size: 10px;
    font-family: inherit;
    padding: 14px 0;
    background-color: var(--primary);
    color: var(--text-inbox);
    border-radius: 15px;
    margin-right: -82px;
    margin-left: 10px;
}

.checkout_coupon.woocommerce-form-coupon p {
    font-size: 12px
}

.add-shortcut-btn {
    background-color: #fff;
    height: 55vh;
    z-index: 1001;
    position: fixed;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 25px 25px 0 0;
    text-align: center;
    padding: 25px;
    animation: slideUpLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.add-shortcut-btn .pwa-icon {
    width: 95px;
    display: block;
    margin: 0 auto;
    margin-top: -60px
}

.add-shortcut-btn .pwa-title {
    font-weight: 700
}

.add-shortcut-btn .add-mobile-view, .add-shortcut-btn .cancel-mobile-view {
    background-color: var(--primary);
    color: var(--text-inbox);
    font-weight: 400;
    padding: 13px;
    border-radius: 9px;
    text-align: center;
    border: 0;
    font-size: 14px;
    margin: 5px auto;
    display: block;
    font-family: inherit;
    width: 70%
}

.add-shortcut-btn .cancel-mobile-view {
    background-color: #e8e8e8;
    color: var(--text-light);
    margin-top: 15px
}

.add-shortcut-btn.ios .andriod {
    display: none
}

.add-shortcut-btn:not(.ios) .ios {
    display: none
}

.add-shortcut-btn .ios p i {
    transform: rotate(-90deg);
    font-size: 20px;
    margin: 0 10px
}

.add-shortcut-btn.hidden {
    animation: slideDownLarge .5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}


.woocommerce-message {
    background-color: #fff;
    border: 0;
    margin-top: 40px
}

.single.single-product .woocommerce-notices-wrapper {
    position: relative;
    font-size: 11px;
    z-index: 10;
}

.single.single-product .woocommerce-message {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border: 0;
    margin-top: 40px;
    position: fixed;
    height: 135px;
    left: 0;
    right: 0;
    margin: 20px;
    padding-top: 50px;
    margin-top: 70px;
}

.single.single-product .woocommerce-message a.button.wc-forward {
    background-color: #68cc46;
    color: #fff;
    font-weight: 400;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 90px;
}

[data-theme="dark"] .single.single-product .woocommerce-notices-wrapper {
    background-color: var(--night-element-bg)
}

.single-product .woocommerce-message::after {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #68cc46;
    top: 10px;
    display: block;
    font-size: 30px;
    right: 43%;
}

[data-theme="dark"] .single.single-product .woocommerce-message {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce-message {
    background-color: var(--night-element-bg);
    color: #fff
}

[data-theme="dark"] .woocommerce-notices-wrapper {
    background-color: var(--night-element-bg)
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent
}

[data-theme="dark"] .c-compare .c-compare-quick__list {
    background-color: var(--night-element-bg)
}

[data-theme="dark"] .c-compare .c-compare__list-title {
    color: #fff;
    background-color: #1b1f2b
}

[data-theme="dark"] .c-compare .c-compare__img, [data-theme="dark"] .c-compare .c-compare__img .swiper-slide {
    background-color: var(--night-element-bg);
    color: #fff
}

[data-theme="dark"] .c-compare .c-compare__add {
    background-color: var(--night-element-bg)
}

td.tm-woocompare-cell .button {
    background-color: #68cc46;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 10px 20px;
    border-radius: 25px;
    width: 150px;
    text-align: center;
}

[data-theme="dark"] .add-shortcut-btn, [data-theme="dark"] .add-shortcut-btn .pic img {
    background-color: var(--night-element-bg);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .woocommerce-checkout .woocommerce-error, [data-theme="dark"] .woocommerce-checkout .woocommerce-info {
    background-color: #1b1f2b;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    color: #fff
}

[data-theme="dark"] .input-text {
    background-color: var(--night-element-bg);
    border: 0 !important;
    color: var(--text-night)
}

.add-shortcut-btn.close {
    display: none
}

.ngr-eleman-title {
    margin: 15px 17px 0;
    font-size: 15px;
    color: var(--text-light);
    font-weight: 700;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.ngr-eleman-title span {
    color: var(--text-light);
    margin-left: 6px;
    display: inline-block;
    line-height: 2.2;
}

[data-theme="dark"] .ngr-eleman-title span {
    color: var(--text-night);
}

.ngr-eleman-title .best-product-counter{
    color: var(--primary);
}

header.ngr-eleman-titles span {
    color: var(--text-light);
}

[data-theme="dark"] header.ngr-eleman-titles span {
    color: var(--text-night);
}

header.ngr-eleman-titles {
    color: var(--primary);
    font-weight: bold;
    margin-right: 10px;
}

.single-product .woocommerce-notices-wrapper {
    animation: css-hide .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 5s;
}

@keyframes css-hide {
    from {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes css-hide {
    from {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

[data-theme="dark"] .ngr-eleman-title {
    color: var(--text-night);
}

.tcw_table_price .list-link {
    font-size: 30px !important;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: unset !important;
    margin: 5px 0 !important;
}

.price-list-box {
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.tcw_table_price .price-list-box span.td-product-index {
    background-color: #e8e8e8;
    position: absolute;
    width: 37px;
    height: 20px;
    top: 25px;
    border-radius: 5px 0 0 5px;
    z-index: 1;
}

.tcw_table_price .price-list-box span.td-product-thump {
    height: 100px;
    display: inline-block;
    width: 30%;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 10px;
}

.tcw_table_price .left-part-box {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.tcw_table_price .price-list-box span.td-product-title {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
}

.tcw_table_price .price-list-val {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    margin-top: 30px;
}

.tcw_table_price .price-list-box span.td-product-status.text-center {
    position: absolute;
    right: 0;
    top: 70px;
    width: 37px;
    border: 1px solid #e8e8e8;
    border-radius: 7px 0 0 7px;
    border-right: 0;
    padding: 2px 10px 0px;
}

.price-list-box .td-product-index span.count {
    background-color: #fff;
    border-radius: 25px;
    padding: 0 5px;
    font-size: 11px;
    margin-right: 5px;
}

.tcw_table_price span.td-product-new-price {
    color: var(--secondry);
    font-weight: bold;
}


p.stars.selected a {
    color: #fac74b !important
}

.tcw-comment-like-dislike-wrap .tcw-comment-hint {
    display: inline-block;
    float: right;
    margin-top: 6px;
    font-size: 11px
}

[data-theme="dark"] form#commentform p textarea, [data-theme="dark"] form#commentform p input {
    border: 1px solid #000;
    background-color: var(--night-element-bg)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: inherit;
}

.woocommerce form .form-row .required {
    display: none
}

form.woocommerce-ResetPassword.lost_reset_password {
    margin: 15px
}

.ngr_slider.text-banner-slider {
    padding-top: 10px
}

[data-theme="dark"] .theme-negar .select2-container--default .select2-selection--single {
    background-color: var(--night-element-bg);
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16)
}

[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.full-banner {
    margin: 0 8px
}

.term-description {
    text-align: justify;
    padding: 10px 35px
}

.svg-slider .swiper-wrapper {
    max-height: 135px;
    margin: 15px 10px;
}

#notifierModal.show .modal-title {
    margin-top: 30px;
}

#notifierModal.show img {
    max-width: 60%;
}

#notifierModal.show .tcw-modal.modal .modal-light-bg {
    margin: 0 15px;
}

#notifierModal.show .form-checkbox-input > .form-control {
    height: 34px;
    margin-top: 8px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

#notifierModal.show .modal-light-bg {
    margin: 0 15px;
}

#notifierModal.show .btn-primary {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    font-family: inherit;
    border: 0;
    min-width: 120px;
    padding: 7px;
}

#notifierModal.show .btn-default {
    background-color: #e8e8e8;
    color: #333;
    font-family: inherit;
    border: 0;
    min-width: 120px;
    padding: 7px;
}

#notifierModal.show .form-checkbox-input {
    display: inline-block;
    float: unset;
    margin-bottom: 15px;
}

#notifierModal.show .modal-footer-wrap.text-left {
    text-align: right !important;
}

#notifierModal.show .checkbox {
    margin: 0 !important;
}

[data-theme="dark"] #notifierModal.show,
[data-theme="dark"] .tcw-modal.modal .modal-light-bg {
    background: #1f2433;
}

.return-to-shop a.wc-backward {
    background-color: var(--primary);
    color: #fff;
    display: block;
    text-align: center;
    margin: 25px 80px;
    font-weight: normal;
}

[data-theme="dark"] .woocommerce-error,
[data-theme="dark"] .woocommerce-info {
    background-color: var(--night-element-bg);
    color: #fff;
}

[data-theme="dark"] .select2-dropdown {
    background-color: var(--night-element-bg);
    border: 1px solid #1b1f2b;
}

[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #1b1f2b;
    background-color: #1f2433;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

[data-theme="dark"] .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #1f2433;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.searchbar-input input.search-field {
    background-color: #fff;
    margin: 0;
    color: #333;
    position: absolute;
    right: -100%;
    transition-duration: 0.5s;
    z-index: 2;
    padding: 0 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .16);
    border-radius: 20px;
    border: 0;
    height: 35px;
    width: 85%;
    top: 5px;
}

.searchbar-input input.search-field.hide {
    right: 10px;
}

a.searchbar-cancel {
    display: none;
}

.woocommerce-cart .shop_table .product-price {
    display: none;
}

.woocommerce-checkout input.pw-gateway-submit.button {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    padding: 11px;
    border-radius: 25px;
    text-align: center;
    border: 0;
    font-size: 14px;
    font-family: inherit;
    width: 45%;
    margin-right: 20px;
}

.woocommerce-checkout .pw-gateway-cancel.button.cancel {
    background-color: #e8e8e8;
    color: #fff;
    font-weight: 400;
    padding: 11px;
    border-radius: 25px;
    text-align: center;
    border: 0;
    font-size: 14px;
    font-family: inherit;
    width: 45%;
}

@media only screen and (max-width: 320px) {
    .add-shortcut-btn {
        height: 70vh;
    }

    .single.single-product .woocommerce-message a.button.wc-forward {
        font-size: 10px;
    }
}

[data-theme="dark"] #ngr-preloader {
    background-color: #1b1f2b
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    position: relative;
    margin: 0;
    flex-wrap: nowrap;
    width: auto;
    overflow: auto;
    white-space: nowrap;
    padding: 30px 10px;
}

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #e3e3e3;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-left: 12px;
    width: 120px;
    height: auto;
    min-width: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--light-element-bg);
    line-height: 46px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    box-shadow: none;
}

[data-theme="dark"] .woocommerce-MyAccount-navigation ul li.is-active {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.16);
}

[data-theme="dark"] .woocommerce-MyAccount-navigation ul li {
    border: 0;
    background-color: var(--night-element-bg);
}

div#my-account-menu {
    float: unset;
}

#my-account-menu .user-profile:before {
    display: none;
}

#my-account-menu .user-info {
    display: inline-block;
    margin-right: 10%;
}

[data-theme="dark"] div#my-account-menu {
    float: unset;
}

[data-theme="dark"] #my-account-menu .user-profile:before {
    display: none;
}

[data-theme="dark"] #my-account-menu .user-info {
    display: inline-block;
    margin-right: 10%;
}

[data-theme="dark"] #my-account-content {
    background-color: #1b1f2b;
}

[data-theme="dark"] #my-account-menu ul.myaccount-menu li a {
    background-color: var(--night-element-bg);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
    z-index: 1;
    position: relative;
}

.woocommerce-checkout .input-text {
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

[data-theme="dark"] .woocommerce-checkout .input-text {
    border: 1px solid rgba(232, 232, 232, 0.19) !important;
    background-color: var(--night-bg);
}

.ajax-search .search-result {
    height: 300px;
    overflow-y: scroll;
    background: var(--light-element-bg);
}

[data-theme="dark"] .ajax-search .search-result {
    background: var(--night-element-bg);
}

.footer-phone-info .about-us-footer {
    margin: 15px;
    width: 80%;
}

.woocommerce-edit-address.woocommerce-account .addresses .title h3 {
    float: unset;
    position: relative;
    z-index: 9;
}

.woocommerce-edit-address .u-column2.col-2.woocommerce-Address {
    float: unset;
    max-width: unset;
}

button.woocommerce-Button.button.dig_wc_mobileLogin {
    background-color: var(--primary);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    padding: 13px;
    border-radius: 25px;
    display: block;
    float: unset !important;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 0;
    width: 80%;
}

input.woocommerce-Button.button.otp_reg_dig_wc {
    background-color: var(--primary);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    padding: 10px 90px;
    border-radius: 25px;
    display: block;
    float: unset !important;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.home ul.jcaa_attr_select li img,
.archive ul.jcaa_attr_select li img {
    display: none !important;
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -0 -appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd;
    padding: 5px 15px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto;
    background-color: transparent;
}

.tm-woowishlist-button {
    top: 10px;
    right: 0;
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #3c3c3c;
}

.woocommerce ul.products li.product .tm-woowishlist-button {
    position: absolute;
    top: 0px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #3c3c3c;
}

.tm-woowishlist-button.in_wishlist,
.woocommerce ul.products li.product .tm-woowishlist-button.in_wishlist {
    color: #f94e60;
}

.tm_woowishlist_product_actions_tip.loading::before,
.button.tm-woowishlist-button.btn btn-default.loading::before {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 70%;
    left: 30%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

a.add_to_cart_button.loading:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f3f4";
    background-color: var(--secondry);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 7px;
    bottom: 6px;
    font-size: 16px;
    color: white;
}

.single a.add_to_cart_button.loading:after,
.archive.woocommerce a.button.loading::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f3f4";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    bottom: 7px;
    top: unset !important;
    left: unset !important;
    right: 7px !important;
    font-size: 16px;
    color: white;
    background-color: var(--secondry);
}

.single .product.type-product .button.tm-woowishlist-button.btn.loading::after {
    top: -3px !important;
    left: 7px !important;
}

.single .product .related.products .button.tm-woowishlist-button.btn.loading::after,
.archive .product .tm-woowishlist-button.loading::after {
    top: 20px !important;
    left: 11px !important;
}

.hscroll-product-slider .tm-woowishlist-button.loading:after {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f3f4" !important;
    position: absolute !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
    color: #333;
    font-size: 20px;
    right: 13px;
    bottom: -15px;
}

[data-theme="dark"] .hscroll-product-slider .tm-woowishlist-button.loading:after {
    color: #fff
}


.woocommerce-checkout .woocommerce-checkout .form-row span input {
    height: 45px;
}

.woocommerce-checkout #billing_state_field.address-field label, .woocommerce-checkout #billing_city_field.address-field label {
    bottom: 5px;
}

.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    padding: 15px 0 7px 0;
    margin: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color: var(--light-element-bg);
}

.woocommerce-checkout-review-order-table .cart_item .product-image img {
    width: 85px;
    margin-left: 10px;
    max-width: 85px;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    line-height: 2;
    font-size: 13px;
    padding-left: 15px;
    color: var(--text-night);
}

.woocommerce-checkout-review-order-table .cart_item .product-name .woocommerce-Price-amount.amount {
    float: left;
    color: var(--secondry);
    font-size: 15px;
    font-weight: bold;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .product-quantity {
    color: inherit;
    font-size: 11px;
    text-align: left;
    margin: 10px 0 0 0;
}

td.product-name::before {
    display: none;
}

.product-name .product-attr {
    color: #747794;
    font-size: 12px;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    display: flex;
    padding: 10px 0;
    margin: 25px 0;
    justify-content: space-between;
    font-weight: bold;
    border-radius: 15px;
    color: var(--text-light);
}

.woocommerce-checkout-review-order-table .order-total {
    display: flex;
    padding: 18px 15px;
    margin: 25px 0;
    background-color: rgba(104, 204, 69, 0.11);
    justify-content: space-between;
    color: var(--secondry);
    font-weight: bold;
    border-radius: 15px;
}

.woocommerce-checkout-review-order-table .order-total strong {
    color: inherit;
}

.woocommerce-checkout-review-order-table ul#shipping_method {
    margin: 15px 0;
}

.woocommerce-checkout-review-order-table ul#shipping_method li input {
    display: none;
}

.woocommerce-checkout-review-order-table ul#shipping_method li label {
    padding: 12px 10px;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background-color: transparent;
    color: var(--text-light);
}

.woocommerce ul#shipping_method .amount {
    float: left;
}

.woocommerce-checkout-review-order-table ul#shipping_method li input:checked + label {
    background-color: #fee4e7;
    border-radius: 30px;
    color: var(--primary);
}

.woocommerce-checkout-review-order-table ul#shipping_method li label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #b3b3b3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 18px;
    background-color: #fff;
}

.woocommerce-checkout-review-order-table ul#shipping_method li input:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 6px;
    font-size: 24px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    padding: 2px 9px;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    color: var(--text-light);
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label {
    color: var(--primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce-checkout #payment ul.payment_methods li label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #b3b3b3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 18px;
    background-color: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    right: 6px;
    font-size: 24px;
    line-height: normal;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fee4e7;
    border-radius: 15px;
    margin-bottom: 20px;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-top: 0;
}

.woocommerce-bacs-bank-details {
    margin-top: 30px;
}

.woocommerce-MyAccount-orders {
    border: 1px solid #ededed;
    padding: 20px 10px 0 10px;
    border-radius: 15px;
    font-size: 13px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-orders tr {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.woocommerce-MyAccount-orders td.order-status {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px;
    border-radius: 0 15px 15px 0;
    color: #777;
    background: #e5e5e5;
}

.woocommerce-MyAccount-orders td.order-status.completed {
    background: rgba(64, 147, 236, 0.18);
    color: #348eee;
}

.woocommerce-MyAccount-orders td.order-status.on-hold {
    background: rgba(250, 199, 75, 0.2);
    color: #e6b131;
}

.woocommerce-MyAccount-orders td.order-status.processing {
    background: rgba(104, 204, 69, 0.2);
    color: var(--secondry);
}

.woocommerce-MyAccount-orders tr td:first-child {
    color: #9d9da1;
    font-size: 12px;
}

.woocommerce-MyAccount-orders td.order-status.failed, .woocommerce-MyAccount-orders td.order-status.cancelled {
    color: var(--primary);
    background-color: rgba(249, 78, 96, 0.2);
}

.woocommerce-MyAccount-orders tr td.order-count span {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
}

.woocommerce-MyAccount-orders tr td.order-total {
    color: var(--secondry);
    font-weight: bold;
    font-size: 16px;
}

.woocommerce-order-details .woocommerce-table--order-details {
    border: 1px solid #cecece !important;
    border-spacing: 0 15px;
}


.top-header-center img {
    max-height: 50px;
}

[data-theme="dark"] .hscroll-product .button.tm-woowishlist-button.btn.btn-default {
    color: #f94e60;
}

.single-post .content-blur {
    filter: unset;
}

.fa-align-justify.close:before {
    content: "\f00d" !important;
}

.hscroll-product-slider .swiper-slide .product.type-product .add_to_cart_button.added:before,
.hscroll-product-slider .swiper-slide .product.type-product .product_type_simple.added:before {
    content: '\f00c' !important;
}

.validationlogos .validation-logos-slider {
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    background-color: var(--light-bg);
    z-index: 0;
}

[data-theme="dark"] .validationlogos .validation-logos-slider {
    background-color: var(--night-bg);
}

.footer-location-image .box-map {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding-left: 16px;
    background-color: var(--light-bg);
    line-height: 22px;
    direction: ltr;
    flex-basis: calc(50% - 30px);
    margin: 0 15px 20px 15px;
    font-size: 14px;
    text-align: center;
}

.negar-footer-part .footer-location-image {
    display: flex;
    justify-content: space-around;
}

[data-theme="dark"] .footer-location-image .box-map {
    background-color: var(--night-bg);
}

.footer-location-image .box-map i {
    background-color: var(--primary);
    font-size: 17px;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    float: right;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.footer-location-image .box-map span {
    vertical-align: text-top;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 42px;
}

.negar-footer-part .footer-location-image, .negar-footer-part .footer-phone-info {
    flex-basis: 100%;
}

.footer-location-image .box-map i.fal.fa-map-marker-smile {
    background-color: #4ad4ff;
}

.woocommerce-Tabs-panel .wp-caption img {
    width: auto;
}

.product .tm-woowishlist-button.added {
    color: var(--primary);
}

.product section.up-sells.upsells.products {
    margin-right: 10px;
}

.product section.up-sells.upsells.products h2 {
    margin-bottom: 25px;
    font-size: 15px;
}

.product section.up-sells.upsells.products h2.woocommerce-loop-product__title {
    font-size: 12px;
}

[data-theme="dark"] .single-side-box {
    border: 1px solid #3c3c3c;
}

.tablesaw-fix-persist {
    table-layout: unset !important;
}

.woocommerce.tm-woocompare-list {
    overflow-x: scroll;
}

.woocommerce.tm-woocompare-list .tablesaw-bar.mode-swipe {
    display: none;
}

.tm-woocompare-table thead tr th {
    text-align: center !important;
    font-size: 13px;
    line-height: 2;
}

.tm-woocompare-table tbody tr td {
    text-align: center;
}

.tm-woocompare-table tbody tr.tm-woocompare-row:nth-child(2) {
    display: none;
}

.tm-woocompare-table.tablesaw.tablesaw-swipe tbody tr.tm-woocompare-row:nth-child(odd) .tm-woocompare-cell p {
    background-color: #f7f7f7;
    box-shadow: 0 0 5px #f7f7f7;
    border-radius: 10px;
    padding: 10px;
}

.tablesaw th, .tablesaw td {
    padding: 0 0.7em !important;
}

.tm-woocompare-table tbody tr td span.price {
    font-size: 0;
    color: var(--secondry);
    line-height: 1;
}

.tm-woocompare-table tbody tr td .price .woocommerce-Price-amount {
    font-size: 13px;
    display: block;
    padding: 0 30px;
}

.tablesaw-cell-persist:nth-child(1) {
    display: block;
    margin-top: 25px;
    width: 100px !important;
}

[data-theme="dark"] .tm-woocompare-table.tablesaw.tablesaw-swipe tbody tr.tm-woocompare-row:nth-child(odd) .tm-woocompare-cell p {
    background-color: var(--night-element-bg);
    box-shadow: 0 0 5px rgb(0 0 0 / 16%);
}

.price a.call-to-us {
    z-index: 99;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    width: 75%;
    font-size: 14px;
    height: 55px;
    color: #3f3f3f;
    padding: 15px;
}

.price a.call-to-us:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f095";
    font-size: 25px;
    position: absolute;
    right: 50px;
    top: 3px;
}

[data-theme="dark"] .price a.call-to-us {
    color: #fff;
    background-color: var(--night-element-bg);
}

.tm-woocompare-table tbody tr td .price del, .tm-woocompare-table tbody tr td .price ins {
    line-height: 2;
}

[data-theme="dark"] .product.type-product.outofstock > .woocommerce-loop-product__link::after {
    background-color: rgba(227, 227, 227, 0.10);
}

.product.type-product.outofstock img {
    filter: blur(1px);
}

.woocommerce-checkout .woocommerce-checkout .form-row label {
    bottom: -13px;
    position: relative;
    background-color: var(--light-bg);
    display: inline-block;
    font-size: 12px;
    padding: 0 7px;
    margin-right: 6px;
    margin-bottom: 0;
}

[data-theme="dark"] .woocommerce-checkout .woocommerce-checkout .form-row label{
    background-color: var(--night-bg);
}

[data-theme="dark"] .suha-sidenav-wrapper strong {
    color: var(--text-night)
}
.suha-sidenav-wrapper strong {
    text-align: center;
    display: block;
    color: var(--text-light);
    margin: 10px 0;
    font-size: 18px;
}

#category-modal.style_two .ngr-cat-box .number {
    display: block;
    margin-top: 10px;
}

#category-modal.style_two .ngr-cat-box span {
    position: relative;
    top: 25px;
    right: 10px;
    color: #fff;
    font-size: 15px;
}

#category-modal.style_two .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

#category-modal.style_two .ngr-cat-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 30px 70px 100px rgba(249, 78, 96, 0.8);
}

#category-modal.style_three .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
}

#category-modal.style_three .ngr-cat-box {
    position: relative;
    overflow: hidden;
}

#category-modal.style_three .ngr-cat-box:nth-child(odd) .number {
    position: absolute;
    bottom: 12px;
    left: 40px;
    color: #fff;
    font-weight: bold;
}

#category-modal.style_three .ngr-cat-box:nth-child(odd) > span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #86868b;
    color: #fff;
    left: -1px;
    padding: 12px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    font-weight: bold;
}

#category-modal.style_three .ngr-cat-box:nth-child(even) .number {
    position: absolute;
    bottom: 12px;
    left: 40px;
    color: #fff;
    font-weight: bold;
}

#category-modal.style_three .ngr-cat-box:nth-child(even) > span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary);
    color: #fff;
    left: -1px;
    padding: 12px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    font-weight: bold;
}

#category-modal.style_four .ngr-cat-box {
    display: block;
    border-radius: 10px;
    height: 150px;
    background-size: cover;
    margin: 15px 0;
    position: relative;
}

#category-modal.style_four .ngr-cat-box > span {
    background-color: rgba(134, 134, 139, 0.74);
    position: absolute;
    bottom: 30px;
    left: 25px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 15px;
    min-width: 120px;
    text-align: center;
}

#category-modal.style_four .ngr-cat-box .number {
    background-color: rgba(134, 134, 139, 0.74);
    position: absolute;
    bottom: 0;
    left: 170px;
    padding: 7px 20px;
    color: #fff;
    border-radius: 15px;
    min-width: 120px;
    text-align: center;
}

#category-modal.style_five .ngr-cat-box:nth-child(odd) {
    margin-right: 10px;
}

#category-modal.style_five .ngr-cat-box {
    display: inline-block;
    width: 47%;
    height: 160px;
    border-radius: 10px;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

#category-modal.style_five .ngr-cat-box .number {
    display: none;
}

#category-modal.style_five .ngr-cat-box > span {
    position: absolute;
    background-color: rgb(255, 255, 255, 0.22);
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 20px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    font-size: 13px;
}

.style-seven-box a.ngr-cat-box {
    width: 100%;
    display: block;
    height: 150px;
    border-radius: 15px;
    position: relative;
}

.style-seven-box {
    display: inline-block;
    width: 47%;
    margin: 3px;
    border-radius: 15px 15px 5px 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    height: 245px;
}

.style-seven-box a.ngr-cat-box span {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.52);
    margin: 15px 10px 10px;
    padding: 8px 5px;
    border-radius: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.style-seven-box ul {
    padding: 15px 15px 5px;
}

.style-seven-box ul li {
    list-style: circle;
    font-size: 12px;
    margin: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme-negar a.avn-loop-add-to-cart {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--secondry);
    bottom: 0;
    right: 15px;
    border-radius: 20px 20px 0 0;
    color: var(--text-inbox);
    font-size: 20px;
    text-align: center;
    padding: unset !important;
}

.theme-negar .outofstock a.avn-loop-add-to-cart {
    background-color: #c2c2c2;
}

.theme-negar a.avn-loop-add-to-cart:before {
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: inherit;
    line-height: 1.5;
}

.theme-negar a.avn-loop-add-to-cart.product_type_simple:before {
    content: '\f067';
}

.theme-negar .outofstock a.avn-loop-add-to-cart:before {
    content: '\f00d';
}

.woocommerce-account .woocommerce a.button {
    background-color: unset;
    color: #9d9da1;
}

.single.single-product .woocommerce-breadcrumb {
    text-align: revert;
    margin: 20px 20px 0;
    line-height: 2.2;
}

[data-theme="dark"] .woocommerce .woocommerce-breadcrumb a, [data-theme="dark"] .woocommerce .woocommerce-breadcrumb {
    color: var(--text-night);
}

.single-product-bottom > #product-point-tabs {
    font-size: 12px;
    position: relative;
    margin: 15px 0;
    border-radius: 15px;
    padding: 0;
    background-color: var(--light-element-bg);
    color: var(--text-light);
}

[data-theme="dark"] .single-product-bottom > #product-point-tabs{
    background-color: var(--night-element-bg);
    color: var(--text-night);
}

.single-product-bottom > div {
    min-width: 26%;
    padding: 0 15px 0 45px;
}

#product-point-tabs.neg-actived::before {
    right: 50%;
    border-radius: 15px 15px 15px 0;
    background-color: #eb495a;
}

#product-point-tabs::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 30px;
    background-color: #68cc45;
    z-index: 1;
    border-radius: 15px 15px 0 15px;
    right: 0;
    transition-duration: 0.3s;
}

.single-product-bottom > #product-point-tabs > #pos-tab {
    color: #68cc45;
}

.single-product-bottom > #product-point-tabs > a.active {
    color: #fff !important;
}

.single-product-bottom > #product-point-tabs > a {
    display: inline-block;
    width: 48%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    z-index: 2;
    position: relative;
    transition-duration: 0.3s;
}

.single-product-bottom > #product-point-tabs > a .fal {
    font-size: 17px;
    margin-left: 10px;
}

.single-product-bottom > #product-point-tabs > a strong {
    font-size: 0;
    transition-duration: 0.3s;
}

.single-product-bottom > #product-point-tabs > #neg-tab {
    color: #eb495a;
}

.woocommerce div.product div.summary .ppla .fas {
    font-size: 18px;
    margin-left: 7px;
    vertical-align: middle;
}

.single-product-bottom > #product-point-tabs > a.active strong {
    font-size: 14px;
}

.single-product-bottom .product-point.zshow {
    display: block;
}

.single-product-bottom .product-point {
    display: none;
    padding: 15px 20px;
    margin-top: 0px;
    box-shadow: 0 -5px 5px rgba(51, 51, 51, 0.08);
}

.single-product-bottom .product-point ul {
    list-style: none;
    padding-right: 5px;
}

.single-product-bottom .product-point ul li {
    position: relative;
    margin-bottom: 10px;
}

.single-product-bottom strong {
    color: #fff !important;
}

.single-product-bottom .product-point ul li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    right: -20px;
    top: 5px;
    border-radius: 10px;
    border: 1px solid;
}

.single-product-bottom .product-point.positive ul li::before {
    border-color: #68cc45;
}

.single-product-bottom .product-point.negative ul li::before {
    border-color: #f94e60;
}

li#catalog-zanbil i.fal.fa-file-pdf {
    content: "\f1c1";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--secondry);
}
li#catalog-zanbil {
    display: block;
    font-weight: bold;
    color: #515151;
    text-decoration: none;
    width: 84%;
}

marquee.avn-marquee-style a img {
    width: 100px !important;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

marquee.avn-marquee-style a ul {
    display: none !important;
}

marquee.avn-marquee-style a img {
    width: 80px !important;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 100%;
}

marquee.avn-marquee-style span.onsale {
    position: absolute;
    background-color: var(--primary);
    color: #fff;
    padding: 6px;
    border-radius: 20px;
    font-size: 8px;
    left: 20px;
}

.negar-footer-part span.copy-right-footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color:#f6f6f6;
    padding: 10px;
    color: var(--text-light);
}

[data-theme="dark"] .negar-footer-part span.copy-right-footer {
    background-color: var(--night-bg);
    color: var(--text-night);
}

.scroll-down .header-area {
    transform: translate3d(0, -100%, 0);
}

.scroll-up .header-area {
    transform: none;
}

.scroll-up:not(.menu-open) .header-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.single .product .product-countdown {
    position: absolute;
    z-index: 9;
}

.avn-marquee svg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
}
.avn-marquee {
    direction: ltr;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.avn-marquee > div marquee:first-child {
    margin-top: 10px;
}

.avn-marquee > div marquee:last-child {
    margin-bottom: 50px;
}

marquee.avn-marquee-style .border-sale img {
    border: 1px solid var(--primary);
}

.hscroll-product-slider .swiper-slide .product.type-product span.count {
    position: absolute;
    background-color: var(--primary);
    color: var(--text-inbox);
    padding: 6px 10px;
    border-radius: 12px;
    margin: 0 calc(50% - 20px);
    top: -20px;
    z-index: -1;
    font-size: 16px;
}
.hscroll-product-slider .swiper-slide-active .product.type-product span.count {
    animation: frontNumber 1s;
    z-index: 5;
    transition-delay: 0.6s;
}

.relative-box{
    position: relative;
    margin: 20px 0;
}

span.topbox-best-product {
    background-color: var(--primary);
    width: 150px;
    height: 109px;
    left: -20px;
    position: absolute;
    border-radius: 0 40px 0 0;
    opacity: 0.16;
}

.best-product-counter{
    font-size: 35px;
}

.best-slider-swiper .swiper-slide.swiper-slide-active {
    box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.16);
    z-index: 99;
    transform: scale(1.05);
}

.best-slider-swiper .swiper-slide {
    margin-bottom: 35px;
    margin-top: 43px;
    box-shadow: none;
    transition-duration: 0.3s;
    transform: scale(0.95);
}

.single.single-post header#headerArea {
    display: none;
}

.single .icons-buttons-down {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f3fd";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f4a1";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f59f";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f013";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

.image-banner-slider-wavy .swiper-slide .negar-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ngr_slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.negar-svg .negar-slider-meta {
    display: flex;
    position: relative;
    justify-content: space-around;
    padding: 18px 7px;
}

.image-banner-slider-wavy .negar-svg .svg-right-part {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}


.image-banner-slider-wavy .negar-svg .svg-left-part {
    background-color: #fff;
    color: var(--primary);
    padding: 5px 20px;
    border-radius: 15px;
    font-weight: bold;
}

.image-banner-slider-wavy .swiper-slide .negar-svg svg {
    display: block;
    position: absolute;
    height: auto;
    opacity: 0;
    bottom: 0;
    transition-duration: 0.5s;
}

.image-banner-slider-wavy .swiper-slide-active .negar-svg svg {
    animation-name: swipeUp;
    opacity: 1;
}

.image-banner-slider-wavy .swiper-slide .negar-svg svg:first-child {
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.image-banner-slider-wavy .swiper-slide .negar-svg svg:nth-child(2) {
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* preload lay-2   */
.preloader-1{
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
}
.box_section{
    width: 120px;
    height: 120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background: white;
    border-radius: 20px;
    animation:1s ease-in-out alternate infinite shadows;
}
.site_logo{
    width:100px;
}
.img_filter{
    width: 120px;
    height: 120px;
    opacity:0 ;
    position: absolute;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f6f7f9;
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
}
@keyframes placeHolderShimmer{

    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes shadows{
    0%{
        box-shadow:none
    }
    100%{
        box-shadow: 9px 16px 8px rgb(227, 227, 227);
    }
}
/* preload lay-3 */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}
.loader-logo {
    z-index: 5;
    width: 160px;
    height: 160px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: center;
}
.loader-circle {
    border-top: 1px solid #f94e60; /* Blue */
    border-radius: 50%;
    width: 160px;
    height: 160px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* preload lay-4 */


.loading-screen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo{
    max-width: 100px;
    height: auto;
}

.loading-bar{
    width: 130px;
    height: 2px;
    background: #cfcfcf;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}

.loading-bar::before{
    content: '';
    width: 68px;
    height: 2px;
    background: #f94e60;
    position: absolute;
    left: -34px;
    animation: bluebar 1.5s infinite ease;
}

@keyframes bluebar{
    50%{
        left: 96px;
    }
}

/****************   lay-5     ***************/

.animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;

    animation: 1s spinning infinite;
}

.animation:before,
.animation:after {
    animation: 1s movingRight infinite;
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    border: 10px solid #f94e60;
    border-top: none;
    border-bottom: none;
    margin-bottom: 10px;
}
.animation:after {
    animation-name: movingLeft;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }
    40%,
    100% {
        transform: rotate(90deg);
    }
}

@keyframes movingLeft {
    0% {
        transform: translateX(0%);
    }
    40% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes movingRight {
    0% {
        transform: translateX(0%);
    }
    40% {
        transform: translateX(50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.swiper-wrapper {
    margin: 5px 10px;
}

.ngr_slider .swiper-wrapper {
    margin: 0;
}

header.ngr-eleman-title strong {
    display: inline-block;
    margin-right: 5px;
}


.aparat-video-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.95);
}

@keyframes dark-bg {
    0% {
        background-color: rgba(0, 0, 0, 0)
    }
    100% {
        background-color: rgba(0, 0, 0, 0.9)
    }
}

.aparat-video-modal .fas.fa-circle-notch {
    position: absolute;
    left: 50%;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.55);
    top: 50%
}

.aparat-video-modal .video-modal-content {
    display: block;
    margin: 25% auto;
}

.download-catalog {
    width: 50%;
}

@keyframes video-open {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.aparat-video {
    position: absolute;
    top: 290px;
    height: 50px;
    width: 50px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px 0 0 30px;
    text-align: center;
    line-height: 53px;
    z-index: 1;
    backdrop-filter: blur(10px);
    border: 1px solid #ddd;
}

.aparat-video .fas {
    font-size: 20px;
    color: #515151;
    margin-right: -7px;
}
li#catalog-zanbil span {
    color: var(--text-light);
    display: block;
    margin-top: 5px;
}

[data-theme="dark"] li#catalog-zanbil span {
    color: var(--text-night);
}

.product section.related.products > h2 {
    margin-right: 15px;
}

.hscroll-product .product span.price span.woocommerce-Price-currencySymbol,
.woocommerce div.product span.price span.woocommerce-Price-currencySymbol{
    color: var(--text-light);
}

[data-theme="dark"] .hscroll-product .product span.price span.woocommerce-Price-currencySymbol,
[data-theme="dark"] .woocommerce div.product span.price span.woocommerce-Price-currencySymbol{
    color: var(--text-night);
}

.single.single-product .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a{
    color: #86868b;
    opacity: 0.6;
}

.single.single-product .woocommerce-breadcrumb a:first-child,
.woocommerce .woocommerce-breadcrumb a:first-child{
    font-size: 0;
}

.single.single-product .woocommerce-breadcrumb a:first-child:before,
.woocommerce .woocommerce-breadcrumb a:first-child:before{
    content: "\f80a";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}

.woocommerce .woocommerce-breadcrumb {
    color: var(--text-light);
}

.woocommerce a.button:hover {
    background-color: var(--secondry);
}

.negar-svg .negar-slider-meta span.svg-right-part {
    color: var(--text-inbox);
}

.negar-footer-part span.copy-right-footer a {
    color: var(--primary);
}

.single.single-post .page-content-wrapper {
    background-color: var(--light-bg);
}

[data-theme="dark"] .single.single-post .page-content-wrapper {
    background-color: var(--night-bg);
}

.single-post span.post_day, .single-post span.post_year {
    color: var(--text-light);
}

[data-theme="dark"] .single-post span.post_day, [data-theme="dark"] .single-post span.post_year {
    color: var(--text-night);
}

.icons-buttons-down i {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

.yith-wcmap .user-image {
    border: 3px solid var(--text-inbox);
}

#my-account-content .woocommerce-MyAccount-content > a {
    width: 100%;
}

#my-account-menu-tab ~ #my-account-content > a {
    width: 100%;
}

.logged-in .tm-woowishlist .tm-woowishlist-wrapper .row .tm-woowishlist-remove:before {
    content: "\f00d" !important;
}

[data-theme="dark"] .woocommerce form .form-row input.input-text {
    background-color: var(--night-bg);
    color: var(--text-night);
}

[data-theme="dark"] .woocommerce-checkout-review-order-table .cart_item {
    background-color: var(--night-element-bg);
}

[data-theme="dark"] .woocommerce-checkout-review-order-table .cart-subtotal {
    color: var(--text-night);
}

[data-theme="dark"] .woocommerce-checkout-review-order-table ul#shipping_method li label {
    color: var(--text-night);
}

[data-theme="dark"] .woocommerce-checkout #payment ul.payment_methods li label {
    color: var(--text-night);
}

[data-theme="dark"] .woocommerce-checkout #payment ul.payment_methods {
    background-color: var(--night-bg);
}

[data-theme="dark"] .woocommerce form .form-row {
    background-color: var(--night-bg);
}

[data-theme="dark"] .woocommerce-order-received ul.woocommerce-thankyou-order-details li {
    color: var(--text-night);
}

[data-theme="dark"] .is-in-stock {
    color: var(--secondry);
}

[data-theme="dark"] .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--text-night);
}

[data-theme="dark"] .woocommerce div.product form.cart {
    background-color: var(--night-bg)
}

#category-modal.show .ngr-eleman-title {
    display: unset;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}
