@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/************ // General HTML Tags // ************/
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fafafa;
    color: #262626;
}

* {
    --blue: #00407b;
    outline: unset;
}

a {
    text-decoration: unset;
    color: #1a79ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

/************ // Site Structure // ************/
.wrap {
    max-width: 1400px;
}

.site-inner {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.title-area {
    display: none;
}

.widget {
    margin-bottom: 0px;
}

.entry-header {
    display: none;
}

.entry {
    padding: 0;
    margin: 0;
}

body>div {
    font-size: 16px;
}

h1 {
    margin-bottom: 30px;
}

.bg-top-container {
    background-image: url('/wp-content/uploads/2025/09/banner-blue.webp');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 0px;
    text-align: center;
    border-bottom: 25px solid #c7c7c7;
}

.bg-top-container h1 {
    font-size: 40px;
    font-weight: 500;
}

.banner-section {
    display: flex;
    width: 100%;
}

.entry {
    background-color: #fafafa;
}

.widget ul>li {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

button.theme-btn {
    border-color: #1a79ff !important;
    background: #1a79ff !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: calc(20px / 2) 24px !important;
    border-radius: 0px !important;
}

input,
select,
textarea {
    background-color: #ebebeb !important;
    border-color: #ebebeb;
    padding: calc(15px / 2) 10px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    border: unset !important;
}

/************ // Header // ************/

/************ // Menu // ************/
.site-header {
    color: #fff;
    background-color: var(--blue);
}

.site-header .widget-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .widget-area #custom_html-2 {
    width: 200px;
}

.site-header .widget-area .company-logo-container {
    display: flex;
}

.genesis-nav-menu a {
    padding: 20px 5px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: unset !important;
    font-size: 12px;
}

.site-header>.wrap {
    padding: 8px 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus {
    text-decoration: underline !important;
    color: #fff;
}
.genesis-nav-menu .sub-menu{
    width: 220px;
}
.genesis-nav-menu .sub-menu li{
    width: 100%;
    position: relative !important;
}
.genesis-nav-menu .sub-menu .sub-menu{
    margin: 0px 0 0 220px;
    top: 0px;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu{
    display: block;
}
.genesis-nav-menu .sub-menu a{
    padding: 10px;
    color: #000 !important;
    width: 100%;
    font-size: 12px;
}
.genesis-nav-menu .sub-menu a svg{
    position: absolute;
    right: 0;
    top: 40%;
    bottom: 0;
}

/* woocommerce nav */
.woo-commerce-nav {
    /* background: linear-gradient(90deg, #1a4d7a 0%, #2563a0 100%); */
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    gap: 10px;
}

.woo-commerce-nav .nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.woo-commerce-nav .nav-item:hover {
    opacity: 0.85;
}

.woo-commerce-nav .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-commerce-nav .user-icon {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woo-commerce-nav .cart-icon {
    position: relative;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woo-commerce-nav .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: white;
    color: #1a4d7a;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

.woo-commerce-nav .nav-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.woo-commerce-nav .nav-label {
    font-size: 13px;
    opacity: 0.95;
}

.woo-commerce-nav .nav-value {
    font-size: 15px;
    font-weight: 600;
}

/* cart */
.page-id-1720 .site-inner {
    padding: 15px;

}

.page-id-1720 .entry-header {
    display: block;
    text-align: center;
}

.page-id-1720 .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .woocommerce-cart-form__contents {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.page-id-1720 .woocommerce-cart-form {
    flex: 1;
    margin-right: 25px;

}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 360px;
    margin-left: auto;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
    padding: 2rem;
    font-size: 15px;
}

.woocommerce-page table.cart td.actions .coupon {
    display: none;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: unset;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    border-color: #1a79ff;
    background: #1a79ff;
    color: #fff !important;
    border-radius: 0px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 60px;
}

.woocommerce-cart-form__cart-item a {
    color: inherit;
}

.woocommerce-cart table.cart th {
    text-transform: uppercase;
    font-size: 13px;
}

.woocommerce a.remove {
    border-color: #fff !important;
    background: #fff !important;
    color: #ccc !important;
}

.woocommerce a.remove:hover {
    border-color: #f2f2f2 !important;
    background: #f2f2f2 !important;
    color: #4d4d4d !important;
}

.woocommerce table.shop_table {
    margin: 0;
    border-radius: unset;
}

.cart_totals h2 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    font-size: 24px;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: unset;
}

.cart_totals table td {
    text-align: end;
}

#shipping_method li {
    display: flex;
    justify-content: space-between;
}

#shipping_method li span.amount {
    text-align: end;
}

.shipping-calculator-form {
    text-align: left;
}

.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
    display: none;
}

.order-total th,
.order-total td {
    border-top: 1px solid #ebebeb !important;
}

.checkout-button {
    border-color: #1a79ff !important;
    background: #1a79ff !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.checkout-button:hover {
    border-color: #333 !important;
    background: #333 !important;
}

.woocommerce-notices-wrapper,
.wc-empty-cart-message {
    width: 100%;
}

/* checkout */
.page-id-1723 .site-inner {
    padding: 15px;
}

#order_review_heading {
    display: none;
}

#order_review #order_review_heading {
    display: block;
}

form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#customer_details {
    width: 58%;
}

#customer_details .col-1,
#customer_details .col-2 {
    padding: 20px 30px;
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}

#customer_details h3,
#order_review h3 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    text-transform: capitalize;
}

#customer_details input,
#customer_details select,
#customer_details .select2-selection__rendered,
#customer_details textarea {
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: calc(15px / 2) 10px;
    font-size: 16px;
    border-radius: 0;
}

#customer_details .select2-selection {
    border: unset;
}

#customer_details .col-1,
#customer_details .col-2 {
    float: unset;
    width: 100%;
}

#order_review {
    width: 40%;
    margin-left: auto;
    padding: 20px 30px;
    background-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}

.page-id-1723 .entry-header {
    display: block;
    text-align: center;
}

.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

#billing_first_name_field,
#billing_last_name_field {
    width: 49%;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    list-style: unset;
}
.woocommerce table.woocommerce-checkout-review-order-table th:nth-child(2){
    width: 90px;
}
.woocommerce table.woocommerce-checkout-review-order-table th:nth-child(3){
    width: 120px;
}
.woocommerce-NoticeGroup-checkout{
    width: 100%;
}


/************ // Content // ************/

/*=====================
 Home page
====================== */
.introduction {
    padding: 0px 15px;
    margin-top: 30px;
}

.brands-section .brands-list {
    display: flex;
    flex-wrap: wrap;
}

.brands-section .brands-list .each-brand {
    width: calc(100%/4);
    display: flex;
    padding: 15px;
}

.why-section {
    padding: 15px 0px;
}

/* =======================
    Service Page
======================= */
.quick-links-container {
    padding: 40px 0px;
}

.quick-links-container p {
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    color: var(--blue);
}

.quick-links-container p a {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 22.4px;
}

.quick-links-container p span {
    font-weight: 600;
}

.content-wrap img {
    margin-top: 25px;
}

/* =======================
    About Us Page
======================= */
.each-staff-category-section {
    padding: 0px 15px;
    text-align: center;
}

.each-staff-category-section h5 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.meet-the-team-section {
    text-align: center;
}

.meet-the-team-section h3 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 700;
}

.meet-the-team-section span.sub-title {
    color: #6c757d;
    margin-bottom: 30px;
    display: block;
}

.each-staff-category-section .staff-slider {
    margin-bottom: 30px;
    padding: 20px;
}

.staff-container {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    height: 100%;
}

.staff-container img {
    width: 100%;
}

.staff-container .text-content {
    padding: 14px 16px 16px;
}

.staff-container .text-content span {
    display: block;
    font-size: 14px;
    color: #6c757d;
}

.staff-container .text-content span a {
    color: #6c757d;
}

.staff-container .text-content span.staff-name {
    font-size: 16px;
    text-transform: uppercase;
    color: #262626;
}

.staff-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    /* make all slides equal height */
}

.staff-slider .swiper-slide {
    height: auto;
    /* allow flexible height */
    display: flex;
    flex-direction: column;
}

/************ // WooCommerce // ************/

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-primary,
.sidebar-secondary {
    float: unset;
    width: unset;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: unset;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: unset;
}

.post-type-archive-product .sidebar-primary,
.tax-product_cat .sidebar-primary {
    width: 250px;

}

#genesis-sidebar-primary .widget-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding: 8px 0px;
}

.post-type-archive-product .site-inner,
.tax-product_cat .site-inner {
    padding: 0px 15px;
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.post-type-archive-product .content-sidebar-wrap,
.tax-product_cat .content-sidebar-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
}

.post-type-archive-product .sidebar-secondary,
.tax-product_cat .sidebar-secondary {
    width: 270px;
    padding: 1.375rem 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.post-type-archive-product .sidebar-secondary .each-ad-container,
.tax-product_cat .sidebar-secondary .each-ad-container {
    margin-bottom: 10px;
}

.sidebar .widget {
    padding: 0px;
}

.sidebar {
    font-size: 14px;
}

.sidebar-content-sidebar .content {
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
}

ul,
li {
    margin: 0;
    padding: 0;
}

#genesis-sidebar-primary h4 {
    padding: 10px 14px;
}
.filter-container{
    position: relative;
}
.filter-container h3 {
    padding: 10px;
}
.filter-container .close-btn {
    background-color: #e7e7e7;
    padding: 8px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    right: -8px;
    top: -15px;
    opacity: 0;
}

.filter-container .group {
    position: relative;
    padding: 8px 14px;
}

.filter-container .group span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.filter-container .li:hover,
.filter-container .li.active {
    background-color: var(--blue);
    color: #fff;
}

.filter-container .sub-category {
    position: absolute;
    background-color: #fff;
    left: 250px;
    top: 0px;
    width: 260px;
    display: none;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: rgb(187, 187, 187) 2px 2px 4px;
}

.filter-container li {
    padding: 8px 14px !important;
    position: relative;
}
.filter-btn{
    display: none;
}
.filter-container li a {
    color: #000;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: start;

}
.filter-container li a svg{
    margin-top: 4px;
    margin-right: 5px;
}
.filter-container.categories li a {
    display: flex;
    justify-content: space-between;
}

.filter-container li a:hover {
    color: var(--blue);
}

.filter-container li a i {
    margin-right: 5px;
}

.filter-container li:hover .sub-category,
.filter-container .category:hover {
    display: block;
}

.filter-container li button {
    background: unset;
    border: unset;
    padding: 5px;
    font-size: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 16px;
}
.sub-sub-category{
    height: 0px;
    overflow: hidden;
}

.sub-sub-category.show{
    height: auto;
}

.after-entry,
.archive-description,
.author-box {
    padding: 10px 0px;
    background-color: unset;
    margin-bottom: 0px;
}

.after-entry,
.archive-description h1,
.author-box h1 {
    margin-bottom: 0px;
}

.title-container {
    display: none;
}

/* products */
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: unset;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.post-type-archive-product .woocommerce-products-header__title.page-title,
.post-type-archive-product .woof_products_top_panel_content,
.post-type-archive-product .woof_products_top_panel,
.post-type-archive-product .woocommerce-notices-wrapper,
.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product.woocommerce ul.products,
.post-type-archive-product .woocommerce-pagination{
    display: none;
}

.each-category-products-section h3{
    margin-top: 40px;
}
.each-category-products-section h3 a{
    color: inherit;
}
.post-type-archive-product.woocommerce .shop-wrap ul.products{
    display: grid;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding-bottom: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    min-height: 58px;
    padding: 0px 16px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #262626;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce ul.products li.product a {
    color: #000;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: unset;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: 150px;
    display: block;
    margin: 25px auto;
    box-shadow: none;
}

.price-add-to-cart-container {
    padding: 0px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce ul.products li.product .price {
    margin-bottom: unset;
}

.price-add-to-cart-container .price-container span {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1;
}

.woocommerce ul.products li.product .button {
    margin-top: 0px;
    color: #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    z-index: 0;
}

.woocommerce ul.products li.product .button svg {
    fill: #ccc;
}

.woocommerce ul.products li.product:hover .button svg,
.woocommerce-page ul.products li.product:hover .button svg {
    fill: #fff;
}

.woocommerce ul.products li.product:hover .button::before,
.woocommerce-page ul.products li.product:hover .button::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #1a79ff;
}

.woocommerce ul.products li.product .button::before {
    top: -2px;
    left: -2px;
    display: block;
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background .2s,
        -webkit-transform .2s;
    transition: background .2s,
        -webkit-transform .2s;
    transition: transform .2s,
        background .2s;
    transition: transform .2s,
        background .2s,
        -webkit-transform .2s;
}

.status-container {
    padding: 0px 15px;
}

.status-container .status-container {
    width: 25px;
    height: 25px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-flex;
    background-color: #e2f2da;
    color: #44782a;
    min-height: 23px;
    border-radius: 11.5px;
    min-width: 31px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.archive-sku-container {
    padding: 0px 15px;
    font-size: 12px;
    line-height: 1;
    color: #999;
    margin-bottom: 8px;
}

/* single page */
.breadcrumb {
    margin-bottom: 30px;
    padding: 12px 0px;
    background-color: unset;
}

.single-product .site-inner {
    padding: 0px 15px;
}

.woocommerce-page div.product div.images {
    width: 75%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    padding: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: unset;
    width: 440px;
    padding: 40px;
}

.woocommerce div.product div.images .product-name-wrap {
    margin-left: 25px;
}

.woocommerce div.product div.images .product-name-wrap h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.woocommerce-page div.product div.summary {
    width: 23%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding: 40px 35px;
}

.summary .price-container {
    margin-bottom: 20px;
}

.summary .price-container span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: #262626 !important;
    line-height: 1;
}

.summary .price-container span.price {
    width: 100%;
    display: block;
}
.woocommerce div.product form.cart{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .quantity .qty {
    width: 130px;
    padding: 7px 16px;
    background-color: #ebebeb;
    border-color: #ebebeb;
    height: 100%;
}

.sku-container {
    margin-bottom: 25px;
}

.sku-container .sku_wrapper {
    width: 100%;
    display: flex;
    font-size: 14px;
}

.sku-container .sku_wrapper .title {
    width: 135px;
}

.sku-container .sku_wrapper span.sku {
    width: 160px;
}

.product_meta {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    background: #eee;
    color: #aaa;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #00407b;
    -webkit-box-shadow: 0 -2px #00407b inset;
    box-shadow: 0 -2px #00407b inset;
    color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: unset;
    border-radius: unset;
    padding: 14px 18px 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #fff;
    padding: 20px;
}

.woocommerce-page div.product .woocommerce-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    width: 75%;
}

.benefits-wrap {
    float: right;
    width: 23%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding: 25px 30px;
    margin-bottom: 25px;
}

.benefits-wrap .each-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefits-wrap .each-benefit .icon-contianer {
    margin-right: 18px;
}

.benefits-wrap .each-benefit .icon-contianer svg {
    fill: #1a79ff;
    width: 38px;
    height: 38px;
}

.benefits-wrap .each-benefit h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.benefits-wrap .each-benefit p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0px;
}

.tabs-container {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    width: 75%;
    float: left;
    margin-bottom: 20px;
}

.tabs-container .selecter-wrap {
    background: #eee;
    color: #aaa;
    text-align: center;
}

.tabs-container .selecter-wrap ul {
    display: flex;
    justify-content: center;
}

.tabs-container .selecter-wrap ul li {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 18px 13px;
    cursor: pointer;
}

.tabs-container .selecter-wrap ul li.active {
    background: #00407b;
    -webkit-box-shadow: 0 -2px #00407b inset;
    box-shadow: 0 -2px #00407b inset;
    color: #eee;
}

.tabs-page-container .each-tab-page {
    padding: 36px;
    background-color: #fff;
    display: none;
}

.tabs-page-container .each-tab-page.show {
    display: block;
}

.tabs-page-container .each-tab-page h5 {
    font-size: 28px;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 6px;
}

.related.products {
    float: left;
    width: 100%;
}

.related.products h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    border-bottom: 2px solid #ebebeb;
    padding: 8px;
    margin-bottom: 20px;
}
.single-product #genesis-sidebar-primary, .single-product #genesis-sidebar-secondary{
    display: none;
}

/* Terms and condition */
.terms-condition-section span.subtitle {
    font-size: 15px;
    color: #999;
    margin-top: 8px;
    display: block;
    text-align: center;
    margin-bottom: 52px;
}

.terms-condition-section {
    max-width: 760px;
    margin: 44px auto;
}

.terms-condition-section h1 {
    margin-bottom: 0px;
    text-align: center;
}

.terms-condition-section .content-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
    padding: 50px;
}

/* my account */
.page-id-1728 .site-inner {
    padding: 44px 15px;
}

.page-id-1728 .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.page-id-1728 .woocommerce .navigation-side {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    width: 24%;
    padding: 0;
}

.page-id-1728 .woocommerce .navigation-side h4 {
    padding: 20px 30px;
    margin-bottom: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: unset;
}

.page-id-1728 .woocommerce .navigation-side ul {
    width: 100%;
    display: block;
    list-style: none;
    margin-left: 0px;
}

.page-id-1728 .woocommerce .navigation-side ul li {
    list-style: unset;
    width: 100%;
}

.page-id-1728 .woocommerce .navigation-side ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding: 10px 0px;
}

.page-id-1728 .woocommerce .navigation-side ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.page-id-1728 .woocommerce .navigation-side ul li a {
    cursor: pointer;
    display: block;
    color: #6c757d;
    padding: 7px 30px;
    font-size: 15px
}

.page-id-1728 .woocommerce .navigation-side ul li:hover a {
    background: #f2f2f2;
    color: #1a79ff;
}

.page-id-1728 .woocommerce .navigation-side ul li.is-active a {
    -webkit-box-shadow: 3px 0 #1a79ff inset;
    box-shadow: 3px 0 #1a79ff inset;
    color: #262626;
}

.edit-account-section {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content .select2-selection__rendered {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    padding: calc(15px / 2) 10px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}

.woocommerce-MyAccount-content .select2-selection {
    border: unset !important;
}

.woocommerce-MyAccount-content h3 {
    padding: 15px 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce-EditAccountForm {
    padding: 20px;
}

.woocommerce-Button,
.woocommerce-button,
button[type="submit"], .theme-btn {
    background-color: #1a79ff !important;
    border-color: #1a79ff !important;
    color: #fff !important;
    border-radius: 0px !important;
    padding: .618em 1em;
}

.edit-account-section .woocommerce-Button,
.woocommerce-button {
    margin-top: 10px !important;
}

.woocommerce-MyAccount-content {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.woocommerce-Address {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    padding: 15px;
    border-radius: 8px;
}

.woocommerce-Address .woocommerce-Address-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.woocommerce-Address .woocommerce-Address-title h2 {
    flex: 1;
    text-align: left;
    font-size: 18px;
}

.woocommerce-Addresses address p {
    margin-bottom: 10px;
}

.woocommerce-Addresses address p:first-child {
    font-weight: 700;
}

/* login register */

#customer_login{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0px;
}
#customer_login .form-wrap{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    height: 100%;
    padding: 2rem;
}
#customer_login .form-wrap h2{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2rem;
    margin-top: -4px;
}
.woocommerce form.login, .woocommerce form.register{
    border: unset;
    padding: 0px;
    margin: 0px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: block;
    margin-bottom: 10px;
}
.woocommerce-LostPassword{
    margin-bottom: 0px;
}
.woocommerce-LostPassword a{
    color: inherit;
}
/* notice */
#notice-popup{
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: #0000006b;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;

}
#notice-popup .popup-content{
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin: 0px 15px;
}
#notice-popup .popup-content .close-button{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e7e7e7;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}
/* Distributor Agent */
.distributor-agent-content-section {
    padding: 40px 0px;
}

.distributor-agent-content-section .form-wrap {
    width: 65%;
    margin: auto;
}

.form-wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 15px;
    padding: 15px;
    text-align: left;
}

.form-wrap label {
    margin-bottom: .25rem;
    font-size: 15px;
}

.form-wrap h3 {
    font-size: 28px;
    font-weight: 500;
}

/* finance */
.finance-content-section {
    padding: 40px 0px;
}

.finance-section .form-wrap {
    width: 65%;
    margin: auto;
}

/* blogs */
.blog-archive-section {
    padding: 20px 15px
}

.blog-archive-section h1 {
    text-align: center;
    font-size: 30px;
}

.blog-archive-section .blog-list-container {
    margin: 0 auto;
}

.blog-archive-section .each-blog-wra {
    background: white;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    transition: box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.blog-archive-section .each-blog-wra:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.blog-archive-section .thumbnail-container {
    flex-shrink: 0;
    width: 400px;
}

.blog-archive-section .thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-archive-section .content-container {
    flex: 1;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-archive-section .content-wrap {
    margin-bottom: 24px;
}

.blog-archive-section .heading {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-archive-section .category {
    display: inline-block;
    color: #0066cc;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-archive-section .heading h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top: 8px;
}

.blog-archive-section .heading h3 a {
    color: inherit;
}

.blog-archive-section .content-wrap p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-top: 12px;
}

.blog-archive-section .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.blog-archive-section .bottom-section a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease;
}

.blog-archive-section .bottom-section a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.blog-archive-section .bottom-section span {
    font-size: 13px;
    color: #999;
}

/* single blog */
.single-post .breadcrumb {
    display: none;
}

.single-blog-section .hero-section {
    position: relative;
    height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?w=1200&h=400&fit=crop');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.single-blog-section .category-badge {
    background: #007bff;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
}

.single-blog-section .hero-title {
    font-size: 42px;
    font-weight: 700;
    max-width: 800px;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.single-blog-section .content-wrapper {
    max-width: 800px;
    margin: -80px auto 0;
    position: relative;
    z-index: 10;
}

.single-blog-section .content-card {
    background: white;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
    margin-bottom: 40px;
}

.single-blog-section .content-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.4;
}

.single-blog-section .content-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.single-blog-section .section-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 32px 0 16px;
}

.single-blog-section .content-image {
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.single-blog-section .content-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.single-blog-section .image-caption {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 12px;
    font-style: italic;
}

.single-blog-section .inline-image-wrapper {
    margin: 32px 0;
}

.single-blog-section .inline-image-container {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.single-blog-section .inline-text {
    flex: 1;
}

.single-blog-section .inline-image {
    flex-shrink: 0;
    width: 280px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.single-blog-section .footer-space {
    height: 60px;
}

.essb_links {
    padding: 0px 15px;
}

/* contact us */
.contact-us-content-section {
    padding: 20px 15px;
    background-color: #c7c7c7;
}

.contact-us-content-section .contact-us-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-us-content-section .wrap .jhb-branch-container h3,
.contact-us-content-section .wrap .jhb-branch-container .contact-details-list,
.contact-us-content-section .wrap .jhb-branch-container p {
    width: 100%;
}

.contact-us-content-section .wrap .jhb-branch-container .map-container {
    margin-top: auto;
}

.contact-us-content-section .wrap .jhb-branch-container,
.contact-us-content-section .wrap .kzn-branch-container {
    width: 48%;
}

.each-contact-details.empty {
    height: 125px;

}

.contact-us-content-section .wrap .kzn-branch-container {
    margin-left: auto;
}

.contact-us-content-section .wrap span {
    display: block;
}

.contact-us-content-section .wrap a {
    color: inherit;
}

.contact-us-content-section .contact-us-content-wrap h3 {
    font-size: 28px;
    font-weight: 500;
}

.form-section .forms-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-section .forms-wrap .each-form {
    width: 50%;
}

/* about green machine */
.about-green-machine-section, .green-machine-section{
    padding-top: 30px;
}
.about-green-machine-section a {
    color: inherit;
}
.about-green-machine-content-section section, .green-machine-section section{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom:20px ;
}
.about-green-machine-section h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.about-green-machine-section h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0 20px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.about-green-machine-section p {
    font-size: 15px;
    line-height: 1.2;
    color: #555;
    margin-bottom: 16px;
}

.about-green-machine-section .intro-section {
    margin-bottom: 40px;
}

.about-green-machine-section .image-section {
    margin: 40px 0;
}

.about-green-machine-section .image-section img {
    max-width: 100%;
    height: auto;
    width: 450px;
}

.about-green-machine-section img.main-product-image {
    max-width: 800px;
    width: 800px;
    display: block;
}

.about-green-machine-section .content-with-image {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 30px 0;
}

.about-green-machine-section .content-with-image .text-content {
    flex: 1;
}

.about-green-machine-section .content-with-image .image-content {
    flex-shrink: 0;
    width: 300px;
}
.about-green-machine-section .content-with-image img {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-green-machine-section .wax-image {
    max-width: 400px;
    margin: 30px 0;
}

.about-green-machine-section ul {
    margin: 20px 0;
    padding-left: 20px;
}

.about-green-machine-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

.about-green-machine-section ol {
    margin: 20px 0;
    padding-left: 20px;
}

.about-green-machine-section ol li {
    margin-bottom: 16px;
}

.about-green-machine-section .video-link {
    margin: 20px 0;
}

.about-green-machine-section .video-link a {
    color: #007bff;
    text-decoration: none;
}

.about-green-machine-section .video-link a:hover {
    text-decoration: underline;
}

.about-green-machine-section .accessories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 40px 0;
}

.about-green-machine-section .accessory-item {
    text-align: center;
}

.about-green-machine-section .accessory-circle {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px;
}

.about-green-machine-section .accessory-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-green-machine-section .accessory-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.about-green-machine-section .accessory-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.about-green-machine-section .note-text {
    font-style: italic;
    color: #666;
    margin-top: 30px;
}
.green-machine-content-section .floating-image{
    max-width:50%; 
    float:right; 
    padding:10px; 
    background:#000;
}

/* gallery */
.gallery-section{
    margin: 20px 15px;
}
.gallery-section h1{
    text-align: center;
    padding-top: 20px;
}
#thumbnail-gallery{
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: flex;
}
#thumbnail-gallery a{
    width: calc((100% - 6px) / 7);
    padding: 1.125rem;
    text-align: center;
    position: relative;
    outline: unset !important;
    display: flex;
    max-height: 250px;
    justify-content: center;
}
#thumbnail-gallery a:hover{
    background-color: #fafafa;
}
#thumbnail-gallery a img{
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
/************ // Footer // ************/
.site-footer {
    background-color: #333333;
    color: #fff;
    padding: 56px 0 0px;
    font-size: 14PX;
}

.site-footer .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
}

.footer-section .footer-content-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.footer-section .footer-content-wrap .each-content-wrap {
    color: #9e9e9e;
    line-height: 1.5;
}

.footer-section .footer-content-wrap .each-content-wrap a {
    color: #9e9e9e;
    text-decoration: unset;
}

.footer-section .footer-content-wrap .each-content-wrap p a {
    font-weight: 600;
}

.footer-section .footer-content-wrap .each-content-wrap:nth-child(1) {
    width: 31%;
}

.footer-section .footer-content-wrap .each-content-wrap:nth-child(1) p {
    padding-right: 30px;
}

.footer-section .footer-content-wrap .each-content-wrap:nth-child(2) {
    width: 20%;
}

.footer-section .footer-content-wrap .each-content-wrap:nth-child(3) {
    width: 49%;
    margin-left: auto;
}

.footer-section .footer-content-wrap .each-content-wrap h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.footer-section .footer-content-wrap .each-content-wrap ul {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
}

.footer-section .footer-content-wrap .each-content-wrap ul li {
    /* margin-bottom: 15px; */
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
}

.footer-content-wrap .each-content-wrap .facebook-news-feed-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.each-content-wrap .facebook-news-feed-wrap .each-news-feed {
    max-height: 440px;
    overflow: hidden;
    width: 49%;
    padding: 15px;
}

.social-icons-container .each-social {
    margin-bottom: 10px;
}

.social-icons-container .each-social a {
    display: flex;
    align-items: center;
}

.social-icons-container .each-social img {
    margin-right: 10px;
}

.site-footer p.copy-right {
    padding: 35px 0px;
    margin-top: 40px;
    background: #2b2b2b;
}
.widget-contact{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 6px rgba(0,0,0,0.8);
    padding: 5px;
    border-radius: 7px 0 0px 7px;
    width: 40px;
    z-index:99999;
    background: #fff;
}
.widget-contact:hover{
    width: fit-content;
}

.widget-contact-item svg {
    padding-right:15px;
}

.widget-contact-item > span, .widget-contact-item > span a {
    display: inline-block;
    padding: 10px 8px;
    position: relative;
    left: 0;
    cursor: pointer;
    width: 170px;
    color: #00407b;
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
}
.widget-contact-item > span{
    padding: 0px;
}

.widget-contact-item > span a:hover {
    background-color: var(--blue);
    color: #fff;
}
/* brands pages */
.each-brand-section{
    padding: 15px;
}
.each-brand-section .image-wrap{
    display: flex;
    justify-content: center;
}

/************ // Responsive // ************/
@media screen and (max-width: 1280px) {
    .site-header .widget-area #custom_html-2 {
        width: 150px;
    }
    .woo-commerce-nav .nav-item{
        gap: 0px;
    }
    .woo-commerce-nav .nav-item .icon{
        margin-right: 5px;
    }
    .woo-commerce-nav .nav-item:last-of-type .icon{
        margin-right: 10px;
    }
    .site-header .widget-area{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 1200px) {
    /* Laptop */
    .woo-commerce-nav .nav-text{
        display: none;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(3, 1fr);
    }
    .post-type-archive-product .sidebar-secondary, .tax-product_cat .sidebar-secondary{
        width: 200px;
    }
    .woocommerce-page div.product div.summary{
        padding: 30px 20px;
    }
    .woocommerce div.product form.cart div.quantity{
        margin-bottom: 10px;
        margin-right: 0px;
        width: 100%;
    }
    .woocommerce .quantity .qty{
        width: 100%;
    }
    .woocommerce div.product form.cart{
        width: 50%;
    }
    .woocommerce-page div.product div.summary{
        width: 100%;
        float: unset;
    }
    .woocommerce div.product form.cart .button{
        width: 100%;
    }
    .tabs-container{
        width: 100%;
    }
    .benefits-wrap{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .woocommerce-page div.product div.images{
        width: 100%;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        float: unset;
    }

}

@media screen and (max-width: 1024px) {
    /* Older Desktop */

    /* menu */
    .sub-menu-toggle, .menu-toggle{
        display: block;
        visibility: visible;
    }
    .site-header{
        padding: 0px 15px;
    }
    .site-header .widget-area{
        flex-wrap: wrap;
        padding: 0px;
        justify-content: unset;
    }
    .site-header .widget-area #custom_html-5{
        margin-left: auto;
    }
    #nav_menu-2 .widget-wrap{
        text-align: center;
    }
    #nav_menu-2 .widget-wrap button{
        margin: auto;
        background: unset !important;
        padding: 10px;
        display: flex;
        align-items: center;
        padding-left: 0px;
        color: #fff;
        outline: unset !important;
    }
    #nav_menu-2 .widget-wrap button.sub-menu-toggle{
        position: absolute;
        left: 0;
        right: 0;
        background-color: transparent;
        text-align: end;
        display: flex;
        justify-content: end;
    }
    #nav_menu-2 .widget-wrap button::before{
        width: 100%;
        text-align: end;
    }
    #nav_menu-2 .widget-wrap button.sub-menu-toggle span{
        width: 100%;
    }
    .js nav.nav-primary, .js .site-header nav{
        position: absolute;
        background-color: var(--blue);
        left: 0;
        right: 0;
        z-index: 99;
        padding: 15px;
        margin-top: 20px;
        border-top: 1px solid #fff;
        padding-right: 0px;
    }
    .genesis-nav-menu .menu-item a svg{
        display: none;
    }
    .genesis-nav-menu .sub-menu a{
        background-color: transparent;
        color: #fff !important;
        font-size: 12px;
    }

    /* footer */
    .footer-section .footer-content-wrap .each-content-wrap{
        width: 100% !important;
    }
    .site-footer .wrap{
        padding: 0px;
    }
    .site-footer .wrap .footer-section{
        padding: 0px 15px;
    }

    /* shop */
    .post-type-archive-product .sidebar-secondary, .tax-product_cat .sidebar-secondary{
        display: none;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        grid-template-columns: repeat(3, 1fr);
    }
    /* service page */
    .quick-links-container p span{
        display: none;
    }
    .quick-links-container p{
        flex-wrap: wrap;
        width: 100%;
    }
    .quick-links-container p a {
        width: 100%;
        text-align: center;
        position: relative;
        padding: 5px 0px;
    }
    .quick-links-container p a:nth-of-type(2):before {
        content: "";
        position: absolute;
        background-color: var(--blue);
        width: 70px;
        height: 2px;
        top: 0;
        left: 50%;
        transform: translateX(-50%); 
    }
    .quick-links-container p a:nth-of-type(2)::after{
        content: "";
        position: absolute;
        background-color: var(--blue);
        width: 70px;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); 
    }
    .wrap{
        padding: 0px 15px;
    }

    /* about us */
    .each-staff-category-section .staff-slider{
        padding-bottom: 40px;
    }
    /* blog */
    .blog-archive-section .heading{
        display: block;
    }
    .blog-archive-section .category{
        margin-bottom: 0px;
    }
    .blog-archive-section .heading h3{
        line-height: 1.2;
    }
    /* gallery */
    #thumbnail-gallery{
        flex-wrap: wrap;
    }
    #thumbnail-gallery a{
        width: calc((100% - 6px) / 5);
    }


    /* cart */
    .page-id-1720 .woocommerce-cart-form{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        width: 100%;
    }
    /* CHECKOUT */
    #customer_details{
        width: 100%;
    }
    #order_review{
        width: 100%;
    }

    /* products */
    .sidebar-content-sidebar .content{
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    /* iPad */

    /* blogs */
    .single-blog-section .hero-section {
        height: 300px;
    }

    .single-blog-section .hero-title {
        font-size: 28px;
    }

    .single-blog-section .content-card {
        padding: 32px 24px;
        margin: -60px 16px 24px;
    }

    .single-blog-section .content-title {
        font-size: 24px;
    }

    .single-blog-section .content-text {
        font-size: 15px;
    }

    .single-blog-section .inline-image-container {
        flex-direction: column;
    }

    .single-blog-section .inline-image {
        width: 100%;
    }

    /* home page */
    .brands-section .brands-list .each-brand{
        width: calc(100%/3);
    }

    /* shop */
    #genesis-sidebar-primary{
        position: fixed;
        left: 0;
        right: 0;
        padding: 10px 10px 0px;
        bottom: 0;
        top: 0;
        width: 100%;
        z-index: 3;
        background-color: rgba(0,0,0,0.8);
        margin-bottom: 0px;
        display: none;
        align-items: end;
        height: 100dvh;
        overflow-y: scroll;
    }
    #genesis-sidebar-primary.active{
        display: flex;
    }
    #genesis-sidebar-primary #custom_html-4{
        width: 100%;
        overflow-y: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        height: 98dvh;
    }
    #genesis-sidebar-primary #custom_html-4 .custom-html-widget{
        padding: 20px;
    }
    .filter-container li button{
        right: 0px;
    }
    .categories{
        height: 85dvh;
        overflow-y: scroll;
    }
    .filter-container .sub-category.active{
        display: block;
    }
    .filter-container .sub-category{
        position: relative;
        box-shadow: unset;
        width: 100%;
        left: 0;
        border: unset;
    }
    .filter-container .close-btn{
        opacity: 1;
    }
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
        width: unset;
        margin: 0;
    }
    .sidebar-content-sidebar .content{
        padding-left: 0px;
    }
    .filter-btn{
        background-color: #ebebeb;
        color: #333333;
        margin-right: 10px;
        padding: 10px 20px;
    }
    /* green machine */
    .about-green-machine-section img.main-product-image{
        width: 100%;
    }
    .about-green-machine-section .accessories-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    /* blogs page */
    .blog-archive-section .each-blog-wra{
        display: block;
    }
    .blog-archive-section .thumbnail-container{
        width: 100%;
    }
    .blog-archive-section .content-container{
        padding: 20px 20px;
    }
    .blog-archive-section .content-wrap p{
        margin-bottom: 0px;
    }

    /* gallery */
    #thumbnail-gallery a{
        width: calc((100% - 6px) / 3);
    }

    /* contact us */
    .contact-us-content-section .wrap .jhb-branch-container, .contact-us-content-section .wrap .kzn-branch-container{
        width: 100%;
        margin-bottom: 30px;
    }
    .each-contact-details.empty{
        display: none;
    }
    .form-section .forms-wrap .each-form{
        width: 100%;
    }
    /* cart */
    .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item{
        margin: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }

    /* my account */
    .page-id-1728 .woocommerce .navigation-side{
        width: 100%;
    }
    .page-id-1728 .woocommerce .navigation-side ul{
        display: flex;
        overflow: scroll;
        margin-bottom: 0px;
    }
    .page-id-1728 .woocommerce .navigation-side ul li a{
        white-space: nowrap;
        text-align: center;
        padding: 15px 30px;
    }
    .page-id-1728 .woocommerce .navigation-side ul li.woocommerce-MyAccount-navigation-link--customer-logout{
        margin-top: unset;
        border: unset;
        padding: unset;
    }
    .page-id-1728 .woocommerce .navigation-side ul li.is-active a{
        -webkit-box-shadow: 0px -3px #1a79ff inset;
        box-shadow: 0px -3px #1a79ff inset;
    }
    .page-id-1728 .woocommerce .navigation-side h4{
        padding: 20px 30px 10px;
    }
    .woocommerce-MyAccount-content .woocommerce-orders-table tr{
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        padding: 20px;
        margin-bottom: 15px;
    }
    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
        padding: 10px 10px;
    }
    .woocommerce-Address{
        margin-bottom: 20px;
    }
    /* filter */
    .filter-btn{
        display: block;
    }

}

@media screen and (max-width: 480px) {
    /* navigation */
    .site-header .widget-area{
        padding: 0px;
        justify-content: unset;
    }
    .site-header .widget-area #custom_html-2{
        width: 140px;
    }
    .site-header .widget-area #custom_html-5{
        margin-left: auto;
    }
    #nav_menu-2 .widget-wrap button{
        padding: 0px;
    }
    #nav_menu-2 .widget-wrap button::before{
        font-size: 30px;
        width: unset;
        height: unset;
        margin-right: unset;
    }


    .bg-top-container{
        padding: 20px 0px;
    }
    .bg-top-container h1{
        font-size: 30px;
    }

    /* iPhone 6 Plus, Landscape Display */
    .brands-section .brands-list .each-brand{
        width: calc(100%/2);
    }

    /* workshop page */
    .quick-links-container p a{
        font-size: 20px;
        line-height: 1.2;
    }
    
    /* about machine */
    .about-green-machine-section .content-with-image{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .about-green-machine-section .content-with-image .image-content{
        width: 100%;
    }
    .about-green-machine-section .image-section{
        margin: 0px;
    }
    .green-machine-content-section .floating-image{
        max-width:100%; 
        float:unset;
        margin-bottom: 10px; 
    }
    h1{
        font-size: 26px;
    }
    /* distributor agent page */
    .distributor-agent-content-section .form-wrap{
        width: 100%;
    }
    /* finance */
    .finance-section .form-wrap{
        width: 100%;
    }
    /* gallery */
    #thumbnail-gallery a{
        width: calc((100% - 6px) / 2);
    }
    /* contact us */
    .contact-us-content-section{
        padding: 0px;
    }
    /* checkout */
    #customer_details .col-1, #customer_details .col-2{
        padding: 15px 10px;
    }
    #billing_first_name_field, #billing_last_name_field, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 100%;
    }
    .woocommerce-checkout-review-order-table td{
        font-size: 14px;
    }
    #order_review{
        padding: 15px 10px;
    }
    .woocommerce-checkout-review-order-table thead tr th:first-of-type{
        width: 220px;
    }
    .woocommerce-checkout-review-order-table thead tr th:nth-last-of-type(2){
        width: 55px;
    }
    .woocommerce-column--shipping-address{
        margin-top: 20px;
    }
    .order_details thead tr th:last-of-type{
        width: 120px;
    }
    .woocommerce ul.order_details li{
        margin-bottom: 10px;
    }
    /* My account */
    .woocommerce-EditAccountForm{
        padding: 20px 10px;
    }
    .woocommerce form .form-row label{
        line-height: 1.4;
    }
    /* products */
    .woocommerce .products ul, .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce div.product form.cart{
        width: 100%;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
        flex-direction: column-reverse;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
        width: 100%;
    }
    .woocommerce div.product div.images .product-name-wrap{
        margin-left: 0px;
    }
    .woocommerce div.product div.images .product-name-wrap h1{
        font-size: 22px;
        line-height: 1.2;
    }
    .tabs-page-container .each-tab-page h5{
        font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    /* iPhone 4,5, Portrait Display */

}