@font-face {
    font-family: 'Sans';
    src: url('../fonts/IranSans/IRANSansWeb.eot');
    src: url('../fonts/IranSans/IRANSansWeb.eot#iefix') format('embedded-opentype'), url('../fonts/IranSans/IRANSansWeb.woff') format('woff'), url('../fonts/IranSans/IRANSansWeb.woff2') format('woff2'), url('../fonts/IranSans/IRANSansWeb.ttf') format('truetype'), url('../fonts/IranSans/IRANSansWeb.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/byekan/Weblogma_Yekan.eot') format('embedded-opentype'), url('../fonts/byekan/Weblogma_Yekan.woff') format('woff'), url('../fonts/byekan/Weblogma_Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    font-family: Sans;
}


.logo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

    .logo img {
        width: 100%;
        height: auto;
    }

a:hover {
    text-decoration: none;
}

.buttons {
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 1001;
}

.social {
    padding: 0px;
    list-style-type: none;
    display: block;
    margin: 10px auto;
}

    .social li {
        width: 33px;
        height: 33px;
        -moz-transition: all linear .1s;
        -o-transition: all linear .1s;
        -webkit-transition: all linear .1s;
        transition: all linear .1s;
        margin: 20px auto;
    }

        .social li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .social li:nth-child(1) {
            background: url(/Content/img/social.png) -33px 0;
        }

            .social li:nth-child(1):hover {
                background: url(/Content/img/social.png) 0px 0px;
            }

        .social li:nth-child(2) {
            background: url(/Content/img/social.png) -33px -35px;
        }

            .social li:nth-child(2):hover {
                background: url(/Content/img/social.png) 0px -35px;
            }

        .social li:nth-child(3) {
            background: url(/Content/img/social.png) -33px -70px;
            height: 32px;
        }

            .social li:nth-child(3):hover {
                background: url(/Content/img/social.png) 0px -70px;
            }
              .social li:nth-child(4) {
            background: url(/Content/img/social.png) -33px -101px;
            height: 32px;
        }

            .social li:nth-child(4):hover {
                background: url(/Content/img/social.png) 0px -101px;
            }
           

a {
    color: #212529;
}

.language {
    position: relative;
}

    .language li {
        position: absolute;
        display: block;
        visibility: hidden;
        transition: all linear .4s;
        top: 0px;
        left: 15px;
        background-size: cover;
    }

        .language li.active {
            visibility: visible;
        }

.lang a {
    display: block;
    width: 33px;
    height: 33px;
}


.lang.ir {
    background: url(/content/img/social.png) 0px 66px;
    z-index: 3;
}

.lang.en {
    background: url(/content/img/social.png) 33px 66px;
    z-index: 2;
}

.lang.ar {
    background: url(/content/img/social.png) 0px 33px;
    z-index: 1;
}


.writing {
    transform: scale(1, 1.3) !important;
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.3); /* Opera */
    font-family: 'Times New Roman' !important;
    color: #4a4a4a;
    direction: ltr;
    text-align: left;
}

.img-center {
    margin: 0 auto;
}


#advertising .modal-body {
    padding: 2px;
}

#advertising .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff0000;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
    font-size: 23px;
    box-shadow: 0px 0px 1px 2px white;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 23px;
    z-index: 20000;
    opacity: .9;
}

#advertising img {
    width: 100%;
    height: auto;
}

.fade-scale {
    /*transform: scale(0);*/
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }

.sale-warning {
    position: fixed;
    display: table-cell;
    bottom: 10px;
    right: 101%;
    background-color:#bb691b;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    color: white;
    z-index: 20;
    border-radius: 4px;
    box-shadow: 0 0 5px black;
    width: 100%;
    transition: all 1s ease;
    height: 50px;
}

    .sale-warning.active {
        right: 0;
        transition: all 1s ease;
    }

    .sale-warning .marquee {
        margin: 0px;
        opacity: 0;
        padding: 10px 0px;
        direction: ltr;
    }

    .sale-warning.active .marquee {
        opacity: 1;
    }

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-pd {
    display: block;
    margin: 20px auto;
}

.fit {
    padding: 180px 10px 50px 50px;
}

.page .content {
    text-align: right;
}

.wrapper {
    background-color: #e4e4e4;
}

.img-wrapper {
    position: relative;
    padding-top: 50px;
}

.thumb-wrapper {
    position: sticky;
    top: 0px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    float: left;
    z-index: 12;
}

.thumb {
    max-width: 100px;
    margin: 2px 10px;
    border: 2px solid transparent;
}

    .thumb.active {
        border: 2px solid white;
        opacity: .5;
    }

.centered {
    align-content: center;
    align-items: center;
}

.sticky {
    padding: 160px 6% 40px 6%;
}

.title {
    font-weight: 900;
}

.muted {
    color: #4a4a4a;
}

.page .group {
    font: normal 900 16px Yekan;
}

.colors, .colors li {
    list-style: none;
}

    .colors li {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
        margin: 5px;
        cursor: pointer;
        box-shadow: 0px 0px 6px 0px #616161;
    }

.sizes li {
    display: inline-block;
    border: 1px solid black;
    padding: 20px 30px;
}


.np {
    padding: 0px;
}


.page .text {
    font-size: 14px;
    font-weight: 100;
    text-align: justify;
}

.bg-white {
    background-color: white;
}

.related {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    padding-top: 50px;
    padding-bottom: 200px;
}

    .related .title {
        font-size: 23px;
    }



.mg-top {
    margin-top: 20px;
}

.list-property {
    padding: 0px;
}

    .list-property li {
        list-style: none;
        color: #000000;
        font-weight: 500;
        position: relative;
        z-index: 0;
        line-height: 37px;
        direction: rtl;
    }

        .list-property li:before {
            content: '';
            width: 100%;
            height: 2px;
            border-bottom: 3px dotted #000000;
            position: absolute;
            top: 19px;
            z-index: -1;
            left: 0px;
        }

        .list-property li span:nth-child(2) {
            float: left;
        }

        .list-property li span {
            background-color: white;
            padding: 0px 10px;
        }

.relative {
    position: relative;
    z-index: 2;
}

.btn {
    outline: none;
}

    .btn:focus, .btn::selection {
        outline: none;
        box-shadow: none;
    }

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

    .social-btns .btn:before {
        top: 90%;
        left: -110%;
    }

    .social-btns .btn .fa {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .social-btns .btn.facebook:before {
        background-color: #3b5998;
    }

    .social-btns .btn.facebook .fa {
        color: #3b5998;
    }

    .social-btns .btn.twitter:before {
        background-color: #3cf;
    }

    .social-btns .btn.twitter .fa {
        color: #3cf;
    }

    .social-btns .btn.google:before {
        background-color: #dc4a38;
    }

    .social-btns .btn.google .fa {
        color: #dc4a38;
    }

    .social-btns .btn.dribbble:before {
        background-color: #f26798;
    }

    .social-btns .btn.dribbble .fa {
        color: #f26798;
    }

    .social-btns .btn.skype:before {
        background-color: #00aff0;
    }

    .social-btns .btn.skype .fa {
        color: #00aff0;
    }

    .social-btns .btn:focus:before,
    .social-btns .btn:hover:before {
        top: -10%;
        left: -10%;
    }

    .social-btns .btn:focus .fa,
    .social-btns .btn:hover .fa {
        color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        background-color: #fff;
        width: 90px;
        height: 90px;
        line-height: 78px;
        margin: 0 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 28%;
        box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 120%;
            height: 120%;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .social-btns .btn .fa {
            font-size: 38px;
            vertical-align: middle;
        }


.user-rate {
    font-size: 12px;
}

.my-rating {
    display: inline-block;
    direction: ltr;
}

.navi-link {
    font-size: 12px;
}




.section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .section .box {
        padding: 50px;
        background: rgba(255,255,255,.9);
        height: 100%;
        width: 50%;
        display: flex;
        float: right;
        transition: 1s 1.1s ease-in-out;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .section.active .box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 0s;
    }


    .section .block-box {
        padding: 50px;
        background: rgba(255,255,255,.9);
        height: 100%;
        width: 50%;
        display: block;
        float: right;
    }

    .section .box.bg {
        background: rgba(255,255,255,.9) url(/Content/img/rugs.png) no-repeat bottom -100px left;
    }

    .section .box.muted {
        background: rgba(255,255,255,.8);
    }

    .section:nth-child(2n) .box {
        float: left;
    }

    .section .box .data {
        width: 100%;
        max-width: 700px;
    }

.box-title {
    text-align: center;
    font-weight: 900;
}


.flex {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section .box-hr {
    background-image: url(/Content/img/hr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 66px;
    max-width: 600px;
    margin: 0 auto 20px;
    width: 100%;
}

.btn-list {
    background: linear-gradient(to bottom, #8c8b8b,#b4b4b5);
    color: black;
    vertical-align: baseline;
    line-height: normal;
}

    .btn-list:hover {
        color: white;
        background: linear-gradient(to bottom, #bb691b,#cb9765f0);
    }

.list-view {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    padding: 13px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: black;
    direction: rtl;
    overflow: visible;
    margin: 0px 15px;
}

    .list-view:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
        top: -15px;
        left: -14px;
        background: url(/Content/img/ellipse.png) center / contain no-repeat;
        transform: rotate(90deg);
    }

    .list-view span {
        display: block;
        position: relative;
        width: 3px;
        height: 3px;
        margin-bottom: 3px;
        background-color: white;
    }

        .list-view span:last-child {
            margin-bottom: 0;
        }

        .list-view span::before {
            top: 1px;
            right: 6px;
            left: inherit;
            width: 9px;
            height: 1px;
            content: '';
        }

        .list-view span::before {
            display: block;
            position: absolute;
            background-color: #606975;
        }

.inline-block {
    display: inline-block;
}

.v-align {
    vertical-align: middle;
}


.footer-title .fa {
    vertical-align: middle;
}


.icon {
    font-size: 23px;
    color: #cb9765;
}

.subscribe-control {
    display: block;
    width: calc( 100% - 80px );
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e5e6e6;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 12px;
}

    .subscribe-control:focus {
        outline: none;
    }

.btn-subscribe {
    width: 80px;
    float: right;
    border-radius: unset;
    background-color: #cb9765;
    color: white;
}

.footer-social {
    display: block;
    padding: 0px;
    list-style-type: none;
}

    .footer-social li {
        display: inline-block;
        margin: 0 5px;
    }

        .footer-social li a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: #cb9765;
            color: white;
            text-align: center;
            line-height: 1.8;
            font-size: 23px;
        }

            .footer-social li a:hover {
                text-decoration: none;
            }

.color {
    color: #cb9765;
}

.white {
    color: white;
}

footer .bg {
    background-image: url(/Content/img/envelope.png);
    background-repeat: no-repeat;
}

.footer-data {
    padding: 0px;
    list-style-type: none;
    font-size: 14px;
}

    .footer-data li {
        margin-bottom: 5px;
    }

        .footer-data li a {
            color: #212529;
        }

.footer-links {
    list-style: none;
}

    .footer-links li::before {
        content: "\2022";
        color: #cb9765;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

.arsha {
    display: block;
    position: relative;
    padding-left: 33px;
    text-align: left;
}

    .arsha img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .arsha p {
        margin: 0;
        color: #212529;
        font-size: 12px;
    }

.p-top {
    padding-top: 40px;
}

.p-bottom {
    padding-bottom: 40px;
}

.p-sticky-footer {
    position: sticky;
    bottom: 0px;
    z-index: -1;
    padding: 50px 0px 10px;
}

.blog.p-sticky-footer {
    z-index: 1;
}

.product {
    box-shadow: 0 10px 20px 0px #ababab;
}

.product-title {
    font-weight: 900;
    text-align: center;
}

.product-hr {
    background-image: url(/Content/img/hr-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    max-width: 600px;
    margin: 0 auto 20px;
    width: 100%;
}

.product-colors {
    padding: 0px;
    display: inline-block;
}

.color-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid white;
    border-radius: 50%;
    vertical-align: middle;
}


.color-wrapper {
    margin-top: 20px;
}

.size-wrapper {
    margin-top: 20px;
}

.property-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.property {
    margin-bottom: 5px;
}

    .property .value {
        background-color: #cb9765;
        color: white;
        padding: 0px 10px;
    }

.bc-link {
    color: cornflowerblue;
    font-size: 12px;
}

.bold {
    font-weight: 900;
}

.product-size {
    padding: 3px 10px;
    display: inline-block;
    background-color: rgba(155,155,155,.2);
    margin: 2px 3px;
}


/*Contact*/

.contact-page {
    padding-bottom: 100px;
}

.head {
    position: relative;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .head .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4);
    }

    .head .title {
        color: white;
        z-index: 2;
        font-size: 81px;
    }

.contact-ul {
    padding: 0px;
    list-style-type: none;
}

    .contact-ul li {
        margin-bottom: 10px;
    }


.contact-page .muted {
    color: #8c8b8b;
}

.contact-form label {
    margin-bottom: 0px;
    font-size: 14px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cb9765;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffefef;
}

.btn-send {
    background-color: #cb9765;
    color: white;
    width: 100%;
}

.captcha-wrapper {
    display: inline-block;
}

    .captcha-wrapper img {
        border: 1px solid #ced4da;
        margin: 5px 0px;
        padding: 0px 5px;
        border-radius: 4px;
        cursor: pointer;
    }


.social-boxes {
    margin-top: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    justify-content: space-around;
}



.social-box {
    padding: 20px;
    text-align: center;
    transition: all .3s ease;
}

    .social-box:hover {
        box-shadow: 0px 0px 20px 0px silver;
    }

    .social-box .icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        font-size: 40px;
    }

    .social-box .fa {
        background: -webkit-gradient(linear, left top, right bottom, from(#bb691b), to(#cb9765f0));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /*background: url(/Content/img/contac-icons.png) -9px -2px;*/
    }

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}


.share {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #cb9765;
    color: white;
    text-align: center;
    line-height: 1.8;
    font-size: 23px;
}

.thumbs .item {
    margin-bottom: 5px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

svg #wheel {
    animation: scroll ease 2s infinite;
}

.scroll {
    text-align: center;
    position: fixed;
    bottom: 50px;
    /*left: calc(50% - 45px);*/
    right: 20px;
    height: 50px;
    color: #cb9765;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #cb9765 !important;
}

.slider-thumb .item {
    cursor: pointer;
}

    .slider-thumb .item img {
        width: 100%;
        max-width: 100px;
    }


    .slider-thumb .item:focus {
        outline: none;
    }


.group-wrapper {
    overflow: hidden;
    background-color: rgba(255,255,255,.7);
    margin: 0px 75px;
    border-radius: 15px;
}

.image-wrapper {
    display: block;
    margin: 0px 100px;
    padding: 20px 50px;
}

    .image-wrapper .item {
        outline: none;
    }

.product-image:focus {
    outline: none !important;
}

.product-image {
    position: relative;
    display: block;
    margin: 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .product-image .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.7);
        display: flex;
        opacity: 0;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: white;
        z-index: 2;
    }

    .product-image:hover .overlay {
        display: flex;
        opacity: 1;
    }

    .product-image img {
        width: 100%;
        max-width: 500px;
    }

    .product-image .overlay .more {
        border: 1px solid white;
        padding: 10px;
    }

    .product-image ul {
        position: absolute;
        bottom: 0px;
        left: 5px;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .product-image ul li {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 3px solid #ffffff;
            margin: 1px;
            box-shadow: 0px 0px 3px silver;
        }

.bg-overlay {
    height: 100%;
    background-color: rgba(255,255,255,.8);
}

.gap {
    padding-top: 30px;
}


.product-card {
    position: relative;
    display: inline-block;
    outline: none;
    margin: 20px;
    max-width: 200px;
    cursor: pointer;
}


    .product-card .title {
        color: black;
        font-size: 12px;
        text-align: center;
        margin-top: 2px;
    }



.group-page {
    box-shadow: 0 10px 20px 0px #ababab;
}

.group-title {
    font-weight: 900;
}

.group-hr {
    background-image: url(/Content/img/hr-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 70px;
    max-width: 600px;
    margin: 0 auto 0px;
    width: 100%;
}

.group-wrapper .item {
    outline: none;
}

.page .breadcrumb {
    background-color: transparent;
    padding: 0 0px 0 0;
}


.page .breadcrumb-item + .breadcrumb-item::before {
    padding: 0px .5rem;
}

.page .breadcrumb-item {
    padding: 0px;
    font-size: 12px;
}


.thumbs .item {
    float: left;
    max-width: 50px;
}


.bg-blog {
    background: rgba(255,255,255,.9) url(/Content/img/blog.png) no-repeat bottom -40px left !important;
}


.blog-wrapper {
    padding: 100px;
}

main {
    position: relative;
    z-index: 2;
}

.main-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-details .box {
    padding: 200px 50px 50px 50px;
}

.shadow {
    box-shadow: 0 10px 20px 0px #ababab;
}

.blog-details .breadcrumb {
    padding: 0 0px 0 0;
}

.blog-details-hr {
    background-image: url(/Content/img/hr-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    max-width: 600px;
    margin: 0 auto 20px;
    width: 100%;
}

.blog-details-title {
    margin-top: 50px;
    text-align: center;
}

.sticky-left {
    height: 100%;
    position: sticky;
    left: 0px;
}

.login-wapper {
    border: 1px solid #cb9765;
    padding: 20px;
    border-radius: 5px;
    margin: 120px 20px;
}


#message-modal .modal-header {
    background-color: #333;
    color: #cb9765;
}

#message-modal .close {
    opacity: 1;
    color: white;
    outline: none;
    padding: 0px;
    margin: 0px;
}

    #message-modal .close:focus {
        outline: none;
    }

    .product-detail{
         background: rgba(255,255,255,.9);
    padding: 200px 50px 10px;
    box-shadow: 0 10px 20px 0px #ababab;
    }

    .image-wrapper .item {
        max-width:250px;
}
    .m-y-15{
            margin: 15px auto;
    }