﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* theme color */
    --main-color-one: #0761f6;
    --main-color-one-shadow: #0763f657;
    --main-color-one-hover: #0547b2;
    --main-color-two: #ef473a;
    --main-color-two-shadow: #ef473a57;
    --main-color-two-hover: #ce2c20;
    --main-color-three: #11c56b;
    --main-color-three-shadow: #11c56b57;
    --main-color-three-hover: #099f54;
    --bg-site: #f4f5f9;
    --color-site: #515151;
    /* shadow */
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    /* text */
    --text-muted: #565757;
    --text-muted-two: #929292;
    /* border */
    --border-muted: #ced4da;
}

@font-face {
    font-family: 'shabnam-fa-num';
    src: url('../font/shabnam-fa-num/Shabnam-Light-FD.eot') format('eot'), url('../font/shabnam-fa-num/Shabnam-Light-FD.ttf') format('true type'), url('../font/shabnam-fa-num/Shabnam-Light-FD.woff') format('woff'), url('../font/shabnam-fa-num/Shabnam-Light-FD.woff2') format('woff2');
}

@font-face {
    font-family: 'shabnam-en-num';
    src: url('../font/shabnam-en-num/Shabnam-Light.eot') format('eot'), url('../font/shabnam-en-num/Shabnam-Light.ttf') format('true type'), url('../font/shabnam-en-num/Shabnam-Light.woff') format('woff'), url('../font/shabnam-en-num/Shabnam-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'shabnam-title';
    src: url('../font/shabnam-title/Shabnam-Bold-WOL.eot') format('eot'), url('../font/shabnam-title/Shabnam-Bold-WOL.ttf') format('true type'), url('../font/shabnam-title/Shabnam-Bold-WOL.woff') format('woff'), url('../font/shabnam-title/Shabnam-Bold-WOL.woff2') format('woff2');
}



@font-face {
    font-family: 'iransansweb_bold';
    src: url('../font/iransans/woff2/iransansweb_bold.woff2') format('woff2'), url('../font/iransans/woff2/iransansweb_light.woff2') format('woff2'), url('../font/iransans/woff2/iransansweb.woff2') format('woff2'), url('../font/iransans/woff2/iransansweb_black.woff2') format('woff2'), url('../font/iransans/woff2/iransansweb_ultralight.woff2') format('woff2'), url('../font/iransans/woff2/iransansweb_medium.woff2') format('woff2');
}

@font-face {
    font-family: 'iransansweb';
    src: url('../font/iransans/eot/iransansweb.eot') format('embedded-opentype'), url('../font/iransans/eot/iransansweb_black.eot') format('embedded-opentype'), url('../font/iransans/eot/iransansweb_bold.eot') format('embedded-opentype'), url('../font/iransans/eot/iransansweb_light.eot') format('embedded-opentype'), url('../font/iransans/eot/iransansweb_medium.eot') format('embedded-opentype'), url('../font/iransans/eot/iransansweb_ultralight.eot') format('embedded-opentype');
}


@font-face {
    font-family: 'iransansweb';
    src: url('../font/iransans/woff/iransansweb.woff') format('woff'), url('../font/iransans/woff/iransansweb_black.woff') format('woff'), url('../font/iransans/woff/iransansweb_bold.woff') format('woff'), url('../font/iransans/woff/iransansweb_light.woff') format('woff'), url('../font/iransans/woff/iransansweb_medium.woff') format('woff'), url('../font/iransans/woff/iransansweb_ultralight.woff') format('woff');
}
@font-face {
    font-family: 'iransansweb';
    src: url('../font/iransans/ttf/iransansweb.ttf') format('truetype'), url('../font/iransans/ttf/iransansweb_black.ttf') format('truetype'), url('../font/iransans/ttf/iransansweb_bold.ttf') format('truetype'), url('../font/iransans/ttf/iransansweb_light.ttf') format('truetype'), url('../font/iransans/ttf/iransansweb_medium.ttf') format('truetype'), url('../font/iransans/ttf/iransansweb_ultralight.ttf') format('truetype');
}

body {
    font-family: 'iransansweb';
    background: var(--bg-site);
    color: var(--color-site);
    position: relative;
    /* max-width: 1920px;
    margin-left: auto;
    margin-right: auto; */
}

.swal2-popup {
    font-family: tahoma !important;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.span,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    margin-bottom: 0;
}
.tooltip {
    font-family: 'shabnam-fa-num';
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-one);
}

.content {
    padding:8px 0;
}

.content-box {
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .content-box:nth-last-child(1) {
        margin-bottom: 0;
    }

.font-en {
    font-family: 'shabnam-en-num' !important;
}

a {
    text-decoration: none;
    color: var(--color-site);
}

    a:hover {
        color: var(--main-color-one-hover);
    }

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-justify {
    text-align: justify;
}

.span-primary {
    display: inline;
    background-color: #0967ff13;
    border-bottom: 1px dashed #0761f6;
    padding: 4px 7px;
    color: #0547b2;
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-one-shadow) !important;
}

    .main-color-one-bg:hover {
        background-color: var(--main-color-one-hover) !important;
        color: #fff !important;
    }

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-two-shadow) !important;
}

    .main-color-two-bg:hover {
        background-color: var(--main-color-two-hover) !important;
        color: #fff !important;
    }

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px var(--main-color-three-shadow) !important;
}

    .main-color-three-bg:hover {
        background-color: var(--main-color-three-hover) !important;
        color: #fff !important;
    }

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .mco-hover:hover {
        color: var(--main-color-one-hover) !important;
    }

    .mct-hover:hover {
        color: var(--main-color-two-hover) !important;
    }

    .mctt-hover:hover {
        color: var(--main-color-three-hover) !important;
    }

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: var(--shadow-md);
    padding: 15px 15px;
    background: #515151;
    color: #515151;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 16px;
        color: #fff;
    }

    .swiper-button-next::after {
        position: absolute;
        left: 40%;
        transform: translateX(-40%);
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        -o-transform: translateX(-40%);
    }

    .swiper-button-prev::after {
        position: absolute;
        right: 40%;
        transform: translateX(40%);
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        -o-transform: translateX(40%);
    }

.swiper-button-prev {
    right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.swiper-button-next {
    left: 0 !important;
}

.swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 25px;
    height: 7px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.border-animate {
    /* you can change these variables to control the border */
    --border-color: #3aaa35;
    --border-width: 2px;
    --bottom-distance: 0px;
    /* you can increase this */
    /*color: #666;*/
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0% var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;
}

.fromCenter {
    background-position: 50% calc(100% - var(--bottom-distance));
}

.fromRight {
    background-position: 100% calc(100% - var(--bottom-distance));
}

.fromLeft {
    background-position: 0 calc(100% - var(--bottom-distance))
}

.border-animate:hover {
    background-size: 100% var(--border-width);
}

.border-animate:focus {
    background-size: 100% var(--border-width);
}

/* STYLING SCROLLBAR */

::-webkit-scrollbar {
    width: 1vw;
    /* THIS WILL RESET THE DEFAULT SCORLLBAR STYLING */
}

/* TO STYLE THE SCROLLBAR TRACK */
::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* THIS WILL SET THE COLOR OF THE SCROLLBAR TRACK */
}

/* TO STYLE THE SCROLLBAR THUMB */
::-webkit-scrollbar-thumb {
    background-color: var(--main-color-one);
    border: 0.3vw solid #ffffff;
    border-radius: 5vw;
    -webkit-border-radius: 5vw;
    -moz-border-radius: 5vw;
    -ms-border-radius: 5vw;
    -o-border-radius: 5vw;
}

/* header */

.header-top {
    background-color: rgb(2, 119, 196);
    border-color: rgb(2, 119, 196);
}

.header-top-link {
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
}

    .header-top-link:hover {
        color: var(--main-color-one);
        border-bottom: 2px solid var(--main-color-one);
    }

.header-bottom {
    padding: 30px 0;
    background: #fff;
}

.header-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-bottom-link {
    width: auto;
    color: var(--text-muted-two);
    box-shadow: var(--shadow-md);
    margin-left: 10px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all linear;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: .3s all linear;
    -moz-transition: .5s all linear;
    -ms-transition: .5s all linear;
    -o-transition: .5s all linear;
}

.header-bottom-link-Venzo :hover {
    background: #D83A56;
    color: white !important;
}
#phone {
    color: white !important;
}
.header-bottom-link-Wholesale:hover {
    background: #D83A56;
    color: white;
}
.header-bottom-link-Venzo {
    padding: 9px 20px;
    background: #D83A56;
    color: white;
    border-radius: 8px;
    border: none;
}
.header-bottom-link-Basket {
    padding: 9px 20px;
    background: #38A3A5;
    color: white;
    border-radius: 8px;
    border: none;
}
.header-bottom-link-Wholesale {
    padding: 9px 20px;
    font-weight: 600;
    background: #D83A56;
    color: white;
    border-radius: 8px;
    border: none;
}

.header-bottom-link-cat {
    background-color: var(--main-color-one);
    color: #fff;
    padding: 7px 15px;
    box-shadow: var(--shadow-md);
}

    .header-bottom-link-cat:hover {
        color: #fff;
    }

/* end header */

/* home-slider */
.home-slider .swiper-slide {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.home-slider img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sugget-item .timer .countdown-container .seconds-bottom {
    color: #fff;
    background: var(--main-color-two);
}

.sugget-item .timer .countdown-container .countdown-heading {
    font-size: 14px;
}

.sugget-item .timer .countdown-container .countdown-value {
    font-size: 16px;
    width: 35px;
    height: 35px;
}

.sugget-item {
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .sugget-item .image img {
        display: block;
        margin: 0 auto;
        max-width: 250px;
    }

    .sugget-item .title {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
    }


    .sugget-item .add a {
        background-color: var(--main-color-two);
        box-shadow: var(--shadow-md);
        color: #fff;
        font-weight: bold;
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 7px 10px;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

        .sugget-item .add a:hover {
            background-color: #fff;
            color: #515151;
        }

/* end home-slider */

/* start mega menu */


.mega-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 10px 0px;
    margin-top: -20px;
    margin-bottom: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
}

.top-menu-menu ul {
    display: flex;
    flex-direction: row;
    align-items: baseline;

}

    .top-menu-menu ul li {
        margin-left: 20px;
    }

.top-menu-menu > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-menu-menu ul > li > a {
    font-size: 14px;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
}

.top-menu-menu ul li a i {
    margin-right: 4px;
    font-size: 20px;
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
}

    .top-menu-menu ul li a i.bi-chevron-down::before {
        transition: 0.3s all ease-in;
        -webkit-transition: 0.3s all ease-in;
        -moz-transition: 0.3s all ease-in;
        -ms-transition: 0.3s all ease-in;
        -o-transition: 0.3s all ease-in;
    }

.top-menu-menu ul li a:hover .bi-chevron-down::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.top-menu-menu ul > li > a:hover {
    color: #5f5f5f
}

.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("../img/other/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, xx {
        color: #6c757d;
        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);
            -webkit-transform: translateX(-5px);
            -moz-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
            -o-transform: translateX(-5px);
        }

        .top-menu-menu ul > li > ul > li > a.title:hover {
            color: var(--main-color-one);
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
        }

/* ///////////main menu /////////// */

.top-menu-menu ul.main-menu {
    display: none;
    background: #fff;
    box-shadow: var(--shadow-md);
    height: auto;
    min-width: 200px;
    position: absolute;
    top: 98%;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

    .top-menu-menu ul.main-menu.active {
        display: flex;
    }

.main-menu-head {
    color: white;
    background: #3aaa35;
    font-size: 14px;
    padding: 0px 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .top-menu-menu ul.main-menu li a, xx {
        display: block;
        padding: 0 10px;
    }

        .top-menu-menu ul.main-menu li a i {
            vertical-align: baseline;
            vertical-align: -webkit-baseline-middle;
            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 {
    height: 100%;
    min-width: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 200px;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li ul {
        /*  max-width: 150px;*/
        padding: 0;
        margin-top: 4px;
        padding: 5px 0;
    }

.contul {
    display: flex !important;
    flex-direction: row !important;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

    .contul li {
        flex: 1 0 33%;
        list-style-type: none;
    }

.top-menu-menu ul.main-menu > li {
    background-color: #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.main-menu-sub-active-li {
    background: #fff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.top-menu-menu ul.main-menu > li:hover {
    background: #fff;
}

    .top-menu-menu ul.main-menu > li:hover a {
        color: #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, xx {
    font-size: 14px;
}

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a:hover {
        color: var(--main-color-one);
    }

    .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title {
        font-size: 16px;
        font-weight: bold;
    }

        .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title i {
            font-weight: bolder;
            font-size: 14px;
        }


        .top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title::before {
            content: '';
            position: absolute;
            right: 0;
            width: 2.5px;
            height: 100%;
            background: var(--main-color-one);
        }

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li:hover {
    background: none;
}

.top-menu-menu li:hover ul.main-menu {
    opacity: 1;
    visibility: visible;
}


.main-menu-sub-active {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-menu-sub-active-li > a, xx {
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
}

    .top-menu-menu ul.level-one li {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .top-menu-menu ul.level-one li a {
            display: block;
            padding: 0 10px;
        }

            .top-menu-menu ul.level-one li a i {
                font-size: 14px;
                vertical-align: middle;
                color: #333;
                float: left;
                transition: 0.3s all ease-in-out;
                -webkit-transition: 0.3s all ease-in-out;
                -moz-transition: 0.3s all ease-in-out;
                -ms-transition: 0.3s all ease-in-out;
                -o-transition: 0.3s all ease-in-out;
            }

        .top-menu-menu ul.level-one li:hover {
            background: var(--main-color-two);
        }

            .top-menu-menu ul.level-one li:hover i {
                color: #fff;
                font-weight: bolder;
            }

            .top-menu-menu ul.level-one li:hover a {
                color: #fff;
            }

    .top-menu-menu ul.level-one > li > ul.level-two {
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        height: auto;
        min-width: 200px;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        right: 100%;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        transition: 0.4s all ease-in-out;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-transition: 0.4s all ease-in-out;
        -moz-transition: 0.4s all ease-in-out;
        -ms-transition: 0.4s all ease-in-out;
        -o-transition: 0.4s all ease-in-out;
    }

.top-menu-menu 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: #515151;
    }

    .top-menu-menu li ul li:hover ul.level-two li:hover a {
        color: #fff;
    }


.top-menu-menu .nav-row {
    min-width: 550px !important;
    max-height: 520px !important;
}

    .top-menu-menu .nav-row > li {
        width: auto !important;
    }

        .top-menu-menu .nav-row > li:hover {
            background: transparent;
        }

.responsive-menu-icon {
    height: 100%;
}


.responsive-menu-icon {
    height: 100%;
}

    .responsive-menu-icon i {
        font-size: 35px;
    }

.rm-body {
    position: relative;
}

.rm-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 8888;
    transition: .8s all ease-in-out;
    -webkit-transition: .8s all ease-in-out;
    -moz-transition: .8s all ease-in-out;
    -ms-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
}

    .rm-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
    transition: .4s;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

    .rm-items.open {
        right: 0;
        width: 320px;
    }

.rm-item-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .rm-item-close i {
        color: #444;
        font-size: 35px;
    }

.rm-item-img {
    text-align: center;
}

    .rm-item-img img {
        height: 70px;
        max-width: 100%;
    }

.rm-item-search {
    margin: 10px 0;
}

    .rm-item-search input.search-txt {
        background: #d8d8d8;
    }

.rm-item-menu ul {
    height: auto;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


.rm-item-menu li {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .rm-item-menu li > ul {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .rm-item-menu li i {
        color: #222;
        font-size: 14px;
        font-weight: bold;
        margin-left: 5px;
    }

        .rm-item-menu li i::before {
            transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
        }

    .rm-item-menu li .showSubMenu.open i::before {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }

    .rm-item-menu li a {
        display: inline-block;
        font-size: 14px;
        padding: 0 10px;
        color: #515151;
    }

.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 */

/* feature */
.feature {
    display: flex;
}

.feature-item {
    padding: 10px;
    background: #e9e7e7;
    box-shadow: var(--shadow-inner);
    transition: 0.3s all linear;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
}

    .feature-item .title span {
        margin-top: 7px;
    }

    .feature-item.active {
        background-color: var(--main-color-one);
        color: #fff !important;
    }

        .feature-item.active .icon {
            border-color: #fff;
        }

        .feature-item.active span {
            color: #fff !important;
        }

    .feature-item:hover {
        background-color: var(--main-color-two);
        color: #fff;
    }

        .feature-item:hover span {
            color: #fff !important;
        }

        .feature-item:hover .icon {
            border-color: #fff;
        }

    .feature-item .icon {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 5px;
        border: 1px dashed #515151;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .feature-item .icon svg {
            width: 20px;
            height: 20px;
        }

/* end feature */

/* start offer */
.offers {
    padding: 20px 0;
}

.offer {
    height: auto;
    border-radius: 10px;
    /* padding:10px 0 10px 10px; */
    background: #fff;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background: #007fee;
    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: #e74c3c;
        color: #fff;
        width: 154px;
        font-size: 16px;
        position: absolute;
        text-align: center;
        padding: 4px;
        padding-top: 30px;
        right: -46px;
        top: -15px;
        transform: rotate(35deg);
        line-height: 2;
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -o-transform: rotate(35deg);
    }

.offer-img {
    width: 300px;
    height: 400px;
    text-align: center;
    margin: auto;
}

    .offer-img img {
        width: 500px;
    }

.offer-content {
    text-align: center;
    padding-bottom: 10px;
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f0efef;
}

    .offer-title h4 {
        font-weight: bolder;
        font-size: 16px;
    }

    .offer-title span {
        color: var(--main-color-one);
    }

.offer-desc {
    width: 100%;
    text-align: right;
}

    .offer-desc h4 {
        height: 65px;
        font-size: 22px;
        line-height: 35px;
        font-weight: bold;
    }

.se-title h5 {
    font-size: 16px;
    margin-bottom: 7px;
}

.se-title span {
    font-size: 12px;
    margin-bottom: 7px;
    font-weight: normal;
}

.offer-desc-price {
    margin: 10px auto;
}

    .offer-desc-price .old {
        font-size: 17px;
        color: #c3c1c1;
        text-decoration: line-through;
    }

    .offer-desc-price .new {
        font-weight: bold;
        font-size: 20px;
        color: #009500;
    }

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0;
}

.offer-timer-item {
    color: #007fee;
    width: 60px;
    height: 60px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

    .offer-timer-item .number {
        font-weight: bold;
        font-size: 16px;
    }

.offer-btn {
    margin: 22px 0;
}

.offer-item-link {
    margin: 10px 10px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 0 10px 10px;
}

.se-desc {
    margin-top: 20px;
}

    .se-desc span {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .se-desc ul {
        margin-bottom: 10px;
        list-style: none;
        padding-right: 10px;
    }

        .se-desc ul li {
            padding: 2px 0;
            font-size: 15px;
            position: relative;
            font-size: 14px;
        }

            .se-desc ul li::before {
                content: "\f28a";
                font-size: 8px;
                font-family: bootstrap-icons !important;
                color: #000;
                vertical-align: middle;
                margin-left: 2px;
                line-height: 18px;
            }

.offer-item-link .swiper-slide {
    width: 100% !important;
}

.offer-item-link .swiper-wrapper {
    flex-direction: column !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -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 span {
        font-size: 14px;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.offer-item-link .swiper-slide-thumb-active .offer-item-link-item {
    border-right: 4px solid #007fee;
}

.swiper-slide:not(.swiper-slide-active) .offer-item {
    opacity: 0;
}

.offer-item .countdown-container .countdown-value {
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offer-item .countdown-container .countdown-heading {
    font-size: 16px;
}
/* end offer */

/* start amazing */
.amazing {
    background: var(--main-color-two) url('../image/patterns.png');
}
.amazing-2 {
    background: #751d9d url(../image/patterns.png);
}
.free-mode .swiper-slide {
    width: auto;
}

/* end amazing */

/* start fresh */
.fresh .parent {
    background: var(--main-color-one) url('../image/patterns.png');
}

.fresh .left img {
    border: 3px dotted #cbcbcb;
}


/* end fresh */

/* product banner */

.prodcut-banner-item {
    background: url('../image/wave-card.svg') no-repeat;
    background-position: center center;
    background-size: 500px;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* end product banner */

/* start main category */
.main-category {
    padding: 20px 0;
}

    .main-category .parent {
        padding: 20px 20px;
    }

.main-category-item {
    margin: 30px 0;
    text-align: center;
}

.main-category-title {
    margin-bottom: 10px;
    display: flex;
}

.main-title {
    padding: 10px 45px 10px 10px;
    position: relative;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

    .main-title::before {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 8px;
        border-radius: 5px;
        background: var(--main-color-one);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

.slider-title {
    color: #fff;
    text-align: right !important;
    flex-grow: 1;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .slider-title span {
        font-weight: bold;
    }

    .slider-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 2px;
        background: #007fee;
        z-index: 2;
    }

    .slider-title::after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #e8e8e8 0%, rgba(236, 236, 236, 0) 100%);
        z-index: 1;
    }

.main-category .item {
    border: 1px solid transparent;
    transition: 0.3s all ease-in-out;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #a3e8ff24;
    box-shadow: var(--shadow-inner);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .main-category .item:hover {
        background: #f8f8f8;
        box-shadow: var(--shadow-box);
        border: 1px solid #ccc;
    }

        .main-category .item:hover .hover span {
            background: var(--main-color-three) !important;
        }

    .main-category .item .hover {
        position: absolute;
        top: 5px;
        right: 5px;
    }

/* end main category */

/* product box */
.product-box .parent {
    background: #fff;
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-box .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .product-box .content-title::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, var(--main-color-one) 0%, rgba(236, 236, 236, 0) 100%);
        z-index: 1;
    }

    .product-box .content-title .item {
        background: #fff;
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }

        .product-box .content-title .item:nth-last-child(1) {
            padding-left: 0px;
            padding-right: 20px;
        }

            .product-box .content-title .item:nth-last-child(1) i {
                margin-left: 5px;
            }

        .product-box .content-title .item .title {
            font-size: 16px;
            font-weight: bold;
        }

        .product-box .content-title .item svg {
            margin-left: 5px;
            color: var(--main-color-one);
        }

.product-box-item {
    width: 250px;
    height: 530px;
    box-shadow: var(--shadow-box);
    margin: 10px 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .product-box-item::before {
        content: '';
        width: 160px;
        height: 188px;
        position: absolute;
        bottom: -30%;
        right: -20%;
        background-color: #0562f744;
        border: 6px solid #e6e4e476;
        border-radius: 50%;
        z-index: -1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .product-box-item .image img {
        display: block;
        margin: auto;
        /* width: 170px; */
        /* height: 170px; */
        object-fit: contain;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .product-box-item .two-image {
        z-index: -1;
        position: absolute;
        top: 10%;
        right: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: transform 1.5s, visibility .5s, opacity .5s;
        -webkit-transition: transform 1.5s, visibility .5s, opacity .5s;
        -moz-transition: transform 1.5s, visibility .5s, opacity .5s;
        -ms-transition: transform 1.5s, visibility .5s, opacity .5s;
        -o-transition: transform 1.5s, visibility .5s, opacity .5s;
    }


    .product-box-item:hover .one-image {
        opacity: 0;
        visibility: hidden;
    }

    .product-box-item:hover .two-image {
        visibility: visible;
        opacity: 1;
        display: block;
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }

    .product-box-item .desc {
        padding: 10px;
        margin-top: 10%;
    }


        .product-box-item .desc .title .title-fa {
            font-size: 14px;
            font-family: 'shabnam-en-num';
            margin-bottom: 10px;
            line-height: 25px;
            height: 50px;
            overflow: hidden;
        }

        .product-box-item .desc .title .title-en {
            font-size: 12px;
            margin-bottom: 10px;
            height: 30px;
            overflow: hidden;
        }

    .product-box-item .foot .add,
    .product-box-item .foot .see-fast {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        box-shadow: var(--shadow-md);
        color: var(--color-site);
        font-weight: bold;
        width: 40px;
        height: 40px;
        line-height: 30px;
        padding: 7px 10px;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

        .product-box-item .foot .add:hover,
        .product-box-item .foot .see-fast:hover {
            background-color: var(--main-color-two);
            color: #fff;
        }

    .product-box-item .title {
        text-align: right;
    }

.brand-box .swiper-slide .image {
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

    .brand-box .swiper-slide .image:hover {
        box-shadow: rgba(1, 166, 226, 0.569) 0px 0px 10px 0px !important;
    }

        .brand-box .swiper-slide .image:hover img {
            filter: grayscale(0);
            -webkit-filter: grayscale(0);
        }

    .brand-box .swiper-slide .image img {
        transition: 0.3s all ease-in-out;
        width: 150px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

.brand-box .swiper-button-next,
.brand-box .swiper-button-prev {
    top: 70% !important;
}

.product-box-item:hover .hover {
    opacity: 1;
    visibility: visible;
}

.product-box-item .hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

    .product-box-item .hover .hover-btn {
        order: 2;
        display: flex;
        flex-direction: column;
    }

        .product-box-item .hover .hover-btn a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 5px;
            background: white;
            color: var(--color-site);
            padding: 5px 10px;
            box-shadow: var(--shadow-md);
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

    .product-box-item .hover .hover-color {
        display: flex;
        flex-direction: column;
        order: 1;
    }

        .product-box-item .hover .hover-color span {
            border: 1px solid #aaa;
            margin-bottom: 5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

/* end product box */

/* product-box-two */
.product-box-two .parents {
    background: url('../image/patern2.png'), linear-gradient(109.6deg, rgb(43, 1, 91) 13.4%, rgb(122, 2, 54) 100.2%);
    padding: 20px;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-row {
    padding: 20px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    flex-wrap: wrap;
}

    .product-row::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        opacity: .4;
        z-index: -1;
        background: #fff url('../image/wave-card.svg') no-repeat;
        background-position: center center;
        background-size: cover;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    .product-row .image,
    .product-row .imagea {
        width: 24%;
        text-align: center;
    }

    .product-row .desc,
    .product-row .desca {
        width: 74%;
    }

    .product-row .desca {
        padding: 10px;
    }

        .product-row .desca .title {
            padding: 0;
        }

            .product-row .desca .title::before {
                visibility: hidden;
            }

    .product-row .desc .title {
        height: 25px;
    }

.product-box-two .content-title {
    position: relative;
}

    .product-box-two .content-title::before {
        content: '';
        position: absolute;
        bottom: 40%;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left, #eee 0%, rgba(236, 236, 236, 0) 100%);
        z-index: 1;
    }

    .product-box-two .content-title .item {
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        color: #fff;
    }

        .product-box-two .content-title .item:nth-last-child(1) {
            padding-left: 0px;
            padding-right: 20px;
        }

/* end product-box-two */

/* product box three */

.product-box-three .content-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .product-box-three .content-title .item {
        padding-left: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }

        .product-box-three .content-title .item:nth-last-child(1) {
            padding-left: 0px;
            padding-right: 20px;
        }

        .product-box-three .content-title .item .title {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }

        .product-box-three .content-title .item svg {
            margin-left: 5px;
            color: var(--main-color-one);
            color: #fff;
        }

.product-box-three .parent {
    position: relative;
    padding: 20px 20px;
}

    .product-box-three .parent::before {
        content: "";
        float: right;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        background: var(--main-color-one);
        width: 50%;
        border-radius: 90px 20px 20px 90px;
        box-shadow: var(--shadow-box);
        z-index: -1;
        -webkit-border-radius: 90px 20px 20px 90px;
        -moz-border-radius: 90px 20px 20px 90px;
        -ms-border-radius: 90px 20px 20px 90px;
        -o-border-radius: 90px 20px 20px 90px;
    }

    .product-box-three .parent::after {
        content: "";
        float: right;
        position: absolute;
        height: 100%;
        bottom: 0;
        left: 0;
        background: var(--main-color-two);
        width: 45%;
        border-radius: 20px 90px 90px 20px;
        box-shadow: var(--shadow-box);
        z-index: -1;
        -webkit-border-radius: 20px 90px 90px 20px;
        -moz-border-radius: 20px 90px 90px 20px;
        -ms-border-radius: 20px 90px 90px 20px;
        -o-border-radius: 20px 90px 90px 20px;
    }

/* end product box three */

/* start blogbox */
.image-blog {
    transition: 0.3s;
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .image-blog::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.895) 100%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

.blog-box .image-blog:hover {
    box-shadow: rgba(248, 40, 40, 0.645) 0px 0px 15px 0px !important;
}

.image-blog img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-desc {
    padding: 10px;
    z-index: 10;
    width: 100%;
}

/* end blogbox */

/* footer */
footer {
    max-width: 100%;
    background-color: rgb(8, 52, 99);
    border-color: rgb(8, 52, 99);
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    color: #ffffff;
}


.small-slider .swiper-button-next,
.small-slider .swiper-button-prev {
    padding: 15px 15px;
    background: transparent;
    color: #515151;
    box-shadow: none;
}

    .small-slider .swiper-button-prev::after,
    .small-slider .swiper-button-next::after {
        font-size: 16px;
        font-weight: bolder;
        color: var(--main-color-one);
    }

.social-link {
    display: flex;
    justify-content: right !important;
    align-items: center;
}

    .social-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        transition: 0.8s all ease-in-out;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: 0.8s all ease-in-out;
        -moz-transition: 0.8s all ease-in-out;
        -ms-transition: 0.8s all ease-in-out;
        -o-transition: 0.8s all ease-in-out;
    }
.gt-aparat {
    background: transparent url(../../img/logo/svg/aparat-icon.svg) no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    font-size: 0;
    padding: 12px;
    display: inline-block
}

.gt-eta {
    background: transparent url(../../img/logo/footerpng/eta.png) ;
    background-size: cover;
    /*    background-size: contain;
    position: relative;
    top: 0;
    font-size: 0;
    padding: 12px;
    display: inline-block*/
}

.footer-desc-item ul li a img {
    max-width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    left: 10%;
    margin: 5px;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.25);
}
        .social-link a.bi-twitter {
            background: #098ecc;
        }

        .social-link a.bi-whatsapp {
            background: #04ac12;
        }

        .social-link a.bi-telegram {
            background: #0396de;
        }

        .social-link a.bi-youtube {
            background: #ce0909;
        }

        .social-link a.bi-linkedin {
            background: #0d80c8;
        }

footer a.nav-link {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    footer a.nav-link:hover {
        color: var(--main-color-one);
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
    }

/* end footer */

/* responsive menu */
.rm-overlay.open {
    opacity: 1;
    visibility: visible;
}

.rm-items {
    overflow-y: scroll;
    padding: 20px 5px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 0;
    background: #fff;
    z-index: 99999;
    /* 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;
}

/* end responsive menu */

/* login modal */
.auth .modal-content::before {
    content: '\F4E1';
    background: #fff;
    color: #515151;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -10%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.auth .auth-content {
    position: relative;
}

.auth-content::before {
    content: '\F4E1';
    background: #fff;
    color: #515151;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    font-family: 'bootstrap-icons';
    position: absolute;
    top: -15%;
    left: 50%;
    font-size: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.auth .divider {
    position: relative;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .auth .divider span {
        background: #fff;
        padding: 10px 20px;
        z-index: 2;
    }

    .auth .divider::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 100%;
        border: 1px solid #efefef;
        z-index: 1;
    }

.float-input {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

    .float-input:focus {
        box-shadow: none;
    }

/* end login modal */

/* start page product */

.product-variable .box {
    position: relative;
    margin-bottom: 10px;
}

    .product-variable .box .box-item {
        width: 100%;
        border: 1px solid var(--border-muted);
        padding: 5px 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .product-variable .box .box-label {
        position: absolute;
        top: -15px;
        background: #fff;
        margin-right: 15px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

.product-gallery-thumb {
    margin: 10px 0;
    border: 1px solid #eee;
    padding: 10px;
}

    .product-gallery-thumb .swiper-slide img {
        height: 70px;
        opacity: .6;
        cursor: pointer;
        border: 1px solid #dddd;
        border-radius: 5px;
        transition: 0.3s all ease-in-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

    .product-gallery-thumb .swiper-slide-thumb-active img {
        border-color: #007fee;
        opacity: 1;
    }

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    top: 70% !important;
}


.border-right-product {
    border-right: 1px solid #eeeeeea7;
}

.summary-offer {
    position: absolute;
    top: 0;
    right: -10px;
    background: #e74c3c;
    border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 5px 15px #e74c3c57;
    z-index: 10;
    -webkit-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -moz-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -ms-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
    -o-border-radius: 100% 50% 50% 100%/75% 69% 69% 75%;
}

.product-meta .title span {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.product-gallery img {
    max-width: 100%;
    border: 1px solid #eee;
}
/* end page product */

/* bootstrap touch spin */

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    height: 100%;
    width: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-two);
    box-shadow: var(--shadow-box);
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-counter {
    width: 60px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #fff;
    box-shadow: var(--shadow-box);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .form-counter:focus {
        border: none;
        outline: none;
    }

/* end bootstrap touchspin */

/* color box */

.color-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.color-box-item {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    padding: 2px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

    .color-box-item.active {
        border: 2px solid #0f58e0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

        .color-box-item.active span {
            position: relative;
        }


            .color-box-item.active span::before {
                content: '\F26E';
                color: #fff;
                font-size: 22px;
                font-family: 'bootstrap-icons' !important;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
            }

    .color-box-item .color {
        cursor: pointer;
        display: block;
        background: red;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

/* end color box */

/* start product-descs */
.product-descs {
    position: relative;
}

.product-desc-tab {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: sticky;
    top: 0px;
    padding: 5px;
}

.product-desc-pane, .product-desc-table {
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
}

.product-desc-tab .list-group {
    flex-direction: row;
}

    .product-desc-tab .list-group a {
        display: inline-block;
        padding: 10px 10px 7px 10px;
    }

.pro-tab-padding {
    padding: 100px 0;
    border-top: 1px solid #eee;
}

    .pro-tab-padding:nth-child(1) {
        border: 0;
    }


.product-desc-tab .list-group a.active {
    font-weight: bold;
    border-bottom: 3px solid var(--main-color-one);
    transition: 150ms border-top linear;
    -webkit-transition: 150ms border-top linear;
    -moz-transition: 150ms border-top linear;
    -ms-transition: 150ms border-top linear;
    -o-transition: 150ms border-top linear;
}

.product-desc-tab::-webkit-scrollbar {
    display: none;
}


.product-desc-tab ul li button.active a {
    color: var(--color-site);
}

.product-desc-tab ul li button i {
    margin-left: 5px;
}

.product-desc-tab-content {
    padding: 20px 0;
}

    .product-desc-tab-content table tr th {
        width: 200px;
    }

    .product-desc-tab-content table tr td {
        padding: 12px 0;
    }

.tab-title {
    font-size: 18px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    line-height: 1.7;
}

.product-desc-content {
    padding: 20px 0;
    line-height: 2.2;
}

    .product-desc-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: auto;


    }

.table-product {
    --bs-table-striped-bg: rgb(0 0 0 / 3%);
}

.comment {
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .comment .avatar img {
        width: 40px;
        height: 40px;
    }

.star i.bi-star {
    color: #ddd;
}

.star i.bi-star-fill {
    color: #f7ad0d;
}

.star i.bi-star-half {
    color: #f7ad0d;
}

.positive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .positive {
    background: #28ff3a3c;
    padding: 10px 20px;
    box-shadow: var(--shadow-box);
}

.positive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #0d9a00;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*.positive-nav ul li:nth-child(1)::before {
    background: transparent;
}*/

.negitive-nav ul li {
    position: relative;
    padding-right: 10px;
}

.comment .comment-rates .negitive {
    background: #ff28283c;
    padding: 0px 20px;
    box-shadow: var(--shadow-box);
}

.negitive-nav ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #d03404;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*.negitive-nav ul li:nth-child(1)::before {
    background: transparent;
}*/

.comment-reply {
    padding: 20px 0;
}


/* end product-descs */

/* read more */

.read-more-state {
    display: none;
}

.read-more-target {
    display: none;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    -webkit-transition: .25s ease;
    -moz-transition: .25s ease;
    -ms-transition: .25s ease;
    -o-transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
    display: block;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'بیشتر +';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'بستن _';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 10px 0;
    color: #007fee;
    font-size: .9em;
}

/* end read more */

/* rating */

.rating {
    border: none;
}

    .rating:not(:checked) > input {
        position: absolute;
        /* top:-9999px; */
        clip: rect(0, 0, 0, 0);
    }

    .rating:not(:checked) > label {
        float: right;
        width: 1em;
        padding: 0 .1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
    }

        .rating:not(:checked) > label:before {
            content: '★ ';
        }

    .rating > input:checked ~ label {
        color: #ffe02e;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: gold;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: #ea0;
    }

    .rating > label:active {
        position: relative;
    }

.se-cart {
    background: url(../image/patterns.png), #f9f9f9;
    background-size: cover;
    border: 1px solid #eee;
    box-shadow: var(--shadow-inner);
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.scd-item {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
}

    .scd-item i {
        font-size: 18px;
    }

    .scd-item a,
    .scd-item .link {
        color: #515115;
    }


.se-cart-price-old {
    color: #4a4a4a;
    text-decoration: line-through;
    margin-left: 5px;
}

.se-cart-price-new {
    color: #04ac12;
    font-size: 20px;
    font-weight: bold;
}

.se-cart-item {
    padding: 15px 0;
}

    .se-cart-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }

/* end rating */

/* start procut rating */

.product-rateing .title {
    padding-bottom: 20px;
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .product-rateing .number h2 {
        margin: 30px 0;
        color: #333;
        font-size: 40px;
    }

    .product-rateing .number .star {
        padding: 5px;
        background: #dddddd5b;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .product-rateing .number .star .bi-star {
            color: #bbb;
        }

        .product-rateing .number .star .bi-star-fill {
            color: rgb(246, 130, 5);
        }

.product-rateing .prog-rating {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .product-rateing .prog-rating .right {
        flex: 0 0 calc(10% - 10px);
        max-width: calc(10% - 10px);
    }

    .product-rateing .prog-rating .center {
        flex: 0 0 calc(80% - 10px);
        max-width: calc(80% - 10px);
    }

    .product-rateing .prog-rating .left {
        flex: 0 0 calc(10% - 10px);
        max-width: calc(10% - 10px);
    }

    .product-rateing .prog-rating .center .progress {
        margin-bottom: 3px;
    }

/* end procut rating */

/* end page product */


/* start page category */

/* start item box */

.item-boxs {
    position: sticky;
    position: -webkit-sticky;
    top: 9%;
}


.item-box {
    box-shadow: var(--shadow-box);
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .item-box .title {
        padding: 10px;
        position: relative;
        width: 100%;
        padding-right: 20px;
    }

        .item-box .title a i.bi-chevron-down::before {
            transition: 0.3s all ease-in-out;
            -webkit-transition: 0.3s all ease-in-out;
            -moz-transition: 0.3s all ease-in-out;
            -ms-transition: 0.3s all ease-in-out;
            -o-transition: 0.3s all ease-in-out;
        }

        .item-box .title a.collapsed i.bi-chevron-down::before {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

        .item-box .title::before {
            content: '';
            position: absolute;
            top: 50%;
            right: 5px;
            transform: translateY(-50%);
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: var(--main-color-one);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .item-box .desc {
        padding: 15px 10px;
        background-color: #fbf8f877;
        box-shadow: var(--shadow-inner);
    }

/* end item box */

/* filter items */
.filter-items {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .filter-items .items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        .filter-items .items .link a {
            color: var(--color-site);
            font-size: 14px;
            padding: 2px 10px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px;
        }

            .filter-items .items .link a:hover {
                background: #eee;
            }

            .filter-items .items .link a.active {
                background: var(--main-color-one);
                color: #fff;
            }

    .filter-items .count p {
        font-size: 15px;
    }

/* end filter-items */

/* start my paginate */

.my-paginate ul {
    flex-wrap: wrap;
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px;
}

    .my-paginate li.disabled a {
        background: #eee;
    }

        .my-paginate li.disabled a i {
            color: #a0a0a096;
        }

    .my-paginate li a {
        box-shadow: var(--shadow-inner);
        font-weight: bold;
        padding: 5px 15px;
        color: #515151;
        background: #faf9f9;
    }

        .my-paginate li a i {
            color: #515151;
        }

/* end my paginate */

/* new category */


.new-category .item {
    display: flex;
    transition: 0.3s all ease-in-out;
    flex-direction: column;
    width: 130px;
    padding: 10px;
    border-radius: 7px;
    /* box-shadow: var(--shadow-inner); */
    /* background-color: #f8f8f8; */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}


    .new-category .item:hover {
        /* background-color: #eeeeee; */
    }

    .new-category .item .icon {
        display: inline;
        padding: 7px;
        border: 1px dashed #aaa;
    }

    .new-category .item i {
        font-size: 32px;
        color: var(--main-color-one);
    }

.new-category .title {
    position: relative;
}

    .new-category .title::before {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: var(--main-color-one);
        width: 3px;
        height: 20px;
    }

/* end category */

/* start page cart */

/* start main table */

.responsive-table > table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .main-table th {
        padding: 20px 0;
        font-size: 14px;
        vertical-align: middle;
    }

    .main-table tr {
        vertical-align: middle;
    }

        .main-table tr td.title {
            max-width: 280px;
            min-width: 280px;
        }

        .main-table tr td.counter {
            max-width: 180px;
            min-width: 180px;
        }

/* end main table */

/* start line step */

.line-step-container {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-step {
    position: relative;
    display: flex;
    align-items: center;
}

    .line-step::before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 10px;
        background: #e9e9e9;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

.line-step-boxs {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .line-step-boxs::before {
        z-index: 3;
        content: '';
        width: 20px;
        height: 20px;
        background: #ccc;
        box-shadow: var(--shadow-md);
        border-radius: 50%;
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .line-step-boxs::after {
        z-index: 3;
        content: '';
        width: 20px;
        height: 20px;
        background: #ccc;
        box-shadow: var(--shadow-md);
        border-radius: 50%;
        position: absolute;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.line-step-box {
    width: 33.33%;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .line-step-box.disabled .icon i {
        color: #ccc;
    }

    .line-step-box.disabled p {
        color: #ccc;
    }

    .line-step-box.complete .icon {
        background: var(--main-color-one);
    }

        .line-step-box.complete .icon i {
            color: #fff;
        }

    .line-step-box.complete::before {
        content: '';
        width: 50%;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--main-color-one);
        z-index: -1;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .line-step-box .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
        margin-top: 30px;
        width: 50px;
        height: 40px;
        line-height: 4px;
        background: #fff;
        box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .line-step-box .icon i {
            font-size: 16px;
            color: var(--main-color-one);
        }

    .line-step-box p {
        font-size: 14px;
        margin-top: 15px;
        font-weight: bold;
    }

/* end line step */

.cart-action {
    background-color: #ddd;
    padding: 20px;
    box-shadow: var(--shadow-inner);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* end page cart */

/* start page payment */

/* start alert box */

.alert-box {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    box-shadow: var(--shadow-box);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .alert-box.ab-success {
        border-top: 20px solid #0fcd58;
        position: relative;
    }

    .alert-box.ab-nsuccess {
        border-top: 20px solid #f04f3a;
        position: relative;
    }

    .alert-box.ab-success::before {
        content: '\F633';
        background: #0fcd58;
        color: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        border: 2px solid #02cd50;
        border-radius: 50%;
        box-shadow: 0 5px 15px #0fcd58;
        font-family: 'bootstrap-icons';
        position: absolute;
        top: -30%;
        left: 50%;
        font-size: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .alert-box.ab-nsuccess::before {
        content: '\F62A';
        background: #f04f3a;
        color: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        border: 2px solid #e33c26;
        border-radius: 50%;
        box-shadow: 0 5px 15px #f04f3a;
        font-family: 'bootstrap-icons';
        position: absolute;
        top: -30%;
        left: 50%;
        font-size: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .alert-box .title {
        padding: 20px 0;
        position: relative;
    }

        .alert-box .title::before {
            content: '';
            background: #ccc;
            width: 140px;
            height: 2px;
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

    .alert-box.ab-success .title h5 {
        font-size: 25px;
        color: #02cd50;
    }

    .alert-box.ab-nsuccess .title h5 {
        font-size: 25px;
        color: #f04f3a;
    }

    .alert-box .desc {
        margin: 10px 0;
    }

    .alert-box .action {
        padding: 10px 0;
    }

/* end alert box */

/* end page payment */

/* start page 404 */

.not-found {
    background-image: url('../image/404.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    text-align: center;
}

    .not-found .title h1 {
        font-size: 35px;
        margin: 10px 0;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }


/* end page 404 */

/* start page compare */

.compare-title {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex;
}

    .compare-title i {
        margin-left: 10px;
    }

    .compare-title span {
        font-weight: bold;
        font-size: 20px;
    }

.compare table {
    border: 1px double #d7d7d7;
}

    .compare table tr {
        width: 100%;
    }

        .compare table tr th,
        .compare table tr td {
            font-size: 14px;
            vertical-align: middle;
            text-align: center;
            min-width: 220px;
            border: 1px double #d7d7d7;
        }

    .compare table td i {
        margin-left: 10px;
    }

    .compare table tr td:nth-child(1) {
        font-weight: bold;
    }

.td-head {
    font-size: 14px;
    text-align: right !important;
    background-color: rgba(238, 239, 241, 0.63) !important;
}

.compare-box {
    position: relative;
    padding: 15px 0;
}

    .compare-box .compare-delete {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        padding-bottom: 10px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

.compare-delete i {
    color: #333;
    cursor: pointer;
    font-size: 20px;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
}

.compare-delete span i:hover {
    color: #d12714;
}

.compare-add {
    display: flex;
    justify-content: center;
}

.compare-add-product {
    width: 220px;
    border: 1px dashed #cdcaca;
    height: 100%;
    padding: 30px 0;
}

.cap-title {
    margin: 10px 0;
}

.cap-icon i {
    font-size: 30px;
    color: #666;
}

.empty-cell {
    position: relative;
    text-align: center;
}

    .empty-cell:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background: #ccc;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

/* end page compare */

/* start page blog */

.blog-item .image {
    position: relative;
    display: inline-block;
}

    .blog-item .image::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.806) 100%);
    }

.box-icon {
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #ddd;
    border-radius: 5px;
    box-shadow: var(--shadow-md);
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-archive {
    margin-bottom: 10px;
}

    .blog-archive a {
        display: block;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }

        .blog-archive a:hover {
            padding-right: 5px;
        }

.blog-tag {
    background-color: #eee;
    box-shadow: var(--shadow-md);
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    transition: 0.3s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .blog-tag:hover {
        background-color: var(--main-color-two);
    }

        .blog-tag:hover a {
            color: #fff;
        }

/* end page blog */

/* start page blog-detail */

.blog-detail-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-desc p {
    font-size: 16px;
    line-height: 30px;
}

.blog-desc-foot .card {
    background: #f8f8f8;
    border: none;
}

/* end page blog-detail */

/* start pannel */

.profile-box-nav ul li a i {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.profile-box-nav ul {
    width: 100%;
}

    .profile-box-nav ul li {
        width: 100%;
        position: relative;
    }

        .profile-box-nav ul li::before {
            content: '';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            height: 50%;
            width: 3px;
            opacity: 0;
            background-color: var(--main-color-one);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .profile-box-nav ul li:hover::before {
            opacity: 1;
        }

        .profile-box-nav ul li a {
            display: block;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
        }

            .profile-box-nav ul li a:hover {
                color: var(--main-color-one);
            }

        .profile-box-nav ul li.active::before {
            content: '';
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            height: 50%;
            width: 3px;
            opacity: 1;
            background-color: var(--main-color-one);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .profile-box-nav ul li.active a {
            color: var(--main-color-one);
        }

/* end pannel */

/* page order-detail */

.orders {
    padding: 10px 0;
}

.order-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .order-item:nth-last-child(1) {
        padding-bottom: 0px;
        border-bottom: none;
    }

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-status-item p {
    font-weight: bold;
}

.order-item-status-item i {
    font-size: 25px;
    color: #009500;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.dropd-status i {
    font-size: 16px;
    color: #333;
}

.order-item-status-item span {
    margin-right: 5px;
}

.order-item-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .order-item-detail ul li {
        margin-left: 20px;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .order-item-detail ul li:nth-last-child(1) {
            padding-bottom: 0;
        }

        .order-item-detail ul li span {
            margin-left: 7px;
        }

.order-item-product-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.order-item-product-list-item {
    margin-left: 7px;
}

.order-item-show {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .order-item-show p {
        color: #052c8d;
        font-size: 14px;
    }

        .order-item-show p i {
            font-size: 20px;
            vertical-align: -webkit-baseline-middle;
            vertical-align: -moz-middle-with-baseline;
            margin-left: 5px;
        }

.order-item-comment {
    display: flex;
    justify-content: flex-end;
    color: #052c8d;
}

    .order-item-comment a {
        color: #052c8d;
    }

.product-list-row-lg .product-row-title span {
    font-size: 16px;
}

.order-progress span i {
    font-size: 25px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    color: #009500;
}

.order-progress .progress {
    height: 10px;
}

    .order-progress .progress .progress-bar {
        background-color: #05ae65;
    }

.notifi-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.notifi-desc {
    padding: 10px 0;
}

.dot-click i {
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
}

.auth-title-form {
    padding-top: 50px;
}


/* end page order-detail */

/* start mobile footer */
.mobile-footer {
    width: 100%;
}
/* end mobile footer */

/* start insta floating */



.insta-floating {
    position: fixed;
    right: 36px;
    bottom: 70px;
    z-index: 999999999;
}

    .insta-floating img {
        width: 70px;
    }

/* end insta floating */

/* start blog featured */

.blog-featured {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 25px 25px 10px 25px;
    margin-bottom: 20px;
    min-width: 100%;
    margin-top: 10px;
    box-shadow: var(--shadow-inner);
}

    .blog-featured .title {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 10px;
    border-bottom: 1px dashed #bbb; */
    }

        .blog-featured .title h4 {
            color: #6b6b6b;
            font-size: 20px;
            font-family: 'shabnam-title';
        }

        .blog-featured .title span {
            margin-right: 10px;
            font-weight: bold;
        }

            .blog-featured .title span:hover {
                color: var(--main-color-two);
            }

    .blog-featured .desc {
        margin-top: 10px;
    }

        .blog-featured .desc ul {
            list-style-type: decimal;
            padding: 0 20px;
        }

            .blog-featured .desc ul li a {
                font-size: 16px;
                color: #333;
                padding-bottom: 5px;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                transition: 0.2s ease;
                -webkit-transition: 0.2s ease;
                -moz-transition: 0.2s ease;
                -ms-transition: 0.2s ease;
                -o-transition: 0.2s ease;
            }

                .blog-featured .desc ul li a:hover {
                    color: var(--main-color-two);
                    border-bottom: 1px dashed var(--main-color-two);
                    font-weight: bold;
                }

/* end blog featured */

/* icon product box */


.icon-product-box {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icon-product-box-item {
    cursor: pointer;
    width: 100%;
    background: transparent;
    padding: 5px;
}

.summary .swiper-button-next,
.summary .swiper-button-prev {
    top: 70% !important;
}


.icon-product-box-item i {
    font-size: 22px;
}

.icon-product-box-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.pro_gallery {
    position: relative;
}

.special-label {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 500;
}

    .special-label img {
        width: 80px;
    }

/* end icon product box */

/* pro var */

.pro-var-responsive ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}

    .pro-var-responsive ul li {
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .pro-var-responsive ul li a, .pro-var-responsive ul li span {
            font-size: 14px;
            display: block;
            border: 1px solid #ddd;
            padding: 7px 10px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

            .pro-var-responsive ul li a.active, .pro-var-responsive ul li span.active {
                border-color: var(--main-color-one);
            }

.product-feature {
    border-top: 1px dashed #ccc;
}

/* end pro var */

/* multi seller */


.multi-seller {
    padding-bottom: 20px;
}

    .multi-seller .main-table th {
        padding: 20px 0;
        font-size: 14px;
        vertical-align: middle;
        text-align: center;
    }

    .multi-seller .content-box {
        box-shadow: var(--shadow-box);
    }

.table-responsive-mobile {
    padding: 10px 0;
}

    .table-responsive-mobile .trm-parent {
        margin-bottom: 20px;
        background: #fff;
        box-shadow: var(--shadow-box);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }


    .table-responsive-mobile .trm {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

        .table-responsive-mobile .trm .trm-item {
            flex: 0 0 calc(49.5% - 1px);
            max-width: calc(49.5% - 1px);
            padding: 20px 10px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

            .table-responsive-mobile .trm .trm-item:nth-child(1) {
                font-weight: bold;
            }

            .table-responsive-mobile .trm .trm-item:nth-child(2) {
                color: #717171;
            }

        .table-responsive-mobile .trm:nth-last-child(1) {
            border-bottom: none;
        }

        .table-responsive-mobile .trm .trm-item-full {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            padding: 25px 10px;
        }

.btn-add-cart-new {
    font-weight: bold;
    height: 100%;
    background: var(--main-color-three);
    border: 1px solid var(--main-color-three);
    outline: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s all ease;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

    .btn-add-cart-new:hover {
        background: transparent;
        color: var(--color-site);
    }

/* end multi seller */

/* product feature */


.shop-feature {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #f1f1f0;
    border-bottom: 6px solid #f1f1f0;
}

    .shop-feature ul {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .shop-feature ul li {
            margin: 0 10px;
            padding-left: 10px;
        }

            .shop-feature ul li img {
                width: 40px;
                margin: 5px auto;
                display: block;
            }

            .shop-feature ul li span {
                display: block;
                font-size: 12px;
                margin-top: 5px;
                color: var(--text-muted-two);
            }

/* end product feature */


/* start content product */

.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}

.box-tabs .nav-tabs .nav-link {
    border: 0 solid transparent;
}

    .box-tabs .nav-tabs .nav-link.active {
        border-top: 5px solid #00bfd6;
        border-radius: 0;
    }

.box-content h4 {
    color: #6f6f6f;
}

.box-content span {
    color: #6f6f6f;
    font-size: 15px;
}

.box-content .box_list .title {
    color: #4d4d4d;
}

.box-content .box_list i {
    vertical-align: -7px;
    color: #00bfd6;
}

.block {
    display: block;
}

.box_params_list p {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    min-height: 47px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.border_right_custom1 {
    border-right: 3px solid var(--main-color-one);
}

.border_right_custom2 {
    border-right: 3px solid var(--main-color-two);
}

.nav-tabs-custom {
    background: #F5F5F5;
}

.box_comment .bc1 {
    padding: 10px 33px 33px 60px;
}

.bc1 .row {
    background: #fcfcfc;
    border-radius: 5px;
}

.box_comment .progress_title,
.box_comment .progress_title2 {
    font-size: 14px !important;
}

.box_list p.title {
    font-weight: bold;
}

/* end content product */

/* add cart float */

.add-cart-float {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 850;
}

/* end add cart float */
.pro3_c74804efbf24404e19d108db440948fd {
    background: #0088ff21;
}