/* custom css */
.tp-banner-container {
    height: 540px;
}


/* carouselExampleFade */

.tp-banner-container .tp-caption {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-shadow: 5px 5px 10px #002e5b;
}


.tp-banner-container .tp-caption-second {
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    /* color: #002e5b; */
    color: rgb(221, 221, 221);
    /* text-shadow: 5px 5px 10px #c5c5c5; */
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}


/* text slider */
.text-slider {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}


/* header logo section */
.header-logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 600px) {
    .tp-banner-container {
        height: 200px;
    }

    /* carouselExampleFade */

    .tp-banner-container .tp-caption {
        font-size: 70px;
        font-weight: 700;
        color: #fff;
        text-shadow: 5px 5px 10px #002e5b;
    }

    .tp-banner-container .tp-caption-second {
        display: none;
    }

    /* .largebtn {
        font-size: 160px;
    } */
    .slider-btn {
        font-size: 12px !important;
    }

    /* text slider */
    .text-slider {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }

    /* header logo section */
    .header-logo-section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo-section .top-cart {
        display: none;
    }

    .language-currency-wrapper .block.block-currency {
        width: 100px;
    }
}