/*!

    Theme Name: Three Palms Casual
    Description: All Screen Page CSS

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Inter', sans-serif;
font-family: 'Noto Serif', serif;
*/
/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

iframe {
    vertical-align: top;
}

textarea:focus,
input:focus,
a,
div,
img {
    outline: none;
}

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

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
    color: #1C2326;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 400;
    font-family: inherit;
    font-family: Noto Serif;
}

.h1,
h1 {
    font-size: 100px;
}

.h2,
h2 {
    font-size: 48px;
    color: #006772;
}

.h3,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 22px;
}

.h5,
h5 {
    font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

p {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}

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

p b,
p strong {
    font-weight: 700;
}

ul {
    margin: 0;
    margin-left: 40px;
    padding: 0;
}

ul li {
    margin-bottom: 29px;
    color: var(--1, #1C2326);
    /*font-family: Inter;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    list-style: none;
}

ul li:last-child {
    margin-bottom: 0;
}


ol {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

ol li {
    font-size: 20px;
    color: var(--1, #1C2326);
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 8px;
}

ol>li {
    list-style: outside decimal;
}

blockquote {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 4px solid #006772;
    line-height: 2;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 25px;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0px;
}

hr {
    border: 0 #1C2326 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 10px auto 40px;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

img[src$=".svg"] {
    width: 100%;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
    color: #4777ac;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
label {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

input,
textarea,
button {
    font-family: 'Inter', sans-serif;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    max-width: 100%;
    height: 78px;
    padding: 21px 29px !important;
    color: rgb(0 0 0 / 30%) !important;
    font-family: Inter;
    font-size: 20px !important;
    line-height: normal;
    border: 1px solid rgb(0 0 0 / 25%);
    border-radius: 0px !important;
}



textarea {
    max-height: 187px;
    resize: none;
    overflow: auto;
    height: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #006772
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #66afe9;
    color: #fff;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgb(0 0 0 / 30%);
}

:-moz-placeholder {
    opacity: 1 !important;
    color: rgb(0 0 0 / 30%);
}

::-moz-placeholder {
    opacity: 1 !important;
    color: rgb(0 0 0 / 30%);
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: rgb(0 0 0 / 30%);
}

.form-group {
    margin-bottom: 30px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 21px;
}

.gform-footer.gform_footer.top_label {
    padding: 59px 0px 0px !important;
    margin: 0px !important;
}

.gform-footer input[type="submit"] {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 18px !important;
    font-family: 'Inter' !important;
}

.gform_validation_errors,
.gfield_validation_message {
    display: none;
}

/* buttons */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.52857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #0eb769;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #019852;
    border-color: #019852;
    text-decoration: none
}

.btn-sm {
    padding: 8px 16px;
}

.btn-md {
    padding: 12px 24px;
}

.btn-link {
    color: #98989c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #98989c;
    margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
    color: #0eb769;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #0eb769;
}

.main-btn,
/*button, input[type="button"], input[type="reset"], input[type="submit"],
.woocommerce ul.products li.product .button {
    --c1: #FF6B5C;
    --c2: #FA0;
    display: inline-flex;
    padding: 25.5px 49px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    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;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) var(--x, 0)/ 200%;
    transition: 0.3s;
    border: 0;
}*/
.main-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce ul.products li.product .button,
.single-product button.single_add_to_cart_button.button {
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 25.5px 49px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    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;
    border: 0;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;

}

.woocommerce ul.products li.product .button {
    padding: 18px 20px;
}

.wp-block-button__link {
    background-color: unset;
    border-radius: unset;
}

.sec_pt-0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.sec_pb-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sec_ptb-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/*header.main-header span.cart-contents-count .image-tag {
    --c1: #FF6B5C;
    --c2: #FA0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) var(--x, 0)/ 200%;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
header.main-header span.cart-contents-count .image-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
}

header.main-header span.cart-contents-count .image-tag:before {
    --c1: #FF6B5C;
    --c2: #FA0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: "";
}

.main-btn:visited {
    color: #fff;
}

.main-btn:hover,
.main-btn:focus,
.main-btn:active {
    color: #fff;
}

.main-btn:hover,
input.search-submit:hover,
.hamburger:not(.close):hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce ul.products li.product .button:hover,
.single-product button.single_add_to_cart_button.button:hover {
    text-decoration: none;
    color: #fff;
    /*--x: 100%;*/
    /*background: #F8A514 !important;*/
    --c1: #FF6B5C;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) !important;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {
    width: 100%;
    display: flex;
    min-height: 100%;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
    align-content: space-between;
}

.main-container {
    width: 100%;
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.body-content ul,
.body-content ol {
    margin-bottom: 20px;
}

.body-content ul ul,
.body-content ul ol,
.body-content ol ol,
.body-content ol ul {
    margin-bottom: 0;
}

/* header */
/* responsive nav for small devices */
.hamburger {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    text-align: center;
    background-color: transparent
}

.hamburger:not(.close) {
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 99;
    padding: 3px 10px;
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    width: 30px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger.close {
    padding: 10px;
}

.hamburger.close .wrap {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
}

.hamburger.close .line {
    margin: 0;
    width: 100%;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    background-color: #fff
}

.hamburger.close .line:last-child {
    transform: rotate(-45deg);
}

#menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #006772;
    max-width: 450px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

#mobilenav.is-open #menu {
    left: 0;
}

#mobilenav .nav-logo {
    padding: 15px;
}

#mobilenav ul,
#mobilenav li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

#mobilenav ul ul {
    display: none;
}

#mobilenav .caret {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 2px;
    cursor: pointer;
}

#mobilenav .caret:not(.trigger-caret) {
    pointer-events: none;
}

#mobilenav .caret:before,
#mobilenav .caret:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}

#mobilenav .caret:after {
    transform: rotate(-90deg);
    transition: all .2s ease;
}

#mobilenav .is-open>.caret:after {
    transform: rotate(0)
}

#mobilenav ul a {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: #006772;
    border-bottom: 1px solid #fff
}

#mobilenav .has-sub>a {
    padding-right: 40px;
}

#mobilenav li li a {
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #dddddd;
    background: #49505a;
}

#mobilenav li li li a {
    padding-left: 50px;
}

#mobilenav .nav-backdrop {
    top: 0;
    bottom: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 85%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
}

#mobilenav.is-open .nav-backdrop {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#mobilenav .menu-outer {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-bottom: 60px;
    padding-top: 30px;
}

div#mobilenav {
    display: none;
}

/* nav */
.navigation {
    width: 100%;
    height: auto;
}

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

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

.navigation ul li a {}

.row.no-gutters {
    display: flex;
    justify-content: space-between;
}

#mobilenav .nav-logo img {
    max-width: 130px;
}

/* footer */
.main-footer {
    width: 100%;
    height: auto;
    background: #322348;
    line-height: normal;
}

/* align item */
.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/* padding */
.no-padding {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-1 {
    padding-top: 20px;
}

.pb-1 {
    padding-bottom: 20px;
}

.pl-1 {
    padding-left: 20px;
}

.pr-1 {
    padding-right: 20px;
}

/* margin */
.no-margin {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-1 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 20px;
}

/*--------- header CSS ------------*/

header.main-header {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-top: 25px;
    padding-bottom: 25px;
}

.template-page-hero-section-main {
    font-family: 'Noto Serif', serif;
    text-align: center;
    color: #fff;
    padding: 250px 0 130px 0;
}

.template-page-hero-section-main .banner-sub-title {
    margin-top: 20px;
}

.header-center img {
    height: 180px;
    width: auto;
}

nav.menu-class ul li a {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

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

}
.home nav.menu-class ul li a:hover {
    color: #FA0;
}
nav.menu-class ul {
    display: flex;
    list-style: none;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

nav.menu-class ul>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-left nav.menu-class ul>li {
    padding-right: 40px;
}
.menu-slider-setings .menu-slider-counter-dot ul.slick-dots > li {
    padding-right: 0 !important;
}
.header-right nav.menu-class ul>li {
    padding-left: 30px;
}
footer .bottom-footer-menu ul#menu-bottom-footer-menu a {
    color: #fff;
}

.header-left,
.header-center,
.header-right {
    width: 33.33%;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

section.template-page-hero-section {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

nav.menu-class ul li a:hover,
#mobilenav ul a:hover {
    color: #FA0;
}

section.content-and-image-section {
    width: 100%;
    padding-bottom: 139px;
    padding-top: 133px;
    position: relative;
    overflow: hidden;
}

section.template-page-hero-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 75px;
    background: var(--3, linear-gradient(85deg, #BB975C 1.42%, #D2B17B 48.39%, #EFD2A3 94.53%));
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}

.content-and-image-section-main {
    position: relative;
    z-index: 2;
}

section.content-and-image-section:before,
section.content-section-with-full-bottom-image:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -165px;
    left: 0;
    line-height: ;
    background-image: url(../images/about-bg.png);
    width: 100%;
    height: 1237.386px;
    background-size: cover;
}

.content-and-image-section-left .content-and-image-section-title {
    font-family: Noto Serif;
    color: #006772;
    padding-bottom: 44px;
}

.content-and-image-section-left {
    width: 100%;
    max-width: 48.34%;
}

.content-and-image-section-right {
    width: 100%;
    max-width: 42.8%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-and-image-section-right div:first-child {
    padding-top: 116px;
    position: relative;
}

.content-and-image-section-content a.main-btn {
    margin-top: 52px;
}

.content-and-image-section-content ul {
    padding-top: 27px;
}

.content-and-image-section-right div:first-child:before {
    position: absolute;
    content: "";
    right: 0;
    top: 82px;
    background-image: url(../images/image-top.svg);
    width: 71px;
    height: 5px;
    background-size: cover;
}

.content-and-image-section-right .img-2,
.content-section-with-full-bottom-image .content-section-with-full-bottom-image-content ul li {
    position: relative;
}

.content-and-image-section-right div:last-child:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -34px;
    background-image: url(../images/image-top.svg);
    width: 71px;
    height: 5px;
    background-size: cover;
}

.content-and-image-section-content ul li:before,
.content-section-with-full-bottom-image .content-section-with-full-bottom-image-content ul li:before,
.left-right-image-section ul li:before,
.common-content-details-section ul li:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    left: -40px;
    top: 4px;
    background-image: url(../images/li-icon.png);
}

.content-and-image-section-content p {
    font-weight: 300;
}

section.products-section ul.related-products {
    padding: 0;
    margin: 0 -17.5px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    /*width: 90%;*/
    width: -webkit-fill-available;
}

section.products-section ul.related-products.product-slider {
    padding: 0 50px;
}

section.products-section ul.related-products.product-slider .slick-prev {
    left: 15px;
    z-index: 1;
}

section.products-section ul.related-products .slick-next {
    right: 25px;
}

section.products-section ul.related-products .slick-track {
    display: flex !important;
}

section.products-section .products {
    width: 98%;
}

section.products-section ul.related-products li {
    width: 33.33%;
    padding: 0 17.5px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    height: inherit !important;
}

/*section.products-section ul.related-products li > * {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: stretch;
}*/

section.products-section ul.related-products .slick-slide {
    padding: 0 10px;
}

section.products-section ul.related-products li .products-inner {
    width: 100%;
    background: #fff;
    padding: 31px 31px 37px 31px;
    /*filter: drop-shadow(0px 19px 91.4px #C6DBDC);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;

}

section.products-section {
    width: 100%;
    padding-top: 106px;
    padding-bottom: 132px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.product-slider .slick-arrow {
    background: unset !important;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    font-size: 32px;
    color: #006772;
}

.product-slider .slick-dots li {
    margin: 0;
}

.product-slider .slick-dots li button {
    background: unset !important;
}

.product-slider .slick-dots li.slick-active button:before {
    font-size: 10px;
    color: #006772;
}

.product-slider .slick-dots li button:before {
    font-size: 10px;
    color: #006772;
}

section.products-section .products-image {
    width: 100%;
    padding-bottom: 22px;
}

section.products-section .products-image img {
    /* height: 344px;*/
    height: 270px;
    width: 100%;
    object-fit: cover;

}

section.products-section .product-category {
    color: #006772;
    margin-bottom: 10px;
    font-weight: 700;
}

section.products-section .products-title {
    color: #006772;
    font-family: 'Noto Serif', serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 16px;
    width: 100%;
    text-transform: capitalize;
}

section.products-section .products-price {
    color: #006772;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    width: 100%;
}

section.products-section .products-section-title {
    color: #006772;
    font-family: Noto Serif;
    padding-bottom: 17px;
}

section.products-section .products-section-content {
    color: #1C2326;
    font-weight: 400;
    padding-bottom: 46px;
}

.products-section-content>p {
    font-weight: 400;
}

section.content-section-with-full-bottom-image {
    width: 100%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

section.content-section-with-full-bottom-image .content-section-with-full-bottom-image-left {
    width: 100%;
    max-width: 45%;
}

section.content-section-with-full-bottom-image .content-section-with-full-bottom-image-Right {
    width: 100%;
    max-width: 40%;
}

section.content-section-with-full-bottom-image .content-section-with-full-bottom-image-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    padding-bottom: 80px;
}

section.content-section-with-full-bottom-image .content-section-with-full-bottom-image-title {
    font-family: Noto Serif;
    color: #006772;
    padding-bottom: 35px;
}

section.content-section-with-full-bottom-image .content-section-with-full-bottom-image-content {
    padding-bottom: 35px;
}

section.content-section-with-full-bottom-image .number {
    color: var(--New-1, #006772);
    font-family: Noto Serif;
    font-size: 83.446px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.content-section-with-full-bottom-image .top-text,
section.content-section-with-full-bottom-image .bottom-text {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    vertical-align: top;
}

section.content-section-with-full-bottom-image .bottom-text {
    vertical-align: bottom;
}

section.content-section-with-full-bottom-image .title {
    color: #006772;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 20px;
    /* width: 50%;*/
}

section.content-section-with-full-bottom-image .list-left {
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: flex-start;
}

section.content-section-with-full-bottom-image .list-right {
    max-width: 68px;
}

/*section.content-section-with-full-bottom-image .list-right img {
    height: 68px;
    width: 68px;
}*/
section.content-section-with-full-bottom-image ul.section-right-list-items {
    margin: 0;
}

section.content-section-with-full-bottom-image ul.section-right-list-items li {
    border-bottom: 1px;
    border-style: solid;
    border-image: linear-gradient(270deg, #FA0 0%, #FF6B5C 100%) 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 0;
    margin-bottom: 0;
}

section.content-section-with-full-bottom-image ul.section-right-list-items li:nth-child(even) {
    flex-direction: row-reverse;
}

section.content-section-with-full-bottom-image ul.section-right-list-items li:last-child {
    border-bottom: 0px !important;
    border-image: unset !important;
}

section.content-section-with-full-bottom-image ul.section-right-list-items li:nth-child(even) .list-left {
    justify-content: flex-end;
}

section.content-section-with-full-bottom-image .full-bottom-image {
    width: 100%;
    margin-top: -97px;
    position: relative;
    z-index: 8;
}

section.content-section-with-full-bottom-image .full-bottom-image img {
    width: 100%;
}

section.call-to-action-section .call-to-action-section-inner {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.67) 100%);
    backdrop-filter: blur(11.449999809265137px);
    padding: 133px 81px 138px 81px;
    max-width: 563px;
    width: 100%;
}

section.call-to-action-section {
    width: 100%;
    background-size: cover;
    background-position: center;
}

section.call-to-action-section .call-to-action-section-title {
    color: #006772;
    font-family: Noto Serif;
    padding-bottom: 35px;
}

section.call-to-action-section .call-to-action-section-content {
    padding-bottom: 48px;
    width: 100%;
}

section.blogs-section {
    width: 100%;
    padding-top: 95px;
    padding-bottom: 112px;
}

section.blogs-section .blogs ul {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap;
}

section.blogs-section .blogs ul li {
    width: 33.33%;
    margin: 15px 0;
}

section.blogs-section .blogs ul li .blogs-inner {
    width: 100%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: -webkit-fill-available;
}

section.blogs-section .blogs ul li .blogs-title {
    color: #006772;
    font-family: Noto Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 40px;
    padding-top: 25px;
}

/* section.blogs-section .blogs ul li .blogs-title {
    color: #006772;
    font-family: Noto Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 0px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
section.blogs-section .blogs ul li .blogs-content {
    color: #1C2326;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 14px;
}

section.blogs-section .blogs ul li .blogs-image img {
    width: 100%;
    object-fit: cover;
}

section.blogs-section .blogs ul li .blogs-inner a.main-btn {
    margin-top: 29px;
}

section.blogs-section .blogs-section-title {
    color: #006772;
    text-align: center;
    font-family: Noto Serif;
    padding-bottom: 14px;
}

section.blogs-section .blogs-section-content {
    color: #000;
    text-align: center;
    padding-bottom: 63px;
}

footer {
    width: 100%;
    padding-top: 62px;
    padding-bottom: 60px;
}

footer .footer-logo img {
    max-height: 140px;
}

footer .footer-logo {
    text-align: center;
    padding-bottom: 38px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .footer-menu nav.menu-class ul {
    justify-content: center;
}

footer .footer-menu nav.menu-class ul li a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: normal;
    padding-bottom: 15px;
    display: inline-block;
}

footer .footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 34px 0 24px 0;
}

footer .footer-menu nav.menu-class ul li a:hover {
    color: #FA0;
}

footer .footer-left {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 39%;
    /* width: 100%; */
    /* padding-top: 25px; */
    /* text-align: center; */
}
.footer-left.footer-design-by-text {
    text-align: right;
}
footer .bottom-footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

footer .bottom-footer-menu .menu-class .menu {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}
footer .bottom-footer-menu nav {
    width: 100%;
    text-align: center;
}
footer .bottom-footer-menu .menu-class .menu li a {
    font-size: 14px;
    letter-spacing: 0px;
}

footer .footer-top {
    width: 100%;
}
.footer-right {
    width: 20%;
    /* width: 100%; */
    display: flex;
    /* justify-content: flex-end; */
    justify-content: center;
    /* padding-top: 38px; */
    gap: 5px;
}
.footer-right > a {
    display: inline-flex;
    padding: 0 5px;
}
.footer-middle {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0 0;
}
.footer-design-by-text p {
    font: inherit;
    color: inherit;
}
.footer-design-by-text p a {
    font: inherit;
    color: #FA0;
}
.footer-right img {
    max-height: 18px;
    padding: 0;
    width: auto;
}

/* Style for the search icon */
header.main-header .search-icon {
    cursor: pointer;
}

/* Style for the popup search bar */
header.main-header .search-popup {
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    top: -250px;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
    height: 250px;
    opacity: 0;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
    display: flex;

}

header.main-header .search-popup.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;

}

header.main-header .search-popup form {
    display: flex;
    /*flex-direction: column;
    flex-wrap: wrap;*/
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
    align-items: center;
}

header.main-header .search-popup form label {
    margin: 0;
}

header.main-header .search-popup form input[type="submit"] {
    padding: 23.5px 49px;
    border-radius: 0;
}

/* Style for the close icon */
header.main-header .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    background: #006772;
    padding: 1px 12px;
    border-radius: 100%;
    font-size: 25px;
}

header.main-header span.cart-contents-count .image-tag img {
    max-width: 24px;
}

header.main-header span.cart-contents-count {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

header.main-header .cart-no {
    position: absolute;
    right: -4px;
    top: -6px;
    color: #fff;
    background: #006772;
    padding: 0px 7px;
    border-radius: 100%;
    font-size: 14px;
    z-index: 2;
}

header.main-header a.cart-contents {
    padding-left: 28px;
}

input.search-field {
    width: 100%;
    padding: 20px;
    height: auto;
    font-size: 20px;
}

header .close-icon:hover {
    background: #fff;
    color: #006772;
}

header.main-header .search-icon:hover {
    opacity: 0.5;
}

.content-and-image-section-right div {
    max-width: 47%;
}

section.blogs-section .blogs ul li .blogs-inner .blogs-image {
    position: relative;
}

section.blogs-section .blogs ul li .blogs-inner .blogs-image span {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    background: #006772;
}

div#mobilenav .search-form {
    width: 100%;
    padding: 0 10px;
}

div#mobilenav .search-form input.search-field {
    width: 95%;
    padding: 10px;
    height: auto;
    font-size: 18px;
}

div#mobilenav .search-form form.search-form {
    display: flex;
    padding: 0;
}

div#mobilenav .search-form form.search-form label {
    padding: 0;
    margin: 0;
}

div#mobilenav .search-form form.search-form input.search-submit {
    padding: 12.5px 14px;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-right>a:hover {
    opacity: 0.5;
}

section.products-section ul.related-products li .products-inner span.woocommerce-Price-currencySymbol {
    padding-right: 5px;
}


/********** Single Product Page CSS **********/

.single-product .summary.entry-summary h1.product_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 57px;
    color: #006772;
    text-transform: capitalize;
}

.single-product .product .entry-content {
    width: 100%;
}

.single-product .product:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 0;
    line-height: ;
    background-image: url(../images/product-bg.png);
    width: 100%;
    height: 1192.386px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top right;
}

.single-product .image-entry-summary-wrap {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}

.single-product .woocommerce-notices-wrapper {
    padding: 0px 15px;
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a.button,
.single-product .woocommerce-notices-wrapper .woocommerce-error a.button {
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
    border: 0;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.single-product .woocommerce-notices-wrapper .woocommerce-error a.button {
    text-decoration: none;
    color: #fff;
    /* --x: 100%; */
    /* background: #F8A514 !important; */
    --c1: #FF6B5C;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) !important;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #006772;
    color: #000;
    font-size: 18px;
}

.woocommerce-checkout .woocommerce-info {
    border-top-color: #006772;
    color: #000;
    font-size: 18px;
}

.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info a {
    color: #006772;
}

.woocommerce-checkout .woocommerce-info a {
    font-weight: bold;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
    content: "\e015";
    color: #006772;
}

.single-product .related-section-wrap {
    background: rgba(248, 248, 248, 1);
    width: 100%;
    position: relative;
    z-index: 1;
}

.single-product .related-section-wrap ul.related-products li .products-inner {

    filter: unset;
    box-shadow: 0px 19px 71.4px 0px rgba(0, 0, 0, 0.1);
}

.single-product .summary.entry-summary table.variations tr td.label label span.selected-value {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #1E1E1E;
}

.single-product span.currency-code {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    color: #006772;
}

.single-product span.woocommerce-Price-amount.amount bdi {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #006772;
    padding-top: 10px;
    display: inline-block;
}

.single-product .summary.entry-summary table.variations tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0px;
}

.single-product .summary.entry-summary table.variations tr td.label,
.single-product .summary.entry-summary table.variations tr td.value {
    width: 100%;
    padding: 0;
}

.single-product .summary.entry-summary table.variations tr td.label label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #686363;
}

.single-product .select_box_image.select_box.attribute_pa_cushion-color {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.single-product .attribute_pa_cushion-color .select_option_image {
    width: calc(20% - 5px);
    margin: 0px;
}

.single-product .summary.entry-summary table.variations tr td.value img {
    width: 80px;
    height: 80px;
}

.single-product .summary.entry-summary .yith_wccl_value {
    width: 80px;
    height: 80px;
}

.single-product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-product .summary.entry-summary {
    width: 35.56% !important;
    margin-top: -13px;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 59.24% !important;
}

.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper {
    width: 100%;
}

.single-product ol.flex-control-nav.flex-control-thumbs {
    width: 12.34%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
    padding-bottom: 19px;
}

.single-product .flex-viewport {
    width: 85.1%;
}

/*.single-product button.single_add_to_cart_button.button {
    --c1: #FF6B5C;
    --c2: #FA0;
    display: inline-flex;
    padding: 15.5px 49px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    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;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) var(--x, 0) / 200%;
    transition: 0.3s;
    border: 0;
    width: 99.6%;
    border-radius: 0;
}*/
.single-product .woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
}

.single-product .woocommerce-Tabs-panel p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
}

.single-product aside#secondary,
.single-product .product header.entry-header,
.single-product .nav-links,
.single-product div#comments,
.single-product section.related.products,
.single-product .product footer.entry-footer {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: unset;
    display: inline-block;
    position: relative;
    z-index: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #686363;
    padding-right: 30px;
    margin: 14px 0;
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    color: rgba(104, 99, 99, 1);
    text-decoration: none;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1E1E1E;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

section#related-products-section .products-section-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#related-products-section .products-section-content {
    width: 37%;
    padding-bottom: 63px;
}

section#related-products-section .products-section-title {
    width: 45%;
}

.single-product .post-navigation {
    margin: 0;
}

header.main-header.header-white {
    position: unset;
    border-bottom: 1px solid rgb(28 35 38 / 50%);
}

.woocommerce.single-product header.entry-header {
    position: unset;
    text-align: center;
}

/* .woocommerce.single-product header.main-header * {
    color: #000000;
} */
.single-product span.woocommerce-Price-currencySymbol {
    padding-right: 10px;
}

.woocommerce table.shop_attributes th {
    text-align: left;
}

.woocommerce div.product form.cart .variations td.value {
    padding-bottom: 10px;
}

section.products-section.related-products.related-products span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}

section.products-section.related-products.related-products span.currency-code {
    font-weight: 700;
    font-size: 20px;
}

section.common-content-section {
    width: 100%;
    padding: 100px 0;
}

/* .error404 header.main-header * {
    color: #000;
} */
/* .page-id-376 header.main-header.header-white,
.page-id-387 header.main-header.header-white {
    position: absolute;
    border: unset;
} */

/*About Us Page css*/

/*Banner Section css*/

.inner-banner-section .template-page-hero-section-main {
    padding: 250px 0 130px 0;
}

section.content-with-background-section {
    padding: 108px 0 395px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content-with-background-section .parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.content-with-background-section .parallax-bg .parallax-effect-img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.content-with-bg-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180.08deg, rgba(0, 0, 0, 0.87) 12.99%, rgba(0, 0, 0, 0.69) 38.64%, rgba(0, 0, 0, 0.14) 66.69%, rgba(255, 255, 255, 0) 99.93%);
}

.content-with-background-section .content-details {
    position: relative;
    color: #ffffff;
    text-align: center;
    max-width: 1041px;
    margin: 0 auto;
    z-index: 2;
}

.content-with-background-section .content-details h2 {
    color: #ffffff;
}

.content-with-background-section .content-details .content-main {
    margin-top: 25px;
    margin-bottom: 50px;
}

/*Left Right Image Section CSS*/

section.left-right-image-section {
    padding: 140px 0 126px;
    position: relative;
    overflow: hidden;
}

.left-right-image-section:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 50px;
    left: 0px;
    background-image: url(../images/left-right-bg.png);
    width: 100%;
    height: 1192px;
}

.left-right-image-section .left-right-details {
    display: flex;
    position: relative;
    align-items: center;
}

.page-id-387 .left-right-image-section .image-details img {
    width: 100%;
    height: 59vh;
    object-fit: cover;
    min-height: 780px;
}

.left-right-image-section .left-side-details {
    width: 48%;
}

.left-right-image-section .right-side-details {
    width: 52%;
    padding-left: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-right-image-section .right-side-details .content-main {
    margin-top: 35px;

}

.left-right-image-section .right-side-details .common-btn {
    margin-top: 43px;
}

.left-right-image-section .image-details,
.left-right-top-section {
    position: relative;
}

.left-right-image-section .image-details img {
    width: 100%;
}

.left-right-image-section .left-right-details.Right {
    flex-direction: row-reverse;
}

.left-right-image-section .left-right-details.Right .right-side-details {
    padding-left: 0;
    padding-right: 95px;
}

.left-right-top-section .image-details:before,
.left-right-top-section .image-details:after,
.left-right-bottom-section .image-details:before,
.left-right-bottom-section .image-details:after {
    content: none;
}

.left-right-image-section.left-right-top-section:before {
    bottom: 600px;
    background-image: url(../images/about-top-img.png);
}

.content-section-with-full-bottom-image .content-section-with-full-bottom-image-content ul li:before {
    top: 5px;
}

/*.content-section-with-full-bottom-image .content-section-with-full-bottom-image-content ul li{
    font-weight: 400;
    line-height: 36px;
}*/
.left-right-image-section.left-right-bottom-section:before {
    background-image: url(../images/left-right-bottom-img.png);
    bottom: -830px;
}

/*Privacy Policy Page CSS*/

/*Content Section CSS*/

section.common-content-details-section {
    padding: 95px 0 186px;
}

section.common-content-details-section h2,
section.common-content-details-section h3,
section.common-content-details-section h4,
section.common-content-details-section h5,
section.common-content-details-section h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #006772;
}

section.common-content-details-section p {
    margin-bottom: 10px;
    line-height: 1.5;
}

section.common-content-details-section ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Left Side Content Section CSS*/

section.left-side-content-section {
    padding: 144px 0 155px;
    position: relative;
}

.left-side-content-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(230, 230, 230, 0.99) 0%, rgba(230, 230, 230, 0.91) 42.5%, rgba(230, 230, 230, 0.45) 54.69%, rgba(230, 230, 230, 0) 72.22%, rgba(230, 230, 230, 0) 86.26%, rgba(230, 230, 230, 0) 100%);
}

.left-side-content-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 2.55%, rgba(255, 255, 255, 0) 50.79%, rgba(255, 255, 255, 0) 100%);
}

.left-side-content-section .left-side-content-details {
    position: relative;
    z-index: 1;
}

.left-side-content-section .left-side-content-details .content-main {
    margin-top: 25px;
    max-width: 580px;
}

.left-side-content-section .left-side-content-details .common-btn {
    margin-top: 55px;
}

/* body:not(.woocommerce-page) header.main-header span.cart-contents-count .image-tag img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */


/*Search Page CSS*/
section.search-details-section {
    padding: 75px 0 121px;
}

.search .widget-area {
    display: none;
}

.search-details-section .search-listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 35px;
    margin-top: 64px;
}

.search-details-section .search-listing article {
    background-color: #ffffff;
    filter: drop-shadow(0px 19px 71.4px rgba(0, 0, 0, 0.1));
    padding: 31px 31px 37px;
    margin: 0;
}

.search-details-section .search-listing .entry-title {
    font-size: 28px;
    margin-top: 22px;
    text-transform: capitalize;
}

.search-details-section .search-listing .featured-img img {
    min-height: 441px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.search-details-section form.search-form {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    border: 1px solid #D4D4D4;
}

.search-details-section form.search-form label {
    margin: 0;
}

.search-details-section form.search-form input {
    height: 84px;
    border: none;
}

.search-details-section form.search-form .search-submit {
    background: transparent !important;
    position: relative;
    padding: 24px 33px;
    cursor: pointer;
}

.search-details-section form.search-form .search-submit:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 1px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.2);
}

.search-details-section .search-listing .product img {
    width: 100%;
}

.search-details-section .search-details input,
.search-details-section .search-details input::placeholder {
    color: #000000 !important;
}

.search-details-section .search-listing .main-btn {
    padding: 15.5px 20.5px;
}

header.header-transparent .cart-contents-count .image-tag img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.home header.header-transparent .cart-contents-count .image-tag img{
    -webkit-filter: none;
    filter: none;
}

h2.h2.product-categories-title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.product-categories-content {
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
}

ul.product-category-list {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: -webkit-fill-available;
}

ul.product-category-list li {
    width: calc(25% - 20px);
    margin: 0 10px;
    filter: drop-shadow(0px 19px 71.4px rgba(0, 0, 0, 0.1));
    background: rgba(255, 255, 255, 1);
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}

ul.product-category-list li a.category-btn:hover {
    color: #F8A514 !important;
}

ul.product-category-list li a.category-btn {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #006772;
    text-decoration: none;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
}

ul.product-category-list li a:visited {
    color: #006772;
}

section.product-categories-section {
    width: 100%;
    padding-top: 94px;
    padding-bottom: 77px;
    position: relative;
}

section.product-categories-section:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    left: 0;
    background-image: url(../images/our-collections.png);
    width: 100%;
    height: 990px;
    background-size: cover;
    z-index: 1;
}

ul.product-category-list li img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
    min-height: 330px;
}

ul.product-category-list li .product-image-wrap {
    display: flex;
    align-items: center;
    min-height: 330px;
}

ul.product-category-list li .product-image-wrap img {
    min-height: inherit !important;
    max-height: 330px !important;
    height: auto !important;
}

.container.d-flex.justify-content-between.align-items-center.product-categories-inner {
    position: relative;
    z-index: 2;
}

.archive.woocommerce ul.products li.product a img,
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image img {
    min-height: 441px;
    object-fit: contain;
    object-position: center;
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 0px !important;
}

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

.entry-content,
.entry-header {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

footer.entry-footer {
    display: none;
}

aside#secondary {
    display: none;
}

h1.entry-title {
    text-align: center;
    padding-bottom: 30px;
    color: #006772;
}

button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus,
button.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
    color: #fff;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 20.5px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    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;
    border: 0;
    text-decoration: none;
    margin-top: 50px;
}

button.wc-block-cart-item__remove-link {
    padding: 8.8px 11px !important;
    font-size: 15px !important;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {
    height: 55px !important;
    padding: 12px 14px !important;
    border-radius: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-color: #000 !important;
    font-family: Noto serif;
}

.woocommerce table.shop_table td.product-name {
    width: 50%;
}

.woocommerce table.shop_table dl.variation dd p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.woocommerce form.checkout_coupon button.button {
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 20.5px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    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;
    border: 0;
    text-decoration: none;
}

.woocommerce div.product form.cart .quantity .qty {
    font-size: 20px !important;
    padding: 23px 10px !important;
    height: auto;
    color: #000 !important;
    margin-bottom: 10px;
}

.woocommerce form.checkout_coupon button.button:hover {
    background: #F8A514 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 14px;
    width: 20px;
}

button.wc-block-cart-item__remove-link:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #F8A514 !important;
}

article.page {
    padding: 50px 0;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 18px !important;
    margin-bottom: 10px;
    list-style: circle;
    font-size: 16px;
    font-weight: 400;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 20px;
    font-weight: 700;
    color: #006772;
}

p.wc-block-components-totals-shipping-address-summary {
    line-height: normal;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-weight: 800;
}

.wc-block-components-totals-coupon__form {
    align-items: center;
}

button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.outlined span.wc-block-components-button__text {
    color: #fff;
}

.wp-block-woocommerce-cart-cross-sells-block {
    display: none;
}

.single-product .summary.entry-summary h1.product_title {
    text-align: left;
}

.single-product .related-section-wrap ul.related-products li .products-inner .products-image img {
    max-height: 340px;
    object-fit: cover;
}

section .products {
    width: 100%;
}

/*Fabrics and textures Slider Section CSS*/

section.fabrics-textures-slider-section {
    padding: 100px 0;
    overflow: hidden;
}

.fabrics-textures-slider-section .fabrics-textures-slider {
    margin: 50px 50px 0;
}

.fabrics-textures-slider-section .top-title,
.fabrics-textures-slider-section .content-main {
    text-align: center;
    margin-bottom: 20px;
}

.fabrics-textures-slider-section .slick-prev:before,
.fabrics-textures-slider-section .slick-next:before {
    font-size: 30px;
    color: #006772;
}

.fabrics-textures-slider-section .slick-arrow {
    background: unset !important;
}

.fabrics-textures-slider-section .fabrics-textures-details {
    padding: 0 15px;
}

.fabrics-textures-slider-section .fabrics-textures-details img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.template-page-hero-section .common-btn {
    margin-top: 50px;
}

.template-page-hero-section .common-btn .main-btn {
    position: relative;
    background: #ffffff3b !important;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 10px 60px;
    z-index: 1;
}

.template-page-hero-section .common-btn .main-btn: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: "";
}

.template-page-hero-section .common-btn .main-btn:hover {
    background: #006772 !important;
}

.template-page-hero-section .common-btn .main-btn:hover:before {
    background: #006772 !important;
}

/*.template-page-hero-section .common-btn .main-btn:hover {
    border: 2px solid #F8A514;
}*/

/*Post Details Page CSS*/

.post-details-banner-section,
.post-details-banner-section .container {
    position: relative;
}

.post-details-banner-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
}

.common-content-section .post-content {
    margin-top: 20px;
}

.product-slider-in {
    width: 100%;
    opacity: 0;
    height: 100%;
    padding: 20px 20px 0 20px;
}

ul.product-category-list li {
    cursor: pointer;
}

ul.product-category-list li a,
.product-slider-main {
    width: 100%;
}

.product-slider-main img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-slider-main .slick-list {
    height: auto !important;
}

ul.product-category-list li:hover .product-slider-in {
    opacity: 1;
}

ul.product-category-list li:hover a>img {
    opacity: 0;
}

.wp-block-woocommerce-custom-checkout-fields h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

#salesperson-name-field label {
    font-size: 18px;
    font-family: Noto serif;
    margin: 10px 0;
}

section.products-section ul.related-products li .products-inner a:hover {
    text-decoration: none;
    cursor: pointer;
}

section.products-section ul.related-products li .products-inner>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart .variations .select_option {
    border: 1px solid #0000002e;
}

.woocommerce div.product form.cart .variations .select_option.selected {
    border: 1px solid #448a85;
    box-shadow: #448a85b5 0px 5px 15px;
    background: #448a85;
}

.woocommerce-variation-description>p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1E1E1E;
}

/* Footer Popup CSS */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    width: 500px;
    max-width: 90%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.popup-overlay .gform_footer.top_label {
    padding-top: 30px !important;
}

.popup-overlay .gform_heading {
    margin: 0 0 20px;
}

.popup-overlay .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    border-radius: 50%;
    padding: 7px 10px 10px;
    text-align: center;
}

.product-categories-main {
    width: 100%;
}

.product-categories-main ul.product-category-list {
    padding-bottom: 50px;
}

.product-categories-btn {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}

.product-categories-btn a.main-btn {
    margin: 5px;
}

ul.product-category-list li a.product_top {
    position: relative;
    min-height: 350px;
}

ul.product-category-list li a.product_top>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 20px 0 20px;
    height: 100%;
}

.woocommerce .custom-products-grid .products li.product .button:hover {
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
    border: 2px solid #fff;
}

.woocommerce-cart input#wc-block-components-totals-coupon__input-coupon {
    height: 100%;
    padding: 20px 15px 7px 15px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    color: #000 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector button {
    opacity: 1 !IMPORTANT;
}

.woocommerce-cart #primary .wc-block-cart-items .wc-block-components-product-metadata__description,
.woocommerce-cart #primary table.wc-block-cart-items th span,
.woocommerce-cart #primary .wp-block-woocommerce-cart-order-summary-heading-block,
.woocommerce-cart #primary .wc-block-components-validation-error span {
    font-size: 16px;
    line-height: 1.5;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
    font-size: inherit;
    line-height: inherit;
}

.woocommerce-cart #primary .wc-block-cart-items .wc-block-cart-item__quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.woocommerce-cart #primary .wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-bottom: 0px;
}

.woocommerce-cart #primary .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #1212121c;
    border-radius: 5px;
}

.woocommerce-cart #primary .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
    padding: 18px 16px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-cart .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-size: 20px;
}

.woocommerce-cart .wc-block-components-shipping-address select {
    padding: 1em .5em 0 !important;
}

.woocommerce-cart .wc-block-components-shipping-address input {
    padding: 1.5em .5em .5em !important;
}

.woocommerce-checkout #primary .wc-block-components-validation-error svg,
.woocommerce-cart #primary .wc-block-components-validation-error svg {
    width: 20px;
    height: 20px;
}

.woocommerce-cart .wc-block-components-shipping-address input,
.woocommerce-cart .wc-block-components-shipping-address select {
    border: 1px solid hwb(221deg 7% 85% / 20%) !important;
    font-size: 16px !important;
    line-height: 30px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #000 !important;
}

.woocommerce-cart button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.outlined {
    box-shadow: none;
}

/* .woocommerce-checkout #primary form input+label, .woocommerce-cart #primary form input+label {
    top: 50%;
}
 .woocommerce-cart #primary form label:not(.wc-block-components-radio-control__option) {
        left: 25px;
}
.woocommerce-cart #primary form div.is-active input+label {
    top: 0;
} */
.woocommerce-cart button.wc-block-components-totals-coupon__button {
    min-height: inherit !important;
    padding: 14px 10px;
}

.wc-block-components-totals-coupon__input.is-active label,
.wc-block-components-totals-coupon__input label {
    left: 15px;
}

.woocommerce-cart .wc-block-components-shipping-calculator-address button.wc-block-components-shipping-calculator-address__button {
    padding: 10px 10px !important;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
    padding: 10px 10px !important;
    border-radius: 3px !important;

}

.woocommerce-cart .wc-block-components-text-input label {
    font-size: 16px;
}

.woocommerce-cart input.wc-block-components-quantity-selector__input {
    height: auto !important;
    padding: 10px !important;
    color: #000 !important;
    font-size: 16px !important;
}

.woocommerce-cart .wc-block-cart__sidebar span.wc-block-components-button__text {
    text-transform: capitalize;
    letter-spacing: normal;
    /* font-size: 16px; */
}

.woocommerce-cart #primary .wc-block-cart-items .wc-block-cart-item__image img {
    min-height: 84px;
    object-fit: cover;
    border: 1px solid #11182733;
    border-radius: 8px;
}

.woocommerce-variation-price {
    margin-bottom: 10px;
}


.woocommerce-cart header.entry-header,
.woocommerce-checkout header.entry-header,
.woocommerce-account header.entry-header {
    max-width: 100%;
    width: 100%;
    background: #006772;
    margin-bottom: 50px;
    padding: 50px 20px;
}

.woocommerce-cart header.entry-header h1.entry-title,
.woocommerce-checkout header.entry-header h1.entry-title,
.woocommerce-account header.entry-header h1.entry-title {
    text-align: center;
    padding-bottom: 0px;
    color: #fff;
    line-height: 1.5;
    font-size: 80px;
}

.woocommerce-cart article.page,
.woocommerce-checkout article.page,
.woocommerce-account article.page {
    padding: 0px 0 50px;
}

.checkout_coupon.woocommerce-form-coupon p:first-of-type {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    width: 52%;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first input {
    color: #000 !important;
    font-size: 16px !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first input,
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button {
    padding: 16px 20px !important;
    height: 55px !important;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    margin: 0px !important;
    padding: 0px;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button {
    letter-spacing: normal;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout #custom_checkout_field h3 {
    line-height: 1.5;
    font-size: 30px;
    color: #006772;
    margin-bottom: 15px;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce form .form-row label,
.woocommerce-checkout .woocommerce-page form .form-row label,
.woocommerce-edit-address .woocommerce form .form-row label,
.woocommerce-edit-account .woocommerce form .form-row label,
.woocommerce-form-login label,
.woocommerce-form-register label,
.lost_reset_password label {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: Noto serif;
    color: #006772;
    font-weight: 600;
}

.woocommerce-checkout .woocommerce form .form-row .input-text,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-edit-address .woocommerce form .form-row .input-text,
.woocommerce-edit-address .woocommerce form .form-row select,
.woocommerce-edit-account .woocommerce form .form-row .input-text,
.woocommerce-edit-account .woocommerce form .form-row select,
.woocommerce-form-login .input-text,
.woocommerce-form-login select,
.woocommerce-form-register .input-text,
.woocommerce-form-register select,
.lost_reset_password .input-text,
.lost_reset_password select {
    height: 55px !important;
    font-size: 16px !important;
    color: #000 !important;
    padding: 12px 14px !important;
    font-family: Noto serif !important;
    border-color: #000 ! important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 45px;
    padding: 12px 14px !important;
    font-size: 16px !important;
    color: #000 !important;
}

li.select2-results__option.select2-results__message {
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #006772;
    color: #fff;
}

.select2-results__option {
    font-size: 16px;
    font-family: Noto serif;
}

/* Applies to the whole page */
.select2-results__options::-webkit-scrollbar {
    width: 8px;
    /* vertical scrollbar */
    height: 8px;
    /* horizontal scrollbar */
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Track color */
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #006772;
    /* Scroll handle */
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    /* Adds space around the thumb */
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


/*  */
.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    width: 100%;
    /* font-family: Noto serif; */
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table thead th {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    color: #045660;
}

.woocommerce-checkout-review-order-table tbody td {
    padding: 15px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.woocommerce-checkout-review-order-table .product-name dl,
.woocommerce-checkout-review-order-table .product-name dt,
.woocommerce-checkout-review-order-table .product-name dd {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #1C2326;
}

.woocommerce-checkout-review-order-table .product-name dt {
    font-weight: bold;
    color: #1C2326;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1C2326;
}

.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 18px;
    color: #1C2326;
}

.woocommerce-shipping-totals td {
    color: #000;
    font-weight: 500;
}


.woocommerce-checkout .woocommerce form .form-row textarea.input-text {
    height: 100px !important;
}


/* Hide the default checkbox */
.woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease;
    margin-right: 8px;
}

/* Add custom checkmark */
.woocommerce-form__input-checkbox:checked {
    background-color: #007c8a;
    border-color: #007c8a;
}

.woocommerce-form__input-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Optional: hover effect */
.woocommerce-form__input-checkbox:hover {
    border-color: #007c8a;
}

.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center;
}

form.woocommerce-checkout .col-2 {
    margin-top: 80px;
}

.woocommerce-checkout .woocommerce-message {
    border-top-color: #006772;
}

.woocommerce-checkout .woocommerce-error a {
    color: #006772;
    font-weight: bold;
}

.woocommerce-checkout .woocommerce-error a strong {
    font-weight: bold;
}

.woocommerce-checkout .woocommerce-error li {
    margin-bottom: 10px;
    font-size: 18px;
}

.woocommerce-checkout-payment {
    font-family: Noto serif;
    background: rgb(230, 254, 255) !important;
    /* box-shadow: 1px 1px 20px 20px #0000000f; */
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
    color: #006772;
}

.woocommerce-checkout-payment #place_order {
    letter-spacing: normal;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 1em;
    width: auto !important;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
    font-size: 18px;
    line-height: 1.5;
}

.woocommerce-checkout-payment .input-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    transition: border-color 0.2s ease;
    vertical-align: middle;
}

.woocommerce-checkout-payment .input-radio:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #007c8a;
    /* Your brand color */
    border-radius: 50%;
}

.woocommerce-checkout-payment .input-radio:checked {
    border-color: #007c8a;
}

.woocommerce-checkout-payment .input-radio:hover {
    border-color: #007c8a;
}

.woocommerce-checkout-payment .input-radio {
    margin: 0px 5px 0px 0px !important;
}

.woocommerce-checkout-payment .wc_payment_methods label {
    display: inline;
    cursor: pointer;
}

.select2-results__options {
    background: rgb(230, 254, 255);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #007c8a;
    color: #ffff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #007c8a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;

}

/* woocommerce-order-received */

.woocommerce-order-received #primary .woocommerce-order-details,
.woocommerce-order-received #primary .woocommerce-column.woocommerce-column--billing-address,
.woocommerce-order-received #primary .woocommerce-column.woocommerce-column--shipping-address,
.woocommerce-order-received .woocommerce-form-login,
.woocommerce-account .woocommerce-MyAccount-content .u-columns .woocommerce-Address,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form,
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .site-main .lost_reset_password,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column.woocommerce-column--billing-address,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column.woocommerce-column--shipping-address {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 21px 0px rgba(25, 50, 83, 0.07);
    padding: 20px;
    background-color: #fff;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details{
     padding: 10px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title{
    padding-left: 10px;
}
.woocommerce-order-received #primary .woocommerce-form-login {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-order-received #primary .woocommerce-order-details__title,
.woocommerce-order-received #primary .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .u-columns .woocommerce-Address h2,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form h2,
.woocommerce-edit-account .woocommerce-MyAccount-content form h2,
.woocommerce-view-order .woocommerce-MyAccount-content h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}

.woocommerce-order-received .woocommerce-form-login input,
.woocommerce-order-received .woocommerce-form-login label,
.woocommerce-order-received .woocommerce-form-login input::placeholder {
    color: #282728 !important;
    font-size: 16px !important;
}

.woocommerce-order-received .woocommerce-form-login input {
    padding: 8px 20px !important;
    font-size: 16px !important;
    line-height: 32px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-order-received .woocommerce-form-login .form-row {
    width: 100%;
}

.woocommerce-order-received #primary .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin: 10px 0;
}

.woocommerce-order-received .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    width: 100%;
}

.woocommerce-order-received .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.woocommerce-order-received .woocommerce-form-login .custom-register-toggle {
    text-align: left !important;
}

.woocommerce-order-received #primary .woocommerce-column address {
    border: none;
    padding: 0;
}

.woocommerce-order-received #primary .woocommerce-table--order-details tfoot td {
    font-weight: normal;
}

.woocommerce-order-received #primary .woocommerce-table--order-details .wc-item-meta li {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.woocommerce-order-received #primary .woocommerce-thankyou-order-details,
.woocommerce-order-received #primary .woocommerce-column.woocommerce-column--billing-address,
.woocommerce-order-received #primary .woocommerce-column.woocommerce-column--shipping-address,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column.woocommerce-column--billing-address,
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column.woocommerce-column--shipping-address {
    margin-bottom: 20px;
}

.woocommerce-order-received #primary .woocommerce-table--order-details th {
    width: 50%;
}

.woocommerce-order-received #primary .woocommerce-thankyou-order-details li {
    font-size: 14px;
}

.woocommerce-order-received #primary .woocommerce-thankyou-order-details li strong {
    font-size: 20px;
    color: #006772;
    font-weight: 600;
}

.woocommerce-table--order-details p {
    line-height: normal;
    font-size: 16px;
}

.woocommerce-order-received table.shop_table.woocommerce-table--order-details {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-table--order-details ul {
    margin: 0px;
}

.woocommerce-table--order-details a {
    color: #000;
}

.woocommerce-table--order-details a:hover {
    color: #006772;
}

.woocommerce-order-received .woocommerce-order {
    font-family: Noto Serif;
}

.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email,
.woocommerce-view-order .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce-customer-details--email {
    margin: 5px 0px !important;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
}

.woocommerce-order-received .woocommerce-columns--addresses,
.woocommerce-view-order .woocommerce-columns--addresses {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-columns--addresses::before,
.woocommerce-order-received .woocommerce-columns--addresses::after,
.woocommerce-view-order .woocommerce-columns--addresses::before,
.woocommerce-view-order .woocommerce-columns--addresses::after {
    display: none;
}

.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column,
.woocommerce-view-order .woocommerce-columns--addresses .woocommerce-column {
    width: calc(50% - 10px);
    margin-bottom: 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {

    background-color: #006772;
    padding: 20px 40px;
    width: 20%;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 0px rgba(25, 50, 83, 0.07);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin-bottom: 20px;
    font-family: Noto Serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 77%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ffaa00 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #016772;
}
.woocommerce-account.woocommerce-dashboard .woocommerce-MyAccount-content a:hover{
color: #ffaa00;
}
.woocommerce-account .entry-content {
    font-family: Noto Serif;
}

.woocommerce-account .woocommerce-MyAccount-orders {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 21px 0px rgba(25, 50, 83, 0.07);
    padding: 20px;
    background-color: #fff;
    font-size: 1em !important;
}

.woocommerce-account table.woocommerce-MyAccount-orders td {
    padding: 15px 12px;
    color: #000;
}

.woocommerce-account table.woocommerce-MyAccount-orders.my_account_orders .button {
    white-space: nowrap;
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 6.5px 10px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    text-align: center;
    transition: 0.3s;
    border: 0;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
}

.woocommerce-account table.woocommerce-MyAccount-orders.my_account_orders .button:hover {
    text-decoration: none;
    color: #fff;
    --c1: #FF6B5C;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) !important;
}

.woocommerce-info {
    border-top-color: #006772;
    color: #000;
    font-size: 18px;
}

.woocommerce-info::before {
    color: #006772;
}

.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a.button {
    white-space: nowrap;
    background: #006772 !important;
    color: #fff;
    border-color: #006772;
    border: solid;
    display: inline-flex;
    padding: 6.5px 10px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    text-align: center;
    transition: 0.3s;
    border: 0;
    background: linear-gradient(270deg, #FFAA00 0%, #FF6B5C 100%) !important;
}

.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-info a.button:hover {
    text-decoration: none;
    color: #fff;
    --c1: #FF6B5C;
    --c2: #FA0;
    background: linear-gradient(90deg, var(--c1, #FF6B5C), var(--c2, #FA0) 51%, var(--c1, #FF6B5C)) !important;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .u-columns .woocommerce-Address .title .edit {
    float: unset;
    font-weight: 600;
    margin-bottom: 5px !important;
    display: inline-block;
}

.woocommerce-account #primary form button[name='save_address'],
.woocommerce-account #primary form button[name='save_account_details'],
.woocommerce-form-login button[name='login'],
.woocommerce-form-register button[name='register'],
.lost_reset_password button[type="submit"] {
    padding: 9px 20px !important;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #fff;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-top: 20px;
}

.woocommerce-account .woocommerce-form-login p,
.woocommerce-account .woocommerce-form-register p:not(.woocommerce-form-row) {
    line-height: normal;
    font-size: 20px;
}

.woocommerce-form-login button[name='login']:hover,
.woocommerce-form-register button[name='register']:hover,
.lost_reset_password button[type="submit"]:hover {
    color: #fff;
}

.woocommerce-account p.woocommerce-LostPassword.lost_password a,
.woocommerce-account a.woocommerce-privacy-policy-link {
    color: #006772;
    font-weight: 600;
}

.woocommerce-account .site-main .lost_reset_password {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lost_reset_password button[type="submit"] {
    margin-top: 0px !important;
}

.woocommerce-account .site-main .lost_reset_password .woocommerce-form-row {
    text-align: left;
}

.woocommerce-account .site-main .lost_reset_password .woocommerce-form-row--first {
    margin-left: auto;
    margin-right: auto;
    float: unset;
    width: 100%;
}

.lost_reset_password>p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

button.show-password-input {
    background: transparent !important;
}

/* .single-post .h1.template-page-hero-section-title {
    font-size: 50px;
} */
.bg_Overlay.inner-banner-section:before {
    content: '';
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
}

.bg_Overlay.inner-banner-section .container {
    z-index: 2;
    position: relative;
}

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details th {
    width: 50%;
}

/* .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone{
    margin: 10px 0;
} */
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-column address {
    border: none;
    padding: 0;
}

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
    font-weight: normal;
}

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details .wc-item-meta li {
    font-size: 16px;
    margin-bottom: 0px;
}

.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 7%, .11) !important;
    padding-bottom: 16px !important;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary,
.woocommerce-cart .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-totals-item {
    font-size: 18px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method label {
    color: #1C2326;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
    margin-bottom: 0px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table strong {
    font-weight: 700 !important;
}

span#account_display_name_description {
    font-size: 16px;
}

form.woocommerce-EditAccountForm.edit-account legend , form.woocommerce-form.woocommerce-form-register.register p:nth-child(2),form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text{
    padding: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1em;
    padding: .9em;
    min-width: 3em;
    color: #006772;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* */
.woocommerce-pagination {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  white-space: nowrap;
  min-width: max-content;
}

.woocommerce-pagination .page-numbers li {
  flex: 0 0 auto;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-block;
  min-width: 36px;
}

.woocommerce-pagination {
  scrollbar-width: thin;
  scrollbar-color: #006772 transparent; /* For Firefox */
}

.woocommerce-pagination::-webkit-scrollbar {
  height: 6px;
}

.woocommerce-pagination::-webkit-scrollbar-track {
  background: transparent;
}

.woocommerce-pagination::-webkit-scrollbar-thumb {
  background-color: #006772;
  border-radius: 4px;
}

.woocommerce-pagination::-webkit-scrollbar-thumb:hover {
  background-color: #006772;
}

a.lets-section-box-text-link[href^="mailto"] {
  word-break: break-all; 
}
section.fabrics-textures-slider-section .slick-prev {
    left: -32px;
}