.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, .product-default .product-title a, p, li {
    font-family: "Roboto Condensed", sans-serif !important;
}
.searchForm {
    width: 76%;
    margin: 0 auto !important;
}

.logo img {
    max-width: unset;
    width: 260px;
}

.dropdown.cart-dropdown ::after {
    display: none;
}

.widget-body label {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.widget-body input {
    display: none;
}

.pagination-container {
    text-align: center;
}
.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
.pagination .page-link {
    color: #007bff;
    border-radius: 5px;
    margin: 0 3px;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background: #f8f9fa;
}
.brand-label.active,
.category-label.active {
    color: #007bff;
}
.menu #categories-menu li>a {
    font-size: 15px;
    color: white;
}

.menu #categories-menu li a:link {
    color: white;
    text-decoration: none;
}

.menu #categories-menu li a:hover {
    color: black;
    text-decoration: none;
}

.menu .megamenu {
    background-color: #337ab7;
    width: 490px;
}
.menu ul {
    background-color: #337ab7;
}
.comment-block {
    margin: 0 !important;
}
#shop-filters-area{
    min-height: 100vh;
}

.menu .megamenu.megamenu-3cols {
    width: 350px;
}

.product-single-details .product-title {
    font-size: 25px;
}

h2.product-catalog-no {
    font-size: 19px;
    margin: 0;
}

h5.product-catalog-no-small {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    position: absolute;
    bottom: 2px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 4px 15px;
    left: 0;
    right: 0;
    width: max-content;
    border-radius: 10px 10px 0px 0px;
}
ul.variants{
    margin-top: 20px;
}
ul.variants li {
    display: inline-block;
    border: 1px solid;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 4px;
}
ul.variants li.selected  {
    border-color: #0d6efd;
    color: #0d6efd;
}
ul.checkout-steps input {
    color: black;
    font-size: 15px;
}

.select-variant-btn {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease;
}
.modal form .form-group {
    max-width: 100% !important;
}
.qoute-total{
    background: #effbff;
    padding: 20px;
    border-radius: 11px;
    border: 1px solid #0000001c;
    margin-bottom: 20px;
}
.qoute-total td {
    padding-bottom: 9px;
}

.price-box {
    display: none;
}

tr.product-row.free-item {
    background: #00800030;
}

tr.product-row.free-item .free-span {
    background: #008000c9;
    padding: 10px 20px;
    border-radius: 11px;
    color: white;
}
.home-slider .owl-nav.disabled {
    display: block !important;
}

#home-banner .inner-slider {
    background: black;
}

#home-banner img{
   opacity: 0.7;
}

.newsletter-popup {
    max-width: 470px;
    padding: 44px 20px;
}
.offer-card {
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin: 30px 0px;
    border-radius: 10px;
}
.offer-card img{
    width: 100%;
}

.address-area {
    margin-top: 90px;
}
.address-area p {
    color: #000000a1;
    font-size: 18px;
}

.contact-details p {
    margin: 0;
}

.contact-details {
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    button.mobile-menu-toggler.text-primary.mr-2 {
        display: none;
    }
    .logo img {
        width: 193px;
    }
    .header-top {
        display: none;
    }
    #_currency {
        display: none;
    }
    .brands-slider.owl-carousel.owl-theme.images-center.appear-animate.py-5.owl-loaded.owl-drag.animated.fadeIn.appear-animation-visible {
        padding: 0px !important;
        padding-top: 10px !important;
    }
    section.featured-products-section {
        padding-top: 0px;
    }
    #product-list .col-md-4.col-sm-6 {
        width: 48%;
        float: left;
    }
    .header-right.w-lg-max {
      padding-right: 10px;
  }
}
