/*
Theme Name:   Child Theme
Theme URI:    
Description:  
Author:       Frontsigner
Author URI:   https://frontsigner.com
Template:     funerariajaramillo
Version:      1.0.41
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  funerariajaramillochild
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}
.site-main#primary {
	background: #ffffff;
	padding-bottom: 1px;
}
ol, ul, h1, h2, h3, h4, h5, p, span {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

* {
	outline: none;
	box-sizing: border-box;
}

#headerSite {
	top: 0;
	box-shadow: none;
	background: none;
	z-index: 10;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	width: 100%;
}

#headerSite .container-header {
	height: 80px;
	display: flex;
	width: 100%;
	max-width: 1328px;
	margin: auto;
	padding: 0 24px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#headerSite.header-home-scroll {
	position: fixed;
	background: #ffffff;
	box-shadow: 0px 4px 8px #00000014;
}

#iconCartHeader, .iconUserHeader {
	display: block;
	width: 30px;
	height: 30px;
}

#iconCartHeader {
	background-image: url(images/icon-cart-gold.svg);
	position: relative;
}

.home #headerSite:not(.header-home-scroll) #iconCartHeader {
	background-image: url(images/icon-cart-white.svg);
}

#iconCartHeader span {
	background: #ff0000;
	position: absolute;
	top: -2px;
	right: -4px;
	padding: 2px 4px;
	font-size: 10px;
	border-radius: 100%;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
}

.iconUserHeader {
	background-image: url(images/icon-user-gold.svg);
}

.home #headerSite:not(.header-home-scroll) .iconUserHeader {
	background-image: url(images/icon-user-white.svg);
}

.combo-logo {
	display: flex;
	align-items: center;
	gap: 8px;
}

#phoneSite {
	letter-spacing: -0.2px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #062140;
	font-weight: 600;
	text-decoration: none;
	padding-left: 38px;
	border-left: 2px solid #f5f5f5;
	height: 32px;
	line-height: 32px;
	background: url(images/icon-phone-gold.svg) no-repeat 12px center;
	background-size: 16px;
}

#headerSite:not(.header-home-scroll) #phoneSite {
	color: #ffffff;
	border-color: #c6af6b;
}

.combo-menu {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cartAccount {
	display: flex;
	gap: 8px;
}

#headerSite .menu {
	display: flex;
	align-items: center;
	gap: 24px;
}

#accountLog {
	display: flex;
	line-height: 30px;
	gap: 8px;
	margin-left: 8px;
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	background: url(images/icon-user-gold.svg) no-repeat calc(100% - 16px) 50%;
	cursor: pointer;
	color: #062140;
}

#headerSite:not(.header-home-scroll) #accountLog {
	color: #ffffff;
}

#accountLog b {
	font-weight: 600;
}

#accountLog img {
	margin-left: 24px;
}

.home #headerSite:not(.header-home-scroll) #accountLog {
	color: #ffffff;
}

#headerSite .menu a {
	color: #062140;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-top: 3px;
	transition: all .3s ease;
	padding-bottom: 2px;
}

#headerSite .menu a:hover, #headerSite .menu .current-menu-item a {
	border-color: #062140;
}

.home #headerSite:not(.header-home-scroll) .menu a {
	color: #ffffff;
}

.home #headerSite:not(.header-home-scroll) .menu a:hover, .home #headerSite:not(.header-home-scroll) .menu .current-menu-item a {
	border-color: #ffffff;
}

#headerSite .menu li.simulate-btn a {
	background: #C6AF6B;
	border: none;
	padding: 0 16px;
	height: 42px;
	border-radius: 20px;
	line-height: 42px;
	color: #ffffff;
}

#headerSite .menu li.simulate-btn a:hover {
	background: #062140;
}

.userHeader {
	position: relative;
}

#accountMenuFloat {
	background: #ffffff;
	position: absolute;
	box-shadow: 0px 4px 8px #00000014;
	flex-direction: column;
	width: 220px;
	padding: 8px 16px;
	right: 0;
	top: calc(100% + 32px);
	text-align: right;
	border-radius: 16px 0 16px 16px;
	display: none;
}

#accountMenuFloat a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all .3s ease;
	color: #062140;
}

#accountMenuFloat a:hover {
	color: #C6AF6B;
}

#logoSite img~img {
	display: none;
}

#headerSite:not(.header-home-scroll) #logoSite img:first-child {
	display: none;
}

#headerSite:not(.header-home-scroll) #logoSite img~img {
	display: block;
}

#logoSite {
	font-size: 0;
}

.combo-menu-mobile {
	gap: 8px;
}

.hamburger {
	margin: 0;
	padding: 0;
	transition: opacity .3s;
}

.hamburger:hover {
	cursor: pointer;
	opacity: .8;
}

.hamburger .line {
	width: 26px;
	height: 3px;
	background: #C6AF6B;
	margin: 5px auto;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.home #headerSite:not(.header-home-scroll) .hamburger .line { 
	background: #ffffff;
}

.single-product #headerSite,
.woocommerce-account #headerSite,
.page-id-166 #headerSite,
.woocommerce-cart #headerSite,
.woocommerce-checkout #headerSite {
	position: sticky;
	background: #ffffff;
	box-shadow: 0px 4px 8px #00000014;
}

.single-product #headerSite:not(.header-home-scroll) #iconCartHeader,
.woocommerce-account #headerSite:not(.header-home-scroll) #iconCartHeader,
.page-id-166 #headerSite:not(.header-home-scroll) #iconCartHeader,
.woocommerce-cart #headerSite:not(.header-home-scroll) #iconCartHeader,
.woocommerce-checkout #headerSite:not(.header-home-scroll) #iconCartHeader {
	background-image: url(images/icon-cart-gold.svg);
}

.single-product #headerSite:not(.header-home-scroll) .iconUserHeader,
.woocommerce-account #headerSite:not(.header-home-scroll) .iconUserHeader,
.page-id-166 #headerSite:not(.header-home-scroll) .iconUserHeader,
.woocommerce-cart #headerSite:not(.header-home-scroll) .iconUserHeader,
.woocommerce-checkout #headerSite:not(.header-home-scroll) .iconUserHeader {
	background-image: url(images/icon-user-gold.svg);
}

.single-product #headerSite:not(.header-home-scroll) #phoneSite,
.woocommerce-account #headerSite:not(.header-home-scroll) #phoneSite,
.page-id-166 #headerSite:not(.header-home-scroll) #phoneSite,
.woocommerce-cart #headerSite:not(.header-home-scroll) #phoneSite,
.woocommerce-checkout #headerSite:not(.header-home-scroll) #phoneSite {
	color: #062140;
}

.single-product #headerSite:not(.header-home-scroll) #logoSite img:first-child,
.woocommerce-account #headerSite:not(.header-home-scroll) #logoSite img:first-child,
.page-id-166 #headerSite:not(.header-home-scroll) #logoSite img:first-child,
.woocommerce-cart #headerSite:not(.header-home-scroll) #logoSite img:first-child,
.woocommerce-checkout #headerSite:not(.header-home-scroll) #logoSite img:first-child {
	display: block;
}

.single-product #headerSite:not(.header-home-scroll) #logoSite img~img,
.woocommerce-account #headerSite:not(.header-home-scroll) #logoSite img~img,
.page-id-166 #headerSite:not(.header-home-scroll) #logoSite img~img,
.woocommerce-cart #headerSite:not(.header-home-scroll) #logoSite img~img,
.woocommerce-checkout #headerSite:not(.header-home-scroll) #logoSite img~img {
	display: none;
}

.single-product #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.woocommerce-account #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.page-id-166 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.woocommerce-cart #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
.woocommerce-checkout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #062140!important;
}

.single-product #headerSite:not(.header-home-scroll) #accountLog,
.woocommerce-account #headerSite:not(.header-home-scroll) #accountLog,
.page-id-166 #headerSite:not(.header-home-scroll) #accountLog,
.woocommerce-cart #headerSite:not(.header-home-scroll) #accountLog,
.woocommerce-checkout #headerSite:not(.header-home-scroll) #accountLog {
	color: #062140!important;
}

.hamburger.isactive .line:nth-child(2) {
	opacity: 0;
}

.hamburger.isactive .line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.isactive .line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

#menuMobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #062140;
	z-index: 3;
	padding-top: 80px;
}

#menuMobile .hamburger {
	position: absolute;
	right: 24px;
	top: 26px;
}

#headerSite #menuMobile .menu {
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	gap: 24px;
}

#headerSite #menuMobile .menu a {
	font-size: 18px;
	text-transform: none;
	color: #ffffff;
}

#headerSite #menuMobile .menu a:hover, #headerSite #menuMobile .menu .current-menu-item a {
	border-color: #ffffff;
}

#headerSite #menuMobile .menu li.simulate-btn a {
	background: none;
	padding: 0;
	border-radius: 0;
	color: #C6AF6B;
	height: auto;
	line-height: normal;
}

.widget-products-custom-search {
	display: flex;
}

.widget-products-custom-search select {
	min-width: 200px;
	max-width: 200px;
	padding: 0 24px 0 8px;
	height: 40px;
	color: #56636F;
	font-weight: 600;
	font-size: 16px;
	background-image: url(images/arrow-down-acc.svg);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 1.3;
	background-color: transparent;
}

.widget-products-custom-search .category__customselect h1 {
	min-width: 200px;
	max-width: 200px;
	padding: 0 24px 0 8px;
	height: 40px;
	color: #56636F;
	font-weight: 600;
	font-size: 16px;
	background-image: url(images/arrow-down-acc.svg);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 40px;
	background-color: transparent;
	border: none;
	font-family: 'Poppins';
}

.widget-products-custom-search .category__customselect > ul {
	position: absolute;
	background: #fff;
	padding: 15px 20px;
	left: 0;
	top: 60px;
	box-shadow: 0px 6px 20px #00000014;
	border-radius: 12px;
	display: none;
}

.widget-products-custom-search .category__customselect > ul li { 
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.widget-products-custom-search .category__customselect > ul li p,
.widget-products-custom-search .category__customselect > ul > li > ul > li {
	padding: 8px 24px 8px 0;
}

.widget-products-custom-search .category__customselect > ul li span { 
	background-image: url(images/arrow-down-acc.svg);
	background-repeat: no-repeat;
	background-position: center right;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	transform: rotate(-90deg);
}

.widget-products-custom-search .category__customselect > ul li span.open__list { 
	transform: rotate(0deg);
}

.widget-products-custom-search .category__customselect > ul > li > ul {
	padding: 5px 0 0 15px;
	display: none;
}

.widget-products-custom-search .category__customselect > ul > li > ul.open__list {
	display: block;
}

.widget-products-custom-search input[type="search"] {
	color: #B3BCC4;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	border: none;
	height: 40px;
	margin-left: 16px;
	padding: 0 16px;
	border-left: 1px solid #e3e3e3;
	font-weight: 300;
	width: 100%;
	background-color: transparent;
}

.widget-products-custom-search input[type="submit"] {
	min-width: 90px;
	max-width: 90px;
	border: none;
	background: #C6AF6B;
	border-radius: 20px;
	height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	cursor: pointer;
	transition: all .3s ease;
}

.widget-products-custom-search input[type="submit"]:hover {
	background: #062140;
}

.widget-products-custom-search {
	box-shadow: 0px 6px 20px #00000014;
	border-radius: 12px;
	padding: 8px 16px;
	background: #ffffff;
}

/*body {
overflow-x: hidden;
}*/

body.home {
	background: #ecfffa;
}

/*.categories-shapes {
overflow: hidden;
}*/

.categories-shapes:after {
	content: '';
	position: absolute;
	border: 1px solid #c6af6b;
	width: 300px;
	height: 600px;
	bottom: 0;
	z-index: 2;
	right: 0;
	opacity: 0.2;
	pointer-events: none;
	border-radius: 600px 0 0 600px;
	border-right: none;
}

.categories-shapes .elementor-shape-bottom:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 58px;
	background: url(images/petalo-categorias.png) no-repeat 10% center;
	bottom: -12px;
	max-width: 1180px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.border-title b {
	color: #003B19;
}

.border-title span {
	display: inline-block;
	position: relative;
}

.border-title span:after {
	content: '';
	position: absolute;
	background: #ECFFFA;
	left: -6px;
	right: -6px;
	bottom: 8px;
	height: 10px;
	transform: skew(-15deg);
}

.border-title span strong {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.content-tabs-zm {
	margin: 0!important;
	overflow: hidden;
	height: 0;
}

.content-tabs-zm.active-content-tab {
	height: auto;
	padding: 48px 0;
}

#tabsProducts {
	display: flex;
	position: relative;
	top: 2px;
	justify-content: end;
}

#tabsProducts span {
	color: #B3BCC4;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	display: inline-flex;
	height: 40px;
	border-bottom: 4px solid transparent;
	transition: all .3s ease;
	cursor:pointer;
	padding: 0 16px;
}

#tabsProducts span.activeTab, #tabsProducts span:hover {
	color: #C6AF6B;
	border-color: #C6AF6B;
}

.list__saleprods {
	margin: 0;
	padding: 0;
}

.list__saleprods .slick-list {
	padding: 15px 0;
}

.list__saleprods li {
	background: #E3F0FF;
	border-radius: 8px;
	margin: 0 10px;
	transition: all .5s ease;
}

.list__saleprods li .product.woocommerce.add_to_cart_inline {
	display: none;
}

.list__saleprods li:hover { 
	background: #fff;
	box-shadow: 0px 5px 10px #00000014;
}

.list__saleprods li .contain__product_img {
	height: 210px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: relative;
}

.list__saleprods li .contain__product_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s ease;
}

.list__saleprods li:hover .contain__product_img img { 
	transform: scale(1.1);
}

.list__saleprods li .contain__product_info {
	padding: 20px 24px 50px 24px;
}

.list__saleprods li .contain__product_info a {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #003B19;
	margin: 0 0 20px 0;
	display: block;
	text-decoration: none;
}

.list__saleprods li .contain__product_info .contain__price {
	position: relative;
}

.list__saleprods li .contain__product_info .contain__price > a {
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	background: #C6AF6B;
	border: none;
	outline: none;
	border-radius: 25px;
	padding: 14px 25px;
	text-align: center;
	width: 200px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
	display: none;
	transition: all .3s ease;
}

.list__saleprods li .contain__product_info .contain__price > a:hover {
	background: #062140;
}

.list__saleprods li:hover .contain__product_info .contain__price > a { 
	display: block;
}

.list__saleprods li .contain__product_info .contain__price p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #4EB497;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 78px);
	text-align: left;
}

.list__saleprods li:hover .contain__product_info .contain__price p,
.list__saleprods li:hover .contain__product_info .contain__price .star-rating { 
	opacity:0;
}

.list__saleprods li .contain__product_info .contain__price .star-rating span::before {
	content: "\53\53\53\53\53";
	color: #C6AF6B;
}

.list__saleprods li .contain__product_info .contain__price .star-rating {
	display: inline-block;
	vertical-align: middle;
	width: 78px;
	font-size: 13px;
	letter-spacing: 2px;
}

.list__saleprods li .contain__product_info .contain__price p span.woocommerce-Price-currencySymbol {
	margin-right: 5px;
}

.badge-sale {
	background: #4EB497;
	border-radius: 25px;
	height: 32px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 1;
}

.list__saleprods button.slick-prev.slick-arrow {
	position: absolute;
	left: -30px;
	top: 50%;
	background: transparent;
	font-size: 0;
	width: 12px;
	height: 23px;
	cursor: pointer;
	border: solid rgb(86 99 111 / 40%);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.list__saleprods button.slick-next.slick-arrow {
	position: absolute;
	right: -30px;
	top: 50%;
	background: transparent;
	font-size: 0;
	width: 12px;
	height: 23px;
	cursor: pointer;
	border: solid rgb(86 99 111 / 40%);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
}

.list__saleprods button.slick-next.slick-arrow:hover,
.list__saleprods button.slick-prev.slick-arrow:hover {
	border-color: #C6AF6B;
}

.slick-slider-sales-zm .slick-dots {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 16px 0 0;
}

.slick-slider-sales-zm .slick-dots button {
	width: 24px;
	height: 24px;
	background: none;
	position: relative;
	border-radius: 24px;
	border: 1px solid transparent;
	transition: all .3s ease;
	font-size: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-slider-sales-zm .slick-dots button:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #cccccc;
	border-radius: 6px;
}

.slick-slider-sales-zm .slick-dots button:hover, .slick-slider-sales-zm .slick-dots li.slick-active button {
	border-color: #C6AF6B;
}

.slick-slider-sales-zm .slick-dots button:hover:before, .slick-slider-sales-zm .slick-dots li.slick-active button:before {
	background: #C6AF6B;
}

.contain__sale_products {
	position: relative;
	z-index: 3;
}

.sales-shapes:after {
	content: '';
	position: absolute;
	border: 1px solid #c6af6b;
	width: 300px;
	height: 700px;
	top: 76px;
	z-index: 2;
	left: 0;
	opacity: 0.2;
	pointer-events: none;
	border-left: none;
	border-radius: 0 700px 700px 0;
}

.sales-shapes:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 53px;
	background: url(images/petalo-sales.png) no-repeat center center;
	bottom: 18px;
	max-width: 1180px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 3;
}

.content-tabs-zm .contain__related_products {
	padding: 0;
}

.content-tabs-zm .contain__related_products:before {
	display: none;
}

#pageLoginRegister {
	display: grid;
	grid-template-columns: repeat(2, 50%);
}

#bigBgForm {
	display: flex;
	background: url(images/bgRegisterLogin.png) no-repeat center center;
	background-size: cover;
	background-color: #fafafa;
	position: relative;
}

#bigBgForm:before {
	content: '';
	width: 193px;
	height: 152px;
	background: url(/wp-content/uploads/2023/04/logo-footer.svg) no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

#pageLoginRegister > article {
	padding: 72px 24px;
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pageLoginRegister > article > div {
	max-width: 400px;    
	width: 100%;
}

#pageLoginRegister > article > div h2 {
	color: #062140;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 9px;
	letter-spacing: -0.24px;
	font-family: 'Poppins', sans-serif;
}

#pageLoginRegister > article > div h2 .woocommerce-message, 
#pageLoginRegister > article > div h2 .woocommerce-info, 
#pageLoginRegister > article > div h2 .woocommerce-error, 
#pageLoginRegister > article > div h2 .woocommerce-noreviews {
	background-color: transparent;
	clear: both;
}

#pageLoginRegister > article > div p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #062140;
	font-weight: 400;
	margin: 16px 0 0;
}

#pageLoginRegister > article > div p a {
	color: #C6AF6B;
}

.woocommerce-button-zm {
	transition: all .3s ease;
	cursor: pointer;
	margin: 32px 0 0;
}

.woocommerce-button-zm:hover {
	background: #062140;
}

#pageLoginRegister > article > div label {
	font-size: 14px;
	color: #56636F;
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	margin: 16px 0 6px;
	display: block;
}

input.woocommerce-input-zm {
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	transition: all .3s ease;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

input.woocommerce-input-zm:focus {
	border-color: #c6af6b;
}

.woocommerce-account.logged-in .entry-content {
	max-width: 1228px;
	margin: auto;
	padding: 80px 24px;
}

.woocommerce-account.logged-in .woocommerce {
	display: flex;
	gap: 16px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
	min-width: 240px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
	background: #F8F8F8;
	padding: 24px;
	border-radius: 8px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #003B19;
	text-decoration: none;
	padding: 8px 24px;
	display: block;
	border-radius: 20px;
	transition: all .3s ease;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #ECFFFA;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 600;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p:not(:last-child) {
	margin-bottom: 15px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content a {
	color: #C6AF6B;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
	background: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
}

#billing_first_name_field {
	order: 1;
} 
#billing_last_name_field {
	order: 2;
} 
#billing_doctype_field{
	order: 3;
} 
#billing_document_field{
	order: 4;
} 
#billing_company_field{
	order: 5;
} 
#billing_country_field{
	order: 6;
} 
#billing_address_1_field{
	order: 7;
} 
#billing_address_2_field{
	order: 8;
} 
#billing_city_field{
	order: 9;
} 
#billing_state_field{
	order: 10;
} 
#billing_postcode_field{
	order: 11;
} 
#billing_phone_field{
	order: 12;
} 
#billing_email_field{
	order: 13;
}

.woocommerce-error {
	background-color: #e2401c;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	padding: 16px;
}

.woocommerce-error a {
	color: #ffffff;
}

.page-id-166 .woocommerce-error a {
	display: none
}

body #mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 .mega-menu-toggle {
	background: none!important;
	position: static;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	position: static;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	background: none!important;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff!important;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	text-decoration: underline;
}

body .header-home-scroll #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #000000!important;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-radius: 10px;
	background: #ffffff;
	margin-top: 24px;
	padding: 32px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, 
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-family: 'Poppins', sans-serif;
	color: #003b19;
	font-size: 16px;
}

#headerSite .mega-sub-menu .menu a {
	color: #062140!important;
}

#headerSite .mega-sub-menu .menu a:hover {
	text-decoration: underline;
}

#headerSite .mega-sub-menu .menu {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	height: auto;
	line-height: 1.4;
	padding: 8px 16px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:not(:hover) {
	background: #ffffff!important;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
	border-radius: 8px;
	overflow: hidden;
}

.woocommerce-pagination {
	padding: 0 24px 64px;
}

.woocommerce-pagination .page-numbers {
	justify-content: center;
	display: flex;
	gap: 8px;
}

.woocommerce-pagination .page-numbers li,
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #B3BCC4;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all .3s ease;
	border-radius: 48px;
}

.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
	border: 1px solid #ffffff;
}

.woocommerce-pagination .page-numbers li a.next,
.woocommerce-pagination .page-numbers li a.prev {
	font-weight: 700;
}

.woocommerce-pagination .page-numbers li a.next:not(:hover),
.woocommerce-pagination .page-numbers li a.prev:not(:hover) {
	border-color: #B3BCC4;
}

.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li a:hover {
	border-color: #4EB497;
	background: #4EB497;
	color: #ffffff;
}

.woocommerce-pagination .page-numbers li span.current {
	color: #4EB497;
	text-decoration: underline;
	background: transparent!important;
	border-color: transparent!important;
}

#filtersCustomZm {
	display: flex;
	padding: 0 24px;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto 24px;
	border-bottom: 1px solid rgb(198 175 107 / 20%);
	padding-bottom: 12px;
}

#filtersCustomZm .woocommerce-result-count, 
#filtersCustomZm form.woocommerce-ordering {
	display: inline-flex!important;
}

#filtersCustomZm select {
	background: #f8f8f8;
	padding: 8px;
}

#filtersCustomZm .woocommerce-notices-wrapper {
	display: none!important;
}

.mega-sub-menu .menu-item a {
	font-weight: 700;
	font-size: 16px!important;
	text-decoration: none;
}

.mega-sub-menu .menu-item a:hover {
	text-decoration: none!important;
}

.mega-sub-menu .mega-block-title {
	display: none!important;
}

.payment_box.payment_method_bacs > p {
	margin-bottom: 16px;
}

html form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, 
html form.checkout.woocommerce-checkout .contain__checkout_payment table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
	padding: 10px 0;
	text-align: left;
	width: 50%;
}

.woocommerce-error {
	border-radius: 8px;
}

.cart_totals.calculated_shipping {
	display: flex;
	flex-direction: column;
}
.cart_totals.calculated_shipping > h2 {
	order: 1;
}
.cart_totals.calculated_shipping > table {
	order: 2;
}
.cart_totals.calculated_shipping > #contain_shipaddress {
	order: 3;
}

.cart_totals.calculated_shipping > .wc-proceed-to-checkout {
	order: 4;
}

.cart_totals.calculated_shipping .shipping_location {
	color: #003B19;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Poppins', sans-serif;
}

#shipping_method > li {
	display: flex;
	align-items: start;
	gap: 6px;
	min-width: 197px;
}

#shipping_method > li > label {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.prod-no-stock {
	position: absolute;
	top: 8px;
	left: 8px;
	pointer-events: none;
	background: #ff3030;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 4px;
}

.shipping_location {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 16px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 16px;
	color: #003B19;
}

.woocommerce-terms-and-conditions-checkbox-text a {
	color: #C6AF6B;
}

.shop_table {
	width: 100%;
}

table.shop_table tr td, table.shop_table tr th {
	padding: 8px;
	text-align: left;
	padding-left: 0;
}
table.shop_table tr th span, table.shop_table tr th {
	font-weight: 700;
}
.woocommerce-MyAccount-content h2 {
	font-size: 22px;
	font-weight: 700;
	padding: 8px 0;
}

.order_details {
	padding-bottom: 16px;
	font-size: 14px;
	font-family: 'Poppins',sans-serif;
	line-height: 20px;
}

header.woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	padding: 0 0 8px;
}

header.woocommerce-Address-title h3 {
	font-weight: 700;
	font-size: 18px;
}

.col-2.woocommerce-Address {
	padding-top: 24px;
}

.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a > img {
	max-height: 550px!important;
	width: auto!important
}

.style-title .elementor-heading-title b {
	color: #4EB497;
}

.style-title .elementor-heading-title u {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.style-title .elementor-heading-title u:after {
	content: '';
	position: absolute;
	height: 8px;
	width: 100%;
	background: #c9e1d6;
	bottom: 5px;
	right: 4px;
	transform: skew(-25deg);
}

.style-title .elementor-heading-title u span {
	position: relative;
	display: inline-block;
	z-index: 2;
}

@media screen and (min-width:1024px){
	.elementor-section.mid-bg-footer:before {
		content: '';
		position: absolute;
		background: #60cbac;
		left: 50%;
		width: 50%;
		top: 0;
		bottom: 0;
	}
}

@media screen and (min-width:1280px){
	.list__saleprods li {
		display: flex!important;
	}
	.list__saleprods li .contain__product_img {
		max-width: 235px;
		height: 270px;
		min-width: 235px;
		border-radius: 8px 0 0 8px;
	}
	.list__saleprods li .contain__product_info .contain__price > a {
		display: block;
		position: relative;
		transform: none;
		left: initial;
		margin: 0;
	}

	.list__saleprods li .contain__product_info .contain__price p {
		width: 100%;
		display: block;
	}
	.list__saleprods li .contain__product_info .contain__price .star-rating {
		display: block;
	}
	.list__saleprods li .contain__product_info {
		padding: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.list__saleprods li .contain__product_info a {
		margin: 0 0 12px;
	}
	.list__saleprods li .contain__product_info .contain__price {
		display: flex;
		flex-direction: column-reverse;
		gap: 8px;
	}
	.list__saleprods li:hover .contain__product_info .contain__price p, .list__saleprods li:hover .contain__product_info .contain__price .star-rating {
		opacity: 1;
	}
}


@media screen and (max-width:1280px){
	#headerSite .menu {
		gap: 16px;
	}
	#headerSite .menu a {
		font-size: 13px;
	}
	.list__saleprods li {
		margin: 0 24px;
	}
	body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-radius: 0;
		background: none;
		margin-top: 0;
		padding: 0;
	}
	body #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: none;
	}
	body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0 8px;
		width: 100%;
	}
	body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		color: #ffffff;
		font-size: 14px;
	}
	body #headerSite .mega-sub-menu .menu a {
		color: #ffffff!important;
		font-size: 14px!important;
		padding: 0;
		border: none;
	}
	body #headerSite #menuMobile .menu {
		padding: 8px;
		gap: 8px;
	}
	html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		background: none!important;
	}
	html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
	html body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:not(:hover) {
		background: none!important;
		color: #ffffff!important;
	}
	body.single-product #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	body.woocommerce-account #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.page-id-166 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.woocommerce-cart #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
	.woocommerce-checkout #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		color: #ffffff!important;
	}
}

@media screen and (min-width:1180px){
	.combo-menu-mobile {
		display: none;
	}
}

@media screen and (max-width:1180px){
	.combo-menu-desktop {
		display: none;
	}
	.combo-logo {
		gap: 12px;
	}
	#phoneSite {
		border-width: 1px;
		background-position: 8px center;
		padding-left: 40px;
	}
}

@media screen and (max-width:767px) {
	.categories-shapes:after {
		/*display: none;*/
	}
	#tabsProducts {
		justify-content: center;
		margin-top: 48px;
	}
	#tabsProducts span {
		padding: 0 8px;
		width: 33.33%;
		justify-content: center;
	}
	#bigBgForm {
		display: none;
	}
	#pageLoginRegister {
		grid-template-columns: 100%;
	}
	#pageLoginRegister > article {
		min-height: auto;
	}
	.woocommerce-pagination .page-numbers li, .woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}
	.woocommerce-account.logged-in .woocommerce {
		flex-direction: column;
	}
}

@media screen and (max-width:640px){
	#filtersCustomZm {
		flex-direction: column;
		gap: 12px;
	}
	#filtersCustomZm .woocommerce-result-count, #filtersCustomZm form.woocommerce-ordering {
		width: 100%;
	}
}

@media screen and (max-width:480px){

	.widget-products-custom-search .category__customselect > ul {
		width: 100%;
		top: 100px;
	}

	.widget-products-custom-search .category__customselect h1 {
		max-width: 100%;
	}

	.widget-products-custom-search .category__customselect > ul li p,
	.widget-products-custom-search .category__customselect > ul > li > ul > li {
		padding: 12px 0;
	}

	.widget-products-custom-search .category__customselect > ul li span {
		width: 32px;
		height: 64px;
		top: -14px;
		background-position-x: center;
	}


	.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a{
		width: 100%;
		display: block;
		text-align: center;
	}

	.single-product div.product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a > img {
		max-height: 350px!important;
		width: auto!important
	}


	.widget-products-custom-search input[type="submit"] {
		display: none;
	}
	.widget-products-custom-search select {
		min-width: 100%;
		max-width: 100%;
	}
	.widget-products-custom-search input[type="search"] {
		border: none;
		border-top: 1px solid #e3e3e3;
		margin: 0;
		padding: 0 8px;
	}
	.widget-products-custom-search {
		flex-direction: column;
	}
	#tabsProducts span {
		font-size: 13px;
	}
}