﻿html {
    margin-top: 0 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Fat.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Medium.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Bold.woff2") format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Heavy.woff2") format('woff2');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Light.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "yekan-bakh";
    src: url("../font/yekan-bakh/YekanBakhFaNum-Regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}




:root {
    /* theme color */
    /*--main-color-one: #0761f6;*/
    /*--main-color-one-shadow: #0763f622;*/
    /*--main-color-one-hover: #0547b2;*/
    --main-color-two: #ef473a;
    --main-color-two-shadow: #ef473a22;
    --main-color-two-hover: #ce2c20;
    --main-color-three: #11c56b;
    --main-color-three-shadow: #11c56b33;
    --main-color-three-hover: #099f54;
    /*--bg-site: #f4f5f9;*/
    /*--color-site: #515151;*/
    --font-site: 'yekan-bakh';
    /* 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;
}


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;
    margin-bottom: 0;
}

.tooltip {
    font-family: var(--font-site);
}

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

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

.font-en {
    font-family: var(--font-site) !important;
}

a {
    text-decoration: none;
    color: var(--color-site);
}

.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

a:hover {
    color: var(--main-color-one-hover);
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

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

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

.span-primary {
    display: inline;
    background-color: #0967ff13;
    border-bottom: 1px dashed var(--main-color-one);
    padding: 4px 7px;
    color: var(--main-color-one-hover);
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-bg {
    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 {
    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 {
    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%) 0 0 10px 0 !important;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: var(--shadow-md);
    padding: 25px;
    background: #fff;
    border-radius: 0 25px 25px 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: var(--color-site);
}

.swiper-button-next::after {
    position: absolute;
    left: 40%;
    transform: translateX(-40%);
}

.swiper-button-prev::after {
    position: absolute;
    right: 40%;
    transform: translateX(40%);
}

.swiper-button-prev {
    right: 1px !important;
    border-radius: 25px 0 0 25px;
    border: 1px solid #ddd;
}

.swiper-button-next {
    left: 1px !important;
    border: 1px solid #ddd;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 25px;
    height: 7px;
    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;
}

/* header */

.header-top {
    padding-top: 10px;
}

.header-top-link {
    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: 15px 0;
    background: #fff;
}

.header-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-bottom-link {
    width: auto;
    color: var(--text-muted-two);
    box-shadow: var(--shadow-md);
    margin-left: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all linear;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.header-bottom-link:hover {
    background: var(--main-color-one-hover);
    color: #fff;
}

.header-bottom-link-cat {
    background-color: var(--main-color-one);
    color: #fff;
    padding: 10px 15px;
    box-shadow: var(--shadow-md);
}

.header-bottom-link-cat:hover {
    color: #fff;
    background-color: var(--main-color-one-hover);
}

/* end header */

/* home-slider */
.home-slider .swiper-slide {
    border-radius: 10px;
}

.home-slider img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}

.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;
    min-height: 100%;
}
.sugget-slider {
    margin-top: 10px;
    height: 95%;
}

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

.sugget-item .add a:hover {
    background-color: #fff;
    color: #515151;
}

/* end home-slider */


/* start mega menu */

.top-menu-parent{
    position: relative;
}


.mega-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 8px 10px 0;
    margin-top: 0px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 800;
}

.top-menu-menu ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;;
    flex-wrap: wrap;
}

.top-menu-menu ul li {
    margin-left: 20px;
}

.top-menu-menu>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu ul>li>a {
    font-size: 14px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.top-menu-menu ul>li>a.nav-active {
    background-color: var(--main-color-one);
    color: #fff !important;
    padding: 4px 22px;
    border-radius: 25px;
    font-weight: normal !important;
}

.top-menu-menu ul>li>a.nav-active i{
    color: #fff !important;
}

.top-menu-menu ul li a i {
    margin-right: 4px;
    font-size: 20px;
    transition: 0.3s all ease-in;
}

.top-menu-menu ul li a i.bi-chevron-down::before {
    transition: 0.3s all ease-in;
}

.top-menu-menu ul li a:hover .bi-chevron-down::before {
    transform: rotate(180deg);
}

.top-menu-menu ul>li>a:hover {
    color: var(--main-color-one);
}

.top-menu-menu ul>li>ul {
    position: absolute;
    align-items: flex-start;
    top: 98%;
    right: 0;
    left: 0;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 300px;
    padding: 20px 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}


.back-menu {
    background-position: bottom left !important;
    background-size: 300px !important;
}

.top-menu-menu ul>li>ul.back-menu-laptop {
    background-position: bottom left;
    background-size: 200px;
}

.top-menu-menu ul>li>ul>li {
    display: inline;
    margin-bottom: 7px;
    margin-left: 6%;
}

.top-menu-menu ul>li>ul>li>a {
    display: block;
    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;
}

.top-menu-menu ul>li>ul>li>a.title {
    color: #333;
    font-weight: bold;
    position: relative;
}

.top-menu-menu ul>li>ul>li>a.title i {
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

.top-menu-menu ul>li>ul>li>a.title::before {
    content: '';
    position: absolute;
    right: -10px;
    width: 2.5px;
    height: 100%;
    background: var(--main-color-one);
}

.top-menu-menu ul>li>ul>li>a:hover {
    color: var(--main-color-one);
    transform: translateX(-5px);
}

.top-menu-menu ul>li>ul>li>a.title:hover {
    color: var(--main-color-one);
    transform: none;
}

/* ///////////main menu /////////// */

.top-menu-menu ul.main-menu {
    background: #fff;
    display: none;
    box-shadow: var(--shadow-md);
    height: auto;
    min-width: 200px;
    min-height: 400px;
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 0;
}

.top-menu-menu ul.main-menu.active {
    display: flex;
    left: 0;
    right: 0;
}

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

.top-menu-menu ul.main-menu > li {
    background-color: #f4f4f4;
    border-radius: 0;
    border-bottom: 1px dashed #d2d2d2d9;
}

/* .top-menu-menu ul.main-menu > li:nth-child(1){
    border-top-color: transparent;
} */

.top-menu-menu ul.main-menu li a {
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.top-menu-menu ul.main-menu li a i {
    vertical-align: baseline;
    color: #333;
    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 {
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    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;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li {
    max-width: 150px;
    margin-top: 4px;
    padding: 5px 0;
}

.top-menu-menu ul.main-menu>li {
    background-color: #eee;
    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 {
    box-shadow: var(--shadow-inner);
    background: var(--main-color-two-shadow);
}

.top-menu-menu ul.main-menu>li:hover a {
    color: #333;
}

.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: 13px !important;
    color: var(--text-muted-two);
}


.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 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

.top-menu-menu li:hover ul.main-menu:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: #eee;
    z-index: -1;
}


.main-menu-sub-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-menu-sub-active-li>a {
    color: #333 !important;
}

/* /////////// end main menu /////////// */

.top-menu-menu ul.level-one {
    align-items: unset;
    background-color: #fff;
    box-shadow: var(--shadow-md);
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: auto;
    right: auto;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
}

.top-menu-menu ul.level-one li {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px;
}

.top-menu-menu ul.level-one li a {
    display: block;
    padding: 0 10px;
}

.top-menu-menu ul.level-one li a i {
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    float: left;
    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.level-one li:hover {
    background: var(--main-color-two);
}

.top-menu-menu ul.level-one li:hover i {
    color: #fff;
    font-weight: bolder;
}

.top-menu-menu ul.level-one li:hover a {
    color: #fff;
}

.top-menu-menu ul.level-one>li>ul.level-two {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    height: auto;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
}

.top-menu-menu li:hover ul.level-one {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu li ul li:hover ul.level-two {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu li ul li:hover ul.level-two li a {
    color: #333333;
}

.top-menu-menu li ul li:hover ul.level-two li:hover a {
    color: #fff;
}


.top-menu-menu .nav-row {
    min-width: 550px !important;
    max-height: 520px !important;
}

.top-menu-menu .nav-row>li {
    width: auto !important;
}

.top-menu-menu .nav-row>li:hover {
    background: transparent;
}



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


.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 i {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #333333;
}

.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 {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
}

ul.show {
    height: auto !important;
    opacity: 1;
    visibility: visible;
}

.showSubMenu {
    cursor: pointer;
    flex-grow: 1;
    float: left;
    display: block;
    text-align: left;
}

.bg-ul-f7 {
    background: #f7f7f7 !important;
}

/* end mega menu */

/* responsive menu */
.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;
}

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

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
}

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

figure.avatar {
    margin-bottom: 0;
    height: 70px;
    width: 70px;
    padding: 2px;
    background: #eeeff2;
    border-radius: 50%;
    position: relative;
}

figure.avatar img {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.btn-action-cart{
    position: relative;
}

.btn-action-cart span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    min-width: 22px;
    background: #ff8a7e;
    display: block;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: #fff 0 0 0 1px;
    -webkit-animation-name: BasketBadge;
    animation-name: BasketBadge;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

/* end mega menu */

/* feature */
.feature {
    display: flex;
}

.feature-item {
    padding: 10px;
    background: #e9e7e7;
    box-shadow: var(--shadow-inner);
    transition: 0.3s all linear;
    border-radius: 10px;
}

.feature-item .title h6 {
    margin-top: 7px;
}

.feature-item.active {
    background-color: var(--main-color-one);
    color: #fff !important;
}

.feature-item.active .icon {
    border-color: #fff;
}

.feature-item.active h6 {
    color: #fff !important;
}

.feature-item:hover {
    background-color: var(--main-color-one-shadow) !important;
    color: var(--main-color-one-hover);
}

.feature-item:hover h6 {
    color: var(--main-color-one-hover) !important;
}

.feature-item:hover .icon {
    border-color: #fff;
}

.feature-item .icon {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px;
    border: 1px dashed #515151;
    border-radius: 5px;
}

.feature-item .icon i {
    font-size: 25px;
}

/* 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);
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 15px;
    height: 7px;
    border-radius: 10px;
}

.offer-item {
    max-height: fit-content;
    padding: 0 10px;
    border-radius: 10px;
}

.offer-discount {
    position: absolute;
    top: 0;
    right: 0;
    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: 30px 4px 4px;
    right: -46px;
    top: -15px;
    transform: rotate(35deg);
    line-height: 2;
    display: block;
}

.offer-img {
    width: 300px;
    height: 400px;
    text-align: center;
    margin: auto;
}

.offer-img img {
    width: 500px;
}

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

.offer-title span {
    color: var(--main-color-one);
}

.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: var(--main-color-one-shadow);
    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%;
}

.offer-timer-item .number {
    font-weight: bold;
    font-size: 16px;
}

.offer-btn {
    margin: 22px 0;
}

.offer-item-link {
    margin: 10px 10px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 0 10px 10px;
}

.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;
    position: relative;
    font-size: 14px;
}

.se-desc ul li::before {
    content: "\f28a";
    font-size: 8px;
    font-family: bootstrap-icons, serif !important;
    color: #000;
    vertical-align: middle;
    margin-left: 2px;
    line-height: 18px;
}

.offer-item-link .swiper-slide {
    width: 100% !important;
}

.offer-item-link .swiper-wrapper {
    flex-direction: column !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.offer-item-link-item {
    margin-bottom: 10px;
    background: #f4f5f9;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 7px;
}

.offer-item-link-item h6 {
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid  var(--main-color-one-shadow);
}

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

.offer-item .countdown-container .countdown-heading {
    font-size: 16px;
}

/* end offer */

/* start amazing */
.amazing {
    /*background: var(--main-color-two) url('../image/patterns.png');*/
    background-image: url('../image/patterns.png');
}

.free-mode .swiper-slide {
    width: auto;
}

/* end amazing */

/* start fresh */
.fresh .parent {
    background: var(--main-color-one) url('../image/patterns.png');
}

.fresh .left img {
    border: 3px dotted #cbcbcb;
}


/* end fresh */

/* product banner */

.prodcut-banner-item {
    background: url('../image/wave-card.svg') no-repeat center center;
    background-size: 500px;
    padding: 10px;
    border-radius: 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;
}

.main-title {
    padding: 10px 45px 10px 10px;
    position: relative;
    font-size: 30px;
    font-weight: 900;
    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);
}

.slider-title {
    color: #fff;
    text-align: right !important;
    flex-grow: 1;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 900 !important;
}

.slider-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: var(--main-color-one-shadow);
    z-index: 2;
}

.slider-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    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);
}

.main-category .item:hover {
    background: #f8f8f8;
    box-shadow: var(--shadow-box);
    border: 1px solid #ccc;
}

.main-category .item:hover .hover span {
    background: var(--main-color-one) !important;
}

.main-category .item .hover {
    position: absolute;
    top: 5px;
    right: 5px;
}

/* end main category */

/* product box */
.product-box .parent {
    background: #fff;
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
}

.product-box .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

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

.product-box .content-title .item {
    background: #fff;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.product-box .content-title .item:nth-last-child(1) {
    padding-left: 0;
    padding-right: 20px;
}

.product-box .content-title .item:nth-last-child(1) i {
    margin-left: 5px;
}

.product-box .content-title .item .title {
    font-size: 20px;
    font-weight: bold;
}


.product-box .content-title .item svg {
    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;
    border: 1px solid #ddd;
    max-width: 100%;
}

.product-box-item::before {
    content: '';
    width: 160px;
    height: 150px;
    position: absolute;
    bottom: -20%;
    right: -20%;
    background-color: var(--main-color-one-shadow);
    border: 6px solid #e6e4e476;
    border-radius: 50%;
    z-index: -1;
}

.product-box-item .image img {
    display: block;
    margin: auto;
    width: 170px;
    height: 170px;
    object-fit: contain;
    border-radius: 10px;
}

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

.product-box-item .desc {
    padding: 10px;
}


.product-box-item .desc .title .title-fa {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: 800 !important;
}

#productModal img{
    border: 1px solid #ccc;
}

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

.product-box-item .foot .add:hover,
.product-box-item .foot .see-fast:hover {
    background-color: var(--main-color-one);
    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;
}

.brand-box .swiper-slide .image:hover {
    box-shadow: rgba(1, 166, 226, 0.569) 0 0 10px 0 !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: space-between;
    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 a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background: white;
    color: var(--color-site);
    padding: 5px 10px;
    box-shadow: var(--shadow-md);
    border-radius: 5px;
}

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

/* end product box */

/* product-box-two */
.product-box-two .parents {
    background-image: url('../image/patern2.png');
    padding: 20px;
    box-shadow: var(--shadow-box);
    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('../image/wave-card.svg') no-repeat center center;
    background-size: cover;
}

.product-row .image,
.product-row .imagea {
    width: 24%;
    text-align: center;
    height: 100px;
}

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

.product-box-three .content-title .item:nth-last-child(1) {
    padding-left: 0;
    padding-right: 20px;
}

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

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

/* end product box three */

/* start blogbox */
.image-blog {
    transition: 0.3s;
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
}

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

.blog-box .image-blog:hover {
    transform: translateY(-10px);
}

.image-blog img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.blog-desc {
    padding: 10px;
    z-index: 10;
    width: 100%;
}

/* end blogbox */

/* footer */
footer {
    background-color: #fff;
}


.small-slider .swiper-button-next,
.small-slider .swiper-button-prev {
    padding: 15px 15px;
    background: transparent;
    color: #515151;
    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.8s all ease-in-out;
    border-radius: 50%;
}

.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-linkedin {
    background: #0d80c8;
}

footer a.nav-link {
    transition: 0.3s;
}

footer a.nav-link:hover {
    color: var(--main-color-one);
    transform: translateX(-5px);
}

/* end footer */

/* responsive menu */
.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;
}

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

.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 i {
    color: #222;
    font-size: 14px;
    font-weight: bold;

    margin-left: 5px;
}

.rm-item-menu li i::before {
    transition: 0.3s all ease;
}

.rm-item-menu li .showSubMenu.open i::before {
    transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
}

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

/* end responsive menu */

/* login modal */
.auth .modal-content::before {
    content: '\F4E1';
    background: #fff;
    color: #515151;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons', serif;
    position: absolute;
    top: -10%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
}

.auth{
    background-color: #fff;
}

.auth .auth-content {
    position: relative;
}

.auth-content::before {
    content: '\F4E1';
    background: #fff;
    color: #515151;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons', serif;
    position: absolute;
    top: -15%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-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: 1px solid #ddd;
    border-radius: 0;
}

.float-input:focus {
    box-shadow: 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;
}

.product-variable .box .box-label {
    position: absolute;
    top: -15px;
    background: #fff;
    margin-right: 15px;
    padding: 0 10px;
    font-size: 12px;
    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;
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    border-color: var(--main-color-one-shadow);
    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;
}

.product-meta .title h6 {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.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-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-counter {
    width: 60px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow-box);
    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%;
}

.color-box-item.active {
    border: 2px solid #0f58e0;
    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', serif !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.color-box-item .color {
    cursor: pointer;
    display: block;
    background: red;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* end color box */

/* start product-descs */
.product-desc {
    position: relative;
}

.product-desc-tab {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    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 {
    min-width: 450px;
    flex-wrap: nowrap;
} */

.product-desc-tab ul li {
    margin-left: 5px;
    margin-bottom: 10px;
}

.product-desc-tab ul li button {
    border: none;
    height: 100%;
    color: #515151;
    outline: none;
    box-shadow: none;
    background: #ddd;
}

.product-desc-tab ul li button{
    display: block;
    padding: 10px;
    white-space: nowrap;
    color: var(--color-site);
}

.product-desc-tab ul li button.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 button.active {
    color: var(--color-site);
}

.product-desc-tab ul li button 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;
}

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

.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: 0 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%;
}

.negitive-nav ul li:nth-child(1)::before {
    background: transparent;
}

.comment-reply {
    padding: 20px 0;
}


/* end product-descs */



/* read more */
/* مخفی کردن متن کامل به صورت پیش‌فرض */
.read-more-full {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

/* نمایش خلاصه */
.read-more-summary {
    display: block;
}

/* وقتی روی دکمه "بیشتر" کلیک شود */
.read-more-state:checked ~ .read-more-wrap .read-more-summary {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-full {
    display: block;
    visibility: visible;
    opacity: 1;
    max-height: 999em;
}

/* دکمه بیشتر/بستن */
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 10px;
    color: var(--main-color-one-shadow);
    background-color: var(--main-color-one-light);
    border: 1px solid var(--main-color-one-shadow);
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* تغییر متن دکمه بر اساس وضعیت */
.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'بستن _';
}

/* 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: var(--bs-gray-100);
    background-size: cover;
    border: 1px solid #eee;
    box-shadow: var(--shadow-sm);
    padding: 10px;
    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 {
    color: #515115;
}


.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 product rating */


.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.product-rateing .number h2 {
    margin: 30px 0;
    color: #333;
    font-size: 40px;
}

.product-rateing .number .star {
    padding: 5px;
    background: #dddddd5b;
    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;
}

.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: relative;
    top: 0;
}


.item-box {
    box-shadow: var(--shadow-box);
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.item-box .title {
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 10px;
}

.item-box .title a i.bi-chevron-down::before {
    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;
}

.item-box .title a.collapsed i.bi-chevron-down::before {
    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);
}

.item-box .desc {
    padding: 15px 10px;
    background-color: #fbf8f877;
    box-shadow: var(--shadow-sm);
}

/* end item box */

/* filter items */
.filter-items {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
}

.filter-items .items {
    display: block;
    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;
}

.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 */

.my-paginate ul {
    flex-wrap: wrap;
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px;
}

.my-paginate li.disabled a {
    background: #eee;
}

.my-paginate li.disabled a i {
    color: #a0a0a096;
}

.my-paginate li a {
    box-shadow: var(--shadow-inner);
    font-weight: bold;
    padding: 5px 15px;
    color: #515151;
    background: #faf9f9;
}

.my-paginate li a i {
    color: #515151;
}

/* 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-box);
    background-color: #fff;
}

.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%);
    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-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
}

.main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}

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

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

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

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

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

.line-step-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 10px;
    width: 50px;
    height: 40px;
    line-height: 4px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
    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: 0 0px 5px var(--main-color-one-hover);
    border-radius: 10px;
}


.cart-detail {
    border: 1px solid var(--main-color-one-shadow);
    border-radius: 10px;
    padding: 5px;
}
.cart-detail .cart_item {
    border-top: 1px solid var(--main-color-one);
}
.cart-detail .cart_item .variation .variation- {
    float: right;
    margin: 0;
}
.cart-detail .cart_item .variation > :nth-child(odd) {
    text-align: center;
    width: fit-content;
}
.cart-detail .cart_item .variation > :nth-child(even) {
    text-align: right;
    width: 80%;
    padding: 0 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-box);
    padding: 20px;
    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', serif;
    position: absolute;
    top: -30%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-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', serif;
    position: absolute;
    top: -30%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-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%);
}

.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('../image/404.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    text-align: center;
}

.not-found .title h1 {
    font-size: 50px;
    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;
}

.compare-delete i {
    color: #333;
    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-cart img{
    width: 240px;
}

.empty-cell:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 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%);
}

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

.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: 25px;
}

.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 {
    font-size: 16px;
    line-height: 30px;
}

.blog-desc-foot .card {
    background: #f8f8f8;
    border: none;
}

/* 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;
}

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

.profile-box-nav ul li.active a {
    color: var(--main-color-one);
}

/* 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: 0;
    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;
}

.dropd-status i {
    font-size: 16px;
    color: #333;
}

.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;
    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;
    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-weight: 800;
    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: #333;
    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: 3px;
    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: 14px;
}

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

.pro-var-responsive ul li a.active {
    border-color: var(--main-color-one);
}

.product-feature {
    border-top: 1px dashed #ccc;
}

/* 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;
}


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

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

.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: 5px;
    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: #4d4d4d;
    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%;
    z-index: 850;
}

.mega-container {
    margin: 0 auto;
}

/* end add cart float */





/*
*****************************
*****  Morteza Jaladat *******
******************************
 */
.se-cart .variations tbody tr .label label {
    color: #ef473a;
    margin: 5px 10px;
}
.se-cart .variations tbody tr .value select {
    border-radius: 5px;
    background-color: var(--main-color-one);
    color: #eee;
    padding: 5px 10px;
    border: none;
    box-shadow: 0px 0px 10px #333;
    margin: 0 10px auto;
}
.se-cart .variations tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.bi-cart-plus {
    margin-top: 7px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.woocommerce .quantity .qty {
    border-radius: 5px;
    padding: 4px;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 10px 20px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    color: var(--main-color-one);
}

.se-cart .se-cart-item .cart{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.variations_form.cart {
    flex-direction: column;
}

.variations_form.cart .variations tbody td.value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.variations_form.cart .variations tbody td.value .reset_variations {
    position: absolute;
    bottom: -40px;
    border: 1px solid #a5a5a5;
    color: var(--main-color-two);
    padding: 1px 5px;
    border-radius: 10px;
    background: var(--main-color-one-shadow);
}

.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--main-color-one) !important;
}
.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) !important;
}
.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) !important;
}

.variations_form.cart .single_variation_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.se-cart .se-cart-item .cart button {
    margin: 0 10px;
}
.se-cart .se-cart-item .cart .quantity .qty {
    margin-right: 10px;
}

.woocommerce-sorting .woocommerce-ordering select.orderby {
    border-radius: 5px;
    margin: auto 10px;
    background-color: var(--main-color-one);
    color: #eee;
    padding: 5px 10px;
}
.woocommerce-sorting {
    width: 100%;
    align-items: center;
}
.archive-box .product-box-item {
    width: 100%;
}
.cart-action td {
    background-color: transparent;
}
.input-text.qty.text {
    max-width: 70px;
    margin: auto;
    align-self: center;
    display: block;
    text-align: center;
}

/*** Checkout Styles ***/
.page2 {
    padding-right: 2rem;
    padding-left: 2rem;
}
.wc-block-components-product-metadata {
    display: none;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: #ef473a;
    border-radius: 10px;
    color: #fff;
}
.attachment-thumbnail.size-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
}
.social img {
    width: 40px;
}
.product-save {
    text-align: center;
    background: white;
    box-shadow: var(--shadow-md);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.add-favorite, .delete-favorite {
    display: flex;
}
.delete-favorite {
    color: #f00;
}
.card-title,.product-box-item .foot .price {
    min-height: 48px;
}
.product-box-item .foot .price div {
    margin: auto;
}
.widhlist-box .product-box-item {
    width: 100%;
    height: 100%;
}
.ml-5 {
    margin-left: 5px;
}

/* استایل کلی برای اسلایدر استوری‌ها */
.stories-slider {
    margin: 0 0;
    overflow: hidden;
}

.stories-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.story-item {
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.story-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*border: 2px solid #ef473a;*/
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    padding: 3px;
}

.story-image img:hover {
    transform: scale(1.1); /* افکت هنگام قرار گرفتن ماوس روی تصویر */
}

.story-title {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

/* استایل برای مودال */
#story-modal {
    max-width: 80%;
    margin: 0 auto;
}

#story-modal .swiper-container {
    width: 100%;
    height: auto;
}

#story-modal .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* افکت‌های مودال */
.mfp-bg {
    background: rgba(0, 0, 0, 0.8); /* پس‌زمینه تاریک مودال */
}

.mfp-content {
    max-width: 800px;
    margin: 0 auto;
}

.mfp-close {
    color: white;
    font-size: 24px;
    top: -10px;
    right: -10px;
}

.story-link-button {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    z-index: 10;
}

.story-link-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

#story-modal .swiper-button-next,#story-modal .swiper-button-prev {
    border-radius: 50%;
}

.story-modal-swiper-item {
    max-width: fit-content;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    display: none; /* پیش‌فرض نوارهای پیشرفت را مخفی کن */
}


.progress {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color-one);
    transform-origin: right; /* نقطه شروع نوار از سمت راست */
    transition: width 4s linear;
}

/* پایان استایل کلی برای اسلایدر استوری‌ها */


/* استایل های بنر کاما */
@keyframes rotatex{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes rotatexReverse{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

}

.cama-banner-image {
    padding: 100px;
    position: relative;
}
.cama-banner-image img {
    border-radius: 50% 50% 50% 50%;
    z-index: 1;
    position: relative;
}
.cama-banner-image-border {
    width: 80%;
    height: 80%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    margin-left: 10%;
    margin-top: 10%;
}
.cama-banner-image-border span {
    position: absolute;
    width: 95%;
    height: 95%;
    border: 2px solid ;
    pointer-events: none;
    animation: rotatex 13s linear infinite;
    top: 2%;
    right: 2%;
    font-size: 0;
}
#cama-banner-image-border1  span {
    border-radius: 38% 62% 64% 36% / 43% 35% 65% 57%;
}
#cama-banner-image-border2  span {
    animation-direction: reverse;
    border-radius: 41% 59% 40% 60% / 65% 66% 34% 35%;
}
.cama-banner-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15% 20px;
}
.cama-banner-first-title {
    font-size: 20px;
    font-weight: 600;
}
.cama-banner-second-title {
    font-weight: bold;
    font-size: 38px;
    text-shadow: 0 0 19px #888;
}
.cama-banner-button {
    max-width: fit-content;
    /*padding: 3px 5px;*/
    background-color: var(--main-color-one);
}
.cama-banner-button:hover {
    background-color: var(--main-color-one-hover);
}
/* پایان استایل های بنر کاما */

/* استایل های اسلایدر انیمیشنی کاما */
.cama-animated-slider-image {
    padding: 50px 0;
}
.cama-animated-slider-image img {
    z-index: 1;
    position: relative;
}
.cama-animated-slider-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 0;
}
.cama-animated-slider-first-title {
    font-size: 20px;
    font-weight: 600;
}
.cama-animated-slider-second-title {
    font-weight: bold;
    font-size: 38px;
    text-shadow: 0 0 19px #888;
    margin: 2px 0px;
}
.cama-animated-slider-button {
    max-width: fit-content;
    /*padding: 3px 5px;*/
    background-color: var(--main-color-one);
}
.cama-animated-slider-button:hover {
    background-color: var(--main-color-one-hover);
}
.cama-animated-slider-container-fluid .swiper-button-next, .cama-animated-slider-container-fluid .swiper-button-prev {
    opacity: 0.5;
}

/* پایان استایل های اسلایدر انیمیشنی کاما */



/* شروع استایل های محصولات منتخب اسلایدر ویژه */
.product-box-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.selected-products-special-slider .product-box-title a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.product-box-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product-box.carousel_radius .col-md-2 {
    display: flex;
    justify-content: center;
}
.carousel_radius {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section_product {
    position: absolute;
    width: 100%;
    margin: auto;
    top: -50%;
}
.section_product .product-box-item {
    border-radius: 30px;
}
.selected-products-special-slider .swiper-slide.swiper-slide-active {
    justify-content: center;
    display: flex;
}
/* پایان استایل های محصولات منتخب اسلایدر ویژه */

/********
شروع بنر با پسزمینه ثابت
 */
.banner-widget {
    text-align: center;
    position: relative;
    overflow: hidden;
}


.banner-widget .banner-content {
    position: relative;
    z-index: 2;
}

.banner-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
}
.fixed-background-banner-summary{
    max-width: 50%;
    margin: auto;
}
.fixed-background-banner-phone-input {
    max-width: 30%;
    margin: auto;
}
.fixed-background-banner-phone-input {
    text-align: right;
    background: #dddddd4d;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-background-banner-btn {
    color: #fff;
}
.fixed-background-banner-btn::before {
    width: 100%;
}
.fixed-background-banner-btn:hover::before, .fixed-background-banner-btn:hover span {
    background-color: var(--main-color-one-hover);
}
/********
پایان بنر با پسزمینه ثابت
 */


.most-sales-products .top-title {
    color: #fff;
}

.header-counter-btn {
    right: 10px;
    bottom: 3px;
}
.border-radius-10{
    border-radius: 10px;
}

.main-color, .main-color .elementor-heading-title{
    color: var(--main-color-one) !important;
}
.main-color-hover{
    color: var(--main-color-one-hover) !important;
}
.main-color .elementor-icon i {
    color: var(--main-color-one);
}
.main-color-hover .elementor-counter-number-wrapper {
    color: var(--main-color-one-hover) !important;
}

.slider-selection{
    background-color: var(--main-color-one-hover) !important;
}

.price.d-flex.flex-column.justify-content-end p.price ins * {
    text-decoration: none !important;
}
.price.d-flex.flex-column.justify-content-end .woocommerce-Price-amount.amount bdi {
    margin-right: 15px;
}
.price.d-flex.flex-column.justify-content-end p.price del * {
    color: var(--main-color-two);
}

#like-button {
    border-radius: 20px;
    border: 1px solid var(--main-color-one-shadow);
    box-shadow: 0 0 3px var(--main-color-one-shadow);
    padding: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#like-button i {
    margin-right: 5px;
}
.blog-writer-icon i {
    justify-content: center;
    align-items: center;
    display: flex;
}
#about-us-story-content {
    margin: auto;
}
#about-us-story-image .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-direction-column{
    flex-direction: column;
}

.main-color-hover .elementor-counter-title {
    font-family: 'yekan-bakh' !important;
}
.absolute-title .elementor-image-box-content {
    position: absolute;
    top: 40%;
}
.absolute-title {
    position: relative;
}

.out-of-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--main-color-two);
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}






@media(max-width: 767px){
    .product-box-title {
    	width: 100%;
    }
    /* استایل عمومی برای زیرمنوها */
    .rm-item-menu .navbar-nav {
        margin-right: 10px; /* فاصله 10 پیکسل از سمت راست */
        padding-right: 10px; /* کمی فضای داخلی از سمت راست */
    }

    /* اطمینان از نمایش درست زیرمنوها */
    .rm-item-menu .menu-item-has-children > ul {
        margin-right: 10px; /* فاصله از سمت راست والد */
    }

    /* استایل برای لینک‌های داخل زیرمنو */
    .rm-item-menu .menu-item-has-children > ul > li > a {
        padding-right: 10px; /* فضای اضافی برای متن لینک */
        display: block; /* لینک‌ها به صورت بلوک باشند */
        white-space: nowrap; /* جلوگیری از شکستن متن */
    }

    .fixed-background-banner-phone-input , .fixed-background-banner-summary {
        max-width: 95%;
    }
    #box-register-login {
        max-width: 80%;
        margin: auto;
    }
    .h6.mf-link-title {
        font-size: .7rem;
    }
    .selected-products-special-slider {
        margin-bottom: 330px;
        margin-top: 15px !important;
    }
    .cama-banner-image, .cama-animated-slider-image {
        padding: 56px 20px 20px 25px;
    }
    .cama-animated-slider-image {
        padding: 10px 0 10px 0;
    }
    .cama-banner-texts {
        padding: 5% 20px;
    }
    .cama-animated-slider {
        font-size: 11px;
    }
    .cama-animated-slider-first-title {
        font-size: 13px;
    }
    .cama-animated-slider-second-title {
        font-size: 15px;
    }
    .cama-animated-slider-button {
        font-size: 13px;
        padding: 5px 10px;
    }
    .cama-animated-slider-description {
        margin-bottom: 0.5rem;
    }
    .cama-animated-slider-texts {
        padding: 0 20px 0 0;
    }
    .cama-animated-slider-container-fluid .swiper-button-next, .cama-animated-slider-container-fluid .swiper-button-prev {
        display: none;
    }
    .cama-animated-slider-container-fluid .swiper {
        padding: 2rem 0px;
    }
    .cama-animated-slider-container-fluid .swiper-pagination {
        bottom: 0px;
    }
    /*
    سبد خرید ریسپانسیو
     */
    .cart-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .cart-table table thead {
        display: none;
    }

    .cart-table table thead th {
        display: table-cell; /* نمایش ستون‌ها در موبایل */
    }

    .cart-table table tbody tr {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
    }
    .cart-table table tbody tr td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .cart-table table tbody tr td:last-child {
        border-bottom: 0;
    }

    .cart-table table tbody tr td:before {
        content: attr(data-title);
        font-weight: bold;
    }

    .cart-table table tbody tr td img {
        max-width: 50px;
        height: auto;
    }

    .cart-table table tbody tr td.title {
        font-size: 14px; /* سایز فونت را در حالت موبایل کمی کوچک‌تر کنید */
        white-space: normal; /* اجازه دهید متن به خط بعدی برود */
        word-wrap: break-word; /* خطوط خیلی طولانی را بشکنید */
        overflow-wrap: break-word; /* از شکسته شدن کلمات بزرگ جلوگیری کنید */
    }
    .cart-table table .cart-action.mt-lg-0.mt-3 {
        text-align: center;
    }
    .cart-table table .cart-action td .cart-footer-update {
        margin: auto;
    }
    /*
    پایان سبد خرید ریسپانسیو
     */
}












