﻿@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'aviny';
    src: url('../fonts/Shabnam.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: #f3f3f3;
    --gray-lighter: rgba(243,245,237,.5);
    --white: #FFFFFF;
    --white-text: rgba(255,255,255,.75);
    --main: #fab528;
    --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: #183544;*/
    --footerBottom: #002234;
    --HeaderMiddle: #363636;
}

body {
    font-family: IRANSans;
    font-size: 16px;
}

/**************************Header********************/

.HeaderBottom .navbar-expand-lg .navbar-nav {
    padding: 0;
}

.HeaderTop {
    background-color: var(--footerBottom);
    padding: 10px 0px;
    color: var(--main);
}

    .HeaderTop .ColTwo {
        text-align: left;
    }

        .HeaderTop .ColTwo a {
            color: white;
        }

        .HeaderTop .ColTwo span {
            margin-right: 10px;
            margin-left: 10px;
        }

    .HeaderTop .BtnCat {
        border: none;
        background-color: var(--ColorHeader);
        color: var(--black);
        width: 250px;
        padding: 10px 0px;
        border-radius: 10px;
        font-family: var(--font-headers);
        font-size: 17px;
    }

        .HeaderTop .BtnCat i {
            margin-left: 10px;
            font-size: 16px;
        }

    .HeaderTop form {
        position: relative;
    }

    .HeaderTop input[type=text] {
        padding: 10px 60px 10px 15px;
        background-color: var(--gray);
        width: 100%;
        border: 0;
        border-radius: 5px;
        height: 45px;
        font-size: 15px;
    }

    .HeaderTop .HeaderIconSearch {
        margin-top: 10px;
        margin-bottom: auto;
        color: var(--main);
        position: absolute;
        right: 20px;
        font-size: 20px;
    }

        .HeaderTop .HeaderIconSearch button {
            border: unset;
            background-color: transparent;
            color: var(--main);
        }

.HeaderMiddle {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 0px;
    background-color: var(--HeaderMiddle);
}

    .HeaderMiddle .LogoImage {
        max-height: 70px;
    }

    .HeaderMiddle .MenuTop {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .HeaderMiddle .HeaderBasket a {
        display: flex;
        height: 45px;
        width: 45px;
        background-color: var(--gray);
        color: var(--black);
        font-size: 20px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        transition: .5s ease;
    }

        .HeaderMiddle .HeaderBasket a:hover {
            background-color: var(--main);
            color: var(--white);
        }

    .HeaderMiddle .HeaderDashboardProfile a {
        /*display: flex;
        height: 45px;
        width: 45px;*/
        /*background-color: var(--gray);*/
        color: var(--white);
        /*font-size: 20px;*/
        /*border-radius: 50%;*/
        /*align-items: center;
        justify-content: center;*/
        margin-left: 5px;
        transition: .5s ease;
    }

        .HeaderMiddle .HeaderDashboardProfile a:hover {
            /*background-color: var(--main);*/
            color: var(--main);
        }

    .HeaderMiddle .HeaderFavorite a {
        display: flex;
        height: 45px;
        width: 45px;
        background-color: var(--gray);
        color: var(--black);
        font-size: 20px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        transition: .5s ease;
    }

        .HeaderMiddle .HeaderFavorite a:hover {
            background-color: var(--main);
            color: var(--white);
        }

    .HeaderMiddle .HeaderTextLink {
        display: inline-block;
        color: var(--black);
        font-size: 14px;
        padding-bottom: 5px;
        transition: .5s ease;
    }

        .HeaderMiddle .HeaderTextLink span {
            display: block;
            /*font-weight: bold;*/
        }

        .HeaderMiddle .HeaderTextLink:hover {
            color: var(--main);
        }

    .HeaderMiddle .navbar-expand-lg .navbar-collapse {
        justify-content: space-evenly;
    }





.HeaderBottom {
    display: flex;
    padding-bottom: 1px;
    padding-top: 1px;
    align-items: center;
    justify-content: space-around;
    background-color: var(--footerBottom);
}

    .HeaderBottom .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--white);
    }

        .HeaderBottom .navbar-expand-lg .navbar-nav .nav-link:hover {
            color: var(--main);
        }

        .HeaderBottom .navbar-expand-lg .navbar-nav .nav-link.active {
            color: var(--main);
        }

    .HeaderBottom .MainMenu .collapse {
        font-size: 15px;
    }

    .HeaderBottom .HeaderContactUs a {
        display: flex;
        color: var(--black);
        font-size: 20px;
        align-items: center;
        justify-content: flex-end;
    }

        .HeaderBottom .HeaderContactUs a i {
            color: var(--white);
            font-size: 55px;
            transition: .5s ease;
            margin-left: 10px;
        }

        .HeaderBottom .HeaderContactUs a span {
            display: block;
            color: var(--white);
            font-size: 14px;
            padding-right: 10px;
            padding: 5px;
            font-weight: bold;
        }

        .HeaderBottom .HeaderContactUs a:hover {
            color: var(--main);
        }



.MenuCat {
    background-color: var(--black);
}

    .MenuCat .CatTitle {
        font-family: var(--font-headers);
        font-size: 19px;
        color: var(--main);
        margin: 10px 5px;
        text-align: right;
    }

    .MenuCat .offcanvas-body {
        direction: ltr;
        padding: 0;
    }

    .MenuCat .btn-close {
        opacity: 1;
        background-color: var(--gray);
    }

    .MenuCat .offcanvas-header {
        align-items: unset;
        justify-content: flex-end;
    }

.OffCanvasLogo {
    text-align: center;
}

    .OffCanvasLogo img {
        max-height: 100px;
    }

.UlMenu {
    list-style: none;
    padding: 0;
}

    .UlMenu li {
        padding: 10px 5px;
        align-items: center;
    }



        .UlMenu li a {
            color: var(--white);
            transition: 0.5s all ease-out;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding-left: 15px;
            padding-right: 10px;
        }

            .UlMenu li a:hover {
                color: var(--main);
            }

        .UlMenu li img {
            width: 40px;
            margin-left: 10px;
        }

        .UlMenu li span {
            font-weight: bold;
        }

        .UlMenu li i {
            color: var(--main);
            float: left;
        }

.ULItemSecond {
    direction: rtl;
}

.MenuRight {
    direction: rtl;
    color: var(--white);
    padding: 10px 10px;
}

    .MenuRight .MenuRightContactus span {
        font-size: 25px;
        font-weight: bold;
        display: block;
        margin-bottom: 15px;
        margin-top: 17px;
        font-family: var(--font-headers);
    }

    .MenuRight .MenuRightContactus p {
        display: block;
        margin-bottom: 15px;
    }

        .MenuRight .MenuRightContactus p i {
            margin-left: 10px;
            color: var(--main);
            font-size: 20px;
        }

    .MenuRight .FooterSocialMedia a {
        font-size: 15px;
        height: 33px;
        width: 33px;
        line-height: 33px;
        background: var(--main);
        text-align: center;
        display: inline-block;
        color: var(--white);
        margin-right: 6px;
        position: relative;
        z-index: 1;
        transition: 0.5s ease-in-out;
        border-radius: 5px;
    }

        .MenuRight .FooterSocialMedia a:hover {
            color: var(--main);
            background-color: var(--white);
        }

.offcanvas-backdrop.show {
    background-color: #CDA274;
}

.MenuRight button.btn-close {
    background: unset;
}

    .MenuRight button.btn-close i {
        font-size: 35px;
        color: #CDA274;
    }
/*********************Slider******************/
.SliderButtonRight {
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 2%;
    border: 1px solid var(--black);
    top: unset;
    color: var(--main);
    bottom: 5%;
    border-radius: 10%;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--black);
}

    .SliderButtonRight i {
        font-size: 22px;
    }

    .SliderButtonRight:hover {
        color: var(--black);
        border: 1px solid var(--main);
        background-color: var(--white);
    }

.SliderButtonLeft {
    display: flex;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 2%;
    border: 1px solid var(--black);
    top: unset;
    color: var(--main);
    bottom: 5%;
    border-radius: 10%;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--black);
}

    .SliderButtonLeft i {
        font-size: 22px;
    }

    .SliderButtonLeft:hover {
        color: var(--black);
        border: 1px solid var(--main);
        background-color: var(--white);
    }

.SliderImage {
    /* background-image: url('../Site/StaticImage/homepage-new-slide-bg.webp');*/
    background-color: var(--gray);
    /* padding: 45px 0px;*/
}

    .SliderImage img {
        /*border-radius: 10px;*/
    }
/*******************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 40px;
    border: none;
    font-size: 16px;
    background-color: var(--black);
    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(--main);
    }

    .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: 19px;
    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: 19px;
    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;
}

.ImageNotification {
    max-height: 40px;
}

.toast-header .btn-close {
    margin-right: 10px !important;
}

.ButtonFile {
    background-color: var(--main);
    border: unset;
    color: black;
    margin-right: 5px;
    font-size: 14px;
    transition: background-color 1s ease;
    transform: scale(1);
}

    .ButtonFile:hover {
        background-color: var(--second);
        color: var(--black);
    }

.ChooseFileModal {
}

    .ChooseFileModal .modal-title {
        font-family: var(--font-headers);
        font-size: 16px;
        color: var(--footerBottom);
    }

    .ChooseFileModal p {
        color: var(--black);
        font-size: 13px;
        margin-top: 10px;
    }

    .ChooseFileModal .modal-header .btn-close {
        background-color: var(--main);
        opacity: 1;
        margin-right: auto;
        margin-left: 10px;
    }

    .ChooseFileModal .BtnMainSendMessage {
        margin-top: 10px;
        margin-right: auto;
    }

    .ChooseFileModal .BtnFileUpload {
        background-color: var(--footerBottom);
        color: var(--main);
        padding: 10px 15px;
        border-radius: 5px;
        font-family: var(--font-headers);
        font-size: 16px;
    }

.SpanFileSuccess {
    background-color: var(--main);
    padding: 5px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 13px;
}

.BtnTicket {
    padding: 15px 60px;
    border: none;
    font-size: 22px;
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
    font-family: var(--font-headers);
    text-decoration: none;
}

    .BtnTicket:hover {
        background-color: var(--main);
        color: var(--black);
    }

    .BtnTicket.MarginBottom {
        margin-bottom: 15px;
    }

    .BtnTicket i {
        margin-left: 10px;
        font-size: 16px;
        font-weight: normal;
    }

.NoResult {
    display: block;
    padding: 15px;
    background-color: var(--gray);
    text-align: center;
    border-radius: 5px;
    font-size: 19px;
}

/*******************Subscribe******************/
.Subscribe {
    background-color: var(--footerBottom);
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

    .Subscribe .Title {
        font-size: 17px;
        color: var(--white);
        font-family: var(--font-headers);
        display: block;
    }

    .Subscribe span {
        color: var(--white);
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        text-align: right;
    }

.SubscribeForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Subscribe .RightColumn {
    display: flex;
    align-items: center;
}

    .Subscribe .RightColumn i {
        font-size: 50px;
        color: var(--white);
        margin-left: 10px;
    }

.SubscribeForm input {
    padding: 13px;
    border: none;
    font-size: 15px;
    background-color: var(--white);
    color: var(--black);
    margin: 0;
    display: inline-block;
    border-radius: 5px;
    margin-left: 15px;
}

.SubscribeForm button {
    padding: 15px 25px;
    border: none;
    font-size: 15px;
    background-color: var(--main);
    color: var(--black);
    border-radius: 5px;
    transition: background-color 1s ease;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .SubscribeForm button i {
        margin-right: 5px;
    }

    .SubscribeForm button:hover {
        background-color: var(--main);
    }
/***********************Footer*****************************/
.Footer {
    color: var(--white);
}

.FooterMain {
    background-color: #163a5c;
    padding-bottom: 50px;
    padding-top: 50px;
    color: var(--white);
}

.FooterBottom {
    background-color: var(--black);
}

    .FooterBottom span {
        color: var(--white);
    }

    .FooterBottom a {
        text-decoration: none;
        color: var(--main);
        transition: 0.5s all ease-out;
    }

        .FooterBottom a:hover {
            color: var(--white);
        }

    .FooterBottom .Transparent {
        background-color: var(--footerBottom); /*rgba(0,0,0,.25) */
        padding: 20px 0 20px;
    }

.FooterCol1 img {
    max-width: 150px;
    margin-bottom: 25px;
}

.FooterSocialMedia {
    display: flex;
}

    .FooterSocialMedia a {
        color: var(--white);
        display: flex;
        background-color: var(--main);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        align-items: center;
        justify-content: space-evenly;
        transition: 0.5s all ease-out;
        margin-left: 7px;
    }

        .FooterSocialMedia a:hover {
            color: var(--main);
            background-color: var(--white);
        }

.Footer .FooterTitle {
    font-size: 19px;
    color: var(--main);
    margin-bottom: 16px;
    display: inline-block;
    font-family: var(--font-headers);
}

.Footer p {
    line-height: 35px;
    text-align: justify;
}

.Footer .FooterContactus {
    display: flex;
}

    .Footer .FooterContactus .FooterContactusIcon {
        display: inline-block;
    }

        .Footer .FooterContactus .FooterContactusIcon i {
            font-size: 30px;
            color: var(--main);
            margin-left: 12px;
        }

    .Footer .FooterContactus .FooterContactusContent {
        display: inline-block;
    }

.Footer .FooterLink a {
    color: var(--white);
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    transition: 0.5s all ease-out;
}

    .Footer .FooterLink a:hover {
        color: var(--main);
    }

.FooterInstagram {
    display: flex;
}

    .FooterInstagram a {
        display: inline-block;
    }

    .FooterInstagram img {
        max-width: 100%;
        border-radius: 5px;
        display: inline-block;
        margin: 10px;
    }

.Footer .Enamad {
    margin-top: 15px;
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid var(--main);
}

.Footer .ProductWarranty {
    display: flex;
    padding: 20px 0px 30px 0px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    margin-bottom: 25px;
}

    .Footer .ProductWarranty .ProductWarrantyItem {
        background-color: white;
        padding: 15px 10px;
        color: black;
        border-radius: 5px;
        margin: 5px;
        text-align: center;
    }

        .Footer .ProductWarranty .ProductWarrantyItem span {
            color: black;
            font-family: var(--font-headers);
        }
/***************************Product**********************/
.btnnextslider {
    display: flex;
    width: 70px;
    height: 70px;
    border: 1px solid var(--black);
    color: var(--main);
    border-radius: 50%;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--white);
    margin-left: 15px;
}

    .btnnextslider i {
        font-size: 25px;
    }

    .btnnextslider:hover {
        color: var(--white);
        border: 1px solid var(--black);
        background-color: var(--black);
    }

.btnprevslider {
    display: flex;
    width: 70px;
    height: 70px;
    border: 1px solid var(--black);
    color: var(--main);
    border-radius: 50%;
    opacity: 1;
    font-weight: bold;
    transition: 0.5s all ease-out;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
    background-color: var(--white);
}

    .btnprevslider i {
        font-size: 25px;
    }

    .btnprevslider:hover {
        color: var(--white);
        border: 1px solid var(--black);
        background-color: var(--black);
    }

.Product {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .Product .TitleProduct {
        position: relative;
        display: flex;
        margin-bottom: 10px !important;
        margin-top: 35px !important;
    }

        .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: 26px;
        color: var(--main);
    }

    .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 {
            border-radius: 50px;
        }

            .Product .ProductDescription img:hover {
                transform: scale(0.8);
                transition: all .5s;
            }

        .Product .ProductDescription .ImageProduct {
            background-color: var(--gray);
            border-radius: 5px;
            position: relative;
            padding: 20px;
            border-top-right-radius: 20px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 2px;
        }

        .Product .ProductDescription .ProductPrice {
            margin-bottom: 10px;
        }

            .Product .ProductDescription .ProductPrice span {
                color: var(--ColorProductDetails-text);
            }

.ProductPrice span {
    color: var(--ColorProductDetails-text);
    display: inline-block;
    min-height: 37px;
}

.Product .ProductDescription .ProductPrice del {
    color: var(--ColorOldPrice);
}

.Product .LeftLabel,
.ProductTwo .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,
.ProductTwo .RightLabel {
    /*background-color: var(--main);*/
    background-color: #35fa28;
    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,
.ProductTwo .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);
}

.ProductTwo .ProductDescription {
    position: relative;
}

.ProductTwo .BtnMain {
    padding: 15px 20px;
    border: none;
    font-size: 15px;
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
}

    .ProductTwo .BtnMain.MarginLow {
        padding: 10px 20px;
    }

    .ProductTwo .BtnMain:hover {
        background-color: var(--main);
    }
/*************************AboutUs*******************/
.AboutUs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--gray);
}


    .AboutUs .col-6 {
        padding: 30px;
    }

    .AboutUs img {
        border-radius: 25px;
    }

    .AboutUs .Play {
        position: relative;
    }

        .AboutUs .Play span {
            display: flex;
            width: 90px;
            height: 90px;
            position: absolute;
            top: -20px;
            right: 45%;
            color: white;
            background-color: var(--main);
            align-items: center;
            justify-content: space-evenly;
            border-radius: 50%;
            border: 10px solid white;
            font-size: 20px;
        }

            .AboutUs .Play span:hover {
                background-color: var(--second);
            }

    .AboutUs .IconAbout {
        display: flex;
    }

    .AboutUs .AputUsDescription {
        font-size: 16px;
        line-height: 35px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .AboutUs .Title {
        font-size: 19px;
        color: var(--black);
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
        font-family: var(--font-headers);
    }

    .AboutUs .IconAbout {
        margin-bottom: 15px;
    }

        .AboutUs .IconAbout i {
            font-size: 30px;
            color: var(--main);
            margin-left: 15px;
        }

        .AboutUs .IconAbout p {
            font-family: var(--font-headers);
            font-size: 17px;
            color: var(--black);
            font-weight: bold;
        }

/*************************AboutUsCat*******************/
.AboutUsCat {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--gray);
}


    .AboutUsCat .col-6 {
        padding: 30px;
    }

    .AboutUsCat img {
        border-radius: 25px;
    }

    .AboutUsCat .Play {
        position: relative;
    }

        .AboutUsCat .Play span {
            display: flex;
            width: 90px;
            height: 90px;
            position: absolute;
            top: -20px;
            right: 45%;
            color: white;
            background-color: var(--main);
            align-items: center;
            justify-content: space-evenly;
            border-radius: 50%;
            border: 10px solid white;
            font-size: 20px;
        }

            .AboutUsCat .Play span:hover {
                background-color: var(--second);
            }

    .AboutUsCat .IconAbout {
        display: flex;
    }

    .AboutUsCat .AputUsDescription {
        font-size: 16px;
        line-height: 35px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .AboutUsCat .Title {
        font-size: 19px;
        color: var(--black);
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
        font-family: var(--font-headers);
    }

    .AboutUsCat .IconAbout {
        margin-bottom: 15px;
    }

        .AboutUsCat .IconAbout i {
            font-size: 30px;
            color: var(--main);
            margin-left: 15px;
        }

        .AboutUsCat .IconAbout p {
            font-family: var(--font-headers);
            font-size: 17px;
            color: var(--black);
            font-weight: bold;
        }
/***************************Cat**********************/
.ProductCat {
    font-size: 17px;
    color: var(--black);
    display: inline-block;
    text-align: center;
    background-color: var(--main);
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0px 10px;
    font-family: var(--font-headers);
    font-weight: normal;
}

.IndexCat .btnnextSliderCat,
.btnnextSliderIndexImage {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid var(--black);
    color: var(--main);
    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(--black);
    margin-left: 15px;
}

    .IndexCat .btnnextSliderCat i,
    .btnnextSliderIndexImage i {
        font-size: 20px;
    }

    .IndexCat .btnnextSliderCat:hover,
    .btnnextSliderIndexImage:hover {
        color: var(--black);
        border: 1px solid var(--black);
        background-color: var(--gray);
    }

.IndexCat .btnprevSliderCat,
.btnprevSliderIndexImage {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid var(--black);
    color: var(--main);
    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(--black);
}

    .IndexCat .btnprevSliderCat i,
    .btnprevSliderIndexImage i {
        font-size: 20px;
    }

    .IndexCat .btnprevSliderCat:hover,
    .btnprevSliderIndexImage:hover {
        color: var(--black);
        border: 1px solid var(--black);
        background-color: var(--gray);
    }

.IndexCat {
    padding-top: 20px;
    padding-bottom: 20px;
}


    .IndexCat .TitleProduct {
        position: relative;
        display: flex;
        margin-bottom: 15px;
    }

        .IndexCat .TitleProduct .ProductButton {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            height: 100%;
        }

        .IndexCat .TitleProduct p {
            color: var(--black);
            line-height: 35px;
        }

    .IndexCat .Title {
        font-family: var(--font-headers);
        font-size: 26px;
        color: var(--main);
    }

    .IndexCat .ProductDescription {
        font-size: 14px;
        color: var(--black);
        display: inline-block;
        text-align: center;
        background-color: var(--main);
        border-radius: 5px;
        padding: 0px 25px;
        margin: 0px 10px;
        font-family: var(--font-headers);
        font-weight: normal;
    }

        .IndexCat .ProductDescription h5 {
            font-size: 18px;
            margin-bottom: 8px;
            margin-top: 8px;
            color: var(--black);
            text-align: center;
            line-height: 25px;
            /*min-height: 50px;*/
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

        .IndexCat .ProductDescription p {
            margin-bottom: 25px;
            color: var(--black);
            text-align: center;
            line-height: 25px;
        }

        .IndexCat .ProductDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }

        .IndexCat .ProductDescription .ImageProduct {
            background-color: var(--gray);
            border-radius: 5px;
            position: relative;
            padding: 25px 25px;
        }

        .IndexCat .ProductDescription img {
            background-color: var(--gray);
            border-radius: 5px;
            position: relative;
            max-height: 100px;
            max-width: 100px;
        }

        .IndexCat .ProductDescription .ProductPrice {
            margin-bottom: 10px;
        }

            .IndexCat .ProductDescription .ProductPrice span {
                color: var(--ColorProductDetails-text);
            }
/*************************Blog****************/
.Blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--gray);
}

    .Blog .BlogIndex {
        display: block;
        background-color: var(--white);
        border-radius: 5px;
        padding-top: 5px;
    }

        .Blog .BlogIndex .BlogDescribe {
            padding: 20px 15px;
        }

    .Blog .Title a {
        font-size: 35px;
        color: var(--main);
        font-weight: bold;
        font-family: var(--font-headers);
        display: block;
        text-align: center;
        margin-bottom: 50px
    }

        .Blog .Title a:hover {
            color: var(--footerBottom);
        }

    .Blog .ImageWithLabel {
        position: relative;
        margin-bottom: 20px;
    }

    .Blog .BigBlog {
        position: relative;
        padding: 5px;
    }

        .Blog .BigBlog .Date {
            font-size: 14px;
            color: var(--main);
            font-family: var(--font-headers);
        }

            .Blog .BigBlog .Date i {
                color: var(--main);
                font-size: 16px;
            }

        .Blog .BigBlog h5 {
            margin-bottom: 15px;
            text-align: center;
            font-size: 18px;
            color: var(--black);
            font-weight: bold;
        }

        .Blog .BigBlog p {
            margin-bottom: 15px;
            text-align: justify;
            font-size: 15px;
            line-height: 30px;
            color: var(--black);
        }

        .Blog .BigBlog .Label {
            position: absolute;
            color: var(--main);
            background-color: var(--black);
            display: inline-block;
            padding: 5px 20px;
            border-radius: 20px;
            z-index: 2;
            bottom: -20px;
            right: calc(50% - 70px);
            font-family: var(--font-headers);
            font-size: 14px;
        }

        .Blog .BigBlog .Image {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 15px;
        }

            .Blog .BigBlog .Image img {
                border-radius: 15px;
                width: 100%;
            }

                .Blog .BigBlog .Image img:hover {
                    transform: rotate(5deg) scale(1.2);
                    transition: all .5s;
                    border-radius: 15px;
                }

    .Blog .Image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 15px;
    }

    .Blog .SmallBlog {
        padding: 5px;
        margin-bottom: 20px;
    }

    .Blog .Button {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .Blog .SmallBlog img {
        border-radius: 15px;
        width: 100%;
    }

    .Blog .SmallBlog.BorderTop {
        border-top: 1px solid rgba(0,0,0,.1);
        padding-top: 30px;
    }

    .Blog .SmallBlog img:hover {
        transform: rotate(5deg) scale(1.2);
        transition: all .5s;
        border-radius: 15px;
    }

    .Blog .SmallBlog .Label {
        font-size: 12px;
        color: var(--main);
    }

    .Blog .SmallBlog h5 {
        font-size: 16px;
        color: var(--black);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .Blog .SmallBlog p {
        font-size: 14px;
        color: var(--black);
        text-align: justify;
        margin-bottom: 5px;
    }

    .Blog .SmallBlog .Date {
        font-size: 12px;
        color: rgba(0,0,0,.4);
    }

    .Blog .BlogFooter {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .Blog .BlogFooter span {
            color: var(--footerBottom);
            font-family: var(--font-headers);
            font-size: 16px;
        }


/*********************IndexMain*************/
.Comment {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: var(--gray);
    background-image: url(../Site/StaticImage/overview-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .Comment .ButtonDiv {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .Comment .CommentBlockquote {
        background-color: var(--black);
        color: var(--white);
        padding: 20px 15px;
        border-radius: 15px;
        opacity: 0.9;
    }

        .Comment .CommentBlockquote .Image {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin-bottom: 20px;
        }

        .Comment .CommentBlockquote i {
            font-size: 35px;
            color: var(--main);
            margin-bottom: 25px;
        }

        .Comment .CommentBlockquote p {
            color: var(--white);
            line-height: 35px;
            margin-bottom: 20px;
        }

        .Comment .CommentBlockquote img {
            max-width: 80px;
            border-radius: 50%;
        }

.SliderComment .owl-item {
    width: 100%;
}

.btnnextslidercomment {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    color: var(--black);
    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(--white);
}

    .btnnextslidercomment i {
        font-size: 20px;
    }

    .btnnextslidercomment:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--black);
    }

.btnprevslidercomment {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    color: var(--black);
    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(--white);
}

    .btnprevslidercomment i {
        font-size: 20px;
    }

    .btnprevslidercomment:hover {
        color: var(--main);
        border: 1px solid var(--black);
        background-color: var(--black);
    }

#IndexTapProduct {
    border: unset;
}

    #IndexTapProduct .nav-link.active {
        border-bottom: unset;
        font-size: 19px;
        font-family: var(--font-headers);
        font-weight: normal;
        color: var(--ColorProductDetails-text);
    }

    #IndexTapProduct .nav-link {
        font-size: 19px;
        font-family: var(--font-headers);
        font-weight: normal;
        border-bottom: unset;
    }
/***************************HeaderTwo******************/
.LogoHeader {
    max-width: 70%;
}

.HeaderTwo {
    background-image: url(../Site/StaticImage/overview-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0 40px;
    position: relative;
}

    .HeaderTwo:after {
        background-color: var(--black);
        content: "";
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        zoom: 1;
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    .HeaderTwo .Main {
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .HeaderTwo .Main img {
            max-height: 100px;
            border-radius: 50%;
            border: 2px solid var(--main);
            padding: 5px;
        }

    .HeaderTwo .HeaderTitle {
        text-align: center;
        margin-bottom: 15px;
        color: var(--white);
        font-family: var(--font-headers);
        font-size: 17px;
    }

    .HeaderTwo .NavBreadcrumb {
        display: flex;
        justify-content: space-evenly;
    }

        .HeaderTwo .NavBreadcrumb a {
            color: var(--main);
        }

        .HeaderTwo .NavBreadcrumb li {
            color: #FFFFFF;
        }

        .HeaderTwo .NavBreadcrumb .BreadItem {
            font-size: 22px;
        }

        .HeaderTwo .NavBreadcrumb .BreadSplit {
            font-size: 22px;
            margin-left: 15px;
            margin-right: 15px;
        }
/******************************************Login***************************/
.Login {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .Login .row {
        justify-content: space-evenly;
    }

    .Login .Main {
        background-color: var(--gray);
        border-radius: 25px;
        padding: 25px;
    }

    .Login .Button {
        text-align: left;
        padding: 25px;
    }

    .Login p {
        font-size: 12px;
    }

    .Login input {
        margin-bottom: 15px;
        border: 1px solid var(--main);
        padding: 10px;
        font-size: 16px;
    }

    .Login label {
        font-family: var(--font-headers);
        display: block;
        text-align: right;
        font-size: 16px;
    }

    .Login select {
        margin-bottom: 20px;
        border: 1px solid var(--main);
        padding: 12px 15px;
        font-size: 20px;
        background-position: left;
    }


/************************************SigninStyle*************************************************/
.SignIn {
    margin-top: 35px;
    padding: 25px 25px 25px 25px;
    border-radius: 25px;
    background-color: #FFFFFF;
    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;
}

.Login img {
    max-height: 100px;
    display: block;
    margin: 10px auto 10px auto;
}

.Login .SignInHead {
    font-size: 22px;
    color: #000000;
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
}

.Login .SignInLabel {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.Login .ABtn {
    font-size: 20px;
    color: #fff;
    background-color: #EC2A75;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.Login .ABtn2 {
    font-size: 17px;
    color: var(--black);
    background-color: var(--ColorHeader);
    /*height: 60px;*/
    /*font-weight: bolder;*/
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    transition: background-color 1s ease;
    transform: scale(1);
    padding-bottom: 10px;
    padding-top: 10px;
}

    .Login .ABtn2:hover {
        background-color: var(--black);
        color: var(--white);
    }


.form-control::-webkit-input-placeholder { /* Edge */
    color: #959595;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
}

.form-control::placeholder {
    color: #959595;
}

.SignIn .SignInFooter {
    color: #252525;
    font-size: 13px;
    margin-top: 25px;
    display: block;
    text-align: center;
}

.SignIn .SignInLabel {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.SignIn input {
    border: 1px solid #EC2A75;
    height: 60px !important;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
}

.SignIn button {
    font-size: 25px;
    color: #fff;
    background-color: #EC2A75;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
}

.SignIn .SigninCode {
    display: block;
    color: #EC2A75;
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}

.SignIn .ABtn {
    font-size: 20px;
    color: #fff;
    background-color: #EC2A75;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.SignIn .ABtn2 {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #1a3c57;
    height: 60px;
    font-weight: bolder;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
/**************************PageNotFound************************/
.PageNotFound {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .PageNotFound .container {
        background-color: var(--gray);
    }

    .PageNotFound .Page404 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

        .PageNotFound .Page404 .col-12 {
            display: flex;
            justify-content: center;
        }

        .PageNotFound .Page404 a img {
            max-height: 200px;
        }

        .PageNotFound .Page404 .Title {
            font-family: var(--font-headers);
            font-size: 30px;
        }

.Img404 {
    max-height: none !important;
}

.form-check .form-check-input {
    float: right;
    display: inline-block
}

.form-check {
    display: inline-block;
}

.form-check-label {
    margin-right: 35px;
}

.BtnMainUploadImage {
    padding: 10px 30px;
    border: none;
    font-size: 16px;
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
}

    .BtnMainUploadImage:hover {
        background-color: var(--main);
        color: var(--white);
    }

.ImageUploader {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/***************************DetailsBlog**************************/
.DetailsBox {
    padding: 110px 0 100px;
}

    .DetailsBox h2 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .DetailsBox p {
        text-align: right;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .DetailsBox h3 {
        text-align: center;
        font-weight: bold;
        margin: 2px 15px;
        line-height: 2rem;
    }

    .DetailsBox .NewsPublisher {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }

        .DetailsBox .NewsPublisher span {
            display: inline-block;
            font-size: 15px;
        }

        .DetailsBox .NewsPublisher i {
            display: inline-block;
            color: #CDA274;
            font-size: 17px;
            margin-left: 7px;
        }

    .DetailsBox.NewsFlexCenter {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }


.DetailsSearch .ContactBoxSubscribe {
    position: relative;
    display: flex;
    justify-content: center;
}

    .DetailsSearch .ContactBoxSubscribe input {
        font-size: 18px;
        border: 0;
        padding: 15px 20px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: var(--gray);
    }

    .DetailsSearch .ContactBoxSubscribe button {
        margin: 0;
        color: var(--black-darker);
        background-color: var(--main);
        border: unset;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.DetailsCat {
    margin-top: 30px;
    background-color: var(--gray);
    border-radius: 5px;
    color: #424242;
    padding: 25px 15px;
}

    .DetailsCat .DetailsCatHead {
        font-size: 9px;
        display: block;
        font-weight: bold;
        font-family: var(--font-headers);
    }

    .DetailsCat ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .DetailsCat .icon p {
        display: inline-block;
        margin-right: 5px;
        font-size: 15px;
        color: var(--black);
    }

    .DetailsCat .icon span {
        display: inline-block;
        border: 3px solid var(--main);
        position: relative;
        z-index: 1;
        margin: 12px 18px 0 0px;
    }

        .DetailsCat .icon span:before {
            position: absolute;
            content: "";
            z-index: -1;
            border: 2px solid var(--main);
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            left: -7px;
            top: -8px;
        }

.DetailsPost {
    margin-top: 30px;
    background-color: var(--gray);
    border-radius: 5px;
    color: #424242;
    padding: 25px 15px;
}

    .DetailsPost .DetailsCatHead {
        font-size: 17px;
        display: block;
        font-weight: bold;
        margin-bottom: 25px;
        font-family: var(--font-headers);
    }

    .DetailsPost img {
        margin-left: 10px;
        border-radius: 10px;
        max-height: 60px;
    }

    .DetailsPost p {
        color: var(--black);
        direction: rtl;
        text-align: right;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .DetailsPost .DetailsDate i {
        color: var(--main);
        margin-left: 5px;
    }

    .DetailsPost .DetailsPostBody {
        margin-bottom: 20px;
    }

.DetailsDescription {
    background-color: var(--gray);
    margin-top: 35px;
    border-radius: 5px;
    color: var(--black);
    padding: 25px 15px;
}

    .DetailsDescription h1 {
        font-size: 22px;
        color: var(--black);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .DetailsDescription p {
        color: var(--black);
    }

.DetailsShare {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .DetailsShare .FooterSocialMedia a,
    .DetailsFollowUs .FooterSocialMedia a {
        font-size: 15px;
        height: 33px;
        width: 33px;
        line-height: 33px;
        background: var(--black);
        text-align: center;
        display: inline-block;
        color: var(--main);
        margin-right: 6px;
        position: relative;
        z-index: 1;
        transition: 0.5s ease-in-out;
        border-radius: 5px;
    }

        .DetailsShare .FooterSocialMedia a:hover,
        .DetailsFollowUs .FooterSocialMedia a:hover {
            color: var(--white);
            background-color: var(--main);
        }

.DetailsComment {
    background-color: var(--gray);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
}

    .DetailsComment .Button {
        text-align: left;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .DetailsComment input {
        height: 54px;
        background-color: var(--white);
        transition: .5s;
        border: 1px solid var(--main);
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: var(--black);
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .DetailsComment textarea {
        background-color: var(--white);
        border: 1px solid var(--main);
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: var(--black);
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

.DetailsCommentList {
}

    .DetailsCommentList .HeaderCommentList {
        margin-top: 17px;
        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: 25px;
    display: flex;
}

    .DetailsComment .DetailsCommentUser .ImageUser {
        font-size: 45px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentName {
        color: var(--black);
        text-align: right;
        font-weight: bold;
        display: block;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentP {
        color: var(--black);
        text-align: right;
        display: block;
        margin-right: 15px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentDate {
        color: var(--main);
        text-align: right;
        display: block;
        margin-right: 15px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .DetailsComment .DetailsCommentUser .DetailsCommentDate i {
            margin-left: 7px;
        }

.DetailsComment select {
    margin-bottom: 20px;
    border: 1px solid var(--main);
    padding: 12px 15px;
    font-size: 20px;
    background-position: left;
}

.DetailsTag {
    background-color: var(--gray);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
    color: var(--black);
}

    .DetailsTag .DetailsTagHead {
        font-size: 17px;
        display: block;
        font-weight: bold;
        color: var(--black);
        margin-bottom: 20px;
        font-family: var(--font-headers);
    }

    .DetailsTag a {
        display: inline-block;
        color: var(--main);
        border: 1px solid var(--gray);
        padding: 10px 25px;
        text-decoration: none;
        margin-bottom: 10px;
        margin-left: 10px;
        border-radius: 25px;
        background-color: var(--black-text);
    }

.DetailsFollowUs {
    background-color: var(--gray);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
    color: var(--black);
}

    .DetailsFollowUs .DetailsFollowUsHead {
        font-size: 17px;
        display: block;
        font-weight: bold;
        color: var(--black);
        margin-bottom: 20px;
        font-family: var(--font-headers);
    }

.DetailsAnswer {
    background-color: var(--main-lighter);
    color: var(--black);
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .DetailsAnswer span {
        color: var(--black);
        font-size: 12px;
        display: block;
    }
/*************************************ImageThumbnail********************/
.ProductDetails {
    margin-bottom: 100px;
}

    .ProductDetails .LabelPercent {
        display: flex;
        position: absolute;
        top: 0;
        right: 50px;
        color: var(--main);
        background-color: var(--ColorPercent);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        font-weight: bold;
        font-size: 18px;
        direction: ltr;
    }

    .ProductDetails .ContainerImage {
        position: relative;
        margin-top: 25px;
    }

        .ProductDetails .ContainerImage .ImageThumbnail {
            width: 25%;
        }

    .ProductDetails .Buy {
        color: var(--black);
        background-color: var(--gray);
        padding: 25px;
        border-radius: 15px;
        margin-top: 25px;
    }

        .ProductDetails .Buy .Brand {
            font-size: 17px;
            color: var(--black);
            font-family: var(--font-headers);
            display: block;
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .ProductDetails .Buy h1 {
            font-size: 20px;
            color: var(--black);
            display: block;
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .ProductDetails .Buy .Cat {
            color: var(--black);
            display: block;
            margin-top: 15px;
            margin-bottom: 25px;
        }

            .ProductDetails .Buy .Cat .Coloring {
                color: var(--main);
                margin-left: 10px;
                display: inline-block;
                font-size: 17px;
                font-family: var(--font-headers);
            }

        .ProductDetails .Buy .PercentPrice del {
            color: var(--second);
            font-size: 20px;
            font-weight: bold;
            display: inline-block;
        }

        .ProductDetails .Buy .PercentPrice span {
            color: var(--white);
            margin-right: 15px;
            background-color: var(--ColorProductDetails-text);
            padding: 10px 15px;
            border-radius: 25px;
            display: inline-block;
        }

        .ProductDetails .Buy .NotAvailable {
            color: var(--second);
            display: block;
            margin-bottom: 20px;
            font-family: var(--font-headers);
            font-size: 19px;
        }

.NotAvailable {
    color: var(--second);
    display: block;
    font-family: var(--font-headers);
    font-size: 19px;
}

.ProductDetails .Buy .Price {
    color: var(--ColorProductDetails-text);
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.ProductDetails .Buy .Color span {
    font-size: 20px;
}

.ProductDetails .Buy .Color ul {
    list-style: none;
}

    .ProductDetails .Buy .Color ul li {
        display: inline-block;
    }

        .ProductDetails .Buy .Color ul li .CircleColor {
            float: left;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            border: 2px solid var(--black);
            margin-left: 5px;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

.ProductDetails .Buy .Color .BtnBuy {
    margin-bottom: 35px;
    margin-top: 35px;
    padding-bottom: 25px;
    padding-top: 25px;
}

    .ProductDetails .Buy .Color .BtnBuy button {
        background-color: var(--ColorProductDetails-text);
        color: var(--white);
        width: 60%;
        padding: 10px 0;
        display: block;
        font-size: 17px;
        border: unset;
        border-radius: 10px;
        font-family: var(--font-headers);
    }

.ProductDetails .Buy .Color i {
    margin-left: 10px;
    font-size: 20px;
}

.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: 16px;
        text-decoration: none;
        color: var(--black);
        display: inline-block;
        font-family: var(--font-headers);
    }

.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);
        background-color: var(--main);
    }

.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: 17px;
        padding: 5px 60px;
    }

.ProductDetails .Information .Title {
    display: inline-block;
    font-family: var(--font-headers);
    font-size: 17px;
    border-bottom: 1px solid var(--main);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ProductDetails .Information .InformationCat {
    font-size: 18px;
    font-weight: bold;
}

.BtnOrder {
    padding: 2px 20px !important;
    border: none;
    font-size: 20px !important;
    background-color: var(--black);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
}

    .BtnOrder:hover {
        background-color: var(--main);
        color: var(--white);
    }

.OrderLawyer {
    display: flex;
    justify-content: space-between;
    background-color: var(--main-lighter);
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
    align-items: center;
}

    .OrderLawyer .PriceLawyer {
        font-weight: bold;
        font-size: 18px;
    }

    .OrderLawyer .OrderName {
        font-weight: bold;
        font-size: 19px;
        color: var(--black-darker)
    }

.BoxDashboard .PriceLawyer {
    font-weight: bold;
    border: 3px solid var(--ColorProductDetails-text);
    padding: 5px 15px;
    border-radius: 25px;
}


/*******************************Factor**************************/
.FactorSuccess {
    background-color: var(--gray);
    padding: 15px;
    margin: 15px;
}

    .FactorSuccess img {
        max-height: 80px;
    }

    .FactorSuccess .FactorSuccessGreen {
        display: block;
        font-size: 25px;
        color: #4ec571;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess .FactorSuccessRed {
        display: block;
        font-size: 25px;
        color: #fb3951;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess p {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .FactorSuccess .CheckoutDescribe span {
        color: #f8951d;
        font-size: 15px;
        font-weight: bold;
    }

    .FactorSuccess .FactorSuccessShowCode {
        font-size: 18px;
        font-weight: bold;
        color: #1a3e58;
        border: none;
    }

    .FactorSuccess .RepeatPayment {
        color: #1a3c57;
        padding: 20px 40px;
        position: relative;
        border-radius: 15px;
        background-color: #ffbe18;
        border: 0;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }

    .FactorSuccess .ChangePayment {
        color: #1a3c57;
        padding: 20px 40px;
        position: relative;
        border-radius: 15px;
        background-color: transparent;
        border: 3px solid #ffbe18;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: bold;
    }

    .FactorSuccess .DivBtnRepeat {
        display: flex !important;
        justify-content: space-evenly;
    }

.BtnSaveLicense {
    color: var(--ColorProductDetails-text);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
/***********************************************BlogTwo***************************/
.BlogTwo {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .BlogTwo .ImageWithLabel {
        position: relative;
        margin-bottom: 20px;
    }

    .BlogTwo .Image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .BlogTwo .BigBlog {
        position: relative;
        background-color: var(--gray);
        border-radius: 15px 15px 25px 25px;
        margin-bottom: 20px;
    }

        .BlogTwo .BigBlog .Date {
            color: var(--black);
            font-size: 14px;
            color: rgba(0,0,0,.4);
            margin-right: 10px;
        }

            .BlogTwo .BigBlog .Date i {
                color: var(--main);
                font-size: 20px;
            }

        .BlogTwo .BigBlog .Manager {
            color: var(--black);
            font-size: 14px;
            color: rgba(0,0,0,.4);
            margin-right: 10px;
        }

            .BlogTwo .BigBlog .Manager i {
                color: var(--main);
                font-size: 20px;
            }

        .BlogTwo .BigBlog h5 {
            margin-bottom: 15px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: var(--black);
        }

        .BlogTwo .BigBlog p {
            margin-bottom: 15px;
            text-align: justify;
            font-size: 14px;
            line-height: 25px;
            color: var(--black);
        }

        .BlogTwo .BigBlog .Label {
            position: absolute;
            color: var(--white);
            background-color: var(--main);
            display: inline-block;
            padding: 10px 35px;
            border-radius: 20px;
            z-index: 2;
            bottom: -20px;
            right: calc(50% - 70px);
        }

        .BlogTwo .BigBlog .Image {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

            .BlogTwo .BigBlog .Image img {
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                width: 100%;
            }

                .BlogTwo .BigBlog .Image img:hover {
                    transform: rotate(5deg) scale(1.2);
                    transition: all .5s;
                    border-radius: 15px;
                }

    .BlogTwo .Description {
        padding: 25px;
    }

    .BlogTwo .Bottom {
        border-top: 1px solid var(--white);
        padding: 25px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
/*****************************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: 30px;
    }

    .ConatctUsRight .Location {
        display: flex;
        padding-bottom: 25px;
    }

        .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: 40px;
    background-image: url("../images/contact-bg.png");
    height: 100%;
}


    .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;
    }
/********************************FAQ*************************/

.FAQ .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

.FaqQuestion {
    text-align: right !important;
    background-color: var(--main-lighter);
    color: var(--black);
    padding: 15px;
    border-radius: 35px;
    text-align: right !important;
    margin-bottom: 5px !important;
    background-color: var(--main-lighter);
    color: var(--black);
    padding: 15px;
    border-radius: 35px;
}

    .FaqQuestion a {
        background: transparent;
        border: unset;
        color: var(--black);
        font-weight: bold;
        display: block;
        text-align: right;
    }

        .FaqQuestion a:hover {
            color: var(--main-darker);
        }

.FaqAnswer {
    margin-bottom: 30px
}

    .FaqAnswer div {
        color: var(--black);
        border: unset;
        background-color: var(--gray);
        border-radius: 0 0 45px 45px;
    }
/********************AboutUsTwo************************/
.AboutUsTwo .container {
    background-color: var(--gray);
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 100px;
    border-radius: 15px;
}

    .AboutUsTwo .container p {
        line-height: 35px;
    }
/********************************************DashBoard***********************************************************/
span.CommentAction {
    background-color: var(--black) !important;
    color: var(--white) !important;
    display: inline-block !important;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
}

.DashboardQuestion {
    margin-bottom: 5px;
}

    .DashboardQuestion a {
        display: block;
        font-size: 18px;
        background-color: var(--main-lighter);
        border-radius: 5px;
        text-align: right;
        font-weight: bold;
        padding: 15px 10px;
    }

        .DashboardQuestion a:hover {
            background-color: var(--black);
            color: var(--white);
        }

.DashboardAnswer {
    margin-bottom: 20px;
}

    .DashboardAnswer .card {
        display: block;
        font-size: 18px;
        background-color: var(--white);
        border-top-left-radius: 25px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        text-align: right;
        padding: 15px 10px;
        color: black;
        border: unset;
    }

.EmptyService {
    font-family: var(--font-headers);
    font-size: 19px;
}

.HeaderDashboard {
    background-color: var(--black);
    padding: 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 25px;
    text-align: center
}

    .HeaderDashboard i {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
        color: var(--white);
    }

    .HeaderDashboard span {
        display: inline-block;
        font-size: 20px;
        color: var(--white);
        font-family: var(--font-headers);
    }

.ProfileProductFavoriteDiv {
    display: flex;
    border-bottom: 1px solid var(--main);
    justify-content: space-between;
}

.Dashboard .BtnDelete {
    color: var(--second);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

    .Dashboard .BtnDelete:hover {
        color: var(--ColorProductDetails-text);
    }

.Dashboard {
    display: flex;
}

    .Dashboard .MenuRight {
        background-color: var(--gray) !important;
    }

    .Dashboard .MenuDashboard {
        width: 350px;
        /*max-height: calc(100% - 80px);*/
        max-height: calc(100%);
        /*-webkit-box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;
        box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;*/
        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(--black);
                        margin-left: 7px;
                    }

                    .Dashboard .MenuDashboard ul li a.Active {
                        background-color: var(--main);
                        color: var(--black);
                    }

.BodyDashboard {
    background-color: var(--white);
    width: 100%;
    width: -webkit-fill-available;
    padding: 20px;
}

.stats-fun-fact-box {
    position: relative;
    display: block;
    padding: 45px 90px 45px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

    .stats-fun-fact-box .icon-box {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #FFFFFF;
        color: #ff4838;
        position: absolute;
        right: 15px;
        top: 48%;
        -webkit-transform: translateY(-48%);
        transform: translateY(-48%);
        -webkit-box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        text-align: center;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .stats-fun-fact-box .sub-title {
        display: block;
        margin-bottom: 5px;
        color: var(--white);
        font-family: var(--font-headers);
        font-size: 20px;
    }

    .stats-fun-fact-box p {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 25px;
    }

.DashboardBg1 {
    background-color: #00CA99 !important;
    color: #00CA99 !important;
}

.DashboardBg2 {
    background-color: #64bc36 !important;
    color: #64bc36 !important;
}

.DashboardBg3 {
    background-color: #ffae00 !important;
    color: #ffae00 !important;
}

.DashboardBg4 {
    background-color: #f3103c !important;
    color: #f3103c !important;
}

.Dashboard .BoxDashboard {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    /* -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);*/
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px;
    background-color: var(--gray);
}

    .Dashboard .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: 16px;
        margin-bottom: 10px;
    }

    .Dashboard .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;
    }

    .Dashboard .BoxDashboard .form-group label {
        margin-bottom: 10px;
    }

.OrderDetailsVisit {
    color: var(--ColorProductDetails-text);
    font-size: 18px;
    font-family: var(--font-headers);
}

.BoxDashboard .text-success {
    color: var(--ColorProductDetails-text) !important;
    font-size: 18px !important;
    font-family: var(--font-headers) !important;
}

.BoxDashboard .text-danger {
    color: var(--red) !important;
    font-size: 17px !important;
    font-family: var(--font-headers);
}
/*************************profile*********************************/
#ProfileMenu {
    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: 25px;
}

    #ProfileMenu ul {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        #ProfileMenu ul li {
            border-bottom: 2px solid #1a3c57;
        }

    #ProfileMenu a.HeaderMenu {
        color: #535353;
    }

    #ProfileMenu a {
        color: #000000;
        border: none;
        font-size: 18px;
    }

        #ProfileMenu a span {
            font-size: 25px;
            color: #1a3c57;
        }

        #ProfileMenu a.ActiveTag {
            background-color: #EC2A75;
            color: #1a3c57;
        }

        #ProfileMenu a:hover {
            background-color: #EC2A75;
            cursor: pointer;
        }

.ProfilePenEdit {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}

    .ProfilePenEdit:hover {
        cursor: pointer;
        color: #00bfd6;
        background-color: white;
    }

.ProfilePenEditAddress {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    padding: 5px 0;
}

    .ProfilePenEditAddress:hover {
        cursor: pointer;
        color: #00bfd6;
    }

.TextHeader {
    color: #ccc
}

.TextInformation {
    text-align: right;
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
}

.TextInformationBlack {
    text-align: right;
    color: var(--black);
    font-size: 16px;
}

.backGroundWhite {
    background: #ffffff !important;
}

.backGroundGray {
    background: #f5f5f5 !important;
}

.BackGroundGrayTwo {
    background: var(--gray) !important;
}

.ProfileHeadline {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
    font-size: 22px;
    color: var(--ColorProductDetails-text);
    font-family: var(--font-headers);
    padding: 10px 30px 0 0;
    text-align: right;
}

.table-orders .table {
    text-align: center;
    font-size: 13px;
    background-color: white;
}

    .table-orders .table .thead-light th {
        color: var(--black) !important;
        background-color: var(--gray-lighter) !important;
        border-color: var(--white) !important;
        text-align: center;
    }

    .table-orders .table th, .table-orders .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #f5f5f5;
        text-align: right;
        color: #535353;
        text-align: center;
    }

    .table-orders .table td {
        font-size: 14px;
        padding-top: 0.90rem;
        padding-bottom: 0.90rem;
        border: unset;
    }

.ProfiletrashIcon {
    color: #e6007e;
}

.ProfiletrashButton {
    border-radius: 25px;
    padding: 10px 15px 10px 30px;
    background-color: #ff7373;
    color: white;
    text-decoration: none;
    float: left
}

    .ProfiletrashButton:hover {
        cursor: pointer;
        color: white;
    }



.Profiletext14 {
    font-size: 14px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext16 {
    font-size: 16px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext12 {
    font-size: 12px;
    color: #424750;
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}



.dropdown-menu .show {
    text-align: right;
}
/***********************Chat****************/
.chat {
    height: 50%;
    min-height: 500px;
    position: relative;
}

    .chat form div {
        display: flex
    }

    .chat .ChatUl {
        background-color: var(--gray);
        margin-top: 20px;
        border-radius: 5px;
        padding: 25px 15px;
        list-style: none;
        display: flex;
        flex-direction: column-reverse;
    }

        .chat .ChatUl .Sender {
            text-align: right;
        }

            .chat .ChatUl .Sender span {
                background-color: var(--main);
                margin-top: 10px;
                margin-bottom: 10px;
                padding: 15px;
                color: var(--black);
                display: inline-block;
                max-width: 60%;
                border-top-left-radius: 15px;
                border-top-right-radius: 2px;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
            }

        .chat .ChatUl .FileForDownload {
            background-color: var(--footerBottom) !important;
            color: var(--white) !important;
        }

            .chat .ChatUl .FileForDownload a {
                color: var(--white) !important;
                text-decoration: none;
                display: flex;
                align-items: center;
            }

                .chat .ChatUl .FileForDownload a img {
                    max-height: 45px;
                }

                .chat .ChatUl .FileForDownload a span {
                    color: var(--white) !important;
                    background-color: unset;
                    display: inline-block;
                    padding: 0;
                    margin-right: 10px;
                    font-family: var(--font-headers);
                    font-size: 14px;
                    font-weight: normal;
                    margin-top: 0;
                    margin-bottom: 0;
                }

        .chat .ChatUl li {
            display: block;
        }

        .chat .ChatUl .Reciever {
            text-align: left;
        }

            .chat .ChatUl .Reciever div {
                display: flex;
                justify-content: flex-end;
                align-items: flex-start;
            }

            .chat .ChatUl .Reciever img {
                max-height: 65px;
                border-radius: 50%;
                padding: 4px;
                border: 4px solid var(--main);
            }

            .chat .ChatUl .Reciever span {
                background-color: var(--second);
                margin-top: 30px;
                margin-bottom: 10px;
                max-width: 60%;
                padding: 15px;
                color: var(--white);
                display: inline-block;
                border-top-left-radius: 2px;
                border-top-right-radius: 15px;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px;
            }

    .chat .ChatBottom {
        background-color: var(--footerBottom);
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        position: sticky;
        top: 0;
    }

        .chat .ChatBottom input {
            padding: 13px;
            border: none;
            font-size: 15px;
            background-color: var(--white);
            color: var(--black);
            margin: 0;
            display: inline-block;
            border-radius: 5px;
            margin-left: 15px;
        }

.BtnMainSendMessage {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    background-color: var(--second);
    color: var(--white);
    border-radius: 5px;
    transition: background-color 1s ease;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .BtnMainSendMessage:hover {
        background-color: var(--main);
        color: var(--black);
    }

    .BtnMainSendMessage i {
        margin-right: 5px;
    }
/***********************************************Paging********************************/
.PagingNav {
    margin-top: 30px;
}

    .PagingNav .pagination {
        justify-content: center;
    }

        .PagingNav .pagination .page-item {
            background-color: transparent;
            margin-left: 10px;
        }

            .PagingNav .pagination .page-item a {
                background-color: var(--gray);
                color: var(--black);
                font-weight: bold;
                font-size: 18px;
                border: unset;
                border-radius: 50%;
                width: 70px;
                height: 70px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

            .PagingNav .pagination .page-item.active a {
                background-color: var(--main);
                color: var(--black);
            }

            .PagingNav .pagination .page-item a:hover {
                background-color: var(--main);
                color: var(--white);
            }
/****************************ProductTwo**********************************************/
.ProductTwo {
    padding-bottom: 50px;
}

    .ProductTwo .Filter {
        background-color: var(--gray);
        border-radius: 5px;
        padding: 20px 10px;
    }

        .ProductTwo .Filter .form-check {
            display: block;
            margin-bottom: 10px;
        }

        .ProductTwo .Filter label {
            font-family: var(--font-headers);
            display: block;
            text-align: right;
            font-size: 17px;
            margin-right: 5px;
        }

        .ProductTwo .Filter input {
            margin: 0px;
            border: 1px solid var(--main);
            padding: 12px;
            font-size: 20px;
        }

        .ProductTwo .Filter .CheckedFilter {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 10px;
        }

        .ProductTwo .Filter .Button {
            text-align: center;
            margin-top: 15px;
        }

        .ProductTwo .Filter .Title {
            color: var(--black);
            display: block;
            border-bottom: 1px solid var(--footerBottom);
            padding-bottom: 10px;
            margin-bottom: 25px;
        }

.BtnFilter {
    padding: 15px 60px;
    border: none;
    font-size: 18px;
    background-color: var(--main);
    color: var(--black);
    border-radius: 5px;
    display: inline-block;
    transition: background-color 1s ease;
    transform: scale(1);
    width: 90%;
}

    .BtnFilter:hover {
        background-color: var(--black);
        color: var(--white);
    }


.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: 20px;
    color: var(--main);
}

.ProductTwo .ProductDescription {
    font-size: 16px;
    color: var(--black);
    display: inline-block;
    text-align: center;
    padding: 15px;
}

    .ProductTwo .ProductDescription h5 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
        color: var(--black);
        text-align: center;
        line-height: 23px;
    }

    .ProductTwo .ProductDescription p {
        margin-bottom: 10px;
        color: var(--black);
        text-align: center;
        line-height: 25px;
        font-size: 14px;
    }

    .ProductTwo .ProductDescription img {
        border-radius: 50px;
    }

        .ProductTwo .ProductDescription img:hover {
            transform: scale(0.8);
            transition: all .5s;
        }


.ProductTwo .ImageProduct {
    background-color: var(--gray);
    border-radius: 5px;
    position: relative;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 2px;
}

/******************************Searchbox*******************************************/
#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: 25px;
    height: 400px;
    overflow-x: auto;
    overflow-y: scroll;
    padding: 25px 10px;
    z-index: 100000;
}

    #DivSearchBox ul {
        list-style: none;
    }

        #DivSearchBox ul li {
            display: flex;
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
        }

            #DivSearchBox ul li a {
                display: block;
                padding: 7px 10px;
                text-decoration: none;
            }
/*******************SearchBoxMobile*************/

.SearchBox {
    padding: 5px 15px 5px 50px;
    background-color: #ebebeb;
    width: 100%;
    border: 0;
    border-radius: 35px;
    height: 50px;
    font-size: 17px;
}

.offcanvas-bottom {
    z-index: 10000 !important;
    height: 100% !important;
}

.SearchBoxButton {
    background-color: white;
    z-index: 16 !important;
    border: 2px solid var(--black);
    color: #ced4da;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    align-items: center;
}

    .SearchBoxButton:hover {
        color: #ced4da !important;
        background-color: white !important;
        border-color: #00AEB9 !important;
        box-shadow: unset !important;
    }

    .SearchBoxButton:focus {
        color: #ced4da !important;
        background-color: white !important;
        border-color: #00AEB9 !important;
        box-shadow: unset !important;
    }

/*******************************Loading********************/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    /*display:none;*/
}

.OpenLoader {
    display: none;
}

.CloseLoader {
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/************************************Login******************/
.AllButton {
    display: flex;
    justify-content: space-evenly;
    justify-content: flex-end;
}

    .AllButton .BtnMain {
        font-size: 15px;
        padding: 10px 30px;
        background-color: var(--main);
        color: var(--black);
    }

        .AllButton .BtnMain:hover {
            background-color: var(--black);
            color: var(--main);
        }

    .AllButton .Button {
        padding: 10px 5px;
    }

/*******************************************CheckOut***********************/

.CheckOut {
    margin-top: 15px;
}

    .CheckOut .LabelTitle {
        position: relative;
        display: inline-block;
        padding: 8px 0;
        font-size: 18px;
        line-height: 1.375;
        font-weight: bold;
        border-bottom: 2px solid var(--ColorProductDetails-text);
        color: #1a3c57;
        margin-bottom: 15px;
    }

    .CheckOut .Coupon {
        background-color: var(--gray);
        border-radius: 25px;
        padding: 25px 15px;
        margin-bottom: 10px;
    }

        .CheckOut .Coupon .InsertCoupon {
            border: 1px solid var(--ColorProductDetails-text);
            border-radius: 25px;
            display: flex !important;
            padding: 5px 10px;
            align-items: center;
        }

        .CheckOut .Coupon form input {
            border: none;
            width: 100%;
            background-color: var(--gray);
            font-size: 16px;
        }

        .CheckOut .Coupon form button {
            border-radius: 25px;
            background-color: unset;
            border: 1px solid var(--ColorProductDetails-text) !important;
            width: 90px !important;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            color: #1a3c57;
        }

    .CheckOut .Wallet {
        background-color: var(--gray);
        border-radius: 25px;
        padding: 25px 15px;
        height: 100%;
    }

        .CheckOut .Wallet form {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .CheckOut .Wallet form label {
                display: block;
                font-weight: bold;
            }

            .CheckOut .Wallet form button {
                border-radius: 25px;
                background-color: unset;
                border: 1px solid var(--ColorProductDetails-text) !important;
                width: 90px !important;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                color: #1a3c57;
                transition: all ease-in-out 1s;
                margin-right: 10px;
            }

                .CheckOut .Wallet form button:hover {
                    background-color: var(--main);
                    color: #1a3c57;
                }

    .CheckOut .CheckOutBox {
        position: relative;
        background-color: var(--white);
        padding: 25px 25px;
        border-radius: 5px;
        margin-top: 15px;
        border: 4px solid var(--ColorProductDetails-text);
        margin-bottom: 15px;
    }

        .CheckOut .CheckOutBox label {
            display: block;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .CheckOut .CheckOutBox span {
            border: 2px solid var(--ColorProductDetails-text);
            padding: 5px 20px;
            border-radius: 25px;
        }

    .CheckOut .Button {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

/*******************************************index service***********************/

.Service {
    width: 100%;
    padding-left: 24px;
    margin-top: 8px;
}

    .Service > a {
        position: relative;
    }

    .Service .main-cat-v2-container {
        position: relative;
        width: 100%;
        min-height: 65px;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        padding: 8px 16px 8px 22px;
        background-color: rgb(255, 255, 255);
    }

        .Service .main-cat-v2-container .main-cat-v2-info {
            display: flex;
            flex-direction: row;
            width: 100%;
            -webkit-box-align: center;
            align-items: center;
        }

        .Service .main-cat-v2-container .main-cat-v2-icon {
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            width: 40px;
            height: 40px;
        }

            .Service .main-cat-v2-container .main-cat-v2-icon img {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
            }

        .Service .main-cat-v2-container .main-cat-v2-content {
            display: flex;
            flex-direction: column;
            margin-right: 12px;
        }

            .Service .main-cat-v2-container .main-cat-v2-content .cat-title {
                font-size: 14px;
                font-family: IRANSans;
                margin-bottom: 0px;
                font-weight: 700;
                color: rgb(64, 64, 64);
            }

    .Service .badge-wrapper {
        position: absolute;
        display: flex;
        align-items: flex-start;
        place-content: flex-start center;
        flex-direction: column;
        -webkit-box-pack: center;
        left: 40px !important;
    }

    .Service .main-cat-v2-container .arrow-cat-action {
        display: flex;
        -webkit-box-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        align-items: center;
        font-size: 18px;
        color: rgb(64, 64, 64);
    }

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Service .main-cat-v2-container .arrow-cat-action svg {
    height: 12px;
}

.Service .badge-item {
    display: flex;
    align-items: flex-end;
    place-content: flex-start center;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
}

.Service .badge-content span {
    font-size: 10px !important;
}

.SpanService {
    background-color: rgb(34, 169, 88);
}

/*.cvxAcq.ant-badge-rtl .ant-scroll-number-custom-component, .cvxAcq.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
    position: absolute;
    right: auto;
    left: 40px;
    padding: 4px 8px;
    background-color: rgb(238, 249, 242);
    color: rgb(34, 169, 88);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    font-family: IRANSansPersianNum;
}*/

.kXoKyb {
    background-color: rgb(255, 255, 255);
    padding: 16px;
    width: 100%;
    min-height: 222px;
    margin-top: 24px;
}

    .kXoKyb h2 {
        font-size: 17px;
        font-weight: 400;
        font-family: IRANSans;
        margin-bottom: 0px;
    }

.dzXCnB .services-container {
    /*display: flex;*/
    flex-direction: row;
    padding-right: 41px;
    padding-left: 25px;
    margin-top: 16px;
}

.ant-row-rtl {
    direction: rtl;
}

.ant-row, .ant-row:after, .ant-row:before {
    display: flex;
}

.ant-row {
    flex-flow: row wrap;
    min-width: 0;
}

.mt10 {
    margin-top: 10px;
    
}

/*@media (min-width: 992px) {
    .ant-col-lg-3 {
        display: block;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 768px) {
    .ant-col-md-4 {
        display: block;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}

@media (min-width: 576px) {
    .ant-col-sm-8 {
        display: block;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}*/

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.fkUonp {
    padding-left: 16px;
    width: 100%;
}
    .fkUonp a {
        width: 100%;
        color: #00c3ff;
        text-decoration: none;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        transition: color .3s;
        -webkit-text-decoration-skip: objects;
    }
    .fkUonp .service-container {
        width: 100%;
        height: 98px;
        min-width: 98px;
        background-color: rgb(242, 242, 242);
        padding: 16px 8px 8px;
        border-radius: 4px;
    }
        .fkUonp .service-container .service-icon {
            height: 40px;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
        }
            .fkUonp .service-container .service-icon img {
                width: 100%;
                height: 100%;
                object-fit: scale-down;
            }
        .fkUonp .service-container h3 {
            font-size: 12px;
            font-family: IRANSans;
            margin-bottom: 0px;
            font-weight: 500;
            margin-top: 15px;
            text-align: center;
        }
.padding-b-8 {
    padding-bottom: 8px;
}
.padding-t-24 {
    padding-top: 24px;
}
.eDlYlU {
    text-align: center;
}
    .eDlYlU .more-link {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
.eDlYlU .more-link p {
    font-size: 14px;
    font-family: IRANSans;
    margin-bottom: 0px;
    font-weight: 500;
    color: rgb(34, 169, 88);
}
        .eDlYlU .more-link span {
            font-size: 14px;
            color: rgb(34, 169, 88);
            margin-right: 8px;
            width: 8px;
            height: 15px;
        }
            .eDlYlU .more-link span svg {
                width: 100%;
                height: 100%;
            }
.anticon svg {
    display: inline-block;
}

.eQoEIx {
    margin-top: 24px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 24px 16px;
}
.fncGQR h2 {
    color: rgb(64, 64, 64);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 8px;
}
.fncGQR .column {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 4px;
    padding: 8px;
}
.fncGQR .primary {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
    .fncGQR .primary img {
        width: 24px;
        height: 24px;
    }
    .fncGQR .primary h3 {
        font-size: 14px;
        color: rgb(64, 64, 64);
        margin-right: 4px;
    }
.fncGQR .secondary {
    margin-top: 4px;
    color: rgb(163, 163, 163);
    font-size: 12px;
}

    .fncGQR .secondary p {
        font-size: 10px;
        font-weight: 400;
        font-family: IRANSans;
        margin-bottom: 0px;
    }

.AdvertiseImage {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}

    .AdvertiseImage img {
        border-radius: 25px;
        margin-bottom: 10px;
        transition: all ease-in-out 1s;
    }
/*************************************************Mobile*********************/
.MarginTopMobile {
    margin-top: 75px;
}

@media (max-width: 992px) {

    .FooterCol1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    body {
        padding-top: 3px;
    }

    .MainBody {
        margin-top: 55px;
        margin-bottom: 75px;
    }

    .Footer {
        margin-bottom: 75px;
    }

    .AboutUs {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .AboutUsCat {
        padding-top: 15px;
        padding-bottom: 50px;
    }
    .SliderButtonRight {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .SliderButtonRight i {
            font-size: 18px;
        }

        .SliderButtonRight:hover {
            color: var(--black);
            border: unset;
            background-color: var(--white);
        }

    .SliderButtonLeft {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .SliderButtonLeft i {
            font-size: 18px;
        }

        .SliderButtonLeft:hover {
            color: var(--black);
            border: unset;
            background-color: var(--white);
        }

    .AboutUs .Title {
        font-family: var(--font-headers);
        text-align: center;
    }

    .btnnextslider {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .btnnextslider i {
            font-size: 18px;
        }

        .btnnextslider:hover {
            color: var(--white);
            border: unset;
            background-color: var(--black);
        }

    .btnprevslider {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .btnprevslider i {
            font-size: 18px;
        }

        .btnprevslider:hover {
            color: var(--white);
            border: unset;
            background-color: var(--black);
        }

    .Subscribe .RightColumn {
        justify-content: space-evenly;
    }

    .SubscribeForm {
        display: flex;
        flex-direction: column;
    }

        .SubscribeForm button {
            margin-right: unset;
            border-radius: 5px;
            margin-top: 15px;
        }

        .SubscribeForm input {
            border-radius: 5px;
            margin-left: unset;
        }

    .Product {
        padding-top: 40px;
    }

        .Product .Title {
            font-size: 17px;
        }

    .btnnextslidercomment {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .btnnextslidercomment i {
            font-size: 14px;
        }

        .btnnextslidercomment:hover {
            color: var(--white);
            border: unset;
            background-color: var(--black);
        }

    .btnprevslidercomment {
        width: 40px;
        height: 40px;
        border: unset;
        color: var(--white);
        bottom: 5%;
        border-radius: 5px;
        background-color: var(--main);
    }

        .btnprevslidercomment i {
            font-size: 14px;
        }

        .btnprevslidercomment:hover {
            color: var(--white);
            border: unset;
            background-color: var(--black);
        }

    #IndexTapProduct .nav-link.active {
        font-size: 20px;
    }

    #IndexTapProduct .nav-link {
        font-size: 20px;
    }

    #IndexTapProduct ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    #IndexTapProduct li {
        padding: 0 !important;
        margin: 0 !important;
    }

    .BtnMain {
        border-radius: 5px;
        padding: 15px 30px;
    }

    .Blog .Button {
        text-align: center;
    }

    .Blog .Title {
        margin-bottom: 25px;
        font-size: 35px;
    }

    .Blog .BigBlog .Label {
        color: var(--white);
        background-color: var(--main);
        padding: 5px 20px;
        border-radius: 5px;
        font-family: var(--font-headers);
        font-size: 14px;
    }

    .FooterBottom .AlignRight {
        text-align: center;
    }

    .FooterBottom .AlignLeft {
        text-align: center;
        margin-top: 10px;
    }

    .Footer .FooterTitle {
        margin-top: 10px;
        font-family: var(--font-headers);
    }

    .BackGroundColor {
        background-color: var(--gray);
        min-height: 100%;
    }

    .ProductTwo {
        background-color: var(--white);
    }

    .PagingNav .pagination .page-item a {
        font-weight: unset;
        font-size: 14px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .DetailsProductBackGroundColor {
        background-color: var(--gray);
        min-height: 100%;
    }

    .AddToCartBtnDetails {
        background-color: var(--main);
        z-index: 1;
        margin-bottom: auto;
        margin-top: auto;
        margin-right: auto;
    }

    ol.breadcrumb {
        display: flex;
        align-items: center;
    }

    .HeaderTwo .NavBreadcrumb .BreadItem {
        font-size: 14px;
    }

    .ProductDetails {
        margin-bottom: 20px;
    }

        .ProductDetails .ProductWarranty .ProductWarrantyItem {
            width: calc(50% - 15px);
        }

        .ProductDetails .ProductWarranty a span {
            font-size: 16px;
        }

        .ProductDetails .DetailsProductDescription button {
            font-size: 14px;
            font-weight: normal;
            padding: 8px 10px;
        }


    /*************************Cart********************/
    .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;
    }

    .HeaderTwo .HeaderTitle {
        font-size: 35px;
    }

    .NextBtn {
        font-size: 18px;
        margin: auto;
        text-align: center;
        padding: 10px 30px 10px 30px;
        background-color: var(--second);
        border-radius: 10px;
    }

    .qty .plus {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: white;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
        background-color: var(--second);
        padding-left: 7px;
        padding-right: 7px;
        font-family: arial;
    }

    .qty .minus {
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: black;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
        background-clip: padding-box;
        background-color: #DCDCDC;
        padding-left: 9px;
        padding-right: 9px;
        font-family: arial;
    }

    .qty .count {
        margin: 0;
        width: 40px;
        text-align: center;
        border: 1px solid var(--main);
        padding: 0;
        height: 41px;
        font-size: 25px;
        display: inline-block;
        vertical-align: top;
        border-radius: 3px;
    }

    .Login label {
        font-size: 14px;
    }

    .Login .Button {
        text-align: center;
    }
    /******************checkout*******************/
    .BackGroundColorCard {
        background-color: transparent;
        padding-top: 10px !important;
        min-height: 100%;
    }

    .Checkout {
        position: relative;
        background-color: var(--gray);
        padding: 10px 10px;
        border-radius: 5px;
        color: var(--black);
    }

    .ChekoutPayment {
        display: flex !important;
        align-items: center;
    }

        .ChekoutPayment .SpanDescribeMobile {
            font-size: 13px;
            display: inline-block;
            text-align: justify
        }



    .custom-radio-button input[type="radio"]#color-redMobile + label span {
        background-color: var(--second);
    }

    .custom-radio-button input[type="radio"]#color-blueMobile + label span {
        background-color: var(--second);
    }

    .custom-radio-button input[type="radio"]#color-orangeMobile + label span {
        background-color: var(--second);
    }

    .custom-radio-button input[type="radio"]#color-pinkMobile + label span {
        background-color: var(--second);
    }

    .custom-radio-button input[type="radio"]#color-yellowMobile + label span {
        background-color: var(--second);
    }

    .AddressInsertButtonNext {
        color: #FFFFFF;
        padding: 13px 50px;
        position: relative;
        border-radius: 10px;
        background-color: var(--second);
        border: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 15px;
        font-weight: bold;
    }

    .ProfileAddressTitle {
        position: relative;
        display: inline-block;
        padding: 8px 0;
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
        border-bottom: 2px solid var(--second);
        color: #1a3c57;
        margin-bottom: 10px;
    }

    .ColorText {
        color: var(--black);
        text-decoration: none;
    }

        .ColorText:hover {
            color: var(--black);
        }
    /**********************************************ChechAddressInCart***************************/
    .CehckOutBtn {
        color: white;
        background-color: var(--second);
        border-radius: 10px;
        z-index: 1001;
        font-size: 18px;
    }
    /**************************Dashboard****************************/


    .UlMenuProfileMobile {
        padding: 25px 25px 25px 25px;
        border-radius: 25px;
        background-color: var(--gray);
        list-style: none;
    }

        .UlMenuProfileMobile li {
            padding-bottom: 15px;
            padding-top: 15px;
            font-size: 17px;
            border-bottom: 1px solid #e4e4e4;
            display: flex;
        }

            .UlMenuProfileMobile li a {
                text-decoration: none;
                width: 100%;
            }

                .UlMenuProfileMobile li a i {
                    margin-left: 15px;
                }

    .BodyDashboard {
        padding: 0px;
    }
    /*************************Profile********************/
    .DivMenuProfileMobile {
        margin: 15px;
    }

    .Product .ProductDescription {
        font-size: 13px;
    }
    /*****************ProductDetails************/
    .NotAvailable {
        margin-bottom: unset;
        font-family: var(--font-headers);
        font-size: 19px;
    }
    /**************************Product***********/
    .ProductTwo .ProductDescription h5 {
        font-size: 14px;
        font-weight: unset;
    }

    /******************MenuMobile***********/
    .DivMenuMobileHeader {
        background-color: var(--black);
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .DivMenuMobileHeader .MainLogo {
            max-height: 55px;
        }

        .DivMenuMobileHeader .MenuRegister {
            text-decoration: none;
            color: var(--white);
            display: block;
            margin-left: 5px;
            text-align: left;
            background-color: var(--main);
            padding: 8px 12px 8px 12px;
            border-radius: 5px;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 14px;
        }

    .DivMenuMobile {
        background-color: var(--white);
        height: 75px;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
        border-top: 2px solid var(--black);
    }

    .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;
                }
    /**************************ProductDetails**************/
    .OrderLawyer {
        flex-direction: column;
        text-align: center;
    }

        .OrderLawyer .OrderName {
            text-align: center;
        }

    .ProductDetails .DetailsProductDescriptionMain {
        padding: 0;
    }

    .OrderLawyer {
        padding-right: 5px;
        padding-left: 5px;
    }
    /************************Dashboard**************/
    .Dashboard .BoxDashboard {
        padding: unset;
    }
    /*************IndexMobile********************/

    .BtnSearchMobile i {
        font-size: 25px;
        color: var(--main);
        align-items: center;
    }

    .SearchTextBox {
        background-color: white;
        z-index: 16 !important;
        border: unset;
        height: 45px;
        border-radius: 30px;
    }

    .SearchHeader {
        background-color: var(--footerBottom);
        align-items: center;
    }

        .SearchHeader .btn-close {
            background-color: var(--main);
            opacity: 1;
        }

    .offcanvas.offcanvas-top {
        height: 50px;
        background-color: var(--footerBottom);
    }

    .BtnSearchMobile {
        background-color: transparent;
        border: none;
        display: inline-block;
        height: 100%;
        margin-right: 5px;
    }
}
