﻿@font-face {
    font-display: swap;
    font-family: IRANYekanXVF;
    src: url("/fonts/IRANYekanX/IRANYekanXVF.woff2") format("woff2"),url("/fonts/IRANYekanX/IRANYekanXVF.woff") format("woff"),url("/fonts/IRANYekanX/IRANYekanXVF.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh-fat.eot);
    src: url(../fonts/yekanbakh/yekanbakh-fat.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh-fat.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh-fat.ttf) format('truetype')
}

@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh06bold.eot);
    src: url(../fonts/yekanbakh/yekanbakh06bold.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh06bold.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh06bold.ttf) format('truetype')
}

html {
    direction: rtl;
    font-family: IRANYekanXVF;
}

a {
    text-decoration: none;
}

body {
    background: #fff;
}

.oneLineTxt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.owl-next.disabled, .owl-prev.disabled {
    display: none !important
}

.focus-none:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.pointer {
    cursor: pointer;
}

.ltr {
    direction: ltr
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.op-1 {
    opacity: 1;
}

.op-0 {
    opacity: 0;
}

.f12 {
    font-size: 13px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.border-muted {
    border-color: #cfd1d2 !important
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.vInput {
    letter-spacing: 22px;
    border: 0;
    background: repeating-linear-gradient(to right, #766d6d 0 26px, transparent 26px 38px) bottom/100% 2px no-repeat;
    width: 180px;
    clip-path: polygon(0 0, calc(100% - 38px) 0, calc(100% - 38px) 100%, 0 100%);
    box-sizing: border-box;
    outline: none;
    font-size: 30px;
    caret-color: #ccc;
    font-family: sans-serif;
    font-weight: 500;
}

/*--------------productDetail--------------------*/
.breadcrumbs {
    margin-bottom: 10px;
}

    .breadcrumbs a {
        color: #4c5e60;
        font-size: 15px;
    }

    .breadcrumbs i {
        color: #8d8d8d;
        font-size: 10px;
        margin-left: 4px;
        margin-right: 4px;
    }

.productPage .productDetail {
    height: 100%;
}

.productTitleDiv .productTitle {
    border-bottom: 1px solid #f2f2f2;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.productDetail .productDetail_c1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
    padding-top: 10px;
}

.productDetail .productDetail_c2 .cta {
    text-align: left;
    direction: ltr;
    margin-right: auto;
}

    .productDetail .productDetail_c2 .cta .item {
        margin-bottom: 12px;
    }

        .productDetail .productDetail_c2 .cta .item i {
            font-size: 20px;
            color: #beb3b3;
            cursor: pointer;
            vertical-align: middle;
        }

        .productDetail .productDetail_c2 .cta .item img {
            width: 20px;
            vertical-align: middle;
            cursor: pointer;
        }

.productFeature b {
    margin-bottom: 8px;
    display: block;
}

.productFeature ul {
    padding: 0;
    list-style-type: none;
}

    .productFeature ul span.title {
        color: #a1a3a8;
    }

    .productFeature ul span.value {
        color: #000;
    }

    .productFeature ul li {
        margin-bottom: 3px;
    }

        .productFeature ul li::before {
            content: "\2022";
            color: #a1a3a8;
            font-weight: bold;
            display: inline-block;
            width: 10px;
        }


.shopFeatures {
    width: 90%;
    margin: 0 auto;
}

    .shopFeatures .item {
        text-align: center
    }

        .shopFeatures .item span {
            font-size: 12px;
            color: #323232;
        }

    .shopFeatures img {
        width: 40px;
        display: block;
        height: 40px;
        object-fit: contain;
        margin: auto;
    }

.productPrice {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .productPrice .price {
        text-align: right;
        color: #83b735;
    }

        .productPrice .price .pu {
            font-size: 18px;
            margin-right: 5px;
        }

        .productPrice .price .dprice {
            color: #c0c2c5;
            display: inline-block;
            font-weight: normal;
            font-size: 22px;
            position: relative;
            margin-left: 5px;
        }

            .productPrice .price .dprice:after {
                position: absolute;
                content: '';
                top: 46%;
                background: #c0c2c5;
                height: 1px;
                width: 100%;
                right: 0;
            }

        .productPrice .price .dpriceDiv {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

            .productPrice .price .dpriceDiv .percent, .percent {
                background-color: #dc3545;
                padding: 0px 6px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                border-radius: 0.25rem;
                font-weight: normal;
                display: flex;
                align-items: center;
            }

.productPage .addToCart {
    margin-bottom: 5px;
}

    .productPage .addToCart .btnAddToCart {
        display: block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        padding: 10px 18px;
        font-size: 16px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

        .productPage .addToCart .btnAddToCart i {
            margin-left: 10px;
            vertical-align: middle;
        }

.productCardTabHeader {
    margin-bottom: -2px;
    z-index: 2;
    position: relative;
}

    .productCardTabHeader button {
        border: 0;
        color: #6c757d;
        margin: 0;
        border-radius: 5px 5px 0px 0px;
        margin-left: -6px;
        font-size: 15px;
        padding: 10px 20px 10px 20px;
        background: none;
    }

        .productCardTabHeader button.active {
            background-color: rgb(255 255 255);
            color: #000;
            border: 1px solid #e9ecef;
            border-bottom: none;
        }

.productFeatureItem {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    flex-wrap: wrap;
}

    .productFeatureItem:last-child {
        border-bottom: none;
    }

    .productFeatureItem .FeatureItemTitle {
        -ms-flex: 0 0 33%;
        border-left: 1px solid #ebebeb;
        padding: 15px 20px;
        background: #f9f9f9;
        flex: 0 0 33%;
        max-width: 33%;
    }

        .productFeatureItem .FeatureItemTitle span {
            font-weight: bold
        }

    .productFeatureItem .FeatureItemValue {
        -ms-flex: 0 0 66%;
        padding: 15px 20px;
        flex: 0 0 66%;
        max-width: 66%;
    }

.relatedProducts {
    margin-top: 50px
}

    .relatedProducts .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

        .relatedProducts .title h4 {
            margin: 0
        }

        .relatedProducts .title a {
            color: #000
        }

.productImageDiv .owl-carousel .owl-item img {
    border-radius: 5px
}

.productImageDiv .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px
}

.productImageDiv .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px 0 4px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.productImageDiv .owl-dots .owl-dot.active span {
    background: #006BC0
}


.productImageDiv {
    position: relative;
}

    .productImageDiv .owl-prev, .productImageDiv .owl-next {
        top: 46%;
        position: absolute
    }

        .productImageDiv .owl-prev i, .productImageDiv .owl-next i {
            color: #000;
            font-size: 30px;
        }

    .productImageDiv .owl-prev {
        right: -2px;
    }

    .productImageDiv .owl-next {
        left: -2px;
    }

.pTag, .pTag:hover {
    padding: 3px 10px;
    font-size: 13px;
    background-color: #f2f2f2;
    color: #848687;
    margin: 0px 2px 0px 8px;
    border-radius: 0.35rem;
    display: inline-block;
}

.mainPrice {
    position: relative;
}

    .mainPrice:before {
        border-bottom: 1px solid #c0c2c5;
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
    }
/*----------------------------------*/
.owlMoreProducts .owl-stage-outer {
    padding: 10px 0;
}

.owlMoreProducts img {
    object-fit: cover
}

.owlMoreProducts {
    position: relative;
}

    .owlMoreProducts .owl-prev, .owlMoreProducts .owl-next {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

        .owlMoreProducts .owl-prev i, .owlMoreProducts .owl-next i {
            color: #7f6464;
            font-size: 25px;
        }

    .owlMoreProducts .owl-prev {
        right: -30px;
    }

    .owlMoreProducts .owl-next {
        left: -30px;
    }
/*--------------------------*/
.productComments {
    padding: 20px;
}

.commentForm .rateDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 2px solid rgba(238, 241, 243,1);
    padding: 7px 10px;
}

.commentForm textarea, .commentForm textarea:focus {
    border-color: rgba(238,241,243,1);
    border-width: 2px;
    box-shadow: none;
}
/*--------------------------*/
.commentForm .stars,
.stars-display {
    display: grid;
    grid: 2rem / repeat(5, 1fr);
    direction: ltr;
}

    .commentForm .stars input, .commentForm .stars label {
        appearance: none;
        color: transparent;
        background: transparent;
        width: 20px;
        cursor: pointer;
    }

.commentForm .stars {
    margin: 0 auto;
    max-width: 20rem;
}

    .commentForm .stars .stars-display {
        grid-row: 1;
        grid-column: 1 / -1;
        fill: lightgrey;
        pointer-events: none;
        place-items: center;
    }

#one-star-rating-2,
label[for="one-star-rating-2"] {
    grid-row: 1;
    grid-column: 1;
}

#two-star-rating-2,
label[for="two-star-rating-2"] {
    grid-row: 1;
    grid-column: 2;
}

#three-star-rating-2,
label[for="three-star-rating-2"] {
    grid-row: 1;
    grid-column: 3;
}

#four-star-rating-2,
label[for="four-star-rating-2"] {
    grid-row: 1;
    grid-column: 4;
}

#five-star-rating-2,
label[for="five-star-rating-2"] {
    grid-row: 1;
    grid-column: 5;
}

#one-star-rating-2:checked ~ .stars-display svg:nth-child(-n + 1) {
    fill: #ffc000;
}

#two-star-rating-2:checked ~ .stars-display svg:nth-child(-n + 2) {
    fill: #ffc000;
}

#three-star-rating-2:checked ~ .stars-display svg:nth-child(-n + 3) {
    fill: #ffc000;
}

#four-star-rating-2:checked ~ .stars-display svg:nth-child(-n + 4) {
    fill: #ffc000;
}

#five-star-rating-2:checked ~ .stars-display svg:nth-child(-n + 5) {
    fill: #ffc000;
}

#one-star-rating-2:hover ~ .stars-display svg:nth-child(-n + 1) {
    fill: #ffc000;
}

#two-star-rating-2:hover ~ .stars-display svg:nth-child(-n + 2) {
    fill: #ffc000;
}

#three-star-rating-2:hover ~ .stars-display svg:nth-child(-n + 3) {
    fill: #ffc000;
}

#four-star-rating-2:hover ~ .stars-display svg:nth-child(-n + 4) {
    fill: #ffc000;
}

#five-star-rating-2:hover ~ .stars-display svg:nth-child(-n + 5) {
    fill: #ffc000;
}


/*--------------------------*/

.productImageDiv .owl-carousel {
    display: flex;
    height: 100%;
    flex-direction: column;
}

    .productImageDiv .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .productImageDiv .owl-carousel .owl-stage {
        display: flex;
        width: 100%;
        height: 100%;
    }

        .productImageDiv .owl-carousel .owl-stage .item {
            height: 100%;
            border-radius: 8px;
            overflow: hidden;
        }

    .productImageDiv .owl-carousel img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

/*--------------------------*/

.productVariety {
    border: 1px solid #e9ecef;
    padding: 10px 10px;
    background: #f7f7f8;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .productVariety .item {
        margin-left: 15px;
    }

        .productVariety .item input {
            vertical-align: middle;
        }

    .productVariety .productVarietyItem {
        margin-bottom: 15px;
    }

        .productVariety .productVarietyItem:last-child {
            margin-bottom: 0;
        }
/*--------------------------*/
.productItem {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 4px 0px rgb(31 45 61 / 10%);
    border-radius: 8px;
}

    .productItem .ImageDiv {
        margin-bottom: 10px;
    }

    .productItem .productItemTitle {
        color: #000;
        text-align: center;
        margin-bottom: 5px;
        padding: 0 10px;
    }

    .productItem .productItemPrice {
        color: #6B7C93;
        text-align: center;
        margin-bottom: 8px;
        padding: 0 10px;
    }
/*--------------------------*/
.notAvailable {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .notAvailable:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #81858b;
        z-index: 0;
    }

    .notAvailable p {
        background: #fff;
        z-index: 1;
        font-size: 25px;
        margin: 0;
        font-weight: bold;
        padding: 0 20px;
    }
/*----------------------------------*/
.owl-open {
    background-color: rgba(0,0,0,.85);
    height: 100vh;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .36s ease-in-out,visibility .36s;
    transition: opacity .36s ease-in-out,visibility .36s;
    width: 100%;
    z-index: 1060;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .owl-open .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }


.owl-open-show {
    opacity: 1;
    visibility: visible;
}

.owl-open-closeBtn {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
}

    .owl-open-closeBtn i {
        cursor: pointer;
        font-size: 30px;
        color: #fff;
    }


.owl-open .owl-prev,
.owl-open .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-open .owl-nav [class*=owl-]:hover {
    background: none !important
}



.owl-open .owl-prev i, .owl-open .owl-next i {
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
}

.owl-open .owl-nav .disabled {
    display: none;
}

.owl-carousel-open .item img, .owl-carousel-open .item video {
    margin: auto;
    width: 100%;
    object-fit: contain;
}

.owl-carousel-thumbs {
    margin-top: 20px;
}

    .owl-carousel-thumbs .owl-item {
        display: inline-block;
        cursor: pointer;
    }

        .owl-carousel-thumbs .owl-item .item {
            position: relative;
            text-align: center;
            width: 80px;
        }

        .owl-carousel-thumbs .owl-item img {
            display: inline-block;
            height: 80px;
            width: 80px;
            object-fit: cover;
            margin: auto;
            border-radius: 5px;
        }

        .owl-carousel-thumbs .owl-item .item:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #000;
            opacity: .6;
            content: '';
        }

        .owl-carousel-thumbs .owl-item.current .item:after {
            display: none;
        }

#thumbs .owl-nav.disabled {
    display: none;
}

.owl-carousel-thumbs .owl-stage-outer {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.owl-carousel-open .owl-stage {
    display: flex;
    align-content: center;
    align-items: center;
}

.owl-carousel-open .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    padding: 0;
    background: rgba(255,255,255,.5);
    display: block;
    -webkit-backface-visibility: visible;
    transition: .2s ease;
    border-radius: 30px
}

.owl-carousel-open .owl-dots .owl-dot.active span {
    background: #fff;
    width: 10px;
    height: 10px;
}

.owl-carousel-open .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
}
/*--------------nav--------------------*/
.innerPageContent {
    margin-bottom: 50px;
}

/*--------------shareDiv--------------------*/
.shareDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .shareDiv .item {
        margin-left: 50px;
        cursor: pointer;
    }

        .shareDiv .item:last-child {
            margin-left: 0;
        }



        .shareDiv .item span {
            color: rgb(0 0 0 / 80%);
            display: block;
            margin-top: 8px;
        }

.btnCopyId {
    background-color: #fff;
    color: rgb(102, 102, 102);
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btnCopyId i {
        color: rgb(102, 102, 102);
        font-size: 21px;
        vertical-align: middle;
    }

/*--------------pagination--------------------*/
.pagination .page-item:not(:last-child) {
    margin-left: 0.25rem;
}

.pagination .page-item .page-link {
    min-width: 2.25rem;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.3125rem;
    color: #8c98a4;
    border: 2px solid #ebeff3;
    font-weight: bold;
    user-select: none;
}

.pagination .page-item.active .page-link {
    border-color: #0d6efd;
    color: #0d6efd;
    background-color: #f9fafb;
    border-width: 2px;
}

/*-------------------------------------------*/
.navbar {
    background-image: url('../Images/topBgPt.jpg');
    background-position: center;
    display: block;
    padding: 0;
    background-repeat: repeat;
    background-size: 8%;
    z-index: 2;
}

    .navbar:before {
        position: absolute;
        content: " ";
        background-image: url(../images/navBt.png);
        background-repeat: no-repeat;
        background-position: center top, center center;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        z-index: 2;
        width: 72px;
    }

    .navbar img.design {
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: -1;
    }
/*-------------------------------------------*/
#sliderCarousel .owl-stage-outer {
    border-radius: 15px;
}

#sliderCarousel .owl-dots {
    display: none;
}

#sliderCarousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    #sliderCarousel .owl-nav button {
        position: absolute;
        background-color: rgba(22, 91, 91, 0.5);
        z-index: 10;
        cursor: pointer;
        color: #fff;
        font-size: 25px;
        width: 30px;
    }


    #sliderCarousel .owl-nav .owl-prev {
        border-radius: 30px 0 0 30px;
        right: 0;
    }

    #sliderCarousel .owl-nav .owl-next {
        border-radius: 0 30px 30px 0;
        left: 0;
    }

    #sliderCarousel .owl-nav button i {
        vertical-align: middle;
    }


#sliderCarousel .item .text-wrapper span.title {
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    display: block;
    margin-bottom: 10px;
}

#sliderCarousel .item .text-wrapper span.body {
    text-align: center;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    display: block;
}
/*-------------------------------------------*/
.banner {
    background: url('/Images/cpt.jpg');
    height: 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: repeat;
    background-size: 38%;
}

    .banner p {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .banner h5 {
        font-family: yekanb;
        font-size: 30px;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 700;
    }

    .banner h4 {
        font-family: yekanb;
        font-size: 40px;
        margin-bottom: 15px;
        font-weight: 900;
        color: #5C4024;
    }

    .banner .btnLinkDiv .btnLink {
        color: #fff;
        background: #5C4024;
        border-radius: 50px;
        display: inline-block;
        padding: 8px 15px 8px 10px;
        font-size: 14px;
        cursor: pointer;
        margin-top: 30px;
    }

        .banner .btnLinkDiv .btnLink .arrow {
            color: #5C4024;
            background: #F3C58E;
            border-radius: 50px;
            display: inline-block;
            padding: 4px 10px;
            cursor: pointer;
            margin-right: 5px;
        }

/*-------------------------------------------*/
.sec_brand .title {
    text-align: center;
    margin-bottom: 15px;
}

    .sec_brand .title h5 {
        position: relative;
        display: inline-block;
        z-index: 2;
    }

        .sec_brand .title h5::after {
            content: "";
            position: absolute;
            right: 0;
            width: 60%;
            height: 4px;
            background: #FEB703;
            bottom: -5px;
            border-radius: 50px;
        }

#BrandCarousel .item img {
    width: 150px;
    margin: auto;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

#BrandCarousel h6 {
    color: #012863;
    font-weight: normal;
    font-size: 14px;
}

#BrandCarousel .owl-dots, #honorsCarousel .owl-dots, #honorsCarousel .owl-dots {
    display: none;
}

#BrandCarousel .owl-nav, #honorsCarousel .owl-nav, #honorsCarousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

    #BrandCarousel .owl-nav button, #honorsCarousel .owl-nav button, #newsCarousel .owl-nav button {
        position: absolute;
        border-radius: 50%;
        background-color: #fff !important;
        top: 35%;
        z-index: 10;
        cursor: pointer;
        height: 40px;
        width: 40px;
        box-shadow: 1px 1px 2px 0px hsl(0deg 8% 65% / 47%);
    }

        #BrandCarousel .owl-nav button i, #honorsCarousel .owl-nav button i, #newsCarousel .owl-nav button i {
            vertical-align: middle;
        }

    #BrandCarousel .owl-nav .owl-prev, #newsCarousel .owl-nav .owl-prev {
        right: 0;
    }

    #BrandCarousel .owl-nav .owl-next, #newsCarousel .owl-nav .owl-next {
        left: 0;
    }

    #honorsCarousel .owl-nav .owl-prev {
        right: 0;
    }

    #honorsCarousel .owl-nav .owl-next {
        left: 0;
    }

/*-------------------------------------------*/
.sec_product .title_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.sec_product .title p {
    line-height: 1.25rem;
    color: #5C4024;
    position: relative;
}

    .sec_product .title p:before {
        content: " ";
        position: absolute;
        right: 0;
        top: 50%;
        border-bottom: 1px solid #5C4024;
    }

.sec_product .title h5 {
    font-size: 30px;
    font-weight: 900;
    font-family: yekanb;
}

.sec_product .item {
    text-align: center;
}

    .sec_product .item img {
        width: 130px;
        height: 130px;
        object-fit: contain;
    }

    .sec_product .item p {
        font-size: 14px;
        margin-top: 8px;
        color: #454545;
    }

.sec_product .title_container a {
    color: #939aa4;
    font-size: 14px;
}
/*-------------------------------------------*/
.sec_Intro {
    margin-top: 60px;
}

    .sec_Intro .content {
    }

        .sec_Intro .content h1 {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .sec_Intro .content .row {
            align-items: center;
        }

    .sec_Intro .btn {
        border-radius: 8px;
        padding: 6px 20px;
        border: 1px solid;
        font-size: 14px;
        margin-top: 10px;
    }

        .sec_Intro .btn svg {
            margin-right: 5px;
        }

    .sec_Intro p {
        line-height: 2;
        text-align: justify;
        font-size: 15px;
    }

    .sec_Intro .imgDiv {
        text-align: left;
    }

        .sec_Intro .imgDiv img {
            width: 85%;
        }
/*-------------------------------------------*/
.sec_honors {
    background: #E3BD95;
    margin-top: 50px;
    padding: 40px 0;
}

#honorsCarousel .owl-stage {
    display: flex;
}

#honorsCarousel .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#honorsCarousel .item1 p {
    text-align: justify;
}
/*-------------------------------------------*/
.sec_news {
    margin-top: 80px;
}

    .sec_news .title {
    }

        .sec_news .title p {
            line-height: 1.25rem;
            color: #5C4024;
            position: relative;
        }

            .sec_news .title p:before {
                content: " ";
                position: absolute;
                right: 0;
                top: 50%;
                border-bottom: 1px solid #5C4024;
            }

        .sec_news .title h5 {
            font-size: 30px;
            font-weight: 900;
            font-family: yekanb;
        }

    .sec_news .owl-stage {
        padding: 20px 0;
    }

.contentItem {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.06);
    transition: all 250ms ease-in-out 0ms;
    border: 1px solid #eee;
}

.galleryItem {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(238 238 238 / 52%);
    border: 1px solid rgba(0,0,0,.125);
    transition: all 250ms ease-in-out 0ms;
}

    .contentItem .imgDiv, .galleryItem .imgDiv {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        min-height: 120px;
    }

    .galleryItem .imgDiv {
        height: 100%;
    }

        .contentItem .imgDiv img, .galleryItem .imgDiv img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

    .contentItem .bodyDiv, .galleryItem .bodyDiv {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px;
        position: relative;
        z-index: 2;
    }

        .contentItem .bodyDiv .title, .galleryItem .bodyDiv .title {
            color: #000;
            margin-bottom: 10px;
            font-size: 16px;
            height: 3rem;
            line-height: 1.5rem;
            overflow: hidden;
        }

        .contentItem .bodyDiv .desc {
            color: #939aa4;
            font-size: 14px;
            height: 4.4rem;
            line-height: 1.5rem;
            overflow: hidden;
        }


/*-------------------------------------------*/
.sec_support {
    margin-top: 100px;
}

    .sec_support .content {
        background: #5c4024;
        padding: 40px;
        border-radius: 25px;
        color: #fff;
        position: relative;
    }

    .sec_support .text {
        flex-direction: column;
    }

        .sec_support .text h4 {
            color: #fff;
            font-size: 30px;
            font-weight: 700;
            font-family: yekanb;
        }

        .sec_support .text p {
            margin: 0;
        }

    .sec_support .btn {
        color: #000;
        background: #FEB703;
        border-radius: 50px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
    }

        .sec_support .btn img {
            width: 16px;
        }

    .sec_support .btnDiv {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

/*-------------------------------------------*/
footer {
    padding: 0 20px 20px;
    min-height: 200px;
    background-image: linear-gradient(#eec9aa47 1%, rgb(194 147 106 / 0%) 3%), linear-gradient(rgb(176 102 28 / 10%), rgb(127 68 0 / 45%)), url('/Images/cpt.jpg');
}

    footer .footerSign {
        border-top: 1px solid #eaecf0;
    }

    footer .social {
        margin-top: 20px;
        text-align: right;
    }

        footer .social a {
            margin-left: 10px;
        }

            footer .social a img {
                width: 30px;
            }

    footer .body ul {
        list-style-type: none;
        padding-right: 10px;
        margin: 0
    }

        footer .body ul li {
            margin-bottom: 6px;
        }

            footer .body ul li a {
                color: #000000;
            }

            footer .body ul li .cTitle {
                display: inline-block;
                font-weight: bold;
            }

                footer .body ul li .cTitle i {
                    color: #999393;
                    margin-left: 10px;
                    font-size: 14px;
                }

    footer .footerBottom {
        text-align: center;
        border-radius: 15px;
        padding: 20px 0 0 0;
        color: #ede2e2;
        font-size: 14px;
    }

        footer .footerBottom a {
            color: #ede2e2;
        }

    footer .footerContact a {
        color: #000;
    }

    footer .scrollTop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        footer .scrollTop button {
            background: #5C4024;
            color: #fff;
            width: 54px;
            height: 54px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: none;
            cursor: pointer;
            margin-top: -55px !important;
            border-radius: 50%;
        }

    footer .footerContact .title {
        font-weight: bold;
    }

    footer .footerContact .item {
        margin-bottom: 10px;
    }

.bx-edge {
    background-image: url('/Images/edgPt.jpg');
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: contain;
    height: 20px;
    display: block;
}
/*-------------------------------------------*/
.InnerPage {
    margin: 50px 0;
}

    .InnerPage .innerPageTitle {
        font-size: 25px;
        text-align: center;
    }

.contentPage .title {
    text-align: center;
    font-size: 22px;
}

.contentPage .body {
    margin-top: 40px;
}

.contentPage img {
    border-radius: 5px;
}

.moreContent {
    margin-top: 40px;
}

    .moreContent .sec-title {
        position: relative;
        padding-bottom: 5px;
        color: #192841;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

.contentMoreImages {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    overflow: hidden;
    display: inline-flex;
    cursor: pointer;
}

    .contentMoreImages img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

/*-------------------------------------------*/
@media only screen and (max-width:992px) {
    .navbar {
        margin-bottom: 20px;
        transition: all ease-in-out 0.5s;
        width: 100%;
        z-index: 99;
        height: 50px;
        position: relative;
    }

        .navbar ul li a {
            display: inline-block;
        }

        .navbar ul li:not(.dropdown-menu li) {
            display: block;
            margin-bottom: 10px;
        }

    #navbarContent {
        opacity: 0;
    }

    nav .responsive {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: fixed;
        float: none;
        background: #ffffff;
        width: 75%;
        right: -800px;
        top: 0;
        bottom: 0;
        z-index: 18;
        display: block !important;
        padding-top: 70px;
    }

        nav .responsive.active {
            right: 0;
        }

    #navbarContent.active {
        opacity: 1;
    }

    .responsiveMenu:not(.innerPage .responsiveMenu) {
        text-align: left;
        width: 100%;
    }

    .innerPage .responsiveMenu {
        width: 100%;
        text-align: center;
    }

        .innerPage .responsiveMenu .brandName {
            font-weight: bold;
            color: #000;
        }

    .responsiveMenu img {
        width: 30px;
        position: absolute;
        right: var(--bs-gutter-x,.75rem);
        top: 20%;
        transform: translate(0, -50%);
        z-index: 99;
        transition: .5s;
        cursor: pointer;
    }

    .responsiveMenu a {
        font-weight: bold;
        color: #000;
    }

    .navbar.fixed {
        position: fixed;
    }

    .responsiveMenuBg {
        display: none;
        position: fixed;
        z-index: 4;
        padding-top: 20px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }

        .responsiveMenuBg.active {
            display: block;
        }

    .navbar .leftBtn {
        display: none;
    }
    /*--------*/
    .adsCarousel .owl-prev {
        right: 0px;
    }

    .adsCarousel .owl-next {
        left: 0;
    }

    .sec_Ads {
        margin: 20px 0 30px 0;
    }

    .support .content, .support .title {
        flex-direction: column;
        text-align: center;
    }

    .support .title {
        margin-bottom: 30px;
    }

        .support .title h4 {
            font-size: 30px;
        }

    .sec_AboutUs {
        padding: 60px 0;
    }

        .sec_AboutUs p.desc {
            width: 95%;
        }

        .sec_AboutUs p.title {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -.02em;
            margin-bottom: 40px;
        }

        .sec_AboutUs p.desc {
            font-size: 15px;
        }

    footer {
        padding-top: 20px;
    }

        footer .logo {
            width: 40%;
            margin: 0 auto;
            display: block;
        }

        footer .aboutDesc {
            text-align: justify;
        }

        footer .footerSign {
            text-align: center;
            padding: 20px 0;
        }

    .topBanner {
        padding: 60px 0 20px 0;
        height: 400px;
    }

        .topBanner h1 {
            font-size: 40px;
        }

        .topBanner h5 {
            font-size: 16px;
        }

        .topBanner .searchBar {
            width: 90%;
            padding: 6px;
        }

            .topBanner .searchBar .content {
                padding: 15px 0;
            }

            .topBanner .searchBar .form-control,
            .topBanner .searchBar .form-select {
                margin-bottom: 10px;
            }

    #responsive-categoryTitle {
        margin-bottom: 10px;
        display: block;
    }

    .owl-open .content {
        flex: 0 0 auto;
        width: 95%;
    }

    .shareDiv .item img {
        width: 35px;
        height: 35px;
    }

    .shareDiv .item span {
        font-size: 12px;
    }

    .contactUsPage .c1 {
        order: 2;
    }

    .contactUsPage .c2 {
        order: 1;
    }

    .owl-open .owl-prev {
        right: -2px;
    }

    .owl-open .owl-next {
        left: -2px;
    }

    .productDetail .productDetail_c2 .cta {
        display: none;
    }

    #sliderCarousel .owl-item img {
        height: 204px;
    }

    .banner {
        margin-top: 20px;
        padding: 30px 0;
    }

    .sec_product {
        margin-top: 50px;
    }

        .sec_product .title p,
        .sec_news .title p {
            padding-right: 1.5rem;
            font-size: 13px;
        }

            .sec_product .title p:before,
            .sec_news .title p:before {
                width: 1rem;
            }

    .sec_support .icon {
        display: none;
    }

    .sec_support .btnDiv {
        margin-top: 30px;
    }

    footer .footerBottom {
        text-align: center;
        font-size: 13px;
    }

        footer .footerBottom .scrollTop {
            margin-bottom: 20px;
        }

    footer {
        background-size: 35%;
    }

        footer .footerBottom {
            margin-top: 55px;
        }

    footer {
        margin-top: 50px;
    }

    .InnerPage {
        min-height: 200px;
    }

    .sec_brand {
        margin-top: 95px;
    }

    #sliderCarousel .item .text-wrapper span.title {
        font-size: 13px;
    }

    #sliderCarousel .item .text-wrapper span.body {
        font-size: 15px;
    }

    #sliderCarousel .item .text-wrapper {
        padding: 10px 0;
        width: 100%;
        background: rgba(11, 129, 201, 0.75);
    }

    .navbar {
        min-height: 170px;
        background-size: cover;
    }

        .navbar:before {
            height: 10px;
            background-size: 47px;
        }

        .navbar ul li a {
            color: #000;
        }

        .navbar img.design {
            object-fit: cover;
        }
}

@media only screen and (min-width:992px) {

    .navbar .navbarContent {
        justify-content: center;
    }

    .responsiveMenu,
    responsiveItem,
    .responsiveItem {
        display: none !important;
    }

    .adsCarousel .owl-prev {
        right: -25px;
    }

    .adsCarousel .owl-next {
        left: -25px;
    }

    .sec_Ads {
        margin: 50px 0 30px 0;
    }

    .support .title h4 {
        font-size: 40px;
    }

    .sec_AboutUs p.desc {
        width: 66%;
    }

    .sec_AboutUs p.title {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -.02em;
        margin-bottom: 40px;
    }

        .sec_AboutUs p.title .underline {
            position: relative;
        }

            .sec_AboutUs p.title .underline:after {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                width: 0;
                height: 1px;
                background-color: #f4f0f0;
                transition: width 1.2s ease-in-out;
            }

    .sec_AboutUs.active p.title .underline:after {
        width: 100%;
    }

    .sec_AboutUs p.desc {
        font-size: 16px;
    }

    footer .logo {
        width: 100%;
    }

    footer {
        padding-top: 50px;
        margin-top: 50px;
    }

        footer .footerSign {
            padding: 40px 0;
            margin-top: 50px;
        }

        footer .raykanet {
            text-align: left;
        }

    .topBanner {
        height: 532px;
    }

        .topBanner h1 {
            font-size: 50px;
        }

        .topBanner .searchBar {
            width: 60%;
            padding: 10px;
        }

            .topBanner .searchBar .content {
                padding: 20px 20px;
            }

            .topBanner .searchBar .form-control,
            .topBanner .searchBar .form-select {
                border: none;
                background-color: #fff;
                border-left: 1px solid #e9e9e9;
                border-radius: 0;
                background-position: left 0.85rem center;
                background-size: 8px 8px;
            }

    .navbar {
        margin-bottom: 20px;
        min-height: 280px;
    }

        .navbar ul li a {
            display: inline-block;
        }

        .navbar ul li:not(.dropdown-menu li) {
            display: inline-block;
            margin-left: 20px;
        }

    .InnerPage {
        min-height: 400px;
    }

    .navbar.innerPage {
        margin-bottom: 40px;
    }

    .owl-open .content {
        flex: 0 0 auto;
        width: 35%;
    }

    .shareDiv .item img {
        width: 45px;
        height: 45px;
    }

    .requestImg {
        width: 35%;
        display: block;
        margin: auto;
        opacity: .5;
        margin-bottom: 30px;
    }

    .owl-open .owl-prev {
        right: -30px;
    }

    .owl-open .owl-next {
        left: -30px;
    }

    #sliderCarousel .owl-item img {
        height: 380px;
    }

    .banner .btnLinkDiv {
        margin-bottom: 20px;
    }

    .sec_product {
        margin-top: 100px;
    }

        .sec_product .title p,
        .sec_news .title p {
            padding-right: 2.5rem;
            font-size: 14px;
        }

            .sec_product .title p:before,
            .sec_news .title p:before {
                width: 2rem;
            }

    footer {
        background-size: contain;
    }

        footer .footerBottom {
            margin-top: 35px;
        }

    footer {
        margin-top: 40px;
    }

    .sec_brand {
        margin-top: 75px;
    }

    #sliderCarousel .item .text-wrapper span.title {
        text-shadow: 0 0px 5px black;
        font-size: 14px;
    }

    #sliderCarousel .item .text-wrapper span.body {
        text-shadow: 0 0px 5px black;
        font-size: 18px;
    }

    #sliderCarousel .item .text-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 40px 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(11, 129, 201, 0) 0%, rgba(11, 129, 201, 0) 2%, rgba(11, 129, 201, 0.75) 50%, rgba(11, 129, 201, 0.88) 100%);
    }

        #sliderCarousel .item .text-wrapper .content {
            width: 80%;
            margin: 0 auto;
            text-align: center;
        }

    .navbar:before {
        height: 14px;
        background-size: 57px;
    }

    .navbar .navbarContent {
        background: rgb(112 91 69 / 39%);
        width: 100%;
        display: block;
        text-align: center;
        padding: 7px 0;
    }

    .navbar .header {
        padding: 10px 0;
        margin: 0;
    }

    .navbar ul li a:not(.dropdown-item) {
        color: #fff;
    }

    .dropdown-item {
        padding: .45rem 1.2rem;
    }

    .navbar img.design {
        object-fit: contain;
    }
}
