﻿
.card-product_wrapper {
    width: 100%;
    /* height: 450px !important; */
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.card-product_wrapper .product-img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-product_wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.box-icon.active {
    background: red;
}

    .box-icon.active .icon-heart {
        color: white;
    }

.box-image_v01 {
    height: 500px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .box-image_v01 {
        height: 300px;
        overflow: hidden;
    }

    .box-image_v01 {
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .box-image_v01 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .cate-image {
        width: 200px;
        height: 200px;
        margin-left: 45px;
    }

    .card-product_wrapper {
        /*  height: 271px !important; */
        aspect-ratio: 3 / 4;
    }
}

.box-image_v01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%; /* keeps face visible */
}

.wg-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qa-quantity-input {
    width: 40px;
    text-align: center;
}

.logo-scroller-item {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0;
}

.logo-scroller-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    width: max-content;
}

.logo-scroller-content,
.logo-scroller-items {
    overflow: hidden;
    width: 100%;
}

.logo-scroller-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 70px;
    background: #fff;
    border: 1px solid #eee;
}

.partnerLogo {
    max-width: 180px;
    height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
}

.logo-scroller-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 100px;
    background: #fff;
    border: 1px solid #eee;
}

@media (max-width: 575px) {
    .partnerLogo {
        max-width: 130px;
        height: 60px;
    }

    .logo-scroller-item span {
        height: 76px;
        padding: 0 16px;
    }
}
/*Pocket Css*/

#qa-pocket-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Base pill style */
.qa-pill {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    /* Hover */
    .qa-pill:hover {
        border-color: #000;
    }

    /* Active (selected) */
    .qa-pill.active {
        background: #000;
        color: #fff;
        border-color: #000;
    }


.qa-pill {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.qa-label-row {
    font-size: 14px;
    margin-bottom: 8px;
}

#qa-pocket-label {
    font-weight: 600;
    margin-left: 4px;
}

.out-stock {
    background-color: #ccc !important;
    cursor: not-allowed;
}

.category-slider-wrapper {
    position: relative;
}
/* Common arrow style */
.cat-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(174 174 174 / 60%);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

/* Left arrow */
.cat-prev {
    left: 5px;
}
/* Right arrow*/
.cat-next {
    right: 5px;
}


.cat-arrow:hover {
    background: #000;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 768px) {
    .cat-arrow {
        width: 35px;
        height: 35px;
    }

    .cat-prev {
        left: 0;
    }

    .cat-next {
        right: 0;
    }
}
/*  -----new------ */
.box-image_content a {
    text-decoration: none !important;
}

    .box-image_content a:hover {
        text-decoration: none !important;
    }

    .box-image_content a.link-underline-white::after {
        display: none !important;
    }

.box-image_v01 {
    overflow: hidden;
    border-radius: 12px;
}

    .box-image_v01 img {
        transition: transform 0.4s ease, filter 0.3s ease;
    }

    .box-image_v01:hover img {
        transform: scale(1.08);
        filter: brightness(0.9);
    }

/* Bulk order */
.clients-banner {
    width: 100%;
    border-radius: 0;
}

.clients-banner-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.clients-comfort {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 20%;
    display: flex;
}

.clients-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.clients-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

    .clients-content h2 {
        font-size: 48px;
        line-height: 1.3;
    }

    .clients-content .btn {
        font-size: 18px;
        transition: 0.3s ease;
    }

        .clients-content .btn:hover {
            background: #000;
            color: #fff;
        }

/* Mobile Responsive */
@media (max-width: 768px) {

    .clients-banner {
        height: 350px;
    }

    .clients-content h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .clients-content .btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

/* -----Why us----- */
.why-us-section {
    background: #f8f8f8;
}

.why-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 18px;
    transition: 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

    .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

.why-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.why-card h5 {
    margin-bottom: 12px;
    font-weight: 600;
}

.why-card p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.7;
}

.why-us-section {
    padding-top: 20px !important;
}

/* -----icon----- */
.main-icon-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-top: 20px;
    margin-top: 0px;
    padding: 40px 25px 30px;
}

.box-icon_V01 {
    flex: 1 1 340px;
    max-width: 420px;
    background: #fff;
    border-radius: 24px;
    padding: 50px 35px;
    text-align: center;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    padding: 27px 0px 20px
}

    .box-icon_V01:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    }

    .box-icon_V01 .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

        .box-icon_V01 .icon img {
            width: 110px;
            height: 110px;
            object-fit: contain;
            display: block;
        }

    .box-icon_V01 .title {
        font-size: clamp(18px, 2vw, 24px);
        font-weight: 700;
        color: #111;
        line-height: 1.5;
        margin: 0;
    }

    .box-icon_V01 .title,
    .why-card .title {
        color: #111 !important;
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
        display: block;
        visibility: visible;
    }


.box-image_v01 {
    position: relative; /* anchor for absolute children */
    overflow: hidden;
    border-radius: 12px;
}

.box-image_content {
    position: absolute;
}

    .box-image_content .shopmen {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 6px;
        background-color: transparent;
        transition: background-color 0.3s ease;
        text-decoration: none !important;
    }

/* Purple bg on card hover */
.box-image_v01:hover .shopmen {
    background-color: #6E3FA3;
}

/* Image zoom on hover */
.box-image_v01 img {
    transition: transform 0.4s ease, filter 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.box-image_v01:hover img {
    transform: scale(1.08);
    filter: brightness(0.85);
}

.custom-dm-font {
    color: #6E3FA3;
    font-family: 'DM Sans', sans-serif !important;
}

.btn-light:hover {
    background-color: #6E3FA3 !important;
    border-color: #6E3FA3 !important;
    color: white !important;
}



.tf-btn.btn-white:hover {
    background-color: #6E3FA3 !important;
    border-color: #6E3FA3 !important;
    color: #ffffff !important;
}



.tf-swiperc .swiper-wrapper {
    gap: -0px !important; /* adjust as needed */
}

.tf-swiperc .swiper-slide {
    padding: 0 1px !important; /* adjust as needed */
}
/* Shop By Categories */


.tf-swiperc {
    padding-bottom: 50px;
    position: relative;
}

.cat-pagination {
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
}

@media (max-width: 575px) {
    .cat-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
    }

    .cat-pagination .swiper-pagination-bullet-active {
        width: 28px;
    }

    .tf-swiperc {
        padding-bottom: 40px;
    }
}

@media (max-width: 425px) {
    .cat-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
    }

    .cat-pagination .swiper-pagination-bullet-active {
        width: 28px;
    }

    .tf-swiperc {
        padding-bottom: 40px;
    }
}

.popup-logo {
    width: 280px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1px auto 50px;
}


@media (max-width:768px) {
    .popup-logo {
        max-width: 280px;
        display: none;
    }
}

@media (max-width:576px) {
    .popup-logo {
        max-width: 220px;
    }
}

.comfort-banner-wrap {
    position: relative !important;
    width: 100%;
    overflow: hidden;
    display: block;
}

.comfort-banner-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover;
}

.comfort-banner-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 25% !important;
    transform: translate(-50%, -50%) !important;
    background-color: rgba(35, 20, 55, 0.7);
    border: 8px solid rgb(176 107 222 / 25%) !important;
    border-radius: 0;
    box-shadow: -11px 11px 24px rgb(140 101 182 / 35%);
    padding: 1.75rem 1.5rem;
    width: 80%;
    max-width: 480px;
    text-align: center;
    color: #fff;
    z-index: 5;
    box-sizing: border-box;
}

.comfort-banner-heading {
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
    word-wrap: break-word;
}

@media (max-width: 360px) {
    .comfort-banner-overlay {
        width: 36vw;
        max-width: 160px;
        padding: 0.5rem 0.4rem;
        border: 4px solid rgb(176 107 222 / 25%) !important;
    }

    .comfort-banner-heading {
        font-size: clamp(12px, 4vw, 16px);
        line-height: 1.25;
    }

    .scroll-animate {
        margin-top: 16px;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .comfort-banner-overlay {
        width: 50%;
        max-width: 40vw;
        padding: 0.6rem 0.5rem;
        border: 4px solid rgb(176 107 222 / 25%) !important;
    }

    .comfort-banner-heading {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .comfort-banner-overlay {
        width: 50%;
        padding: 0.9rem 0.7rem;
        border: 6px solid rgb(176 107 222 / 25%) !important;
    }

    .comfort-banner-heading {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .comfort-banner-overlay {
        max-width: 280px;
        padding: 0.5rem 0.5rem;
    }

    .comfort-banner-heading {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .comfort-banner-overlay {
        max-width: 260px;
        padding: 1.7rem 1.4rem;
    }

    .comfort-banner-heading {
        font-size: 32px;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .comfort-banner-overlay {
        max-width: 295px;
        padding: 0.80rem 0.80rem;
    }

    .comfort-banner-heading {
        font-size: 38px;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .comfort-banner-overlay {
        max-width: 420px;
        padding: 1.25rem 1.1rem;
    }

    .comfort-banner-heading {
        font-size: 44px;
    }
}

@media (min-width: 2560px) and (max-width: 3839px) {
    .comfort-banner-overlay {
        max-width: 562px;
        padding: 2.75rem 2.75rem;
    }

    .comfort-banner-heading {
        font-size: 74px;
    }
}

@media (min-width: 3840px) {
    .comfort-banner-overlay {
        max-width: 720px;
        padding: 2.25rem 2rem;
    }

    .comfort-banner-heading {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .category-v01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cate-image {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .cate-name {
        text-align: center;
        width: 100%;
    }
}




/* Shift main slideshow banner content (heading + button) to the right */
/* Shift main slideshow banner content to the right, centered within its own block */
.sld_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4%;
}

    .sld_content .container {
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }

    .sld_content .content-sld_wrap {
        text-align: center;
        max-width: 560px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sld_content .content-sld_wrap .fade-item-3 {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .sld_content .content-sld_wrap .fade-item-3 .tf-btn {
                margin: 0 auto;
            }

    .sld_content .title_sld {
        line-height: 1.05 !important;
    }

@media (max-width: 991px) {
    .sld_content {
        justify-content: center;
        padding-right: 0;
    }

        .sld_content .content-sld_wrap {
            max-width: 90%;
        }
}

@media (max-width: 575px) {
    .sld_content .title_sld {
        line-height: 1.15 !important;
    }
}
/* ==========================================
               NEWSLETTER POPUP
               ========================================== */

.modal-newsletter .modal-dialog {
    max-width: 760px;
}

.modal-newsletter .modal-content {
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 18px;
}

/* =========================
               LEFT IMAGE
               ========================= */

.modal-newsletter .image-left {
    flex: 0 0 45%;
    overflow: hidden;
}

    .modal-newsletter .image-left img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

/* =========================
               RIGHT CONTENT
               ========================= */

.modal-newsletter .content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 45px;
    text-align: left;
    background: #fff;
}

/* =========================
               LOGO
               ========================= */

.np-logo {
    margin-bottom: 28px;
}

.popup-logo {
    width: 230px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px;
}

/* =========================
               DESCRIPTION
               ========================= */

.desc-pop {
    margin-bottom: 25px;
    line-height: 1.7;
}

/* =========================
               SHOP NOW BUTTON
               ========================= */

.np-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 14px 34px;
    background: #6E3FA3;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: .3s;
}

    .np-cta:hover {
        background: #5A3285;
        color: #fff;
    }

/* =========================
               CLOSE BUTTON
               ========================= */

.modal-newsletter .icon-close-popup {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 5px 18px rgba(0,0,0,.15);
    transition: .25s;
}

    .modal-newsletter .icon-close-popup:hover {
        background: #f3f3f3;
    }

    .modal-newsletter .icon-close-popup i {
        color: #333 !important;
        font-size: 15px;
    }

/* ==========================================
               TABLET
               ========================================== */

@media (max-width:991px) {

    .modal-newsletter .content-right {
        padding: 35px;
    }

    .popup-logo {
        max-width: 200px;
    }
}

/* ==========================================
               MOBILE
               ========================================== */

@media (max-width:767px) {

    .modal-newsletter .modal-dialog {
        margin: 15px;
    }

    .modal-newsletter .modal-content {
        flex-direction: column;
        border-radius: 18px;
        overflow: hidden;
    }
    /* Image */

    .modal-newsletter .image-left {
        flex: none;
        height: 230px;
    }

        .modal-newsletter .image-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* shows more of doctor */
            object-position: center 8%;
        }
    /* Content */

    .modal-newsletter .content-right {
        padding: 28px 24px 24px;
        text-align: center;
        align-items: center;
    }

    .np-logo {
        margin-bottom: 1px;
    }

    .popup-logo {
        max-width: 200px;
    }

    .content-right .h6 {
        margin-bottom: 10px;
    }

    .content-right .h1 {
        font-size: 46px;
        margin-bottom: 18px;
    }

    .desc-pop {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 28px;
    }
    /* Button */

    .np-cta {
        width: 100%;
        align-self: stretch;
        justify-content: center;
        padding: 16px;
        font-size: 16px;
    }
    /* Close button */

    .modal-newsletter .icon-close-popup {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }
}

/* ==========================================
               EXTRA SMALL DEVICES
               ========================================== */

@media (max-width:480px) {

    .modal-newsletter .modal-dialog {
        margin: 12px;
    }

    .modal-newsletter .image-left {
        height: 200px;
    }

    .popup-logo {
        max-width: 180px;
    }

    .content-right {
        padding: 24px 20px 20px;
    }

        .content-right .h1 {
            font-size: 38px;
        }

    .desc-pop {
        font-size: 15px;
    }
}

.image-left {
    background-color: #e0e0e0;
}

.tf-swiper-classic {
    position: relative;
}
/* Ensure arrows show on ALL screen sizes for Classic Scrubs slider */
.tf-swiper-classic {
    position: relative;
}

.cat-prev-classic,
.cat-next-classic {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(174 174 174 / 60%);
    color: #000000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 20;
}

.cat-prev-classic {
    left: -15px;
}

.cat-next-classic {
    right: -15px;
}

    .cat-prev-classic:hover,
    .cat-next-classic:hover {
        background: #dfdfdfc2;
        color: white;
        transform: translateY(-50%) scale(1.1);
    }


/* Tablet */
@media (max-width: 991px) {
    .cat-prev-classic,
    .cat-next-classic {
        width: 40px;
        height: 40px;
    }

    .cat-prev-classic {
        right: -18px;
        margin-top: -10px;
    }

    .cat-next-classic {
        right: -18px;
        margin-top: -10px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .cat-prev-classic,
    .cat-next-classic {
        width: 32px;
        height: 32px;
        z-index: 25;
    }

    .cat-prev-classic {
        left: -17px;
        margin-top: -15px;
    }

    .cat-next-classic {
        right: -17px;
        margin-top: -15px;
    }
}

/* Classic Scrubs — round dots with hover (fixed specificity) */

.cat-pagination .swiper-pagination-bullet,
.sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet,
.tf-sw-pagination-trending .swiper-pagination-bullet {
    background: #e9e9e9 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    margin: 0 4px !important; /* same gap as category pagination */
    display: inline-block !important;
    transition: all 0.25s ease;
    cursor: pointer;
}

    .cat-pagination .swiper-pagination-bullet:hover,
    .sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet:hover,
    .tf-sw-pagination-trending .swiper-pagination-bullet:hover {
        background: #e9e9e9 !important;
        transform: scale(1.2);
    }

.cat-pagination .swiper-pagination-bullet-active,
.sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet-active,
.tf-sw-pagination-trending .swiper-pagination-bullet-active {
    background: #4a4646 !important;
    opacity: 1 !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    transform: scale(1);
}

    .cat-pagination .swiper-pagination-bullet-active:hover,
    .sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet-active:hover,
    .tf-sw-pagination-trending .swiper-pagination-bullet-active:hover {
        background: #4a4646 !important;
        transform: scale(1.15);
    }

@media (max-width: 575px) {
    .cat-pagination .swiper-pagination-bullet,
    .sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet,
    .tf-sw-pagination-trending .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        margin: 0 3px !important;
    }

    .cat-pagination .swiper-pagination-bullet-active,
    .sw-line-default.style-2.tf-sw-pagination .swiper-pagination-bullet-active,
    .tf-sw-pagination-trending .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }
}

.bold {
    font-weight: 700;
}

.card-product {
    display: block;
    width: 100%;
    background-color: white;
    /* border: 2px solid #fff!important; */
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
}

.card-product_info {
    margin-top: 10px;
}

.swiper-top-trending .card-product {
    background-color: white !important;
}

.section-banner-collection {
    margin-top: 22px;
}

@media (max-width: 425px) {
    .flat-spacing {
        padding-top: 5px;
        padding-bottom: 1px;
    }
}
@media (min-width: 425px) and (max-width: 767px) {
    .s-title {
        padding: 26px 5px 0px;
    }
    .flat-spacing{
        margin-top:20px;
    }
}
.s-title {
    padding: 40px 5px 0px;
}
@media (max-width: 991px) {
    .flat-spacing {
        padding-top: 0px !important;
        padding-bottom: 0px!important;
    }
    .scroll-animate{
        margin-top:20px;
    }
}
@media (max-width: 380px) {
    .s-title {
        padding: 29px 5px 0px;
    }
}