﻿@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'aviny';
    src: url('../fonts/aviny.ttf') format('truetype');
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/IRANYekanXFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/YekanFont/YekanBakh-Regular.woff') format('woff'), url('../fonts/YekanFont/YekanBakh-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'YekanBakhNoEn';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/YekanFont/YekanBakhNoEn-Bold.woff') format('woff'), url('../fonts/YekanFont/YekanBakhNoEn-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'MorabbaBoldFont';
    font-style: normal;
    src: url('../fonts/MorabbaFont/woff/Morabba-Bold.woff') format('woff'), url('../fonts/MorabbaFont/woff2/Morabba-Bold.woff2') format('woff2');
}

:root {
    /* --main: #ba9f84;*/
    --main: #dba265;
    --Brown: #dba265;
    --BrownDark: #947c64;
    --main-darker: #70a21a;
    --main-lighter: rgba(142,192,56,.5);
    --second: #FF096A;
    --red: #da2424;
    --gray: #F7F5F2;
    --grayTitle: #545454;
    --grayInputs: #f3f5f8;
    --grayBack: #f3f3f3;
    --grayBackButton: #cecece;
    --grayDark: #646464;
    --gray-lighter: #acadaf;
    --black: #292d35;
    --black-darker: #000003;
    --black-text: rgba(41,45,53,1);
    --black-light: rgba(41,45,53,.7);
    --white: #FFFFFF;
    --white-text: rgba(255,255,255,.75);
    --font-main: 'YekanBakh';
    --font-headers: 'aviny';
    --font-Yekan: 'YekanBakh';
    --font-Farsi: 'YekanBakhNoEn';
    --font-Morabba: 'MorabbaBoldFont';
    --ColorProductDetails-text: #01bf6f;
    --ColorOldPrice: #8c8c8c;
    --ColorPercent: #f16422;
    --ColorHeader: #fab528;
    --ColorTitle: #FA532C;
    --footerColor: rgb(55, 63, 80);
    --footerBottom: #131a2f;
    --theme-color: #0da487;
    --theme-color-rgb: 13, 164, 135;
    --Purple: #6658a6;
    --Blue: #356493;
    --Yellow: #fef100;
    --BluePercent: #98c0e9;
    --color-primary-700: #ef394e;
}

body {
    font-family: 'YekanBakh';
    font-size: 15px;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.colorMain {
    color: var(--main);
}

.GoldTitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .GoldTitle .goldSquare {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 7px;
        height: 7px;
        border-radius: 1px;
        margin-left: 5px;
    }

    .GoldTitle .title {
        color: #282828 !important;
        font-size: 15px;
        /*font-weight: bold;*/
    }

.dirLtr {
    direction: ltr;
}

.fontBold {
    font-weight: bold;
}

.fw500 {
    font-weight: 500;
}

.fs14 {
    font-size: 14px;
}

.fs13 {
    font-size: 13px;
}

.fs12 {
    font-size: 12px;
}

.fs11 {
    font-size: 11px;
}

.fontYekan {
    font-family: var(--font-Yekan);
}

.mr10 {
    margin-right: 10px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.grayDark {
    color: var(--grayDark);
}

.borderNone {
    border: none;
}

.LogoImage {
    max-height: 70px;
    align-items: center;
}

.topHeader {
    box-shadow: 0px 14px 12px -2px #f4f4f4;
    margin-bottom: 20px;
}

.HeaderBottom .HeaderRight {
    display: flex;
}

.HeaderBottom .frmMenu {
    margin-right: 10px;
}

.HeaderBottom .HeaderLogo {
    display: flex;
    align-items: center;
    height: 100%;
}

.HeaderBottom .MenuTop {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.HeaderBottom .HeaderBasket a {
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: .5s ease;
    background-color: var(--grayBack);
    color: var(--grayDark);
    text-decoration: none;
}

    .HeaderBottom .HeaderBasket a:hover {
        background-color: var(--gray-lighter);
    }

.HeaderBottom .HeaderDashboardProfile a {
    display: flex;
    height: 40px;
    /*width: 40px;*/
    font-size: 14px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background-color: var(--grayBack);
    color: var(--grayDark);
    padding: 10px;
    text-decoration: none;
}

    .HeaderBottom .HeaderDashboardProfile a:hover {
        background-color: var(--gray-lighter);
    }

    .HeaderBottom .HeaderDashboardProfile a i {
        margin-left: 5px;
        background-color: var(--white);
        color: var(--grayDark);
        padding: 5px;
        border-radius: 5px;
    }


.HeaderBottom .HeaderFavorite a {
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 17px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: .5s ease;
    background-color: var(--grayBack);
    color: var(--grayDark);
    text-decoration: none;
}

    .HeaderBottom .HeaderFavorite a:hover {
        background-color: var(--gray-lighter);
    }

.HeaderBottom .HeaderTextLink {
    display: block;
    color: var(--white);
    font-size: 14px;
    padding-bottom: 5px;
    transition: .5s ease;
}

    .HeaderBottom .HeaderTextLink span {
        display: block;
        font-weight: bold;
        color: var(--black);
    }

    .HeaderBottom .HeaderTextLink:hover {
        color: var(--main);
    }

.HeaderMiddle .navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly;
}

.HeaderBottom form {
    position: relative;
}

.HeaderBottom input[type=text] {
    padding: 10px 5px 10px 40px;
    background-color: var(--grayInputs);
    width: 400px;
    border: 0;
    border-radius: 5px;
    height: 35px;
    font-size: 12px;
}



    .HeaderBottom input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #afb0b2;
        opacity: 1; /* Firefox */
    }

    .HeaderBottom input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #afb0b2;
    }

    .HeaderBottom input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
        color: #afb0b2;
    }



.HeaderBottom .HeaderIconSearch {
    margin-top: 5px;
    margin-bottom: auto;
    color: var(--grayDark);
    position: absolute;
    left: 10px;
    font-size: 20px;
}

    .HeaderBottom .HeaderIconSearch button {
        border: unset;
        background-color: transparent;
        color: var(--grayDark);
    }

#DivSearchBox {
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    border-radius: 5px;
    height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 25px 10px;
    z-index: 100000;
}

    #DivSearchBox ul {
        list-style: none;
    }

        #DivSearchBox ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 14px;
            justify-content: flex-start;
        }

            #DivSearchBox ul li a {
                display: block;
                padding: 7px 10px;
                text-decoration: none;
                color: black;
            }

.divSearch {
    display: flex;
    align-items: center;
}

.HeaderBottom {
    display: flex;
    padding-bottom: 1px;
    padding-top: 1px;
    align-items: center;
    justify-content: space-around;
    background-color: var(--white);
}

    .HeaderBottom .MainMenu {
        display: flex;
        align-items: center;
    }

        .HeaderBottom .MainMenu .collapse {
            justify-content: flex-start;
        }

            .HeaderBottom .MainMenu .collapse ul {
                margin-right: 3px;
                padding: 0;
            }

                .HeaderBottom .MainMenu .collapse ul li a {
                    color: var(--footerBottom);
                    font-weight: unset;
                    display: flex;
                    height: 100%;
                    align-items: center;
                    margin-left: 10px;
                }

                    .HeaderBottom .MainMenu .collapse ul li a i {
                        margin-right: 5px;
                        font-size: 10px;
                        margin-left: 5px;
                    }

.HeaderMiddle {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px;
    border-top: 1px solid #e1e1e1;
    /*box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .07), 0 3px 1px -2px rgba(0, 0, 0, .06) !important;*/
    box-shadow: -15px 0px 10px -10px #cacaca;
}

    .HeaderMiddle .MainMenu {
        display: flex;
        align-items: center;
    }

        .HeaderMiddle .MainMenu .collapse {
            justify-content: flex-start;
        }

            .HeaderMiddle .MainMenu .collapse ul {
                margin-right: 3px;
                padding: 0;
            }

                .HeaderMiddle .MainMenu .collapse ul li a {
                    color: var(--grayDark);
                    font-weight: bold;
                    display: flex;
                    height: 100%;
                    align-items: center;
                    margin-left: 10px;
                    font-size: 11px;
                }

                    .HeaderMiddle .MainMenu .collapse ul li a:hover {
                        color: var(--main);
                    }

                    .HeaderMiddle .MainMenu .collapse ul li a i {
                        margin-right: 5px;
                        font-size: 10px;
                        margin-left: 5px;
                    }

    .HeaderMiddle .navbar-expand-lg .navbar-collapse {
        justify-content: space-evenly;
    }

    .HeaderMiddle .HeaderContactUs {
        box-shadow: -15px 0px 10px -10px #cacaca;
    }

        .HeaderMiddle .HeaderContactUs a {
            display: flex;
            color: var(--grayDark);
            font-size: 13px;
            align-items: center;
            /* justify-content: flex-end;*/
        }

            .HeaderMiddle .HeaderContactUs a i {
                color: var(--grayDark);
                font-size: 45px;
                transition: .5s ease;
                margin-left: 10px;
            }

            .HeaderMiddle .HeaderContactUs a span {
                display: block;
                color: var(--grayDark);
                font-size: 11px;
                font-weight: bold;
                padding-right: 10px;
                padding: 3px;
                font-family: 'IRANSansWeb';
            }

            .HeaderMiddle .HeaderContactUs a:hover {
                color: var(--grayDark);
            }

    .HeaderMiddle .BtnCat {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .HeaderMiddle .BtnCat nav,
        .HeaderMiddle .BtnCat .container-fluid {
            height: 100%;
        }

        .HeaderMiddle .BtnCat button {
            border: none;
            background-color: var(--main);
            color: var(--white);
            width: 250px;
            padding: 10px 0px;
            border-radius: 10px;
            font-family: var(--font-headers);
            font-size: 22px;
        }

            .HeaderMiddle .BtnCat button i {
                margin-left: 10px;
                font-size: 15px;
            }

.divCatMenu {
    margin-top: 15px;
}

.aCat {
    color: var(--grayDark);
    font-weight: bold;
    font-size: 12px;
}

    .aCat:hover {
        color: var(--main);
    }

.AdvertiseImage {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    flex-direction: column;
}

    .AdvertiseImage img {
        transition: all ease-in-out 1s;
        border-radius: 10px;
    }

/************************MegaMenu****************************************/
.DropContent {
    display: block;
    align-items: center;
    justify-content: space-evenly;
    transition: .5s ease;
}

    .DropContent:hover .MenuDrop {
        display: block;
        opacity: 1;
    }

.MenuDrop {
    display: none;
    position: absolute;
    background-color: var(--white);
    width: 800px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
    border-radius: 5px;
    transition: .5s ease;
    opacity: 0;
    padding: 15px;
}

    .MenuDrop .MenuDropInner {
        padding: 10px;
        border: 1px solid gray;
        border-radius: 10px;
    }

.menuGoods {
    border: none;
    border-radius: 15px;
    padding: 5px;
}

    .menuGoods .MainCat {
        background-color: #f2f1f7;
    }

        .menuGoods .MainCat .MainCatTitle {
            display: flex;
            flex-direction: row;
        }

            .menuGoods .MainCat .MainCatTitle h5 {
                font-weight: bold;
                direction: rtl;
            }

        .menuGoods .MainCat .divButton {
            direction: rtl;
            display: flex;
            flex-direction: row;
        }

            .menuGoods .MainCat .divButton span {
                color: #606063;
            }

            .menuGoods .MainCat .divButton i {
                color: #606063;
            }

.CatMenu {
    display: flex;
    background-color: transparent;
    border: none;
    height: 100%;
}

    .CatMenu button {
        background-color: transparent;
        border: none;
        font-size: 12px;
        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.divCat2 {
    display: flex;
    justify-content: space-between;
    background-color: var(--grayInputs);
    border: none;
    border-radius: 10px;
}

    .divCat2 span {
        padding: 10px;
        color: var(--ColorWritingPurple);
    }

    .divCat2 a {
        padding: 10px;
        color: var(--grayDark);
    }

        .divCat2 a i {
            margin-right: 5px;
            font-size: 13px !important;
        }

.divLinkAllCatMenu {
    display: flex;
    justify-content: space-around;
    background-color: var(--grayInputs);
    border: none;
    border-radius: 10px;
}

    .divLinkAllCatMenu span {
        padding: 10px;
        color: var(--ColorWritingPurple);
    }

    .divLinkAllCatMenu a {
        padding: 10px;
        color: var(--grayDark);
    }

        .divLinkAllCatMenu a i {
            margin-right: 5px;
            font-size: 13px !important;
        }

.aSeeAllCat {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #cea884 !important;
    margin-top: 12px;
    justify-content: space-between;
}

.SubMenu {
    list-style: none;
    padding: 0;
    margin: 15px 5px;
}

    .SubMenu .MenuTitle {
        /*padding: 5px 0px;*/
        font-size: 13px;
        font-weight: bold;
        /*border-right: 3px solid var(--Purple);*/
        padding-right: 5px;
        color: var(--grayDark);
        margin-bottom: 5px;
    }

        .SubMenu .MenuTitle a {
            transition: .5s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--grayDark);
            cursor: pointer;
            border-bottom: 1px solid #f3eded;
            padding-bottom: 10px;
        }

            .SubMenu .MenuTitle a .gold {
                background-color: #cea884 !important;
                color: #cea884 !important;
                width: 6px;
                height: 6px;
                border-radius: 1px;
                margin-left: 5px;
            }

            .SubMenu .MenuTitle a:hover {
                color: var(--main) !important;
            }

    .SubMenu .MenuItemTwo {
        padding: 4px 0px;
        font-size: 14px;
    }

        .SubMenu .MenuItemTwo a {
            transition: .5s ease;
            color: var(--black);
        }

            .SubMenu .MenuItemTwo a:hover {
                color: var(--main) !important;
            }


.FirstLink {
    min-height: 50px;
}

.AFirstLink {
    color: var(--grayDark);
    margin-left: 15px;
    transition: 0.5s all ease-in-out;
    font-weight: normal !important;
    font-size: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

    .AFirstLink:hover {
        color: var(--main);
    }

    .AFirstLink i {
        font-size: 12px;
        margin-right: 5px;
    }

.IndexMainMenu {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.UlMainMenu {
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-start !important;
}

    .UlMainMenu .DropContent {
        display: block;
        align-items: center;
        justify-content: space-evenly;
        transition: .5s ease;
    }

        .UlMainMenu .DropContent:hover .MenuDrop {
            display: block;
            opacity: 1;
        }

        .UlMainMenu .DropContent .MenuDrop {
            /*display: none;*/
            display: block;
            position: absolute;
            background-color: var(--white);
            width: 100%;
            right: 0;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 11;
            border-radius: 5px;
            transition: .5s ease;
            opacity: 1;
            /* opacity: 0;*/
            padding: 15px;
        }

            .UlMainMenu .DropContent .MenuDrop .SubMenu {
                list-style: none;
                padding: 0;
                margin: 15px 10px;
            }

                .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuTitle {
                    /*padding: 5px 0px;*/
                    font-size: 16px;
                    font-weight: bold;
                    border-right: 3px solid var(--second);
                    padding-right: 5px;
                    color: var(--black);
                    margin-bottom: 5px;
                }

                    .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuTitle a {
                        transition: .5s ease;
                    }

                        .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuTitle a:hover {
                            color: var(--main) !important;
                        }

                .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuItemTwo {
                    padding: 4px 0px;
                    font-size: 14px;
                }

                    .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuItemTwo a {
                        transition: .5s ease;
                        color: var(--black);
                    }

                        .UlMainMenu .DropContent .MenuDrop .SubMenu .MenuItemTwo a:hover {
                            color: var(--main) !important;
                        }


.Cat2Item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e1dcdc;
    padding-right: 10px;
}

    .Cat2Item .Cat2Title {
        color: black;
        margin-top: 5px;
    }

    .Cat2Item .Cat2Link {
        color: var(--grayDark);
        margin-top: 15px;
        font-size: 13px;
    }

/********************************************************footer********************************************************************/
.footer {
    /*background: #947c64;*/
    z-index: 1;
    padding: 40px 0px 20px 0px;
    position: relative;
    color: var(--white);
    background-image: url('../images/FOOTER.jpg');
    font-family: var(--font-Yekan);
}

    .footer .colorTitleFooter {
        color: #e1c9b1;
        font-weight: normal;
        font-size: 13px !important;
    }

    .footer .MenuUl ul {
        padding: 6px;
    }

        .footer .MenuUl ul li {
            display: block;
            list-style: none;
            padding: 0 0 5px;
        }

            .footer .MenuUl ul li a {
                color: var(--white);
                background: linear-gradient( to right, var(--Brown), var(--Brown), 50%, #fff 50%);
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                background-size: 200%, 100%;
                background-position: 100%;
                transition: 0.5s all ease-out;
                font-size: 12px;
            }

                .footer .MenuUl ul li a span {
                    margin-left: 5px;
                }

                .footer .MenuUl ul li a:hover {
                    background-position: 0;
                }



    .footer .FooterLogo {
        position: absolute;
        top: -70px;
        width: 20%;
    }

        .footer .FooterLogo a {
            display: inline-block;
            width: 90%;
        }

        .footer .FooterLogo img {
            /*max-height: 100px;*/
            margin-bottom: 10px;
        }

    .footer .FooterDescription {
        text-align: justify;
        font-family: 'YekanBakh';
        font-size: 12px;
    }

        .footer .FooterDescription h5 {
            color: white;
            font-size: 15px;
        }

    .footer .FooterSocialMedia {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

        .footer .FooterSocialMedia a {
            font-size: 15px;
            width: 50px;
            height: 50px;
            background-color: transparent;
            line-height: 33px;
            text-align: center;
            color: white;
            margin-right: 6px;
            position: relative;
            z-index: 1;
            transition: 0.5s ease-in-out;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }


            .footer .FooterSocialMedia a:hover {
                color: white;
                background-color: var(--main);
                cursor: pointer;
            }



    .footer .FooterContactus {
        display: flex;
        flex-direction: column;
    }

        .footer .FooterContactus .FooterContactusIcon {
            display: flex;
        }

            .footer .FooterContactus .FooterContactusIcon i {
                font-size: 20px;
                color: #e1c9b1;
                margin-left: 12px;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

        .footer .FooterContactus .FooterContactusContent {
            display: inline-block;
            font-size: 14px;
            /*line-height: 30px;*/
            margin-top: 10px;
        }

            .footer .FooterContactus .FooterContactusContent .spanLtr {
                display: inline-block;
                direction: ltr;
                font-weight: bold;
                color: white;
                font-size: 18px;
                padding-right: 30px;
                font-family: IRANSans;
            }

            .footer .FooterContactus .FooterContactusContent .spanLtrEmail2 {
                display: inline-block;
                direction: ltr;
                font-weight: bold;
                color: white;
                font-size: 14px;
                padding-right: 30px;
            }

            .footer .FooterContactus .FooterContactusContent .spanAddr {
                display: inline-block;
                font-weight: bold;
                color: white;
                font-size: 10px;
                font-family: IRANSans;
            }

    .footer .FooterTitle {
        color: #e1c9b1;
        font-size: 14px;
    }

.IconMap i {
    background-color: #209ffa !important;
}

.IconEmail i {
    background-color: #fec931 !important;
}

.footer .SubScribeBgEnd {
    color: white;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    font-size: 13px;
}

.footer .FooterDesign {
    padding: 22px 35px;
    background-color: #212121;
}

    .footer .FooterDesign a {
        color: var(--white);
        text-decoration: none;
    }

.footer .FooterPolicy {
    text-align: left
}



    .footer .FooterPolicy span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .FooterPolicy a {
        text-decoration: none;
        background: linear-gradient( to right, var(--main), var(--main), 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
        transition: 0.5s all ease-out;
        color: var(--white);
    }

        .footer .FooterPolicy a:hover:hover {
            background-position: 0;
        }


.footer .backLogoFooter {
    background-color: var(--main);
    border-radius: 10px;
}

    .footer .backLogoFooter img {
        width: 65px;
        height: 65px;
        display: inline-block;
        border-radius: 10px;
    }



@media (max-width: 992px) {
    .footer {
        padding: 20px 0px 80px 0px;
        background-image: url('../images/FOOTERMOB.png');
    }

    .FooterBottom .AlignRight {
        text-align: center;
    }

    .FooterBottom .AlignLeft {
        text-align: center;
        margin-top: 10px;
    }

    .Footer .FooterTitle {
        font-family: IRANSans;
        color: var(--Brown);
    }

    .footer .ProductWarranty {
        padding: 0px 0px 35px 0px;
    }

        .footer .ProductWarranty .ProductWarrantyItem {
            background-color: var(--gray);
            padding: 15px 5px;
            border-radius: 15px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

            .footer .ProductWarranty .ProductWarrantyItem img {
                margin-left: 5px;
                max-height: 35px;
            }


            .footer .ProductWarranty .ProductWarrantyItem span {
                font-family: var(--font-headers);
                font-size: 15px;
            }

    .footer footerNewsletterBoxed {
        display: flex;
        flex-direction: column;
    }

    .footer .SubscribeTitle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .footer .SubscribeTitle h2 {
            font-size: 18px;
        }

    .footer .ContactForm .ContactBoxSubscribe input {
        font-size: 14px;
        height: 55px;
        width: 200px;
        outline: none;
        display: block;
        color: #ffffff;
        padding: 0px 30px;
        border: 1px solid #272727;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }

    .footer .ContactBoxSubscribe {
        /*flex-direction: column;*/
    }

    .footer .ContactForm .ContactBoxSubscribe button {
        width: 55px;
        height: 55px;
        font-size: 18px
    }

    .footer .FooterLogo {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .footer .FooterDescription {
        margin-top: 10px;
        font-size: 14px;
        text-align: justify;
    }

    .footer .FooterDesign {
        text-align: center;
    }

    .footer .FooterPolicy {
        text-align: center;
        margin-bottom: 10px;
    }

    .footerNewsletterBoxed {
        flex-direction: column;
    }

    .footer .FooterDescription h5 {
        color: white;
        font-size: 11px;
    }

    .footer .FooterContactus .FooterContactusContent .spanLtrEmail {
        font-size: 12px;
        display: inline-block;
        direction: ltr;
        font-weight: bold;
        color: white;
        padding-right: 30px;
        font-family: IRANSans;
    }

    .footer .FooterTitle {
        font-family: IRANSans;
        color: var(--Brown);
        font-size: 12px;
    }

    .footer .PaddingBottomMobile {
        padding-bottom: 75px;
    }

    .footer .FooterSocialMedia a {
        font-size: 30px;
    }

    .footer .SubScribeBgEnd {
        color: white;
        text-align: center;
        font-family: IRANSans;
        font-weight: 700;
        font-size: 13px;
        margin-top: 35px;
    }
}

/*********************Slider******************/
.SliderButtonRight {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    top: unset;
    color: var(--main);
    bottom: 6%;
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    background-color: #684124;
}

    .SliderButtonRight i {
        font-size: 22px;
    }

    .SliderButtonRight:hover {
        color: var(--black);
        border: 1px solid var(--main);
        background-color: var(--Brown);
    }

.SliderButtonLeft {
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    top: unset;
    color: var(--main);
    bottom: 6%;
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    background-color: #684124;
}

    .SliderButtonLeft i {
        font-size: 22px;
    }

    .SliderButtonLeft:hover {
        color: var(--black);
        border: 1px solid var(--main);
        background-color: var(--Brown);
    }

.SliderImage {
    padding: 0px 0px;
}

    .SliderImage img {
        border-radius: 10px;
    }

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    padding: 3px;
    margin: 2px;
    background-color: var(--main);
    margin-bottom: 10px;
}

.divSliderCat {
    background: radial-gradient(circle, rgba(218, 193, 169, 1) 0%, rgba(148, 124, 100, 1) 100%);
    color: var(--white);
    border-radius: 10px;
}

.searchCat {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .searchCat h5 {
        display: block;
        font-family: var(--font-Morabba);
        font-weight: bold;
        font-size: 25px;
    }

    .searchCat p {
        font-size: 11px;
    }

    .searchCat a {
        display: flex;
        align-items: center;
        border-radius: 15px;
        color: #866e56 !important;
        background-color: #dfc6ae;
        padding: 7px 15px 7px 15px;
        font-family: YekanBakh;
        font-size: 11px;
    }

        .searchCat a i {
            margin-right: 5px;
        }

.CatImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.AmazingBox {
    background-color: var(--grayInputs);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}



    .AmazingBox .amzTitle {
        display: flex;
        flex-direction: column;
    }

    .AmazingBox .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .AmazingBox .spanEng {
        color: #939bb3;
        display: block;
        font-size: 13px;
    }

    .AmazingBox .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        padding: 10px 15px 10px 15px;
        font-size: 12px;
        justify-content: flex-end;
        align-items: center;
    }

        .AmazingBox .aShowAll .seeAll {
            color: #464646;
            display: flex;
            padding: 10px 15px 10px 1px;
            font-size: 11px;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }

    .AmazingBox a i {
        background-color: #ceae8e;
        color: white;
        margin-right: 5px;
        border-radius: 10px;
        padding: 5px 10px 5px 10px;
        font-size: 20px;
        margin-left: 5px;
    }


.AmazingBoxButtonRight {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.AmazingBoxButtonLeft {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.BtnPrevSliderAmazing {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    margin-left: 15px;
    border: none;
}

    .BtnPrevSliderAmazing i {
        font-size: 15px;
    }

    .BtnPrevSliderAmazing:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.BtnNextSliderAmazing {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    border: none;
}

    .BtnNextSliderAmazing i {
        font-size: 15px;
    }

    .BtnNextSliderAmazing:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.AmazingBox .AmazingImg {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.AmazingBox .descAmaazing {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

    .AmazingBox .descAmaazing h5 {
        font-weight: bold;
        color: #373737;
    }

    .AmazingBox .descAmaazing .spanEngAmazing {
        color: #434343;
    }

    .AmazingBox .descAmaazing .Describe {
        color: var(--grayTitle);
        font-size: 10px;
        text-align: justify;
        line-height: 20px;
    }

        .AmazingBox .descAmaazing .Describe .proprty {
            color: var(--grayTitle);
            font-size: 10px;
            text-align: justify;
            line-height: 20px;
            display: flex;
            justify-content: space-between;
        }

    .AmazingBox .descAmaazing .link {
        display: flex;
        justify-content: space-around;
        direction: rtl;
    }

        .AmazingBox .descAmaazing .link .aBuy {
            font-weight: bold;
            color: var(--white);
            background-color: #ba9f84;
            text-decoration: none;
            padding: 5px 15px 5px 15px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 13px;
        }

            .AmazingBox .descAmaazing .link .aBuy i {
                font-size: 13px;
            }

        .AmazingBox .descAmaazing .link .aSee {
            font-weight: bold;
            color: #d3b597;
            border: 1px solid #d3b597;
            text-decoration: none;
            padding: 5px 15px 5px 15px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 13px;
        }

            .AmazingBox .descAmaazing .link .aSee i {
                font-size: 13px;
                color: #d3b597;
                background-color: transparent;
            }

    .AmazingBox .descAmaazing .amazeLeft {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

.AmazingBox .time {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

    .AmazingBox .time .number {
        color: var(--white);
        background-color: #373737;
        padding: 5px 10px 5px 10px;
        font-weight: bold;
        font-family: 'IRANSansWeb';
    }

    .AmazingBox .time .dot {
        color: var(--black);
        font-weight: bold;
        font-size: 22px;
    }

.AmazingBox .AmazingTumbImg {
    margin-top: 10px;
}

    .AmazingBox .AmazingTumbImg img {
        width: 25%;
        background-color: #efefef;
        border-radius: 10px;
        padding: 0px;
    }

        .AmazingBox .AmazingTumbImg img:hover {
            background-color: transparent;
            border: 1px solid #9e7d5d;
        }

.AmazingBox .price {
    margin-top: 10px;
}

.AmazingBox .spanOldPriceAmazing {
    color: var(--grayDark);
    font-family: 'IRANSansWeb';
}

.AmazingBox .spanPriceAmazing {
    color: var(--BrownDark);
    font-weight: bold;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'IRANSansWeb';
}






.NewBox {
    /*background-color: var(--grayInputs);*/
    padding-top: 30px;
    padding-bottom: 30px;
}

    .NewBox .backGray {
        background-color: #f5f5f5;
    }

    .NewBox .NewTitle {
        display: flex;
        flex-direction: column;
    }

    .NewBox .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .NewBox .spanEng {
        color: #939bb3;
        display: block;
        font-size: 13px;
    }

    .NewBox .NewCats {
        display: flex;
        color: var(--grayTitle);
        justify-content: space-around;
        align-items: center;
        padding-top: 15px;
    }

        .NewBox .NewCats a {
            text-decoration: none;
            padding: 5px 10px 5px 10px;
            color: #aeaeae !important;
            box-shadow: -15px 0px 10px -10px #cacaca;
            background-color: transparent;
            border-radius: 5px;
            font-size: 14px;
        }

            .NewBox .NewCats a:hover {
                color: #bea58c !important;
                box-shadow: 0 1px 5px rgba(206,174,142,.5),0 0px 0px rgba(206,174,142,.22);
            }

    .NewBox .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        font-size: 11px;
        align-items: center;
        padding-top: 5px;
    }

        .NewBox .aShowAll .seeAll {
            color: #464646;
            display: flex;
            padding: 5px 5px;
            font-size: 10px;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }

    .NewBox a i {
        background-color: #ceae8e;
        color: white;
        margin-right: 5px;
        border-radius: 10px;
        padding: 10px 15px;
        font-size: 15px;
    }

        .NewBox a i:hover {
            border: 1px solid black;
        }

    .NewBox .SlideNewBox {
        position: relative;
    }

.NewProductButtonRight {
    position: absolute;
    right: -10px;
    z-index: 1000;
    top: calc(50% - 60px);
}

.NewProductButtonLeft {
    position: absolute;
    left: -25px;
    z-index: 1000;
    top: calc(50% - 60px);
}

.btnprevsliderNew {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    margin-left: 15px;
    border: none;
}

    .btnprevsliderNew i {
        font-size: 15px;
    }

    .btnprevsliderNew:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.btnnextsliderNew {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    border: none;
}

    .btnnextsliderNew i {
        font-size: 15px;
    }

    .btnnextsliderNew:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.btnprevsliderMost {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    margin-left: 15px;
    border: none;
}

    .btnprevsliderMost i {
        font-size: 15px;
    }

    .btnprevsliderMost:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.btnnextsliderMost {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    border: none;
}

    .btnnextsliderMost i {
        font-size: 15px;
    }

    .btnnextsliderMost:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }



.NewBox .ProductDescription {
    font-size: 15px;
    color: var(--grayDark);
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

    .NewBox .ProductDescription h5 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #464646;
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .NewBox .ProductDescription p {
        margin-bottom: 25px;
        color: var(--black);
        text-align: center;
        line-height: 25px;
    }

    .NewBox .ProductDescription img:hover {
        transform: scale(0.8);
        transition: all .5s;
    }

    .NewBox .ProductDescription .ImageProduct {
        /*background-color: var(--gray);*/
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
    }

        .NewBox .ProductDescription .ImageProduct img {
            border-radius: 10px;
            box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.05) !important;
        }

    .NewBox .ProductDescription .ProductPrice {
        margin-bottom: 10px;
    }

        .NewBox .ProductDescription .ProductPrice .oldPrice {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .NewBox .ProductDescription .ProductPrice .oldPrice .spanDiscount {
                background-color: #ffa123;
                color: white;
                border-radius: 5px;
                font-size: 10px;
                padding: 5px 10px 5px 10px;
                font-family: 'IRANSansWeb';
            }

        .NewBox .ProductDescription .ProductPrice span {
            color: var(--black);
            font-weight: bold;
            font-size: 13px;
            font-family: 'IRANSansWeb';
        }

        .NewBox .ProductDescription .ProductPrice del {
            color: var(--grayDark);
            font-size: 13px;
            font-family: 'IRANSansWeb';
        }

.NewBox .link {
    display: flex;
    justify-content: space-around;
    direction: rtl;
}

    .NewBox .link .aBuy {
        font-weight: bold;
        color: var(--white);
        background-color: #be926d;
        text-decoration: none;
        padding: 5px 8px 5px 8px;
        border-radius: 10px;
        font-size: 8px;
        display: flex;
        align-items: center;
    }

        .NewBox .link .aBuy i {
            background-color: var(--Brown);
            color: white;
            margin-right: 5px;
            border-radius: 15px;
            padding: 5px;
            font-size: 10px;
            margin-left: 5px;
        }

        .NewBox .link .aBuy:hover {
            /*padding: 5px 10px 5px 10px;*/
            font-size: 10px;
            width: 100%
        }

        .NewBox .link .aBuy i:hover {
            font-size: 11px;
        }

.card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-height: 250px;
    max-width: 250px;
}


.MediaBox {
    background-color: var(--grayInputs);
    padding-top: 30px;
    padding-bottom: 30px;
}

    .MediaBox .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        padding: 10px 15px 10px 1px;
        font-size: 12px;
        justify-content: flex-end;
        align-items: center;
    }

        .MediaBox .aShowAll .seeAll {
            color: #464646;
            display: flex;
            padding: 10px 15px 10px 1px;
            font-size: 11px;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }



    .MediaBox a i {
        background-color: #ceae8e;
        color: white;
        margin-right: 5px;
        border-radius: 10px;
        padding: 10px 15px;
        font-size: 15px;
    }

        .MediaBox a i:hover {
            border: 1px solid black;
        }

    .MediaBox .amzTitle {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .MediaBox .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .MediaBox .spanEng {
        color: #939bb3;
        display: block;
        font-size: 13px;
    }

.MediaBoxButtonRight {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.MediaBoxButtonLeft {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.BtnPrevSliderMedia {
    display: flex;
    width: 25px;
    height: 25px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    margin-left: 15px;
    border: none;
}

    .BtnPrevSliderMedia i {
        font-size: 13px;
    }

    .BtnPrevSliderMedia:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.BtnNextSliderMedia {
    display: flex;
    width: 25px;
    height: 25px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    border: none;
}

    .BtnNextSliderMedia i {
        font-size: 13px;
    }

    .BtnNextSliderMedia:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }


.MediaBox .MediaCard {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none;
    perspective: 1000px;
    margin: 5px;
}

    .MediaBox .MediaCard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.9s cubic-bezier(.4, .2, .2, 1);
        backface-visibility: hidden;
    }

    .MediaBox .MediaCard span {
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: calc(50% - 85px);
        align-items: center;
        justify-content: space-evenly;
        font-size: 14px;
    }

        .MediaBox .MediaCard span i {
            color: white;
            padding: 10px;
            margin-right: 0px;
            border-radius: 50%;
            border: 2px solid white;
            background-color: transparent !important;
        }

    .MediaBox .MediaCard .MediaName {
        position: absolute;
        bottom: 0;
        width: 90%;
        padding: 5px 0px 5px 0px;
        color: #fff;
        text-align: center;
        font-size: 0.95rem;
        font-weight: 600;
        z-index: 3;
        background: radial-gradient(circle, rgba(105, 105, 107, 1) 0%, rgba(178, 178, 178, 1) 100% 100%);
        opacity: 0.9;
        left: 10px;
        border-radius: 10px;
        height: 50px;
        bottom: 10px;
        text-align: right;
    }

        .MediaBox .MediaCard .MediaName h6 {
            padding: 5px;
            height: 20px;
            font-size: 13px;
        }

        .MediaBox .MediaCard .MediaName p {
            text-align: left;
            padding-left: 15px;
            font-size: 11px;
            font-family: 'IRANSansWeb';
        }


.BrandBox {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .BrandBox .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        padding: 10px 15px 10px 15px;
        font-size: 11px;
        justify-content: flex-end;
        align-items: center;
    }

    .BrandBox a i {
        background-color: var(--Brown);
        color: white;
        margin-right: 5px;
        border-radius: 15px;
        padding: 10px;
        font-size: 15px;
    }

    .BrandBox .amzTitle {
        display: flex;
        flex-direction: column;
        font-weight: bold;
    }

    .BrandBox .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .BrandBox .spanEng {
        color: #939bb3;
        display: block;
        font-size: 13px;
    }

    .BrandBox .brand {
        margin-top: 1px;
        border: none;
        background-color: #FFFFFF;
        border-radius: 15px;
    }


.NewsBox {
    /*background-color: var(--grayInputs);*/
    padding-top: 30px;
    padding-bottom: 30px;
}

    .NewsBox .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        padding: 10px 15px 10px 1px;
        font-size: 12px;
        justify-content: flex-end;
        align-items: center;
    }

        .NewsBox .aShowAll .seeAll {
            color: #464646;
            display: flex;
            padding: 10px 15px 10px 1px;
            font-size: 11px;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }


    .NewsBox a i {
        background-color: #ceae8e;
        color: white;
        margin-right: 5px;
        border-radius: 10px;
        padding: 10px 15px;
        font-size: 15px;
    }

        .NewsBox a i:hover {
            border: 1px solid black;
        }

    .NewsBox .amzTitle {
        display: flex;
        flex-direction: column;
    }

    .NewsBox .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .NewsBox .spanEng {
        color: #939bb3;
        display: block;
        font-size: 13px;
    }

.NewsBoxButtonRight {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.NewsBoxButtonLeft {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.BtnPrevSliderNews {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    margin-left: 15px;
    border: none;
}

    .BtnPrevSliderNews i {
        font-size: 15px;
    }

    .BtnPrevSliderNews:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.BtnNextSliderNews {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    border: none;
}

    .BtnNextSliderNews i {
        font-size: 15px;
    }

    .BtnNextSliderNews:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }


.NewsBox .NewsDescription {
    font-size: 15px;
    color: var(--grayDark);
    display: inline-block;
    text-align: center;
    padding: 0px 0px 5px 0px;
    background-color: white;
    margin: 2px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 9px 5px #f4f4f4;
}

    .NewsBox .NewsDescription h6 {
        font-size: 10px;
        /* margin-bottom: 10px; */
        /* margin-top: 10px; */
        color: var(--grayDark);
        /* font-weight: bold; */
        text-align: center;
        /* line-height: 15px; */
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px;
        /* height: 60px; */
        text-align: right;
    }

    .NewsBox .NewsDescription p {
        margin-bottom: 2px;
        color: #b7bec4;
        text-align: left;
        /* line-height: 25px; */
        margin-left: 5px;
        font-size: 9px;
        font-family: 'IRANSansWeb';
    }

        .NewsBox .NewsDescription p i {
            background-color: white;
            color: #b7bec4;
            padding: 5px;
            margin-right: 2px;
            /* border-radius: 5px; */
            font-size: 10px;
        }

    .NewsBox .NewsDescription img {
        border-radius: 10px 10px 0px 0px;
    }

        .NewsBox .NewsDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }

.slogan {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .slogan .sloganInner {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

        .slogan .sloganInner .sloganItem {
            display: flex;
            flex-direction: row;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .slogan .sloganInner .nBorder {
            border: none !important;
        }

        .slogan .sloganInner .sloganItem .sloganWrap {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .slogan .sloganInner .sloganItem .sloganWrap .imgBox {
                display: flex !important;
                justify-content: center;
                align-items: center;
                background-color: #f7f7f7;
                border-radius: 10px;
            }

                .slogan .sloganInner .sloganItem .sloganWrap .imgBox span {
                    color: #69727d;
                    display: inline-block;
                    font-size: 70px;
                    line-height: 1;
                    text-align: center;
                    transition: all .3s;
                }

                .slogan .sloganInner .sloganItem .sloganWrap .imgBox svg {
                    display: block;
                    height: 1em;
                    position: relative;
                    width: 1em;
                }

                .slogan .sloganInner .sloganItem .sloganWrap .imgBox img {
                    display: block;
                    height: 1em;
                    position: relative;
                    width: 1em;
                }

            .slogan .sloganInner .sloganItem .sloganWrap .ContentBox {
                display: flex !important;
                flex-direction: column;
                text-align: right;
                margin: 10px;
            }

                .slogan .sloganInner .sloganItem .sloganWrap .ContentBox .ContentBoxtitle {
                    font-size: 11px;
                    color: var(--black);
                    font-weight: 700;
                    line-height: 2.2rem;
                }

                .slogan .sloganInner .sloganItem .sloganWrap .ContentBox p {
                    font-size: 10px;
                    color: gray !important;
                    font-weight: bold;
                }

.Product {
    padding: 10px 15px 20px 15px;
    background-color: #FFFFFF;
}

    .Product .AddrssBar.breadcrumb {
        padding: 10px 100px 10px 10px;
        border-radius: 5px;
        margin-top: 10px;
        color: var(--grayDark);
        display: flex;
        align-items: center;
        font-size: 11px;
    }

        .Product .AddrssBar.breadcrumb a.catParent {
            margin-left: 5px;
            margin-right: 5px;
            color: #ababab;
            font-size: 11px;
        }

        .Product .AddrssBar.breadcrumb a.catChild {
            margin-left: 5px;
            margin-right: 5px;
            color: #727272;
            font-weight: 600;
            font-size: 11px;
        }

    .Product .AllProduct {
        /*background-color: var(--grayInputs);*/
        margin-top: 30px;
        border-radius: 15px;
    }

    .Product .Cat {
        border: none;
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }





        .Product .Cat a {
            margin-top: 1px;
            border: none;
            background-color: #dfddde;
            border-radius: 50px;
            min-height: 60px;
            position: relative;
            display: inline-block;
            width: 100%;
        }

            .Product .Cat a:hover {
                background-color: #e0c8ae;
                color: #73502d;
            }

                .Product .Cat a:hover .SpanTitle {
                    color: #73502d;
                }

                .Product .Cat a:hover .divImageCatProduct img {
                    opacity: 1;
                }

        .Product .Cat .divInner {
            padding: 10px 15px;
            color: #565656;
        }

        .Product .Cat a .divImageCatProduct {
            position: absolute;
            left: 0;
            top: -30px;
            z-index: 10000;
        }

        .Product .Cat .divImageCatProduct img {
            width: 70px;
            opacity: 0;
        }

        .Product .Cat .SpanTitle {
            display: block;
            font-size: 13px;
            font-weight: bold;
        }

        .Product .Cat .spanEng {
            display: block;
            font-size: 13px;
        }

        .Product .Cat a:hover .spanEng {
            color: #73502d;
        }

        .Product .Cat span {
            opacity: 1;
        }

            .Product .Cat span:hover {
                opacity: 1;
            }

    .Product .count {
        text-align: left;
        background: linear-gradient(90deg, rgba(229, 204, 181, 1) 0%, rgba(251, 246, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
        color: var(--BrownDark);
        border-radius: 5px;
        padding-left: 10px;
        padding-top: 5px;
    }

        .Product .count span {
            color: var(--BrownDark);
            font-size: 12px;
            font-family: 'IRANSansWeb';
            font-weight: bold;
        }

    .Product .type {
        padding-top: 5px;
        display: flex;
        align-items: center;
    }

        .Product .type span {
            color: var(--black);
            font-size: 14px;
            font-weight: bold;
        }

        .Product .type .gold {
            background-color: #cea884 !important;
            color: #cea884 !important;
            width: 6px;
            height: 6px;
            border-radius: 1px;
            margin-left: 5px;
        }

        .Product .type a {
            text-decoration: none;
            margin-right: 15px;
        }


            .Product .type a .title {
                color: #b3b3b3;
                text-decoration: none;
                font-size: 11px;
                font-weight: normal;
                box-shadow: -15px 0px 10px -10px #cacaca;
                padding: 15px 10px 15px 10px;
            }

                .Product .type a .title:hover {
                    color: #bfa78f;
                }

    .Product .AllProduct .BorderProduct {
        margin-bottom: 30px;
    }

    .Product .AllProduct .ProductDescription {
        font-size: 15px;
        color: var(--grayDark);
        display: inline-block;
        text-align: center;
        padding-top: 5px;
        margin-bottom: 10px;
    }

        .Product .AllProduct .ProductDescription .ImageProduct .minH {
            height: 85px;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: space-evenly;
        }

            .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 5px;
            }

                .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor ul {
                    list-style: none;
                    margin-top: 0px;
                    margin-bottom: 0px;
                    padding: 0px;
                }

                    .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor ul li {
                        display: inline-block;
                    }

                        .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor ul li .CircleColor {
                            float: left;
                            height: 20px;
                            width: 20px;
                            border-radius: 5px;
                            margin-left: 5px;
                            display: flex;
                            align-items: center;
                            justify-content: space-evenly;
                            margin-top: 5px;
                        }

                .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor .MoreColor {
                    display: flex;
                    align-items: center;
                }

                    .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor .MoreColor .more {
                        font-family: 'IRANSansWeb';
                        font-size: 12px;
                        font-weight: bold;
                        color: #8b8b8b;
                    }

                    .Product .AllProduct .ProductDescription .ImageProduct .minH .NameColor .MoreColor i {
                        font-size: 14px;
                        font-weight: bold;
                        color: #8b8b8b;
                        margin-right: 4px;
                    }

        .Product .AllProduct .ProductDescription h5 {
            font-size: 13px;
            color: #464646;
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

        .Product .AllProduct .ProductDescription p {
            margin-bottom: 25px;
            color: var(--black);
            text-align: center;
            line-height: 25px;
        }

        .Product .AllProduct .ProductDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }

        .Product .AllProduct .ProductDescription .ImageProduct {
            /*background-color: var(--gray);*/
            border-radius: 5px;
            margin-right: 5px;
            margin-left: 5px;
            position: relative;
        }

            .Product .AllProduct .ProductDescription .ImageProduct img {
                border-radius: 5px;
                box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.05) !important;
            }

        .Product .AllProduct .ProductDescription .ProductPrice {
            margin-bottom: 10px;
        }

            .Product .AllProduct .ProductDescription .ProductPrice .oldPrice {
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                .Product .AllProduct .ProductDescription .ProductPrice .oldPrice .spanDiscount {
                    background-color: #ffa123;
                    color: white;
                    border-radius: 5px;
                    font-size: 9px;
                    padding: 5px 10px 5px 10px;
                    margin-right: 5px;
                    font-family: 'IRANSansWeb';
                }

            .Product .AllProduct .ProductDescription .ProductPrice span {
                color: var(--black);
                font-weight: bold;
                font-size: 13px;
                float: left;
                padding-top: 5px;
                font-family: 'IRANSansWeb';
            }

                .Product .AllProduct .ProductDescription .ProductPrice span.toman {
                    color: #5d5d5d;
                    font-weight: bold;
                    font-size: 13px;
                    float: left;
                    padding-top: 0px !important;
                    margin-right: 5px;
                }

            .Product .AllProduct .ProductDescription .ProductPrice del {
                color: var(--grayDark);
                font-size: 13px;
                font-family: 'IRANSansWeb';
            }


    .Product .AllProduct .link {
        display: flex;
        justify-content: space-around;
        direction: rtl;
        width: 100%;
        align-items: center;
        height: 100%;
        margin-right: 5px;
    }

        .Product .AllProduct .link .aBuy {
            font-weight: bold;
            color: var(--white);
            background-color: #bf9b75;
            text-decoration: none;
            padding: 15px 15px 15px 15px;
            border-radius: 10px;
            font-size: 10px;
            display: block;
        }

            .Product .AllProduct .link .aBuy i {
                margin-left: 5px;
            }

.divFilter {
    border: none;
    border-radius: 5px;
    background-color: white;
    color: var(--grayDark);
    padding-top: 5px;
    padding-bottom: 15px;
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;
}

.acollapse {
    text-decoration: none;
    color: var(--grayDark);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aCharacter {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.divFilter .Ptitle {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    color: black;
    margin-right: 15px;
    margin-left: 15px;
}

.divFilter .FilterTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    color: var(--grayDark);
}

    .divFilter .FilterTitle .gold {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 7px;
        height: 7px;
        border-radius: 1px;
        margin-left: 7px;
        display: block;
    }

    .divFilter .FilterTitle .acollapse {
        text-decoration: none;
        color: var(--grayDark);
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 11px;
        font-weight: 600;
    }

        .divFilter .FilterTitle .acollapse i {
            color: #000000;
            font-size: 13px;
            font-weight: 500;
        }

        .divFilter .FilterTitle .acollapse .divLink {
            display: flex;
            align-items: center;
        }

.divFilter h4 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.divFilter label {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.divFilter .BoxFilter {
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #ebebeb;
}

    .divFilter .BoxFilter .lblBrand {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

.lblBrand {
    display: flex !important;
    justify-content: space-between;
}

.divFilter .BoxPrice {
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.divFilter .divSwitch {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .divFilter .divSwitch input {
        margin-top: 10px;
    }

.form-check-input:checked {
    background-color: #ba9f84 !important;
    border-color: #ba9f84 !important;
}

.divFilter .divCat {
    direction: ltr;
}



.divFilter .divPrice {
    display: flex;
    justify-content: space-between;
    /*padding:20px 10px 20px 10px;*/
}

    .divFilter .divPrice span {
        color: #858587;
        font-size: 12px;
    }

    .divFilter .divPrice input {
        border: none;
        border-bottom: 1px solid #c5c5c5;
        /*color: #c8b9ed;*/
        margin-bottom: 10px;
        font-family: 'BYekan' !important;
        font-size: 10px;
    }

.divFilter .divBTnFilter {
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

    .divFilter .divBTnFilter .divInner {
        background-color: var(--grayBack);
        color: var(--grayDark);
        display: inline-block;
        border-radius: 10px;
    }

        .divFilter .divBTnFilter .divInner button {
            font-size: 15px;
            cursor: pointer;
            text-decoration: none;
            width: 100%;
            color: var(--grayDark);
        }

            .divFilter .divBTnFilter .divInner button:hover {
                color: var(--black);
            }

.UlMenuProduct {
    list-style: none;
    padding: 0;
}

    .UlMenuProduct li {
        padding: 10px 5px;
        align-items: center;
    }

        .UlMenuProduct li a {
            color: var(--black);
            transition: 0.5s all ease-out;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding-right: 10px;
        }

            .UlMenuProduct li a:hover {
                color: var(--main);
            }

        .UlMenuProduct li img {
            width: 40px;
            margin-left: 10px;
        }

        .UlMenuProduct li span {
            font-weight: bold;
            font-weight: unset;
            font-size: 13px;
            color: var(--footerBottom);
        }

        .UlMenuProduct li i {
            color: var(--grayDark);
            float: left;
        }

.ULItemSecond {
    margin: 0;
    padding-right: 5px;
    padding-left: 0;
    list-style: unset;
    direction: rtl;
}


/***********************************************Paging********************************/
.Paging {
    margin-top: 50px;
}

.PagingNav {
    margin-top: 5px;
}

    .PagingNav .pagination {
        justify-content: center;
    }

        .PagingNav .pagination .page-item {
            background-color: transparent;
            /*margin-left: 5px;*/
        }

            .PagingNav .pagination .page-item a {
                /*background-color: var(--gray);*/
                color: #4f4f4f;
                font-weight: 500;
                font-size: 14px;
                border: unset;
                border-radius: 3px;
                width: 30px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                box-shadow: -1px 7px 10px 3px #e7e4e4;
                font-family: 'IRANSansWeb';
            }

                .PagingNav .pagination .page-item a.nextPage {
                    /*background-color: var(--gray);*/
                    color: #4f4f4f;
                    font-weight: bold;
                    font-size: 11px;
                    border: unset;
                    border-radius: 3px;
                    width: 80px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    font-family: 'IRANSansWeb';
                }

            .PagingNav .pagination .page-item.active a {
                background-color: var(--main);
                color: var(--white);
            }

            .PagingNav .pagination .page-item a:hover {
                background-color: var(--main);
                color: var(--white);
            }

.ProductDetails {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    padding: 5px 15px 5px 15px;
}



    .ProductDetails .AddrssBar.breadcrumb {
        padding: 10px 70px 10px 5px;
        border-radius: 5px;
        margin-top: 10px;
        color: var(--grayDark);
        display: flex;
        align-items: center;
        font-size: 11px;
    }

        .ProductDetails .AddrssBar.breadcrumb a.catParent {
            margin-left: 5px;
            margin-right: 5px;
            color: #ababab;
            font-size: 12px;
        }

        .ProductDetails .AddrssBar.breadcrumb span {
            font-size: 12px;
        }

        .ProductDetails .AddrssBar.breadcrumb a.catChild {
            margin-left: 5px;
            margin-right: 5px;
            color: #727272;
            font-weight: 600;
            font-size: 12px;
        }

    .ProductDetails .Notif {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .ProductDetails .Notif a {
            color: var(--grayDark);
        }

            .ProductDetails .Notif a i {
                color: #84878e;
                font-size: 22px;
                margin-top: 10px;
                font-weight: 300;
            }

    .ProductDetails .DetailsAmazing {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 10px;
        background-color: #ff840e;
        padding: 5px;
    }

        .ProductDetails .DetailsAmazing .percent {
            color: white;
            border-radius: 10px;
            border: 3px solid white;
            padding: 5px 10px;
            font-weight: bold;
        }

        .ProductDetails .DetailsAmazing .amaze {
            color: white;
            font-weight: 600;
        }

        .ProductDetails .DetailsAmazing .number {
            color: white;
            font-weight: bold;
            font-family: 'IRANSansWeb';
        }



    .ProductDetails .ContainerImage {
        position: relative;
        margin-top: 25px;
        border-radius: 10px;
    }

        .ProductDetails .ContainerImage .ImageThumbnail {
            /*width: 25%;*/
            border-radius: 5px;
            margin-left: 2px;
            margin-right: 2px;
        }

            .ProductDetails .ContainerImage .ImageThumbnail:hover {
                border-radius: 5px;
                border: 2px solid #b28c67;
            }

.SlideDetailsBox {
    position: relative;
}

.DetailsBoxButtonRight {
    position: absolute;
    right: -10px;
    z-index: 1000;
    top: calc(50% - 15px);
}

.DetailsBoxButtonLeft {
    position: absolute;
    left: -25px;
    z-index: 1000;
    top: calc(50% - 15px);
}

.BtnPrevSliderDetails {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    margin-left: 15px;
    border: none;
    box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .07), 0 3px 1px -2px rgba(0, 0, 0, .06) !important;
}

    .BtnPrevSliderDetails i {
        font-size: 10px;
        color: black;
    }

    .BtnPrevSliderDetails:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--grayBackButton);
    }


.BtnNextSliderDetails {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    border: none;
    box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .07), 0 3px 1px -2px rgba(0, 0, 0, .06) !important;
}

    .BtnNextSliderDetails i {
        font-size: 10px;
        color: black;
    }

    .BtnNextSliderDetails:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--grayBackButton);
    }


.ProductDetails .Buy {
    color: #525252;
    /* background-color: var(--gray);*/
    padding: 5px 5px;
    border-radius: 15px;
}

    .ProductDetails .Buy .catBrandLink {
        color: #6dbaef;
        display: flex;
    }

        .ProductDetails .Buy .catBrandLink a {
            color: #6dbaef;
            font-size: 12px;
        }

        .ProductDetails .Buy .catBrandLink b {
            color: #0c0c0c;
        }

        .ProductDetails .Buy .catBrandLink a b {
            color: #707070;
            font-weight: 600;
        }

    .ProductDetails .Buy .Brand {
        font-size: 25px;
        color: var(--black);
        font-family: var(--font-headers);
        display: block;
        margin-top: 15px;
        margin-bottom: 25px;
    }


    .ProductDetails .Buy h1 {
        font-size: 18px;
        color: var(--black);
        display: block;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .ProductDetails .Buy h2 {
        font-size: 15px;
        color: #bababa;
        display: block;
        font-weight: bold;
        line-height: 30px;
    }

    .ProductDetails .Buy .starAsk {
        color: #747474;
        display: flex;
        align-items: center;
    }

        .ProductDetails .Buy .starAsk .starRate {
            font-family: 'IRANSansWeb';
            font-weight: bold;
            font-size: 11px;
        }

        .ProductDetails .Buy .starAsk .circleDot {
            background-color: #dfdfe1;
            width: 5px;
            height: 5px;
            margin-right: 5px;
            margin-left: 10px;
            border-radius: 2px;
        }

        .ProductDetails .Buy .starAsk i {
            color: #d1b190;
        }

        .ProductDetails .Buy .starAsk a {
            color: #77bef1;
            font-family: 'IRANSansWeb';
            font-weight: bold;
            font-size: 10px;
        }


    .ProductDetails .Buy .Cat {
        color: var(--black);
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .ProductDetails .Buy .Cat .Coloring {
            color: var(--main);
            margin-right: 10px;
            display: inline-block;
            font-weight: bold;
        }

.ProductDetails .characters {
    padding: 5px 10px;
    background-color: white;
    box-shadow: 2px 0px 20px 3px #e7e4e4;
    border-radius: 15px;
}

    .ProductDetails .characters h3 {
        color: #212121;
        border-bottom: 1px solid #e8e8e8;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .ProductDetails .characters .CircleColor {
        float: left;
        height: 20px;
        width: 20px;
        border-radius: 5px;
        margin-left: 5px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .ProductDetails .characters .volome {
        padding: 15px;
        font-weight: 700;
        border-bottom: 1px solid #e8e8e8;
        font-size: 13px;
    }

        .ProductDetails .characters .volome .sub {
            display: flex;
            justify-content: space-between;
        }

            .ProductDetails .characters .volome .sub .rate {
                color: #6a6565 !important;
                font-size: 12px;
            }

    .ProductDetails .characters .return {
        padding: 15px;
        font-weight: 700;
        color: #6a6565 !important;
    }

        .ProductDetails .characters .return .subReturn {
            display: flex;
            margin-top: 15px;
        }

            .ProductDetails .characters .return .subReturn span {
                font-size: 13px;
                font-weight: 500;
                color: #444444;
            }

            .ProductDetails .characters .return .subReturn i {
                margin-left: 10px;
            }

    .ProductDetails .characters .shirazSend {
        padding: 5px 10px;
        display: block;
        background-color: #f4f5f9;
        border-radius: 8px;
        text-align: center;
    }

        .ProductDetails .characters .shirazSend span {
            color: #8e8f93;
            font-size: 13px;
        }

    .ProductDetails .characters .AllColor {
        padding: 15px;
    }


    .ProductDetails .characters .PercentPrice {
        border: none;
        padding: 10px;
        text-align: left;
    }

        .ProductDetails .characters .PercentPrice .discount {
            display: flex;
            justify-content: flex-end;
        }

            .ProductDetails .characters .PercentPrice .discount .spanDiscount {
                color: #ff840e;
                border-radius: 10px;
                border: 3px solid #ff840e;
                padding: 5px 10px;
                font-weight: bold;
                background-color: white;
                margin-right: 10px;
                font-size: 15px;
            }

        .ProductDetails .characters .PercentPrice .Price {
            color: #272727;
            padding: 5px 10px;
            font-weight: bold;
            background-color: white;
            font-size: 22px;
            font-family: 'IRANSansWeb';
        }

    .ProductDetails .characters .toman {
        color: #2a2a2a !important;
        padding: 5px 10px;
        font-weight: 500 !important;
        background-color: white !important;
        font-size: 18px !important;
    }

    .ProductDetails .characters .PercentPrice .AllPrice {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ProductDetails .characters .PercentPrice del {
        color: #909090;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        padding-top: 8px;
        font-family: 'IRANSansWeb';
    }

    .ProductDetails .characters .NotAvailable {
        padding: 5px 10px;
        display: block;
        background-color: #f4f5f9;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 20px;
        background-color: #f4f5f9;
        color: #8e8f93;
    }


    .ProductDetails .characters .PercentPrice span {
        color: var(--white);
        margin-right: 0px;
        background-color: var(--main);
        padding: 7px 10px;
        border-radius: 5px;
        display: inline-block;
    }

    .ProductDetails .characters .AllPercent span {
        margin-right: 0px;
        background-color: var(--main);
        padding: 7px 8px;
        border-radius: 25px;
        display: inline-block;
        font-size: 12px;
        margin-right: 10px;
    }

    .ProductDetails .characters .Price {
        /*color: var(--main);*/
        padding: 5px 5px;
        display: block;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
        margin-top: 5px;
        font-family: 'IRANSansWeb';
    }

    .ProductDetails .characters .Color {
        margin-top: 25px;
    }

        .ProductDetails .characters .Color span {
            font-size: 15px;
            color: var(--grayDark);
            margin-top: 15px;
        }

        .ProductDetails .characters .Color ul {
            list-style: none;
            margin-top: 20px;
        }

            .ProductDetails .characters .Color ul li {
                display: inline-block;
            }

                .ProductDetails .characters .Color ul li .CircleColor {
                    float: left;
                    height: 40px;
                    width: 40px;
                    border-radius: 10px;
                    margin-left: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: space-evenly;
                    margin-top: 10px;
                }

        .ProductDetails .characters .Color .BtnBuy {
            margin-bottom: 15px;
            margin-top: 15px;
            padding-bottom: 15px;
            padding-top: 15px;
            text-align: left;
        }

            .ProductDetails .characters .Color .BtnBuy button {
                background-color: var(--main);
                color: var(--white);
                width: 60%;
                padding: 10px 0;
                display: block;
                font-size: 28px;
                border: unset;
                border-radius: 10px;
                font-family: var(--font-headers);
            }

        .ProductDetails .characters .Color i {
            margin-left: 10px;
            font-size: 20px;
        }

    .ProductDetails .characters .BtnBuy {
        margin-bottom: 15px;
        margin-top: 5px;
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        /*background: radial-gradient(circle, rgb(217 139 78) 0%, rgb(191 125 64) 100%);*/
        background: linear-gradient(90deg, rgba(205, 179, 154, 1) 0%, rgba(188, 154, 120, 1) 50%, rgba(178, 140, 103, 1) 100%);
        color: white !important;
        border-radius: 10px;
    }

        .ProductDetails .characters .BtnBuy a {
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: center;
            color: white !important;
            font-size: 14px !important;
        }

        .ProductDetails .characters .BtnBuy button {
            background-color: var(--main);
            color: var(--white);
            width: 60%;
            padding: 10px 0;
            display: block;
            font-size: 28px;
            border: unset;
            border-radius: 10px;
            font-family: var(--font-headers);
        }



.ProductDetails .Buy .Color .UlProperty {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .ProductDetails .Buy .Color .UlProperty strong {
        color: #2e2e2e;
    }

    .ProductDetails .Buy .Color .UlProperty .PropertyItem {
        display: flex;
        align-items: center;
    }

        .ProductDetails .Buy .Color .UlProperty .PropertyItem .circle {
            width: 10px;
            height: 10px;
            border-radius: 2px;
            background-color: #dbd6d6;
			margin-top: 10px;
        }

        .ProductDetails .Buy .Color .UlProperty .PropertyItem .desc {
            color: dimgray;
            margin-right: 10px;
        }

.ProductDetails .Buy .Color span {
    font-size: 15px;
    color: var(--grayDark);
    margin-top: 15px;
}

.ProductDetails .Buy .Color .property {
    font-size: 14px;
    color: #353535;
    font-weight: 600;
}

.ProductDetails .Buy .Color ul {
    list-style: none;
    margin-top: 20px;
}

    .ProductDetails .Buy .Color ul li {
        display: inline-block;
    }

        .ProductDetails .Buy .Color ul li .CircleColor {
            float: left;
            height: 40px;
            width: 40px;
            border-radius: 10px;
            margin-left: 5px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin-top: 10px;
        }



.ProductDetails .Buy .Color i {
    margin-left: 10px;
    font-size: 20px;
}



.ProductDetails .DetailsProductDescription {
    margin-top: 50px;
}

    .ProductDetails .DetailsProductDescription ul {
        border: unset;
    }

    .ProductDetails .DetailsProductDescription button {
        color: var(--black-light);
        font-size: 18px;
        font-weight: bold;
    }

    .ProductDetails .DetailsProductDescription .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: var(--black);
        border: unset;
    }

    .ProductDetails .DetailsProductDescription .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: unset;
        border-bottom: 4px solid var(--main);
        color: var(--black);
    }

.ProductDetails .DetailsProductDescriptionMain {
    background-color: var(--gray);
    border-radius: 15px;
    padding: 25px;
}

    .ProductDetails .DetailsProductDescriptionMain p {
        line-height: 30px;
    }

    .ProductDetails .DetailsProductDescriptionMain table {
        border-collapse: separate;
    }

    .ProductDetails .DetailsProductDescriptionMain button {
        font-family: var(--font-headers);
        font-size: 28px;
        padding: 5px 60px;
    }

.ProductDetails .ProductDetailsColorText div {
    border: 1px solid #d7d7d7;
    padding: 8px;
    border-radius: 5px;
    background-color: #ededed;
}

    .ProductDetails .ProductDetailsColorText div.selected {
        border: 1px solid #d7d7d7;
        padding: 8px;
        border-radius: 5px;
        background-color: #ceb49b;
        color: white;
    }



        .ProductDetails .ProductDetailsColorText div.selected span {
            color: white !important;
        }

        .ProductDetails .ProductDetailsColorText div.selected i {
            color: var(--main);
        }

.ProductDetails #expandedImg {
    margin-bottom: 15px;
}

.ProductDetails .ProductWarranty {
    margin-top: 50px;
}

    .ProductDetails .ProductWarranty .ProductWarrantyItem {
        display: inline-block;
        width: calc(25% - 15px);
        margin-left: 10px
    }

        .ProductDetails .ProductWarranty .ProductWarrantyItem img {
            margin-left: 15px
        }

        .ProductDetails .ProductWarranty .ProductWarrantyItem a {
            font-size: 12px;
            text-decoration: none;
            color: var(--black);
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

    .ProductDetails .ProductWarranty a span {
        font-size: 20px;
        text-decoration: none;
        color: var(--black);
        display: inline-block;
        font-family: var(--font-headers);
    }

.ProductDetails .vip {
    border-radius: 10px;
    background-color: white;
    margin-top: 30px;
    box-shadow: 2px 0px 20px 3px #e7e4e4;
}

    .ProductDetails .vip a {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .ProductDetails .vip a img {
            display: flex;
            text-align: right;
        }

        .ProductDetails .vip a span {
            color: black;
            font-size: 14px;
            font-weight: 600;
        }

        .ProductDetails .vip a i {
            text-align: left;
            font-size: 16px;
        }

    .ProductDetails .vip .vipOption {
        margin-top: 20px;
        padding: 10px;
    }


.ProductDetails .store {
    border-radius: 10px;
    background-color: white;
    margin-top: 30px;
    box-shadow: 2px 0px 20px 3px #e7e4e4;
}

    .ProductDetails .store a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .ProductDetails .store a img {
            display: flex;
            text-align: right;
        }

        .ProductDetails .store a span {
            color: black;
            font-size: 12px;
            font-weight: normal;
            margin-right: 0px;
        }

        .ProductDetails .store a i {
            text-align: left;
            font-size: 16px;
        }

    .ProductDetails .store .branch {
        color: #7ebce3 !important;
    }

    .ProductDetails .store .storeOption {
        margin-top: 20px;
        padding: 10px;
    }

.ProductDetails .GoldTitle .title {
    color: #282828 !important;
    font-size: 15px;
    font-weight: bold;
}

.ProductDetails .otherBrand {
    display: flex;
    color: #5f5f5f;
    font-size: 12px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dad6d3;
    font-weight: 600;
}

    .ProductDetails .otherBrand:hover {
        /*box-shadow: -15px 0px 10px -10px #cacaca;*/
        box-shadow: 2px 1px 5px 3px rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .07), 0 3px 1px -2px rgba(0, 0, 0, .06) !important;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
    }

    .ProductDetails .otherBrand .weight {
        padding: 5px;
        /*border-right: 1px solid #dad6d3;*/
    }

    .ProductDetails .otherBrand .line {
        background-color: #e6e3de !important;
        color: #e6e3de !important;
        width: 2px;
        height: 15px;
    }

    .ProductDetails .otherBrand .price {
        font-weight: bold;
        color: #606060;
        font-family: 'IRANSansWeb';
        font-size: 12px;
    }

    .ProductDetails .otherBrand .toman {
        font-size: 12px;
    }

    .ProductDetails .otherBrand .link {
        background-color: #b9a082;
        color: white;
        border-radius: 5px;
        padding: 3px 10px 3px 10px;
        font-size: 8px;
    }

.ProductDetails .inPageLink {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

    .ProductDetails .inPageLink a {
        text-decoration: none;
        display: inline-block;
    }

        .ProductDetails .inPageLink a span {
            text-decoration: none;
            color: #808080 !important;
            font-weight: bold;
            box-shadow: -15px 0px 10px -10px #cacaca;
            font-weight: bold;
            font-size: 12px;
            padding: 10px;
        }

            .ProductDetails .inPageLink a span:hover {
                text-decoration: none;
                color: #c8aa92 !important;
            }

.ProductDetails .Describe {
    text-align: justify;
    color: #525254;
    line-height: 30px;
    border-bottom: 1px solid #dad6d3;
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
}

.ProductDetails .Value {
    border-bottom: 1px solid #dad6d3;
    padding: 15px;
}

    .ProductDetails .Value .showBtn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 10px;
    }

        .ProductDetails .Value .showBtn span {
            color: #cea884 !important;
        }

        .ProductDetails .Value .showBtn i {
            background-color: #c4a586 !important;
            color: white !important;
            border-radius: 8px;
            margin-right: 10px;
            padding: 7px 9px;
            font-size: 11px;
        }

.ProductDetails .Result {
    border-bottom: 1px solid #dad6d3;
    padding: 15px;
}

    .ProductDetails .Result .showBtn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 10px;
    }

        .ProductDetails .Result .showBtn span {
            color: #cea884 !important;
        }

        .ProductDetails .Result .showBtn i {
            background-color: #c4a586 !important;
            color: white !important;
            border-radius: 8px;
            margin-right: 10px;
            padding: 7px 9px;
            font-size: 11px;
        }

.ProductDetails .Comment {
    border-bottom: 1px solid #dad6d3;
    padding: 15px;
}

.ProductDetails .Comment {
    border-bottom: 1px solid #dad6d3;
    padding: 15px;
}

    .ProductDetails .Comment .showBtn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 10px;
    }

        .ProductDetails .Comment .showBtn span {
            color: #cea884 !important;
        }

        .ProductDetails .Comment .showBtn i {
            background-color: #c4a586 !important;
            color: white !important;
            border-radius: 8px;
            margin-right: 10px;
            padding: 7px 9px;
            font-size: 11px;
        }


.ProductDetails .videoDetails {
    padding: 15px;
    margin-top: 40px;
}

    .ProductDetails .videoDetails .GoldTitle {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

        .ProductDetails .videoDetails .GoldTitle .goldSquare {
            background-color: #cea884 !important;
            color: #cea884 !important;
            width: 7px;
            height: 7px;
            border-radius: 1px;
            margin-left: 5px;
        }

        .ProductDetails .videoDetails .GoldTitle .title {
            color: #282828 !important;
            font-size: 15px;
            font-weight: normal !important;
        }

    .ProductDetails .videoDetails .spanEngDetails {
        display: block;
        font-weight: bold;
        color: #9ea5ba;
        font-size: 13px;
    }

    .ProductDetails .videoDetails .video .videoBox {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: transparent !important;
    }

        .ProductDetails .videoDetails .video .videoBox .amzTitle {
            display: flex;
            flex-direction: column;
            font-weight: bold;
        }

        .ProductDetails .videoDetails .video .videoBox .SpanTitle {
            color: var(--grayDark);
            display: block;
        }

        .ProductDetails .videoDetails .video .videoBox .spanEng {
            color: var(--grayDark);
            display: block;
        }


        .ProductDetails .videoDetails .video .videoBox .MediaCard {
            position: relative;
            overflow: hidden;
            border-radius: 14px;
            text-decoration: none;
            perspective: 1000px;
            margin: 5px;
        }

            .ProductDetails .videoDetails .video .videoBox .MediaCard img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                transition: transform 0.9s cubic-bezier(.4, .2, .2, 1);
                backface-visibility: hidden;
            }

            .ProductDetails .videoDetails .video .videoBox .MediaCard span {
                display: flex;
                width: 30px;
                height: 30px;
                position: absolute;
                top: 10px;
                left: calc(50% - 85px);
                align-items: center;
                justify-content: space-evenly;
                font-size: 14px;
            }

                .ProductDetails .videoDetails .video .videoBox .MediaCard span i {
                    /*background-color: var(--Brown);*/
                    color: white;
                    padding: 10px;
                    margin-right: 0px;
                    border-radius: 50%;
                    border: 2px solid white;
                }

            .ProductDetails .videoDetails .video .videoBox .MediaCard .MediaName {
                position: absolute;
                bottom: 0;
                width: 90%;
                padding: 5px 0px 5px 0px;
                color: #fff;
                text-align: center;
                font-size: 0.95rem;
                font-weight: 600;
                z-index: 3;
                background: radial-gradient(circle, rgba(105, 105, 107, 1) 0%, rgba(178, 178, 178, 1) 100% 100%);
                opacity: 0.9;
                left: 10px;
                border-radius: 10px;
                height: 50px;
                bottom: 10px;
                text-align: right;
            }

                .ProductDetails .videoDetails .video .videoBox .MediaCard .MediaName h6 {
                    padding: 5px;
                    height: 20px;
                    font-size: 13px;
                }

                .ProductDetails .videoDetails .video .videoBox .MediaCard .MediaName p {
                    text-align: left;
                    padding-left: 15px;
                    font-size: 11px;
                    font-family: 'IRANSansWeb';
                }

.ProductDetails .topComment {
    border-radius: 5px;
    background-color: white;
    box-shadow: 2px 0px 20px 3px #e7e4e4;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .ProductDetails .topComment .AddComment {
        display: flex;
        justify-content: flex-end;
        direction: rtl;
        margin-top: 15px;
    }

        .ProductDetails .topComment .AddComment .btnComment {
            color: #d3b597;
            border: 1px solid #d3b597;
            text-decoration: none;
            padding: 5px 40px 5px 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 11px;
        }

            .ProductDetails .topComment .AddComment .btnComment i {
                font-size: 13px;
                color: #d3b597;
                background-color: transparent;
                margin-left: 5px;
            }


    .ProductDetails .topComment .rightComment {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .ProductDetails .topComment .rightComment p {
            font-size: 12px;
            color: #626262;
            font-weight: bold;
        }

        .ProductDetails .topComment .rightComment .rate {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

            .ProductDetails .topComment .rightComment .rate .count {
                font-size: 10px;
                font-family: 'IRANSansWeb';
                font-weight: 500;
                color: #626262;
            }

            .ProductDetails .topComment .rightComment .rate .number {
                font-size: 25px;
                font-weight: bold;
                color: #b28c68;
                font-family: 'IRANSansWeb';
            }

        .ProductDetails .topComment .rightComment .stars {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .ProductDetails .topComment .rightComment .stars .str {
                margin-left: 10px;
            }



.ProductDetails .SortLink {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

    .ProductDetails .SortLink a {
        text-decoration: none;
        display: inline-block;
    }

        .ProductDetails .SortLink a span {
            text-decoration: none;
            color: #808080 !important;
            font-weight: bold;
            box-shadow: -15px 0px 10px -10px #cacaca;
            font-weight: bold;
            font-size: 13px;
            padding: 15px;
        }

            .ProductDetails .SortLink a span:hover {
                text-decoration: none;
                color: #c8aa92 !important;
            }


.ProductDetails .DetailsComment {
    margin-top: 5px;
}

    .ProductDetails .DetailsComment input {
        margin-bottom: 5px;
    }

    .ProductDetails .DetailsComment .divButton {
        text-align: left;
        padding: 5px;
    }

    .ProductDetails .DetailsComment .btnSend {
        margin-bottom: 10px;
        margin-top: 5px;
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        background: linear-gradient(90deg, rgba(205, 179, 154, 1) 0%, rgba(188, 154, 120, 1) 50%, rgba(178, 140, 103, 1) 100%);
        color: white !important;
        border-radius: 10px;
    }

.DetailsCommentList {
}

    .DetailsCommentList .HeaderCommentList {
        margin-top: 25px;
        color: var(--black);
        border-bottom: 2px solid var(--main);
        font-weight: bold;
        font-size: 27px;
        padding-bottom: 15px;
        display: inline-block;
        font-family: var(--font-headers);
    }

.DetailsComment .DetailsCommentUser {
    margin-top: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

    .DetailsComment .DetailsCommentUser .divNameRate {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 10px;
    }

        .DetailsComment .DetailsCommentUser .divNameRate .stars {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-right: 20px;
            margin-left: 20px;
        }

        .DetailsComment .DetailsCommentUser .divNameRate .totalPoint {
            color: #b9b9bf;
            font-size: 11px;
            margin-right: 20px;
        }


        .DetailsComment .DetailsCommentUser .divNameRate .DetailsCommentName {
            color: #5e5e5e;
            text-align: right;
            font-weight: bold;
            display: block;
            margin-right: 15px;
            font-size: 12px;
        }

    .DetailsComment .DetailsCommentUser .DetailsCommentP {
        color: #6b6b6b;
        text-align: right;
        display: block;
        margin-right: 15px;
        margin-top: 10px;
        font-size: 13px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentDate {
        color: #a7a7a7;
        text-align: right;
        display: block;
        margin-right: 15px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 11px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentLike {
        color: #a7a7a7;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 25px;
    }

        .DetailsComment .DetailsCommentUser .DetailsCommentLike .question {
            color: #a7a7a7;
            font-size: 12px;
            margin-left: 20px;
        }

        .DetailsComment .DetailsCommentUser .DetailsCommentLike .btnLike {
            font-size: 14px;
            border: none;
            color: gray;
            background-color: transparent;
        }

            .DetailsComment .DetailsCommentUser .DetailsCommentLike .btnLike i {
                font-size: 10px;
                margin-left: 5px;
            }

            .DetailsComment .DetailsCommentUser .DetailsCommentLike .btnLike span {
                font-size: 10px;
                font-weight: bold;
                margin-left: 5px;
                font-family: 'IRANSansWeb';
            }

.RelateBox .backGray {
    background-color: #f5f5f5;
}

.RelateBox .NewTitle {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.RelateBox .SpanTitle {
    color: var(--grayDark);
    display: block;
    color: #282828 !important;
    font-size: 15px;
    font-weight: normal !important;
}

.RelateBox .spanEng {
    color: #9ea5ba;
    display: block;
}

.RelateBox .NewCats {
    display: flex;
    color: var(--grayTitle);
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}

    .RelateBox .NewCats a {
        text-decoration: none;
        padding: 5px 10px 5px 10px;
        color: var(--BrownDark);
    }

.RelateBox .aShowAll {
    color: var(--grayDark);
    display: flex;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    font-size: 11px;
    justify-content: flex-end;
    align-items: center;
}

.RelateBox a i {
    background-color: var(--Brown);
    color: white;
    margin-right: 5px;
    border-radius: 15px;
    padding: 5px;
    font-size: 15px;
    margin-left: 5px;
}

.RelateBox .SlideNewBox {
    position: relative;
}

.RelateBox .noticeMe {
    display: flex;
    align-items: center;
}

    .RelateBox .noticeMe i {
        color: #989898;
        font-size: 13px;
        background-color: transparent !important;
    }

    .RelateBox .noticeMe span {
        color: #989898;
        font-size: 11px;
    }

.RelateProductButtonRight {
    position: absolute;
    right: -10px;
    z-index: 1000;
    top: calc(50% - 60px);
}

.RelateProductButtonLeft {
    position: absolute;
    left: -25px;
    z-index: 1000;
    top: calc(50% - 60px);
}

.btnprevsliderRelate {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    margin-left: 15px;
    border: none;
}

    .btnprevsliderRelate i {
        font-size: 15px;
    }

    .btnprevsliderRelate:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.btnnextsliderRelate {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--grayBackButton);
    border: none;
}

    .btnnextsliderRelate i {
        font-size: 15px;
    }

    .btnnextsliderRelate:hover {
        color: var(--grayDark);
        border: 1px solid var(--black);
        background-color: var(--white);
    }


.RelateBox .ProductDescription {
    font-size: 15px;
    color: var(--grayDark);
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

    .RelateBox .ProductDescription h5 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 10px;
        color: var(--grayDark);
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .RelateBox .ProductDescription p {
        margin-bottom: 25px;
        color: var(--black);
        text-align: center;
        line-height: 25px;
    }

    .RelateBox .ProductDescription img:hover {
        transform: scale(0.8);
        transition: all .5s;
    }

    .RelateBox .ProductDescription .ImageProduct {
        /*background-color: var(--gray);*/
        border-radius: 5px;
        margin-right: 5px;
        margin-left: 5px;
        position: relative;
    }

        .RelateBox .ProductDescription .ImageProduct img {
            border-radius: 10px;
            box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;
        }

    .RelateBox .ProductDescription .ProductPrice {
        margin-bottom: 10px;
    }

        .RelateBox .ProductDescription .ProductPrice .oldPrice {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .RelateBox .ProductDescription .ProductPrice .oldPrice .spanDiscount {
                background-color: #ffa123;
                color: white;
                border-radius: 5px;
                font-size: 10px;
                padding: 5px 10px 5px 10px;
                font-family: 'IRANSansWeb';
            }

        .RelateBox .ProductDescription .ProductPrice span {
            color: var(--black);
            font-weight: bold;
            font-size: 13px;
            font-family: 'IRANSansWeb';
        }

        .RelateBox .ProductDescription .ProductPrice del {
            color: var(--grayDark);
            font-size: 13px;
            font-family: 'IRANSansWeb';
        }

.RelateBox .link {
    display: flex;
    justify-content: space-around;
    direction: rtl;
}

    .RelateBox .link .aBuy {
        font-weight: bold;
        color: var(--white);
        background-color: #be926d;
        text-decoration: none;
        padding: 5px 10px 5px 10px;
        border-radius: 10px;
        font-size: 10px;
        display: flex;
        align-items: center;
    }


.AmazingBoxMobile {
    background-color: var(--grayInputs);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}



    .AmazingBoxMobile .amzTitle {
        display: flex;
        flex-direction: column;
        font-weight: bold;
    }

    .AmazingBoxMobile .SpanTitle {
        color: var(--grayDark);
        display: block;
    }

    .AmazingBoxMobile .spanEng {
        color: #939bb3;
        display: block;
        font-size: 10px;
    }

    .AmazingBoxMobile .aShowAll {
        color: var(--grayDark);
        display: flex;
        font-weight: 500;
        padding: 10px 15px 10px 15px;
        font-size: 12px;
        justify-content: flex-end;
        align-items: center;
    }

        .AmazingBoxMobile .aShowAll .seeAll {
            color: #464646;
            display: flex;
            padding: 10px 15px 10px 1px;
            font-size: 11px;
            flex-direction: column;
            align-items: center;
            font-weight: bold;
        }

    .AmazingBoxMobile a i {
        background-color: #ceae8e;
        color: white;
        margin-right: 5px;
        border-radius: 10px;
        padding: 5px 5px 5px 5px;
        font-size: 20px;
        margin-left: 5px;
    }

.AmazingBtnMobile {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.AmazingBoxMobileButton {
    display: flex;
    align-items: center;
}

.BtnPrevSliderAmazingMobile {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    margin-left: 15px;
    border: none;
}

    .BtnPrevSliderAmazingMobile i {
        font-size: 15px;
    }

    .BtnPrevSliderAmazingMobile:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.BtnNextSliderAmazingMobile {
    display: flex;
    width: 30px;
    height: 30px;
    color: var(--grayDark);
    border-radius: 5px;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: white;
    border: none;
    margin-left: 10px;
}

    .BtnNextSliderAmazingMobile i {
        font-size: 15px;
    }

    .BtnNextSliderAmazingMobile:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--white);
    }

.AmazingBoxMobile .AmazingImg {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.AmazingBoxMobile .descAmaazing {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

    .AmazingBoxMobile .descAmaazing h5 {
        font-weight: bold;
        color: #373737;
    }

    .AmazingBoxMobile .descAmaazing .spanEngAmazing {
        font-weight: bold;
        color: var(--grayDark);
    }

    .AmazingBoxMobile .descAmaazing .Describe {
        font-weight: bold;
        color: var(--grayTitle);
        font-size: 12px;
    }

    .AmazingBoxMobile .descAmaazing .btnShow {
        display: flex;
        align-items: center;
    }

    .AmazingBoxMobile .descAmaazing .link {
        display: flex;
        justify-content: space-around;
        direction: rtl;
    }

        .AmazingBoxMobile .descAmaazing .link .aBuy {
            font-weight: bold;
            color: var(--white);
            background-color: #ba9f84;
            text-decoration: none;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 10px;
        }

            .AmazingBoxMobile .descAmaazing .link .aBuy i {
                font-size: 10px;
            }

        .AmazingBoxMobile .descAmaazing .link .aSee {
            font-weight: bold;
            color: #d3b597;
            border: 1px solid #d3b597;
            text-decoration: none;
            padding: 5px 5px 5px 5px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            font-size: 9px;
        }

            .AmazingBoxMobile .descAmaazing .link .aSee i {
                font-size: 10px;
                color: #d3b597;
                background-color: transparent;
            }

    .AmazingBoxMobile .descAmaazing .amazeLeft {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

.AmazingBoxMobile .time {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

    .AmazingBoxMobile .time .number {
        color: var(--white);
        background-color: #373737;
        padding: 5px 10px 5px 10px;
        font-weight: bold;
    }

    .AmazingBoxMobile .time .dot {
        color: var(--black);
        font-weight: bold;
    }

.AmazingBoxMobile .AmazingTumbImg {
    margin-top: 10px;
}

    .AmazingBoxMobile .AmazingTumbImg img {
        width: 25%;
        background-color: #efefef;
        border-radius: 10px;
        padding: 0px;
    }

        .AmazingBoxMobile .AmazingTumbImg img:hover {
            background-color: transparent;
            border: 1px solid #9e7d5d;
        }

.AmazingBoxMobile .price {
    margin-top: 10px;
}

.AmazingBoxMobile .spanOldPriceAmazing {
    color: var(--grayDark);
    font-size: 11px;
}

.AmazingBoxMobile .spanDiscount {
    background-color: #ffa123;
    color: white;
    border-radius: 5px;
    font-size: 8px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
}

.AmazingBoxMobile .spanPriceAmazing {
    color: var(--BrownDark);
    font-weight: bold;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}


.offcanvas-bottom {
    z-index: 10000 !important;
    height: 100% !important;
}

#myTab {
    border: unset !important;
}

#AllAddress .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--main);
    color: var(--black);
    font-size: 18px;
}

.nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--white);
    color: var(--black);
    font-size: 18px;
}

    #AllAddress .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid var(--second);
        color: var(--black);
    }

#AllAddress .BtnClose {
    display: flex;
    justify-content: space-between;
}

    #AllAddress .BtnClose span i {
        font-size: 30px;
        cursor: pointer;
    }
.ProfileProductFavoriteDiv {
    display: flex;
    border-bottom: 1px solid var(--main);
    justify-content: space-between;
}
    .ProfileProductFavoriteDiv .ProductPrice {
        color: #484848;
        text-decoration:none;
    }

.TextHeader {
    color: #ccc
}

.TextInformation {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.TextInformationBlack {
    text-align: right;
    color: var(--black);
    font-size: 13px;
}

.backGroundWhite {
    background: #ffffff !important;
}

.backGroundGray {
    background: #f5f5f5 !important;
}

.BackGroundGrayTwo {
    background: var(--gray) !important;
}

.ProfileAddressTitle {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid var(--main);
    color: black;
}

.btnDash {
    text-align: left;
    margin-top: 30px;
}

.btnDash .btnEdidDash {
        background-color: #ba906a;
        color: white;
        border-radius: 10px;
        padding: 10px 15px;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

.Dashboard {
    display: flex;
    margin-top: 20px;
}
    .Dashboard .BtnDelete {
        color: var(--second);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        font-size: 13px;
    }

        .Dashboard .BtnDelete:hover {
            color: var(--main);
        }

    .Dashboard .wallet {
        background-color: #f4f5f9;
        color: #282828;
        border-radius: 10px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        padding: 10px 15px 10px 15px;
        font-size: 12px;
        font-weight: bold;
    }

    .Dashboard .MenuRight {
        background-color: var(--gray) !important;
    }

    .Dashboard .MenuDashboard {
        width: 350px;
        max-height: calc(100%);
        background-color: var(--gray);
        overflow: hidden;
        z-index: 1;
    }

        .Dashboard .MenuDashboard ul {
            padding: 0;
            width: 100%;
            display: block;
        }

            .Dashboard .MenuDashboard ul li {
                border: 0;
                padding: 0;
            }

                .Dashboard .MenuDashboard ul li a {
                    display: block;
                    text-decoration: none;
                    color: var(--black);
                    padding: 16px 20px 16px;
                    font-size: 18px;
                    background-color: var(--gray);
                    transition: all 0.5s ease-in;
                }

                    .Dashboard .MenuDashboard ul li a:hover {
                        background-color: #fafafa;
                        color: var(--main);
                    }

                    .Dashboard .MenuDashboard ul li a i {
                        color: var(--main);
                        margin-left: 7px;
                    }

                    .Dashboard .MenuDashboard ul li a.Active i {
                        color: var(--white);
                        margin-left: 7px;
                    }

                    .Dashboard .MenuDashboard ul li a.Active {
                        background-color: var(--main);
                        color: var(--white);
                    }

.BoxDashboard {
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 5px;
    background-color: #f7f7f7;
}

    .BoxDashboard .topDashboard {
        background-color: white;
        border-radius: 10px;
    }

.imgtopDashboard {
    border-radius: 10px !important;
}

.BoxDashboard .GoldTitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 10px;
}

    .BoxDashboard .GoldTitle .goldSquare {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        margin-left: 5px;
    }

    .BoxDashboard .GoldTitle .title {
        color: #282828 !important;
        font-size: 15px;
        font-weight: bold;
    }


.BoxDashboard .middleDashboard {
    background-color: white;
    border-radius: 10px;
}

    .BoxDashboard .middleDashboard .userEditDashboard {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .BoxDashboard .middleDashboard .userEditDashboard .userIconTopDashboard {
            color: #484848;
            font-weight: 600;
            text-decoration: none;
            font-size: 12px;
            display: flex;
            align-items: center;
            padding: 5px;
            border-radius: 10px;
        }

            .BoxDashboard .middleDashboard .userEditDashboard .userIconTopDashboard:hover {
                background-color: #f4f5f9 !important;
            }

            .BoxDashboard .middleDashboard .userEditDashboard .userIconTopDashboard img {
                width: 70px;
            }

            .BoxDashboard .middleDashboard .userEditDashboard .userIconTopDashboard span {
                color: #484848;
                font-weight: 600;
                text-decoration: none;
                font-size: 12px;
            }

    .BoxDashboard .middleDashboard .DashboardItem {
        display: flex;
        padding-top: 10px;
    }

        .BoxDashboard .middleDashboard .DashboardItem .name {
            color: #484848;
            font-size: 12px;
            line-height: 20px;
            font-weight: 600;
        }

        .BoxDashboard .middleDashboard .DashboardItem .val {
            color: #010101;
            font-size: 12px;
            line-height: 20px;
            font-weight: 600;
        }

    .BoxDashboard .middleDashboard .btnDash {
        text-align: left;
    }

        .BoxDashboard .middleDashboard .btnDash .btnEdidDash {
            background-color: #ba906a;
            color: white;
            border-radius: 10px;
            padding: 5px;
            display: inline-block;
            margin-left: 10px;
            margin-bottom: 10px;
            font-size: 12px;
        }

.BoxDashboard input[type=text] {
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid var(--main);
    height: 50px;
    padding: 10px 20px;
    color: var(--black);
    font-size: 15px;
    margin-bottom: 10px;
}

.BoxDashboard textarea {
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border: 1px solid var(--main);
    height: 60px;
    padding: 10px 20px;
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.BoxDashboard .form-group label {
    margin-bottom: 10px;
}

.divBackDashboard {
    border-radius: 15px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.1),0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06) !important;
}

.addressDashboard {
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #9d82e1;
    margin-top: 5px;
    background-color: #f7f7f7;
    font-family: 'BYekan';
    font-weight: bold;
}

.TopMenuDashboard {
    border-radius: 5px;
    padding: 15px 5px 5px 5px;
}

.liConvasDashboard {
    border: none;
}

.Dashboard img {
    border-radius: 10px;
}

.Dashboard .imgLeftDashboard {
    display: flex;
    align-items: center;
}

.userIconTopDashboard {
    color: #484848;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

    .userIconTopDashboard:hover {
        background-color: #f4f5f9 !important;
    }

    .userIconTopDashboard .profileName {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .userIconTopDashboard .profileName .spanName {
            font-weight: bold;
            color: black;
            font-size: 13px;
        }

        .userIconTopDashboard .profileName .spanUserName {
            font-weight: bold;
            color: #9d9d9d;
            font-size: 11px;
            margin-top: 5px;
        }

        .userIconTopDashboard .profileName .spanEdit {
            font-weight: bold;
            color: #9d9d9d;
            font-size: 10px;
            margin-top: 5px;
        }

.userIconDashboard {
    display: flex;
    align-items: center;
}

.aConvasDashboard {
    color: #484848;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

    .aConvasDashboard:hover {
        background-color: #f4f5f9 !important;
    }

    .aConvasDashboard .goldItem {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        margin-left: 8px;
    }

    .aConvasDashboard .aItem {
        color: #484848;
        font-weight: 600;
        text-decoration: none;
        font-size: 12px;
    }



.divConvasDashboard {
    margin-top: 30px;
}

.spanConvasDashboard {
    display: flex;
    flex-direction: row;
}



@media (max-width: 992px) {
    .DivMenuMobileHeader {
        background-color: white;
        height: 50px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .DivMenuMobileHeader .rightMenuMobile {
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

            .DivMenuMobileHeader .rightMenuMobile .iconHeaderMobile {
                display: flex;
                align-items: center;
                background-color: var(--grayInputs);
                border-radius: 5px;
            }

                .DivMenuMobileHeader .rightMenuMobile .iconHeaderMobile i {
                    color: black;
                    padding: 5px;
                    font-size: 20px;
                }

        .DivMenuMobileHeader .MainLogo {
            display: flex;
            height: 50px;
            align-items: center;
            justify-content: space-evenly;
        }

            .DivMenuMobileHeader .MainLogo img {
                max-height: 35px;
            }

        .DivMenuMobileHeader .MainUser {
            display: flex !important;
            justify-content: flex-end;
            align-items: center;
        }

        .DivMenuMobileHeader .MenuRegister {
            text-decoration: none;
            color: var(--white);
            display: block;
            margin-left: 5px;
            text-align: left;
            background-color: var(--main);
            padding: 8px 7px 8px 7px;
            border-radius: 5px;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 12px;
        }

    .DivMenuMobile {
        background-color: #947c64;
        height: 75px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        /*border-top: 2px solid var(--black);*/
    }

    .TopFooterMobile {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: white
    }

    .MenuTopMobile {
        width: 100%;
        height: 75px;
        display: flex;
        top: 0;
    }

    .MenuMobile {
        list-style: none;
        margin: 0px 0 0 0 !important;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }

        .MenuMobile li {
            margin: 0;
            width: 19%;
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: space-evenly;
        }

            .MenuMobile li a {
                text-decoration: none;
                color: var(--black);
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 14px;
                height: 100%;
                position: relative;
                justify-content: space-evenly;
            }

                .MenuMobile li a i {
                    font-size: 20px;
                }

    .CartBadgeMobile {
        position: absolute;
        top: 1px;
        background: var(--second);
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        padding: 5px 10px 5px 10px;
        right: 1px;
    }
    /*****************************SearchBox*******************/
    .SearchHeader {
        background-color: var(--footerBottom);
        align-items: center;
        padding: 5px 10px;
    }

        .SearchHeader .btn-close {
            background-color: var(--main);
            opacity: 1;
            margin-right: 5px;
        }

        .SearchHeader form {
            width: 100%;
            padding-right: 5px;
            display: flex;
            border-radius: 5px;
            justify-content: space-between;
            align-items: center;
        }

    .BtnSearchMobile {
        background-color: transparent;
        border: none;
        display: inline-block;
        height: 100%;
        margin-right: 5px;
    }

        .BtnSearchMobile i {
            font-size: 30px;
            color: var(--main);
            align-items: center;
        }

    .SearchTextBox {
        background-color: white;
        z-index: 16 !important;
        border: unset;
        height: 45px;
    }

    .DivSearchBox {
        background-color: #DCDCDC;
        top: 75px;
        position: fixed;
        z-index: 10000;
        padding: 5px;
    }

    .SearchTextBox input {
        outline: none;
    }

    .SearchSlider {
        display: flex;
        overflow: scroll;
    }

        .SearchSlider .SearchSliderProduct {
            border: 1px solid #DCDCDC;
            border-radius: 15px;
            margin: 10px 5px;
            display: flex;
            padding: 10px;
            align-items: center;
        }

        .SearchSlider a {
            text-decoration: none;
            color: #000000 !important;
        }

        .SearchSlider .SearchSliderProduct img {
            max-width: 70px;
        }

        .SearchSlider .SearchSliderProduct span {
            width: 100px;
            display: inline-block;
            font-size: 12px;
        }

    .MobileContactUs {
        padding-top: 5px;
    }

        .MobileContactUs a {
            display: flex;
            color: var(--grayDark);
            font-size: 13px;
            align-items: center;
            justify-content: space-around;
        }

            .MobileContactUs a i {
                color: var(--grayDark);
                font-size: 45px;
                transition: .5s ease;
                margin-left: 10px;
            }

            .MobileContactUs a span {
                display: block;
                color: var(--grayDark);
                font-size: 10px;
                font-weight: bold;
                padding-right: 10px;
                padding: 3px;
            }

    .SliderButtonRight {
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 2%;
        top: unset;
        color: var(--main);
        bottom: 6%;
        border-radius: 5px;
        opacity: 1;
        font-weight: bold;
        transition: 0.5s all ease-out;
        align-items: center;
        justify-content: space-evenly;
        background-color: #684124;
    }

        .SliderButtonRight i {
            font-size: 22px;
        }

        .SliderButtonRight:hover {
            color: var(--black);
            border: 1px solid var(--main);
            background-color: var(--Brown);
        }

    .SliderButtonLeft {
        display: flex;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15%;
        top: unset;
        color: var(--main);
        bottom: 6%;
        border-radius: 5px;
        opacity: 1;
        font-weight: bold;
        transition: 0.5s all ease-out;
        align-items: center;
        justify-content: space-evenly;
        background-color: #684124;
    }

        .SliderButtonLeft i {
            font-size: 22px;
        }

        .SliderButtonLeft:hover {
            color: var(--black);
            border: 1px solid var(--main);
            background-color: var(--Brown);
        }

    .GoldTitle .goldSquare {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 8px;
        height: 8px;
        border-radius: 1px;
        margin-left: 5px;
    }

    .GoldTitle .title {
        color: #282828 !important;
        font-size: 7px;
        font-weight: bold;
    }

    .titleMobile {
        color: #282828 !important;
        font-size: 12px;
        font-weight: bold;
    }

    .seeAllMobile {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .NewBox .NewCats {
        display: flex;
        color: var(--grayTitle);
        justify-content: space-around;
        align-items: center;
        padding-top: 5px;
        margin-bottom: 10px;
    }

        .NewBox .NewCats a {
            text-decoration: none;
            padding: 5px 10px 5px 10px;
            color: #aeaeae !important;
            box-shadow: 0 1px 5px rgba(0, 0, 0, .25), 0 0px 0px rgba(0, 0, 0, .22);
            background-color: transparent;
            border-radius: 5px;
            font-size: 9px;
        }

    .NewProductButtonRight {
        position: absolute;
        right: 10px;
        z-index: 10;
        top: calc(50% - 80px);
    }

    .NewProductButtonLeft {
        position: absolute;
        left: 0px;
        z-index: 10;
        top: calc(50% - 80px);
    }

    .NewBox .ProductDescription .ProductPrice del {
        color: var(--grayDark);
        font-size: 11px;
        margin-right: 5px;
    }

    .MediaBox .amzTitle {
        display: flex;
        flex-direction: column;
        font-weight: bold;
        justify-content: center;
    }

    .slogan .sloganInner .sloganItem .sloganWrap .ContentBox .ContentBoxtitle {
        font-size: 10px;
        color: var(--black);
        font-weight: 700;
        line-height: 20px;
    }

    .slogan .sloganInner .sloganItem .sloganWrap .ContentBox p {
        font-size: 8px;
        color: gray !important;
        font-weight: bold;
    }

    .slogan .sloganInner .sloganItem .sloganWrap .imgBox img {
        display: block;
        height: 40px;
        position: relative;
        width: 40px;
    }

    .BrandBox {
        background-color: white;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .slogan {
        display: flex;
        flex-direction: row;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    .searchCat a {
        display: flex;
        align-items: center;
        border-radius: 10px;
        color: #866e56 !important;
        background-color: #dfc6ae;
        padding: 5px 10px 5px 10px;
        font-size: 10px;
    }

    .searchCat h5 {
        display: block;
        font-family: 'BYekan';
        font-weight: bold;
        font-size: 13px;
    }
}

.indexTopIMage {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

    .indexTopIMage a {
        display: inline-block;
        padding: 10px;
    }

.marginFooter {
    margin-top: 40px !important;
}

.divNotAvailable {
    display: block;
    background-color: #989898;
    color: white;
    text-align: center;
    border-radius: 10px;
}

    .divNotAvailable span {
        color: white;
        font-size: 14px;
    }

/******************************************Login***************************/
.Login {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .Login .Main {
        border-radius: 25px;
        padding: 40px;
    }

        .Login .Main .divImage {
            text-align: center;
        }

        .Login .Main .inputMobile {
            position: relative;
        }

        .Login .Main .iconSignin {
            margin-top: 5px;
            margin-bottom: auto;
            color: #d8d9d1;
            position: absolute;
            left: 10px;
            font-size: 25px;
        }

        .Login .Main .inputMobile input {
            margin-top: 15px;
            border: 2px solid #e0e0e0;
            padding: 7px;
            font-size: 16px;
            border-radius: 10px;
            padding-left: 40px;
            text-align: left;
        }


    .Login .row {
        justify-content: space-evenly;
    }

    .Login .ButtonLogin {
        margin-bottom: 15px;
        margin-top: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        background: linear-gradient(90deg, rgba(205, 179, 154, 1) 0%, rgba(188, 154, 120, 1) 50%, rgba(178, 140, 103, 1) 100%);
        color: white !important;
        border-radius: 10px;
    }

        .Login .ButtonLogin button {
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: center;
            color: white !important;
            font-size: 14px !important;
            border: none;
            background-color: transparent;
        }





    .Login label {
        color: #555555;
        text-align: center;
        font-size: 16px;
        margin-top: 15px;
    }

    .Login .signinTitle {
        display: flex;
        align-items: center;
    }

        .Login .signinTitle .title {
            color: #555555;
            font-size: 16px;
        }

        .Login .signinTitle .seprate {
            color: #555555;
            font-size: 14px;
            margin-left: 10px;
            margin-right: 10px;
        }

    .Login .condition {
        margin-top: 20px;
    }

        .Login .condition .colorGray {
            color: #9d9d9d;
        }

        .Login .condition .colorBlack {
            color: #292929;
        }
/****************************************Checkout**********************************/
.CheckoutCart {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .CheckoutCart .cartTitle {
        display: flex;
        border-bottom: 1px solid rgb(221, 221, 221);
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .CheckoutCart .cartTitle .firstColomn {
            display: flex;
        }

            .CheckoutCart .cartTitle .firstColomn .titr {
                color: #555555;
                font-weight: 600;
            }

            .CheckoutCart .cartTitle .firstColomn .boldTitr {
                color: #4b4b4b;
                font-weight: bold;
                font-size: 16px;
            }

        .CheckoutCart .cartTitle .secondColomn {
            color: #4b4b4b;
            font-weight: bold;
        }

        .CheckoutCart .cartTitle .thirdColomn {
            display: flex;
            color: #555555;
            font-size: 13px;
            font-weight: 600;
        }

    .CheckoutCart .cartItem {
        border-radius: 15px;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

        .CheckoutCart .cartItem .cartImage {
            padding: 10px;
            margin: 5px;
        }

            .CheckoutCart .cartItem .cartImage img {
                border-radius: 10px;
            }

        .CheckoutCart .cartItem .describe {
            padding: 10px;
            margin-top: 10px;
        }

            .CheckoutCart .cartItem .describe .name {
                color: #4a4a4a;
                font-size: 17px;
                font-weight: bold;
            }

            .CheckoutCart .cartItem .describe .nameEng {
                color: #4a4a4a;
                font-size: 15px;
                font-weight: bold;
            }

            .CheckoutCart .cartItem .describe .cartColor {
                display: flex;
                align-items: center;
            }

                .CheckoutCart .cartItem .describe .cartColor .CircleColor {
                    height: 20px;
                    width: 20px;
                    border-radius: 5px;
                    margin-left: 5px;
                }

                .CheckoutCart .cartItem .describe .cartColor .weightItem {
                    height: 8px;
                    width: 8px;
                    border-radius: 1px;
                    margin-left: 5px;
                    background-color: #c1c0c0;
                }


            .CheckoutCart .cartItem .describe .priceCount {
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                .CheckoutCart .cartItem .describe .priceCount .price {
                    color: #4a4a4a;
                    font-size: 16px;
                    margin-left: 10px;
                    font-family: IRANSans;
                    font-weight: bold;
                }

                .CheckoutCart .cartItem .describe .priceCount .toman {
                    color: #4a4a4a;
                    font-size: 13px;
                }

                .CheckoutCart .cartItem .describe .priceCount .countMax {
                    border: 1px solid #cba882;
                    background-color: white;
                    display: flex;
                    align-items: center;
                    margin-right: 10px;
                    margin-top: 10px;
                    padding: 1px 15px;
                    border-radius: 10px;
                }

                    .CheckoutCart .cartItem .describe .priceCount .countMax .plus {
                        color: #727272;
                        font-size: 16px;
                        font-weight: bold;
                        cursor: pointer;
                        margin-left: 10px;
                    }

                    .CheckoutCart .cartItem .describe .priceCount .countMax .max {
                        display: flex;
                        flex-direction: column;
                        color: #727272;
                        font-size: 13px;
                    }

                        .CheckoutCart .cartItem .describe .priceCount .countMax .max .maximum {
                            color: #727272;
                            font-size: 10px;
                        }

                        .CheckoutCart .cartItem .describe .priceCount .countMax .max .count {
                            border: none;
                            text-align: center;
                            font-family: IRANSans;
                        }

                    .CheckoutCart .cartItem .describe .priceCount .countMax .trash {
                        color: #e9507e;
                        font-size: 16px;
                        font-weight: bold;
                    }

                    .CheckoutCart .cartItem .describe .priceCount .countMax .minus {
                        color: #727272;
                        font-size: 16px;
                        font-weight: bold;
                        cursor: pointer;
                        margin-right: 10px;
                    }

    .CheckoutCart .characters {
        padding: 5px 10px;
        background-color: white;
        box-shadow: 2px 0px 20px 3px #e7e4e4;
        border-radius: 15px;
    }

        .CheckoutCart .characters h3 {
            color: #212121;
            border-bottom: 1px solid #e8e8e8;
            padding: 15px;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

        .CheckoutCart .characters .bill {
            padding: 15px;
            font-weight: 700;
            font-size: 13px;
            background-color: #f8f8f8;
            margin-bottom: 10px;
            border-radius: 10px;
        }

            .CheckoutCart .characters .bill .sub {
                display: flex;
                justify-content: space-between;
                font-family: IRANSans;
            }

                .CheckoutCart .characters .bill .sub .total {
                    color: #2a2a2a;
                    font-size: 13px;
                    font-family: IRANSans;
                }

                .CheckoutCart .characters .bill .sub .price {
                    color: #2a2a2a;
                    font-size: 15px;
                    font-family: IRANSans;
                }

                .CheckoutCart .characters .bill .sub .milion {
                    color: #2a2a2a;
                    font-size: 13px;
                }

        .CheckoutCart .characters .newProduct {
            text-align: center;
            margin-bottom: 15px;
            margin-top: 15px;
            font-size: 13px;
        }

            .CheckoutCart .characters .newProduct .newProductLink {
                display: flex;
                align-items: center;
                justify-content: center;
                color: #339ae9;
                border-bottom: 1px solid #e8e8e8;
                font-size: 13px;
                font-weight: 600;
                padding-bottom: 15px;
            }

                .CheckoutCart .characters .newProduct .newProductLink i {
                    font-size: 13px;
                    margin-left: 10px;
                }

        .CheckoutCart .characters .return {
            padding: 5px;
            font-weight: 700;
            color: #6a6565 !important;
        }

            .CheckoutCart .characters .return .subReturn {
                display: flex;
                margin-top: 15px;
            }

                .CheckoutCart .characters .return .subReturn span {
                    font-size: 12px;
                    font-weight: 500;
                    color: #444444;
                }

                .CheckoutCart .characters .return .subReturn i {
                    margin-left: 10px;
                }

        .CheckoutCart .characters .shirazSend {
            padding: 5px 10px;
            display: block;
            background-color: #f4f5f9;
            border-radius: 8px;
            text-align: center;
        }

            .CheckoutCart .characters .shirazSend span {
                color: #8e8f93;
                font-size: 11px;
            }



        .CheckoutCart .characters .BtnBuy {
            margin-bottom: 10px;
            margin-top: 10px;
            padding-bottom: 10px;
            padding-top: 10px;
            text-align: center;
            /*background: radial-gradient(circle, rgb(217 139 78) 0%, rgb(191 125 64) 100%);*/
            background: linear-gradient(90deg, rgba(205, 179, 154, 1) 0%, rgba(188, 154, 120, 1) 50%, rgba(178, 140, 103, 1) 100%);
            color: white !important;
            border-radius: 10px;
        }

            .CheckoutCart .characters .BtnBuy a {
                padding-bottom: 5px;
                padding-top: 5px;
                text-align: center;
                color: white !important;
                font-size: 14px !important;
            }

            .CheckoutCart .characters .BtnBuy button {
                background-color: var(--main);
                color: var(--white);
                width: 60%;
                padding: 10px 0;
                display: block;
                font-size: 28px;
                border: unset;
                border-radius: 10px;
                font-family: var(--font-headers);
            }

        .CheckoutCart .characters .cation {
            display: flex;
            align-items: baseline;
            padding: 5px;
            color: #afafaf;
        }

            .CheckoutCart .characters .cation .item {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                margin-left: 10px;
                background-color: #afafaf;
            }

            .CheckoutCart .characters .cation p {
                color: #afafaf;
                text-align: justify;
                font-size: 11px;
                font-weight: bold;
            }

            .CheckoutCart .characters .cation i {
                margin-left: 10px;
            }

.checkout-stepper {
    width: 100%;
    padding: 20px 30px;
}

.stepper-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    /* خطوط */
    .stepper-wrapper::before {
        content: "";
        position: absolute;
        top: 48px;
        left: 10%;
        right: 5%;
        height: 2px;
        background: #E5E5E5;
        z-index: 1;
    }

.progress-line {
    position: absolute;
    top: 48px;
    right: 3%;
    width: 48%;
    height: 2px;
    background: #F5D8B2;
    z-index: 2;
}

.step {
    position: relative;
    z-index: 3;
    text-align: center;
    min-width: 120px;
}

.step-title {
    margin-bottom: 28px;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}

.step.inactive .step-title {
    color: #D8D0C9;
}

.step.active .step-title,
.step.completed .step-title {
    color: #444444;
}

.circleCheckout {
    width: 30px;
    height: 30px;
    border: 4px solid #D17124;
    position: relative;
    top: -20px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
}

.active .circleCheckout {
    border-color: #D17124;
    background: #fff;
}

.completed .circleCheckout {
    background: #D17124;
    border-color: #D17124;
}

    .completed .circleCheckout::after {
        content: "✓";
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-55%);
    }

/****************************************Checkout**********************************/
.Checkout {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .Checkout .reciver {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .Checkout .goldSquare {
        background-color: #cea884 !important;
        color: #cea884 !important;
        width: 7px;
        height: 7px;
        border-radius: 1px;
        margin-left: 5px;
    }

    .Checkout .reciver .titr {
        color: #555555;
        font-weight: 600;
    }

    .Checkout .reciverBox {
        border-radius: 15px;
        border: 2px solid #a3917d;
        padding: 10px;
        margin-top:10px;
    }

        .Checkout .reciverBox .name {
            color: #404040;
            font-size: 15px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .Checkout .reciverBox .DivAddress {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

            .Checkout .reciverBox .DivAddress i {
                margin-left: 10px;
            }

            .Checkout .reciverBox .DivAddress .address {
                color: #5b5b5b;
                font-size: 14px;
            }

        .Checkout .reciverBox .postCode {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

            .Checkout .reciverBox .postCode span {
                color: #999999;
                font-size: 14px;
                font-family: IRANSans;
            }

        .Checkout .reciverBox .edit {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .Checkout .reciverBox .edit a {
                color: #999999;
                font-size: 14px;
                margin-left: 15px;
            }

    .Checkout .SendType {
        position: relative;
        border-radius: 15px;
        border: 2px solid #a3917d;
        height: 260px;
        margin-bottom: 5px;
        z-index: 1000;
        margin-top:10px;
    }

        .Checkout .SendType .backSendType {
            background-color: #ede1d3;
            height: 60px;
            margin-top: 0px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .Checkout .SendType .post {
            display: flex;
            flex-direction: column;
            width: 30px;
            margin-bottom: 10px;
            margin-right: 10px;
            position: absolute;
            top: 5px;
        }

            .Checkout .SendType .post .title {
                border-bottom: 2px solid #47423e;
            }

        .Checkout .SendType .peyk {
            display: flex;
            flex-direction: column;
            width: 30px;
            margin-bottom: 100px;
            margin-right: 10px;
            position: absolute;
            top: 130px;
            z-index: 1000;
        }

            .Checkout .SendType .peyk .title {
                border-bottom: 2px solid #47423e;
            }

        .Checkout .SendType .type {
            margin-top: 5px;
            position: absolute;
            top: 65px;
            width: 100%;
        }

        .Checkout .SendType .type2 {
            margin-top: 10px;
            position: absolute;
            top: 150px;
            z-index: 1000;
        }

    .Checkout .AddressInsertPrice {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .Checkout .AddressInsertPrice .cost {
            color: #5d5d5d;
            margin-bottom: 15px;
        }

        .Checkout .AddressInsertPrice .price {
            color: #343434;
            font-weight: bold;
            margin-bottom: 15px;
            margin-left: 10px;
        }

        .Checkout .AddressInsertPrice .toman {
            color: #5d5d5d;
            margin-left: 10px;
            margin-bottom: 15px;
        }

.ChekoutPayment {
    display: flex !important;
    align-items: center;
    flex-grow: 1;
}

    .ChekoutPayment img {
        max-width: 60px;
        margin-left: 10px
    }

    .ChekoutPayment label {
        margin-left: 10px
    }

    .ChekoutPayment .SpanTitle {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    .ChekoutPayment .SpanDescribe {
        font-size: 14px;
        display: inline-block;
    }

.custom-radio-button div {
    display: inline-block;
}

.custom-radio-button input[type="radio"] {
    display: none;
}

    .custom-radio-button input[type="radio"] + label {
        color: #333333;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

        .custom-radio-button input[type="radio"] + label span {
            display: inline-block;
            width: 35px;
            height: 35px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 50%;
            border: 2px solid #ffffff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            line-height: 44px;
        }

            .custom-radio-button input[type="radio"] + label span img {
                opacity: 0;
                transition: all 0.3s ease;
            }

    .custom-radio-button input[type="radio"]#color-red + label span {
        background-color: var(--main);
    }

    .custom-radio-button input[type="radio"]#color-blue + label span {
        background-color: var(--main);
    }

    .custom-radio-button input[type="radio"]#color-orange + label span {
        background-color: var(--main);
    }

    .custom-radio-button input[type="radio"]#color-pink + label span {
        background-color: var(--main);
    }

    .custom-radio-button input[type="radio"]#color-yellow + label span {
        background-color: var(--main);
    }

    .custom-radio-button input[type="radio"]:checked + label span {
        opacity: 1;
        background: url("../Site/images/tick.png") center center no-repeat;
        width: 35px;
        height: 35px;
        display: inline-block;
    }

#Payment1 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment2 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment3 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment4 {
    cursor: pointer;
    margin-bottom: 15px;
}

#Payment5 {
    cursor: pointer;
}

.frmCheckOut {
    border: 2px solid #a3917d;
    padding:5px;
    border-radius:10px;
}

.required {
    color: red;
    text-decoration: none !important;
    margin-left: 5px;
}

.AddressInsert {
    position: relative;
    background-color: var(--white);
    padding: 5px 5px;
    border-radius: 5px;
}

.AddressInsertChange .TagAAddressInsert {
    color: #2e213d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
}

.AddressInsertChange a {
    color: #2e213d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.AddressInsertChange button {
    color: #2e213d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: none;
    border: none;
}

.AddressInsertInformation {
    font-size: 18px;
}

    .AddressInsertInformation i {
        font-size: 25px;
    }

    .AddressInsertInformation span {
        font-size: 20px;
        font-weight: bold;
    }

.AddressInsertSelectBox {
    border: 2px solid var(--main);
    margin-top: 15px;
    border-radius: 15px;
    padding: 15px;
}

    .AddressInsertSelectBox button {
        border: none;
        background-color: transparent;
        padding: 0;
        text-align: right;
    }
.AddressInsertSelectBoxformation span {
    font-size: 18px;
    font-weight: bold;
}

.AddressInsertSelectBoxformation i {
    font-size: 22px;
}

.AddressInsertSelected {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .AddressInsertSelected span {
        width: 25px;
        height: 25px;
        border: 1px solid;
        display: inline-block;
        border-radius: 50%;
        margin-left: 10px;
    }

        .AddressInsertSelected span.Active {
            width: 25px;
            height: 25px;
            border: 1px solid #EC2A75;
            display: inline-block;
            border-radius: 50%;
            margin-left: 10px;
            background-color: #EC2A75;
        }

.AddressInsertTab {
    color: #1a3c57;
    font-size: 18px;
    font-weight: bold;
}

    .AddressInsertTab.Active {
        border-bottom: 3px solid #ffbe18;
        border-top: none;
        border-right: none;
        border-left: none;
        color: #1a3c57;
    }

    .AddressInsertTab:hover {
        border-bottom: 3px solid #ffbe18;
        border-top: none;
        border-right: none;
        border-left: none;
        color: #1a3c57;
    }

.AddressInsertHide {
    visibility: hidden;
    display: none;
}



.Checkout .cartItem {
    border-radius: 15px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

    .Checkout .cartItem .cartImage {
        padding: 10px;
        margin: 5px;
    }

        .Checkout .cartItem .cartImage img {
            border-radius: 10px;
            width: 100px;
        }

    .Checkout .cartItem .describe {
        padding: 10px;
        margin-top: 10px;
    }

        .Checkout .cartItem .describe .name {
            color: #4a4a4a;
            font-size: 17px;
            font-weight: bold;
        }

        .Checkout .cartItem .describe .nameEng {
            color: #4a4a4a;
            font-size: 15px;
            font-weight: bold;
        }

        .Checkout .cartItem .describe .cartColor {
            display: flex;
            align-items: center;
        }

            .Checkout .cartItem .describe .cartColor .CircleColor {
                height: 20px;
                width: 20px;
                border-radius: 5px;
                margin-left: 5px;
            }

            .Checkout .cartItem .describe .cartColor .weightItem {
                height: 8px;
                width: 8px;
                border-radius: 1px;
                margin-left: 5px;
                background-color: #c1c0c0;
            }


        .Checkout .cartItem .describe .priceCount {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .Checkout .cartItem .describe .priceCount .price {
                color: #4a4a4a;
                font-size: 16px;
                margin-left: 10px;
                font-family: IRANSans;
                font-weight: bold;
            }

            .Checkout .cartItem .describe .priceCount .toman {
                color: #4a4a4a;
                font-size: 13px;
            }

            .Checkout .cartItem .describe .priceCount .countMax {
                border: 1px solid #cba882;
                background-color: white;
                display: flex;
                align-items: center;
                margin-right: 10px;
                margin-top: 10px;
                padding: 1px 15px;
                border-radius: 10px;
            }

                .Checkout .cartItem .describe .priceCount .countMax .plus {
                    color: #727272;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    margin-left: 10px;
                }

                .Checkout .cartItem .describe .priceCount .countMax .max {
                    display: flex;
                    flex-direction: column;
                    color: #727272;
                    font-size: 13px;
                }

                    .Checkout .cartItem .describe .priceCount .countMax .max .maximum {
                        color: #727272;
                        font-size: 10px;
                    }

                    .Checkout .cartItem .describe .priceCount .countMax .max .count {
                        border: none;
                        text-align: center;
                        font-family: IRANSans;
                    }

                .Checkout .cartItem .describe .priceCount .countMax .trash {
                    color: #e9507e;
                    font-size: 16px;
                    font-weight: bold;
                }

                .Checkout .cartItem .describe .priceCount .countMax .minus {
                    color: #727272;
                    font-size: 16px;
                    font-weight: bold;
                    cursor: pointer;
                    margin-right: 10px;
                }

.Checkout .characters {
    padding: 5px 10px;
    background-color: white;
    box-shadow: 2px 0px 20px 3px #e7e4e4;
    border-radius: 15px;
}

    .Checkout .characters h3 {
        color: #212121;
        border-bottom: 1px solid #e8e8e8;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .Checkout .characters .bill {
        padding: 15px;
        font-weight: 700;
        font-size: 13px;
        background-color: #f8f8f8;
        margin-bottom: 10px;
        border-radius: 10px;
    }

        .Checkout .characters .bill .sub {
            display: flex;
            justify-content: space-between;
            font-family: IRANSans;
        }

            .Checkout .characters .bill .sub .total {
                color: #2a2a2a;
                font-size: 13px;
                font-family: IRANSans;
            }

            .Checkout .characters .bill .sub .price {
                color: #2a2a2a;
                font-size: 15px;
                font-family: IRANSans;
            }

            .Checkout .characters .bill .sub .milion {
                color: #2a2a2a;
                font-size: 13px;
            }

    .Checkout .characters .typeSend {
        padding: 15px;
        font-weight: 700;
        font-size: 13px;
        background-color: white;
        margin-bottom: 10px;
        border-radius: 10px;
    }

        .Checkout .characters .typeSend .sub {
            display: flex;
            justify-content: space-between;
            font-family: IRANSans;
        }

            .Checkout .characters .typeSend .sub .total {
                color: #2a2a2a;
                font-size: 13px;
                font-family: IRANSans;
            }
            .Checkout .characters .typeSend .sub img {
                width:30px;
            }

    .Checkout .characters .newProduct {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 13px;
    }

        .Checkout .characters .newProduct .newProductLink {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #339ae9;
            border-bottom: 1px solid #e8e8e8;
            font-size: 13px;
            font-weight: 600;
            padding-bottom: 15px;
        }

            .Checkout .characters .newProduct .newProductLink i {
                font-size: 13px;
                margin-left: 10px;
            }

    .Checkout .characters .return {
        padding: 5px;
        font-weight: 700;
        color: #6a6565 !important;
    }

        .Checkout .characters .return .subReturn {
            display: flex;
            margin-top: 15px;
        }

            .Checkout .characters .return .subReturn span {
                font-size: 12px;
                font-weight: 500;
                color: #444444;
            }

            .Checkout .characters .return .subReturn i {
                margin-left: 10px;
            }

    .Checkout .characters .shirazSend {
        padding: 5px 10px;
        display: block;
        background-color: #f4f5f9;
        border-radius: 8px;
        text-align: center;
    }

        .Checkout .characters .shirazSend span {
            color: #8e8f93;
            font-size: 11px;
        }



    .Checkout .characters .BtnBuy {
        margin-bottom: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        /*background: radial-gradient(circle, rgb(217 139 78) 0%, rgb(191 125 64) 100%);*/
        background: linear-gradient(90deg, rgba(205, 179, 154, 1) 0%, rgba(188, 154, 120, 1) 50%, rgba(178, 140, 103, 1) 100%);
        color: white !important;
        border-radius: 10px;
    }

        .Checkout .characters .BtnBuy a {
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: center;
            color: white !important;
            font-size: 14px !important;
        }

        .Checkout .characters .BtnBuy button {
            background-color: var(--main);
            color: var(--white);
            width: 60%;
            padding: 10px 0;
            display: block;
            font-size: 28px;
            border: unset;
            border-radius: 10px;
            font-family: var(--font-headers);
        }

    .Checkout .characters .cation {
        display: flex;
        align-items: baseline;
        padding: 5px;
        color: #afafaf;
    }

        .Checkout .characters .cation .item {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            margin-left: 10px;
            background-color: #afafaf;
        }

        .Checkout .characters .cation p {
            color: #afafaf;
            text-align: justify;
            font-size: 11px;
            font-weight: bold;
        }

        .Checkout .characters .cation i {
            margin-left: 10px;
        }

/********************AboutUsTwo************************/
.AboutUsTwo .container {
    background-color: var(--gray);
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

    .AboutUsTwo .container p {
        line-height: 35px;
    }

/*****************************ContactUs*************************/
.ConatctUs {
    background-color: var(--gray);
}

.ConatctUsRight {
    background-color: var(--white);
    padding: 40px 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .ConatctUsRight h4 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .ConatctUsRight .Location {
        display: flex;
        padding-bottom: 5px;
    }

        .ConatctUsRight .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: var(--white);
            background-color: var(--main);
            border-radius: 50%;
            justify-content: space-evenly;
            width: 80px;
            height: 80px;
        }

            .ConatctUsRight .Location .LocationIcon i {
                color: var(--white);
            }

        .ConatctUsRight .Location .LocationText span {
            display: block;
            margin-top: 10px;
        }

.ConatctUsLeft {
    background-color: var(--white);
    padding: 55px 20px;
    background-image: url("../images/contact-bg.png");
    height: 100%;
    margin-bottom: 25px;
}


    .ConatctUsLeft .InputText input {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .InputText select {
        height: 54px;
        background-color: var(--white);
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft textarea {
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .Location {
        display: flex;
        padding-bottom: 5px;
        color: var(--black);
    }

        .ConatctUsLeft .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: var(--white);
            border: 2px solid var(--main);
            border-radius: 50%;
            justify-content: space-evenly;
            width: 60px;
            height: 60px;
        }

            .ConatctUsLeft .Location .LocationIcon i {
                color: var(--black);
            }

        .ConatctUsLeft .Location .LocationText span {
            display: block;
            color: var(--black);
        }

    .ConatctUsLeft hr {
        color: var(--black);
    }

    .ConatctUsLeft .Button {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

.ProductTwo {
    padding-bottom: 50px;
}
.AllBrand .BrandName {
    font-size: 20px;
    color: var(--white);
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--black);
    border-radius: 5px;
    padding: 10px 15px;
    font-family: var(--font-Yekan);
    flex-direction: column;
}

.AllBrand .BrandA {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .AllBrand .BrandA img {
        border-radius: 5px;
        border: 7px solid var(--gray);
        margin-bottom: 5px;
        padding: 10px;
    }

.AllBrand .BrandAlphabet {
    background-color: var(--gray);
    padding: 15px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.BrandTextAlphabet {
    width: 40px;
    height: 40px;
    border: 2px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    background-color: var(--footerBottom);
    margin-right: 5px;
    font-weight: bold;
    color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
}

.BoxAlphabet {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 10px;
}

.Profiletext14 {
    font-size: 14px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext16 {
    font-size: 15px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext12 {
    font-size: 14px;
    line-height: 1.833;
    color: black;
}

/*تایم لاین*/
.dk-progress {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
    direction: rtl;
}

/* خط زمینه */
.progress-line {
    position: absolute;
    /*top: 32px;*/
    right: 0;
    left: 0;
    height: 4px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

/* خط پرشونده */
.progress-fill {
    display: block;
    height: 100%;
    background: #ef394e;
    animation: fillLine 1s ease forwards;
}

    .progress-fill.step-1 {
        width: 12.5%;
    }

    .progress-fill.step-2 {
        width: 37.5%;
    }

    .progress-fill.step-3 {
        width: 62.5%;
    }

    .progress-fill.step-4 {
        width: 100%;
    }

@keyframes fillLine {
    from {
        width: 0;
    }
}

/* مراحل */
.dk-step {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .dk-step .icon {
        width: 64px;
        height: 64px;
        background: #f5f5f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
        font-size: 22px;
        color: #9e9e9e;
        transition: all .4s ease;
    }

    .dk-step span {
        font-size: 14px;
        color: #666;
    }

    /* انجام‌شده */
    .dk-step.done .icon {
        background: #ef394e;
        color: #fff;
        transform: scale(1.05);
    }

    /* فعال */
    .dk-step.active .icon {
        background: #fff;
        border: 2px solid #ef394e;
        color: #ef394e;
        animation: pulse 1.5s infinite;
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239,57,78,.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(239,57,78,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(239,57,78,0);
    }
}

/* موبایل */
@media (max-width: 600px) {
    .dk-progress {
        flex-direction: column;
        padding-right: 30px;
    }

    .progress-line {
        width: 4px;
        height: 100%;
        right: 32px;
        top: 0;
    }

    .progress-fill {
        width: 100% !important;
        height: 0;
        animation: fillVertical 1s ease forwards;
    }

    @keyframes fillVertical {
        to {
            height: 62.5%;
        }
    }

    .dk-step {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
    }

        .dk-step .icon {
            margin: 0 0 0 15px;
        }
}

.BtnMain {
    padding: 10px 30px;
    border: none;
    font-size: 14px;
    background-color: #ba906a;
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
    margin-bottom: 15px;
}

    .BtnMain.MarginLow {
        padding: 10px 40px;
    }

    .BtnMain:hover {
        background-color: var(--footerBottom);
    }

    .BtnMain.Delete {
        padding: 10px 30px;
        border-radius: 5px;
    }

        .BtnMain.Delete:hover {
            background-color: var(--black-darker);
            color: var(--main);
        }

    .BtnMain.Update {
        background-color: #ba906a;
        color: var(--white);
        padding: 10px 30px;
        border-radius: 5px;
    }

        .BtnMain.Update:hover {
            background-color: var(--black-darker);
            color: var(--main);
        }

.ProfileDivAddress {
    border: 1px solid #cfcbcb;
    border-radius: 10px;
    margin: 10px;
    background-color:white;
}

/***************************************************CartEmpty**************************/
.CartEmpty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

    .CartEmpty img {
        max-width: 100px;
    }

    .CartEmpty p {
        font-size: 30px;
        font-family: var(--font-headers);
        color: var(--main);
    }

    .CartEmpty span {
        display: block;
        margin-bottom: 15px;
    }

/******************************************SignIn**************************/
.SignInHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #c29642;
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 0px;
}

.FormSignin {
    box-shadow: 5px 10px 8px 10px #d9d9d9;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #c29642;
    background-color: white;
    padding-top: 20px;
}

.BtnSignIn {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

    .BtnSignIn:hover {
        color: #c29642;
    }
/***********************************************Register**********************/
.BtnRegisterRight {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-right-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    border-left: 1px solid #c29642;
}

    .BtnRegisterRight :hover {
        color: #c29642;
    }

.BtnRegisterLeft {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

    .BtnRegisterLeft:hover {
        color: #c29642;
    }
.Login .ABtn2 {
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--main);
    /*background-color: #1a3c57;*/
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}