









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;
}




:root {
    --main: #122133;
}
body {
    font-family: "Lexend", sans-serif !important;
}
.announcement-bar,
#header .nav-icon .count-box,
.slider-effect .content-left {
    background-color: #122133;
}


.toolbar-shop-mobile .tf-category-link .image::before {
    border-radius: 10%;
    border:none;
}

.toolbar-shop-mobile .tf-category-link .image {
    width: 50px;
    height: auto;
    position: relative;
}

header{
    border-bottom: 1px solid #132033;
}

.tf-product-media-main .item img{
    padding: 80px;
}
.tf-product-info-variant-picker {
    gap: 0;
}



.tech-details-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.tech-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-specs-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.tech-specs-list li:last-child {
    border-bottom: none;
}

.spec-label {
    color: #666;
}

.spec-value {
    color: #333;
}

.certifications-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.cert-icon {
    max-width: 60px;
    height: auto;
}

.mt_25 {
    margin-top: 25px;
}

.text-success {
    color: #28a745 !important;
}

.icon-check {
    font-size: 18px;
}