/********************
	INFO METALES
********************/
#metMd {
	margin: 25px 12px;
	border-radius: 10px;
}

#metMd .vc_col-sm-4 {
	padding: 0 12px;
}

#metMd .vc_col-sm-4,
#metMd .vc_col-sm-6 {
	margin-bottom: 30px;
}

#metMd .vc_col-sm-6:first-child {
	padding-left: 12px;
}

#metMd .vc_col-sm-6:last-child {
	padding-right: 12px;
}

#metMd .vc_col-sm-4 .vc_column-inner,
#metMd .vc_col-sm-4 .vc_column-inner .wpb_raw_html,
#metMd .vc_col-sm-6 .vc_column-inner,
#metMd .vc_col-sm-6 .vc_column-inner .wpb_raw_html {
	padding: 0;
	margin: 0;
}

#metMd .vc_col-sm-4 .vc_column-inner .vc_btn3-container,
#metMd .vc_col-sm-6 .vc_column-inner .vc_btn3-container {
	margin: 0;
}

#metMd .vc_col-sm-4 .vc_column-inner .vc_btn3-container a,
#metMd .vc_col-sm-6 .vc_column-inner .vc_btn3-container a {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}

#metMd .vc_col-sm-4 .vc_column-inner .vc_btn3-container a i.fa-comment-dots,
#metMd .vc_col-sm-6 .vc_column-inner .vc_btn3-container a i.fa-comment-dots {
	background: url("/app/uploads/2022/09/chat.svg") center center no-repeat transparent !important;
	width: 32px !important;
	height: 32px !important;
	font-size: 0 !important;
	background-size: cover !important;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

#metMd #graficas > div:first-child .vue-apexcharts {
	margin-bottom: 35px;
}

#metMd #graficas div .wpb_row .vc_col-sm-12 {
	margin-bottom: 20px;
}

#oroBx,
#plataBx {
	display: flex;
	flex-direction: row;
}

#oroBx span,
#plataBx span {
	width: 100%;
}

#oroBx a,
#plataBx a {
	position: absolute;
	right: 25px;
	bottom: 17px;
	width: 11px;
	height: 11px;
	background: url(/app/uploads/2022/09/Flecha.svg) center center no-repeat transparent;
	font-size: 0;
	display: block;
	background-size: cover !important;
}

#plataBx a {
	background: url(/app/uploads/2022/09/Flecha1.svg) center center no-repeat transparent;
	background-size: cover !important;
}

#oroBx a:hover,
#plataBx a:hover {
	opacity: 0.5;
}

#oroBx span.ttl,
#plataBx span.ttl {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 10px 0 0 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	border-right: 2px solid #fff;
	padding: 20px 12px 12px;
	min-width: 190px;
}

#plataBx span.ttl {
	background: linear-gradient(246.1deg, #4b5762 -8.63%, #88939c 28.75%, #b8c3cd 66.12%, #dfe5eb 97.08%);
}

#oroBx span.price,
#plataBx span.price {
	background: url("/app/uploads/2022/09/GoldCircle.svg") 11px 23px no-repeat #252420;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 20px 30px 12px 36px;
	position: relative;
	min-width: 160px;
	background-size: 18px;
}

#plataBx span.price {
	background: url("/app/uploads/2022/09/PlataCircle.svg") 11px 23px no-repeat #252420;
	background-size: 18px;
}

#oroBx span.price::after,
#plataBx span.price::after {
	opacity: 0.2;
	border: 1px solid #fff;
	width: 1px;
	height: 62%;
	content: "";
	top: 20%;
	right: 15px;
	position: absolute;
}

#oroBx span.place,
#plataBx span.place {
	background: #252420;
	border-radius: 0 10px 10px 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 20px 10px 12px 5px;
}

#metMd .vc_col-sm-6 #oroBx span.place,
#metMd .vc_col-sm-6 #plataBx span.place {
	border-radius: 0;
}

#oroBx span.price i,
#oroBx span.place i,
#plataBx span.price i,
#plataBx span.place i {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #d9b64c;
	display: block;
}

#oroFlt,
#plataFlt {
	display: flex;
	flex-direction: row;
	background: #f3f3f3;
	border-radius: 0 10px 10px 0;
	padding: 22px 20px;
}

.column2 #oroBx span.ttl,
.column2 #plataBx span.ttl {
	border-radius: 10px 0 0 0;
}

.column2 #oroBx span.place,
.column2 #plataBx span.place {
	border-radius: 0 10px 0 0;
}

.column2 #oroFlt,
.column2 #plataFlt {
	border-radius: 0 0 10px 10px;
	border-top: 2px solid #fff;
}

#oroFlt ul,
#plataFlt ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

#oroFlt ul li,
#plataFlt ul li {
	height: 34px;
	width: 47.5px;
	text-align: center;
	margin-right: 2px;
}

#oroFlt ul li a,
#plataFlt ul li a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #525151;
	text-decoration: none;
	background: #ddd;
	display: block;
}

#oroFlt ul li a.active {
	background: #d9b64c;
}

#plataFlt ul li a.active {
	background: #a5b3c0;
}

#oroFlt ul li:first-child a,
#plataFlt ul li:first-child a {
	border-radius: 5px 0 0 5px;
}

#oroFlt ul li:last-child a,
#plataFlt ul li:last-child a {
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

#oroFlt select.mnyFltr,
#plataFlt select.mnyFltr {
	width: 100%;
	margin: 0 0;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	border: none;
	color: #525151;
	padding: 0 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	appearance: initial;
	cursor: pointer;
	background: url("/app/uploads/2022/09/DwnSelect.svg") center right no-repeat #ddd;
	outline: none;
	box-shadow: none;
	text-align: center;
	padding: 0 28px 0 0;
}

#oroFlt span.icnFltr,
#plataFlt span.icnFltr {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#oroFlt span.icnFltr a,
#plataFlt span.icnFltr a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #525151;
	text-decoration: none;
	background: #ddd;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-right: 2px;
	font-size: 0;
}

#oroFlt span.icnFltr a:first-child,
#plataFlt span.icnFltr a:first-child {
	border-radius: 5px 0 0 5px;
	background: url("/app/uploads/2022/09/Compartir.svg") center center no-repeat #ddd;
}

#oroFlt span.icnFltr a:last-child,
#plataFlt span.icnFltr a:last-child {
	border-radius: 0 5px 5px 0;
	background: url("/app/uploads/2022/09/Descargar.svg") center center no-repeat #ddd;
}

#oroFlt a:hover,
#plataFlt a:hover {
	opacity: 0.5 !important;
}

#oroFlt a.active:hover,
#plataFlt a.active:hover {
	opacity: 1 !important;
	cursor: default;
}


/********************
	INTRO MODULE
********************/
#introMd {
	margin: 80px 0;
}

#introMd h2 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #d9b64c;
	opacity: 0.9;
}

#introMd h3 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #525151;
	opacity: 0.9;
}

#introMd h3 i,
#introMd h3 em {
	font-weight: 600;
	font-style: normal;
}

#introMd h3 b,
#introMd h3 strong {
	font-family: "Montserrat";
	font-weight: 700;
	color: #d9b64c;
}

#introMd p {
	text-align: center;
	max-width: 950px;
	margin: 0 auto 20px;
}

body.page-id-38 #introMd p a {
	color: #525151;
	text-decoration: none;
}

body.page-id-38 #introMd p a:hover {
	color: #d9b64c;
}

#introMd p:last-child {
	margin-bottom: 0;
}

#introMd .wpb_wrapper .wpb_text_column:last-child {
	margin-bottom: 0;
}

#introMd.preSrch {
	margin-bottom: 50px;
}


/********************
	CONTIZACIÓN GRAFICO
********************/
#ctMd {
	margin: 80px 0 40px;
	padding: 20px 0;
	background: #fafafa;
}

#ctMd.noMrg {
	margin-bottom: 0;
}

#ctMd p {
	font-size: 14px;
	max-width: 1150px;
	margin: 0 auto 20px;
}

#ctMd p:last-child {
	margin-bottom: 0;
}


/********************
	PRODUCTOS
********************/
#prMd.products li.product a.wp-element-button,
#prMd .woocommerce ul.products li.product a.wp-element-button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: calc(50% - 20px);
	text-align: center;
	line-height: 35px;
	background: #8d8e8e;
	border-radius: 0 10px 10px 0;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #b0b0b0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.15px;
}

#prMd.products li.product a.product_type_variable::before {
	content: "";
	width: 15px;
	height: 12px;
	background: url("/app/uploads/2022/09/Shop.svg") center center no-repeat transparent;
	background-size: cover !important;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 1px;
}

#prMd.products li.product a.add_to_cart_button:not(.ajax_add_to_cart)::before,
#prMd .woocommerce ul.products li.product a.add_to_cart_button:not(.ajax_add_to_cart)::before {
	display: none;
}

#prMd.products li.product a.wp-element-button:hover,
#prMd .woocommerce ul.products li.product a.wp-element-button:hover {
	opacity: 0.75;
}

#prMd.products li.product a.added_to_cart.wc-forward,
#prMd .woocommerce ul.products li.product a.added_to_cart.wc-forward {
	display: none;
}

#prMd.products li.product a.wp-element-button:hove,
#prMd .woocommerce ul.products li.product a.wp-element-button:hover {
	opacity: 0.5;
}

#prMd.products li.product:hover,
#prMd .woocommerce ul.products li.product:hover {
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	mix-blend-mode: normal;
	opacity: 0.9;
}

#prMd.products li.product:hover a.woocommerce-LoopProduct-link,
#prMd .woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link {
	background: url("/app/uploads/2022/09/PlusHover.svg") center 30% no-repeat transparent;
}

#prMd.products li.product:hover a.woocommerce-LoopProduct-link::after,
#prMd .woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link::after {
	display: none;
}

#prMd.products li.product:hover a.woocommerce-LoopProduct-link img,
#prMd .woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link img {
	opacity: 0.1;
}

#prMd.products li.product:hover a.woocommerce-LoopProduct-link .availability,
#prMd.products li.product:hover a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title,
#prMd .woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
	color: #fff;
}

#prMd.products li.product:hover a.woocommerce-LoopProduct-link .short-description {
	opacity: 0.25;
}

#prMd .cmcBtn {
	margin: 0;
}

body.archive.tax-product_cat .woocommerce-result-count {
	display: none;
}

body.archive.tax-product_cat .woocommerce-ordering {
	display: none;
}

body.archive.tax-product_cat .woocommerce-breadcrumb {
	display: none;
}

body.single-product #cntctMd,
body.archive.tax-product_cat #cntctMd,
body.woocommerce-shop #cntctMd {
	background-image: url("/app/uploads/2022/09/CMC-form.jpg") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/********************
	DOBLE MODULE
********************/
.dblMd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
	padding: 25px;
}

.dblMd .vc_col-sm-6 .vc_column-inner {
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.dblMd .vc_col-sm-6 .wpb_video_widget,
.dblMd .vc_col-sm-6 .wpb_single_image {
	margin: 0;
}

.dblMd .vc_col-sm-6 .wpb_single_image figure,
.dblMd .vc_col-sm-6 .wpb_single_image figure .vc_single_image-wrapper,
.dblMd .vc_col-sm-6 .wpb_single_image figure .vc_single_image-wrapper img {
	width: 100%;
	height: auto;
}

.dblMd .vc_col-sm-6.txtDbl .vc_column-inner {
	max-width: 490px;
	margin: 0 auto;
}

.dblMd .vc_col-sm-6.txtDbl .vc_column-inner .wpb_wrapper h3 {
	margin: 0;
}

.dblMd .vc_col-sm-6 .wpb_single_image figure a {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.dblMd .vc_col-sm-6 .wpb_single_image figure:hover a::after {
	content: "";
	position: absolute;
	width: 185px;
	height: 100%;
	background: url("/app/uploads/2022/09/linkHover.svg") center center no-repeat #bc012a;
	opacity: 0.8;
	right: 0;
	top: 0;
	bottom: ;
}

.dblMd .vc_col-sm-6 .vc_btn3-container.lnkBtn {
	margin: 0;
}

.dblMd .vc_col-sm-6 .vc_btn3-container.lnkBtn a {
	padding-top: 5px;
	padding-bottom: 5px;
}

body.page .dblMd {
	margin-bottom: 20px;
}

body.page .dblMd .vc_col-sm-6.txtDbl .subTtl {
	margin-bottom: 20px;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper {
	position: relative;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .vc_single_image-wrapper {
	border-radius: 10px;
	overflow: hidden;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html .mpb-shotcode-buttons {
	margin: 0 !important;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html .md-trigger {
	width: 134px;
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	border-radius: 36px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	margin: 15px auto 0 !important;
	cursor: pointer;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html .mpb-shotcode-buttons .md-trigger:hover {
	opacity: 0.5;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html .mpb-shotcode-buttons .md-trigger::before {
	content: "";
	background: url(/app/uploads/2022/09/Play.svg) center center no-repeat transparent;
	background-size: cover !important;
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	top: 1px;
	position: relative;
}

.dblMd .vc_col-sm-6.imgVd .wpb_wrapper .wpb_raw_html .mpb-shotcode-buttons br {
	display: none;
}


/********************
	CONTENIDO MODULE
********************/
#cntMd p {
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}

#cntMd .wpb_wrapper .wpb_text_column:last-child {
	margin-bottom: 0;
}

#dblTxt .vc_row {
	max-width: 1260px;
	margin: 0 auto 80px;
}

#infoMd {
	margin: 60px auto 80px;
}

#infoMd p {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 20px;
}

#infoMd p:last-child {
	margin-bottom: 0;
}

#infoMd p a {
	color: #d9b64c;
	text-decoration: none;
}

#infoMd p a:hover {
	opacity: 0.75;
	text-decoration: underline;
}

#infoMd .vc_row.vc_inner {
	max-width: 1260px;
	margin: 100px auto 0;
}

#infoMd .vc_row .vc_col-sm-3 h6 {
	line-height: 0.75em;
	margin-top: 0;
}

#infoMd .vc_row.lstNum .vc_col-sm-3 p {
	max-width: 225px;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 30px;
	padding: 35px 25px;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .wpb_single_image {
	margin-bottom: 10px;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .wpb_text_column p,
#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .wpb_text_column p strong {
	color: #fff;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .wpb_text_column p strong {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .cmcBtn {
	margin: 0;
}

#infoMd .vc_row.lstNum .vc_col-sm-3.tlkMd .cmcBtn a.vc_general {
	min-width: 100%;
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 30px;
	font-size: 15px;
	line-height: 35px;
}

#infoMd + .vc_row .vc_col-sm-12 .vc_column-inner {
	padding-top: 0 !important;
}


/********************
	FOUR COL
********************/
#msMd {
	margin: 40px 0 80px;
}

#msMd .vc_row {
	padding: 0 13px;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner {
	padding: 0;
	margin: 0;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner figure {
	padding: 0 13px;
	position: relative;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner figure::after {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 12px;
	left: 26px;
	background: url("/app/uploads/2022/09/Plus.svg") center center no-repeat transparent;
	background-size: cover;
	display: block;
	content: "";
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner figure,
#msMd .vc_row .vc_col-sm-3 .vc_column-inner figure a,
#msMd .vc_row .vc_col-sm-3 .vc_column-inner figure a img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner:hover figure::after,
#msMd .vc_row .vc_col-sm-3.activeEl .vc_column-inner figure::after {
	display: none;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner:hover figure a,
#msMd .vc_row .vc_col-sm-3.activeEl .vc_column-inner figure a {
	background: url("/app/uploads/2022/09/PlusHover.svg") center center no-repeat #bc012a;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner:hover figure a img,
#msMd .vc_row .vc_col-sm-3.activeEl .vc_column-inner figure a img {
	opacity: 0.2;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner .wpb_single_image {
	margin-bottom: 15px;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner .wpb_text_column {
	margin: 0;
}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner .wpb_text_column .wpb_wrapper p a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #525157;
	text-decoration: none;
	display: block;
	margin-top: 25px;

}

#msMd .vc_row .vc_col-sm-3 .vc_column-inner:hover .wpb_text_column .wpb_wrapper p a,
#msMd .vc_row .vc_col-sm-3.activeEl .vc_column-inner .wpb_text_column .wpb_wrapper p a {
	opacity: 0.5;
}


#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner,
#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner a {
	cursor: default !important;
}

#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner:hover figure a {
	background: transparent !important;
	pointer-events: none;
}

#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner:hover figure a img,
#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner:hover .wpb_text_column .wpb_wrapper p a {
	opacity: 1 !important;
}

#msMd .vc_row.noActive .vc_col-sm-3 .vc_column-inner:hover figure::after {
	display: block;
}


/********************
	PARALLAX
********************/
#prllxMd {
	padding: 40px 0 100px;
}

#prllxMd .subTtl h3 {
	color: #fff;
}

.lstNum {
	max-width: 80%;
	margin: 0 auto;
}

.lstNum .vc_col-sm-3 .wpb_text_column {
	margin-bottom: 20px;
}

.lstNum .vc_col-sm-3 .wpb_text_column:last-child {
	margin-bottom: 0;
}

.lstNum .vc_col-sm-3 .wpb_text_column h6 {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 100px;
	line-height: 0.75em;
	letter-spacing: 0.02em;
	color: #d9b64c;
	margin: 60px 0 0 0;
}

#prllxMd .lstNum .vc_col-sm-3 .wpb_text_column p {
	color: #fff;
	margin: 0;
}


/********************
	CONTACT MODULE
********************/
#cntctMd {
	margin: 0;
	padding: 100px 0 115px;
}

#cntctMd .vc_col-sm-6 .vc_column-inner {
	padding: 0;
	overflow: hidden;
}

#cntctMd .vc_col-sm-6:first-child .vc_column-inner {
	max-width: 490px;
	margin: 0 auto;
}

#cntctMd .vc_col-sm-6:first-child .vc_column-inner .subTtl {
	margin-bottom: 0;
}

#cntctMd .vc_col-sm-6:first-child .vc_column-inner .subTtl h3 {
	color: #fff;
	text-align: left !important;
	font-size: 45px;
	opacity: 0.9;
	margin-top: 65px;
}

#cntctMd .vc_col-sm-6:first-child .vc_column-inner .wpb_text_column:last-child {
	margin-bottom: 0;
}

#cntctMd .vc_col-sm-6:first-child .vc_column-inner p {
	color: #fff;
	max-width: 465px;
	font-size: 22px;
	line-height: 33px;
	opacity: 0.9;
}

#cntctMd .vc_col-sm-6 .wpcf7 {
	max-width: 70%;
}

#cntctMd .vc_col-sm-6 .wpcf7 form h5 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
	opacity: 0.9;
	margin: 0;
}

#cntctMd .vc_col-sm-6 .wpcf7 form h5 + p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 5px 0 20px;
	opacity: 0.9;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span {
	width: 49.25%;
	display: block;
	margin-bottom: 1.5%;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span:nth-child(odd) {
	margin-right: 1.5%;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span:last-child,
#cntctMd.rcmpCntct .vc_col-sm-6 .wpcf7 form .frmMd span:nth-child(7) {
	width: 100%;
	margin: 0;
}

#cntctMd.rcmpCntct .vc_col-sm-6 .wpcf7 form .frmMd span:nth-child(7) {
	margin-bottom: 1.5%;

}

#cntctMd.rcmpCntct .vc_col-sm-6 .wpcf7 form .frmMd span:nth-child(7) input {
	padding: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 38px;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span input,
#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span select,
#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span textarea {
	background: #fff;
	border-radius: 2px;
	height: 42px;
	border: 0;
	width: 100%;
	line-height: 42px;
	padding-left: 15px;
	outline: none;
	box-shadow: none;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .frmMd span textarea {
	line-height: 1.2em;
	padding-top: 10px;
	padding-right: 15px;
}

#cntctMd.rcmpCntct .vc_col-sm-6 .wpcf7 form .frmMd span textarea {
	height: 80px;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .wpcf7-submit {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 15px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0;
	color: #fff;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	border: none;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .wpcf7-submit:hover {
	opacity: 0.5;
}

#cntctMd .vc_col-sm-6 .wpcf7 form .butnlMd .wpcf7-spinner {
	display: none;
}

.cntcMd2 {
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 1px solid #d9b64c;
}

.cntcMd2.vc_row .vc_col-sm-6:nth-child(1) {
	border-right: 1px solid #d9b64c;
}

#cntctMd.cntcFrm {
	padding: 0;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 {
	max-width: 100%;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form {
	margin-bottom: 100px;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .frmMd span input,
#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .frmMd span select,
#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .frmMd span textarea {
	border-radius: 5px;
	background: #f0efef;
	text-align: center;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .frmMd span textarea {
	line-height: 1.5em;
	height: 110px;
	padding-top: 12px;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .legalMd {
	text-align: center;
	color: #525151;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .legalMd a {
	color: #525151;
}

#cntctMd.cntcFrm .vc_col-sm-6 .wpcf7 form .wpcf7-submit {
	width: auto;
	padding: 0 65px;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	height: 42px;
	line-height: 42px;
}

/********************
	CARACTERISTICAS MODULE
********************/
#caractMd {
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	mix-blend-mode: normal;
	padding: 75px 0;
	margin-bottom: 80px;
}

#caractMd.noMrg {
	margin-bottom: 0;
}

#caractMd h3,
#caractMd h3 strong {
	color: #fff;
	margin: 0 0 55px;
}

#caractMd .vc_column-inner {
	margin: 0;
	padding: 0;
}

#caractMd .vc_row {
	max-width: 80%;
	margin: 0 auto;
}

#caractMd .vc_row .vc_col-sm-3 .wpb_single_image {
	margin-bottom: 10px;
}

#caractMd .vc_row .vc_col-sm-3 .wpb_text_column {
	margin: 0;
}

#caractMd .vc_row .vc_col-sm-3 .wpb_text_column p {
	color: #fff;
}

#caractMd .vc_row .vc_col-sm-3 .cmcBtn {
	margin: 0;
}

#caractMd .vc_row .vc_col-sm-3 .cmcBtn a.vc_general {
	font-size: 16px;
	line-height: 32px;
	min-width: 168px;
	padding: 0;
	margin-top: 15px;
}



/********************
	BLOG MODULE
********************/
#blgMd {
	margin: 0 0;
	padding: 0 12px;
}

#blgMd .vc_column-inner {
	padding: 0;
}

#blgMd .wpb_text_column p {
	max-width: 950px;
	margin: 0 auto 20px;
}

#blgMd .wpb_text_column p:last-child {
	margin-bottom: 0;
}

#blgMd .vc_column-inner .vc_grid .vc_pageable-slide-wrapper {
	margin: 0;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item {
	margin: 0;
	padding: 0 15px 30px !important;
}


#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone {
	border-radius: 10px;
	background: transparent !important;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone.vc_gitem-is-link:hover a {
	background: url("/app/uploads/2022/09/PlusHover.svg") center center no-repeat #bc012a;
	opacity: 0.9;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone::before {
	display: none;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone img {
	display: block !important;
	visibility: visible;
	border-radius: 10px;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_title {
	margin-bottom: 10px;
	padding-bottom: 0;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_title h4 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 10px;
	letter-spacing: -0.2px;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_btn3-container a {
	background: url("/app/uploads/2022/09/Plus.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 26px;
	height: 26px;
	font-size: 0;
	display: block;
	padding: 0;
}

#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt p:first-child {
	display: none;
}

.archive .page-title {
	text-align: center;
}

.archive .page-title,
.archive .page-title span {
	font-size: 28px;
}


/********************
	SEARCH MODULE
********************/
#srchMd {
	text-align: center;
	margin-bottom: 120px;
}

body.single-product #srchMd {
	margin-top: 100px;
}

#srchMd .subTtl {
	margin-bottom: 20px;
}

#srchMd form {
	width: 580px;
	display: block;
	margin: 0 auto;
	position: relative;
}


#srchMd form input.search-field {
	border: 1.5px solid #525151;
	border-radius: 30px;
	opacity: 0.3;
	text-align: center;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	width: 580px;
	outline: none;
}

#srchMd form input.search-submit {
	width: 25px;
	height: 26px;
	background: url(/app/uploads/2022/09/Search.svg) center center no-repeat transparent;
	border: none;
	font-size: 0;
	position: absolute;
	left: 20px;
	top: 12px;
}

#srchMd p.relateds a:hover {
	opacity: 0.5;
}


/********************
	HELP MODULE
********************/
#hlpMd {
	margin-top: 115px;
}

#hlpMd .subTtl {
	margin-bottom: 0;
}

#hlpMd .subTtl h3 {
	margin: 0;
	line-height: 1em;
}

#hlpMd .wpb_text_column {
	margin-bottom: 20px;
}

#hlpMd .cmcBtn {
	margin: 0;
}


/********************
	MAPA MODULE
********************/
#mpMd {
	margin-bottom: 60px;
}

#mpMd .wpb_wrapper {
	padding: 0;
}

#mpMd .wpb_wrapper iframe {
	height: 520px;
}


/********************
	TOP IMG HEADER
********************/
#hdMd {
	height: 480px;
	background-position: center bottom !important;
}

#hdMd .vc_column-inner {
	margin: 0;
	padding: 0;
}

#hdMd .vc_column-inner .wpb_text_column {
	margin: 0;
}

#hdMd .vc_column-inner .wpb_text_column h1 {
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2em;
	color: #fff;
}

#hdMd .vc_column-inner .wpb_text_column h1 strong {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 28px;
	color: #d9b64c;
}

#hdMd .vc_column-inner .wpb_text_column h1 + p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 25px;
}

#hdMd .wpb_raw_html {
	margin: 0;
}

#hdMd .wpb_raw_html .mpb-shotcode-buttons,
body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title .mpb-shotcode-buttons {
	margin: 0 !important;
}

#hdMd .wpb_raw_html .mpb-shotcode-buttons .md-trigger,
body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title .mpb-shotcode-buttons .md-trigger {
	width: 134px;
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	border-radius: 36px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	margin: 15px auto 0 !important;
	cursor: pointer;
}

#hdMd .wpb_raw_html .mpb-shotcode-buttons .md-trigger:hover,
body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title .mpb-shotcode-buttons .md-trigger:hover {
	opacity: 0.5;
}

#hdMd .wpb_raw_html .mpb-shotcode-buttons .md-trigger::before,
body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title .mpb-shotcode-buttons .md-trigger::before {
	content: "";
	background: url(/app/uploads/2022/09/Play.svg) center center no-repeat transparent;
	background-size: cover !important;
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	top: 1px;
	position: relative;
}

#hdMd .wpb_raw_html .mpb-shotcode-buttons br,
body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title .mpb-shotcode-buttons br {
	display: none;
}

body .md-modal {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	top: 0;
	left: 0;
	transform: none;
	display: flex !important;
	min-width: 100%;
}

body.archive.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title {
	height: 480px;
	background-position: center bottom !important;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2em;
	color: #fff;
}


/********************
	FOOTER
********************/
footer.entry-footer {
	display: none;
}

footer#colophon {
	padding: 35px;
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);

}

footer#colophon #ftMd {
	display: flex;
	justify-content: start;
	flex-direction: row;
}

footer#colophon #ftMd .vc_col-sm-3,
footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner {
	display: flex;
}

footer#colophon #ftMd .vc_col-sm-3 .wpb_wrapper strong,
footer#colophon #ftMd .vc_col-sm-3 .wpb_wrapper p,
footer#colophon #ftMD .vc_col-sm-3 .wpb_wrapper li,
footer#colophon #ftMD .vc_col-sm-3 .wpb_wrapper a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
}

footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner {
	padding-right: 45px;
}

footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
	border-right: 2px solid #ffffff38;
	width: 100%;
	height: 100%;
}

footer#colophon #ftMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper {
	border-right: none;
}

footer#colophon #ftMd .vc_col-sm-3:last-child .wpb_wrapper p:first-child {
	margin-bottom: 20px;
}

#ftMd ul#menu-menu-footer {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ftMd h2.widgettitle {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

#ftMd p a,
#ftMd p a:visited,
#ftMd ul#menu-menu-footer li.menu-item a,
#ftMd ul#menu-menu-footer li.menu-item a:visited {
	color: #fff;
	text-decoration: none;
}

#ftMd p a:hover,
#ftMd ul#menu-menu-footer li.menu-item a:hover {
	opacity: 0.5;
}

#ftMd .wpb_text_column,
#ftMd .vc_wp_custommenu,
#ftMd .vc_wp_custommenu .widget_nav_menu {
	margin-bottom: 0;
}

#ftMd .btnFt a {
	border: 2px solid #fff;
	border-radius: 36px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: transparent;
	margin-top: 30px;
	padding: 0 20px;
	line-height: 35px;
}

#ftMd .btnFt a:hover {
	opacity: 0.5;
	background: #fff;
	color: #e4c04d;
}


/********************
	HEADER
********************/
header.site-header {
	padding: 0;
	margin: 0;
}

#preHdMd {
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	margin: 0 !important;
}

#preHdMd .vc_col-sm-3 .vc_column-inner .wpb_wrapper,
#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
	display: flex;
	flex-direction: row;
}

#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
	text-align: center;
	justify-content: center;
	align-items: center;
}

#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 13.5px;
	height: 48px;
	line-height: 46px;
	margin-right: 10px;
	padding: 0 25px;
	background: transparent;
	border: none;
	color: #fff;
}

#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a:hover {
	opacity: 0.5;
}

#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container:first-child a {
	margin-left: 20px;
}

#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-envelope {
	background: url("/app/uploads/2022/09/Mail.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 18px !important;
	height: 13px !important;
	font-size: 0 !important;
	display: block;
	left: 0;
	margin-top: 0;
}

#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-phone-alt {
	background: url("/app/uploads/2022/09/Telf.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 16px !important;
	height: 16px !important;
	font-size: 0 !important;
	display: block;
	left: 2px;
	margin-top: -1px;
}

#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 13.5px;
	line-height: 20px;
	color: #fff;
	background: transparent;
	border: none;
}

#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a:hover {
	opacity: 0.5;
}

#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a.vc_btn3-icon-right {
	padding-right: 22px;
}

#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-plus-circle {
	background: url(/app/uploads/2022/09/Plus.svg) center center no-repeat transparent !important;
	background-size: cover !important;
	width: 15px !important;
	height: 15px !important;
	font-size: 0 !important;
	display: block;
	margin-top: 1px;
	right: 0;
}

#preHdMd .vc_col-sm-3 .vc_column-inner .wpb_wrapper .vc_btn3-container,
#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container {
	margin: 0;
	padding: 0;
}

#HdMd {
	margin: 0 !important;
	height: 75px;
	background: #fff;
}

header#masthead .sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}

#HdMd .wpb_column:first-child figure img {
	max-width: 185px;
	height: auto;
}

#HdMd .wpb_column:last-child {
	text-align: right;
}

#HdMd .vc_col-sm-3:first-child {
	width: 18%;
}

#HdMd .vc_col-sm-3:last-child {
	width: 14%;
}

#HdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .wpb_single_image {
	margin: 0;
	height: 75px;
	padding-left: 15px;
}

#HdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .wpb_single_image figure,
#HdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .wpb_single_image figure a {
	display: flex;
	align-items: center;
	height: 100%;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper {
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: end;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container {
	margin: 0;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 13.5px;
	height: 48px;
	line-height: 46px;
	padding: 0 25px;
	background: transparent;
	border: none;
	color: #fff;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container a:hover {
	opacity: 0.5;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-user {
	background: url("/app/uploads/2022/09/Perfil.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 16px !important;
	height: 23px !important;
	font-size: 0 !important;
	display: block;
}

#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-search {
	background: url("/app/uploads/2022/10/Lupa.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 21px !important;
	height: 22px !important;
	font-size: 0 !important;
	display: block;
}

#HdMd .vc_col-sm-3:last-child .shopIconMd {
	height: 100%;
	margin: 0;
	background: transparent;
	padding-right: 15px;
}

#HdMd .vc_col-sm-3:last-child .shopIconMd .bc-menu-cart-icon {
	color: transparent !important;
	background: url("/app/uploads/2022/10/Shop.svg") center center no-repeat transparent !important;
	background-size: cover !important;
	width: 21px !important;
	height: 21px !important;
	display: block;
	margin-left: 10px;
}

#HdMd .vc_col-sm-3:last-child .shopIconMd .bc-mnc__cart-link--count-circle {
	color: #fff !important;
	background: #e3113f !important;
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;
	font-family: "Montserrat" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 10px !important;
	text-align: center !important;
	text-indent: 1px !important;
	top: -7px !important;
	right: -7px !important;
	margin: 0 !important;
}

#HdMd .vc_col-sm-3:last-child .shopIconMd #mega-menu-wrap-max_mega_menu_1,
#HdMd .vc_col-sm-3:last-child .shopIconMd #mega-menu-wrap-max_mega_menu_1 .bc-mnc.bc-mnc__float-right {
	height: 100%;
	margin: 0;
	display: flex;
	background: transparent;
	justify-content: center;
	align-items: center;
}

#HdMd .vc_col-sm-6 {
	width: 68%;
}

#HdMd .wpb_column .widget_nav_menu,
#HdMd .wpb_column .vc_wp_custommenu {
	margin: 0;
}

#HdMd .wpb_column ul#menu-menu-principal {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	justify-content: space-between;
	height: 75px;
	align-items: center;
}

#HdMd .wpb_column ul#menu-menu-principal li {
	position: relative;
}

#HdMd .wpb_column ul#menu-menu-principal li a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #525151;
	text-decoration: none;
	outline: none !important;
}

#HdMd .wpb_column ul#menu-menu-principal li a:hover {
	color: #d9b64c;
}

#HdMd .wpb_column ul#menu-menu-principal li.menu-item ul.sub-menu {
	display: none;
	position: absolute;
	top: 22px;
	left: -20px;
	margin: 0;
	border-radius: 10px;
	list-style: none;
	background: #fffffff5;
	width: 245px;
	padding: 20px;
	box-shadow: 0 0 1px #ccc;
	z-index: 999;
}

#HdMd .wpb_column ul#menu-menu-principal li.menu-item.menu-item-106 ul.sub-menu {
	width: 300px;
}

#HdMd .wpb_column ul#menu-menu-principal li.menu-item.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

#HdMd .wpb_column ul#menu-menu-principal li.menu-item ul.sub-menu li.menu-item {
	margin-bottom: 10px;
}

#HdMd .wpb_column ul#menu-menu-principal li.menu-item ul.sub-menu li.menu-item:last-child {
	margin-bottom: 0;
}


/********************
	SLIDER HOME
********************/
#sldMd rs-slides,
#sldMd #rev_slider_1_1,
#sldMd #rev_slider_1_1_wrapper,
#sldMd #rev_slider_1_1_forcefullwidth {
	max-height: 700px !important;
}

#sldMd .rs-parallax-wrap {
	width: 100% !important;
	height: auto !important;
}

#sldMd rs-slide .rs-parallax-wrap:nth-child(2) {
	top: 0 !important;
}

#sldMd .rs-parallax-wrap rs-loop-wrap,
#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap,
#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap .rs-layer {
	width: 100% !important;
	height: auto !important;
	max-height: 500px;
}

/*#sldMd #slider-1-slide-1-layer-1,
#sldMd #slider-1-slide-2-layer-1,
#sldMd #slider-1-slide-3-layer-1,
#sldMd #slider-1-slide-4-layer-1,
#sldMd #slider-1-slide-5-layer-1 {
	position: relative;
	top: -15px;
}*/

#sldMd .rs-parallax-wrap h1 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400 !important;
	font-size: 50px;
	line-height: 1.1em !important;
	text-align: center !important;
	text-shadow: 0 0 38px #000;
	margin: 0 auto !important;
	max-width: 88%;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 {
	max-width: 42%;
	text-align: left !important;
	margin: 60px 0 0 18% !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 b {
	color: #fff;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
	text-align: left !important;
	margin: 25px 0 10px 0 !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p b {
	color: #b5a04e !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p:last-child {
	margin-top: 0 !important;
}

#sldMd .rs-parallax-wrap p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500 !important;
	font-size: 22px;
	line-height: 1em !important;
	color: #fff;
	text-align: center !important;
	margin: 25px 0 20px !important;
}

#sldMd .md-trigger {
	width: 134px;
	background: linear-gradient(255.3deg, #e3113f 7.28%, #bc012a 87.93%);
	border-radius: 36px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px !important;
	text-align: center !important;
	margin: 0 auto 0 !important;
	cursor: pointer;
}

#sldMd .md-trigger:hover {
	opacity: 0.5;
}

#sldMd .md-trigger::before {
	content: "";
	background: url(/app/uploads/2022/09/Play.svg) center center no-repeat transparent;
	background-size: cover !important;
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	top: 1px;
	position: relative;
}

#sldMd br {
	display: none;
}

#sldMd .vc_column-inner .wpb_raw_html {
	margin: 0;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	z-index: 1;
}

#sldMd #rev_slider_1_1_wrapper .hesperiden .tp-bullet {
	background: transparent;
	border: 1px solid #ffffff85;
	width: 12px;
	height: 12px;
}

#sldMd #rev_slider_1_1_wrapper .hesperiden .tp-bullet.selected {
	background: #d9b64c;
	border-color: #d9b64c;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
	margin-top: 0 !important;
	line-height: 1.2em !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 br {
	display: block !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 {
	font-size: 42px !important;
	margin-top: 5px !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p:last-child {
	font-size: 17px;
	margin-bottom: 0 !important;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
	max-height: 700px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 img {
	height: auto !important;
}

#grMd {
	padding: 0 13px;
}

#grMd ul#catList {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

#grMd ul#catList li {
	margin: 0 12px 15px;
	flex: 1 0 21%;
}

#grMd ul#catList li:nth-child(1),
#grMd ul#catList li:nth-child(5) {
	margin-left: 0;
}

#grMd ul#catList li:nth-child(4),
#grMd ul#catList li:nth-child(8) {
	margin-right: 0;
}

#grMd ul#catList li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	max-height: 96%;
}

#grMd ul#catList li a:hover {
	background: url("/app/uploads/2022/09/PlusHover.svg") center 40% no-repeat #bc012a;
}

#grMd ul#catList li a:hover img {
	opacity: 0.15;
}

#grMd ul#catList li a img {
	width: 100%;
	height: auto;
}

#grMd ul#catList li a span {
	width: 100%;
	height: 53px;
	line-height: 52px;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	position: absolute;
	background: #000000ad;
}

#grMd ul#catList li a:hover span {
	background: transparent;
}


/********************
	TABLA PRECIOS
********************/
#tblMd {
	padding: 10px;
}

#tblMd .topTbl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

#tblMd .topTbl ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tblMd .topTbl ul li {
	line-height: 40px;
	height: 40px;
	margin-right: 3px;
	background: #f3f3f3;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding: 0 25px;
}

#tblMd .topTbl ul li.active {
	background: #d9b64c;
}

#tblMd .topTbl ul li.active a {
	color: #fff;
}

#tblMd .topTbl ul li:first-child {
	border-radius: 15px 0 0 15px;
}

#tblMd .topTbl ul li:last-child {
	border-radius: 0 15px 15px 0;
}

#tblMd .topTbl ul li a {
	color: #525151;
	text-decoration: none;
}

#tblMd .topTbl a.btn {
	min-width: 275px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: #fff !important;
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%) !important;
	border-radius: 10px;
	border: none !important;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
}

#tblMd .lstTbl ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tblMd .lstTbl ul li {
	display: flex;
	flex-direction: row;
	height: 55px;
	line-height: 55px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #525151;
	margin: 0 -4px;
}

#tblMd .lstTbl ul li span {
	height: 55px;
	line-height: 46px;
	background: #f3f3f3;
	display: block;
	text-align: center;
	border: 4px solid #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tblMd .lstTbl ul li span:nth-child(1) {
	text-align: left;
	padding-left: 35px;
	width: 38%;
	justify-content: start;
}

#tblMd .lstTbl ul li span:nth-child(2) {
	width: 13%;
}

#tblMd .lstTbl ul li span:nth-child(3) {
	width: 13%;
}

#tblMd .lstTbl ul li span:nth-child(4) {
	width: 13%;
}

#tblMd .lstTbl ul li span:nth-child(5) {
	width: 23%;
}

#tblMd .lstTbl ul li span a {
	text-decoration: underline;
	color: #d9b64c;
}

#tblMd .lstTbl ul li span a:hover {
	opacity: 0.5;
}

#tblMd .lstTbl ul li:first-child span {
	background: #dadada !important;
	font-weight: bold;
}

#tblMd .lstTbl ul li:first-child span:first-child {
	border-radius: 15px 0 0 0;
}

#tblMd .lstTbl ul li:first-child span:last-child {
	border-radius: 0 15px 0 0;
}

#tblMd .lstTbl ul li:nth-child(odd) span {
	background: #fff;
}

#tblMd .lstTbl ul li span .quantity,
#cartMD .product-quantity .quantity {
	display: inline-block;
	position: relative;
}

#tblMd .lstTbl ul li span .quantity input {
	min-width: 65px;
	margin: 0 0;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: none;
	color: #525151;
	padding: 0 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	appearance: initial;
	cursor: pointer;
	background: url("/app/uploads/2022/10/DwnSelect2.svg") center right no-repeat #fff;
	outline: none;
	box-shadow: none;
	text-align: center;
	padding-right: 28px;
	padding-left: 0;
	border: 1px solid #525151;
	max-width: 70px;
}

#tblMd .lstTbl ul li span .quantity .quantity-nav,
#cartMD .product-quantity .quantity .quantity-nav {
	position: absolute;
	top: 0;
	left: 38px;
	display: flex;
	flex-direction: column;
	height: 40px;
}

#tblMd .lstTbl ul li span .quantity .quantity-nav button,
#cartMD .product-quantity .quantity .quantity-nav button {
	border: none;
	background: none;
	cursor: pointer;
}

#tblMd .lstTbl ul li span div + button {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #fff !important;
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%) !important;
	border-radius: 10px;
	border: none !important;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
	height: 34px;
	line-height: 34px;
}

#tblMd .lstTbl ul li span div + button::before {
	content: "";
	width: 14px;
	height: 12px;
	display: inline-block;
	background: url("/app/uploads/2022/09/Shop.svg") center center no-repeat transparent;
	margin-right: 5px;
}


/********************
	PRODUCT PAGE
********************/
body.single-product .container #main .woocommerce-breadcrumb {
	display: none;
}

body.single-product .container #main div.product {
	max-width: 1260px;
	margin: 100px auto 0;
}

body.single-product .container #main div.product .woocommerce-product-gallery {
	width: 48%;
	display: inline-block;
	margin-right: 3.6666%;
}

body.single-product .container #main div.product .entry-summary {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

body.single-product .container #main div.product .woocommerce-product-gallery figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}

body.single-product .container #main div.product .woocommerce-product-gallery figure img {
	width: 100%;
	border-radius: 20px;
}

body.single-product .container #main div.product .flex-viewport {
	margin-bottom: 5px;
}

body.single-product .container #main div.product ol.flex-control-nav li {
	width: 18.3333333%;
	margin-bottom: 1%;
	margin-right: 2%;
	clear: none;
}

body.single-product .container #main div.product ol.flex-control-nav li:nth-child(5),
body.single-product .container #main div.product ol.flex-control-nav li:nth-child(10) {
	margin-right: 0;
}

body.single-product .container #main div.product ol.flex-control-nav li img {
	width: 100%;
	border-radius: 20px;
}

body.single-product .container #main div.product .entry-summary h1.product_title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
}

body.single-product .container #main div.product .entry-summary p.price .amount bdi,
body.single-product .container #main div.product .entry-summary p.price .amount bdi .woocommerce-Price-currencySymbol {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #d9b64c;
}

body.single-product .container #main div.product .tpPrd {
	display: flex;
	flex-direction: row;
}

body.single-product .container #main div.product .entry-summary .entry-title {
	order: 1;
}

body.single-product .container #main div.product .entry-summary .price {
	order: 4;
}

body.single-product .container #main div.product .entry-summary .woocommerce-product-details__short-description {
	order: 3;
}

body.single-product .container #main div.product .entry-summary .cart {
	order: 5;
}

body.single-product .container #main div.product .entry-summary #shareMd {
	order: 6;
}

body.single-product .container #main div.product .entry-summary .product_meta {
	order: 2;
	margin-top: 8px;
}

body.single-product .container #main div.product .product_meta .posted_in,
body.single-product .container #main div.product .product_meta .tagged_as {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #525151;
	margin-top: 5px;
}

body.single-product .container #main div.product .product_meta .tagged_as {
	margin-left: 15px;
}

body.single-product .container #main div.product .product_meta .posted_in a,
body.single-product .container #main div.product .product_meta .tagged_as a {
	color: #d9b64c;
	text-decoration: none;
}

body.single-product .container #main div.product .product_meta .posted_in a:hover,
body.single-product .container #main div.product .product_meta .tagged_as a:hover {
	opacity: 0.5;
}

body.single-product .container #main div.product .product_meta .sku_wrapper {
	display: none;
}

body.single-product .container #main div.product .stock.out-of-stock {
	order: 4;
	padding: 0 0 15px;
	margin: -15px 0 0;
}

body.single-product .container #main div.product ul.ltDesp {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	order: 5;
}

body.single-product .container #main div.productn ul.ltDesp li {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.single-product .container #main div.product ul.ltDesp li span {
	color: #d9b64c;
}

body.single-product .container #main div.product .woocommerce-product-details__short-description p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.single-product .container #main div.product .cart button.single_add_to_cart_button {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #fff !important;
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%) !important;
	border-radius: 15px;
	border: none !important;
	padding: 0 35px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	width: 310px;
	text-transform: uppercase;
	cursor: pointer;
}

body.single-product .container #main div.product .cart button.single_add_to_cart_button::before {
	content: "";
	width: 20px;
	height: 18px;
	display: inline-block;
	background: url("/app/uploads/2022/09/Shop.svg") center center no-repeat transparent;
	margin-right: 8px;
	background-size: cover !important;
	position: relative;
	top: 1px;
}

body.single-product .container #main div.product form .btnExpert,
body.single-product .container #main div.product .out-of-stock + .btnExpert,
body.single-product .container #main div.product button.single_add_to_cart_button .btnExpert {
	order: 5;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #d9b64c !important;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #d9b64c !important;
	padding: 0 35px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	height: 45px;
	line-height: 45px;
	width: 310px;
}

body.single-product .container #main div.product form + .btnExpert:hover,
body.single-product .container #main div.product .out-of-stock + .btnExpert:hover,
body.single-product .container #main div.product .cart button.single_add_to_cart_button:hover {
	opacity: 0.5;
}

body .woocommerce-message {
	background-color: #d9b64c;
	font-family: "Montserrat";
	text-align: center;
	color: #fff;
	line-height: 58px;
	margin: 10px 0;
}

body .woocommerce-message a {
	color: #fff;
	font-weight: 700;
	margin-right: 20px;
}

body .woocommerce-message a:hover {
	opacity: 0.5;
}

body .woocommerce-info {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	text-align: center;
	margin: 20px 0 15px;
	font-style: normal;
	color: #fff;
	line-height: 35px;
	opacity: 0.9;
}

body .cart-empty.woocommerce-info {
	background: transparent;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	font-style: normal;
	font-size: 22px;
	line-height: 35px;
	opacity: 0.9;
}

body .return-to-shop {
	margin-bottom: 300px;
}

body .return-to-shop a.wc-backward {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #525151;
	background: transparent;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d9b64c;
	border-radius: 15px;
	display: block;
	width: 175px;
	text-decoration: none;
	margin: 0 auto;
}

body.single-product .container #main div.product .cart .quantity {
	position: relative;
}

body.single-product .container #main div.product .cart .quantity .input-text {
	border-radius: 10px;
	width: 70px;
	outline: none;
	text-align: center;
	border: none;
	background: #f3f3f3;
	appearance: initial !important;
	font-size: 18px;
	padding-right: 30px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

body.single-product .container #main div.product .cart .quantity .quantity-nav {
	position: absolute;
	top: 0;
	left: 38px;
	display: flex;
	flex-direction: column;
	height: 40px;
}

body.single-product .container #main div.product .cart .quantity .quantity-nav button {
	border-radius: 0;
	border-top-right-radius: 10px;
	height: 20px;
	border: 0;
	background: url("/app/uploads/2022/10/plus.svg") center center no-repeat #d9b64c;
	cursor: pointer;
}

body.single-product .container #main div.product .cart .quantity .quantity-nav button:last-child {
	background: url("/app/uploads/2022/10/less.svg") center center no-repeat #d9b64c;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
}

body.single-product .container #main div.product .cart .quantity .quantity-nav button:hover {
	opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */
body.single-product .container #main div.product .cart .quantity input::-webkit-outer-spin-button,
body.single-product .container #main div.product .cart .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
body.single-product .container #main div.product .cart .quantity input[type="number"] {
	-moz-appearance: textfield;
}

body.single-product .related.products h2 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #525151;
	opacity: 0.9;
}

body.single-product #prMd.products,
body.single-product #hlpMd {
	margin-bottom: 80px;
}

body.single-product #grMd .subTtl h3 {
	margin-top: 0;
}

body.single-product .variations .label,
body.single-product .variations .value .reset_variations,
body.single-product .woocommerce-product-gallery__trigger {
	display: none !important;
}

body.single-product .variations .value select {
	margin: 0 0;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #525151;
	padding: 0 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	appearance: initial;
	cursor: pointer;
	background: url(/app/uploads/2022/10/DwnSelect2-1.svg) center right no-repeat #f3f3f3;
	box-shadow: none;
	border-radius: 10px;
	outline: none;
	padding-right: 50px;
	letter-spacing: 0.02em;
}

body.single-product .ttlTabs {
	max-width: 1260px;
	margin: 100px auto 0;
	display: flex;
	flex-direction: row;
}

body.single-product .ttlTabs span {
	width: 20%;
	display: block;
}

body.single-product .ttlTabs a {
	display: block;
	border-radius: 30px;
	background: #fafafa;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #d9b64c;
}

body.single-product .ttlTabs a:hover {
	background: #e9e9e9;
}

body.single-product .ttlTabs a i {
	width: 12px;
	height: 14px;
	background: url(/app/uploads/2022/10/lft.svg) center center no-repeat transparent;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 2px;
}

body.single-product .ttlTabs span:last-child a i {
	margin-right: 0;
	margin-left: 10px;
	background: url(/app/uploads/2022/10/rght.svg) center center no-repeat transparent;
}

body.single-product .ttlTabs h3 {
	width: 60%;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #525151;
	opacity: 0.9;
	display: block;
	margin: 0;
}

body.single-product .woocommerce-tabs {
	max-width: 1260px;
	margin: 20px auto 0;
	background: #fafafa;
	border-radius: 30px;
	padding: 40px;
	display: flex;
	flex-direction: row;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs {
	width: 35%;
	padding-right: 3%;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li,
body.single-product .woocommerce-tabs .tabs.wc-tabs .wpb_raw_html #extraInfoProd span {
	background: #e9e9e9;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	display: block;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li:hover,
body.single-product .woocommerce-tabs .tabs.wc-tabs .wpb_raw_html #extraInfoProd span:hover {
	opacity: 0.5;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li.active {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li.active:hover {
	opacity: 1;
	cursor: default;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li a,
body.single-product .woocommerce-tabs .tabs.wc-tabs .wpb_raw_html #extraInfoProd span a {
	outline: none;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #525151;
	opacity: 0.9;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	background: url("/app/uploads/2022/10/moreInfoProd.svg") no-repeat center right transparent;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs li.active a {
	color: #fff;
	background: url("/app/uploads/2022/10/moreInfoProd2.svg") no-repeat center right transparent;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs .wpb_raw_html #extraInfoProd span:hover a {
	background: url("/app/uploads/2022/10/moreInfoProd2.svg") no-repeat center right transparent;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs .vc_wp_custommenu,
body.single-product .woocommerce-tabs .tabs.wc-tabs .vc_wp_custommenu .widget_nav_menu {
	margin-bottom: 0;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs h2.widgettitle {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #525151;
	opacity: 0.9;
	margin-bottom: 5px;
	margin-top: 50px;
}

body.single-product .woocommerce-tabs .tabs.wc-tabs .menu-lateral-producto-container .menu {
	padding: 0;
	margin: 0;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
	background: #e9e9e9;
	border-radius: 10px;
	width: 65%;
	padding: 20px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	display: none;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
	margin-top: 0;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel img {
	width: 100%;
	height: auto;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table tr td:nth-child(1) {
	width: auto !important;
	display: inline;
	font-weight: 800;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table tr td:nth-child(1)::after {
	content: ":";
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel table tr td:nth-child(2) {
	width: auto !important;
	display: inline;
	margin-left: 5px;
}

body.single-product .container #main div.product .entry-summary #shareMd p {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0.02em;
	color: #525151;
	margin-top: 25px;
	margin-bottom: 10px;
}

body.single-product .container #main div.product .entry-summary #shareMd .addtoany_shortcode .addtoany_list a:first-child {
	padding-left: 0;
	margin-left: 0;
}

body.single-product .container #main div.product .entry-summary #shareMd .addtoany_shortcode .addtoany_list a:last-child {
	display: none;
}

body.single-product .container #main div.product .entry-summary #shareMd .addtoany_shortcode .addtoany_list a span:first-child {
	border-radius: 50%;
}

body.single-product .container #main div.product .entry-summary #shareMd .addtoany_shortcode .addtoany_list a span svg {
	padding: 5px;
}


/********************
	WOOCOMERCE PAGE
********************/
body.page-template-page-ecommerce .container #primary {
	max-width: 1260px;
	margin: 100px auto 0;
}

body.page-template-page-ecommerce .container #primary h1.entry-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #525151;
	opacity: 0.9;
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #stepCart {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #d9b64c;
	opacity: 0.9;
	margin: 0 0 40px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD {
	display: flex;
	flex-direction: row;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form {
	display: block;
	width: 73%;
	margin-right: 2%;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table {
	border-spacing: 0 6px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table thead tr {
	background: #e3e3e3;
	height: 42px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table thead tr th {
	padding: 0 10px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table thead tr .product-name {
	text-indent: -75px;
	min-width: 300px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr {
	background: #f2f2f2;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr td {
	padding: 10px 10px 3px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr:last-child {
	background: transparent;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-remove {
	text-align: center;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-remove a {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	font-size: 0;
	background: url("/app/uploads/2022/10/eliminar.svg") center center no-repeat transparent;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-subtotal bdi span,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-price bdi span,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-subtotal bdi,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-price bdi,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-name a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	text-decoration: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-quantity input {
	border-radius: 5px;
	width: 70px;
	outline: none;
	text-align: center;
	background: url(/app/uploads/2022/10/DwnSelect4.svg) center right no-repeat #fff;
	appearance: initial !important;
	font-size: 18px;
	padding-right: 30px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	border: 1px solid #d1d1d1;
}

/* Chrome, Safari, Edge, Opera */
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-quantity input::-webkit-outer-spin-button,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-quantity input[type="number"] {
	-moz-appearance: textfield;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-remove a:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-thumbnail {
	border-spacing: 30px;
	width: 85px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr img {
	max-width: 65px;
	height: auto;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst {
	margin: 40px 0 125px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst a,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #525151;
	background: transparent;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d9b64c;
	border-radius: 15px;
	display: inline-block;
	width: 175px;
	text-decoration: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst a:hover,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button:hover {
	background: #d9b64c;
	color: #fff;
	cursor: pointer;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button {
	margin-right: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst a:nth-child(2),
body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button:nth-child(3) {
	float: right;
}

body.page-template-page-ecommerce .container #primary .entry-content .txtCart p {
	text-align: center;
	max-width: 92%;
	margin: 0 auto 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content .txtCart p a {
	color: #d9b64c;
	text-decoration: none;
}

body.page-template-page-ecommerce .container #primary .entry-content .txtCart p a:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd {
	position: relative;
	margin: 120px 0 50px;
	max-width: 100%;
	width: 100%;
	display: block;
}

body.page-template-page-ecommerce.woocommerce-checkout .container #primary .entry-content #srchMd {
	width: 100%;
	left: 0;
	transform: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd .widget {
	width: 580px;
	display: block;
	margin: 0 auto;
	position: relative;
}


body.page-template-page-ecommerce .container #primary .entry-content #srchMd .widget input.search-field {
	border: 1.5px solid #525151;
	border-radius: 30px;
	opacity: 0.3;
	text-align: center;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	width: 580px;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd .widget input.search-submit {
	width: 25px;
	height: 26px;
	background: url(/app/uploads/2022/09/Search.svg) center center no-repeat transparent;
	border: none;
	font-size: 0;
	position: absolute;
	left: 20px;
	top: 12px;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd .relateds {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd .relateds a {
	color: #525151;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 4px;
}

body.page-template-page-ecommerce .container #primary .entry-content #srchMd .relateds span {
	color: #d9b64c;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals {
	display: block;
	width: 25%;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table {
	background: #f2f2f2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #timeCart {
	background: #e3113f;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

body.page-template-page-ecommerce .container #primary .entry-content #timeCart p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0 0 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content #timeCart time {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #fff;
	padding-left: 40px;
	background: url(/app/uploads/2022/10/time.svg) left center no-repeat transparent;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals h2 {
	background: #f2f2f2;
	margin: 0;
	padding: 20px 20px 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart_item {
	height: 30px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table td.product-name {
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1em;
	padding-top: 10px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .product-name a {
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .product-subtotal {
	padding-right: 20px;
	text-align: right;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .product-subtotal bdi,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .product-subtotal bdi span {
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal {
	height: auto;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal th {
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	padding-left: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
	text-align: right;
	padding-right: 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal td bdi,
body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal td bdi span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 {
	height: 50px;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 th {
	padding-left: 20px;
	vertical-align: top;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 td {
	padding-right: 20px;
	vertical-align: top;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 td  span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #orderTotal {
	background: #525151;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	height: 65px;
}

body.page-template-page-ecommerce .container #primary .entry-content #orderTotal table {
	margin: 0;
	height: 65px;
}

body.page-template-page-ecommerce .container #primary .entry-content #orderTotal table th {
	text-align: left;
	padding-left: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #orderTotal table td {
	text-align: right;
	padding-right: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #orderTotal table td bdi,
body.page-template-page-ecommerce .container #primary .entry-content #orderTotal table td bdi span {
	color: #fff;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .wc-proceed-to-checkout a {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
}

body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .wc-proceed-to-checkout a:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart {
	background: #f2f2f2;
	border-radius: 5px;
	margin: 10px 0 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart table {
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals {
	display: flex;
	flex-direction: column;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals th {
	margin: 0;
	padding: 20px 20px 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	text-align: left;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart form {
	width: 100%;
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method {
	margin: 0;
	padding: 0 20px;
	list-style: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method li {
	margin-bottom: 10px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method li input {
	position: relative;
	top: 2px;
	margin-right: 6px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method li label {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-calculator a {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #525151;
	background: transparent;
	padding: 0 35px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #d9b64c;
	border-radius: 15px;
	display: inline-block;
	width: auto;
	text-decoration: none;
	margin-left: 20px;
	outline: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-destination {
	padding-left: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form {
	margin: 10px 20px 0;
	border: 1px solid #d9b64c;
	border-radius: 10px;
	padding: 10px 10px 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p {
	margin: 0 0 10px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p:last-child {
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p input,
body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p .select2-selection--single {
	width: 100%;
	height: 28px !important;
	line-height: 28px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #525151;
	padding: 0 11px !important;
	border-radius: 3px;
	border: 1px solid #ccc !important;
	appearance: initial !important;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p .select2-selection--single .select2-selection__rendered {
	padding: 0;
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .select2-container--default .select2-results__option--highlighted[aria-selected],
body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #e4103f;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-calculator p button.button {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 0;
	border: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-calculator p button.button:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p .select2-selection__arrow {
	background: url(/app/uploads/2022/10/SelectDown.svg) center center no-repeat transparent;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .shipping-calculator-form p .select2-selection__arrow b {
	display: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method li label span bdi,
body.page-template-page-ecommerce .container #primary .entry-content #shippingCart .woocommerce-shipping-totals ul#shipping_method li label span bdi span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

body.page-template-page-ecommerce .container #primary .entry-content #shippingCart h2 {
	padding-left: 20px;
	margin: 0;
	padding: 20px 20px 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
	width: 74%;
	margin: 0 auto 15px;
}

body.page-template-page-ecommerce #choutMD .woocommerce-error,
body.page-template-page-ecommerce .woocommerce-notices-wrapper .woocommerce-error,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	margin: 0 0 15px;
	list-style: none;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	background: #d9b64c !important;
}

body.page-template-page-ecommerce #choutMD .woocommerce-error a {
	color: #fff;
}

body.page-template-page-ecommerce .woocommerce-notices-wrapper .woocommerce-error li,
body.page-template-page-ecommerce .woocommerce-notices-wrapper .woocommerce-error li strong,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li strong {
	color: #fff;
}


body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout .col2-set {
	display: block;
	width: 73%;
	margin-right: 2%;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout #order_review {
	display: block;
	width: 25%;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table {
	background: #f2f2f2;
	border-radius: 5px;
	margin: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table thead .product-name {
	margin: 0;
	padding: 20px 20px 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .cart_item {
	height: 30px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-name {
	padding-left: 20px;
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total {
	padding-right: 20px;
	text-align: right;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total bdi,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total bdi span {
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total {
	height: 30px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-totalth {
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	padding-left: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total td {
	text-align: right;
	padding-right: 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total td bdi,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tbody .product-total td bdi span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal {
	height: auto;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal th {
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	padding-left: 20px;
	text-align: left;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal td {
	text-align: right;
	padding-right: 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal td bdi,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal td bdi span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 {
	height: 50px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 th {
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 td {
	text-align: right;
	padding-right: 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	vertical-align: top;
	width: 100%;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 td span {
	text-align: right;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	vertical-align: top;
	width: 100%;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-terms-and-conditions-wrapper {
	background: #f2f2f2;
	border-radius: 5px;
	margin: 10px 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-terms-and-conditions-wrapper p {
	font-family: "IBM Plex Serif";
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #525151;
	padding: 20px;
	margin: 10px 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	padding-bottom: 0;
	margin-bottom: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-terms-and-conditions-wrapper #terms {
	position: relative;
	top: 1px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
	line-height: 18px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD button#place_order {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD button#place_order:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #customer_details h3 {
	margin: 0;
	background: #e3e3e3;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	padding-left: 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: #525151;
	margin-top: 5px;
	margin-bottom: 30px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #customer_details h3 input {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .col-2 {
	margin-top: 50px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .txtCart {
	width: 73%;
	margin-top: 125px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .txtCart p {
	text-align: center;
	max-width: 92%;
	margin: 0 auto 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .txtCart p a {
	color: #d9b64c;
	text-decoration: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .txtCart p a:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment {
	margin: 10px 0 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment h2 {
	margin: 0;
	padding: 20px 20px 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: left;
	background: #f2f2f2;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment .wc_payment_methods {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: left;
	background: #f2f2f2;
	margin: 0;
	padding-bottom: 20px;
	list-style: none;
	padding-left: 20px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment .wc_payment_methods li input {
	position: relative;
	top: 2px;
	margin-right: 6px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment .wc_payment_methods li label {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review #payment .wc_payment_methods li .payment_box p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0;
	padding-right: 20px;
	margin-bottom: 10px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	padding-top: 0;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row label,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row label {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row label .required,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row label .required {
	text-decoration: none;
	color: #e4103f;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row.cmc_file label,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row.cmc_file label {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	width: 100%;
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row.cmc_file label a,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row.cmc_file label a {
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row label span,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row label span {
	display: inline;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row span,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row span input,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row span select,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-additional-fields .form-row span textarea,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row span,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row span input,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row span select,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row span textarea {
	width: 100%;
	display: block;
	margin-top: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row span input,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row span input,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-additional-fields .form-row span textarea {
	line-height: 42px;
	height: 42px;
	padding: 0 0 0 15px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #525151;
	border: 1px solid #ccc;
	outline: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-additional-fields .form-row span textarea {
	height: 150px;
	line-height: 1.2em;
	padding-top: 15px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .select2-selection--single,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .select2-selection--single {
	line-height: 42px;
	height: 42px;
	padding: 0 0 0 15px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #525151;
	border: 1px solid #ccc;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .select2-selection--single .select2-selection__rendered,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .select2-selection--single .select2-selection__rendered {
	padding: 0;
	margin: 0;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #525151;
	line-height: 42px;
	height: 42px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD #billing_address_2_field span,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD #shipping_address_2_field span {
	margin-top: 27px;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .select2-selection__arrow,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow {
	background: url(/app/uploads/2022/10/SelectDown.svg) center center no-repeat transparent;
	width: 20px !important;
	height: 42px;
	margin-right: 15px;
	margin-top: 0;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .select2-selection__arrow b,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .select2-selection__arrow b {
	display: none;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .vc_row #cartMD {
	max-width: 73%;
	width: 100%;
	text-align: center;
	display: block;
}

body.error404 #primary {
	height: 60vh;
}

body.error404 #primary .error-404 {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}

body.error404 #primary .error-404 h1.page-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	color: #525151;
	opacity: 0.9;
}

body.search .container,
body.single-post .container {
	max-width: 1260px;
	margin: 100px auto 0;
}

body.search .container .row,
body.single-post .container .row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.search .container #primary,
body.single-post .container #primary {
	-ms-flex: 0 0 69.666667%;
	flex: 0 0 69.666667%;
	max-width: 69.666667%;
	padding-right: 100px;
}

body.search .container #secondary,
body.single-post .container #secondary {
	-ms-flex: 0 0 30.333333%;
	flex: 0 0 30.333333%;
	max-width: 30.333333%;
}

body.search .container #primary h1.page-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	color: #525151;
	opacity: 0.9;
	margin-top: 0;
}

body.search .container #primary article:last-child {
	margin-bottom: 250px;
}

body.search .container #primary article .entry-title {
	margin-top: 45px;
	margin-bottom: 0;
}

body.search .container #primary article .entry-title a {
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 1em;
	color: #d9b64c;
	opacity: 0.9;
}

body.search .container #primary article .entry-title a:hover {
	opacity: 0.5;
}

body.search .container #primary article .entry-summary {
	margin-top: 10px;
}

body .container #secondary section.widget_block:not(.widget_search) {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #999;
}

body .container #secondary section.widget_block:not(.widget_search):last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 120px;
}

body .container #secondary section.widget_block h2 {
	padding: 0;
	margin: 0 0 5px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	color: #d9b64c;
	opacity: 0.9;
}

body .container #secondary section.widget_block ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body .container #secondary section.widget_block ul li {
	margin-bottom: 5px;
}

body .container #secondary section.widget_block ul li a {
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #525151;
	opacity: 0.75;
}

body .container #secondary section.widget_block ul li a:hover {
	opacity: 0.5;
}

body.single-post .container #primary {
	margin-bottom: 150px;
}

body.single-post .container #secondary {
	margin-top: 0;
}

body.single-post .container #primary h1.entry-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	color: #525151;
	opacity: 0.9;
	margin-top: 0;
	line-height: 1.3em;
}

body.single-post .container #primary .entry-meta {
	display: none;
}

body.single-post .container #primary .post-thumbnail img {
	width: 100%;
}

body.single-post .nav-links a {
	display: block;
	border-radius: 30px;
	background: #fafafa;
	text-align: center;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #525151;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	font-weight: 200;
}

body.single-post .nav-links a:hover {
	background: #e9e9e9;
}

body.single-post .nav-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}

body.single-post .nav-links .nav-next,
body.single-post .nav-links .nav-previous {
	max-width: 45%;
}

body.single-post .nav-links a i {
	width: 12px;
	height: 14px;
	background: url(/app/uploads/2022/10/lft.svg) center center no-repeat transparent;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 2px;
}

body.single-post .nav-links .nav-next a i {
	margin-right: 0;
	margin-left: 10px;
	background: url(/app/uploads/2022/10/rght.svg) center center no-repeat transparent;
}


body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #d9b64c;
	opacity: 0.9;
	text-align: center;
	margin-top: 0;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.introThnkx {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #525151;
	margin: 60px 0;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll h3 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	color: #525151;
	opacity: 0.9;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll h3 b {
	color: #d9b64c;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article {
	display: flex;
	flex-direction: row;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul:first-child {
	border-right: 1px solid #d9b64c;
	width: 75%;
	margin-right: 5%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul li {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #525151;
	min-height: 25px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul li .amount bdi,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul li .amount bdi span {
	font-weight: 700;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #525151;
	margin-top: 35px;
	margin-bottom: 0;
	padding-left: 24px;
	background: url("/app/uploads/2022/10/Info.svg") center left no-repeat transparent;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd.mssgMd {
	background: url("/app/uploads/2022/10/mailing.svg") center left no-repeat transparent;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd.mssgMd a {
	color: #d9b64c;
	font-weight: 700;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd.mssgMd a:hover {
	opacity: 0.5;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo {
	margin: 60px 0;
	border-top: 1px solid #d9b64c;
	border-bottom: 1px solid #d9b64c;
	padding: 30px 0 55px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo + p {
	display: none;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo h3 {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	color: #525151;
	opacity: 0.9;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #525151;
	opacity: 0.9;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo p b {
	font-weight: 700;
	color: #d9b64c;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo article {
	display: flex;
	flex-direction: row;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo article ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo article ul:first-child {
	border-right: 1px solid #d9b64c;
	width: 75%;
	margin-right: 5%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo article ul li:first-child {
	font-weight: 700;
	margin-bottom: 15px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order #bankInfo article ul li span {
	min-width: 110px;
	display: inline-block;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-order-details__title,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-column__title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 40px;
	color: #525151;
	opacity: 0.9;
	text-align: left;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details {
	width: 82%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th {
	text-align: left;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody {
	position: relative;
	top: -3px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:first-child,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:first-child {
	border-right: 1px solid #d9b64c;
	width: 50%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:last-child,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:last-child {
	padding-left: 60px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody a {
	text-decoration: none;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #525151;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable {
	height: 1px;
	border-top: 1px dotted #d9b64c;
	margin: 35px 0;
	padding-top: 35px;
	width: 82%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable th {
	text-align: left;
	width: 200px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable tr:last-child th,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable tr:last-child td {
	font-size: 16px;
	padding-top: 15px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable tr:last-child td .amount,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable tr:last-child td .amount span {
	font-weight: 700;
	color: #d9b64c;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order section.woocommerce-order-details {
	margin: 60px 0;
	border-bottom: 1px solid #d9b64c;
	padding: 30px 0 50px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .woocommerce-customer-details {
	margin-bottom: 75px;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .woocommerce-customer-details address {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #525151;
	margin: 0;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .woocommerce-customer-details address p {
	margin: 0;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .addresses {
	display: flex;
	flex-direction: row;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .addresses .col-1,
body.page-template-page-ecommerce .container .entry-content .woocommerce-order .addresses .col-2 {
	width: 41%;
}

body.page-template-page-ecommerce .container .entry-content .woocommerce-order .addresses .col-2 {
	border-left: 1px solid #d9b64c;
	padding-left: 60px;
}

.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}

.search-form .relateds {
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

.search-form .relateds a {
	color: #525151;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 4px;
}

.search-form .relateds span {
	color: #d9b64c;
}

body.search-no-results form.search-form input.search-submit,
body #secondary .widget_search .wp-block-search__inside-wrapper button.wp-element-button {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 15px;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	color: #fff;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0;
	cursor: pointer;
}

body.search-no-results form.search-form input.search-submit {
	position: relative;
	left: -4px;
}

body.search-no-results form.search-form input.search-submit:hover,
body #secondary .widget_search .wp-block-search__inside-wrapper button.wp-element-button:hover {
	opacity: 0.5;
}

body.search-no-results form.search-form input.search-field,
body #secondary .widget_search .wp-block-search__inside-wrapper input.wp-block-search__input {
	width: 380px;
	margin: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	border-radius: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-right: none;
	outline: none;
}

.woocommerce-pagination {
	margin-bottom: 140px;
}

.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	width: fit-content;
	margin: 0 auto;
}

.woocommerce-pagination ul li {
	display: inline-block;
}

.woocommerce-pagination ul li:first-child a,
.woocommerce-pagination ul li:first-child span {
	border-radius: 5px 0 0 5px;
}

.woocommerce-pagination ul li:last-child a,
.woocommerce-pagination ul li:last-child span {
	border-radius: 0 5px 5px 0;
}

.woocommerce-pagination ul li a {
	background-color: #f6f6f6;
	padding: 6px 12px 8px;
	text-decoration: none;
	color: #525151;
}

.woocommerce-pagination ul li span {
	background-color: #d9b64c;
	padding: 6px 12px 8px;
	color: #fff;
}

.woocommerce-pagination ul li a:hover {
	background-color: #d9b64c;
	color: #fff;
}

.woocommerce-pagination ul li a:hover i {
	color: #fff;
}


body.search-results h1.page-title,
body.archive.category h1.page-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 28px !important;
	line-height: 40px;
	text-align: center;
	color: #525151;
	opacity: 0.9;
	margin: 80px 0 60px;
}

body.search-results h1.page-title {
	margin: 0 0 20px;
	text-align: left;
}

body.search-results h1.page-title span,
body.archive.category h1.page-title span {
	font-family: "Montserrat";
	font-weight: 700;
	color: #d9b64c;
	position: relative;
	top: 1px;
	font-size: 28px !important;
}

.woocommerce-account .entry-header {
	margin-bottom: 35px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-EditAccountForm input,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper input,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection {
	border: 1px solid #ccc !important;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection .select2-selection__rendered {
	height: 42px;
	line-height: 42px;
	padding: 0;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-EditAccountForm label,
.woocommerce-account.logged-in .woocommerce-address-fields__field-wrapper p.form-row label {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-weight: 400 !important;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-EditAccountForm label abbr,
.woocommerce-account.logged-in .woocommerce-address-fields__field-wrapper p.form-row label abbr {
	text-decoration: none;
	color: #e4103f !important;
}

.woocommerce-account.logged-in p button.button.wp-element-button {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 0 35px;
	border: none;
	outline: none;
	cursor: pointer;
}

.woocommerce-account.logged-in p button.button.wp-element-button:hover,
body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table a.woocommerce-button:hover {
	opacity: 0.5;
}

body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table a.woocommerce-button {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	border: none;
	cursor: pointer;
}

body.woocommerce-account.logged-in .col2-set {
	margin-bottom: 0;
}

body.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
	margin-top: 0 !important;
}

.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
	display: block;
	font-weight: 800;
}


/********************
	COMMENTS
********************/
#comments.comments-area {
	margin-top: 80px;
}

#comments.comments-area .comments-title {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1em;
	color: #525151;
	opacity: 0.9;
}

#comments.comments-area .comments-title span {
	color: #d9b64c;
	font-size: 20px;
}

#comments.comments-area ol.comment-list {
	list-style: none;
	margin: 35px 0 50px;
	padding: 0;
}

#comments.comments-area ol.comment-list > li.comment {
	border-bottom: 2px solid #a5b3c0;
	margin-bottom: 35px;
	padding-bottom: 35px;
	position: relative;
}

#comments.comments-area ol.comment-list > li.comment .comment-author b,
#comments.comments-area ol.comment-list > li.comment .comment-author b a {
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #525151;
	text-decoration: none;
}

#comments.comments-area ol.comment-list > li.comment .comment-author b a {
	margin-left: 0;
}

#comments.comments-area ol.comment-list > li.comment .comment-author .says {
	display: none;
}

#comments.comments-area ol.comment-list > li.comment .comment-author img {
	border: 1px solid #a5b3c0;
	border-radius: 5px;
}

#comments.comments-area ol.comment-list > li.comment .comment-metadata {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	width: 215px;
	text-align: right;
}

#comments.comments-area ol.comment-list > li.comment .comment-metadata a,
#comments.comments-area ol.comment-list > li.comment .comment-metadata a time,
#comments.comments-area ol.comment-list > li.comment .comment-metadata span {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
	color: #525151;
}

#comments.comments-area ol.comment-list > li.comment .comment-metadata a:hover,
#comments.comments-area ol.comment-list > li.comment .comment-metadata span:hover {
	opacity: 0.5;
}

#comments.comments-area ol.comment-list > li.comment .comment-metadata span {
	margin-left: 8;
	padding-left: 8px;
	border-left: 1px solid #a5b3c0;
}

#comments.comments-area ol.comment-list > li.comment ol.children {
	list-style: none;
	margin-top: 30px;
	padding-left: 15px;
}

#comments.comments-area ol.comment-list > li.comment ol.children li {
	position: relative;
	margin-bottom: 30px;
}

#comments.comments-area ol.comment-list > li.comment ol.children li:last-child {
	margin-bottom: 0;
}

#comments.comments-area .comment-reply-link {
	color: #d9b64c;
	text-decoration: none;
	margin-bottom: 35px;
	font-size: 12px;
}

#comments.comments-area .comment-reply-link:hover {
	opacity: 0.5;
}

#comments.comments-area ol.comment-list .comment-content p {
	margin-top: 15px;
	margin-bottom: 10px;
}

#respond.comment-respond .form-submit input#submit {
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%);
	border-radius: 15px;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	color: #fff;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	border: none;
	margin: 0;
	cursor: pointer;
}

#respond.comment-respond .form-submit input#submit:hover {
	opacity: 0.5;
}

#respond.comment-respond form.comment-form .comment-form-comment {
	margin-bottom: 0;
}

#respond.comment-respond form.comment-form .comment-form-comment textarea#comment {
	height: 150px;
	line-height: 1.2em;
	padding-top: 15px;
	padding: 0 0 0 15px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #525151;
	border: 1px solid #ccc;
	outline: none;
}

#respond.comment-respond form.comment-form .comment-form-author,
#respond.comment-respond form.comment-form .comment-form-email,
#respond.comment-respond form.comment-form .comment-form-url {
	width: 32.6666%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}

#respond.comment-respond form.comment-form .comment-form-email {
	margin: 0 0.5%;
}

#respond.comment-respond form.comment-form .comment-form-author input,
#respond.comment-respond form.comment-form .comment-form-email input,
#respond.comment-respond form.comment-form .comment-form-url input {
	width: 100%;
	line-height: 42px;
	height: 42px;
	padding: 0 0 0 15px;
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #525151;
	border: 1px solid #ccc;
	outline: none;
}

body.single-post .container #primary.site-main #shareMd {
	margin-bottom: 80px;
}

body.single-post .container #primary.site-main #shareMd p {
	font-family: "IBM Plex Serif";
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 1.3em;
	margin-bottom: 15px;
}


/********************
	ANCHO MAX 1400px
********************/
body .dblMd,
body #grMd,
body #msMd,
body #prMd,
body #blgMd,
body #introMd,
body #infoMd #tblMd,
body #prMd.products,
body #ctMd .vc_col-sm-12 .vc_column-inner {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}


.filters ul {
	display: flex;
	justify-content: center;
	flex-direction: row;
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
}

.filters ul li {
	margin: 0 5px;
}

.filters ul li select {
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 45px 0 15px;
	background: url(/app/uploads/2022/09/DwnSelect.svg) center right no-repeat #eee;
	appearance: none;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #d9b64c;
	border: none;
	outline: none;
	cursor: pointer;
}

nav#site-navigation {
	display: none;
}

#sldMd .mpb-shotcode-buttons {
	margin: 0 !important;
}

body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field label,
body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field label {
	display: none;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-bt:hover {
	opacity: 0.5;
}

.cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject,
.cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn-preferences,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-reject,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn.cky-btn-customize {
	color: #d9b64c !important;
	border: 1px solid #d9b64c !important;
	border-radius: 15px;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
}

.cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn-accept,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn-accept {
	color: #fff !important;
	border: 1px solid #d9b64c !important;
	border-radius: 15px;
	background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%) !important;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
}

.cky-preference-header.cky-notice .cky-preference-title,
.cky-consent-container .cky-notice .cky-title {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
}

.cky-preference-header .cky-btn-close {
	background: url(/web/app/plugins/cookie-law-info/lite/frontend/images/close.svg) center center no-repeat transparent;
	width: 10px;
	height: 10px;
}

.cky-preference-header .cky-btn-close img {
	display: none;
}

.cky-btn-revisit-wrapper {
	background: url("/web/app/plugins/cookie-law-info/lite/frontend/images/revisit.svg") center center no-repeat #d9b64c !important;
	background-size: 60% !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	display: none;
}

.cky-footer-wrapper .cky-prefrence-btn-wrapper + div {
	display: none !important;
}

.cky-preference-content-wrapper button.cky-show-desc-btn {
	color: #d9b64c;
}


/* ----------------------------------------------------------------
    MOBILE STYLE
---------------------------------------------------------------- */
@media only screen and (max-width: 991px) {

	body .entry-header + .entry-content {margin-top: 0 !important;}

	body .subTtl.wpb_text_column {
		margin-bottom: 12px;
	}

	.subTtl h2 {
		text-align: center !important;
	}

	body.page-id-23 .subTtl h2 {
		margin-top: 25px;
	}

	.vc_btn3-container.vc_btn3-left {
		text-align: center !important;
	}

	#preHdMd .vc_col-sm-3 {
		display: none;
	}

	#sldMd + .vc_row .wpb_text_column {
		margin-bottom: 0;
	}

	#metMd {
		margin: 12px 12px;
	}

	#metMd .vc_col-sm-4 {
		width: 100%;
		padding: 0;
		margin-bottom: 12px;
	}

	#metMd .vc_col-sm-4:last-child {
		display: none;
	}

	#oroBx span.ttl,
	#plataBx span.ttl {
		width: 26%;
		padding: 20px 6px 12px;
	}

	#oroBx a,
	#plataBx a {
		display: none;
	}

	#introMd {
		margin: 40px 0;
	}

	#introMd .term-description {
		padding: 0 12px;
	}

	#grMd {
		padding: 0;
	}

	#grMd .vc_column-inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	#grMd ul#catList li {
		margin: 0 10px 6px 0;
		flex: 1 0 48%;
	}

	#grMd ul#catList li:nth-child(odd) {
		margin-left: 0;
	}

	#grMd ul#catList li:nth-child(even) {
		margin-right: 0;
	}

	#grMd ul#catList li a span {
		font-size: 14px;
		height: 28px;
		line-height: 28px;
		letter-spacing: -0.1px;
	}

	#ctMd #graficas.column2 div {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}

	#oroFlt ul,
	#plataFlt ul {
		width: 85%;
		margin: 0 10px 0 0;
		min-width: 285px;
	}

	#oroFlt ul li a,
	#plataFlt ul li a {
		font-size: 10px;
		line-height: 28px;
	}

	#oroFlt select.mnyFltr,
	#plataFlt select.mnyFltr {
		font-size: 10px;
		line-height: 28px;
		height: 28px;
		width: 75px;
	}

	#prMd.products {
		grid-template-columns: 1fr 1fr;
		grid-gap: 12px;
	}

	#prMd .woocommerce ul.products {
		margin-bottom: 0;
	}

	#prMd.products li.product {
		flex: 1 0 48%;
	}

	#prMd.products li.product:nth-child(odd) {
		width: 100%;
	}

	#prMd.products li.product span.price {
		width: 50%;
	}

	#prMd.products li.product .short-description {
		margin-bottom: 45px;
	}

	#prMd.products li.product .short-description {
		margin-left: 0;
		margin-right: 0;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link img,
	#prMd .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link,
	#prMd.products li.product a.woocommerce-LoopProduct-link:visited,
	#prMd .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
	#prMd .woocommerce ul.products li.product a.woocommerce-LoopProduct-link:visited {
		padding: 0 10px 10px 10px;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title,
	#prMd .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
		font-size: 15px;
		line-height: 22px;
		min-height: 66px;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount,
	#prMd.products li.product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
		font-size: 13px;
	}

	#prMd.products li.product a.add_to_cart_button,
	#prMd .woocommerce ul.products li.product a.add_to_cart_button {
		font-size: 0;
		right: 10px;
		width: 40%;
	}

	#prMd.products li.product a.add_to_cart_button::before,
	#prMd .woocommerce ul.products li.product a.add_to_cart_button::before {
		margin: 0;
		top: 8px;
		width: 20px;
		height: 17px;
	}

	.cmcBtn a.vc_general {
		padding: 0 20px;
	}

	.dblMd {
		padding: 0 12px;
		flex-direction: column;
	}

	.dblMd .txtDbl .subTtl h3 {
		text-align: center !important;
	}

	.dblMd .txtDbl .wpb_text_column p {
		text-align: center !important;
	}

	.dblMd .imgVd {
		margin-top: 50px;
	}

	.dblMd .vc_col-sm-6 .vc_btn3-container.lnkBtn {
		text-align: center;
	}

	#msMd {
		margin: 40px 0;
	}

	#msMd .vc_column-inner {
		padding-left: 12px;
		padding-right: 12px;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3 {
		width: 50%;
		display: inline-block;
	}

	#msMd .vc_row .vc_col-sm-3 .vc_column-inner .wpb_single_image {
		margin-bottom: 6px;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3 figure {
		padding: 0 6px 0 0;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3:nth-child(even) figure {
		padding: 0  0 0 6px;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3 .wpb_text_column p {
		margin-top: 0;
		margin-bottom: 12px;
	}

	#msMd .vc_row .vc_col-sm-3 .vc_column-inner .wpb_text_column .wpb_wrapper p a {
		margin-top: 6px;
		font-size: 15px;
	}

	#cntMd {
		padding: 0 12px;
	}

	#prllxMd {
		padding: 0 0 50px;
	}

	#prllxMd .subTtl h3 {
		padding: 0 15px;
	}

	#prllxMd .subTtl h3 br {
		display: none;
	}

	.lstNum {
		max-width: 95%;
	}

	.lstNum .vc_col-sm-3 {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.lstNum .vc_col-sm-3 br {
		display: none;
	}

	#cntctMd .vc_col-sm-6 {
		padding: 0 24px;
	}

	#cntctMd .wpb_single_image {
		text-align: center !important;
	}

	#cntctMd .wpb_single_image img {
		width: 80%;
		margin: 0 auto;
	}

	#cntctMd .vc_col-sm-6:first-child .vc_column-inner .subTtl h3 {
		text-align: center !important;
	}

	#cntctMd .vc_col-sm-6:first-child .vc_column-inner p {
		text-align: center !important;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 40px;
	}

	#cntctMd .vc_col-sm-6 .wpcf7 {
		max-width: 100%;
	}

	#cntctMd .vc_col-sm-6 .wpcf7 form .legalMd {
		text-align: center;
	}

	#caractMd .subTtl h3 {
		padding: 0 12px;
	}

	#caractMd .vc_row .vc_col-sm-3 {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
		padding: 0 12px;
	}

	#caractMd .vc_row .vc_col-sm-3 .wpb_text_column p br {
		display: none;
	}

	#srchMd form {
		max-width: 580px;
		width: 90%;
	}

	#srchMd form input.search-field {
		width: 100%;
	}

	.search-form .relateds {
		line-height: 1.3em;
	}

	footer#colophon #ftMd {
		flex-direction: column;
		text-align: center;
	}

	footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner {
		padding: 0 0 20px;
		margin-bottom: 20px;
		border-bottom: 2px solid #ffffff38;
	}

	footer#colophon #ftMd .vc_col-sm-3:last-child .vc_column-inner {
		border: 0;
	}

	footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner > .wpb_wrapper {
		border: 0;
	}

	footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner .wpb_single_image.vc_align_left {
		text-align: center;
	}

	body.page-id-31 .dblMd .vc_col-sm-6 {
		order: 1;
	}

	body.page-id-31 .dblMd .vc_col-sm-6.txtDbl {
		order: 2;
	}

	body.page-id-31 .dblMd .vc_col-sm-6.txtDbl .subTtl h3 {
		text-align: center !important;
		margin-top: 20px;
		font-size: 26px;
		line-height: 32px;
	}

	body.woocommerce-shop .dblMd .vc_col-sm-6 {
		order: 1;
	}

	body.woocommerce-shop .dblMd .vc_col-sm-6.txtDbl {
		order: 2;
	}

	body.woocommerce-shop .dblMd .vc_col-sm-6.txtDbl .subTtl h2 {
		text-align: center !important;
		margin-top: 20px;
	}

	#blgMd .vc_column-inner .vc_grid .vc_grid-item {
		width: 50%;
		display: inline-block;
	}

	#blgMd .vc_column-inner .vc_grid .vc_grid-item:nth-child(odd) {
		padding-left: 0;
		padding-right: 6px !important;
		padding-left: 0 !important;
	}

	#blgMd .vc_column-inner .vc_grid .vc_grid-item:nth-child(even) {
		padding-right: 0;
		padding-left: 6px !important;
		padding-right: 0 !important;
	}

	#blgMd .vc_column-inner .vc_grid .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_title h4 {
		font-weight: 600;
		font-size: 15px;
		line-height: 22px;
	}

	body.page #infoMd {
		margin: 60px auto 0;
	}

	body.page-id-12 .lstNum .vc_col-sm-3 {
		width: 100%;
	}

	body.page #infoMd .lstNum .vc_col-sm-3 .wpb_wrapper .wpb_text_column:last-child {
		margin-bottom: 35px;
	}

	body.page-id-12 #infoMd .lstNum {
		margin-top: 0;
	}

	#hlpMd {
		padding: 0 12px;
	}

	.cmcBtn.chatIcn a.vc_general {
		line-height: 1em;
		padding: 18px;
		text-align: center;
	}

	#metMd .vc_column-inner {
		padding: 0;
	}

	#metMd .vc_col-sm-6:first-child {
		padding-left: 0;
		margin-bottom: 10px;
	}

	#metMd .vc_col-sm-6:last-child {
		padding-right: 0;
		margin-bottom: 10px;
	}

	#metMd .vc_col-sm-6:first-child #oroBx .place,
	#metMd .vc_col-sm-6:first-child #plataBx .place {
		border-radius: 0 10px 10px 0;
	}

	#metMd .vc_col-sm-6:last-child #oroFlt,
	#metMd .vc_col-sm-6:last-child #plataFlt {
		padding: 22px 6px;
		border-radius: 10px 0 0 10px;
	}

	#tblMd {
		padding: 0;
	}

	#tblMd .topTbl a.btn {
		display: none;
	}

	#tblMd .topTbl ul li {
		width: 100%;
		text-align: center;
	}

	#tblMd .lstTbl ul li span:nth-child(2) {
		display: none;
	}

	#tblMd .lstTbl ul li span:nth-child(3) {
		display: none;
	}

	#tblMd .lstTbl ul li span:nth-child(4) {
		display: none;
	}

	#tblMd .lstTbl ul li span:nth-child(1) {
		width: 75%;
	}

	#tblMd .lstTbl ul li span:nth-child(5) {
		width: 25%;
	}

	#tblMd .lstTbl ul li span:nth-child(5) form {
		width: 100%;
	}

	#tblMd .lstTbl ul li span .quantity input {
		min-width: 100%;
		width: 100%;
	}

	#tblMd .lstTbl ul li span div + button {
		padding: 0;
		display: block;
		margin-top: 10px;
		margin-left: 0;
		font-size: 0;
		width: 100%;
	}

	#tblMd .lstTbl ul li span div + button::before {
		width: 22px;
		height: 20px;
		margin-right: 0;
		margin-top: 6px;
	}

	#tblMd .lstTbl ul li {
		height: auto;
		line-height: 1.3em;
	}

	#tblMd .lstTbl ul li span {
		line-height: 1.3em;
		height: auto;
		padding: 10px !important;
	}

	#msMd .vc_row .vc_col-sm-3 .vc_column-inner:hover figure a,
	#msMd .vc_row .vc_col-sm-3.activeEl .vc_column-inner figure a {
		background-size: 42%;
	}

	body.blog #blgMd .vc_row {
		margin: 0;
	}

	body.blog #blgMd .vc_column-inner .vc_grid .vc_grid-item {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}

	body.search .container #primary,
	body.single-post .container #primary {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		width: 100%;
		padding: 0 12px;
	}

	body.search .container #secondary,
	body.single-post .container #secondary {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		width: 100%;
		padding: 0 12px;
	}

	body.single-post .container #primary h1.entry-title {
		line-height: 1.3em;
	}

	body.single-post .nav-links {
		display: block;
	}

	body.single-post .nav-links .nav-next,
	body.single-post .nav-links .nav-previous {
		max-width: 100%;
		margin-bottom: 15px;
	}

	body.single-product .container #main div.product .tpPrd {
		flex-direction: column;
		padding: 0 12px;
	}

	body.single-product .container #main div.product .woocommerce-product-gallery {
		width: 100%;
		margin: 0;
	}

	body.single-product .container #main div.product .entry-summary {
		width: 100%;
		text-align: center;
	}

	body.single-product .ttlTabs {
		flex-direction: column;
		padding: 0 25px;
		margin-bottom: 15px;
	}

	body.single-product .ttlTabs span:first-child {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
	}

	body.single-product .ttlTabs span:last-child {
		order: 2;
		width: 100%;
	}

	body.single-product .ttlTabs h3 {
		order: 3;
		margin-top: 35px;
		width: 100%;
	}

	body.single-product .woocommerce-tabs {
		flex-direction: column;
		padding: 20px;
	}

	body.single-product .woocommerce-tabs .tabs.wc-tabs {
		width: 100%;
		padding: 0;
	}

	body.single-product .woocommerce-tabs .tabs.wc-tabs > .wpb_row {
		display: none;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		width: 100%;
		background: transparent;
		padding: 12px;
	}

	body.single-product #prMd.products li.product {
		flex: none;
		width: 100% !important;
	}

	body.single-product .container #main div.product .cart .quantity .quantity-nav {
		left: auto;
		right: 0;
	}

	body.single-product .container #main div.product .cart .quantity {
		max-width: 310px;
		width: 100%;
		margin: 0;
	}

	body.single-product .container #main div.product .cart .quantity .input-text {
		width: 100%;
	}

	body.single-product .container #main div.product form + .btnExpert,
	body.single-product .container #main div.product button.single_add_to_cart_button + .btnExpert {
		margin: 35px auto 0;
	}

	.cntcMd1.vc_row .vc_col-sm-4:nth-child(2) {
		border: none;
		margin: 35px 0;
	}

	.cntcMd2.vc_row .vc_col-sm-6:nth-child(1) {
		border: 0;
		margin-bottom: 35px;
	}

	#preHdMd .vc_col-sm-3 .vc_column-inner .wpb_wrapper,
	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
		flex-direction: column;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container:first-child a {
		padding-bottom: 0;
		padding-top: 6px;
		padding-left: 0;
		padding-right: 0;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container:last-child a {
		padding-top: 0;
		padding-bottom: 6px;
		padding-left: 0;
		padding-right: 20px;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a {
		font-size: 12.5px;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-plus-circle {
		margin-top: -1px;
	}

	#HdMd {
		height: 60px;
		width: 85%;
		display: inline-block;
	}

	#hdMd .vc_column-inner .wpb_text_column {
		padding: 0 15px;
	}

	#hdMd .vc_column-inner .wpb_text_column h1 {
		font-size: 36px;
		line-height: 1.1em;
	}

	#HdMd .wpb_column ul#menu-menu-principal {
		flex-direction: column;
	}

	#HdMd .vc_col-sm-6 {
		display: none;
	}

	#HdMd .vc_col-sm-3 .vc_column-inner {
		padding: 0;
	}

	#HdMd .vc_col-sm-3:first-child {
		width: 60%;
		display: inline-block;
	}

	#HdMd .wpb_column:first-child figure img {
		max-width: 140px;
	}

	#HdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .wpb_single_image {
		height: 60px;
	}

	#HdMd .vc_col-sm-3:last-child {
		width: 40%;
		vertical-align: top;
		display: inline-block;
	}

	#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper {
		height: 60px;
	}

	#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container.searchMd {
		display: none;
	}

	#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container.userMd a {
		padding: 0 15px;
	}

	#HdMd .vc_col-sm-3:last-child .shopIconMd {
		padding-right: 5px;
	}

	#HdMd .vc_col-sm-3:last-child .shopIconMd #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		display: none;
	}

	#HdMd .vc_col-sm-3:last-child .shopIconMd #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
		display: block;
		background: transparent;
	}

	header#masthead {
		position: relative;
	}

	nav#site-navigation {
		display: inline-block;
		width: 13%;
		vertical-align: top;
		max-width: 42px;
	}

	.main-navigation.toggled ul .sub-menu {
		display: none;
	}

	.main-navigation.toggled ul li.focus .sub-menu {
		display: block;
	}

	nav#site-navigation .menu-menu-principal-container {
		width: 100vw;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 9999999;
		margin-top: 58px;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu {
		padding: 20px;
		background: #ededed;
		margin-top: 0;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu li {
		outline: none !important;
		background: transparent !important;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu li a {
		background: transparent !important;
		font-family: "IBM Plex Serif";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #525151;
		text-decoration: none;
		outline: none !important;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu li.focus a {
		background: transparent !important;
		font-family: "IBM Plex Serif";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #525151;
		text-decoration: none;
		outline: none !important;
	}

	nav#site-navigation button.menu-toggle {
		background: url("/app/uploads/2022/11/Burguer.svg") center center no-repeat transparent;
		font-size: 0;
		border: 0;
		height: 60px;
		width: 40px;
		float: right;
	}

	nav#site-navigation.toggled button.menu-toggle {
		background: url("/app/uploads/2022/11/close-gold.svg") center center no-repeat transparent;
	}

	#sldMd rs-slides,
	#sldMd #rev_slider_1_1,
	#sldMd #rev_slider_1_1_wrapper,
	#sldMd #rev_slider_1_1_forcefullwidth {
		max-height: 75vh !important;
		height: 75vh !important;
	}

	#sldMd .rs-parallax-wrap {
		/*left: 0 !important;*/
		width: 100% !important;
		height: auto !important;
	}

	#sldMd rs-slide .rs-parallax-wrap:nth-child(2) {
		top: 0 !important;
		height: 100% !important;
	}

	#sldMd .rs-parallax-wrap rs-loop-wrap,
	#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap,
	#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap .rs-layer {
		width: 100% !important;
		height: 100% !important;
		max-height: 100%;
	}

	#sldMd .rs-parallax-wrap h1 {
		font-size: 34px;
		padding: 0 15px;
	}

	#sldMd .rs-parallax-wrap p {
		padding: 0 8px !important;
		line-height: 1.3em !important;
	}

	/*#sldMd #slider-1-slide-1-layer-1,
	#sldMd #slider-1-slide-2-layer-1,
	#sldMd #slider-1-slide-3-layer-1,
	#sldMd #slider-1-slide-4-layer-1,
	#sldMd #slider-1-slide-5-layer-1 {
		top: -35px;
	}*/

	/*#sldMd .vc_column-inner .wpb_raw_html {
		top: 68%;
	}*/

	.filters ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.filters ul li {
		margin-bottom: 10px;
	}

	.dblMd .vc_col-sm-6.txtDbl .vc_column-inner {
		max-width: 90%;
	}

	#oroFlt,
	#plataFlt {
		background: transparent;
	}

	#graficas:not(.column2) #oroFlt,
	#graficas:not(.column2) #plataFlt {
		background: #f3f3f3;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD {
		flex-direction: column;
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form {
		width: 100%;
		margin: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #srchMd .widget {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #srchMd .widget input.search-field {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #srchMd .relateds {
		line-height: 1.3em;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table td.product-name {
		text-align: left;
		padding: 0 20px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .product-subtotal {
		padding: 10px 20px 35px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
		padding: 0 20px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .cart-subtotal {
		height: auto;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 {
		height: 50px;
		padding: 0 20px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .cart-collaterals .cart_totals .shop_table .tax-rate.tax-rate-iva-1 td {
		padding-left: 20px;
		padding-right: 20px;
		text-align: right;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table {
		margin: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst {
		margin: 0 0 35px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button {
		margin: 0 0 10px;
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst a:nth-child(2),
	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst button:nth-child(3) {
		margin: 0 0 10px;
		float: none;
		width: 100%;
	}

	table.shop_table_responsive tr td::before {
		margin-right: 5px;
	}

	table.shop_table_responsive tr td.product-thumbnail::before {
		display: none;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr {
		position: relative;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-remove {
		text-align: center;
		width: 26px;
		height: 26px;
		position: absolute;
		top: 8px;
		right: 10px;
		padding: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr td {
		text-align: left;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-quantity input {
		top: -7px;
		position: relative;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr td.product-subtotal {
		padding-top: 0;
		padding-bottom: 10px;
	}

	body .woocommerce-message {
		line-height: 1.3em;
		padding: 20px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout {
		flex-direction: column;
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout .col2-set {
		width: 100%;
		margin: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD form.checkout #order_review {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(odd) {
		margin-left: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row:nth-child(odd),
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row:nth-child(odd) {
		margin-right: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #billing_address_2_field span,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #shipping_address_2_field span {
		margin: 0;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #billing_country_field {
		margin-bottom: 15px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #shipping_country_field {
		margin-bottom: 15px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #shipping_address_2_field label {
		display: none;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #billing_address_2_field label {
		display: none;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .txtCart {
		width: 100%;
		padding: 0 12px;
		margin-top: 50px;
	}

	body.page-template-page-ecommerce.woocommerce-checkout .container #primary .entry-content #srchMd {
		margin: 50px 0 50px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.introThnkx {
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll {
		padding: 0 12px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article {
		flex-direction: column;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul:first-child {
		border: none;
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll + p {
		text-align: center;
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order section.woocommerce-order-details {
		padding: 0 12px 50px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-order-details__title,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-column__title {
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details {
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable {
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd {
		padding: 40px 12px 0;
		background: url("/app/uploads/2022/10/Info.svg") center top no-repeat transparent;
		background-size: 32px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd.mssgMd {
		background: url("/app/uploads/2022/10/mailing.svg") center center no-repeat transparent;
		background-size: 32px;
		padding-top: 70px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:first-child,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:first-child {
		border: none;
		width: 50%;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:last-child,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:last-child {
		text-align: center;
		padding-left: 0;
		width: 50%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable th {
		text-align: right;
		width: 50%;
		vertical-align: top;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable td {
		text-align: left;
		width: 50%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal {
		height: auto;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 {
		height: 50px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 th {
		text-align: left;
		padding-left: 20px;
		vertical-align: top;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 td {
		padding-right: 20px;
		text-align: right;
		vertical-align: top;
	}

	#sldMd .mpb-shotcode-buttons {
		margin: 0 !important;
	}

	body.page-template-page-ecommerce.page-id-47 .container {
		padding: 0 12px;
	}

	body.page-template-page-ecommerce.page-id-47 .container #customer_login {
		flex-direction: column;
	}

	body.page-template-page-ecommerce.page-id-47 .container #customer_login .col-1,
	body.page-template-page-ecommerce.page-id-47 .container #customer_login .col-2 {
		width: 100%;
		max-width: 100%;
		margin: 0 0 35px;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper {
		display: grid;
		padding-top: 0;
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}

	#choutMD .woocommerce-checkout .woocommerce-error {
		background: linear-gradient(84.1deg, #f0cd5e 11.91%, #c79e20 83.96%) !important;
	}

	header#masthead .sticky {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999999999;
	}

	#oroBx span.ttl,
	#plataBx span.ttl {
		font-size: 16px;
		min-width: 148px;
	}

	#oroBx span.price,
	#plataBx span.price {
		font-size: 16px;
		min-width: 130px;
		padding: 20px 16px 12px 36px;
		border-radius: 0 10px 10px 0;
	}

	#oroBx span.place,
	#plataBx span.place {
		display: none;
		font-size: 16px;
	}

	#oroBx span.price::after,
	#plataBx span.price::after {
		right: 5px;
		display: none;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu li.focus ul.sub-menu {
		position: relative;
		float: none;
		text-align: center;
		box-shadow: none;
		opacity: 0.5;
		left: 0;
	}

	nav#site-navigation .menu-menu-principal-container ul#primary-menu li.focus ul.sub-menu li a {
		width: 100%;
		text-align: center;
	}

	body.single-product .container #main div.product .cart .quantity {
		margin: 0 auto;
	}

	.column2 #oroFlt,
	.column2 #plataFlt {
		border: none !important;
	}

	#sldMd rs-slides,
	#sldMd #rev_slider_1_1,
	#sldMd #rev_slider_1_1_wrapper,
	#sldMd #rev_slider_1_1_forcefullwidth {
		max-height: 438px !important;
		height: 55vh !important;
	}

	#sldMd rs-slide > .rs-parallax-wrap:last-child {
		top: 0 !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
		max-height: 100% !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 img {
		height: 100% !important;
		width: auto !important;
	}

	/* #sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 {
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: end;
		top: 0;
		margin: 0 !important;
		bottom: -395px;
		position: absolute;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 {
		bottom: -350px;
	}*/

	/*#sldMd #slider-1-slide-2-layer-1 {
		top: 0 !important;
		width: 100% !important;
    	margin-top: -40px !important;
	}*/

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-2 {
		display: none;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 h1,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1,
	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 p,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
		max-width: 90% !important;
		margin: 0 auto 10px !important;
		text-align: center !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 h1,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 {
		font-size: 26px !important;
		margin-top: 60px !important;
		line-height: 1em !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 p,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
		font-size: 14px !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 br,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p br,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p:last-child {
		display: none !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
		justify-content: start;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-3 {
		display: flex !important;
		justify-content: center !important;
		max-height: 520px !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-3 img {
		width: auto !important;
		height: 100% !important;
	}

}

@media only screen and (min-width: 390px) and (max-width: 991px) {

	#oroBx span.place,
	#plataBx span.place {
		display: block;
	}

	#oroBx span.price::after,
	#plataBx span.price::after {
		display: block;
	}

	#oroBx span.price,
	#plataBx span.price {
		border-radius: 0;
	}

	#sldMd .rs-parallax-wrap h1 {
		font-size: 40px;
		padding: 0 15px;
	}

}

/* ----------------------------------------------------------------
    TABLET STYLE
---------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 991px) {

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
		justify-content: center;
		height: 100% !important;
	}

	#sldMd .rs-parallax-wrap {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-3 {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		height: 100% !important;
		display: flex !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-0 {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		height: 100% !important;
		display: flex !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-3 img {
		width: auto !important;
		height: 100% !important;
	}

	/*#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 {
		bottom: -375px;
	}*/

	#preHdMd .vc_col-sm-3:first-child {
		display: inline-block;
		width: 31%;
	}

	#preHdMd .vc_col-sm-3:first-child .vc_column-inner {
		padding-right: 0;
	}

	#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a {
		margin-left: 0 !important;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		height: auto;
		line-height: 1.3em;
		font-size: 12.5px !important;
	}

	#preHdMd .vc_col-sm-6:nth-child(2) {
		display: inline-block;
		width: 68%;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container:first-child a {
		padding-right: 0;
		text-align: right;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
		text-align: right;
		justify-content: right;
		align-items: end;
	}

	#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a i.fa-phone-alt {
		margin-top: 1px;
	}

	#HdMd {
		width: 88%;
	}

	#HdMd .wpb_column:first-child figure img {
		max-width: 165px;
	}

	body #HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container {
		display: inline-block !important;
	}

	nav#site-navigation {
		display: inline-block;
		width: 13%;
		vertical-align: top;
		max-width: 42px;
		float: right;
		margin-right: 10px;
	}

	.menu-toggle {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled ul {
		display: block;
	}

	#oroBx span.ttl,
	#plataBx span.ttl {
		width: 36%;
		min-width: 178px;
	}

	#oroBx span.price,
	#plataBx span.price {
		padding: 20px 30px 12px 50px;
		background-position: 20px 22px;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}

}

@media only screen and (min-width: 601px) and (max-width: 991px) {

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-2 {
		display: block;
	}


	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper {
		display: grid;
		padding-top: 0;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

	#HdMd {
		width: 90%;
	}

	body.single-product .container #main div.product .tpPrd {
		flex-direction: row;
	}

	body.single-product .container #main div.product .woocommerce-product-gallery {
		width: 48%;
		display: inline-block;
		margin-right: 3.6666%;
	}

	body.single-product .container #main div.product .entry-summary {
		width: 48%;
		text-align: left;
	}

	body.single-product .container #main div.product .cart button.single_add_to_cart_button {
		max-width: 310px;
		width: 100%;
	}

	body.single-product .container #main div.product form + .btnExpert,
	body.single-product .container #main div.product button.single_add_to_cart_button + .btnExpert {
		max-width: 310px;
		width: 100%;
		padding: 0;
		margin: 35px 0 0;
	}

	body.single-product .container #main div.product .entry-summary h1.product_title {
		font-size: 28px;
	}

	#oroFlt ul,
	#plataFlt ul {
		width: 88%;
	}

	#oroFlt ul li,
	#plataFlt ul li {
		width: 55.5px;
	}

	#oroFlt ul li a,
	#plataFlt ul li a {
		font-size: 12px;
	}

	#oroFlt select.mnyFltr,
	#plataFlt select.mnyFltr {
		font-size: 12px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD .btnCartLst {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 13px;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}

}

@media only screen and (min-width: 695px) and (max-width: 991px) {

	.filters ul {
		flex-direction: row;
	}

	#prMd.products {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.related.products #prMd.products {
		grid-template-columns: 1fr 1fr;
	}

	#sldMd .vc_column-inner .wpb_raw_html {
		top: 70%;
	}

	/*#sldMd #slider-1-slide-1-layer-1,
	#sldMd #slider-1-slide-2-layer-1,
	#sldMd #slider-1-slide-3-layer-1,
	#sldMd #slider-1-slide-4-layer-1,
	#sldMd #slider-1-slide-5-layer-1 {
		top: -15px !important;
	}*/

	body.single-product .woocommerce-tabs {
		flex-direction: row;
	}

	body.single-product .woocommerce-tabs .tabs.wc-tabs {
		width: 35%;
	}

	body.single-product .woocommerce-tabs .tabs.wc-tabs > .wpb_row {
		display: block;
	}

	body.single-product .woocommerce-tabs .tabs.wc-tabs li a,
	body.single-product .woocommerce-tabs .tabs.wc-tabs .wpb_raw_html #extraInfoProd span a {
		height: auto;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
		width: 65%;
		background: #e9e9e9;
		padding: 20px;
		margin-left: 2%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #billing_address_2_field span,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #shipping_address_2_field span {
		margin-top: 27px;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}


}

/* ----------------------------------------------------------------
    BIG DEVICES STYLE
---------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-3 {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		height: 100% !important;
		display: block !important;
	}
	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 h1, #sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1, #sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 p, #sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
		max-width: 100%;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-0 img {
		width: 100% !important;
		height: auto !important;
	}

	/* #sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 {
		bottom: 0;
		max-width: 50% !important;
	} */

	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
		text-align: left !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 h1,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 h1 {
		font-size: 40px !important;
		line-height: 1.2em !important;
		/*max-width: 95% !important;*/
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 p,
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {
		font-size: 18px !important;
		line-height: 1.2em !important;
	}

	#sldMd .rs-parallax-wrap #slider-1-slide-1-layer-1 {
		bottom: 0;
	}

	header#masthead {
		height: 112px;
	}

	#HdMd .wpb_column:first-child figure img {
		max-width: 185px;
	}

	#HdMd {
		width: 94%;
	}

	/* #sldMd #slider-1-slide-1-layer-1,
	#sldMd #slider-1-slide-2-layer-1,
	#sldMd #slider-1-slide-3-layer-1,
	#sldMd #slider-1-slide-4-layer-1,
	#sldMd #slider-1-slide-5-layer-1 {
		top: -85px !important;
	}*/

	#grMd ul#catList li {
		flex: 1 0 23%;
	}

	#grMd ul#catList li:nth-child(even) {
		margin-right: 10px;
	}

	#grMd ul#catList li:nth-child(4) {
		margin-right: 0;
	}

	#grMd ul#catList li:nth-child(8) {
		margin-right: 0;
	}

	#prMd.products {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.dblMd {
		flex-direction: row;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3 {
		width: 25%;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3:nth-child(even) figure {
		padding-right: 6px;
	}

	#msMd .vc_column-inner .vc_row .vc_col-sm-3 figure {
		padding: 0 3px;
	}

	.lstNum .vc_col-sm-3 {
		width: 25%;
	}

	footer#colophon #ftMd {
		flex-direction: row;
	}

	footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner .wpb_single_image.vc_align_left {
		text-align: left;
	}

	footer#colophon #ftMd .vc_col-sm-3 .wpb_wrapper strong,
	footer#colophon #ftMd .vc_col-sm-3 .wpb_wrapper p,
	footer#colophon #ftMD .vc_col-sm-3 .wpb_wrapper li,
	footer#colophon #ftMD .vc_col-sm-3 .wpb_wrapper a {
		text-align: left;
	}

	#ftMd ul#menu-menu-footer {
		text-align: left;
	}

	#ftMd h2.widgettitle {
		text-align: left;
	}

	footer#colophon #ftMD .wpb_single_image img {
		max-width: 170px;
	}

	footer#colophon #ftMd .vc_col-sm-3 .vc_column-inner {
		padding: 0 35px 0 0;
		margin: 0;
		border: none;
	}

	#ftMd .btnFt {
		width: 100%;
	}

	#ftMd .btnFt a {
		padding: 0;
		width: 100%;
	}

	.related.products #prMd.products {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	body.page-id-31 .dblMd .vc_col-sm-6 {
		order: initial;
	}

	body.page-id-31 .dblMd .vc_col-sm-6.txtDbl {
		order: initial;
	}

	#tblMd .lstTbl ul li span div + button {
		width: 100%;
		max-width: 45px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 5px;
	}

	#tblMd .topTbl a.btn {
		display: block;
	}

	body.page-id-12 .lstNum .vc_col-sm-3 {
		width: 25%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #cartMD form table tbody tr .product-remove {
		position: relative;
		top: 0;
		right: 0;
		padding: 10px 10px 3px;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}

}

@media only screen and (min-width: 991px) and (max-width: 1300px) {

	#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container a {
		padding: 0 0 0 25px;
	}

	header#masthead {
		height: 90px;
	}

	#HdMd {
		width: 100%;
	}

	#HdMd .vc_col-sm-3 .vc_column-inner {
		padding: 0 15px;
	}

	#HdMd .wpb_column:first-child figure img {
		max-width: 120px;
	}

	#preHdMd .vc_col-sm-6 {
		width: 65%;
		float: right;
	}

	#preHdMd .vc_col-sm-3:first-child {
		width: 30%;
	}

	#preHdMd .vc_col-sm-3:last-child {
		display: none;
	}

	#sldMd rs-slides,
	#sldMd #rev_slider_1_1,
	#sldMd #rev_slider_1_1_wrapper,
	#sldMd #rev_slider_1_1_forcefullwidth {
		max-height: 75vh !important;
		height: 75vh !important;
	}

	#sldMd .rs-parallax-wrap {
		width: 100% !important;
		height: auto !important;
	}

	#sldMd rs-slide .rs-parallax-wrap:nth-child(2) {
		top: 0 !important;
		height: 100% !important;
	}

	#sldMd rs-slide:nth-child(2) .rs-parallax-wrap:nth-child(2) {
		top: 0 !important;
	}

	#sldMd .rs-parallax-wrap rs-loop-wrap,
	#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap,
	#sldMd .rs-parallax-wrap rs-loop-wrap rs-mask-wrap .rs-layer {
		width: 100% !important;
		height: 100% !important;
		max-height: 100%;
	}

	#sldMd .rs-parallax-wrap h1 {
		font-size: 40px;
		padding: 0 15px;
	}

	#sldMd .rs-parallax-wrap p {
		padding: 0 8px !important;
		line-height: 1.3em !important;
	}

	#sldMd #slider-1-slide-1-layer-1 {
		top: -35px;
	}

	#sldMd .vc_column-inner .wpb_raw_html {
		top: 70%;
	}

	#preHdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .vc_btn3-container:first-child a {
		margin-left: 0;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container a {
		padding: 14px 0 14px 15px;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
		text-align: right;
		justify-content: right;
		align-items: end;
	}

	#HdMd .vc_col-sm-3:first-child .vc_column-inner .wpb_wrapper .wpb_single_image {
		padding-left: 0;
	}

	#HdMd .vc_col-sm-3:last-child .vc_column-inner .wpb_wrapper .vc_btn3-container a {
		padding: 0 15px;
	}

	#HdMd .vc_col-sm-3:first-child {
		width: 14%;
	}

	#HdMd .vc_col-sm-6 {
		width: 75%;
	}

	#HdMd .vc_col-sm-3:last-child {
		width: 11%;
	}

	#HdMd .vc_col-sm-3:last-child .shopIconMd {
		padding-right: 5px;
	}

	#HdMd .wpb_column ul#menu-menu-principal li a {
		font-size: 13px;
	}

	#metMd {
		margin: 12px 12px;
	}

	#metMd .vc_col-sm-4 {
		width: 100%;
		padding: 0;
		margin-bottom: 12px;
	}

	#metMd .vc_col-sm-4:last-child {
		display: none;
	}

	#metMd .vc_col-sm-4 {
		width: 49%;
	}

	#metMd .vc_col-sm-4:first-child {
		margin-right: 2%;
	}

	#oroFlt ul li a,
	#plataFlt ul li a {
		font-size: 12px;
	}

	#oroFlt select.mnyFltr,
	#plataFlt select.mnyFltr {
		font-size: 12px;
		max-width: 70px;
	}

	#oroFlt ul li,
	#plataFlt ul li {
		width: 29px;
	}

	#oroFlt ul,
	#plataFlt ul {
		margin: 0 10px 0 0;
	}

	#prMd.products {
		grid-gap: 12px;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount {
		font-size: 16px;
	}

	#prMd.products li.product a.woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
		font-size: 16px;
	}

	#prMd.products li.product a.add_to_cart_button::before,
	#prMd .woocommerce ul.products li.product a.add_to_cart_button::before {
		display: none;
	}

	#cntctMd .vc_col-sm-6 {
		padding: 0 24px;
	}

	#cntctMd .wpb_single_image {
		text-align: left !important;
	}

	#cntctMd .wpb_single_image img {
		width: 80%;
		margin: 0 auto;
	}

	#cntctMd .vc_col-sm-6:first-child .vc_column-inner .subTtl h3 {
		text-align: left !important;
	}

	#cntctMd .vc_col-sm-6:first-child .vc_column-inner p {
		text-align: left !important;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 40px;
	}

	#cntctMd .vc_col-sm-6 .wpcf7 {
		max-width: 100%;
	}

	#cntctMd .vc_col-sm-6 .wpcf7 form .legalMd {
		text-align: center;
	}

	.dblMd .txtDbl.vc_col-sm-6 {
		padding: 0 20px;
	}

	#oroFlt ul li,
	#plataFlt ul li {
		width: 36px;
	}

	#HdMd .vc_col-sm-3:last-child {
		float: right;
	}

	#prMd.products li.product a.add_to_cart_button,
	#prMd .woocommerce ul.products li.product a.add_to_cart_button {
		font-size: 14px;
	}

	.container {
		width: 100%;
		padding: 0 20px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.introThnkx {
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll {
		padding: 0 12px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article {
		flex-direction: column;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll article ul:first-child {
		border: none;
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order #thnxDtll + p {
		text-align: center;
		padding: 0 12px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order section.woocommerce-order-details {
		padding: 0 12px 50px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-order-details__title,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order h2.woocommerce-column__title {
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details {
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable {
		width: 100%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd {
		padding: 40px 12px 0;
		background: url("/app/uploads/2022/10/Info.svg") center top no-repeat transparent;
		background-size: 32px;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order p.infoOrderMd.mssgMd {
		background: url("/app/uploads/2022/10/mailing.svg") center center no-repeat transparent;
		background-size: 32px;
		padding-top: 70px;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:first-child,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:first-child {
		width: 50%;
		text-align: center;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details thead th:last-child,
	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details tbody td:last-child {
		text-align: center;
		padding-left: 0;
		width: 50%;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable th {
		text-align: right;
		width: 50%;
		vertical-align: top;
	}

	body.page-template-page-ecommerce .container .entry-content .woocommerce-order table.woocommerce-table--order-details.lastTable td {
		text-align: left;
		width: 50%;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .cart-subtotal {
		height: auto;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 {
		height: 50px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 th {
		text-align: left;
		padding-left: 20px;
		vertical-align: top;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD #order_review table.shop_table tfoot .tax-rate.tax-rate-iva-1 td {
		padding-right: 20px;
		text-align: right;
		vertical-align: top;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field label,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field label {
		display: none;
	}

	body.page-template-page-ecommerce.page-id-47 .woocommerce-notices-wrapper .woocommerce-error {
		width: 100%;
	}

	#metMd {
		margin: 12px -8px;
	}

	#metMd .vc_col-sm-4:last-child {
		display: none;
	}

	#metMd .vc_col-sm-4 {
		width: 49%;
	}

	#metMd .vc_col-sm-4:first-child {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

	#HdMd .wpb_column ul#menu-menu-principal li a {
		font-size: 15px;
	}

	#metMd {
		margin: 12px -8px;
	}

	#metMd .vc_col-sm-4:last-child {
		display: none;
	}

	#metMd .vc_col-sm-4 {
		width: 49%;
	}

	#metMd .vc_col-sm-4:first-child {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 1301px) and (max-width: 1450px) {

	#oroFlt ul li,
	#plataFlt ul li {
		width: 42px;
	}

	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field label,
	body.page-template-page-ecommerce .container #primary .entry-content #choutMD .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field label {
		display: none;
	}

	#metMd {
		margin: 12px;
	}

	#metMd .vc_col-sm-4:last-child {
		display: none;
	}

	#metMd .vc_col-sm-4 {
		width: 49.5%;
		padding: 0;
	}

	#metMd .vc_col-sm-4:first-child {
		margin-right: 1%;
	}

}

@media only screen and (min-width: 1300px) and (max-width: 99999999px) {

	#preHdMd .vc_col-sm-3:last-child {
		display: none;
	}

	#preHdMd .vc_col-sm-3:first-child {
		width: 35%;
	}

	#preHdMd .vc_col-sm-6 {
		width: 65%;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
		justify-content: right;
	}

	#preHdMd .vc_col-sm-6 .vc_column-inner .wpb_wrapper .vc_btn3-container.vc_btn3-inline:last-child {
		margin-right: 6px;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 99999999px) {

	#oroBx small,
	#plataBx small {
		float: none;
		width: 100%;
		position: relative;
		display: block;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#graficas:not(.column2) .vc_col-sm-6:first-child #oroBx .place,
	#graficas:not(.column2) .vc_col-sm-6:first-child #plataBx .place {
		border-radius: 0 !important;
	}

	#graficas:not(.column2) .vc_col-sm-6:last-child #oroFlt,
	#graficas:not(.column2) .vc_col-sm-6:last-child #plataFlt {
		border-radius: 0 10px 10px 0 !important;
	}

	nav#site-navigation {
		margin: 0 !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 768px) {

	#graficas:not(.column2) .vc_col-sm-6:last-child #oroFlt,
	#graficas:not(.column2) .vc_col-sm-6:last-child #plataFlt {
		border-radius: 10px;
	}
}

.sub-menu .mvlWork {
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 990px) {

	.sub-menu .mvlWork {
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 601px){
	#sldMd .rs-parallax-wrap {
		left: 0 !important;
	}

	#slider-1-slide-2-layer-1 {
		width: 100% !important;

	}
}

@media only screen and (min-width: 400px) and (max-width: 601px){
	#rev_slider_1_1 rs-slide:first-child .rs-parallax-wrap:nth-child(3) {top: 75% !important;}
	.rs-parallax-wrap #slider-1-slide-2-layer-1 {margin-top: 0 !important;}
}

@media only screen and (min-width: 601px) and (max-width: 768px){
	#rev_slider_1_1 rs-slide:first-child .rs-parallax-wrap:nth-child(3) {
		top: 75% !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
    }
    #rev_slider_1_1 rs-slide:first-child .rs-parallax-wrap:nth-child(3) a {width: 100% !important;}
	#sldMd  #rev_slider_1_1 rs-slide:first-child .rs-parallax-wrap:nth-child(4) {display: none !important;}
	.rs-parallax-wrap #slider-1-slide-2-layer-1 {margin-top: 0 !important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#sldMd .rs-parallax-wrap #slider-1-slide-2-layer-1 p {max-width: 100% !important}
}
