/*      header       */
@media (max-width: 992px){
    .navbar-collapse,.dropdown-menu {
        background: rgb(4, 17, 43);
        color:#fff;
    }
    .navbar-collapse .dropdown-item {
        color:rgba(255, 255, 255, 0.55);
    }
    .dropdown-item:hover, .dropdown-item:focus {
        background-color: rgb(4, 17, 43) !important;
        color:#fff;
    }
}
@media (min-width: 992px){
    div#navbarSupportedContent {
        margin-left: 235px;
    }
}
.bg-dark .navbar{
    background: #001530;
}
.user-avatar span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#fff;
    max-width: 84px;
}
@media (max-width:370px){
    .user-avatar span{
        display: none !important;
    }
}
@media (max-width: 991px){
    .d-inline-flex.float-end.me-2.position-absolute{
        margin-left:50px !important;
    }
}
.d-inline-flex.float-end.me-2.position-absolute .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-bottom: 0;
    border-right: 0.3em solid transparent;
}
/*      header       */

/*      footer       */
.footer{
    color: #fff;
}
.footer p{
    text-align: justify;
    padding-top: 0px;
    line-height: 26px;
    font-size: 0.75rem;
}
.footer ul{
    list-style-type: none !important;
    padding-right: 10px;
}
.footer h4{
    font-size: 16px;
    margin-bottom: 14px;
}
.footer .copy p{
    font-size: 12px;
    padding-top: 10px; 
    text-align: center;
    font-family: 'yekanweblight';
}
/*      footer       */

/*      alert         */
p#demo {
    display: flex;
    text-align: center !important;
    font-size: 0.8rem;
}
p#demo span {
    padding: 0px 4px;
}
@media (max-width:845px){
    .top-alert p#demo{
        font-size: 0.7rem;
        margin:10px auto 0px !important;
        text-align: center !important;
        display: inline-flex;
    }
    .top-alert .d-flex.show{
            display: block !important;
    }
    .top-alert .col-6{
        display:inline-block !important;
        width: 49%;
    }
    .top-alert .btn{
        font-size: 11px;
        margin-top: 10px;
    }
    .top-alert .btn.me-5{
        margin-left: 0px !important;
    }
    .top-alert .alert{
        text-align: center;
    }
    
}

/*          alert         */

/*          ads             */
.ads{
    max-height: 225px;
}
.ads a{
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 7px 3px !important;
    max-height: 225px;
    overflow:hidden;
}
.ads img{
    object-fit: cover;
}
/*          ads             */

/**********          index start               *************/

/*  index slider */
section.index-slider h1{
    font-size: calc(1.375rem + 3.2vw) !important;
}
section.index-slider h5{
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
}

/*  index slider */

/*  index salon */
.index-salon .col-6 .bg-cover {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    min-height: 215px;
    display: flex;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 8px 5px;
}
.index-salon .col-6 span.p-3 {
    z-index: 10;
    font-size: 16px;
    display: block;
    margin: 0px auto;
    font-weight: 800;
}
@media (max-width:594px){
    .index-salon .col-6 .bg-cover {
        min-height: 165px;
    }
}
.index-salon .col-6 .bg-cover::before {
    width: 100%;
    height: 100%;
    background: #00000091;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}
@media (max-width:1000px){
    .index-salon2{
     width: 80% !important;
 }
 }
@media (min-width:800px){
   .index-salon2{
    width: 58%;
    margin: -150px auto 0px !important;
}
.index-salon2 .row:nth-child(1){
    display: none;
}
.index-salon2 .col-6 .bg-cover{
    min-height: 165px;
} 
}
.index-salon2 .col-6 .bg-cover {
    min-height: 165px;
}
/*  index salon */

/*  index qorfe */
.index-qorfe .carousel-indicators{
    margin-bottom: -35px;
}
.carousel-control-prev, .carousel-control-next {
    width:fit-content;
    height: 50px;
    background: #000 !important;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -50px;
    margin-left: -50px;
}
@media (max-width: 670px){
    .carousel-control-prev, .carousel-control-next {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
.qorfe-box {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    margin: 0px 9px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 4px 3px;
}

.qorfe-box .lf-item {
    height: 250px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0);
}
.qorfe-box .lf-item>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qorfe-box .lf-item .overlay {
    will-change: opacity;
    background-color: #242429;
    opacity: 0.4;
    z-index: 3;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
}
.qorfe-box .lf-item>a:hover .overlay {
    opacity: .7!important;
}
.qorfe-box .lf-background {
    background-position: 50%;
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.qorfe-box .lf-item-info-2{
    padding: 40px 15px 1px;
    top: auto!important;
    bottom: -1px;
    background: #fff;
    right: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 9;
    text-align: right;
    top: auto!important;
    bottom: -1px;
    transform: translateY(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.qorfe-box a:hover .lf-item-info-2{
    -webkit-transform: translateY(-30px) !important;
    transform: translateY(-30px) !important;
}
@media (max-width: 768px){
    .qorfe-box a .lf-item-info-2{
        -webkit-transform: translateY(-30px) !important;
        transform: translateY(-30px) !important;
    }
}
.qorfe-box .lf-avatar {
    box-shadow: 2px 3px 11px 5px #00000014;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 9;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: -25px;
    right: 15px;
}
.qorfe-box .preview-title{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 600;
    color: #242429;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.qorfe-box .lf-item-info-2 h6 {
    color: #7e7e89;
    font-weight: 400;
    line-height: 20px;
    max-height: 36px;
    overflow: hidden;
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'yekanmedium';;
}
.qorfe-box ul.lf-contact {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-right: 0px;
}
.qorfe-box .lf-item-info-2>ul.lf-contact li svg {
    float: right;
    width: auto!important;
    font-size: 18px;
    color: #a6a6ab;
    margin-top:-4px;
    margin-left: 3px;
}
.qorfe-box .lf-item-info-2>ul.lf-contact li {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    color: #242429;
    font-weight: 400;
    padding-left: 10px;
    white-space: nowrap;
}
.qorfe-box .if-footer-section {
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.qorfe-box .if-footer-section ul.lf-contact li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qorfe-box .lf-head {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 4;
}
.qorfe-box .lf-head-btn {
    position: static;
    float: right;
    font-weight: 400;
    font-size: 13px;
    padding: 0 7px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    top: 20px;
    background: transparent;
    border: 1px solid hsl(0deg 0% 100%);
    border-radius: 3px;
    z-index: 4;
    line-height: 17px;
    height: 32px;
}
.qorfe-box .offline{
    opacity: 0.5;
}
.slick-slide2 .slick-slide{
    margin: 0px 2px;
    max-width: 277px !important;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-current {
opacity: 1;
}
.slick-initialized .slick-slide .col-lg-3.col-md-4.col-sm-6.col-12.mb-2{
    direction: rtl;
}
.bigg-title{
    color: #666;
}
/*  index qorfe */

/*  index event  */
.event-box{
    direction: rtl;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 4px 3px;
}
.event-box h5 {
    overflow: hidden;
    margin-bottom: 4px;
    font-weight: 600;
    color: #242429;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.event-box .card-img-top{
    height: 184px;
}
.event-box .card-text {
    text-align: justify;
    min-height: 56px;
    max-height: 56px;
    overflow: hidden;
    color: #7e7e89;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 9px;
}
.event-box .card-body .btn{
    font-size: 13px;
    background-color: #333d91;
    border-color: #333d91;
}
/*  index event  */


/*   bargozarkonande  */
.bargozarkonande img{
    width: 145px;
    max-width: 98%;
    margin-bottom: 15px !important;
}
.bargozarkonande2 img{
    width: 100% !important;
    max-width: 98%;
    margin-bottom: 15px !important;
}
.bargozarkonande2 .p-1.bg-white {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 3px 2px;
}
.bargozarkonande2 span {
    font-size: 0.55rem;
    margin-bottom: 9px !important;
}
.bargozarkonande span ,.bargozarkonande img{
    display: block;
    margin: auto;
}
.bargozarkonande span{
    color: #888;
}
.bargozarkonande .preview-title{
    color: #333d91;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px !important;
}
.bargozarkonande2 .row.m-auto{
    width: 70% !important;
}
@media (max-width:550px){
    .bargozarkonande2 .row.m-auto{
    width: 85%;
}
}
/*   bargozarkonande  */

/*  index hami  */
section.index-hami {
    width: 50%;
    margin: auto;
}
@media(max-width:767px){
    section.index-hami {
        width: 100%;
    }
}
section.index-hami img{
    max-width: 110px;
    width: 100%;
}
/*  index hami  */
/**********          index end               *************/


/**********          qorfe page              *************/
.share .btn{
    font-size: 12px !important;
}
.gallery-img{
    max-height:130px;
    width:100%;
}
.shoping a{
    display: contents;
}
.nav-pills .nav-link{
    font-size: 14px;
    padding: 0 60px;
    position: relative;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #242429;
    height: 60px;
    font-weight: 600;
}
@media(max-width:580px){
    .nav-pills .nav-link {
        padding: 0 15px !important;
    }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #242429;
    background-color: transparent;
    border-bottom: 3px solid #0d6efd;
    border-radius: 0px;
}
.tab-content{
    background-color: #f4f4f4;
}
.tab-content button:hover svg path,.tab-content a:hover svg path{
    fill:#fff !important;
}
.title-style-1 {
    font-weight: 600;
    color: #242429;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
}
.tab-content p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.tab-content h4 {
    line-height: 1.25;
    font-weight: 600;
    color: #242429;
    font-size: 18px;
}
.tab-content a.btn.btn-primary.d-blck{
    background-color: #3eb3c4;
    border-color: #3eb3c4;
}
.row .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff !important;
    box-shadow: transparent !important;
}
.row .accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow:0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}
.extra-details li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 8px;
    padding-bottom: 8px;
}
.extra-details .item-property {
    float: left;
    margin-bottom: 0px;
}
.tab-content p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    display: inline-block;
}
ul.extra-details {
    padding: 0px;
    list-style: none;
}
.item-attr{
    margin-bottom: 0px;
}
@media (max-width:764px){
    .shoping .col-lg-3.col-md-4.col-sm-6.p-2.mb-2{
        margin: auto;
        text-align: center;
    }
}
.shoping h2{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.25;
    font-weight: 600;
    font-size: 17px;
}
/**********          qorfe page              *************/

/***********       single-product page             ************/

.single-product{
    background-color: #f4f4f4;
}
.single-product p{
    font-size: 14px !important;
    line-height: 26px !important;
    text-align: justify !important;
}
.product-box{
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 3px 2px;
    background-color: #f6f5f5 !important;
}
.product-box h2 {
    font-size: 14px !important;
    margin-top: 0;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-box .btn-outline-light {
    color: #515151;
    border-color: #626262;
}
.product-box .btn-outline-light:hover {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
/***********       single-product page             ************/

/***********       single-event page             ************/

.single-event{
    background-color: #f4f4f4;
}
.single-event p{
    font-size: 14px !important;
    line-height: 26px !important;
    text-align: justify !important;
}
.scroll-down{
    animation: scroll-down 2s infinite;
    animation-duration: 2s;
}
    @keyframes scroll-down {
      0%   {transform: translatey(0px);}
      50%  {transform: translatey(10px);}
      100% {transform: translatey(0px);}
    }
/***********       single-event page             ************/

/***********      logiin page             ************/

.logiin{
    background-color: #f4f4f4;
}
.logiin .nav-pills .nav-link {
    font-weight: 600;
    font-size: 24px;
    color: #d5d5d6;
    padding: 0px 10px;
}
.logiin  .nav-pills .nav-link.active,.logiin .nav-pills .show > .nav-link {
    color: #242429 !important;
}
.logiin .form-group{
    position: relative;
    margin-bottom: 25px;
}
.logiin input[type=reset],.logiin input[type=search],.logiin input[type=submit],.logiin li,.logiin select,.logiin textarea {
    border-radius: 0;
}
.logiin .form-group input,.logiin .form-group textarea {
    width: 100%;
    display: block;
    border: none;
    resize: none;
    line-height: 18px;
    background-color:#fff !important;
    padding: 14px 0;
    color: #242429;
    outline: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
    font-weight: 600;
}
.logiin .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s ease;
    z-index: 2;
    pointer-events: none;
    color: #242429;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -4px;
    text-align: right;
}
.logiin input:focus,.logiin textarea:focus {
    border-color: #6c1cff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.logiin .md-checkbox {
    height: auto;
    overflow: auto;
    float: right;
    margin: 0;
    position: relative;
}
.logiin .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 20px;
    height: 20px;
}
/***********       logiin page             ************/

/***********      salon page             ************/

.salon{
    background-color: #f4f4f4;
}
.salon .nav-pills .nav-link {
    font-weight: 600;
    font-size: 24px;
    color: #d5d5d6;
    padding: 0px 10px;
}
.salon  .nav-pills .nav-link.active,.salon .nav-pills .show > .nav-link {
    color: #242429 !important;
}
.salon .form-group{
    position: relative;
    margin-bottom: 25px;
}
.salon input[type=reset],.salon input[type=search],.salon input[type=submit],.salon li,.salon select,.salon textarea {
    border-radius: 0;
}
.salon .form-group input,.salon .form-group textarea {
    width: 100%;
    display: block;
    border: none;
    resize: none;
    line-height: 18px;
    background-color:#fff !important;
    padding: 14px 0;
    color: #242429;
    outline: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
    font-weight: 600;
}
.salon .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s ease;
    pointer-events: none;
    color: #242429;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -4px;
    text-align: right;
}
.salon input:focus,.salon textarea:focus {
    border-color: #6c1cff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.salon .md-checkbox {
    height: auto;
    overflow: auto;
    float: right;
    margin: 0;
    position: relative;
}
.salon .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 20px;
    height: 20px;
}
.salon label{
    font-size: 13px;
    padding: 6px 7px;
}
@media (max-width:992px){
    .salon .filter{
        max-height: 400px;
        overflow-y:scroll ;
    }
}
.filter button.accordion-button.collapsed {
    font-size: 14px !important;
    font-weight: 400;
}
/***********       salon page             ************/


/***********      products page             ************/

.products{
    background-color: #f4f4f4;
}
.products .nav-pills .nav-link {
    font-weight: 600;
    font-size: 24px;
    color: #d5d5d6;
    padding: 0px 10px;
}
.products  .nav-pills .nav-link.active,.products .nav-pills .show > .nav-link {
    color: #242429 !important;
}
.products .form-group{
    position: relative;
    margin-bottom: 25px;
}
.products input[type=reset],.products input[type=search],.products input[type=submit],.products li,.products select,.products textarea {
    border-radius: 0;
}
.products .form-group input,.products .form-group textarea {
    width: 100%;
    display: block;
    border: none;
    resize: none;
    line-height: 18px;
    background-color:#fff !important;
    padding: 14px 0;
    color: #242429;
    outline: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
    font-weight: 600;
}
.products .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s ease;
    z-index: 2;
    pointer-events: none;
    color: #242429;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -4px;
    text-align: right;
}
.products input:focus,.products textarea:focus {
    border-color: #6c1cff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.products .md-checkbox {
    height: auto;
    overflow: auto;
    float: right;
    margin: 0;
    position: relative;
}
.products .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 20px;
    height: 20px;
}
.products label{
    font-size: 13px;
    padding: 6px 7px;
}
@media (max-width:992px){
    .products .filter{
        max-height: 400px;
        overflow-y:scroll ;
    }
}
.products .single-product-row a{
    display: contents;
}
@media (max-width: 764px){
    .products .single-product-row .col-lg-4 {
        margin: auto;
        text-align: center;
    }
}
.single-product-row img{
        max-height: 324px;    
        margin-bottom: 10px;
}
.products .form-select2{
    position: relative !important;
    border: none !important;
    padding: 14px 0 14px 28px !important;
    font-size: 11px !important;
    line-height: 18px !important;
    text-align: left !important;
    background-color: transparent !important;
    border-bottom: 2px solid rgb(224 224 224) !important;
    transition: padding .2s ease-in-out,background .2s ease-in-out !important;
}
.products .form-select2:focus {
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.products .form-select2 option {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 15px !important;
    background: #fff;
    transition: .2s ease;
    margin: 0 20px !important;
}
/***********      products page             ************/


/***********      all company page             ************/
.all-company .col .bg-cover {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    min-height: 255px;
    display: flex;
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 8px 5px;
}
.all-company .col span.p-3 {
    z-index: 10;
    font-size: 16px;
    display: block;
    margin: 0px auto;
}
@media (max-width:594px){
    .all-company .col .bg-cover {
        min-height: 125px;
    }
}
.all-company .col .bg-cover::before {
    width: 100%;
    height: 100%;
    background: #00000091;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}
/***********      all company page             ************/

/***********       about-us page             ************/

.about-us{
    background-color: #f4f4f4;
}
.about-us p{
    font-size: 14px !important;
    line-height: 26px !important;
    text-align: justify !important;
}
/***********       about-us page             ************/

/***********       connect-us page             ************/

.connect-us{
    background-color: #f4f4f4;
    font-size: 0.9rem;
    line-height: 26px !important;
}
p{
    font-size: 0.9rem;
    
    text-align: justify !important;
}
.connect-us .icone {
    fill: none!important;
    stroke: #051f76 !important;
    stroke-width: 1px!important;
}
/***********       connect-us page             ************/

/************       comment          ******************/
.textBox {
  text-align: center;
}
.scoped-rangeBox {
  display: flex;
  align-items: center;
  padding: 0 15px 15px;
}
.scoped-rangeBox button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  color: #0C5ED4;
}
.scoped-rangeBox input[type=range] {
  flex-grow: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #cccccc;
  width: 60%;
  height: 4px;
  margin: 15px;
  border-radius: 8px;
}
.scoped-rangeBox input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #0c5ed4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.scoped-rangeBox input[type=range]::-moz-range-thumb {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #0c5ed4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.comments span{
    font-size: 12px;
    line-height: 26px;
    text-align: justify;
    display: inline-block;
}
.comments.form-group{
    position: relative;
    margin-bottom: 25px;
}
.comments input[type=reset],.comments input[type=search],.comments input[type=submit],.comments li,.comments select,.comments textarea {
    border-radius: 0;
}
.comments .form-group input,.comments .form-group textarea {
    width: 100%;
    display: block;
    border: none;
    resize: none;
    line-height: 18px;
    background-color:#fff !important;
    padding: 14px 0;
    color: #242429;
    outline: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0,0,0,.12);
    -webkit-transition: padding .25s ease-in-out;
    transition: padding .25s ease-in-out;
    font-weight: 600;
}
.comments .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s ease;
    z-index: 2;
    pointer-events: none;
    color: #242429;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -4px;
    text-align: right;
}
.comments input:focus,.comments textarea:focus {
    border-color: #6c1cff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.comments .md-checkbox {
    height: auto;
    overflow: auto;
    float: right;
    margin: 0;
    position: relative;
}
.comments .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 20px;
    height: 20px;
}
.comments .btn-outline-primary {
    color: #3eb3c4;
    border-color: #3eb3c4;
}
.comments .btn-primary {
    color: #fff;
    background-color: #3eb3c4;
    border-color: #3eb3c4;
}
.comments .comments2 img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 20px;
    box-shadow: 0px 0 5px 0px #00000017;
}
.comments .comments2 h6{
    font-size: 13px;
    line-height: 22px;
}
.comments .comments2 p{
    font-size: 12px;
}
.comments .comments2 .badge {
    font-size: 10px !important;
    line-height: 14px;
}
@media (max-width:700px){
   .comments .comments2 img{
    width: 35px;
    height: 35px;
    margin-left: 10px;
} 
.comments .comments2 h6{
    font-size: 12px;
    line-height: 19px;
}
.comments .comments2 p{
    font-size: 11px;
    line-height: 18px;
}
}
.comment-box{
    width: calc(100% - 50px);
}
.comment-box .comment-box2{
    background: #007afd14; 
    padding: 10px; 
    color: #6367ba;
}
.comments2 hr{
    background: #979a9d;
}
/************       comment          ******************/
/***********          animation                 ***********/
/*base code*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
/*the animation definition*/
@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
/*the animation definition*/
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
/***********          animation                 ***********/

/***********          hemayati                 ***********/
 .hemayati input{
    background-color: #f9f9f9;
    border-radius: 20px;
    border: 0px;
    box-shadow: 0px 2px 14px #0000003d;
    font-size: 15px;
    padding: 10px 10px 10px 60px;
    width: 100%;
    max-width: 710px;
 }
  .hemayati input:focus-visible{
      border:0px !important;
  }
.hemayati #Capa_1{
    width:30px;
    height:30px;
}
.hemayati #Capa_1 path{
    fill:#c5c5c5;
    transition: 0.5s ease all;
}
.hemayati #Capa_1:hover path{
    fill:#818181;
    transform: scale(1.1);
    transition: 0.5s ease all;
}
.hemayati button{
    position: absolute;
    margin-right: -58px;
    background: transparent;
    border: 0px;
    margin-top: 4px;
    transition: 0.5s ease all;
 }
 .hemayati input[type="text"]::placeholder
{
    color:#c5c5c5;
}
/***********          hemayati                 ***********/

/***********         search                 ***********/
.search{
    background-color: #f4f4f4;
}
.search .form-select2{
    position: relative !important;
    border: none !important;
    padding: 14px 0 14px 28px !important;
    font-size: 11px !important;
    line-height: 18px !important;
    text-align: left !important;
    background-color: transparent !important;
    border-bottom: 2px solid rgb(224 224 224) !important;
    transition: padding .2s ease-in-out,background .2s ease-in-out !important;
}
.search .form-select2:focus {
    border-color: #86b7fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.search .form-select2 option {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 15px !important;
    background: #fff;
    transition: .2s ease;
    margin: 0 20px !important;
}
/***********         search                 ***********/
/***********        basket                ***********/
.c-quantity-selector .btn{
    background: #fff !important;
    color: #0fabc6 !important;
    border-color: #ced4da !important;
}
.c-quantity-selector input{
    background: #fff !important;
    color: #0fabc6 !important;
}
.c-quantity-selector button.btn.btn-success{
    border-radius: 0.25rem 0px 0px 0.25rem !important;
    border-right: 0px !important;
}
.c-quantity-selector button.btn.btn-danger{
    border-radius: 0px 0.25rem 0.25rem 0px !important;
    border-left: 0px !important;
}
.c-quantity-selector svg.delet{
    width:25px;
    height:25px;
    margin-left:10px;
}
.c-quantity-selector svg.delet path {
    fill:#777;
}
.c-quantity-selector .delet{
    color:#777;
}
.col-md-4.delet:hover svg.delet path {
    fill:#e6123d;
} 
.col-md-4.delet:hover .delet{
    color:#e6123d;
}
.c-quantity-selector .form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.qorfe-box a:hover .lf-item-info-2 h6{
	text-overflow: ellipsis;
	max-height: 76;
	white-space: initial !important;
	direction: rtl;
    text-align: justify;
	
}
/***********         basket                ***********/