/*!
Theme Name: Three-Palms-Casual
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: three-palms-casual
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Three-Palms-Casual is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Page CSS START */
.form-section-img {
    width: 49.2%;
}

.form-section-title-form {
    width: 50.8%;
    padding-left: 116px;
}

.form-section-row {
    display: flex;
    align-items: center;
}

.form-section {
    padding: 135px 0px;
}

.form-section-title {
    margin-bottom: 45px;
}

.form-section-img img {
    max-width: 639px;
    width: 100%;
}

.lets-section {
    padding: 100px 0px;
}

.lets-section-inner {
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F3F3F3 100%);
    margin-top: 20px;
    padding: 132px 109px 132px 105px;
}

.lets-section-row {
    display: flex;
    align-items: center;
}

.lets-section-content-title {
    width: 54.5%;
    padding-right: 114px;
    border-right: 1px solid rgb(0 0 0 / 30%);
    padding-top: 27px;
    padding-bottom: 30px;
}

.lets-section-box-main {
    width: 45.5%;
    padding-left: 116px;
}

.lets-section-title {
    padding-bottom: 16px;
}

.lets-section-box {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    gap: 25px;
}

.lets-section-box-icon {
    width: 51px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FF803C 0%, #FFAA00 100%);
    border-image-slice: 1;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 51px;
}

.lets-section-box-icon img {
    max-width: 24px;
}

.lets-section-box:last-child {
    margin-bottom: 0px;
}

.lets-section-box-text a {
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.lets-section-box-text a:hover {
    color: #ff7950;
    text-decoration: none;
}

.phone-link .lets-section-box-text a {
    font-size: 23px;
    font-family: 'Noto Serif';
    font-weight: 600;
}

.bg-vector {
    position: relative;
    z-index: 1;
}

.bg-vector:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(./assets/images/bg-vector.png);
    left: 0;
    bottom: -117px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.custom-shop-top-section {
    padding: 98px 0px 67px;
}

.custom-shop-filters form.woocommerce-ordering {
    /* float: none; */
    border: 1px solid #EEEEEE;
    padding: 12px 24px 12px 70px;
    /* margin: 0px; */
    background-image: url(./assets/images/filter-icon.svg);
    background-repeat: no-repeat;
    background-position: 24px center;
    background-size: 22px 21px;
    margin: 0 auto;
    float: right;
}

.custom-shop-top-section-inner {
    display: flex;
    align-items: center;
}

.custom-shop-top-section-content {
    width: 70%;
    padding-right: 30px;
}

.custom-shop-filters {
    width: 30%;
}

.custom-shop-filters p.woocommerce-result-count {
    display: none;
}

.custom-shop-top-section-content-title {
    margin-bottom: 17px;
}

.custom-shop-filters form.woocommerce-ordering select {
    appearance: none;
    border: none;
    font-size: 18px;
    line-height: 1.1;
    color: #A0A0A0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    outline: none;
    padding: 9px 9px 11px 21px;
    border-left: 1px solid rgb(0 0 0 / 10%);
    background-color: transparent;
    width: 100%;
}

.custom-products-grid {
    padding-bottom: 91px;
}

.custom-products-grid .products,
.woocommerce-cart .wc-block-grid__products {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -17.5px !important;
    list-style: none !important;
    row-gap: 32px;
    justify-content: flex-start;
    width: -webkit-fill-available;
}

.custom-products-grid .products li,
.woocommerce-cart li.wc-block-grid__product {
    width: calc(100% / 3 - 35px) !important;
    padding: 31px 31px 37px !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 17.5px !important;
    background: #fff;
    box-shadow: 0px 19px 71.4px 0px #0000001A;
    clear: both !important;
    list-style: none;
    float: none !important;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce-cart .wc-block-grid__products {
    margin: 30px -17.5px 0px !important;
}

.woocommerce-cart li.wc-block-grid__product {
    flex: none !important;
    max-width: 100% ! important;
}

.woocommerce-cart li.wc-block-grid__product .wc-block-grid__product-link {
    display: block;
    text-decoration: none;
    width: 100%;
}

.custom-products-grid .products li a {
    width: 100%;
}

.custom-products-grid .woocommerce-loop-product__title,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
    font-family: 'Noto Serif';
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.3;
    padding: 15px 0px 16px !important;
    text-transform: capitalize;
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
    color: #006772;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.custom-products-grid span.product-category {
    color: #006772;
    /*padding-top: 10px;*/
    padding-top: 25px;
    display: block;
}

.woocommerce-cart .wc-block-grid__product .wp-block-button {
    margin: 0px;
}

.woocommerce .custom-products-grid .products li.product .button,
.woocommerce-cart .wc-block-grid__product .wp-block-button a {
    /* padding: 15.5px 20px;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    border-radius: 0px;
    width: fit-content;
    margin: 0px; */
    position: relative;
    background: #ffffff3b !important;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 10px 20px;
    z-index: 1;
    color: #000;
}

.woocommerce .custom-products-grid .products li.product .button:hover,
.woocommerce-cart .wc-block-grid__product .wp-block-button a:hover {
    background-color: #006772 !important;
}

.woocommerce .custom-products-grid .products li.product .button:hover:before,
.woocommerce-cart .wc-block-grid__product .wp-block-button a:hover:before {
    display: none;
}

section.content-section-with-full-bottom-image .full-bottom-image {
    margin-top: 30px !important;
}

.woocommerce .custom-products-grid .products li.product .button:before,
.woocommerce-cart .wc-block-grid__product .wp-block-button a:before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    --c1: #FF6B5C;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 3px;
    position: absolute;
    content: "";
}

.woocommerce-cart .wc-block-grid__product .wp-block-button a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.42px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}

.woocommerce-cart .wc-block-grid__product .wp-block-button a:hover {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.custom-products-grid .products li a img,
.woocommerce-cart li.wc-block-grid__product .wc-block-grid__product-image img {
    margin: 0px !important;
}

.woocommerce .custom-products-grid .products li a .price,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price {
    color: #006772;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price {
    margin: 0px;
    text-align: left;
    color: #006772;
}

header.header-white nav.menu-class ul li a {
    color: #006772;
}

header.header-white nav.menu-class ul li a:hover,
.header-left nav.menu-class ul>li.current-menu-item>a,
footer .footer-menu nav.menu-class ul li.current-menu-item>a,
header.header-white nav.menu-class ul li.current-menu-item>a,
nav.menu-class ul li.current-menu-item>a {
    color: #FA0;
}

/*header.main-header.header-white span.cart-contents-count .image-tag img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(6727%) hue-rotate(180deg) brightness(90%) contrast(101%);
}*/
header.main-header.header-white .search-icon img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(3428%) hue-rotate(174deg) brightness(93%) contrast(101%);
}

.woocommerce .custom-products-grid a.added_to_cart.wc-forward {
    color: #006772;
}

.simpleParallax {
    height: 100%;
}

.search-listing article .primary-category {
    padding-top: 22px;
    display: block;
    color: #006772;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.search-listing article .primary-category+h2.entry-title {
    margin-top: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    font-size: 22px;
    color: #646464;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding: 25px 15px 30px 15px;
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.product-slider-new-design-section {
    width: 100%;
    padding: 70px 0;
}

.product-slider-new-design-section-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    align-items: stretch;
}

.category-slide.slick-slide {
    margin: 0 15px;
}

.product-slider-new-design-section-left {
    width: 26%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h2.product-slider-new-design-section-title {
    margin-bottom: 30px;
}

.product-category-slider {
    margin-right: -300px;
}

.product-slider-new-design-section-Right {
    width: 74%;
}

.category-image {
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.product-slider-new-design-section-content p {
    font-size: 18px;
    line-height: 1.5;
}

.product-slider-new-design-section .slick-prev,
.product-slider-new-design-section .slick-next,
.popup-below-menu .slick-prev,
.popup-below-menu .slick-next {
    position: unset;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
}

.product-slider-new-design-section .slick-prev span,
.product-slider-new-design-section .slick-next span,
.popup-below-menu .slick-prev span,
.popup-below-menu .slick-next span {
    width: 25px;
    display: flex;
}

.slider-counter,
.menu-slider-counter {
    width: fit-content;
    position: relative;
    display: flex;
    justify-content: end;
    padding: 10px 10px;
    border: 1px solid;
    align-items: center;
    border-radius: 32px;
    width: 170px;
    justify-content: space-between;
    margin-left: 10px;
}
.popup-below-menu .menu-slider-setings a.main-btn {
    font-size: 16px;
    padding: 12px 10px;
    line-height: normal;
    margin-left: 10px;
    margin-top: 0;
}
.popup-below-menu .menu-slider-setings a.main-btn:hover{
    color: #fff;
}
.product-slider-new-design-section .slick-prev:before,
.product-slider-new-design-section .slick-next:before,
.popup-below-menu .slick-prev:before,
.popup-below-menu .slick-next:before {
    font-size: 0;
}

.product-slider-new-design-section .slider-setings {
    width: 100%;
    display: flex;
    animation: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 0 20px;
}

.product-slider-new-design-section .slider-counter-dot,
.menu-slider-counter-dot {
    width: calc(100% - 200px);
}

.product-slider-new-design-section .slick-dots,
.menu-slider-counter-dot .slick-dots {
    position: unset;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
}

.product-slider-new-design-section .slick-dots,
.menu-slider-counter-dot .slick-dots {
    position: unset;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    background: #006772;
    border-radius: 10px;
    flex-wrap: unset;
}

.product-slider-new-design-section .slick-dots li.slick-active button,
.menu-slider-counter-dot .slick-dots li.slick-active button {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    width: 100%;
    height: 10px;
    font-size: 0;
    border-radius: 10px;
}

.product-slider-new-design-section .slick-dots li,
.menu-slider-counter-dot .slick-dots li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    color: #1e6772;
}

.product-slider-new-design-section .slick-dots li button,
.menu-slider-counter-dot .slick-dots li button {
    background: unset !important;
    height: 5px;
}

.product-slider-new-design-section .slick-dots li button:before,
.menu-slider-counter-dot .slick-dots li button:before {
    font-size: 0;
}

.product-slider-new-design-section .slick-dots li.slick-active button:before,
.menu-slider-counter-dot .slick-dots li.slick-active button:before {
    opacity: 0 !important;
    color: black;
    font-size: 0;
    height: 0;
    width: 0;
}

.product-slider-new-design-section .category-info h3,
.popup-below-menu .category-info h3 {
    color: #006772;
    padding-top: 30px;
}

.product-slider-new-design-section .category-info p,
.popup-below-menu .category-info p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    padding-top: 15px;
    text-decoration: none;
}

.product-slider-new-design-section-left a.main-btn,
.popup-below-menu a.main-btn {
    width: fit-content;
    margin-top: 50px;
}

.product-slider-new-design-section-Right a:hover,
.popup-below-menu a:hover {
    text-decoration: none;
    color: #FF6B5C;
}

.hide-div {
    display: none !important;
}

.menu-slider-setings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-below-menu {
    display: none;
    position: absolute;
    min-width: 100%;
    padding: 15px;
    background: #006772e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    left: 0 !important;
    right: 0;
    overflow: hidden;
}

.popup-below-menu .category-slide.slick-slide {
    margin: 15px;
    height: auto;
}

.popup-below-menu .slick-track {
    display: flex;
    align-items: stretch;
}

.popup-below-menu .category-slide {
    background: #fff;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px !important;
}

.popup-below-menu .category-image {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.menu-slider-counter-dot .slick-dots {
    background: #fff;
}

.menu-slider-counter svg path {
    fill: #fff;
}

.menu-slider-counter {
    color: #fff;
}

.popup-below-menu .category-info h3 {
    font-size: 20px;
    line-height: normal;
}

.popup-below-menu .category-slide a {
    background: #fff !important;
    padding: 0 !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 40px;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video-content-section-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    position: relative;
}

.video-content-section-left {
    width: 28%;
    padding: 50px;
}

.video-section-main {
    width: 70%;
}

.video-section-main video.video {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    max-height: 630px;
}

.video-content-section.video-background .video-section-main video.video {

    max-height: unset;
}

.video-section-main {
    width: 70%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

div.play-pause-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
}

img.video-icon-image {
    width: 33px;
    margin-right: 10px;
}

div.play-pause-btn {
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
    border: 1px solid;
    padding: 7px 10px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    min-width: 131px;
}

.video-content-section-left .h2.video-content-section-title,
.video-content-section-left .video-content-section-content {
    margin-bottom: 30px;
}

.video-content-section-left .video-content-section-content p {
    line-height: 1.5;
}

.video-content-section.video-background .h2.video-content-section-title {
    color: #fff;
}

.video-content-section.video-background .video-content-section-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* dark overlay */
    z-index: 1;
}

.video-content-section.video-background .video-content-section-left {
    width: 100%;
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 1330px;
    padding: 200px 15px;
    margin: 0 auto;
    text-align: center;
}

.video-content-section.video-background .video-section-main {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}

.video-content-section.video-background .video-content-section-main {
    min-height: 100vh;
}

.popup-below-menu-products {
    display: none;
    position: absolute;
    min-width: 100%;
    padding: 30px 15px 15px 15px;
    background: #006772e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    left: 0 !important;
    right: 0;
    overflow: hidden;
}

.products-right-title {
    width: 100%;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.popup-below-menu-products-right {
    width: 20%;
    border-left: 1px solid #fff;
    padding-left: 50px;
}

.popup-below-menu-products-left {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.popup-below-menu-products-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.products-right-inner a.header-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
}

.popup-below-menu-products-left .products-left-inner img {
    margin: 0 auto;
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.popup-below-menu-products-left .products-left-inner {
    width: 20%;
    padding: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.popup-below-menu-products-left .products-left-inner a {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.popup-below-menu-products-left .products-left-inner.btn-products a.main-btn {
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 15px 10px;
}

.popup-below-menu-products-left .products-left-inner.btn-products {
    display: flex;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1em;
    padding: .9em;
    min-width: 3em;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #006772;
    color: #fff;
}

#mobilenav ul a.main-btn:hover {
    color: #fff !important;
}

.popup-below-menu-products-left .products-left-inner.btn-products a.main-btn:hover {
    color: #fff !important;
}

.color-swatches {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    row-gap: 8px;
}

span.color-swatch {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: relative;
}

span.color-swatch:after {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: #006772;
    left: 0;
    opacity: 0;
}

span.color-swatch.active:after {
    opacity: 1;
}

span.color-swatch img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.products-right-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}
.products-right-inner img {
    max-width: 35px;
    height: auto;
}
#wpsl-search-wrap div label {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #006772;
    width: 100%;
    margin-bottom: 4px;
}
.wpsl-search {
    margin-bottom: 20px;
    padding: 30px;
    background: #F8F8F8;
}
#wpsl-search-wrap form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wpsl-input div {
    width: 100%;
}
.wpsl-input {
    width: 53.8%;
    margin: 0 !important;
}
.wpsl-input input#wpsl-search-input {
    width: 100%;
    padding: 13px 20px !important;
    color: #000 !important;
}
.wpsl-select-wrap {
    width: 30.67%;
    margin: 0;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
}
.wpsl-selected-item:after {
    border-top: 8px solid #006772;
}
div#wpsl-stores {
    scrollbar-color: #1C2326 #f9f9f9;
    scrollbar-width: auto;
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
}
.wpsl-info-window span {
    display: flex;
}
.wpsl-select-wrap div#wpsl-results, .wpsl-select-wrap div#wpsl-radius {
    width: 47.34%;
    margin: 0;
}
span.wpsl-selected-item, .wpsl-dropdown ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
}
.wpsl-dropdown .wpsl-selected-item, 
.wpsl-dropdown li, 
.wpsl-selected-item {
    padding: 13px 12px !important;
}
#wpsl-results .wpsl-dropdown,.wpsl-dropdown {
    width: 100%;
}
.wpsl-search-btn-wrap {
    padding: 0 !important;
    margin: 0 !important;
}
.wpsl-search-btn-wrap {
    padding: 0 !important;
    margin: 0 !important;
    width: 12.34%;
}
input#wpsl-search-btn {
    margin: 0 !important;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    padding: 15px 20px;
}
#wpsl-gmap {
    width: 64.63%;
}
#wpsl-result-list {
    width: 33.89%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}
#wpsl-wrap #wpsl-result-list li {
    padding: 30PX;
    border: 1px solid #0000001A;
    margin-bottom: 10px;
}
#wpsl-result-list h3.locator-title {
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
#wpsl-result-list .wpsl-store-location h3 {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #006772;
    padding-bottom: 10px;
}
.footer-map-address-main {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C2326;
}
#wpsl-result-list .wpsl-store-location table th {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #006772;
    padding-bottom: 6px;
}
#wpsl-result-list .wpsl-store-location table td {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1C2326;
    width: 49%;
}

#wpsl-result-list .wpsl-store-location table tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#wpsl-result-list .wpsl-store-location table td:last-child {
    text-align: end;
}
.footer-map-address-bank:empty,
.wpsl-contact-details:empty {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0;
  visibility: hidden;
}
#wpsl-result-list li p {
    margin: 0;
    padding: 0;
}
.wpsl-more-info-listings-new > div {
    padding-bottom: 14px;
    border-bottom: 1px solid #0000001A;
}
#wpsl-result-list table {
    width: 100%;
    margin-top: 14px;
}
#wpsl-result-list a.wpsl-view-store-btn {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    padding: 11.5px 24px;
    text-decoration: none;
    margin-top: 20px;
}
#wpsl-result-list .wpsl-store-location table td a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #1C2326;
    word-wrap: break-word;
}
.gm-style-iw.gm-style-iw-c h3 {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #006772;
    padding-bottom: 7px;
}
.gm-style-iw.gm-style-iw-c .footer-map-address-main {
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C2326;
}
.gm-style-iw.gm-style-iw-c table th {
    display: none;
}
.gm-style-iw.gm-style-iw-c table tr {
    display: flex;
    flex-direction: column;
}
.gm-style-iw.gm-style-iw-c table td {
    width: 100%;
}
.gm-style-iw.gm-style-iw-c table td a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1C2326;
    padding-bottom: 12px;
    display: block;
}
#wpsl-gmap .wpsl-info-actions {
    display: none !important;
}
.gm-ui-hover-effect > span {
    background-color: #006772;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #006772;
    border-radius: 100%;
}
button.gm-ui-hover-effect {
    background: none !important;
    height: 24px !important;
    width: 24px !important;
    border: 1px solid !important;
}
.wpsl-store-location > p > strong, 
.wpsl-store-location > p > strong a {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #006772;
    margin-bottom: 15px;
    display: block;
}
#wpsl-result-list p.wpsl-contact-details > span {
    display: flex !important;
    width: 49%;
    flex-wrap: wrap;
}
.wpsl-store-location > p > span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1C2326;
}
.wpsl-info-window span a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1C2326;
    margin-bottom: 10px;
    display: inline-block;
}
.wpsl-info-window span strong {
    display: none;
    visibility: hidden;
    height: 0;
}
.wpsl-info-window > p > span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1C2326;
}

.wpsl-store-location p.wpsl-contact-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 14px !important;
    border-top: 1px solid #0000001A;
    margin-top: 14px !important;
    align-items: flex-start;
}
.wpsl-info-window > p {
    margin-bottom: 20px !important;
}
.wpsl-info-window > p > strong,.wpsl-info-window > p > strong a {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #006772;
}
#wpsl-result-list p.wpsl-contact-details > span > a {
    word-wrap: break-word;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #1C2326;
    width: 100%;
    display: inline-block;
}
#wpsl-result-list p.wpsl-contact-details > span > strong {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #006772;
    margin-bottom: 10px;
    display: inline-block;
}
#wpsl-result-list a.wpsl-view-store-btn:hover {
    background: #F8A514 !important;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) !important;
}
.wpsl-direction-wrap a.wpsl-directions {
    display: none;
}
#wpsl-result-list .wpsl-direction-wrap {
    width: 100%;
    display: flex;
}
a.wpsl-store-details.wpsl-store-listing {
    display: none;
}
section.template-page-hero-section.home-page-banner.wpsl-benner-section .template-page-hero-section-main {
    padding: 50px 0;
}
section.template-page-hero-section.home-page-banner.wpsl-benner-section:after{display: none;}
section.wpsl-main-section {
    width: 100%;
    padding: 100px 0;
}
section.wpsl-main-section .wpsl-main-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
section.wpsl-main-section .wpsl-store-map {
    width: 58%;
}
section.wpsl-main-section .wpsl-store-map #wpsl-base-gmap_0 {
    height: 550px;
    border-radius: 15px;
}
section.wpsl-main-section .store-info {
    width: 40%;
}
section.wpsl-main-section .wpsl-locations-details > span > strong {
    font-family: Noto Serif;
    font-size: 50px;
    padding-bottom: 50px;
    display: inline-block;
    color: #006772;
}
section.wpsl-main-section .wpsl-contact-details {
    font-size: 20px;
    font-weight: 700;
}
section.wpsl-main-section .wpsl-location-address {
    font-size: 20px;
}
section.wpsl-main-section .category-slide {
    width: calc(100% / 3 - 35px) !important;
    padding: 31px 31px 37px !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 17.5px !important;
    background: #fff;
    box-shadow: 0px 19px 71.4px 0px #0000001A;
    clear: both !important;
    list-style: none;
    float: none !important;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
}
section.wpsl-main-section .product-category-slider {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -17.5px !important;
    list-style: none !important;
    row-gap: 32px;
    justify-content: flex-start;
    width: -webkit-fill-available;
}
section.wpsl-main-section .product-slider-new-design-section-Right {
    width: 100%;
}
section.wpsl-main-section .category-info {
    font-family: 'Noto Serif';
    padding: 15px 0px 16px;
    text-transform: capitalize;
}
section.wpsl-main-section .category-image {
    height: 400px;
}

section.wpsl-main-section .wpsl-product-collections-wrapper {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}
section.wpsl-main-section h2.wpsl-section-title {
    margin-bottom: 30px;
}
section.wpsl-main-section .wpsl-contact-details a {
    color: #006772;
}
section.wpsl-main-section .category-info {
    color: #006772;
}
section.wpsl-main-section .category-slide a:hover h3 {
    color: #FA0;
}
.footer-menu-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    color: #fff;
}
.home-page-hero-section .template-page-hero-section-title , .home-page-hero-section .banner-sub-title{
    color: #006772;
}
.home-page-hero-section.template-page-hero-section .common-btn .main-btn , .home-page-hero-section.template-page-hero-section .common-btn .main-btn:before{
    background: #006772 !important;
}
.home-page-hero-section.template-page-hero-section .common-btn .main-btn:hover {
    color: #fff !important;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
}
.home-page-hero-section.template-page-hero-section .common-btn .main-btn:hover:before {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
}


.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: none !important;
}
input.apbct_special_field.apbct_email_id__gravity_form {
    display: none !important;
}
.woocommerce .custom-products-grid .products li a .price {
    display: none !important;
}
/* Page CSS END */

@media (max-width:1450px) {
    .product-slider-new-design-section-left {
        padding: 40px;
    }

    
    .video-content-section-left {
        width: 35%;
    }

    .video-section-main {
        width: 64%;
    }
}

@media (max-width:1400px) {
    .custom-shop-filters form.woocommerce-ordering {
        max-width: 330px;
    }
    section.wpsl-main-section .product-category-slider {
      margin: 0px -15px !important;
    }
    section.wpsl-main-section .category-slide {
      margin: 0px 15px !important;
    }
}

@media (max-width:1350px) {}

@media (max-width:1300px) {
    .woocommerce-cart .wc-block-grid__product .wp-block-button a {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .custom-products-grid {
        padding-bottom: 80px;
    }

    .custom-shop-top-section {
        padding: 80px 0px 60px;
    }

    .form-section,
    .lets-section {
        padding: 80px 0px;
    }

    .lets-section-inner {
        padding: 80px;
    }

    .form-section-title-form {
        padding-left: 50px;
    }

    .woocommerce .custom-products-grid .products li.product .button {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .custom-products-grid .woocommerce-loop-product__title,
    .woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
        font-size: 22px !important;
    }

    .custom-products-grid .products,
    .woocommerce-cart .wc-block-grid__products {
        margin: 0px -10px !important;
        row-gap: 20px;
    }

    .woocommerce-cart .wc-block-grid__products {
        margin: 30px -10px 0px !important;
    }

    .custom-products-grid .products li,
    .woocommerce-cart li.wc-block-grid__product {
        width: calc(100% / 3 - 20px) !important;
        margin: 0px 10px !important;
    }

    .custom-shop-top-section-content-title {
        margin-bottom: 10px;
    }

    
    .popup-below-menu-products-left .products-left-inner {
        width: 25%;
    }
}

@media (max-width:1244px) {}

@media (max-width:1199px) {

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
        font-size: 20px;
    }

    .product-slider-new-design-section-left {
        width: 36%;
        padding: 20px;
    }

    .product-slider-new-design-section-Right {
        width: 63%;
    }

    
    .product-slider-new-design-section .slider-setings {
        padding: 15px;
    }

    .product-slider-new-design-section-left a.main-btn {
        margin-top: 30px;
    }
    .video-content-section-left {
        width: 40%;
        padding: 30px;
    }

    .video-section-main {
        width: 58%;
    }

    .video-content-section-main {
        padding: 50px 0;
    }

    .video-content-section.video-background .video-content-section-left {
        padding: 100px 15px;
    }
    #wpsl-result-list {
      width: 40%;
    }
    #wpsl-gmap {
     width: 59%;
   }
   section.wpsl-main-section {
    padding: 70px 0;
   }
   section.wpsl-main-section .wpsl-product-collections-wrapper {
    padding-top: 70px;
   }
   section.wpsl-main-section .wpsl-store-map {
    width: 50%;
   }
   section.wpsl-main-section .store-info {
    width: 47%;
   }
   section.wpsl-main-section .category-slide {
    width: calc(100% / 3 - 30px) !important;
    padding: 20px 20px 20px !important;
   }
   section.wpsl-main-section .wpsl-locations-details > span > strong {
    font-size: 40px;
    padding-bottom: 30px;
   }
}

@media (max-width:1023px) {
    .woocommerce-cart .wc-block-grid__product .wp-block-button a {
        letter-spacing: 1px;
        padding: 13.5px 20px;
    }

    .woocommerce .custom-products-grid .products li.product .button {
        letter-spacing: 1px;
        padding: 13.5px 20px;
    }

    img.video-icon-image {
        width: 28px;
    }

    div.play-pause-btn {
        min-width: 120px;
    }

    .custom-products-grid .products li,
    .woocommerce-cart li.wc-block-grid__product {
        padding: 20px 20px 25px !important;
    }

    .lets-section-content-title {
        padding-right: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lets-section-box-main {
        padding-left: 80px;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
        font-size: 18px;
    }

    .popup-below-menu {
        position: unset !important;
    }

    .menu-slider-design {
        margin: 0;
    }

    .menu-slider-counter-dot {
        display: none !important;
    }

    .popup-below-menu-products {
        position: unset !important;
    }

    .popup-below-menu-products-left {
        width: 100%;
    }

    .popup-below-menu-products-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .popup-below-menu-products-inner {
        flex-wrap: wrap;
    }

    .popup-below-menu-products-left .products-left-inner {
        width: 50%;
        padding: 5px;
        padding-bottom: 20px;
        border: 0;
    }

    .popup-below-menu-products-left .products-left-inner img {
        max-height: 50px;
        margin-bottom: 10px;
    }

    .popup-below-menu-products-right {
        border-left: 0;
        padding-left: 0;
    }

    .products-right-title {
        padding-bottom: 10px;
        font-size: 23px;
    }

    .popup-below-menu-products-inner {
        padding: 0;
    }

    .popup-below-menu-products-left .products-left-inner.btn-products a.main-btn {
        border-bottom: 0 !important;
    }

    #mobilenav .menu-outer {
        padding-bottom: 100px !important;
    }

    .popup-below-menu-products-left .products-left-inner.btn-products a.main-btn:hover {
        color: #fff !important;
    }
    #wpsl-result-list {
        width: 49%;
    }
    #wpsl-gmap {
        width: 50%;
    }
    section.wpsl-main-section .wpsl-locations-details > span > strong {
     font-size: 35px;
   }

}

@media (max-width:991px) {
    .woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .woocommerce-cart .wc-block-grid__product .wp-block-button a {
        letter-spacing: 1px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .custom-shop-filters {
        width: 40%;
    }

    .custom-shop-top-section-content {
        width: 60%;
    }

    .custom-shop-filters form.woocommerce-ordering select {
        font-size: 17px;
    }

    .custom-shop-filters form.woocommerce-ordering {
        padding: 10px 24px 10px 70px;
    }

    .custom-shop-top-section {
        padding: 80px 0px 40px;
    }

    .woocommerce .custom-products-grid .products li.product .button {
        letter-spacing: 1px;
        padding: 10px 15px;
        font-size: 15px;
    }

    .woocommerce .custom-products-grid .products li a .price {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .custom-products-grid .woocommerce-loop-product__title,
    .woocommerce-cart .wc-block-grid__product .wc-block-grid__product-title {
        font-size: 20px !important;
        padding: 15px 0px 10px !important;
    }

    .custom-products-grid .products li,
    .woocommerce-cart li.wc-block-grid__product {
        width: calc(100% / 2 - 10px) !important;
        margin: 0px 5px !important;
        padding: 30px !important;
    }

    .custom-products-grid .products,
    .woocommerce-cart .wc-block-grid__products {
        margin: 0px -5px !important;
        row-gap: 10px;
    }

    .woocommerce-cart .wc-block-grid__products {
        margin: 30px -5px 0px !important;
    }

    .lets-section-title {
        padding-bottom: 10px;
    }

    .phone-link .lets-section-box-text a {
        font-size: 18px;
    }

    .bg-vector:after {
        bottom: 0;
    }

    .lets-section-box-icon {
        width: 39px;
        height: 39px;
        min-width: 39px;
    }

    .lets-section-box-icon img {
        max-width: 20px;
    }

    .lets-section-box {
        margin-bottom: 20px;
        gap: 20px;
    }

    .lets-section-inner {
        padding: 50px 30px;
    }

    .lets-section-content-title {
        padding-right: 50px;
    }

    .lets-section-box-main {
        padding-left: 50px;
    }

    /* input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea {
		min-height: 65px;
		padding: 15px 21px !important;
		font-size: 18px !important;
	} */
    .form-section-title {
        margin-bottom: 25px;
    }

    /* .gform-footer.gform_footer.top_label {
		padding: 30px 0px 0px !important;
	} */
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
        font-size: 18px;
    }

    
    .category-image {
        height: 400px;
    }

    .video-content-section-left {
        width: 100%;
        padding: 15px;
    }

    .video-section-main {
        width: 100%;
        padding: 15px;
    }

    .video-content-section.video-background .video-content-section-left {
        padding: 70px 15px;
    }

    .video-content-section.video-background .video-section-main {
        padding: 0;
    }
    .wpsl-input {
     width: 100%;
    }
    #wpsl-search-wrap form {
     flex-wrap: wrap;
   }
   .wpsl-select-wrap {
    width: 74%;
    margin-top: 15px;
   }
   .wpsl-search-btn-wrap {
    width: 24%;
   }
   .wpsl-select-wrap div#wpsl-results, .wpsl-select-wrap div#wpsl-radius {
    width: 100%;
   }
   .wpsl-search-btn-wrap {
        width: 100%;
        margin-top: 15px !important;
    }
    .wpsl-select-wrap {
        width: 100%;
    }
    div#wpsl-results {
       margin-top: 15px !important;
    }
    #wpsl-search-wrap .wpsl-dropdown {
        width: 100%;
    }
    section.wpsl-main-section .category-slide {
     width: calc(100% / 2 - 30px) !important;
    }
}

@media (max-width:767px) {

    .single-product .woocommerce-notices-wrapper .woocommerce-message a.button,
    .single-product .woocommerce-notices-wrapper .woocommerce-error a.button {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }

    .single-product .woocommerce-notices-wrapper .woocommerce-message,
    .single-product .woocommerce-notices-wrapper .woocommerce-error li {
        font-size: 16px;
    }

    span.color-swatch {
        height: 40px;
        width: 40px;
    }

    .custom-shop-filters form.woocommerce-ordering {
        max-width: 100%;
        width: 100%;
    }

    .custom-shop-filters form.woocommerce-ordering {
        padding: 10px 20px 10px 45px;
        background-position: 16px center;
        background-size: 15px 15px;
    }

    .custom-shop-filters form.woocommerce-ordering select {
        font-size: 16px;
        padding: 5px 5px 5px 10px;
        width: 100%;
    }

    .custom-products-grid {
        padding-bottom: 50px;
    }

    .custom-products-grid .products,
    .woocommerce-cart .wc-block-grid__products {
        margin: 0px 0px !important;
        row-gap: 20px;
    }

    .woocommerce-cart .wc-block-grid__products {
        margin: 20px 0px 0px !important;
    }

    .custom-products-grid .products li,
    .woocommerce-cart li.wc-block-grid__product {
        width: 100% !important;
        margin: 0px !important;
        padding: 30px !important;
    }

    .custom-shop-top-section-content {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .custom-shop-filters {
        width: 100%;
    }

    .custom-shop-top-section-inner {
        flex-wrap: wrap;
    }

    .custom-shop-top-section {
        padding: 50px 0px 40px;
    }

    .lets-section-inner {
        padding: 40px 20px;
    }

    .lets-section-box {
        margin-bottom: 18px;
        gap: 12px;
    }

    .lets-section-box-main {
        padding-left: 0px;
        width: 100%;
    }

    .lets-section-content-title {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 30px;
        border-right: none;
        padding-top: 0px;
    }

    .lets-section-row {
        flex-wrap: wrap;
    }

    .form-section-title {
        margin-bottom: 20px;
    }

    .form-section,
    .lets-section {
        padding: 50px 0px;
    }

    .form-section-img {
        width: 100%;
    }

    .form-section-title-form {
        padding-left: 0px;
        width: 100%;
        padding-top: 30px;
    }

    .form-section-row {
        flex-wrap: wrap;
    }

    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
        font-size: 17px;
    }

    .product-slider-new-design-section-left {
        width: 100%;
    }

    .product-category-slider {
        margin-right: 0;
    }

    .product-slider-new-design-section-Right {
        width: 100%;
    }

    .product-slider-new-design-section .slider-setings {
        flex-direction: column;
        align-items: center;
    }

    .product-slider-new-design-section .slider-counter-dot {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-slider-new-design-section .category-info h3 {
        font-size: 22px;
        padding-top: 30px;
    }

    .product-slider-new-design-section {
        padding: 50px 0;
    }

    .category-image {
        height: 350px;
    }

    div.play-pause-btn {
        right: 30px;
        bottom: 30px;
        padding: 8px;
        font-size: 16px;
        min-width: 110px;
    }

    img.video-icon-image {
        width: 26px;
        margin-right: 7px;
    }

    .video-content-section-main {
        padding: 50px 0;
    }

    .video-content-section.video-background .video-content-section-left {
        padding: 50px 15px;
    }
    #wpsl-result-list {
        width: 100%;
    }
    #wpsl-gmap {
        width: 100%;
    }
    div#wpsl-stores {
        width: 100%;
        margin-top: 40px;
    }
    section.wpsl-main-section {
       padding: 50px 0;
    }
    section.wpsl-main-section .wpsl-product-collections-wrapper {
       padding-top: 50px;
    }
    section.wpsl-main-section .category-slide {
     width:100% !important;
    }
    section.wpsl-main-section .store-info {
        width: 100%;
    }
    section.wpsl-main-section .wpsl-store-map {
        width: 100%;
        margin-top: 30px;
    }
    section.wpsl-main-section .wpsl-store-map #wpsl-base-gmap_0 {
        height: 400px;
    }
    section.wpsl-main-section .wpsl-location-address {
       font-size: 18px;
    }
    section.wpsl-main-section .wpsl-contact-details {
      font-size: 18px;
    }
    section.wpsl-main-section .wpsl-locations-details > span > strong {
     font-size: 28px;
   }
   section.wpsl-main-section .category-info h3 {
    font-size: 25px;
   }

}

@media (max-width:640px) {
    section.wpsl-main-section .category-image {
     height: 300px;
   }
}

@media (max-width:570px) {
    #wpsl-search-input,#wpsl-search-wrap .wpsl-dropdown {
        width: 100% !important;
    }
    .wpsl-search {
      padding: 20px;
    }
}

@media (max-width:480px) {
    .woocommerce-cart .wc-block-grid__products {
        display: flex !important;
    }
    .wpsl-store-location p.wpsl-contact-details {
     flex-wrap: wrap;
    }
    #wpsl-result-list p.wpsl-contact-details > span {
      width: 100%;
      margin-bottom: 10px;
    }
    #wpsl-wrap #wpsl-result-list li {
     padding: 20PX;
   }
}

@media (max-width:479px) {
    .popup-below-menu-products-left .products-left-inner {
        width: 100%;
    }
}

@media (max-width:380px) {}