/*
Theme Name: Americasbestseasoning
Text Domain: americasbestseasoning
Version: 1.0.3.3
Requires at least: 5.1
Requires PHP: 5.2.4
Description: Our theme Americasbestseasoning is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Bashfoo Team
Author URI: bashfoo.com
Theme URI: https://wordpress.org/
License: bashfoo.com
License URI: bashfoo.com
*/

/****Antonio Font============================***/
@font-face {
    font-family: "F ON TS PR IN GD EM O";
    src: url("./assets/fonts/Harsey/harsey_sans_two.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/****Palanquin Font=======================***/
@font-face {
    font-family: "Kommon Grotesk";
    src: url('./fonts/Kommon Grotesk/kommon-grotesk-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --sk-body: #ffffff;
    --sk-heading: #033249;
    --sk-text: #545353;
    --sk-text-white: #fff;
    --sk-primary: #ffdd0e;
    --sk-primary-bg: #fff794;
    --sk-primary-bg-light: #fffee5;
    --sk-dark: #292929;
    --sk-error: #d12626;
    --sk-yellow: #ffba00;
    --sk-green: #156b4c;
    --sk-box-shadow: #acaaaa;
    --sk-box-light: #e4e4e4;
    --fonts: 'Kommon Grotesk', sans-serif;
    --fonts-title: 'F ON TS PR IN GD EM O', sans-serif;
}

html {
    width: 100%;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media (max-width: 1600px) {
    html {
        font-size: 16px;
    }
}

/* @media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
} */

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

/* @media (max-width: 480px) {
    html {
        font-size: 12px;
    }
} */

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    font-family: var(--fonts);
    overflow-x: hidden;
    background-color: var(--sk-body);
    color: var(--sk-text);
    letter-spacing: normal;
}

body.dark {
    background-image: none;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1rem 15px 1rem;
}

.float-start{
    margin-right: 40px;
    margin-bottom: 10px;   
}
.float-end{
    margin-left: 40px;
    margin-bottom: 10px;   
}

.float-start,
.float-end{
    border: 1px solid var(--sk-dark);
    border-radius: 10px;
    overflow: hidden;
}
.float-start img,
.float-end img{
    line-height: 0;
    width: 100%;
    object-fit: contain;
}

.float-start.w4,
.float-end.w4 {
    width: 40%;
}

.float-start.w3,
.float-end.w3 {
    width: 30%;    
}

@media (max-width: 575.98px) {
    .float-start.w4,
    .float-end.w4 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}

/* 
=============
Heading Tag
=============
*/
ul,
ul li,
ol,
ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--sk-heading);
}

h1 {
    font-size: 260%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 135%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-size: 100%;
    text-decoration: none;
    box-shadow: none;
    color: var(--sk-heading);
    border: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: var(--sk-primary);
    box-shadow: none;
    outline: 0;
}


section {
    width: 100%;
    height: auto;
}

.cust_container {
    width: 90%;
    max-width: 1900px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
}

.topbottom_gap {
    padding: 60px 0;
}

.top_gap {
    padding: 60px 0 0;
}

.bottom_gap {
    padding: 0 0 60px;
}

/*img,*/
.custom-logo,
.img {
    width: 100%;
    height: 100%;
}

img.fullwidth {
    width: 100%;
    height: auto;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.roundbox {
    border: 1px solid var(--sk-primary);
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checklist li::before {
    content: "✔";
    color: var(--sk-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.gthumb {
    background: #fff;
    padding: 8px;
    box-shadow: 8px 7px 16px rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    height: 40vh;
}

.gthumb img {
    width: 100%;
    margin: 0 !important;
    object-fit: contain;
    height: 100%;
}


/* 
=============
scrollbar
=============
*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(200, 200, 200, 1);
    background-color: var(--sk-body-light);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--sk-primary);
    -webkit-box-shadow: inset 0 0 5px var(--sk-box-shadow);
}

/* 
=============
Slick css
=============
*/

/* Make slick track flex */
.slick-track {
    display: flex !important;
    margin: 10px 0px;
}

/* Make each slide auto height */
.slick-slide {
    height: auto !important;
    padding: 0 15px;
}

/* Make slide content full height */
.slick-slide>div {
    height: 100%;
}

/**Slick arrow**/
.slide-arrow {
    width: 35px;
    height: 35px;
    color: var(--sk-heading);
    background-color: transparent;
    border: 1px solid var(--sk-heading);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slide-arrow.prev-arrow {
    left: -15px;
    opacity: 0.7;
}

.slide-arrow.next-arrow {
    right: -15px;
    opacity: 0.7;
}

.prev-arrow.slick-arrow::after,
.next-arrow.slick-arrow::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 16px;
    font-family: "FontAwesome";
}

.prev-arrow.slick-arrow::after {
    content: "\f060";
}

.next-arrow.slick-arrow::after {
    content: "\f061";
}

.prev-arrow.slick-arrow:focus,
.next-arrow.slick-arrow:focus {
    background-color: var(--sk-heading) !important;
    opacity: 1;
}

.prev-arrow.slick-arrow:focus::after,
.next-arrow.slick-arrow:focus::after {
    color: var(--sk-text-white) !important;
}

/*********/
.homebanner_sec .slide-arrow.prev-arrow {
    left: 5px;
}

.homebanner_sec .slide-arrow.next-arrow {
    right: 5px;
}

.homebanner_sec .slide-arrow.prev-arrow::after,
.homebanner_sec .slide-arrow.next-arrow::after,
.homebanner_sec .slide-arrow.prev-arrow::before,
.homebanner_sec .slide-arrow.next-arrow::before {
    color: var(--sk-heading);
}


/*----=====Slick dots====--*/

.slick-dots {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 4;
}

.slick-dots li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    background-color: transparent;
}

.slick-dots li button {
    border: 1px solid var(--sk-text);
    background-color: transparent;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 6px;
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f111";
    color: var(--sk-heading);
    opacity: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    border: 1px solid var(--sk-heading);
    width: 16px;
    min-width: 16px;
    height: 16px;
}

/*******/

.homebanner_sec [class*='col-'] {
    padding-bottom: 0;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.homebanner_sec .slick-dots li button {
    background-color: var(--sk-text-white);
}

.homebanner_sec .slick-dots li.slick-active button {
    background-color: var(--sk-text-white);
}

/* 
=============
Forms
=============
*/

.addressbox {
    border: 1px solid var(--sk-heading);
    border-radius: 5px;
    padding: 20px;
}

.addressbox p {
    margin-top: 6px;
}

.contact_form {
    width: 100%;
    padding: 20px 0;
}

.formGroup {
    margin-bottom: 35px;
    position: relative;
}

.formGroup input,
.formGroup select,
.formGroup textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: transparent;
    font-size: 100%;
    color: var(--sk-text);
}


.formGroup label {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 10px 0;
    pointer-events: none;
    transition: .5s;
    font-size: 90%;
}

.formGroup input:focus~label,
.formGroup input:valid~label,
.formGroup select:focus~label,
.formGroup select:valid~label,
.formGroup textarea:focus~label,
.formGroup textarea:valid~label {
    top: -25px;
    left: 15px;
    font-size: 75%;
}

.commonError {
    font-size: 85%;
    color: var(--sk-error);
}

label {
    font-size: 90%;
    letter-spacing: 1px;
    color: var(--sk-heading);
    margin-bottom: 2px;
    font-weight: 600;
}

label span {
    color: var(--sk-error);
}


input {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--sk-text);
    display: block;
    transition: none;
}

select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--sk-text);
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 5px 10px;
    line-height: normal;
    color: var(--sk-text);
}

/****/
.form-control {
    width: 100%;
    height: 40px;
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
    background-color: transparent;
    /* color: var(--sk-dark);
    border: 1px solid var(--sk-text); */
}

.form-control::placeholder {
    font-size: 85%;
    color: var(--sk-text);
    opacity: 0.8;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--sk-primary);
}

/*****/
.form-select {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: 2px;
    font-size: 85%;
    font-weight: 600;
    cursor: pointer;
    transition: 0.6s;
    white-space: nowrap;
}

.form-select:focus {
    box-shadow: none;
}





/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 105%;
    text-align: left;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--sk-error);
    font-family: var(--fonts);
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
}

.sub_heading::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: var(--sk-error);
}

.sub_heading.yellow {
    color: var(--sk-primary);
}

.sub_heading.yellow::after {
    background-color: var(--sk-primary);
}

.sub_heading.white {
    color: var(--sk-text-white) !important;
}

.sub_heading.white::after {
    background-color: var(--sk-text-white) !important;
}

.banner_content .wrapper.topcenter .sub_heading,
.banner_content .wrapper.middlecenter .sub_heading,
.banner_content .wrapper.bottomcenter .sub_heading {
    display: block;
}

.banner_content .wrapper.topcenter .sub_heading::after,
.banner_content .wrapper.middlecenter .sub_heading::after,
.banner_content .wrapper.bottomcenter .sub_heading::after {
    display: none;
}

.banner_content .wrapper.topright .sub_heading,
.banner_content .wrapper.middleright .sub_heading,
.banner_content .wrapper.bottomright .sub_heading {
    padding-right: 80px;
}

.banner_content .wrapper.topright .sub_heading::after,
.banner_content .wrapper.middleright .sub_heading::after,
.banner_content .wrapper.bottomright .sub_heading::after {
    left: auto !important;
    right: 0 !important;
}


.heading {
    font-size: 220%;
    font-weight: 600;
    color: var(--sk-heading);
    line-height: normal;
    padding: 0;
    text-transform: capitalize;
    font-family: var(--fonts-title);
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.heading.white {
    color: var(--sk-text-white) !important;
}

.heading img {
    width: 100%;
    max-width: 30px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 4px;
    object-fit: contain;
}

body.dark .heading img {
    filter: brightness(0) invert(1);
}

.heading.banner_heading {
    font-size: 340%;
    font-weight: 500;
    line-height: 1;
    max-width: 400px;
    color: var(--sk-heading) !important;
    margin-bottom: 5px;
}

.heading span {
    color: var(--sk-primary-bg);
    -webkit-text-stroke: 2px var(--sk-heading);
    paint-order: stroke fill;
    text-shadow:
        -3px 0 var(--sk-heading),
        3px 0 var(--sk-heading),
        0 -3px var(--sk-heading),
        0 3px var(--sk-heading),
        -3px -3px var(--sk-heading),
        3px -3px var(--sk-heading),
        -3px 3px var(--sk-heading),
        3px 3px var(--sk-heading),
        -2px -3px var(--sk-heading),
        2px -3px var(--sk-heading),
        -2px 3px var(--sk-heading),
        2px 3px var(--sk-heading),
        -3px -2px var(--sk-heading),
        3px -2px var(--sk-heading),
        -3px 2px var(--sk-heading),
        3px 2px var(--sk-heading);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 105%;
    letter-spacing: 5px;
}

.heading.banner_heading span {
    letter-spacing: 2px;
    -webkit-text-stroke: 4px var(--sk-heading);
}


.heading.white span {
    color: var(--sk-heading);
    -webkit-text-stroke: 2px var(--sk-primary);
    paint-order: stroke fill;
    text-shadow:
        -3px 0 var(--sk-primary),
        3px 0 var(--sk-primary),
        0 -3px var(--sk-primary),
        0 3px var(--sk-primary),
        -3px -3px var(--sk-primary),
        3px -3px var(--sk-primary),
        -3px 3px var(--sk-primary),
        3px 3px var(--sk-primary),
        -2px -3px var(--sk-primary),
        2px -3px var(--sk-primary),
        -2px 3px var(--sk-primary),
        2px 3px var(--sk-primary),
        -3px -2px var(--sk-primary),
        3px -2px var(--sk-primary),
        -3px 2px var(--sk-primary),
        3px 2px var(--sk-primary);
}

.minheading {
    font-size: 120%;
    font-weight: 600;
    color: var(--sk-heading);
    padding: 0;
    margin: 15px 0 10px;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: var(--fonts-title);
}

.minheading.white {
    color: var(--sk-text-white);
}

.desc,
.text {
    font-weight: 400;
    text-align: left;
    color: var(--sk-text);
    padding: 0;
    margin-bottom: 15px;
}

.bannerdesc.desc {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--sk-heading);
    font-weight: 600;
    font-size: 110%;
}

.desc.white,
.text.white {
    color: var(--sk-text-white) !important;
}

.sectionheading_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionheading_wrap .heading {
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 40px;
}

.sectionheading_wrap p {
    margin-bottom: 15px;
}



/***list style*****/
.list_wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.list_wrap li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.list_wrap li::before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 110%;
    color: var(--sk-green);
}


/***Tab css code**/
.nav.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2%;
    padding: 0;
    margin: 0;
    border: none;
}

.nav.nav-tabs li {
    list-style: none;
}

.nav.nav-tabs .nav-link {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-primary);
    color: var(--sk-primary);
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 85%;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}

.nav.nav-tabs .nav-link.active {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.nav.nav-tabs .nav-link.active:hover {
    color: var(--sk-primary) !important;
    background-color: transparent !important;
}

.tab-content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 15px;
    background-color: transparent;
}

/******inner page css********/
.innerpage_head {
    font-size: 150%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--fonts-title);
    color: var(--sk-primary);
    margin-bottom: 15px;
}

.innerpage_text {
    font-size: 90%;
    color: var(--sk-text);
}

.innerpage_text span {
    color: var(--sk-dark);
}

.innerpagesub_heading {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: var(--sk-primary);
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.button_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

/****/
.login_btn {
    position: relative;
    padding: 8px 15px 8px 40px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-heading);
    border: 1px solid var(--sk-heading);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.login_btn::after {
    content: "\f007";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.login_btn:hover {
    color: var(--sk-heading);
    background-color: var(--sk-body);
}

/***/
.common_btn,
.gform_wrapper .gform_footer .common_btn {
    position: relative;
    padding: 8px 40px 8px 15px !important;
    margin: 0;
    color: var(--sk-text-white) !important;
    background-color: var(--sk-heading) !important;
    border: 1px solid var(--sk-heading) !important;
    border-radius: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.4s;
    font-size: 90% !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: normal !important;
}

.common_btn::after,
.gform_wrapper .gform_footer .common_btn::after {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-weight: 600 !important;
    color: inherit !important;
}

.common_btn:hover,
.gform_wrapper .gform_footer .common_btn:hover {
    background-color: var(--sk-body) !important;
    color: var(--sk-heading) !important;
}

.common_btn.active {
    background-color: var(--sk-body) !important;
    color: var(--sk-heading) !important;
}

.common_btn.active:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-text-white) !important;
}

.common_btn.yellow {
    color: var(--sk-heading) !important;
    background-color: var(--sk-primary) !important;
    border: 1px solid var(--sk-primary) !important;
}

/*******/
.readmore_btn {
    position: relative;
    padding: 8px 35px 8px 15px;
    margin: 0;
    color: var(--sk-text-white);
    background-color: var(--sk-primary-bg-light);
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    text-transform: uppercase;
}

.readmore_btn::after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-weight: 300;
    transition: 0.4s;
    font-weight: normal;
}

.readmore_btn:hover {
    background-color: var(--sk-primary);
    color: var(--sk-text-white);
}

.readmore_btn:hover::after {
    right: 5px;
}

/******/
.viewmore_btn {
    font-size: 85%;
    background-color: transparent;
    color: var(--sk-text);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}


/***/
.watch_btn {
    padding: 5px 10px;
    margin: 0;
    background-color: transparent;
    color: var(--sk-text-white);
    border: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    transition: 0.4s;
    font-size: 90%;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
    width: 200px;
}

.watch_btn .play {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff89444;
    overflow: hidden;
}

.watch_btn .play i {
    color: var(--sk-primary);
    font-size: 20px;
}

.watch_btn .text {
    text-decoration: underline;
    color: var(--sk-text-white);
    padding: 0;
    margin: 0;
}

.cashCheck_btn:hover {
    color: var(--sk-text-white);
    background-color: transparent;
}


/*
=======================
Custom Modal css
=======================
*/

.customModal_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000093;
    display: none;
}

.customModal_modal.active {
    display: block;
}

.customModal_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 550px;
    min-height: 180px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--sk-body);
    z-index: 1;
    padding: 20px;
}

.customModal_body .close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background-color: transparent;
    color: var(--sk-primary);
    box-shadow: none;
    font-size: 120%;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.customModal_body .heading {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}

.customModal_body .content {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    padding: 20px 0;
}

/*
=======================
Top Header section
=======================
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--sk-primary);
    padding: 5px 0;
    position: relative;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 5px;
}

.headcontact_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.headcontact_wrap li,
.headcontact_wrap li a {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--sk-heading);
    font-weight: 600;
    font-size: 100%;
}

.headcontact_wrap li .icon {
    width: 26px;
    height: 26px;
    color: var(--sk-heading);
    /* background-color: var(--sk-body); */
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activitybtn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.activitybtn_wrap li {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--sk-heading);
}


.activitybtn_wrap li a {
    font-size: 100%;
    color: var(--sk-heading);
}


.heartbutton {
    position: relative;
}

.heartbutton span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--sk-error);
    color: var(--sk-text-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
}

.shoppingbutton {
    position: relative;
}

.shoppingbutton span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--sk-error);
    color: var(--sk-text-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
}


/*
=======================
main Header section
=======================
*/
.main_header {
    width: 100%;
    height: auto;
    padding: 6px 0;
    position: relative;
    background-color: var(--sk-body);
    transition: 0.5s;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}

.Logo_area {
    width: 160px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    object-fit: contain;
}

/******/
.main_header .right_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.socialIcon_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialIcon_list li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.socialIcon_list li a {
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--sk-text-white);
    background-color: transparent;
    font-size: 100%;
}

.socialIcon_list li a i {
    color: var(--sk-text-white);
}


.headermenubar_btn {
    width: 100%;
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--sk-heading);
    padding: 0;
    margin: 0;
    font-size: 120%;
    line-height: normal;
    position: relative;
}

.headermenubar_btn .menuBar_line {
    height: 2px;
    width: 22px;
    display: block;
    background: var(--sk-heading);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.headermenubar_btn .menuBar_line:after {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-heading);
    bottom: 8px;
}

.headermenubar_btn .menuBar_line:before {
    content: ' ';
    width: 25px;
    height: 2px;
    display: block;
    background: var(--sk-heading);
    top: 8px;
}

.headermenubar_btn .menuBar_line:after,
.headermenubar_btn .menuBar_line:before {
    position: absolute;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*******/
.responsivesearch_box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.responsivesearch_box .btn-search {
    background-color: transparent;
    color: var(--sk-heading);
    padding: 0 4px;
    margin: 0;
}

.responsivesearch_box .search_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    width: 380px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    z-index: 3;
    background-color: var(--sk-body);
    box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.responsivesearch_box .search_wrap.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.responsivesearch_box .go_btn {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    height: 32px;
    font-size: 85%;
    line-height: normal;
    cursor: pointer;
    background-color: var(--sk-heading);
    color: var(--sk-text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.responsivesearch_box .input-search {
    width: 100%;
    height: 40px;
    padding: 5px 55px 5px 10px;
    color: var(--sk-heading);
    border-radius: 4px;
    outline: 0;
    border: 1px solid var(--sk-text);
}

.responsivesearch_box .input-search:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--sk-heading);
}

.responsivesearch_box .input-search::placeholder {
    color: var(--sk-text);
}

/*****/


@media (min-width: 1024px) {
    .menubar_box {
        transition: all 0.3s ease;
        padding: 6px 6px;
    }

    .menubar_box .top_area {
        display: none;
    }

    .menubar_box .bottom_area {
        display: none;
    }

    .navber_wrap {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 15px;
    }

    .navber_wrap li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .navber_wrap li:after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        border-radius: 4px;
        background-color: var(--sk-heading);
        transition: 0.5s;
    }

    .navber_wrap li a {
        font-size: 95%;
        font-weight: 600;
        line-height: normal;
        color: var(--sk-text);
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid transparent;
        padding: 5px 5px;
        border-radius: 0px;
        display: block;
        font-family: var(--fonts);
    }

    .navber_wrap li.current-menu-item a,
    .navber_wrap li:hover a {
        color: var(--sk-heading);
    }

    .navber_wrap li.current-menu-item::after,
    .navber_wrap li.current-menu-item:hover:after,
    .navber_wrap li:hover:after {
        width: 80%;
    }

    /***/
    .sub-menu {
        position: absolute;
        top: 150%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        border-radius: 0;
        background-color: var(--sk-body);
        width: 15rem;
        height: auto;
        z-index: 4;
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s all;
        text-decoration: none;
        list-style: none;
        padding: 0px 0px;
        margin: 0;
    }

    .sub-menu li {
        border-bottom: 1px solid #ccc;
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li a {
        width: 100%;
        font-size: 85%;
        display: block;
        padding: 5px 10px;
        color: var(--sk-text);
        text-transform: capitalize;
        text-align: left;
        border-radius: 0;
        font-weight: 600;
    }

    .sub-menu li::after,
    .sub-menu li a::after {
        display: none;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: -8px;
        top: 57%;
        transform: translateY(-50%);
        font-size: 70%;
        font-weight: 600;
        color: var(--sk-text);
    }

    .navber_wrap li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        /* transform: scale(1); */
        top: 100%;
    }

    /******/
    .sub-menu li ul {
        display: none !important;
    }

    .sub-menu li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    /* .sub-menu li .icon {
        display: none;
    } */

    .sub-menu li .icon::after {
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        color: var(--sk-text);
    }

    .sub-menu li:hover>.icon::after {
        color: var(--sk-text-white);
    }

    /* .sub-menu li.open>.icon::after,
    .sub-menu li:hover>.icon::after {
        transform: translateY(-50%) rotate(0deg);
    } */

    /********/
    .sub-menu li:hover>a,
    .sub-menu li:hover>ul li:hover>a,
    .sub-menu li:hover>ul li:hover>ul li:hover>a {
        background-color: var(--sk-primary-bg-light) !important;
        color: var(--sk-text-white) !important;
        text-decoration: none !important;
    }

    .sub-menu li a,
    .sub-menu li:hover>ul li>a,
    .sub-menu li:hover>ul li:hover>ul li>a {
        background-color: transparent !important;
        color: var(--sk-text) !important;
    }
}

@media (max-width: 1024px) {
    .menubar_box {
        position: fixed;
        top: 0;
        right: -105%;
        width: 100%;
        max-width: 330px;
        min-width: 330px;
        height: 100vh;
        background-color: var(--sk-body);
        box-shadow: 0px 0px 5px 0px var(--sk-box-shadow);
        transition: all 0.4s ease;
        /* display: none; */
        z-index: 8;
    }

    .menubar_box.openmenu {
        display: inline-block;
        right: 0px;
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 5px 8px;
        position: relative;
        background-color: var(--sk-primary-bg);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menubar_box .top_area .Logo_area {
        width: 100px;
        padding: 0;
    }

    .menubar_box .bottom_area {
        background-color: var(--sk-heading);
        padding: 16px 10px;
        width: 100%;
    }

    .menubar_box .bottom_area .btn {
        width: 49%;
    }

    .navber_wrap {
        width: 100%;
        height: 85vh;
        padding: 15px 0;
        list-style: none;
        overflow-y: scroll;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #ececec;
        position: relative;
        list-style: none;
    }

    .navber_wrap li a {
        font-size: 100%;
        font-weight: 600;
        color: var(--sk-text);
        padding: 8px 50px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        cursor: pointer;
        background-color: transparent;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        font-family: var(--fonts);
    }

    .navber_wrap li .icon {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        z-index: 2;
    }

    .navber_wrap li .icon::after {
        content: "\f107";
        font-family: FontAwesome;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: var(--sk-text);
        transition: .6s;
    }

    .navber_wrap li .icon {
        display: inline-block;
    }

    .sub-menu {
        list-style: none;
        padding: 1px 0 0 0;
        margin: 0;
        display: none;
    }

    .sub-menu li,
    .sub-menu .megamenu_list {
        list-style: none;
        padding-left: 15px;
        position: relative;
        border-bottom: none;
        width: 100%;
        /* background-color: #ebe9e9; */
    }

    .sub-menu li:last-child {
        border: none;
    }

    .sub-menu li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 11px;
        left: 15px;
        font-size: 60%;
        font-weight: 300;
        color: var(--sk-text);
    }

    .sub-menu li a {
        font-size: 95%;
        color: var(--sk-primary) !important;
        font-weight: 500 !important;
        text-decoration: none;
        text-transform: capitalize;
        padding-left: 20px;
    }

    /****/
    .headermenubar_btn.on {
        position: fixed;
        top: 15px;
        right: 12px;
        z-index: 9;
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .headermenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--sk-heading);
    }

    .headermenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--sk-heading);
    }
}


/*
=======================
main Footer section
=======================
*/

.footer_sec {
    width: 100%;
    height: auto;
    background-color: var(--sk-body);
    border-top: 1px solid var(--sk-heading);
}

.home .footer_sec {
    border-top: 0;
}

.footerdesc.text {
    opacity: 0.8;
    margin: 0 0 20px;
    color: var(--sk-text);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowhiring_wrap {
    width: 100%;
    height: auto;
}

.nowhiring_wrap .box {
    width: auto;
    height: auto;
    padding: 5px 15px;
    background-color: var(--sk-error);
    color: var(--sk-text);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.nowhiring_wrap .box i {
    rotate: -30deg;
}

.nowhiring_wrap .link {
    display: block;
    border: none;
    background-color: transparent;
    color: var(--sk-text);
    cursor: pointer;
    text-decoration: underline;
    /* opacity: 0.8; */
    transition: 0.5s;
}

.nowhiring_wrap .link:hover {
    text-decoration: none;
}


/******/
.fcontact_details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.fcontact_details li {
    list-style: none;
    display: flex;
    gap: 5px;
    color: var(--sk-text);
    margin-bottom: 6px;
}

.fcontact_details li a {
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    color: var(--sk-text);
    font-weight: 600;
}

.fcontact_details li a:hover {
    color: var(--sk-primary);
}

.fcontact_details li .icon {
    color: var(--sk-heading);
    background-color: var(--sk-primary);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 100%;
}

.fcontact_details li .icon.phone::after {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.mail::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .icon.address::after {
    content: "\f3c5";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fcontact_details li .text {
    color: var(--sk-text);
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    margin: 0;
    padding: 0;
    opacity: 0.9;
}

.fcontact_details li a .text:hover {
    color: var(--sk-text);
    text-decoration: underline;
    opacity: 1;
}

.footermenu_box {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.footermenu_box:last-child {
    padding-bottom: 15px;
}

.footermenu_box .head {
    font-size: 105%;
    font-weight: 600;
    text-decoration: none;
    color: var(--sk-heading);
    font-family: var(--fonts);
    padding: 0;
    margin-bottom: 30px;
    line-height: normal;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.footermenu_box .head::after {
    content: " ";
    position: absolute;
    top: 120%;
    left: 0;
    height: 2px;
    width: 80px;
    background-color: var(--sk-primary);
    border-radius: 4px;
}

.footermenu_box ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footermenu_box ul li {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0 0 12px;
    position: relative;
}

.footermenu_box ul li a {
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    color: var(--sk-text);
    text-transform: capitalize;
    font-size: 90%;
    font-weight: 600;
    text-align: center;
    border: none;
    padding: 2px 0;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.9;
}

.footermenu_box ul li a:hover {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-heading);
    opacity: 1;
}


.footer_menu {
    columns: 2;
}

.footer_menu li {
    position: relative;
    padding-left: 14px !important;
    margin-bottom: 12px !important;
}

.footer_menu li::before {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 10px;
    height: 10px;
    font-size: 6px;
    color: var(--sk-heading);
    display: none;
}

.footer_menu li:hover:before {
    display: block;
}

.footer_menu li:hover a {
    color: var(--sk-heading);
    opacity: 1;
    padding-left: 3px;
}

/****/
.download_list li {
    position: relative;
    padding-left: 18px !important;
}

.download_list li::before {
    content: "\f56d";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    font-size: 80%;
    color: var(--sk-text);
    opacity: 0.9;
}


.download_list li a {
    text-decoration: underline !important;
}

.download_list li:hover a {
    text-decoration: none !important;
}


/****bottom_footer****/
/*********************/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--sk-primary);
    position: relative;
}

.bottom_footer .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 8px 0;
}

.bottom_footer .text {
    font-size: 90%;
    color: var(--sk-heading);
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.fsicons_all {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.fsicons_all li {
    list-style: none;
}

.fsicons_all li a {
    font-size: 75%;
    color: var(--sk-heading) !important;
    background: transparent;
    padding: 5px;
    margin: 0;
    border: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 50%;
}

.fsicons_all li a:hover {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading);
    opacity: 1;
}

.fsicons_all li a i {
    line-height: normal;
}

.email_from {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.email_from .from_group {
    width: 100%;
    height: auto;
    position: relative;
}

.email_from .from_group input {
    width: 100% !important;
    font-size: 100% !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 10px 50px 10px 15px !important;
    border-radius: 0 !important;
    background-color: var(--sk-heading) !important;
    color: var(--sk-text-white) !important;
    height: auto !important;
    line-height: 1.6 !important;
    border: 2px solid var(--sk-heading);
}

.email_from .from_group input::placeholder {
    color: var(--sk-text-white);
    opacity: 0.7;
}

.email_from .from_group .send_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 1;
    width: 38px;
    height: 38px;
    background-color: var(--sk-primary);
    color: var(--sk-heading);
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_from .from_group .send_btn i {
    font-size: 16px;
}

#gform_2 {
    position: relative;
}

.email_from .from_group .gform-theme--foundation .gform_footer,
.email_from .from_group .gform-theme--foundation .gform_page_footer {
    position: absolute;
    right: 5px;
    top: 23px;
    margin-block-start: 0px !important;
    display: block !important;
}

.email_from .from_group .gform_button {
    background-color: var(--bs-primary) !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: block !important;
    transform: translateY(-50%);
    z-index: 1;
    width: 38px !important;
    height: 38px !important;
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.email_from .from_group .gform_button span:before {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    color: var(--sk-heading);
    font-size: 90%;
}

/*
=======================
Scroll to top
=======================
*/
.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 9%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 36px;
    height: 36px;
    z-index: 5;
    padding: 10px;
    color: var(--sk-text-white) !important;
    background-color: var(--sk-heading) !important;
    border: 1px solid var(--sk-heading) !important;
    transition: .6s;
    box-shadow: 0px 0px 2px 0px var(--sk-box-shadow);
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*
=======================
banner wrapper position
=======================
*/
/**top*/
.homebanner_sec .wrapper.topleft {
    position: absolute;
    top: 0;
    left: 0;
}

.homebanner_sec .wrapper.topcenter {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    position: absolute;
    top: 0;
    right: 0;
}


/***middle***/
.homebanner_sec .wrapper.middleleft {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.homebanner_sec .wrapper.middlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.homebanner_sec .wrapper.bottomcenter {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}



/*
=======================
homebanner_sec
=======================
*/

.homebanner_sec {
    position: relative;
    overflow: hidden;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebanner_sec .slick-track {
    margin: 0 !important;
}

.homebanner_sec .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}

.homebanner_sec .bannerslider_box {
    position: relative;
}

.homebanner_sec .item_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--sk-primary-bg);
}

.homebanner_sec .item_img img,
.homebanner_sec .item_img video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 71vh;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.homebanner_sec .wrapper {
    width: 100%;
    max-width: 700px;
    height: auto;
    padding: 20px 50px;
    border-radius: 12px;
    /* backdrop-filter: blur(0px); */
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.homebanner_sec .amount h4 {
    font-size: 180%;
    font-weight: 600;
    color: var(--sk-error);
    font-family: var(--fonts);
    padding: 0;
    line-height: normal;
    margin-bottom: 4px;
}

/*****/
.homebanner_sec .wrapper.topleft .sub_heading,
.homebanner_sec .wrapper.middleleft .sub_heading,
.homebanner_sec .wrapper.bottomleft .sub_heading,
.homebanner_sec .wrapper.topleft .heading.banner_heading,
.homebanner_sec .wrapper.middleleft .heading.banner_heading,
.homebanner_sec .wrapper.bottomleft .heading.banner_heading,
.homebanner_sec .wrapper.topleft .bannerdesc.desc,
.homebanner_sec .wrapper.middleleft .bannerdesc.desc,
.homebanner_sec .wrapper.bottomleft .bannerdesc.desc,
.homebanner_sec .wrapper.topleft .amount,
.homebanner_sec .wrapper.middleleft .amount,
.homebanner_sec .wrapper.bottomleft .amount {
    text-align: left;
}

.homebanner_sec .wrapper.topleft .button_wrap,
.homebanner_sec .wrapper.middleleft .button_wrap,
.homebanner_sec .wrapper.bottomleft .button_wrap {
    justify-content: left;
}

.homebanner_sec .wrapper.topcenter .sub_heading,
.homebanner_sec .wrapper.middlecenter .sub_heading,
.homebanner_sec .wrapper.bottomcenter .sub_heading,
.homebanner_sec .wrapper.topcenter .heading.banner_heading,
.homebanner_sec .wrapper.middlecenter .heading.banner_heading,
.homebanner_sec .wrapper.bottomcenter .heading.banner_heading,
.homebanner_sec .wrapper.topcenter .bannerdesc.desc,
.homebanner_sec .wrapper.middlecenter .bannerdesc.desc,
.homebanner_sec .wrapper.bottomcenter .bannerdesc.desc,
.homebanner_sec .wrapper.topcenter .amount,
.homebanner_sec .wrapper.middlecenter .amount,
.homebanner_sec .wrapper.bottomcenter .amount {
    text-align: center;
}

.homebanner_sec .wrapper.topcenter .button_wrap,
.homebanner_sec .wrapper.middlecenter .button_wrap,
.homebanner_sec .wrapper.bottomcenter .button_wrap {
    justify-content: center;
}

.homebanner_sec .wrapper.topright .sub_heading,
.homebanner_sec .wrapper.middleright .sub_heading,
.homebanner_sec .wrapper.bottomright .sub_heading,
.homebanner_sec .wrapper.topright .heading.banner_heading,
.homebanner_sec .wrapper.middleright .heading.banner_heading,
.homebanner_sec .wrapper.bottomright .heading.banner_heading,
.homebanner_sec .wrapper.topright .bannerdesc.desc,
.homebanner_sec .wrapper.middleright .bannerdesc.desc,
.homebanner_sec .wrapper.bottomright .bannerdesc.desc,
.homebanner_sec .wrapper.topright .amount,
.homebanner_sec .wrapper.middleright .amount,
.homebanner_sec .wrapper.bottomright .amount {
    text-align: right;
    width: 100%;
}

.homebanner_sec .wrapper.topright .button_wrap,
.homebanner_sec .wrapper.middleright .button_wrap,
.homebanner_sec .wrapper.bottomright .button_wrap {
    justify-content: right;
}

/****smallbanner_box****/
.smallbannerbox_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.smallbanner_box {
    position: relative;
    width: 100%;
}

.smallbanner_box .imgwrap {
    width: 100%;
    height: 35vh;
    overflow: hidden;
    background-color: var(--sk-primary-bg);
}

.smallbanner_box .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smallbanner_box .offers_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
    z-index: 1;
}

.smallbanner_box .offers_wrap h4 {
    font-size: 140%;
    text-align: left;
    color: var(--sk-heading);
}

.smallbanner_box .offers_wrap h4 span {
    font-size: 160%;
    -webkit-text-stroke: 2px var(--sk-error);
    paint-order: stroke fill;
    font-family: var(--fonts) !important;
    letter-spacing: -1px;
    color: transparent;
}

.smallbanner_box .offers_wrap.primary h4 {
    color: var(--sk-text-white);
}

.smallbanner_box .offers_wrap.primary h4 span {
    -webkit-text-stroke: 2px var(--sk-primary);
}

.smallbanner_box .offers_wrap.primary .common_btn {
    background-color: var(--sk-primary);
    color: var(--sk-heading);
}


/* 
===================
Inner Banner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 45vh;
    max-height: 300px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #06060685;
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
    color: var(--sk-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--sk-yellow);
}

.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--sk-text-white);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--sk-text-white);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--sk-yellow);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--sk-yellow);
    content: ">";
}

/*****features_sec*****
***********************/
.features_wrap {
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.feature_item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 25%;
    margin-bottom: 20px;
}

.feature_icon {
    width: 36px;
    min-width: 36px;
    position: relative;
}

.feature_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature_icon::before {
    content: " ";
    position: absolute;
    top: -2px;
    right: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--sk-primary);
    z-index: -1;
}

.feature_text h4 {
    font-size: 110%;
    font-weight: 600;
    color: var(--sk-heading);
    margin-bottom: 8px;
}

.feature_text p {
    font-size: 100%;
    color: var(--sk-text);
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.borderline {
    width: 100%;
    height: 2px;
    background: linear-gradient(93deg, rgba(255, 255, 255, 1) 0%, rgba(204, 206, 207, 0.75) 50%, rgba(255, 255, 255, 1) 100%);
}


/*****seasoning_sec*******
**************************/
.seasoning_sec {
    width: 100%;
    padding-top: 150px;
}

.productcard_wrap {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}

.productcard_wrap .product_card {
    width: 48%;
}

.product_card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding-top: 80px;
    position: relative;
}

.product_img {
    width: 175px;
    height: 175px;
    background: var(--sk-primary-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.product_img a {
    display: block;
}

.product_img.yellow {
    background: var(--sk-primary);
}

.product_img img {
    height: 140px;
    object-fit: contain;
    margin-top: -30px;
}

.product_body {
    padding: 20px;
    position: relative;
}

.product_body .name,
.product_body h3 {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--sk-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_body p {
    font-size: 100%;
    color: var(--sk-text);
    line-height: normal;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_body .price {
    font-size: 110%;
    font-weight: 700;
    color: var(--sk-heading);
}

.product_body .wishlist {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 100%;
    color: var(--sk-heading);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.product_body .wishlist.active {
    color: var(--sk-error);
}

.product_body .cart_btn {
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 45px;
    height: 45px;
    background: var(--sk-heading);
    color: var(--sk-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100%;
}

/* content */
.seasoning_content {
    width: 100%;
    padding-left: 30px;
}

/*******************
****ourStory_sec****/
.ourStory_sec .ourStory_img {
    width: 100%;
    max-width: 70%;
    height: auto;
    position: relative;
}

.ourStory_sec .ourStory_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ourStory_sec .ourStory_img::before {
    content: " ";
    position: absolute;
    bottom: 15px;
    right: -40px;
    z-index: -1;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--sk-primary-bg);
}

/****hebetzSeasoning_slider***/
/*****************************/
.hebetzSeasoning_slider {
    width: 100%;
}

.hebetzSeasoning_slider .item {
    padding: 100px 0 20px;
}


/****recipe_sec***/
/******************/
.recipe_sec {
    width: 100%;
    height: auto;
    background-color: var(--sk-heading);
    position: relative;
    z-index: 1;
}

.recipe_sec .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.recipe_sec .bgimage::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(93deg, rgba(3, 50, 73, 1) 0%, rgba(3, 50, 73, 0) 100%);
}

.recipe_sec .bgimage img,
.recipe_sec .bgimage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recipe_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.recipe_sec .recipe_content {
    width: 100%;
    max-width: 60%;
    padding: 80px 0;
}


/********FAQ sec*******
***********************/
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 60px;
}

.faq-item {
    border-bottom: 1px solid #d1d9e0;
    padding: 20px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--sk-heading);
    cursor: pointer;
    padding: 10px 0;
}

/* The Yellow Icon Circle */
.faq-question .icon {
    min-width: 32px;
    height: 32px;
    background-color: var(--sk-primary);
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

/* Drawing the + and - with CSS */
.faq-question .icon::before,
.faq-question .icon::after {
    content: '';
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Horizontal line */
.faq-question .icon::before {
    width: 12px;
    height: 2px;
}

/* Vertical line (disappears when active) */
.faq-question .icon::after {
    width: 2px;
    height: 12px;
    transition: 0.3s;
}

.faq-item.active .icon::after {
    opacity: 0;
}

/* Answer Section */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-answer p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--sk-text);
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    overflow-y: auto;
    /* Adjust based on content */
}


/****letsJoinUs_sec*******
**************************/
.letsJoinUs_sec {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.letsJoinUs_sec::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(93deg, rgba(3, 50, 73, 1) 0%, rgba(3, 50, 73, 0.2) 100%);
}

.letsJoinUs_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.letsJoinUs_content {
    width: 100%;
    max-width: 70%;
    height: auto;
    padding: 20px 0;
}


/***************All Responsive*******************************************/
/*************************************************************************/
@media (min-width: 1600px) {
    .navber_wrap {
        gap: 20px;
    }
}

@media (max-width: 1600px) {
    .homebanner_sec .banner_content {
        height: 71vh;
    }

    .Logo_area {
        width: 150px;
    }

    .heading.banner_heading {
        font-size: 350%;
    }
}

@media (max-width: 1400px) {
    .cust_container {
        width: 92%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 92%;
    }

    .heading.banner_heading {
        font-size: 320%;
    }

    .main_header .wraper {
        gap: 20px;
    }

    .category_box {
        padding: 15px;
    }

    .heading.banner_heading {
        max-width: 300px;
    }
}

@media (max-width: 1024px) {
    .headermenubar_btn {
        display: inline-flex;
    }
}

@media (min-width: 991px) {
    legend {
        font-size: 1.2rem;
        font-weight: 600;
        text-decoration: underline;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {

    .topbottom_gap {
        padding: 45px 0;
    }

    .top_gap {
        padding: 45px 0 0;
    }

    .bottom_gap {
        padding: 0 0 45px;
    }

    .responsivereverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footerdesc.text {
        max-width: 100%;
    }

    .needhelpnow_box .content {
        max-width: 80%;
    }

    .sectionheading_wrap {
        flex-wrap: wrap;
    }

    .sectionheading_wrap .heading {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .sectionheading_wrap .heading::after {
        display: none;
    }

    .heading span {
        letter-spacing: 3px;
    }

    .smallbannerbox_wrap {
        flex-direction: row;
    }

    .features_wrap {
        flex-wrap: wrap;
    }

    .feature_item {
        width: 48%;
    }

    .product_card {
        margin-top: 90px;
    }

    .productcard_wrap {
        margin-bottom: 15px;
    }

    .seasoning_content {
        padding-left: 0;
    }

    .recipe_sec .recipe_content {
        max-width: 65%;
        padding: 50px 0;
    }

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


}

@media (max-width: 768px) {
    .homebanner_sec .banner_content {
        height: 65vh;
    }

    .topbottom_gap {
        padding: 35px 0;
    }

    .top_gap {
        padding: 35px 0 0;
    }

    .bottom_gap {
        padding: 0 0 35px;
    }

    .heading.banner_heading {
        font-size: 280%;
    }

    /* .banner_content .sub_heading {
        padding: 0;
        display: block;
        text-align: center !important;
    }

    .banner_content .sub_heading::after {
        display: none;
    } */

    /***banner content position**/
    /* .homebanner_sec .wrapper.topleft,
    .homebanner_sec .wrapper.topcenter,
    .homebanner_sec .wrapper.topright,
    .homebanner_sec .wrapper.middleleft,
    .homebanner_sec .wrapper.middlecenter,
    .homebanner_sec .wrapper.middleright,
    .homebanner_sec .wrapper.bottomleft,
    .homebanner_sec .wrapper.bottomcenter,
    .homebanner_sec .wrapper.bottomright {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .homebanner_sec .wrapper.topright .sub_heading,
    .homebanner_sec .wrapper.middleright .sub_heading,
    .homebanner_sec .wrapper.bottomright .sub_heading,
    .homebanner_sec .wrapper.topright .heading.banner_heading,
    .homebanner_sec .wrapper.middleright .heading.banner_heading,
    .homebanner_sec .wrapper.bottomright .heading.banner_heading,
    .homebanner_sec .wrapper.topright .bannerdesc.desc,
    .homebanner_sec .wrapper.middleright .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomright .bannerdesc.desc,
    .homebanner_sec .wrapper.topright .amount,
    .homebanner_sec .wrapper.middleright .amount,
    .homebanner_sec .wrapper.bottomright .amount {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .sub_heading,
    .homebanner_sec .wrapper.middleleft .sub_heading,
    .homebanner_sec .wrapper.bottomleft .sub_heading,
    .homebanner_sec .wrapper.topleft .heading.banner_heading,
    .homebanner_sec .wrapper.middleleft .heading.banner_heading,
    .homebanner_sec .wrapper.bottomleft .heading.banner_heading,
    .homebanner_sec .wrapper.topleft .bannerdesc.desc,
    .homebanner_sec .wrapper.middleleft .bannerdesc.desc,
    .homebanner_sec .wrapper.bottomleft .bannerdesc.desc,
    .homebanner_sec .wrapper.topleft .amount,
    .homebanner_sec .wrapper.middleleft .amount,
    .homebanner_sec .wrapper.bottomleft .amount {
        text-align: center;
    }

    .homebanner_sec .wrapper.topleft .button_wrap,
    .homebanner_sec .wrapper.middleleft .button_wrap,
    .homebanner_sec .wrapper.bottomleft .button_wrap {
        justify-content: center;
    }

    .homebanner_sec .wrapper.topright .button_wrap,
    .homebanner_sec .wrapper.middleright .button_wrap,
    .homebanner_sec .wrapper.bottomright .button_wrap {
        justify-content: center;
    }

    .banner_content .wrapper.topright .sub_heading,
    .banner_content .wrapper.middleright .sub_heading,
    .banner_content .wrapper.bottomright .sub_heading {
        padding-right: 0px;
    } */

    .bottom_footer .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .slide-arrow.prev-arrow {
        left: -5px;
    }

    .slide-arrow.next-arrow {
        right: -5px;
    }

    .homebanner_sec .slide-arrow.prev-arrow {
        left: 5px;
    }

    .homebanner_sec .slide-arrow.next-arrow {
        right: 5px;
    }

    .Logo_area {
        width: 100px;
    }

    .fcontact_details li .icon {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }

    .heading {
        margin-bottom: 10px;
    }

    .desc,
    .text {
        margin-bottom: 8px;
    }

    .heading span {
        letter-spacing: 3px;
        -webkit-text-stroke: 1px var(--sk-heading);
    }

    .bannerdesc.desc {
        margin-bottom: 10px;
    }

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

    .innerbanner_sec {
        height: 25vh;
    }
}

@media (max-width: 576px) {
    .main_header .wraper {
        gap: 30px;
    }

    .headermenubar_btn {
        max-width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .homebanner_sec .banner_content {
        height: 37vh;
    }

    .slick-dots {
        bottom: 15px;
    }

    .headcontact_wrap {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0 10px;
    }

    .responsivesearch_box .search_wrap {
        position: fixed;
        top: 55px;
        right: 15px;
        width: 320px;
    }

    .responsivesearch_box .input-search {
        height: 35px;
    }

    .activitybtn_wrap {
        gap: 15px;
        padding-right: 10px;
    }

    .email_from .from_group .send_btn {
        right: 2px;
    }

    .smallbanner_box .imgwrap {
        height: 25vh;
    }

    .feature_item {
        width: 100%;
    }

    .productcard_wrap {
        margin-bottom: 10px;
        gap: 4%;
    }

    .product_body {
        padding: 20px 10px;
    }

    .footermenu_box .head {
        margin-bottom: 18px;
    }

    .ourStory_sec .ourStory_img {
        max-width: 100%;
    }

    .ourStory_sec .ourStory_img::before {
        width: 300px;
        height: 300px;
        bottom: 15px;
        right: 0px;
    }

    .recipe_sec .recipe_content {
        max-width: 75%;
        padding: 0;
    }

}

@media (max-width: 480px) {
    .bottom_footer {
        padding: 5px 0;
    }

    .sectionheading_wrap .common_btn {
        padding: 5px 10px;
        width: 135px;
    }

    .topbottom_gap {
        padding: 30px 0;
    }

    .top_gap {
        padding: 30px 0 0;
    }

    .bottom_gap {
        padding: 0 0 30px;
    }

    .heading.banner_heading {
        font-size: 200%;
    }

    .common_btn {
        padding: 6px 28px 6px 12px;
    }

    .common_btn::after {
        right: 12px;
    }

    .smallbanner_box .imgwrap {
        height: 20vh;
    }

    .hebetzSeasoning_slider .item {
        padding: 20px 0 20px;
    }

    /* .homebanner_sec .wrapper {
        padding: 15px 15px;
    } */

    .bannerdesc.desc {
        line-height: normal;
    }

}

@media (min-width: 480px) {

    .hebetzSeasoning_slider .slide-arrow.prev-arrow {
        left: auto;
        right: 50px;
    }

    .hebetzSeasoning_slider .slide-arrow.next-arrow {
        left: auto;
        right: 0px;
    }

    .hebetzSeasoning_slider .slide-arrow.prev-arrow,
    .hebetzSeasoning_slider .slide-arrow.next-arrow {
        position: absolute;
        top: -60px;
        transform: none;
        z-index: 2;
    }

}

@media (max-width: 420px) {
    .main_header .wraper {
        gap: 5px;
    }
}

/***************All Responsive End My side***************************************/
/********************************************************************************/

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    /* margin: 0 auto */
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    margin: 0 0 10px 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

.widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 125%;
    background: var(--sk-heading);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--sk-heading);
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
}

/***accordion-button*****/

.accordion-button {
    font-size: 120%;
    /* color: var(--bs-primary); */
}

.accordion-button::after {
    fill: var(--bs-primary);
}

.accordion-button:focus {
    box-shadow: none;
    font-size: 120%;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.custom_gf_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--sk-box-light);
}

/*****gform css****/
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.gfield_label {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}


/*****woocommerce css*****/
.wp-block-heading {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

.wc-block-grid__products {
    gap: 2%;
}

.wc-block-grid__product {
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px;
    border-radius: 6px !important;
    margin-bottom: 2%;
    max-width: 23.5% !important;
    transition: 0.4s;
}

.wc-block-grid__product:hover {
    box-shadow: 0px 0px 8px 0px #ccc;
}

.wc-block-grid__product a {
    display: block;
     transition: 0.4s;
}

.wc-block-grid__product-image {
    width: auto !important;
    height: 25vh !important;
}

.wc-block-grid__product-image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
    transition: 0.4s;
}

.wc-block-grid__product-title {
    font-weight: 600 !important;
    color: var(--sk-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    font-size: 16px !important;
    /* text-align: left !important; */
}

.wc-block-grid__product-price.price .woocommerce-Price-amount.amount {
    font-weight: 600 !important;
    color: #958e09 !important;
    font-size: 16px !important;
    text-align: left !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    border-radius: 4px !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}


/******/
.woocommerce .woocommerce-result-count {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}

.product-grid {
    padding: 0 15px;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    /* gap: 2%; */
}

.woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product {
    box-shadow: 0px 0px 4px 0px #ccc;
    padding: 15px;
    border-radius: 6px !important;
    /* margin: 0 0 2% !important; */
}

.woocommerce ul.products li.product::before {
    display: none;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0px 0px 8px 0px #ccc;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
    width: auto !important;
    height: 25vh !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
    transition: 0.4s;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img,
.wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600 !important;
    color: var(--sk-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}

.woocommerce ul.products li.product .price {
    font-weight: 600 !important;
    font-size: 18px !important;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    margin-top: 0px;
}


.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    border: 1px solid var(--sk-heading);
    color: var(--sk-heading);
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
}

.woocommerce-breadcrumb {
    margin: 10px 0 !important;
}

.woocommerce div.product .product_title {
    font-size: 205%;
    color: var(--sk-heading);
    margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-weight: 600;
}


.woocommerce .quantity .qty {
    height: 36px !important;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-box-shadow);
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em !important;
}

.woocommerce div.product p.stock {
    /* font-weight: 600; */
    color: var(--sk-text);
}

.woocommerce-form__input-checkbox {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid var(--sk-box-shadow);
    border-radius: 4px !important;
    display: inline-block !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.woocommerce-button.woocommerce-form-login__submit {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    border: 1px solid var(--sk-heading) !important;
}

.woocommerce-button.woocommerce-form-login__submit:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.comment-form-cookies-consent input {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid var(--sk-box-shadow);
    border-radius: 4px !important;
    display: inline-block !important;
}

.woocommerce .star-rating span::before {
    color: var(--sk-heading) !important;
}

.product_meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sku_wrapper .sku,
.posted_in a {
    font-weight: 600;
    color: var(--sk-heading);
}


.woocommerce-product-gallery__image {
    margin: 10px !important;
}

.woocommerce-product-gallery__image a {
    display: block;
    height: 50vh !important;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    box-shadow: 0px 0px 5px 0px #ccc;
    background-color: var(--sk-body);
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    /* width: 100% !important; */
    height: 10vh !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    aspect-ratio: 1/1 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-left: 1px solid var(--sk-heading) !important;
    border-right: 1px solid var(--sk-heading) !important;
    border-top: 1px solid var(--sk-heading) !important;
    color: var(--sk-heading);
    background-color: var(--sk-body) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    border-right: 1px solid var(--sk-heading) !important;
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    border-left: 1px solid var(--sk-heading) !important;
    border-bottom: 1px solid var(--sk-heading) !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-weight: 600;
    font-size: 110%;
    color: var(--sk-text);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 600;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-weight: 600;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--sk-heading);
}

.wc-block-cart__main .wc-block-cart-items {
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.wc-block-cart__main .wc-block-cart-items thead th {
    padding: 8px 20px !important;
}

.wc-block-cart__main .wc-block-cart-items tbody td {
    padding: 10px 20px 25px !important;
}

.wc-block-cart__main .wc-block-cart-items tbody td:nth-child(2) {
    padding: 10px 0 20px !important;
}

.wc-block-components-sidebar {
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 20px !important;
    border-radius: 6px;
}

.wc-block-components-text-input input:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid var(--sk-heading);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: 600 !important;
    color: #747B2D !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
    font-size: 85%;
}

.wc-block-cart__submit-button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
}

.wc-block-cart__submit-button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 34px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: var(--sk-error) !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    font-weight: 600;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 600;
}

.wc-block-components-title.wc-block-components-title {
    font-weight: 600 !important;
}

.wc-block-components-checkout-place-order-button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    height: 42px !important;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: inline-block;
    border: 1px solid var(--sk-box-shadow);
    color: var(--sk-text);
    border-radius: 4px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--sk-text);
    background-color: #ccc;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    width: 20px;
    border: 1px solid var(--sk-error);
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    top: -9px;
    transform: scale(.82);
    background-color: var(--sk-body);
    padding: 1px 4px;
    transition: 0.4s;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    top: -9px;
    background-color: var(--sk-body);
    padding: 1px 4px;
}

.woocommerce #review_form #respond .form-submit input {
    display: inline-block;
    border: 1px solid var(--sk-box-shadow);
    color: var(--sk-text);
    background: var(--sk-primary);
    border-radius: 4px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: var(--sk-text-white);
    background: var(--sk-heading);
}

.woocommerce p.stars a:hover {
    color: var(--sk-heading) !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-weight: 600;
    color: var(--sk-heading);
}



/****/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    height: auto;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: var(--sk-primary);
    color: var(--sk-heading);
    display: block;
    font-size: 90%;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    line-height: normal;
    border: 1px solid var(--sk-heading);
    transition: 0.4s;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--sk-heading);
    color: var(--sk-text-white);
}


.woocommerce-Button.button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    min-height: 42px !important;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading) !important;
    font-weight: 600;
    margin-top: 20px !important;
}

.woocommerce-Button.button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}



.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    max-width: 700px;
    margin: 0 auto;
}

/****/

/* Card Design */
.woocommerce-Address {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 22px;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

/* Hover Effect */
.woocommerce-Address:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Header */
.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Title */
.woocommerce-Address-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* Edit Button */

.woocommerce-Address .edit,
.woocommerce-page .woocommerce-info .button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    margin-right: 6px;
    box-shadow: none;
    outline: 0;
    border-radius: 4px;
    border: 1px solid var(--sk-heading);
    font-weight: 600;
    padding: 5px 12px;
    font-size: 13px;
    min-height: fit-content !important;
}

.woocommerce-Address .edit:hover,
.woocommerce-page .woocommerce-info .button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}

/* Address Text */
.woocommerce-Address address {
    font-style: normal;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    background: #fafafa;
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

/* Empty State */
.woocommerce-Address address:empty::before {
    content: "No address added yet.";
    color: #999;
}

.gform_button.button {
    background-color: var(--sk-primary) !important;
    color: var(--sk-heading) !important;
    box-shadow: 0px 0px 3px 0px #818181;
    transition: 0.4s;
    border-radius: 4px !important;
    border: 1px solid var(--sk-heading) !important;
    font-weight: 600;
    font-size: 16px;
}

.gform_button.button:hover {
    background-color: var(--sk-heading) !important;
    color: var(--sk-primary) !important;
}


/***woocommerce responsive*****/
@media (max-width: 1024px) {
    .wc-block-grid__product {
        max-width: 32% !important;

    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        height: 20vh !important;
    }

    .wc-block-grid__product {
        max-width: 48% !important;
        min-width: 48% !important;
        padding: 10px !important;
    }

    .wc-block-grid {
        padding: 0 15px !important;
        margin: 0 auto !important;
    }

    .wc-block-grid__product-image {
        height: 20vh !important;
    }

    .woocommerce ul.products li.product {
        width: 49% !important;
    }

}


@media (max-width: 480px) {
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        height: 15vh !important;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: flex !important;
    }

    .wc-block-grid__product-image {
        height: 15vh !important;
    }

    .wc-block-grid__product-title {
        font-size: 12px !important;
        height: 30px;
    }
}

/* : Recipe : */
ul.recipelist{
    columns: 1;
    list-style: none;
    margin: 15px 0 ;
}
ul.recipelist li {    
    position: relative;
    margin-bottom: 15px;
    position:relative;
    font-weight: 600;
    padding-left: 20px;
}
ul.recipelist li::before {
    content: "✔";
    color: var(--sk-green);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.recipe-directions ol.recipelist {
    counter-reset: directions-counter;
    columns: 1;
    list-style: none;
    margin: 15px 0 ;
}
.recipe-directions ol.recipelist li {
    position: relative;
    margin-bottom: 15px;
    position:relative;
    font-weight: 600;
    padding-left: 30px;
}
.recipe-directions ol.recipelist li::before {
    counter-increment: directions-counter;
    content: counter(directions-counter) ".";
    color: var(--sk-green);
    font-weight: 700;
    font-size: 110%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    ul.recipelist{
        columns: 1;
    }
}

.connected-products .product_card{
    width: 100%;
    padding-top: 0;
}

.connected-products .product_img {
    width: 100%;
    height: auto;
    background:none;
    border-radius:0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top:auto;
    left:auto;
    transform:none;
}

.connected-products .product_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 0;
}