/* temporary hide */
div#desk_cart-wrapper,
button.action.tocart.primary,
.cart-qty,
.button-wrap {
    display: none;
}

#html-body .fotorama__stage__shaft {
    max-width: 450px !important;
    margin: 0 auto !important;
}

/* Font */
.cnc-slide.slide-caption.slide-top-left p {
    font-family: 'Biennale';
}

span.h4.info-heading {
    font-family: 'Bahnschrift';
}

.cnc-slide.slide-caption.slide-top-left p.slide-textcate,
.cnc-slide.slide-caption.slide-top-left p.sstext-6x {
    font-weight: 900;
}

.row.banner-class-home .bc-title,
.product.info.detailed .data.switch,
li.sub-tab li {
    font-family: 'Bahnschrift';
}

ul.category-tabs,
#html-body .page-title-wrapper.product h1 span {
    font-family: 'Biennale';
}

.newsletter-title span.title.link-block {
    font-family: 'Bahnschrift';
    font-weight: 600;
}

span.desc.link-block {
    font-family: 'Bahnschrift';
    font-weight: 400;
}

#html-body p.h5.link-toggle {
    font-family: 'Biennale';
    font-weight: 700;
}

#html-body .footer-copyright,
#html-body .footer-developer {
    font-family: 'Biennale';
    font-weight: 500;
    font-size: 16px;
}

div#footer-content-1 div {
    font-family: 'Bahnschrift';
    font-weight: 400;
}

#html-body .page-footer .footer-box .footer-link a {
    font-family: 'Bahnschrift';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.container-fluid.latest-promos p.b-title.h2 {
    font-family: 'Biennale';
    font-weight: 700;
}

#html-body .feature-item h3 {
    font-family: 'Bahnschrift';
    font-weight: 600;
}

.bc-title.expanded.h1 {
    font-family: 'Biennale';
    text-transform: uppercase;
    font-weight: 900;
}

a.tab-title {
    font-family: 'Bahnschrift';
    font-weight: 600;
    font-size: 16px;
}

.product-list-style-41 p.b-title.h2 {
    font-family: 'Biennale';
    font-weight: 700;
}

#html-body .service-banner-style10 .item-content .headding {
    font-family: 'Biennale';
    font-weight: 600;
}

p.slide-text.hidden-xs {
    font-family: 'Lato';
    font-weight: 400;
}

.item-content p {
    font-family: 'Bahnschrift';
    font-size: 16px;
    font-weight: 400;
}

a.button-link.slide-btn.hidden-xs {
    font-family: 'Bahnschrift';
    font-weight: 600;
}

.row.hexa-title-lg h1 {
    font-family: 'Biennale';
    font-weight: 900;
}

/* Tabs container */
#html-body .category-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

li.item.level1.text-content {
    max-height: 70vh;
    overflow-y: scroll;
}

.dropdown-fixed-width {
    width: var(--dropdown-width) !important;
}

.sub-tab-content {
    display: none;
}

.sub-tab-content.active {
    display: block;
}

#html-body {
    width: 100%;
}

.page-wrapper,
.page-main,
.container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Each tab button */
.category-tabs li {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid transparent;
    transition: border 0.3s, color 0.3s;
}

/* Active tab styling */
.category-tabs li.active {
    border-bottom: 2px solid #000;
    color: #000;
}

/* Tab content container */
.cdz-horizontal-menu .tab-contents,
.categories-list-all .tab-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Each tab content area */
.cdz-horizontal-menu .tab-content,
.categories-list-all .tab-content {
    display: none;
    width: 100%;
}

/* Visible tab content */
.cdz-horizontal-menu .tab-content.active,
.categories-list-all .tab-content.active {
    display: block;
}

ul.sub-tabs {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 20px;

}

li.sub-tab {
    break-inside: avoid;
}

.filter-options-item.lsr_vendor {
    display: none;
}

/* Subcategory lists inside tab content */


/* Each subcategory item */
.cdz-horizontal-menu .tab-content li,
.categories-list-all .tab-content li {
    flex: 0 0 200px;
}

/* Subcategory links */
.cdz-horizontal-menu .tab-content a,
.categories-list-all .tab-content a {
    text-decoration: none;
    color: #555;
    transition: color 0.2s;
}

/* Hover state */
.cdz-horizontal-menu .tab-content a:hover,
.categories-list-all .tab-content a:hover {
    color: #000;
}

/* Optional headings inside tab content */
.cdz-horizontal-menu .tab-content h3,
.categories-list-all .tab-content h3 {
    margin-top: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.owl-stage .item.product.product-item {
    padding: 10px;
}

#html-body p.b-title.h2 {
    font-family: 'Biennale';
    font-weight: 700;
}

#html-body .product-item .price-box .price,
.product-info-main .price-box .price-wrapper .price {
    font-family: 'Bahnschrift';
    font-weight: 600;
}

.hover-brand-description {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 10;
}

#html-body button.action.tocart.primary {
    font-family: 'Biennale';
    margin-top: 10px;
}

#html-body .product-item-name .product-item-link,
#html-body .page-header .product-item .product-item-link,
#html-body .product-item-link,
#html-body .product.name a {
    font-family: 'Bahnschrift';
}

#html-body a.action.add,
#html-body a#tab-label-reviews-title {
    font-family: 'Bahnschrift';
}

a.checkavailability {
    font-family: 'Biennale';
}

a#tab-label-additional-title {
    font-family: 'Bahnschrift';
}

h1#page-title-heading span {
    font-family: 'Biennale';
}

#html-body button.action.towishlist,
#html-body a.action.tocompare {
    font-family: 'Bahnschrift';
}

#html-body .block.featured-brands-block {
    display: none;
}

#html-body.cdz-all-brands h1.page-title {
    display: none;
}

.categories-list-all {
    width: 1440px;
    margin: 0 auto;
}

.panel-toggle-wrap.applied:not(.content-open) .content-outer:after,
#html-body .content-toolbar {
    display: none;
}

#html-body .content-outer {
    overflow: visible !important;
    max-height: unset !important;
    position: unset;
}

#html-body .brand-desc ul {
    display: none;
}

.brand-container .page-desc {
    display: none;
}

#html-body .owl-carousel .owl-nav [class*="owl-"] {
    background-color: #6a9e43 !important;
    color: #fff;
    border: none;
}

#html-body .container.collections-slider-container .owl-prev {
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #6a9e43;
    border-color: #6a9e43;
    color: #fff;
}

#html-body .brand-desc ul {
    display: none;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Prevents interaction with the video */
    z-index: 0;
    object-fit: cover;
}

.slide-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#html-body .container.collections-slider-container .owl-next {
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #6a9e43;
    border-color: #6a9e43;
    color: #fff;
}

.products-grid .owl-next {
    right: 0;
    top: 40%;
    width: 30px;
    height: 30px;
}

.products-grid .owl-prev {
    top: 40%;
    width: 30px;
    height: 30px;
}

#html-body .brand-slider-wrapper .owl-next,
#html-body .brand-slider-wrapper .owl-prev {
    background-color: #6a9e43;
    border-color: #6a9e43;
    color: #fff;
}

.brand-item {
    position: relative;
    /* display: inline-block; */
}

.brand-item:hover .hover-brand-description {
    display: block;
}

.hover-brand-description ul {
    display: none;
}

h1.page-title {
    margin-top: 40px;
}

.brief-history-container {
    max-width: 1319px;
    margin: 0 auto;
    margin-bottom: 70px;
}

#html-body .what-we-do .row-full-width-inner {
    max-width: 1320px;
    padding: 70px 0 70px 0;
    z-index: 3;
}

.what-we-do {
    min-height: 969px;
    position: relative;
}

.what-we-do h2 {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.wwd-small-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    margin-bottom: 40px;
}

.what-we-do:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #152243eb;
    top: 0;
    left: 0;
}

.pagebuilder-column-group.the-team-column img {
    max-width: 400px;
    max-height: 400px;
    background-color: #ffff;
}

.team-position p {
    font-size: 15.1px;
    font-weight: 400;
    color: #666;
}

.brand-row-container img.brand-img.zoom-eff,
.shop-by-brand-slider img.brand-img.zoom-eff {
    max-width: 150px;
    max-height: 150px;
}

#html-body .tab-contents a h5 {
    font-family: 'Biennale';
}

#html-body .sidebar .block:not(.account-nav) .block-title,
#html-body .sidebar .block:not(.account-nav) .title {
    background-color: #272A33;
    font-family: 'Biennale';
}

#html-body .sidebar.sidebar-additional .block-title strong {
    font-family: 'Biennale';
}

.filter-options-title {
    font-family: 'Biennale';
}

#html-body .block.filter .block-subtitle {
    font-family: 'Bahnschrift';
}

h2.brand-heading-text {
    font-size: 48px;
    font-weight: 900;
    color: #222;
    margin-bottom: 20px;
}

#html-body .block-title strong {
    font-size: 18px !important;
    font-weight: 600 !important;
}

#html-body .sidebar .blog-search .actions .action.search:before {
    color: #272A33;
}

form#newsletter-validate-detail button {
    background-color: #6A9E43;
    border: #6A9E43;
}

.row.news-articles-link-container {
    text-align: center;
}

.brand-row-container {
    max-width: 1380px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 80px;
}

.brand-row-container .brand-widget-container {
    border: 5px solid #E9EAEC;
    padding: 20px;
}

h5.team-name {
    width: 400px;
    color: #333;
    background-color: #F5F5F5;
    margin: 0 auto;
    font-size: 17.2px;
    text-transform: uppercase;
    font-weight: 600;
}

#html-body .the-team-container {
    max-width: 1264px;
    margin: 0 auto;
}

.pagebuilder-column-group.the-team-column .pagebuilder-column {
    max-width: 400px;
    margin: 0 auto;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.the-team-text {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 21px;
    margin-bottom: 30px;
}

h2.the-team-heading {
    font-size: 56px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    margin-top: 50px;
}

h4.wwd-small-heading {
    font-size: 24px;
    color: #6A9E43;
    font-weight: 600;
    line-height: 20.66px;
    margin-bottom: 25px;

}

.pagebuilder-column.history-text p {
    font-size: 18px;
    font-weight: 350;
    color: #666;
}

.pagebuilder-column.history-text h2 {
    font-size: 56px;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
}

.pagebuilder-column.history-text {
    max-width: 699px;
    margin: 0 auto;
}

#html-body .brand-container .brand-top .featured-brands-block .block-title {
    z-index: 1;
}

#html-body .banner-style02 .cdz-banner .cdz-banner-text .btn.primary:hover {
    color: #ffffff;
    border-color: #6a9e43;
    background: #6a9e43;
}

#html-body .cdz-horizontal-menu .groupmenu li.level0>a.menu-link span {
    font-family: "Bahnschrift";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

#html-body img.main-logo.hidden-xs {
    width: 246px;
}

#html-body .cdz-horizontal-menu .groupmenu {
    display: flex;
    justify-content: center;
}

#html-body .cdz-horizontal-menu {
    background-color: #6A9E43;
}

#html-body .page-header .sticky-menu:not(.active) .extra-info:before,
#html-body .page-header .sticky-menu:not(.active) .extra-info i:after,
#html-body .page-header .sticky-menu:not(.active) .extra-info em:after {
    border-right-color: #6A9E43;
}

#html-body .page-header .sticky-menu:not(.active) .extra-info i:after,
#html-body .page-header .sticky-menu:not(.active) .extra-info em:after {
    border-left-color: #6A9E43;
}

#html-body .page-header .sticky-menu:not(.active) .extra-info i,
#html-body .page-header .sticky-menu:not(.active) .extra-info em {
    background-color: #6A9E43;
    color: #fff;
}

.page-header .sticky-menu:not(.active) .cdz-horizontal-menu .groupmenu li.item.level0:before,
.page-header .sticky-menu:not(.active) .cdz-horizontal-menu .groupmenu li.item.level0:after {
    display: none;
}

#html-body .header-panel-left {
    padding-left: 0;
}

#html-body .header-panel-left .logo {
    margin-top: 0;
}

#html-body .page-header .sticky-menu:not(.active) .cdz-horizontal-menu .groupmenu li.item.level0>a.menu-link {
    padding: 25px;
}

#html-body nav.cdz-navigation.cdz-fix-left {
    max-width: 1350px;
}

.js-sticky-menu .active .nav.cdz-navigation.cdz-fix-left:before {
    display: none;
}

.container.sticky-menu.js-sticky-menu.active .cdz-navigation:before,
.container.sticky-menu.js-sticky-menu.active .cdz-navigation:after {
    display: none !important;
}

#html-body nav.cdz-navigation.cdz-fix-left:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    clip-path: polygon(50% 0%, 50% 100%, 18% 50%);
    position: absolute;
    background-color: #6A9E43;
    left: -34px;
}

#html-body nav.cdz-navigation.cdz-fix-left:after {
    content: '';
    display: block;
    width: 70px;
    aspect-ratio: 1;
    clip-path: polygon(0% 0%, 35% 50%, 0% 100%);
    position: absolute;
    background-color: #6A9E43;
    right: -70px;
    top: 0;
}

.page-header .sticky-menu:not(.active) .header-middle .header {
    padding-bottom: 27px;
}

.cnc-slide.slide-caption.slide-top-left p {
    font-size: 70px;
    text-transform: uppercase;
    color: #ffff;
}

.cnc-slide p.slide-text.hidden-xs {
    font-size: 32px;
    text-transform: none;
}

span.to-green {
    color: #B9D3A9;
}

.cnc-slide.slide-caption.slide-top-left {
    max-width: 898px;
}

#html-body a.button-link.slide-btn.hidden-xs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #6A9E43;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    min-width: auto;
    width: 189px;
    height: 56px;
    font-size: 18px;
}

#html-body .slide-caption.slide-top-left {
    left: 17%;
}

#html-body .service-banner-style10.row {
    max-width: 1400px;
    margin: 0 auto;
}

#html-body .service-banner-style10 .item-content .headding {
    width: 100%;
}

#html-body .service-banner-style10 .bg-hexagon .icon {
    background-color: #6A9E43;
}

#html-body .service-banner-style10 .bg-hexagon:before {
    border-right-color: #6A9E43;
}

#html-body .service-banner-style10 .bg-hexagon:after {
    border-left-color: #6A9E43;
}

.row.hexa-title-lg {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.latest-promos .cdz-tabs-wrap.tabs-style-15 {
    max-width: 1400px;
    margin: 0 auto;
}

.container-fluid.latest-promos:before {
    content: '';
    width: 100%;
    height: 836px;
    display: block;
    background-color: #000E32CC;
    position: absolute;
}

.container-fluid.latest-promos .row {
    height: 836px;
    display: grid;
    align-items: center;
}

.container-fluid.latest-promos p.b-title.h2 {
    color: #fff;
}

.tabs-style-15 .box-cate-link .item {
    background: #E9F3E5;
}

.col-sm-24.space-lg.brands-section .row.hexa-title-lg {
    margin-top: 50px;
    max-width: 600px;
}

.tabs-style-15 .box-cate-link .item a {
    display: inline-flex;
    padding: 0;
    align-items: center;
}

.tabs-style-15 .box-cate-link .item.active {
    padding: 0 40px;
}

.col-sm-24.space-lg.banner-med .cdz-banner.scale-effect {
    height: 270px;
}

.col-sm-24.space-lg.banner-med img.img-responsive {
    width: 450px;
    height: 280px;
    right: 0;
    left: unset;
}

.row.banner-class-home {
    background-color: #000E32CC;
    margin-bottom: 72px;
    background-size: cover;
    position: relative;
}

.row.banner-class-home::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #000011c2;
}

.col-sm-24.space-lg.banner-med {
    margin-bottom: 0;
    padding: 0;
}

.row.banner-class-home .bc-title {
    color: #fff;
}

.col-sm-24.space-lg.banner-med .bc-desc {
    font-size: 16px;
    color: #6A9E43;
}

.container-fluid.space-lg.our-services-container {
    background-color: #E9F3E559;
    margin-bottom: 0;
}

.our-services .banner-style33 .bg-hexagon .icon {
    background-color: #272A33;
    color: #fff;
}

.our-services .banner-style33 .bg-hexagon:before {
    border-right-color: #272A33;
}

.our-services .banner-style33 .bg-hexagon:after {
    border-left-color: #272A33;
}

#html-body .our-services-container a.button-link.slide-btn.hidden-xs {
    height: 48px;
    background-color: transparent;
    border: 1px solid #6A9E43;
    color: #6A9E43;
}

#html-body .our-services-container a.button-link.slide-btn.hidden-xs {
    height: 48px;
    background-color: transparent;
    border: 1px solid #6A9E43;
    color: #6A9E43;
    width: 147px;
    font-size: 16px;
    padding: 0;
}

.container-fluid.space-lg.our-services-container img.img-responsive {
    height: 700px;
    object-fit: cover;
}

div#slideshow-6880b20f0905d {
    display: none;
}

#player {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 970px;
    z-index: -1;
    pointer-events: none;
    display: block;
}

.hide-me {
    display: none;
}

.container-fluid.latest-promos {
    margin-bottom: 50px;
}

.row.blogs-news-container {
    margin-top: 50px;
}

#player1 {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 1080px !important;
    z-index: -1;
    pointer-events: none;
    display: block;
}

.video-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 808px;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.video-wrapper {
    position: relative;
    height: 808px;
    overflow-y: hidden;

}

.video-background {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.become-member .bc-title.expanded {
    font-size: 60px;
    text-transform: uppercase;
    color: #6A9E43 !important;
    letter-spacing: 0;
}

.become-member p.b-caption {
    color: #D8E8CF;
    text-transform: none;
    font-size: 24px;
}

.become-member .bc-desc {
    font-size: 18px;
    width: 683px;
    margin: 0 auto;
    color: #FFFFFFCC;
}

.container.collections-slider-container {
    margin-bottom: 50px;
}

.footer-content-bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Keeps it responsive */
    padding: 20px 0;
}

.footer-content-bottom .col-sm-12 {
    flex: 1;
    text-align: center;
    /* Default for mobile */
}

/* .cdz-cat-search {
    display: none;
} */

form#search_mini_form {
    padding-left: 52px !important;
}

.footer-copyright,
.footer-developer {
    font-size: 14px;
    color: #fff;
}

.footer-developer img {
    height: 20px;
    vertical-align: middle;
    margin-left: 8px;
    display: inline;
}

#html-body .footer-content-bottom,
#html-body .page-footer .footer-content-middle {
    background-color: #272A33;
}

.footer-copyright span {
    color: #6A9E43;
}

#html-body .modal-popup .modal-inner-wrap .modal-header .action-close {
    color: #fff;
    border-color: #6a9e43;
    background: #6a9e43;
}

#html-body .contact-form-wrap.col-sm-12 button {
    background-color: #6A9E43;
    color: #fff;
    border: #6A9E43;
}

#html-body .modal-popup .modal-inner-wrap .modal-header .action-close:before {
    color: #ffffff;

}

/* #html-body.catalog-category-view .column.main {
    width: 100%;
} */

#html-body .footer-content-bottom .footer.content {
    margin-top: 0px;
    border: none;
}

span.open-time {
    width: 150px;
    display: inline-block;
}

.container.sticky-menu.js-sticky-menu.active .header-search.hide-advanced-search.no-full-box.has-cat-search {
    display: none;
}

#html-body .header-search-wrap {
    display: inline-flex;
    float: right;
    width: 358px;
    position: absolute;
    right: 60px;
    top: 5px;
}

.services-row-one {
    max-width: 1400px;
    margin: 0 auto;
}

.services-row-dos .banner-style33 .features-content {
    display: flex;
    align-items: flex-start;
    justify-content: normal;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.pagebuilder-column-group.why-choose {
    max-width: 1400px;
    margin: 0 auto;
}

.search-link {
    display: none;
}

h2.services-header-text {
    font-size: 48px;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
}

.bc-title.expanded.h1 {
    font-weight: 900;
}

.services-text-small {
    max-width: 819px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
}

p.b-caption.h4 {
    font-size: 18px;
    font-weight: 600;
}

.services-row-one span.item-icon.icon {
    color: #272A33;
}

.services-row-one .banner-style33 .bg-hexagon .icon {
    background-color: #E9EAEC;
}

.services-row-one .banner-style33 .bg-hexagon:before {
    border-right-color: #E9EAEC;
}

.services-row-one .banner-style33 .bg-hexagon:after {
    border-left-color: #E9EAEC;
}

.services-row-one .services-text-small {
    max-width: 819px;
}

.services-row-one .banner-style33 .features-content {

    justify-content: left;

}

.services-row-one .content-text p {
    color: #666;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}

.services-row-dos h2.services-header-text {
    color: #fff;
}

.services-row-dos .banner-style33 .bg-hexagon:after {
    content: '';
    left: 70px;
    border-left-color: #E9EAEC1A;
}

.services-row-dos .banner-style33 .bg-hexagon:before {
    content: '';
    left: 0px;
    border-right-color: #E9EAEC1A;
}

.services-row-dos .banner-style33 .features-content .icon {
    color: #fff;
    background-color: #E9EAEC1A;
}

.services-row-dos .features-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 350;
}

.services-row-dos .services-text-small {
    max-width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.services-row-dos h5.services-header-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.services-row-dos .banner-style33 .content-text .headding {
    font-size: 24px;
    color: #6A9E43;
    font-weight: 600;
}

.services-row-dos .banner-style33 .bg-hexagon .icon {
    margin-left: 20px;
}

.services-icon-texts .banner-style33 .content-text {
    max-width: 300px;
}


/* .sidebar.sidebar-main,
.sidebar.sidebar-additional,
.cdz-subcategories.base-slider.rounded-corners.no-title {
    display: none;
} */

.panel .header .container {
    position: relative;
}

.header-search.hide-advanced-search.no-full-box.has-cat-search {
    max-width: 440px;
}

#html-body.catalog-category-view .cdz-subcategories {
    display: block;
}

#html-body.category-shop .cdz-subcategories {
    display: none;
}

.category-shop .sidebar.sidebar-main,
.category-shop .sidebar.sidebar-additional,
.brands-index-view .sidebar.sidebar-main,
.brands-index-view .sidebar.sidebar-additional {
    display: unset;
}

/* #html-body.category-shop .column.main,
#html-body.brands-index-view .column.main {
    width: 75%;
} */

#html-body .account .form-address-edit .actions-toolbar .action.primary,
#html-body a.action.primary,
#html-body .action.primary,
#html-body.action-primary,
#html-body .action.primary,
#html-body .cdz-popup-area .cdz-popup .actions-toolbar .primary button {
    color: #fff;
    border-color: #6A9E43;
    background: #6A9E43;
}

#html-body .page-header .sticky-menu:not(.active) .minicart-wrapper .action.showcart .counter.qty {
    z-index: 1;
    padding-top: 4px;
}

#html-body .toolbar .pages .action.next:hover,
#html-body .toolbar .pages .action.previous:hover,
#html-body .toolbar .pages a.page:hover,
#html-body .toolbar .pages strong.page {
    color: #fff;
    border: 1px solid #6A9E43;
    background: #6A9E43;
}

#html-body .toolbar .modes-mode:not(.active):hover,
#html-body .toolbar .modes-mode.active {
    color: #fff;
    border-color: #B9D3A9;
    background: #B9D3A9;
}

#html-body .toolbar .modes-mode:not(.active):hover:before,
#html-body .toolbar .modes-mode.active:before {
    color: #fff;
}

img.brand-cover {
    height: 250px;
    object-fit: cover;
}

.page-products .products-grid.ctst .product-items .item.product-item {
    width: calc(25% - 20px) !important;
}

.category-shop.page-products .products-grid.ctst .product-items .item.product-item,
.brands-index-view.page-products .products-grid.ctst .product-items .item.product-item {
    width: calc(33.333333333333% - 20px) !important;
}

/* Grid layout for product items Main Page */
.grid-style-default.products.wrapper.grid.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.bc-desc {
    max-width: 100%;
}

.header-panel-row.row {
    margin-right: 10px;
    margin-left: 10px;
}

.owl-nav {
    justify-content: space-between;
    display: grid;
}

.authorization-link.authorization-style-01 {
    padding-right: 10px;
}


#html-body .header-panel-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.item {
    align-items: flex-start;
}

.collections-slider-container .row,
.container-fluid.latest-promos .row,
.container .row {
    width: 100%;
    margin: 0 auto;
}

.container.space-lg {
    margin-top: 60px;
}

.action.search {
    display: none !important
}

@media (min-width: 992px) {

    /* #html-body #header-search-wrap{ 
        display:none !important; 
    } */
    #html-body .header-panel-right .search-link {
        display: block;
    }
}

@media (max-width: 991.98px) {
    #html-body #header-search-wrap {
        display: block !important;
        max-width: 100%;
    }

    #html-body .header-panel-right .search-link {
        display: none !important;
    }

    #html-body form#search_mini_form {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    #html-body form#search_mini_form input#search {
        flex: 1 1 auto;
        min-width: 0;
        height: 40px;
    }
}

@media (min-width: 992px) {
    #html-body .cdz-cat-search {
        display: none;
    }
}


@media (min-width: 1024px) {
    .row {
        display: flex;
    }

    .cdz-product-wrap.base-slider.product-list-style-01,
    .col-sm-24.space-lg.brands-section,
    .row.banner-class-home,
    .banner-style33,
    .cdz-blog-wrap.base-slider.post-list-style24,
    .row.middle-top,
    .row.middle-bottom,
    .footer.middle-bottom,
    .header-panel-row.row,
    .container.collections-slider-container .row .col-sm-24,
    .checkout-container.cdz-opc-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }

    .checkout-container.cdz-opc-wrapper {
        max-width: 1400px;
        margin: 50px auto;
    }

    .footer.content .row {
        max-width: 1400px;
        margin: 0 auto;
    }

    .row.banner-class-home {
        margin: 60px auto;
    }

    .row.news-articles-link-container {
        display: flex;
        justify-content: center;
    }

    .col-sm-24.space-lg.brands-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {

    #html-body .owl-carousel,
    #html-body .owl-stage-outer {
        max-width: 100vw !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box;
    }

    .container-fluid,
    .row {
        max-width: 100vw;
        box-sizing: border-box;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .header-search.hide-advanced-search.no-full-box.mb-search.has-cat-search {
        position: absolute;
        top: -40px;
        left: -15px;
    }
}

@media (min-width: 768px) {

    .footer-content-bottom .col-sm-12:first-child {
        text-align: left;
    }

    .footer-content-bottom .col-sm-12:last-child {
        text-align: right;
    }
}

@media (max-width: 512px) {
    #html-body .cdz-horizontal-menu .groupmenu {
        display: unset;
    }

    header.page-header.header-style-48 {
        margin: 0;
    }

    ul.sub-tabs {
        column-count: 1;
        column-gap: 1.5rem;
    }

    a.menu-link span {
        color: #fff;
    }

    #html-body .slide-caption.slide-top-left {
        margin: 0 auto;
        position: relative;
        left: unset;
    }

    .container-fluid.latest-promos {
        margin-bottom: 20px;
        padding: 0;
    }

    .container-fluid.latest-promos .row {
        height: 520px;
        display: grid;
        align-items: center;
    }

    .container-fluid.latest-promos:before {
        content: '';
        width: 100%;
        height: 520px;
        display: block;
        background-color: #000E32CC;
        position: absolute;
    }


    .cnc-slide.slide-caption.slide-top-left {
        max-width: 320px;
    }

    .cnc-slide.slide-caption.slide-top-left p {
        font-size: 40px;
        text-transform: uppercase;
        color: #ffff;
    }

    .video-wrapper {
        position: relative;
        height: 50vh;
        overflow-y: hidden;
    }

    .container-fluid.slideshow-container.space-lg .col-sm-24 {
        padding: 0;
    }

    #html-body .header-search-wrap {
        display: inline-flex;
        /* Changed from inline-flex to none */
        float: right;
        width: unset;
        position: absolute;
        right: 40px;
        top: 0;
    }

    form#search_mini_form {
        padding-left: 0;
    }
}