.navpill-style1 {
    position: relative
}

.navpill-style1 .nav-item {
    margin-right: 10px
}

.navpill-style1 .nav-item:last-child {
    margin-right: 0
}

.navpill-style1 .nav-link {
    border: 1px solid #181a20;
    border-radius: 6px;
    padding: 7px 17px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.navpill-style1 .nav-link.active, .navpill-style1 .nav-link:hover {
    background-color: #181a20;
    color: #fff
}

.navtab-style1, .navtab-style2 {
    position: relative
}

.navtab-style1 .nav-tabs, .navtab-style2 .nav-tabs {
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.navtab-style1 .nav-link, .navtab-style2 .nav-link {
    border-color: transparent;
    border: 2px solid transparent;
    color: #717171;
    font-family: var(--title-font-family);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.navtab-style1 .nav-link:focus, .navtab-style1 .nav-link:hover, .navtab-style1 .nav-link.active, .navtab-style2 .nav-link:focus, .navtab-style2 .nav-link:hover, .navtab-style2 .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid var(--headings-color);
    color: #181a20
}

.navtab-style2 .nav-tabs {
    border-bottom: none
}

.navtab-style2 .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    position: relative
}

.navtab-style2 .nav-link:hover, .navtab-style2 .nav-link:focus, .navtab-style2 .nav-link.active {
    border: none;
    border-bottom: 2px solid #181a20;
    color: #181a20
}

.navtab-style1 .nav-link:focus, .navtab-style1 .nav-link:hover, .navtab-style1 .nav-link.active, .navtab-style2 .nav-link:focus, .navtab-style2 .nav-link:hover, .navtab-style2 .nav-link.active {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary)
}

.nav-tabs .nav-link.active {
    color: #3BB77E;
    background-color: #fff;
}

.nav-tabs .nav-link {
    background-color: #fff;
}

.text-brand-white {
    color: #fff !important;
}

.color-warning {
    color: #FFC107 !important;
}

.color-success {
    color: #28A745 !important;
}

.color-info {
    color: #17A2B8 !important;
}

.color-danger {
    color: #DC3545 !important;
}

.product-cart-wrap .product-img-action-wrap .product-img {
    border-radius: 15px 15px 0 0;
}

.pagination-area .page-link {
    width: unset;
}

.product-cart-wrap .product-img-action-wrap {
    max-height: 100%;
    padding: 0 !important;
}

.header-style-1.header-height-2 {
    z-index: 99 !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.detail-gallery .product-image-slider {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    overflow: hidden;
}
footer {
    background: #f1f1f1;
}

.ui-state-default {
    text-align: center;
    border: 0px;
    border-radius: 5px;
}

.cities {
    border: 1px solid #ffffff70;
    background-color: #00000095;
    padding: 6px 10px
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 6px;
    line-height: 12px;
}

footer .mobile-social-icon {
    padding-right: 74px;
}

.terms-credentials{
    color: white;
}

.terms-credentials a{
    color: white;
    text-decoration: underline;
}




.highlight {
    background-color: #ff000080
}
.highlight .banners-img {
    height: 480px;
}
.highlight .product-cart-wrap {
    min-height: 424px;
}

@media (max-width: 1440px) {
    .highlight {
        background-color: #ff000090
    }
    .highlight .banner-img {
        height: 452px !important;
    }
    .highlight .product-cart-wrap {
        min-height: 452px !important;
    }
}

@media (min-width: 1441px) {
    .highlight {
        background-color: #ff000095
    }
    .highlight .banner-img {
        height: 480px !important;
    }
    .highlight .product-cart-wrap {
        min-height: 480px !important;
    }
}
