﻿@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'B Yekan';
    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: #f7f7f7;
    /*--gray: #F7F5F2;*/
    --gray-lighter: rgba(243,245,237,.5);
    --white: #FFFFFF;
    --white-text: rgba(255,255,255,.75);
    /*--main: #0079ff;*/
    --main: #00bf6f;
    --main-darker: #70a21a;
    --main-lighter: rgba(142,192,56,.5);
    --second: #FF096A;
    --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: #131a2f;
    --theme-color: #0da487;
    --theme-color-rgb: 13, 164, 135;
    --Purple: #6658a6;
    --Blue: #356493;
    --Yellow: #fef100;
    --BluePercent: #98c0e9;
    --color-primary-700: #ef394e;
}




.BackGroundColorTwo {
    background-color: #FDEDF3;
    padding-top: 245px;
    min-height: 100%;
    z-index: 1;
}



.BackGroundColorThree {
    background-color: #00AEB9;
    z-index: 1;
}



.BoxCat {
    background-color: #FDEDF3;
}

.BoxCatGrey {
    background-color: #DCDCDC;
}

.BoxCatTwo {
    background-color: #FCD6E5
}





/*******************Index***************************/
.Indexcard-titleMobile {
    font-size: 13px;
}

.IndexHeaderSliderMobile {
    /* font-size: 18px;*/
    font-weight: bold;
    color: white;
    text-decoration: none;
}
/******************Product************/
.CartBodyMobile {
    /*min-height: 100px;*/
}
/******************DetailsProduct************/
.DetailsProductTitle {
    font-size: 20px;
}

.AddToCart {
    text-decoration: none;
    position: relative;
    top: -25px;
}

    .AddToCart i {
        background-color: #EC2A75;
        font-size: 25px;
        padding: 25px;
        border-radius: 50%;
        margin-right: 25px;
    }


/*************************SignIn********************/
.FormSignIn {
    padding: 25px;
    border-radius: 25px;
    background-color: white;
}
/*********************************Register***********/
.TextCircle {
    color: #96144C;
    border: 1px solid #96144C;
    border-radius: 50%;
}

.BtnRepeat {
    text-decoration: solid;
}
/**********************************************cart***************************/
.CartTotal {
    right: 0;
    left: 0;
    background-color: #F4F4F5;
    color: black;
    position: fixed;
    bottom: 0px;
    z-index: 1001;
}

    .CartTotal p span {
        font-size: 18px;
        color: black;
    }









.SearchDetails {
    right: 0;
    left: 0;
    color: white;
    position: fixed;
    bottom: 75px;
    z-index: 12;
}

    .SearchDetails button {
        background-color: #999999;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0.7;
    }



.BoxAbout {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e4e4e4;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}


.FloatingButton {
    position: fixed;
    right: 10px;
    bottom: 95px;
    z-index: 15;
    background-color: #880e4f;
    border-radius: 50px;
}





/***********************************Floating Button****************/

.FloatingButtonRight {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 15;
}

.FloatingButton5 {
    position: fixed;
    right: 80px;
    bottom: 155px;
    z-index: 15;
}

.FloatingButton6 {
    position: fixed;
    right: 80px;
    bottom: 90px;
    z-index: 15;
}

.FloatingButton7 {
    position: fixed;
    right: 10px;
    bottom: 160px;
    z-index: 15;
}



.DetailsFavorite {
    width: fit-content;
    left: 15px;
    position: absolute;
    top: 400px;
}





.BoxColorForCat {
    background-color: white;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.HeaderSliderProduct {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    /*background-color: #00AEB9;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
}

.HeaderSliderProduct2 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    /*background-color: #FFD2E2;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
}

.ColorTextRed {
    color: #880E4F;
    text-decoration: none;
}


    .ColorTextRed:hover {
        color: #880E4F;
    }

.HeaderSliderProduct3 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    /*background-color: #F4DE7A;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
}

.ColorText3 {
    color: #880E4F;
    text-decoration: none;
}


    .ColorText3:hover {
        color: #880E4F;
    }

.HeaderSliderProduct4 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 10px;
    padding-left: 10px;
    /*background-color: #DCDCDC;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
}

.ColorText4 {
    color: #880E4F;
    text-decoration: none;
}


    .ColorText4:hover {
        color: #880E4F;
    }

.FloatingButton2 {
    padding: 10px;
    position: fixed;
    right: 70px;
    bottom: 95px;
    z-index: 15;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.FloatingButton3 {
    padding: 10px;
    position: fixed;
    right: 75px;
    bottom: 85px;
    z-index: 15;
    background-color: #00AEB9;
    border-radius: 50%;
}

.FloatingButton4 {
    padding: 10px;
    position: fixed;
    right: 45px;
    bottom: 150px;
    z-index: 15;
    background-color: #FFD2E2;
    border-radius: 50%;
}




/*****برای موبایل فلشهای کاراسول*************************************/

.MobileIndexBtnPrevSlider {
    z-index: 100000;
    width: 39px;
    height: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    color: #a8a8a8;
    -webkit-box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: -1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}

.MobileIndexBtnNextSlider {
    left: 1px;
    z-index: 100000;
    color: #a8a8a8;
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 0 30px 30px 0;
    width: 39px;
    height: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    cursor: pointer;
}


/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    width: 100px;
    height: 100px;
    z-index: 1;
    margin-left: 0px;
    background-color: #880e4f;
    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;
}

.nav-pills .nav-link {
    margin-left: 10px;
    border: 1px solid white;
    background-color: #E3E3E3;
    margin-top: -15px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;*/
/*border-top-right-radius: 50%;*/
/*width: 80px;
    height: 80px;
    color: white;
}

#v-pills-profile-tab.active {
    margin-left: 0px;
    background-color: #b8b8ff;
    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;
}*/

.tab-content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab-content {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*********************MenuMobile*******************************/
.DivUlMenuMobile {
    position: fixed;
    top: 178px;
    background-color: #FFFFFF;
    z-index: 10000;
}

.UlMenuMobile {
    list-style: none;
    padding: 0;
    overflow-x: scroll;
    display: flex;
    margin: 0;
}

    .UlMenuMobile li {
        display: inline-block;
        margin-left: 1px;
    }

        .UlMenuMobile li a {
            text-decoration: none
        }

/*********************MenuMobile*******************************/
.DivUlMenuMobileMain {
    position: fixed;
    top: 125px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F4F4F5;
    z-index: 10000;
}

    .DivUlMenuMobileMain .MenuItem a {
        margin-left: 10px;
        height: 40px;
        background-color: #00AEB9;
        padding: 6px 12px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        text-decoration: none;
        color: #FFFFFF;
        justify-content: space-around;
    }

        .DivUlMenuMobileMain .MenuItem a.active {
            background-color: #fd9ab6;
        }

.UlMenuMobileMain {
    list-style: none;
    padding: 0;
    overflow-x: scroll;
    display: flex;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .UlMenuMobileMain li {
        display: inline-block;
        margin-left: 10px;
        height: 40px;
        background-color: #DCDCDC;
        padding: 6px 12px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

        .UlMenuMobileMain li a {
            text-decoration: none;
            display: inline-block;
            color: #FFFFFF;
            width: max-content;
        }

        .UlMenuMobileMain li.active {
            background-color: #fd9ab6;
        }

.DetailsProductDivSearchBox {
    background-color: #DCDCDC;
    position: fixed;
    display: block !important;
    width: 100%;
    z-index: 500;
}

.DetailsProductShare {
    justify-content: space-between;
}

    .DetailsProductShare .Share {
        font-size: 18px;
        margin-right: 30px;
        margin-top: auto;
        margin-bottom: auto;
    }



.spanCommingSoon {
    position: relative;
}

    .spanCommingSoon span {
        font-size: 13px;
        position: absolute;
        color: #ff0000;
        background-color: #ffff33;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-right: 5px;
        padding-left: 5px;
        bottom: 5px;
        left: 10px;
        opacity: 0.7;
    }

.ImageSizeIcon {
    width: 40px;
}

.DetailsProductBtnBuy {
    position: fixed;
    bottom: 75px;
    background-color: #F4F4F5;
    padding: 15px 0px;
    z-index: 1000;
}




@media only screen and (max-width: 1000px) {

   

    .priceDelDetails {
        color: #aaa;
        font-size: 1rem;
        font-weight: normal;
        display:block;
    }



    .CardBox {
        background-color: white;
        border-radius: 15px;
        border: 2px solid;
    }
}

.LogoFooter {
    text-align: center
}

    .LogoFooter img {
        max-width: 100px;
    }
/******************************Searchbox*******************************************/
#DivFilterBox {
    background-color: white;
    width: 100%;
    z-index: 100000;
    padding: 0;
}

    #DivFilterBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #DivFilterBox ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 18px;
            justify-content: space-between;
        }

            #DivFilterBox ul li div {
                display: flex;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            #DivFilterBox ul li i {
                color: #A1A3A8;
            }

            #DivFilterBox ul li div a {
                display: block;
                padding: 7px 15px;
                text-decoration: none;
                color: #000000;
            }
@media only screen and (max-width: 768px)  {
    .ChekoutPayment .SpanTitle {
        font-size: 15px;
        font-weight: bold;
        display: block;
    }
    .Checkout h5 {
        font-size: 15px;
        font-weight: bold;
    }
}
