/*
Theme Name: UonCyber
Theme URI: https://uoncyber.com
Author: UonCyber
Author URI: https://uoncyber.com
Description: Theme developed for RÉSH London by UonCyber team.
Version: 1.7
License: © Copyright 2026, by UonCyber
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: UonCyber, web hosting
Text Domain: uoncyber
*/

html, body {
    padding:0 !important;
    margin:0 !important;
    width:100%;
    max-width:100%;
}
body {
    overflow-x:hidden;
    overflow-y:auto;
    font-family:"playfair display", serif;
    color:#000;
    font-weight:400;
    font-size: 16px;
    letter-spacing:0!important;
    line-height: 1.2;
}
body.loading {
	overflow:hidden!important;
}
body.loading:after {
	content:"";
	position:fixed;
	display:block;
	width:100vw;
	height:100vh;
	top:0;bottom:0;left:0;right:0;
	background:#fff;
	z-index:9999;
}
a, a:hover, a:visited, a:active, a:focus {
    text-decoration:none;
}
a, a:visited, a:active, a:focus {
    color:#aa9a5d;
}
a, label {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:hover {
    color:#493628;   
}
div, main, aside {
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.clear {clear:both;}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e1e9ea; 
}
 
::-webkit-scrollbar-thumb {
    background: #999; 
    cursor:pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),select,textarea{
	padding: 0 10px;
    height: 33px;
    border: 1px solid #000;
    border-radius:0!important;
	width:100%
}
.wc-block-components-text-input input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]){
	padding: 1em .5em;
	height: 3.125em
}
.wc-block-components-text-input.is-active input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]){
	padding: 1.5em .5em .5em;
}
textarea{min-width:100%;max-width:100%;height:100px}
input[type=button],input[type=submit],button,.button,.woocommerce ul.products li.product .button,.wc-block-cart__submit-button{
	background-color:#775646!important;
	color:#fff!important;
	border: none;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 700!important;
    letter-spacing: 1px;
	border-radius:0!important
}
.woocommerce ul.products li.product .button{padding:10px 15px}
input[type=button]:hover,input[type=submit]:hover,button:hover,.button:hover,.woocommerce ul.products li.product .button:hover,.wc-block-cart__submit-button:hover{
	background-color:#000!important;
	color:#fff!important
}
h1,h2,h3,h4{font-family:"playfair display";letter-spacing:0!important;font-weight:300!important}
h1{font-size:32px}
h2{font-size:28px}
h3{font-size:24px}
h4{font-size:18px}
header {
    display:block;
    width:100%;
}
header:after {
    clear:both;
}
header .top_bar, header .bottom_bar {
    display:block;
    width:100%;
}
header .top_bar {
    background:#faeeeb;  
}
header .top_bar p {
    color:#aa9a5d;
    font-size:16px;
    margin:0;
	text-align:center
}
header .bottom_bar {background:#1e0c04;}
header .top_bar .header_wrapper,
header .bottom_bar .header_wrapper {
    margin:0 auto;
}
header .top_bar .header_wrapper {
	display:block;
	width:100%;
    padding: 10px 20px;
    text-align: center;   
	height:60px;
}
header .bottom_bar .header_wrapper {
	display: grid;
    grid-template-columns: 1fr auto 1fr;
	column-gap:20px;
	align-items: center;
    position:relative;
    padding:9px 15px;
	transition:padding 0.5s ease-out
}
header .bottom_bar .right-section{text-align:right}
header .bottom_bar.no-header-img .header_wrapper {
    padding-bottom:20px;
}
header .header_wrapper:after {
    content:'';
    display:block;
    clear:both;
}
header .header_logo {
    text-transform: uppercase;
    letter-spacing: .14em;
	font:400 22px 'Open Sans', sans-serif;
    color:#000;
	line-height:1em;
	margin: 0 auto;
    display: table;
}
header .header_logo:hover {
    color:#999;
}
header .header_logo>img {
	display: block;
    width: auto;
    height: 30px;
	margin-bottom: 6px;
}
header .header_logo>h1{
	font-size:12px;
	font-weight:400
}
header .social-links,
header .site-links,
footer .social-links,
.mobile_menu_wrapper .social-links {
    display:inline-block;
    margin:0;
    padding:0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mobile_menu_wrapper .social-links {padding-top:20px;border-top:1px solid #493628;display:block}
header .site-links {
    display:block;
	float:right
}
/*.mobile_menu_wrapper .social-links {
	margin: 5px 20px 0 20px;
    padding-top: 15px;
    border-top: 1px solid #444;
    display: block;
}
.mobile_menu_wrapper .social-links:after {
	content:"";
	display:block;
	clear:both
}*/
header .social-links>li,
footer .social-links>li,
.mobile_menu_wrapper .social-links>li {
    display:inline-block;
    float:left;
    margin:0 15px 0 0;
}
header .site-links>li{display:inline-block}
header .social-links>li:last-child,
header .site-links>li:last-child,
footer .social-links>li:last-child,
.mobile_menu_wrapper .social-links>li:last-child {
    margin-right:0;
}
footer .social-links>li>a, .mobile_menu_wrapper .social-links>li>a {
	position:relative;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
	border:2px solid #775646;
    border-radius: 5px;
	background:#775646
}
header .site-links>li>a>.count{
    background: #fff;
    font-size: 12px;
    text-align: center;
    min-width: 14px;
    height: 15px;
    line-height: 17px;
    border-radius: 2px;
    padding: 0 2px;
    font-family: arial;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-left: 5px;
}
footer .social-links>li>a {
	background:#4C2A1922;
	color:#4C2A19;
	border:none;
}
footer .social-links>li:hover>a{
	background:#4C2A19;
	color:#fff;
}
.mobile_menu_wrapper .social-links>li>a {
    /*color: #faeeeb;    
    padding-right: 10px;
    text-align: center;
    display: inline-block;*/
	font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
footer .social-links:hover>li>a,
.mobile_menu_wrapper .social-links:hover>li>a {
    color:#eee;
}
.mobile_menu_wrapper .social-links>li:hover>a {
    color:#493628;
	background:#fff;
}

header .main_menu {
    display:block
}
header .main_menu>ul {
	padding:0;
	margin:0;
	display:block
}
header .main_menu>ul>li {
	position:relative;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
header .main_menu>ul>li>a, header .site-links>li>a, header .site-links>li>label {
	position:relative;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-size:14px;
	line-height:27px;
	cursor:pointer
}
header .main_menu>ul>li>a .dropdown-toggle {
	margin-left:5px;
}
header .main_menu>ul>li>a::after, header .site-links>li>a::after, header .site-links>li>label::after {
	position:absolute;
	content:"";
	background:#eee;
	opacity:0;
	height:0;
	left:0;right:0;
	bottom:-5px;
	width:100%;
	transition:all .3s ease-in-out
}
header .main_menu>ul:hover>li>a, header .site-links:hover>li>a, header .site-links:hover>li>label {
	color:#ccc;
}
header .main_menu>ul:hover>li.current_page_item>a::after {
	background:#ccc
}
header .main_menu>ul>li>a:hover, header .site-links>li>a:hover, header .site-links>li>label:hover {
	color:#fff;
}
header .main_menu>ul>li.current_page_item>a::after,
header .main_menu>ul>li>a:hover::after,
header .site-links>li>a:hover::after, header .site-links>li>label:hover::after{
	opacity:1;
	height:2px;
	bottom:0	
}
header .main_menu .sub-menu {
	padding:0;
    margin:0;
    text-align:left;
}
header .main_menu>ul>li>ul.sub-menu {
	position:absolute;
	top:30px;
	max-height:0;
	overflow:hidden;
	z-index:9999;
}

header .main_menu > ul > li:hover > ul.sub-menu,
header .main_menu ul.sub-menu:hover {
	max-height:1000px;
	z-index:10000;
}

header .main_menu ul.sub-menu > li {
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	min-width:150px;
}
header .main_menu ul.sub-menu > li:not(:first-child) {
	border-top:1px solid #fff	
}
header .main_menu ul.sub-menu ul.sub-menu > li {border-top-color:#faeeeb}
header .main_menu ul.sub-menu > li > a {
	display:block;
	padding:10px;
	color:#493628;
	background:#faeeeb;
	font-size:16px;
	text-wrap-mode: nowrap;
}
header .main_menu ul.sub-menu ul.sub-menu > li > a {
	background:#fff;
	padding-left:20px
}
header .main_menu ul.sub-menu > li > a:hover {
	background:#ab876d!important;
	color:#fff!important;
}
header .mobile-toggle-icon {
	z-index:10000;
	display:none;
	height: 16px;
	-webkit-transition:top .5s linear, left .5s linear .5s;
	-moz-transition:top .5s linear, left .5s linear .5s;
	-o-transition:top .5s linear, left .5s linear .5s;
	transition:top .5s linear, left .5s linear .5s;
	cursor:pointer
}
header .mobile-toggle-icon>span {
	position: relative;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff;
    margin: 8px 0;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
header .mobile-toggle-icon>span::before, header .mobile-toggle-icon>span::after {
    content: "";
    position: absolute;
	left:0;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff;
    -webkit-transition: margin .5s ease-in-out,-webkit-transform .5s ease-in-out .5s,background .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out,-moz-transform .5s ease-in-out .5s,background .5s ease-in-out;
    -o-transition: margin .5s ease-in-out,-o-transform .5s ease-in-out .5s,background .5s ease-in-out;
    transition: margin .5s ease-in-out,transform .5s ease-in-out .5s,background .5s ease-in-out;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
header .mobile-toggle-icon>span::before {
    margin-top: -8px;
}
header .mobile-toggle-icon>span::after {
    margin-top: 8px;
}
body.mobile-menu-active header .mobile-toggle-icon>span {
    background: 0 0;
}
body.mobile-menu-active header .mobile-toggle-icon>span::before, body.mobile-menu-active header .mobile-toggle-icon>span::after {
    margin: 0;
}
body.mobile-menu-active header .mobile-toggle-icon>span::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.mobile-menu-active header .mobile-toggle-icon>span::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.mobile-menu-active::before{
	content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, .3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px)    
}
header .mobile-toggle-icon.animated>span {
	-webkit-transition: background .5s ease-in-out .5s;
    -moz-transition: background .5s ease-in-out .5s;
    -o-transition: background .5s ease-in-out .5s;
    transition: background .5s ease-in-out .5s;
}
header .mobile-toggle-icon.animated>span:before, header .mobile-toggle-icon.animated>span:after {
    -webkit-transition: margin .5s ease-in-out .5s,-webkit-transform .5s ease-in-out,background .5s;
    -moz-transition: margin .5s ease-in-out .5s,-moz-transform .5s ease-in-out,background .5s;
    -o-transition: margin .5s ease-in-out .5s,-o-transform .5s ease-in-out,background .5s;
    transition: margin .5s ease-in-out .5s,transform .5s ease-in-out,background .5s;
}
.mobile_menu_wrapper {
	position:fixed;
	display:block;
	width:100%;
	max-width:600px;
    height:auto;
    top:0;
	bottom:0;
    overflow:hidden;
    background:#1e0c04;
	z-index: 9999;
	padding: 45px 45px 20px 45px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;   
	
	-ms-transform:translatex(-100%);
	-webkit-transform:translatex(-100%);
	-moz-transform:translatex(-100%);
	-o-transform:translatex(-100%);
	transform:translatex(-100%);
}
.mobile_menu_wrapper>.header_menu,
.mobile_menu_wrapper>.mobile_menu {
	margin-bottom:20px;
}
.mobile_menu_wrapper ul {
    list-style:none;
    padding:0;
    margin:0;
}
.mobile_menu_wrapper ul.sub-menu {
	background:rgba(255,255,255,.02);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.mobile_menu_wrapper .mobile_menu > ul > li > ul.sub-menu {
	max-height:0;
	overflow:hidden;
}
.mobile_menu_wrapper li {
    padding:0;
    margin:0;
}
.mobile_menu_wrapper .mobile_menu li > a {
    display:block;
    padding:10px 0;
    text-align:left;
	color: #eee;
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
	border-bottom:1px solid #1e0c04;
}
.mobile_menu_wrapper .mobile_menu ul.sub-menu ul.sub-menu>li>a{padding-left:45px}
.mobile_menu_wrapper li.menu-item-has-children > a {
    position: relative;
    padding-right: 61px;
}
.mobile_menu_wrapper .mobile_menu ul > li > a {
	font-weight: 700;
}
.mobile_menu_wrapper ul.sub-menu > li > a {
	padding-left:30px;
	color:#fff
}
.mobile_menu_wrapper ul.menu > li > a:hover,
.mobile_menu_wrapper ul.menu > li > a.dropdown-active {
    color:#fff;
}
.mobile_menu_wrapper li.menu-item-has-children > a > .dropdown-toggle {
	position: absolute;
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
}
.mobile_menu_wrapper a.dropdown-active .dropdown-toggle:before{
	content:"\f077"!important;
}
.mobile_menu_wrapper a.dropdown-active + ul.sub-menu {
    max-height: 1000px!important;
}
body.mobile-menu-active header .mobile-toggle-icon {position:fixed}
body.mobile-menu-active header .mobile-toggle-icon.animate {top:10px!important;left:10px!important;}
#mobile-toggle:checked + .mobile_menu_wrapper {
    -ms-transform:translatex(0);
	-webkit-transform:translatex(0);
	-moz-transform:translatex(0);
	-o-transform:translatex(0);
	transform:translatex(0);
    overflow-x:hidden;
    overflow-y:auto;
}
footer{}
footer>.footer-content{
	display:grid;
	gap:1rem;
    grid-template-columns:repeat(12, minmax(0, 1fr));
	max-width:1600px;margin:0 auto;padding:0 20px}
footer>.footer-content>.footer-widget1{
    grid-column: span 2 / span 2;
    grid-column-start: 2;
}
footer>.footer-content>.footer-widget2{
    grid-column: span 2 / span 2;
    grid-column-start: 5;
}
footer>.footer-content>.footer-widget3{
    grid-column: span 2 / span 2;
    grid-column-start: 8;
}
footer>.footer-content>.footer-widget4{
    grid-column: span 2 / span 2;
    grid-column-start: 11;
}

/*footer>.payment_options{border-top:1px solid #4C2A1911}
footer>.payment_options>ul{display:flex;gap:3px;justify-content:center;justify-self:center;max-width: calc(100% - 30px);padding:0;margin:20px auto}
footer>.payment_options>ul>li{list-style:none}
footer>.payment_options>ul>li>svg{max-width:100%;height:auto}*/
footer>.copyright-section{display:grid;gap:1rem;grid-template-columns:repeat(12, minmax(0, 1fr));padding:5rem 20px 1.25rem;font-size:13px;max-width:1600px;margin:0 auto;color:#9f9f9f}
footer>.copyright-section>.copyright-inner{display:flex;justify-content:space-between;grid-column:span 10 / span 10;grid-column-start:2;padding-top:.75rem;border-top:1px solid #eee;align-items:center}
footer>.copyright-section #menu-copyright-menu{margin:0;padding:0}
footer>.copyright-section #menu-copyright-menu>li{display:inline-block;list-style:none}
footer>.footer-logo-wrapper{padding:10rem 20px;text-align:center}
footer>.footer-logo-wrapper>img{width:100%;max-width:150px;height:auto}
footer>.footer-content .col-header, footer>.footer-content .wp-block-heading {margin:0 0 1.25rem 0;font-size:14px;line-height:1.4em;text-transform:uppercase;font-weight:700!important;color:#484848}
footer>.footer-content ul.menu{
	margin:0;
    padding:0
}
footer>.footer-content ul.menu>li{
	display: block;
    list-style: none;
	margin-bottom: .75rem;
}
footer>.footer-content ul.menu>li>a{
	position:relative;
	display:block;
	font-size:13px
}
footer>.footer-content p{margin:0 0 10px 0}
footer a{color:#9f9f9f!important}
footer a:hover{color:#000!important;text-decoration:underline}

.page_outer {
    width:100%;
    display:block;
    margin:0 auto;
    background:#FFF;
}

.home-header-slider div#n2-ss-2 .n2-ss-slider-4{max-height:70vh;min-height:700px}
.home-header-slider div#n2-ss-2 .nextend-arrow{padding:10px;background:rgba(0,0,0,.1)}
.home-header-slider div#n2-ss-2 .nextend-arrow:hover{background:rgba(0,0,0,.3)}
.home-header-slider .home-slider-txt{max-width:calc(100% - 160px)!important;margin-bottom:5vw!important}
.home-header-slider .home-slider-txt>.n2-ss-item-content{font-family: "Lato", serif!important;font-weight:300!important}
.home-header-slider .home-slider-txt>.n2-ss-item-content>a{background: #493628;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    font-size: 24px;
    color: #e4e0e1;}
.home-header-slider .home-slider-txt>.n2-ss-item-content>a:hover{background:#000;
	color:#fff
}

body.woocommerce-page .page_inner{
	max-width: 1160px;
    padding: 50px 15px;
    margin: 0 auto
}
.woocommerce ul.products li.product{text-align:center}
.product-slider .woocommerce ul.products li.product a img{border-radius:50%}
.product-slider .woocommerce ul.products li.product .button{display:none!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:2em;color:#000}
.woocommerce ul.products li.product .price{font-size:1.8em}
.woocommerce ul.products.columns-1 li.product{width:100%!important}
.woocommerce-Tabs-panel table{border-collapse: collapse}
.woocommerce-Tabs-panel table tr>*{padding: 8px 12px}
.woocommerce-Tabs-panel table th{color:#fff;background:#131313;border:1px solid #131313}
.woocommerce-Tabs-panel table td{border:1px solid #dcdcdc}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px}
.woocommerce ul.products li.product .price{font-size:18px;color:#493628}

.product-slider .slick-initialized .slick-slide{padding:25px;transition:all .3s ease-in-out}
.product-slider .slick-initialized .slick-slide .product{margin:0!important}
.by-resh-slider .slick-slide img{border:none!important;margin:0 5px}
/*.product-slider .slick-initialized .slick-slide.slick-center{transform:scale(1.2)}*/
.woocommerce ul.products,.testimonials-slider{position:relative}
.woocommerce ul.products>.slick-arrow,.testimonials-slider .slick-arrow,.ba-home-slider .slick-arrow,.by-resh-slider .slick-arrow{position:absolute;top:50%;width:36px;height:36px;line-height:36px;text-align:center;margin-top:-18px;z-index:1}
.woocommerce ul.products>.slick-arrow{top:calc(50% - 45px)}
.woocommerce ul.products>.slick-prev{left:-25px}
.testimonials-slider .slick-prev{left:-10px}
.ba-home-slider .slick-prev{left:-42px}
.by-resh-slider .slick-prev{left:10px}
.woocommerce ul.products>.slick-next{right:-25px}
.testimonials-slider .slick-next{right:-10px}
.ba-home-slider .slick-next{right:-42px}
.by-resh-slider .slick-next{right:10px}
/*.woocommerce ul.products>.slick-arrow::before,.testimonials-slider .slick-arrow::before{font-family:"Font Awesome 6 Free";font-size:36px;color:#493628}*/
.woocommerce ul.products>.slick-prev,.testimonials-slider .slick-prev,.ba-home-slider .slick-prev{background:url('assets/images/prev-arrow.avif') no-repeat center/contain}
.woocommerce ul.products>.slick-next,.testimonials-slider .slick-next,.ba-home-slider .slick-next{background:url('assets/images/next-arrow.avif') no-repeat center/contain}

.by-resh-slider .slick-prev,.by-resh-slider .slick-next{
	background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.by-resh-slider .slick-prev{
	-webkit-mask-image: url('assets/images/prev-arrow.avif');
    mask-image: url('assets/images/prev-arrow.avif');
}
.by-resh-slider .slick-next{
	-webkit-mask-image: url('assets/images/next-arrow.avif');
    mask-image: url('assets/images/next-arrow.avif');	
}
.testimonials-slider .slick-slide{
	border:1px solid #000;
	margin:0 10px;
	border-radius: 20px;
    padding: 10px;
}
.testimonials-slider .elementor-testimonial-image img{width:30px!important;height:30px!important}

.txt-overlapped-img-box .elementor-image-box-content{
	position: relative;
	margin-left: -50px;
    background:#faeeeb;
    padding: 20px;
	z-index: 1
}
.txt-overlapped-img-box.elementor-position-right .elementor-image-box-content{
	margin:0 -50px 0 0;
}
.txt-overlapped-img-box .elementor-image-box-content>h3,
.custom-icon-box .elementor-icon-box-title{margin: 0 0 15px!important}
.find-shade-form>.elementor-shortcode{
	max-width: 500px;
    margin: 0 auto;
}
.find-shade-form .wpcf7-not-valid-tip{font-size:12px}
.find-shade-form .wpcf7-text, .find-shade-form .wpcf7-textarea{width:100%}
.find-shade-form .wpcf7-textarea{min-width:100%;max-width:100%;height:100px}
.find-shade-form .file-upload-fields>p{display:flex;gap:10px}
.find-shade-form .file-upload-fields>p>label{flex:1}
.find-shade-form .file-upload-fields>p>label .wpcf7-file{width:100%}
.find-shade-form .file-upload-fields>p>label>.wpcf7-form-control-wrap{
	position:relative;
	height: 0;
    display: block;
    padding: 0 0 100% 0;
	background-image:url('assets/images/click-to-upload.png');
	background-position:center;
    background-size:cover;
	border: 1px solid #ddd;
	cursor:pointer
}
.find-shade-form .file-upload-fields>p>label>.wpcf7-form-control-wrap>.wpcf7-file{
	position:absolute;
	width:100%;
	height:100%;
	top:0;bottom:0;left:0;right;0;
	visibility:hidden
}
.find-shade-form .file-upload-fields>p>label>.wpcf7-form-control-wrap>.wpcf7-not-valid-tip{
	position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 10px;
}

.find-your-match-wrapper select{width:100%}
.woocommerce a.button.loading{color:transparent!important}
.woocommerce a.button.loading::after{
	top:50%;
    left:50%;
    margin-top:-9px;
    margin-left:-9px;
	color:#fff;
	height:20px;
    width:20px
}
.woocommerce a.added_to_cart{display:block}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border: 1px solid #eee}

.testimonials-slider .slick-track{
	display: flex;
    align-items: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title{font-size:18px;color:#000}
.woocommerce ul.products li.product .woocommerce-loop-category__title>mark{background-color:transparent}
.custom-shop-breadcrumb{margin-bottom:20px;font-size:18px;color:#ccc}
.custom-shop-breadcrumb>a:hover{text-decoration:underline}
/*.woocommerce div.product div.summary>h1{font-weight:300}*/
.woocommerce .quantity .qty{width:3em!important}
.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:16px!important}
.contact-us-links .elementor-icon-list-icon{
	position:relative;
    width: 24px;
    height: 24px;
    background: #493628;
    fill: #fff;
    text-align: center;
    border-radius: 12px;
	justify-content: center;
    align-items: center;
	margin-right: 20px
}
.contact-us-links .elementor-icon-list-icon::after{
    position: absolute;
    height: 2px;
    width: 20px;
    background: #493628;
    content: "";
    display: inline-block;
    left: 24px;
    top: 11px;
}
.wpcf7-form-control-wrap{margin-top:8px;display:block}
.time-fields-wrapper{margin-top:0;display:flex;gap:10px}
.ba-home-slider .img-wrapper{display:flex;justify-content:space-between;overflow:hidden}
.ba-home-slider .img-wrapper>img{max-width: calc(50% - 15px);object-fit:cover;transition:transform .5s ease-in-out}
.ba-home-slider .img-wrapper>img:first-child{
	-ms-transform:translatex(-100%);
	-webkit-transform:translatex(-100%);
	-moz-transform:translatex(-100%);
	-o-transform:translatex(-100%);
	transform:translatex(-100%);
}
.ba-home-slider .img-wrapper>img:last-child{
	-ms-transform:translatex(100%);
	-webkit-transform:translatex(100%);
	-moz-transform:translatex(100%);
	-o-transform:translatex(100%);
	transform:translatex(100%);
}
.ba-home-slider .slick-slide.slick-active .img-wrapper>img:first-child,
.ba-home-slider .slick-slide.slick-active .img-wrapper>img:last-child{
	-ms-transform:translatex(0);
	-webkit-transform:translatex(0);
	-moz-transform:translatex(0);
	-o-transform:translatex(0);
	transform:translatex(0);
}

.color-match-wrapper .text-wrapper{position:absolute;max-width:300px;bottom:30px}
.elementor-slideshow__header{width:100vw!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;}
header .bottom_bar .left-section>.search-toggle-icon{display:none}
.wc-block-components-quantity-selector:after{content:none}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:none}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0!important}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px!important}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background-color:transparent!important;color:#4c2a19 !important}
.search_form_wrapper{width:100%;background:#1e0c04}
#search-toggle+.search_form_wrapper{
	position:fixed;top:0;left:0;
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	transform:translateY(-100%);
	-webkit-transition:-webkit-transform 0.5s ease-in-out;
	-moz-transition:-moz-transform 0.5s ease-in-out;
	-o-transition:-o-transform 0.5s ease-in-out;
	transition:transform 0.5s ease-in-out;
	z-index:10000;
}
#search-toggle:checked+.search_form_wrapper{
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}
.search_form_wrapper>.aws-container{
	display: flex;
    padding: 20px 35px;
    max-width: 600px;
    margin: 0 auto
}
.search_form_wrapper>.close-search{
    position: absolute;
    font-size: 28px;
    height: 32px;
    width: 32px;
    text-align: center;
    font-weight: 300;
    top: 0;
    right: 1px;
	color:#fff
}
.aws-container .aws-show-clear .aws-search-field{height:44px!important;border:none!important}
.aws-container .aws-search-form .aws-form-btn{background:#775646;border:none}
.aws-container .aws-search-form .aws-form-btn:hover{background:#333}
.aws-container .aws-search-form .aws-search-btn_icon{color:#fff;fill:#fff}
h1.custom-page-title{margin:0 0 30px}
h1.custom-page-title.title-search{margin-bottom:10px;text-align:center}
h3.search-subtitle{font-size:18px;text-align:center;margin:0 0 10px}
body.woocommerce-page .page_inner .search_form_wrapper{margin-bottom:20px}
.woocommerce ul.products li.product a img{border:1px solid #eee}
.elementor .home-header-slider .elementor-background-slideshow__slide__image{background-repeat:no-repeat!important}
.elementor .home-header-slider .elementor-background-slideshow__slide:nth-child(4n + 1)>.elementor-background-slideshow__slide__image {background-color:#c5b6b7}
.elementor .home-header-slider .elementor-background-slideshow__slide:nth-child(4n + 2)>.elementor-background-slideshow__slide__image {background-color:#5a3a2b}
.elementor .home-header-slider .elementor-background-slideshow__slide:nth-child(4n + 3)>.elementor-background-slideshow__slide__image {background-color:#dac2a0}
.elementor .home-header-slider .elementor-background-slideshow__slide:nth-child(4n + 4)>.elementor-background-slideshow__slide__image {background-color:#684e37}
.page-image-header .elementor-widget-heading{
	position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0
}
.wpcf7-list-item{margin:0}

.header-term-links{display:flex;flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    gap: 10px;}
.header-term-links>h4{width:100%;text-align:center;margin:10px 0 0}
.header-term-title{text-align:center}
.wc-block-components-quantity-selector{width:130px!important}
.single_variation_wrap .woocommerce-variation-price {display:none!important}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{font-size:24px!important}
.woocommerce-error, .woocommerce-info, .woocommerce-message{border:none;background:#1e0c04;color:#fff}
@media only screen and (max-width: 1430px) {
	header .main_menu{display:none}
	header .mobile-toggle-icon{display:inline-block}
	header .bottom_bar .header_wrapper{padding:5px 15px}
	header .bottom_bar .left-section{display:flex;align-items:center;gap:20px;cursor:pointer}
	header .bottom_bar .left-section>.search-toggle-icon{display:inline-block;color:#fff;font-size:18px}
	header .bottom_bar .right-section>.site-links>li.search-link{display:none}
}
@media only screen and (max-width: 1024px) {footer>.footer-logo-wrapper{padding:8rem 20px;text-align:center}}
@media only screen and (max-width: 1080px) {
	.color-match-wrapper>.e-con-inner{padding-bottom:130px!important}
	.color-match-wrapper .text-wrapper{bottom:30px!important}
}
@media only screen and (max-width: 991.9px) {
	/*header .bottom_bar .menu-section {grid-template-columns: auto auto 1fr}
	header .bottom_bar .left-section{order:1}
	header .bottom_bar .middle-section{order:3;text-align:right}
	header .bottom_bar .right-section{display:none}*/
	header .main_menu{display:none}
	header .header_logo{margin-bottom:0}
	header .bottom_bar .header_wrapper {grid-template-columns: 1fr auto 1fr}
	footer>.footer-content{grid-template-columns: repeat(6, minmax(0, 1fr));row-gap: 2.5rem}
	footer>.footer-content>div{grid-column: span 3 / span 3!important}
	footer>.copyright-section>.copyright-inner{grid-column: 1 / -1;grid-column-start: 1}
}
/*@media only screen and (max-width: 900px) {
	.home-header-slider .home-slider-txt{align-self: flex-start!important}
	.home-header-slider div#n2-ss-2 .n2-ss-slider-4{min-height:auto;max-height:87vw}
}*/
@media only screen and (max-width: 767.9px) {
	/* header .bottom_bar .header_wrapper{padding:30px 15px}
	body.mobile-menu-active header .mobile-toggle-icon.animate {top:15px!important} */
	/*.testimonials-wrapper>.e-con-inner{column-count:1}*/
	
	body {font-size:14px}
	h1{font-size:28px}
	h2{font-size:24px}
	h3{font-size:20px}
	h4{font-size:18px}
	
	.txt-overlapped-img-box .elementor-image-box-content{
		margin: -15vw 10px 0 10px !important;
        width: calc(100% - 20px) !important
	}
	header .bottom_bar .right-section>.site-links>li>a{font-size:0}
	header .bottom_bar .right-section>.site-links>li>a::before{font-family:"Font Awesome 6 Free";font-weight:900;font-size:18px;vertical-align:middle}
	header .bottom_bar .right-section>.site-links>li.account-link>a::before{content:"\f007"}
	header .bottom_bar .right-section>.site-links>li.cart-link>a::before{content:"\f290"}	
	header .site-links>li>a>.count{position:absolute;right:-7px;top:-10px}
	/*.color-match-wrapper>.e-con-inner{padding-bottom:16vw!important}
	.color-match-wrapper .text-wrapper{bottom:4vw!important}*/
}
@media only screen and (max-width: 470px) {
	.woocommerce .woocommerce-result-count{
		float:none;
    	text-align:center
	}
	.woocommerce .woocommerce-ordering{
		display: table;
		float: none;
    	margin: 0 auto 1em    	
	}
}
