/* Header */

.top-bar {
    background-color: #151515;
}

.top-bar-links>ul li i {
    color: #dfdfdf !important;
    font-size: 15px;
}

.top-bar-links>ul li:hover i {
    color: #c00033 !important;
}

.navbar {
    /* background: #292929; */
    min-height: 75px;
}

.logo-wrap>a {
    height: 71px;
}

.navbar-nav>li>a {
    /* color: #f6f143; */
}

.navigation.sticky {
    /* background-color: #292929; */
}

.navigation.sticky .navbar-nav li a {
    /* color: #f6f143; */
}

.logo, .logo-dark {
    max-height: 50px;
}

.navigation.sticky .logo-dark {
    max-height: 40px;
}

.navbar-nav>li>a {
    line-height: 77px;
}

@media (max-width: 991px) {
    .navbar-nav>li>a {
        line-height: 18px;
    }
}

/* Slider Wrapper */

.slider-wrapper .owl-page span {
    border: 2px solid #c00033
}

/* PRODUCT */

.product-img {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 7px 1px rgb(0 0 0 / 4%);
    -webkit-box-shadow: 5px 5px 7px 1px rgb(0 0 0 / 4%);
    -moz-box-shadow: 5px ​5px 7px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f1f1;
}

.whatsapp-btn i {
    font-size: 28px;
    margin-right: 7px;
    vertical-align: middle;
}

.whatsapp-btn:after {
    background-color: #02b151 !important;
}

.msg-container {
    text-align: center;
    border: 1px solid #ea0450;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.msg-container h3 {}

.msg-container p {}

.product-name a {
    text-align: center;
    margin-top: 6px;
    font-weight: 600;
    font-size: 13px;
    color: #272727;
    display: block;
    background: #fbf640;
    border-radius: 3px;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-name a:hover {
    color: #000000;
    background: #d8d433;
}

/* ABOUT */

.page-title.bg-light {
    background-color: #eaeaea;
}

/* FOOTER */

.social-icons.nobase.nospacefooter a {
    margin-right: 3px;
}

/* CONTACT */

.errormsg {
    margin-bottom: 11px;
    padding: 2px 8px;
    background: #f44336;
    color: white;
    display: none;
}

.successmsg {
    margin-bottom: 11px;
    padding: 2px 8px;
    background: #43a047;
    color: white;
    display: none;
}