/* footer */
#rights {
    margin: 0 0 90px 0;
}

/* breadcrumb */


/* product */
.product__title-wrp {
    text-align: center;
}

.product__title {
    position: absolute;
    top: 0;
    right: 3%;
    left: 3%;
}

.product__img {
    width: 98%;
    box-shadow: 0px 0px 28px 11px #A8A8A80D;
}

.product__txt li::before {
    content: " - ";
}

.product__box {
    width: 330px;
    position: sticky;
    top: 125px;
    background: #FEFEFE;
    border: 1px solid #E3E3E3;
    /* height: 190px; */
}

.product__box--feature-wrp {
    position: fixed;
    bottom: 7.3%;
    background-color: #fff;
    right: 22px;
    border-color: #fff !important;
}

.product__box--feature {
    color: #7B7B7B;
}

.product__price-wrp {
    border-top: 1px solid #9D9D9D;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
}

.height-92 {
    height: 12.7%;
}

.product__price--main {
    color: #c4c4c4;
}

.product__price--off-wrp {
    margin: -5px 0 0 0;
}

.product__price--off {
    color: #7B7B7B;
}

.product__price--percent {
    height: 20px;
    width: 34px;
}

.product__toman {
    color: #7B7B7B;
}

.modal .close {
    color: #FF3636;
    text-shadow: none;
}

.modal-body .close {
    position: absolute;
    top: 15px;
    left: 15px;
}

/* feature */

.feature {
    background-color: #FBFBFB;
    height: 110px;
    width: 90%;
    cursor: auto;
}

.feature__icon {
    color: #a1a3a8;
}

.feature__icon--txt {
    height: 40%;
    color: #9e9fb1;
}

/* bg-content */
.bg-content {
    background-color: #FBFBFB;
}

/* .content-tab {
    background-color: #fff;
} */

.nav .active .content-tab {
    background-color: #808ED5;
}

.content-tab__btn {
    background-color: #fff;
    color: #9D9D9D;
}

.content-tab__btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    background-color: #fff;
    color: #9D9D9D;
    box-shadow: unset;
}

.active .content-tab__btn:active:focus,
.active .content-tab__btn {
    background-color: #e8eaf7;
    color: #434343;
}

/* related-contract */
.related-contract {}

.related-contract__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-contract__img {
    box-shadow: 0px 0px 12px 4px #A8A8A81A;
    width: 110px;
}

/* custom swiper-aboutus */

.swiper-button-next {
    left: -5px !important;
}

.swiper-button-prev {
    right: -5px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #9D9D9D;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 23px;
    font-weight: bold;
}


/* comment */
.comment__img {
    width: 50px;
    height: 50px;
}

.comment__body {
    background-color: #fafafa;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}


.g-color-gray-dark-v4 {
    color: #777;
}

.g-color-gray-dark-v4:hover {
    color: #777;
}

.form-group.fl_icon .icon {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 0px;
    width: 48px;
    background: #f6f6f7;
    color: #b5b8c2;
    text-align: center;
    line-height: 36px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-group .form-input {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    color: #434343;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #edeff2;
    border-radius: 3px;
}

.form-group.fl_icon .form-input {
    padding-right: 70px;
}

.form-group textarea.form-input {
    height: 150px;
}

/* magnify */



/* goftino */
/* #goftino_w {
    bottom: 100px !important;
} */
/* iframe {
	bottom: 90px !important;
} */

/* tag */


.cat-item:hover .cat-item__title {
    color: #000 !important;
}

.cat-item:hover .cat-item__count {
    color: #434343 !important;
}

.tag-item:hover .tag-item__count {
    color: #434343 !important;
}
/* END tag */

/* responsive */

@media (min-width: 576px) {

    /* custom swiper-aboutus */
    .swiper-button-next {
        left: 25px !important;
    }

    .swiper-button-prev {
        right: 25px !important;
    }
}

@media (min-width: 768px) {

    /* custom swiper-aboutus */
    .swiper-button-next {
        left: 75px !important;
    }

    .swiper-button-prev {
        right: 75px !important;
    }
}

@media (min-width: 992px) {

    
    
      

    /* footer */
    #rights {
        margin: unset;
    }

    /* product */
    /* .product__box-wrp {
        
    } */

    .product__title {
        position: unset;
    }

    .product__img {
        width: 85%;
    }

    .product__title-wrp {
        text-align: right;
    }

    .product__price-wrp {
        border-top: unset;
        position: unset;
        background-color: unset;
        left: 0;
        right: 0;
        bottom: 0;
        height: unset;
    }

    .product__box--feature-wrp {
        position: unset;
        border-color: #dee2e6 !important;
    }


    .feature {
        background-color: #FBFBFB;
        height: unset;
        width: 95%;
    }


    /* feature */
    /* .feature__wrp {
        margin: -90px 0 0 0;
    } */

    /* .feature__wrp {
        margin: 0;
    } */

    /* custom swiper-aboutus */
    .swiper-button-next {
        left: 25px !important;
    }

    .swiper-button-prev {
        right: 25px !important;
    }

    /* goftino */
    /* #goftino_w {
        bottom: 20px !important;
    } */

}

