﻿@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')
}

@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh-regular.eot);
    src: url(../fonts/yekanbakh/yekanbakh-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh-regular.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh-regular.ttf) format('truetype')
}

:root {
    --mainBlue: #1b3b5c;
}

html {
    direction: rtl;
    font-family: yekanb;
}

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-0 {
    opacity: 0;
}
/*--------------- Header -------------------*/
.header-right {
    text-align: right;
}

#header {
    background: #1b3b5c;
    padding: 10px 0;
}

    #header .navbar ul {
        padding: 0;
    }

        #header .navbar ul li.nav-item {
            display: inline-block;
        }

        #header .navbar ul li a.nav-link {
            padding: 5px 10px;
            display: inline-block;
            color: #fff;
            font-weight: 600;
            position: relative;
        }

.headerSearchForm .btn-search {
    background: none;
    border: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important
}

/*--------------- Slider -------------------*/
.slider .owl-dots {
    display: none
}
.slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease;
    border-radius: 30px;
}

.slider .owl-dots .owl-dot.active span {
    width: 20px;
    background: #192841;
}


.slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slider {
    position: relative;
}

    .slider .content img {
        width: 100px
    }

    .slider .content h2 {
        font-size: 25px;
    }

    .slider .content a {
        color: #fff;
        border: 2px solid #b8935a;
        padding: 6px 17px;
        margin: 5px;
        display: inline-block;
        transition: .1s;
    }

        .slider .content a:hover {
            background: #b8935a;
            color: #ffffff;
        }
/*--------------- products -------------------*/
.products .sec-title {
    position: relative;
    text-align: center;
    font-size: 25px;
    padding-bottom: 26px;
    color: var(--mainBlue);
}

/*--------------- productItem -------------------*/
.productItem .card-img-top {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

    .productItem .card-img-top img {
        object-fit: cover;
    }

.productItem .titleContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    height: 3rem;
}
/*--------------- blog -------------------*/
.blog {
    margin-top: 70px;
}

    .blog .sec-title {
        position: relative;
        font-size: 25px;
        padding-bottom: 26px;
        color: var(--mainBlue);
        text-align: center
    }

.contentItem .imgDiv {
    padding-right: 0;
}

    .contentItem .imgDiv img {
        object-fit: cover;
    }

.contentItem .bodyDiv {
    padding: 15px 0px 0px 8px;
}

    .contentItem .bodyDiv .title {
        font-size: 16px;
        height: 3rem;
        line-height: 1.5rem;
        overflow: hidden;
        color: #000;
        display: inline-block;
    }

    .contentItem .bodyDiv .desc {
        font-size: 13px;
        height: 3rem;
        line-height: 1.5rem;
        overflow: hidden;
        display: inline-block;
        color: #5a5555;
        margin: 0;
    }
/*--------------- footer -------------------*/
footer {
    padding: 40px 0 0 0;
    margin-top: 70px;
    background: #F4F6FA
}

        footer .contact ul {
            list-style-type: none;
            padding: 0;
        }

            footer .contact ul li {
                align-items: center;
                margin-bottom: 30px;
            }

                footer .contact ul li a,
                footer .contact ul li span {
                    font-weight: 600;
                    font-size: 24px;
                    color: #000;
                    display: inline-block;
                    padding-right: 30px;
                }

                footer .contact ul li i {
                    color: hsl(209deg 56% 17% / 42%);
                    font-size: 24px;
                    margin-left: 10px;
                }

                footer .contact ul li .cTitle {
                    margin-bottom: 5px;
                    display: flex;
                    justify-content: flex-start;
                    color: hsl(209deg 33% 22% / 60%);
                    font-size: 22px;
                }

                footer .contact ul li .social a {
                    margin-left: 20px;
                }

                    footer .contact ul li .social a:last-child {
                        margin-left: 0;
                    }

                    footer .contact ul li .social a img {
                        width: 30px
                    }

    footer .map {
        margin: 0;
        padding: 0
    }

        footer .map img {
            width: 100%
        }

.footerSign {
    background: var(--mainBlue);
    color: #fff;
    padding: 30px;
}

/*--------------- 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 {
    margin-top: 30px;
}

    .productPage .productDetail {
        height: 100%;
    }

.productTitleDiv .productTitle {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.productDetail .productDetail_c1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    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;
            margin-top: 5px;
            display: block;
            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;
        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;
    cursor: zoom-in;
}

.productImageDiv .owlOneDots button {
    background: 0 0;
    padding: 0 !important;
    border: none;
}

.productImageDiv .owl-carousel .owl-dots,
.productImageDiv .owlOneDots {
    text-align: center;
    margin-top: 10px
}

    .productImageDiv .owl-dots .owl-dot span,
    .productImageDiv .owlOneDots span {
        width: 10px;
        height: 10px;
        margin: 0 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,
    .productImageDiv .owlOneDots .owl-dot.active span {
        background: var(--mainBlue)
    }

.productImageDiv {
    position: relative;
}

    .productImageDiv .owl-prev, .productImageDiv .owl-next {
        top: 46%;
        position: absolute
    }

        .productImageDiv .owl-prev i, .productImageDiv .owl-next i {
            color: #fff;
            text-shadow: 0 0 2px rgb(86 85 83 / 81%);
            font-size: 30px;
        }

    .productImageDiv .owl-prev {
        right: -2px;
    }

    .productImageDiv .owl-next {
        left: -2px;
    }

/*--------------------------*/
.owlMoreProducts .owl-stage-outer {
    padding: 20px 0;
}

.owlMoreProducts img {
    object-fit: cover
}

.owlMoreProducts {
    position: relative;
}

    .owlMoreProducts .owl-prev, .owlMoreProducts .owl-next {
        background: #fff !important;
        border: 1px solid #decece !important;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        top: 35%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .owlMoreProducts .owl-prev i, .owlMoreProducts .owl-next i {
            color: #7f6464;
            font-size: 22px;
        }


/*--------------------------*/
.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 input[type=text],
.commentForm textarea, .commentForm input[type=number],
.commentForm textarea:focus, commentForm input[type=text]:focus,
.commentForm textarea:focus, commentForm input[type=number]: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%;
    }
/*--------------------------*/
.productItem {
    background: #fff;
    overflow: hidden;
    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: 20px;
}

    .notAvailable:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #f32424;
        z-index: 0;
    }

    .notAvailable p {
        background: #fff;
        z-index: 1;
        font-size: 20px;
        margin: 0;
        font-weight: bold;
        padding: 0 20px;
    }
/*--------------------------*/
.btnCall {
    margin-bottom: 34px;
}

    .btnCall i {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
/*--------------------------*/
.scrollbar:hover::-webkit-scrollbar, .scrollbar:hover::-webkit-scrollbar-thumb, .scrollbar:focus::-webkit-scrollbar, .scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scrollbar::-webkit-scrollbar {
    visibility: visible;
    -webkit-appearance: none;
    width: 4px;
    height: 6px;
    background-color: transparent;
}

.scrollbar:hover::-webkit-scrollbar, .scrollbar:hover::-webkit-scrollbar-thumb, .scrollbar:focus::-webkit-scrollbar, .scrollbar:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scrollbar::-webkit-scrollbar-thumb {
    visibility: visible;
    border-radius: 3px;
    background-color: rgba(182, 193, 210, 0.55);
}
/*--------------------------*/
.commentList {
    max-height: 300px;
    padding-left: 4px;
}
/*--------------------------*/
.productCarousel .owl-stage {
    padding-right: 20px !important;
    padding-bottom: 10px
}

.productCarousel .owl-dots {
    display: none;
}

.productCarousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .productCarousel .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%);
    }

        .productCarousel .owl-nav button i {
            vertical-align: middle;
        }

    .productCarousel .owl-nav .owl-prev {
        right: -20px;
    }

    .productCarousel .owl-nav .owl-next {
        left: -20px;
    }
/*--------------------------*/
.productCommentItem .starOn svg {
    fill: #ffc000;
}

.productCommentItem .starOff svg {
    fill: lightgrey;
}
/*--------------------------*/
.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 #fff;
    font-weight: bold;
    user-select: none;
    background: #F8F9FA;
}

.pagination .page-item.active .page-link {
    border-color: #0d6efd;
    color: #0d6efd;
    background-color: #ffffff;
    border-width: 2px;
}
/*--------------------------*/

.owl-open {
    background-color: rgba(0,0,0,.90);
    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-timesBtn {
    text-align: right;
}

    .owl-open-timesBtn .closeBtn {
        cursor: pointer;
        font-size: 32px;
        display: inline-block;
        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 {
    right: -30px;
}

.owl-open .owl-next {
    left: -30px;
}

    .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 {
    margin: auto;
    width: 100%;
    object-fit: contain;
}

.owl-carousel-open .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-carousel-open .owl-dots .owl-dot.active span, .owl-carousel-open .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--mainBlue)
}

.owl-carousel-open .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.owl-carousel-open .owl-stage {
    display: flex;
    align-content: center;
    align-items: center;
}

/*--------------------------*/
.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;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
/*--------------------------*/
.contentPage .content {
    border-radius: 10px;
    padding: 30px 20px;
}

.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;
    }
/*--------------------------*/
.contentComment {
    margin-top: 30px;
}

    .contentComment .send {
        background: #FAFAFA;
        border: 1px solid rgba(0,0,0,.125);
        padding: 15px 10px;
        border-radius: 5px;
    }
/*--------------------------*/
.dropdown-item .ch_sub_icon {
    position: absolute;
    left: 5px;
}

.dropdown-item {
    padding: 0.35rem 1.1rem 0.35rem 1.5rem !important;
}

/*--------------------------*/
.counter {
    margin: 80px 0 100px 0;
}

.counterItem {
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 10px;
    padding: 50px 10px;
}

    .counterItem .number {
        font-weight: 900;
        font-size: 30px;
        color: #1D306A;
    }

    .counterItem .text {
        font-weight: bold;
    }
/*--------------------------*/


.contactItem {
    display: flex;
}

    .contactItem .icon {
        background: #D83B20;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-left: 15px;
    }

    .contactItem .title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contactItem .content a {
        color: #000;
    }

.contactPage .contactForm {
    margin: 50px auto;
    background: #FAFAFA;
    padding: 40px 20px;
    border-radius: 10px;
}

    .contactPage .contactForm .title {
        text-align: center;
        margin-bottom: 40px;
    }

        .contactPage .contactForm .title h5 {
            font-size: 30px;
            font-weight: bold;
        }
/*--------------------------*/
.faqAccordion .accordion-item {
    margin-bottom: 10px;
    border-radius: 5px !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}

.faqAccordion .accordion-button {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

    .faqAccordion .accordion-button.collapsed {
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
/*--------------------------*/
/*--------------------------*/
.float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    text-align: center;
    z-index: 1000
}

    .float .trigger {
        display: block;
        border-radius: 50%;
        background: var(--mainBlue);
        color: #fff;
        height: 60px;
        width: 60px;
        vertical-align: middle;
        animation: 1.5s linear infinite pulse;
        transition: .2s ease-in-out
    }

    .float i {
        font-size: 28px;
        line-height: 58px
    }

    .float .trigger:hover {
        transform: scale(1.1)
    }

    .float .trigger .fa::after {
        transition: 1s ease-in-out
    }

@keyframes pulse {
    0% {
        box-shadow: 0 1px 0 3px hsl(208.25deg 58% 61% / 19%), 0 0 0 0 hsl(214.89deg 58% 61% / 31%)
    }

    30% {
        box-shadow: 0 1px 0 3px hsl(208.25deg 58% 61% / 19%), 0 0 0 5px hsl(214.89deg 58% 61% / 31%)
    }

    70% {
        box-shadow: 0 1px 0 3px hsl(208.25deg 58% 61% / 19%), 0 0 0 15px hsl(214.89deg 58% 61% / 31%)
    }

    100% {
        box-shadow: 1px 1px 2px 1px hsl(208.25deg 58% 61% / 19%),0 0 0 20px transparent
    }
}
/*--------------------------*/
@media only screen and (max-width:992px) {
    #productsCarousel .owl-nav .owl-prev {
        right: -2px;
    }

    #productsCarousel .owl-nav .owl-next {
        left: -2px;
    }

    .products {
        padding-bottom: 20px;
    }

    footer .sign {
        text-align: center;
    }

    .raykanet {
        margin-top: 20px;
    }

    .owlMoreProducts .owl-prev {
        right: -2px;
    }

    .owlMoreProducts .owl-next {
        left: -2px;
    }

    .productPage .productDetail {
        margin-top: 20px;
    }

    .productTitleDiv .productTitle {
        font-size: 20px;
        text-align: center
    }

    .productDetail .productDetail_c1 {
        padding: 5px;
    }

    .productDetail_c2 {
        display: none;
    }

    .productDetail .productDetail_c1 {
        min-height: 300px;
    }

    .productPage .productDetail .content {
        min-height: 300px;
    }

    .productPage .productDetail .productFeature {
        margin: 20px 0;
    }

    .productCardTabHeader button {
        font-size: 13px;
        padding: 10px 10px 10px 10px;
    }

    .owl-open .content {
        flex: 0 0 auto;
        width: 95%;
    }

    #productsCarousel .owl-nav {
        top: 46%;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .aboutUs {
        overflow: hidden;
        margin-top: 20px;
    }

    .products .item .card-body,
    .shopPage .item .card-body {
        padding: 0.6rem 0.5rem;
        font-size: 14px;
    }

    .aboutUs .title {
        font-size: 35px;
    }

    .aboutUs .subTitle {
        font-size: 16px;
    }

    .footerSign div.raykanet, .footerSign {
        text-align: center
    }

    footer .contact {
        padding-top: 20px;
    }

    .aboutUs p.desc {
        font-size: 14px;
        text-align: justify;
    }

    .products {
        margin-top: 40px;
    }

    .smBrand {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

        .smBrand b {
            line-height: 18px;
            color: #fff;
            font-size: 15px;
        }

    .products .sec-title {
        margin-bottom: 25px;
    }

    .navbarContent {
        border-top: 1px solid #ddd;
        margin-top: 12px;
    }

    .owlMoreProducts .owl-stage {
        padding-right: 0 !important;
    }

    .InnerPage {
        margin: 40px 0;
    }
    .slider .content {
        position: absolute;
        z-index: 2;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 5%;
    }
}

@media only screen and (min-width:992px) {
    .smBrand, .float {
        display: none;
    }

    #productsCarousel .owl-nav .owl-prev {
        right: -20px;
    }

    #productsCarousel .owl-nav .owl-next {
        left: -20px;
    }

    .products {
        padding-bottom: 40px;
    }

    .raykanet {
        text-align: left;
    }

    .owlMoreProducts .owl-prev {
        right: -18px;
    }

    .owlMoreProducts .owl-next {
        left: -18px;
    }

    .productTitleDiv .productTitle {
        font-size: 25px;
    }

    .productDetail .productDetail_c1 {
        height: 90%;
    }

    .productPage .productDetail .content {
        height: 100%
    }

    .productCardTabHeader button {
        font-size: 15px;
        padding: 10px 20px 10px 20px;
    }

    .owl-open .content {
        flex: 0 0 auto;
        width: 35%;
    }

    #productsCarousel .owl-nav {
        top: 40%;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }

    .aboutUs {
        margin-top: 70px;
    }

        .aboutUs .title {
            font-size: 55px;
        }

        .aboutUs .subTitle {
            font-size: 20px;
        }

    .footerSign div.raykanet {
        text-align: end
    }

    .products {
        margin-top: 70px;
    }

        .products .sec-title {
            margin-bottom: 50px;
        }

    .InnerPage {
        margin: 50px 0;
    }

    .navbarContent {
        width: 100%;
        text-align: center;
        margin: auto;
    }

        .navbarContent .navbar-nav {
            justify-content: center;
        }

    .slider .content {
        position: absolute;
        z-index: 2;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 35%;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 30%;
    }
}
