﻿/*
Theme Name: قالب فروشگاهی دل آرا
Author: امیر رضایی
Description: قالب وردپرس فروشگاهی دل آرا
Tags: قالب وردپرس , قالب فروشگاهی ,قالب ووکامرس ایرانی , قالب دل آرا
Version: 3.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: امیر رضایی
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* theme color */
    --main-color-one: #0761f6;
    --main-color-one-shadow: #0763f657;
    --main-color-one-hover: #0547b2;
    --main-color-one-color: #fff;
    --main-color-two: #ef473a;
    --main-color-two-shadow: #ef473a57;
    --main-color-two-hover: #ce2c20;
    --main-color-two-color: #fff;
    --main-color-three: #11c56b;
    --main-color-three-shadow: #11c56b57;
    --main-color-three-hover: #099f54;
    --main-color-three-color: #fff;
    --input-bg: #f1f1f1;
    --input-color: #515151;
    --input-redius: 25px;
    --input-border-size: 1px;
    --input-border-color: #ccc;
    --bg-site: #f4f5f9;
    --color-site: #515151;
    --font-size: '14px';
    --font-site: 'dana';
    --rasta-custom-color: #0761f6;
    /* shadow */
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    /* text */
    --text-muted: #565757;
    --text-muted-two: #929292;
    /* border */
    --border-muted: #ced4da;
}

@font-face {
    font-family: 'dana';
    src: url('assets/font/dana/dana-fanum-regular.woff2') format('woff2');
}


@font-face {
    font-family: 'vazir';
    src: url('assets/font/vazir/Vazir.woff') format('woff');
}

@font-face {
    font-family: 'shabnam';
    src: url('assets/font/shabnam/Shabnam-Light-FD.woff2') format('woff2');
}


body {
    font-family: var(--font-site);
    background: var(--bg-site);
    color: var(--color-site);
    position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 30px;
}

p {
    line-height: 36px;
}

.tooltip {
    font-family: 'dana';
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-one);
}

.content {
    padding: 20px 0;
}

.content-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

.font-en {
    font-family: 'dana' !important;
}

a {
    text-decoration: none;
    color: var(--color-site);
}

a:hover {
    color: var(--main-color-one);
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

.menu-item-has-children a {
    position: relative;
}

.menu-item-has-children a:first-child::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    position: absolute;
    font-size: 10px;
    left: -15px;
    top: 50%;
    margin-right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.top-menu ul li>ul>li>a::after {
    opacity: 0;
    visibility: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 900;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.alert-success {
    --bs-alert-bg: #96e9c3;
}

.alert-info {
    --bs-alert-bg: #a5dde9;
}

.alert-primary {
    --bs-alert-color: #012252;
    --bs-alert-bg: #97bef9;
    --bs-alert-border-color: #97bef9;
}

.alert-danger {
    --bs-alert-color: #52060d;
    --bs-alert-bg: #eb9098;
    --bs-alert-border-color: #eb9098;
}

.alert-dark {
    --bs-alert-color: #f6f7f9;
    --bs-alert-bg: #1f1f20;
    --bs-alert-border-color: #212529;
}

.alert-secondary {
    --bs-alert-color: #282828;
    --bs-alert-bg: #9b9b9b;
    --bs-alert-border-color: #9b9b9b;
}

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #f1f1f14d;
    --bs-alert-border-color: #e3e0e0;
    box-shadow: var(--shadow-sm);
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-justify {
    text-align: justify;
}

.site-title {
    font-family: var(--font-site);
}

.span-primary {
    display: inline;
    background-color: #0967ff13;
    border-bottom: 1px dashed #0761f6;
    padding: 4px 7px;
    color: #0547b2;
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.progress-wrap {
    left: 20px;
}

.main-color-one-bg {
    border-color: var(--main-color-one);
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-one-shadow) !important;
}

.main-color-one-bg:hover {
    background-color: var(--main-color-one-hover) !important;
    color: #fff !important;
}

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    border-color: var(--main-color-two);
    background-color: var(--main-color-two) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-two-shadow) !important;
}

.main-color-two-bg:hover {
    background-color: var(--main-color-two-hover) !important;
    color: #fff !important;
}

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    border-color: var(--main-color-three);
    background-color: var(--main-color-three) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: #fff !important;
}

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.mco-hover:hover {
    color: var(--main-color-one-hover) !important;
}

.mct-hover:hover {
    color: var(--main-color-two-hover) !important;
}

.mctt-hover:hover {
    color: var(--main-color-three-hover) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: var(--shadow-md);
    padding: 15px 15px;
    background: #f5f5f5;
    color: #515151;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.swiper-button-next::after {
    position: absolute;
    left: 40%;
    transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
}

.swiper-button-prev::after {
    position: absolute;
    right: 40%;
    transform: translateX(40%);
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
}

.swiper-button-prev {
    right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.swiper-button-next {
    left: 0 !important;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 25px;
    height: 7px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.border-animate {
    /* you can change these variables to control the border */
    --border-color: var(--main-color-one);
    --border-width: 2px;
    --bottom-distance: 0px;
    /* you can increase this */
    color: #666;
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0% var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;
}

.fromCenter {
    background-position: 50% calc(100% - var(--bottom-distance));
}

.fromRight {
    background-position: 100% calc(100% - var(--bottom-distance));
}

.fromLeft {
    background-position: 0 calc(100% - var(--bottom-distance))
}

.border-animate:hover {
    background-size: 100% var(--border-width);
}

.border-animate:focus {
    background-size: 100% var(--border-width);
}

/* STYLING SCROLLBAR */

::-webkit-scrollbar {
    width: 1vw;
    /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border: 0.3vw solid #ffffff;
    border-radius: 5vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    -ms-border-radius: 5vw;
    -o-border-radius: 5vw;
}

/* header */

.header-theme-1 {
    width: 100%;
}

.header-theme-2 {
    padding: 0 0 30px 0;
    background: #fff;
    position: relative;
    box-shadow: var(--shadow-box);
}


.top-menu-btn .auth-btn-index {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: bold;
    border: 1px solid #515151;
    background: #fff;
    padding: 12px 7px;
    outline: none;
    box-shadow: var(--shadow-md);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.top-menu-btn .auth-btn-index-2 {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: bold;
    border: 1px solid #515151;
    background: #fff;
    padding: 12px 7px;
    outline: none;
    box-shadow: var(--shadow-md);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.top-menu-btn .auth-btn-index svg {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.top-menu-btn .auth-btn-index-two {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #007fee;
    border: none;
    padding: 12px 7px;
    outline: none;
    box-shadow: var(--shadow-md);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.top-menu-btn .auth-btn-index-two svg {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.header-box {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-color-two-color);
    font-weight: bold;
    box-shadow: var(--shadow-md);
    background: var(--main-color-two);
    padding: 12px 20px;
    outline: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.header-box svg {
    width: 16px;
    height: 16px;
    margin-left: 7px;
}

.top-menu-btn .auth-icon-responsive {
    color: #515151;
    margin-left: 5px;
    font-size: 14px;
}

.top-menu-btn .auth-icon-responsive i {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    font-size: 30px;
}

.top-menu-btn .count-item {
    background: #7b7b7b;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    top: 30px;
    right: -10px;
    animation: animateHeart 2.5s infinite;
    -webkit-animation: animateHeart 2.5s infinite;
}

.header-contact {
    padding-top: 5px;
    padding-bottom: 10px;
}

.header-contact .header-contact-right li {
    position: relative;
}

.header-contact .header-contact-right li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #515151;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header-contact .header-contact-right li:nth-last-child(1)::before {
    background: transparent;
}

.header-contact .header-contact-right li a {
    color: #515151;
    padding: 5px 7px;
}


.header-contact .header-contact-left {
    justify-content: flex-end;
}

.header-contact .header-contact-left li a {
    color: #515151;
    padding: 5px 7px;
}

.header_two_contact li a {
    border-bottom: 2px solid transparent;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.header_two_contact li a:hover {
    color: var(--main-color-one);
    border-bottom: 2px solid var(--main-color-one);
}

.header-top {
    padding: 5px 0;
}

.header-top-menu li a i {
    float: right;
    margin-left: 5px;
}

.header-top-link {
    color: var(--color-site);
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
}

.header-top-link:hover {
    color: var(--main-color-one);
    border-bottom: 2px solid var(--main-color-one);
}

.header-bottom {
    padding: 20px 0;
    background: #fff;
}

.input_search {
    background-color: #f1f1f1 !important;
}

.form_input_search {
    font-size: 14px;
    color: var(--text-muted);
    padding: 20px 0;
    border: 1px solid var(--border-muted);
    background: #ddd;
}

.header-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-bottom-link {
    background-color: var(--main-color-two);
    width: auto;
    color: var(--main-color-two-color);
    box-shadow: 0 5px 15px var(--main-color-two-shadow);
    /* margin-left: 10px; */
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all linear;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: .3s all linear;
    -moz-transition: .5s all linear;
    -ms-transition: .5s all linear;
    -o-transition: .5s all linear;
}

.header-bottom-link:hover {
    color: #fff;
}

.single_add_to_cart_button {
    margin: 0 !important;
}

.header-bottom-link-cat {
    background-color: var(--main-color-one);
    color: #fff;
    padding: 7px 12px;
    box-shadow: 0 5px 15px var(--main-color-one-shadow);
    border-color: transparent;
}

.header-bottom-link-cat:hover {
    color: #fff;
}

.drop_down_header {
    width: 180px;
}

.drop_down_header a {
    padding-bottom: 15px;
}

/* end header */

/* home-slider */

.home-slider img {
    object-fit: cover;
    width: 100%;
}

div#homeSlider {
    box-shadow: var(--shadow-lg);
    /* border-radius: 10px; */
}

.countdown-container .seconds-bottom {
    background: var(--main-color-two) !important;
    color: var(--main-color-two-color) !important;
}

.sugget-item .timer .countdown-container .seconds-bottom {
    color: #fff;
    background: var(--main-color-two);
}

.sugget-item .timer .countdown-container .countdown-heading {
    font-size: 14px;
}

.sugget-item .timer .countdown-container .countdown-value {
    font-size: 16px;
    width: 35px;
    height: 35px;
}

.sugget-item {
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sugget-item .image img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.sugget-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}


.sugget-item .add a {
    background-color: var(--main-color-two);
    box-shadow: var(--shadow-md);
    color: #fff;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 7px 10px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.sugget-item .add a:hover {
    background-color: #fff;
    color: var(--color-site);
}

/* end home-slider */

/* start mega menu */


.mega-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    /* required */
    z-index: 1000;
    padding: 10px 0;
}

/* ///////////main menu /////////// */

.top-menu-menu ul.main-menu {
    display: none;
    background: #fff;
    box-shadow: var(--shadow-md);
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

.top-menu-menu ul.main-menu.active {
    display: flex;
}

.main-menu-head {
    color: var(--main-color-one) !important;
}

.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.top-menu-menu ul.main-menu li a {
    display: block;
    padding: 0 10px;
}

.top-menu-menu ul.main-menu li a i {
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
    color: var(--color-site);
    margin-left: 5px;
    float: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.top-menu-menu ul.main-menu li:hover {
    background: #f3f3f3;
}

.top-menu-menu ul.main-menu li:hover i {
    color: var(--main-color-one);
    font-weight: bolder;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub {
    height: 100%;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 200px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li {
    max-width: 150px;
    padding: 0;
    margin-top: 4px;
    padding: 5px 0;
}

.top-menu-menu ul.main-menu>li {
    background-color: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-menu-sub-active-li {
    background: #fff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.top-menu-menu ul.main-menu>li:hover {
    background: #fff;
}

.top-menu-menu ul.main-menu>li:hover a {
    color: var(--color-site);
}

.top-menu-menu ul.main-menu>li a i {
    float: none;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a {
    font-size: 14px;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a:hover {
    color: var(--main-color-one);
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title {
    font-size: 16px;
    font-weight: bold;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title i {
    font-weight: bolder;
    font-size: 14px;

}


.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2.5px;
    height: 100%;
    background: var(--main-color-one);
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li:hover {
    background: none;
}

.top-menu-menu li:hover ul.main-menu {
    opacity: 1;
    visibility: visible;
}


.main-menu-sub-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-menu-sub-active-li>a {
    color: var(--color-site) !important;
}

/* /////////// end main menu /////////// */


.responsive-menu-icon {
    height: 100%;
}

div#responsiveMenuTwo {
    z-index: 1000000;
}


.responsive-menu-icon {
    height: 100%;
}

.responsive-menu-icon i {

    font-size: 35px;
}

.rm-body {
    position: relative;
}

.rm-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8888;
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
    -ms-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
}

.rm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
    transition: .4s;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.rm-items.open {
    right: 0;
    width: 320px;
}

.rm-item-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rm-item-close i {
    color: #444;
    font-size: 35px;
}

.rm-item-img {
    text-align: center;
}

.rm-item-img img {
    height: 70px;
    max-width: 100%;
}

.rm-item-search {
    margin: 10px 0;
}

.rm-item-search input.search-txt {
    background: #d8d8d8;
}

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.rm-item-menu li.menu-item-has-children {
    flex-direction: row-reverse;
}

.rm-item-menu li.menu-item-has-children ul li {
    background-color: #fff;
}

.rm-item-menu li.menu-item-has-children ul li.menu-item-has-children ul li {
    background-color: #f5f5f5;
}

.rm-item-menu li:not(.menu-item-has-children) a::after {
    display: none;
}

.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rm-item-menu li>ul {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.rm-item-menu li i {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: var(--color-site);
}

.rm-item-menu>li>ul>li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu>li>ul>li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu>li>ul>li>a {
    padding: 0 20px;
}

.rm-item-menu>li>ul>li>ul>li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu>li>ul>li>ul>li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu>li>ul>li>ul>li>a {
    padding: 0 30px;
}

.rm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
    /* transition: .4s;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s; */
}

.rm-items.open {
    right: 0;
    width: 320px;
}


.rm-item-search input.search-txt {
    background: #d8d8d8;
}

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
}

.rm-item-menu li a i {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    float: right;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: var(--color-site);
}

.rm-item-menu>li>ul>li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu>li>ul>li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu>li>ul>li>a {
    padding: 0 20px;
}

.rm-item-menu>li>ul>li>ul>li {
    border-bottom: 1px solid #ececec;
}

.rm-item-menu>li>ul>li>ul>li:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.rm-item-menu>li>ul>li>ul>li>a {
    padding: 0 30px;
}

.h-0 {
    display: none !important;
    height: 0 !important;
}

ul.show {
    display: flex !important;
    height: auto !important;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.bg-ul-f7 {
    background: #f7f7f7 !important;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.mega-menu {
    background-color: #fff;
    box-shadow: var(--shadow-sm);
    padding: 15px 0 0 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 110;
}

.mega-menu-parent {
    position: relative;
}

.main-menu {
    list-style: none;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.main-menu>li {
    margin-left: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}

.main-menu>li:hover {
    border-bottom-color: var(--main-color-one);
}

.main-menu>li:hover>a {
    font-weight: bold;
    color: var(--main-color-one);
}

.main-menu>li:hover ul {
    opacity: 1;
    visibility: visible;
}


.main-menu>li:nth-last-child(1) {
    margin-left: 0;
}

.main-menu>li>a>i {
    margin-left: 5px;
    float: right;
}


/* sub menu */

ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}


.main-menu>li>ul {
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    height: 300px;
    overflow-y: scroll;
    box-shadow: var(--shadow-box);
    z-index: 999;
    padding: 15px 5px;
    background-color: #fff;
    /* background-image: url('../image/mega-img-1.jpg'); */
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: 0.3s all linear;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.main-menu>li>ul>li {
    width: 16%;
    padding: 10px;
}

.main-menu>li>ul>li:nth-last-child(1) {
    margin-left: 0;
}

.main-menu>li>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-site);
    position: relative;
    padding-right: 7px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-menu>li>ul>li>a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    width: 3px;
    background: var(--main-color-one);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* level two in sub menu */

.main-menu>li>ul>li>ul {
    margin-top: 10px;
}

.main-menu>li>ul>li>ul>li {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-menu>li>ul>li>ul>li:nth-last-child(1) {
    margin-bottom: 0;
}

.main-menu>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #8e8d8d;
}

.main-menu>li>ul>li>ul>li>a:hover {
    color: var(--main-color-one);
}

.shoping-special ul li a {
    font-weight: bold;
    border-bottom: 2px solid var(--main-color-one);
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    text-align: center;
}

.blob {
    background: var(--main-color-two);
    border-radius: 50%;
    margin: 10px;
    height: 6px;
    width: 6px;

    box-shadow: 0 0 0 0 rgba(208, 52, 4, 0.775);
    transform: scale(1);
}


/* end mega menu */

/* feature */
/* .feature {
    display: flex;
} */

#feature .swiper-button-next, #feature .swiper-button-prev {
    top: 60% !important;
}

/* .feature .swiper-wrapper{
    justify-content:center;
} */

.feature-item {
    box-shadow: var(--shadow-inner);
    width: 145px;
    max-width: 145px;
    max-height: 130px;
    padding: 15px 10px;
    background: rgba(196, 196, 196, .34);
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.feature-item-slider {
    width: auto !important;
    max-width: unset !important;
    max-height: unset !important;
    box-shadow: var(--shadow-inner);
    padding: 15px 10px;
    background: rgba(196, 196, 196, .34);
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

.feature-item.over h6,
.feature-item.over .icon i {
    color: #fff !important;
}

.feature-item.over .icon {
    border-color: #fff !important;
}

.feature-item .title h6 {
    margin: 0;
}

.feature-item:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.feature-item:hover h6 {
    color: #fff !important;
}

.feature-item:hover .icon {
    border-color: #fff;
}

.feature-item .icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px;
    border: 1px dashed var(--color-site);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* end feature */

/* start offer */
.offers {
    padding: 20px 0;
}

.offer {
    height: auto;
    border-radius: 10px;
    /* padding:10px 0 10px 10px; */
    background: #fff;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one) !important;
    width: 15px !important;
    height: 7px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 23px;
    color: #515151;
}

.product-modal .swiper-button-prev:after, .product-modal .swiper-button-next:after {
    content: 'prev';
    font-size: 23px;
    color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 23px;
}

.offer-item {
    max-height: fit-content;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.offer-discount {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 10px;
}

.offer-discount span {
    border-radius: 0;
    min-height: 30px;
    min-width: 137px;
    font-weight: 400;
    margin: 0;
    z-index: 9;
    background-color: #e74c3c;
    color: #fff;
    width: 154px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    padding: 4px;
    padding-top: 30px;
    right: -46px;
    top: -15px;
    transform: rotate(35deg);
    line-height: 2;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.offer-img {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: auto;
    display: flex;
}

.offer-img img {
    width: 500px;
    height: 100% !important;
    object-fit: cover;
}

.offer-content {
    text-align: center;
    padding-bottom: 10px;
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f0efef;
}

.offer-title h4 {
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
}

.offer-title span {
    color: #007fee;
}

.offer-desc {
    width: 100%;
    text-align: right;
}

.offer-desc h4 {
    height: 65px;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
}

.se-title h5 {
    font-size: 16px;
    margin-bottom: 7px;
}

.se-title h6 {
    font-size: 12px;
    margin-bottom: 7px;
    font-weight: normal;
}

.offer-desc-price {
    margin: 10px auto;
}

.offer-desc-price .old {
    font-size: 17px;
    color: #c3c1c1;
    text-decoration: line-through;
}

.offer-desc-price .new {
    font-weight: bold;
    font-size: 20px;
    color: #009500;
}

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0;
}

.offer-timer-item {
    color: #007fee;
    width: 60px;
    height: 60px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offer-timer-item .number {
    font-weight: bold;
    font-size: 16px;
}

.offer-btn {
    margin-top: 10px;
}

.offer-btn-btn {
    color: #fff;
    background-color: #0761f6;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.offer-btn-btn:hover {
    background-color: #0153d6;
    color: #fff;
}

.offer-item-links {
    border-right: 1px solid #eee;
}

.offer-item-link {
    margin: 10px 10px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 0 !important;
}

.se-desc {
    margin-top: 20px;
}

.se-desc h6 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}

.se-desc ul {
    margin-bottom: 10px;
    list-style: none;
    padding-right: 10px;
}

.se-desc ul li {
    padding: 2px 0;
    font-size: 15px;
    position: relative;
    font-size: 14px;
}

.se-desc ul li::before {
    content: "\f28a";
    font-size: 8px;
    font-family: bootstrap-icons !important;
    color: #000;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 18px;
    float: right;
}

.offer-item-link .swiper-slide {
    width: 100% !important;
}

.offer-item-link .swiper-wrapper {
    flex-direction: column !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}

.offer-item-link-item {
    margin-bottom: 10px;
    background: #f4f5f9;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.offer-item-link-item h6 {
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid var(--main-color-two);
}

.swiper-slide:not(.swiper-slide-active) .offer-item {
    opacity: 0;
}

.offer-item .countdown-container .countdown-value {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offer-item .countdown-container .countdown-heading {
    font-size: 16px;
}

/* end offer */

/* start amazing */
.amazing {
    background-color: var(--main-color-two);
    background-image: url(../image/patterns.png);
    box-shadow: var(--shadow-box);
    background-size: contain;
    background-attachment: fixed;
}

.free-mode .swiper-slide {
    width: auto;
}

/* end amazing */

/* start fresh */
.fresh .parent {
    background-color: var(--main-color-two);
    background-image: url(../image/patterns.png);
    box-shadow: var(--shadow-box);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fresh .left img {
    border: 3px dotted #cbcbcb;
}

.fresh-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.fresh-label,
.fresh-link {
    font-weight: bold;
    padding: 5px;
    color: #009500;
    font-size: 12px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}


/* end fresh */

/* product banner */

.prodcut-banner-item {
    background: url('assets/image/wave-card.svg') no-repeat;
    background-position: center center;
    background-size: 500px;
    padding: 10px;
    transition: 0.3s;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.prodcut-banner-item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/* end product banner */

/* start main category */
.main-category {
    padding: 20px 0;
}

/* .main-category .parent {
    padding: 20px 20px;
} */

.main-category-item {
    margin: 30px 0;
    text-align: center;
}

.main-category-title {
    margin-bottom: 10px;
    display: flex;
    padding: 0;
}

.main-title {
    padding: 10px 45px 10px 10px;
    position: relative;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.main-title::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 8px;
    border-radius: 5px;
    background: var(--main-color-one);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.slider-title {
    color: #fff;
    text-align: right !important;
    flex-grow: 1;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.slider-title h6 {
    font-weight: bold;
    margin-bottom: 0 !important;
}

.slider-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: var(--main-color-one);
    z-index: 2;
}

.slider-title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #e8e8e8 0%, rgba(236, 236, 236, 0) 100%);
    z-index: 1;
}

.main-category .item {
    border: 1px solid transparent;
    transition: 0.3s all ease-in-out;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #a3e8ff24;
    box-shadow: var(--shadow-inner);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-category .item:hover {
    background: #f8f8f8;
    box-shadow: var(--shadow-box);
}

.main-category .item:hover .hover span {
    background: var(--main-color-three) !important;
}

.main-category .item .hover {
    position: absolute;
    top: 5px;
    right: 5px;
}

/* end main category */

/* start banner */

.adv-banner img {
    display: flex;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: 100%;
}

.adv-banner img:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}


/* end banner */

/* product box */
.product-box .parent {
    background: #fff;
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.content-title svg {
    margin-left: 5px;
}

.content-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, var(--main-color-one) 0%, rgba(236, 236, 236, 0) 100%);
    z-index: 1;
}

.content-title .item {
    background: #fff;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.content-title .item:nth-last-child(1) {
    padding-left: 0px;
    padding-right: 20px;
}

.content-title .item:nth-last-child(1) i {
    margin-left: 5px;
}

.content-title .item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.content-title .item i {
    margin-left: 5px;
    color: var(--main-color-one);
}

.product-box-item {
    width: 250px;
    box-shadow: var(--shadow-box);
    margin: 10px 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-box-item::before {
    content: '';
    width: 160px;
    height: 150px;
    position: absolute;
    bottom: -30%;
    right: -20%;
    background-color: var(--main-color-two-shadow);
    border: 6px solid #e6e4e476;
    border-radius: 50%;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-box-item .image img {
    display: block;
    margin: auto;
    width: 170px;
    height: 170px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 1.5s, visibility .5s, opacity .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
    -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
    -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
    -o-transition: transform 1.5s, visibility .5s, opacity .5s;
}

.product-box-item .two-image {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 1.5s, visibility .5s, opacity .5s;
    -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
    -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
    -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
    -o-transition: transform 1.5s, visibility .5s, opacity .5s;
}


.product-box-item:hover .one-image {
    opacity: 0;
    visibility: hidden;
}

.product-box-item:hover .two-image {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.product-box-item .desc {
    padding: 10px;
}


.product-box-item .desc .title .title-fa {
    font-size: 14px;
    font-family: 'dana';
    margin-bottom: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.product-box-item .desc .title .title-en {
    font-size: 12px;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}

.product-box-item .foot .add,
.product-box-item .foot .see-fast {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: var(--shadow-md);
    color: var(--color-site);
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 7px 10px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.product-box-item .foot .add:hover,
.product-box-item .foot .see-fast:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.product-box-item .foot .add:hover a {
    color: #fff;
}

.product-box-item .title {
    text-align: right;
}

.brand-box .swiper-slide .image {
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.brand-box .swiper-slide .image:hover {
    box-shadow: rgba(1, 166, 226, 0.569) 0px 0px 10px 0px !important;
}

.brand-box .swiper-slide .image:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.brand-box .swiper-slide .image img {
    transition: 0.3s all ease-in-out;
    width: 150px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.brand-box .swiper-button-next,
.brand-box .swiper-button-prev {
    top: 70% !important;
}

.product-box-item:hover .hover {
    opacity: 1;
    visibility: visible;
}

.product-box-item .hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.product-box-item .hover .hover-btn {
    order: 2;
    display: flex;
    flex-direction: column;
}

.product-box-item .hover .hover-btn div.hover-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background: white;
    color: var(--color-site);
    padding: 5px 6px;
    box-shadow: var(--shadow-md);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-box-item .hover .hover-btn div.hover-parent i {
    font-size: 20px !important;
}

.product-box-item .hover .hover-color {
    display: flex;
    flex-direction: column;
    order: 1;
}

.product-box-item .hover .hover-color span {
    border: 1px solid #aaa;
    margin-bottom: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-box-item .hover .hover-btn div.hover-parent i:hover {
    color: var(--main-color-one);
}

/* end product box */

/* product-box-two */
.product-box-two .parents {
    background: url('assets/image/patern2.png'), linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-row {
    padding: 20px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    flex-wrap: wrap;
}

.product-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    opacity: .4;
    z-index: -1;
    background: #fff url('assets/image/wave-card.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.product-row .image,
.product-row .imagea {
    width: 24%;
    text-align: center;
}

.product-row .desc,
.product-row .desca {
    width: 74%;
}

.product-row .desca {
    padding: 10px;
}

.product-row .desca .title {
    padding: 0;
}

.product-row .desca .title::before {
    visibility: hidden;
}

.product-row .desc .title {
    height: 25px;
}

.product-box-two .content-title {
    position: relative;
}

.product-box-two .content-title::before {
    content: '';
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #eee 0%, rgba(236, 236, 236, 0) 100%);
    z-index: 1;
}

.product-box-two .content-title .item {
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
}

.product-box-two .content-title .item:nth-last-child(1) {
    padding-left: 0px;
    padding-right: 20px;
}

/* end product-box-two */

/* product box three */

.product-box-three .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-box-three .content-title .item {
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    background-color: transparent;
}

.product-box-three .content-title .item:nth-last-child(1) {
    padding-left: 0px;
    padding-right: 20px;
    background-color: transparent;
}

.product-box-three .content-title::after {
    background: transparent;
}

.product-box-three .content-title .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.product-box-three .content-title .item svg {
    margin-left: 5px;
    color: var(--main-color-one);
    color: #fff;
}

.product-box-three .parent {
    position: relative;
    padding: 20px 20px;
}

.product-box-three .parent::before {
    content: "";
    float: right;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--main-color-one);
    width: 50%;
    border-radius: 90px 20px 20px 90px;
    box-shadow: var(--shadow-box);
    z-index: -1;
    -webkit-border-radius: 90px 20px 20px 90px;
    -moz-border-radius: 90px 20px 20px 90px;
    -ms-border-radius: 90px 20px 20px 90px;
    -o-border-radius: 90px 20px 20px 90px;
}

.product-box-three .parent::after {
    content: "";
    float: right;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--main-color-two);
    width: 45%;
    border-radius: 20px 90px 90px 20px;
    box-shadow: var(--shadow-box);
    z-index: -1;
    -webkit-border-radius: 20px 90px 90px 20px;
    -moz-border-radius: 20px 90px 90px 20px;
    -ms-border-radius: 20px 90px 90px 20px;
    -o-border-radius: 20px 90px 90px 20px;
}

.product_discount {
    position: absolute;
    top: 0;
    right: 0;
}

.product_discount span {
    background-color: #dc3545;
    color: #fff;
    box-shadow: 0 5px 15px #dc354557 !important;
}

/* end product box three */

/* start blogbox */

.blog-card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.image-blog {
    transition: 0.3s;
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.image-blog::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.895) 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-box .image-blog:hover {
    transform: translateY(-7px);
    box-shadow: #00c1d647 0px 5px 12px 0px !important;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
}

.image-blog img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}


.blog-desc {
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 10;
    width: 100%;
}

.blog-desc.position-absolute.bottom-0 {
    padding: 10px !important;
}

.blog-desc.position-absolute.bottom-0 h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.image-blog-widget {
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.image-blog-widget:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.image-blog-widget::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.895) 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.image-blog-widget img {
    object-fit: cover;
    height: 260px !important;
    width: 100%;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}


/* end blogbox */

/* footer */
footer {
    background-image: url('assets/image/footer.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}


.small-slider .swiper-button-next,
.small-slider .swiper-button-prev {
    padding: 15px 15px;
    background: transparent;
    color: var(--color-site);
    box-shadow: none;
}

.small-slider .swiper-button-prev::after,
.small-slider .swiper-button-next::after {
    font-size: 16px;
    font-weight: bolder;
    color: var(--main-color-one);
}

.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.social-link a.bi-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-link a.bi-twitter {
    background: #098ecc;
}

.social-link a.bi-whatsapp {
    background: #04ac12;
}

.social-link a.bi-youtube {
    background: #ce0909;
}

.social-link a.bi-telegram {
    background: #0d80c8;
    z-index: 100000;
}

.social-link a:hover {
    color: #fff;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
}

footer a.nav-link {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

footer a.nav-link:hover {
    color: var(--main-color-one);
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.rss_input {
    background-color: #fff !important;
    box-shadow: var(--shadow-box);
}

/* end footer */

/* start copy-right */

.copy-right {
    border-top: 3px solid var(--main-color-one);
    padding: 7px 0;
    background-color: #fff;
}

/* end copy-right */



/* login modal */
.auth {
    background-color: #fff;
}

.auth .modal-content::before {
    content: '\F4E1';
    background: #fff;
    color: var(--color-site);
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -10%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.auth .auth-content {
    position: relative;
}

.auth_login.auth-content::before {
    content: '\F8A8';
}

.auth-content::before {
    content: '\F4DD';
    background: #fff;
    color: var(--color-site);
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -15%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.auth .divider {
    position: relative;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth .divider span {
    background: #fff;
    padding: 10px 20px;
    z-index: 2;
}

.auth .divider::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    border: 1px solid #efefef;
    z-index: 1;
}

.float-input {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.float-input:focus {
    box-shadow: none;
}

.link-tag-modal {
    position: relative;
    padding: 0 2px;
}

.link-tag-modal::before {
    content: ',';
    position: absolute;
    left: -3px;
    top: 40%;
    font-size: 20px;
    color: var(--text-muted);
    transform: translateY(-50%);
}

.link-tag-modal:nth-last-child(1)::before {
    display: none;
}

/* end login modal */

/* start page product */

.product-variable .box {
    position: relative;
    margin-bottom: 10px;
}

.product-variable .box .box-item {
    width: 100%;
    border: 1px solid var(--border-muted);
    padding: 5px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-variable .box .box-label {
    position: absolute;
    top: -15px;
    background: #fff;
    margin-right: 15px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-gallery-thumb {
    margin: 10px 0;
    border: 1px solid #eee;
    padding: 10px;
}

.product-gallery-thumb .swiper-slide img {
    height: 70px;
    opacity: .6;
    cursor: pointer;
    border: 1px solid #dddd;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    border-color: #007fee;
    opacity: 1;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    top: 70% !important;
}


.border-right-product {
    border-right: 1px solid #eeeeeea7;
}

.summary-offer {
    position: absolute;
    top: 0;
    right: -10px;
    background: #e74c3c;
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 5px 15px #e74c3c57;
    z-index: 10;
    -webkit-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -moz-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -ms-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -o-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}

.product-meta .title h6 {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
}

.product-gallery img {
    max-width: 100%;
    border: 1px solid #eee;
}

/* end page product */

/* bootstrap touch spin */

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    height: 100%;
    width: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-two);
    box-shadow: var(--shadow-box);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-counter {
    border-color: var(--main-color-two) !important;
    width: 60px;
    min-height: 30px !important;
    margin-bottom: 0 !important;
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form-counter:focus {
    border: none;
    outline: none;
}

/* end bootstrap touchspin */

/* color box */

.color-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.color-box-item {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.color-box-item.active {
    border: 2px solid #0f58e0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.color-box-item.active span {
    position: relative;
}


.color-box-item.active span::before {
    content: '\F26E';
    color: #fff;
    font-size: 22px;
    font-family: 'bootstrap-icons' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.color-box-item .color {
    cursor: pointer;
    display: block;
    background: red;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* end color box */

/* start product-descs */
.product-desc {
    position: relative;
}

.product-desc-tab {
    padding-bottom: 10px;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab>ul {
    margin: 30px 0;
}

.product-desc-tab>ul {
    min-width: 450px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #eee;
}

.product-desc-tab>ul>li {
    margin-left: 5px;
    margin-bottom: 10px;
    width: auto !important;
    background-color: #ddd;
}

.product-desc-tab>ul>li>a {
    border: none;
    height: 100%;
    color: var(--color-site);
    outline: none;
    box-shadow: none;
    font-size: 14px;
}

.product-desc-tab>ul>li>a {
    display: block;
    padding: 10px;
    white-space: nowrap;
    color: var(--color-site);
}

.product-desc-tab>ul>li.active {
    height: 100%;
    box-shadow: var(--shadow-inner);
    border-top: 3px solid var(--main-color-one);
    outline: none;
    background: #fff;
    transition: 150ms border-top linear;
    -webkit-transition: 150ms border-top linear;
    -moz-transition: 150ms border-top linear;
    -ms-transition: 150ms border-top linear;
    -o-transition: 150ms border-top linear;
}

.product-desc-tab>ul>li.active {
    color: var(--color-site);
}

.product-desc-tab>ul>li>a>i {
    margin-left: 5px;
}

.product-desc-tab-content {
    padding: 20px 0;
}

.product-desc-tab-content table tr th {
    width: 200px;
}

.product-desc-tab-content table tr td {
    padding: 12px 0;
}

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content {
    padding: 20px 0;
    line-height: 2.2;
}

.product-desc-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.table-product {
    --bs-table-striped-bg: rgb(0 0 0 / 3%);
}

.comment {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
}

.star i.bi-star {
    color: #ddd;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.star i.bi-star-half {
    color: #f7ad0d;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    background: #28ff3a3c;
    padding: 10px 20px;
    box-shadow: var(--shadow-box);
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.positive-nav ul li:nth-child(1)::before {
    background: transparent;
}

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    background: #ff28283c;
    padding: 0px 20px;
    box-shadow: var(--shadow-box);
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.negitive-nav ul li:nth-child(1)::before {
    background: transparent;
}

.comment-reply {
    padding: 20px 0;
}



/* end product-descs */

/* read more */

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state~.read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'بستن _';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 10px 0;
    color: #007fee;
    font-size: .9em;
}

/* end read more */

/* rating */

.rating {
    border: none;
}

.rating:not(:checked)>input {
    position: absolute;
    /* top:-9999px; */
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #e5c406;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
}

.rating>label:active {
    position: relative;
}

.se-cart {
    background: #ffffff;
    background-size: cover;
    border: 1px solid #cfcccc78;
    box-shadow: var(--shadow-md);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.scd-item {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
}

.scd-item i {
    font-size: 18px;

}

.scd-item a,
.scd-item .link,
.sku_wrapper span.sku {
    color: #3b6aaf;
}


.se-cart-price-old {
    color: #4a4a4a;
    text-decoration: line-through;
    margin-left: 5px;
}

.se-cart-price-new {
    color: #04ac12;
    font-size: 20px;
    font-weight: bold;
}

.se-cart-item {
    padding: 15px 0;

}

.se-cart-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

/* end rating */

/* start procut rating */

.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-rateing .number h2 {
    margin: 30px 0;
    color: var(--color-site);
    font-size: 40px;
}

.product-rateing .number .star {
    padding: 5px;
    background: #dddddd5b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-rateing .number .star .bi-star {
    color: #bbb;
}

.product-rateing .number .star .bi-star-fill {
    color: rgb(246, 130, 5);
}

.product-rateing .prog-rating {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-rateing .prog-rating .right {
    flex: 0 0 calc(10% - 10px);
    max-width: calc(10% - 10px);
}

.product-rateing .prog-rating .center {
    flex: 0 0 calc(80% - 10px);
    max-width: calc(80% - 10px);
}

.product-rateing .prog-rating .left {
    flex: 0 0 calc(10% - 10px);
    max-width: calc(10% - 10px);
}

.product-rateing .prog-rating .center .progress {
    margin-bottom: 3px;
}

/* end procut rating */

/* end page product */


/* start page category */

/* start item box */

.item-boxs {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}


.item-box {
    box-shadow: var(--shadow-box);
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.item-box h6,
.item-box h5,
.item-box h4,
.item-box h3,
.item-box h2,
.item-box h1 {
    margin-bottom: 0;
}

.item-box input {
    width: 100%;
}

.item-box ul li a {
    display: block;
    margin-bottom: 10px;
}

.item-box ul li a:not(:last-child) {
    margin-bottom: 10px;
}

.item-box ul li a i {
    float: right;
    margin-left: 7px;
}

.item-box ul.children {
    margin-right: 20px;
}


.item-box .title {
    padding: 10px;
    position: relative;
    width: 100%;
    padding-right: 20px;
}

.title .item-box-icon i.bi-chevron-up::before {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.title.active .item-box-icon i.bi-chevron-up::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.item-box .title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--main-color-one);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.item-box .desc {
    padding: 15px 10px;
    background-color: #f5f5f5;
    box-shadow: var(--shadow-inner);
}

.item-box .desc img {
    margin: 0 auto;
}

.item-box input,
.item-box select,
.item-box button,
.item-box textarea {
    width: 100%;
}

.item-box-archive ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

p.card-text {
    line-height: 30px;
    height: 95px;
}

span.icon {
    margin-left: 3px;
}

.blog-desc-foot p.card-text {
    height: auto;
}


/* end item box */

/* filter items */
.filter-items {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.filter-items .items {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.filter-items .items .link a {
    color: var(--color-site);
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.filter-items .items .link a:hover {
    background: #eee;
}

.filter-items .items .link a.active {
    background: var(--main-color-one);
    color: #fff;
}

.filter-items .count p {
    font-size: 15px;
}

/* end filter-items */

/* start my paginate */

.page-numbers li {
    margin-left: 5px;
    margin-bottom: 5px;
}

.page-numbers li.disabled a {
    background: #eee;
}

.page-numbers li.disabled a i {
    color: #a0a0a096;
}

.page-numbers li a {
    box-shadow: var(--shadow-inner);
    font-weight: bold;
    padding: 5px 15px;
    color: var(--color-site);
    background: #faf9f9;
}

.page-numbers li a i {
    color: var(--color-site);
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* end my paginate */

/* new category */

.new-category .item {
    display: flex;
    transition: 0.3s all ease-in-out;
    flex-direction: column;
    width: 130px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: var(--shadow-inner);
    background-color: #f8f8f8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.new-category .item:hover {
    background-color: #eeeeee;
}

.new-category .item .icon {
    display: inline;
    padding: 7px;
    border: 1px dashed #aaa;
}

.new-category .item i {
    font-size: 32px;
    color: var(--main-color-one);
}

.new-category .title {
    position: relative;
}

.new-category .title::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: var(--main-color-one);
    width: 3px;
    height: 20px;
}

/* end category */

/* start page cart */

/* start main table */

.responsive-table>table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
}

.main-table tr {
    vertical-align: middle;
}

.main-table tr td.title {
    max-width: 280px;
    min-width: 280px;
}

.main-table tr td.counter {
    max-width: 180px;
    min-width: 180px;
}

/* end main table */

/* start line step */

.line-step-container {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-step {
    position: relative;
    display: flex;
    align-items: center;
}

.line-step::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #e9e9e9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-step-boxs {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-step-boxs::before {
    z-index: 3;
    content: '';
    width: 20px;
    height: 20px;
    background: #ccc;
    box-shadow: var(--shadow-md);
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-boxs::after {
    z-index: 3;
    content: '';
    width: 20px;
    height: 20px;
    background: #ccc;
    box-shadow: var(--shadow-md);
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-box {
    width: 33.33%;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.line-step-box.disabled .icon i {
    color: #ccc;
}

.line-step-box.disabled p {
    color: #ccc;
}

.line-step-box.complete .icon {
    background: var(--main-color-one);
}

.line-step-box.complete .icon i {
    color: #fff;
}

.line-step-box.complete::before {
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color-one);
    z-index: -1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    margin-top: 47px;
    width: 50px;
    height: 40px;
    line-height: 4px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.line-step-box .icon i {
    font-size: 16px;
    color: var(--main-color-one);
}

.line-step-box p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
}

/* end line step */

.cart-action {
    background-color: #ddd;
    padding: 20px;
    box-shadow: var(--shadow-inner);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* end page cart */

/* start page payment */

/* start alert box */

.alert-box {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-md);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.alert-box.ab-success {
    border-top: 20px solid #0fcd58;
    position: relative;
}

.alert-box.ab-nsuccess {
    border-top: 20px solid #f04f3a;
    position: relative;
}

.alert-box.ab-success::before {
    content: '\F633';
    background: #0fcd58;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #02cd50;
    border-radius: 50%;
    box-shadow: 0 5px 15px #0fcd58;
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -30%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.alert-box.ab-nsuccess::before {
    content: '\F62A';
    background: #f04f3a;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #e33c26;
    border-radius: 50%;
    box-shadow: 0 5px 15px #f04f3a;
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -30%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.alert-box .title {
    padding: 20px 0;
    position: relative;
}

.alert-box .title::before {
    content: '';
    background: #ccc;
    width: 140px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.alert-box.ab-success .title h5 {
    font-size: 25px;
    color: #02cd50;
}

.alert-box.ab-nsuccess .title h5 {
    font-size: 25px;
    color: #f04f3a;
}

.alert-box .desc {
    margin: 10px 0;
}

.alert-box .action {
    padding: 10px 0;
}

/* end alert box */

/* end page payment */

/* start page 404 */

.not-found {
    background-image: url('assets/image/404.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    text-align: center;
}

.not-found .title h1 {
    font-size: 35px;
    margin: 10px 0;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


/* end page 404 */

/* start page compare */

.compare-title {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
}

.compare-title i {
    margin-left: 10px;
}

.compare-title h6 {
    font-weight: bold;
    font-size: 20px;
}

.compare table {
    border: 1px double #d7d7d7;
}

.compare table tr {
    width: 100%;
}

.compare table tr th,
.compare table tr td {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    min-width: 220px;
    border: 1px double #d7d7d7;
}

.compare table td i {

    margin-left: 10px;
}

.compare table tr td:nth-child(1) {
    font-weight: bold;
}

.td-head {
    font-size: 14px;
    text-align: right !important;
    background-color: rgba(238, 239, 241, 0.63) !important;
}

.compare-box {
    position: relative;
    padding: 15px 0;
}

.compare-box .compare-delete {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.compare-delete i {
    color: var(--color-site);
    cursor: pointer;
    font-size: 20px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
}

.compare-delete span i:hover {
    color: #d12714;
}

.compare-add {
    display: flex;
    justify-content: center;
}

.compare-add-product {
    width: 220px;
    border: 1px dashed #cdcaca;
    height: 100%;
    padding: 30px 0;
}

.cap-title {
    margin: 10px 0;
}

.cap-icon i {
    font-size: 30px;
    color: #666;
}

.empty-cell {
    position: relative;
    text-align: center;
}

.empty-cell:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* end page compare */

/* start page blog */

.blog-item .image {
    position: relative;
    display: inline-block;
}

.blog-item .image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.806) 100%);
}

.object-cover {
    object-fit: cover;
}

.box-icon {
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #ddd;
    border-radius: 5px;
    box-shadow: var(--shadow-md);
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-archive {
    margin-bottom: 10px;
}

.blog-archive a {
    display: block;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.blog-archive a:hover {
    padding-right: 5px;
}

.blog-tag {
    background-color: #eee;
    box-shadow: var(--shadow-md);
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.blog-tag:hover {
    background-color: var(--main-color-two);
}

.blog-tag:hover a {
    color: #fff;
}

/* end page blog */

/* start page blog-detail */

.blog-detail-title {
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #eee;
}

.blog-desc p {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #53565d;
    line-height: 34px;
}

.blog-desc ol>li,
.blog-desc ul>li {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #53565d;
    line-height: 34px;
}

.blog-desc img {
    max-width: 100%;
    margin: 5px auto;
}

img.aligncenter {
    max-width: 100%;
    height: auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5 {
    font-size: 20px;
    color: #53565d;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
}

.blog-desc h1 {
    font-size: 28px;
    color: #53565d;
    font-weight: 700;
    margin: 0;
}

.blog-desc-foot .card {
    background: #0d6efd17;
    border: none;
    box-shadow: var(--shadow-md) !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.blog-desc-foot .card:hover {
    box-shadow: var(--shadow-lg) !important;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.blog-desc-foot {
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
}

.blog-desc ul {
    list-style: disc;
    padding-right: 2rem;
}

div#offcanvasRight {
    z-index: 100000;
}

/* end page blog-detail */

/* start pannel */

.profile-box-nav ul li a i {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.profile-box-nav ul {
    width: 100%;
}

.profile-box-nav ul li {
    width: 100%;
    position: relative;
}

.profile-box-nav ul li::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 3px;
    opacity: 0;
    background-color: var(--main-color-one);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.profile-box-nav ul li:hover::before {
    opacity: 1;
}

.profile-box-nav ul li a {
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.profile-box-nav ul li a:hover {
    color: var(--main-color-one);
}

.profile-box-nav ul li.is-active::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 3px;
    opacity: 1;
    background-color: var(--main-color-one);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.profile-box-nav ul li.is-active a {
    color: var(--main-color-one);
}

strong.woocommerce-review__author {
    display: inline-block;
}

.profile-box-nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #b81c23;
}

.dashboard-cart .card {
    --bs-card-inner-border-radius: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard-cart {
    height: 140px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dashboard-cart-title {
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 10px;
    background-color: #e1e1e1;
    color: var(--color-site);
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dashboard-cart-title i {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    font-size: 25px;
    margin-left: 5px;
}

.dashboard-cart-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #0e3eb7;
    color: #fff;
    padding: 15px 10px;
    height: 50%;
}

/* end pannel */

/* page order-detail */

.orders {
    padding: 10px 0;
}

.order-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-item:nth-last-child(1) {
    padding-bottom: 0px;
    border-bottom: none;
}

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-status-item p {
    font-weight: bold;
}

.order-item-status-item i {
    font-size: 25px;
    color: #009500;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.dropd-status i {
    font-size: 16px;
    color: var(--color-site);
}

.order-item-status-item span {
    margin-right: 5px;
}

.order-item-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.order-item-detail ul li {
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.order-item-detail ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.order-item-detail ul li span {
    margin-left: 7px;
}

.order-item-product-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.order-item-product-list-item {
    margin-left: 7px;
}

.order-item-show {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.order-item-show p {
    color: #052c8d;
    font-size: 14px;
}

.order-item-show p i {
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    margin-left: 5px;
}

.order-item-comment {
    display: flex;
    justify-content: flex-end;
    color: #052c8d;
}

.order-item-comment a {
    color: #052c8d;
}

.product-list-row-lg .product-row-title h6 {
    font-size: 16px;
}

.order-progress h6 i {
    font-size: 25px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    color: #009500;
}

.order-progress .progress {
    height: 10px;
}

.order-progress .progress .progress-bar {
    background-color: #05ae65;
}

.notifi-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.notifi-desc {
    padding: 10px 0;
}

.dot-click i {
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
}

.auth-title-form {
    padding-top: 50px;
}


/* end page order-detail */

/* start mobile footer */
.mobile-footer {
    width: 100%;
}

/* end mobile footer */

/* start insta floating */



.insta-floating {
    position: fixed;
    right: 36px;
    bottom: 70px;
    z-index: 999999999;
}

.insta-floating img {
    width: 70px;
}

/* end insta floating */

/* start blog featured */

.blog-featured {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 20px;
    min-width: 100%;
    margin-top: 10px;
    box-shadow: var(--shadow-inner);
}

.blog-featured .title {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 10px;
    border-bottom: 1px dashed #bbb; */
}

.blog-featured .title h4 {
    color: #6b6b6b;
    font-size: 22px;
    font-family: var(--font-site);
}

.blog-featured .title span {
    margin-right: 10px;
    font-weight: bold;
}

.blog-featured .title span:hover {
    color: var(--main-color-two);
}

.blog-featured .desc {
    margin-top: 10px;
}

.blog-featured .desc ul {
    list-style-type: decimal;
    padding: 0 20px;
}

.blog-featured .desc ul li a {
    font-size: 16px;
    color: var(--color-site);
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.blog-featured .desc ul li a:hover {
    color: var(--main-color-two);
    border-bottom: 1px dashed var(--main-color-two);
    font-weight: bold;
}

/* end blog featured */

/* icon product box */


.icon-product-box {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-product-box-item {
    cursor: pointer;
    width: 100%;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}


.icon-product-box-item i {
    font-size: 22px;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.pro_gallery {
    position: relative;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

.special-label img {
    width: 80px;
}

/* end icon product box */

/* pro var */

.pro-var-responsive ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}

.pro-var-responsive ul li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.pro-var-responsive ul li a {
    font-size: 14px;
    display: block;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pro-var-responsive ul li a.active {
    border-color: var(--main-color-one);
}

.product-feature {
    border-top: 1px dashed #ccc;
}

.product-feature ul li .nav-title {
    position: relative;
}

.product-feature ul li .nav-title::before {
    content: "\f28a";
    font-size: 8px;
    font-family: bootstrap-icons !important;
    color: #000;
    vertical-align: middle;
    margin-left: 2px;
    line-height: 18px;
    padding-left: 5px;
}

.single-product-alert p {
    line-height: 25px;
    margin-bottom: 0;
}

/* end pro var */

/* multi seller */


.multi-seller {
    padding-bottom: 20px;
}

.multi-seller .main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

.multi-seller .content-box {
    box-shadow: var(--shadow-box);
}

.table-responsive-mobile {
    padding: 10px 0;
}

.table-responsive-mobile .trm-parent {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.table-responsive-mobile .trm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.table-responsive-mobile .trm .trm-item {
    flex: 0 0 calc(49.5% - 1px);
    max-width: calc(49.5% - 1px);
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.table-responsive-mobile .trm .trm-item:nth-child(1) {
    font-weight: bold;
}

.table-responsive-mobile .trm .trm-item:nth-child(2) {
    color: #717171;
}

.table-responsive-mobile .trm:nth-last-child(1) {
    border-bottom: none;
}

.table-responsive-mobile .trm .trm-item-full {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 25px 10px;
}

.btn-add-cart-new {
    font-weight: bold;
    height: 100%;
    background: var(--main-color-three);
    border: 1px solid var(--main-color-three);
    outline: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s all ease;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.btn-add-cart-new:hover {
    background: transparent;
    color: var(--color-site);
}

/* end multi seller */

/* product feature */


.shop-feature {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f0;
    border-bottom: 6px solid #f1f1f0;
}

.shop-feature ul {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-feature ul li {
    margin: 0 10px;
    padding-left: 10px;
}

.shop-feature ul li img {
    width: 40px;
    margin: 5px auto;
    display: block;
}

.shop-feature ul li span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: var(--text-muted-two);
}

/* end product feature */


/* start content product */

.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

.box-tabs .nav-tabs .nav-link.active {
    border-top: 5px solid #00bfd6;
    border-radius: 0;
}

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: var(--color-site);
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.border_right_custom1 {
    border-right: 3px solid var(--main-color-one);
}

.border_right_custom2 {
    border-right: 3px solid var(--main-color-two);
}

.nav-tabs-custom {
    background: #F5F5F5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_list p.title {
    font-weight: bold;
}

/* end content product */

/* add cart float */

.add-cart-float {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 850;
}

.mega-container {
    margin: 0 auto;
}

/* end add cart float */

/* woocommerce */

/* start paginate  */

.woocommerce nav.woocommerce-pagination ul li {
    padding: 5px !important;
    border-left: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 5px;
    padding: 10px 12px;
    box-shadow: var(--shadow-md);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #007fee;
}

.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(--main-color-one);
    color: var(--main-color-one-color);
    box-shadow: var(--shadow-md);
}


.woocommerce nav.woocommerce-pagination {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

/* end paginate */

.product-categories .cat-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-categories .cat-item span {
    margin-right: 5px;
}

.product-categories .cat-item ul.children {
    width: 100%;
}

.product-categories .cat-item a::before {
    font-family: 'bootstrap-icons';
    content: '\F28A';
    font-size: 16px;
    font-weight: 400;
    float: right;
    line-height: 20px;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    text-decoration: none;
}

.product-categories .current-cat a::before {
    font-family: 'bootstrap-icons';
    content: '\F270';
    color: #04ac12;
}

.product-categories .current-cat a {
    font-weight: bold;
}


.woocommerce .star-rating span {
    color: #f19c33;
}

.gallery-pro {
    position: relative;
}

.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cart .quantity {
    margin-left: 5px;
}

.woocommerce .quantity .qty {
    border: 1px solid #ccc;
    width: 3.631em;
    padding: 5px;
    border-radius: 5px;
    outline: none;
    text-align: center;
}

.product_meta {
    display: inline;
}

.product_meta p.font-12.text-muted.font-en {
    line-height: 20px;
    margin-bottom: 5px;
}

.price {
    text-align: center;
    margin-bottom: 0;
}

.price bdi {
    font-family: 'dana';
    font-weight: bold;
    font-size: 18px;
    color: var(--main-color-two);
}

.price bdi span {
    margin-right: 5px;
    font-weight: 100;
    color: #747373;
    font-size: 14px;
}

.price del bdi span {
    display: none;
}

.price del bdi {
    margin-left: 7px;
    color: #a5a0a0;
    font-weight: normal;
    font-size: 16px;
}

.price ins {
    text-decoration: none;
}

.price ins bdi {
    font-size: 20px;
}

.price ins bdi span {
    font-size: 14px;
}

.woocommerce span.onsale {
    position: absolute;
    top: 0;
    right: -10px;
    background: #e74c3c;
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 5px 15px #e74c3c57;
    z-index: 10;
    -webkit-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -moz-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -ms-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -o-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}

.product-meta .cat_bread a {
    color: #4572b3;
    font-size: 14px;
}

/* start product gallery */

/*

.woocommerce-product-gallery {
    display: grid;
    gap: 10px;
    position: relative;
}


@media only screen and (max-width: 35.999em) {
    .woocommerce-product-gallery {
        gap: 6px;
    }
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 17%;
    gap: 1rem;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
}

@media screen and (max-width: 47.999em) {
    .woocommerce-product-gallery .flex-control-thumbs {
        grid-auto-columns: 12.5%;
        gap: 6px;
    }
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 100% !important;
    display: grid;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    inline-size: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border: 1px solid var(--main-color-one) !important;
    padding: 5px;
}

@media screen and (max-width: 47.999em) {
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
        border: 2px solid #f2f2f2;
    }
}

.woocommerce-product-gallery .flex-control-nav {
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.woocommerce-product-gallery .flex-control-nav>* {
    scroll-snap-align: start;
}

.flex-viewport {
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* add arrow */
/*
ul.flex-direction-nav {
    position: absolute;
    top: 40%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {
    float: right;
}

li.flex-nav-next {
    float: left;
}

a.flex-next {
    visibility: hidden;
}

a.flex-prev {
    visibility: hidden;
}



a.flex-next::after {
    content: '\F284';
    visibility: visible;
    font-family: 'bootstrap-icons';
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    background: #ccc;
    color: var(--color-site);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    left: 0;
}

a.flex-prev::before {
    content: '\F285';
    visibility: visible;
    font-family: 'bootstrap-icons';
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    background: #ccc;
    color: var(--color-site);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    position: absolute;
    right: 0;
}

a.flex-prev::before,
a.flex-next::after{
    opacity: 0.2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.woocommerce-product-gallery:hover a.flex-prev::before , 
.woocommerce-product-gallery:hover a.flex-next::after{
    opacity: 1;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

*/

/* end arrow */

/* end product gallery */

/* start customize plugin */

[dir='rtl'] .slick-next:before {
    content: '←';
    position: absolute;
    right: -20px;
}

[dir='rtl'] .slick-prev:before {
    content: '→';
    position: absolute;
}

.wpgs-nav .slick-current {
    border-color: var(--main-color-one) !important;
}

.wpgs-lightbox-icon::before {
    display: none !important;
}

.slick-dots li button:before {
    background: var(--main-color-one) !important;
}


.wpgs-for .slick-slide,
.wpgs-nav {
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce-product-search button[type=submit],
input[type=reset],
input[type=submit] {
    overflow: hidden;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-color: transparent;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: .15s, .15s, .15s, .15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0;
    margin: 0 auto;
    width: auto;
    background-color: var(--main-color-one);
    color: var(--main-color-one-color);
    background-image: none !important;
    box-shadow: 0 5px 15px var(--main-color-one-shadow);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.woocommerce #respond input#submit[disabled=disabled],
.woocommerce a.button[disabled=disabled],
.woocommerce a.button.alt[disabled=disabled],
.woocommerce button.button[disabled=disabled],
.woocommerce button.button.alt[disabled=disabled],
.woocommerce input.button[disabled=disabled],
.woocommerce-product-search button[type=submit][disabled=disabled],
input[type=reset][disabled=disabled],
input[type=submit][disabled=disabled] {
    color: var(--main-color-one-color) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
    background-color: var(--main-color-one-hover);
    text-decoration: none !important;
    background-image: none !important;
    color: var(--main-color-one-color);
}

#dokan_address_state,
.form-control,
.search-field,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    outline: 0;
    display: block;
    min-height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: var(--input-bg) !important;
    color: var(--input-color);
    background-image: none;
    border: var(--input-border-size) solid var(--input-border-color);
    border-radius: var(--input-redius);
    box-shadow: none;
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-border-radius: var(--input-redius);
    -moz-border-radius: var(--input-redius);
    -ms-border-radius: var(--input-redius);
    -o-border-radius: var(--input-redius);
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

#dokan_address_state:focus,
.form-control:focus,
.search-field:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: var(--input-bg) !important;
    color: var(--input-color);
    border: var(--input-border-size) solid var(--input-border-color) !important;
    box-shadow: var(--shadow-md);
}

.closebtn,
.counter-con,
.site-dashboard-items .woocommerce-MyAccount-navigation-link:hover a:before,
.site-download-accordion .btn.btn-link:hover,
.mclosebtn,
.mega-menu .menu-col>.menu-link,
.morebtn,
.pagination ul>li>a,
.pagination ul>li>span,
.product_extra i,
.search-result-more,
.service-icon i,
.sfooter .return-top.return-top-two:hover,
.yith-wcaf .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label,
a:hover {
    color: var(--main-color-one);
}

.woocommerce-message {
    border-top-color: #198754;
    background: #fff;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

.woocommerce-message::before {
    content: "\e015";
    color: #198754;
}

.woocommerce-error {
    border-top-color: #b81c23;
    background: #fff;
    border-radius: 15px;
}

dl.variation {
    border-right: none !important;
    display: flex;
    align-items: center;
    margin-top: 10px !important;
}

.summary-offers {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 10px;
}

.summary-offers span {
    border-radius: 0;
    min-height: 30px;
    min-width: 137px;
    font-weight: 400;
    margin: 0;
    z-index: 9;
    background-color: #ef5662;
    color: #fff;
    width: 150px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    padding: 4px;
    padding-top: 30px;
    right: -45px;
    top: -15px;
    transform: rotate(35deg);
    line-height: 1.8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    display: block;
    z-index: 3;
    background-color: #fff;
    padding: 0;
}

.copyright,
.site-header,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.yamm-s>li:hover,
.yamm>li:hover {
    border-top-color: var(--main-color-one) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff;
    color: var(--color-site);
    z-index: 2;
    border-bottom-color: #fff;
    border-top: 3px solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f2f2f2;
    background-color: #e8eaed;
    color: #616161;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 1em;
}

.page-con p,
.post-con p,
.post-content,
.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--site_add_prod_tab_one,
.woocommerce-Tabs-panel--site_add_prod_tab_two,
.woocommerce-Tabs-panel--site_custom {
    line-height: 36px;
}

.woocommerce-Reviews-title {
    font-size: 16px;
    margin: 2rem 0;
}

.comment-notes #email-notes,
.comment-notes .required-field-message {
    font-size: 14px;
}

.entry-content {
    overflow: hidden;
    font-size: 14px;
}

input.counter[type=hidden] {
    background-color: red;
}

.woocommerce p.stars a {
    color: #f7ad0d;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.woocommerce p.stars a:hover {
    color: #e7a006;
}

.woocommerce p.stars a:active {
    color: rgb(246, 130, 5);
}

.comment-form-cookies-consent {
    display: flex;
    margin: 20px 0 !important;
    align-items: center;
}

ol,
ul {
    padding-right: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    background: #f8f8f89e;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    margin-top: 15px;
    border: 1px solid #ddd;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 20px;
    right: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    font-size: 16px;
}

.woocommerce #review_form #respond .form-submit input {
    right: auto;
    width: 100%;
    padding: 14px 0;
    box-shadow: var(--shadow-md) !important;
}

.related.products {
    padding: 25px 0;
}

.related.products h2 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: var(--font-site);
}

.ajax_add_to_cart {
    display: flex;
    align-items: center;
}

a.added_to_cart {
    display: none !important;
}

.ajax_add_to_cart.added .ajax-add-spiner {
    display: none;
}

.ajax_add_to_cart.loading svg {
    display: none !important;
}

.ajax_add_to_cart.loading {
    pointer-events: none;
}

h1.page-title {
    display: none;
}

.term-description {
    display: none;
}

.woocommerce-resoult-header {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce .woocommerce-ordering {
    margin: 0 !important;
}

.form-counter {
    background-color: #fff !important;
}

/* start price slider */

.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 12px;
    color: var(--text-muted);
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 var(--main-color-one);
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #d1cbcb;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1cbcb), to(#e3dddd));
    background: -webkit-linear-gradient(#d1cbcb, #e3dddd);
    background: -moz-linear-gradient(center top, #d1cbcb 0%, #e3dddd 100%);
    background: -moz-gradient(center top, #d1cbcb 0%, #e3dddd 100%);
}

.ui-slider-horizontal {
    height: .5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.price_slider_wrapper button[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.price_slider_wrapper .price_label {
    text-align: center;
    margin-top: 25px;
}

/* end price slider */

.woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: center;
}


.pro-price-woo span.woocommerce-Price-amount {
    font-size: 16px;
}

.woocommerce-Price-currencySymbol {
    font-size: 14px;
    color: var(--text-muted-two);
    margin-right: 5px;
    font-weight: normal;
}

.pro-price-woo span.woocommerce-Price-amount:not(:first-child) {
    display: none;
}

.woocommerce-mini-cart__buttons a:first-child {
    margin-left: 5px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    display: inline;
}

.wc-layered-nav-term span.count {
    float: left;
}

.woocommerce .stock.out-of-stock {
    margin-bottom: 0;
    background-color: var(--color-site);
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}

.woocommerce .variations_form td,
.woocommerce .variations_form .variations th {
    display: block;
    width: 100%;
}

.woocommerce .variations_form .variations label {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 40px;
}

.woocommerce .variations {
    display: block;
    width: 100%;
}

.woocommerce .variations tr {
    display: block;
    width: 100%;
}

.woocommerce .variations tbody {
    display: block;
    width: 100%;
}

.woocommerce .variations select {
    box-shadow: var(--shadow-md);
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


.woocommerce .reset_variations {
    display: block;
    margin: 10px 0;
    position: relative;
    margin-right: 20px;
}

.woocommerce .reset_variations::before {
    content: '\F623';
    font-family: 'bootstrap-icons';
    color: rgb(235, 21, 21);
    position: absolute;
    top: 0;
    right: -20px;
}

.woocommerce .tagged_as {
    display: inline-block;
    margin-top: 7px;
}

.woocommerce .single_variation_wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.woocommerce .single_variation_wrap span.price {
    display: block;
    margin: 10px 0;
}

.woocommerce .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .variations_form .variations td,
.woocommerce .variations_form .variations th {
    display: block;
    width: 100%;
}

.woocommerce .wid-content .site-filter-item a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
    font-family: 'bootstrap-icons';
    content: '\F28A';
    font-size: 16px;
    font-weight: 400;
    float: right;
    line-height: 20px;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    text-decoration: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: 'bootstrap-icons';
    content: '\F270';
    color: #04ac12;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 62px;
    height: auto;
    box-shadow: none;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    display: none;
}


ul.product_list_widget .product-title {
    font-size: 14px;
    color: var(--color-site);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.product_list_widget .product-title:hover {
    color: var(--main-color-one);
}

ul.product_list_widget li:not(:last-child) {
    margin-bottom: 7px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

ul.product_list_widget del {
    color: #d15d5d !important;
    margin-top: 10px;
    font-size: 13px;
}

ul.product_list_widget del .woocommerce-Price-currencySymbol {
    display: none;
}

.item-box ul.product_list_widget del .woocommerce-Price-currencySymbol,
ul.product_list_widget ins .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

ul.product_list_widget ins {
    color: #1faf1f;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 13px;
}

ul.product_list_widget ins bdi {
    font-size: 13px;
    font-weight: bold;
    color: #198754;
}

span.woocommerce-Price-amount.amount {
    font-size: 13px;
}

.woocommerce .widget_layered_nav_filters ul li a {
    margin-right: 5px;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: 'bootstrap-icons';
    content: '\F623';
    color: #a00;
    float: right;
    line-height: 20px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.woocommerce div.product p.stock {
    font-size: 16px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* start price woocommerce */


.woo-price del {
    text-decoration: none;
    margin-left: 25px;
}

.woo-price {
    font-size: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
}


.woo-price bdi {
    font-size: 20px;
    color: #198754 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.woo-price bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}

.woo-price ins {
    text-decoration: none;
}

.woo-price ins bdi {
    margin: 0;
    font-size: 22px !important;
    font-weight: bold;
    color: #13a15f !important;
    text-decoration: none !important;
}

.woo-price ins bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}


.woo-price del span bdi {
    color: #d15d5d !important;
    font-weight: normal;
    display: none;
    text-decoration: line-through;
    font-size: 17px;
    margin: 0;
    margin-top: 5px;
}

.woo-price del span bdi .woocommerce-Price-currencySymbol {
    display: none !important;
}


/* start amazing price */

.price-amazing ins bdi {
    font-size: 25px !important;
}

.price-amazing del span bdi {
    font-size: 16px !important;
}

.price-amazing ins bdi {
    font-size: 25px !important;
}

.price-amazing span.amount>bdi {
    font-size: 24px;
}

/* end amazing price */


/**
price cart product box
*/

.pro-price-woo del {
    text-decoration: none;
}

.pro-price-woo {
    height: 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 15px;
}


.pro-price-woo bdi {
    font-size: 16px;
    color: #198754 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.pro-price-woo bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}

.pro-price-woo ins {
    text-decoration: none;
}

.pro-price-woo ins bdi {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #198754 !important;
    text-decoration: none !important;
}

.pro-price-woo ins bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}


.pro-price-woo del span bdi {
    color: #d15d5d !important;
    font-weight: normal;
    display: block;
    text-decoration: line-through;
    margin-bottom: 0;
}

.pro-price-woo del span bdi .woocommerce-Price-currencySymbol {
    display: none !important;
}

/* end price woocommerce */

/* start search  ajax */

.search_result {
    display: none;
}

.search_result {
    position: absolute;
    top: 58px;
    z-index: 1000;
    right: 0;
    width: 100%;
    box-shadow: var(--shadow-lg);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #eee;
}

.search_result ul li:not(:last-child) {
    border-bottom: 1px dashed #4e4c4c42;
}

.search_result ul li a:hover {
    font-weight: bold;
}

/* end search ajax */


.woocommerce-notices-wrapper {
    box-shadow: var(--shadow-md);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.swal2-styled.swal2-confirm {
    background-color: var(--main-color-three) !important;
    color: var(--main-color-three-color) !important;
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
}

.woocommerce-Address {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
}

address {
    line-height: 36px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    width: 100% !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.woocommerce form.login,
.woocommerce form.register {
    border: none;
}

.form-status {
    display: none;
}

.form-status.active {
    background: #f8f9fae8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}


form#login p.status {
    margin-top: 10px;
    margin-bottom: 0;
}

/* start paginate */

.paginate {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.paginate a {
    background-color: #eee;
    box-shadow: var(--shadow-inner);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.paginate span {
    background-color: var(--main-color-one);
    box-shadow: var(--shadow-inner);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.paginate span.dots {
    background-color: var(--main-color-three);
}

/* end paginate */

/**
mini card
*/

.sidecart img {
    float: right !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 5px;
    margin-left: 10px !important;
    border: 1px solid #eee;
}

.sidecart .woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sidecart .remove.remove_from_cart_button {
    font-size: 0;
    height: 22px !important;
    min-height: 22px;
    width: 22px;
    padding: 0;
    background: #a3a3a3;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: -6px;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset !important;
    align-content: center;
}

.jvm-woocommerce-wishlist-product .remove::before,
.sidecart .remove.remove_from_cart_button::before,
.woocommerce a.remove::before {
    content: "\F659";
    font-size: 15px;
    font-family: 'bootstrap-icons';
}

.sidecart span.side-cart-name {
    max-height: 65px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

.sidecart .quantity {
    display: block;
    color: var(--color-site);
    float: left;
    min-width: 110px;
    text-align: left;
}

.sidecart ul li:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.sidecart ul li:nth-of-type(even) {
    background-color: #fff;
}

.sidecart ul.product_list_widget li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #787676;
    position: relative;
    padding: 10px;
}

.sidecart .woocommerce ul.cart_list li a,
.sidecart .woocommerce ul.product_list_widget li a {
    line-height: 27px;
    margin-bottom: 10px;
    display: flex;
    padding: 10px 5px;
}

.sidecart .woocommerce-Price-amount.amount {
    margin-right: 7px;
}


.sidecart .woocommerce-mini-cart__total.total {
    color: #009500;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}

.sidecart .woocommerce-Price-amount.amount bdi {
    font-weight: bold;
}

.dataTables_paginate .paginate_button,
.sidecart .woocommerce-mini-cart__buttons.buttons a.button,
.wpas-btn {
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 35px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: .15s, .15s, .15s, .15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.sidecart .button.checkout.wc-forward,
.sidecart .woocommerce-order-pay .page-con input[type=submit] {
    display: block;
    background-color: var(--main-color-three);
    color: var(--main-color-three-color);
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
    margin: 0 auto;
    width: auto;
    margin-right: 10px;
}

.sidecart .button.checkout.wc-forward:hover,
.sidecart .woocommerce-order-pay .page-con input[type=submit]:hover {
    background-color: var(--main-color-three-hover);
    color: var(--main-color-three-color);
}


.sidecart .woocommerce ul.cart_list li,
.sidecart .woocommerce ul.product_list_widget li {
    padding: 20px 7px;
    position: relative;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
}

.sidecart .woocommerce-mini-cart__empty-message {
    text-align: center;
}

.woocommerce table.cart img {
    height: auto;
    max-width: 100px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}

.wc-proceed-to-checkout a {
    width: 100% !important;
    padding: 15px !important;
    box-shadow: 0 5px 15px var(--main-color-one-shadow) !important;
}

.woocommerce table.cart td.actions .input-text {
    width: 250px;
}

.woocommerce table.cart td.actions {
    text-align: left;
    background-color: #ddd;
    border-radius: 15px;
    box-shadow: var(--shadow-inner);
}

.woocommerce button[name=update_cart] {
    background-color: var(--main-color-three) !important;
    color: var(--main-color-three-color) !important;
    box-shadow: 0 5px 15px var(--main -color-three-shadow) !important;
    margin-top: 7px;
}

.woocommerce button[name=update_cart]:hover {
    background-color: var(--main-color-three-hover) !important;
    color: var(--main-color-three-color) !important;
}

.woocommerce img,
.woocommerce-page img {
    height: auto !important;
    max-width: 100% !important;
    display: block;
}

.woocommerce table.cart td.actions .coupon {
    float: right;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.woocommerce button[name=apply_coupon] {
    margin-right: 5px;
    background-color: var(--main-color-one) !important;
    color: var(--main-color-one-color) !important;
    box-shadow: 0 5px 15px var(--main-color-one-shadow) !important;
}

.woocommerce button[name=apply_coupon]:hover {
    background-color: var(--main-color-one-hover) !important;
    color: var(--main-color-one-color) !important;
}

.shop_table .product-quantity .input-group {
    flex-wrap: nowrap;
}

.woocommerce-info {
    border-radius: 15px;
    margin: 10px 0;
    box-shadow: var(--shadow-md);
    background: #fff;
    border-top-color: var(--main-color-one);
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    margin-bottom: 0;
}

dd {
    margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
    padding: 10px 0;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--text-muted-two);
}

.woocommerce .woocommerce-breadcrumb {
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 15px 10px;
    color: var(--color-site);
    background-color: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
}

.woocommerce .woocommerce-breadcrumb::-webkit-scrollbar:focus {
    display: block;
}

.page-con p,
.post-con p,
.post-content,
.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel--site_add_prod_tab_one,
.woocommerce-Tabs-panel--site_add_prod_tab_two,
.woocommerce-Tabs-panel--site_custom {
    line-height: 36px;
}

.woocommerce-Tabs-panel--description div {
    margin-bottom: 20px;
}

.woocommerce-checkout h3 {
    font-size: 20px;
    margin: 25px 0;
}

.woocommerce-billing-fields h3 {
    margin-top: 25px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--main-color-one-hover);
    color: var(--main-color-one-color);
}

.woocommerce td {
    font-size: 14px;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
    text-align: right !important;
}

.woocommerce-terms-and-conditions-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce button[name=woocommerce_checkout_place_order] {
    width: 100%;
    padding: 15px;
}

.woocommerce form .form-row textarea {
    height: 8em;
}


.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

#billing_city_field .select2-selection,
.select2-container--default .select2-selection--single,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    background-color: var(--input-bg) !important;
    color: var(--input-color);
    border: var(--input-border-size) solid var(--input-border-color) !important;
    height: 40px !important;
    border-radius: var(--input-redius) !important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--input-color);
    line-height: 28px;
}

.woocommerce-privacy-policy-link {
    color: #007fee;
}

button#place_order {
    width: 100%;
    padding: 15px 0;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin-bottom: 10px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    box-shadow: var(--shadow-md);
}

.woocommerce-order h2 {
    font-size: 25px;
    margin: 30px 0;
}

.woocommerce-customer-details address {
    line-height: 36px;
    box-shadow: 1px 7px 2px 0px #22272e;
    background: #222f3e;
    border-radius: 20px !important;
    color: #f8f8f8;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

td.woocommerce-orders-table__cell {
    text-align: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 20px auto;
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.rss_input {
    background-color: #fff !important;
    box-shadow: var(--shadow-box);
}

.woocommerce-table span.woocommerce-Price-currencySymbol {
    font-weight: normal;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--main-color-one);
    color: var(--main-color-one-color);
    -webkit-font-smoothing: antialiased;
}

.woocommerce input[name=pw-gateway-submit] {
    background-color: var(--main-color-three) !important;
    border-color: var(--main-color-three) !important;
    color: var(--main-color-three-color) !important;
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
}

.woocommerce input[name=pw-gateway-submit]:hover {
    background-color: var(--main-color-three-hover) !important;
    border-color: var(--main-color-three-hover) !important;
}

.woocommerce ul.order_details li strong {
    line-height: 3;
}

.woocommerce ul.order_details li {
    margin-bottom: 15px;
}

.woocommerce ul.order_details {
    margin: 10px auto;
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

form#pw-gateway-checkout-form-payir {
    text-align: center;
    margin-top: 30px;
}

.woocommerce-info::before {
    color: var(--main-color-one);
}


/* yith compare */


.woocommerce.product.compare-button a {
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
    display: block;
    margin: 0;
    background-color: transparent;
    text-align: center;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.woocommerce.product.compare-button a::before {
    content: '\F12B';
    font-family: 'bootstrap-icons';
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 8px;
    text-indent: 0;
    color: var(--color-site);
    z-index: 1000000;
}

.woocommerce.product.compare-button a.added::before {
    color: var(--main-color-one);
}

table.compare-list .price td {
    text-decoration: none;
}

table.compare-list td.even span.woocommerce-Price-amount {
    display: block;
    margin-top: 10px;
}

table.compare-list .add-to-cart td a:not(.unstyled_button) {
    background-color: var(--main-color-three);
    color: var(--main-color-three-color);
    box-shadow: 0 5px 15px var(--main-color-three-shadow);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

table.compare-list .add-to-cart td a:not(.unstyled_button):hover {
    background-color: var(--main-color-three-hover);
    color: var(--main-color-three-color);
}

table.compare-list {
    direction: rtl;
}

.rtl table.compare-list tbody th {
    text-align: center;
}

.rtl table.compare-list tbody th {
    padding: 10px 0;
}

table.compare-list .remove td a .remove {
    line-height: 1em;
    margin-right: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.yith-woocompare-popup h1 {
    font-family: var(--font-site);
    background-color: var(--main-color-one-hover);
}

table.compare-list td img {
    box-shadow: var(--shadow-sm);
    border-radius: 10px;
    border-style: dashed;
    margin: auto;
}

table.compare-list .stock td span {
    color: #11c56b;
    font-weight: bold;
}

.icon-product-box-item .woocommerce.product.compare-button a::before {
    content: '\F12B';
    font-family: 'bootstrap-icons';
    font-weight: 300;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 8px;
    text-indent: 0;
    color: var(--color-site);
    z-index: 1000000;
}

table.compare-list td {
    padding: 5px;
    font-size: 14px;
    line-height: 28px;
}

/* end yith compare */


/* yith wish */

.yith-wcwl-wishlistexistsbrowse {
    line-height: 0;
}

.yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist .separator {
    visibility: hidden;
    font-size: 0;
}

.yith-wcwl-add-to-wishlist a.delete_item {
    font-size: 0;
}

.yith-wcwl-wishlistexistsbrowse a {
    font-size: 0;
}

.yith-wcwl-add-to-wishlist a.view-wishlist {
    display: none;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0;
    visibility: visible;
}

.yith-wcwl-add-button>a i {
    margin-right: 0;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.yith-wcwl-icon.fa-heart {
    color: #e74c3c;
}

.woocommerce .wishlist-title h2 {
    font-size: 20px;
    font-family: var(--font-site)';

}

.woocommerce table.shop_table {
    display: block;
}

.woocommerce a.remove {
    line-height: 32px;
    font-size: 25px;
    color: #fff !important;
    background: #aaa;
    font-size: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.remove_from_wishlist {
    color: #f12d2d;
}

.woocommerce a.remove:hover {
    background: #f12d2d;
}

.woocommerce table.shop_table td del,
.wishlist_table.mobile li .item-details table.item-details-table td.value del {
    font-weight: 400;
    display: block;
    color: #aaa;
}

.woocommerce table.shop_table td ins,
.wishlist_table.mobile li .item-details table.item-details-table td.value ins {
    margin-top: 7px;
    text-decoration: none;
    display: block;
    color: #4fb92f;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #4fb92f;
}

.remove_from_wishlist.button {
    display: none !important;
}

.a.remove_from_wishlist+button {
    display: none !important;
}

.jvm-woocommerce-wishlist-table th,
.woocommerce .shop_table th,
.woocommerce-shipping-methods {
    border-collapse: collapse !important;
}

.woocommerce table.shop_table {
    display: inline-table !important;
    border-radius: 15px;
    box-shadow: var(--shadow-box);
}

.woocommerce table.shop_table th {
    text-align: center;
}

.wishlist_table .product-add-to-cart a {
    border: 1px solid;
    white-space: nowrap;
    border-color: var(--main-color-one);
    color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    background-color: transparent;
    color: var(--color-site);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.wishlist_table .product-add-to-cart a:hover {
    background: var(--main-color-one);
    color: var(--main-color-one-color);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    clear: none;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0;
    font-size: 16px;
}

.yith-wcwl-after-share-section small {
    display: none;
}

.yith-wcwl-after-share-section {
    margin: 10px 0;
}

#yith-wcwl-popup-message {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.wishlist_table.mobile li .item-details h3 {
    font-size: 16px;
}

ul.wishlist_view {
    display: block !important;
}

.wishlist_table tr td.product-name {
    text-align: center;
}

.wishlist_table.mobile li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px !important;
}

/* end yith wish */

/* start woocommerce compare */

.woosc-btn-has-icon {
    background: transparent;
    border: none;
    padding: 5px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
    text-align: center !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
    font-size: 12px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove,
.woosc-page .woosc-remove {
    color: rgb(235, 51, 51);
    display: block;
    padding-bottom: 25px;
    position: relative;
    font-size: 0;
}

.woosc-page .woosc-remove::before,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove::before {
    content: '\F623';
    font-size: 25px;
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 50%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    text-align: center;
}


.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del ,
.woosc-sidebar-item-price del{
    text-decoration: none;
}


.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td bdi,
.woosc-sidebar-item-price bdi{
    font-size: 16px;
    color: #198754 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td bdi .woocommerce-Price-currencySymbol,
.woosc-sidebar-item-price bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins,
.woosc-sidebar-item-price ins {
    text-decoration: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins bdi,
.woosc-sidebar-item-price ins bdi{
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #198754 !important;
    text-decoration: none !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td ins bdi .woocommerce-Price-currencySymbol,
.woosc-sidebar-item-price ins bdi .woocommerce-Price-currencySymbol{
    display: inline !important;
    font-weight: normal;
}


.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del span bdi ,
.woosc-sidebar-item-price bdi {
    color: #d15d5d !important;
    font-weight: normal;
    display: block;
    text-decoration: line-through;
    margin-bottom: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del span bdi .woocommerce-Price-currencySymbol,
.woosc-sidebar-item-price del span bdi .woocommerce-Price-currencySymbol {
    display: none !important;
}


.woosc-area .woosc-inner .woosc-bar {
    flex-direction: row-reverse;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
    text-align: left;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

[class*=hint--]:after {
    font-family: var(--font-site) !important;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:last-child {
    margin-left: 0px;
    margin-right: 5px;
}

span.woosc-share-label {
    display: block;
    margin-bottom: 10px;
}

.woosc-share-links a {
    border-right: 1px dashed #ddd;
    padding-right: 7px;
    display: inline-block;
}


.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name, .woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
    font-size: 12px;
}

.woosc_page .woosc_table tbody,.woosc_page .woosc_table th{
    text-align: center;
}

.woosc_page .woosc_table th a{
    font-size: 12px;
}

.woosc_page .woosc_table tbody img{
    margin: auto;
}

.woosc_page .woosc_table del {
    text-decoration: none;
}


.woosc_page .woosc_table bdi {
    font-size: 16px;
    color: #198754 !important;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.woosc_page .woosc_table bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}

.woosc_page .woosc_table ins {
    text-decoration: none;
}

.woosc_page .woosc_table ins bdi {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #198754 !important;
    text-decoration: none !important;
}

.woosc_page .woosc_table ins bdi .woocommerce-Price-currencySymbol {
    display: inline !important;
    font-weight: normal;
}


.woosc_page .woosc_table del span bdi {
    color: #d15d5d !important;
    font-weight: normal;
    display: block;
    text-decoration: line-through;
    margin-bottom: 0;
}

.woosc_page .woosc_table del span bdi .woocommerce-Price-currencySymbol {
    display: none !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
    margin: auto !important;
}

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image img {
    object-fit: cover;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 tbody tr td {
    width: 25%;
    text-align: center !important;
}

/* end woocommerce compare */


/* end customize plugin */

/* end woocommerce */

/* product-modal */
.product-modal h4 {
    font-size: 18px;
}

.product-modal-detail span i {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.product-modal-detail span a,
.product-modal-detail span span {
    color: #058dbf !important;
}

span.product-meta-item {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-modal-feature {
    padding: 15px 0;
}

.product-modal-feature strong {
    margin-bottom: 7px;
    display: block;
    color: #35393d;
}

.product-modal-feature ul li {
    margin-bottom: 5px;
}

.product-modal-feature li::before {
    content: "\f28a";
    font-size: 8px;
    font-family: bootstrap-icons !important;
    color: #000;
    vertical-align: middle;
    margin-left: 2px;
    line-height: 18px;
}

.product-modal-feature ul li span {
    font-size: 14px;
}

.product-modal-price .old {
    color: #6c757d;
    text-decoration: line-through;
}

.product-modal-price .new {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.product-modal-link {
    margin-top: 10px;
    position: relative;
}

.product-modal-link form {
    display: flex;
    justify-content: center;
}

.product-modal-link button i {
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.product-modal-link input[type=number] {
    width: 60px;
}

.product-modal {
    border: 1px solid #efecec;
}

.sb {
    background: #666666dc;
    color: #fff;
    font-weight: bolder;
    padding: 18px;
    transition: 0.2s all ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.sb:hover {
    background: #666;
}

.sb2 {
    background: #F7CB2D;
    color: #575555;
    font-weight: bolder;
    padding: 18px;
    transition: 0.2s all ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.sb2:hover {
    background: #ebbd18;
}

div#productModal {
    z-index: 999;
}

.modal-backdrop {
    z-index: 950 !important;
}

/* end product-modal */

/**************start comment***************/

.comment-box {
    background: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#reply-title,
p.comment-notes {
    display: none;
}

.comment-respond textarea {
    height: 184px;
    line-height: 26px;
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.comment-respond input[type='text'],
.comment-respond input[type='email'] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.comment-respond label {
    display: block;
    color: #6c757d;
    padding-bottom: 3px;
}

.comment-respond #commentform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

#commentform p.comment-form-comment,
#commentform p.form-submit {
    width: 100%;
}

#commentform p.comment-form-url,
p.comment-form-cookies-consent {
    display: none;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
    flex: 0 0 49%;
}

#commentform p.form-submit {
    width: 100%;
    margin-top: 20px;
}

.comment-respond input[type="submit"] {
    border-radius: 5px;
    padding: 10px 17px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: var(--main-color-three-color);
    background-color: var(--main-color-three);
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    border: none;
}

.comment-respond input[type="submit"]:focus {
    outline: none;
    border: none;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.comments-header {
    padding: 20px;
}

.comments-inner .comment {
    box-shadow: var(--shadow-box);
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid #e9e9e9;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.comments-inner .comment .depth-2 {
    background: #f7f8f9;
}

.comments-inner .comment .depth-3 {
    background: #ecf0f1;
}

.comments-inner .comment .depth-4 {
    background: #e4f0f3;
}

.comments-inner .comment .depth-5 {
    background: #d8eff5;
}

.comments-inner .comment .comment-author {
    display: flex;
    margin-bottom: 15px;
}

.comments-inner .comment .comment-author img {
    border-radius: 50%;
    margin-left: 10px;
}

.comments-inner .comment .comment-author .fn {
    margin: auto 0;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.comments-inner .comment .comment-author .says {
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 13px;
}

.comment-edit-link {
    color: var(--main-color-two-color) !important;
    background: var(--main-color-two);
    padding: 5px 10px;
    box-shadow: 0 5px 15px var(--main-color-two-shadow) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.comments-inner .comment p {
    margin: 15px 0;
}

.comments-inner .comment .reply a {
    text-decoration: none;
    border-radius: 5px;
    color: var(--main-color-three-color);
    background-color: var(--main-color-three);
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
    padding: 4px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.comment-reply-title {
    font-size: 16px;
}

.related-head h4 {
    font-size: 18px;
}

.logged-in-as {
    font-size: 14px;
    line-height: 3;
}

.logged-in-as a {
    padding-bottom: 2px;
    border-bottom: 1px dashed #046fc2;
    color: #e31818;
}

div#respond {
    margin-top: 20px;
}

span.required {
    color: #f11919;
}

.comment-respond input,
.comment-respond select,
.comment-respond textarea {
    width: 100%;
}

.comment-meta.commentmetadata {
    padding: 10px 0;
}

.comments .reply {
    margin-top: 15px;
}

/* end comment */

/* elementor  */

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* end elementor  */

/* footer widget */

.footer-widget li {
    padding: 5px 0;
    font-size: 14px;
}

.footer-widget li a {
    font-size: 14px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.footer-widget li a:hover {
    padding-right: 7px;
    font-weight: bold;
}

.footer-widget li a i {
    float: right;
    margin-left: 7px;
}

img {
    max-width: 100%;
    height: auto;
}

.footer-widget dl {
    margin: 0;
}

/* end footer widget */

/* footer theme 2 */

/* start footer */
footer.footer_theme_2 {
    padding: 20px 20px 0 20px;
    margin-top: 20px;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-top: 2px solid #eee;
}

.footer-feature {
    padding: 20px 0;
}

.footer-feature-item {
    text-align: center;
    margin-bottom: 20px;
}

.footer-feature-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
}

.footer-feature-item h6 {
    font-size: 15px;
}

.footer-item {
    margin-bottom: 25px;
}

.footer {
    padding: 50px 0;
}

.footer-item h5 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

.footer-item .footer-item-link li {
    margin-bottom: 7px;
}

.footer-item .footer-item-link li a {
    font-size: 15px;
    display: inline-block;
    position: relative;
    transition: 0.2s all linear;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
}

.footer-item .footer-item-link li a::before {
    content: '';
    width: 7px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: -10px;
    transition: 0.2s all linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

.footer-item .footer-item-link li a:hover::before {
    width: 15px;
    background-color: #255be6;
}

.footer-item .footer-item-link li a:hover {
    padding-right: 10px;
    color: #255be6;
}

.footer-item .feed h6 {
    font-size: 15px;
    margin-bottom: 7px;
}

.footer-item .feed form {
    position: relative;
}

.footer-item .feed .feed-inp {
    padding: 10px 15px;
    font-size: 14px;
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 5px !important;
}

.footer-item .feed .feed-btn {
    font-size: 15px;
    position: absolute;
    padding: 7px 10px;
    top: 3px;
    left: 0;
    z-index: 2;
    border: none;
    outline: none;
    background: #04309f;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.footer-item .social {
    padding: 10px 0;
}

.footer-item p {
    font-size: 15px;
}

.footer-item .social-link {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-item .social-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.footer-item .social-link a.bi-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-item .social-link a.bi-twitter {
    background: #098ecc;
}

.footer-item .social-link a.bi-whatsapp {
    background: #04ac12;
}

.footer-item .social-link a.bi-youtube {
    background: #ce0909;
}

.footer-item .social-link a.bi-linkedin {
    background: #0d80c8;
}

.footer-item .social-link a:hover {
    transform: rotate(360deg) scale(1.1);
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    -o-transform: rotate(360deg) scale(1.1);
}

.footer-desc-item {
    padding-bottom: 10px;
}

.footer-desc-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-desc-item p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.footer-desc-item ul li {
    cursor: pointer;
    border: 1px solid #d8d8d8;
    margin: 0 5px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    transition: 0.2s all ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.footer-desc-item ul li:hover {
    border-color: #032a8e8f;
}

.footer-desc-item ul li a img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}

.copy-right {
    text-align: center;
    background: #fff;
}

.copy-right p {
    font-size: 14px;
    text-align: right;
}

.copy-right-theme-2 p {
    text-align: center;
}


.custom-filter button {
    z-index: 500 !important;
}

.feed_footer form button {
    padding: 7px 10px;
    border: none;
    background-color: #0153d6;
    color: #fff;
    box-shadow: var(--shadow-md);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feed_footer input {
    background: #fff !important;
    border: 1px solid #eee;
    box-shadow: var(--shadow-sm);
}

.feed_footer input:focus{
    background: #fff !important;
}

/* end footer */

/* end footer theme 2 */

/* start contact float */

#btncollapzion {
    left: 6px !important;
}

/* end contact float */

/* sugget moment */

#suggetMoment {
    max-width: 300px;
    border: 1px solid #eb31104d;
    box-shadow: var(--shadow-box);
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#suggetMoment .swiper{
    width: 100%;
}

#suggetMoment .swiper-slide{
    width: 100%;
}

#suggetMoment .product-box-item {
    width: 100% !important;
}

.sugget-title {
    padding: 5px;
}

.sugget-title h6{
    text-align: center;
}

.swiper-progress-bar {
    position: absolute;
    top: 11.5%;
    width: 100%;
    display: block;
    z-index: 1;
    height: 2px;
}

.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(199, 199, 199, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    top: 0%;
    left: 0;
    right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #04309f;
    height: 100%;
    width: 0;
    content: "";
}

.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 3s;
}

.sugget-Moment .swiper-button-prev,
.sugget-Moment .swiper-button-next {
    outline: none;
    background: #f7f7f7;
    padding: 20px;
    color: #333;
    border-radius: 50%;
    transition: 0.3s opacity ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -ms-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
}

.sugget-Moment .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 15px;
    height: 7px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* end sugget moment */