h1, h2, h3, h4 {
    color: var(--sec-bg-color);
}

.add_cart_btn_area {
    padding-right: 3%;
}

.modal-title {
    display: contents;
}

.fixed-header {
    position: sticky !important;
    top: 0;
}

header.main-menu {
    width: 100% !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;

    height: 65px;
    width: auto;
}

.mob-view {
    display: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
    opacity: .8;
}

#button-whatsapp {
    display: inline-block;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    z-index: 1000;
}

#button-whatsapp-mob {
    display: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    z-index: 1000;
}

@media only screen and (max-width: 768px) {
    #button-whatsapp-mob {
        display: inline-block;

    }

    #button-whatsapp {
        display: none;

    }

    .web-view {
        display: none;
    }

    .mob-view {
        display: block;
    }

    /* .mob-view-banner{
            margin-bottom:19%;
        } */
    footer#footer .col-md-9 {
        display: block !important;
    }

    footer#footer .col-md-9 .footer-links {
        text-align: center;
    }

    footer#footer {
        margin-top: 5%;
    }

    .home-pro-slider .slick-prev {
        left: 15px !important;
    }

    .home-pro-slider .slick-next {
        right: 15px !important;
    }
}

.productbox2 {
    border: 2px solid var(--sec-bg-color);
    border-radius: 3px;
    padding-bottom: 2%;
    position: relative;
}

.product-box {
    color: #303336;
    padding: 10px 0px;
    text-align: center;

}

.product-box .hero-image {
    height: 414px;
    width: 100%;

}

.product-box .containerment {
    margin: 0 auto;
    min-width: 280px;
    height: 530px;
    background: white;
    border-radius: 3px;
    position: relative;
    border: 2px solid var(--sec-bg-color);
}

.product-box .price {
    position: absolute;
    top: 18px;
    opacity: .4;
    left: 58%;
    color: white;
    text-align: center;
    background: var(--sec-bg-color);

    padding: 4% 6%;
    font-size: 16px;
}

.product-box .price div {
    margin-top: 5px;
    font-weight: bold;
}

.product-box .information {
    text-align: center;
    margin-top: 18px;
}

.product-box .name {
    font-size: 16px;
    color: var(--main-bg-color);
}

.product-box .store {
    font-size: 16px;
    color: #8c98a8;
    margin: 5px 0px 15px 0px;
}

.product-box .button {
    text-decoration: none;
    border: none;
    background: var(--main-bg-color);
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 3% 4%;
    border-radius: 5px;
}

.product-box .button:hover {
    opacity: .8;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: var(--sec-bg-color) !important;
}

.form-control:focus {
    border-color: var(--sec-bg-color) !important;
    box-shadow: none;
}

.productbox2 .span2 {
    left: 86% !important;
    background-color: var(--sec-bg-color);
}

.productbox .span2 {
    bottom: 70% !important;
    left: 5px !important;
    background-color: var(--sec-bg-color);

}

.emptyproduct {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: var(--sec-bg-color);
}
