/*
 Theme Name:   Unixbarcode theme
 Theme URI:    http://example.com/twentytwentyone-child/
 Description:  Twenty Twenty-One Child Theme for Fatafat
 Author:       Antigravity
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyone-child
*/


:root{
    --bs-heading-color: #000 !important;
    --global--color-dark-gray: #509af4 !important;
    --base-color: #5f8e2a !important;
    --medium-gray: #000000 !important;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    --global--spacing-vertical: 20px !important;
}

body{
    background: #eceff1 !important;
}


/* ======================================================
   HOW IT WORKS (STEPS)
   ====================================================== */
.steps__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.step-card {
  /*background: var(--white);*/
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  flex: 1;
  position: relative;
  transition: var(--transition);
  min-width: 180px;
}
/*.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }*/

.step-card__number {
  position: absolute;
  top: 14px; left: 18px;
  width: 28px; height: 28px;
  background: url(assets/img/step-number-bg.webp) no-repeat center center / cover;
  color: white;
  border-radius: 50%;
  font-family: var(--font-main);
  font-size: 0.8rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

.step-card__icon {
  margin: 0 auto 16px;
  width: 56px; height: 56px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.step-card__title {
  font-family: var(--font-main);
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.step-card__desc { font-size: 0.98rem; color: var(--text-light); line-height: 1.6; margin: 0; min-height: 80px; }

.step-arrow {
  font-size: 2rem;
  color: var(--green);
  flex-shrink: 0;
  font-weight: 300;
}



/**/

.feature-wrapper{
        max-width:1400px;
        margin:auto;
        background:#f5f8ff;
        border:1px solid #e4e8f3;
        border-radius:24px;
        padding:30px 20px;
    }

    .feature-grid{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:30px;
    }

    .feature-item{
        display:flex;
        align-items:flex-start;
        gap:18px;
        padding:10px 20px;
        position:relative;
    }

    .feature-item:not(:last-child)::after{
        content:"";
        position:absolute;
        top:10px;
        right:-10px;
        width:1px;
        height:80%;
        background:#d9dfef;
    }

    .feature-icon img{
        width:70px;
        height:70px;
        object-fit:contain;
    }

    .feature-content h3{
        font-size:28px;
        font-weight:700;
        color:#07133d;
        margin-bottom:10px;
        line-height:1.2;
    }

    .feature-content p{
        font-size:18px;
        line-height:1.6;
        color:#1c2440;
    }

    /* Tablet */
    @media(max-width:991px){

        .feature-grid{
            grid-template-columns:repeat(2,1fr);
        }

        .feature-item:nth-child(2)::after{
            display:none;
        }
    }

    /* Mobile */
    @media(max-width:767px){

        .feature-grid{
            grid-template-columns:1fr;
        }

        .feature-item{
            padding:20px 0;
        }

        .feature-item::after{
            display:none;
        }

        .feature-content h3{
            font-size:22px;
        }

        .feature-content p{
            font-size:16px;
        }

        .feature-icon img{
            width:55px;
            height:55px;
        }
    }
    
    
.navbar>.container-fluid > * {
    align-items: center;
    gap: 15px;
}
a.header-cart-btn > img {
    width: 40px;
}

a.header-cart-btn {
    position: relative;
}
.cart-count{
    position: absolute;
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 0;
    right: -7px;
}

.feature-box .feature-box-icon-rounded{
    background: #509af4;
    color: #fff;
}

.feature-box .feature-box-icon-rounded a{
    color: #fff;
}
.feature-box h1{
    font-weight: 700;
    color: #fff;
	text-shadow: 0px 2px 5px #000;
}
.feature-box p{
    color: #fff;
	text-shadow: 0px 2px 5px #000;
}


h4{
    font-weight: 600 !important;
}

.feature-item{
    padding: 0;
}
.feature-content > h3{
    font-size: 18px;
}
.feature-content{
    font-size: 14px;
    width: calc(100% - 70px);
}
.feature-content p{
    margin: 0;
}

.product-wrapper{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.product-description{
    padding: 10px 15px;
}
.product-wrapper > a{
    /*height: 200px;*/
    overflow: hidden;
    display: block;
}
.product-wrapper > a > img{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.product-description{
    text-align: center;
}
.product-description h5{
    font-size: 24px;
    margin: 0;
	font-weight:bold;
}
.how-work__item-icon {
    max-width: 70px;
}
.how-work__item-content h4{
    font-size: 18px;
    margin: 0;
}


.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

ul.products li.product .button,
.add_to_cart_button,
a.add_to_cart_button:hover{
    display: inline-block;
    margin: 0 auto 20px;
    padding: 5px 35px;
    background: #509af4;
    border-radius: 10px;
    color: #fff;
    text-decoration: none !important;
}
.add_to_cart_button,
a.add_to_cart_button:hover{
    margin-bottom: 6px;
}

.wc-block-components-button:not(.is-link){
    
    background: #509af4;
    border-radius: 10px;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price{
    padding: 0 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: ;
}
.single-product .single_add_to_cart_button {
    border-radius: 10px;
    padding: 10px 30px !important;
    height: auto;
    font-size: 16px;
}

.woocommerce-product-gallery {
    border: 10px solid #fff;
    border-radius: 10px;
}
.woocommerce-product-gallery img {
    max-width: 100% !important;
}

.woocommerce-tabs ul li.active a{
    background: none;
    border-width: 2px 0 0 0;
    color: #000;
}
.woocommerce-tabs ul.tabs{
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #e3e3e3;
}

h1.product_title {
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}
.single-product .summary p.price{
    font-weight: 600;
    font-size: 14px;
}
.single-product .summary p.price {
    font-weight: 600;
    font-size: 23px;
    color: #000;
}
.woocommerce-product-details__short-description ul{
    padding-left: 15px;
}
.woocommerce-product-details__short-description ul li,
.woocommerce-Tabs-panel > ul > li{
    list-style-type: disc !important;
}
.woocommerce-Tabs-panel > h2:first-child {
    display: none;
}
.woocommerce-Tabs-panel > *{
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-Tabs-panel > ul{
    border: none;
}
.woocommerce-Tabs-panel > ul > li{
    display: block !important;
}
section.related.products > h2 {
    font-size: 30px;
    font-weight: 600;
}
.bg-base-color {
    background-color: #5f8e2a !important;
}
.bg-base-color a{
    color: #fff;
}


/**/

.barcode-search-page{
    padding:60px 0;
}

.barcode-search-form{
    display:flex;
    gap:15px;
    margin-bottom:40px;
}

.barcode-search-form input{
    width:100%;
    height:50px;
    padding:0 15px;
    border:1px solid #ddd;
}

.barcode-search-form button{
    height:50px;
    padding:0 30px;
    border:none;
    background:#000;
    color:#fff;
    cursor:pointer;
}

.barcode-result{
    display:flex;
    gap:30px;
    align-items:center;
    border:1px solid #eee;
    padding:25px;
    border-radius:10px;
}

.barcode-image img{
    width:180px;
    height:auto;
}

.barcode-content h2{
    margin-bottom:15px;
}

@media(max-width:767px){

    .barcode-result{
        flex-direction:column;
        text-align:center;
    }

    .barcode-search-form{
        flex-direction:column;
    }

}

.opacity-medium.bg-extra-dark-gray {
    background: #000;
}
iframe{
    width: 100%;
}
.woocommerce-breadcrumb{
    margin: 0 !important;
}

header.woocommerce-products-header > h1,
.singular .entry-title{
    font-size: 40px;
    font-weight: 600;
    margin: 0 !important;
    color: #000;
}
.singular .entry-header{
    padding: 1.5vw 0;
    margin: 0;
}


/**/

.text-brand-green { color: #007040; }
            .bg-brand-green { background-color: #007040; }
            .bg-brand-green:hover { background-color: #005a33; color: #fff; }
            .text-brand-blue { color: #2e83c7; }
            
            /* Header */
            .header-navbar {
                background: #fff;
                box-shadow: 0 2px 10px rgba(0,0,0,0.05);
                padding: 15px 0;
            }
            .nav-link {
                color: #333;
                font-weight: 500;
                margin: 0 10px;
                font-size: 15px;
            }
            .nav-link.active {
                color: #007040;
                border-bottom: 2px solid #007040;
            }
            .logo-text {
                font-size: 24px;
                font-weight: 700;
            }
            .logo-unix { color: #2e83c7; }
            .logo-barcode { color: #8cc63f; }
            
            /* Main Content */
            .main-section {
                padding: 60px 0;
                background: linear-gradient(135deg, #eaf2f8 0%, #f7f9fa 100%);
                min-height: calc(100vh - 80px);
            }
            .title:not(.woocommerce-Address-title) {
                font-size: 42px;
                font-weight: 700;
                color: #111;
                margin-bottom: 15px;
            }
            .subtitle {
                font-size: 18px;
                color: #555;
                margin-bottom: 40px;
            }
            
            /* Search Box */
            .search-box-wrapper {
                position: sticky;
                top: 100px;
                z-index: 1;
                transition: all 0.3s ease;
            }
            .search-box {
                background: #fff;
                border-radius: 8px;
                padding: 8px;
                display: flex;
                align-items: center;
                box-shadow: 0 5px 20px rgba(0,0,0,0.05);
                /*max-width: 600px;*/
                margin: 0 auto;
            }
            .search-box input {
                border: none;
                flex-grow: 1;
                padding: 10px 15px;
                font-size: 16px;
                outline: none;
            }
            .search-box input:focus {
                border: none;
                box-shadow: none;
                outline: none;
            }
            
            .barcode-icon {
                padding-left: 15px;
                color: #888;
                font-size: 20px;
            }
            #searchBtn.btn-verify {
                background-color: #007040;
                color: #fff;
                border: none;
                border-radius: 6px;
                padding: 12px 25px;
                font-weight: 600;
                font-size: 16px;
                white-space: nowrap;
            }
            
            .verification-note {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 15px;
                font-size: 14px;
                color: #555;
            }
            .verification-note i {
                color: #28a745;
                margin-right: 8px;
                font-size: 18px;
            }
            
            /* Feature Cards */
            .feature-card {
                background: #fff;
                border-radius: 12px;
                padding: 30px;
                text-align: center;
                box-shadow: 0 5px 15px rgba(0,0,0,0.03);
                height: 100%;
                border: 1px solid #f0f0f0;
            }
            .feature-icon-wrapper {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                background: #eaf5f0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 20px;
            }
            .feature-icon-wrapper i {
                font-size: 30px;
                color: #007040;
            }
            .feature-title {
                font-size: 18px;
                font-weight: 600;
                color: #007040;
                margin-bottom: 10px;
            }
            .feature-desc {
                font-size: 14px;
                color: #666;
            }
            
            /* Result Section */
            .result-section {
                margin-top: 60px;
                padding-top: 40px;
                border-top: 1px solid #e0e0e0;
                text-align: center;
            }
            .result-title {
                font-size: 24px;
                font-weight: 700;
                margin-bottom: 30px;
                display: inline-block;
                position: relative;
            }
            .result-title::after {
                content: '';
                position: absolute;
                bottom: -10px;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 3px;
                background-color: #007040;
                border-radius: 2px;
            }
            
            /* Empty State */
            .empty-state {
                margin-top: 40px;
            }
            .empty-icon {
                width: 100px;
                height: 100px;
                background: #eaf5f0;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 20px;
                border: 2px solid #007040;
                position: relative;
            }
            .empty-icon i {
                font-size: 40px;
                color: #333;
            }
            
            /* Product Card */
            .product-card {
                background: #fff;
                border-radius: 12px;
                padding: 30px;
                box-shadow: 0 5px 20px rgba(0,0,0,0.05);
                text-align: left;
                margin-top: 30px;
                display: none; /* hidden by default */
            }
            .product-image {
                background: #f8f9fa;
                border-radius: 8px;
                padding: 20px;
                text-align: center;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .product-image img {
                max-width: 100%;
                max-height: 200px;
            }
            .info-label {
                font-size: 13px;
                color: #777;
                margin-bottom: 5px;
            }
            .info-value {
                font-size: 16px;
                font-weight: 600;
                color: #222;
                margin-bottom: 20px;
            }
            .info-row {
                display: flex;
                align-items: flex-start;
                margin-bottom: 20px;
                border-bottom: 1px solid #f0f0f0;
                padding-bottom: 15px;
            }
            .info-row:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .info-icon {
                margin-right: 15px;
                font-size: 20px;
                color: #555;
                margin-top: 3px;
            }
            .status-verified {
                color: #007040;
                font-weight: 600;
                display: flex;
                align-items: center;
            }
            .status-verified i {
                margin-left: 8px;
                font-size: 18px;
            }
            .trusted-banner {
                background: #eaf5f0;
                border-radius: 8px;
                padding: 15px;
                margin-top: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #007040;
                font-weight: 500;
                font-size: 14px;
            }
            .trusted-banner i {
                margin-right: 10px;
                font-size: 18px;
            }
            
            /* Error Card */
            .error-card {
                background: #fff;
                border-radius: 12px;
                padding: 20px 30px;
                box-shadow: 0 5px 20px rgba(0,0,0,0.05);
                display: flex;
                align-items: center;
                margin-top: 30px;
                background: linear-gradient(to right, #fff, #fdf5f5);
                display: none; /* hidden by default */
            }
            .error-icon-wrapper {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background: #fde8e8;
                border: 2px solid #e74c3c;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 25px;
            }
            .error-icon-wrapper i {
                color: #e74c3c;
                font-size: 24px;
            }
            .error-text {
                text-align: left;
            }
            .error-title {
                color: #c0392b;
                font-weight: 600;
                font-size: 16px;
                margin-bottom: 5px;
            }
            .error-desc {
                color: #555;
                font-size: 14px;
            }
            
            
.why-content .section-title{
    font-weight: 600;
}

.why-content a{
    border-radius: 50px;
    background: #fff;
    color: #000;
    padding: 10px 10px 10px 20px;
}
.btn-style i {
    background: #5f8e2a;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
    font-size: 15px;
}

.wpcf7-form br{
    display: none;
}

.wpcf7-form input, 
.wpcf7-form textarea,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    padding: 5px 0px !important;
    color: #000;
    outline: none;
}
.wpcf7-form label {
    width: 100%;
    text-align: left;
}
.contact-form-wrapper{
    background: #fff;
    padding: 20px 30px 1px;
    border-radius: 20px;
    margin-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    max-width: 200px;
    border-radius: 10px;
}


.entry-content > *{
    max-width: 100% !important;
}
.entry-content > p:not(:empty) {
    margin: 0;
}
.entry-content > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
    /*margin: 0;*/
}

.entry-content ul li {
    list-style: inherit;
}

/* =========================
   WooCommerce My Account UI
========================= */

.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Sidebar Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin: 0;
    position: sticky;
    top: 100px;
    z-index: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 1px 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 18px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    color: #222;
    transition: 0.3s ease;
    background: #f5f5f5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #608e29;
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #608e29;
    color: #fff !important;
    text-decoration: none !important;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}

/* Headings */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

/* Tables */
.woocommerce-account table.shop_table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
}

.woocommerce-account table.shop_table th {
    background: #f8f8f8;
    padding: 15px;
    font-weight: 700;
}

.woocommerce-account table.shop_table td {
    padding: 15px;
}

/* Buttons */
.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button {
    background: #509af4 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 22px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover {
    background: #333 !important;
}

/* Forms */
.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 15px;
    min-height: 50px;
    background: #fafafa;
}

.woocommerce-account label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Dashboard Cards */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    border-radius: 10px;
    padding: 15px 20px;
    border: none;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 991px) {

    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

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

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 25px;
    }
}

@media (max-width: 576px) {

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content h2,
    .woocommerce-account .woocommerce-MyAccount-content h3 {
        font-size: 22px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a,
.woocommerce-account .woocommerce-MyAccount-content p{
    font-size: 1rem;
    line-height: normal;
}


header.woocommerce-Address-title.title > h2{
    margin: 0;
}
header.woocommerce-Address-title.title{
    margin-bottom: 20px;
}


/* =========================
   WooCommerce Account Details
========================= */

/* Heading */
.woocommerce-account .woocommerce-EditAccountForm h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #111;
}

/* Form Row */
.woocommerce-account .form-row {
    margin-bottom: 22px;
}

/* Labels */
.woocommerce-account .form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* Inputs */
.woocommerce-account .form-row input.input-text,
.woocommerce-account .form-row textarea,
.woocommerce-account .form-row select {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 15px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.woocommerce-account .form-row textarea {
    min-height: 140px;
    padding-top: 15px;
}

/* Focus */
.woocommerce-account .form-row input.input-text:focus,
.woocommerce-account .form-row textarea:focus,
.woocommerce-account .form-row select:focus {
    border-color: #000;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* Password hint */
.woocommerce-password-strength,
.woocommerce-password-hint {
    margin-top: 10px;
    font-size: 13px;
}

/* Buttons */
.woocommerce-account button.button,
.woocommerce-account .button {
    background: #509af4 !important;
    color: #fff !important;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.woocommerce-account button.button:hover,
.woocommerce-account .button:hover {
    background: #509af4 !important;
    transform: translateY(-2px);
}

/* Fieldsets */
.woocommerce-account fieldset {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 16px;
    margin-top: 35px;
}

.woocommerce-account fieldset legend {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    color: #111;
}

/* Two Column Layout */
@media (min-width: 768px) {

    .woocommerce-account .form-row-first,
    .woocommerce-account .form-row-last {
        width: 48%;
    }

    .woocommerce-account .form-row-first {
        float: left;
    }

    .woocommerce-account .form-row-last {
        float: right;
    }
    
    .account-menu-mobile{
        display:none;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .woocommerce-account fieldset {
        padding: 18px;
    }

    .woocommerce-account button.button,
    .woocommerce-account .button {
        width: 100%;
    }
}

.woocommerce-account .woocommerce-EditAccountForm #account_display_name+span {
    font-size: 14px;
}

body.woocommerce-account:not(.logged-in) .entry-header {
    display: none;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    color: #000 !important;
}

.woocommerce-account table.account-orders-table .button:hover,
ul.products li.product .button:hover{
    background: #509af4 !important;
    color: #fff;
}

.header-top-bar .widget a:link {
    color: #000;
}

.widget {
    padding: 0 !important;
    margin: 0 !important;
}

.widget a {
    color: #7b8487 !important;
    text-decoration: none;
    opacity: 1 !important;
}

.widget .wp-block-heading, .widget .widget-title,
footer h2{
    color: #fff;
        font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
aside.widget-area,
footer .footer-nav-wrapper{
    display: grid;
    /*grid-template-columns: minmax(320px, 1.5fr) repeat(3, 1fr);*/
    grid-template-columns: minmax(320px, 1.5fr) repeat(3, minmax(290px, 1fr));
    padding-top: 70px;
    column-gap: 15px;
    row-gap: 50px;
}
aside.widget-area > section:not(:last-child),
.footer-nav-wrapper > div:not(:last-child){
    position: relative;
}
/* === SSF ==== */
.product-wrapper a img{height: auto !important;}
.product-description h5{margin-bottom:15px;}
.product-description p{line-height:normal;}
.product-description .woocommerce-Price-amount.amount{font-weight:bold;}
.product_title.entry-title{margin-bottom:20px !important;}
.product_meta{display:none;}
.description_tab.active{font-size:24px !important;}
.top-space-margin{margin-bottom:50px;}
.product-short-description, .swiper-slide .product-description > p{display:none;}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{margin-top:10px;}

.wp-block-accordion{margin-bottom:0; margin-top:0; background:#fff; padding-left:15px;}
.wp-block-accordion .wp-block-paragraph{padding-bottom:15px;}
.wp-block-accordion-heading__toggle{background:transparent !important; }
.wp-block-accordion-heading__toggle-title{color:#000; font-size:20px; font-weight:bold;}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:none;}
h3.wp-block-accordion-heading{margin-bottom:10px;}

.woocommerce-loop-product__title{font-size:24px !important; font-weight:bold !important; margin:0 !important;}
.woocommerce-Price-amount.amount{font-weight:bold;}
.woocommerce-LoopProduct-link span.price{margin-bottom:0 !important;}
.each-product-price{padding-bottom:15px; color:#484848 !important;}
.woocommerce-Price-amount.amount{padding:0 5px; font-size:1.5rem;}

.powered-by a{color:#5f8e2a !important;}
.home-cta a:hover{color:#fff; text-decoration:underline;}

@media (min-width: 1141px){
aside.widget-area > section:not(:last-child):after,
.footer-nav-wrapper > div:not(:last-child):after {
    content: " ";
    width: 1px;
    height: 100%;
    background: #31454b;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}}

aside.widget-area,
.footer-nav-wrapper{
    border-bottom: 1px solid #31454b;
    padding: 60px 0;
}

.footer-nav-wrapper img {
    max-width: 100% !important;
}


.wp-block-group p {
    margin: 0 !important;
}

.wp-block-group {
    margin-bottom: 20px !important;
}

.footer-dark p, .footer-dark .widget-text{
    opacity: 1 !important;
    color: #bfc7c9 !important;
}

.site-info img{
    max-width: 200px;
}
.woocommerce-products-header{border-bottom:0;}
.woocommerce-ordering{display:none;}
.woocommerce-products-header{padding-top:20px;}


figure.wp-block-image.size-full {
    margin-bottom: 10px;
}

ul.cnss-social-icon {
    margin-top: 20px !important;
    text-align: left !important;
}

.wp-block-group a, .wp-block-group > div > p:last-child {
    color: #fff !important;
}
.site-info {
    padding-top: 30px;
}

a.header-cart-btn {
    font-size: 35px;
}
.each-product-price {
    font-size: 14px;
    color: #959595;
}

#user_dashboard_menu{
    appearance: auto;
}


@media (max-width: 1140px){
    footer .footer-nav-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    footer .footer-nav-wrapper > :first-child,
    footer .footer-nav-wrapper > :last-child{
        grid-column: 1 / -1;
    }
}

@media (max-width: 1199px){
    .container{
        max-width: 100% !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px){
    .step-arrow{
        display: none;
    }
}
@media (max-width: 991px){
    aside.widget-area{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
        .woocommerce-products-header {
        border-bottom: 3px solid var(--global--color-border) !important;
    }
}

@media (max-width: 767px){
    .step-arrow{
        width: 100%;
                display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .step-arrow > img{
        transform: rotate(90deg);
    }
    
    .step-card__icon {
        width: 100px;
        height: auto;
    }
    
    .step-content > h4 {
        font-size: 20px;
    }
    
    .step-content > p {
        font-size: 16px;
    }
    
    aside.widget-area{
        grid-template-columns: 1fr;
    }
    
    .site-logo .custom-logo {
        /*max-width: var(--branding--logo--max-width);*/
        max-width: 227px;
        max-height: var(--branding--logo--max-height);
        height: auto;
        width: auto;
    }
    .col-auto.menu-order.position-static {
        padding-inline: 5px;
    }
    .primary-navigation {
        position: relative;
        margin-left: auto;
    }
    
    #searchBtn span{
        display: none;
    }
    
    footer .footer-nav-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    footer .footer-nav-wrapper > :first-child{
        grid-column: 1 / -1;
    }
    header .btn.btn-rounded.btn-small {
        padding: 3px 7px !important;
        font-size: 15px;
    }
    a.header-cart-btn{
        font-size: 30px;
    }
    .menu-order + div {
        padding: 0 !important;
    }
    
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 30px;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0 !important;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary > li {
        border-bottom: 1px solid #373838;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
        border-radius: 5px;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        margin: 5px;
        border-radius: 10px;
        height: calc(100vh - 10px);
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation{
        display: none;
    }
    
    body.is-touchable [data-parallax-background-ratio]{
        background-position: right center !important;
    }
    
}




.footer-dark ul li a, .footer-dark .widget-link {
    opacity: 0.7 !important;
}
.footer-dark{color:#bfc7c9 !important;}

.product-short-description {
    padding: 0 10px 15px;
}


.woocommerce-product-gallery__trigger {
    z-index: 1;
}

.summary.entry-summary p.price {
    margin-bottom: 0;
}

.summary.entry-summary .each-product-price-single {
    margin-bottom: 32px;
}
.why-content a:hover{
    color: #000;
}