h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

a {
    display: block;
}

a:focus {
    outline: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* body {
    padding-bottom: 53px;
} */

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.section-block {
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .section-block {
        padding: 80px 0;
    }
}

.qa-section {
    background-color: #FDFBEF;
}

.buy-btn-bar {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 15px;
    width: 100%;
    border-top: 1px solid #eee;
}

.buy-btn-bar a {
    color: #fff;
    border-radius: 4px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .buy-btn-bar {
        overflow: hidden;
        padding: 6px 20px;
    }

    .buy-btn-bar a {
        width: auto;
        display: inline-block;
        padding: 0 15px;
        float: right;
    }
}

.anchor-hidden {
    display: none;
    transition: 0.5s;
    transition-property: margin-top;
}
.anchor-hidden a {
    line-height: 40px;
    padding: 0 10px;
    color: #333333;
}
.anchor-hidden a:hover{
    color: #333333;
}
.anchor-tab {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    background-color: rgba(250, 250, 250, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    transition: 0.5s;
    transition-property: margin-top;
}
.anchor-tab a{
    display: inline-block;
}
.anchor-tab::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.js-link-active {
    color: orange !important;
    position: relative;
}
.js-link-active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: orange;
}

@media screen and (min-width: 992px) {
    .anchor-hidden{
        display: none;
    }
}

.product-list-section .block-card .card-body .otherpack-price{
    align-items: end;
}

.qa-section a{
    display: inline-block;
}


.intro-img{
    border-radius: 10px;
    display: none;
}
.banner-section {
    margin: 0;
    padding: 0 0 30px 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .banner-section {
        /* margin: 80px 0px; */
        padding: 0 0 80px 0;
    }
    .intro-img-mobile{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 992px) {
    .intro-img{
        display: block;
    }
    .intro-img-mobile{
        display: none;
    }
    .banner-section {
        padding: 80px 0;
        background-color: rgba(256,256,256,.6);
    }
}

.banner-product-content h1{
    /* margin-bottom: 30px; */
    font-size: 28px;
    margin: 30px 0;
    margin-bottom: 10px;
    color: #333;
}
.banner-product-content ul{
    margin-bottom: 50px;
}
.banner-product-content ul li{
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.banner-product-content ul li i{
    color: #19c02d;
}
.banner-product-content ul li p{
    font-size: 20px;
    margin: 10px 0;
    margin-top: 30px;
    font-weight: bold;
}
.banner-product-content a{
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.banner-product-content>p{
    margin: 0 auto;
    background-color: #ccc;
    color: #fff;
    padding: 0 15px;
    height: 44px;
    width: fit-content;
    line-height: 44px;
    border-radius: 22px;
    margin-bottom: 30px;
    font-size: 18px;
}
.banner-product-content.v-2in1>p{
    background-color: #bb2549;
}
.banner-product-content.v-3in1>p{
    background-color: #eb098a;
}
.banner-product-content.v-3in1Lux>p{
    background-color: #C536E9;
}
.banner-product-content.v-mo>p{
    background-color: #5e318e;
}

@media screen and (min-width: 768px) {
    .banner-product-content h1{
        font-size: 32px;
    }
    .banner-product-content ul li{
        font-size: 20px;
    }
    .banner-product-content ul li p{
        font-size: 24px;
    }
}
@media screen and (min-width: 992px) {
    .banner-product-content h1{
        font-size: 28px;
        margin-top: 0;
    }
    .banner-product-content ul{
        margin-bottom: 30px;
    }
    .banner-product-content ul li{
        font-size: 18px;
    }
    .banner-product-content ul li p{
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .banner-product-content h1{
        font-size: 28px;
        margin-top: 40px;
    }
}

.copy-right a{
    display: inline;
}