.navbar {
    display: block !important;
}

.min-screen {
    min-height: calc(100vh - 99.72px - 180px);
}

.txt-stock {
    font-size: 14px;
    font-weight: normal;
    color: #f74141;
}

.txt-stock2 {
    font-weight: bold;
    font-style: italic;
}

.product-detail {
    background: #eff5ff;
    padding: 20px;
}

.product-btn {
    color: #474747 !important;
    background-color: transparent !important;
    font-weight: normal !important;
    border-bottom: 5px solid #adb5bd !important;
    border-radius: unset !important;
    width: 100%;
}

.product-btn.active {
    font-weight: bold !important;
    border-bottom: 5px solid #1a63d1 !important;
    border-radius: unset !important;
    transition: all .25s ease;
}

.product-title-txt {
    font-weight: bold !important;
    font-size: 20px;
}

.card-txt {
    font-size: 14px;
    color: #474747;
    display: inline;
}

.lSSlideOuter.vertical .lSGallery {
    right: auto;
    left: 0;
}

.demo .lSSlideOuter .lSSlideWrapper .lSAction {
    display: none !important;
}

.demo .lSSlideOuter .lSSlideWrapper .lightSlider .lslide img {
    width: 100%;
    /* height: 535px; */
    object-fit: cover;
    height: fit-content;
}

.lslide {
    height: fit-content !important;
}

.lightSlider {
    height: fit-content !important;
}

.lSSlideWrapper {
    height: fit-content !important;
}

.item .lSSlideOuter .lSSlideWrapper .lightSlider .lslide img {
    width: 100%;
    height: 173px;
    object-fit: cover;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}