/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

[class^="border-"].border-light,
[class*=" border-"].border-light {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

@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-display: swap;
}




/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333;
    font-size: 1em;
    line-height: 1.4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* theme color */
    --main-color-one: #00808b;
    --main-color-one-shadow: #47a3ad;
    --main-color-one-hover: #47a3ad;
    --main-color-two: #c37328;
    --main-color-two-shadow: #FFD10031;
    --main-color-two-hover: #d78529;
    --main-color-three: #0b585f;
    --main-color-three-shadow: #45147e31;
    --main-color-three-hover: #320a60;
    --main-color-green: #189D0E;
    --bg-site: #f4f5f9;
    /* typographi */
    --font-size: 12px;
    --color-site: #333333;
    --font-site: 'IRANSans';
    --main-font: 'IRANSans';
    --title-font: 'IRANSans';
    /* 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-size: var(--font-size);
    font-family: var(--font-site);
    font-weight: normal;
    background: var(--bg-site);
    color: var(--color-site);
    position: relative;
    direction: rtl;
}

img {
    max-width: 100%;
}

.bi {
    font-size: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    margin-bottom: 0;
    font-family: var(--title-font);
    color: var(--color-site);
    line-height: 1.5;
}
.h1{
    font-size: 30px;
}

a, p, span {
    color: var(--color-site);
}

.nav-link {
    color: var(--color-site);
}

p {
    line-height: 27px;
}

ul{
    list-style: none;
}

.main-font {
    font-family: var(--main-font);
}


.title-font {
    font-weight: 500;
    font-size:19px;
}

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

.tooltip {
    font-family: var(--font-site);
    font-size: 12px !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.text-muted-two {
    color: var(--text-muted-two);
}

.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 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

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

.font-en {
    font-family: 'shabnam-en-num' !important;
}

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

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

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

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

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

.py-40 {
    padding: 40px 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;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.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 #0761f6;
    padding: 4px 7px;
    color: #0547b2;
}

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

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

.main-color-one-outline {
    border-color: var(--main-color-one);
}

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

.main-color-green {
    background-color: #bb6d27;
    color: #fff;
    font-size: 10px;
}

.main-color-green-color {
    color: #bb6d27;
    font-size: 14px;
}
.mojoody{
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.main-color-green:hover {
    color: var(--color-site);
    background-color: #bb6d27;
}

.no-highlight {
    overflow: visible !important;
}

.btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.btn:not(.no-highlight):before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
}

.btn:active {
    transform: translate(0, 2px);
}

.btn:hover:before {
    transition: 800ms;
    left: -100%;
}

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    box-shadow: 0 5px 5px 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: #322912 !important;
    box-shadow: 0 5px 5px 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 5px var(--main-color-three-shadow) !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: #fff !important;
}

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

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

.mct-hover:hover {
    color: var(--main-color-two-hover) !important;
}

.mctt-hover:hover {
    color: var(--main-color-three-hover) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}

.pointer {
    cursor: pointer;
}

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

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}


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

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    line-height: inherit !important;
    vertical-align: middle;
}

.btn:focus {
    border-color: transparent !important;
}

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

/* bootstrap touch spin */

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    height: 100%;
    width: 40px;
    height: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-one);
    box-shadow: var(--shadow-box);
    color: #fff;
}

.bootstrap-touchspin-up {
    border-radius: 50%;
    margin-right: 7px;
}

.bootstrap-touchspin-down {
    border-radius: 50%;
    margin-left: 7px;
}

.form-counter {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 3px !important;
    border: 1px solid #eee;
}

.counter .input-group {
    align-items: center;
}

.form-counter:focus {
    border: none;
    outline: none;
}

/* end bootstrap touchspin */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* start header style */

.header {
    padding: 30px 0 0px 0;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo .image {
    position: relative;
}

.header-logo .image::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    left: -7px;
}


.header-logo .image img {
    width: 120px;
}

.header-logo .description {
    margin-right: 15px;
}

.header-form {
    position: relative;
}

.header-form .input-search {
    background-color: rgba(235, 237, 240, 0.48);
    padding: 8px 10px;
    border-radius: 15px;
}

.header-form .input-search::placeholder {
    font-size: 12px;
}

.header-form .input-btn-search {
    position: absolute;
    top: 4px;
    left: 5px;
}

.header-form .input-btn-search i {
    font-size: 16px;
}

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

.header-btn-login {
    margin: 0 25px;
}


.header-btn .header-cart a {
    padding: 5px 20px;
    border-radius: 25px 25px 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn .header-cart a span {
    margin: 0 10px;
}


.header-btn .header-cart a span, .header-btn .header-cart a i {
    color: #fff;
    font-size: 11px;
}

.header-btn .header-cart a i {
    font-size: 18px;
}


.header-btn .header-cart a .cart-counter {
    background-color: #fff;
    color: var(--color-site);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
}

.header-btn-login a {
    box-shadow: var(--shadow-lg);
    border: 1px solid #ccc;
    padding: 5px 20px;
    transition: 0.5s;
    background: #ddd;
}

.header-btn-login a:hover {
    background-color: var(--main-color-one-hover);
    color: #fff;
}

.header-btn-login a:hover i {
    color: #fff;
}


.header-btn-login a i {
    margin-left: 5px;
    vertical-align: middle;
    color: var(--main-color-one);
}

.header-btn-favorite a {
    background-color: #FF8A6635;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 15px;
    padding: 0;
}

.header-btn-favorite a:hover {
    background-color: #FF8A665E;
}

.header-btn-favorite i {
    color: #f54b12;
}

.header-top-menu {
    background-color: var(--main-color-one);
    padding: 15px 15px 8px 15px;
    border-radius: 0px 50px 50px 50px;
    margin-top: 30px;
    position: relative;
    box-shadow: var(--shadow-md);
}


.header-top-menu-link {
    display: flex;
    justify-content: space-between;
}

.header-top-menu-left .header-top-menu-link a {
    color: #fff;
    display: inline-block;
}


.header-top-menu-left .header-top-menu-link a i {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.header-top-menu-socail {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.header-top-menu-socail a {
    margin-left: 20px;
    color: #fff;
}

@media screen and (max-width: 400px){
    .header-btn .header-cart a{
        padding: 5px 13px;
    }
    .header-btn .header-cart a span, .header-btn .header-cart a i {
        color: #fff;
        font-size: 9px;
    }
}


.header-top-menu-socail a i {
    color: #fff;
}

/* mega-menu */

.mega-menu-parent {
    z-index: 100;
}

.mega-nav > li a.active {
    background-color: var(--main-color-one);
    color: #fff !important;
    border-radius: 25px;
    padding: 7px 20px !important;
    font-weight: normal;
    box-shadow: 0 5px 5px var(--main-color-one-shadow) !important;
}

.mega-nav > li a.active i {
    color: #fff;
}

/* end mega-menu */

/* cart canvases */


/* end cart canvases */

/* start mega menu */

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

.header-top-menu-link-a {
    color: #fff;
}

.header-top-menu-link-a:hover {
    color: #fff;
}


.header-top-menu-link-a i {
    color: #fff;
}


.mega-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    /* required */
    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;
    border-radius: 15px;
    padding: 0 5px;
}

.top-menu-menu ul li:hover {
    background-color: #fff;
}

.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 {
    color: #fff !important;
    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: 7px;
    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 > 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: #fff url("/assets/img/labtop.png") no-repeat;
    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: 62px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 0px;
}

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

.navbar-nav .nav-link{
    padding-right: 3px !important;
    padding-left: 3px !important;
}

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

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

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

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

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


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

.btn-responsive-menu svg {
    color: #000000;
}

.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);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #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);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.rm-item-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #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;
    border-radius: 4px;
    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;
}

.top-menu-menu ul li:hover a, .top-menu-menu ul li:hover a i {
    color: var(--color-site) !important;
}

/* end mega menu */

/* end header style */

/* start cart canvas */

.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cart-canvas-delete a {
    background-color: #FF001122;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 15px;
    padding: 0;
}

.cart-canvas-delete a i {
    color: #f54b12;
}

.cart-canvas-delete a:hover {
    background-color: #FF00111F;
}


.cart-canvas-foots {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}


/* end cart canvas */

/* start home slider */

.main-slider{
    padding-top: 40px;
}

.main-slider .slider {
    border-radius: 20px;
}

.main-slider .swiper-slide img {
    border-radius: 20px;
    height: 400px;
    object-fit: contain;
}

.main-slider .swiper-rtl .swiper-button-next,
.main-slider .swiper-rtl .swiper-button-prev {
    background-color: var(--main-color-one);
    width: 52px;
    height: 52px;
    border-radius: 25px;
}

/* end home slider */

/* start category brand */

.category-brand {
    margin: 20px 0 0 0;
}
.category-image{
    max-width: 250px;
}

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

.category-brand .item {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-brand .item img {
    filter: contrast(0.5) grayscale(100%);
    transition: 0.3s all ease-in-out;
    opacity: 0.7;
    object-fit: cover;
}

.category-brand .item img:hover {
    filter: none;
    opacity: 1;
}

/* end category brand */

/* start swiper btn  */

.site-slider .swiper {
    padding-bottom: 40px;
}

.site-slider .swiper-button-next, .site-slider .swiper-button-prev {
    background-color: var(--main-color-one);
    padding: 3px 20px;
    border-radius: 5px;
    box-shadow: var(--shadow-md);
    top: 89%;
    right: 51% !important;
    box-shadow: 0 5px 5px var(--main-color-one-shadow) !important;
}

.site-slider .swiper-button-prev {
    right: 47.5% !important;
}

.site-slider .swiper-button-next::after, .site-slider .swiper-button-prev::after {
    color: #fff;
}

/* end swiper btn */

/* start slider-brand */

.slider-brand {
    padding: 20px 0;
}

.slider-brand .box {
    padding: 20px 0;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border-radius: 10px;
    background-color: #fff;
}

.slider-brand .box img {
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    width: 150px;
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.slider-brand .box:hover img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/* end slider-brand */

/* start feature */

.feature-item {
    display: flex;
    justify-content: center;
    transition: 0.3s;
    padding: 10px 0;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature .feature-item .feature-item-icon {
    background-color: var(--main-color-one);
    box-shadow: 0 5px 5px var(--main-color-one-shadow) !important;
    width: 70px;
    height: 70px;;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
}


/* end feature */

/* site site category */

.site-categories {
    margin-top: 30px;
}

.site-category-items {

    transition: 0.4s;
    border: 1px solid transparent;;
}

.site-category-items:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    border-color: var(--main-color-one);
}

.site-category-items-icon {
    width: 120px;
    margin: auto;
    margin-bottom: 7px;
}

.section-title {
    padding-bottom: 15px;
    text-align: center;
}

.site-categories .col-lg-2:nth-child(even) {
    margin-top: 65px;
}

/* end site category  */

/* slider title */

.slider-title-desc {
    display: flex;
    flex-direction: column;
}

.slider-title-icon-parent {
    background-color: var(--main-color-one-shadow);
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 10px;
    border-radius: 25px;
    font-size: 14px !important;
    box-shadow: var(--shadow-box);
}

.slider-title-icon-parent div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-title-icon-parent div i {
    color: var(--main-color-two);
}

.slider-title-icon-parent div h6 {
    color: var(--main-color-one);
}


.slider-title-link {
    text-align: left;
}

.slider-title-desc h2 {
    position: relative;
    padding-bottom: 10px;
}

.slider-title-desc h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 0;
}

.slider-title-desc h2::after {
    content: '';
    width: 120px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 10px;
}


.slider-title-desc-center h2 {
    position: relative;
    padding-bottom: 10px;
}

.slider-title-desc-center h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 36%;
    transform: translateX(-50%);
}

.slider-title-desc-center h2::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-two);
    position: absolute;
    bottom: 5px;
    right: 27%;
    transform: translateX(-50%);
}

/* end slider title */

/* start product box */

.product-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    overflow-y: hidden;
}

.product-box.pro-shadow {
    box-shadow: var(--shadow-box);

}

.product-box-image img {
    width: 100%;
    border-radius: 15px;
    max-height: 250px;
    object-fit: cover;
    display: block;
    margin: auto;
    height: 23vh;
}

.product-box-title {
    margin: 10px 0;
}

.product-box-title h5 {
    font-size: 18px;
    height: 60px;
    overflow-y: hidden;
}

.product-box-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fs-14{
    font-size: 14px;
}
.product-box-price-discount del {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #7d7d7d;
}

.product-box-price-price h5 {
    line-height: 1;
}

.product-box-price-price p {
    font-size: 12px;
    color: #7d7d7d;
    text-align: left;
    font-weight: bold;
}


.product-box-hover {
    background-color: #fff;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.product-box:hover .product-box-hover {
    opacity: 1;
    visibility: visible;
}

.product-box:hover .product-box-image img {
    filter: blur(5px);
}

.product-box-hover-item {
    background-color: #e6e6e6;
    padding: 5px 10px;
    border-radius: 25px;
    transition: 0.3s;
}

.product-box-hover-item:hover {
    background-color: #dee3ec;
}

.product-box-hover-item-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.product-box-hover-item-btn i {
    font-size: 18px;
}


/* end product box */

/* amazing slider */

/*div#product-slider {*/
/*  padding: 30px 0 140px 0;*/
/*}*/

.product-boxs {
    position: relative;
}

div#product-slider .swiper-slide {
    padding: 10px;
    opacity: 1 !important;
}

.slider-parent {
    background-color: #fff;
    margin-top: 40px;
    border-radius: 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.slider-parent::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    -webkit-transform: scaleX(0.9);
    -moz-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    -o-transform: scaleX(0.9);
    transform: scaleX(0.9);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 25px;
}

.slider-parent::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    -webkit-transform: scaleX(0.95);
    -moz-transform: scaleX(0.95);
    -ms-transform: scaleX(0.95);
    -o-transform: scaleX(0.95);
    transform: scaleX(0.95);
    background-color: rgba(33, 35, 65, 0.04);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
}

.amazing-offer-btn {
    border: none;
    height: 41px;
    width: 215px;
    margin: 0 auto;
    background: url("../img/amazing-offer-scroll-bottom.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

/* end amazing slider */


/* start advert banner  */

.advert-banner{
    padding: 20px 0;
}


.advert-banner-item img {
    will-change: transform, filter;
    float: none;
    transition: all 0.15s ease-out;
    overflow: hidden;
    display: block;
    margin: 0px auto;
    display: block;
    transform: rotateX(0deg) rotateY(0deg) scale(1);
    perspective-origin: 0 0;
}

.advert-banner-item img {
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

/* end advert banner  */

/* start offer */

.offer {
    height: auto;
    border-radius: 10px;
    /* padding:10px 0 10px 10px; */
    background: #fff;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.offer .swiper-pagination-bullet-active {
    background: #032a8e;
    width: 15px;
    height: 7px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.offer-discount {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 10px;
}

.offer-discount span {
    border-radius: 0;
    min-height: 30px;
    min-width: 137px;
    font-weight: 400;
    margin: 0;
    z-index: 9;
    background-color: var(--main-color-two);
    color: #413505;
    width: 154px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    padding: 4px;
    padding-top: 30px;
    right: -46px;
    top: -15px;
    transform: rotate(35deg);
    line-height: 2;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.offer-img {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 10px auto;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.offer-content {
    text-align: center;
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f0efef;
    box-shadow: var(--shadow-md);
}

.offer-title h4 {
    font-weight: bold;
    font-size: 18px;
    color: #444;
}

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

.offer-desc {
    width: 100%;
}

.offer-desc h4 {
    height: 65px;
    font-weight: 800;
}

.offer-desc-price {
    margin: 10px auto;
}

.offer-desc-price .old {
    font-size: 17px;
    color: #c3c1c1;
    text-decoration: line-through;
}

.offer-desc-price .new {
    font-size: 20px;
    color: #04ac12;
    font-weight: 800;
    font-size: 30px;
    margin-right: 10px;
}

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0;
}

.offer-timer-item {
    color: var(--main-color-one);
    width: 60px;
    height: 60px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

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

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

.offer-btn a {
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--main-color-one);
    padding: 10px 20px;
    color: var(--main-color-one);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -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;
}

.offer-btn a:hover {
    background: var(--main-color-one);
    color: #fff;
}

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


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

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

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

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

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid #04309f;
}

.swiper-slide:not(.swiper-slide-active) .offer-item {
    opacity: 0;
}

/* end offer */

/* sugget moment */

.swiper-progress-bar {
    position: absolute;
    top: 12.5%;
    width: 100%;
    display: block;
    z-index: 1;
    height: 2px;
}

.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 2px;
    background: rgba(199, 199, 199, 0.3);
    width: auto;
    clear: both;
    opacity: 0;
    top: 0%;
    left: 0;
    right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color-one);
    height: 100%;
    width: 0;
    content: "";
}

.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 3s;
}

.sugget-Moment .swiper-button-prev,
.sugget-Moment .swiper-button-next {
    outline: none;
    background: #f7f7f7;
    padding: 20px;
    color: #333;
    border-radius: 50%;
    transition: 0.3s opacity ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -ms-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
}

.sugget-Moment .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 15px;
    height: 7px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#suggetMoment .product-box-image {
    text-align: center;
}

#suggetMoment .product-box-image img {
    width: 160px;
    height: auto;

}


/* end sugget moment */

/* product row */

.product-row {
    position: relative;
    margin: 20px 0;
    padding: 30px 0 0 0;
}

.product-row::before {
    content: '';
    position: absolute;
    top: 0;
    background-color: var(--main-color-one);
    width: 100%;
    height: 300px;
    z-index: -1;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.product-row-parent {
    margin: 30px 0;
}

.product-row-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: var(--shadow-md);
}

.cart-canvas-add {
    background-color: var(--main-color-one);
    text-align: center;
    border-radius: 15px;
    padding: 0;
}

.cart-canvas-add a i {
    color: #fff;
}


.Dottedsquare {
    width: 120px;
    height: 134px;
    position: absolute;
    bottom: -1.5rem;
    right: 5.5rem;
    background-image: radial-gradient(#614e4e 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
    z-index: -1;
}
.Dottedsquare-product {
    width: 120px;
    height: 134px;
    position: absolute;
    bottom: 0rem;
    right: 5.5rem;
    background-image: radial-gradient(#614e4e 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
    z-index: -1;
}

.product-meta {
    position: relative;
}

/* end product row */

/* start about us */

.time-work {
    line-height: 35px;
    margin-left: 20px;
    background-color: var(--main-color-one-shadow);
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 10px;
    color: var(--main-color-one);
    box-shadow: var(--shadow-box);
}

.time-work i {
    margin-left: 10px;
}

.about-us-image {
    text-align: right;
}

.about-us-image img{

    max-width: 300px;
}
.about-us-text h2{
    font-size: 16px;
    font-weight: 900 !important;
    margin-top: 15px;
}


/* end about us */

/* blog slider */

.blog-slider-item-stand {
    border-radius: 25px;
    position: relative;
    box-shadow: -8px 8px 0px 1px #3a3b9c26;
    transition: 0.3s;
}

.blog-slider-item-stand:hover {
    transform: translateY(-10px);
}

.blog-slider-overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(#b9e8ec 0%, #00808b 100%);
    z-index: -1;
    border-radius: 25px;
}

.blog-slider-item-stand-text {
    padding: 15px;
}

.blog-slider-item-stand-image img {
    border-radius: 25px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.blog-slider-item-row-image {
    position: relative;
    transition: 0.5s;
}


.blog-slider-item-row:hover .blog-slider-item-row-image::before, .blog-slider-item-row:hover .blog-slider-item-row-image::after {
    opacity: 1;
    visibility: visible;
}

.blog-slider-item-row-image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    border-radius: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image::after {
    content: '\F12A';
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.blog-slider-item-row-image img {
    border-radius: 25px;
    height: 190px;
    object-fit: cover;
    width: 100%;
}


.blog-slider-item-stand-title p {
    height: 60px;
}

.blog-slider-item-row:not(:last-child) {
    margin-bottom: 25px;
}

/* end blog slider */

/* start footer */

.footer {
    margin-top: 30px;
}

.footer-contact {
    background: var(--main-color-one);
    border-radius: 25px;
    position: relative;
    margin-top: 50px;
    padding: 70px 0;
    min-height: 350px;
}

.footer-contact::before {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100px;
    background-color: #333;
    z-index: -1;
    border-radius: 25px;
}

.footer-contact-link {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-contact-link a {
    color: #fff;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    background-color: var(--main-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: translateY(-10px);
}

.footer-social i {
    color: #fff;
}

.footer-social li:not(:last-child) {
    margin-left: 7px;
}


.footer-logo img {
    width: 200px;
}

.footer-reutrned {
    margin-top: 40px;
    background-color: #fff;
    background:linear-gradient(#21b6c2 0%, #45147e00 100%);
    border-radius: 25px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    flex-direction: column;
}

.footer-reutrned h4 {
    font-size: 22px;
}

.footer-reutrned i {
    margin: 20px 0;
    font-size: 28px;
}

.footer-main {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer-main-address, .footer-main-links {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.footer-main-links li {
    position: relative;
    padding-right: 10px;
}

.footer-main-links li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 3px solid #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.5s linear;
}

.footer-main-links li:hover::before {
    border-color: var(--main-color-one);
}

/* end footer */

/* mobile menu */

.offcanvas-end{

    right: auto !important;
}
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--main-color-one);
    z-index: 2;
    border-bottom: 4px solid var(--main-color-one);
    z-index: 800;
    -webkit-filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.1));
    background: #fff;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    border-top: 1px solid var(--main-color-one);
}

.mobile-footer i {
    font-size: 25px;
    color: #fff;
}

.mobile-footer .parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 47px 17px;
    background: var(--main-color-one);
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.mobile-footer .parent .item.item-float {
    text-align: center;
    line-height: 70px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--shadow-xl);
}

.mobile-footer .item.item-float i {
    color: var(--main-color-one);
}

.mobile-footer .menu-cart-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    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;
}

.mobile-footer li.active i {
    color: var(--main-color-one);
}

.mobile-footer ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* end mobile menu */

/*  start style product page */


/* start product gallery */

.product-gallery img {
    max-width: 80%;
    display: block;
    margin: auto;
    max-height:190px
}

.product-gallery .swiper-pagination {
    bottom: 20px;
}

.product-gallery .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 60px;
    background-color: #fff;
    box-shadow: var(--shadow-lg);
}

.product-gallery .swiper-slide .swiper-zoom-container {
    padding: 10px;
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background-color: #eee;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    color: var(--color-site);
}

.product-gallery-thumb img {
    display: block;
    max-width: 80%;
    margin: auto;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    max-height: 80px;
}

.product-gallery-thumb img:hover {
    opacity: 1;
}

.product-gallery-thumb .swiper-slide {
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 10px;
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: var(--main-color-one);
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

/* icon product box */


.icon-product-box {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3a3b9c;
    padding: 5px;
    border-radius: 25px;
}

.icon-product-box-item {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #eee;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}


.icon-product-box-item i {
    font-size: 16px;
    display: inherit;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.pro_gallery {
    position: relative;
    height: 100%;
}

.pro-gallery-parent {
    padding: 20px 15px;
    background-color: var(--main-color-one);
    margin-bottom: 10px;
    border-radius: 15px;
    height: 62%;
    padding-bottom: 33px;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

.special-label img {
    width: 80px;
}

.product-gallery-thumb {
    margin-top: 50px;
}

/* end icon product box */

/* product meta title */

.bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.label-site {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px 0;
    background-color: #F8F9FB;
}

.label-success {
    background-color: #EDF5E6;
    color: #00867D;
}

.label-waring {
    background-color: #FFF3F0;
}

.product-meta-rating-rating-count-text {
    color: #EF9A3D;
}

.product-meta-feature-items ul {
    margin-top: 15px;
}

.product-meta-feature-items ul li {
    color: var(--text-muted);
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.product-meta-feature-items ul li span {
    color: var(--text-muted-two);
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: var(--text-muted);
    font-weight: 700;
}

.product-meta-action .counter .input-group {
    justify-content: end;
}

.product-meta-add-to-cart-btn {
    padding: 15px 200px;
}


.product-meta-color {
    margin-top: 20px;
}

.product-meta-color h5 {
    margin-bottom: 15px;
}

.product-meta-color-items {
    margin-top: 10px;
}

.product-meta-color-items label {
    background-color: #eee;
    font-size: 14px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-meta-color-items label:hover {
    background-color: #e2e2e2 !important;

}

.product-meta-color-items .btn-check:checked + .btn {
    border-color: var(--main-color-two) !important;
    box-shadow: 0 5px 5px #ffa41b31 !important;
}

.product-meta-color-items .btn-check:checked + .btn:hover {
    background-color: transparent !important;
}

.product-meta-color-items label span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

.product-meta-color-items .btn-check:checked + .btn span::before {
    content: '\F26E';
    color: #fff;
    font-size: 22px;
    font-family: 'bootstrap-icons' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end product meta title */

/* end product gallery */

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

.product-desc-tab {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-bottom: 30px;
}

.product-desc-content p {
    line-height: 35px;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap;
    justify-content: center;
}

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

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

.product-desc-tab ul li button {
    display: block;
    padding: 5px 15px;
    white-space: nowrap;
    color: var(--color-site);
    font-size: 16px;
    font-weight: 800;
}

.product-desc-tab ul li button.active {
    height: 100%;
    border-bottom: 3px solid var(--main-color-one);
    outline: none;
    transition: 150ms border-top linear;
    background-color: var(--main-color-one);
    border-radius: 30px;
    color: #fff;
}

.product-desc-tab ul li button.active a {
    color: var(--main-color-one);
    font-weight: bold;
}

.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 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;
    margin-top: 30px;
    background-color: #fff !important;
}

.comment .title {
    background-color: #f8f9fb;
    padding: 10px;
    border-radius: 30px;
    box-shadow: var(--shadow-sm);
}

.comment-replay .title {
    background-color: #fff !important;
}

.comment .avatar img {
    width: 40px;
    height: 40px;
}

.star i.bi-star {
    color: #ccc;
}

.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 {
    padding: 10px 0;
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
}


.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    padding: 10px 0px;
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
}


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

/* read more */

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
}

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

.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

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

.read-more-trigger {
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: var(--main-color-one-shadow);
}


/* end read more */

.product-desc-tab-content {
    padding-right: 60px;
    position: relative;
}

.product-desc-tab-content::before {
    content: '\F431';
    position: absolute;
    top: 10px;
    right: 0;
    color: #ddd;
    font-family: 'bootstrap-icons';
    font-size: 35px;
}

.product-desc-tab-content::after {
    content: "";
    position: absolute;
    top: 70px;
    right: 0px;
    width: 40px;
    height: 134px;
    background-image: radial-gradient(rgb(97 78 78 / 29%) 1px, transparent 1px);
    background-size: 10px 10px;
    border-radius: 0px;
}

/* end product-descs */

/* 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_list svg {
    margin-left: 5px;
}

.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;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
}

.border_right_custom1 {
    border-right: 3px solid var(--main-color-one-shadow);
    background: #fff;
}

.border_right_custom2 {
    background-color: rgb(248, 249, 251);
    border-radius: 10px;
    box-shadow: #8080801f -1px 3px 5px 0px;
}

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

/* start comment */

.comment-item {
    position: relative;
}

.comment-item label.label-float {
    position: absolute;
    top: -14px;
    background-color: #fff;
    right: 25px;
    padding: 5px;
}

.comment-item input.form-control, .comment-item select {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
}

tags.tagify.commentTags {
    border-radius: 30px;
    background: #f8f8f8;
}

.btn-comment {
    padding: 15px 150px;
    border-radius: 30px;
}

.tag-pos .tagify__tag > div::before {
    inset: unset;
}

.tag-pos tag.tagify__tag {
    background-color: #afffb2e1;
    border-radius: 10px;
}

.tag-neg .tagify__tag > div::before {
    inset: unset;
}

.tag-neg tag.tagify__tag {
    background-color: #ffaeaedf;
    border-radius: 10px;
}

.tag-neg .tagify__tag-text {
    color: #480303;
}

.tag-pos .tagify__tag-text {
    color: #428e30;
}

.comment-replay {
    background-color: var(--main-color-one-shadow) !important;
}

/* end comment */

/* 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: '★ '; */
    content: "\f586";
    font-family: 'bootstrap-icons';
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #fff;
}

.rating > input:checked ~ label {
    color: #f7ad0d;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #f7ad0d;
}

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

.rating > label:active {
    position: relative;
}

/* end rating */

/* share modal */

#shareModal a.btn.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

#shareModal a.btn.rounded-circle i {
    color: #fff;
}

/* end share modal */


/*  end style product page */


/*  start category page */

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

.category .swiper-slide {
    padding: 10px 0;
}

.filter-item-select {
    background-color: #EBEDF07A;
    padding: 5px 10px;
    border-radius: 15px;
}

.filter-item-select select {
    background-color: transparent;
    border: none;
    position: relative;
}

.item-boxs .item-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.item-boxs .item-box:not(:last-child) {
    margin-bottom: 20px;
}

.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transition: 0.3s;
}

.item-boxs .item-box a[data-bs-toggle="collapse"] i::before {
    transition: 0.3s;
}

.item-boxs .item-box a i {
    transition: 0.3s;
}


.item-boxs .item-box a[data-bs-toggle="collapse"].collapsed i::before {
    transform: rotate(-180deg);
}

.item-boxs .item-box .title {
    padding-bottom: 15px;
}

.item-boxs .item-box .title h6 {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}


.item-boxs .item-box .title h6::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 5px;
    right: 0;
}

.item-boxs .item-box .title h6::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--main-color-one);
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.category .site-category-items:hover {
    box-shadow: var(--shadow-md) !important;
}

.input-range-filter {
    direction: rtl;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

/* start paginatae */

.my-paginate ul {
    flex-wrap: wrap;
    align-items: center;
}

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

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

.my-paginate li.active a {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}

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

.my-paginate li a i::before {
    line-height: 1 !important;
}


.my-paginate li a {
    box-shadow: var(--shadow-md);
    font-weight: bold;
    padding: 5px 15px;
    color: #515151;
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

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

/* end paginate */


/*  end category page */

/* start page blog */

.blog-heeader .header-form .input-btn-search {
    background-color: #3a3b9c;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
}

.blog-heeader .header-form .input-search {
    padding: 10px 10px;
}

.parent-blog-menu-level-2 {
    position: relative;
}

.parent-blog-menu-level-2:hover .blog-menu-level-2 {
    display: flex;
}

.blog-menu-level-2 a {
    transition: 0.3s;
}

.blog-menu-level-2 a:hover {
    color: var(--main-color-one);
}

.blog-menu-level-2 a i {
    float: left;
}

.blog-menu-level-2 {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 19;
}

.parent-blog-menu-level-3 {
    position: relative;
}

.parent-blog-menu-level-3:hover .blog-menu-level-3 {
    display: flex;
}

.blog-menu-level-3 {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #fff;
    width: 200px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    padding: 10px;
    z-index: 20;
}

.blog-menu-items a {
    font-size: 15px;
}

/* end page blog */

/* start page blog-content */

.blog-content-meta-thumbnail {
    position: relative;
}

.blog-content-meta-thumbnail::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 80%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    box-shadow: 0 10px 50px 0 rgba(119, 132, 157, .14);
}

.blog-content-meta-thumbnail img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    box-shadow: var(--shadow-box);
    padding: 10px;
}

.blog-content-meta-detail-detail {
    margin-top: 30px;
}

.blog-content-meta-detail-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-content-meta-detail-detail-item:last-child {
    margin-bottom: 0;
}


.blog-content-meta-detail-detail-item i {
    color: #3e476c;
}


.blog-content-meta-detail-detail-item h6 {
    margin: 0 7px;
    color: #939aa4;
    font-weight: normal;
}

.blog-content-meta-detail-detail-item a, .blog-content-meta-detail-detail-item span {
    color: #3e476c;
}

.blog-main-content-list {
    background-color: #fff;
    margin: 70px 0;
    padding: 30px 0;
    box-shadow: var(--shadow-box);
    border-radius: 15px;
}

.blog-main-content-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog-main-content-list-icon-icon {
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(#0003ff59 0%, #45147e00 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.blog-main-content-list-icon-icon i {
    color: #3e476c;
    font-size: 40px;
    line-height: 1;
}

.blog-main-content-list-icon h5 {
    margin-top: 20px;
    font-weight: normal;
}

.blog-main-content-menu nav ul {
    position: relative;
}

.blog-main-content-menu nav ul::after {
    content: "";
    border: 5px solid #f7f8fa;
    position: absolute;
    height: 100%;
    top: 0;
    right: -24px;
    border-radius: 6px;
}

.blog-main-content-menu nav ul a {
    position: relative;
}

.blog-main-content-menu nav ul a::after {
    content: "";
    top: 10px;
    z-index: 9;
    width: 14px;
    height: 14px;
    right: -26px;
    transition: 0.8s;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    filter: drop-shadow(0 2px 5px rgba(119, 132, 157, .18));
}

.blog-main-content-menu nav ul a:hover {
    color: var(--main-color-one);
}

.blog-main-content-menu nav ul a:hover::after {
    background-color: var(--main-color-one);
}

.blog-main-content-list::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 80%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    box-shadow: 0 10px 50px 0 rgba(119, 132, 157, .14);
}

.blog-main-content-content p {
    line-height: 36px;
    font-size: 16px;
}

.blog-main-content-content img {
    display: block;
    margin: auto;
}

.blog-single-rating-post {
    margin: 50px 0;
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
    margin-bottom: 21px;
    text-align: center;
    box-shadow: var(--shadow-box);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-single-rating-post-rating {
    margin: 30px 0;
}

.blog-single-rating-post-rating .rating:not(:checked) > label:before {
    background: #fff;
}

.slider-parent-2 {
    position: relative;
}

.slider-parent-2::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 80%;
    top: 10px;
    z-index: -1;
    right: -10px;
    transform: rotate(3deg);
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(#0003ff59 0%, #45147e 100%);
    box-shadow: 0 10px 50px 0 rgba(119, 132, 157, .14);
}

.blog-single-rating-post h3 {
    font-weight: 100;
}

.blog-related-post {
    padding: 30px 0;
}

.blog-related-post .blog-slider-item-row {
    padding: 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-box);
    background-color: #fff;
}

.blogs-items .blog-slider-item-row {
    padding: 20px;
    border-radius: 15px;
    box-shadow: var(--shadow-box);
    background-color: #fff;
}

/* end page blog-content */

/* start page cart  */

/* payment navigations bar */
.payment_navigtions {
    margin-top: 15px;
    background-color: #fff;
    padding: 20px 0 5px 0;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-box);
}

.payment_navigtions .payment_logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.payment_logo {
    text-align: center;
}

.payment_navigtions .payment_logo img {
    max-width: 190px;
    margin-bottom: 20px;
}

.payment_navigtions .checkout-headers ul {
    display: flex;
    justify-content: center;
}

.payment_navigtions .checkout-headers ul li {
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.payment_navigtions .checkout-headers ul li a {
    display: flex;
    align-items: center;
}

.payment_navigtions .checkout-headers ul li.active {
    opacity: 1;
}

.payment_navigtions .checkout-headers ul li::after {
    content: '';
    width: 94px;
    height: 1px;
    margin: 0 20px;
    background: #d5d5d5;
    position: relative;
    top: 1px;
}

.payment_navigtions .checkout-headers ul li.active::after {
    background: #d5d5d5;
}

.payment_navigtions .checkout-headers ul li i {
    transform: rotateY(180deg);
    font-size: 18px;
    margin-left: 10px;
}

.payment_navigtions .checkout-headers ul li.active i {
    font-size: 24px;
    font-weight: bold;
}

.payment_navigtions .checkout-headers ul li p {
    font-size: 16px;
    margin-bottom: 0;
}

.payment_navigtions .checkout-headers ul li.active p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--main-color-one);
}

.payment_navigtions .checkout-headers ul li:last-child::after {
    display: none;
}

.danger-label {
    padding: 5px 10px;
    background-color: #fc6d6d3b;
    border-radius: 5px;
    color: #f21919;
    font-size: 13px;
    display: inline-block;
    font-family: var(--main-font);
    font-weight: normal;
}
.warning-label {
    padding: 5px 10px;
    background-color: #efefef;
    border-radius: 5px;
    color: #e39a43;
    font-size: 13px;
    display: inline-block;
    font-family: var(--main-font);
    font-weight: normal;
}

.cart-product-item .remove i {
    color: #fb5959;
    font-size: 20px;
}


/* cart canvases */

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

.cart-canvases .item .action .remove {
    padding: 0px 7px;
    box-shadow: var(--shadow-sm);
    transition: 0.3s all ease-in-out;
}

.cart-canvases .item .action .remove:hover {
    background-color: #fea5a552 !important;
}

.cart-canvases .item .action .remove:hover a i {
    color: #fc6d6d;
}

.cart-canvases .item .price .price-discount {
    text-decoration: line-through;
    color: #cccccc;
    font-weight: normal !important;
}

.cart-canvases .item .price .price-off {
    color: #05bf71;
}

.cart-canvas .offcanvas-body {
    background: #f4f4f4 !important;
}

.cart-canvases .item .factor .title {
    padding-bottom: 10px;
    border-bottom: 3px solid #eee;
    margin-bottom: 10px;
}

.cart-canvases .item .factor .title img {
    width: 25px;
    margin-left: 5px !important;
}

.cart-canvases .item .factor .factor-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}


/* end cart canvases */

/* end page cart */

/* start login page */


.auth-form {
    padding: 30px 15px;
}

.btn-login {
    padding: 12px 5px;
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
    font-size: 15px;
}

.btn-login:hover {
    background-color: var(--main-color-one-hover);
    border-color: var(--main-color-one-hover);
}
.btn-login-code {
    padding: 12px 5px;
    background-color: #fff;
    border-color: var(--main-color-one);
    font-size: 15px;
}

.btn-login-code:hover {
    background-color: var(--main-color-one-hover);
    border-color: var(--main-color-one-hover);
}

.loginTermsDesc {
    font-size: 14px;
    text-align: center;
    color: #333;
    direction: rtl;
    width: 90%;
    display: block;
    margin: 30px auto 0;
}

a.underlined {
    position: relative;
    padding-bottom: 4px;
    text-decoration: none;
}

a.underlined:after {
    position: absolute;
    border-bottom: 1px solid #929292;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
}

.inline-btn-text {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

/* otp sms */

#otp-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 8px;
}

#otp-input input {
    text-align: center;
    padding: 10px 8px 10px 8px;
    border: 1px solid #adadad;
    border-radius: 4px;
    outline: none;
    height: 64px;
    width: 50px;
}

#otp-input input:focus {
    border: 1px solid #497e76;
}

#otp-input input:focus::placeholder {
    color: transparent;
}

#otp-input input::-webkit-outer-spin-button,
#otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#otp-input input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* end otp sms */

/* otp loader */

/* Countdown-bar General */
.countDownContainer {
    display: flex;
    justify-content: center;
}

div.countdown-bar {
    width: 0;
    height: 20px;
    margin: 20px 0;
    background-color: #aaa;
    border-radius: 5px;
}

/* Loader */
div.countdown-bar div:nth-of-type(1) {
    width: 0;
    height: 100%;
    border-radius: 5px;
}

/* Timer */
div.countdown-bar div:nth-of-type(2) {
    width: 100%;
    height: 100%
}

div.countdown-bar span {
    display: block;
    text-align: center;
}

div.countdown-bar span a {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
}

div.countdown-bar div:nth-of-type(2) span {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: normal;
}

/* end otp loader */

/* end login page */

/* start  404 page  */

.image-404 {
    text-align: center;
}

/* end  404 page  */

/*  start page check out */

.checkouts-form {
    position: relative;
}

.Dottedsquare-checkout {
    width: 120px;
    height: 134px;
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    background-image: radial-gradient(#614e4e 1px, transparent 1px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
    z-index: -1;
}

/* send item */

.send-item {
    border-radius: 10px;
    padding: 5px;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
}

.send-item.active {
    border-color: var(--main-color-one);
}

.send-item.active::before {
    content: '\F26A';
    position: absolute;
    bottom: -10px;
    left: -5px;
    font-family: 'bootstrap-icons';
    font-size: 20px;
    color: #0b8502;
}

/* end send item */

/* bank item */

.bank-item {
    padding: 7px 7px;
    display: flex;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.bank-item.active {
    border-color: var(--main-color-one);
}

.bank-item.active::before {
    content: '\F26A';
    position: absolute;
    bottom: -10px;
    left: -5px;
    font-family: 'bootstrap-icons';
    font-size: 20px;
    color: #0b8502;
}

/* end bank item */

/* end page checkout */

/* start page pay success */

.payment-success {
    box-shadow: var(--shadow-box);
    border-radius: 15px;
}

.payment-success-title {
    padding: 50px 0;
    background-color: var(--main-color-green);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.payment-un-success .payment-success-title {
    background-color: var(--bs-danger);
}

.payment-success-title-icon i {
    font-size: 90px;
    color: #fff;
    line-height: 1;
}

.payment-success-desc {
    padding: 20px;
}

/* end page pay success */

/* start page panel */

/* start pannel */

.panel-side {
    position: sticky;
    top: 0;
}

.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;
    padding: 0px 10px;
    background-color: var(--main-color-one);
    transition: 0.3s;
    border-radius: 10px;
    margin-bottom: 7px;
}

.profile-box-nav ul li:hover {
    background-color: var(--bg-site);
}


.profile-box-nav ul li:hover a {
    color: var(--color-site);
}


.profile-box-nav ul li:last-child {
    margin-top: 40px;
}

.profile-box-nav ul li:last-child::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #eee;
}


.profile-box-nav ul li:hover::before {
    opacity: 1;
}

.profile-box-nav ul li a {
    display: block;
    transition: 0.3s;
    color: #fff;
}


.profile-box-nav ul li.active {
    background-color: var(--bg-site);
}

.profile-box-nav ul li.active a, .profile-box-nav ul li.active a i {
    color: var(--main-color-one);
    font-weight: bold;
}

.img-profile-panel {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.badge-spn {
    background-color: #ed9209;
    margin-right: 5px;
}

.panel-box {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}


.penel-nav {
    background-color: var(--main-color-one);
    padding: 20px;
    border-radius: 25px;
}

.panel-alert {
    position: relative;
}

.panel-alert i {
    font-size: 30px;
}

.panel-alert span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--bs-danger);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    right: -47px;
    top: 0;
}

.panel-header {
    position: relative;
}

.panel-header::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    width: 4px;
    opacity: 1;
    background-color: var(--main-color-one);
    transition: 0.3s;
}

.panel-meta-item {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 15px;
    border-radius: 10px;
}

.panel-meta-item-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--bs-green);
    border-radius: 20px;
    box-shadow: inset -1px 0px 8px 4px rgb(255 254 254 / 28%);
    margin-left: 10px;
}

.panel-meta-item-icon i {
    font-size: 30px;
    color: #fff;
}


.panel-latest-order thead {
    height: 50px;
}

.panel-latest-order thead th {
    line-height: 50px;
    background-color: var(--bs-green);
    color: #fff;
}

.main-table tr td, .main-table tr th {
    white-space: nowrap;
}

.main-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0;
}

.main-table tr {
    vertical-align: middle;
}


.panel-latest-order-res {
    border-radius: 20px;
}

.roundedTable {
    border-radius: 20px / 20px;
    border-spacing: 0px;
    margin-bottom: 0;
}

.roundedTable th {
    padding: 4px;
}

.roundedTable tr td {
    border-right: none;
    border-bottom: none;
    padding: 12px 0;
}

.roundedTable tr:not(:last-child){
    border-bottom: 1px solid #ccc;
}

.roundedTable tr td:first-child {
    border-left: none;
}


.panel-alert .panel-meta-item{
    flex-wrap: wrap;
}

/* end pannel */

/* end page panel */

/* start page about us  */

.about-us-title h2{
    font-size: 65px;
}

.about-us-title h3{
    font-size: 55px;
}

/* end page about us  */

/* start contact page  */

.contact-img-title{
    background-color: transparent;
    background-image: linear-gradient(#dbf1f3 0%, #83cbd1 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 25px;
}

.contact-img-title img{
    opacity: 0.3;
    border-radius: 25px;
}

.contact-map iframe{
    height: 500px;
    width: 100%;
    border-radius: 40px;
}

/* end contact page  */
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky !important;
}


/*form-checked */

.form-switch {
    padding-right: 3.5em;
}

.form-check {
    direction: ltr;
    margin:10px auto;
}
.footer-image-filter{
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(2deg) brightness(95%) contrast(80%);
}

.add-buttom{
    position: absolute;
    top: 9px;
    left: 13px;
}
.shipment-page-container .address-section .checkout-contact{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content{
    position: relative;
    color: #6d6d6d;
    padding: 16px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-username{
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-username a.checkout-contact-edit{
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #f7858d;
    border: none;
    border-bottom: 1px dashed #f7858d;
    background-color: transparent;
    font-weight: 700;
    margin-right: 15px;
    cursor: pointer;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location{
    font-size: 12px;
    line-height: 34px;
    position: relative;
    margin-top: 10px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location .checkout-contact-item-mobile{
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.571;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location .checkout-contact-item-message{
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.571;
    margin-right: 10px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-location{
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #ededed;
    border: none;
    float: left;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
    outline: none;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .checkout-pack-header{
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    color: #3e3f3f;
    padding: 24px 16px 20px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .checkout-pack-header .checkout-time-table-shipping-type{
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    padding: 0 12px;
    color: #ef394e;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact{
    padding: 10px 15px;
    width: 100%;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide{
    width: 130px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box{
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 10px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-img{
    height: 90px;
    padding: 0 10px 5px;
    display: block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-img img{
    width: 100%;
    height: 100%;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-variant-color{
    color: #777;
    position: relative;
    padding-right: 22px;
    text-align: right;
    font-size: 11px;
    margin-top: 10px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-variant-color span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 2px;
    border: 1px solid rgba(0,0,0,.1);
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table{
    width: 100%;
    padding: 18px 18px 14px;
    display: block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar{
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c0c2c5;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-checkbox-container{
    padding: 10px 16px;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-checkbox-container .checkout-additional-options-checkbox-image{
    cursor: pointer;
    line-height: 0;
    background-image: url(../images/shipping/post.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 28px;
    height: 28px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container{
    padding: 14px 0;
    display: inline-block;
    vertical-align: top;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-title{
    font-size: 12px;
    line-height: 26px;
    color: #3e3f3f;
    cursor: pointer;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-lead-time{
    font-size: 12px;
    line-height: 26px;
    color: #3e3f3f;
    position: relative;
    margin-right: 8px;
    padding-right: 13px;
    cursor: pointer;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-lead-time:before{
    content: "";
    width: 1px;
    height: 15px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-shipment-invoice-type{
    background-color: #fff;
    padding: 24px 16px 32px;
    border-top: 7px solid #f5f7fa;
    position: relative;
}
.modal-header{

    background: #00808b;
    color: #fff;
    direction: rtl;
    float: right;
    font-size: 14px;
}

.modal-content{
    direction: rtl;
    text-align: right;
}

.modal-title{
    font-size: 14px;
    color: #fff;
}
.box-green-reserve {
    background-color: #00808B;
    height: 22px;
    border-radius: 5px;
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.box-tabele-times {
    border: 1px solid #00000050;
    padding: 20px;
    border-radius: 16px;
}

.box-green-reserve-time {
    background-color: #ff5959;
    height: 22px;
    border-radius: 5px;
}

.box-green-reserve-over {
    background-color: #CCCCCC;
    height: 22px;
    border-radius: 5px;
}

.time-box {
    margin: 10px;

}

.timetable-header__row .time-box:first-child {
    /*background-color: #b56827;*/
    border-radius: 6px;
    color: red;
}

.timetable-header__row .time-box:first-child .time-box_first-span {
    /*color: white;*/
    font-weight: bold;
    color: var(--color-site);
}

.timetable-header__row .time-box:first-child .time-box_sec-span {
    /*color: white;*/
    font-weight: bold;
    color: var(--color-site);
}

.timetable-header {
    position: sticky;
    top: 10px;
    z-index: 99;
}

.timetable-header__row {
    background-color: #ecedf1f7;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.offer-price {
    position: absolute;
    background: #b56827;
    color: #fff;
    padding: 2px 5px;
    border-radius: 15px;
    font-size: 11px;
    top: 9px;
    width: 36px;
    left: 4px;
}

.right-box {
    padding-left: 12px;
    border-left: 1px solid #ddd;
}

.price-box {
    float: left;
}

.price-unit {
    font-size: 9px
}

.time-value {
    font-weight: 900;
}

.bg-gray {
    background: #b56827 !important;
    color: white !important;
}

.bg-orange {
    background: #efd8ae;
}

.text-green {

    color: #379684 !important;
}

.text-gray {

    color: #ccc !important;
}

.text-orange {

    color: orange !important;
}

.time-text,
.price-text {
    font-size: 10px;
}

.block-xs {
    display: none;
}

@media screen and (max-width: 920px) {
    .time-box {
        margin: 8px
    }
}

@media screen and (min-width: 992px) {
    .timetable-header {
        position: sticky;
        top: 100px;
        z-index: 99;
    }
}

@media screen and (max-width: 786px) {
    .time-box {
        margin: 7px
    }

    .time-value {
        font-size: 8px;
        font-weight: 200;
    }

    .price-value {
        font-size: 8px;
    }

    .right-box {
        padding-left: 0 !important;
        border-bottom: 1px solid #ddd;
        border-left: none !important;
        margin-top: 30px;
    }

    .offer-price {
        right: 15% !important;
    }

    .price-box {
        float: left;
        margin-top: 2px;
        border-right: none !important;

    }
}

@media screen and (max-width: 499px) {
    .time-box {
        margin: 8px
    }

    .price-box {
        padding: 0 !important;
    }

    .hidden-xs {
        display: none;
    }

    .block-xs {
        display: block !important;
    }
}

.timetable-header span {
    font-size: 10px;
}

.timetable-header h6 {
    text-align: center;
    padding-top: 8px;
}


.timetable-header {
    border-radius: 12px;
}

.timetable-header .active {
    background: red;
    border-radius: 12px;
}

.timetable-header .activeColor {
    color: #fff;
}

.mr-0 {
    margin-right: 0 !important;
}

.day-box {
    border: 1px solid #ddd;
    padding: 10px 5px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    background: #b9e9b9;
}

.text-danger {
    color: red
}

@media screen and (min-width: 440px) and (max-width: 2000px) {
    #timeTable * {
        /*background-color: red;*/
        /*font-size: 10px !important;*/

    }

    #timeTable input {
        padding: 9px 0 !important;
    }
}

@media screen and (max-width: 420px) {


    #timeTable * {
        /*background-color: red;*/
        font-size: 10px !important;

    }

    #timeTable input {
        font-weight: bold;
        font-size: 10px !important;
    ;
        /*width: 34%;*/
        padding: 3px !important;

    }

    #timeTable h6 {
        font-size: 12px !important;
        height: 54px !important;
        /*width: 34%;*/
    }

}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dd-button:hover {
    background-color: #eeeeee;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.card-gallry{
    border-color: #fff;
}
.embed {
    overflow: hidden;
    padding-block-start: 100%;
    position: relative;
    padding: 0;
}

.category1 .site-category-items-icon{
    width: 100%;
    margin: auto;
    margin-bottom: 7px;
    background: #ecd6c38f;
    border-radius: 30%;
    height: 85px;
}
.embed .card{
    margin:5px;
    border:none !important
}
.pt-40{
    padding-top: 40px !important;
}

.embed--1-2 {
    height: 300px;
}

.embed--2-1 {
    height: 150px;
}

.embed--2-3 {
    height: 300px;
}

.embed > * {
    height: 100%;
    left: 0;

    padding: 0.25em;
    position: absolute;
    top: 0;
    width: 100%;
}
.ember svg{
    width: 120px !important;
    height: 120px !important;

}

/* Gallery  */

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}


.gallery__item--h-2 {
    grid-column-end: span 2;
}

.gallery__item--h-3 {
    grid-column-end: span 3;
}

.gallery__item--v-2 {
    grid-row-end: span 2;
}

.gallery__item--v-3 {
    grid-row-end: span 3;
}


.product-footer{

    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 999;
    right:0;
    display: flex;
}
.p-a-l{

    position: absolute;
    left: 20px;
    bottom: 8px;

}
.p-a-r{

    bottom: 8px;
    right: 20px;

}
.bold-600{
    font-weight: 600 !important;

}
.position-absolute{
    position: absolute
}
.product-gallery img{

    max-height: 391px !important;
}
@media only screen and (max-width: 991px){
    .product-gallery img {
        max-width: 100%;
    }
    .pro-gallery-parent{

        background: #fff;
    }
    .product-gallery .swiper-slide{
        border: none;
    }
}
.pro-gallery-parent{
    height: auto !important;
    padding-bottom: 0 !important;
}

.fa {
    font-size: 1.2em;
    line-height: 2em;
    background: white;
    border-radius: 2em;
    height: 2em;
    width: 2em;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 10px;
    text-align: center;
    color: #b56727;
}
.phone-number {
    font-weight: bold;
    font-size:12px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    background: #b56727;
    border-radius: 34px;
    padding: 1em;
    position: relative;
    padding-left: 3.5em;
    color: white;
    display: inline-block;
    width: 155px;
}
.phone-number--below {
    display: block;
    text-align: right;
    padding-left: 3.5em;
}
.phone-number:hover {
    background: #00808b;
}
.instagram-contact{
    position: fixed;
    bottom: 30px;
    z-index: 801;
}
@media screen and (max-width: 992px){
    .instagram-contact{

        bottom: 15%;
    }

}

.btn-warning {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #b56727 !important;
    --bs-btn-border-color: #e4bf98 !important;
}
.btn-success {
    --bs-btn-color: #fff  !important;
    --bs-btn-bg: #00808b  !important;
    --bs-btn-border-color: #00808b  !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00808b  !important;
    --bs-btn-hover-border-color: #00808b !important;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00808b;
    --bs-btn-active-border-color: #00808b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00808b;
    --bs-btn-disabled-border-color: #0080;
}
.header-btn-favorite a {
    background-color: #e1c5af !important;
}
.header-btn-favorite i {
    color: #00808b;
}
.fi-shop-bag-icon__link__span {
    position: absolute;
    top: 12%;
    left: 54%;
    color: white;
    background-color: #00808B;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ml-1{
    margin-left: 10px;
}


.ag-slide-block {
    overflow: hidden;
}
.ag-slide_item {
    padding: 90px 0 30px 0;

    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.ag-slide_img {
    display: block;
    width: 100%;
    margin: 0 auto;

    opacity: 0.5;

    -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.ag-slide_info {
    width: 100%;
    margin: 0 auto;
    padding: 10px 8px 5px;
    background-color: #FFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

    opacity: 0.5;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.ag-slide-info_descr {
    float: left;
}
.ag-slide-info_category {
    font-size: 12px;
    display: block;
    color: #333;
    padding-bottom: 5px;
}
.ag-slide-info_title {
    line-height: 10px;
    width: 150px;
    padding-bottom: 5px;

    font-weight: 800;
    font-size: 10px;
    color: #262626;

    will-change: transform;
}
.ag-slide-info_route {
    display: block;
    line-height: 10px;

    font-size: 8px;
    color: #959494;
}
.ag-slide-info_img {
    display: inline-block;
    width: 10px;
    height: 10px;

    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
}
.ag-slide-info_rate {
    float: right;
    height: 40px;
    width: 40px;
    border: 1px solid #e4d7d9;

    text-align: center;

    will-change: transform;

    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.ag-slide-info_strong {
    display: block;

    font-weight: normal;
    color: #fc3b62;
}
.ag-slide-info_comments {
    letter-spacing: -0.01em;
    font-size: 6px;
}


.ag-slide-block .swiper-container {
    padding-top: 13px;
}
.ag-slide-block .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;

    z-index: 1;

    will-change: transform;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ag-slide-block .swiper-slide-active {
    opacity: 1;

    z-index: 2;

    will-change: transform;

    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.ag-slide-block .swiper-slide-active .ag-slide_img {
    opacity: 1;

    will-change: transform;

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.swiper-slide-active .ag-slide_info {
    opacity: 1;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

@media (max-width: 1220px) {
    .ag-slide-info_title {
        width: 130px;
    }
}

@media (max-width: 960px) {
    .ag-slide-block .swiper-container {
        max-width: 960px;
        width: 100%;
        margin-top: -22px;
        padding-top: 0;
    }
    .ag-slide-info_title {
        width: 115px;
    }
    .ag-slide-info_rate {
        height: 37px;
        width: 37px;
    }
}

@media (max-width: 600px) {
    .ag-slide-info_title {
        width: 95px;

        font-size: 8px;
    }
    .ag-slide-info_category {
        font-size: 6px;
    }
    .ag-slide-info_route {
        font-size: 6px;
    }
    .ag-slide-info_img {
        width: 7px;
        height: 7px;
    }
    .ag-slide-info_strong {
        font-size: 14px;
    }
    .ag-slide-info_comments {
        letter-spacing: 0;
        font-size: 5px;
    }
}

@media (max-width: 560px) {
    .ag-slide-info_title {
        width: 130px;
    }
}

@media (max-width: 470px) {
    .ag-slide-info_title {
        width: 115px;
    }
}

@media (max-width: 400px) {
    .ag-slide_img {
        width: 70%;
    }
    .ag-slide_info {
        width: 70%;
    }
    .ag-slide-info_title {
        width: 130px;
    }
    .ag-slide-info_img {
        width: 10px;
    }

    .ag-slide-block .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
}
.mobile-footer .item i {

    display: inline-block;
    height: 25px;
    margin: 7px 0 2px;
    position: relative;
}
.mobile-footer .parent{
    height: 55px;
}
.site-category-items {

}
.mobile-footer .item .title {
    color: #fff;
    font-size: 10px;
    line-height: normal;
    margin: 5px 0;

}
.item {
    margin:0 !important;
    height: auto;
    text-align: center;
}


.btn-success {
    --bs-btn-color: #fff  !important;
    --bs-btn-bg: #00808b  !important;
    --bs-btn-border-color: #00808b  !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00808b  !important;
    --bs-btn-hover-border-color: #00808b !important;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00808b;
    --bs-btn-active-border-color: #00808b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00808b;
    --bs-btn-disabled-border-color: #0080;
}
.header-btn-favorite a {
    background-color: #e1c5af !important;
}
.header-btn-favorite i {
    color: #00808b;
}
.fi-shop-bag-icon__link__span {
    position: absolute;
    top: 12%;
    left: 54%;
    color: white;
    background-color: #00808B;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ml-1{
    margin-left: 10px;
}


.header-btn .bi-basket{
    color: #d6215c !important;
}


.width-100{
    width:100%
}
.product-image{
    position: relative;
}
.stoke-label{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 35px;
    background: orange;
    padding: 6px;
    border-radius: 5px;
}

.ag-slide-block {
    overflow: hidden;
}
.ag-slide_item {
    padding: 90px 0 30px 0;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.ag-slide_img {
    display: block;
    width: 100%;
    margin: 0 auto;
    opacity: 0.5;
    -webkit-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 172px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.ag-slide_info {
    width: 100%;
    margin: 0 auto;
    padding: 10px 8px 5px;
    background-color: #FFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    opacity: 0.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.ag-slide-info_descr {
    float: left;
}
.ag-slide-info_category {
    font-size: 12px;
    display: block;
    color: #333;
    padding-bottom: 5px;
}
.ag-slide-info_title {
    line-height: 10px;
    width: 150px;
    padding-bottom: 5px;
    font-weight: 800;
    font-size: 10px;
    color: #262626;
    will-change: transform;
}
.ag-slide-info_route {
    display: block;
    line-height: 10px;
    font-size: 8px;
    color: #959494;
}
.ag-slide-info_img {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
}
.ag-slide-info_rate {
    float: right;
    height: 40px;
    width: 40px;
    border: 1px solid #e4d7d9;
    text-align: center;
    will-change: transform;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.ag-slide-info_strong {
    display: block;
    font-weight: normal;
    color: #fc3b62;
}
.ag-slide-info_comments {
    letter-spacing: -0.01em;
    font-size: 6px;
}
.ag-slide-block .swiper-container {
    padding-top: 13px;
}
.ag-slide-block .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
    will-change: transform;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ag-slide-block .swiper-slide-active {
    opacity: 1;
    z-index: 2;
    will-change: transform;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.ag-slide-block .swiper-slide-active .ag-slide_img {
    opacity: 1;
    will-change: transform;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.swiper-slide-active .ag-slide_info {
    opacity: 1;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
@media (max-width: 1220px) {
    .ag-slide-info_title {
        width: 130px;
    }
}
@media (max-width: 960px) {
    .ag-slide-block .swiper-container {
        max-width: 960px;
        width: 100%;
        margin-top: -22px;
        padding-top: 0;
    }
    .ag-slide-info_title {
        width: 115px;
    }
    .ag-slide-info_rate {
        height: 37px;
        width: 37px;
    }
}
@media (max-width: 600px) {
    .ag-slide-info_title {
        width: 95px;
        font-size: 8px;
    }
    .ag-slide-info_category {
        font-size: 6px;
    }
    .ag-slide-info_route {
        font-size: 6px;
    }
    .ag-slide-info_img {
        width: 7px;
        height: 7px;
    }
    .ag-slide-info_strong {
        font-size: 14px;
    }
    .ag-slide-info_comments {
        letter-spacing: 0;
        font-size: 5px;
    }
}
@media (max-width: 560px) {
    .ag-slide-info_title {
        width: 130px;
    }
}
@media (max-width: 470px) {
    .ag-slide-info_title {
        width: 115px;
    }
}
@media (max-width: 400px) {
    .ag-slide_img {
        width: 70%;
    }
    .ag-slide_info {
        width: 70%;
    }
    .ag-slide-info_title {
        width: 130px;
    }
    .ag-slide-info_img {
        width: 10px;
    }
    .ag-slide-block .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
}

.btn-comment {
    padding: 10px !important;
    width: 100%;
    font-size: 12px !important;
}
.form-group .border{

    padding : 15px 8px;
    border-radius: 8px;
}
.rating:not(:checked) > label{
    font-size: 150% !important;

}
.custom-card{
    background: #fff;
    border-radius: 12px;
    min-height: 300px;
    padding: 15px;
}
.custom-card-left{
    border: 1px solid #ddd;
    min-height: 200px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: -1px 1px 1px 0px #ddd;
}
.color-gray{
    color: #8d8383;;

}
.weight-500{
    font-weight: 500 !important;
}
.img-profile-panel{
    width : 80px !important;
    height: 80px !important;
}
.stars {
    position: relative;
    width: 20%;
}
.stars .bi-star-fill{

    position: absolute;
    left: -5%;
    top: -22px;
    color: #FFB732;

}
.stars .count-star{

    position: absolute;
    left: 31%;
    top: -13px;
    color: #989898;

}
.bg-gray{

    background: #D9D9D9 !important;
}
.colum-two{
    width: 100%;
    height: 50px;
    display: block;
    float: right;
}

.comment-item label.label-float{
    left: 25px !important;
    top: 14px !important;
    right: none;
}
.flex{
    display: flex;
}

.input-card{
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #E0E6F3;
    position: relative;

}
.input-card input{

    width: 50%;
    background: #dbdada87  !important;
    height: 50px;
    margin-top: 5px;
    margin-right: 5px ;
}
.input-card label{
    position: absolute;
    left: 14px;
    top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
#period{
    width: 100%;
    border: 2px solid #ecebeb;
    padding: 10px 8px;
    border-radius: 8px;
}

.fag-box{
    width: 400px;
    border: 2px solid #ecebeb;
    height: 50px;
    margin-bottom: 5px;
    padding: 10px 8px;
    border-radius: 8px;
}
.max-width-400{
    max-width: 400px;
}
.justify-content-center{
    justify-content: center;
}
.send-item{
    border: 2px solid #ddd;
}

.send-item.active {
    border-color: #8bc2b8 !important;
}
.bank-item.active  {
    border-color: #8bc2b8 !important;
}

.send-item.active::before {

    color: #379684 !important;
}
.bank-item.active::before{

    color: #379684 !important;
}

.fag-box-1{
    width: 400px;
    border: 2px solid #ecebeb;
    height: 120px;
    margin-bottom: 5px;
    padding: 10px 8px;
    border-radius: 8px;
}
.fag-box-input{
    margin-top: 15px !important;
    border: 1px solid #ddd !important;
    font-size: 12px !important;
    color: #ddd !important;
    font-weight: 400 !important;
}


.bg-green-icon{

    background: #37968494 ;
    border-radius: 3px ;
    padding: 4px;
}

.bi-question{
    color: #379684;
}
.bank-item{

    display: block !important;
    width: 150px;
    border-radius: 8px;
}

.column-1{

    width: 10%;
}
.column-2{

    width: 50%;
}

.column-3{

    width: 25%;

}
.column-3 input{

    background: #ecebeb;
    width: 100%;
    border: none;
    height: 33px;
    margin-top: -3px;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
}

.column-4{

    width: 15%;
}
.bg-fag-1{
    width: 30px !important;
    height: 30px;
    background: #a2c1a2;
    padding: 3px;
    border-radius: 5px;
}
.bg-fag-2{
    width: 30px !important;
    height: 30px;
    background: #e186a680;
    padding: 3px;
    border-radius: 5px;
}
.bg-fag-3{
    width: 30px !important;
    height: 30px;
    background: #f5a18b85;
    padding: 3px;
    border-radius: 5px;
}
.column-40{
    width: 40%;
}
.column-60{
    width: 60%;
}
.ckbox input[type=checkbox] {
    opacity: 0;
    margin: 0;
}
.ckbox span {
    padding-right: 3px;
}
.ckbox {
    font-weight: 400;
    position: relative;
    display: block;
    margin-bottom: 0;
}
.ckbox span:after, .ckbox span:before {
    content: "";
    width: 16px;
    height: 16px;
    top: 8px;
    right: 0;
}
.ckbox span:before {
    background-color: #fff;
    border: 1px solid #ccd3e4 !important;
    border-radius: 3px;
}
.ckbox span:after, .ckbox span:before {
    line-height: 18px;
    position: absolute;
}

.mr-3{
    margin-right: 30px;
}

.ckbox input[type=checkbox]:checked + span:after {
    display: block;
}
.btn-primary, .ckbox span:after {
    background-color: #12B28C;
}
.text-right{
    text-align: right;
}

.btn-primary, .ckbox span:after {
    background-color: #12B28C;
}
.ckbox span:after {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11.6654%203.79163L5.2487%2010.2083L2.33203%207.29163%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fsvg%3E);
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: 55% 45%;
    line-height: 17px;
    display: none;
    border-radius: 3px;
}
.custom-card .comment{
    border: 1px solid #ddd;
}
.btn-like , .btn-dislike{
    background: #fff !important;
    border: none;

}
.pay-btn{

    background-color: #12b28c;
    color: #ffffff;
    display: inline-block;
    min-width: 190px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    border:none

}
@media screen and (max-width: 350px) {
    .user-star{
        position: absolute !important;
        bottom: 0;
        top: 81%;
        left: 0;
    }
    .hidden-xs-sm{
        display: none;
    }
    .column-1 {
        width: 0;
        display: none;
    }
    .fag-box-1 {
        width: 120%;
        margin-right: -17px;
    }

    .form-wizard .form-group{
        display: flex;
        justify-content: center;
    }
    #period {
        width: 120%;
        margin-right: -24px;
    }
    .fag-box{
        width: 120%;
        margin-right: -24px;
    }
    .top-content{
        right: 14%;
        top: -60px;

    }
    .top-content p{
        font-size: 10px;
        line-height: 2;
    }
    .form-wizard .form-wizard-steps{
        margin-right: 32%;
        margin-top: 75px;
    }
    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-submit{

        min-width: 120px;
    }
    .form-wizard .form-wizard-steps li {
        width: 10px;}
    .form-wizard .form-wizard-steps li.active {
        width: 15px;
    }
    #f svg{
        width:50px;
        height:50px;
    }
    #m svg{
        width:50px;
        height:50px;
    }
    .bank-item{
        width: auto;
    }


    .form-wizard{
        padding: 0;
    }
    .input-card{
        width: 100%;
    }
    .input-card input {
        width: 50%;
    }
    .custom-card .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .clinic-show .container-fluid.base-box{
        margin:0
    }
    .clinic-show{
        background:#fff
    }
    .d-xs-none{
        display: none;
    }
    .custom-card-left{
        min-height: 150px;
    }
    .custom-card-left{
        border:none;
        box-shadow: none;
    }
    .custom-card-left .d-flex{
        display: block !important;
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
    }
    .img-profile-panel {
        width: 120px !important;
        height: 120px !important;
        margin-right: 8%;
        border: 5px solid #DDE;
    }
    .panel-profile h6 {
        font-size: 15px;

        margin-top: 16px;
    }

    .panel-profile .d-flex h6 {
        font-size: 10px;

        margin-top: 4px;

    }
    .custom-card-left{
        padding: 0;

    }

    .professional{
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .d-hidden-xs-sm{
        display: none !important;
    }
}
@media screen and (min-width: 575px)  and ( max-width: 920px){
    .panel-profile h6 {
        font-size: 12px;
    }

}
@media screen and (min-width: 350px)  and ( max-width: 575px){
    .user-star{
        position: absolute !important;
        bottom: 0;
        top: 81%;
        left: 0;
    }
    .hidden-xs-sm{
        display: none;
    }

    .d-hidden-xs-sm{
        display: none !important;
    }

    .form-wizard .form-wizard-steps {
        margin-top: 100px;
    }
    .top-content {
        top: -75px;
    }

    .form-wizard{
        padding: 0;
    }
    .input-card{
        width: 100%;
    }
    .input-card input {
        width: 50%;
    }
    .form-wizard .form-wizard-steps li.active {
        width: 40px;
    }
    .custom-card .container{
        padding-left: 15px;
        padding-right: 15px;

    }
    .step-2{
        margin-right: -30px;
    }
    #f svg{
        width:90px;
        height:90px;
    }
    #m svg{
        width:90px;
        height:90px;
    }
    .bank-item{
        width: auto;
    }
    .panel-profile h6 {
        font-size: 10px;
    }
    .form-wizard .form-group{
        display: flex;
        justify-content: center;
    }
    #period{
        width: 300px;
    }
    .fag-box{
        width: 300px;
    }
    .fag-box-1{
        width: 300px;
    }

    .top-content{
        right: 22%;

    }
    .form-wizard .form-wizard-steps{
        margin-right: 25%;
    }
    .user-star{
        position: absolute !important;
        bottom: 0;
        top: 81%;
        left: 0;
    }
    .hidden-xs-sm{
        display: none;
    }
    .column-1 {
        width: 0;
        display: none;
    }
    .fag-box-1 {
        width: 120%;
        margin-right: -17px;
    }

    .form-wizard .form-group{
        display: flex;
        justify-content: center;
    }
    #period {
        width: 120%;
        margin-right: -24px;
    }
    .fag-box{
        width: 120%;
        margin-right: -24px;
    }
    .top-content{
        right: 14%;
        top: -60px;

    }
    .top-content p{
        font-size: 10px;
        line-height: 2;
    }
    .form-wizard .form-wizard-steps{
        margin-right: 32%;
        margin-top: 75px;
    }
    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-submit{

        min-width: 120px;
    }
    .form-wizard .form-wizard-steps li {
        width: 10px;}
    .form-wizard .form-wizard-steps li.active {
        width: 15px;
    }
    #f svg{
        width:50px;
        height:50px;
    }
    #m svg{
        width:50px;
        height:50px;
    }
    .bank-item{
        width: auto;
    }


    .form-wizard{
        padding: 0;
    }
    .input-card{
        width: 100%;
    }
    .input-card input {
        width: 50%;
    }
    .custom-card .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .clinic-show .container-fluid.base-box{
        margin:0
    }
    .clinic-show{
        background:#fff
    }
    .d-xs-none{
        display: none;
    }
    .custom-card-left{
        min-height: 150px;
    }
    .custom-card-left{
        border:none;
        box-shadow: none;
    }
    .custom-card-left .d-flex{
        display: block !important;
        width: 100%;
        margin: auto;
        text-align: center;
        position: relative;
    }
    .img-profile-panel {
        width: 120px !important;
        height: 120px !important;
        margin-right: 8%;
        border: 5px solid #DDE;
    }
    .panel-profile h6 {
        font-size: 15px;

        margin-top: 16px;
    }

    .panel-profile .d-flex h6 {
        font-size: 10px;

        margin-top: 4px;

    }
    .custom-card-left{
        padding: 0;

    }

    .professional{
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .d-hidden-xs-sm{
        display: none !important;
    }

}
@media screen and (min-width: 920px){

    .d-md-none{
        display: none;
    }

}

.btn-create-commente{
    font-size: 13px;
    text-align: center;
    width: 100%;
    background: #d65470 !important;
    color: #ffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pull-right{
    float: right !important;
}

.box-gray.darker, .box-notice {
    background-color: #ddd;
}
.body-report-chart {
    margin-bottom: -35px
}

.body-report-chart .apexcharts-gridlines-horizontal {
    margin-left: -5%
}

.body-report-chart .apexcharts-gridline:last-child {
    opacity: 0
}

.text-dark-blue {
    color: #59aecf
}

.bmi-levels {
    position: relative;
    padding: 0 5px 0 10px;
    height: 248px
}

.bmi-levels ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.bmi-levels ul svg {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1.2) translateX(20%)
}

.bmi-levels ul li {
    position: relative;
    height: 36px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 12px
}

.bmi-levels ul li .after,.bmi-levels ul li:before {
    position: absolute;
    top: 50%;
    content: "";
    background-color: inherit;
    display: none;
}

.bmi-levels ul li:before {
    right: 100%;
    height: 2px;
    width: 20px;
    margin-top: -1px
}

.bmi-levels ul li .after {
    left: -40px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.bmi-levels ul li .after:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #ededed;
    border-radius: inherit
}

.bmi-levels ul li:not(.active) {
    background-color: #ededed!important;
    color: #a0a0a0
}

.bmi-levels ul li:not(.active) .after {
    opacity: 0
}

.bmi-levels ul li.active .after:before {
    animation: blink-bmi-dot 2s ease-in-out infinite
}

.bmi-levels .bmi-levels-border {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    padding: 6px 0;
    display: none;
}

.bmi-levels .bmi-levels-border svg {
    height: 100%
}

@keyframes blink-bmi-dot {
    0% {
        transform: scale(.2)
    }

    50% {
        transform: scale(.6)
    }

    to {
        transform: scale(.2)
    }
}

.bmi-details-wrapper .item {
    height: 78px;
    border: 2px solid;
    border-radius: 10px;
    position: relative;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden
}

.bmi-details-wrapper .item>* {
    z-index: 1;
    position: relative
}

.bmi-details-wrapper .item:before {
    top: 50%;
    z-index: 0;
    left: 50%;
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(130deg) translateY(-50%);
    transition: background-color .3s ease;
    opacity: .05
}

.bmi-details-wrapper .item.variant-blue {
    border-color: rgba(52,152,219,.1)
}

.bmi-details-wrapper .item.variant-blue .variant-color {
    color: #3498db
}

.bmi-details-wrapper .item.variant-blue:before {
    background: #3498db
}

.bmi-details-wrapper .item.variant-purple {
    border-color: rgba(104,109,224,.1)
}

.bmi-details-wrapper .item.variant-purple .variant-color {
    color: #686de0
}

.bmi-details-wrapper .item.variant-purple:before {
    background: #686de0
}

.bmi-details-wrapper .item.variant-orange {
    border-color: rgba(248,146,79,.1)
}

.bmi-details-wrapper .item.variant-orange .variant-color {
    color: #f8924f
}

.bmi-details-wrapper .item.variant-orange:before {
    background: #f8924f
}

.bmi-details-wrapper .item.variant-green {
    border-color: rgba(26,188,156,.1)
}

.bmi-details-wrapper .item.variant-green .variant-color {
    color: #1abc9c
}

.bmi-details-wrapper .item.variant-green:before {
    background: #1abc9c
}

.bmi-details-wrapper .item.variant-red {
    border-color: rgba(237,76,103,.1)
}

.bmi-details-wrapper .item.variant-red .variant-color {
    color: #ed4c67
}

.bmi-details-wrapper .item.variant-red:before {
    background: #ed4c67
}

.bmi-details-wrapper .item.variant-dark-blue {
    border-color: rgba(77,107,189,.1)
}

.bmi-details-wrapper .item.variant-dark-blue .variant-color {
    color: #4d6bbd
}

.bmi-details-wrapper .item.variant-dark-blue:before {
    background: #4d6bbd
}

.has-underlined-child * {
    border-bottom: 1px solid
}

.card-bold {
    border-radius: 8px 8px 5px 5px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    margin-bottom: 28px;
    overflow: hidden
}

.card-bold>.header {
    padding: 0 12px;
    background: #1abc9c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -.54px
}

.card-bold .description {
    background: #f5f5f5;
    padding: 0 12px;
    line-height: 30px;
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.42px;
    margin-bottom: 0
}

.dark-mode .box-gray {
    background-color: #2b2b2b
}

.dark-mode .bg-white {
    background-color: #383838!important
}

.dark-mode .box-right-border:after {
    background-color: rgba(193,163,249,.7)
}

.dark-mode .bmi-levels ul li:not(.active) {
    background-color: #2b2b2b!important
}

.dark-mode .bmi-levels ul svg path[fill="#fff"] {
    fill: #383838
}

.dark-mode .bmi-levels ul svg path[stroke="#fff"] {
    stroke: #383838
}

.dark-mode .bmi-levels ul li .after:before {
    background-color: #2b2b2b
}

.dark-mode .bmi-levels .bmi-levels-border svg path[fill="#F1F1F1"] {
    fill: #2b2b2b
}

.dark-mode .bmi-levels .bmi-levels-border svg g[stroke="#F1F1F1"] {
    stroke: #2b2b2b
}

.dark-mode .card-bold {
    background: #323232
}

.dark-mode .card-bold>.header {
    opacity: .8
}

.dark-mode .card-bold .description {
    background: #323232
}

.v-steps {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 10px;
    margin: 7px auto 33px
}

.v-steps li {
    color: #adabab;
    position: relative;
    display: flex;
    height: 10px;
    width: 35px
}

.v-steps li:first-child .v-step-title {
    transform: translateX(30%)
}

.v-steps li:last-child {
    flex: 0 0 0
}

.v-steps li:last-child .v-step-title {
    transform: translateX(70%)
}

.v-steps li:after,.v-steps li:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%)
}

.v-steps li:before {
    right: -10px;
    width: 15px;
    height: 15px;
    border: 2px solid #c9d1e1;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2
}

.v-steps li:after {
    left: 0;
    width: 35px;
    border-top: 2px solid #c9d1e1
}

.v-steps li.active {
    color: #ff5757;
    width: 42px
}

.v-steps li.active:before {
    width: 27px;
    height: 27px;
    background-color: #ff5757;
    border-color: #fff;
    border-width: 5px;
    box-shadow: 0 1px 10px rgba(201,209,225,.7)
}

.v-steps li.active:after {
    width: 42px
}

.v-steps li.passed {
    width: 48px
}

.v-steps li.passed:before {
    content: "ï€Œ";
    font: normal normal normal 15px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 28px;
    height: 28px;
    background-color: #ff5757;
    border-width: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}
html{
    overflow-x: hidden !important;
}

.v-steps li.passed:after {
    width: 48px;
    border-color: #ff5757
}

.dark-mode .v-steps li:before {
    border-color: #4e4e4e;
    background-color: #323232
}

.dark-mode .v-steps li:after {
    border-color: #4e4e4e
}

.dark-mode .v-steps li.active:before {
    background-color: #ff5757;
    box-shadow: 0 1px 10px rgba(33,33,33,.7)
}

.dark-mode .v-steps li.passed {
    color: #ff5757
}

.dark-mode .v-steps li.passed:before {
    background-color: #ff5757;
    border-color: #ff5757
}

.v-audio-player {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    direction: ltr
}

.v-audio-player .vap-play-btn {
    flex: 0 0 34px;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.v-audio-player .vap-play-btn svg {
    width: 100%;
    height: 100%
}

.v-audio-player .vap-error {
    direction: rtl
}

.v-audio-player svg {
    vertical-align: middle
}

.v-audio-player .el-loading-spinner .path {
    stroke: #555
}

.v-audio-player .vap-timing {
    flex-grow: 1;
    padding: 0 10px 0 15px
}

.v-audio-player .vap-timing .el-slider {
    z-index: 2;
    position: relative
}

.v-audio-player .vap-timing .el-slider .el-slider__runway {
    height: 6px;
    background-color: hsla(0,0%,41%,.05)
}

.v-audio-player .vap-timing .el-slider .el-slider__button {
    width: 12px;
    height: 12px;
    border: none;
    background-color: #ff5757;
    box-shadow: 0 0 13px 0 rgba(255,87,87,.39)
}

.v-audio-player .vap-timing .vap-buffer,.v-audio-player .vap-timing .vap-time {
    position: absolute;
    left: 0;
    width: 100%
}

.v-audio-player .vap-timing .vap-time {
    top: 70%;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    color: #a8a8a8
}

.v-audio-player .vap-timing .vap-buffer {
    height: 6px;
    border-radius: 3px;
    top: 16px;
    z-index: 1;
    overflow: hidden
}

.v-audio-player .vap-timing .vap-buffer span {
    background-color: #dedede;
    position: absolute;
    height: 100%;
    top: 0;
    transition: all .2s ease
}

.v-audio-player .vap-volume {
    display: flex;
    flex: 0 0 24%;
    align-items: center;
    max-width: 120px
}

.v-audio-player .vap-volume svg {
    width: 24px;
    margin-right: 3px
}

.v-audio-player .vap-volume .el-slider {
    flex-grow: 1
}

.v-audio-player .vap-volume .el-slider .el-slider__runway {
    background-color: #e4e4e4
}

.v-audio-player .vap-volume .el-slider .el-slider__button {
    width: 6px;
    height: 6px;
    border: none;
    background-color: #ff5757
}

.dark-mode .v-audio-player {
    background-color: #2b2b2b
}

.dark-mode .v-audio-player .vap-timing .el-slider .el-slider__runway {
    background-color: hsla(0,0%,100%,.1)
}

.dark-mode .v-audio-player .vap-timing .vap-buffer span {
    background-color: hsla(0,0%,100%,.15)
}

.dark-mode .v-audio-player .vap-volume .el-slider .el-slider__runway {
    background-color: hsla(0,0%,100%,.1)
}

.dark-mode .v-audio-player .vap-timing .el-slider .el-slider__button {
    background-color: #7f4243;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.3)
}

.dark-mode .v-audio-player .el-slider__bar {
    background-color: #6b3738
}

.dark-mode .v-audio-player svg [fill="url(#a)"] {
    fill: rgba(255,87,87,.3)
}

.dark-mode .v-audio-player svg [fill="#fff"] {
    fill: #ff5757
}

.v-video-player {
    border-radius: 7px;
    position: relative;
    display: inline-block;
    font-size: .9rem
}

.v-video-player video {
    border-radius: inherit;
    max-width: 100%;
    vertical-align: middle
}

.v-video-player .vvp-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all .3s ease;
    background-color: rgba(135,0,0,.2)
}

.v-video-player .vvp-play-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    background: hsla(0,0%,100%,.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.v-video-player .vvp-play-icon span {
    width: 45px;
    height: 45px;
    background-color: #ff5757;
    border-radius: 50%;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: block
}

.v-video-player .vvp-time {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #fff
}

.v-video-player .vvp-time span+span {
    margin-left: 15px
}

.v-video-player.playing .vvp-cover {
    opacity: 0;
    visibility: hidden
}

.v-file-preview {
    display: flex;
    flex-direction: column
}

.v-file-preview .img-wrapper img,.v-file-preview video {
    outline: none;
    border-radius: 5px;
    border: 1px solid #343a40;
    max-width: 100%;
    max-height: 250px;
    margin: auto;
    display: block
}

.v-file-preview .img-wrapper {
    position: relative
}

.v-file-preview video {
    width: 100%
}

.v-file-preview>a>img,.v-file-preview>img {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: auto
}

.v-file-preview .v-file-preview-file {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 5px
}

.dark-mode .v-file-preview-file {
    background-color: #2b2b2b
}

.v-template-preview {
    border-radius: 15px!important;
    padding: 10px!important;
    position: relative;
    max-width: 600px;
    margin: auto
}

.v-template-preview .v-file-preview .img-wrapper img,.v-template-preview .v-file-preview video {
    border: none;
    background-image: none;
    max-height: 200px;
    vertical-align: middle
}

.v-template-preview .v-template-preview-row+.v-template-preview-row {
    margin-top: 10px
}

.v-template-preview .v-template-preview-row-file {
    text-align: right
}

.v-template-preview .v-template-preview-row-html {
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: inherit;
    word-break: break-word
}

.v-template-preview .v-template-preview-row-html,.v-template-preview .v-template-preview-row-html p {
    margin-bottom: 5px
}

.selectBox input {
    display: none;
}
.selectBox input:checked + label {
    border-color: #d6215c;
    z-index: 1;
    box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.1);
}
.selectBox input:checked + label:before {
    background: #d6215c;
    box-shadow: 0 0 0 1px #d6215c;
}
.selectBox label {
    border: 1px solid #eee;
    position: relative;
    padding: 15px 15px 15px 40px;
    cursor: pointer;
    font-weight: bold;
}
.selectBox label:before {
    content: "";
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.selectBox label:hover {
    border-color: #999;
    z-index: 1;
}
.selectBox.radio label:before {
    border-radius: 100%;
}

.selectBoxGroup {
    display: flex;
    flex-wrap: wrap;
}
.selectBoxGroup .selectBox {
    margin-left: -1px;
}
.selectBoxGroup .selectBox:first-child {
    margin-left: 0;
}
@media screen and (max-width: 568px) {
    .selectBoxGroup {
        flex-direction: column;
    }
    .selectBoxGroup .selectBox {
        margin-left: 0;
    }
    .selectBoxGroup .selectBox label {
        width: 100%;
    }
}
.selectBoxGroup.underneath {
    flex-direction: column;
}
.selectBoxGroup.underneath .selectBox {
    margin-left: 0;
    background: #fff;
    border-radius: 12px;
}
.selectBoxGroup.underneath .selectBox label {
    width: 100%;
}
.selectBoxGroup.rtl {
    direction: rtl;
}
.selectBoxGroup.rtl label {
    width: 100%;
    padding: 15px 40px 15px 15px;
    text-align: right;
}
.selectBoxGroup.rtl label:before {
    right: 15px;
}
.faq-container{
    max-width: 600px;
    margin: 0 auto;
}

.faq{
    background-color: transparent;
    border: 1px solid #84c8d0;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.faq.active{
    background-color: #eee;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-title{
    margin: 0 5px 0 0;
    font-size: 15px;
}

.faq-text{
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text{
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    height: 30px;
    width: 30px;
}

.chevron, .close{
    width: 12px;
    height:12px;
}

.faq-toggle .close{
    display: none;
}

.faq.active .faq-toggle .close{
    display: block;
}

.faq.active .faq-toggle .chevron{
    display: none;
}

.faq.active .faq-toggle{
    background-color: #d6215c;
    border-radius: 50%;
    color:#ffffd9;
}


 .wizard-content-left {
     background-blend-mode: darken;
     background-color: rgba(0, 0, 0, 0.45);
     background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
     background-image: url("https://kimialaboratory.com/wp-content/uploads/2022/07/4532290.jpg");
     background-position: center center;
     background-size: cover;
     height: 100vh;
     padding: 30px;
     direction: ltr;
 }
.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    background: #fff;
    color: #888888;
    padding: 30px;
    min-height: 350px;
    position:relative;
}
.top-content{
    position: absolute;
    top: 10px;
    right: 38%;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-next-btn , .form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #ffffff;
    display: inline-block;
    min-width: 190px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;

}
.form-wizard .form-wizard-previous-btn {

    display: inline-block;
    min-width: 80px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #333 !important;
    font-size: 12px;
    min-height: 46px;

}
.pull-left{
    float: left;
}

.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 10%;
    width: 83%;
    bottom: 0;
    height: 2px;

}
.form-wizard .form-wizard-previous-btn {
    background-color: #ecebeb;
}
.form-wizard .form-control {
    font-weight: 300;
    padding: 15px;
    color: #888888;
    background-color: #fff;
    border: none;
}
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
    margin-right: 38%;
    margin-top: 45px;
}
.form-wizard .form-wizard-steps li {
    width: 20px;
    float: right;
    position: relative;
    margin:2px
}
.form-wizard .form-wizard-steps li.active {
    width: 70px;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 40px;
}
.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: rgb(214 33 92);
    color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: rgb(214 33 92);
    width: 100%;
    border-color: rgb(214 33 92);
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: rgb(214 33 92);
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}
@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

.comment-item label.label-float{
    padding: 5px 16px;
    border-radius: 13px;
}

input{
    font-weight: 500 !important;
    color: #333 !important;
}

.comment-item input.form-control, .comment-item select {

    border: 1px solid #ddd !important;
}

.diet-box-bg{
    background:#F6FBE9;
    width: 100%;
    min-height: 250px;
    display: block;
    float: right;
    padding:80px 35px;
    border-radius: 12px;
    position: relative;
}
.green-bg{
    background: #6E931C;
    min-height: 520px;
    border-radius: 12px;
    width: 100%;
    display: block;
    padding: 25px;
}
.box-light-green{
    background: #F6FBE9;
    min-height: 50px;
    border-radius: 12px;
    width: 100%;
    display: block;
    padding: 8px;
}
.green-text{
    color:  #6E931C;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.right-diet-card{
    background: #fff;
    min-height: 520px;
    border-radius: 12px;
    width: 100%;
    display: block;
    padding:10px;
}
.diet-custom-box{
    background: #fff;
    padding: 15px;
    width: 100%;
    min-height: 255px;
    border-radius: 12px;
    z-index: 5;
    position: relative;

}
.diet-title {
    background: #F6FBE9;
    position: relative;
    padding: 5px;
    padding-right: 100px;
    height: 40px;
    border-radius: 12px;
}
.diet-title-two {
    background: #fff !important;
}
.diet-title p {
    color: #FFB80E;
    font-size: 10px;
    font-weight: 900;
}
.diet-title svg{
    position: absolute;
    top: -22px;
    right: 1px;
}
.diet-box-bg .img-profile-panel{
    width: 80px;
    height: 80px;
}
.diet-box-bg .time-box{
    margin: 0 !important;
}
.diet-box-bg .timetable-header__row .time-box:first-child {
    background-color: transparent !important;
    border-radius: 6px;
    color: transparent !important;
}
.fs-10-px{
    font-size: 10px !important;
}
.diet-box-bg .timetable-header__row {
    background-color: transparent !important;
    border-radius: 6px;
    border: none !important;
    color: #fff;
}
.diet-box-bg #timeTable h6 {

    color: #fff !important;
}
.diet-input{
    text-align: center;
    color: #ddd !important;
    height: 60px;
    font-size: 12px;
}
.fs-16{
    font-size: 16px !important;
}
.flexable{
    display: flex;
}
.flexable-last-child {
    margin-right: auto;
}
.pr-70{
    padding-right: 70px !important;
}
.diet-img{

    position: absolute;
}
.z-index-5{
    z-index: 5;
}
.position-relative{
    position: relative;
}
.image-one{
    top: 0;
    left: 0;
    z-index: 3;
}
.image-two{
    top: 0;
    left: 0;
    z-index: 7;
    width: 150px;
    height: 150px;
}
.image-four{
    bottom: 0;
    right: 0;
    z-index: 3;
}
.image-five{
    bottom: 0;
    right: 0;
    z-index: 7;
    width: 150px;
    height: 150px;
}
.image-six{
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 150px;
    height: 150px;
}


.image-three{
    top: 0;
    right: 0;
    z-index: 7;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 920px) {
    .image-three , .image-two ,.image-five ,.image-six{
        width: 90px;
        height: 90px;
    }
    .flexable-last-child{
        display: none;
    }
    .diet-box-bg {
        padding: 10px;
        padding-bottom: 90px;
    }
    .panel-profile.d-flex{
        display: block !important;
        text-align: center !important;
    }
    .diet-box-bg .img-profile-panel {
        width: 120px;
        height: 120px;
        margin-bottom:20px
    }
    .diet-box-bg  .panel-profile h6 {
        font-size: 14px;
    }
}
.diet-list-two li {
    background: #f6fbe9;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 12px;
}

.ag-slide-block .swiper-slide-active .ag-slide_img{

    border-radius:15px;
  }
  .swiper-slide-active .ag-slide_info{
    margin-top: -30px;
    padding-top: 20px;
    height: 70px;
  }

  .ag-slide-info_category {

    padding-top: 15px
  }
@media (max-width: 600px) {
  .ag-slide-info_category {
      font-size: 10px !important;
      font-weight: 500  !important;
      color: #333 !important;
  }
}
  .ag-slide_list li a{
    position: relative;
  }
  .ag-slide_list  .ag-slide-info_descr{

    float: none
  }
 #top-bar ul.show{

  display: block !important
 }
 #top-bar .dropdown-menu.show
 {

display: block !important
}
.btn-auth{
padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.m-0{
margin: 0 !important
}
.pr-15{
padding-right: 15px !important
}

.menu-cart-btn {
margin-top: -4px;
  padding: 8px;
  border-radius: 5px;
  border: none;
  min-width: 100px;
  background: #91bdc1;
}
.flex-1{
flex: 1
}
.bg-container {
  overflow: hidden;

  height: 248px;
  position: relative;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.banner-image-contaier img {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 2;
}

.register-banner-wrapper h2 {
font-size: 1rem;
}

.bg-2{
background-color: #bee6ea !important
}

.banner-text-contaier a span {

color: #fff !important
}
.banner-text-contaier a {

  display: -webkit-box;
  display: -ms-flexbox;
  gap: 8px;
  width: 189px;
  height: 48px;
  background: #bb6d27;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  border: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-bottom: 20px;
  margin-left: 5px
}

.banner-text-contaier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin:   auto 0;
}
.register-banner-container {
      padding-right: 16px;
      position: relative;
      background-image: url('/front/assets/img/bg.svg') !important;
      background-size: cover;
      background-repeat: no-repeat;;
      background-size: 359px;
      background-repeat: none;
      max-height: 220px
  }
  .register-banner-container2 {
      padding-right: 16px;
      position: relative;

      background-size: cover;
      background-repeat: no-repeat;;
      background-size: 359px;
      background-repeat: none;
      max-height: 220px;
      border-radius: 15px;
  }
.register-banner-wrapper {
    width: 100%;
    height: 272px;
    padding-top: 24px;
}
.register-banner-container {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  background: #fff9ef;
  border-radius: 16px;
  padding-right: 40px;
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  background-size: 479px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
.d-hidden-xs{
        display: none !important
      }
.register-banner-container{
padding-right: 16px;
position: relative;
background-size: 359px;
}
.register-banner-wrapper {
  height: auto;
}
.banner-image-contaier img {
width: 140px !important;
height: 140px !important;
left: 0;
}
.banner-text-contaier h2 {
font-size: 16px;
line-height: 27px;
margin-top: 16px;
position: absolute;
z-index: 2;
}
.banner-text-contaier p {
font-size: 12px;
line-height: 20px;
margin: 51px 0 24px;
font-weight: 500 !important;
}

.register-banner-container {
padding-right: 16px;
position: relative;

}
.text-type{
color : #00808b !important;
font-weight: 500 !important;
margin-bottom: 15px
}
.banner-text-contaier a {
width: 50%;
margin-bottom: 16px;
height: 36px;
font-size: 12px;
line-height: 20px;
}
.bg-container {
width: 160px;
height: 167px;
}
}

.typing-animation {
          font-family: 'Courier New', Courier, monospace;
          font-size: 24px;
          white-space: nowrap;
          border-right: 2px solid;
          overflow: hidden;
          display: inline-block;
      }
      @keyframes blink {
          from { border-color: transparent; }
          to { border-color: black; }
      }
      .cursor {
          animation: blink 0.7s step-end infinite alternate;
      }


@media screen and (max-width: 992px) {
  .instagram-contact {
      bottom: 11%;
  }
}
    .notactive{
     opacity: 0.4;
    }
.cart-canvas-add-tournament{
border-bottom: 1px dashed #00808b;
  border-radius: 0;

  padding: 0 !important;
}
.cart-canvas-add-tournament a{
color: #b56727;
font-weight: 700
}
.product-row-item{
position: relative;
overflow: hidden;
}
.product-row-item img{

border-radius: 12px
}
.product-row-item::before {
content: '';
position: absolute;
top: 0;
right: 0;
width:2px;
height: 100%;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

.col-lg-3:nth-child(odd) .product-row-item::before {
background-color: #00808b;
}

.col-lg-3:nth-child(even) .product-row-item::before {
background-color: #bb6d27;
}

    @media (min-width: 500px) {

.card-horizontal {
  flex-direction: row;
}
.card-horizontal .card-body {
  padding: 1.25rem 1.5625rem;
}
.card-horizontal .card-img-top,
.card-horizontal .card-img-bottom {
  max-width: 39%;
  min-width: 39%;
}
.card-horizontal .card-img-top {
  border-radius: 0;
  border-top-right-radius: calc(0.75rem - 1px);
  border-bottom-right-radius: calc(0.75rem - 1px);
}
.card-horizontal .card-img-top.order-sm-2 {
  border-radius: 0;
  border-top-right-radius: calc(0.75rem - 1px);
  border-bottom-right-radius: calc(0.75rem - 1px);
}
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.75rem - 1px);
border-top-right-radius: calc(0.75rem - 1px);
background: #b56727 !important;
}


.card-img-top-xs {
width: 100%;
height: 104px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 8px;
background: #b56727 !important;
}


.fi-image{
color: #d19144;
  font-size: 50px !important;
}


.fi-image{
color: #d19144;
  font-size: 50px !important;
}

.placeholder {
display: inline-block;
min-height: 1em;
vertical-align: middle;
cursor: wait;
background-color: currentColor;
opacity: 0.4;
}
.placeholder.btn::before {
display: inline-block;
content: "";
}
  </style>
  <style>
    .header-top {
      min-height: 20px;
  color: #333;
  padding: 15px;
  background: #00808b;
}
.header-top span:first-child{
font-size: 12px;
  color: #fff;
  font-weight: 800;
}

    .search-tab .nav-tabs{
        --bs-nav-tabs-border-width: none !important ;
    }

    .search-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{

        border-color : #fff;
        border-radius: 8px;
        font-weight: 700;
        font-size: 12px;
    }
    .search-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    height: 40px;
    background-color: #2b475a;
    padding: 0 .625rem;
    font-weight: 700;
    font-size: 10px;
    color: #fff ;
    margin-left: 20px;

    border-radius: 8px;
    }

    .search-tab .nav-tabs .nav-item  .nav-link {
    display: flex;
    text-align: center;
    padding-top: 11px;
    }

    .search-tab .nav-tabs .nav-item  .nav-link svg{

        flex:  2
    }

    .search-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{

        border-color : #fff;
        border-radius: 8px;
        font-weight: 700;
        font-size: 12px;
        }
        .search-tab .select2-container--bootstrap-5 .select2-selection{

            height: 40px !important;
            background: transparent !important;
            border: none !important
        }
    .search-tab .tab-content{
        margin-top: 5px;
    min-height: 100px;
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    }

    .search-tab  .form-check{

        direction: rtl
    }
.search-tab .flex{

    display: flex;
    width : 50%;
    justify-content: flex-end; /* راست‌چین کردن در محور افقی */
    align-items: flex-end; /* راست‌چین کردن در محور عمودی */
}
.flex-1{
    flex: 1
}
.flex-2{
    flex: 2
}
    .search-tab .form-check-label{
        font-weight: 700;
    margin-right: 10px;
    }
    .align-items-center {
    align-items: center;
}

.justify-content-start {
    justify-content: flex-start;
}
.d-flex {
    display: flex;
}
 .universal-search-content_option_searchbox_container .item .input-group>label .input-text {

    max-width: 100%;
    height: 100%;
    background-color: transparent;
    border: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #2b475a;
    line-height: 1.8;
    display: inline-flex;
}

.universal-search-content_option_searchbox_container .item .input-group>label select {

    max-width: 100%;
    height: 100%;
    background-color: transparent;
    border: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #2b475a;
    line-height: 1.8;
    display: inline-flex;
    color: #847d7d;
}
.universal-search-content_option_searchbox_container .item .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #e6ebf1;

    max-width: 100%;
    height: 40px;
    padding-right: 13px;
}
 .universal-search-content_option_searchbox_container .item {

    margin:0 0 0 10px !important;
}
.universal-search-content_option_searchbox_container .item .input-group.border-radius {
    border-radius: 10px;
}
.universal-search-content_option_searchbox_container .item.last .btn-search {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #bb6d27;
}
.universal-search-content_option_searchbox_container .item.last {
    width: 175px;
}
.universal-search .container .universal-search-content_option_searchbox_container .item .input-group>label {
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: 100%;
    height: 100%;
}
.input-group-addon{
    color: #a1abaa;
    margin-left: 10px;
}
.live-img{
  width: 100%;
  border-radius: 12px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .header-top{
    display: none
  }
.mr-lg-10{
    margin-right: 10px
}
.search-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
 min-width: 150px;
}
.search-tab{

  margin-top: 20px;
    z-index: 999 !important;
    padding: 10px;
      background: antiquewhite;
      border-radius: 12px;
}
.show-in-xs{

  display: none
}
.lighting{
  display: none  !important;
}
}
@media (max-width: 991px) {
  .bread-crumb.py-4{
    padding-top: 0 !important;
  padding-bottom: 0 !important;
  }
  .search-tab .flex{
    width: 100% !important
  }

  .header {
  padding: 15px 0 0px 0;
}
  .header-logo .image::before{

    background-color: transparent
  }
  .container-fluid.prl-5{

    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .color-bg{

    /* background: #00808b;  */
    width: 100%;
    height: 300px;
    border-top: 1px solid #ddd;
    background-size: cover;
    background-position: center;
    animation: moveBackground 6s linear infinite;
  }
  .over {

          width: 100%;
          height: 300px;
          background-color: rgb(0 128 139 / 79%);
          pointer-events: none;
      }



      @keyframes moveBackground {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

  .show-in-xs{

    display: block
}

.show-in-xs.flex{
width: 100%
}
.lighting{
position: absolute;
  top: 4px;
  left: 25px;
}
.show-in-xs a {
          text-decoration: none;
          background-image: linear-gradient(to right, #bb6d27, #bb6d27, #bb6d27, #bb6d27, #bb6d27);
          border: 2px dotted white;
          color: aliceblue;
          border-radius: 50%;
          padding: 13px;
          position: relative;
          float: left;
      }

      .show-in-xs a::after {
          position: absolute;
          content: '';
          bottom: -7px;
          top: -7px;
          left: -7px;
          right: -7px;
          background-color: transparent;
          border-radius: 50%;
          border: 4px solid #fff;
          margin: 0px;
          opacity: 1;
          transform-origin: center;
          animation: anim 800ms linear infinite;
      }

      .show-in-xs  a::before {
          position: absolute;
          content: '';
          bottom: -7px;
          top: -7px;
          left: -7px;
          right: -7px;
          background-color: transparent;
          border-radius: 50%;
          border: 4px solid #fff;
          margin: 0px;
          opacity: 0.8;
          transform-origin: center;
          animation: anim 800ms linear 400ms infinite;
      }

      @keyframes anim {
          from {
              margin: 0px;
              opacity: 1;
          }

          to {
              margin: -15px;
              opacity: 0;
          }
      }

      .show-in-xs  span {
          color: #fff;
          font-family: sans-serif;
          font-weight: 600;
          margin-left: 20px;
      }

.show-in-xs p{
font-size: 12px;
  font-weight: 700;
  margin-bottom: 21px;
}
  .line{

    margin: 13px;

      height: 2px;
      background: #ddd;
      margin-top: 7px;
      margin-bottom: 0
  }
  .search-tab {
    margin-top: -280px;
  position: relative;
  padding: 10px;

      border-radius: 12px;
  }
  .universal-search-content_option_searchbox_container .item.last {
 width: 100% !important;
}
    .universal-search-content_option_searchbox_container {
        flex-direction: column;
    }
    .universal-search-content_option_searchbox_container .item {
        flex: unset;
        width: 100%;
    }
    .universal-search-content_option_searchbox_container .item:not(:last-child) {
        margin: 0 0 10px;
    }
    .universal-search-content_option_searchbox_container .item--double {
        overflow: hidden;
        flex-direction: column;
        width: 100%;
        border-radius: 10px;
    }
    .universal-search-content_option_searchbox_container .item .input-group {
        height: 50px;
    }
    .universal-search-content_option_searchbox_container .item--double .input-group {
        width: 100%;
        height: 50px;
    }
    .universal-search-content_option_searchbox_container .item .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #e6ebf1;
    flex: 1 1 auto;
    max-width: 100%;
    height: 40px;
    margin-bottom: 10px
}
    .universal-search-content_option_searchbox_container  .btn-search  {
        height: 50px;
        border-radius: 5px;
        font-size: 1rem;
        width: 100%
    }
    .nav-tabs {
            display: flex;
            flex-wrap: wrap; /* اجازه می‌دهد که عناصر به ردیف بعدی منتقل شوند */
            justify-content: space-between; /* فاصله بین ستون‌ها را به‌طور مساوی تنظیم می‌کند */
        }
        .nav-item {
            width: calc(33.333% - 5px); /* هر آیتم یک سوم عرض را اشغال می‌کند و کمی فاصله دارد */
            margin-bottom: 10px; /* فاصله بین ردیف‌ها */
            box-sizing: border-box; /* در نظر گرفتن padding و border در محاسبه width */
        }

        .nav-tabs .nav-link{

            width: 100%
        }
}
input:focus, textarea:focus, select:focus {
    outline: none; /* حذف حاشیه‌ی پیش‌فرض */
    border-color: transparent; /* حذف رنگ حاشیه */
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
