﻿@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/B Yekan.ttf') format('truetype');
}

:root {
    --black: #292d35;
    --black-darker: #000003;
    --black-text: rgba(41,45,53,1);
    --black-light: rgba(41,45,53,.7);
    --gray: #F7F5F2;
    --gray-lighter: rgba(243,245,237,.5);
    --white: #FFFFFF;
    --white-text: rgba(255,255,255,.75);
    --main: #0da487;
    --main-darker: #70a21a;
    --main-lighter: rgba(142,192,56,.5);
    --second: #F4442C;
    --red: #da2424;
    --font-main: 'IRANSans';
    --font-headers: 'aviny';
    --font-Yekan: 'BYekan';
    --ColorProductDetails-text: #01bf6f;
    --ColorOldPrice: #8c8c8c;
    --ColorPercent: #f16422;
    --ColorHeader: #fab528;
    --ColorTitle: #FA532C;
    --footerColor: rgb(55, 63, 80);
    --footerBottom: #051616;
    --theme-color: #0da487;
    --theme-color-rgb: 13, 164, 135;
    --Purple: #6658a6;
    --Blue: #356493;
}
/*******************popular******************/
.Wave {
    display: block;
    height: 64px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    margin-top: -55px;
    background-color: var(--white);
    mask-image: url(../images/wave.svg);
    -webkit-mask-image: url(../images/wave.svg);
    mask-size: 1940px;
    -webkit-mask-size: 1940px;
    position: absolute;
    left: 0;
    width: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

    .Wave.WaveScale {
        transform: scaleX(-1);
    }

    .Wave.WaveGreen {
        background-color: var(--main);
    }

    .Wave.WaveGray {
        background-color: var(--gray);
    }

    .Wave.WaveBlack {
        background-color: var(--black);
    }

a {
    text-decoration: none;
}

.AlignRight {
    text-align: right;
}

.AlignLeft {
    text-align: left;
}

.BtnMain {
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    background-color: var(--main);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
}

    .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: var(--ColorProductDetails-text);
        color: var(--white);
        padding: 10px 30px;
        border-radius: 5px;
    }

        .BtnMain.Update:hover {
            background-color: var(--black-darker);
            color: var(--main);
        }

.BtnAddAddress {
    display: inline-block;
    padding: 15px;
    background-color: var(--black-darker);
    font-family: var(--font-headers);
    font-size: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .BtnAddAddress:hover {
        background-color: var(--ColorProductDetails-text);
        color: var(--white);
    }

.BtnSendTicket {
    display: inline-block;
    padding: 15px;
    background-color: var(--ColorProductDetails-text);
    color: var(--white);
    font-family: var(--font-headers);
    font-size: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all ease 0.5s;
    border: unset;
}

    .BtnSendTicket:hover {
        background-color: var(--black-darker);
        color: var(--white);
    }

.BtnMain.HoverBlack:hover {
    background-color: var(--black);
}

.PaddingTop50 {
    padding-top: 50px;
}

.PaddingBottom50 {
    padding-Bottom: 50px;
}

.backGroundWhite {
    background: #ffffff !important;
}

.backGroundGray {
    background: #f5f5f5 !important;
}

.BackGroundGrayTwo {
    background: var(--gray) !important;
}

/**************************AllBrand**************************/


.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(--main);
    border-radius: 5px;
    padding: 10px 15px;
    font-family: var(--font-headers);
    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;
        background-color:var(--white);
    }
/****************************ProductTwo**********************************************/
.ProductTwo {
    padding-bottom: 50px;
}

    .ProductTwo .TitleProduct {
        position: relative;
        display: flex;
        margin-bottom: 35px;
    }

        .ProductTwo .TitleProduct .ProductButton {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            height: 100%;
        }

        .ProductTwo .TitleProduct p {
            color: var(--black);
            line-height: 35px;
        }

    .ProductTwo .Title {
        font-family: var(--font-headers);
        font-size: 35px;
        color: var(--main);
    }

    .ProductTwo .ProductDescription {
        font-size: 16px;
        color: var(--black);
        display: inline-block;
        text-align: center;
        padding: 15px;
    }

        .ProductTwo .ProductDescription h5 {
            font-size: 16px;
            margin-bottom: 20px;
            color: var(--black);
            font-weight: normal;
            text-align: center;
            line-height: 30px;
        }

        .ProductTwo .ProductDescription p {
            margin-bottom: 25px;
            color: var(--black);
            text-align: center;
            line-height: 25px;
        }

        .ProductTwo .ProductDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }
/**********************Product*********************/
.Product {
    padding-top: 80px;
    padding-bottom: 50px;
}

    .Product .TitleProduct {
        position: relative;
        /*        display: flex;*/
        margin-bottom: 35px;
    }

        .Product .TitleProduct .ProductButton {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            height: 100%;
        }

        .Product .TitleProduct p {
            color: var(--black);
            line-height: 35px;
        }

    .Product .Title {
        font-family: var(--font-headers);
        font-size: 35px;
        color: var(--footerBottom);
        display: block;
    }

    .Product .ProductDescription {
        font-size: 16px;
        color: var(--black);
        display: inline-block;
        text-align: center;
        padding: 0px 15px 15px 15px;
    }

        .Product .ProductDescription h5 {
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 10px;
            color: var(--black);
            font-weight: bold;
            text-align: center;
            line-height: 25px;
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

        .Product .ProductDescription p {
            margin-bottom: 25px;
            color: var(--black);
            text-align: center;
            line-height: 25px;
        }

        .Product .ProductDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }

        .Product .ProductDescription .ImageProduct {
            background-color: var(--gray);
            border-radius: 5px;
            position: relative;
        }

        .Product .ProductDescription .ProductPrice {
            margin-bottom: 10px;
        }

            .Product .ProductDescription .ProductPrice span {
                color: var(--ColorProductDetails-text);
            }

.ProductPrice span {
    color: var(--ColorProductDetails-text);
}

.Product .ProductDescription .ProductPrice del {
    color: var(--ColorOldPrice);
}

.Product .LeftLabel {
    background-color: var(--ColorPercent);
    border-radius: 5px;
    font-size: 15px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 10px;
}

.Product .RightLabel {
    background-color: var(--main);
    font-size: 14px;
    padding: 5px 15px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
}

.Product .BottomLabel {
    background-color: var(--ColorPercent);
    font-size: 10px;
    padding: 5px 10px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 5px;
    border-radius: 5px;
    right: calc(50% - 60px);
}
