﻿.ajs-header {
    background-color: black !important;
    color: white !important;
}

.intro-icon {
    font-size: 2.6em !important;
    margin-bottom: 0.6em;
}

.font-3-em-force {
    font-size: 3em !important;
}

.line-height-2-2-em {
    line-height: 2.2em;
}

.txtLeft {
    text-align: left;
    direction: ltr;
}

.mr-05-em {
    margin-right: 0.5em;
}

.fs-90-em {
    font-size: 0.9em;
}

.headingTitle h1, .headingTitle h2, .headingTitle h3, .headingTitle h4, .headingTitle h5, .headingTitle h6 {
    padding-right: 3px;
    padding-top: 2px;
    border-right: 3px solid var(--color-two);
}

.title-section {
    padding-right: 3px;
    padding-top: 2px;
    border-right: 3px solid var(--color-two);
}

.heightReset {
    height: unset !important;
}

.messageBody {
    box-shadow: 7px 17px 13px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 7px 17px 13px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 17px 13px 2px rgba(0,0,0,0.75);
}

.mt-6 {
    margin-top: 2.5em !important;
}

.cursor-pointer {
    cursor: pointer;
}

.group-tag {
    color: black !important;
    font-size: 11px;
    display: inline-block;
    margin: 0 5px;
    padding: 3px 10px;
    background-color: white;
    box-shadow: 0 0 1px #dadada, 0 1px 5px #dadada;
}

.reset-margin {
    margin: 0 !important;
}

.logo-xl {
    margin: 1% 0 6% 0;
}

.tab-content h1, h2, h3 {
    color: #a37519;
    margin: 2%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 20px
}
/*.tab-content p, ul ,li{
    line-height: 4em;
}*/

.bg-color-gray {
    background-color: #f2f2f2;
}


.RegisterSubscribeNewsletter {
    display: flex;
    flex-direction: column;
}


.h-50px {
    height: 50px !important;
}

.enamad-img {
    background-color: #ffffff;
    border-radius: 20px;
    cursor: pointer
}

.boder-raduce-2per {
    border-radius: 2%;
}

.mt-8-rem {
    margin-top: 8rem;
}

.mt-8-rem {
    margin-top: 8rem !important;
}

.mt-5-rem {
    margin-top: 5rem !important;
}

.text-center {
    text-align: center;
}

.mt-0 {
    margin-top: 0 !important;
}

.cursor-default {
    cursor: default;
}




#myBtnWhatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

    #myBtnWhatsapp > a > button {
        background-color: rgb(50 175 85);
        color: white;
        border: none;
        outline: none;
        -webkit-box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
        box-shadow: 0 0 3px rgba(241, 241, 241, 0.2);
        cursor: pointer;
        padding: 15px;
        font-size: 18px;
        border-radius: 50%;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    #myBtnWhatsapp > a > span {
        display: block;
        background-color: rgb(50 175 85);
        border: 2px solid #53b96f;
        color: white;
        margin: 6px auto;
        border-radius: 1rem;
        padding: 0.3rem 1rem;
        margin-right: 0.2rem;
        text-align: center;
        font-size: 14px;
    }

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 0;
    padding: 0.8em 0 0 0;
}

    .sticky > .navbar-level {
        background-color: var(--color-one);
    }

.products {
    /*
        هم ترازی ارتفاع باکس محصولات
    */
    display: flex;
    flex: 1;
}

    .products col, .products col card {
        /*
        هم ترازی ارتفاع باکس محصولات
    */
        display: flex;
        flex-direction: column;
        flex: 1;
    }


.modal-header-color-yellow {
    background-color: var(--color-two) !important;
    --bs-bg-opacity: 1;
}

.alertify .ajs-commands {
    /*دکمه بستن مدال اخطار ها*/
    right: auto !important;
    left: 4px;
}


.swiper-container-3 {
    /*
        کامنت صفحه اصلی
        */
    display: flex !important;
    flex: 1 !important;
}

.Customers-comments {
    /*
        کامنت صفحه اصلی
    */
    background-color: var(--color-one);
    padding: 7em 3.7em 6em 3.6em;
    color: #0c0c0c;
}

    .Customers-comments .swiper-wrapper {
        /*
        کامنت صفحه اصلی
        */
        height: auto !important;
    }


    .Customers-comments .swiper-slide {
        /*
        کامنت صفحه اصلی
        */
        padding: 2.5em 2em;
        border-radius: var(--border-radius-one);
        background-color: #ffffff;
    }


    .Customers-comments img {
        /*
        کامنت صفحه اصلی
        */
        width: 100px;
        height: 80px;
        border-radius: 50%;
        margin-left: 1em;
    }

