/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
@font-face {
    font-family: 'Playfair 9pt';
    src: url('fonts/Playfair9pt-Regular.woff2') format('woff2'),
        url('fonts/Playfair9pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair 9pt';
    src: url('fonts/Playfair9pt-SemiBold.woff2') format('woff2'),
        url('fonts/Playfair9pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair 9pt';
    src: url('fonts/Playfair9pt-Bold.woff2') format('woff2'),
        url('fonts/Playfair9pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
}
:root {
    --primary: #EBE0CF;
    --secondary: #9D7052;
    --light: #FBF5ED;
    --text-color: #0A0C00;
    --dark:#000000;
    --white: #ffffff;
    --font1: "Open Sans", serif;
    --font2: 'Playfair 9pt', serif;
}
body {
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    background-color: var(--light);
    font-family: var(--font1);
    padding-top: 74px;
}
.fancybox__content {
    background: #fff;
    width: unset !important;
    max-width: unset !important;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 24px;
    height: unset !important;
    position: relative;
    aspect-ratio: 9/16;
}
.fancybox__content video {
    border-radius: 18px;
}
.fancybox__content .carousel__button.is-close {
    top: -16px;
    background: var(--secondary);
    right: -16px;
}
html body:not([class*=elementor-page-]) .site-main,.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}
html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font2);
    font-weight: 500;
    color: var(--dark);
    margin-top: 0;
}
a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.4s;
}
a:hover {
    color: var(--dark);
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
::selection {
    color: #fff;
    background: var(--secondary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
h1{
    font-size: 94px;
    font-weight: 500;
}
html .btn {
    background-color: var(--dark);
    color: var(--white);
    padding: 0px 26px;
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.4s;
    border: 0;
    vertical-align: top;
    overflow: hidden;
    box-shadow: none !important;
}
html .btn-sm {
    padding: 0 32px;
    line-height: 38px;
}
html .btn-lg {
    font-size: 16px;
    padding: 0 30px;
    line-height: 50px;
}
html .btn-secondary {
    background: var(--secondary);
    color: var(--white);
}
html .btn:hover {
    background: var(--secondary);
    color: var(--white);
}
html .btn-secondary:hover {
    background: var(--dark);
    color: var(--white);
}
html .container {
    max-width: 100%;
    width: 1370px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
}
html .container-sm {
    width: 1250px;
}
section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
p:last-child {
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span{
  display: none;
}
header.site-header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.4s;
    padding: 18px 0;
}
.position-relative {
    position: relative;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 0px 0px;
}
.site-navigation {
    margin-left: auto;
    margin-right: 40px;
}
.sticky header {
    padding: 14px 0;
    background: var(--light);
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 4%);
}
.header-main-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo a {
    display: block;
    max-width: 230px;
}
.header-logo img {
    display: block;
}
header nav > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav > ul > li {
    position: relative;
}
header nav > ul > li + li {
    margin-left: 30px;
}
header nav > ul > li > a {
    color: var(--dark);
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s;
}
header nav > ul > li:hover  > a,
header nav > ul > li.active a {
    color: var(--secondary);
}
header nav > ul > li.menu-parent a {
    display: flex;
    align-items: center;
    gap: 8px;
}
header nav > ul > li.menu-parent > a:after {
    content: "";
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.9969 0.917628C8.9969 0.917628 5.87029 4.6199 4.83397 4.61991C3.79765 4.61991 0.671086 0.917607 0.671086 0.917607" stroke="%23200F3B" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 8px;
    background-size: 8px;
    margin-top: 3px;
}
header nav > ul > li:hover > a:after {
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.9969 0.917628C8.9969 0.917628 5.87029 4.6199 4.83397 4.61991C3.79765 4.61991 0.671086 0.917607 0.671086 0.917607" stroke="%239D7052" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--white);
    left: 0;
    min-width: 200px;
    padding: 8px;
    border-radius: 11px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translatey(20px);
    visibility: hidden;
    transition: all 0.4s;
    z-index: 2;
}
li:hover > .sub-menu {
    opacity: 1;
    transform: translatey(0);
    visibility: visible;
}
.sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.sub-menu ul li {
    margin-bottom: 5px;
}
.sub-menu ul li:last-child {
    margin-bottom: 0;
}
.sub-menu ul li a {
    color: var(--dark);
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    line-height: 120%;
    position: relative;
}
.sub-menu ul li a:hover {
    color: var(--primary);
    background: #f5f5f5;
}
.sub-menu ul li.active {
    color: var(--primary);
    background: #dbf3f6;
}
.sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.sub-menu > ul > li.list-item-parent{
    position: relative;
}
.sub-menu ul > li > a:hover, .sub-menu ul > li:hover > a {
    background-color: var(--secondary);
    color: var(--white);
}
.sub-menu ul > li:hover > a:after{
    border-color: var(--primary);
}
.header-navbar {
    margin-left: auto;
    margin-right: 40px;
}
.main,a.cart {
    position: relative;
}
a.cart span.cnt {
    position: absolute;
    top: -8px;
    right: -9px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 11px;
    color: #fff;
}
.sub-menu.sub-menu-inner li.menu-parent > a:after {
    border-right-color: #000;
    border-bottom-color: #000;
    margin: 3px 0 0 8px;
    transition: all 0.4s;
    float: right;
    transform: rotate(-45deg);
}
.sub-menu.sub-menu-inner li.menu-parent{
    position: relative;
}
.sub-menu.sub-menu-inner li.menu-parent > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    transition: all 0.4s;
}
.contact_us_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_us_btn :is(.msearch,.cart,.login) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: var(--dark);
    transition: all 0.4s;
    cursor: pointer;
}
.contact_us_btn :is(.cart,.login):hover {
    border-color: var(--dark);
    background: var(--dark);
    color: var(--white);
}
.contact_us_btn .msearch svg:last-child {
    display: none;
}
.msearch-show .contact_us_btn .msearch svg:first-child {
    display: none;
}
.msearch-show .contact_us_btn .msearch svg:last-child {
    display: block;
}
.hsearch .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    pointer-events: none;
}
.hsearch .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.hsearch .form-control {
    padding-left: 42px;
    padding-right: 14px;
    height: 38px;
    border-radius: 50px;
    border: 0;
    background: rgba(235, 224, 207, 0.5);
    min-width: 240px;
}
.hsearch .form-control:focus {
    border: 0;
    background: rgba(235, 224, 207, 0.5);
}
.banner-carousel .item {
    background: var(--primary);
    padding-top: 86px;
    position: relative;
    z-index: 1;
}
.banner-carousel .item:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50px;
    bottom: -67px;
    width: 300px;
    height: 300px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(223, 164, 132, 0.24) 0%, rgba(223, 164, 132, 0) 100%);
    filter: blur(3px);
    border-radius: 160px;
}
.banner-carousel .item:after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    top: -40px;
    right: 410px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(223, 164, 132, 0.22) 0%, rgba(223, 164, 132, 0) 100%);
    filter: blur(3px);
    border-radius: 400px;
}
.banner .text {
    padding-top: 54px;
}
.banner :is(h2,.btn-wpr) {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.banner .active :is(h2,.btn-wpr) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.banner h2 {
    font-weight: 400;
    font-size:75px;
    line-height: 110%;
    color: var(--dark);
    margin-bottom: 0;
    margin-right: -30px;
}
.banner .btn-wpr {
    margin-top: 40px;
    transition-delay: 0.2s;
}
.banner .prd-img {
    width: 360px;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
}
.banner .prd-img:before {
    content: '';
    display: block;
    width: 393px;
    height: 175px;
    background-image: url('data:image/svg+xml,<svg width="394" height="175" viewBox="0 0 394 175" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M99.6669 3.8346C30.1667 6.83454 -9.83326 32.3345 9.16686 68.8346C48.4501 144.299 249.167 189.835 352.167 161.335C404.063 146.975 407.167 93.3345 322.167 46.3346" stroke="%239D7052" stroke-width="3"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 25px;
    bottom: 65px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.banner .active .prd-img:before {
    opacity: 0;
    visibility: visible;
}
.prd-info .price span {
    display: block;
}
.banner .prd-img img {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.banner .active img {
    opacity: 1;
    visibility: visible;
}
.banner .pih-img {
    transform-origin: bottom center;
    transform: scale(0.9);
}
.banner .active .pih-img {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.banner .prd-img .tree1 {
    width: 266px;
    position: absolute;
    z-index: -1;
    top: 30px;
    right: -195px;
    transform: translateX(-50px);
    transition-delay: 0.2s;
}
.banner .prd-img .tree2 {
    width: 177px;
    position: absolute;
    z-index: -1;
    left: -100px;
    bottom: -7px;
    transform: translateX(50px);
    transition-delay: 0.2s;
}
.banner .active .prd-img :is(.tree1,.tree2) {
    transform: translateX(0);
}
.prd-info {
    width: 245px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 10px;
    padding-top: 40px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    position: relative;
}
.prd-info:before {
    content: '';
    display: inline-block;
    width: 162px;
    height: 162px;
    background-image: url('/wp-content/uploads/2025/04/Launch-Price-Badge-LG.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -74px;
    top: -46px;
    z-index: 9;
}
.banner .active .prd-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.prd-info .image {
    width: 231px;
    height: 300px;
    margin-block: 26px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}
.prd-info .image:before {
    content: '';
    width: 208px;
    height: 278px;
    background: var(--dark);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.prd-info .image img {
    width: 210px;
    padding-top: 20px;
    height: 100%;
    object-fit: cover;
    border-bottom: 6px solid var(--dark);
    margin-left: auto;
}
.prd-info .image .star-icon svg {
    position: absolute;
    top: 2px;
    right: 4px;
}
.prd-info .image .star-icon svg:last-child {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 2px;
    left: 1px;
}
.prd-info .price {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: var(--secondary);
    margin-bottom: 0;
}
.prd-info .price span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 130%;
    margin-bottom: -3px;
}
.prd-info .price:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 50.5%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.14;
    margin-bottom: 14px;
}
.prd-info .price del {
    font-size: 55%;
    font-weight: 400;
    opacity: 0.7;
    vertical-align: top;
}
html .owl-carousel .owl-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
}
html .owl-carousel .owl-nav [class*="owl-"] {
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    background: transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}
html .owl-carousel .owl-nav [class*="owl-"]:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 1.5L1.5 6L6.5 10.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}
html .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: var(--dark);
}
html .owl-carousel .owl-nav [class*="owl-"]:hover:before {
    filter: brightness(0) invert(1);
}
html .owl-carousel .owl-nav .owl-next {
    transform: scale(-1);
}
html .banner .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}
html .banner .owl-dots .owl-dot {
    width: 12px;
    height: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.14);
    transition: all 0.4s;
}
html .banner .owl-dots .owl-dot.active {
    width: 36px;
    background: var(--secondary);
}
html .banner .owl-dots .owl-dot:hover {
    background: var(--secondary);
}
.image-box-section {
    padding-top: 60px;
}
.image-box .image {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}
.image-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-box h3 {
    font-family: var(--font1);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--text-color);
    margin-bottom: 0;
}
html .title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
html .title h2 {
    font-weight: 400;
    font-size: 70px;
    line-height: 100%;
    color: var(--dark);
    margin-bottom: 0;
}
html .title h2:before {
    content: attr(data-title);
    font-weight: 400;
    font-size: 200px;
    line-height: 80%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(235, 224, 207, 0.14) 35.62%, rgba(235, 224, 207, 0) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -22px;
    width: 100%;
}
html .title-sm {
    margin-bottom:30px;
}
html .title-sm h2 {
    font-size: 60px;
    line-height: 110%;
}
.product-box .prd-box {
    /* background: #F7EAE0; */
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product-box .prd-box .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 9/7;
    padding: 8px;
    border: 1px dashed #9D7052;
	border-radius: 30px;overflow: hidden;
}
.product-box .prd-box .image img {
    display: block;
    width: 100%;
    transform-origin: bottom center;
    transition: all 0.4s;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
}
.quantity-selector {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    background: var(--white);
    border-radius: 8px;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: var(--dark);
    text-align: center;
    position: absolute;
    right: 12px;
    bottom: 72px;
}
.quantity-selector :is(.increment,.decrement) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: var(--dark);
    background: #F7EAE0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s;
}
.quantity-selector :is(.increment,.decrement):hover {
    color: var(--white);
    background: var(--secondary);
}
.quantity-selector .disabled {
    opacity: 0.6;
    pointer-events: none;
}
.checkbox-wpr {
    display: flex;
    align-items: center;
    gap: 20px;
}
.checkbox-wpr label {
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    color: var(--dark);
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}
.checkbox-wpr label input {
    display: none;
}
.checkbox-wpr label span {
    display: block;
}
.checkbox-wpr label span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(157, 112, 82, 0.4);
    background: transparent;
    border-radius: 5px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}
.checkbox-wpr label input:checked ~ span:before {
    background-color: var(--secondary);
    border-color: var(--secondary);
    background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33594 6.33205C1.33594 6.33205 2.33594 6.33205 3.66928 8.6654C3.66928 8.6654 7.37516 2.55426 10.6693 1.33203" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.product-box .prd-box:before {
    content: 'Launch price';
    padding: 8px 16px;
    line-height: 100%;
    background-color: #FFA927;
    border-radius: 50px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    margin: 16px;
    z-index: 1;
}
.product-box:hover .prd-box .image img {
    transform: scale(1.1);
}
.product-box .prd-box .cart-wpr {
    background: #E9D6C9;
    padding: 10px;
    padding-left: 14px;
	display:none
}
.product-box .prd-box .cart-wpr .cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: var(--dark);
    border-radius: 50px;
    color: var(--white);
}
.product-box .prd-box .cart-wpr .cart:hover {
    background: var(--secondary);
}
.product-box .text h6 {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    font-family: var(--font1);
    color: var(--secondary);
    line-height: 130%;
}
.product-box .text h6 del {
    opacity: 0.8;
    font-weight: 400;
}
.product-box .text h6 del ~ ins {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}
.product-box .text h6 del ~ ins:before {
    content: '-';
    font-weight: 400;
}
.product-box .text h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 8px;
}
.product-box .text h4 a {
    display: block;
    color: inherit;
}
.product-box .text h4 a:hover {
    color: var(--secondary);
}
.product-box .text h6 .amount {
    color: inherit;
    font-size: inherit;
}
.product-box .text h6 .amount .woocommerce-Price-currencySymbol {
    font-size: inherit;
    color: inherit;
}
.product-box .text h6 .amount bdi {
    display: block;
    line-height: 100%;
}
.select_option .text {
    position: relative;
}
.select_option .text:before {
    content: 'Please select at least one checkbox';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 13px;
    color: #FF0000;
    line-height: 130%;
}
.select_qty .quantity-selector {
    box-shadow: 0 0 0 1px #FF0000;
}
.product-box .cart:before { 
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background-color: var(--dark);
    background-image: url('/wp-content/uploads/2025/03/check-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    transition: all 0.5s;
    transition-delay: 0.4s;
    opacity: 0;
    visibility: hidden;
}
.product-box .added .cart:before {
    background-size: 18px;
    opacity: 1;
    visibility: visible;
}
.video-section {
    background: #F9F0E7;
}
.video-section .nav-tabs {
    display: block;
    border: 0;
    margin-right: 40px;
}
.video-section .nav-tabs .nav-item + .nav-item {
    margin-top: 8px;
}
.video-section .nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    min-width: 190px;
    background: #F0E2D6;
    color: var(--dark);
    padding: 0 30px;
}
.video-section .nav-tabs .nav-item .nav-link:hover,
.video-section .nav-tabs .nav-item .nav-link.active {
    background: var(--dark);
    color: var(--white);
}
.video-box .video-wpr {
    display: block;
    position: relative;
    padding-top: 56.25%;
    border-radius: 22px;
    overflow: hidden;
}
.video-box .video-wpr img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.video-box:hover .video-wpr img {
    transform: scale(1.1);
}
.video-box .video-wpr .video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: var(--white);
    color: var(--dark);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 150px;
    transition: all 0.4s;
}
.video-box .video-wpr .video-icon:hover {
    background: var(--secondary);
    color: var(--white);
}
.video-box .video-info {
    margin-top: 20px;
}
.video-box .video-info h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 0;
}
.video-box .video-info h3 a {
    display: block;
    color: inherit;
}
.video-box .video-info h3 a:hover {
    color: var(--secondary);
}
.girl-image {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 336px;
}
.tmnl-box {
    border-radius: 18px;
    border: 1px solid rgba(157, 112, 82, 0.08);
    background: #F9F0E7;
    padding: 6px;
    padding-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial_box.tmnl-box {
    flex-direction: row;
}
.testimonial_box.tmnl-box  .image {
    height: auto;
    aspect-ratio: 14/4;
    max-width: 198px;
}
.testimonial_box.tmnl-box  .text {
    padding: 18px 18px;
    font-size: 15px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.9);
}
.tmnl-box .image {
    display: block;
    height: 200px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.tmnl-box .image img {
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    background: #fbf5ed;
	width:100%
}
.tmnl-box:hover .image img {
    transform: scale(1.1);
}
.tmnl-box .text {
    padding: 18px 10px;
    font-size: 15px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.9);
}
.tmnl-box .text p {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 11;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}
.tmnl-box .r-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.tmnl-box .r-info .r-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 1px;
    overflow: hidden;
    background: linear-gradient(140.19deg, #9D7052 11.65%, rgba(157, 112, 82, 0) 57.86%);
}
.tmnl-box .r-info .r-image img {
    height: 100%;
    object-fit: cover;
    border: 3px solid #F9F0E7;
    border-radius: 50px;
}
.tmnl-box .r-info h5 {
    font-family: var(--font1);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: var(--dark);
    margin-bottom: 3px;
}
.rattings {
    width: 80px;
    height: 16px;
    background-image: url("/wp-content/uploads/2025/03/blank-rate-1.svg");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px;
}
.rattings .rate {
    height: 100%;
    background-image: url("/wp-content/uploads/2025/03/fill-rate-1.svg");
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px;
}
html .tmnl-box .quote-icon {
    width: 54px;
    position: absolute;
    right: 17px;
    bottom: 0;
}
html .tmnl-box .video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: var(--white);
    color: var(--dark);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 150px;
    transition: all 0.4s;
}
html .tmnl-box .video-icon:hover {
    background: var(--secondary);
    color: var(--white);
}
html :is(.tmnl-carousel,.rp-carousel) .owl-nav {
    flex-direction: row;
    top: -70px;
    bottom: auto;
    right: 0;
}
html :is(.tmnl-carousel,.rp-carousel) .owl-nav [class*="owl-"] {
    border-color: rgba(157, 112, 82, 0.2);
}
html :is(.tmnl-carousel,.rp-carousel) .owl-nav [class*="owl-"]:hover {
    border-color: var(--secondary);
    background: var(--secondary);
}
html :is(.tmnl-carousel,.rp-carousel) .owl-nav [class*="owl-"]:before {
    background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 1.5L1.5 6L6.5 10.5" stroke="%239D7052" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
footer {
    background: var(--primary);
    padding: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.site-title h2 {
    text-align: center;
    font-weight: 400;
    font-size: 220px;
    line-height: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(157, 112, 82, 0.08);
    margin-bottom: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -26px;
}
.footer-top {
    padding-top: 38px;
    padding-bottom: 40px;
}
footer h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 20px;
}
footer h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 14px;
}
.copyright-text {
    background: var(--secondary);
    padding: 14px 0;
    line-height: 130%;
    color: var(--white);
    border-radius: 10px;
}
ul.tnc-l {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.tnc-l li + li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}
ul.tnc-l li + li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--white);
    opacity: 0.5;
    margin: 2px 0;
}
ul.tnc-l a {
    line-height: 130%;
    color: var(--white);
}
ul.tnc-l a:hover {
    color: var(--primary);
}
ul.f-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.f-links li {
    line-height: normal;
    margin-bottom: 12px;
    display: flex;
}
ul.f-links li:last-child {
    margin-bottom: 0;
}
ul.f-links li a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: var(--dark);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
ul.f-links li a:before {
    content: '';
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background: var(--secondary);
    border-radius: 20px;
}
ul.f-links li a:hover {
    color: var(--secondary);
}
footer .logo {
    margin-block: 40px;
}
footer .logo a {
    display: block;
    width: 285px;
    margin: 0 auto;
}
footer .logo a:hover {
    transform: scale(0.95);
}
ul.sm {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}
ul.sm li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50px;
}
ul.sm li a:hover {
    background: var(--dark);
}
.contact-wpr {
    width: 340px;
    margin-left: auto;
}
.contact-wpr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-wpr ul li {
    display: flex;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--dark);
    margin-bottom: 15px;
}
.product_meta {
    display: none;
}
.contact-wpr ul li:last-child {
    margin-bottom: 0;
}
.contact-wpr ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50px;
}
.contact-wpr ul li a {
    font-size: 18px;
    color: inherit;
    display: inline-flex;
    align-items: center;
}
.contact-wpr ul li a:hover {
    color: var(--secondary);
}


.innerbanner {
    padding-block: 60px;
    background-color: var(--primary);
    background-image: url('/wp-content/uploads/2025/03/innerbanner-tree.svg');
    background-position: top 84px right 67px;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50% - 0px);
    width: 100vw;
}
.innerbanner h2 {
    font-size: 58px;
    line-height: 110%;
    color: var(--dark);
    text-align: center;
    margin-bottom: 12px;
}
.aboutbanner {
    background-image: url('/wp-content/uploads/2025/03/aboutbanner-img.svg');
    background-position: right bottom;
}
.aboutbanner h2 {
    font-size: 70px;
    text-align: left;
    margin-bottom: 0;
}
html .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}
html .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}
html .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '';
    padding: 0;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.9);
}
html .breadcrumb .breadcrumb-item {
    color: var(--secondary);
    line-height: normal;
    letter-spacing: 0.02em;
}
html .breadcrumb .breadcrumb-item a {
    color: var(--dark);
}
html .breadcrumb .breadcrumb-item a:hover {
    color: var(--secondary);
}

.iwt-section {
    background-image: url('/wp-content/uploads/2025/03/tree3.svg');
    background-repeat: no-repeat;
    background-position: -48px 306px;
}
.iwt-section p {
    margin-bottom: 14px;
}
.iwt-section p:last-child {
    margin-bottom: 0;
}
.iwt-section h3 {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: var(--secondary);
    margin-bottom: 14px;
}
.iwt-section h4 {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 14px;
}
.iwt-section h6 {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: var(--secondary);
    margin-bottom: 14px;
}
.iwt-section .text h6{
    font-size: 15px;
    line-height: 160%;
    color: var(--secondary);
    margin-bottom: 14px;
    font-weight: 500;
	position:relative
}
.iwt-section .text h6:before {
    width: 20px;
    height: 4px;
    background: var(--secondary);
    display: inline-block;
    content: '';
    margin-right: 10px;
    border-radius: 50px;
    transform: translateY(-3px);
}
.iwt-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 22px;
}
.iwt-section ul li {
    position: relative;
    padding-left: 28px;
    line-height: 130%;
    margin-bottom: 10px;
}
.iwt-section ul li:before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6.5H1" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.0001 11.5C12.0001 11.5 17 7.8176 17 6.5C17 5.1824 12 1.5 12 1.5" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}
.iwt-section ul li:last-child {
    margin-bottom: 0;
}
.iwt-wpr {
    margin-bottom: 70px;
}
.iwt-wpr .image {
    width: 570px;
    max-width: 100%;
    height: 680px;
    position: relative;
    z-index: 1;
}
.iwt-wpr .image img {
    border-radius: 300px 300px 0 0;
}
.iwt-wpr > .row + .row {
    margin-top: 100px;
}
.iwt-wpr > .row:nth-child(2n + 2) > [class*="col-"]:first-child {
    order: 1;
}
.iwt-wpr > .row:nth-child(2n + 2) > [class*="col-"]:first-child .image {
    margin-left: auto;
}
.mv-wpr {
    margin-top: 30px;
}
.mv-wpr > .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px;
}
.mv-box {
    padding: 30px;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.09);
    border-radius: 16px;
    font-size: 15px;
    line-height: 160%;
}
.mv-box .row {
    margin-bottom: 14px;
}
.mv-box h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 0;
}
.mv-box .icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
}
.mv-box .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mv-box p {
    margin-bottom: 8px;
}
.mv-box p:last-child {
    margin-bottom: 0;
}

.faq_wrp {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
html .accordion-item {
    margin-bottom: 14px;
    border-radius: 0 !important;
    box-shadow: none;
    color: inherit;
    background-color: transparent;
    border: 0;
}
html .accordion-item:last-child {
    margin-bottom: 0;
}
html .accordion-button {
    display: flex;
    align-items: center;
    padding: 22px;
    border-radius: 14px !important;
    background: #F0E2D6;
    border: 1px solid rgba(231, 188, 173, 0.1);
    font-family: var(--font1);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--dark);
    white-space: normal;
}
html .accordion-button:focus,
html .accordion-button:hover {
    background: #F0E2D6;
    color: var(--dark);
}
html .accordion-button:not(.collapsed) {
    background: #F0E2D6;
    box-shadow: none;
    color: var(--dark);
}
html .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(231, 188, 173, 0.1);
}
html .accordion-body {
    padding: 18px 40px 18px 24px;
}
html .accordion-button::after {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: var(--secondary);
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 1V11M11 6H1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
html .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1H1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.tree-images .img1 {
    display: block;
    width: 336px;
    position: absolute;
    z-index: -1;
    bottom: -14px;
    right: -35px;
}
.tree-images .img2 {
    display: block;
    width: 177px;
    position: absolute;
    z-index: -1;
    bottom: 56px;
    left: 30px;
}
.tree-images .img3 {
    display: block;
    width: 270px;
    position: absolute;
    z-index: -1;
    top: 64px;
    left: -88px;
}


html .pagination {
    gap: 8px;
}
html .pagination .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid rgba(157, 112, 82, 0.2);
    padding: 0;
    border-radius: 50px !important;
    background: transparent;
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: none;
}
html .pagination .page-link.active,
html .pagination .page-link:hover {
    border-color: var(--secondary);
    background: var(--secondary);
    color: var(--white);
}
html .pagination .prev {
    margin-right: auto;
}
html .pagination .next {
    margin-left: auto;
}

.blog-wpr {
    margin-bottom: 40px;
}
.product-wpr .row,
.blog-wpr .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 40px;
}
.product-wpr .row {
    --bs-gutter-y: 50px;
}
article.post {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(157, 112, 82, 0.08);
    background: rgba(249, 240, 231, 1);
    position: relative;
    margin-bottom: 22px;
}
article.post .image {
    display: block;
    width: 100%;
    height: 290px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
}
article.post .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
article.post:hover .image img {
    transform: scale(1.1);
}
article.post .date {
    font-size: 11px;
    line-height: 24px;
    padding: 0 14px;
    background: var(--white);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 22px;
}
article.post .txt {
    padding-inline: 10px;
    padding-bottom: 8px;
}
article.post .txt h3 {
    font-size: 26px;
    line-height: 120%;
    color: var(--text-color);
    margin-bottom: 14px;
}
article.post .txt h3 a {
    color: inherit;
    display: block;
}
article.post .txt h3 a:hover {
    color: var(--secondary);
}
article.post .rm-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
    text-decoration: none;
}
article.post .rm-btn a svg {
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 50px;
    padding: 8px;
    transition: all 0.4s;
}
article.post .rm-btn a:hover {
    color: var(--dark);
}
article.post .rm-btn a:hover svg {
    background: var(--dark);
    transform: rotate(45deg);
}
.contact-section {
    background-image: url('/wp-content/uploads/2025/03/tree1.svg');
    background-position: right -20px bottom -30px;
    background-repeat: no-repeat;
    background-size: 275px;
}
.ci-box {
    padding: 34px 30px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 24px;
}
.ci-box > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ci-box > ul > li {
    display: flex;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--white);
    margin-bottom: 34px;
}
.ci-box > ul > li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: var(--light);
    color: var(--white);
    border-radius: 50px;
}
.ci-box > ul > li h5 {
    font-family: var(--font1);
    font-size: 13px;
    font-weight: 400;
    color: var(--light);
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    line-height: normal;
}
.ci-box > ul > li a {
    font-size: 18px;
    color: inherit;
    display: inline-flex;
    align-items: center;
    line-height: 140%;
}
.ci-box .sm-wp {
    border-top: 1px solid rgba(251, 245, 237, 0.12);
    padding-top: 26px;
}
.ci-box .sm-wp h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: var(--white);
    margin-bottom: 14px;
}
.ci-box .sm-wp ul {
    justify-content: flex-start;
}
.ci-box .sm-wp ul a {
    background: var(--light);
}
.ci-box .sm-wp ul a:hover {
    background: var(--dark);
}
.ci-box .sm-wp ul a img {
    filter: brightness(0);
    transition: all 0.4s;
}
.ci-box .sm-wp ul a:hover img {
    filter: brightness(0) invert(1);
}
.form-box {
    margin-left: 50px;
    padding-inline: 50px;
}
.form-box h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    color: var(--dark);
    margin-bottom: 0;
}
.form-box form {
    margin-top: 30px;
    margin-bottom: 0;
}
html .form-field {
    margin-bottom: 20px;
}
html :is(.wpcf7-form-control,.form-control,.form-select) {
    padding: 8px 20px;
    background-color: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 8px;
    height: 44px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
}
html :is(.wpcf7-form-control,.form-control,.form-select)::placeholder {
    color: rgba(0, 0, 0, 0.9);
}
html textarea.wpcf7-form-control {
    height: 102px;
    resize: none;
}
html .form-select {
    cursor: pointer;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
html :is(.wpcf7-form-control,.form-control,.form-select):focus {
    background-color: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    box-shadow: none;
}
html :is(.wpcf7-form-control-lg,.form-select-lg) {
    height: 48px;
    padding-inline: 22px;
    border-radius: 10px;
}
html .form-submit {
    margin-top: 30px;
    text-align: center;
}
html .form-submit .btn {
    padding: 0 50px;
    font-size: 16px;
}
html .map {
    display: block;
    width: 100%;
    height: 490px;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
}
.blogd-section {
    padding-top: 60px;
}
.blogd-section:before {
    content: '';
    display: block;
    background-color: var(--primary);
    background-image: url('/wp-content/uploads/2025/03/innerbanner-tree.svg');
    background-position: top 84px right 67px;
    background-repeat: no-repeat;
    height: 582px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}
.blogd-section .b-title {
    font-weight: 400;
    font-size: 58px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 12px;
}
.blogd-section .date {
    font-family: var(--font1);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--secondary);
}
.blogd-section .thumbnail-img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    border: 6px solid var(--light);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 22px;
    margin-top: 52px;
}
.blogd-section .content-wpr {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 48px;
}
.blogd-section p {
    text-align: justify;
    margin-bottom: 14px;
}
.blogd-section h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    margin-top: 50px;
    margin-bottom: 22px;
}
html blockquote {
    display: block;
    line-height: 160%;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
    color: var(--secondary);
    padding: 8px 0 8px 27px;
    border-left: 3px solid var(--secondary);
    margin-bottom: 14px;
}
.content-wpr img {
    display: inline-block;
}
.content-wpr .sm-wp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 28px 0;
    margin-top: 50px;
    margin-bottom: 0;
}
.content-wpr .sm-wp h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 0;
}

.uform-section {
    padding-block: 60px;
    background-image: url('/wp-content/uploads/2025/03/uform-bg.svg');
    background-position: top 90px center;
    background-repeat: no-repeat;
}
.uform-section .fbox {
    padding: 48px;
    width: 520px;
    max-width: 100%;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
    margin: 0 auto;
}
.uform-section .fbox h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 0;
}
.uform-section .fbox form {
    margin-top: 30px;
}
.form-field label {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 7px;
    color: var(--dark);
}
.form-field label em {
    font-style: normal;
    color: #D62B39;
    font-weight: 500;
}
html .uform-section .wpcf7-form-control {
    background: transparent;
    border-color: rgba(157, 112, 82, 0.2);
}
html .uform-section .wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
html .uform-section .form-field {
    margin-bottom: 18px;
}
html .uform-section .btn {
    margin-top: 40px;
    border-radius: 8px;
}
html .uform-section .checkbox-wpr label {
    font-weight: 400;
}
.register-text {
    line-height: 150%;
    font-size: 15px;
    color: var(--dark);
    margin-top: 14px;
}
.register-text a {
    color: inherit;
}
html .uform-section .link {
    color: var(--dark);
    font-size: 15px;
}
html .uform-section .link:hover,
html .register-text a:hover {
    color: var(--secondary);
}
.uform-section .fbox .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 18px;
}
.registerpage {
    background-position: center bottom;
}
.fp-form {
    padding-block: 100px;
    background-image: url('/wp-content/uploads/2025/03/fp-form-bg.svg');
    background-position: center bottom;
}
.cart-s {
    padding-top: 60px;
}
.cart-s .mp {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 20px;
}
.cart-s .mp span {
    font-family: var(--font1);
    font-size: 50%;
}
.cart-p-list {
    margin-bottom: 20px;
}
.cart-p {
    padding: 6px;
    padding-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}
.cart-p:last-child {
    margin-bottom: 0;
}
.cart-p .image a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    height: 110px;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 10px;
    padding-top: 10px;
}
.cart-p .image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: bottom center;
    transition: all 0.4s;
}
.cart-p .image a:hover img {
    transform: scale(1.1);
}
.cart-p .txt {
    flex: 1;
}
.cart-p .txt h3 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 8px;
    color: var(--dark);
}
.cart-p .txt h3 a {
    color: inherit;
    display: inline-block;
}
.cart-p .txt h3 a:hover {
    color: var(--secondary);
}
.cart-p .txt .price {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: var(--secondary);
    margin-bottom: 0;
}
.cart-p .txt .qt-wpr {
    display: flex;
    align-items: center;
    gap: 7px;
}
.cart-p .txt .qt-wpr h6 {
    font-family: var(--font1);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}
.qhorizontal {
    position: static;
    flex-direction: row;
    background: #F0E2D6;
    padding: 6px;
    border-radius: 12px;
    font-size: 16px;
    gap: 15px;
}
.qhorizontal :is(.increment,.decrement) {
    background: var(--light);
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 8px;
}
.c-sidebar {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
}
.pcbox {
    padding: 20px;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 12px;
    margin-bottom: 22px;
}
.pcbox .form-field label {
    margin-bottom: 6px;
}
.pcbox .input-group .icon {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    left: 20px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
}
.pcbox .form-field .wpcf7-form-control {
    border-color: rgba(157, 112, 82, 0.1);
    background: var(--light);
    padding: 12px 122px 12px 44px;
    border-radius: 8px !important;
    width: 100%;
}
.pcbox .form-field button {
    display: inline-block;
    line-height: 44px;
    font-weight: 700;
    font-size: 13px;
    color: var(--secondary);
    cursor: pointer;
    transition: all 0.4s;
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-family: var(--font1);
    margin: 0;
    z-index: 9;
}
.pcbox .form-field button:hover {
    color: var(--dark);
}
.osbox {
    padding: 30px;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 16px;
}
html .osbox h2 {
    font-size: 34px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 0;
}
.osbox table :is(td,th) {
    line-height: normal;
    color: var(--dark);
    padding: 8px 0;
}
.osbox table .price {
    font-weight: 600;
    color: var(--secondary);
}
.osbox table tbody tr:last-child :is(td,th) {
    padding-bottom: 14px;
}
.osbox table tfoot :is(td,th) {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 24px;
    color: var(--dark);
}
.rp-s .title {
    margin-bottom: 30px;
}
.rp-s .title h2 {
    font-size: 50px;
    line-height: 100%;
}

.checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-progress .step {
    background: #E0D0BE;
    font-size: 15px;
    line-height: 38px;
    padding: 0 37px;
    text-transform: uppercase;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.checkout-progress .step.active {
    background: var(--secondary);
    color: var(--white);
    font-weight: 600;
}
.checkout-progress .step:first-child {
    clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
}
.checkout-progress .step + .step {
    margin-left: -6px;
}
.billingd-s {
    padding-top: 60px;
}
.billingd-s h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 8px;
}
.billingd-s p {
    color: var(--dark);
}
.billingd-s form {
    margin-top: 40px;
}
.billingd-s form .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 22px;
}
.billingd-s .form-field label {
    margin-bottom: 3px;
}
.billingd-s :is(.wpcf7-form-control,.form-control,.form-select)::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.billingd-s .form-submit {
    margin-top: 40px;
    text-align: left;
}
.billingd-s .form-submit .btn {
    padding: 0 30px;
    font-size: 15px;
}
.osbox .cart-p-list {
    margin-block: 30px;
}
.osbox .cart-p {
    padding: 8px;
    border-color: var(--secondary);
    border-radius: 12px;
    margin-bottom: 14px;
    gap: 14px;
    position: relative;
}
.osbox .cart-p .image {
    width: 100px;
    min-width: 100px;
    height: 90px;
    background: var(--light);
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 8px;
    padding-top: 10px;
}
.osbox .cart-p .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.osbox .cart-p .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.osbox .cart-p .txt .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    min-width: 95px;
}
.osbox .cart-p .txt h6 {
    font-family: var(--font1);
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
}
.osbox .cart-p .txt h6 span {
    color: var(--secondary);
}
.remove-i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: transparent;
    color: var(--dark);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
    transition: all 0.4s;
}
.remove-i:hover {
    color: var(--white);
    background: #D62B39;
}
.radio-wpr {
    display: flex;
    gap: 50px;
}
.radio-wpr input {
    display: none;
}
.radio-wpr span {
    display: block;
    color: var(--dark);
    line-height: 150%;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
}
.radio-wpr span b {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 130%;
}
.radio-wpr span :is(u,i) {
    display: inline-block;
    line-height: 150%;
}
.radio-wpr span u {
    text-decoration: none;
    opacity: 0.9;
}
.radio-wpr span i {
    font-style: normal;
    color: var(--secondary);
}
.radio-wpr span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    background: var(--secondary);
    box-shadow: 0 0 0 12px var(--light) inset;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 2px;
}
.radio-wpr input:checked ~ span:before {
    box-shadow: 0 0 0 5px var(--light) inset;
}

html .pm-tab {
    border: 0;
    gap: 12px;
    margin-bottom: 30px;
}
html .pm-tab .nav-link {
    padding: 16px 10px;
    border: 1px solid  rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
    width: 120px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
html .pm-tab .nav-link:before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.8 6.93333C5.4 7.46667 4.6 7.46667 4.2 6.93333L0.2 1.6C-0.294428 0.940764 0.175954 -7.40623e-09 0.999999 -7.94466e-08L9 -7.78829e-07C9.82404 -8.50869e-07 10.2944 0.940763 9.8 1.6L5.8 6.93333Z" fill="%239D7052"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    transform-origin: top center;
    transform: scale(0);
    transition: all 0.4s;
}
html .pm-tab .nav-link:hover {
    border-color: var(--secondary) !important;
}
html .pm-tab .nav-link.active {
    background: transparent;
    border-color: var(--secondary) !important;
}
html .pm-tab .nav-link.active:before {
    transform: scale(1);
}
html .pm-content {
    width: 540px;
    max-width: 100%;
}
.icon-field .icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none;
}
.pm-content .checkbox-wpr label {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    padding-left: 34px;
}
.pm-content .checkbox-wpr label span:before {
    width: 24px;
    height: 24px;
    border-color: rgba(0, 0, 0, 0.2);
}
.pm-content .checkbox-wpr:has(input:checked) ~ .form-field.d-none {
    display: block !important;
}
.dashboard-ib {
    padding-top: 90px;
    padding-bottom: 40px;
}
.dashboard-ib h2 {
    text-align: left;
    margin-bottom: 0;
}
.dcontent-s {
    padding-top: 60px;
    padding-bottom: 100px;
}
html ul.dp-list {
    list-style: none;
    margin: 0;
    padding: 16px;
    background: var(--secondary);
    border-radius: 20px;
    width: 286px;
    max-width: 100%;
    margin-top: -170px;
}
html ul.dp-list li {
    margin-bottom: 12px;
}
html ul.dp-list li:last-child {
    margin-bottom: 0;
}
html ul.dp-list a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 16px 24px;
    border-radius: 10px;
}
html ul.dp-list a img {
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    object-fit: contain;
    transition: all 0.4s;
}
html ul.dp-list a.active,
html ul.dp-list a:hover {
    background: var(--white);
    color: var(--dark);
}
html ul.dp-list a.active img,
html ul.dp-list a:hover img {
    filter: brightness(0);
}
.dtxt p {
    font-size: 18px;
    color: var(--dark);
    line-height: 160%;
}
.dtxt p a {
    display: inline-block;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.dtxt p a:hover {
    color: var(--secondary);
}
.order-t .table tr {
    border-color: rgba(157, 112, 82, 0.08);
}
.order-t .table tr :is(td,th) {
    padding: 10px 20px;
    background: transparent;
    border-color: rgba(157, 112, 82, 0.08);
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 160%;
    min-width: 218px;
}
.order-t .table tr :is(td,th):last-child {
    min-width: unset;
}
.order-t .table tr th {
    font-weight: 600;
    color: var(--dark);
}
.order-t .table thead th {
    background: #E9D6C9;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
}
.order-t .table thead tr:first-child > *:first-child {
    border-top-left-radius: 8px;
}
.order-t .table thead tr:first-child > *:last-child {
    border-top-right-radius: 8px;
}
.order-t .table tbody tr:last-child > *:first-child {
    border-bottom-left-radius: 8px;
}
.order-t .table tbody tr:last-child > *:last-child {
    border-bottom-right-radius: 8px;
}
html .order-t .btn-sm {
    padding: 0 18px;
    font-size: 13px;
    border-radius: 6px;
    line-height: 30px;
}
html .badge {
    padding: 0 18px;
    font-size: 13px;
    border-radius: 6px;
    line-height: 30px;
    font-weight: 600;
}
html .badge.text-bg-warning {
    color: #E4A707 !important;
    background: rgba(228, 167, 7, 0.08) !important;
}
html .badge.text-bg-danger {
    color: #EC5626 !important;
    background: rgba(236, 86, 38, 0.08) !important;
}
html .badge.text-bg-success {
    color: #20B109 !important;
    background: rgba(32, 177, 9, 0.08) !important;
}
.od-t .table tr :is(td,th) {
    min-width: unset;
    width: 50%;
    padding: 12px 20px;
}
.od-t .table tfoot th {
    padding: 10px 20px;
    font-size: 18px;
}
.p-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 10px;
}
.p-info .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: var(--white);
    border: 1px solid rgba(157, 112, 82, 0.12);
    border-radius: 30px;
}
.p-info h6 {
    font-family: var(--font1);
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;
}
.p-info p {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: var(--dark);
}
.image-upload {
    width: 122px;
    min-width: 122px;
    height: 122px;
    margin-right: 40px;
    position: relative;
    background: linear-gradient(135deg, #9D7052 0%, var(--light) 66.67%, var(--light) 100%);
    padding: 2px;
    border-radius: 200px;
}
.image-upload img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
    border: 8px solid var(--light);
}
.image-edit-btn {
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid var(--light);
    color: var(--white);
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 14px;
    right: 6px;
    cursor: pointer;
    transition: all 0.4s;
}
.image-edit-btn:hover {
    background: var(--dark);
}
.baddress-box {
    border: 1px solid rgba(157, 112, 82, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.baddress-box .title {
    padding: 11px 26px;
    background: #E9D6C9;
    margin-bottom: 0;
}
.baddress-box .title h5 {
    font-family: var(--font1);
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.baddress-box .title a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    width: 22px;
    min-width: 22px;
    height: 22px;
}
.baddress-box .title a:hover {
    color: var(--secondary);
}
.baddress-box .text {
    padding: 20px 26px;
}
.baddress-box .text p {
    line-height: 170%;
}
html body .contact_us_btn.myaccount-cart .msearch {
    display: none;
}
.footer-top .row {
    display: flex;
    flex-wrap: wrap;
}
.order-2 {
    order: 2!important;
}
.prd-info .price + .btn-wpr {
    display: none;
}


/* 10-03-2025-css Start */
.woocommerce-account .page-content {
    width: 1370px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.woocommerce-account .page-content > .woocommerce {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-block: 100px;
}
.woocommerce-account .page-content > .woocommerce:before,
.woocommerce-account .page-content > .woocommerce:after {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 25%;
    padding: 0 12px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 75%;
    padding: 0 12px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 16px;
    background: var(--secondary);
    border-radius: 20px;
    width: 286px;
    max-width: 100%;
    margin-top: -170px;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 16px 24px;
    border-radius: 10px;
    text-decoration: none !important;
}
.woocommerce-MyAccount-navigation ul .is-active a,
.woocommerce-MyAccount-navigation ul a:hover {
    background: var(--white);
    color: var(--dark);
}
.woocommerce-MyAccount-navigation ul a:before {
    content: '';
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2025/03/dashboard-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.4s;
}
.woocommerce-MyAccount-navigation ul [class*="orders"] a:before {
    background-image: url('/wp-content/uploads/2025/03/order.svg');
}
.woocommerce-MyAccount-navigation ul [class*="downloads"] a:before {
    background-image: url('/wp-content/uploads/2025/03/Download-icon.svg');
}
.woocommerce-MyAccount-navigation ul [class*="edit-address"] a:before {
    background-image: url('/wp-content/uploads/2025/03/location.svg');
}
.woocommerce-MyAccount-navigation ul [class*="edit-account"] a:before {
    background-image: url('/wp-content/uploads/2025/03/profile-1.svg');
}
.woocommerce-MyAccount-navigation ul [class*="logout"] a:before {
    background-image: url('/wp-content/uploads/2025/03/logout.svg');
}
.woocommerce-MyAccount-navigation ul .is-active a:before,
.woocommerce-MyAccount-navigation ul a:hover:before {
    filter: brightness(0);
}
.woocommerce-account .woocommerce-MyAccount-content > p {
    font-size: 18px;
    color: var(--dark);
    line-height: 160%;
}
.woocommerce-account .woocommerce-MyAccount-content > p a {
    display: inline-block;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content > p a:hover {
    color: var(--secondary);
}
html .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
html .woocommerce-Addresses:before, html .woocommerce-Addresses:after {
    display: none !important;
}
html .woocommerce-Addresses .woocommerce-Address {
    float: none;
    width: 100%;
    flex: 1;
    border: 1px solid rgba(157, 112, 82, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:before,
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title:after {
    display: none;
}
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
    padding: 11px 26px;
    background: #E9D6C9;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
    font-family: var(--font1);
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 0;
}
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
    font-size: 0;
    float: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8577 4.56719L16.1426 3.28224C16.8523 2.57259 18.0029 2.57259 18.7126 3.28224C19.4222 3.9919 19.4222 5.14248 18.7126 5.85213L17.4276 7.13708M14.8577 4.56719L10.06 9.36494C9.10181 10.3231 8.6227 10.8022 8.29646 11.386C7.97022 11.9698 7.64199 13.3484 7.32812 14.6667C8.64637 14.3528 10.025 14.0245 10.6088 13.6983C11.1926 13.3721 11.6717 12.893 12.6298 11.9348L17.4276 7.13708M14.8577 4.56719L17.4276 7.13708" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.25 11C19.25 14.8891 19.25 16.8337 18.0418 18.0418C16.8337 19.25 14.8891 19.25 11 19.25C7.11091 19.25 5.16637 19.25 3.95818 18.0418C2.75 16.8337 2.75 14.8891 2.75 11C2.75 7.11091 2.75 5.16637 3.95818 3.95818C5.16637 2.75 7.11091 2.75 11 2.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
html .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8577 4.56719L16.1426 3.28224C16.8523 2.57259 18.0029 2.57259 18.7126 3.28224C19.4222 3.9919 19.4222 5.14248 18.7126 5.85213L17.4276 7.13708M14.8577 4.56719L10.06 9.36494C9.10181 10.3231 8.6227 10.8022 8.29646 11.386C7.97022 11.9698 7.64199 13.3484 7.32812 14.6667C8.64637 14.3528 10.025 14.0245 10.6088 13.6983C11.1926 13.3721 11.6717 12.893 12.6298 11.9348L17.4276 7.13708M14.8577 4.56719L17.4276 7.13708" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.25 11C19.25 14.8891 19.25 16.8337 18.0418 18.0418C16.8337 19.25 14.8891 19.25 11 19.25C7.11091 19.25 5.16637 19.25 3.95818 18.0418C2.75 16.8337 2.75 14.8891 2.75 11C2.75 7.11091 2.75 5.16637 3.95818 3.95818C5.16637 2.75 7.11091 2.75 11 2.75" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round"></path></svg>');
}
html .woocommerce-Addresses .woocommerce-Address address {
    padding: 20px 26px;
    line-height: 170%;
    margin: 0;
}
html .woocommerce-EditAccountForm,
html .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    align-items: flex-end;
}
html .woocommerce-EditAccountForm > * {
    width: 100% !important;
}
html .woocommerce form .form-row {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
}
html #content label {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 7px;
    color: var(--dark);
}
html #content .woocommerce-Input,
html #content .input-text,
div#customer_login .u-column2 input {
    padding: 8px 20px;
    background-color: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 8px;
    height: 44px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
    outline: none;
}
html .woocommerce-EditAccountForm .clear {
    display: none;
}
html .woocommerce-EditAccountForm fieldset {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--primary);
}
html .woocommerce-EditAccountForm fieldset legend {
    display: none;
}
html #content #account_display_name_description {
    font-size: 12px;
}
html #content .woocommerce-EditAccountForm fieldset label {
    font-size: 12px;
}

body.woocommerce-lost-password form.lost_reset_password {
    padding: 48px;
    width: 520px;
    max-width: 100%;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}
body.woocommerce-account .woocommerce h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 0;
}
body.woocommerce-account .woocommerce-form-login {
    border: 0;
    padding: 0;
    margin: 40px 0 0 0;
}
html body.woocommerce-account .woocommerce-form-login input,
div#customer_login .u-column2 input {
    background: transparent !important;
    border-color: rgba(157, 112, 82, 0.2) !important;
    outline: none;
    transition: all 0.4s;
}
html body.woocommerce-account .woocommerce-form-login input:focus,
div#customer_login .u-column2 input:focus {
    border-color: #000000 !important;
}
body.woocommerce-account .woocommerce-form-login p,
div#customer_login .u-column2 p.woocommerce-form-row {
    margin-bottom: 18px;
}
html body.woocommerce-account .woocommerce-form-login p.form-row label.woocommerce-form__label {
    display: block;
    font-size: 16px !important;
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
body.woocommerce-account .woocommerce-form-login input.woocommerce-form__input::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(157, 112, 82, 0.4);
    background: transparent;
    border-radius: 5px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}
body.woocommerce-account .woocommerce-form-login input.woocommerce-form__input:checked:before {
    background-color: var(--secondary);
    border-color: var(--secondary);
    background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33594 6.33205C1.33594 6.33205 2.33594 6.33205 3.66928 8.6654C3.66928 8.6654 7.37516 2.55426 10.6693 1.33203" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
body.woocommerce-account .woocommerce-form-login input.woocommerce-form__input {
    height: 0;
    width: 0;
}
body.woocommerce-account button.woocommerce-button {
    margin: 0;
    background-color: var(--dark);
    color: var(--white);
    padding: 0px 26px;
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    border-radius: 8px;
    transition: all 0.4s;
    width: 100%;
    margin-top: 40px;
}
body.woocommerce-account .woocommerce-form-login p button.woocommerce-button:hover {
    background: var(--secondary);
    color: var(--white);
}
body.woocommerce-account .woocommerce-form-login .lost_password {
    line-height: 150%;
    font-size: 15px;
    color: var(--dark);
    margin-top: 14px;
    text-align: center;
    font-weight: 500;
}
body.woocommerce-account .woocommerce-form-login .lost_password a {
    color: inherit;
}
body.woocommerce-account .woocommerce-form-login .lost_password a:hover {
    color: var(--secondary);
    text-decoration: underline;
}
ul.woocommerce-error::before,
ul.woocommerce-error::after {
    display: none;
}
ul.woocommerce-error {
    border: 0;
    color: #dd2831;
    background-color: #f8d5d5;
    padding: 10px 30px;
    border-radius: 6px;
}
.woocommerce-message {
    color: #0fb232;
    background-color: #e7faea;
    border: 0;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-message a.button {
    background-color: var(--dark);
    color: var(--white);
    padding: 0px 26px;
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    transition: all 0.4s;
    border: 0;
    vertical-align: top;
    border-radius: 60px;
    margin-left: auto;
}
.woocommerce-message a.button:hover {
    background: var(--secondary);
    color: var(--white);
}
.woocommerce-message::Before {
    display: none;
}
.woocommerce-account .page-content:has(.woocommerce .woocommerce-form-login) {
    padding-top: 60px;
}
html #content button.woocommerce-Button,
html #content .woocommerce-address-fields button {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    display: inline-block;
    background: var(--dark);
    color: var(--white);
    padding: 0 30px;
}
html #content button.woocommerce-Button:hover,
html #content .woocommerce-address-fields button:hover {
    background: var(--secondary);
    color: var(--white);
}
html .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px;
}
html .woocommerce form .validate-postcode {
    grid-column: span 2;
}
.woocommerce form.register {
    padding: 0;
    border: 0;
}
div#customer_login .u-column1, div#customer_login .u-column2 {
    padding: 48px;
    max-width: 100%;
    background: #F7EAE0;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
    margin: 0 auto;
}
.woocommerce-privacy-policy-text p,
.woocommerce-privacy-policy-text p a {
    color: var(--text);
}
.woocommerce form.register button.woocommerce-Button {
    margin-top: 20px;
}
main.site-main .page-content {
    max-width: 100%;
    width: 1370px;
    padding: 80px 25px;
    margin: 0 auto;
}
main.site-main .page-content h2 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 130%;
}
main.site-main .page-content p a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
main.site-main .page-content p a:hover {
    color: var(--secondary);
    text-decoration: underline;
}
.copyright-text p a {
    color: #FFF;
    padding: 0 10px;
}
.copyright-text p a:hover {
    color: var(--primary);
}
.quantity-selector input {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    display: block;
    appearance: none !important;
    -webkit-appearance: none !important;
    text-align: center;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-box .added .cart {
    padding: 20px;
}
.quantity-selector .quantity {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.woocommerce-cart table.wc-block-cart-items,
body.woocommerce-cart th.wc-block-cart-items__header-image,
body.woocommerce-cart thead,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    border: 0 !important;
}
body.woocommerce-cart th.wc-block-cart-items__header-image span {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 20px;
    font-family: var(--font2);
    display: block;
}
body.woocommerce-cart table.wc-block-cart-items tbody td.wc-block-cart-item__image a img {
    display: block;
    width: 120px;
    height: 120px;
    min-width: 120px;
    transform-origin: bottom center;
    transition: all 0.4s;
    border-radius: 10px;
    background: #F7EAE0;
    overflow: hidden;
}
body.woocommerce-cart table.wc-block-cart-items tbody td {
    padding: 0 !important;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 0;
}
body.woocommerce-cart tbody tr.wc-block-cart-items__row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
}
body.woocommerce-cart tbody tr.wc-block-cart-items__row td .wc-block-components-product-name {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 8px;
    color: var(--dark);
    font-family: var(--font2);
    text-decoration: none;
    width: 50%;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    width: 100%;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap .wc-block-cart-item__prices span.price {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: var(--secondary);
    margin-bottom: 0;
}
body.woocommerce-cart tbody tr.wc-block-cart-items__row td .wc-block-components-product-name:hover {
    color: var(--secondary);
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
html body.woocommerce-cart tbody tr.wc-block-cart-items__row td {
    padding: 15px 0 !important;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap .wc-block-components-product-badge.wc-block-components-sale-badge,
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-components-product-details {
    line-height: 27px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0 0px !important;
    padding: 0 10px;
    background: #F0E2D6;
    border: 0;
    border-radius: 5px;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-components-product-details {
    margin: 0;
}
body.woocommerce-cart .wc-block-components-quantity-selector {
    position: static;
    flex-direction: row;
    background: #F0E2D6;
    padding: 6px;
    border-radius: 6px;
    font-size: 16px;
    gap: 0;
    margin-bottom: 0 !important;
    margin-right: 10px;
    width: 90px;
}
body.woocommerce-cart .wc-block-components-product-metadata {
    margin-bottom: 0 !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    color: var(--dark);
    background: var(--light);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s;
}
body.woocommerce-cart .wc-block-components-quantity-selector button:hover {
    color: var(--white);
    background: var(--secondary);
}
body.woocommerce-cart .wc-block-components-quantity-selector input {
    padding: 0;
    font-size: 16px;
}
body.woocommerce-cart .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    height: 32px;
    width: 32px;
    font-size: 0 !important;
    background-color: #f0e2d6 !important;
    border-radius: 50px !important;
    right: 20px;
    bottom: 20px;
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
body.woocommerce-cart .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover{
    background-color: #000000 !important;
}
body.woocommerce-cart .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover::before{
    filter: brightness(0) invert(1);
}
body.woocommerce-cart .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23000000" d="M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"/></svg>');
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-badge{
    order: 1;
}
body.woocommerce-cart .wc-block-components-quantity-selector button:focus {
    box-shadow: none;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    padding-right: 20px !important;
    padding-left: 6px !important;
}
body.woocommerce-cart td.wc-block-cart-item__total span.wc-block-components-product-price__value {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: var(--secondary);
    margin-bottom: 10px;
    display: block;
}
body.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge {
    line-height: 27px;
    height: 30px;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background: #F0E2D6;
    border: 0;
    border-radius: 5px;
}
html body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 110%;
    font-family: var(--font2);
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
html body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    margin-bottom: 22px;
    padding: 20px;
    background: rgb(247, 234, 224);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(157, 112, 82, 0.08);
    border-image: initial;
    border-radius: 12px;
}
html body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
html body.woocommerce-cart .wc-block-components-panel__button {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0 !important;
    color: var(--dark);
}
html body.woocommerce-cart .wc-block-components-panel__content input {
    width: 100%;
    border-color: rgba(157, 112, 82, 0.1);
    background: var(--light);
    padding: 12px 122px 12px 44px;
    border-radius: 8px !important;
}
html body.woocommerce-cart .wc-block-components-panel__content input:focus {
    outline: none;
}
html body.woocommerce-cart .wc-block-components-text-input label {
    padding: 0 10px;
    margin-bottom: 0 !important;
}
html body.woocommerce-cart .wc-block-components-totals-coupon__form {
    gap: 20px;
}
body.woocommerce-cart .wc-block-components-totals-coupon__content button {
    padding: 0 10px;
    min-width: auto;
    border-radius: 6px;
    background: #F0E2D6;
    border: 0;
    transition: all 0.4s;
}
body.woocommerce-cart .wc-block-components-totals-coupon__content button span {
    font-size: 16px;
    color: var(--dark);
    opacity: 1 !important;
    transition: all 0.4s;
}
body.woocommerce-cart .wc-block-components-totals-coupon__content button:hover {
    background: #000;
}
body.woocommerce-cart .wc-block-components-totals-coupon__content button:hover span {
    color: #FFF;
}
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    padding-top: 0;
}
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: 0;
    padding: 0;
}
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper{
    padding-top: 0;
}
body.woocommerce-cart .wc-block-components-totals-item {
    padding: 0 !important;
}
html body.woocommerce-cart .wc-block-components-totals-item span.wc-block-components-totals-item__label,
html body.woocommerce-cart .wc-block-components-totals-item span.wc-block-formatted-money-amount {
    line-height: normal;
    color: var(--dark);
}
html body.woocommerce-cart .wc-block-components-totals-item {
    padding: 10px 0 !important;
}
html body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
    padding: 0;
}
body.woocommerce-cart form.wc-block-components-shipping-calculator-address button.wc-block-components-button,
.wc-block-cart__submit-container a.wc-block-components-button {
    background-color: var(--dark);
    color: var(--white);
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    box-shadow: none !important;
    padding: 0px 26px;
    border-radius: 50px;
    gap: 8px;
    transition: 0.4s;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
    text-decoration: none;
}
body.woocommerce-cart form.wc-block-components-shipping-calculator-address button.wc-block-components-button:hover,
.wc-block-cart__submit-container a.wc-block-components-button:hover {
    color: var(--white);
    background: var(--secondary);
}
body.woocommerce-cart .wc-block-components-totals-wrapper {
    padding: 5px 0;
}
html body.woocommerce-cart span.wc-block-formatted-money-amount,
html body.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    color: var(--secondary) !important;
}
html body.woocommerce-cart .wc-block-components-quantity-selector:after {
    display: none;
}
body.woocommerce-cart table.wc-block-cart-items {
    margin-bottom: 0;
}
.single-product .product.type-product {
    max-width: 100%;
    width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
}
.single-product .woocommerce-product-gallery__image a {
    height: 442px;
    width: 100%;
    background: #FBF5ED;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 20px;
    padding-top: 0;
    overflow: hidden;
}
.single-product .woocommerce-product-gallery__image a img {
    height: 100% !important;
    object-fit: contain;
}
.single-product main#main {
    background-color: #FFF;
}
body.single-product ol.flex-control-nav {
    margin-top: 20px !important;
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
}
body.single-product ol.flex-control-nav li img {
    height: 100% !important;
    object-fit: cover;
    opacity: 0.8 !important;
    transition: all 0.4s;
    position: absolute;
    inset: 0;
}
body.single-product ol.flex-control-nav li img:hover{
    opacity: 1 !important;
}
body.single-product ol.flex-control-nav li {
    height: 100%;
    width: 100% !important;
    position: relative;
    padding-top: 100%;
}
body.single-product a.woocommerce-product-gallery__trigger{
    display: none;
}
:is(.woocommerce-dashboard,.woocommerce-orders,.woocommerce-edit-address,.woocommerce-edit-account) .page-content:before {
    content: 'Dashboard';
    padding-left: calc(25% + 12px);
    font-size: 58px;
    line-height: 110%;
    color: var(--dark);
    font-family: var(--font2);
    font-weight: 500;
}
.woocommerce-orders .page-content:before {
    content: 'Orders';
}
.woocommerce-edit-address .page-content:before {
    content: 'Addresses';
}
.woocommerce-edit-account .page-content:before {
    content: 'My Profile';
}
:is(.woocommerce-dashboard,.woocommerce-orders,.woocommerce-edit-address,.woocommerce-edit-account) .page-content:after {
    content: '';
    display: block;
    background-color: var(--primary);
    background-image: url('/wp-content/uploads/2025/03/innerbanner-tree.svg');
    background-position: top 84px right 67px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    z-index: -1;
    min-height: 194px;
}
html .woocommerce form .form-row::after, 
html .woocommerce form .form-row::before, 
html .woocommerce-page form .form-row::after, 
html .woocommerce-page form .form-row::before {
    display: none;
}
html .woocommerce form .update_totals_on_change {
    grid-column: span 2;
}
html .select2-container .select2-selection {
    margin: 0;
    padding: 8px 20px;
    background-color: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 8px;
    height: 44px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
    display: flex;
    align-items: center;
}
html .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
    font-weight: inherit;
}
html .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
}
html .select2-container.select2-container--open .select2-dropdown--below {
    background-color: #F9F0E7;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 6px;
}
html .select2-search--dropdown {
    display: block;
    padding: 6px;
}
html .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 8px 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    height: 40px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
    display: flex;
    align-items: center;
    outline: none;
}
html .select2-results {
    padding-left: 6px;
}
html .select2-results__option {
    border-top: 1px solid var(--primary);
}
html .select2-container--default .select2-results__option--highlighted[aria-selected], 
html .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--primary);
    color: var(--dark);
}
html .woocommerce table.shop_table {
    margin: 0;
    box-shadow: none;
    border-collapse: collapse;
    border: 0;
}
html .woocommerce table.shop_table thead {
    background: var(--primary);
}
html .woocommerce table.shop_table thead th {
    font-size: 16px;
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0.08);
}
html .woocommerce table.shop_table :is(th,td) {
    padding: 6px 10px;
    color: var(--dark);
    background: transparent;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.08);
}
html .woocommerce table.shop_table tfoot :is(th,td) {
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}
html .woocommerce table.shop_table a {
    color: inherit;
    font-weight: 500;
}
html .woocommerce table.shop_table a:hover {
    text-decoration: underline;
    color: var(--secondary);
}
html .woocommerce table.shop_table .view {
    background: var(--dark);
    color: var(--white);
    border-radius: 50px;
    padding: 0 16px;
    line-height: 28px;
}
html .woocommerce table.shop_table .view:hover {
    background: var(--secondary);
}
html .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    margin: 0;
    background-color: var(--secondary);
    color: var(--white);
    padding: 0px 26px;
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.4s;
    box-shadow: none !important;
    float: none;
    text-decoration: none;
}
html .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.62252 12.8133C4.48039 13.4934 1.48579 14.882 3.3097 16.6197C4.20067 17.4685 5.19298 18.0755 6.44055 18.0755H13.5594C14.807 18.0755 15.7993 17.4685 16.6903 16.6197C18.5142 14.882 15.5196 13.4934 14.3775 12.8133C11.6992 11.2185 8.30081 11.2185 5.62252 12.8133Z" stroke="%23FFF" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.6328 5.5625C13.6328 7.56885 12.0064 9.19531 10 9.19531C7.99365 9.19531 6.36719 7.56885 6.36719 5.5625C6.36719 3.55615 7.99365 1.92969 10 1.92969C12.0064 1.92969 13.6328 3.55615 13.6328 5.5625Z" stroke="%23FFF" stroke-width="1.2"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
html .wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover {
    background: var(--dark);
}
html .wc-block-components-checkout-step__heading-content {
    font-size: .75em;
    display: block;
    text-align: right;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
    border-radius: 10px;
}
.woocommerce-checkout .header-navbar {
    display: none;
}
.woocommerce-checkout .hsearch {
    display: none;
}
.woocommerce-checkout .navbar-toggle {
    display: none;
}
.woocommerce-checkout .contact_us_btn {
    margin-left: auto;
}
html .woocommerce-order-received .page-content,
html .woocommerce-checkout .page-content {
    position: relative;
    padding-inline: 25px;
    padding-block: 0;
}
html .woocommerce-order-received .page-content:before,
html .woocommerce-checkout .page-content:before {
    content: 'Order Confirmation';
    text-align: center;
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-block: 78px;
    background-color: var(--primary);
    background-image: url('/wp-content/uploads/2025/03/innerbanner-tree.svg');
    background-position: top 84px right 67px;
    background-repeat: no-repeat;
    font-size: 58px;
    line-height: 110%;
    color: var(--dark);
    font-family: var(--font2);
    font-weight: 500;
}
html .woocommerce-checkout .page-content:before {
    content: 'Checkout';
}
html .woocommerce-order-received .page-content,
html .woocommerce-checkout .page-content > .woocommerce {
    padding-block: 80px;
}
.woocommerce-order-received .woocommerce-order > p {
    margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order ul.order_details {
    padding: 28px;
    margin-block: 6px;
    background: var(--primary);
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
}
.woocommerce-order-received .woocommerce-order ul.order_details:before, .woocommerce-order-received .woocommerce-order ul.order_details:after {
    display: none;
}
.woocommerce-order-received .woocommerce-order ul.order_details li {
    flex: 1;
    padding: 16px;
    margin: 0;
    border: 0;
    background: rgb(0 0 0 / 3%);
    border-radius: 6px;
    font-size: 12px;
    line-height: 120%;
}
.woocommerce-order-received .woocommerce-order ul.order_details li strong {
    font-size: 16px;
    line-height: 140%;
    margin-top: 4px;
}
.woocommerce-order-received .woocommerce-order-details {
    margin-block: 50px;
    padding: 0;
}
html .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 120%;
}
.woocommerce-order-received .woocommerce-customer-details {
    margin: 0;
    padding: 0;
}
.woocommerce-customer-details .addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0;
}
.woocommerce-customer-details .addresses:before,
.woocommerce-customer-details .addresses:after {
    display: none;
}
.woocommerce-customer-details .addresses > .woocommerce-column {
    width: unset;
    float: none;
    display: block;
    border: 1px solid rgba(157, 112, 82, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
html .woocommerce-customer-details h2.woocommerce-column__title {
    padding: 12px 26px;
    background: #E9D6C9;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.woocommerce-customer-details .addresses > .woocommerce-column address {
    padding: 20px 26px;
    line-height: 170%;
    margin: 0;
    border: 0;
    border-radius: 0;
}
html .woocommerce-checkout .page-content > .wp-block-woocommerce-checkout {
    padding-block: 80px;
}
html .is-large .wc-block-checkout__sidebar.is-sticky {
    top: 86px;
    margin-top: 0;
}
html .woocommerce-checkout .wc-blocks-components-select__container {
    margin-top: 0;
}
html .woocommerce-checkout .wc-block-components-text-input {
    display: flex;
    flex-direction: column;
}
html .woocommerce-checkout .wc-block-components-text-input input[type=text] {
    padding: 8px 18px !important;
    background-color: #F9F0E7 !important;
    border: 1px solid rgba(157, 112, 82, 0.08);
    border-radius: 6px;
    height: 48px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
    outline: none;
}
html .woocommerce-checkout .wc-block-components-text-input input[type=text]:focus {
    border-color: var(--secondary);
}
html .woocommerce-checkout .wc-block-components-text-input label {
    position: static;
    order: -1;
    transform: none !important;
    margin-bottom: 4px !important;
}

.woocommerce ul.products li.product .star-rating span:before,
.woocommerce ul.products li.product .star-rating::before {
    color: var(--secondary);
}

.woocommerce-shop main#main,
.tax-product_cat main#main {
    width: 1370px;
    padding: 80px 25px;
	position:relative
}
.tax-product_cat main#main{
	padding-top:0
}
.woocommerce-shop #main .products ,
.tax-product_cat #main .products{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding-top: 20px;
}
.woocommerce-shop #main .products:before, 
.woocommerce-shop #main .products:after,
.tax-product_cat #main .products:before,
.tax-product_cat #main .products:after{
    display: none;
}
body #main .products .product {
    width: 100%;
    margin: 0;
    display: flex;
	flex-wrap:wrap;
    padding: 5px 5px 20px;
    background: #ebe0cf;
    border-radius: 23px;
}
body.archive.woocommerce-shop main#main {
    padding-top: 0;
    position: relative;
}
/* 10-03-2025-css End */
header.woocommerce-products-header {
    margin-left: calc(-50vw + 50% - 8px);
    text-align: center;
    width: 100vw;
    background-color: #EBE0CF;
    margin-bottom: 70px;
}
.woocommerce .woocommerce-result-count {
    margin-top: 10px;
}
.woocommerce .woocommerce-ordering select.orderby {
    background: #ebe0cf;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}
header.woocommerce-products-header h1.woocommerce-products-header__title {
    font-size: 58px;
    padding: 90px 10px 75px;
    background-image: url(/wp-content/uploads/2025/03/Group_.png);
    background-repeat: no-repeat;
    background-position: 90% 100%;
}
.archive nav.woocommerce-breadcrumb {
    position: absolute;
    width: 100%;
    text-align: center;
    left: -12px;
    top: 63px;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #9D7052 !important;
    letter-spacing: 1px;
    font-family: 'Open Sans' !important;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
    background: #F7EAE0;
    object-fit: contain;
    border: 1px solid #9D705214;
    border-radius: 20px;
    transition: all 0.5s;
    max-height: 265px;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
body #main .products .product:hover img {
    transform: scale(0.9);
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
    text-align: center;
	width:100%
}
html .woocommerce span.onsale {
    font-size: 11px;
    min-width: auto;
    min-height: auto;
    padding: 5px 10px;
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 5px;
    top: 24px !important;
    right: 24px !important;
    font-weight: 400;
    background: #9D7052;
    max-width: fit-content;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding: 0 20px 5px;
    line-height: 110%;
}
.woocommerce ul.products li.product .price {
    color: #9D7052;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product .button.wpcbn-btn:hover {
    background: var(--text-color);
}
.woocommerce .star-rating span::before {
    color: #FFA217
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 auto 15px;
}
.woocommerce ul.products li.product .button {
    margin-top: 0px;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 13px 30px;
    width: 46%;
    margin: auto;
    border-radius: 10px;
    margin-top: auto;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button.wpcbn-btn {
    background: var(--secondary);
}
.woocommerce ul.products li.product .button:hover {
    background: var(--secondary);
}
.single-product .product.type-product span.onsale {
    left: 50px;
}
.woocommerce.single-product  .woocommerce-breadcrumb {
    max-width: 1200px;
    padding: 30px 25px 13px;
    margin: 0 auto;
}
.woocommerce.single-product .cpiw_widget {
    max-width: 100%;
}
.woocommerce div.product .product_title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 16px;
}
.woocommerce-product-details__short-description p {
    color: #000000B2;
    margin-bottom: 26px;
}
.woocommerce div.product .woocommerce div.product form.cart .button {
    float: unset;
}
.woocommerce div.product div.summary p.price {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin: 12px 0 30px;
    padding-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.woocommerce div.product div.summary p.price:before {
    content: '20.02% OFF';
    display: inline-block;
    padding: 7px 13px;
    line-height: 100%;
    background-color: #F0E2D6;
    border-radius: 6px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}
.postid-107.woocommerce div.product div.summary p.price:before {
    content: '25.06% OFF';
}
.postid-102.woocommerce div.product div.summary p.price:before {
    content: '16.68% OFF';
}
.woocommerce div.product div.summary p.price:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('/wp-content/uploads/2025/04/Launch-Price-Badge.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 18px;
    margin-top: -38px;
    margin-bottom: 0;
}
.woocommerce div.product div.summary p.price ins {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
}
.woocommerce div.product div.summary p.price ins:before {
    content: '-';
    font-weight: 400;
}
.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
    order: -1;
    margin-bottom: 00px;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
    background: transparent;
    line-height: normal;
    padding: 0;
}
.woocommerce div.product form.cart .variations tr {
    display: flex;
    width: 100%;
    gap: 18px;
    align-items: center;
}
.woocommerce div.product form.cart .variations tr td.value {
    width: 100%;
    max-width: 300px;
}
.woocommerce div.product form.cart .variations tr td.value select {
    line-height: 30px;
    background: #fbfbfb;
    border: 1px solid #cccccc4f;
    border-radius: 10px;
}
.woocommerce div.product form.cart .variations tr td.value .reset_variations {
    display: none !important;
}
.woocommerce div.product span.price del {
    color: #595959;
    font-size: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--secondary);
    font-size: 1.25em;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce-variation-price {
    margin-bottom: 14px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce div.product div.summary .woocommerce-product-rating a.woocommerce-review-link {
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans';
}
.cpiw_widget .cpiw_main_inner {
    order: -1;
    margin: 0;
    text-align: left;
}
.cpiw_widget  .cpiw_main_inner h3 {
    margin: 0 0 10px;
}
.cpiw_main_inner h3 {
    margin: 10px;
    font-size: 18px;
    font-family: 'Open Sans';
    font-size: 15px;
}
input.checkpincode {
    border: 1px solid #9d705269;
    border-radius: 8px;
}
.product_meta > span {
    display: block;
}
.cpiw_inner_inner {
    margin: 0;
}
.pincode_not_availabels p {
    width: 100%;
    border-radius: 8px;
    padding: .5rem 1rem;
    background: #ffffff;
    font-size: 15px;
    opacity: 0.7;
    margin-left: 0;
}
input.checkpincode + input.checkpincodebutton, .pincode_not_availabels input.cpiwcheckbtn, input.cpiwcheckbtn {
    border-radius: 9px;
    font-size: 14px;
    line-height: 43px;
    padding: 0 14px;
}
input.checkpincode + input.checkpincodebutton:hover,.pincode_not_availabels input.cpiwcheckbtn:hover,input.cpiwcheckbtn:hover {
    background: #9d7052 !important;
}
.pincode_city_and_state + .inner {
    background: #fff !important;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #9d70522b;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.cpiw_avaddate p {
    font-size: 16px;
}
.product_meta a {
    color: var(--secondary);
}
.woocommerce div.product form.cart  .button.single_add_to_cart_button.wpcbn-btn:after {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.1055 6.75L5.35547 15.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M7.02148 5.65659C7.02148 5.65659 13.7281 5.09124 14.7458 6.10899C15.7637 7.12674 15.1982 13.8333 15.1982 13.8333" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.cpiw_widget .cpiw_main {
    border: 1px solid #9D70521A;
    background: #FBF9F5 !important;
    border-radius: 12px;
}
.woocommerce div.product form.cart  button.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-variable.single_add_to_cart_button {
    width: 100%;
    background: #000000;
    opacity: 1 !important;
    line-height: 44px;
    padding: 0;
    border-radius: 10px;
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: 0;
}
.cpiw_inner_inner {
    border: 0;
}
.cpiw_inner .pincode_not_availabels,.cpiw_inner:has(.pincode_city_and_state) {
    border: 1px solid #9D70521A;
    background: #FBF9F5 !important;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 18px;
}
.woocommerce div.product form.cart  .button.single_add_to_cart_button {
    vertical-align: middle;
    float: unset;
    background: #9D7052;
    opacity: 1 !important;
    font-size: 15px;
    line-height: 44px;
    padding: 0;
    width: calc(100% - 63px);
    border-radius: 10px;
    margin-left: 10px;
    font-weight: 400;
}
.woocommerce div.product form.cart .single_variation_wrap .button:hover {
    background: #000;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-left: calc(-50vw + 50% - 8px);
    width: 100vw;
    background: #FBF5ED;
}
.woocommerce div.product form.cart  .button.single_add_to_cart_button:hover {
    background: #000;
}
.woocommerce div.product form.cart  .button.single_add_to_cart_button.wpcbn-btn {
    background: #000;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}
.woocommerce div.product form.cart  button.single_add_to_cart_button.wpcbn-btn:hover {
    background: #9D7052;
}
.woocommerce-tabs.wc-tabs-wrapper > * {
    max-width: 1340px;
    margin: 0 auto !important;
    padding: 0 25px !important;
}
.woocommerce p.stars a ,.woocommerce #reviews .star-rating span::before,.woocommerce #reviews  .star-rating::before{
    color: #9D7052;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    background: #EBE0CF;
    width: 100vw;
    max-width: 100%;
    text-align: center;
    padding: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0;
    font-size: 15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    color: #000;
    padding: 0 30px;
    line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #000;
    border-radius: 50px;
}
html .woocommerce div.product form.cart div.quantity {
    display: inline-block;
}
.woocommerce div.product form.cart  .button.single_add_to_cart_button:after {
    width: 19px;
    height: 20px;
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.16667 13.3337H13.2193C16.959 13.3337 17.5277 10.9843 18.2175 7.55789C18.4165 6.56958 18.516 6.07543 18.2767 5.74622C18.0375 5.41699 17.5789 5.41699 16.6617 5.41699H5.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M7.16732 13.3337L4.98293 2.92943C4.79744 2.18748 4.1308 1.66699 3.36603 1.66699H2.58398" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M7.9 13.333H7.55714C6.42102 13.333 5.5 14.2924 5.5 15.4758C5.5 15.6731 5.6535 15.833 5.84286 15.833H15.0833" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.25 18.333C9.94036 18.333 10.5 17.7734 10.5 17.083C10.5 16.3927 9.94036 15.833 9.25 15.833C8.55964 15.833 8 16.3927 8 17.083C8 17.7734 8.55964 18.333 9.25 18.333Z" stroke="white" stroke-width="1.5"/><path d="M15.084 18.333C15.7743 18.333 16.334 17.7734 16.334 17.083C16.334 16.3927 15.7743 15.833 15.084 15.833C14.3936 15.833 13.834 16.3927 13.834 17.083C13.834 17.7734 14.3936 18.333 15.084 18.333Z" stroke="white" stroke-width="1.5"/></svg>');
    transform: translateY(5px);
    margin-left: 6px;
}
html .woocommerce div.product form.cart div.quantity input {
    width: 42px;
    padding: 0;
    height: 42px;
    transform: translateY(1px);
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    background: #fbf9f5;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h2, 
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h3 {
    font-size: 44px;
    margin-bottom: 22px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel ul {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel ul li p{
	margin-bottom:0
}
.woocommerce div.product .woocommerce-tabs .panel ul li:before {
    content: '';
    width: 18px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6.49976H1" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.0001 11.5C12.0001 11.5 17 7.8176 17 6.5C17 5.1824 12 1.5 12 1.5" stroke="%239D7052" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h4, .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h5, .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h6 {
    margin-bottom: 25px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h5 {
    font-family: 'Open Sans' !important;
    margin-bottom: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h4{
	font-size:26px;
	text-transform:uppercase
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper table {
    max-width: 768px;
}
.woocommerce-tabs.wc-tabs-wrapper table tbody tr th {
    width: 30%;
}
.woocommerce-tabs.wc-tabs-wrapper table   th {
    background: #F7EAE0;
    padding: 14px 20px;
    font-weight: 600;
}
.woocommerce-tabs.wc-tabs-wrapper table td {
    background: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper table th, .woocommerce-tabs.wc-tabs-wrapper table td {
    border: 1px solid #00000014;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.woocommerce #reviews #comments ol.commentlist li {
    clear: both;
    margin-bottom: 1.2em;
    list-style: none;
    padding-bottom: 1em;
    border-bottom: 1px solid #ebe0cf;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    width: calc(100% - 00px);
    border: 0 !important;
    padding: 0;
    margin-left: auto;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
    float: right;
    height: 1em;
    font-size: .875em;
    line-height: 1;
}
body #reviews .commentlist li p.meta {
    margin-bottom: .4em;
}
#reviews .commentlist li .description {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0 1.21575rem;
}
#reviews .comment-form-rating label, #reviews .commentlist li p.meta time, .product_list_widget li>a {
    display: block;
}
#reviews .commentlist li p.meta .woocommerce-review__dash,#page .woocommerce-tabs .panel > h2 {
    display: none;
}
#reviews .commentlist li time {
    opacity: .75;
    font-size: 12px;
    font-weight: 400;
    transform: translateY(-6px);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong.woocommerce-review__author {
    font-size: 16px;
    color: #000;
}
body #reviews .comment-reply-title {
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
    color: #111;
    font-size: 20px;
    line-height: 1.4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 0;
}
body #respond {
    padding-top: 2em;
    background: 0 0;
    font-size: 15px;
}   
#reviews .comment-form-rating {
    margin-bottom: 1em;
}
#reviews .comment-form-rating label, #reviews .commentlist li p.meta time, .product_list_widget li>a {
    display: block;
}
.required {
    border-bottom: 0!important;
    color: #df0202;
    text-decoration: none;
}
p.stars a:before, p.stars a:hover~a:before, p.stars.selected a.active~a:before {
    color: #ccc;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    border-radius: 100%;
    border: 0;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
h2.woocommerce-Reviews-title {
    margin-bottom: 40px;
    font-size: 32px;
    text-transform: capitalize;
}
p.stars a:before, p.stars a:hover~a:before, p.stars.selected a.active~a:before {
    color: var(--secondary);
}
#reviews label {
    margin-bottom: .5em;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce #review_form #respond .form-submit input {
    padding: .75em 1.6em;
    border: none;
    border-radius: .3rem;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s;
    background: var(--secondary);
}
.woocommerce #review_form #respond .form-submit input:hover{
    background-color: #000;
}
.woocommerce #review_form #respond p.comment-notes {
    margin: 0 0 1.21575rem;
    font-weight: 300;
    letter-spacing: -0.5px;
}
#reviews .comment-form-author {
    width: 47%;
    float: left;
}
#reviews .comment-form-email {
    margin-right: 0;
    width: 50%;
    float: right;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
    display: block;
    width: 100%;
    float: left;
}
.woocommerce #review_form #respond p {
    margin: 0 0 1.21575rem;
}
.woocommerce #reviews #comment {
    padding: 8px 20px;
    background-color: #f9ede1;
    border: 1px solid rgb(157 112 82 / 16%);
    border-radius: 8px;
    height: 100px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
}
.woocommerce #review_form #respond p {
    text-align: left;
}
section.related.products {
    margin-left: calc(-50vw + 50% - -8px);
    width: 100vw;
    background: #FBF5ED;
    padding-top: 30px;
}
section.related.products h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
section.related.products > * {
    max-width: 1370px;
    margin: auto;
    padding: 0 25px;
}
section.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 20px;
	padding-bottom:70px
}
section.related.products ul.products li.product {
    width: 100%;
    margin: 0 !important;
}
section.related.products ul.products::before{
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.search-results  main.site-main .page-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.search-results main.site-main .page-content article.post {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search-results main.site-main .page-content article.post > a {
    order: -1;
}
.search-results main.site-main .page-content article.post  a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.search-results main.site-main .page-content article.post h2.entry-title {
    font-size: unset;
    margin-bottom: 0;
    margin-top: 20px;
}
.search-results main.site-main .page-content article.post p {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}
.search-results main.site-main .page-content article.post > *:not(a) {
    padding: 0 15px;
}

.search-results main.site-main .page-content article.post a img {
    aspect-ratio: 9/7;
    object-fit: contain;
    background: #F7EAE0;
    border-radius: 20px;
}
.single-post section#comments {
    display: none;
}
.product-box [data-product_id="111"] h4:before,
.product-box [data-product_id="107"] h4:before,
ul.products .product.post-111 .woocommerce-loop-product__title:before,
ul.products .product.post-107 .woocommerce-loop-product__title:before,
.single-product .product.post-111 .product_title.entry-title:before,
.single-product .product.post-107 .product_title.entry-title:before  {
    content: 'Golden Glaze';
    font-size: 14px;
    line-height: 120%;
    display: block;
    font-family: var(--font1);
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0;
}
.product-box [data-product_id="107"] h4:before,
ul.products .product.post-107 .woocommerce-loop-product__title:before,
.single-product .product.post-107 .product_title.entry-title:before {
    content: 'Lip Smacking Goodness';
}
.single-product .product.post-111 .product_title.entry-title:before, 
.single-product .product.post-107 .product_title.entry-title:before {
    margin-bottom: 0;
}


html .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
    margin-bottom: 12px;
    border: 1px solid rgb(10 12 0 / 20%);
    border-radius: 14px;
    box-shadow: none;
    transition: all 0.4s;
}
html .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option:last-child {
    margin-bottom: 0;
}
html .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after,
html .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after,
html .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, 
html .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    display: none;
}
html .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-color: var(--textcolor);
}
html .wc-block-components-radio-control-accordion-content {
    padding-left: 52px;
    margin-top: -6px;
}
html .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
    margin-bottom: 0 !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label > span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label > span > img {
    order: 1;
    display: block;
    width: 120px;
    height: auto;
}
html .wc-block-components-address-card__edit {
    padding: 6px 18px;
    line-height: normal;
    border-radius: 6px;
}
html .wc-block-components-address-card__edit:hover {
    background: var(--dark);
    text-decoration: none;
}


#dubaipp {
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    animation: pload 0.4s linear 1.4s 1 forwards;
}
@keyframes pload {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
.pphide #dubaipp {
    animation: phide 0.4s linear 0s 1 forwards;
}
@keyframes phide {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
#dubaipp .wpr {
    width: 1040px;
    max-width: 100%;
    padding: 12px;
    background-color: #FBF5ED;
    background-image: url('/wp-content/uploads/2025/11/dubai-flag.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
#closepp {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px;
    padding: 5px;
    cursor: pointer;
}
#closepp:hover {
    transition: all 0.4s;
    transform: rotate(90deg);
}
#dubaipp .image {
    width: 46%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}
#dubaipp .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#dubaipp .text {
    width: 54%;
    padding: 52px 70px 52px 60px;
}
#dubaipp .text h3 {
    font-family: var(--font1);
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--dark);
    text-align: center;
    margin-bottom: 5px;
}
#dubaipp .text p {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 18px;
    padding-inline: 10px;
    color: var(--dark);
}
#dubaipp .text .badge {
    background: #EBE0CF;
    border-radius: 20px;
    padding: 12px 20px;
    text-align: center;
    width: 330px;
    max-width: 100%;
    margin: 0 auto 18px;
    display: block;
    white-space: normal;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    color: var(--dark);
    position: relative;
}
#dubaipp .text .badge:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #EBE0CF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    transform: rotate(45deg);
}
#dubaipp .waimg {
    display: block;
    width: 322px;
    max-width: 100%;
    margin: 0 auto;
}
#dubaipp .waimg img {
    display: block;
    width: 100%;
}
#dubaipp .waimg:hover {
    transform: scale(0.95);
}

@media (max-width:1024px){
    body {
        font-size: 14px;
        line-height: 150%;
        padding-top: 74px;
    }
    html.menu-show {
        overflow: hidden;
    }
    .header-logo a {
        max-width: 130px;
    }
    .header-menu-overlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .header-main-bar {
        align-items: center;
    }
    .menu-show .header-menu-overlay {
        visibility: visible;
        opacity: 1;
    }
    .contact_us_btn {
        margin-left: auto;
        margin-right: 10px;
        gap: 10px;
    }
    .menu-show header nav > ul > li.active a {
        color: var(--secondary);
    }
    .menu-show header nav > ul > li:hover > a {
        opacity: 1 !important;
        color: var(--secondary);
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid var(--dark);
        border-bottom: 2px solid var(--dark);
        transform: rotate(45deg);
        width: 9px;
        height: 9px;
    }
    .navbar-toggle {
        display: block;
        position: relative;
        width: 34px;
        height: 34px;
        background: rgba(235, 224, 207, 0.5);
        border-radius: 10px;
    }
    .navbar-toggle span {
        width: 4px;
        height: 4px;
        background-color: var(--dark);
        display: block;
        position: absolute;
        inset: 0;
        margin: auto;
        border-radius: 2px;
        transition:all 0.4s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -12px;
        width: 4px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -12px;
        width: 4px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        right: 0;
        left: 0;
        width: 22px;
        transform:rotate(45deg);
        background-color: var(--dark);
        height: 1.5px;
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        right: 0;
        left: 0;
        width: 22px;
        transform:rotate(-45deg);
        background-color: var(--dark);
        height: 1.5px;
    }
    nav.header-navbar {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 300px;
        height: 100vh;
        padding: 22px 35px;
        transform: translatex(100%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
    }
    .menu-show nav.header-navbar {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }
    .header-navbar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header nav > ul {
        margin: 10px 0 0;
        display: block;
    }
    header nav > ul > li + li {
        margin-left: 0;
        margin-top: 14px;
    }
    header nav > ul > li > a {
        font-size: 18px;
        line-height: 130%;
        font-weight: 400;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        flex-grow: 1;
        color: #000000;
    }
    header nav > ul > li{
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.4s;
    }
    .menu-show header nav > ul > li{
        transform: translateY(0);
        opacity: 1;
    }
    .menu-show header nav > ul > li:nth-child(2){
        transition-delay:0.1s ;
    }
    .menu-show header nav > ul > li:nth-child(3){
        transition-delay:0.2s ;
    }
    .menu-show header nav > ul > li:nth-child(4){
        transition-delay:0.3s ;
    }
    .menu-show header nav > ul > li:nth-child(5){
        transition-delay:0.4s ;
    }
    .menu-show header nav > ul > li:nth-child(6){
        transition-delay:0.5s ;
    }
    .menu-show header nav > ul > li:nth-child(7){
        transition-delay:0.6s ;
    }
    .sub-menu.mega-menu {
        min-width: 100%;
        right: 0;
        left: 0;
    }
    .sub-menu {
        position: relative;
        left: 0;
        margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 0 0 0 transparent;
        border-radius: 5px;
        padding: 10px;
        display: none;
        transform:none;
        width:100%;
        opacity: 1;
        visibility: visible;
    }
    li:hover > .sub-menu {
        display: none;
    }
    li.submenu_active > .sub-menu {
        display: block;
        position: static;
    }
    header nav > ul > li.menu-parent > a:after {
        display: none;
    }
    .sub-menu.sub-menu-inner span.submenu-toggle {
        position: absolute;
        right: 3px;
        top: 3px;
    }
    .sub-menu.sub-menu-inner li.menu-parent > a:after {
        display: none;
    }
    header nav > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .submenu-toggle {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        position: relative;
        justify-content: center;
        transition:all 0.3s;
    }
    li.submenu_active > .submenu-toggle {
        transform:rotate(180deg);
    }
    .sub-menu.mega-menu ul li {
        width: 100%;
    }
    html.menu-show .overlay {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 50%);
        z-index: 11;
    }
    html .btn {
        padding: 0px 24px;
        line-height: 40px;
    }
    html .btn-sm {
        padding: 0 28px;
        line-height: 36px;
    }
    html .btn-lg {
        font-size: 15px;
        padding: 0 28px;
        line-height: 44px;
    }
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner-carousel .item {
        padding-top: 80px;
    }
    .banner-carousel .item:after {
        width: 250px;
        height: 250px;
        right: 150px;
    }
    .banner .text {
        padding-top: 30px;
    }
    .banner h2 {
        font-size: 46px;
        line-height: 105%;
        margin-right: -100px;
    }
    .banner .btn-wpr {
        margin-top: 30px;
    }
    .banner .prd-img {
        width: 280px;
        margin-left: -30px;
    }
    .banner .prd-img:before {
        width: 303px;
        height: 146px;
        left: 21px;
        bottom: 46px;
    }
    .banner .prd-img .tree1 {
        width: 130px;
        top: -30px;
        right: -70px;
    }
    .banner .prd-img .tree2 {
        width: 100px;
        left: -60px;
        bottom: -6px;
    }
    .prd-info {
        width: 245px;
        max-width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-top: 0;
    }
    .prd-info p {
        font-size: 12px;
        line-height: 150%;
    }
    .prd-info .image {
        width: 231px;
        max-width: 100%;
        height: 250px;
        margin-block: 20px;
    }
    .prd-info .image:before {
        width: calc(100% - 14px);
        height: calc(100% - 18px);
    }
    .prd-info .image img {
        width: calc(100% - 14px);
        padding-top: 14px;
        border-bottom: 4px solid var(--dark);
    }
    .prd-info .image .star-icon svg {
        position: absolute;
        top: 0;
        right: 0;
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1px;
    }
    .prd-info .image .star-icon svg:last-child {
        bottom: 3px;
        left: 0;
    }
    .prd-info .price {
        font-size: 30px;
    }
    .prd-info .price span {
        font-size: 14px;
    }
    .prd-info .price:before {
        margin-bottom: 10px;
    }
    .image-box-section {
        padding-top: 50px;
    }
    .image-box .image {
        width: 60px;
        height: 60px;
        margin: 0 auto 14px;
    }
    .image-box h3 {
        font-size: 18px;
    }
    html .title {
        margin-bottom: 30px;
    }
    html .title h2 {
        font-size: 52px;
    }
    html .title h2:before {
        font-size: 120px;
        top: -22px;
    }
	
    .quantity-selector {
        font-size: 12px;
        right: 10px;
        bottom: 66px;
    }
    .checkbox-wpr {
        gap: 16px;
    }
    .checkbox-wpr label {
        font-size: 13px;
        padding-left: 23px;
    }
    .checkbox-wpr label span:before {
        width: 18px;
        height: 18px;
        border-radius: 3px;
    }
    .product-box .prd-box .cart-wpr .cart {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .checkbox-wpr label span:before {
        width: 16px;
        height: 16px;
    }
    .product-box .text h4 {
        font-size: 24px;
    }

    .video-section .nav-tabs {
        margin-right: 30px;
    }
    .video-section .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 40px;
        min-width: 150px;
        padding: 0 24px;
    }
    .video-box .video-wpr {
        border-radius: 10px;
    }
    .video-box .video-wpr .video-icon {
        width: 50px;
        height: 50px;
    }
    .video-box .video-info {
        margin-top: 14px;
    }
    .video-box .video-info h3 {
        font-size: 28px;
    }
    .girl-image {
        width: 240px;
    }
    html .title-sm h2 {
        font-size: 46px;
    }
    .site-title h2 {
        font-size: 200px;
    }
    footer .logo {
        margin-block: 0;
        margin-bottom: 20px;
    }
    footer .logo a {
        width: 250px;
    }
    footer h6 {
        margin-bottom: 8px;
    }
    .sm-wp {
        margin-bottom: 40px;
    }
    footer h5 {
        font-size: 21px;
        margin-bottom: 14px;
    }
    ul.f-links li {
        margin-bottom: 10px;
    }
    ul.f-links li a {
        font-size: 14px;
        gap: 8px;
    }
    ul.f-links li a:before {
        width: 4px;
        min-width: 4px;
        height: 4px;
    }
    .contact-wpr ul li .icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .contact-wpr ul li {
        gap: 10px;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .contact-wpr ul li a {
        font-size: 16px;
    }

    .innerbanner {
        background-position: top 84px right 0;
    }
    .innerbanner h2 {
        font-size: 52px;
        margin-bottom: 10px;
    }
    .aboutbanner {
        background-position: right bottom;
        background-size: 300px;
    }
    .aboutbanner h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    html .breadcrumb .breadcrumb-item {
        font-size: 15px;
    }
    html .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        width: 6px;
        height: 6px;
    }
    .iwt-section {
        background-position: -48px 10px;
    }
    .iwt-wpr {
        margin-bottom: 30px;
    }
    .iwt-wpr .image {
        height: 580px;
        margin-left: 0;
        padding-right: 10px;
    }
    .iwt-wpr .text {
        padding: 0;
    }
    .iwt-section p {
        margin-bottom: 10px;
    }
    .iwt-section h4 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 12px;
    }
    .iwt-section h6 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .iwt-section ul {
        margin-bottom: 16px;
    }
    .mv-wpr > .row {
        --bs-gutter-x: 20px;
    }
    .mv-box h5 {
        font-size: 24px;
    }
    .mv-box .icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }
    .mv-box {
        padding: 16px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 150%;
    }


    html .accordion-button {
        padding: 18px;
        border-radius: 10px !important;
        font-size: 18px;
    }
    html .accordion-button::after {
        width: 24px;
        min-width: 24px;
        height: 24px;
        background-size: 10px;
    }
    html .accordion-body {
        padding: 16px;
    }
    .tree-images .img1 {
        width: 190px;
        bottom: -30px;
        right: -15px;
    }
    .tree-images .img2 {
        width: 130px;
        bottom: 36px;
        left: 10px;
    }
    .tree-images .img3 {
        width: 170px;
        top: 20px;
        left: -20px;
    }
    .blog-wpr {
        margin-bottom: 30px;
    }
    .product-wpr .row,
    .blog-wpr .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 30px;
    }
    article.post .image {
        height: 240px;
        margin-bottom: 12px;
    }
    article.post .txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ci-box {
        padding: 24px;
        border-radius: 10px;
    }
    .ci-box > ul > li {
        gap: 10px;
        font-size: 14px;
        margin-bottom: 22px;
    }
    .ci-box > ul > li .icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .ci-box > ul > li h5 {
        font-size: 12px;
    }
    .ci-box > ul > li a {
        font-size: 16px;
    }
    .ci-box .sm-wp {
        padding-top: 22px;
        margin-bottom: 0;
    }
    .ci-box .sm-wp h6 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .ci-box .sm-wp ul {
        gap: 6px;
    }
    ul.sm li a {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .form-box {
        margin-left: 24px;
        padding-inline: 0;
    }
    .form-box h2 {
        font-size: 42px;
    }
    .form-box form {
        margin-top: 24px;
    }
    html .map {
        height: 400px;
        border-radius: 10px;
    }

    .blogd-section:before {
        background-position: top 84px right 0;
        height: 380px;
    }
    .blogd-section .b-title {
        font-size: 42px;
    }
    .blogd-section .thumbnail-img {
        height: 380px;
        border: 4px solid #FBF5ED;
        border-radius: 12px;
        margin-top: 30px;
    }
    .blogd-section .content-wpr {
        padding-top: 30px;
    }
    .blogd-section h2 {
        font-size: 34px;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    html blockquote {
        font-size: 16px;
        padding: 6px 0 6px 16px;
    }
    .uform-section {
        background-position: top 120px center;
        background-size: 140% auto;
    }
    .uform-section .fbox {
        padding: 30px;
        width: 460px;
        border-radius: 14px;
    }
    .uform-section .fbox h2 {
        font-size: 34px;
    }
    .uform-section .fbox form {
        margin-top: 20px;
    }
    .form-field label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    html .uform-section .form-field {
        margin-bottom: 16px;
    }
    html .uform-section .btn {
        margin-top: 26px;
    }
    .register-text {
        font-size: 14px;
        margin-top: 8px;
    }
    .fp-form {
        background-position: bottom center;
        background-size: 120% auto;
    }
    .cart-s .mp {
        gap: 6px;
        font-size: 24px;
        margin-bottom: 12px;
    }
    .cart-s .mp span {
        font-size: 45%;
    }
    .cart-p {
        padding-right: 8px;
        gap: 12px;
        margin-bottom: 12px;
    }
    .cart-p .image a {
        width: 100px;
        min-width: 100px;
        height: 100px;
        padding-top: 10px;
    }
    .cart-p .txt h3 {
        font-size: 20px;
    }
    .cart-p .txt .price {
        font-size: 18px;
    }
    .cart-p .txt .qt-wpr {
        gap: 6px;
    }
    .cart-p .txt .qt-wpr h6 {
        font-size: 14px;
    }
    .qhorizontal {
        padding: 4px;
        border-radius: 6px;
        gap: 8px;
    }
    .qhorizontal :is(.increment,.decrement) {
        width: 24px;
        min-width: 24px;
        height: 24px;
        border-radius: 3px;
    }
    .c-sidebar {
        padding-left: 20px;
    }
    .pcbox {
        padding: 14px;
        border-radius: 8px;
        margin-bottom: 18px;
    }
    .osbox {
        padding: 14px;
        border-radius: 8px;
    }
    .pcbox .form-field label {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .pcbox .input-group .icon {
        width: 14px;
        height: 14px;
        left: 10px;
    }
    .pcbox .form-field .wpcf7-form-control {
        padding: 10px 88px 10px 30px;
        font-size: 14px;
    }
    .pcbox .form-field button {
        font-size: 10px;
        right: 10px;
    }
    html .osbox h2 {
        font-size: 26px;
    }
    .osbox table :is(td,th) {
        padding: 5px 0;
    }
    .osbox table tbody tr:last-child :is(td,th) {
        padding-bottom: 6px;
    }
    .osbox table tfoot :is(td,th) {
        padding: 6px 0;
        font-size: 18px;
    }
    .rp-s .title h2 {
        font-size: 46px;
    }
    .checkout-progress .step {
        font-size: 14px;
        line-height: 36px;
        padding: 0 30px;
    }
    .checkout-progress .step + .step {
        margin-left: -4px;
    }
    .billingd-s h2 {
        font-size: 34px;
        margin-bottom: 4px;
    }
    .billingd-s form {
        margin-top: 30px;
    }
    .billingd-s form .row {
        --bs-gutter-y: 18px;
    }
    html :is(.wpcf7-form-control-lg,.form-select-lg) {
        height: 44px;
        padding-inline: 18px;
        border-radius: 8px;
    }
    .billingd-s .form-submit {
        margin-top: 30px;
    }
    .osbox .cart-p-list {
        margin-block: 20px;
    }
    .osbox .cart-p .image {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 4px;
        padding-top: 6px;
    }
    .osbox .cart-p .txt h3 {
        font-size: 16px;
        margin-bottom: 6px;
        padding-right: 22px;
    }
    .osbox .cart-p .txt .price {
        font-size: 14px;
        min-width: 70px;
    }
    .osbox .cart-p .txt h6 {
        font-size: 14px;
    }
    .remove-i {
        width: 20px;
        height: 20px;
        margin: 8px;
    }
    html .pm-tab {
        gap: 6px;
    }
    html .pm-tab .nav-link {
        padding: 10px;
        border-radius: 6px;
        width: 74px;
        height: 44px;
    }
    .dashboard-ib h2 {
        margin-bottom: 0;
    }
    .dcontent-s {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    html ul.dp-list {
        padding: 8px;
        border-radius: 10px;
        margin-top: -146px;
    }
    html ul.dp-list li {
        margin-bottom: 6px;
    }
    html ul.dp-list a {
        gap: 12px;
        font-size: 16px;
        padding: 12px 16px;
        border-radius: 6px;
    }
    .dtxt p {
        font-size: 16px;
    }
    .order-t .table thead th {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 16px;
    }
    .order-t .table tr :is(td,th) {
        padding: 8px 16px;
        font-size: 14px;
        min-width: 160px;
    }
    .order-t .table tr :is(td,th):first-child,
    .order-t .table tr :is(td,th):last-child {
        min-width: unset;
    }
    .image-upload {
        margin-right: 20px;
    }
    .woocommerce-account .page-content > .woocommerce {
        padding: 20px 0 80px;
    }
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    div#customer_login .u-column1, div#customer_login .u-column2 {
        padding: 30px;
        width: 50%;
        margin: 0 8px;
        min-height: 510px;
    }
    body.woocommerce-account .woocommerce h2 {
        font-size: 32px;
        line-height: 110%;
        text-align: center;
        margin-bottom: 0;
    }
    main.site-main .page-content {
        padding: 60px 20px;
    }
    main.site-main .page-content h2 {
        font-size: 32px;
    }

    
    html body.woocommerce-cart .alignwide {
        margin-inline: 0;
    }
    body.woocommerce-cart table.wc-block-cart-items tbody td.wc-block-cart-item__image a img {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
        padding-right: 10px !important;
        padding-left: 5px !important;
    }
    body.woocommerce-cart tbody tr.wc-block-cart-items__row td .wc-block-components-product-name {
        font-size: 22px;
    }
    body.woocommerce-cart td.wc-block-cart-item__total span.wc-block-components-product-price__value,
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap .wc-block-cart-item__prices span.price {
        font-size: 18px;
    }
    body.woocommerce-cart .wc-block-components-quantity-selector input {
        font-size: 15px;
    }
    body.woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
        padding-left: 0;
    }
    body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
        margin-bottom: 0 !important;
    }
    body.woocommerce-cart .wc-block-components-quantity-selector {
        margin-bottom: 8px !important;
    }
    body.woocommerce-cart .wc-block-components-quantity-selector {
        margin-bottom: 8px !important;
    }
    body.woocommerce-cart td.wc-block-cart-item__total span.wc-block-components-product-price__value, body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__wrap .wc-block-cart-item__prices span.price {
        font-size: 16px;
    }
    html body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
        margin-bottom: 18px;
        padding: 14px;
        border-radius: 10px;
    }
    body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    html .woocommerce-order-received .page-content,
    html .woocommerce-checkout .page-content {
        padding: 0 25px;
    }
    html .woocommerce-order-received .page-content,
    html .woocommerce-checkout .page-content:before :before{
        padding-block: 72px;
        background-position: top 84px right 0;
        font-size: 52px;
    }
    html .woocommerce-order-received .page-content,
    html .woocommerce-checkout .page-content > .woocommerce {
        padding-block: 60px;
    }
    .woocommerce-order-received .woocommerce-order ul.order_details {
        padding: 18px;
        margin-block: 6px;
        gap: 12px;
        border-radius: 6px;
        flex-wrap: wrap;
        white-space: nowrap;
    }
    .woocommerce-customer-details .addresses {
        display: grid !important;
        gap: 30px;
        padding: 0 !important;
        align-items: unset !important;
    }
    html .woocommerce-customer-details h2.woocommerce-column__title {
        padding: 10px 22px;
        font-size: 16px !important;
    }
    .woocommerce-customer-details .addresses > .woocommerce-column address {
        padding: 18px 22px;
    }
    .woocommerce-shop #main .products,
	.tax-product_cat #main .products{
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 23px;
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        border-radius: 15px;
        padding-top: 0px;
    }
    .woocommerce-shop #main .products .product,
	.tax-product_cat #main .products .product{
        border-radius: 18px;
    }
    section.related.products ul.products {
        gap: 15px;
    }
    .search-results main.site-main .page-content article.post  a {
        font-size: 19px;
    }
    .tmnl-box .text p {
        height: 240px;
        line-clamp: 10;
        -webkit-line-clamp: 10;
    }
    section.related.products {
        margin-left: -25px;
    }
    .prd-info:before {
        width: 80px;
        height: 80px;
        left: -30px;
        top: -40px;
    }

    #dubaipp .image {
        height: 420px;
    }
    #dubaipp .text {
        padding: 40px;
    }
    #dubaipp .text h3 { 
        font-size: 36px;
    }
    #dubaipp .text p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #dubaipp .text .badge {
        border-radius: 12px;
        width: 280px;
        margin: 0 auto 14px;
        font-size: 14px;
    }
    #dubaipp .waimg {
        width: 260px;
    }
}


@media (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 150%;
        padding-top: 70px;
    }
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    html .btn-sm {
        padding: 0 20px;
        line-height: 32px;
        font-size: 12px;
    }
    html .btn-lg {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }
    .header-logo a {
        max-width: 148px;
    }
    .contact_us_btn {
        margin-right: 8px;
        gap: 8px;
    }
    .contact_us_btn :is(.msearch,.cart,.login) {
        width: 34px;
        min-width: 34px;
        height: 34px;
        padding: 8px;
    }
    .overlay {
        position: fixed;
        inset: 0;
        top: 70px;
        min-height: calc(100dvh - 70px);
        background: rgb(0 0 0 / 70%);
        backdrop-filter: blur(6px);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }
    .hsearch {
        position: fixed;
        z-index: 99;
        top: 70px;
        left: 0;
        padding: 20px;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }
    .msearch-show .overlay,
    .msearch-show .hsearch {
        visibility: visible;
        opacity: 1;
    }
    .sticky .overlay,
    .sticky .hsearch {
        top: 62px;
    }
    .hsearch > * {
        transform: translateY(20px);
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
    }
    .msearch-show .hsearch > * {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
    .hsearch .form-control,
    .hsearch .form-control:focus {
        background: rgb(251 245 237);
    }
    .banner-carousel .item {
        padding-top: 32px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .banner-carousel .item:before,
    .banner-carousel .item:after {
        display: none;
    }
    .banner .text {
        padding-top: 0;
        text-align: center;
    }
    .banner h2 {
        font-size: 42px;
        line-height: 110%;
        margin-right: 0;
    }
    .banner .btn-wpr {
        margin-top: 23px;
    }
    
    .banner .prd-img {
        width: 100%;
        margin-left: 0;
        position: static;
    }
    .banner .prd-img:before {
        display: none;
    }
    .banner .prd-img .tree1 {
        width: 140px;
        right: -58px;
        bottom: -50px;
        top: auto;
    }
    .banner .prd-img .tree2 {
        width: 92px;
        left: 0;
        bottom: -6px;
    }
    .prd-info {
        width: 100%;
    }
    .prd-info p {
        display: none;
    }
    .prd-info .image {
        margin-top: 23px;
        margin-bottom: 18px;
        width: 200px;
        height: 258px;
    }
    .prd-info .image:before {
        width: calc(100% - 18px);
        height: calc(100% - 18px);
    }
    .prd-info .image img {
        width: 100%;
        padding-top: 18px;
        padding-left: 18px;
        border-bottom: 0;
    }
    .prd-info .image .star-icon svg {
        top: 1px;
        right: 2px;
        padding: 0;
    }
    .prd-info .image .star-icon svg:last-child {
        bottom: 0;
        left: 1px;
    }
    .prd-info .price {
        font-size: 28px;
        text-align: center;
    }
    .prd-info .price:before {
        display: none;
    }
    .prd-info .price del {
        font-size: 100%;
    }
    html .owl-carousel .owl-nav {
        position: static;
    }
    html .owl-carousel .owl-nav [class*="owl-"] {
        width: 34px;
        height: 34px;
        position: absolute;
        left: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    html .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 18px;
    }
    html .title {
        margin-bottom: 20px;
    }
    html .title h2 {
        font-size: 38px;
    }
    html .title h2:before {
        font-size: 60px;
        top: -20px;
    }
    html .title-sm {
        margin-bottom: 16px;
    }
    html .title-sm h2 {
        font-size: 38px;
    }
    .girl-image {
        display: none;
    }
    .image-box .image {
        width: 50px;
        height: 50px;
        margin: 0 auto 10px;
    }
    .image-box h3 {
        font-size: 16px;
    }
    .video-section .nav-tabs {
        margin-right: 0;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 6px;
        background: var(--white);
        border-radius: 60px;
    }
    .video-section .nav-tabs .nav-item + .nav-item {
        margin-top: 0;
    }
    .video-section .nav-tabs .nav-item {
        flex: 1;
    }
    .video-section .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        line-height: 42px;
        width: 100%;
    }
    .video-box .video-wpr .video-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .video-box .video-info {
        margin-top: 10px;
    }
    .video-box .video-info h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    html :is(.tmnl-carousel,.rp-carousel) .owl-item {
        transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }
    html :is(.tmnl-carousel,.rp-carousel) .owl-item.active.center {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
    html :is(.tmnl-carousel,.rp-carousel) .owl-nav {
        position: static;
        margin-top: 14px;
    }
    html :is(.tmnl-carousel,.rp-carousel) .owl-nav [class*="owl-"] {
        position: relative;
        margin: 0;
        left: 0;
    }
	.woocommerce ul.products li.product .button {
    font-size: 14px;
    padding: 14px 23px;
}
    html :is(.tmnl-carousel,.rp-carousel) .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
    footer {
        padding: 0;
    }
    footer .logo a {
        width: 200px;
        margin: 0;
    }
    .sm-wp {
        margin-bottom: 34px;
    }
    ul.sm {
        justify-content: flex-start;
        gap: 6px;
    }
    ul.sm li a {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }
    footer h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    ul.f-links {
        margin-bottom: 34px;
    }
    .site-title h2 {
        font-size: 120px;
        bottom: -20px;
    }
    .copyright-text {
        padding: 12px 0;
        border-radius: 6px;
        margin: 0 10px 10px;
        font-size: 14px;
    }
    ul.tnc-l {
        justify-content: center;
    }
    .innerbanner {
        padding-block: 50px;
        background-size: 90px;
        background-position: top 80px right 0;
    }
    .innerbanner h2 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .aboutbanner {
        background-size: 220px;
    }
    .aboutbanner h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    html .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }
    html .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 10px;
        gap: 10px;
    }

    .iwt-wpr {
        margin-bottom: 10px;
    }
    .iwt-wpr .image {
        height: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .mv-box .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-bottom: 6px;
    }
    .mv-box h5 {
        font-size: 22px;
    }
    html .accordion-item {
        margin-bottom: 12px;
    }
    html .accordion-button {
        padding: 14px;
        border-radius: 8px !important;
        font-size: 15px;
        line-height: 140%;
    }
    html .accordion-body {
        padding: 14px;
    }
    .tree-images .img1 {
        width: 140px;
    }
    .tree-images .img2 {
        width: 100px;
        bottom: 8px;
        left: 8px;
    }
    .tree-images .img3 {
        width: 120px;
    }

    html .pagination {
        gap: 6px;
    }
    html .pagination .page-link {
        width: 36px;
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .form-box {
        margin-left: 0;
        margin-bottom: 40px;
    }
    html .form-field {
        margin-bottom: 16px;
    }
    html .form-submit {
        margin-top: 20px;
    }
    .blogd-section {
        padding-top: 50px;
    }
    .blogd-section:before {
        background-position: top 80px right 0;
        background-size: 90px;
        height: 300px;
    }
    .blogd-section .b-title {
        font-size: 32px;
        margin-bottom: 6px;
    }
    .blogd-section .date {
        font-size: 13px;
    }
    .blogd-section .thumbnail-img {
        height: 200px;
        border: 3px solid #FBF5ED;
        border-radius: 10px;
        margin-top: 30px;
    }
    .blogd-section p {
        margin-bottom: 10px;
    }
    .blogd-section h2 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    html blockquote {
        font-size: 14px;
        padding: 4px 0 4px 12px;
        border-left-width: 2px;
    }
    .content-wpr .sm-wp {
        gap: 12px;
        padding: 22px 0px;
        margin-top: 30px;
    }
    .content-wpr .sm-wp h6 {
        font-size: 18px;
    }
    .content-wpr ul.sm {
        gap: 6px;
    }
    .content-wpr ul.sm li a {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .uform-section {
        padding-block: 50px;
        background-image: none;
    }
    .uform-section .fbox {
        padding: 24px;
        border-radius: 10px;
    }
    .c-sidebar {
        padding-left: 0;
        margin-top: 20px;
    }
    .rp-s .title {
        margin-bottom: 16px;
    }
    .rp-s .title h2 {
        font-size: 38px;
    }
    .checkout-progress .step {
        font-size: 11px;
        line-height: 30px;
        padding: 0 24px;
    }
    .billingd-s form {
        margin-top: 20px;
    }
    .billingd-s .form-submit {
        margin-top: 20px;
    }
    .billingd-s .c-sidebar {
        margin-top: 40px;
    }
    html .pm-tab .nav-link {
        padding: 8px 10px;
        border-radius: 4px;
        width: 60px;
        height: 36px;
    }
    html .pm-tab .nav-link:before {
        width: 10px;
        height: 7px;
        background-size: 10px;
    }
    .pm-content .checkbox-wpr label {
        line-height: 140%;
        padding-left: 30px;
    }
    .pm-content .checkbox-wpr label span:before {
        width: 20px;
        height: 20px;
    }
    .dashboard-ib h2 {
        text-align: center;
        margin-bottom: 0;
    }
    html ul.dp-list {
        padding: 8px;
        border-radius: 10px;
        margin-bottom: 30px;
        margin-top: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 6px;
        overflow-x: auto;
        width: 100%;
    }
    html ul.dp-list li {
        margin-bottom: 0;
    }
    html ul.dp-list a {
        gap: 8px;
        font-size: 14px;
        padding: 10px 14px;
        border-radius: 6px;
    }
    html ul.dp-list a img {
        width: 18px;
        min-width: 18px;
        height: 18px;
    }
    .dtxt p {
        font-size: 14px;
    }
    .image-upload {
        margin-right: 0;
        margin: 0 auto 12px;
    }
    .p-info {
        gap: 10px;
        padding: 12px 14px;
    }
    .p-info p {
        font-size: 16px;
    }
    .baddress-box .title {
        padding: 10px 20px;
    }
    .baddress-box .title h5 {
        font-size: 15px;
    }
    .baddress-box .text {
        padding: 16px 20px;
    }
    header#site-header {
        padding: 18px 0;
    }
    .msearch + form{
        display: none;
    }
    html body .contact_us_btn.myaccount-cart .msearch {
        display: flex;
    }
    .prd-info .price span {
        display: none;
    }
    .prd-info .price + .btn-wpr {
        display: block;
    }
    .iwt-wpr > .row + .row {
        margin-top: 50px;
    }
    .iwt-wpr > .row:nth-child(2n + 2) > [class*="col-"]:first-child {
        order: 0;
    }
    .iwt-section h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .iwt-section h3 {
        font-size: 18px;
    }
    html .mv-wpr .title h2 {
        font-size: 32px;
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set {
        padding: 0;
        display: block;
    }
    div#customer_login .u-column1, div#customer_login .u-column2 {
        padding: 25px;
        width: 100%;
        margin: 0 0 25px 0;
        min-height: 0;
    }
    body.woocommerce-account .woocommerce-form-login p,
    div#customer_login .u-column2 p.woocommerce-form-row {
        margin-bottom: 10px;
    }
    .woocommerce-account .page-content > .woocommerce {
        padding: 0px 0 40px;
    }
    .woocommerce form.register {
        margin: 20px 0 0;
    }
    main.site-main .page-content {
        padding: 40px 10px;
        overflow: hidden;
    }
    main.site-main .page-content h2 {
        font-size: 28px;
        line-height: 120%;
    }
    .copyright-text .textwidget p {
        margin-bottom: 10px;
    }
    .woocommerce-checkout .contact_us_btn {
        margin-right: 0;
    }
    .woocommerce-order-received main#content {
        padding: 0;
    }
    html .woocommerce-order-received .page-content,
    html .woocommerce-checkout .page-content {
        padding: 0 20px;
    }
    html .woocommerce-order-received .page-content,
    html .woocommerce-checkout .page-content:before :before{
        padding-block: 85px;
        font-size: 40px;
        background-size: 90px;
        background-position: top 80px right 0;
    }
    .woocommerce-customer-details .addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .woocommerce-shop #main .products,
	.tax-product_cat #main .products{
        grid-template-columns: repeat(1,1fr);
        padding-top: 5px;
    }
    .woocommerce .woocommerce-ordering select.orderby {
        font-size: 13px;
        max-width: 136px;
    }
    .woocommerce .woocommerce-result-count {
        font-size: 13px;
    }
    header.woocommerce-products-header {
        margin-bottom: 40px;
    }
    header.woocommerce-products-header h1.woocommerce-products-header__title {
        font-size: 35px;
        padding: 58px 10px 30px;
        background-size: 100px;
    }
    nav.woocommerce-breadcrumb {
        left: 3px;
        top: 34px;
        font-size: 12px !important;
    }
    header.woocommerce-products-header {
        margin-left: calc(-50vw + 50% - -1px);
    }
    section.related.products ul.products {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h2, .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    section.related.products h2 {
        font-size: 28px;
        margin-bottom: -2px;
        text-align: center;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 36px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        width: calc(100%);
    }
    input.checkpincode + input.checkpincodebutton, .pincode_not_availabels input.cpiwcheckbtn {
        font-size: 13px;
        line-height: 38px;
        min-width: auto;
    }
    .single-product .product.type-product {
        padding-left: 8px;
        padding-right: 8px;
    }
    .woocommerce-tabs.wc-tabs-wrapper table tbody tr th {
        width: 41%;
    }
    .woocommerce div.product .product_title {
        font-size: 36px;
    }
    .woocommerce div.product div.summary p.price {
        font-size: 20px;
        margin: 0px 0 14px;
    }
    .woocommerce-product-gallery__image {
        height: 100%;
    }
    .flex-viewport {
        height: auto !important;
    }
    .single-product .woocommerce-product-gallery__image a{
        height: unset;
        aspect-ratio: 9 / 9;
    }
    section.related.products {
        margin-left: calc(-50vw + 50% - 0px);
    }
    .search-results  main.site-main .page-content {
        grid-template-columns: repeat(1,1fr);
    }
    .archive nav.woocommerce-breadcrumb {
        top: 37px;
        font-size: 13px !important;
        left: 0;
    }
    .single-product .product.type-product span.onsale {
        left: 26px;
        top: 16px !important;
    }
    .pincode_city_and_state p {
        text-align: center;
        margin-bottom: 10px;
    }
    section.video-section {
        padding-top: 0;
    }
	.testimonial_box.tmnl-box {
        flex-direction: column;
    }
	.testimonial_box.tmnl-box  .image {
        aspect-ratio: 9/6;
        max-width: 100%;
    }
	.testimonial_box.tmnl-box  .text {
        padding: 11px;
    }
	.testimonial_box.tmnl-box .text p {
        height: auto;
        line-clamp: unset;
        -webkit-line-clamp: unset;
    }
	.copyright-text  p {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .woocommerce ul.products li.product a.woocommerce-loop-product__link img {
        max-height: 200px;
    }
    .woocommerce div.product div.summary p.price:after {
        margin-left: 10px;
    }
    .prd-info:before {
        width: 70px;
        height: 70px;
        left: 40px;
        top: -25px;
    }
    footer .contact-wpr {
        width: 100%;
        margin-left: auto;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label > span {
        font-size: 14px;
    }
    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label > span > img {
        width: 110px;
    }


    #dubaipp {
        align-items: flex-start;
        overflow: auto;
    }
    #dubaipp .wpr {
        padding: 10px;
        border-radius: 30px;
        background-size: 100px;
    }
    #closepp {
        padding: 4px;
        filter: brightness(0) invert(1);
    }
    #dubaipp .image {
        width: 100%;
        height: auto;
        border-radius: 22px;
    }
    #dubaipp .text {
        width: 100%;
        padding: 20px 10px 60px;
    }
    #dubaipp .text h3 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    #dubaipp .text p {
        font-size: 15px;
        margin-bottom: 12px;
        padding-inline: 0;
    }
    #dubaipp .waimg {
        width: 280px;
    }
}