﻿:root {
    --color-primary: #2e2f36;
    --color-secondary: #bd9865;
    --color-white: #ffffff;
    --color-red: #D51113;
}

html {
    font-size: 62.5%;
    font-family: iranyekan;
}

body {
    font-family: 'iranyekan',sans-serif !important;
}

p, a, div, ul, li, span {
    font-family: inherit !important;
}

strong {
    font-weight: 700;
}

.mt-6 {
    margin-top: 130px;
}

.font-weight-bolder-custom {
    font-weight: 900 !important;
}

.btn-danger, .btn-outline-danger:hover {
    background: var(--color-red) !important;
}

.submit-btn {
    font-weight: 700;
    font-size: 19px;
    border-radius: 25px;
    padding: 12px 26px;
}

.btn-sidebar {
    background: transparent;
    border: none;
    outline: none;
}

.address {
    right: 0;
}

.custom-map {
    display: none;
}

.last-item-border {
    border-left: 1px solid #dee2e6 !important
}

.carousel-caption {
    right: 0;
    left: 0;
    top: 20%;
    bottom: 0;
}

.carousel-item img {
    width: 100%;
}

.margin-top-header {
    margin-top: 80px;
}

.tx-lg {
    font-size: 15px;
}

.rounded {
    border-radius: 16px !important;
}

/* .text-primary {
    color: #231F20 !important;
} */

.bg-primary {
    background-color: var(--color-primary) !important;
}

.text-muted {
    color: #A5A8A2;
}

body {
    direction: rtl;
    text-align: right;
    line-height: 1.7;
}

/*nav*/


.category li a {
    border-bottom: 2px solid var(--color-white);
    transition: all .1s ease-in-out;
}

.category li:hover a {
    color: #656768 !important;
    border-bottom: 2px solid var(--color-secondary);
}

.menu span {
    border-bottom: 2px solid #7f7d7d;
    width: 30px;
    margin: 3px 0;
}

.text-md {
    font-size: 17px;
}

ul.nav li a {
    color: #515151 !important;
}

ul.nav li {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.info-call {
    direction: ltr;
    font-size: 14px;
}

nav .info-call strong {
    color: var(--color-secondary) !important;
}

.info-call strong {
    font-weight: 800;
}

.search-input img {
    position: absolute;
    left: 5px;
    top: 4px;
}

.search-input input {
    padding: 18px 10px 18px 30px;
    border-radius: 25px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.cart-box, .user-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 100%;
}

    .cart-box span {
        background-color: var(--color-secondary);
        display: flex;
        color: #ffffff;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        position: absolute;
        font-size: 17px;
        border-radius: 100%;
        top: -12px;
        right: -12px;
        border: 2px solid #ffffff;
        box-shadow: 0px 5px 7px rgba(237, 28, 36, 0.14);
    }

#categorySideBar .modal-dialog {
    position: fixed;
    top: 75px;
    bottom: 0;
    margin: 0;
    width: 280px;
    height: 100%;
    background: var(--color-white);
    z-index: 9999;
    box-shadow: 0 26px 25px 0 rgb(0 0 0 / 35%);
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

#categorySideBar .modal-dialog .modal-body {
    height: 95vh;
    padding-top: 20px;
    overflow: scroll !important;
    padding-bottom: 50px;
}

/*nav*/

.header-img {
    display: flex;
    background-size: 100% 100%;
}

.title-header {
    font-size: 40px;
}

.border-top-header {
    border-bottom: 6px solid var(--color-secondary);
    position: absolute;
    right: 45px;
    left: 150px;
}

.header-box {
    background-color: rgba(255, 255, 255, 0.6);
}

    .header-box .title-header {
        color: var(--color-primary) !important;
    }

    .header-box p {
        font-size: 16px;
        text-align: right;
        margin-top: 23px !important;
        color: var(--color-primary) !important;
    }

.product-box h2 {
    font-size: 25px;
    color: #2e2f36;
}

.product-box:first-child a {
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: var(--color-white);
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 39px;
    transition: all .2s ease-in;
    white-space:nowrap;
}

    .product-box:first-child a:hover {
        background-color: var(--color-white);
        color: var(--color-secondary);
    }

.product-box h3 a {
    font-size: 17px;
    color: #231F20;
}

.border-bottom {
    border-bottom: 1px solid #E5E5E5 !important;
}

.product-box h3 a {
    transition: all .5s ease-in-out;
}

.product-box span {
    color: var(--color-primary);
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 39px;
    transition: all .2s ease-in;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 17px*/
}

    .product-box span:hover {
        background-color: var(--color-white);
        color: var(--color-secondary);
    }

.product-box h3:hover a {
    color: var(--color-red);
    padding-right: 25px;
}

.a-button {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    color: var(--color-white);
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 39px;
    transition: all .2s ease-in;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-custom-order {
    padding: 30px;
    background-color: var(--color-secondary);
    background-size: 100% 100%;
}

    .bg-custom-order h2 {
        font-size: 30px;
        color: var(--color-white);
    }

    .bg-custom-order a {
        background-color: var(--color-white);
        color: var(--color-secondary);
        font-size: 17px;
        padding: 5px 15px;
        border-radius: 39px;
        transition: all .2s ease-in;
    }

        .bg-custom-order a:hover {
            background-color: var(--color-secondary);
            color: var(--color-white);
        }

#why h2 {
    font-size: 25px;
    color: var(--color-secondary) !important;
}

.why-box h3 {
    font-size: 19px;
    color: #231F20;
}

.why-box p {
    font-size: 17px;
    color: #231F20;
    text-align: justify;
    font-weight: 300;
}

#festival img {
    border-radius: 16px;
}

.bg-footer {
    background-size: 100% 100%;
    padding: 20px 0;
    background-image: url('../img/footer-bg.png');
     min-height: 200px;
}

footer .bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-footer-pt {
    padding-top: 200px;
}

.footer-logo {
    border-radius: 16px;
}

.footer-title {
    font-size: 19px;
    white-space: nowrap;
}

.social {
    border-radius: 25px;
    padding: 5px 10px;
}

    .social a {
        display: flex;
        align-items: center;
        transition: all 0.2s ease-in-out;
    }

        .social a:hover {
            transform: scale(.8);
        }

.footer-description {
    font-size: 14px;
    text-align: justify;
}

.e-namad {
    font-size: 19px;
    font-weight: 900;
}

footer .e-namad {
    color: #fff !important;
/*    text-wrap: nowrap;
*/ 
    font-size: 1.5em;
 
}

.footer-menu {
    font-size: 14px;
}

    .footer-menu li {
        display: flex;
        align-items: center;
        margin: 15px 0;
    }

        .footer-menu li:before {
            position: relative;
            content: "•";
            color: #F3C603;
            font-size: 40px;
            margin-left: 10px;
            bottom: -4px;
            line-height: 0;
        }

        .footer-menu li a {
            border-bottom: 2px solid transparent;
            color: var(--color-white);
            transition: all .2s ease-in-out;
        }

            .footer-menu li a:hover {
                border-bottom: 2px solid var(--color-primary);
            }

/*article*/

.menu-list {
    font-size: 14px;
}

    .menu-list li {
        display: flex;
        align-items: center;
        margin: 15px 0;
    }

        .menu-list li:before {
            position: relative;
            content: "•";
            color: var(--color-red);
            font-size: 40px;
            margin-left: 10px;
            bottom: -4px;
            line-height: 0;
        }

        .menu-list li a {
            border-bottom: 2px solid transparent;
            color: #818181;
            transition: all .2s ease-in-out;
        }

            .menu-list li a:hover {
                border-bottom: 2px solid var(--color-red);
            }

.header-article {
    width: 100%;
}

.article-title {
    font-size: 20px;
}

.article-ul {
    font-size: 16px;
}

    .article-ul li:before {
        position: relative;
        color: var(--color-secondary);
        content: "•";
        font-size: 40px;
        margin-left: 5px;
        margin-right: 5px;
        bottom: -8px;
        line-height: 0;
    }

    .article-ul li:first-child:before {
        content: "";
        margin-left: 0px;
        margin-right: 0px;
    }

.article-sub-title {
    font-size: 24px;
}

.article-body {
    font-size: 16px;
    color: #818181;
}

.input-icon label {
    font-size: 14px;
}

.input-icon input, .input-icon textarea .input-icon custom-select {
    font-size: 14px;
    border-radius: 70px;
    padding: 20px 50px 20px 0 !important;
    resize: none;
}

.input-icon textarea {
    padding: 15px !important;
}

.input-icon img {
    position: absolute;
    top: 35px;
    right: 30px;
}

.input-icon input:focus, .input-icon textarea:focus {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 3px #eda790;
    outline: none;
}

.shadow-form {
    box-shadow: 0px 15px 72px rgba(0, 0, 0, 0.08);
}

.comment-title {
    font-size: 30px;
}

.article-body-head {
    top: -30px;
    left: 0;
    right: 0
}

.map-item {
    font-size: 14px;
    margin: 15px 0;
}

    .map-item > div > span:first-child {
        color: #231F20;
    }

.custom-border {
    border: 1px solid #2e2f36;
    height: 30px
}

.margin-top-footer {
    margin-top: 300px;
}

.position-map {
    top: -30%;
    left: 0;
    right: 0
}

.padding-top-footer {
    padding-top: 100px
}

.px-article {
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (min-width: 576px) {
    .border-top-header {
        border-bottom: 6px solid var(--color-secondary);
        position: absolute;
        right: 45px;
        left: 450px;
    }

    .article-body-head {
        top: -60px;
    }
}

@media screen and (min-width: 768px) {

    .address {
        top: 10%;
        right: 3%;
    }

    .custom-map {
        display: block;
        width: 100%;
        height: 450px;
        border-radius: 20px;
    }

    #why h2 {
        font-size: 35px;
    }

    .bg-custom-order h2 {
        font-size: 25px;
        color: var(--color-white);
    }

    .header-img {
        background-size: 100% 100%;
        height: 400px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        top: 5%;
        bottom: 0;
    }

    .title-header {
        font-size: 40px;
    }

    .position-map {
        top: -40%;
        left: 0;
        right: 0
    }

    .map {
        padding-right: 60px;
        height: 450px;
        background: url("../img/Rectangle 359.png");
        background-size: 100% 100%;
        display: flex;
        align-items: center;
    }

    .padding-top-footer {
        padding-top: 200px
    }

    #categorySideBar .modal-dialog {
        top: 82px;
        width: 320px;
        height: 100%;
    }

    .border-top-header {
        border-bottom: 6px solid var(--color-secondary);
        position: absolute;
        right: 45px;
        left: 570px;
    }

    .article-body-head {
        top: -80px;
    }
}

@media screen and (max-width: 991px) {
    .fixed-top-navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
}

@media screen and (min-width: 992px) {

    .px-article {
        padding-right: 70px;
        padding-left: 70px;
    }

    .search-input input {
        padding: 18px 10px 18px 30px;
        border-radius: 25px;
        font-size: 14px;
        width: 110px;
        transition: all 0.5s ease-in-out;
    }

        .search-input input:focus {
            width: 180px;
        }

    .margin-top-header {
        margin-top: 0px;
    }

    .last-item-border {
        border-left: none !important
    }

    .header-img {
        background-size: 100% 100%;
        height: 700px;
    }

    .position-map {
        top: -50%;
        left: 0;
        right: 0
    }

    .map {
        height: 500px;
    }

    .padding-top-footer {
        padding-top: 165px
    }

    .border-top-header {
        border-bottom: 6px solid var(--color-secondary);
        position: absolute;
        right: 45px;
        left: 300px;
    }

    .article-title {
        font-size: 40px;
    }
}

@media screen and (min-width: 1024px) {

    .margin-top-footer {
        margin-top: 350px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        top: 8%;
        bottom: 0;
    }

    .title-header {
        font-size: 40px;
    }

    .position-map {
        top: -50%;
        left: 0;
        right: 0
    }

    .header-img {
        height: 600px;
    }

    .position-map {
        top: -60%;
        left: 0;
        right: 0;
    }

    .padding-top-footer {
        padding-top: 130px
    }

    .border-top-header {
        border-bottom: 6px solid var(--color-secondary);
        position: absolute;
        right: 45px;
        left: 300px;
    }

    .article-body-head {
        top: -120px;
    }
}

@media screen and (min-width: 1200px) {
    .border-top-header {
        border-bottom: 6px solid var(--color-secondary);
        position: absolute;
        right: 50px;
        left: 500px;
    }

    .position-map {
        top: -85%;
        left: 0;
        right: 0
    }

    .header-article {
        height: calc(100vh - 165px);
    }
}
/*--------*/
.breadcrumb-list {
}

    .breadcrumb-list li {
        padding: 5px 10px !important;
        position: relative;
    }

    .breadcrumb-list .breadcrumb-item + .breadcrumb-item:before {
        width: 7px;
        height: 7px;
        content: "";
        position: absolute;
        border-top: 1px solid #969696;
        border-left: 1px solid #969696;
        transform: rotate(-45deg);
        right: -5px;
        top: 12px;
        padding: 0;
    }

    .breadcrumb-list li a {
    }

        .breadcrumb-list li a:hover {
            color: #4ED9DF;
        }

    .breadcrumb-list li span {
        color: #777777;
        font-weight: 700;
    }
/*---*/
.text-title {
    font-size: 14px;
    color: black
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.size-order {
    font-size: 12px;
    border-radius: 70px !important;
    height: 35px;
    /*padding: 20px 50px 20px 0 !important;*/
    resize: none;
}

.bold-text {
    font-size: large;
}

.size-input {
    font-size: 12px;
    border-radius: 70px !important;
    padding: 20px 50px 20px 0 !important;
    resize: none;
}

.min-height-300 .bg-white li {
    position: relative;
    padding-left: 40px;
    padding-right: 25px;
    margin-bottom: 0.5rem;
    line-height: 170%;
    font-size: 1rem;
}

    .min-height-300 .bg-white li::before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        border-radius: 50%;
        right: 0;
        top: 5px;
        background-image: url(../img/list.svg);
        background-size: cover;
    }

#back-top {
    position: fixed;
    left: 20px;
    bottom: 24px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    background: var(--color-secondary);
    border-radius: 50%;
    box-shadow: 0 0 5px var(--color-primary);
}

    #back-top a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }




.user-content img {
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.user-content h1 *, .user-content h1 {
    font-size: 1.825rem !important;
    line-height: 2.5rem !important
}

.user-content h2 *, .user-content h2 {
    font-size: 1.625rem !important;
    line-height: 2.5rem !important
}

.user-content h3 *, .user-content h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.user-content h4 *, .user-content h4 {
    font-size: 1.3rem !important;
    line-height: 2rem !important
}

.user-content h5 *, .user-content h5 {
    font-size: 1.1875rem !important
}

.user-content h6 *, .user-content h6 {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.user-content ul {
    margin: 16px 0;
}

.user-content li {
    margin-bottom: 10px;
}

.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
}

.user-content p, .user-content p * {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px !important;
}

/*.user-content * {
    font-family: inherit !important;
}*/

@media only screen and (max-width:576px) {
    .user-content h1 *, .user-content h1 {
        font-size: 1.625rem !important
    }

    .user-content h2 *, .user-content h2 {
        font-size: 1.525rem !important
    }

    .user-content h3 *, .user-content h3 {
        font-size: 1.4rem !important;
        line-height: 1.5rem !important
    }

    .user-content h4 *, .user-content h4 {
        font-size: 1.3rem !important;
        line-height: 2rem !important
    }

    .user-content h5 *, .user-content h5 {
        font-size: 1.2875rem !important
    }

    .user-content h6 *, .user-content h6 {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }


    .user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
        margin-bottom: 1.25rem !important;
        margin-top: 1.25rem !important;
    }

    .user-content p, .user-content p * {
        line-height: 30px;
        margin-bottom: 15px;
        font-size: 16px !important;
    }
}
.product {
    border: 1px solid #dee2e6 !important;
    border-radius: 20px;
    height: 100%;
    padding: 16px;
    border-radius: 25px;
    text-align: center;
}

.product-btn {
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: var(--color-white);
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 39px;
    transition: all .2s ease-in;
}

    .product-btn:hover {
        background-color: var(--color-white);
        color: var(--color-secondary);
    }

.product-img img {
    border-radius: 16px;
    height:140px;
}

.product-title {
    font-size: 20px !important;
    color: #2e2f36;
    font-weight: 800;
    margin-bottom: 23px !important;
}
@media only screen and (max-width:576px) {
    .product-img img {
        height: auto;
    }
}
#brands .owl-next, #brands .owl-prev {
    display: none;
}