/*** GLOBAL / LAYOUT ***/

.container {
    max-width: 1350px;
}

.main-header .mob-search-col {
    padding-left: 0;
    padding-right: 0;
}

.rjs-category-paginator .pagination {
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .btn.filter-btn {
        display: none !important;
    }
}

.btn.btn-third {
    background: #91C53F;
}

.btn.btn-third:hover {
    background: #000;
    color: #fff;
}

nav.path {
    background: none !important;
border: none !important;
}

.btn {
    border-radius: 4px;
}

.ng-shadow {
    border: none;
}

.heading-box .heading {
    font-weight: 700;
    font-size: 47px;
    color: #00282f;
}

@media (max-width: 992px) {
    .heading-box .heading {
        font-size: 27px;
    }
}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 25px !important;
    }
}


/*** HEADER ***/

.main-header {
    border-bottom-left-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    background: var(--main-color);
}

.main-header .top-bar a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}

.main-header .top-bar a:hover {
    color: #fff !important;
}

.main-header .navbar-brand img {
    width: 170px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.main-header .nav-item .nav-link:hover {
    color: #fff;
}

.main-header .js-mobile-menu-open,
.main-header .js-mobile-menu-open:focus,
.main-header .js-search-open {
    color: rgba(255, 255, 255, 1);
}


.main-header .top-bar {
    background: var(--main-color-2);
    border: none;
}

.main-header .top-bar a {
    color: #fff;
}

.main-header .top-bar a i {
    font-size: 14px;
}

.main-header .top-bar a:hover {
    color: var(--main-color);
}

.main-header .main-bar .op-box .icon-layer i {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}

.main-header .op-box .icon-layer {
    background: rgba(255, 255, 255, 0.1);
}

.main-header .main-bar .op-box .small-title {
    color: rgba(255, 255, 255, 0.62);
    text-transform: uppercase;
    font-weight: 600;
}

.main-header .mega-menu .subcategory-item .title:focus {
    background: none !important;
}



@media (min-width: 992px) {
    .main-header .main-bar {
        padding: 10px 0;
        border: none;
    }

.main-header .bottom-bar .spec-category .nav-link {
    background: rgba(0,0,0,0.05);
}

 

    .main-header .main-bar .search-box .form-control {
        height: 48px;
        padding-left: 35px;
        border: none;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        background: rgba(255, 255, 255, 0.09);
        color: #fff;
    }

    .main-header .main-bar .search-box .form-control:focus {
        background: rgba(255, 255, 255, 0.12);
    }

    .main-header .main-bar .search-box .form-control::placeholder {
        color: rgba(255, 255, 255, 0.62);
    }

    .main-header .main-bar .search-box button {
        border-bottom-right-radius: 25px !important;
        border-top-right-radius: 25px !important;
        background: rgba(255, 255, 255, 0.09);
        border: none;
        color: #fff;
    }

    .op-box a:hover {
        background: none !important;
    }

    .main-header .main-bar .op-box {
        height: auto;
    }

    .main-header .main-bar .op-box .dropdown > a,
    .main-header .main-bar .op-box li:first-of-type .dropdown-toggle {
        padding: 0 8px;
        border: none;
    }

    .main-header .bottom-bar {
        border: none;
        border-bottom: none;
    }
    
    


    .main-header .bottom-bar .main-nav .menu-list  .nav-link {
  
        letter-spacing: 0.7px;
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #fff !important;
    }

    .main-header .bottom-bar .nav-link:hover {
        background: rgba(0, 0, 0, 0.15);
        color: #fff;
    }
}

@media (max-width: 992px) {
    .main-header .main-nav .dropdown-toggle:hover:after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .main-header .bottom-bar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .main-header .dropdown-item:hover {
        color: #fff !important;
    }
}

@media (max-width: 767.98px) {
    .main-header .navbar-brand img {
        width: 50px;
    }
}

@media (max-width: 767.98px) {
    .main-header .navbar-brand img {
        width: 120px;
    }
}

@media (max-width: 767.98px) {
    .main-header .top-bar {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    body.opened-filter .js-filter .mobile-head .js-close-filter {
        color: #fff;
    }
}


@media (min-width: 992px) {
    .main-header .main-nav .menu-list {
    flex-wrap: nowrap;
    justify-content: unset;
        align-items: stretch;
    gap: 15px;
}

.main-header .bottom-bar .menu-list .nav-link {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.main-header .main-nav .menu-list .nav-link {
    white-space: unset;
    text-align: center;
    padding: 0;
    font-weight: 400 !important;
}
    
    .main-header .bottom-bar {
        padding-bottom: 15px;
    }

.main-header .main-nav .menu-list .nav-link:hover {
    background: none;
}

.main-header .main-nav .menu-list .nav-link.dropdown-toggle::after {
    all: unset;
}


}

.main-header .mega-menu .subcategory-item img {

    border: none;
    overflow: hidden;
}
    


@media (min-width: 992px) {
    .main-header .mega-menu .subcategory-item img {
    width: 100px;
    height: 100px;

    border-radius: 5px;
    overflow: hidden;
}

.main-header .mega-menu .subcategory-item {
    padding: 5px;
    border: 2px solid var(--main-color);
border-radius: 5px;
align-items: center;

}


    
    .main-header .mega-menu .subcategory-item .title {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
}




/*** BREADCRUMBS ***/

nav.path {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.02);
}

nav.path ul {
    font-size: 11px;
    line-height: 1;
}

nav.path ul li .final-path {
    font-weight: 500;
}


/*** HOMEPAGE - HERO / SLIDER / BANNERS ***/

.includer-slider-box .banner-col {
    display: none !important;
}

.includer-slider-box .col-lg-8 {
    width: 100% !important;
}



.home-page .includer-slider-box .main-slider {
    border: none;
}

.home-page .includer-slider-box .main-slider .carousel-item img:hover,
.home-page .includer-slider-box .main-slider .carousel-item img {
    transform: unset !important;
}

.home-page .includer-slider-box .main-slider .carousel-item img {
    height: auto;
    object-fit: contain;
}

.home-page .top-banners a {
    border-radius: 14px;
    overflow: hidden;
}

.home-page .top-banners .banner-col a {
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 767.98px) {
    .home-page .includer-slider-box .main-slider .carousel-item img {
        aspect-ratio: unset;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .home-page .top-banners .banner-col {
        width: 50% !important;
    }
}


/*** HOMEPAGE - BENEFITS ***/

.home-page .benefit-box {
    border: none;
    background: #fffcfc;
    border-radius: 8px;
}

.home-page .benefit-box {
    background: #fff;
}

.home-page .benefit-box .info-box {
    flex: 1;
}

.home-page .benefit-box .info-box p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}

.home-page .benefit-box .info-box .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: unset;
    line-height: 1.5;
}

.home-page .benefit-box .title {
    font-size: 16px;
    color: #111;
    margin-bottom: 5px;
}

.home-page .benefit-box p {
    font-size: 14px;
    font-weight: 300;
    color: #444;
}

.home-page .benefit-box .img-box {
    background: var(--main-color);
    border: unset;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 992px) {
    .home-page .benefit-box .img-box {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .home-page .benefit-box .title {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .home-page .benefit-box .info-box .title {
        font-size: 12px;
    }

    .home-page .benefit-box .info-box p {
        font-size: 11px;
    }

.home-page .admon-benefit .benefit-card-title {

    font-size: 11px !important;
}
}


/*** HOMEPAGE - FAQ ***/

.home-page .faq-page .container {
    max-width: 1000px;
}

.home-page .faq-page .heading-box {
    text-align: center;
}

.home-page .faq-page .heading-box .heading:after {
    left: 30%;
}

.faq-item .faq-question {
    border-radius: 8px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.faq-item .faq-question .title {
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
}

.faq-item:hover {
    box-shadow: none !important;
}

.faq-item.active .faq-question .title {
    color: #fff;
}

.faq-page .faq-item .faq-answer {
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    background: none;
}


/*** HOMEPAGE - ARTICLES ***/

.home-page .article-section .heading-box {
    text-align: center;
}

.home-page .article-section .heading-box .heading:after {
    left: 30%;
}


/*** PRODUCT LISTING / PRODUCT CARDS ***/

.product-main-item {
    background: transparent;
    box-shadow: none;
    border: none;
}

.product-main-item:hover {
    box-shadow: none !important;
    background: none;
}



.product-main-item .img-box {
    height: auto;
    padding: 0;
     height: auto;
    background: #fff;
    padding: 0;
 aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
     border: 1px solid #f1f1f1;
}



.product-main-item .img-box a img {
    width: 100%;
    height: auto;
}

.product-main-item .img-box img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.product-main-item .title {
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.3px;
}


.product-main-item .price-box {
    justify-content: center !important;
}

.product-main-item .price-box .price {
    justify-content: center;
}

.product-main-item .price.sale > span {
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}

.product-main-item .price {
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color-2);
}

.product-main-item .btn-box {
    transition: unset;
}

.product-main-item:hover::after {
    all: unset !important;
}

.product-main-item .btn-box,
.product-main-item:hover .btn-box{
    transition: unset !important;
    transform: unset !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important; 
    padding: 0 !important;
    margin-top: 8px;
    text-align: center;
}

.product-main-item {
    margin-bottom: 30px;
}

.product-main-item .btn {
    font-size: 12px;
    padding: 8px 12px;
    gap: 5px;
    display: inline-flex !important;
}

.product-main-item .btn i {
    font-size: 11px;

}

.product-main-item:hover::after,
.product-main-item:hover::before {
    display: none;
}

.product-main-item:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    transition: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.product-main-item:hover .btn-box {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: unset;
    z-index: 5;
    padding: 15px;
}

.product-main-item .btn.btn-primary:hover,
.product-main-item .btn.btn-primary:focus {
    background: var(--main-color-2) !important;
    color: #fff !important;
}

.product-main-item .ribbon-list li span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    background: #f3fbe1 !important;
    color: #618514 !important;
}

.product-main-item .info-box {
    padding: 0 !important;
}

@media (max-width: 992px) {
    .product-main-item:hover::after {
        all: unset !important;
    }

    .product-main-item:hover .btn-box {
        position: static !important;
        transform: unset !important;
        padding: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .product-main-item .title {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        min-height: 32px;
        text-align: center !important;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-main-item .price {
        justify-content: center !important;
        text-align: center;
    }

    .product-main-item .price.box {
        min-height: unset !important;
    }

    .product-main-item .btn-box .btn {
        font-size: 12px !important;
    }

    .product-main-item .img-box {
        padding: 8px;
    }
}


/*** PRODUCT DETAIL ***/

.product-page .product-main-info .product-desc {
    font-size: 13px !important;
}

.product-page .gallery-box .lslide img {
    height: 400px !important;
    width: 100% !important;
    object-fit: contain !important;
}

.product-page .gallery-box .lSAction a {
    background: var(--main-color);
}

.product-page .gallery-box .lSAction a:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.product-page .tabinator-content {
    margin-top: 15px;
}

.product-page .tabinator {
    overflow-x: auto;
    white-space: nowrap;
}

.product-page .main-info {
    background: transparent;
    padding: 0;
}

.product-page .product-main-info .rating-bar i {
    color: rgba(0, 0, 0, 0.07);
    font-size: 18px;
}

.product-page .product-main-info .rating-box .small {
    color: #444;
}

.product-page .product-main-info .product-code {
    font-size: 14px;
    color: #333;
}

.product-page .product-main-info .product-desc {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.product-page .product-main-info .input-group.count > div span {
    background: #000;
    color: #fff;
    font-size: 20px;
}

.product-page .gallery-box .lSPager li a img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: cover !important;
}

.product-page .gallery-box .lSPager li a {
    padding: 0;
    border: none;
    aspect-ratio: 1/1;
}

.product-page .gallery-box .ribbon-list li span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    background: #f3fbe1 !important;
    color: #618514 !important;
}

.product-page .heading-box .heading {
    color: #000;
    font-size: 27px !important;
}

.product-page .heading {
    font-size: 20px;
}

#product-slider {
    height: auto !important;
}

#product-slider li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .product-page .heading {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .product-main-item .product-item-qty-box {

    flex-direction: column !important;

}
}



/*** CATEGORY PAGE ***/

.category-sidebar .filter-box.cat-list-box .cat-list a.active {
    font-weight: 600 !important;
}

.category-sidebar .filter-box.cat-list-box .cat-list li > a {
    font-weight: 400;
}

.category-sidebar .filter-box.cat-list-box .cat-list .opened ul a {
    font-weight: 400;
}

.category-page .sort-box .count-box {
    font-size: 11px;
}

.category-page .sort-box {
    background: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-bottom: 10px;
}



/*** BLOG / ARTICLE / CONTENT ***/

.article-item .detail-link {
    font-weight: 300;
    color: #555 !important;
}

.article-item .detail-link {
    color: var(--main-color) !important;
}

.article-item .excerpt {
    color: #555;
}

.article-item .excerpt {
    font-size: 13px;
line-height: 1.5;
}

.article-item {
border-radius: 12px;
}

.article-item .title {
    font-weight: 600;
margin-top: 15px;
    line-height: 24px;
    font-size: 15px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    margin-bottom: 4px;
}

.blog-sidebar li:not(.active) a:hover .count {
    color: rgba(255, 255, 255, 0.8);
}

.article-page .bulk-data h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #f6f6f6;
    margin-top: 35px;
    font-weight: 600;
    color: #333;
}

.simple-page .page h2,
.article-page h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: 600;
    color: #333;
}


/*** ACCOUNT ***/

.account-box .form-heading {
    font-size: 15px;
}


/*** CONTACT PAGE ***/

.contact-info-box {
 background: #fff;
    padding: 25px;
    border-radius: 5px;
}

.contact-page .contact-form-box {
    background: #fff;
    border-radius: 5px;
}

.contact-page .contact-info-box ul li,
.contact-page .contact-info-box ul li a {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

.form-group label {
    color: #333;
}


/*** CART PAGE ***/

.cart-page .info-sale-box {
    background: #ffe2e2;
    font-size: 14px;
    color: #000;
    padding-top: 45px;
}

.cart-page .info-sale-box strong {
    color: #000;
}


/*** VARIANTS / PRODUCT OPTIONS ***/

.rjs-variant-item {
    border-color: #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #777;
    cursor: pointer;
}

.aval .rjs-variant-main {
    margin-top: 15px;
}

.aval {
    margin-top: 10px;
}

.rjs-variant-item.selected {
    color: #000;
}


/*** UTILITIES / MISC ***/

.cc-container {
    display: none !important;
}

.newsletter-box {
    display: none;
}


/*** FOOTER ***/






.main-footer .main-foot,
.main-footer .copyright {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
}

.main-footer .copyright {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8);
}

.main-footer .copyright a {
    color: #000;
}

.main-footer .main-foot a {
    color: rgba(0, 0, 0, 0.9);
}

.main-footer .footer-heading {
    color: var(--main-color);
}

.main-footer .social-links a {
    display: inline-flex;
    background: rgba(0, 0, 0, 0.1);
    border: none;
}

.main-footer .footer-heading {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.main-footer ul li {
    margin-bottom: 8px;
}

/*** FOOTER - BLACK VERSION ***/
.main-footer {
    background-image: linear-gradient(to right bottom, #006375, #005a6a, #005160, #004956, #00404c);
    color: rgba(255, 255, 255, 0.8);
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}


.main-footer .main-foot {
   background: none;
    color: rgba(255, 255, 255, 0.8);
}

.main-footer .copyright {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    background: unset;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-footer .copyright a {
    color: #fff;
}

.main-footer .main-foot a {
    color: rgba(255, 255, 255, 0.9);
}

.main-footer .footer-heading {
    color: #fff;
}

.main-footer .social-links a {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
}

@media (max-width: 567.98px) {
    .main-footer .footer-heading,
    .main-footer ul,
    .main-footer .payment-img-box {
        text-align: unset;
    }

    .main-footer table.contact-info {
        margin: unset;
        text-align: left;
    }

    .main-footer .social-links {
        justify-content: flex-start;
    }
}




.main-footer {
    background: #02232A !important;
    
}

.main-footer a {
    color: rgba(255,255,255,0.6) !important;
}



.main-footer .copyright .container {
    border-top: 0;
    background: rgba(0,0,0,0.17);
    border-radius: 8px;
    padding: 25px 45px;
}

.main-footer .copyright {
    border-top: 0;
    padding: 0;
    padding-bottom: 15px;
    
    
}

.main-footer .main-foot .container {
    padding: 45px;
    border-radius: 50px;
    background: rgba(0,0,0,0.17);
}


.main-footer .footer-heading {
    color: #91C53F;
    font-weight: 600;
    font-size: 20px;
    text-transform: unset;
}






/* search results */

#search-results img {
    max-width: 100%;
    height: auto;
}


.autocomplete-results > span {
    display: block;
    text-align: center;
    color: #fff;
}

.autocomplete-results h2.title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.autocomplete-results .a-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
margin-bottom: 20px;
}

.autocomplete-results .a-categories a {
    border-radius: 8px;
    color: #000;
    font-size: 13px;
    padding: 4px 8px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
}

.autocomplete-results .a-categories a:hover {
    opacity: 0.7;
}

#search-results.autocomplete-results {
 
    background: var(--main-color);
    position: absolute;
    top: calc(100% - 50px);
    padding: 15px;
    left: 0;
    max-width: 100% !important;
    border: none !important;
    width: 100%;
    max-height: 70vh;
    height: auto;
    overflow: auto;
    z-index: 9999;
   display: none;
}

#search-results .autocomplete-products {
   display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#search-results .autocomplete-products .a-product {
  width: calc(100% / 5 - 40px /5);
    padding: 15px;
    background: #fff;
}

#search-results .autocomplete-products .a-product .a-name a {
  font-size: 11px;
    line-height: 15px;
    padding-top: 10px;
    min-height: 30px;
    display: block;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-results .autocomplete-products .a-product .a-price {
  font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    text-align: center;
}

#search-results .autocomplete-products .a-product .a-image {
  height: 120px;
}

#search-results .autocomplete-products .a-product .a-image img {
  height: 100%;
    width: 100%;
    object-fit: contain;
}


#search-results .autocomplete-products .a-product .a-name a:hover {

    color: var(--main-color);
}

/***** mobile search *****/




/***** ADMON SECTION ABOUT ****/

.home-page .admon-about {
    position: relative;

}

.home-page .admon-about .content {
border-radius: 40px;
    background: var(--main-color);
padding: 45px;
}



.home-page .admon-about .benefit-text {
    color: rgba(255,255,255,0.8);
}

.home-page .admon-about .heading {
    color: #fff;
}





.home-page .admon-about .cont {
    color: rgba(255,255,255,0.5);
    padding-bottom: 15px;
}

/*
.home-page .admon-about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
*/

.home-page .admon-about .opening-hours {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .admon-about .opening-hours-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
    display: block;
  margin: 0 0 16px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.home-page .admon-about .opening-hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.home-page .admon-about .opening-hours-day {
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
}

.home-page .admon-about .opening-hours-time {
  color: #fff;
  text-align: right;
  font-weight: 500;
  padding: 5px 0;
}

.home-page .admon-about .opening-hours-time-closed {
  color: #fff;
    font-weight: 700;
}


.home-page .admon-about .opening-hours-weekend {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.home-page .admon-about .opening-hours-weekend td {
  padding-top: 9px;
}


@media (max-width: 767.98px) {
    .home-page .admon-about::after {
    border-radius: 0;
        width: 100%;
}
    
}
.home-page .admon-about .contact-info {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 20px;
}

.home-page .admon-about .contact-info-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin: 0 0 16px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.home-page .admon-about .contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-page .admon-about .contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.home-page .admon-about .contact-info-icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  width: 15px;
  text-align: center;
}

.home-page .admon-about .contact-info-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

.home-page .admon-about .contact-info-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s;
}

.home-page .admon-about .contact-info-link:hover {
  opacity: 0.75;
}




/**** ADMON BENEFIT ***/

.home-page .admon-benefit {
    position: relative;
}

.home-page .admon-benefit .content {
border-radius: 40px;
    background: var(--main-color);
padding: 45px;
}

/*
.home-page .admon-benefit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
*/

.home-page .admon-benefit .heading {
    color: #fff;
    margin-bottom: 24px;
}

.home-page .admon-benefit .benefit-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    transition: background 0.2s;

}

.home-page .admon-benefit .col-6 a {
text-decoration: none !important;
}

.home-page .admon-benefit .benefit-card:hover {
    background: rgba(255, 255, 255, 0.2);
}

.home-page .admon-benefit .benefit-card-icon {
    font-size: 32px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.home-page .admon-benefit .benefit-card-title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.home-page .admon-benefit .benefit-content {
    padding-left: 32px;
}

.home-page .admon-benefit .benefit-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 24px;
}

.home-page .admon-benefit .benefit-btn {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.home-page .admon-benefit .benefit-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff;
}

.admon-benefit .heading-box {
    display: flex;
align-items: center;
    margin-bottom: 25px;
gap: 15px;
}

.admon-benefit .heading-box .heading {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .home-page .admon-benefit::after {
        border-radius: 0;
        width: 100%;
    }

    .home-page .admon-benefit .benefit-content {
        padding-left: 0;
        margin-top: 32px;
    }

.home-page .admon-benefit .benefit-card {
    
    padding: 18px 14px;

 
}
}




@media (max-width: 567.98px) {
    .home-page .admon-about .content,
    .home-page .admon-benefit .content {
    border-radius: 30px;
    padding: 25px;
}
}


















/************* TEST ************/


@media (min-width: 992px) {

    
    .main-header .op-box .icon-layer {
    background: #91C53E;
        color: #111 !important;
}
    
    .main-header .main-bar .op-box .small-title {
    color: rgba(0, 0, 0, 0.82);
    text-transform: uppercase;
    font-weight: 600;
}
    
    .main-header .nav-item {
        flex: auto;
justify-content: center;
    display: inline-flex;
    }


   
    
    .main-header .main-bar .search-box button {
        background: rgba(0, 0, 0, 0.07);
        color: var(--main-color);
    }
    
    .main-header .main-bar .search-box .form-control {
        background: rgba(0, 0, 0, 0.07);
        color: #111;
    }
    
    .main-header .main-bar .search-box .form-control:focus {
        background: rgba(0, 0, 0, 0.1);
    }
    
    .main-header .main-bar .search-box .form-control::placeholder {
        color: #111;
    }
    
    .main-header .bottom-bar {
        background: var(--main-color);
        padding-bottom: 0 !important;
    }
    
    .main-header .bottom-bar .main-nav .menu-list {
        gap: 0 !important;
        justify-content: center;
    }
    
        .main-header .bottom-bar .main-nav .menu-list .nav-link {
        font-size: 13px !important;
            padding-top: 12px !important;
            padding-bottom: 12px !important;
            padding-left: 12px;
            padding-right: 12px;
            
    }
    
    .main-header .nav-item:not(:last-of-type) {
        border-right: 1px solid rgba(255,255,255,0.1);
    }
    
    
    .main-header {
    background: #fff;
}
}

 .main-header {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

  .main-footer {
        background: #004552;
    }

.includer-slider-box .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.includer-slider-box {
    overflow: hidden;
}



.home-page {
    padding-top: 0;
}


.main-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.admon-about .opening-hours {
    max-width: 700px;
}


.product-main-item .btn {
    background: #90C53E;
    color: #111;
    border-radius: 15px;
    border-bottom-right-radius: 0;
}


.product-main-item {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
}

.product-main-item .img-box {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.product-main-item .btn {
    font-size: 11px;
    gap: 2px;
    flex: 1;
}

.product-main-item .info-box {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.product-main-item .product-item-qty-box {
    margin-top: auto !important;
    display: flex;
    flex-direction: row;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.product-main-item input {
    width: 30px !important;
    font-size: 12px;
}

.product-main-item {
margin-bottom: 10px !important;
}

.product-main-item:hover  {
    background: #fff;
}


.product-main-item .product-item-qty-box .input-group.count > div {
    width: 25px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 30px !important;
    }
    
    .home-page .admon-benefit .heading-box img {
        width: 140px;
    }
    
    .home-page  .admon-benefit .benefit-text,
    .home-page  .admon-about .cont {
       font-size: 14px;
    }
}






/***** op box header ****/

.main-header .op-box .js-cart-opener {
    background: var(--main-color);
    padding: 7px 14px !important;
    border-radius: 5px;
    align-items: center !important;
    gap: 10px;
    position: relative !important;
    margin-left: 8px;

    
}

.main-header .op-box .js-cart-opener:hover {
    background: #02232A !important;
}

.main-header .op-box .js-cart-opener .icon-layer {
    background: none !important;
    color: #fff !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;

}

.main-header .op-box .js-cart-opener .icon-layer i {
    color: #fff !important;
}

.main-header .main-bar .op-box {
    align-items: center;
 
}

.main-header .op-box .icon-layer .counter {
    width: 17px;
    height: 17px;
}

.main-header .op-box .js-cart-opener .small-title {
    display: block;
    color: rgba(255,255,255,0.7) !important;
    text-transform: unset !important;
    font-weight: 300 !important;
    padding-right: 0 !important;
    text-align: left !important;
}

.main-header .op-box .js-cart-opener .small-price {
    font-size: 13px;
    display: block;
    color: #fff !important;
    line-height: 1;
}

.main-header .op-box .js-cart-opener > span:not(.icon-layer) {
    display: block;
    text-align: left !important;
    
}

@media (max-width: 992px) {
    .main-header .main-bar {
        background: #fff;
    }
    
        .main-header .op-box .icon-layer {
        background: #91C53E;
        color: #111 !important;
    }
    
        .main-header .main-bar .op-box .small-title {
        color: rgba(0, 0, 0, 0.82);
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .main-header .js-mobile-menu-open, .main-header .js-mobile-menu-open:focus, .main-header .js-search-open {
    color: rgba(0, 0, 0, 1);
}
    
    .main-header .op-box .js-cart-opener {
    padding: 4px 12px !important;
        height: auto !important;
}
    
    .main-header .main-bar .op-box > li, .main-header .main-bar .op-box > li >.dropdown  {
        align-items: center !important;
        display: inline-flex !important;
    }

.main-header .op-box .icon-layer {
    
    width: 32px;
    height: 32px;
font-size: 14px !important;
}

.main-header .op-box .icon-layer i {
font-size: 14px !important;
}


.main-header .op-box .js-cart-opener {
    gap: 5px;
margin-left: 4px !important;
padding-left: 8px !important;
padding-right: 8px !important;
}

.main-header .op-box .js-cart-opener .small-price {
    font-size: 11px;
}
}


.main-header .js-search-open {
display: none !important;
}


/*** top bar admon ***/

.top-bar-admon {
    background: #02232A;
    color: #fff;
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.top-bar-admon a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}



.top-bar-admon .menu-col {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.top-bar-admon .tp-menu {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-bar-admon .top-call a {
    background: #fff;
    color: #02232A !important;
    padding: 4px 16px;
    border-radius: 25px;
}


@media (max-width: 992px) {
    .top-bar-admon {
    font-size: 12px;
}
    

}


@media (max-width: 600px) {
    .top-bar-admon {
    font-size: 11px;
}
    
    .top-bar-admon .info-col {
    display: none;
}
    
    .top-bar-admon .menu-col {
    width: 100%;
}
    
    .top-bar-admon {

    padding-top: 10px;
    padding-bottom: 10px;
}

}


/************ MOBILE RESULTS search *******/

@media (max-width: 991.98px) {



#rjs-product-search-mobile {
    font-size: 16px;
}

#search-results-mobile img {
    max-width: 100%;
    height: auto;
}


.autocomplete-results > span {
    display: block;
    text-align: center;
    color: #fff;
}

.autocomplete-results h2.title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.autocomplete-results .a-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
margin-bottom: 20px;
}

.autocomplete-results .a-categories a {
    border-radius: 8px;
    color: #000;
    font-size: 13px;
    padding: 4px 8px;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
}

.autocomplete-results .a-categories a:hover {
    opacity: 0.7;
}

#search-results-mobile.autocomplete-results {
 
    background: var(--main-color);
    position: absolute;
    top: 100%;
    padding: 15px;
    left: 0;
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
    width: 100%;
    max-height: 70vh;
    height: auto;
    overflow: auto;
    z-index: 9999;
   display: none;
}

#search-results-mobile .autocomplete-products {
   display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#search-results-mobile .autocomplete-products .a-product {
  width: calc(100% / 3 - 20px /3);
    padding: 15px;
    background: #fff;
}

#search-results-mobile .autocomplete-products .a-product .a-name a {
  font-size: 11px;
    line-height: 15px;
    padding-top: 10px;
    min-height: 30px;
    display: block;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-results-mobile .autocomplete-products .a-product .a-price {
  font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    text-align: center;
}

#search-results-mobile .autocomplete-products .a-product .a-image {
  height: 120px;
}

#search-results-mobile .autocomplete-products .a-product .a-image img {
  height: 100%;
    width: 100%;
    object-fit: contain;
}


#search-results-mobile .autocomplete-products .a-product .a-name a:hover {

    color: var(--main-color);
}

.main-header .bottom-bar {
background: transparent !important;
}

.main-header .nav-item .nav-link:hover,
.main-header .nav-item .nav-link:focus {
    color: #111 !important;
}


.main-header .mega-menu .subcategory-item img {

    border: none;
    overflow: hidden;
}
    



    .main-header .mega-menu .subcategory-item img {
    width: 50px;
    height: 50px;

    border-radius: 5px;
    overflow: hidden;
}

.main-header .mega-menu .subcategory-item {
    padding: 5px;
    border: 2px solid var(--main-color);
border-radius: 5px;
align-items: center;

}


    
    .main-header .mega-menu .subcategory-item .title {
    display: block;
    font-size: 11px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

    .main-header  .dropdown-menu.mega-menu .col-lg-3 {
    width: 50% !important;
margin-bottom: 10px !important;
margin-top: 0 !important;
padding-left: 5px !important;
padding-right: 5px !important;
}

.main-header .nav-link:hover,
.main-header .nav-link:focus {
color: #000 !important;
}



    .main-header .main-nav .dropdown-toggle:after:hover,
.main-header .main-nav .dropdown-toggle:after:focus {

        border-top: 2px solid #000;
        border-right: 2px solid #000;
   
    }

.main-header .mega-menu {
    padding: 15px 0;
}

.main-header  .mega-menu .row {
    margin: 0 !important;
}

.main-header .main-nav .menu-list .nav-link {
    font-weight: 400 !important;
font-size: 13px !important;
}

}


/** home slider  settings ***/

/* zruší default obrázok */
.top-products .lSAction > a,
.top-brands .lSAction > a {
    background-image: none !important;
    background: var(--main-color);
    border-radius: 5px;
    opacity: 1;
}




/* šípky */
.top-products .lSAction > a::before,
.top-brands .lSAction > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%);
}

/* pozície */
.top-products .lSAction > .lSPrev,
.top-brands .lSAction > .lSPrev {
    left: 0;
}

.top-products .lSAction > .lSNext,
.top-brands .lSAction > .lSNext {
    right: 0;
}

/* prev */
.top-products .lSAction > .lSPrev::before,
.top-brands .lSAction > .lSPrev::before {
    transform: translate(-40%, -50%) rotate(135deg);
}

/* next */
.top-products .lSAction > .lSNext::before,
.top-brands .lSAction > .lSNext::before {
    transform: translate(-60%, -50%) rotate(-45deg);
}



/**** mobile home **/

@media (max-width: 767.98px) {
    .home-page {
    display: flex !important;
    flex-direction: column;
}

.home-page .admon-benefit {
    order: 20 !important;
}

.home-page .admon-about {
    order: 21 !important;
}
}

.js-mobile-menu-open small {
margin-right: 8px;
}
	:root {
			--send-main-color: #006375;
			--send-main-color-2: #02232a;
			--send-main-light-color: #f9f9f9;
		}
	