﻿div.dnnRegistrationForm {
    min-width: unset !important;
}

body {
    background-color: #f7f7f7;
    direction: ltr;
}

.table-responsive {
    -webkit-overflow-scrolling: touch !important;
}

    .table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }

.contents__container--shop {
    min-height: 600px;
    padding-bottom: 20px;
}

@media (max-width:992px) {

    div.dnnRegistrationForm .dnnForm {
        width: 100% !important;
    }
}

.footer__container .container__heading--right {
    padding: 0;
    padding-bottom: 30px;
}

.map__container {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 6px;
    padding-bottom: 0px;
}

.copyright-texts:before {
    content: "";
    border-top: 1px solid #13b7a6;
    width: 45%;
    position: absolute;
}

.footer__container .container__heading--right h2 {
    color: #fff;
    font-size: 18px;
    margin-right: 0px !important;
    margin-left: 10px;
}

.contents__container .content-pane-container {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .contents__container {
        min-height: 400px;
    }
}


html[lang=en-US] .footer__container .social__container {
    left: 0;
    right: unset;
}

html[lang=en-US] .sociallinks ul li {
    direction: rtl;
}

html[lang=en-US] .footer__container .copyright-texts {
    float: right;
}

.container_content {
    padding: 0px;
}

@media (min-width: 992px) {
    .breadcrumb__container {
        margin-right: 150px;
    }

    .breadcrumb-desktop {
        display: none;
    }
}

@media (max-width: 992px) {
    .breadcrumb-mobile {
        display: none;
    }
}

.breadcrumb__container {
    padding-top: 12px;
}

    .breadcrumb__container > span > span {
        position: relative;
    }

        .breadcrumb__container > span > span > span {
            padding: 0 7px;
            font-size: 13px;
            font-weight: bolder;
        }

            .breadcrumb__container > span > span > span > a {
                color: #000;
            }

            .breadcrumb__container > span > span > span:first-child {
                font-size: 0px;
            }

                .breadcrumb__container > span > span > span:first-child:before {
                    content: "\f015";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    color: #000;
                    font-style: normal;
                    font-weight: normal;
                    font-family: FontAwesome;
                    font-size: 20px;
                    margin-left: 10px;
                }

            .breadcrumb__container > span > span > span:last-child a {
                color: #ec8b10;
                font-weight: bold;
            }

html[lang="en-US"] .breadcrumb__container > span > span > span:first-child:before {
    left: -16px;
    bottom: -5px;
    right: unset;
}

@media (max-width: 768px) {
    .slider__container {
        margin-top: 53px;
    }
}

@media screen and (max-width: 768px) and (min-width: 700px) {
    .slider__container {
        margin-top: 0;
    }
}


.header-inside__container .contactus__pane {
    margin-top: 10px;
}

@media (max-width: 1430px) {
    .header-inside__container .contactus__pane {
        margin-top: 3px;
    }
}

h1, h2, h3, h4 {
    line-height: 1.5 !important;
}

.footer-product {
    justify-content: normal !important;
    gap: 15px;
}

@media(max-width:768px) {

    .farashop__body {
        padding: 60px 0 0;
    }
}

.header-items__container .items {
    display: flex;
    justify-content: space-between;
}



.inside_new {
    margin-bottom: 40px;
}


    .inside_new .content-pane-container {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 0;
    }

.advanced-filtering__description .top_text_style {
    border-radius: 10px;
}

    .advanced-filtering__description .top_text_style .img_link {
        float: right;
    }

        .advanced-filtering__description .top_text_style .img_link img {
            width: 330px;
            min-height: 330px;
            max-width: 330px !important;
            border-radius: 30px;
            box-shadow: -6.4px 7.6px 0px 0px rgba(0, 0, 0, 0.3);
            margin-left: 20px;
            margin-top: 20px;
            background-color: white;
        }

    .advanced-filtering__description .top_text_style > h1 {
        margin-top: 15px !important;
        padding-top: 15px;
        text-shadow: -2.5px 3px 0px rgba(0, 0, 0, 0.5);
        font-size: 30px !important;
        max-height: 60px;
        overflow: hidden;
    }

        .advanced-filtering__description .top_text_style > h1 a {
            color: white;
        }

    .advanced-filtering__description .top_text_style .summary_text {
        max-height: 125px;
        overflow: hidden;
    }

        .advanced-filtering__description .top_text_style .summary_text p {
            text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
            color: white !important;
            text-align: justify;
            margin-bottom: 0 !important;
            font-size: 15px !important;
        }

    .advanced-filtering__description .top_text_style h1.pricelist {
        max-height: unset !important;
        overflow: unset !important;
    }

        .advanced-filtering__description .top_text_style h1.pricelist strong.summary_text {
            font-size: 16px;
            display: block;
            color: white;
            text-shadow: -2px 1.5px 0px rgba(0, 0, 0, 0.5);
        }

            .advanced-filtering__description .top_text_style h1.pricelist strong.summary_text a {
                text-decoration: underline !important;
            }

    .advanced-filtering__description .top_text_style .buttons_text {
        padding: 10px;
        border-radius: 7px;
        border: 2px solid rgba(255, 255, 255, 0.8);
        color: white;
        display: inline-block;
        margin-top: 15px;
        font-size: 15px;
        font-weight: bold;
    }

        .advanced-filtering__description .top_text_style .buttons_text:hover {
            background-color: rgba(0, 0, 0, 0.2);
            text-decoration: none;
        }

    .advanced-filtering__description .top_text_style > div > h2 {
        color: white !important;
        padding-top: 20px;
    }

    .advanced-filtering__description .top_text_style > div > a {
        color: white;
        font-size: 24px;
        padding-top: 40px;
    }

        .advanced-filtering__description .top_text_style > div > a span {
            font-family: IRANSans;
            padding-left: 5px;
            font-weight: bold;
        }

.advanced-filtering__description .inside_new_selection {
    margin-bottom: 20px;
}

    .advanced-filtering__description .inside_new_selection a {
        display: block;
        padding: 5px;
        border: 1px solid #d7d7d7;
        border-radius: 30px;
        text-decoration: none;
        text-align: center;
        margin: 15px 0;
        height: 240px;
        overflow: hidden;
    }

        .advanced-filtering__description .inside_new_selection a i, .advanced-filtering__description .inside_new_selection a span {
            color: #13a49c;
            padding: 34px 0 30px 0;
            display: block;
            font-size: 64px;
        }

        .advanced-filtering__description .inside_new_selection a strong {
            color: black;
            font-size: 20px;
            padding: 0 30px;
            text-align: center;
            display: block;
            line-height: 1.5;
        }

        .advanced-filtering__description .inside_new_selection a:hover {
            border-color: #fff;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        }

            .advanced-filtering__description .inside_new_selection a:hover i, .advanced-filtering__description .inside_new_selection a:hover span {
                color: #fb7a03;
            }

.advanced-filtering__description .cta_banner {
    border-radius: 30px;
    background-image: linear-gradient(-136deg, #006f69 0%, #0dc9bf 100%);
    min-height: 250px;
    padding: 0 30px;
    margin: 0;
    margin-bottom: 20px;
}

    .advanced-filtering__description .cta_banner p {
        margin: 40px 0 34px;
        text-align: justify;
        font-size: 30px !important;
        font-weight: bold;
        color: white !important;
        text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
        font-weight: bold !important;
        line-height: 1.5 !important;
        padding-left: 60px;
    }

    .advanced-filtering__description .cta_banner a {
        margin: 40px 0 34px;
        padding: 35px 10px;
        box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.35);
        border-radius: 40px;
        color: white;
        text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5);
        background-image: linear-gradient(90deg, #ec8b10 0%, #eca610 100%);
        text-align: center;
        transition: all 300ms;
    }

        .advanced-filtering__description .cta_banner a span {
            display: block;
            padding-bottom: 36px;
            text-decoration: none;
            font-size: 40px;
            font-weight: bold;
        }

        .advanced-filtering__description .cta_banner a i {
            font-size: 46px;
        }

        .advanced-filtering__description .cta_banner a strong {
            padding-left: 15px;
            direction: ltr;
            display: inline-block;
            font-size: 46px;
        }

    .advanced-filtering__description .cta_banner:hover a {
        border-radius: 200px;
        text-decoration: none;
    }

.advanced-filtering__description .top_text_style > div > h2 {
    padding: 0;
    margin: 0;
    float: none;
    text-align: center;
}

.advanced-filtering__description .top_text_style > div > a {
    padding-top: 10px;
    display: block;
    text-align: center;
    float: none;
}

.advanced-filtering__description .top_text_style .cta_text {
    background-color: #ec8b10;
    padding: 20px;
    margin: 15px 0 5px 0;
    border-radius: 20px;
    width: 100%;
    float: left;
}

@media (min-width: 992px) {


    .top_text_style {
        margin-top: 50px;
    }

    .inside_new .desc-title__container {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .advanced-filtering__description .top_text_style {
        padding:0;
    }
    .advanced-filtering__description .inside_new_selection a i, .advanced-filtering__description .inside_new_selection a span {
        padding: 0 0 15px 0;
        font-size: 42px;
    }
}

@media (max-width: 992px) {


    .advanced-filtering__description .top_text_style > p {
        text-align: center !important;
    }

    .inside_new .contents__container--shop .header-left {
        background-color: #ec8b10;
    }

    .advanced-filtering__description .top_text_style .img_link {
        float: none;
    }

        .advanced-filtering__description .top_text_style .img_link img {
            margin: 0 auto;
        }

    .advanced-filtering__description .top_text_style > h1 {
        text-shadow: none;
        max-height: none !important;
        overflow: unset !important;
        text-align: center;
    }

        .advanced-filtering__description .top_text_style > h1 a {
            color: inherit !important;
        }

    .advanced-filtering__description .top_text_style .summary_text {
        max-height: none !important;
        overflow: unset !important;
    }

        .advanced-filtering__description .top_text_style .summary_text p {
            text-shadow: none;
            color: inherit !important;
            margin-bottom: 0 !important;
        }

    .advanced-filtering__description .top_text_style h1.pricelist strong.summary_text {
        color: black;
        text-shadow: none;
    }

    .advanced-filtering__description .top_text_style .buttons_text {
        border-color: black;
        color: black !important;
        display: inline-block;
    }

    .advanced-filtering__description .inside_new_selection {
        margin-bottom: 20px;
    }

        .advanced-filtering__description .inside_new_selection > div {
            outline: 0;
            background: #f7f7f7;
            border-radius: 15px;
            border: 5px solid white;
            height: 165px;
            overflow: hidden;
        }

            .advanced-filtering__description .inside_new_selection > div a {
                border: 0;
                height: auto;
                max-height: unset;
            }

                .advanced-filtering__description .inside_new_selection > div a i {
                    font-size: 42px;
                    padding: 10px 0 20px 0;
                }

                .advanced-filtering__description .inside_new_selection > div a strong {
                    padding: 0 5px;
                    font-size: 16px;
                }

                .advanced-filtering__description .inside_new_selection > div a:hover {
                    box-shadow: unset;
                }

    .advanced-filtering__description .cta_banner {
        padding: 0 15px;
    }

        .advanced-filtering__description .cta_banner p {
            margin: 40px 0 0;
            padding: 0;
            font-size: 20px !important;
        }

        .advanced-filtering__description .cta_banner a {
            padding: 30px 10px;
        }

            .advanced-filtering__description .cta_banner a span {
                font-size: 22px;
                padding-bottom: 20px;
            }

            .advanced-filtering__description .cta_banner a i {
                font-size: 26px;
            }

            .advanced-filtering__description .cta_banner a strong {
                font-size: 26px;
            }
}
