









body{
    font-family: "Lexend", sans-serif;
}

.header-default_border{
    border-bottom: 1px solid #333;
}


sup {
    top: -.3em;
    font-size: 90% !important;
}

.tf-page-title {
    padding: 20px 0 20px;
}
.tf-page-title .heading {
    font-size: 36px;
}
.flat-spacing-1 {
    padding-top: 30px;
}

.card-product .card-product-wrapper .on-sale-wrap .on-sale-item{
    background-color: #db1215;
}


textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    color: var(--main);
}












@media (min-width: 768px) {
    .logo-header img {
        width: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-part-content .modal-dialog {
      
        align-items: center!important;
    }
    .wrap-slider img{
        height: auto!important;
    }
    .slider-radius .wrap-slider{
        height: 240px!important;
    }
    .tf-product-media-wrap.tf-product-media-main{
        width: 100%!important;
    }
}

.widget-facet .current-scrollbar{
    max-height: 100%!important;
}
.tooltip{
    top: 54%!important;
}