/*
Theme Name: Detallecitos
Theme URI: https://detallecitos.com
Author: Detallecitos
Description: Theme liviano a medida para Detallecitos.com - Souvenirs y Velas de Soja. Replica exacta de la estetica del sitio sin dependencias de Zass. Compatible con Elementor y WooCommerce.
Version: 2.28.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: detallecitos
*/

/* ===================== RESET ===================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	margin:0;
	padding:0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto !important;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	line-height: normal;
	font-size:13px;
	color:#999999;
	overflow-x: hidden;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#container.active {
	z-index: 10;
	overflow: hidden;
}
body.detallecitos_boxed #container {
	width:1230px;
	max-width:100%;
	opacity:0.98;
	overflow: hidden;
}

/* ===================== MOBILE MENU ===================== */
#menu_mobile {
	position: fixed;
	z-index: 25000;
	top: 0;
	bottom: 0;
	width: 300px;
	left: -300px;
	height: 100%;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	background: #222222;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}
.admin-bar #menu_mobile {
	top: 31px;
}
#menu_mobile.active {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
a.mob-menu-toggle {
	display: none;
	width: 35px;
	line-height: 86px;
	height: 86px;
	vertical-align: middle;
	font-size: 21px;
	color: #ffffff;
	float: right;
	margin: 0 0 0 10px;
	z-index: 10000;
	text-decoration: none !important;
	text-align: center;
}
#header2 a.mob-menu-toggle {
	height: 60px;
	line-height: 57px;
}
a.mob-menu-toggle i {
	padding: 8px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
a.mob-menu-toggle:hover i {
	background-color: #333333;
}
a.mob-close-toggle {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
	background: #333333;
	cursor: pointer;
}
a.mob-close-toggle:after, a.mob-close-toggle:before {
	display: block;
	width: 30px !Important;
	height:  2px !Important;
	font-size: 48px;
	content: " ";
	vertical-align:middle;
	text-align:center;
	border-bottom: 1px solid #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -15px;
}
a.mob-close-toggle:before {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
ul#mobile-menu.menu {
	margin: 0px 0px 0px 17px;
	padding-right: 17px;
	margin-bottom: 150px;
	height:100%;
    overflow-y:scroll;
    overflow-x:hidden;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
ul#mobile-menu.menu ul {
	margin-bottom: 0;
}
ul#mobile-menu.menu li {
	list-style: none !important;
}
ul#mobile-menu.menu li a {
	display: block;
	padding: 8px 5px 8px 17px;
	color: #e1e1e1;
	text-decoration: none !important;
	position: relative;
}
ul#mobile-menu.menu > li > a {
	padding: 10px 5px 10px 17px;
	border-bottom: 1px solid #333333;
	margin-bottom: 15px;
}
ul#mobile-menu.menu > li.menu-item-has-children > ul.sub-menu {
    height: 1px;
    overflow: hidden;
}
ul#mobile-menu.menu > li.menu-item-has-children > ul.sub-menu.active, ul#mobile-menu.menu > li.menu-item-has-children.current_page_item > ul.sub-menu {
    height: auto;
}
ul#mobile-menu.menu > li.menu-item-has-children > a > span.drop-mob {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top:50%;
    margin-top: -9px;
    right: 8px;
    border: 1px dashed #444444;
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ===================== COMMON BASE ===================== */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.wp-caption {
	max-width: 100%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0));
	line-height: 25px;
	margin: 25px 0;
}
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}
a {
	max-width: 100%;
	outline: 0 none;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
a:hover {
	text-decoration: underline;
}
.heading-title a {
	color: #222222;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
::-moz-selection {
	color:#ffffff;
}
::selection {
	color:#ffffff;
}
strong, b {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin: 0.85em 0;
	line-height: 1.625em;
}
ul, ol, pre, code {
	margin-bottom: 20px;
}
ul, ul ul, ol ul {
    list-style-type: circle;
    list-style: outside none circle;
    margin-left: 15px;
}
ul ul, ol ol {
    margin: 0;
}
.content_holder li ul li:last-of-type, .content_holder li ol li:last-of-type {
    padding-bottom: 0;
}
ol {
	list-style: outside none decimal;
	margin-left: 15px;
}
.content_holder li {
	margin-left: 1em;
	padding: 4px 0;
}
ul.nav-list, ul.post-list {
	padding: 0;
	list-style: none;
}
ul.nav-list a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #e1e1e1;
	text-decoration: none;
}
dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
dt {
	float: left;
	width: 50%;
	padding: 5px 0;
}
dd {
	float: left;
	width: 50%;
	padding: 5px 0;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title], acronym {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
acronym {
	text-transform: uppercase;
	font-weight: 600;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	text-decoration: none;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
code, kbd, var, samp, pre {
	font-family: monospace, serif;
	font-size: 13px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
tt {
	font-size: inherit;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
img.alignright {
	float: right;
	margin: 0 0 10px 12px;
}
img.alignleft {
	float: left;
	margin: 0 12px 10px 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
    color: #ffffff !important;
}
.wp-block-embed, .wp-block-image {
    margin: 35px 0;
}
.wp-block-cover-text {
	font-size: inherit !important;
}
p.wp-block-cover-text {
	margin-top: 0;
}
#content:not(.has-sidebar) .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
	clear: both;
}
.wp-block-image.alignfull > img {
    max-width: none;
    width: 100%;
}
.wp-block-image.alignwide {
    margin: 35px 0;
    width: 100%;
}
.wp-block-button__link {
    text-decoration: none !important;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft, .wp-block-cover.alignleft, .wp-block-gallery.alignleft {
	margin: 0 2em 2em 0;
}
.wp-caption.alignleft {
	margin: 0 2em 2em 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright, .wp-block-cover.alignright, .wp-block-gallery.alignright {
	margin: 0 0 2em 2em;
}
.wp-caption.alignright {
	margin: 0 0 2em 2em;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter, .wp-block-cover.aligncenter, .wp-block-gallery.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}
p img.aligncenter, p img.alignleft, p img.alignright, p img.alignnone, .wp-caption.alignnone, .wp-block-gallery.alignnone {
	margin-top: 2em;
	margin-bottom: 2em;
}
p img.alignleft, p img.alignright {
    margin-top: 7px;
    margin-bottom: 14px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.widget label.screen-reader-text, .quantity .screen-reader-text {
	display: none;
}

/* ===================== WIDGET LISTS (general) ===================== */
.widget.widget_nav_menu ul.menu li {
	border:none;
	margin: 0;
	padding: 0;
}
.widget.widget_nav_menu ul.menu li ul {
	padding-left: 15px;
}
.widget.widget_nav_menu ul.menu li a {
	border-bottom:1px solid;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
div.widget > ul, div.widget_pages > ul, .sidebar > div.box > ul, div.widget_nav_menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
div.widget_categories ul.children, div.widget_archive ul.children, div.widget_recent_comments ul.children, div.widget_pages ul.children, div.widget_links ul.children {
	padding-left: 15px;
	margin-bottom: 0px;
}
div.widget_categories ul li, div.widget_archive ul li, div.widget_nav_menu ul li, div.widget_recent_comments ul li, div.widget_pages ul li, div.widget_links ul li, div.widget_recent_entries ul li, div.widget_meta ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f1f1f1;
}
div.widget_categories ul li a, div.widget_archive ul li a, div.widget_nav_menu ul li a, div.widget_recent_comments ul li a, div.widget_pages ul li a, div.widget_links ul li a, div.widget_recent_entries ul a, div.widget_meta ul li a {
	display: inline-block;
	padding: 2px 0;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
div.widget_categories ul li.current-cat > a, div.widget_pages ul li.current_page_item > a {
	color: #333333;
}
div.widget_recent_comments ul li:before, div.widget_archive ul li a:before, div.widget_nav_menu ul li a:before, div.widget_meta ul li a:before, div.widget_recent_entries ul li a:before {
	display: inline-block;
	color: #999999;
	content: "\f0e6";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	margin-bottom:2px;
	margin-right:8px;
	font-weight: 900;
}
div.widget_archive ul li a:before {
	content: "\f187";
}
div.widget_meta ul li a:before {
	content: "\f0c1";
}
div.widget_recent_entries ul li a:before, div.widget_nav_menu ul li a:before {
	content: "\f15c";
}
div.widget_recent_entries ul.post-list li a:before {
	content: "" !Important;
	display:none;
}
div.widget_categories ul li > a:before {
	display: inline-block;
	color: #999999;
	content: "\f07b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	margin-bottom:2px;
	margin-right:8px;
}
div.widget_categories ul li.current-cat > a:before, div.widget_categories ul li > a:hover:before {
	color: #f4524d;
}
div.widget_recent_entries ul {
	padding: 0;
	list-style: none;
}
div.widget_recent_entries ul a, div.widget_recent_comments ul li, div.widget_categories ul li a, div.widget_archive ul li a, div.widget_meta ul li a {
	display: inline-block;
	margin-right: 5px;
}
div.widget_categories ul.children li {
	border: none;
	margin-bottom: 0;
}
div.widget_categories ul.children li ul.children li {
	border: none;
	padding-bottom: 0;
}
div.widget_categories ul li a:hover, div.widget_archive ul li a:hover, div.widget_recent_comments ul li a:hover, div.widget_pages ul li a:hover, div.widget_links ul li a:hover, div.widget_recent_entries ul a:hover, div.widget_meta ul li a:hover {
	color: #333333;
	text-decoration:none;
}
div.widget_recent_entries ul li, div.widget_recent_comments ul li, div.widget_nav_menu ul li {
	width: 100%;
	font-size: 13px;
}
div.widget_recent_entries ul li a img {
	float: left;
	margin: 0 10px 0 0;
}
div.widget_product_search input[type=text], div.widget_search input[type=text] {
	padding: 8px;
	border: 1px solid #e5e5e5;
	width: 100%;
}
form.mc4wp-form input[type=email] {
	padding: 10px 8px 11px 8px;
	width: 70%;
}
.widget form.mc4wp-form input[type=email] {
	width: 100% !Important;
	margin: 8px 0 20px 0;
}
.mc4wp-response {
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
}
div:not(.sidebar) div.widget_search input[type=text] {
	padding: 15px;
	border: 1px solid #e5e5e5;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
div:not(.sidebar) .widget.widget_search {
	position: relative;
	text-align: center;
}
div:not(.sidebar) .widget.widget_search:before {
	display: block;
	color: #333333;
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.widget_product_search input[type=submit], div.widget_search input[type=submit] {
	display: none;
}

/* ===================== HEADINGS / TITLE HOLDER ===================== */
.detallecitos_title_holder, .zass_title_holder {
	position: relative;
}
.zass-accent-tearoff .zass_title_holder, .zass_title_holder.title_has_image {
	padding-bottom: 99px;
	padding-top: 99px;
}
.zass-accent-tearoff .zass_title_holder:after {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 99px;
	display: block;
	content: '';
	background-size: cover;
	/* background-image:url(ripoff.png) removida: imagen del theme Zass */
}
.zass-accent-tearoff .zass_title_holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 99px;
    display: block;
    content: '';
    background-size: cover;
    z-index: 1;
    /* background-image:url(ripoff_flip.png) removida: imagen del theme Zass */
}
.zass_title_holder.title_has_image {
	border-bottom:none;
	position: relative;
	overflow: hidden;
}
.zass_title_holder .zass-zoomable-background {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100% !Important;
	height: 100% !Important;
	margin-left: -50%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index: 0;
}
.zass_title_holder.title_has_image .inner {
	position: relative;
	padding-top:100px !important;
	padding-bottom:100px !important;
	z-index: 1;
}
.zass_title_holder .inner {
	padding-top:30px;
	padding-bottom:30px;
	vertical-align:middle;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
.zass-accent-tearoff .zass_title_holder .inner {
	padding-top:40px;
	padding-bottom:0px;
}
.zass_title_holder.title_has_image.centered_title .inner {
	text-align:center;
}
.zass_title_holder .inner h1.heading-title, .zass_title_holder .inner h6 {
	max-width: 65%;
	line-height: normal;
}
.zass_title_holder:not(.title_has_image) .inner h1.heading-title {
	letter-spacing: 2px;
	font-size: 26px;
	border:none;
	margin: 0;
	padding:0;
	line-height:normal;
	font-weight: 600;
}
.zass_title_holder.centered_title .inner h1.heading-title, .zass_title_holder.centered_title .inner h6 {
	margin:0 auto;
	text-align:center;
}
.zass_title_holder.centered_title .inner .breadcrumb {
	margin:0 auto 20px auto;
	width:100%;
	text-align:center;
	float:none;
}
.zass_title_holder.title_has_image h1.heading-title {
	color:#ffffff;
}
.zass_title_holder.left_title .inner h1.heading-title, .zass_title_holder.left_title .inner h6 {
	margin: 0;
}
#content div.product div.summary h1.heading-title {
	font-size: 24px;
}
#content div.product div.summary .count_holder {
	margin-top: 25px;
}
.zass_title_holder h6 {
	color:#999999;
	font-size:15px;
}
.zass_title_holder.title_has_image h6 {
	color:#ffffff;
	font-size:21px;
	margin-top:25px !important;
}
.zass_title_holder.title_has_image .breadcrumb, .zass_title_holder.title_has_image .breadcrumb a  {
	color:#ffffff;
}
.zass_title_holder.title_has_image .breadcrumb {
	float:none;
	margin-bottom:20px;
}
.sidebar .heading-title, .wpb_widgetised_column .heading-title {
	margin-bottom: 15px;
}
#reply-title, #comments h2.heading-title, #comments h3.heading-title, h2.woocommerce-Reviews-title {
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 600;
}
#comments h3#reply-title, #review_form h3#reply-title{
	margin-bottom: 25px !Important;
}
small {
	font-size: 12px;
}
h1, h2, h3, h4 {
	color:#333333;
}
h5, h6 {
	color:#555555;
}
h1 {
    letter-spacing: 2px;
    line-height: 1.3em;
}
h2 {
    letter-spacing: 1px;
    line-height: 1.3em;
}
h3 {
    letter-spacing: 1px;
    line-height: 1.3em;
}
h4 {
    letter-spacing: 1px;
    line-height: 1.3em;
}
h5 {
    letter-spacing: 1px;
    line-height: 1.625em;
}
h6 {
    letter-spacing: 1px;
    line-height: 1.625em;
}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .blog-post-excerpt h1, .blog-post-excerpt h2, .blog-post-excerpt h3, .blog-post-excerpt h4 {
	margin-bottom: 15px;
}
.blog-post-excerpt h5, .blog-post-excerpt h6, .comment-body h5, .comment-body h6 {
	margin-bottom: 10px;
}
.r_more, .r_more_right {
	font-size: 10px;
	background-color: #333333;
	color: #F8F8F8 !important;
	float: left;
	clear: left;
	padding: 3px 8px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top:7px;
}
.r_more_right {
	float: right;
	clear: both;
}
.r_more:hover, .r_more_right:hover {
	text-decoration: none;
}

/* ===================== BUTTONS GLOBAL ===================== */
button, input.button, input[type="submit"] {
	cursor: pointer;
}
a.button, input.button, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, input.otw-submit, form.mc4wp-form input[type=submit], input[type="submit"] {
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	padding: 14px 20px;
	text-decoration: none;
	background: none;
	border: 1px dashed;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}
a.add_to_cart_button {
	color: inherit;
}
audio#cart_add_sound {
	display: none !important;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
a.button-inline {
	display: inline;
	text-decoration: none;
}
a.button:hover, input.button:hover, button.button:hover, a.button-inline:hover, #submit_btn:hover, #submit:hover, .wpcf7-submit:hover {
	color: #ffffff;
}
.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.text-orange {
	color: #DD430E;
}

/* ===================== BREADCRUMB ===================== */
.breadcrumb {
	color: #c5c5c5;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}
body.single.single-product #zass_page_title.zass_title_holder .breadcrumb {
	margin-bottom: 0px;
}
.breadcrumb a {
	color: #c5c5c5;
	text-decoration: none;
}
.breadcrumb a.home:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f015";
	margin-right: 6px;
}

/* ===================== FORMS / TABLES ===================== */
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='tel'], input[type='date'], input[type='email'], input[type='password'], input[type='number'], textarea, form.wpcf7-form input[type='text'], form.wpcf7-form textarea, form.wpcf7-form input[type='email'], form.wpcf7-form input[type='password'], form.wpcf7-form input[type='number'], form.wpcf7-form input[type='tel'] {
	padding: 8px;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 0;
	margin-right: 0;
	max-width:100%;
}
select {
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #eee #eee #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width:100%;
}
label {
	cursor: pointer;
	margin-right: 5px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-top-width: 5px;
	margin-bottom: 25px;
	border: 1px solid #efefef;
	width: 100%;
}
.select2-container .select2-choice {
	padding: 8px !Important;
}
.woocommerce form.checkout p, div.woocommerce form p, .woocommerce-form-login p {
	padding: 8px;
	border-bottom:1px solid #e5e5e5;
}
.woocommerce form.checkout textarea#order_comments {
	width:100%;
	min-height: 120px;
}
.woocommerce form.checkout h3 {
	margin:0 0 25px 0;
}
.woocommerce form p label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    color: #333333;
    font-size: 13px;
    vertical-align: middle !important;
}
.myaccount_user input[type="text"], .myaccount_user input[type="tel"], .myaccount_user input[type="email"], .myaccount_user input[type="password"], .myaccount_user input[type="number"] {
    width: 100%;
    max-width: 100%;
}
.woocommerce-billing-fields input, .woocommerce-shipping-fields input {
    width: 100%;
}
input[type="checkbox"] {
	width: auto;
}
div.woocommerce-MyAccount-content .myaccount_user .woocommerce-form-row--wide span {
    display: block;
    clear: left;
    font-size: 13px;
}
div.woocommerce-MyAccount-content .myaccount_user .woocommerce-form-row span.required, .woocommerce form .form-row .required {
    display: inline-block;
    clear: none;
    font-size: initial;
    color: #fc0000;
}
.woocommerce form .form-row abbr[title] {
    border: none;
}
.woocommerce dl.variation p {
	margin:0;
	padding:0;
	border:none;
}
.col2-set.addresses {
	padding: 10px;
	border: 1px solid #efefef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left;
}
.col2-set.addresses h3 {
	padding: 17px;
	font-size:13px;
	text-transform:uppercase;
	background: #444444;
	color:#ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
thead {
	background-color: #f1f1f1;
}
.shop_table.shop_table_responsive.my_account_orders {
	border: none;
}
td.order-actions a.button {
	width: 100%;
	text-align: center;
}
thead td {
	color: #333333;
	font-weight: 600;
}
th {
	padding: 20px 15px;
	font-weight: 600;
	color:#333333;
}
td {
	padding: 10px 15px;
	border-bottom: 1px solid #efefef;
	vertical-align: middle;
}
#wp-calendar th, #wp-calendar td {
	padding: 8px;
}
tr.alt {
	background-color: #f5f5f5;
}

/* ===================== LAYOUT ===================== */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
	float: left;
	margin-right: 4%;
	position: relative;
}
.full_width {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.one_half { width: 48%; }
.one_third { width: 30.6666%; }
.two_third { width: 65.3332%; }
.one_fourth, #footer-menu .menu > li { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 79.2%; }
.inner {
	margin: 0 auto;
	width: 1230px;
	text-align: left;
	padding: 0 40px;
	position: relative;
}
#main {
	padding-top: 0;
	position:relative;
}

/* ===================== OFF-CANVAS / SIDEBAR TRIGGER ===================== */
a.close-off-canvas {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333333;
	margin-bottom: 30px;
	color: #333333;
	font-size: 0px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !Important;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 40px;
	float: right;
}
a.close-off-canvas:before, a.close-off-canvas:after {
	display: block;
	width: 30px;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -15px;
	border-bottom: 1px solid #fafafa;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
a.close-off-canvas:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
a.sidebar-trigger {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -103px;
	right: 0px;
	color: #333333;
	font-size: 0px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none !Important;
	z-index: 1500;
	border: 3px solid #ffffff;
}
body.page-template-default #content:not(.has-sidebar) > .inner a.sidebar-trigger, body.single.single-product .inner a.sidebar-trigger, #products-wrapper a.sidebar-trigger {
	top: -23px;
}
#products-wrapper a.sidebar-trigger {
	right: 40px;
}
.zass-search-cart-holder a.sidebar-trigger {
	display: block;
	width: 35px;
	height: 86px;
	line-height: 86px;
	background: none;
	position: relative;
	top: auto !Important;
	right: auto;
	color: #333333;
	font-size: 0px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !Important;
	z-index: 1500;
	float: right;
	border: none;
}
a.sidebar-trigger:before {
	display: block;
	content: "\f0ca";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 16px !important;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	z-index: 1400;
}
.zass-search-cart-holder a.sidebar-trigger:before {
	height: inherit;
	line-height: inherit;
	width: 35px;
}
.zass-search-cart-holder a.sidebar-trigger:after {
	display: none;
}
#main a.sidebar-trigger:hover, #products-wrapper a.sidebar-trigger:hover {
    background-color: #333333;
}
.sidebar {
	width: 30%;
	float: left;
	margin: 0 0 40px 0;
	padding-left: 40px;
}
.sidebar.off-canvas-sidebar {
	width: 100%;
	max-width: 350px;
	height: 100%;
	overflow: hidden;
	float: none;
	position: fixed;
	top: 0px;
	right: -350px;
	margin: 0;
	padding-left: 23px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fafafa;
	z-index: 21000;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.off-canvas-wrapper {
	padding-right: 40px;
	position: relative;
	left: 17px;
	height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
.off-canvas-wrapper > .widget:last-of-type {
	padding-bottom: 100px;
}
.sidebar.off-canvas-sidebar.active_sidebar {
	right: 0px;
}
body.admin-bar .sidebar.off-canvas-sidebar {
	padding-top: 71px;
}
.sidebar > div.widget, .sidebar > div.widget_pages, .sidebar > div.box {
	margin-bottom: 50px;
}
.zass-align-center .wpb_widgetised_column div.widget > h3:first-child:before, .zass-align-center .wpb_widgetised_column div.widget > h3:first-child:after  {
	left: 50%;
}
.zass-align-center .wpb_widgetised_column div.widget > h3:first-child:before  {
	margin-left: -3px;
}
.zass-align-center .wpb_widgetised_column div.widget > h3:first-child:after  {
	margin-left: -25px;
}
.content_holder {
	width: 100%;
	float: left;
	position: relative;
}
body.page-template-default .content_holder {
	margin-bottom: 0px;
}
.has-sidebar .content_holder {
	width: 70%;
	padding-right: 40px;
	border-right: 1px solid;
	border-color: rgba(0,0,0,0.03);
}
.has-sidebar.detallecitos-left-sidebar .content_holder, .has-sidebar.zass-left-sidebar .content_holder {
	width: 70%;
	padding-right: 0px;
	padding-left: 40px;
	border-right: none;
	border-left: 1px solid;
	border-color: rgba(0,0,0,0.03);
	float: right;
}
.has-sidebar.detallecitos-left-sidebar .sidebar, .has-sidebar.zass-left-sidebar .sidebar {
	padding-right: 40px;
	padding-left: 0px;
}
.error404 .content_holder {
	width: 100%;
    height: auto !important;
}
.error404 div.blog-post-excerpt {
	text-align: center;
    border:1px dashed;
    border-radius: 2em;
    padding-bottom: 40px;
    margin-top: 40px;
}
.error404 div.blog-post-excerpt:before {
	display: block;
	content: "404";
	font-weight: 800;
	font-size: 200px;
	line-height: normal;
	margin-bottom: 60px;
	color: #ffffff;
	text-shadow: 0 1px 0 #ccc,
	0 2px 0 #c9c9c9,
	0 3px 0 #bbb,
	0 4px 0 #b9b9b9,
	0 5px 0 #aaa,
	0 6px 1px rgba(0,0,0,.1),
	0 0 5px rgba(0,0,0,.1),
	0 1px 3px rgba(0,0,0,.15),
	0 3px 5px rgba(0,0,0,.1),
	0 5px 10px rgba(0,0,0,.15),
	0 10px 10px rgba(0,0,0,.1),
	0 20px 20px rgba(0,0,0,.10);
}
.error404 .content_holder h2.heading-title {
	text-align: center;
}

/* ===================== HEADER ===================== */
#header, #header2 {
	margin:0;
	padding: 0px;
	position: relative;
	z-index: 999;
	width:100%;
	background-color: #ffffff;
}
#header2 {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	border:none !important;
}
#header2.animateIt {
    position:fixed;
    top:-180px;
    left: 0;
    right: 0;
    z-index:999;
    transition:0.4s top cubic-bezier(.3, .73, .3, .74);
	opacity:0.97;
}
body.down.admin-bar #header2.animateIt {
    top:-128px;
}
body.down #header2.animateIt {
    top:0;
}
body.down.admin-bar #header2.animateIt {
    top:32px;
}
#header2.animateIt .main_menu_holder {
	height:60px;
}
#header2.animateIt #logo {
	margin-bottom:3px;
	margin-top:3px;
	height: 54px;
	display: table;
}
#header2.animateIt #logo img {
	width:auto;
	display:table-cell !important;
	vertical-align: middle;
}
#header2.animateIt #logo img.transparent_logo {
	display:none !important;
}
#header2.animateIt #header_top {
	display:none;
}
#header2.animateIt #main-menu ul.menu > li > .zass-custom-menu-label {
	display:none;
}
#header_top {
	position: relative;
	border-bottom: 1px solid;
	min-height:40px;
	clear:both;
	z-index: 3;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.main_menu_holder {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#header #logo, #header2 #logo {
	float: left;
	clear: both;
	margin: 10px 30px 10px 0;
	height:100%;
	display:table;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	background:none !important;
}
#header #logo.zass_text_logo {
	height:66px;
}
#header2 #logo.zass_text_logo {
	height:54px;
}
.zass_logo_left_menu_below #header #logo.zass_text_logo, .zass_logo_center_menu_below #header #logo.zass_text_logo {
	margin-bottom: 20px;
}
#header #logo.zass_text_logo a, #header2 #logo.zass_text_logo a {
	display: table-cell;
	vertical-align: middle;
}
#header #logo .zass-logo-title, #header #logo .zass-logo-subtitle, #header2 #logo .zass-logo-title, #header2 #logo .zass-logo-subtitle {
	clear: left;
	display: block;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#header2 #logo.zass_text_logo .zass-logo-title {
	font-size: 21px !Important;
}
#header #logo .zass-logo-subtitle, #header2 #logo .zass-logo-subtitle {
	font-size: 12px;
}
#header2 #logo img {
	height: auto;
	max-height:54px;
    width: auto;
}
#header #logo img.transparent_logo {
	display:none;
}
#header #logo a, #header2 #logo a {
	margin: 0 auto;
	display:block;
	text-decoration: none;
}
#header #logo img {
    max-height: 66px;
    width: auto;
}
#header #logo img, #header2 #logo img {
	vertical-align: text-bottom;
}

/* ===================== TOPBAR ===================== */
#header_top .zass-top-bar-message {
    font-size: 11px;
    line-height: 40px;
    min-height: 40px;
    text-align: left;
    vertical-align: middle;
    padding: 0 8px;
}
#header_top .has-top-menu .zass-top-bar-message {
    float: right;
}
.zass-top-bar-mail, .zass-top-bar-phone {
	display: inline-block;
	border-right:1px solid;
	border-right-color: rgba(0,0,0,0.03);
}
#header .zass-top-bar-message span {
	padding: 0 10px 0 4px;
}
.zass-top-bar-mail:before, .zass-top-bar-phone:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: middle;
	margin-right: 5px;
	margin-left:5px;
}
.zass-top-bar-phone:before {
	content: "\f095";
}
#header #menu {
	z-index: 1900;
	float:left;
}

/* ===================== FOOTER MENU (header_top alternative) ===================== */
#zass_footer_menu {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 30px 0;
}
#zass_footer_menu > li {
	display: inline-block;
	list-style: none;
	border-right:1px solid;
}
#zass_footer_menu > li:last-child {
	border: none;
}
#zass_footer_menu > li a{
	display: block;
	list-style: none;
	font-size: 12.5px;
	padding: 0px 8px;
	text-decoration: none;
	line-height: 120%;
}

/* ===================== CART MODULE / HEADER RIGHT ===================== */
.zass-search-cart-holder {
	float:right;
	height:86px;
	line-height:86px;
	position: relative;
}
.zass-search-cart-holder:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 0px;
	width: 2px;
	height: 24px;
	margin-top: -12px;
	border-left: 1px solid;
	content: "";
	opacity: 0.6;
}
#main-menu .zass-search-cart-holder {
	min-height: inherit;
}
.main_menu_holder .zass-search-cart-holder {
	padding-left: 5px;
}
#cart-module {
	padding: 0px 10px;
	height:100%;
	margin: 0;
	position: relative;
	z-index: 0;
	float: right;
	list-style: none;
	z-index:2;
}
#cart-module > li:first-child {
	vertical-align:middle;
	min-height:58px;
	line-height:58px;
}
#cart-module a.cart-contents:before {
	display: inline-block;
	content: "\f290";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	float:left;
	position:relative;
	color: #c6c6c6;
	top:0px;
	font-weight: 900 !important;
}
.zass-search-cart-holder #cart-module div.widget.woocommerce.widget_shopping_cart h2.widgettitle {
    display: none;
}
#cart-module div.widget.woocommerce.widget_shopping_cart {
	display: none;
	position: absolute;
	top: 98%;
	right: -12px;
	z-index: 10000;
	width: 320px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	border:1px solid #f1f1f1;
	line-height: normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#cart-module div.widget.woocommerce.widget_shopping_cart:before {
	content: ' ';
	position: absolute;
	background: #ffffff;
	display: block;
	width: 12px;
	height: 12px;
	right: 22px;
	top: -6px;
	z-index: 30000;
	border:1px solid;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-color:  #f1f1f1 transparent transparent #f1f1f1;
}
#cart-module:hover div.widget.woocommerce.widget_shopping_cart {
	display: block;
	-moz-animation: detallecitosfadeInUp .3s ease-in;
    -webkit-animation: detallecitosfadeInUp .3s ease-in;
    animation:detallecitosfadeInUp .3s ease-in;
}
#cart-module a.cart-contents {
	display: block;
	width: 100%;
	height: 86px;
	line-height: 86px;
	text-decoration: none;
}
.main_menu_holder #cart-module {
	background: none;
}
.widget_shopping_cart_content a.remove {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #e5e5e5;
	margin-top: 5px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.widget_shopping_cart_content a.remove:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00d";
	color: #666666;
	font-size: 10px;
}
.widget_shopping_cart_content a.remove:hover {
	background: #333333;
	color:#ffffff;
}
.widget_shopping_cart_content a.remove:hover:before {
	color: #ffffff;
}
#cart-module .cart-contents {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
}
#cart-module .cart-contents span.count {
	position:absolute;
	padding:2px 4px 4px 4px;
	color:#ffffff;
	background-color:#e1e1e1;
	top:50%;
	margin-top:-18px;
	left:20px;
	display:block;
	font-size:10px !important;
	line-height:11px !important;
	font-weight: normal !important;
	white-space:nowrap;
	height:15px;
	min-width: 15px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	text-align: center;
}
.widget_shopping_cart_content li {
	padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e5e5;
}
.widget_shopping_cart_content li.empty {
	text-align: center;
	border: none;
	font-size:14px;
	margin: 0px;
	padding: 8px;
}
.widget_shopping_cart_content p.total, .widget_shopping_cart_content p.buttons {
	text-align: right;
	margin: 0;
}
.widget_shopping_cart_content p.buttons .button.checkout {
    margin-left: 2%;
}
.widget_shopping_cart_content p.total {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 20px;
	color: #333333;
}
.widget_shopping_cart_content p.buttons {
	margin-top: 15px;
}
.widget_shopping_cart_content p.buttons .button {
	width: 49%;
	padding: 9px 15px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_shopping_cart_content li dl.variation {
	width: auto !important;
	margin-bottom: 4px;
}
.widget_shopping_cart_content li dl.variation dt, .widget_shopping_cart_content li dl.variation dd {
	padding: 0;
	font-size: 11px;
	width: auto;
	margin-right: 3px;
}
.widget_shopping_cart_content li dl.variation p {
	margin: 0;
    line-height: normal;
}

/* ===================== MAIN MENU ===================== */
#main-menu {
	float: right;
	height:100%;
}
#main-menu ul.menu {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height:100%;
}
.detallecitos-main-menu-left #main-menu, .zass-main-menu-left #main-menu, .detallecitos-main-menu-left #main-menu ul.menu, .zass-main-menu-left #main-menu ul.menu {
	float: none;
}
.detallecitos-main-menu-center #main-menu, .zass-main-menu-center #main-menu, .detallecitos-main-menu-center #main-menu ul.menu, .zass-main-menu-center #main-menu ul.menu, .detallecitos-main-menu-center #main-menu ul.menu > li, .zass-main-menu-center #main-menu ul.menu > li {
	float: none;
}
.detallecitos-main-menu-center #header .inner, .zass-main-menu-center #header .inner, .detallecitos-main-menu-center #header2 .inner, .zass-main-menu-center #header2 .inner {
	text-align: center;
}
#main-menu ul.menu li {
	display:inline-block;
	list-style: none;
	position: relative;
	z-index:1;
	left:0;
	top:0;
}
#main-menu ul.menu li a i {
	position: relative;
	margin-right: 4px;
	font-weight: 900 !Important;
    font-size: 14px;
}
#main-menu ul.menu > li > a i {
	top:-1px;
	font-size: 16px;
}
#main-menu ul.menu > li {
	margin: 0;
	padding: 0;
	display:inline-block;
	float:left;
	height:100%;
}
#main-menu ul.menu > li:hover {
	z-index: 100;
}
#main-menu ul.menu > li > a {
	display: block;
	vertical-align: middle;
	padding: 0px 15px !Important;
	text-decoration: none;
	font-size: 13px;
	position: relative;
	color:#555555;
	letter-spacing:1px;
	font-weight:400;
	height: 86px;
	line-height: 86px;
}
#main-menu ul.menu li a .num {
	position: absolute;
	color: #999999;
	background-color: #e1e1e1;
	padding: 2px 4px;
	font-size: 10px;
	top: 30px;
	right: -5px;
	line-height: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#main-menu li ul.sub-menu {
	position: absolute;
	display: none;
	top: 98%;
	left: 0px;
	z-index: 5555;
	padding: 20px;
	margin: 0;
	text-align:left;
	background-color:#ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
#main-menu > ul > li:nth-last-child(1) > ul.sub-menu, #main-menu > li:nth-last-child(2) > ul.sub-menu {
	left: auto;
	right: 0px;
}
#main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu, #main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu {
	left: auto;
	right: 199px;
}
.detallecitos-main-menu-right #main-menu > ul > li:nth-last-child(1) > ul.sub-menu, .zass-main-menu-right #main-menu > ul > li:nth-last-child(1) > ul.sub-menu, .detallecitos-main-menu-right #main-menu > li:nth-last-child(2) > ul.sub-menu, .zass-main-menu-right #main-menu > li:nth-last-child(2) > ul.sub-menu, .detallecitos-main-menu-right.detallecitos-stretched-header #main-menu > li:nth-last-child(3) > ul.sub-menu, .zass-main-menu-right.zass-stretched-header #main-menu > li:nth-last-child(3) > ul.sub-menu {
	left: auto;
	right: 0px;
}
.detallecitos-main-menu-right #main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu, .zass-main-menu-right #main-menu > ul > li:nth-last-child(1) > ul.sub-menu li.dropdown ul.sub-menu, .detallecitos-main-menu-right #main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu, .zass-main-menu-right #main-menu > ul > li:nth-last-child(2) > ul.sub-menu li.dropdown ul.sub-menu {
	left: auto;
	right: 199px;
}
#main-menu li ul.sub-menu li.dropdown ul.sub-menu {
	position: absolute;
	display: none;
	top: 0px;
	left: 199px;
	z-index: 6666;
	padding: 10px;
	margin: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#main-menu li ul.sub-menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#main-menu li ul.sub-menu li a {
	display: block;
	padding: 15px 8px;
	color:#222222;
	text-decoration: none;
	width: 200px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	border-bottom:1px solid #f5f5f5;
	font-size:12.5px;
}
#main-menu li ul.sub-menu li a:hover {
	color:#ffffff;
}
#main-menu .menu > li.dropdown:hover > ul.sub-menu {
	display: block;
	-moz-animation: detallecitosfadeInUp .3s ease-in;
    -webkit-animation: detallecitosfadeInUp .3s ease-in;
    animation:detallecitosfadeInUp .3s ease-in;
}
#main-menu li.dropdown:hover ul.sub-menu li.dropdown:hover > ul.sub-menu {
	display: block;
}
#main-menu ul.menu > li > a:before {
	position: absolute;
	width: 100%;
	height: 3px;
	margin-top: 12px;
	text-align: center;
	left: 0px;
	content: '.';
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: bolder;
	display: block;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	opacity: 0;
	color: #cecece;
}
#header2 #main-menu ul.menu > li > a:before {
	margin-top: 6px;
}
#main-menu ul.menu > li.current-menu-item > a:before, #main-menu ul.menu > li:hover > a:before, #main-menu ul.menu > li.current_page_item > a:before {
	opacity: 1;
}
#main-menu ul.menu > li > a:before {
	width: 100%;
	height: 3px;
	content: " ";
	margin: 0;
	top: auto;
	left: 0;
	bottom: -1px;
}
#header2 #main-menu ul.menu > li > a:before {
	bottom: 0px;
}
body.zass_logo_center_menu_below #header #logo {
	float:none;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
}
body.zass_logo_center_menu_below .main_menu_holder {
	text-align:center;
}
body.zass_logo_left_menu_below #main-menu, body.zass_logo_center_menu_below #main-menu {
	float:left;
	width:100%;
	clear:both;
}
body.zass_logo_left_menu_below #header #main-menu ul.menu > li > a, body.zass_logo_center_menu_below #header #main-menu ul.menu > li > a, body.zass_logo_center_menu_below a.mob-menu-toggle, body.zass_logo_center_menu_below #header .zass-search-cart-holder #search > span, body.zass_logo_left_menu_below #header .zass-search-cart-holder #search > span, .zass_logo_center_menu_below #cart-module a.cart-contents, .zass_logo_left_menu_below #cart-module a.cart-contents, .zass_logo_center_menu_below .zass-search-cart-holder a.sidebar-trigger, .zass_logo_left_menu_below .zass-search-cart-holder a.sidebar-trigger, body.zass_logo_center_menu_below #main-menu .zass-search-cart-holder, body.zass_logo_left_menu_below #main-menu .zass-search-cart-holder, #header2 #main-menu ul.menu > li > a, #header2 .zass-search-cart-holder, #header2 #cart-module a.cart-contents, #header2 .zass-search-cart-holder #search > span, .zass_logo_left_menu_below .zass-search-cart-holder, .zass_logo_center_menu_below .zass-search-cart-holder {
	height:60px;
	line-height:60px;
}
body.zass_logo_left_menu_below #header2 #main-menu ul.menu > li > a, body.zass_logo_center_menu_below #header2 #main-menu ul.menu > li > a, body.zass_logo_center_menu_below #header2 .zass-search-cart-holder #search > span, body.zass_logo_left_menu_below #header2 .zass-search-cart-holder #search > span{
	height:60px;
	line-height:60px;
}
body.zass_logo_left_menu_below #header2 #main-menu, body.zass_logo_center_menu_below #header2 #main-menu {
	border:none;
	float: right;
	clear: none;
}
body.zass_logo_left_menu_below #main-menu ul.menu, body.zass_logo_center_menu_below #main-menu ul.menu {
	float:left;
	text-align:left;
}
body.zass_logo_center_menu_below #main-menu {
	text-align:center;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	float: none;
	width: auto;
}
body.zass_logo_center_menu_below #main-menu ul.menu {
	float:none;
	width:auto;
	text-align:center;
	margin:0 auto;
	display: inline-flex;
}
body.zass_logo_center_menu_below #main-menu ul.menu > li {
	float:none;
	display: inline-block;
}
body.zass_logo_left_menu_below #header .main_menu_holder, body.zass_logo_center_menu_below #header .main_menu_holder {
	height:auto;
}

/* ===================== FOOTER ===================== */
#footer {
	font-size: 12px;
	margin:0;
	min-width: 100%;
	background-color:#111111;
	overflow:hidden;
	position: relative;
}
.zass-accent-tearoff #footer {
	padding-top: 99px;
}
#zass_footer_logo {
	margin: 0 0 20px 0;
}
#zass_footer_logo a {
	display: inline-block;
}
html.no-touch #footer.detallecitos_do_reveal, html.no-touch #footer.zass_do_reveal {
	position:fixed;
	z-index:90;
	left:0;
	bottom:0;
}
#footer > .inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
#powered {
	min-width: 100%;
	background-color:rgba(0,0,0,0.2);
	color:#cecece;
}
#powered .inner {
	font-size: 11px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#powered a {
	color: #f8f8f8;
}
#powered .author_credits {
    width: 48%;
    float: right;
    text-align: right;
    padding-top: 8px;
}
#powered .zass-social {
    width: 48%;
    float: left;
    text-align: right;
}
#powered .author_credits a {
	font-size: 10px;
}

/* ===================== CONTENT AREA ===================== */
#content {
	min-height: 500px;
	padding:0;
	position: relative;
	z-index: 100;
	width:100%;
}
body.detallecitos-reveal-footer #content, body.zass-reveal-footer #content {
	background-color:#ffffff;
}
#content > .inner {
	padding-bottom:80px;
	padding-top: 80px;
	background-color: #ffffff;
}
body.page-template-default #content > .inner, body.page-template-blank-page #content > .inner {
	padding-top: 0px;
	padding-bottom:0px;
}
body.page-template-default #content.has-sidebar > .inner, body.page-template-blank-page #content.has-sidebar > .inner {
	padding-top: 80px;
	padding-bottom:80px;
}
#content > .inner.detallecitos_masonry_fullwidth, #content > .inner.zass_masonry_fullwidth {
	width:100%;
}
.box {
	margin-bottom: 30px;
	clear: both;
}
.widget_layered_nav ul, .widget_product_categories ul {
	list-style: none !important;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.widget_product_categories ul li ul.children {
	margin-top: 8px;
}
.widget_layered_nav ul li, .widget_product_categories ul li {
	margin-bottom: 3px;
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_layered_nav ul li .count, .widget_product_categories ul li .count {
	color: #666666;
    float: right;
    font-size: 11px;
    line-height: 1.9em;
}
.widget_layered_nav ul li a, .widget_product_categories ul li a {
	text-decoration: none;
	display: inline-block;
	width: 70%;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	color:#333333;
}
.widget_layered_nav ul li.current-cat.cat-parent > a, .widget_product_categories ul li.current-cat.cat-parent > a, .widget_product_categories ul li.current-cat-parent > a {
	font-weight: 600;
}
.widget_product_categories ul li.current-cat, .widget_product_categories ul li.current-cat-parent {
	background-color: #f8f8f8;
}
.widget_layered_nav ul li small {
	float: right;
	display: block;
	width: 25px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	background-color: #f5f5f5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 2px;
}
.sidebar .box, .wpb_widgetised_column .box {
	padding: 0px;
}
.box-common {
	margin-bottom:0;
}
.box-products {
	margin: 0;
}
ul.detallecitos_woo_categories_shop, ul.zass_woo_categories_shop, div.detallecitos_woo_categories_shop, div.zass_woo_categories_shop {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	clear: both;
}
li.product-category.product img, div.product-category.product img {
	width: 100%;
	height: auto;
	margin:0;
	vertical-align:text-bottom;
	display:block;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
li.product-category.product:hover img, div.product-category.product:hover img {
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
}
li.product-category.product h2, div.product-category.product h2 {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0;
}
li.product-category.product h2 mark, div.product-category.product h2 mark {
	background: none;
	display:block;
	background:#333333;
	color:#ffffff;
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	top:-15px;
	left:50%;
	margin-left:-15px;
	border-radius: 2em !important;
	-moz-border-radius: 2em !important;
	-webkit-border-radius: 2em !important;
	font-size:11px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
li.product-category.product a, div.product-category.product a {
	text-decoration: none;
	display:block;
	overflow: hidden;
}
li.product-category.product a h2, div.product-category.product a h2 {
	text-align:center;
	padding:25px 10px;
	position:absolute;
	left:0;
	bottom:30px;
	background:#ffffff;
	width:100%;
	opacity:0.92;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
li.product-category.product:hover a h2, div.product-category.product:hover a h2{
	opacity:0.9;
}
.term-description {
	margin-bottom: 50px;
	width:100%;
	clear:both;
	text-align:center;
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #e5e5e5;
}
.term-description p {
	margin-top:0;
	display: block;
	text-align:left;
}
#products-wrapper .page-description {
	margin-bottom:10px;
}
.box-sort-filter {
	margin-bottom: 30px;
}
.box-sort-filter h2.heading-title {
	font-size: 19px;
	font-weight: 600;
	padding-bottom:11px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.widget_price_filter .price_slider.ui-slider {
	margin-bottom:20px;
	width:92%;
}
.widget_price_filter .button {
	float:right;
	margin-left: 10px;
}
.widget_price_filter .price_label {
	line-height:35px;
}
.box-sort-filter .ui-slider-horizontal .ui-slider-handle, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	top: -0.22em;
	margin-left: -3px;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border: none !important;
	cursor:pointer !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.box-sort-filter .ui-slider-horizontal .ui-slider-handle:hover, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all:hover {
	background: #333333 !important;
}
.summary .variations_form table {
	border-bottom: none;
}
.box-sort-filter select, .summary .variations_form td.value select {
	border: none !Important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width:100%;
	background: transparent;
	padding: 7px 35px 7px 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}
.box-sort-filter select::-ms-expand, .summary .variations_form td.value select::-ms-expand {
    display: none;
}
.summary .variations_form td.value .reset_variations {
	position: relative;
	visibility: visible !Important;
}
.product-filter .sort:after, .product-filter .limit:after, .summary .variations_form td.value .reset_variations:after {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	content: "\f0dc";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
	z-index: 50;
	color: #333333;
	pointer-events: none;
}
.summary .variations_form td.value .reset_variations:after {
	right: auto;
	left: -31px;
}
.product-filter .sort:after, .summary .variations_form td.value .reset_variations:after {
	content: "\f0dc";
}
ul.sub_cats {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sub_cats li {
	margin: 0 5px;
	padding: 10px 0;
	float: left;
	background-color: #ffffff;
	width: 100px;
	height: 140px;
	text-align: center;
}
ul.sub_cats li img {
	margin: 0 auto 4px auto;
	clear: both;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	padding: 5px;
}
ul.sub_cats li a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	padding: 0 4px;
}
ul.sub_cats li a span {
	display: block;
	clear: both;
}
.product-filter {
	margin: 10px 0 50px 0;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.product-filter p.woocommerce-result-count {
	position: absolute;
}
.product-filter .sort {
	float: right;
	color: #333333;
	margin-top: 30px;
	font-size: 13px;
	font-weight: normal !Important;
	position: relative;
}
.product-filter .limit {
	position: relative;
	margin-left: 15px;
	float: right;
	color: #333333;
	margin-top: 30px;
	font-size: 13px;
	font-weight: normal !Important;
}
#price-filter {
	width: 40%;
	font-size:13px;
	color:#333333;
	float: left;
}
#price-filter .ui-widget-content, .widget_price_filter .ui-widget-content {
	background: #f0f0f0 !important;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-top:50px;
}
.pagination .links {
	float: left;
    margin-bottom: 20px;
}
.pagination .links a {
	display: inline-block;
	background-color: #333333;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	margin-right: 2px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border: none !Important;
}
.pagination .links .selected {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background: #ececec;
}
.pagination .links .selected:hover {
	color: #ffffff;
}
.pagination .results {
	float: right;
	padding-top: 10px;
	font-size: 13px;
}

/* ===================== SINGLE PRODUCT ===================== */
div.product div.images, #content div.product div.images {
	display: inline-block;
	margin-bottom: 60px;
	width: 50%;
	position: relative;
	padding-left: 100px;
}
div.product div.images .flex-viewport {
    height: auto !important;
}
div.product div.images #wrap, #content div.product div.images #wrap {
	float: left;
}
div.product div.summary, #content div.product div.summary {
	float: right;
	margin-bottom: 80px;
	width: 50%;
	padding-left: 50px;
	position: relative;
}
div.product div.summary div.share {
	margin-top: 30px;
	padding: 12px 8px 7px 8px;
	background-color: #fcfcfc;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    width: 100%;
    clear: both;
    float: left;
}
div.product p.price, div.product .description, div.product form.cart, div.product form.variations_form.cart, div.product .review, div.product .summary {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div.product form.cart {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
div.product form.variations_form.cart {
    margin-bottom: 30px;
}
div.product .options, div.product p.cart, div.product .variations_form.cart {
	margin-bottom: 30px;
}
div.product .variations_form.cart {
    display: block;
}
div.product p.cart {
	margin-top: 20px;
}
div.product p.price {
	margin: 20px 0px;
}
p.stock.out-of-stock {
	padding: 15px 8px;
	background-color: #fff4e2;
	border: 1px solid #ffeccc;
	color: #9d8967;
}
div.product .description {
	margin-bottom: 30px;
}
div.product .summary h3 {
	margin-bottom: 16px;
	font-size:16px;
	font-weight: bold;
	border: none;
}
div.product .cart div.quantity {
	display: inline-block;
}
div.product .cart div.quantity.hidden {
    display: none;
}
div.product .cart div.quantity label.screen-reader-text {
    display: none;
}
div.product .price {
	font-size: 16px;
	color: #333333 !important;
}
div.product div.single_variation_wrap {
	width: 100%;
}
div.product div.single_variation {
	font-size: 13px;
	float: none !important;
	clear: both !important;
	padding: 0 10px;
	margin-bottom: 25px;
}
div.product div.single_variation p {
    margin: 0 0 0.85em 0;
}
div.product div.single_variation > div {
	width: 100%;
}
div.product div.single_variation > div:after, div.product div.single_variation:after{
	content: " ";
	display: block;
	height: 0px !Important;
	clear: both;
	visibility: hidden;
}
.reset_variations {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	margin-left:5px;
}
div.product .price span {
	display: inline-block;
	margin-bottom: 8px;
}
div.product .price span.amount {
	font-size: 30px;
	font-weight: 600;
}
div.product .price del span {
	text-decoration: line-through;
	margin: 0 8px 0 0;
	font-size: 18px !important;
	color: #cecece;
}
div.product div.single_variation .price {
	margin: 0 !important;
	display: block;
	font-size: 21px !important;
}
div.product div.single_variation .price span.amount {
	margin: 0 !important;
	font-size: 21px !important;
}
div.product input.qty {
	width: 44px !important;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px dashed #cecece;
    display: block;
    vertical-align: top;
}
div.quantity {
	width: 64px;
	height: 42px;
	position: relative;
	margin-right: 10px !important;
}
div.quantity input.detallecitos-qty-plus, div.quantity input.detallecitos-qty-minus, div.quantity input.zass-qty-plus, div.quantity input.zass-qty-minus {
	width: 24px !important;
	height: 23px;
	display: inline-block;
	border: none;
	background: #333333;
	color: #f5f5f5;
	text-align: center;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 2px 0px 0px;
	-moz-border-radius: 0px 2px 0px 0px;
	-webkit-border-radius: 0px 2px 0px 0px;
	cursor: pointer;
    -webkit-appearance: none;
}
td div.quantity input.detallecitos-qty-plus, td div.quantity input.detallecitos-qty-minus, td div.quantity input.zass-qty-plus, td div.quantity input.zass-qty-minus {
	display: none !important;
}
div.quantity input.detallecitos-qty-minus, div.quantity input.zass-qty-minus {
	top: 23px;
	border-radius: 0px 0px 2px 0px;
	-moz-border-radius: 0px 0px 2px 0px;
	-webkit-border-radius: 0px 0px 2px 0px;
}
button.single_add_to_cart_button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px dashed !important;
	background: none !important;
	height: 46px;
	text-align: center;
	border: none;
}
.summary button.single_add_to_cart_button {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
button.single_add_to_cart_button:before {
	display: none;
	content: "\f021";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px !important;
	vertical-align: middle;
	margin-right: 0px;
	font-weight: 900 !important;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear;
}
button.single_add_to_cart_button:disabled, button.single_add_to_cart_button:disabled:hover {
	background-color: #e1e1e1;
	color: #333333;
	opacity: 0.5;
	cursor: not-allowed;
}
button.single_add_to_cart_button.loading:before {
	display: inline-block;
	margin-right: 8px;
	opacity: 1;
}
div.product .cart  a.added_to_cart.wc-forward {
	margin-left: 8px;
}
div.product .price-old {
	color: #999999;
	margin: 0 5px 0 1px;
	padding: 4px 0;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
div.product .option {
	margin-bottom: 10px;
	font-family: 12px;
}
div.product .option span, div.product .description span {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
div.product .images .image img {
	padding: 10px;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
ul.additional-images {
	padding: 0;
	margin: 10px 0;
	list-style: none;
	text-align: center;
}
div.product div.images ol.flex-control-nav, #content div.product div.images ol.flex-control-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
}
div.product.type-product.sale div.images ol.flex-control-nav, #content div.product.type-product.sale div.images ol.flex-control-nav {
    padding-top: 50px;
}
ul.additional-images li, div.product div.images .flex-control-thumbs li {
	padding: 0;
	list-style: none;
	padding: 1px;
	margin:0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width:67px;
	text-align:center;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li {
	width: 67px;
	height: 67px;
	overflow: visible;
	z-index: 1;
}
div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li {
	width: 77px;
	height: 77px;
	padding: 5px;
	margin-bottom: 5px;
}
div.product div.images ol.flex-control-nav li:hover, #content div.product div.images ol.flex-control-nav li:hover {
	z-index: 10;
}
ul.additional-images li a, div.product div.images ol.flex-control-nav li img {
	background-color: #ffffff;
    border: 1px solid #f8f8f8;
    display: block;
    padding: 5px;
    width: 65px;
    height: auto;
}
div.product div.images ol.flex-control-nav li img, #content div.product div.images ol.flex-control-nav li img {
	position: absolute;
	top: 0px;
	left: 0px;
	will-change: transform;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.product div.images ol.flex-control-nav li a:hover, #content div.product div.images ol.flex-control-nav li a:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -ms-transform:scale(1.12);
    -o-transform:scale(1.12);
     transform:scale(1.12);
     box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
ul.additional-images li a img, div.product div.images ol.flex-control-nav li a img {
	width:100%;
	height:auto;
	display:block;
}
figure.woocommerce-product-gallery__wrapper {
	margin: 0 !important;
	float: left;
}
div.product div.images a.woocommerce-product-gallery__trigger {
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 19000;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.35);
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none !important;
    font-size: 0px;
}
div.product div.images a.woocommerce-product-gallery__trigger:hover {
	background: rgba(255, 255, 255, 0.75);
}
div.woocommerce-product-gallery__image {
	cursor: move;
}
div.woocommerce-product-gallery__image a {
	display: block;
	float: left;
	width: 100%;
}
div.woocommerce-product-gallery__image a img {
	width: 100% !important;
	height: auto;
}
div.product div.images a.woocommerce-product-gallery__trigger img.emoji {
	display: none !important;
}
div.product div.images a.woocommerce-product-gallery__trigger:before {
	content: "\f0b2";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px !important;
}

/* ===================== TABS / STOCK / TAGCLOUD / META ===================== */
ul.tabs {
	line-height: 16px;
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0 0 25px 0 !important;
}
.woocommerce-tabs ul.tabs {
	margin-bottom:0px !important;
	display:block;
	padding:0px;
	border-top:1px solid #f1f1f1;
}
.woocommerce-tabs ul.tabs li.description_tab a:before, .woocommerce-tabs ul.tabs li.reviews_tab a:before, .woocommerce-tabs ul.tabs li.additional_information_tab a:before {
	display: inline-block;
	content: "\f15c";
	font-family: 'Font Awesome 5 Free';
	margin-right:8px;
	font-weight: 900;
}
.woocommerce-tabs ul.tabs li.reviews_tab a:before {
	content: "\f086";
}
.woocommerce-tabs ul.tabs li.additional_information_tab a:before {
	content: "\f05a";
}
p.stock {
	margin:0 0 25px 0;
	display:block;
	padding:12px 8px;
	border:1px solid #f1f1f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#fcfcfc;
}
.single_variation .woocommerce-variation-availability p.stock {
	margin: 0.85em 0;
}
div.product div.summary p.stock {
	width: 100%;
	display: inline-block;
}
ul.tabs li {
	margin: 0 15px;
	display: inline-block;
	float:none !important;
	padding: 0px;
	position: relative;
}
ul.tabs a {
	padding: 20px 5px !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	margin-top: -2px;
	display: inline-block;
	color: #919191 !important;
	border-top: 4px solid transparent;
	letter-spacing:1px;
	position: relative;
}
ul.tabs li.active a, ul.tabs a:hover {
	color: #333333 !important;
}
.panel.entry-content {
	background-color: none !important;
	min-height: 40px;
	padding: 20px;
	z-index: 2;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
	overflow: hidden;
}
.woocommerce-tabs .panel.entry-content {
	padding: 50px 8%;
	margin-bottom: 0px;
	color: #666666;
}
#comments {
	float: left;
	clear: both;
	width: 100%;
	margin-top:25px;
	margin-bottom: 50px;
}
#tab-reviews #comments {
	margin-top:0px;
}
.tagcloud {
	margin: 25px 0;
	text-align: left;
	font-size: 13px;
    padding: 25px 8px 0px 8px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    clear: both;
    float: left;
}
.tagcloud span:not(.sku) {
	font-weight: bold;
}
.tagcloud span.sku {
	font-weight: normal;
}
.tagcloud span {
	display: inline-block;
}
.tagcloud a {
	display: inline-block !important;
	padding: 1px 4px;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	text-decoration: none;
	margin: 3px;
	font-size: 11px;
	color: #999999;
}
.tagcloud a:hover {
	background-color: #ffffff;
	border: 1px solid #f9f9f9;
	color: #333333;
}
.product_meta {
	margin-top: 30px;
}
.posted_in, .tagged_as {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
}

/* ===================== PRODUCT LISTING (GRID) ===================== */
ul.product_list_widget, ul.products-list {
	padding: 0;
	list-style: none !important;
	text-align:left;
}
ul.cart_list.product_list_widget {
	margin: 0px;
}
ul.product_list_widget li, ul.products-list li {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #f5f5f5;
	line-height: normal;
}
ul.product_list_widget li a {
	display: block;
	font-size:12.5px;
	font-weight:600;
	margin-bottom:0px;
	text-decoration: none;
	color: #333333;
}
ul.product_list_widget li span.quantity {
	font-size:13px;
}
ul.product_list_widget li a img {
	float: left;
	margin: 0 10px 0px 0;
    width: 60px;
	height:auto;
}
#footer ul.product_list_widget li a img {
    width: 45px;
    height:auto;
}
div.prod_hold {
	width: 100%;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0 10px;
	position: relative;
	z-index: 444;
	text-align: center;
	overflow:hidden;
	border:5px solid transparent;
	box-sizing:border-box;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.detallecitos-products-list-view div.prod_hold, .zass-products-list-view div.prod_hold {
	width: 100%;
	display:table;
	padding: 20px;
	border: 1px solid #f1f1f1;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.detallecitos-products-list-view div.prod_hold .image, .zass-products-list-view div.prod_hold .image {
	width: 240px;
}
.detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:20px 50px;
	border:none;
	background: none;
	border-radius: 0;
	background: none;
}
.detallecitos-products-list-view div.prod_hold .name, .zass-products-list-view div.prod_hold .name {
	font-size:18px;
	font-weight: bold;
	color:#333333;
	padding:0;
	height: auto;
	margin-bottom:15px !important;
	text-align: left;
}
.detallecitos-product-excerpt, .zass-product-excerpt {
	display:none;
}
.detallecitos-products-list-view .detallecitos-product-excerpt, .zass-products-list-view .zass-product-excerpt, .detallecitos-products-list-view .zass-product-excerpt, .zass-products-list-view .detallecitos-product-excerpt {
	display: inline-block;
}
.detallecitos-products-list-view div.prod_hold .detallecitos-product-excerpt, .zass-products-list-view div.prod_hold .zass-product-excerpt {
	margin-bottom:10px;
}
.detallecitos-products-list-view .prod_hold .price_hold, .zass-products-list-view .prod_hold .price_hold {
	font-size:16px;
	padding:0px;
	margin-bottom:20px;
}
.detallecitos-products-list-view .prod_hold .price_hold:before, .zass-products-list-view .prod_hold .price_hold:before {
	left:0;
	font-size:24px;
}
.detallecitos-products-list-view .prod_hold .links, .zass-products-list-view .prod_hold .links {
	padding:0;
	border:none;
	text-align: left;
	position: relative;
	bottom: auto !Important;
	left: auto;
	right: auto;
	display: block;
	opacity: 1;
}
li.product-category, div.product-category {
	width: 25%;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	position: relative;
	z-index: 444;
	text-align: center;
	background-color:#ffffff;
	border: 15px transparent;
	overflow:hidden;
	list-style:none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
li.product-category > a, div.product-category > a {
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.woocommerce.columns-2 div.prod_hold, .woocommerce.columns-2 li.product-category, .woocommerce.columns-2 div.product-category, .cross-sells div.prod_hold {
    width: 50%;
}
.woocommerce.columns-3 div.prod_hold, .woocommerce.columns-3 li.product-category, .woocommerce.columns-3 div.product-category {
    width: 33.3%;
}
.woocommerce.columns-4 div.prod_hold, .woocommerce.columns-4 li.product-category, .woocommerce.columns-4 div.product-category, .upsells.products div.prod_hold {
    width: 25%;
}
.woocommerce.columns-5 div.prod_hold, .woocommerce.columns-5 li.product-category, .woocommerce.columns-5 div.product-category {
	width: 20%;
}
.woocommerce.columns-6 div.prod_hold, .woocommerce.columns-6 li.product-category, .woocommerce.columns-6 div.product-category {
	width: 16.6%;
}
.woocommerce.columns-5 div.prod_hold .name, .woocommerce.columns-6 div.prod_hold .name  {
	font-size:12.5px;
}
.woocommerce.columns-5 div.prod_hold .price_hold, .woocommerce.columns-6 div.prod_hold .price_hold  {
	font-size:13px;
}
.columns-2 div.prod_hold, .columns-3 div.prod_hold, .columns-4 div.prod_hold {
	width: 25%;
}
div.prod_hold .image {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
div.prod_hold .image a {
	display: block;
    position: relative;
}
div.prod_hold .image img {
	width:100%;
	height: auto;
	vertical-align:text-bottom;
	display:block;
	will-change: transform, opacity;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 2;
}
div.prod_hold.detallecitos-prodhover-zoom:hover .image img, div.prod_hold.zass-prodhover-zoom:hover .image img {
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
}
div.prod_hold.detallecitos-prodhover-swap .image img:nth-of-type(2), div.prod_hold.zass-prodhover-swap .image img:nth-of-type(2){
    position: absolute;
    z-index:1;
    opacity: 1;
    top:0;
    left: 0;
}
div.prod_hold.detallecitos-prodhover-swap:hover .image img:nth-of-type(1), div.prod_hold.zass-prodhover-swap:hover .image img:nth-of-type(1){
    opacity: 0;
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}
.has-sidebar div.prod_hold.last {
	margin-right: 0px !important;
}
.related.products, .upsells.products {
	overflow:hidden;
	width:100%;
	height: auto;
}
.prod_hold .zass-list-prod-summary {
	height: 95px;
	border-bottom: 1px solid #f9f9f9;
	padding:15px 10px;
	background-color:#ffffff;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	text-align: center;
	overflow: hidden;
}
div.prod_hold .name {
	display: block;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration: none;
	margin: 0 !important;
	color: #333333;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
div.prod_hold a {
	text-decoration: none;
}
a.zass-quick-view-link {
	text-decoration: none;
	margin-left:2px;
	margin-right: 2px;
	float:right;
	width:30px;
	height:30px;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	color: #333333;
	border: 1px dashed !important;
	border-color: #cecece !important;
	font-size: 14px;
}
a.zass-quick-view-link:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f06e";
}
.detallecitos-products-list-view a.zass-quick-view-link, .zass-products-list-view a.zass-quick-view-link {
	float:left;
}
a.zass-quick-view-link:hover {
	border-color:#333333 !important;
	color: #333333;
}
div.prod_hold a.button, div.prod_hold a.button.add_to_cart_button {
	text-decoration: none;
	padding: 0 8px;
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 1px;
	border: 1px dashed !important;
	background: none !important;
	height: 30px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
}
div.prod_hold a.button.add_to_cart_button i.fa {
	font-size: 14px;
}
div.prod_hold .added_to_cart.wc-forward {
	display: none !important;
}
.upsells.products {
	margin-bottom: 50px;
}
.cross-sells {
	margin: 0 0 40px 0;
	padding:20px;
	border:1px solid #e5e5e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.related.products h2, .upsells.products h2 {
	border: 1px dashed #f1f1f1;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
#tab-description > h2:first-child, #tab-additional_information  > h2:first-child {
	display: none;
}
div.prod_hold .sale, span.onsale, div.prod_hold .new_prod {
	color: #ffffff;
	padding: 8px 12px;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 12002;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.detallecitos-products-list-view div.prod_hold .sale, .zass-products-list-view div.prod_hold .sale {
	top: 30px;
	left: 30px;
}
.detallecitos-products-list-view div.prod_hold .new_prod, .zass-products-list-view div.prod_hold .new_prod {
	top: 70px;
	left: 30px;
	right: auto;
}
span.onsale {
	font-size: 12.5px;
	font-weight: bold;
	padding: 10px 5px;
	top: 0px;
	left: 0px;
	width: 80px;
	text-align: center;
}
.zass-quickview-product-pop span.onsale {
	top: 40px;
	left: 40px;
}
div.prod_hold .links {
	background: #ffffff;
	z-index: 6999;
	padding:15px 5px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 1px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	opacity: 0;
	text-align: center;
}
div.prod_hold:hover .links {
	opacity: 1;
}
div.prod_hold .links a, div.prod_hold .links .yith-wcwl-add-to-wishlist, div.prod_hold .links a.add_to_wishlist.button {
	float: none !Important;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 2em !Important;
	-moz-border-radius: 2em !Important;
	border-radius: 2em !Important;
	text-align: center;
}
div.prod_hold .new_prod {
	left: auto;
	right: 30px;
}
.prod_hold .price_hold {
	clear: both;
	padding: 0px 0px 5px 0;
	font-size: 14px;
	font-weight: bold;
	position:relative;
    color: #555555;
}
.prod_hold .from, .prod_hold del {
	font-weight: normal!important;
    font-size: 13px;
}
.prod_hold ins span, .prod_hold ins {
	text-decoration: none !important;
	background: none;
}
.prod_hold .price_hold {
	color: #333333;
}
.prod_hold .price_hold del .woocommerce-Price-amount, .prod_hold .price_hold del .woocommerce-Precio-amount, del .woocommerce-Price-amount, del .woocommerce-Precio-amount  {
	color: #999999 !important;
}
.prod_hold .price_hold del, .prod_hold .price_hold ins, .product_list_widget del, .product_list_widget ins {
	display: inline-block;
}
.star-rating {
	text-indent: -9999px;
	width: 108px;
	height: 25px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow: hidden;
}
.widget .star-rating {
	display: block;
	width: 100px;
}
.woocommerce-product-rating .star-rating {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: middle;
}
a.woocommerce-review-link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
}
.prod_hold .star-rating {
	display:none;
}
.star-rating span {
	text-indent: -9999px;
	display: block;
	float: left;
}
.prod_hold:hover .star-rating {
	opacity: 1;
}
form#yith-wcwl-form h2, div.woocommerce h2, div.woocommerce h3, #customer_login.col2-set .col-1 h2, #customer_login.col2-set .col-2 h2 {
	margin-bottom: 25px;
	font-size: 24px;
}
.addresses address {
	padding: 0 0 0 15px;
}
.woocommerce-notices-wrapper {
	width: 100%;
	clear: both;
}

/* ===================== WIDGETS GENERAL ===================== */
.widget > h3:first-child, h2.widgettitle  {
	font-size: 18px;
	font-weight: 600;
	padding: 3px 0px 0px 12px;
	margin-bottom: 22px;
	position: relative;
}
.widget > h3:first-child:after, h2.widgettitle:after {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 5px;
	top:7px;
	width: 5px;
	opacity: 1;
}
#footer .widget > h3:first-child {
	color:#999999;
}

/* ===================== ANIMATIONS ===================== */
@keyframes pointing {
0% { opacity: 1; transform: scale(1); }
25% { opacity: 0.6; transform: scale(1.5); }
50% { opacity: 0.3; transform: scale(1.9); }
100% { opacity: 0; transform: scale(2.4); }
}
@keyframes pointingeffect {
0% { opacity: 1; transform: scale(1); }
25% { opacity: 0.6; transform: scale(1.5); }
50% { opacity: 0.3; transform: scale(1.9); }
100% { opacity: 0; transform: scale(2.4); }
}
@keyframes detallecitos_floating, @keyframes zass_floating {
0%, 100% { bottom: -9px; }
50% { bottom: 0px; }
}
@keyframes detallecitos_float_horizontal, @keyframes zass_float_horizontal {
0%, 100% { left: 0; }
50% { left: 15px; }
}
@keyframes detallecitos_shaking, @keyframes zass_shaking {
0%, 100% {
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
   	-moz-transform: rotate(-6deg);
   	-o-transform: rotate(-6deg);
   	-ms-transform: rotate(-6deg);
}
50% {
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
   	-moz-transform: rotate(6deg);
   	-o-transform: rotate(6deg);
   	-ms-transform: rotate(6deg);
}
}
@keyframes "toggler" {
0% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
50% { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }
100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
}
@-moz-keyframes toggler {
0% { -moz-transform: scale(1.1); transform: scale(1.1); }
50% { -moz-transform: scale(0.8); transform: scale(0.8); }
100% { -moz-transform: scale(1); transform: scale(1); }
}
@-webkit-keyframes "toggler" {
0% { -webkit-transform: scale(1.1); transform: scale(1.1); }
50% { -webkit-transform: scale(0.8); transform: scale(0.8); }
100% { -webkit-transform: scale(1); transform: scale(1); }
}
@-ms-keyframes "toggler" {
0% { -ms-transform: scale(1.1); transform: scale(1.1); }
50% { -ms-transform: scale(0.8); transform: scale(0.8); }
100% { -ms-transform: scale(1); transform: scale(1); }
}

/* ===================== SHOPPING CART ===================== */
body.woocommerce-cart form {
	display: inline-block;
	width: 59%;
}
form.checkout.woocommerce-checkout #customer_details {
	display: inline-block;
	width: 56%;
	margin-right: 3%;
}
body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
	width: 40%;
	display: inline-block;
	padding:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #f1f1f1;
	background-color:#fdfdfd;
}
body.woocommerce-cart form, body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout #order_review {
	vertical-align: top;
}
.cart-info {
	margin-bottom: 50px;
	padding-right: 40px;
}
form.checkout.woocommerce-checkout {
	display: block;
}
.woocommerce .blockUI.blockOverlay { position: relative; }
h3#order_review_heading {
	display: none;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields {
	padding:20px;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
	margin-bottom:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.woocommerce-checkout-review-order-table {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13.5px;
}
table.woocommerce-checkout-review-order-table tr.order-total td {
	border-bottom: none;
	font-size: 22px;
	color: #333333;
	letter-spacing: 1px;
}
div.woocommerce .cart_totals h2, div.woocommerce .woocommerce-billing-fields h3, #order_review h3, .woocommerce form.checkout h3 {
	font-size:17px;
	margin-bottom:15px;
}
.cart_totals table{
	width:100%;
	clear:both;
	border:none;
}
.cart-info table.shop_table.cart, form.checkout.woocommerce-checkout #customer_details {
	margin-bottom: 20px;
	border-collapse: collapse;
	font-size: 12px;
}
.cart-info tbody td {
	padding: 30px 15px;
}
.cart-info tbody td.product-thumbnail {
    padding: 30px 10px;
}
.cart-info thead th {
	font-weight: 600;
	background-color: #f8f8f8;
	text-transform: uppercase;
	padding: 10px 15px;
	color:#333333;
}
.cart-info thead .product-remove, .cart-info thead .product-thumbnail {
	text-align: center;
}
.cart-info .product-thumbnail img {
	border: 1px solid #f1f1f1;
	padding: 2px;
	background-color: #fff;
}
.cart-info thead .product-name { text-align: left; }
.cart-info thead .model { text-align: center; }
.cart-info thead .product-price, .cart-info thead .product-subtotal { text-align: center; }
.cart-info tbody td {
	vertical-align: middle;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.cart-info tbody .product-remove { vertical-align: middle; }
.cart-info td.product-remove { width: 30px; }
.cart-info tbody .product-remove, .cart-info tbody .product-thumbnail { text-align: center; }
.cart-info td.product-thumbnail { width: 60px; }
.cart-info td.product-name dd, .cart-info td.product-name dt { padding: 0px; }
.cart-info td.product-name { text-align: left; }
.cart-info tbody .model { text-align: center; }
.cart-info tbody .product-name a {
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}
.cart-info tbody .product-quantity, .cart-info tbody .product-price, .cart-info tbody .product-subtotal { text-align: center; }
.cart-info tbody .model, .cart-info tbody .product-price, .cart-info tbody .product-subtotal {
	font-weight: 600;
	color: #444;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: 600;
}
.cart-info tr.odd td {
	background-color: #f9f9f9;
}
.cart-module { text-align: left; }
.cart-total {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	padding: 8px 0px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
	margin-bottom: 15px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}
.cart-total td.numbers, .cart-total td.numbers_total {
	font-weight: 600;
	color: #333;
}
.cart-total td.numbers_total {
	vertical-align: bottom;
	font-size: 18px;
}
.shipping-calculator-form {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	max-width: 268px;
}
form.woocommerce-shipping-calculator {
	width: 100% !important;
	max-width: 268px;
}
ul#shipping_method {
	color: #333333;
	list-style: none;
	margin-left: 0px;
}
ul#shipping_method li {
	margin-bottom: 0px;
	list-style: none;
	margin-left: 0px;
}
ul.payment_methods.methods li > input.input-radio, ul#shipping_method li > input.shipping_method {
	margin-left: 0px;
	padding-left: 30px;
	font-size: 13px;
}
.woocommerce-shipping-calculator p, .woocommerce-shipping-calculator select, .woocommerce-shipping-calculator input, .woocommerce-shipping-calculator button {
	width: 100%;
	display: block;
}
.woocommerce-shipping-calculator select, .woocommerce-shipping-calculator input, .woocommerce-shipping-calculator button {
	margin-bottom: 5px;
}
.woocommerce-shipping-calculator p a {
	display: block;
	width: 100%;
}
p.woocommerce-thankyou-order-received {
	margin-bottom: 0px;
	color: #333333;
	display: block;
	padding: 0px 0 60px 0;
	font-size: 24px;
	vertical-align: text-bottom;
}
p.woocommerce-thankyou-order-received:before {
	display: inline-block;
	margin-right: 10px;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: text-bottom;
	font-size: 42px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: block;
	list-style: none !important;
	margin: 0;
	padding: 40px;
	background-color: #fafafa;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	display: inline-block;
	text-align: left;
	list-style: none !important;
	padding: 12px 25px;
	border-right: 1px dashed #e1e1e1;
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-of-type { border: none; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
	display: block;
	clear: left;
	font-weight: normal !important;
	font-size: 16px;
	color: #333333;
}
section.woocommerce-order-details {
	margin-top: 50px;
}
section.woocommerce-order-details address {
	border: none;
	font-size: 14px;
	font-style: normal;
}
section.woocommerce-order-details table {
	border: none;
	font-size: 14px;
	margin-bottom: 50px;
}
.buttons {
	overflow: auto;
	padding: 1px;
}
.buttons .left { float: left; text-align: left; }
.buttons .right { float: right; text-align: right; }
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ===================== CART COUPON / ACTIONS ===================== */
.cart-info .coupon {
	text-align:left;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.cart-info .coupon label { display: none; }
.coupon input#coupon_code, .checkout_coupon input#coupon_code{
	padding:15px;
	font-size:13px;
}
.wc-proceed-to-checkout .button, .wc-proceed-to-checkout button {
	vertical-align: middle;
	line-height: 46px;
	padding: 6px 18px;
	width: 100%;
}
.coupon input.button, .wc-proceed-to-checkout .button {
	text-align:center;
	margin-bottom:8px;
}
.coupon input, .checkout_coupon p {
	display: inline-block;
	vertical-align: top;
}
form.checkout_coupon {
	margin-bottom:30px;
	padding:20px;
	background-color:#fcfcfc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
	width: 100%;
}
form.checkout_coupon p { border:none !important; }
table.shop_table.cart .actions > input.button {
	margin: 0 auto;
	float: right;
}
.cart-info tbody td.actions { padding-top: 30px; }
table.shop_table.cart td.product-quantity div.quantity { height: auto; }
table.shop_table.cart td.product-quantity div.quantity input.input-text.qty.text {
	max-width: 100%;
	vertical-align: middle;
}
table.shop_table.cart td.product-quantity div.quantity input.plus, table.shop_table.cart td.product-quantity div.quantity input.minus {
	display: none !important;
}
.cart-collaterals h2 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	margin-bottom: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* ===================== WOO NOTICES / INFO ===================== */
.woocommerce-info {
	margin-bottom: 35px;
	padding: 15px 10px;
	background-color: #f8f8f8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.woocommerce-message, p.demo_store, .woocommerce-Message, ul.woocommerce-error {
	background: #fff4e2;
	color: #9d8967;
	margin-bottom: 50px;
	border: 1px solid #ffeccc;
	border-left-width:4px;
	padding: 15px 10px;
	vertical-align: middle;
}
ul.woocommerce-error {
	margin-left: 0px;
	padding-left: 30px;
	font-size: 13px;
}
p.demo_store {
	text-align: center;
	min-height: 20px;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 600;
	color: #9d8967;
}
.woocommerce-message .button, .woocommerce-Message .button {
	float: right;
	margin-left: 30px;
	border: none;
	padding: 2px 5px 0 5px;
	color: #9d8967 !important;
	font-size: 13px;
	font-weight: 500;
}
.wc-empty-cart-message, .cart-empty {
	text-align: center;
	margin-bottom: 30px;
}
.return-to-shop {
	text-align: center;
}
a.button.wc-backward {
	display: inline-block;
	margin-top: 20px;
}
.woocommerce-result-count {
	font-size: 13px;
	color: #666666;
}
.woocommerce-ordering {
	position: relative;
	margin-bottom: 30px;
}
nav.woocommerce-pagination {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.woocommerce-pagination .page-numbers li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
}
.woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers span {
	display: inline-block;
	background-color: #333333;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border: none !Important;
}
.woocommerce-pagination .page-numbers .current {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background: #ececec;
}

/* ===================== PAYMENT / CHECKOUT ===================== */
ul.payment_methods.methods {
	list-style: none;
	margin-left: 0;
}
ul.payment_methods.methods li {
	list-style: none;
	margin-left: 0;
}
.payment_method_paypal label img {
	clear: both;
	display: block;
}
#payment {
	margin-top: 30px;
}
#payment .form-row.place-order {
	margin-top: 20px;
}

/* ===================== MY ACCOUNT ===================== */
nav.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0 0 60px 0;
	list-style: none;
	text-align: center;
}
nav.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: inline-block;
	margin: 0 3px 3px 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 9px 12px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border: 1px dashed;
	border-color: #333333;
	color: #333333;
	text-decoration: none;
}
div.woocommerce-MyAccount-content {
	padding: 30px;
	padding-top: 90px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top:0;
	margin-bottom:50px;
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 180%;
}
table.my_account_orders, .col2-set.addresses {
	margin-bottom:50px;
}
#customer_login.col2-set {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 90px;
	margin-bottom: 80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.col2-set.addresses .col-1, .col2-set.addresses .col-2, #customer_login.col2-set .col-1, #customer_login.col2-set .col-2  {
	width:50%;
	padding:1%;
	float:left;
}
#customer_login.col2-set .col-1, #customer_login.col2-set .col-2  {
	padding: 30px;
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	max-width: 600px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: none;
	text-align: left;
	margin: 0 auto;
}
#customer_login label, #customer_login input[type="text"], #customer_login input[type="password"], #customer_login input[type="email"] {
	width: 100%;
	clear:both;
}
#customer_login input[type="text"], #customer_login input[type="password"], #customer_login input[type="email"] {
	padding: 12px 4px;
}
#customer_login label.inline {
	width: auto;
	clear: none;
}
#customer_login p { border: none; }
.col2-set.addresses header {
	position:relative;
}
.col2-set.addresses header a.edit {
	position:absolute;
	color:#ffffff !important;
	top:6px;
	right:12px;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:5px 7px;
	text-decoration:none;
}
.col2-set.addresses header a.edit:hover {
	background:#222222;
}
.col2-set.addresses header a.edit:before {
	display: inline-block;
	content: "\f303";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	margin-right:5px;
	font-weight: 900 !important;
}

/* ===================== ADDED TO CART NOTIFICATION ===================== */
.detallecitos_added_to_cart_notification, .zass_added_to_cart_notification {
	width:310px;
	padding:20px;
	position:fixed;
	top:50%;
	margin-top: -200px;
	left:50%;
	margin-left:-150px;
	background:#ffffff;
	border:1px solid #e1e1e1;
	z-index:10000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}
img.added-product-image {
	max-width:200px;
	margin-bottom: 25px;
}
div.added-product-text {
	overflow:hidden;
	text-align:center;
}
div.added-product-text strong {
	font-size:16px;
	color:#333333;
}
div.added-product-text:before, div#yith-wcwl-message:before{
	display: block;
	color: #6ab000;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 24px;
	clear:both;
	margin-bottom:2px;
}

/* ===================== BACK TO TOP ===================== */
#topcontrol {
	z-index:20000;
}
span.scroltopcontrol {
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	z-index:10000;
	position:relative;
}
span.scroltopcontrol:before {
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f077";
	color:#ffffff;
	background-color:#333333;
	position:absolute;
	top:0;
	left:0;
	opacity:0.7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
span.scroltopcontrol:hover:before {
	opacity:0.95;
}

/* ===================== BLOG (MINIMAL) ===================== */
.blog-post {
	padding: 15px;
	padding-bottom: 30px;
	position: relative;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
body.single-post .content_holder > .blog-post {
	padding: 0;
	border: none;
}
.blog-post-excerpt {
	padding: 5px;
	margin: 0;
	clear:both;
}
.blog-post .heading-title, .blog-post h2.heading-title {
	padding: 0 5px;
	font-size: 21px;
	line-height: 40px;
	font-weight:500;
	margin-bottom: 10px;
}
.blog-post-meta {
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 11.5px;
	color: #666666;
	clear:both;
	padding: 0 5px;
}
.blog-post-meta span.post-meta-date {
	margin-right: 5px;
}
.blog-post-meta span.post-meta-date:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f073";
	display: inline-block;
	margin-right: 3px;
}
.post-date, .widget_recent_entries .post-date {
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
.widget .post-date {
	padding-left: 0px !Important;
	color: #999999 !Important;
	position: relative !Important;
	background: none !Important;
	font-size: 13px !Important;
	top: auto !Important;
	left: auto !Important;
	display: inline-block;
	font-weight: normal;
}
.widget_recent_entries .post-date {
	padding-left: 20px !Important;
}
article.post, article.page {
	margin-bottom: 30px;
}
.entry-content {
	width: 100%;
}
.entry-content p {
	margin: 0.85em 0;
}
#comments {
	float: left;
	clear: both;
	width: 100%;
	margin-top:25px;
	margin-bottom: 50px;
}
.comment-list, ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
}
ol.commentlist {
	list-style: none !important;
}
.comment-list .comment, .commentlist li .comment-body {
	padding: 50px 20px 20px;
	margin-bottom: 50px;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#ffffff;
	position: relative;
}
.comment-form {
	width: 100%;
}
.comment-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333333;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
	padding: 10px;
}
.comment-form textarea {
	width: 100%;
	padding: 10px;
	min-height: 150px;
}

/* ===================== SOCIAL ICONS ===================== */
#header_top .zass-social {
	float: right;
}
#header_top .zass-social ul {
	display: block;
    float: right;
    margin: 0;
    min-height: 30px;
    padding: 0;
    position: relative;
}
#powered .zass-social ul {
	display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
}
.zass-social ul li {
	display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 1099;
	list-style:none !important;
}
#header .zass-social ul li {
	float: left;
}
.zass-social ul li a {
    display: block;
    font-size: 13px !important;
    height: 41px;
	width:40px;
    line-height: 40px;
	text-align:center;
    text-decoration: none;
    white-space: nowrap;
}
#powered .zass-social ul li a{
	color: #cecece;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:rgba(255, 255, 255, 0.1);
	height: 34px;
	width:34px;
    line-height: 34px;
    font-size: 16px !important;
}
.zass-social ul li a:hover, #powered .zass-social ul li a:hover{
	color: #ffffff !important;
}
.zass-social ul li a.facebook:hover { background:#3a5795; }
.zass-social ul li a.twitter:hover { background:#55acee; }
.zass-social ul li a.instagram:hover, .zass-social ul li a.instegram:hover { background:#754c24; }
.zass-social ul li a.youtube:hover { background:#cc181e; }

/* ===================== CLEARFIX ===================== */
.fixed:after, #main .detallecitos-share-links:after, #main .zass-share-links:after, .woocommerce-message:after, ul.product_list_widget li:after, ul.products-list li:after, .icon_link_item small:after, .inner:after, p.myaccount_user:after, .col2-set.addresses:after, .sidebar > div.widget:after, .sidebar > div.box:after, #footer:after, div.woocommerce:after, ul.detallecitos_woo_categories_shop:after, ul.zass_woo_categories_shop:after, div.detallecitos_woo_categories_shop:after, div.zass_woo_categories_shop:after, .upsells.products:after, .cross-sells:after, div.prod_hold .links:after {
	content: " ";
	display: block;
	height: 0px !Important;
	clear: both;
	visibility: hidden;
}
.fixed {
	display: block;
	min-height: 1%;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
#main img, .box img, .product image img {
	max-width: 100%;
	height: auto;
}
#header_top .zass-social ul li a, .zass-social ul li a {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

/* ===================== BODY FLAGS ===================== */
body.detallecitos_fullwidth #content, body.zass_fullwidth #content {
	margin-bottom: 0;
}
html.no-touch body.detallecitos_fullwidth #footer, html.no-touch body.zass_fullwidth #footer {
	position: relative;
}

/* ===================== QUOTE ===================== */
blockquote, q {
	padding: 20px !important;
	border-left: 5px solid #cecece;
	background-color:#fcfcfc;
	margin-bottom: 30px;
	color: #666666;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	margin-left:20px;
	font-style:italic;
	display: block;
}

/* ===================== GALLERY ===================== */
.gallery-caption {
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
.bypostauthor {
	font-size: inherit;
	color: #111111;
}
dl.gallery-item {
	overflow: hidden;
	margin-bottom: 35px;
}
.gallery-item dt, .gallery-item dd {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 1px;
}
.gallery-item dd {
	background: none;
}

/* ===================== MENU ANIMATION KEYFRAMES ===================== */
@-webkit-keyframes detallecitosfadeInUp, @-webkit-keyframes zassfadeInUp {
  0% { opacity: 0; -webkit-transform: translate(0, 20px, 0); transform: translate(0, 20px, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes detallecitosfadeInUp, @keyframes zassfadeInUp {
  0% { opacity: 0; -webkit-transform: translate(0, 20px, 0); transform: translate(0, 20px, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; }
}
.detallecitosfadeInUp, .zassfadeInUp {
  -webkit-animation-name: detallecitosfadeInUp;
  animation-name: detallecitosfadeInUp;
}

/* ===================== RESPONSIVE ===================== */
@media only screen and (min-width: 1600px) {
	.inner, body.detallecitos_boxed #container, body.zass_boxed #container {
		width:1300px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
	.inner {
		width:1024px;
	}
}
@media only screen and (max-width: 1023px) {
	.inner {
		width:100% !important;
	}
	#powered .zass-social, #powered .author_credits {
		width: 100%;
		padding-right: 70px;
		text-align: left;
	}
	.cart-info td.product-name dd, .cart-info td.product-name dt {
		width: 100%;
	}
	#main-menu #main_nav.menu, .video_controlls {
		display: none !important;
	}
	.zass-search-cart-holder:before {
		display: none;
	}
	a.mob-menu-toggle {
		display:table;
	}
	#header_top {
		padding-top:3px;
	}
	#header.animateIt {
		display:none !important;
	}
}
@media only screen and (max-width: 979px) {
	.inner {
		width:100% !important;
	}
	.has-sidebar .content_holder, .has-sidebar.detallecitos-left-sidebar .content_holder, .has-sidebar.zass-left-sidebar .content_holder {
		width:100%;
		padding-right:0;
		padding-left: 0px;
		border: none;
	}
	.sidebar, .has-sidebar.detallecitos-left-sidebar .sidebar, .has-sidebar.zass-left-sidebar .sidebar {
		padding-left: 0px;
		width: 100%;
		padding-right:0;
	}
	div.prod_hold, li.product-category, div.product-category {
		width:49.5% !important;
	}
	div.prod_hold + .clear {
		display: none;
	}
	.detallecitos-products-list-view div.prod_hold, .zass-products-list-view div.prod_hold {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold span.image, .detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		width: 50%;
		float:left;
	}
	div.product div.images, #content div.product div.images {
		padding: 0;
	}
	span.onsale {
		top: 20px;
		left: 20px;
	}
	div.product div.images ol.flex-control-nav, #content div.product div.images ol.flex-control-nav {
		width: 100%;
		position: relative;
		padding-top: 20px !important;
	}
	div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li {
		margin-right: 5px;
	}
	.sidebar > div.widget, .sidebar > div.widget_pages, .sidebar > div.box {
		margin:0 0 50px 0;
	}
}
@media only screen and (max-width: 768px) {
	.cart-info table, .cart-info tbody td, .cart-info tbody tr, .cart-info tbody td > span {
		display: block !important;
		width: 100% !important;
		padding: 0px 0px !important;
		text-align: right;
		background: none;
		border: none;
		vertical-align: middle;
	}
	.cart-info tbody td {
		padding: 8px 0px !important;
	}
	.zass-quickview-product-pop div.product .woocommerce-product-gallery, .zass-quickview-product-pop div.product .summary.entry-summary {
		width: 100%;
		float: left;
		padding: 30px;
		text-align: left;
	}
	#customer_login.col2-set {
		flex-direction: column;
	}
	#customer_login.col2-set .col-1, #customer_login.col2-set .col-2, .col2-set.addresses .col-1, .col2-set.addresses .col-2 {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
	}
	.col2-set.addresses header a.edit {
		position: relative;
		width: 100%;
		background-color: #666666;
		text-align: center;
		left: auto;
		right: auto;
		margin-bottom: 15px;
		top: -15px;
		padding: 2px;
	}
	.woocommerce table.shop_table_responsive tbody {
		width: 100% !important;
		border-collapse: collapse !important;
		display: table-row-group;
		min-width: 100% !important;
		float: left;
		vertical-align: middle;
	}
	.cart-info table thead, .shop_table.shop_table_responsive.my_account_orders thead {
		display: none;
	}
	.cart-info tbody td span, .cart-info tbody td a, table.shop_table.cart td.product-quantity div.quantity {
		float: right;
		vertical-align: middle;
		width: auto !important;
	}
	.cart-info td.product-name dd, .cart-info td.product-name dt {
		text-align: right;
	}
	.shop_table.shop_table_responsive.my_account_orders td, .shop_table.shop_table_responsive.my_account_orders tr {
		display: block !important;
		padding: 12px 0 !important;
		background: none;
		border: 0;
		vertical-align: middle;
	}
	.shop_table.shop_table_responsive.my_account_orders td > span, .shop_table.shop_table_responsive.my_account_orders td a, .shop_table.shop_table_responsive.my_account_orders td time {
		display: block;
		width: 100%;
		float: none;
	}
	.shop_table.shop_table_responsive.my_account_orders td span.amount {
		width: auto !important;
		display: inline-block !important;
	}
	.woocommerce table.shop_table_responsive .coupon {
		float: left;
		width: 100%;
		margin-bottom: 8px;
	}
	.woocommerce table.shop_table_responsive .coupon input[type="text"] {
		max-width: 135px;
	}
	.cart-info tbody td.actions > button.button {
		width: 100%;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
		display: block;
		text-align: left;
	}
	.cart_totals table.shop_table_responsive tr td:before {
		display: none !important;
	}
	.woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.product-remove:before, .woocommerce table.shop_table_responsive tr td.product-thumbnail:before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr {
		border-bottom: 1px solid #f1f1f1;
		background: none !important;
		padding-bottom: 15px !important;
		padding-top: 15px !important;
	}
	.cart-info tbody tr.cart_item {
		position: relative;
	}
	.cart-info td.product-remove {
		display: block !important;
		position: absolute;
		top: 5px;
		right: 1px;
	}
	.cart-info tr.odd td {
		background-color: transparent;
	}
	table.shop_table.cart td.product-quantity div.quantity {
		margin-right: 0px !important;
		max-width: 40px;
	}
	.woocommerce table.shop_table_responsive tr td:after {
		content: " ";
		display: block;
		height: 0px !Important;
		clear: both;
		visibility: hidden;
	}
	.cart-info tbody td a.remove {
		display: block;
		font-size: 24px;
		width: 24px !important;
		height: 24px;
		line-height: 23px;
		background-color: #333333;
		color: #ffffff;
		border-radius: 50%;
		text-decoration: none;
		float: right;
	}
	body.down.admin-bar #header2.animateIt {
		top: 0px;
	}
	#price-filter {
		width:30%;
	}
	body.woocommerce-cart form, form.checkout.woocommerce-checkout #customer_details, body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
		width: 100%;
	}
	body.woocommerce-cart .cart-info {
		padding-right: 0;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.inner {
		width:100% !important;
	}
	.one_third, .one_fourth, .one_fifth, .two_fifth, .three_fifth {
		width: 48%;
		margin-right:2%;
	}
	#price-filter {
		width:30%;
	}
	div.prod_hold, li.product-category, div.product-category {
		width:49.5% !important;
	}
	.detallecitos-products-list-view div.prod_hold, .zass-products-list-view div.prod_hold {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold span.image, .detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		width: 50%;
		float:left;
	}
	.detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		padding: 20px;
	}
	div.prod_hold a.button.add_to_cart_button i.fa {
		display:none;
	}
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
		width:100%;
		float:left;
		padding-left: 0;
		padding-right: 0;
	}
	.zass-quickview-product-pop div.product .woocommerce-product-gallery, .zass-quickview-product-pop div.product .summary.entry-summary {
		width:100%;
		float:left;
	}
	a.reset_variations {
		display:none;
	}
	#price-filter {
		width:96%;
	}
}
@media only screen and (max-width: 600px) {
	body.down.admin-bar #header2.animateIt {
		top: 0px;
	}
    .error404 div.blog-post-excerpt:before {
        font-size: 100px;
    }
}
@media only screen and (min-width: 380px) and (max-width: 599px) {
	.inner {
		width:100% !important;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
		width: 98%;
		margin-right:1% !important;
		margin-left:1% !important;
		margin-bottom:30px;
	}
	div.prod_hold, li.product-category, div.product-category {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold, .zass-products-list-view div.prod_hold {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold span.image, .detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		width: 100%;
		float:left;
		clear:both;
	}
	.detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		padding: 20px;
	}
	div.prod_hold a.button.add_to_cart_button i.fa {
		display:none;
	}
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
		width:100%;
		float:left;
		padding-left: 0;
		padding-right: 0;
	}
	a.reset_variations {
		display:none;
	}
	#price-filter {
		width:96%;
	}
	#cart-module div.widget.woocommerce.widget_shopping_cart {
		width: 250px;
		left: 50%;
		margin-left: -155px;
	}
	#header2 #cart-module div.widget.woocommerce.widget_shopping_cart {
		left: auto !important;
	}
	#review_form .comment-form-rating a {
		width: 100%;
	}
}
@media only screen and (min-width: 300px) and (max-width: 379px) {
	.inner {
		width:100% !important;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, #footer-menu .menu > li {
		width: 98%;
		margin-right:1% !important;
		margin-left:1% !important;
		margin-bottom:30px;
	}
	div.prod_hold, li.product-category, div.product-category {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold, .zass-products-list-view div.prod_hold {
		width:100% !important;
	}
	.detallecitos-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold span.image, .detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		width: 100%;
		float:left;
		clear:both;
	}
	.detallecitos-products-list-view div.prod_hold .zass-list-prod-summary, .zass-products-list-view div.prod_hold .zass-list-prod-summary {
		padding: 20px;
	}
	div.prod_hold a.button.add_to_cart_button i.fa {
		display:none;
	}
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary {
		width:100%;
		float:left;
		padding-left: 0;
		padding-right: 0;
	}
	a.reset_variations {
		display:none;
	}
	#review_form .comment-form-rating a {
		width: 100%;
	}
	.zass-search-cart-holder {
		clear: both;
		width: 100%;
	}
	#cart-module div.widget.woocommerce.widget_shopping_cart {
		width: 250px;
		left: 50%;
		margin-left: -155px;
	}
	#header2 #cart-module div.widget.woocommerce.widget_shopping_cart {
		left: auto !important;
	}
}

/* ===== Font Awesome subset (local) ===== */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	src: url(assets/fonts/fa-solid-900.woff2) format('woff2');
	font-display: block;
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	src: url(assets/fonts/fa-brands-400.woff2) format('woff2');
	font-display: block;
}
.fa, .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}
.fa-bars:before { content: "\f0c9"; }
.fa-eye:before { content: "\f06e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-facebook:before { content: "\f09a"; }
.fa.fa-instagram, .fa.fa-facebook {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

/* ===== Capa de fidelidad: reglas Woo/off-canvas extraidas 1:1 del CSS original ===== */
ul.product_list_widget, ul.products-list, ul.product-categories { margin-left: 0;
	list-style: none; }
.quantity .screen-reader-text { display: none; }
div.widget_product_search input[type=text] { padding: 8px;
	border: 1px solid #e5e5e5;
	width: 100%; }
div.widget_product_search input[type=submit] { display: none; }
#content div.product div.summary h1.heading-title { font-size: 24px; }
#content div.product div.summary .count_holder { margin-top: 25px; }
h2.woocommerce-Reviews-title { margin-bottom: 50px;
	font-size: 22px;
	font-weight: 600; }
.sidebar .widget_product_search form { position: relative;
    display: block; }
.sidebar .widget_product_search form:after { content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 19;
    text-align: center; }
a.add_to_cart_button { color: inherit; }
.select2-container .select2-choice { padding: 8px !Important; }
.woocommerce form.checkout p, div.woocommerce form p { padding: 8px;
	border-bottom:1px solid #e5e5e5; }
.woocommerce form.checkout textarea#order_comments { width:100%;
	min-height: 120px; }
.woocommerce form.checkout h3 { margin:0 0 25px 0; }
.woocommerce form p label { display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    color: #333333;
    font-size: 13px;
    vertical-align: middle !important; }
.myaccount_user input[type="text"], .myaccount_user input[type="tel"], .myaccount_user input[type="email"], .myaccount_user input[type="password"], .myaccount_user input[type="number"] { width: 100%;
    max-width: 100%; }
.woocommerce-billing-fields input, .woocommerce-shipping-fields input { width: 100%; }
div.woocommerce-MyAccount-content .myaccount_user .woocommerce-form-row--wide span { display: block;
    clear: left;
    font-size: 13px; }
div.woocommerce-MyAccount-content .myaccount_user .woocommerce-form-row span.required, .woocommerce form .form-row .required { display: inline-block;
    clear: none;
    font-size: initial;
    color: #fc0000; }
.woocommerce form .form-row abbr[title] { border: none; }
.woocommerce dl.variation p { margin:0;
	padding:0;
	border:none; }
.col2-set.addresses { padding: 10px;
	border: 1px solid #efefef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: left; }
.col2-set.addresses h3 { padding: 17px;
	font-size:13px;
	text-transform:uppercase;
	background: #444444;
	color:#ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; }
p#shipping_address_2_field:before { display: inline-block;
	content: ' ';
	width: 215px; }
.shop_table.shop_table_responsive.my_account_orders { border: none; }
a.close-off-canvas { display: block;
	width: 40px;
	height: 40px;
	background-color: #333333;
	margin-bottom: 30px;
	color: #333333;
	font-size: 0px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !Important;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 40px;
	float: right; }
a.close-off-canvas:before, a.close-off-canvas:after { display: block;
	width: 30px;
	height: 2px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -15px;
	border-bottom: 1px solid #fafafa;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */ }
a.close-off-canvas:after { transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */ }
a.sidebar-trigger { display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -103px;
	right: 0px;
	color: #333333;
	font-size: 0px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none !Important;
	z-index: 1500;
	border: 3px solid #ffffff; }
body.page-template-default #content:not(.has-sidebar) > .inner a.sidebar-trigger, body.single.single-product .inner a.sidebar-trigger, #products-wrapper a.sidebar-trigger { top: -23px; }
#products-wrapper a.sidebar-trigger { right: 40px; }
.zass-search-cart-holder a.sidebar-trigger { display: block;
	width: 35px;
	height: 86px;
	line-height: 86px;
	background: none;
	position: relative;
	top: auto !Important;
	right: auto;
	color: #333333;
	font-size: 0px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none !Important;
	z-index: 1500;
	float: right;
	border: none; }
a.sidebar-trigger:before { display: block;
	content: "\f0ca";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 16px !important;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	z-index: 1400; }
.zass-search-cart-holder a.sidebar-trigger:before { height: inherit;
	line-height: inherit;
	width: 35px; }
.zass-search-cart-holder a.sidebar-trigger:after { display: none; }
#main a.sidebar-trigger:hover, #products-wrapper a.sidebar-trigger:hover { background-color: #333333; }
.sidebar.off-canvas-sidebar { width: 100%;
	max-width: 350px;
	height: 100%;
	overflow: hidden;
	float: none;
	position: fixed;
	top: 0px;
	right: -350px;
	margin: 0;
	padding-left: 23px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fafafa;
	z-index: 21000;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s; }
.off-canvas-wrapper { padding-right: 40px;
	position: relative;
	left: 17px;
	height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    width:100%;
    -webkit-overflow-scrolling: touch; }
.off-canvas-wrapper > .widget:last-of-type { padding-bottom: 100px; }
.sidebar.off-canvas-sidebar.active_sidebar { right: 0px; }
body.admin-bar .sidebar.off-canvas-sidebar { padding-top: 71px; }
.zass_logo_center_menu_below #cart-module a.cart-contents, .zass_logo_left_menu_below #cart-module a.cart-contents, .zass_logo_center_menu_below .zass-search-cart-holder a.sidebar-trigger, .zass_logo_left_menu_below .zass-search-cart-holder a.sidebar-trigger, #header2 #cart-module a.cart-contents { height:60px;
	line-height:60px; }
.twocheckout_icon { background-position: -156px -33px; }
.google-checkout_icon { background-position: -105px -33px; }
.widget_product_categories ul { list-style: none !important;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0; }
.widget_product_categories ul li ul.children { margin-top: 8px; }
.widget_product_categories ul li { margin-bottom: 3px;
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
.widget_product_categories ul li .count { color: #666666;
    float: right;
    font-size: 11px;
    line-height: 1.9em; }
.widget_product_categories ul li a { text-decoration: none;
	display: inline-block;
	width: 70%;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	color:#333333; }
.widget_product_categories ul li.current-cat.cat-parent > a, .widget_product_categories ul li.current-cat-parent > a { font-weight: 600; }
.widget_product_categories ul li.current-cat, .widget_product_categories ul li.current-cat-parent { background-color: #f8f8f8; }
.box-products { margin: 0; }
li.product-category.product img, div.product-category.product img { width: 100%;
	height: auto;
	margin:0;
	vertical-align:text-bottom;
	display:block;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease; }
li.product-category.product:hover img, div.product-category.product:hover img { -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25); }
li.product-category.product h2, div.product-category.product h2 { font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0; }
li.product-category.product h2 mark, div.product-category.product h2 mark { background: none;
	display:block;
	background:#333333;
	color:#ffffff;
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	top:-15px;
	left:50%;
	margin-left:-15px;
	border-radius: 2em !important;
	-moz-border-radius: 2em !important;
	-webkit-border-radius: 2em !important;
	font-size:11px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; }
li.product-category.product a, div.product-category.product a { text-decoration: none;
	display:block;
	overflow: hidden; }
li.product-category.product a h2, div.product-category.product a h2 { text-align:center;
	padding:25px 10px;
	position:absolute;
	left:0;
	bottom:30px;
	background:#ffffff;
	width:100%;
	opacity:0.92;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; }
li.product-category.product:hover a h2, div.product-category.product:hover a h2 { opacity:0.9; }
.box-sort-filter { margin-bottom: 30px; }
.box-sort-filter h2.heading-title { font-size: 19px;
	font-weight: 600;
	padding-bottom:11px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px; }
.widget_price_filter .price_slider.ui-slider { margin-bottom:20px;
	width:92%; }
.widget_price_filter .button { float:right;
	margin-left: 10px; }
.widget_price_filter .price_label { line-height:35px; }
.box-sort-filter .ui-slider-horizontal .ui-slider-handle, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all { top: -0.22em;
	margin-left: -3px;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border: none !important;
	cursor:pointer !important;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; }
.box-sort-filter .ui-slider-horizontal .ui-slider-handle:hover, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all:hover { background: #333333 !important; }
.summary .variations_form table { border-bottom: none; }
.box-sort-filter select, .summary .variations_form td.value select { border: none !Important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width:100%;
	background: transparent;
	padding: 7px 35px 7px 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1; }
.box-sort-filter select::-ms-expand, .summary .variations_form td.value select::-ms-expand { display: none; }
.summary .variations_form td.value .reset_variations { position: relative;
	visibility: visible !Important; }
.summary .variations_form td.value .reset_variations:after { display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	content: "\f0dc";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -9px;
	z-index: 50;
	color: #333333;
	pointer-events: none; }
.summary .variations_form td.value .reset_variations:after { right: auto;
	left: -31px; }
.summary .variations_form td.value .reset_variations:after { content: "\f0dc"; }
.product-filter p.woocommerce-result-count { position: absolute; }
.widget_price_filter .ui-widget-content { background: #f0f0f0 !important; }
.pagination .links { float: left;
    margin-bottom: 20px; }
.pagination .links a { display: inline-block;
	background-color: #333333;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	margin-right: 2px;
	text-decoration: none;
	color: #ffffff;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border: none !Important; }
.pagination .links .selected { display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background: #ececec; }
.pagination .links .selected:hover { color: #ffffff; }
div.product div.images, #content div.product div.images { display: inline-block;
	margin-bottom: 60px;
	width: 50%;
	position: relative;
	padding-left: 100px; }
div.product div.images .flex-viewport { height: auto !important; }
div.product div.images #wrap, #content div.product div.images #wrap { float: left; }
div.product div.summary, #content div.product div.summary { float: right;
	margin-bottom: 80px;
	width: 50%;
	padding-left: 50px;
	position: relative; }
div.product div.summary div.share { margin-top: 30px;
	padding: 12px 8px 7px 8px;
	background-color: #fcfcfc;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    width: 100%;
    clear: both;
    float: left; }
div.product p.price, div.product .description, div.product form.cart, div.product form.variations_form.cart, div.product .review, div.product .summary { margin: 0px;
	padding: 0px;
	width: 100%; }
div.product form.cart { width: auto;
    display: inline-block;
    vertical-align: middle; }
div.product form.variations_form.cart { margin-bottom: 30px; }
div.product .options, div.product p.cart, div.product .variations_form.cart { margin-bottom: 30px; }
div.product .variations_form.cart { display: block; }
div.product p.cart { margin-top: 20px; }
div.product p.price { margin: 20px 0px; }
p.stock.out-of-stock { padding: 15px 8px;
	background-color: #fff4e2;
	border: 1px solid #ffeccc;
	color: #9d8967; }
div.product .description { margin-bottom: 30px; }
div.product .summary h3 { margin-bottom: 16px;
	font-size:16px;
	font-weight: bold;
	border: none; }
.summary_element_selection .content_product_title { font-size: 13px; }
div.product .thumbnail_description .price span.amount, div.product .summary .details.component_data .price span.amount, div.product .summary_element_price .price span.amount { font-size: 15px; }
div.product .summary figure.composited_product_image.woocommerce-product-gallery__image { margin: 0px; }
.single-product .component .component_wrap span.price, .component .component_wrap p.stock { margin-bottom: 0px !important; }
div.woocommerce form dl.component dd p { margin: 0;
    padding: 0;
    border: none; }
div.product .cart div.quantity { display: inline-block; }
div.product .cart div.quantity.hidden { display: none; }
div.product .cart div.quantity label.screen-reader-text { display: none; }
div.product .price { font-size: 16px;
	color: #333333 !important; }
div.product div.single_variation_wrap { width: 100%; }
div.product div.single_variation { font-size: 13px;
	float: none !important;
	clear: both !important;
	padding: 0 10px;
	margin-bottom: 25px; }
div.product div.single_variation p { margin: 0 0 0.85em 0; }
div.product div.single_variation > div { width: 100%; }
div.product div.single_variation > div:after, div.product div.single_variation:after { content: " ";
	display: block;
	height: 0px !Important;
	clear: both;
	visibility: hidden; }
.reset_variations { font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	margin-left:5px; }
div.product .price span { display: inline-block;
	margin-bottom: 8px; }
div.product .price span.amount { font-size: 30px;
	font-weight: 600; }
div.product .price del span { text-decoration: line-through;
	margin: 0 8px 0 0;
	font-size: 18px !important;
	color: #cecece; }
div.product div.single_variation .price { margin: 0 !important;
	display: block;
	font-size: 21px !important; }
div.product div.single_variation .price span.amount { margin: 0 !important;
	font-size: 21px !important; }
div.product input.qty { width: 44px !important;
	height: 46px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px dashed #cecece;
    display: block;
    vertical-align: top; }
div.quantity, div.product .composite_data .composite_summary .composite_button div.quantity { width: 64px;
	height: 42px;
	position: relative;
	margin-right: 10px !important; }
div.quantity input.zass-qty-plus, div.quantity input.zass-qty-minus { width: 24px !important;
	height: 23px;
	display: inline-block;
	border: none;
	background: #333333;
	color: #f5f5f5;
	text-align: center;
	font-size: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0px 2px 0px 0px;
	-moz-border-radius: 0px 2px 0px 0px;
	-webkit-border-radius: 0px 2px 0px 0px;
	cursor: pointer;
    -webkit-appearance: none; }
td div.quantity input.zass-qty-plus, td div.quantity input.zass-qty-minus { display: none !important; }
div.quantity input.zass-qty-minus { top: 23px;
	border-radius: 0px 0px 2px 0px;
	-moz-border-radius: 0px 0px 2px 0px;
	-webkit-border-radius: 0px 0px 2px 0px; }
button.single_add_to_cart_button { border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px dashed !important;
	background: none !important;
	height: 46px;
	text-align: center;
	border: none; }
.summary button.single_add_to_cart_button { margin-right: 10px;
    display: inline-block;
    vertical-align: top; }
button.single_add_to_cart_button:before { display: none;
	content: "\f021";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px !important;
	vertical-align: middle;
	margin-right: 0px;
	font-weight: 900 !important;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear; }
button.single_add_to_cart_button:disabled, button.single_add_to_cart_button:disabled:hover { background-color: #e1e1e1;
	color: #333333;
	opacity: 0.5;
	cursor: not-allowed; }
button.single_add_to_cart_button.loading:before { display: inline-block;
	margin-right: 8px;
	opacity: 1; }
div.product .cart  a.added_to_cart.wc-forward { margin-left: 8px; }
div.product .price-old { color: #999999;
	margin: 0 5px 0 1px;
	padding: 4px 0;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal; }
div.product .option { margin-bottom: 10px;
	font-family: 12px; }
div.product .option span, div.product .description span { width: 100%;
	display: block;
	margin-bottom: 8px; }
div.product .images .image img { padding: 10px;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px; }
div.product div.images ol.flex-control-nav, #content div.product div.images ol.flex-control-nav { padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px; }
div.product.type-product.sale div.images ol.flex-control-nav, #content div.product.type-product.sale div.images ol.flex-control-nav { padding-top: 50px; }
div.product div.images .flex-control-thumbs li { padding: 0;
	list-style: none;
	padding: 1px;
	margin:0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width:67px;
	text-align:center;
	z-index: 10;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none }
div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li { width: 67px;
	height: 67px;
	overflow: visible;
	z-index: 1; }
div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li { width: 77px;
	height: 77px;
	padding: 5px;
	margin-bottom: 5px; }
div.product div.images ol.flex-control-nav li:hover, #content div.product div.images ol.flex-control-nav li:hover { z-index: 10; }
div.product div.images ol.flex-control-nav li img { background-color: #ffffff;
    border: 1px solid #f8f8f8;
    display: block;
    padding: 5px;
    width: 65px;
    height: auto; }
div.product div.images ol.flex-control-nav li img, #content div.product div.images ol.flex-control-nav li img { position: absolute;
	top: 0px;
	left: 0px;
	will-change: transform;
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease; }
div.product div.images ol.flex-control-nav li a:hover, #content div.product div.images ol.flex-control-nav li a:hover { position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform:scale(1.12); /* Safari and Chrome */
    -moz-transform:scale(1.12); /* Firefox */
    -ms-transform:scale(1.12); /* IE 9 */
    -o-transform:scale(1.12); /* Opera */
     transform:scale(1.12);
     box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
div.product div.images ol.flex-control-nav li a img { width:100%;
	height:auto;
	display:block; }
figure.woocommerce-product-gallery__wrapper { margin: 0 !important;
	float: left; }
div.product div.images a.woocommerce-product-gallery__trigger { position: absolute;
	top:20px;
	right: 20px;
	z-index: 19000;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.35);
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-decoration: none !important;
    font-size: 0px; }
div.product div.images a.woocommerce-product-gallery__trigger:hover { background: rgba(255, 255, 255, 0.75); }
div.woocommerce-product-gallery__image { cursor: move; }
div.woocommerce-product-gallery__image a { display: block;
	float: left;
	width: 100%; }
div.woocommerce-product-gallery__image a img { width: 100% !important;
	height: auto; }
div.product div.images a.woocommerce-product-gallery__trigger img.emoji { display: none !important; }
div.product div.images a.woocommerce-product-gallery__trigger:before { content: "\f0b2";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px !important; }
.woocommerce-tabs ul.tabs { margin-bottom:0px !important;
	display:block;
	padding:0px;
	border-top:1px solid #f1f1f1; }
.woocommerce-tabs ul.tabs li.description_tab a:before, .woocommerce-tabs ul.tabs li.reviews_tab a:before, .woocommerce-tabs ul.tabs li.additional_information_tab a:before { display: inline-block;
	content: "\f15c";
	font-family: 'Font Awesome 5 Free';
	margin-right:8px;
	font-weight: 900; }
.woocommerce-tabs ul.tabs li.reviews_tab a:before { content: "\f086"; }
.woocommerce-tabs ul.tabs li.additional_information_tab a:before { content: "\f05a"; }
p.stock { margin:0 0 25px 0;
	display:block;
	padding:12px 8px;
	border:1px solid #f1f1f1;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color:#fcfcfc; }
.single_variation .woocommerce-variation-availability p.stock { margin: 0.85em 0; }
div.product div.summary p.stock { width: 100%;
	display: inline-block; }
.woocommerce-tabs .panel.entry-content { padding: 50px 8%;
	margin-bottom: 0px;
	color: #666666; }
#review_form .comment-form-rating a { width: 19.8%;
	margin-left: 1px;
	padding: 8px 12px;
	background: #f5f5f5;
	display: inline-block;
	text-decoration: none;
	height: 36px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: bold;
	line-height: normal; }
#review_form .comment-form-rating a:hover, #review_form .comment-form-rating a.active { background: #333333;
	color: #ffffff; }
#review_form .comment-form-rating a:hover:after, #review_form .comment-form-rating a.active:after { color: #ffffff; }
#review_form .comment-form-rating a:first-child { margin-left: 0 !important; }
#review_form .comment-form-rating a:after { content: "";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	color: #333333;
	float: right;
	margin-top: 4px;
	font-weight: 900; }
#review_form .comment-form-rating a.star-1:after { content: "\f005"; }
#review_form .comment-form-rating a.star-2:after { content: "\f005 \f005"; }
#review_form .comment-form-rating a.star-3:after { content: "\f005 \f005 \f005"; }
#review_form .comment-form-rating a.star-4:after { content: "\f005 \f005 \f005 \f005"; }
#review_form .comment-form-rating a.star-5:after { content: "\f005 \f005 \f005 \f005 \f005"; }
.tagcloud { margin: 25px 0;
	text-align: left;
	font-size: 13px;
    padding: 25px 8px 0px 8px;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    clear: both;
    float: left; }
.tagcloud span:not(.sku) { font-weight: bold; }
.tagcloud span.sku { font-weight: normal; }
.tagcloud span { display: inline-block; }
.tagcloud a { display: inline-block !important;
	padding: 1px 4px;
	background-color: #f5f5f5;
	border: 1px solid #f1f1f1;
	text-decoration: none;
	margin: 3px;
	font-size: 11px;
	color: #999999; }
.tagcloud a:hover { background-color: #ffffff;
	border: 1px solid #f9f9f9;
	color: #333333; }
ul.product_list_widget, ul.products-list { padding: 0;
	list-style: none !important;
	text-align:left; }
ul.cart_list.product_list_widget { margin: 0px; }
ul.product_list_widget li, ul.products-list li { width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #f5f5f5;
	line-height: normal; }
ul.product_list_widget li a { display: block;
	font-size:12.5px;
	font-weight:600;
	margin-bottom:0px;
	text-decoration: none;
	color: #333333; }
ul.product_list_widget li span.quantity { font-size:13px; }
ul.product_list_widget li a img { float: left;
	margin: 0 10px 0px 0;
    width: 60px;
	height:auto; }
#footer ul.product_list_widget li a img { width: 45px;
    height:auto; }
div.prod_hold { width: 100%;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 0 10px;
	position: relative;
	z-index: 444;
	text-align: center;
	overflow:hidden;
	border:5px solid transparent;
	box-sizing:border-box;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; }
.zass-products-list-view div.prod_hold { width: 100%;
	display:table;
	padding: 20px;
	border: 1px solid #f1f1f1;
	background-color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
.zass-products-list-view div.prod_hold .image { width: 240px; }
.zass-products-list-view div.prod_hold .zass-list-prod-summary { display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:20px 50px;
	border:none;
	background: none;
	border-radius: 0;
	background: none; }
.zass-products-list-view div.prod_hold .name { font-size:18px;
	font-weight: bold;
	color:#333333;
	padding:0;
	height: auto;
	margin-bottom:15px !important;
	text-align: left; }
.zass-products-list-view .zass-product-excerpt { display: inline-block; }
.zass-products-list-view div.prod_hold .zass-product-excerpt { margin-bottom:10px; }
.zass-products-list-view .prod_hold .star-rating { left:106px;
	margin:0;
	bottom:15px; }
.zass-products-list-view .prod_hold .price_hold { font-size:16px;
	padding:0px;
	margin-bottom:20px; }
.zass-products-list-view .prod_hold .price_hold:before { left:0;
	font-size:24px; }
.zass-products-list-view .prod_hold .links { padding:0;
	border:none;
	text-align: left;
	position: relative;
	bottom: auto !Important;
	left: auto;
	right: auto;
	display: block;
	opacity: 1; }
li.product-category, div.product-category { width: 25%;
	vertical-align: top;
	display: inline-block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	position: relative;
	z-index: 444;
	text-align: center;
	background-color:#ffffff;
	border: 15px transparent;
	overflow:hidden;
	list-style:none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
li.product-category > a, div.product-category > a { border: 1px solid #f1f1f1;
    padding: 10px; }
.woocommerce.columns-2 div.prod_hold, .woocommerce.columns-2 li.product-category, .woocommerce.columns-2 div.product-category, .cross-sells div.prod_hold { width: 50%; }
.woocommerce.columns-3 div.prod_hold, .woocommerce.columns-3 li.product-category, .woocommerce.columns-3 div.product-category { width: 33.3%; }
.woocommerce.columns-4 div.prod_hold, #tab-more_seller_product div.prod_hold, .woocommerce.columns-4 li.product-category, .woocommerce.columns-4 div.product-category, .upsells.products div.prod_hold { width: 25%; }
.woocommerce.columns-5 div.prod_hold, .woocommerce.columns-5 li.product-category, .woocommerce.columns-5 div.product-category { width: 20%; }
.woocommerce.columns-6 div.prod_hold, .woocommerce.columns-6 li.product-category, .woocommerce.columns-6 div.product-category { width: 16.6%; }
.woocommerce.columns-5 div.prod_hold .name, .woocommerce.columns-6 div.prod_hold .name { font-size:12.5px; }
.woocommerce.columns-5 div.prod_hold .price_hold, .woocommerce.columns-6 div.prod_hold .price_hold { font-size:13px; }
div.prod_hold .image { display: block;
	overflow: hidden;
	position: relative;
	z-index: 2; }
div.prod_hold .image a { display: block;
    position: relative; }
div.prod_hold .image img { width:100%;
	height: auto;
	vertical-align:text-bottom;
	display:block;
	will-change: transform, opacity;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    position: relative;
    z-index: 2; }
div.prod_hold.zass-prodhover-zoom:hover .image img { -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25); }
div.prod_hold.zass-prodhover-swap .image img:nth-of-type(2) { position: absolute;
    z-index:1;
    opacity: 1;
    top:0;
    left: 0; }
div.prod_hold.zass-prodhover-swap:hover .image img:nth-of-type(1) { opacity: 0;
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25); }
.has-sidebar div.prod_hold.last { margin-right: 0px !important; }
.related.products { overflow:hidden;
	width:100%;
	height: auto; }
.prod_hold .zass-list-prod-summary { height: 95px;
	border-bottom: 1px solid #f9f9f9;
	padding:15px 10px;
	background-color:#ffffff;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	text-align: center;
	overflow: hidden; }
div.prod_hold .name { display: block;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration: none;
	margin: 0 !important;
	color: #333333;
	padding: 0;
	height: 40px;
	overflow: hidden; }
div.prod_hold a { text-decoration: none; }
a.zass-quick-view-link { text-decoration: none;
	margin-left:2px;
	margin-right: 2px;
	float:right;
	width:30px;
	height:30px;
	line-height:28px;
	vertical-align:middle;
	text-align:center;
	color: #333333;
	border: 1px dashed !important;
	border-color: #cecece !important;
	font-size: 14px; }
.zass-products-list-view a.zass-quick-view-link { float:left; }
a.zass-quick-view-link:hover { border-color:#333333 !important;
	color: #333333; }
div.prod_hold a.button, div.prod_hold a.button.add_to_cart_button { text-decoration: none;
	padding: 0 8px;
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 1px;
	border: 1px dashed !important;
	background: none !important;
	height: 30px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle; }
div.prod_hold a.button.add_to_cart_button i.fa { font-size: 14px; }
div.prod_hold .added_to_cart.wc-forward { display: none !important; }
.summary.entry-summary > div.clear { display: none; }
.related.products h2 { border: 1px dashed #f1f1f1;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em; }
div.prod_hold .sale, span.onsale, div.prod_hold .new_prod { color: #ffffff;
	padding: 8px 12px;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 12002;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em; }
.zass-products-list-view div.prod_hold .sale { top: 30px;
	left: 30px; }
.zass-products-list-view div.prod_hold .new_prod { top: 70px;
	left: 30px;
	right: auto; }
span.onsale { font-size: 12.5px;
	font-weight: bold;
	padding: 10px 5px;
	top: 0px;
	left: 0px;
	width: 80px;
	text-align: center; }
.zass-quickview-product-pop span.onsale { top: 40px;
	left: 40px; }
div.prod_hold .links { background: #ffffff;
	z-index: 6999;
	padding:15px 5px;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 1px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	opacity: 0;
	text-align: center; }
div.prod_hold:hover .links { opacity: 1; }
div.prod_hold .links a { float: none !Important;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 2em !Important;
	-moz-border-radius: 2em !Important;
	border-radius: 2em !Important;
	text-align: center; }
div.prod_hold .new_prod { left: auto;
	right: 30px; }
div.prod_hold .links .wish_small, div.prod_hold .links .small_cart { display: block;
	color: #f8f8f8;
	padding: 0px;
	background-color: #cecece;
	margin: 5px auto;
	clear: left;
	width: 30px;
	height: 30px;
	text-align: center; }
div.prod_hold .links .wish_small { text-indent: -9999px; }
div.prod_hold .links .small_cart { background-color: #333333;
	width: 126px;
	height: 14px;
	padding: 8px 4px;
	font-size: 12px;
	line-height: 12px; }
div.prod_hold .links .small_cart:hover { background-color: #ff5a00; }
.prod_hold .price_hold { clear: both;
	padding: 0px 0px 5px 0;
	font-size: 14px;
	font-weight: bold;
	position:relative;
    color: #555555; }
.prod_hold .from, .prod_hold del { font-weight: normal!important;
    font-size: 13px; }
.prod_hold ins span, .prod_hold ins { text-decoration: none !important;
	background: none; }
.prod_hold .price_hold { color: #333333; }
.prod_hold .price_hold del .woocommerce-Price-amount { color: #999999 !important; }
.prod_hold .price_hold del, .prod_hold .price_hold ins, .product_list_widget del, .product_list_widget ins { display: inline-block; }
.star-rating { background: url(image/stars_bo_grey.png) 4px 0px no-repeat;
	text-indent: -9999px;
	width: 108px;
	height: 25px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden; }
.widget .star-rating { display: block;
	width: 100px; }
.woocommerce-product-rating .star-rating { margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: middle; }
a.woocommerce-review-link { font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px; }
.prod_hold .star-rating { display:none; }
.star-rating span { background: url(image/stars_bo_gold.png) 4px 0px no-repeat;
	text-indent: -9999px;
	display: block;
	float: left; }
.widget .star-rating, .widget .star-rating span { background-position:0px 0px; }
#review_form .comment-form-rating p.stars { display: block;
    clear: both; }
.prod_hold:hover .star-rating { opacity: 1; }
#customer_login.col2-set .col-1 h2, #customer_login.col2-set .col-2 h2 { margin-bottom: 25px;
	font-size: 24px; }
.count_holder .is-countdown { background-color: #ffffff !important;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    margin: 0 20px 20px;
    min-height: 75px; }
.count_holder { border: 1px solid #f5f5f5;
	background-color: #fcfcfc;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
#maintenance_count_holder { width: 100%;
	background-color: #e5e5e5;
	padding: 25px 0;
	margin-bottom: 20px; }
#maintenance_count_holder h3 { margin: 0px 20px 20px 20px; }
.zass-product-slider .count_holder .is-countdown { margin: 10px; }
.count_holder .count_info { font-size: 12.5px;
	padding: 15px 10px;
	width:50%;
	background-color:#f1f1f1;
	color:#333333;
	display:inline-block;
	text-align:center; }
.count_holder .count_info_left { font-size: 12.5px;
	padding: 15px 10px;
	width:50%;
	background-color:#f8f8f8;
	color: #333333;
	display:inline-block;
	float:left;
	text-align:center; }
.count_holder .countdown-amount, .count_holder_small .countdown-amount { color:#333333; }
.count_holder .count_info_left, .count_holder .count_info, .count_holder .count_info_left b, .count_holder .count_info b { font-weight:600; }
.count_holder_small .count_info { margin: 0 auto;
	font-size: 13px;
	text-align: center;
	color: #333333;
	font-weight:600;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	max-height:0px;
	opacity:0; }
.count_holder_small .count_info:first-child { color:#ffffff;
	top:-7px;
	position:relative; }
.count_holder_small { position: absolute;
	z-index: 12000;
	overflow: hidden;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 7px 0px;
	background: #ffffff;
	transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
	opacity:0.99;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
.zass_shortcode_count_holder { width: 100%;
	padding: 20px; }
.zass_shortcode_count_holder .countdown-section { display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	margin:12px 0;
	text-transform:uppercase; }
.zass_shortcode_count_holder .countdown-amount { font-size: 36px;
	font-weight: 400;
	margin-bottom:12px; }
.count_holder_small .countdown-section { margin:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s; }
div.prod_hold:hover .count_holder_small { opacity: 0.7; }
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small, .woocommerce.columns-5 div.prod_hold .count_holder_small, .woocommerce.columns-6 div.prod_hold .count_holder_small { height:60px;
	min-height:60px; }
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small:after, .woocommerce.columns-5 div.prod_hold .count_holder_small:after, .woocommerce.columns-6 div.prod_hold .count_holder_small:after { display:block;
	content:'';
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-15px;
	width:30px;
	height:30px;
	line-height:30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f017";
	color:#333333;
	font-size:36px; }
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small:after, .woocommerce.columns-5 div.prod_hold .count_holder_small:after, .woocommerce.columns-6 div.prod_hold .count_holder_small:after { -webkit-animation: toggler 1s linear infinite;
	-moz-animation: toggler 1s linear infinite;
	-ms-animation: toggler 1s linear infinite;
	animation: toggler 1s linear infinite; }
.has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small .count_info, .woocommerce.columns-5 div.prod_hold .count_holder_small .count_info, .woocommerce.columns-6 div.prod_hold .count_holder_small .count_info, .has-sidebar .woocommerce.columns-4 div.prod_hold .count_holder_small .is-countdown, .woocommerce.columns-5 div.prod_hold .count_holder_small .is-countdown, .woocommerce.columns-6 div.prod_hold .count_holder_small .is-countdown { display:none; }
.count_holder_small .countdown-amount, .count_holder_small .countdown-section { color: #333333; }
.count_holder_small .countdown-amount { font-size: 18px;
	font-weight:400; }
.flex-direction-nav { position: absolute;
	top: 50%;
	width: 100%;
	z-index: 30000; }
.flex-direction-nav li { margin: 0;
	padding: 0; }
.flex-direction-nav a { text-align: center !important;
	opacity: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
.flex-direction-nav a:before { font-size: 18px !important;
	margin-top: 11px;
	color: #ffffff; }
.flex-direction-nav .flex-prev { left: 30px !important; }
.flex-direction-nav .flex-next { right: 30px !important; }
.box-carousel .flex-direction-nav .flex-prev { top: 50% !important;
	left: -45px !important;
	margin-top: -20px; }
.box-carousel .flex-direction-nav .flex-next { top: 50% !important;
	right: -45px !important;
	margin-top: -20px; }
body.woocommerce-cart form { display: inline-block;
	width: 59%; }
form.checkout.woocommerce-checkout #customer_details { display: inline-block;
	width: 56%;
	margin-right: 3%; }
body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review { width: 40%;
	display: inline-block;
	padding:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #f1f1f1;
	background-color:#fdfdfd; }
body.woocommerce-cart form, body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout #order_review { vertical-align: top; }
form.checkout.woocommerce-checkout { display: block; }
.woocommerce-billing-fields, .woocommerce-shipping-fields { padding:20px;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
	margin-bottom:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
table.woocommerce-checkout-review-order-table { -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:13.5px; }
table.woocommerce-checkout-review-order-table tr.order-total td { border-bottom: none;
	font-size: 22px;
	color: #333333;
	letter-spacing: 1px; }
div.woocommerce .cart_totals h2, div.woocommerce .woocommerce-billing-fields h3, .woocommerce form.checkout h3 { font-size:17px;
	margin-bottom:15px; }
.cart_totals table { width:100%;
	clear:both;
	border:none; }
.cart-info table.shop_table.cart, form.checkout.woocommerce-checkout #customer_details { margin-bottom: 20px;
	border-collapse: collapse;
	font-size: 12px; }
.shipping-calculator-form { padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	max-width: 268px; }
form.woocommerce-shipping-calculator { width: 100% !important;
	max-width: 268px; }
ul#shipping_method { color: #333333;
	list-style: none;
	margin-left: 0px; }
ul#shipping_method li { margin-bottom: 0px;
	list-style: none;
	margin-left: 0px; }
ul#shipping_method li > input.shipping_method { margin-left: 0px;
	padding-left: 30px;
	font-size: 13px; }
.woocommerce-shipping-calculator p, .woocommerce-shipping-calculator select, .woocommerce-shipping-calculator input, .woocommerce-shipping-calculator button { width: 100%;
	display: block; }
.woocommerce-shipping-calculator select, .woocommerce-shipping-calculator input, .woocommerce-shipping-calculator button { margin-bottom: 5px; }
.woocommerce-shipping-calculator p a { display: block;
	width: 100%; }
.related.products div.prod_hold { width: 25%; }
.has-sidebar .related.products div.prod_hold { width: 33.33%; }
div.product.type-product .post-date { position: absolute;
	top: 29px;
	left: 65px;
	text-align: center;
	color: rgba(0,0,0,0.07);
	padding: 10px 10px 10px 6px;
	line-height: 13px;
	z-index: 29000;
	font-weight: 600;
	-webkit-border-radius: 5px 2em 2em 5px;
	-moz-border-radius: 5px 2em 2em 5px;
	border-radius: 5px 2em 2em 5px;
	font-size: 16px; }
div.product.type-product .zass-no-avatar .post-date { left: 30px; }
div.product.type-product .post-date .num { width: 100%;
	text-align: center;
	font-weight: normal;
	padding: 2px 6px;
	border-right: 1px solid;
	border-right-color: rgba(0,0,0,0.07);
	line-height: 21px;
	margin-right:5px;
	text-align: center;
	color: #ffffff; }
.commentlist li .star-rating { position: absolute;
	crop: 0;
	top: -13px;
	left: 90px;
	width: 150px;
	background-color: #ffffff; }
#cart-module a.cart-contents:before { display: inline-block;
	content: "\f290";
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	float:left;
	position:relative;
	color: #c6c6c6;
	top:0px;
	font-weight: 900 !important; }
.zass-search-cart-holder #cart-module div.widget.woocommerce.widget_shopping_cart h2.widgettitle { display: none; }
#cart-module div.widget.woocommerce.widget_shopping_cart { display: none;
	position: absolute;
	top: 98%;
	right: -12px;
	z-index: 10000;
	width: 320px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	border:1px solid #f1f1f1;
	line-height: normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; }
#cart-module div.widget.woocommerce.widget_shopping_cart:before { content: ' ';
	position: absolute;
	background: #ffffff;
	display: block;
	width: 12px;
	height: 12px;
	right: 22px;
	top: -6px;
	z-index: 30000;
	border:1px solid;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	border-color:  #f1f1f1 transparent transparent #f1f1f1; }
#cart-module:hover div.widget.woocommerce.widget_shopping_cart { display: block;
	-moz-animation: zassfadeInUp .3s ease-in  ;
    -webkit-animation: zassfadeInUp .3s ease-in ;
    animation:zassfadeInUp .3s ease-in ; }
#cart-module a.cart-contents { display: block;
	width: 100%;
	height: 86px;
	line-height: 86px;
	text-decoration: none; }
.widget_shopping_cart_content a.remove { display: block;
	float: right;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #e5e5e5;
	margin-top: 5px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
.widget_shopping_cart_content a.remove:hover { background: #333333;
	color:#ffffff; }
#cart-module .cart-contents { margin: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 600; }
#cart-module .cart-contents span.count { position:absolute;
	padding:2px 4px 4px 4px;
	color:#ffffff;
	background-color:#e1e1e1;
	top:50%;
	margin-top:-18px;
	left:20px;
	display:block;
	font-size:10px !important;
	line-height:11px !important;
	font-weight: normal !important;
	white-space:nowrap;
	height:15px;
	min-width: 15px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	text-align: center; }
.widget_shopping_cart_content li { padding-bottom: 10px !important;
	border-bottom: 1px solid #e5e5e5; }
.widget_shopping_cart_content li.empty { text-align: center;
	border: none;
	font-size:14px;
	margin: 0px;
	padding: 8px; }
.widget_shopping_cart_content p.total, .widget_shopping_cart_content p.buttons { text-align: right;
	margin: 0; }
.widget_shopping_cart_content p.buttons .button.checkout { margin-left: 2%; }
.widget_shopping_cart_content p.total { font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 20px;
	color: #333333; }
.widget_shopping_cart_content p.buttons { margin-top: 15px; }
.widget_shopping_cart_content p.buttons .button { width: 49%;
	padding: 9px 15px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
.widget_shopping_cart_content li dl.variation { width: auto !important;
	margin-bottom: 4px; }
.widget_shopping_cart_content li dl.variation dt, .widget_shopping_cart_content li dl.variation dd { padding: 0;
	font-size: 11px;
	width: auto;
	margin-right: 3px; }
.widget_shopping_cart_content li dl.variation p { margin: 0;
    line-height: normal; }
.zass_added_to_cart_notification { width:310px;
	padding:20px;
	position:fixed;
	top:50%;
	margin-top: -200px;
	left:50%;
	margin-left:-150px;
	background:#ffffff;
	border:1px solid #e1e1e1;
	z-index:10000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	text-align: center; }
.zass-quick-view-lightbox div.product div.summary p.stock:after, .woocommerce-message:after, ul.product_list_widget li:after, ul.products-list li:after, p.myaccount_user:after, .col2-set.addresses:after, .zass_shortcode_count_holder:after, div.prod_hold .links:after { content: " ";
	display: block;
	height: 0px !Important;
	clear: both;
	visibility: hidden; }
#reviews .commentlist li .comment_container { text-align: left;
    float: left;
	width: 100%;
	padding: 30px 20px 20px 20px;
	position: relative;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#ffffff;
	position: relative; }
#reviews .commentlist li .comment_container { margin-bottom: 40px; }
#reviews .commentlist li .comment_container img.avatar { position: absolute;
	top: -30px;
	left: 20px; }
#reviews .commentlist li .meta { margin-bottom: 13px;
	color: #999999; }
#reviews .commentlist li .meta strong { font-weight: bold; }
#reviews .commentlist li .description p { margin: 5px 0 0 0; }
#reviews .star-rating { text-indent: -9999px;
	width: 108px;
	margin: 0 auto;
	height: 27px;
	z-index: 9999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #f1f1f1; }
#reviews .star-rating span { background: url(image/stars_bo_gold.png) 4px 0px no-repeat;
	text-indent: -9999px;
	display: block; }
nav.woocommerce-MyAccount-navigation ul { padding: 0;
	margin: 0 0 60px 0;
	list-style: none;
	text-align: center; }
nav.woocommerce-MyAccount-navigation ul li { list-style: none;
	display: inline-block;
	margin: 0 3px 3px 0; }
nav.woocommerce-MyAccount-navigation ul li a { display: block;
	padding: 9px 12px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border: 1px dashed;
	border-color: #333333;
	color: #333333;
	text-decoration: none; }
div.woocommerce-MyAccount-content { padding: 30px;
	padding-top: 90px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top:0;
	margin-bottom:50px;
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 180%; }
div.woocommerce-MyAccount-content .zass-account-avatar { clear: both;
	text-align: center;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -48px; }
div.woocommerce-MyAccount-content .myaccount_user > p:first-of-type { font-size: 18px; }
div.woocommerce-MyAccount-content .myaccount_user > p { text-align: center; }
div.woocommerce-MyAccount-content > a { color: #ffffff;
	text-decoration: underline; }
div.woocommerce-MyAccount-content .zass-account-avatar img { float: none;
	padding: 6px; }
.col2-set.addresses { margin-bottom:50px; }
#customer_login.col2-set { text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 90px;
	margin-bottom: 80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; }
.col2-set.addresses .col-1, .col2-set.addresses .col-2, #customer_login.col2-set .col-1, #customer_login.col2-set .col-2 { width:50%;
	padding:1%;
	float:left; }
#customer_login.col2-set .col-1, #customer_login.col2-set .col-2 { padding: 30px;
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	max-width: 600px;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: none;
	text-align: left;
	margin: 0 auto; }
.col2-set.addresses header { position:relative; }
.col2-set.addresses header a.edit { position:absolute;
	color:#ffffff !important;
	top:6px;
	right:12px;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:5px 7px;
	text-decoration:none; }
.col2-set.addresses header a.edit:hover { background:#222222; }
.col2-set.addresses header a.edit:before { display: inline-block;
	content: "\f303";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	margin-right:5px;
	font-weight: 900 !important; }
.cart-info .coupon { text-align:left;
	display: inline-block;
	width: 70%;
	vertical-align: top; }
.cart-info .coupon label { display: none; }
.coupon input#coupon_code, .checkout_coupon input#coupon_code { padding:15px;
	font-size:13px; }
.wc-proceed-to-checkout .button, .wc-proceed-to-checkout button { vertical-align: middle;
	line-height: 46px;
	padding: 6px 18px;
	width: 100%; }
.coupon input.button, .wc-proceed-to-checkout .button { text-align:center;
	margin-bottom:8px; }
.coupon input, .checkout_coupon p { display: inline-block;
	vertical-align: top; }
form.checkout_coupon { margin-bottom:30px;
	padding:20px;
	background-color:#fcfcfc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
	width: 100%; }
form.checkout_coupon p { border:none !important; }
table.shop_table.cart .actions > input.button { margin: 0 auto;
	float: right; }
table.shop_table.cart td.product-quantity div.quantity { height: auto; }
table.shop_table.cart td.product-quantity div.quantity input.input-text.qty.text { max-width: 100%;
	vertical-align: middle; }
table.shop_table.cart td.product-quantity div.quantity input.plus, table.shop_table.cart td.product-quantity div.quantity input.minus { display: none !important; }
.cart-collaterals h2 { border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	margin-bottom: 22px;
	padding-bottom: 10px;
	text-transform: uppercase; }
.woocommerce-info { margin-bottom: 35px;
	padding: 15px 10px;
	background-color: #f8f8f8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
.woocommerce-message, p.demo_store, .woocommerce-Message, ul.woocommerce-error { background: #fff4e2;
	color: #9d8967;
	margin-bottom: 50px;
	border: 1px solid #ffeccc;
	border-left-width:4px;
	padding: 15px 10px;
	vertical-align: middle; }
ul.woocommerce-error { margin-left: 0px;
	padding-left: 30px;
	font-size: 13px; }
p.demo_store { text-align: center;
	min-height: 20px;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 600;
	color: #9d8967; }
.woocommerce-message .button, .woocommerce-Message .button { float: right;
	margin-left: 30px;
	border: none;
	padding: 2px 5px 0 5px;
	color: #9d8967 !important;
	font-size: 13px;
	font-weight: 500; }
.woocommerce-checkout .form-row.address-field .chosen-container { width: auto !important; }
.zass-quick-view-lightbox .zass-quickview-images, .zass-quick-view-lightbox .summary.entry-summary { width:50%;
	display:inline-block;
	float:left;
	padding:30px; }
div.product div.zass-quickview-images.images, #content div.product div.zass-quickview-images.images { padding-left: 30px; }
.zass-quick-view-lightbox .summary.entry-summary { margin-bottom: 0; }
.zass-quick-view-lightbox .share { display: none !important; }
.zass-quick-view-lightbox .summary.entry-summary input.qty { font-size: 16px;
    height: 46px;
    text-align: center;
    width: 40px !important;
	border: 1px dashed #cecece; }
.zass-quick-view-lightbox .summary.entry-summary h3 { border: medium none;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase; }
.zass-quick-view-lightbox .content_holder { margin:0; }
.zass-quick-view-lightbox .price span { display: inline-block;
    margin-bottom: 8px; }
.zass-quick-view-lightbox .price span.amount { font-size: 24px; }
.zass-quick-view-lightbox .price del span { color: #cecece;
    font-size: 18px !important;
    margin: 0 8px;
    text-decoration: line-through; }
.zass-quick-view-lightbox div.single_variation .price { display: block;
    font-size: 14px !important;
    margin: 0 !important; }
.zass-quick-view-lightbox div.single_variation .price span.amount { font-size: 14px !important;
    margin: 0 !important; }
.zass-quick-view-lightbox .price { color: #333333 !important;
    font-size: 16px;
	clear:both; }
.zass-quick-view-lightbox .woocommerce-review-link { display:none; }
.zass-quick-view-lightbox h1.product_title { margin-bottom:20px;
	font-size: 30px; }
.zass-quick-view-lightbox div.single_variation_wrap { width: 100%; }
.zass-quick-view-lightbox div.single_variation { background-color: #f8f8f8;
    clear: both !important;
    color: #333333 !important;
    float: none !important;
    font-size: 13px;
    padding: 10px; }
.zass-quick-view-lightbox div.variations_button { padding: 10px 0; }
div.prod_hold:after { display:none;
	width:100%;
	height:100%;
	background: url(image/loading3.gif) center center no-repeat;
	background-color:#ffffff;
	opacity:0.85;
	z-index:15000;
	position:absolute;
	top:0;
	left:0;
	content:''; }
div.prod_hold.loading:after { display:block; }
.zass-align-center .prod_hold .zass-list-prod-summary, .zass-align-center div.prod_hold .links { text-align: center; }
.zass-product-slide-price ins span.amount, .zass-product-slide-price > span.amount { color:#333333;
	vertical-align: bottom; }
.zass-product-slide-price del span.amount { font-size:18px;
	color:#cecece;
	text-decoration: line-through; }
.tagcloud a#report_abuse { margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #333333;
	color: #ffffff;
	border: none;
	padding: 3px 8px; }
.select2-container .select2-choice { height: auto !important; }
.woocommerce-tabs #tab-seller.panel.entry-content > h2:first-of-type { font-size: 21px;
    margin-bottom: 25px; }
.woocommerce-tabs #tab-seller.panel.entry-content ul.list-unstyled { list-style: none !important;
    margin-left: 0px; }
div.product div.summary div.zass-share-links { margin-top: 30px;
	padding: 8px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; }
.woocommerce-product-attributes.shop_attributes p { margin: 0; }
@media only screen and (max-width: 979px) {
	div.prod_hold, li.product-category, div.product-category { width:49.5% !important; }
	div.prod_hold + .clear { display: none; }
	.zass-products-list-view div.prod_hold { width:100% !important; }
	.zass-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold .zass-list-prod-summary { width: 50%;
	float:left; }
	div.product div.images, #content div.product div.images { padding: 0; }
	span.onsale { top: 20px;
		left: 20px; }
	div.product div.images ol.flex-control-nav, #content div.product div.images ol.flex-control-nav { width: 100%;
		position: relative;
		padding-top: 20px !important; }
	div.product div.images ol.flex-control-nav li, #content div.product div.images ol.flex-control-nav li { margin-right: 5px; }
	#count_holder .count_info_left, #count_holder .count_info { width:100%; }
}
@media only screen and (max-width: 768px) {
	.zass-quick-view-lightbox .zass-quickview-images, .zass-quick-view-lightbox .summary.entry-summary { width: 100%;
        float: left;
		padding: 30px;
		text-align: left; }
	#customer_login.col2-set { flex-direction: column; }
	#customer_login.col2-set .col-1, #customer_login.col2-set .col-2, .col2-set.addresses .col-1, .col2-set.addresses .col-2 { width: 100%;
		max-width: none;
		margin-bottom: 20px; }
	.col2-set.addresses header a.edit { position: relative;
        width: 100%;
        background-color: #666666;
        text-align: center;
        left: auto;
        right: auto;
        margin-bottom: 15px;
        top: -15px;
        padding: 2px; }
	.woocommerce table.shop_table_responsive tbody { width: 100% !important;
		border-collapse: collapse !important;
		display: table-row-group;
		min-width: 100% !important;
		float: left;
		vertical-align: middle; }
	.shop_table.shop_table_responsive.my_account_orders thead { display: none; }
	table.shop_table.cart td.product-quantity div.quantity { float: right;
		vertical-align: middle;
		width: auto !important; }
	.shop_table.shop_table_responsive.my_account_orders td, .shop_table.shop_table_responsive.my_account_orders tr { display: block !important;
        padding: 12px 0 !important;
        background: none;
        border: 0;
        vertical-align: middle; }
	.shop_table.shop_table_responsive.my_account_orders td > span, .shop_table.shop_table_responsive.my_account_orders td a, .shop_table.shop_table_responsive.my_account_orders td time { display: block;
        width: 100%;
        float: none; }
	.shop_table.shop_table_responsive.my_account_orders td span.amount { width: auto !important;
        display: inline-block !important; }
	.shop_table.shop_table_responsive.my_account_orders td a.woocommerce-button.button.view { width: auto !important;
        text-align: center !important;
        display: inline-block; }
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before { display: block;
        float: none;
        text-align: left; }
	.woocommerce table.shop_table_responsive .coupon { float: left;
		width: 100%;
		margin-bottom: 8px; }
	.woocommerce table.shop_table_responsive .coupon input[type="text"] { max-width: 135px; }
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before { content: attr(data-title) ": ";
		font-weight: 700;
		float: left; }
	.cart_totals table.shop_table_responsive tr td:before { display: none !important; }
	.woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce-page table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.product-remove:before, .woocommerce-page table.shop_table_responsive tr td.product-remove:before, .woocommerce table.shop_table_responsive tr td.product-thumbnail:before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before { display: none; }
	.woocommerce table.shop_table_responsive tr td.product-thumbnail a, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail { float: none; }
	.woocommerce table.shop_table_responsive tr { border-bottom: 1px solid #f1f1f1;
		background: none !important;
		padding-bottom: 15px !important;
		padding-top: 15px !important; }
	table.shop_table.cart td.product-quantity div.quantity { margin-right: 0px !important;
		max-width: 40px; }
	.woocommerce table.shop_table_responsive tr td:after { content: " ";
		display: block;
		height: 0px !Important;
		clear: both;
		visibility: hidden; }
	body.woocommerce-cart form, form.checkout.woocommerce-checkout #customer_details, body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review { width: 100%; }
	body.woocommerce-cart .cart-info { padding-right: 0; }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	div.prod_hold, li.product-category, div.product-category { width:49.5% !important; }
	.zass-products-list-view div.prod_hold { width:100% !important; }
	.zass-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold .zass-list-prod-summary { width: 50%;
	float:left; }
	.zass-products-list-view div.prod_hold .zass-list-prod-summary { padding: 20px; }
	div.prod_hold a.button.add_to_cart_button i.fa { display:none; }
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary { width:100%;
	float:left;
	padding-left: 0;
	padding-right: 0; }
	.zass-quick-view-lightbox .zass-quickview-images, .zass-quick-view-lightbox .summary.entry-summary { width:100%;
    float:left; }
	#count_holder .count_info_left, #count_holder .count_info { width:100%; }
	a.reset_variations { display:none; }
	#content div.product div.summary h1.heading-title { font-size: 32px !important; }
}
@media only screen and (min-width: 380px) and (max-width: 599px) {
	div.prod_hold, li.product-category, div.product-category { width:100% !important; }
	.zass-products-list-view div.prod_hold { width:100% !important; }
	.zass-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold .zass-list-prod-summary { width: 100%;
	float:left;
	clear:both; }
	.zass-products-list-view div.prod_hold .zass-list-prod-summary { padding: 20px; }
	div.prod_hold a.button.add_to_cart_button i.fa { display:none; }
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary { width:100%;
	float:left;
	padding-left: 0;
	padding-right: 0; }
	#count_holder .count_info_left, #count_holder .count_info { width:100%; }
	a.reset_variations { display:none; }
	#cart-module div.widget.woocommerce.widget_shopping_cart { width: 250px;
	left: 50%;
	margin-left: -155px; }
	.zass_logo_center_menu_below #cart-module div.widget.woocommerce.widget_shopping_cart { width: 250px;
        left: 50%;
        margin-left: -125px; }
	#header2 #cart-module div.widget.woocommerce.widget_shopping_cart { left: auto !important; }
	#content div.product div.summary h1.heading-title { font-size: 32px !important; }
	#review_form .comment-form-rating a { width: 100%; }
}
@media only screen and (min-width: 300px) and (max-width: 379px) {
	div.prod_hold, li.product-category, div.product-category { width:100% !important; }
	.zass-products-list-view div.prod_hold { width:100% !important; }
	.zass-products-list-view div.prod_hold span.image, .zass-products-list-view div.prod_hold .zass-list-prod-summary { width: 100%;
	float:left;
	clear:both; }
	.zass-products-list-view div.prod_hold .zass-list-prod-summary { padding: 20px; }
	div.prod_hold a.button.add_to_cart_button i.fa { display:none; }
	div.product div.images, #content div.product div.images, div.product div.summary, #content div.product div.summary { width:100%;
	float:left;
	padding-left: 0;
	padding-right: 0; }
	#count_holder .count_info_left, #count_holder .count_info { width:100%; }
	a.reset_variations { display:none; }
	#review_form .comment-form-rating a { width: 100%; }
	#cart-module div.widget.woocommerce.widget_shopping_cart { width: 250px;
	left: 50%;
	margin-left: -155px; }
	.zass_logo_center_menu_below #cart-module div.widget.woocommerce.widget_shopping_cart { width: 250px;
        left: 50%;
        margin-left: -125px; }
	#header2 #cart-module div.widget.woocommerce.widget_shopping_cart { left: auto !important; }
	#content div.product div.summary h1.heading-title { font-size: 32px !important; }
}

/* ===== Fixes de fidelidad de grilla ===== */
.box-products div.prod_hold.first { clear: both; }
.woocommerce .box-products div.prod_hold { margin-bottom: 20px; }

/* ===== Customizer del sitio (valores reales, ex zass-style-inline-css) ===== */

/* Site main accent color */
div.widget_categories ul li.current-cat > a:before, p.woocommerce-thankyou-order-received, .wpb_zass_banner a span.zass_banner-icon, .toggler:before, .zass-product-slider.owl-carousel .owl-nav .owl-prev:hover, .zass-product-slider.owl-carousel .owl-nav .owl-next:hover, .widget_shopping_cart_content p.buttons .button.checkout, .zass-portfolio-categories ul li a:hover, .zass-portfolio-categories ul li a.is-checked, .zass-event-countdown .is-countdown, .video_controlls a#video-volume:after, div.widget_categories ul li > a:hover:before, #main-menu ul.menu > li > a:hover, #main-menu ul.menu > li.current-menu-item > a, li.product-category.product a h3, .otw-input-wrap:before, .summary.entry-summary .yith-wcwl-add-to-wishlist a:before, .summary.entry-summary .yith-wcwl-add-to-wishlist a:after, .summary.entry-summary .compare::before, .prod_hold .price_hold:before, a.bbp-forum-title:hover, .portfolio_top .project-data .main-features .checklist li:before, body.zass_transparent_header #main-menu ul.menu > li.current_page_item > a:before, body.zass_transparent_header #main-menu ul.menu > li.current-menu-item > a:before, body.zass_transparent_header #main-menu ul.menu > li > a:hover:before {
	color:#b8c5ad;
}
a.sidebar-trigger, #cart-module .cart-contents span.count, .wcmp_sorted_vendors:before, td.tribe-events-present > div:first-of-type, a.mob-close-toggle:hover, #main-menu ul.menu > li > a:before, .pagination .links a:hover, .dokan-pagination-container .dokan-pagination li a:hover, a.mob-menu-toggle i, .bbp-pagination-links a:hover, .zass-search-cart-holder #search.active > span:hover, a.close-off-canvas:hover, .zass_content_slider .owl-dot.active span, #main-menu ul.menu > li > .zass-custom-menu-label, li.product-category.product h3 mark:after, div.product-category.product h3 mark:after, #main-menu li ul.sub-menu li.zass_colum_title > a:after, #main-menu li ul.sub-menu li.zass_colum_title > a:before, .blog-post-meta span.sticky_post, #zass_price_Rango, .zass_image_list a.zass-magnific-gallery-item:before, #bbpress-forums > #subscription-toggle a.subscription-toggle, .widget > h3:first-child:before, .widget > h3:first-child:after, .zass-portfolio-categories ul li a:hover:before, .zass-portfolio-categories ul li a.is-checked:before, .zass-portfolio-categories ul li a:hover:after, .zass-portfolio-categories ul li a.is-checked:after, .flex-direction-nav a, ul.status-closed li.bbp-topic-title .bbp-topic-permalink:before, ul.sticky li.bbp-topic-title .bbp-topic-permalink:before, ul.super-sticky li.bbp-topic-title .bbp-topic-permalink:before {
	background-color:#b8c5ad;
}
.bbp-topics-front ul.super-sticky, .blog-post.sticky, #main-menu li ul.sub-menu li.zass-highlight-menu-item:after, .error404 div.blog-post-excerpt, .zass_blog_masonry:not(.zass-related-blog-posts) .sticky .zass_post_data_holder, .zass-none-overlay.zass-10px-gap .portfolio-unit-holder:hover, .portfolio-unit-info a.portfolio-lightbox-link:hover, .zass-product-slider.owl-carousel .owl-nav .owl-prev:hover, .zass-product-slider.owl-carousel .owl-nav .owl-next:hover, .widget_shopping_cart_content p.buttons .button.checkout, .zass_banner_text:before, .zass_banner_text:after, body table.booked-calendar td.today .date span, .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky, a.sidebar-trigger:hover:after, .zass-pulsator-accent .wpb_wrapper:after, ul.tabs li.active a {
	border-color:#b8c5ad !Important;
}
::-moz-selection {
	background:#b8c5ad;
}
::selection {
	background:#b8c5ad;
}
.box-sort-filter .ui-slider-horizontal .ui-slider-handle, .widget_price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	background:#b8c5ad !Important;
}
li.product-category.product h3 mark, div.product-category.product h3 mark, .widget_shopping_cart_content a.remove:hover, .col2-set.addresses header a.edit { background:#b8c5ad; }
blockquote, q { border-left-color:#b8c5ad; }
.double-bounce2 { background-color:#b8c5ad; }
/* Links color */
a, div.widget_categories ul li a:hover, div.widget_nav_menu ul li a:hover, div.widget_archive ul li a:hover, div.widget_recent_comments ul li a:hover, div.widget_pages ul li a:hover, div.widget_links ul li a:hover, div.widget_recent_entries ul a:hover, div.widget_meta ul li a:hover, div.widget_display_forums ul li a:hover, .widget_display_replies ul li a:hover, .widget_display_topics li > a.bbp-forum-title:hover, .widget_display_stats dt:hover, .widget_display_stats dd:hover, div.widget_display_views ul li a:hover, .widget_layered_nav ul li a:hover, .widget_product_categories ul li a:hover {color:#b8c5ad;}
/* Links hover color */
a:hover{color:#b8c5ad;}
/* Widgets Title Color */
.sidebar .box h3, .wpb_widgetised_column .box h3, h2.widgettitle, h2.wpb_flickr_heading{color:#333333;}
/* Buttons Default style */
a.button, .wcv-navigation ul.menu.horizontal li a, .wcv-pro-dashboard input[type="submit"], .zass-pricing-table-button a, button.wcv-button, .widget_shopping_cart_content p.buttons .button, input.button, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, #bbpress-forums #bbp-search-form #bbp_search, form.mc4wp-form input[type=submit], form.mc4wp-form input[type=email] {
	border-radius: 2em !important;
}
/* WordPress Default Buttons Color */
a.button, button.wcv-button, input.button, .wcv-navigation ul.menu.horizontal li a, nav.woocommerce-MyAccount-navigation ul li a, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, .col2-set.addresses header a.edit, input.otw-submit, form.mc4wp-form input[type=submit], .tribe-events-button, input[type="submit"] {border-color:#b8c5ad; color:#b8c5ad;}
.wcmp_regi_main .button {border-color:#b8c5ad !important; color:#b8c5ad !important;}
/* WordPress Default Buttons Hover Color */
a.button:hover, button.wcv-button:hover, input.button:hover, .wcv-navigation ul.menu.horizontal li a:hover, .wcv-navigation ul.menu.horizontal li.active a, button.button:hover, nav.woocommerce-MyAccount-navigation ul li.is-active a, nav.woocommerce-MyAccount-navigation ul li a:hover, a.button-inline:hover, #submit_btn:hover, #submit:hover, .wpcf7-submit:hover, .r_more:hover, .r_more_right:hover, div.prod_hold a.button.add_to_cart_button:hover, button.single_add_to_cart_button:hover, .zass-product-slide-cart .button.add_to_cart_button:hover, input.otw-submit:hover, form.mc4wp-form input[type=submit]:hover, .wc-proceed-to-checkout a.checkout-button.button:hover {border-color:#333333 !important; color:#333333 !important;}
.wcmp_regi_main .button:hover {border-color:#333333 !important; color:#333333 !important;}
/* NEW label color */
div.prod_hold .new_prod{background-color:#b8c5ad;}
/* SALE label color */
div.prod_hold .sale, span.onsale, .count_holder_small .count_info:first-child {background-color:#b8c5ad;}
/* Standard page title color (no background image) */
#zass_page_title h1.heading-title, #zass_page_title h1.heading-title a, .breadcrumb,.breadcrumb a, .zass-dark-skin #zass_page_title h1.heading-title a {color:#665f50;}
/* Standard page subtitle color (no background image) */
.zass_title_holder h6 {color:#666666;}
/* Customized page title color (with background image) */
#zass_page_title.zass_title_holder.title_has_image h1.heading-title, #zass_page_title.zass_title_holder.title_has_image h6, #zass_page_title.zass_title_holder.title_has_image .breadcrumb, #zass_page_title.zass_title_holder.title_has_image .breadcrumb a {
	color:#FFFFFF;
}
/* Standard page title background color (no background image) */
.zass_title_holder, .zass_title_holder .inner:before, body.zass_header_left .zass_title_holder:not(.title_has_image) .inner {background-color:#e9e7e2;}
/* Standard page title border color (no background image) */
.zass_title_holder, body.zass_header_left .zass_title_holder:not(.title_has_image) .inner { border-color:#f1f1f1; }
.zass_title_holder .inner:before { border-color: transparent #f1f1f1 #f1f1f1 transparent; }
/* Post Date  background color */
div.post .post-date, div.product.type-product .post-date, div.page.type-page .post-date, div.attachment .post-date {background-color:#92dede; }
/* Portfolio overlay background color */
.portfolio-unit-holder, .zass_image_list a.zass-magnific-gallery-item:before {background-color:#303038;}
/* Portfolio overlay text color */
div:not(.zass-none-overlay).portfolio-unit.masonry-unit a.portfolio-link, div:not(.zass-none-overlay).portfolio-unit.masonry-unit a.portfolio-link small, div:not(.zass-none-overlay).portfolio-unit.masonry-unit a.portfolio-link h4, div:not(.zass-none-overlay).portfolio-unit.masonry-unit,
div:not(.zass-none-overlay).portfolio-unit.masonry-unit a.portfolio-link p, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-2 a.portfolio-link, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-2 a.portfolio-link small, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-2 a.portfolio-link h4,
div:not(.zass-none-overlay).portfolio-unit.portfolio-col-2, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-2 a.portfolio-link p, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-3 a.portfolio-link, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-3 a.portfolio-link small,
div:not(.zass-none-overlay).portfolio-unit.portfolio-col-3 a.portfolio-link h4, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-3, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-3 a.portfolio-link p, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-4 a.portfolio-link,
div:not(.zass-none-overlay).portfolio-unit.portfolio-col-4 a.portfolio-link small, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-4 a.portfolio-link h4, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-4, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-4 a.portfolio-link p,
div:not(.zass-none-overlay).similar_projects .portfolio-unit a.portfolio-link, div:not(.zass-none-overlay).similar_projects .portfolio-unit a.portfolio-link small, div:not(.zass-none-overlay).similar_projects .portfolio-unit a.portfolio-link h4, div:not(.zass-none-overlay).similar_projects .portfolio-unit,
div:not(.zass-none-overlay).similar_projects .portfolio-unit a.portfolio-link p, div:not(.zass-none-overlay).owl-item .portfolio-unit a.portfolio-link, div:not(.zass-none-overlay).owl-item .portfolio-unit a.portfolio-link small, div:not(.zass-none-overlay).owl-item .portfolio-unit a.portfolio-link h4,
div:not(.zass-none-overlay).owl-item .portfolio-unit, div:not(.zass-none-overlay).owl-item .portfolio-unit a.portfolio-link p, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-5 a.portfolio-link, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-5 a.portfolio-link small,
div:not(.zass-none-overlay).portfolio-unit.portfolio-col-5 a.portfolio-link h4, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-5, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-5 a.portfolio-link p, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-6 a.portfolio-link,
div:not(.zass-none-overlay).portfolio-unit.portfolio-col-6 a.portfolio-link small, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-6 a.portfolio-link h4, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-6, div:not(.zass-none-overlay).portfolio-unit.portfolio-col-6 a.portfolio-link p, div:not(.zass-none-overlay).zass_image_list a.zass-magnific-gallery-item:after {
	color:#ffffff;
}
.portfolio-unit-info a.portfolio-lightbox-link span {
	border-color:#ffffff;
}
/* Top Menu Bar Visible on Mobile */
/* Header top bar background color */
#header_top { background-color:#ffffff; border-color:#f5f5f5 !Important;}
body.zass-overlay-header #header_top .inner { background-color:#ffffff; border-color:#f5f5f5 !Important;}
/* Header middle section background color */
#header_bottom, #header_bottom .inner:before {background-color:;}
/* Header middle section bar border color */
#header_bottom, #header_bottom .inner:before {border-color:#f5f5f5 !Important;}
/* Main menu links color and typography */
#main-menu ul.menu > li > a, #main-menu li div.zass-mega-menu > ul.sub-menu > li > a, .zass-wishlist-counter a, .zass-search-cart-holder a.sidebar-trigger:before, #header .zass-search-cart-holder .video_controlls a {color:#887f6e;font-size:14px;font-weight:600;font-style:normal;}
/* Main menu links hover color */
ul#mobile-menu.menu li a {font-size:14px;font-weight:600;font-style:normal;}
/* Main menu links hover color */
#main-menu ul.menu > li > a:hover, #main-menu ul.menu > li.current-menu-item > a, #main-menu ul.menu > li.zass-highlight-menu-item > a, body.zass_transparent_header #header #main-menu ul.menu > li > a:hover, body.zass_transparent_header #header #main-menu ul.menu > li.current-menu-item > a, #cart-module a.cart-contents, #main-menu li div.zass-mega-menu > ul.sub-menu > li > a:hover {color:#665f50;}
/* Main menu background hover color */
#main-menu ul.menu > li.zass-highlight-menu-item > a, #main-menu ul.menu > li.zass-highlight-menu-item:after, #main-menu li ul.sub-menu li a:hover { background-color: #b8c5ad;}
#main-menu ul.menu > li.zass-highlight-menu-item:after { border-color: #b8c5ad;}
#main-menu ul.menu > li > a {text-transform: uppercase;}
/* Main menu icons color */
#main-menu ul.menu li a i {color: #7ebfbf;}
/* Header top bar menu links color */
ul#topnav2 > li a, .zass-top-bar-message, #header_top .zass-social ul li a {color:#0a0707}
/* Header top bar menu links hover color */
ul#topnav2 li a:hover, body.zass_transparent_header ul#topnav2 > li a:hover {color:#f3a395;}
ul#topnav2 ul.sub-menu li a:hover, .zass-dark-skin ul#topnav2 ul.sub-menu a:hover, .zass-dark-skin ul#topnav2 li:hover ul.sub-menu a:hover {background-color:#f3a395;}
/* Header top bar menu links hover background color */
ul#topnav2 li a:hover {background-color:;}
/* Collapsible Pre-Header background color */
#pre_header, .toggler {background-color:#f0eeea;}
.toggler {border-color:#f0eeea;}
/* Collapsible Pre-Header titles color */
#pre_header .widget > h3:first-child {color:#333333;}
/* Collapsible Pre-Header titles border color */
#pre_header .widget > h3:first-child, #pre_header > .inner ul.product_list_widget li, #pre_header > .inner div.widget_nav_menu ul li a, #pre_header > .inner ul.products-list li {border-color:#e7e5e1;}
#pre_header > .inner div.widget_categories ul li, #pre_header > .inner div.widget_archive ul li, #pre_header > .inner div.widget_recent_comments ul li, #pre_header > .inner div.widget_pages ul li,
#pre_header > .inner div.widget_links ul li, #pre_header > .inner div.widget_recent_entries ul li, #pre_header > .inner div.widget_meta ul li, #pre_header > .inner div.widget_display_forums ul li,
#pre_header > .inner .widget_display_replies ul li, #pre_header > .inner .widget_display_views ul li {border-color: #e7e5e1;}
/* Collapsible Pre-Header links color */
#pre_header a {color:#666666;}
/* Transparent Header menu color */
@media only screen and (min-width: 1024px) {
	body.zass_transparent_header #header #logo .zass-logo-title, body.zass_transparent_header #header #zass-account-holder a, body.zass_transparent_header #header #zass-account-holder a i, body.zass_transparent_header #header .zass-search-cart-holder .video_controlls a, body.zass_transparent_header #header #logo .zass-logo-subtitle, body.zass_transparent_header #header #main-menu ul.menu > li > a, body.zass_transparent_header #header .zass-search-cart-holder #search > span:after, body.zass_transparent_header .zass-search-cart-holder a.sidebar-trigger:before, body.zass_transparent_header #header #cart-module a.cart-contents, body.zass_transparent_header #header #cart-module a.cart-contents:before, body.zass_transparent_header #header .zass-wishlist-counter a, body.zass_transparent_header #header .zass-wishlist-counter a i {
		color:#FFFFFF !Important;
	}
}
/* Header background */
#header, #header2 {background-color: #ffffff;}
body.zass-overlay-header #header .main_menu_holder {background-color: #ffffff;}
/* footer_background */
#footer {background-color: #b8c5ad;}
#footer {
	background-size: cover;
}
@media only screen and (min-width: 1024px) {
	body.zass_header_left.zass-overlay-header #footer, body.zass_header_left.zass-overlay-header #powered {background: none;}
	body.zass_header_left.zass-overlay-header #footer .inner {background-color: #b8c5ad;}
	body.zass_header_left.zass-overlay-header #powered .inner {background-color: ;}
}
/* footer_titles_color + footer_title_border_color */
#footer .widget > h3:first-child {color:#ffffff; border-color: #6e5544;}
#footer > .inner ul.product_list_widget li, #footer > .inner div.widget_nav_menu ul li a, #footer > .inner ul.products-list li, #zass_footer_menu > li {border-color: #6e5544;}
/* footer_menu_links_color */
#zass_footer_menu > li a, #powered a, #powered .zass-social ul li a {color: #ffffff;}
/* footer_links_color */
#footer > .inner a {color: #ffffff;}
/* footer_text_color */
#footer {color: #ffffff;}
#footer > .inner div.widget_categories ul li, #footer > .inner div.widget_archive ul li, #footer > .inner div.widget_recent_comments ul li, #footer > .inner div.widget_pages ul li,
#footer > .inner div.widget_links ul li, #footer > .inner div.widget_recent_entries ul li, #footer > .inner div.widget_meta ul li, #footer > .inner div.widget_display_forums ul li,
#footer > .inner .widget_display_replies ul li, #footer > .inner .widget_display_views ul li, #footer > .inner div.widget_nav_menu ul li a {border-color: #6e5544;}
/* footer_copyright_bar_bckgr_color */
#powered{background-color: ; color: #cecece;}
/* Body font */
body {
	font-family:"Open Sans";
	font-size:14px;
	color:#999999;
}
#header #logo .zass-logo-subtitle, #header2 #logo .zass-logo-subtitle {
	color: #999999;
}
/* Text logo color and typography */
#header #logo .zass-logo-title, #header2 #logo .zass-logo-title {color: #333333;font-size:24px;font-weight:800;font-style:normal;}
/* Heading fonts */
h1, h2, h3, h4, h5, h6, .tribe-countdown-text, div.prod_hold .name, .vendor_address p, .zass-event-countdown .is-countdown, #header #logo .zass-logo-title, #header2 #logo .zass-logo-title, .zass-counter-h1, .zass-typed-h1, .zass-typed-h2, .zass-typed-h3, .zass-typed-h4, .zass-typed-h5, .zass-typed-h6, .zass-counter-h2, body.woocommerce-account #customer_login.col2-set .owl-nav, .zass-counter-h3, .error404 div.blog-post-excerpt:before, #yith-wcwl-popup-message #yith-wcwl-message, div.added-product-text strong, .vc_pie_chart .vc_pie_chart_value, .countdown-amount, .zass-product-slide-price, .zass-counter-h4, .zass-counter-h5, .zass-search-cart-holder #search input[type="text"], .zass-counter-h6, .vc_tta-tabs:not(.vc_tta-style-modern) .vc_tta-tab, div.product .price span, a.bbp-forum-title, p.logged-in-as, .zass-pricing-table-price, li.bbp-forum-info, li.bbp-topic-title .bbp-topic-permalink, .breadcrumb, .offer_title, ul.tabs a, .wpb_tabs .wpb_tabs_nav li a, .wpb_tour .wpb_tabs_nav a, .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, .post-date .num, .zass-products-list-view div.prod_hold .name, .zass_shortcode_count_holder .countdown-amount, .post-date, .blog-post-meta span a, .widget_shopping_cart_content p.total, #cart-module a.cart-contents, .zass-wishlist-counter, .portfolio_top .project-data .project-details .simple-list-underlined li, .portfolio_top .project-data .main-features .checklist li, .summary.entry-summary .yith-wcwl-add-to-wishlist a {
	font-family:"Special Elite";
}
#main-menu ul.menu li a, ul#mobile-menu.menu li a, #main-menu li div.zass-mega-menu > ul.sub-menu > li.zass_colum_title > a {
	font-family:"Special Elite";
}
a.button, input.button, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, .col2-set.addresses header a.edit, div.product input.qty, .zass-pricing-table-button a, .vc_btn3, nav.woocommerce-MyAccount-navigation ul li a {
	font-family:"Special Elite";
}
.wcmp_regi_main .button {
	font-family:"Special Elite !important;
}
/* H1 */
h1, .zass-counter-h1, .zass-typed-h1, .term-description p:first-of-type:first-letter, .zass-dropcap p:first-letter, .zass-dropcap h1:first-letter, .zass-dropcap h2:first-letter, .zass-dropcap h3:first-letter, .zass-dropcap h4:first-letter, .zass-dropcap h5:first-letter, .zass-dropcap h6:first-letter{color:#2b3033;font-size:64px;font-weight:800;font-style:normal;}
/* H2 */
h2, .zass-counter-h2, .zass-typed-h2, .icon_teaser h3:first-child, body.woocommerce-account #customer_login.col2-set .owl-nav button, #customer_login.u-columns.col2-set .owl-nav button {color:#2b3033;font-size:44px;font-weight:800;font-style:normal;}
/* H3 */
h3, .zass-counter-h3, .zass-typed-h3{color:#2b3033;font-size:34px;font-weight:700;font-style:normal;}
/* H4 */
h4, .zass-counter-h4, .zass-typed-h4{color:#2b3033;font-size:24px;font-weight:500;font-style:normal;}
/* H5 */
h5, .zass-counter-h5, .zass-typed-h5{color:#2b3033;font-size:18px;font-weight:500;font-style:normal;}
/* H6 */
h6, .zass-counter-h6, .zass-typed-h6{color:#999999;font-size:16px;}
/* Add to Cart Color */
div.prod_hold a.button.add_to_cart_button, button.single_add_to_cart_button, .wc-proceed-to-checkout a.checkout-button.button, .zass-product-slide-cart .button.add_to_cart_button {border-color:#f3a395 !important; color:#f3a395 !important;}
/* Main menu background color */
table.compare-list .add-to-cart td a.zass-quick-view-link, table.compare-list .add-to-cart td a.compare.button {
	display:none !important;
}

/* ===== Quickview modal propio ===== */
.dt-qv-overlay{position:fixed;inset:0;background:rgba(11,11,11,.82);z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}
.dt-qv-overlay.open{display:flex}
.zass-quickview-product-pop{background:#fff;max-width:920px;width:94%;max-height:90vh;overflow-y:auto;padding:34px;position:relative}
.dt-qv-close{position:absolute;top:8px;right:14px;font-size:30px;line-height:1;cursor:pointer;color:#887f6e;background:none;border:0;font-family:inherit}
.dt-qv-close:hover{color:#665f50}
.zass-quickview-product-pop div.product .woocommerce-product-gallery{width:45%;float:left;opacity:1 !important}
.zass-quickview-product-pop div.product .summary.entry-summary{width:50%;float:right;margin:0}
.zass-quickview-product-pop div.product:after{content:"";display:table;clear:both}
@media (max-width:767px){.zass-quickview-product-pop div.product .woocommerce-product-gallery,.zass-quickview-product-pop div.product .summary.entry-summary{width:100%;float:none}}
.prod_hold.loading{opacity:.45;pointer-events:none}

/* ===== Additional CSS portado de la DB (wp-custom-css) ===== */

div.prod_hold .sale, span.onsale, div.prod_hold .new_prod {
    visibility: hidden !important;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th {
    display: unset!important;
}

.prod_hold .price_hold {
    clear: both;
    margin-top: -12px;
    padding: 0px 0px 5px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #ff8484!important;
}
.woocommerce form p label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    color: #333333;
    font-size: 13px;
    font-weight: 900;
    vertical-align: middle !important;
}


div.product .price span.amount {
    font-size: 20px;
    font-weight: 600;
}

a.button, button.wcv-button, input.button, .wcv-navigation ul.menu.horizontal li a, nav.woocommerce-MyAccount-navigation ul li a, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, .col2-set.addresses header a.edit, input.otw-submit, form.mc4wp-form input[type=submit], .tribe-events-button, input[type="submit"] {
    border-color: #b8c5ad;
    color: #000000 !imporant;
}

.prod_hold .price_hold {
    clear: both;
    margin-top: 0px!important;
    padding: 0px 0px 5px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #555555;
}

.prod_hold .zass-list-prod-summary {
    height: 120px!important;
    border-bottom: 1px solid #f9f9f9;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    text-align: center;
    overflow: hidden;
}

div#ui-datepicker-div {
    background-color: #ffffff !important;
}

div.prod_hold .new_prod {
    background-color: #b8c5ad;
    display: none;
}
.wa__popup_chat_box .wa__popup_notice {
    color: #ffffff!important;
}
.wa__popup_chat_box .wa__popup_content {
    background: #3c3c3cf0!important;
}
.prod_hold .price_hold {
    clear: both;
    margin-top: -12px;
    padding: 0px 0px 5px 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #555555;
}
div.prod_hold .name {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin: 0 !important;
    color: #333333;
    padding: 0;
    height: 70px!important;
    overflow: hidden;
}
.page-description.fixed {
    font-family: 'Special Elite';
}
.widget_shopping_cart_content p.buttons .button {
    width: unset !important;
    padding: 9px 15px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.wa__popup_chat_box .wa__popup_notice {
    color: #474747;
    font-size: 11px;
    font-weight: 500;
    padding: 0 3px;
}

.zass-accent-tearoff .zass_title_holder:before {
    position: absolute;
    top: 20px!important;
    left: 0px;
    width: 100%;
    height: 99px;
    display: block;
    content: '';
    background-size: cover;
    z-index: 15;
}

div.prod_hold .name {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin: 0 !important;
    color: #333333;
    padding: 0;
    height: 40px;
    overflow: hidden;
}

p.stock.in-stock {
    font-family: 'Special Elite';
}

@media only screen and (min-width: 300px) and (max-width: 600px){
	
	#content div.product div.summary h1.heading-title {
    font-size: 25px!important;
}
	
.inner, .dokan-dashboard #container > .dokan-dashboard-wrap {
        padding: 0px 10px !important;
}
		#powered .zass-social ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

#powered	.author_credits {
    width: 100%!important;
    text-align: center!important;
	  padding-right: 0px!important;
	padding-bottom: 30px!important;
    color: white;
}
	#powered .zass-social, #powered .author_credits {
    width: 100%;
    padding-right: 0px!important;
   text-align: center!important;
}
	}


@media only screen and (min-width: 300px) and (max-width: 379px){
.zass-search-cart-holder {
    clear: unset!important;
    width: 50%;
}


.main_menu_holder .zass-search-cart-holder {
    /* padding-left: 5px; */
    margin-top: -105px!important;
    margin-right: 45px!important;
}
	.zass_title_holder:not(.title_has_image) .inner h1.heading-title {
    letter-spacing: 6px;
    font-size: 20px !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}
	.zass_title_holder:not(.title_has_image) .inner h1.heading-title {
    letter-spacing: 6px;
    font-size: 20px !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}
	h1.heading-title {
    letter-spacing: 6px;
    font-size: 20px !important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}
	#header2 #cart-module a.cart-contents, #header2 .zass-wishlist-counter a, #header2 #zass-account-holder a, #header2 .zass-search-cart-holder #search > span, .zass_logo_left_menu_below .zass-search-cart-holder, .zass_logo_center_menu_below .zass-search-cart-holder {
    height: 60px;
    line-height: 140px;
}
	#header2.animateIt {
    position: fixed;
    top: -180px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    opacity: 0.97;
    height: 100px!important;
}
form.checkout.woocommerce-checkout #order_review {
    width: 100% !important;
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    background-color: #fdfdfd;
}
	#cart-module .cart-contents span.count, .zass-wishlist-counter a .zass-wish-number {
    position: absolute;
    padding: 2px 4px 4px 4px;
    color: #ffffff;
    background-color: #e1e1e1;
    top: 50%;
    margin-top: 25px!important;
    left: 20px;
    display: block;
    font-size: 10px !important;
    line-height: 11px !important;
    font-weight: normal !important;
    white-space: nowrap;
    height: 15px;
    min-width: 15px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    text-align: center;
}
	#cart-module {
    padding: 0px 10px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
    float: right;
    list-style: none;
    z-index: 2;

}
	.inner, .dokan-dashboard #container > .dokan-dashboard-wrap {
    margin: 0 auto;
    width: 1230px;
    text-align: left;
    padding: 0 10px;
    position: relative;
}
	.zass-search-cart-holder {
    float: right;
    height: 0px;
    line-height: 86px;
    position: relative;
}
}


.woocommerce-tabs ul.tabs {
    margin-bottom: 0px !important;
    display: block;
    padding: 0px;
	    border-radius: 20px !important;
    background-color: #f8f8f8;
    border-top: 1px solid #f1f1f1;
}

.zass_title_holder, .zass_title_holder .inner:before, body.zass_header_left .zass_title_holder:not(.title_has_image) .inner {
    background-color: #e9e7e280;
}

.breadcrumb {
    color: #969696!important;
    padding: 0;
    font-size: 14px;
    font-weight: 300!important;
    margin-bottom: 10px;
}
.zass_title_holder h6 {
    color: #665f50!important;
    font-size: 15px!important;
    font-weight: 800;
}
#header_top .zass-top-bar-message {
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    padding: 0 8px;
}

.breadcrumb {
    color: #c5c5c5;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px){
a.mob-menu-toggle {
    display: table;
    margin-top: 18px;
}
	}

#header2 #logo img {
    height: auto;
    max-height: 80px!important;
    width: auto;
}
#header #logo img {
    max-height: 100px!important;
    width: auto;
}

#header_top {
    background-color: #ebebeb;
    border-color: #f5f5f5 ! Important;
}

p.stock {
    margin: 0 0 25px 0;
    display: block;
    padding: 12px 15px!important;
    border: 1px solid #ffffff;
    border-radius: 20px !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 20px;
    background-color: #f3f3f3!important;
    color: #000000;
    font-weight: 700;
}



#main-menu {
    float: right;
    height: 100%;
    margin-top: 20px;
}
.main_menu_holder .zass-search-cart-holder {
    padding-left: 5px;
    margin-top: 20px;
}
.zass-accent-tearoff .zass_title_holder, .zass_title_holder.title_has_image {
    margin-top: -40px;
    padding-bottom: 50px;
    padding-top: 50px;
}

body.single.single-product #zass_page_title.zass_title_holder .breadcrumb {
    margin-bottom: 0px;
    margin-top: 10px;
}

#content > .inner, .dokan-dashboard #container > .dokan-dashboard-wrap {
    padding-bottom: 80px;
    padding-top: 20px;
    background-color: #ffffff;
}

.zass-accent-tearoff .zass_title_holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 99px;
    display: block;
    content: '';

    background-size: cover;
    z-index: 1;
}


.zass-accent-tearoff .zass_title_holder .inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.inner.fixed {
    z-index: 100;
}

p {
    color: #000000;
}

.wapl-diagonal-bar .label-red {
    background-color: #ffafac!important;
}
.cart_totals .woocommerce-shipping-totals{
    display: none;
}

@media (min-width: 380px) and (max-width: 800px){
body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
    width: 100%!important;
    display: unset!important;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    background-color: #fdfdfd;
}
	a.button, button.wcv-button, input.button, .wcv-navigation ul.menu.horizontal li a, nav.woocommerce-MyAccount-navigation ul li a, button.button, a.button-inline, #submit_btn, #submit, .wpcf7-submit, .col2-set.addresses header a.edit, input.otw-submit, form.mc4wp-form input[type=submit], .tribe-events-button, input[type="submit"] {
    border-color: #b4c6a4;
    color: #7c8871;
    font-size: 20px!important;
}
	}




.zass_title_holder:not(.title_has_image) .inner h1.heading-title {
    letter-spacing: 6px;
    font-size: 25px!important;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}


dd {
    float: unset;
    width: 50%;
    padding: 5px 0;
}
#powered {
    background-color: #b7c5ad;
    /* color: #b7c5ad!important; */
}

#header #logo img {
    max-height: 129px;
    width: auto;
}
.zass_woo_categories_shop.woocommerce.owl-carousel {
    padding-top: 0px;
    padding-bottom: 80px;
    display: none;
}

.zass_title_holder:not(.title_has_image) .inner h1.heading-title {
    letter-spacing: 6px;
    font-size: 60px;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600;
}

.zass_title_holder.centered_title .inner h1.heading-title, .zass_title_holder.centered_title .inner h6 {
    margin: 0 auto;
    text-align: center;
}

.zass_title_holder h6 {
    color: #999999;
    font-size: 25px;
}

span.zass-top-bar-mail {
    font-size: 13px;
}

p.stock {
    margin: 0 0 25px 0;
    display: block;
    padding: 12px 8px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #f3a395;
    color: #000000;
    font-weight: 700;
}


body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
    width: 40%!important;
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    background-color: #fdfdfd;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #000000 !important;
}


body.zass_logo_center_menu_below #header #logo img {
    height: 150px;
    width: auto;
    max-width: 100%;
    max-height: none;
}

.zass-share-links {
    display: none;
}

#powered .author_credits {
    width: 48%;
    float: right;
    text-align: right;
    color: white;
    padding-top: 8px;
}

div.product form.cart {
    width: auto;
    display: unset;
    vertical-align: middle;
}
.wpcpq-table .wpcpq-item-active {
    color: #ffffff;
    background-color: #7b7b7b;
}
a.checkout-button.button.alt.wc-forward {
    color: white!important;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #b8c5ad;
    font-size: 14px;
}
.cart-info {
    margin-bottom: 50px;
    padding-right: 0px!important;
    /* width: 100%; */
}

body.woocommerce-cart form {
    display: inline-block;
    width: 100%;
}
body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {
    width: 100%!important;
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    background-color: #fdfdfd;
}

div.prod_hold {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    float: left;
    margin: 0px 0px 20px 0px;
    /* padding: 10px 10px 0 10px; */
    position: relative;
    z-index: 444;
    text-align: center;
    overflow: hidden;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
}

/* ============================================================
   Mejoras UX 2.2 — panel unificado, bottom nav global, minicart
   ============================================================ */

/* ---- Pestania lateral CATEGORIAS (solo desktop) ---- */
a.sidebar-trigger {
	position: fixed !important;
	top: 45% !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	background: #b8c5ad !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 2px;
	line-height: 1 !important;
	padding: 16px 9px;
	border: none !important;
	border-radius: 8px 0 0 8px !important;
	box-shadow: 0 2px 10px rgba(0,0,0,.18);
	z-index: 11000;
	text-decoration: none !important;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transition: background .25s ease;
}
a.sidebar-trigger:hover { background: #a3b396 !important; }
a.sidebar-trigger:before { display: none !important; }
.dt-trigger-label { color: #fff; }
@media (max-width: 1023px) {
	a.sidebar-trigger { display: none !important; }
}

/* ---- Botones de producto en touch: un CTA claro ---- */
@media (hover: none), (max-width: 1023px) {
	div.prod_hold .links {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		background: transparent !important;
		padding: 8px 5px 14px !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	div.prod_hold .links a.add_to_cart_button,
	div.prod_hold .links a.zass-quick-view-link { display: none !important; }
	div.prod_hold .links a.button.dt-ver-producto {
		display: inline-block;
		min-height: 40px;
		line-height: 40px;
		padding: 0 18px;
		border-color: #f3a395 !important;
		color: #f3a395 !important;
	}
}
@media (hover: hover) and (min-width: 1024px) {
	div.prod_hold .links a.button.dt-ver-producto { display: none !important; }
}

/* ---- Overlay del panel ---- */
#dt-panel-overlay {
	position: fixed;
	inset: 0;
	background: rgba(20, 20, 20, .45);
	z-index: 24900;
	opacity: 0;
	pointer-events: none;
	transition: opacity .35s ease;
}
#dt-panel-overlay.open { opacity: 1; pointer-events: auto; }
body.dt-panel-open { overflow: hidden; }

/* ---- Panel unificado (mobile y desktop): claro y prolijo ---- */
#menu_mobile.dt-panel {
	background: #ffffff !important;
	width: 320px;
	max-width: 88vw;
	left: -340px;
	padding: 0 0 30px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
	box-shadow: 6px 0 30px rgba(0,0,0,.16);
	display: block !important;
	visibility: visible;
	z-index: 25000;
}
#menu_mobile.dt-panel.active { transform: translate(340px, 0); }
.dt-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 22px;
	border-bottom: 1px solid #f0efec;
	background: #faf9f7;
}
.dt-panel-title {
	font-family: "Special Elite", cursive;
	font-size: 19px;
	color: #2b3033;
}
#menu_mobile a.mob-close-toggle {
	position: static !important;
	display: block !important;
	width: 38px !important;
	height: 38px !important;
	line-height: 34px !important;
	text-align: center;
	font-size: 26px;
	color: #887f6e !important;
	background: transparent !important;
	border: 1px solid #e5e2dc;
	border-radius: 50%;
	cursor: pointer;
	text-decoration: none !important;
	opacity: 1 !important;
}
#menu_mobile a.mob-close-toggle:hover { color: #665f50 !important; background: #f0efec !important; }
#menu_mobile a.mob-close-toggle:before, #menu_mobile a.mob-close-toggle:after { display: none !important; }

#menu_mobile .dt-mm-search {
	display: flex;
	align-items: stretch;
	margin: 18px 22px 6px;
}
#menu_mobile .dt-mm-search input[type="search"] {
	flex: 1;
	min-width: 0;
	background: #f6f5f2;
	border: 1px solid #e5e2dc;
	border-right: none;
	border-radius: 22px 0 0 22px;
	color: #2b3033;
	font-size: 14px;
	padding: 10px 16px;
	margin: 0;
	box-shadow: none;
}
#menu_mobile .dt-mm-search input[type="search"]::placeholder { color: #a9a294; }
#menu_mobile .dt-mm-search button {
	background: #b8c5ad;
	color: #ffffff;
	border: none;
	border-radius: 0 22px 22px 0;
	padding: 0 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
#menu_mobile .dt-mm-search button:hover { background: #a3b396; }

#menu_mobile ul#mobile-menu {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}
#menu_mobile ul#mobile-menu li {
	border-bottom: 1px solid #f3f2ef;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
}
#menu_mobile ul#mobile-menu li a {
	display: block;
	padding: 13px 24px !important;
	color: #665f50 !important;
	font-family: "Special Elite", cursive !important;
	font-size: 15px !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none !important;
	background: none !important;
	line-height: 1.4 !important;
	height: auto !important;
}
#menu_mobile ul#mobile-menu li a:hover,
#menu_mobile ul#mobile-menu li.current-menu-item a { color: #b8c5ad !important; }

#menu_mobile .dt-mm-cats {
	margin: 14px 0 0;
	padding: 14px 0 0;
	border-top: 6px solid #faf9f7;
}
.dt-mm-cats-title {
	display: block;
	padding: 2px 24px 8px;
	font-family: "Special Elite", cursive;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #b8c5ad;
}
#menu_mobile .dt-mm-cats-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_mobile .dt-mm-cats-list li { border-bottom: 1px solid #f3f2ef; }
#menu_mobile .dt-mm-cats-list li a {
	display: block;
	color: #6c675e;
	font-size: 13.5px;
	padding: 11px 24px 11px 34px;
	text-decoration: none;
	position: relative;
}
#menu_mobile .dt-mm-cats-list li a:before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-radius: 50%;
	background: #d8d2c6;
}
#menu_mobile .dt-mm-cats-list li a:hover { color: #b8c5ad; background: #faf9f7; }
#menu_mobile .dt-mm-cats-list li a:hover:before { background: #b8c5ad; }

#menu_mobile .dt-mm-links { margin: 20px 22px 0; }
a.dt-mm-cart-link {
	display: block;
	text-align: center;
	background: #f3a395;
	color: #ffffff !important;
	font-family: "Special Elite", cursive;
	font-size: 14px;
	border-radius: 2em;
	padding: 12px 10px;
	text-decoration: none !important;
	margin-bottom: 18px;
}
a.dt-mm-cart-link:hover { background: #e08d7e; }
.dt-mm-social { text-align: center; }
.dt-mm-social a {
	display: inline-block;
	color: #887f6e;
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e5e2dc;
	border-radius: 50%;
	margin: 0 6px;
	text-decoration: none !important;
}
.dt-mm-social a:hover { background: #b8c5ad; border-color: #b8c5ad; color: #fff; }

/* ---- Bottom nav flotante: mobile Y desktop (centrado) ---- */
#dt-bottom-nav {
	display: flex;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	max-width: 430px;
	bottom: calc(10px + env(safe-area-inset-bottom, 0px));
	z-index: 24000;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 18px;
	box-shadow: 0 6px 24px rgba(0,0,0,.14);
	padding: 6px 4px;
}
.dt-bn-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	background: none;
	border: none;
	color: #887f6e;
	font-family: "Open Sans", sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	text-decoration: none !important;
	padding: 7px 2px;
	border-radius: 14px;
	position: relative;
	cursor: pointer;
	min-height: 52px;
	-webkit-tap-highlight-color: transparent;
	transition: color .2s ease, background .2s ease;
}
.dt-bn-item:hover, .dt-bn-item:focus { color: #665f50; }
.dt-bn-item.active { color: #ffffff; background: #b8c5ad; }
.dt-bn-count {
	position: absolute;
	top: 2px;
	right: calc(50% - 22px);
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	border-radius: 9px;
	background: #cccccc;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	padding: 0 4px;
}
.dt-bn-count.has-items { background: #f3a395; }
.dt-bn-item.active .dt-bn-count.has-items { background: #ffffff; color: #f3a395; }

/* espacio inferior para que la barra no tape nada */
body { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important; }
#wa { bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important; }
html.no-touch #footer.zass_do_reveal #powered { padding-bottom: 74px; }
@media print { #dt-bottom-nav, a.sidebar-trigger, #dt-panel-overlay { display: none !important; } }

/* ---- Mini-cart del header: dropdown visible y prolijo ---- */
#cart-module { position: relative; }
#cart-module .widget_shopping_cart {
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	background: #ffffff;
	border: 1px solid #eeece8;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,.14);
	padding: 16px;
	z-index: 12050;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
#cart-module:hover .widget_shopping_cart,
#cart-module:focus-within .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media (hover: none) {
	#cart-module .widget_shopping_cart { display: none !important; }
}
#cart-module .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	margin: 0;
	color: #999999;
	font-size: 13px;
	text-align: center;
}
#cart-module ul.woocommerce-mini-cart {
	list-style: none;
	margin: 0 0 12px !important;
	padding: 0;
	max-height: 300px;
	overflow-y: auto;
}
#cart-module ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #f3f2ef;
	overflow: hidden;
}
#cart-module ul.woocommerce-mini-cart li img {
	float: right;
	width: 46px;
	height: auto;
	margin-left: 8px;
}
#cart-module ul.woocommerce-mini-cart li a { color: #665f50; font-size: 13px; text-decoration: none; }
#cart-module ul.woocommerce-mini-cart li a.remove {
	float: left;
	margin-right: 8px;
	color: #f3a395 !important;
	font-size: 16px;
}
#cart-module .woocommerce-mini-cart__total {
	margin: 0 0 10px;
	color: #2b3033;
	font-size: 14px;
	text-align: right;
}
#cart-module .woocommerce-mini-cart__buttons {
	margin: 0;
	display: flex;
	gap: 8px;
}
#cart-module .woocommerce-mini-cart__buttons a.button {
	flex: 1;
	text-align: center;
	font-size: 12px;
	padding: 9px 6px;
	line-height: 1.3;
}
#cart-module .woocommerce-mini-cart__buttons a.button.checkout { background: #b8c5ad; color: #ffffff !important; border-color: #b8c5ad !important; }

/* ---- Nota de precio por volumen (20 o mas) ---- */
.dt-bulk-note {
	background: #f7f2e9;
	border: 1px dashed #e0b98a;
	border-radius: 8px;
	color: #8a6d3b !important;
	font-size: 13.5px;
	padding: 10px 14px;
	margin: 4px 0 14px !important;
	line-height: 1.5;
}
.dt-bulk-note strong { color: #8a6d3b; }
.zass-quickview-product-pop .dt-bulk-note { margin-top: 8px !important; }

/* ---- Precio calculado por cantidad (WCTBP): total en linea propia ---- */
.summary p.price .dt-total-row {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e0dcd2;
	font-size: 15px;
	color: #665f50;
}
.summary p.price .dt-total-row .amount {
	font-size: 24px;
	color: #2b3033;
	font-weight: 700;
}

/* ---- Minicart: boton eliminar prolijo a la izquierda ---- */
#cart-module ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	position: relative;
	padding: 10px 0 10px 30px !important;
	margin: 0 !important;
}
#cart-module ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove {
	position: absolute !important;
	left: 0 !important;
	right: auto !important;
	top: 50% !important;
	bottom: auto !important;
	margin: -11px 0 0 !important;
	float: none !important;
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	line-height: 20px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-align: center !important;
	background: #f6f5f2 !important;
	color: #f3a395 !important;
	border: 1px solid #eee3df !important;
	border-radius: 50% !important;
	padding: 0 !important;
}
#cart-module ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a.remove:hover {
	background: #f3a395 !important;
	color: #ffffff !important;
	border-color: #f3a395 !important;
}
#cart-module ul.woocommerce-mini-cart li .quantity {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 2px;
}

/* ---- Panel: el ul del menu hereda un height gigante con scroll de Zass — anulado ---- */
#menu_mobile ul#mobile-menu,
#menu_mobile.dt-panel ul.menu {
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: visible !important;
}

/* ============================================================
   UX 2.3 — minicart, panel, page title, checkout
   ============================================================ */

/* ---- Minicart: una sola X (fuera el icono duplicado de la capa vieja) ---- */
#cart-module .widget_shopping_cart_content a.remove:before,
#cart-module .widget_shopping_cart_content a.remove:after {
	display: none !important;
	content: none !important;
}

/* ---- Panel: buscador contenido en el ancho ---- */
#menu_mobile .dt-mm-search,
#menu_mobile .dt-mm-search input[type="search"],
#menu_mobile .dt-mm-search button {
	box-sizing: border-box !important;
}
#menu_mobile .dt-mm-search {
	max-width: 100%;
	overflow: hidden;
	border-radius: 22px;
}
#menu_mobile .dt-mm-search input[type="search"] {
	width: auto !important;
	max-width: none !important;
	height: 42px;
}
#menu_mobile .dt-mm-search button {
	flex: 0 0 auto;
	height: 42px;
}

/* ---- Panel: una sola linea divisoria (fuera bordes y margenes viejos) ---- */
#menu_mobile ul#mobile-menu li a,
#menu_mobile ul#mobile-menu > li > a {
	border: none !important;
	margin: 0 !important;
	padding: 13px 24px !important;
}
#menu_mobile ul#mobile-menu li a:after,
#menu_mobile ul#mobile-menu li a:before {
	display: none !important;
	content: none !important;
}

/* ---- Bloque titulo + breadcrumb: aire y jerarquia ---- */
#zass_page_title.zass_title_holder .inner {
	padding-top: 28px !important;
	padding-bottom: 26px !important;
}
#zass_page_title .breadcrumb {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: .3px;
	margin: 0 0 10px !important;
	opacity: .85;
}
#zass_page_title h1.heading-title {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.15;
}
#zass_page_title h6 {
	margin: 10px 0 0 !important;
	padding: 0 !important;
	line-height: 1.55;
	font-size: 15px;
}
@media (max-width: 767px) {
	#zass_page_title.zass_title_holder .inner {
		padding: 16px 16px 15px !important;
	}
	#zass_page_title h1.heading-title { font-size: 25px !important; }
	#zass_page_title h6 { font-size: 13.5px !important; margin-top: 7px !important; }
	#zass_page_title .breadcrumb { font-size: 11px; margin-bottom: 6px !important; }
}

/* ---- Pasos del proceso de compra ---- */
.dt-steps {
	display: flex;
	justify-content: center;
	margin: 16px auto 22px;
	max-width: 640px;
	padding: 0 10px;
}
.dt-step {
	flex: 1;
	text-align: center;
	position: relative;
	color: #b9b2a5;
	font-size: 12px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}
.dt-step .n {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 29px;
	margin: 0 auto 6px;
	border-radius: 50%;
	border: 2px solid #d8d2c6;
	background: #ffffff;
	color: #b9b2a5;
	font-family: "Special Elite", cursive;
	font-size: 14px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}
.dt-step.done .n, .dt-step.act .n {
	border-color: #b8c5ad;
	background: #b8c5ad;
	color: #ffffff;
}
.dt-step.act { color: #665f50; }
.dt-step.done { color: #9aa88e; }
.dt-step:not(:first-child):before {
	content: "";
	position: absolute;
	top: 15px;
	left: -50%;
	width: 100%;
	height: 2px;
	background: #e8e4db;
	z-index: 1;
}
.dt-step.done:not(:first-child):before, .dt-step.act:not(:first-child):before { background: #b8c5ad; }

/* ---- Checkout: formulario claro y comodo ---- */
.woocommerce-checkout .form-row label {
	font-weight: 600;
	color: #665f50;
	font-size: 13px;
	margin-bottom: 4px;
	display: block;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
	min-height: 44px;
	border: 1px solid #ddd8ce;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 14px;
	box-sizing: border-box;
	background: #ffffff;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered { line-height: 24px; }
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow { height: 42px; }
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout select:focus {
	border-color: #b8c5ad;
	outline: none;
	box-shadow: 0 0 0 3px rgba(184, 197, 173, .25);
}
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text { border-color: #e2401c; }
.woocommerce-checkout h3, #order_review_heading {
	font-size: 21px;
	padding-bottom: 8px;
	border-bottom: 2px solid #b8c5ad;
	margin-bottom: 18px;
}
#payment ul.payment_methods { list-style: none; padding: 0; }
#payment ul.payment_methods li {
	padding: 12px 12px;
	border: 1px solid #eee7e0;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	list-style: none;
}
#payment ul.payment_methods li label { font-size: 14px; cursor: pointer; font-weight: 600; color: #2b3033; }
#payment div.payment_box {
	background: #faf9f7 !important;
	border-radius: 8px;
	font-size: 13px;
}
.woocommerce-checkout #payment #place_order, #place_order {
	display: block;
	width: 100%;
	background: #f3a395 !important;
	border: none !important;
	color: #ffffff !important;
	font-size: 19px !important;
	padding: 16px 20px !important;
	border-radius: 2em !important;
	font-family: "Special Elite", cursive !important;
	cursor: pointer;
	transition: background .2s ease;
}
.woocommerce-checkout #payment #place_order:hover, #place_order:hover { background: #e08d7e !important; color: #ffffff !important; }
.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"] {
	accent-color: #b8c5ad;
	width: 17px;
	height: 17px;
	vertical-align: middle;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info { border-radius: 10px; }
#ship-to-different-address {
	background: #faf9f7;
	border: 1px solid #eee7e0;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px !important;
}
#ship-to-different-address label { cursor: pointer; }
@media (max-width: 767px) {
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2 { width: 100% !important; float: none !important; margin: 0 0 14px; }
	#order_review { padding: 14px !important; }
	.dt-steps { margin-top: 8px; }
	.dt-step { font-size: 10.5px; }
}

/* ---- Place order: salmon tambien en estado disabled (Woo lo pinta gris) ---- */
.woocommerce-checkout #payment #place_order.disabled,
.woocommerce-checkout #payment #place_order:disabled,
#place_order.disabled,
#place_order:disabled {
	background: #f3a395 !important;
	border: none !important;
	color: #ffffff !important;
	opacity: .55;
	cursor: not-allowed;
}

/* ============================================================
   UX 2.4 — checkout limpio, footer nuevo, minicart estable,
   notices sin iconos rotos, title compacto
   ============================================================ */

/* ---- Footer normal (sin efecto reveal) y SIN franja blanca ---- */
html.no-touch #footer.zass_do_reveal { position: static !important; }
#content { margin-bottom: 0 !important; }
body { padding-bottom: 0 !important; }
/* la barra flotante tapa la parte baja del footer: le damos aire interno verde */
#footer { padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)); }

/* ---- Footer: layout prolijo en desktop ---- */
#powered { background: rgba(0, 0, 0, .04); }
#powered .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 26px;
	padding: 18px 30px !important;
}
#zass_footer_menu_container { flex: 0 1 auto; }
ul#zass_footer_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 22px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
ul#zass_footer_menu > li {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
ul#zass_footer_menu > li a {
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	transition: border-color .2s ease;
}
ul#zass_footer_menu > li a:hover { border-bottom-color: rgba(255, 255, 255, .7); }
#powered .zass-social { margin: 0; }
#powered .zass-social ul { display: flex; gap: 10px; margin: 0; padding: 0; }
#powered .zass-social ul li { margin: 0 !important; }
#powered .zass-social ul li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px !important;
	text-align: center;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	font-size: 15px;
	transition: background .2s ease;
}
#powered .zass-social ul li a:hover { background: rgba(255, 255, 255, .18); }
#powered .author_credits {
	color: rgba(255, 255, 255, .85);
	font-size: 12px;
	letter-spacing: .3px;
}
#powered .author_credits a { color: #ffffff !important; text-decoration: underline; }
@media (max-width: 767px) {
	#powered .inner { flex-direction: column; text-align: center; padding: 20px 16px !important; }
	ul#zass_footer_menu { justify-content: center; }
}

/* ---- Bloque titulo: mas compacto en desktop ---- */
#zass_page_title.zass_title_holder .inner {
	padding-top: 14px !important;
	padding-bottom: 13px !important;
}
#zass_page_title .breadcrumb { margin-bottom: 6px !important; }
#zass_page_title h1.heading-title { font-size: 34px; }
@media (max-width: 767px) {
	#zass_page_title.zass_title_holder .inner { padding: 12px 15px 11px !important; }
	#zass_page_title h1.heading-title { font-size: 24px !important; }
}

/* ---- Elementor: la primera seccion de las paginas traia margen negativo
        pensado para el titulo alto viejo (encimaba el breadcrumb) ---- */
body:not(.home) #content .content_holder .elementor > .elementor-section:first-child,
body:not(.home) #content .content_holder .elementor > .e-con:first-child {
	margin-top: 0 !important;
}

/* ---- Notices de Woo: sin icono roto, diseño limpio ---- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-error li {
	position: relative;
}
.woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before,
.woocommerce-message:after, .woocommerce-info:after, .woocommerce-error:after,
.woocommerce-error li:before {
	display: none !important;
	content: none !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	padding: 14px 18px !important;
	margin: 0 0 18px !important;
	border: 1px solid #e8e4db;
	border-left: 5px solid #b8c5ad !important;
	border-radius: 10px !important;
	background: #fbfaf8 !important;
	color: #4a453c !important;
	font-size: 13.5px;
	line-height: 1.55;
}
.woocommerce-info { border-left-color: #9db8c9 !important; }
.woocommerce-error { border-left-color: #e2401c !important; background: #fdf6f5 !important; }
.woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button {
	float: none;
	margin: 8px 8px 0 0;
	display: inline-block;
}

/* ---- Minicart: dropdown estable (no se cierra al bajar el mouse) ---- */
#cart-module .widget_shopping_cart {
	transform: none !important;
	margin-top: 10px;
	transition: opacity .2s ease .05s, visibility .2s ease .05s;
}
#cart-module .widget_shopping_cart:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	height: 16px;
}
#cart-module:hover .widget_shopping_cart,
#cart-module .widget_shopping_cart:hover,
#cart-module:focus-within .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	display: block;
}

/* ---- Minicart: botones grandes y claros ---- */
#cart-module .woocommerce-mini-cart__buttons {
	flex-direction: column;
	gap: 8px;
}
#cart-module .woocommerce-mini-cart__buttons a.button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: "Special Elite", cursive;
	font-size: 14px !important;
	padding: 12px 10px !important;
	border-radius: 2em !important;
	line-height: 1.3 !important;
}
#cart-module .woocommerce-mini-cart__buttons a.button:not(.checkout) {
	background: #ffffff !important;
	border: 2px solid #b8c5ad !important;
	color: #7d8d70 !important;
}
#cart-module .woocommerce-mini-cart__buttons a.button:not(.checkout):hover { background: #f4f7f1 !important; }
#cart-module .woocommerce-mini-cart__buttons a.button.checkout {
	background: #f3a395 !important;
	border: 2px solid #f3a395 !important;
	color: #ffffff !important;
}
#cart-module .woocommerce-mini-cart__buttons a.button.checkout:hover { background: #e08d7e !important; border-color: #e08d7e !important; }

/* ---- Botones del carrito grande: proceder al pago bien visible ---- */
.wc-proceed-to-checkout a.checkout-button.button {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box;
	background: #f3a395 !important;
	border: none !important;
	color: #ffffff !important;
	font-family: "Special Elite", cursive !important;
	font-size: 19px !important;
	padding: 16px 20px !important;
	border-radius: 2em !important;
	text-align: center;
}
.wc-proceed-to-checkout a.checkout-button.button:hover { background: #e08d7e !important; }

/* ---- CHECKOUT: layout propio, una columna centrada ---- */
body.woocommerce-checkout #main .content_holder { max-width: 760px; margin: 0 auto; float: none; }
form.woocommerce-checkout { display: block; width: 100%; }
form.woocommerce-checkout #customer_details.col2-set {
	display: block !important;
	width: 100% !important;
	float: none !important;
}
form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}
#order_review_heading, #order_review {
	width: 100% !important;
	float: none !important;
	display: block !important;
	box-sizing: border-box;
}
#order_review {
	background: #fbfaf8 !important;
	border: 1px solid #e8e4db !important;
	border-radius: 14px;
	padding: 22px !important;
}
/* campos en grilla de a dos */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 16px;
}
.woocommerce-checkout .form-row {
	width: 100% !important;
	float: none !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	box-sizing: border-box;
}
.woocommerce-checkout .form-row-wide,
.woocommerce-checkout .form-row.notes,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row .select2-container {
	width: 100% !important;
}
@media (max-width: 640px) {
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
}
/* tabla del resumen */
#order_review table.shop_table { width: 100%; border: none !important; }
#order_review table.shop_table th, #order_review table.shop_table td {
	border: none !important;
	border-bottom: 1px solid #eee7e0 !important;
	padding: 10px 6px !important;
	font-size: 13.5px;
	text-align: left;
}
#order_review table.shop_table tr.order-total td, #order_review table.shop_table tr.order-total th { border-bottom: none !important; font-size: 16px; }
#order_review table.shop_table tfoot th { white-space: nowrap; }

/* ============================================================
   UX 2.5 — footer minimalista centrado + title bien compacto
   ============================================================ */

/* ---- Footer: banda verde unica, contenido centrado y elegante ---- */
#footer { padding-bottom: 0 !important; }
#powered { background: transparent !important; }
#powered .inner {
	display: block !important;
	text-align: center;
	padding: 34px 20px calc(88px + env(safe-area-inset-bottom, 0px)) !important;
}
#powered .inner:before {
	content: "Detallecitos";
	display: block;
	font-family: "Special Elite", cursive;
	font-size: 22px;
	letter-spacing: 1.5px;
	color: #ffffff;
	margin-bottom: 16px;
}
#zass_footer_menu_container { display: block; margin: 0 0 18px; }
ul#zass_footer_menu {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul#zass_footer_menu > li a {
	font-size: 12px !important;
	letter-spacing: 1.2px !important;
	opacity: .95;
	border-bottom: none !important;
	transition: opacity .2s ease;
}
ul#zass_footer_menu > li a:hover { opacity: .65; }
#powered .zass-social { display: block; margin: 0 0 22px !important; }
#powered .zass-social ul { justify-content: center; }
#powered .zass-social ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px !important;
	font-size: 14px;
	border-color: rgba(255, 255, 255, .45);
}
#powered .author_credits {
	display: block;
	max-width: 340px;
	margin: 0 auto !important;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, .28);
	font-size: 11.5px !important;
	color: rgba(255, 255, 255, .78) !important;
	letter-spacing: .4px;
}
#powered .author_credits a { color: rgba(255, 255, 255, .95) !important; text-decoration: none !important; border-bottom: 1px dotted rgba(255,255,255,.6); }
@media (max-width: 767px) {
	#powered .inner { padding: 26px 16px calc(92px + env(safe-area-inset-bottom, 0px)) !important; }
}

/* ---- Title block: bien finito ---- */
#zass_page_title.zass_title_holder .inner {
	padding-top: 9px !important;
	padding-bottom: 8px !important;
}
#zass_page_title .breadcrumb {
	font-size: 11px;
	margin-bottom: 3px !important;
	opacity: .75;
}
#zass_page_title h1.heading-title { font-size: 30px; line-height: 1.1 !important; }
#zass_page_title h6 { margin-top: 5px !important; font-size: 14px; }
@media (max-width: 767px) {
	#zass_page_title.zass_title_holder .inner { padding: 8px 15px 7px !important; }
	#zass_page_title h1.heading-title { font-size: 22px !important; }
	#zass_page_title h6 { font-size: 13px !important; margin-top: 4px !important; }
}

/* ============================================================
   UX 2.5.1 — producto single: galeria prolija + layout ordenado
   ============================================================ */

/* ---- Galeria: imagen grande + miniaturas en grilla debajo ---- */
.single-product div.product .woocommerce-product-gallery {
	border: 1px solid #f0ede8;
	border-radius: 12px;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
}
.single-product .woocommerce-product-gallery .flex-viewport {
	border-radius: 8px;
	margin-bottom: 0;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	width: 100% !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	float: none !important;
	position: static !important;
	list-style: none;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
	width: auto !important;
	height: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
	display: block;
	width: 100% !important;
	height: auto;
	border-radius: 6px;
	border: 2px solid transparent;
	opacity: .6;
	cursor: pointer;
	transition: opacity .2s ease, border-color .2s ease;
	box-sizing: border-box;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img:hover,
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
	opacity: 1;
	border-color: #b8c5ad;
}
@media (max-width: 767px) {
	.single-product .woocommerce-product-gallery ol.flex-control-thumbs { grid-template-columns: repeat(4, 1fr); gap: 6px; }
}

/* ---- Summary: jerarquia y orden ---- */
.single-product div.product .summary.entry-summary { padding-top: 4px; }
.single-product .summary h1.product_title {
	font-size: 28px !important;
	line-height: 1.15 !important;
	margin: 0 0 10px !important;
}
.single-product .summary .price {
	font-size: 26px;
	color: #2b3033;
	margin: 0 0 10px !important;
	display: block;
}
.single-product .summary .price del { font-size: 17px; opacity: .55; }
.single-product .summary p.stock { margin: 0 0 12px !important; }
.single-product .summary form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 1px solid #f0ede8;
	border-bottom: 1px solid #f0ede8;
	margin: 14px 0 16px !important;
}
.single-product .summary form.cart .quantity { margin: 0 !important; }
.single-product .summary form.cart .single_add_to_cart_button {
	flex: 1 1 220px;
	font-size: 16px !important;
	padding: 13px 26px !important;
	border-radius: 2em !important;
	background: #f3a395 !important;
	border-color: #f3a395 !important;
	color: #ffffff !important;
	text-align: center;
}
.single-product .summary form.cart .single_add_to_cart_button:hover { background: #e08d7e !important; border-color: #e08d7e !important; }
.single-product .summary .woocommerce-product-details__short-description {
	font-size: 13.5px;
	line-height: 1.7;
	color: #6c675e;
}
.single-product .summary .tagcloud.product_meta,
.single-product .summary .product_meta {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px dashed #eae6de;
	font-size: 12px;
	opacity: .85;
}

/* ---- Tabs prolijas ---- */
.single-product .woocommerce-tabs { margin-top: 26px !important; }
.single-product .woocommerce-tabs ul.tabs { border-bottom: 2px solid #eee9e2; padding: 0 !important; margin: 0 0 18px !important; }
.single-product .woocommerce-tabs ul.tabs li {
	background: none !important;
	border: none !important;
	margin: 0 18px 0 0 !important;
	padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
	padding: 10px 2px !important;
	font-size: 15px;
	color: #887f6e !important;
	border-bottom: 3px solid transparent !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
	color: #2b3033 !important;
	border-bottom-color: #b8c5ad !important;
}
.single-product .woocommerce-Tabs-panel { font-size: 13.5px; line-height: 1.75; }
.single-product table.shop_attributes th { width: 130px; font-size: 13px; }

/* ============================================================
   UX 2.5.2 — tabla del carrito prolija + dropdown por JS
   ============================================================ */

/* ---- Dropdown del carrito: estado JS .dt-open, sin gap fisico ---- */
#cart-module .widget_shopping_cart { margin-top: 0 !important; }
#cart-module .widget_shopping_cart.dt-open {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* ---- Tabla del carrito: limpia y alineada ---- */
body.woocommerce-cart table.shop_table.cart,
.elementor-widget-woocommerce-cart table.shop_table {
	border: 1px solid #eee9e2 !important;
	border-radius: 12px;
	border-collapse: separate !important;
	border-spacing: 0;
	overflow: hidden;
	background: #ffffff;
}
body.woocommerce-cart table.shop_table.cart thead th,
.elementor-widget-woocommerce-cart table.shop_table thead th {
	background: #faf9f7 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 11.5px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #887f6e !important;
	padding: 13px 14px !important;
	border: none !important;
	border-bottom: 2px solid #eee9e2 !important;
	text-align: left;
}
body.woocommerce-cart table.shop_table.cart td,
.elementor-widget-woocommerce-cart table.shop_table td {
	padding: 14px !important;
	border: none !important;
	border-bottom: 1px solid #f3f0ea !important;
	vertical-align: middle !important;
	font-size: 14px;
	background: transparent !important;
}
body.woocommerce-cart table.shop_table.cart tbody tr:last-child td { border-bottom: none !important; }
body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
	width: 64px !important;
	height: auto;
	border-radius: 8px;
	display: block;
}
body.woocommerce-cart table.shop_table.cart td.product-name a {
	color: #2b3033 !important;
	font-weight: 600;
	text-decoration: none !important;
}
body.woocommerce-cart table.shop_table.cart td.product-subtotal { font-weight: 700; color: #2b3033; }
body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	background: #f6f5f2 !important;
	color: #f3a395 !important;
	border: 1px solid #eee3df !important;
	border-radius: 50% !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover {
	background: #f3a395 !important;
	color: #ffffff !important;
	border-color: #f3a395 !important;
}
body.woocommerce-cart table.shop_table.cart td.actions { padding: 16px 14px !important; background: #faf9f7 !important; }
body.woocommerce-cart table.shop_table.cart td.actions .coupon input.input-text {
	min-height: 42px;
	border: 1px solid #ddd8ce;
	border-radius: 2em;
	padding: 8px 16px;
	margin-right: 8px;
	box-sizing: border-box;
}
body.woocommerce-cart table.shop_table.cart td.actions .button {
	min-height: 42px;
	border-radius: 2em !important;
	padding: 9px 20px !important;
}
body.woocommerce-cart .cart-collaterals { margin-top: 22px; }
body.woocommerce-cart .cart_totals h2 {
	font-size: 21px;
	padding-bottom: 8px;
	border-bottom: 2px solid #b8c5ad;
	margin-bottom: 14px;
}
@media (max-width: 767px) {
	body.woocommerce-cart table.shop_table.cart td { padding: 10px 12px !important; }
	body.woocommerce-cart table.shop_table.cart td.product-thumbnail img { width: 52px !important; }
}

/* ============================================================
   UX 2.5.3 — footer: todo centrado de verdad, menos padding
   ============================================================ */
#footer { padding-top: 0 !important; }
#powered { padding: 0 !important; }
#powered .inner {
	padding: 20px 20px calc(84px + env(safe-area-inset-bottom, 0px)) !important;
	max-width: none;
}
#powered .inner:before { margin-bottom: 12px; }
#powered #zass_footer_menu_container,
#powered .zass-social,
#powered .author_credits {
	float: none !important;
	width: auto !important;
	display: block !important;
	text-align: center !important;
	position: static !important;
}
#powered #zass_footer_menu_container { margin: 0 0 14px !important; }
#powered .zass-social { margin: 0 0 16px !important; }
#powered .zass-social ul {
	display: flex !important;
	justify-content: center !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#powered .zass-social ul li { float: none !important; margin: 0 5px !important; display: block; }
#powered .author_credits { margin: 0 auto !important; }

/* ============================================================
   UX 2.5.4 — galeria: thumbs verticales a la derecha con flechas
   ============================================================ */

/* thumbs siempre con altura garantizada (cuadraditas, lazy-safe) */
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
}
.single-product .woocommerce-product-gallery ol.flex-control-thumbs li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	min-height: 0;
}

/* desktop: columna a la derecha de la foto */
@media (min-width: 768px) {
	.single-product div.product .woocommerce-product-gallery {
		display: flex !important;
		gap: 10px;
		align-items: stretch;
	}
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
	.single-product .woocommerce-product-gallery .flex-viewport {
		flex: 1 1 auto;
		order: 1;
		min-width: 0;
		margin-bottom: 0 !important;
	}
	.single-product .woocommerce-product-gallery .dt-thumbs-col {
		order: 2;
		flex: 0 0 76px;
		display: flex;
		flex-direction: column;
		gap: 6px;
		min-height: 0;
	}
	.single-product .woocommerce-product-gallery .dt-thumbs-col ol.flex-control-thumbs {
		display: flex !important;
		flex-direction: column !important;
		gap: 8px;
		flex: 1 1 auto;
		width: 76px !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		min-height: 0;
		max-height: 480px;
	}
	.single-product .dt-thumbs-col ol.flex-control-thumbs::-webkit-scrollbar { display: none; }
	.single-product .dt-thumbs-col ol.flex-control-thumbs li {
		flex: 0 0 auto;
		width: 76px !important;
		height: 76px;
	}
	.dt-th-nav {
		flex: 0 0 auto;
		height: 26px;
		border: 1px solid #e8e4db;
		background: #faf9f7;
		color: #887f6e;
		border-radius: 8px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		transition: background .2s ease, color .2s ease, opacity .2s ease;
	}
	.dt-th-nav:hover:not(:disabled) { background: #b8c5ad; color: #ffffff; border-color: #b8c5ad; }
	.dt-th-nav:disabled { opacity: .3; cursor: default; }
	/* la foto principal ocupa el resto y no se estira de mas */
	.single-product .woocommerce-product-gallery .flex-viewport img,
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		border-radius: 8px;
	}
}

/* ---- Galeria: la foto principal llena su espacio ---- */
@media (min-width: 768px) {
	.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img,
	.single-product .woocommerce-product-gallery .flex-viewport img,
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img {
		width: 100% !important;
		height: auto !important;
	}
}

/* ---- Galeria: el viewport toma el ancho flex real (pisa el inline de flexslider) ---- */
@media (min-width: 768px) {
	.single-product .woocommerce-product-gallery > .flex-viewport {
		flex: 1 1 0% !important;
		width: auto !important;
	}
}

/* ---- Galeria: la lupa flota sobre la foto (no roba espacio del flex) ---- */
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute !important;
	top: 18px;
	right: 96px;
	z-index: 30;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #e8e4db;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	width: 12px;
	height: 12px;
	border: 2px solid #887f6e;
	border-radius: 50%;
	box-sizing: border-box;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 7px;
	height: 2px;
	background: #887f6e;
	transform: rotate(45deg);
	border-radius: 2px;
}

/* ---- Galeria: fuera el padding lateral gigante heredado ---- */
.single-product div.product .woocommerce-product-gallery {
	padding: 10px !important;
}

/* ---- Galeria: lupa en la esquina de la foto, thumbs mas chicas, col a la altura de la foto ---- */
@media (min-width: 768px) {
	.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__trigger {
		top: 10px !important;
		right: 10px !important;
	}
	.single-product .woocommerce-product-gallery .dt-thumbs-col { flex: 0 0 64px; }
	.single-product .woocommerce-product-gallery .dt-thumbs-col ol.flex-control-thumbs {
		width: 64px !important;
		max-height: none;
		gap: 6px;
	}
	.single-product .dt-thumbs-col ol.flex-control-thumbs li {
		width: 64px !important;
		height: 64px;
	}
}

/* ---- Single product: breadcrumb con padding minimo ---- */
body.single-product #zass_page_title.zass_title_holder .inner {
	padding-top: 5px !important;
	padding-bottom: 4px !important;
}
body.single-product #zass_page_title .breadcrumb { margin: 0 !important; }

/* ---- Title holder: fuera el padding 50px y el margin negativo heredados ---- */
#zass_page_title.zass_title_holder {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
}

/* ============================================================
   UX 2.7 — conversion, foco y pulido
   ============================================================ */

/* ---- Skip link accesible ---- */
.dt-skip-link.screen-reader-text:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	background: #ffffff;
	color: #2b3033;
	padding: 10px 18px;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0,0,0,.2);
	font-size: 14px;
	text-decoration: none;
}

/* ---- Aviso 5% transferencia en el single ---- */
.dt-bacs-note {
	display: inline-block;
	background: #eef3ea;
	border: 1px solid #cdd9c3;
	border-radius: 8px;
	color: #5d6b52 !important;
	font-size: 13px;
	padding: 7px 12px;
	margin: 0 0 12px !important;
	line-height: 1.4;
}
.dt-bacs-note strong { color: #4c5a41; }

/* ---- Checkout sin distracciones: fuera la barra flotante ---- */
body.woocommerce-checkout #dt-bottom-nav { display: none !important; }
body.woocommerce-checkout #footer { padding-bottom: 24px !important; }

/* ---- Tarjetas de producto: hover con vida ---- */
div.prod_hold {
	transition: box-shadow .25s ease, transform .25s ease;
}
@media (hover: hover) {
	div.prod_hold:hover {
		box-shadow: 0 10px 26px rgba(43, 48, 51, .1);
		transform: translateY(-3px);
	}
}

/* ---- Single mobile: boton de compra a lo ancho ---- */
@media (max-width: 640px) {
	.single-product .summary form.cart .quantity { flex: 0 0 auto; }
	.single-product .summary form.cart .single_add_to_cart_button {
		flex: 1 1 100%;
		order: 3;
	}
}

/* ---- CTA del shop touch (misma pinta que el de categorias) ---- */
@media (hover: none), (max-width: 1023px) {
	div.prod_hold .links.dt-links-cta-only { display: block !important; }
}
@media (hover: hover) and (min-width: 1024px) {
	div.prod_hold .links.dt-links-cta-only { display: none !important; }
}

/* ---- Pagina de gracias: confirmacion clara ---- */
.woocommerce-order .woocommerce-thankyou-order-received {
	background: #eef3ea;
	border: 1px solid #cdd9c3;
	border-radius: 12px;
	color: #4c5a41 !important;
	font-family: "Special Elite", cursive;
	font-size: 20px !important;
	text-align: center;
	padding: 22px 20px !important;
	margin: 0 0 22px !important;
}
.woocommerce-order ul.woocommerce-thankyou-order-details {
	background: #fbfaf8;
	border: 1px solid #e8e4db;
	border-radius: 12px;
	padding: 16px 18px !important;
	margin: 0 0 22px !important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #887f6e;
}
.woocommerce-order ul.woocommerce-thankyou-order-details li strong {
	display: block;
	font-size: 15px;
	color: #2b3033;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 3px;
}

/* ============================================================
   UX 2.8 — marca del footer como markup (configurable en admin)
   ============================================================ */
#powered .inner:before { content: none !important; display: none !important; }
.dt-f-brand {
	display: block;
	font-family: "Special Elite", cursive;
	font-size: 22px;
	letter-spacing: 1.5px;
	color: #ffffff;
	margin-bottom: 16px;
	text-align: center;
}
.dt-checkout-notice { font-weight: 700; }

/* ============================================================
   UX 2.9 — selector de variaciones prolijo
   ============================================================ */
.single-product form.variations_form { display: block; }
.single-product table.variations {
	display: block;
	width: 100%;
	border: none !important;
	margin: 0 0 6px !important;
}
.single-product table.variations tbody { display: block; width: 100%; }
.single-product table.variations tr {
	display: block;
	width: 100%;
	margin-bottom: 12px;
	border: none !important;
}
.single-product table.variations th.label,
.single-product table.variations td.value {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
	text-align: left;
}
.single-product table.variations th.label label {
	font-family: "Special Elite", cursive;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #887f6e;
	margin: 0 0 5px;
	display: block;
}
.single-product table.variations td.value select {
	width: 100%;
	min-height: 46px;
	border: 1px solid #ddd8ce;
	border-radius: 10px;
	padding: 10px 38px 10px 14px;
	font-size: 14px;
	color: #2b3033;
	background-color: #ffffff;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23887f6e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
}
.single-product table.variations td.value select:focus {
	border-color: #b8c5ad;
	outline: none;
	box-shadow: 0 0 0 3px rgba(184, 197, 173, .25);
}
.single-product .reset_variations {
	display: inline-block;
	font-size: 12px;
	color: #b0a894 !important;
	margin-top: 2px;
	text-decoration: underline !important;
}
.single-product .single_variation_wrap { width: 100%; }
.single-product .woocommerce-variation.single_variation {
	background: #faf9f7;
	border: 1px solid #eee7e0;
	border-radius: 10px;
	padding: 12px 16px;
	margin: 0 0 14px;
	min-height: 0;
}
.single-product .woocommerce-variation-price .price { font-size: 22px !important; color: #2b3033; margin: 0 !important; }
.single-product .woocommerce-variation-availability p.stock { margin: 4px 0 0 !important; }
.single-product .woocommerce-variation-add-to-cart { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button { flex: 1 1 220px; }
@media (max-width: 640px) {
	.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button { flex: 1 1 100%; order: 3; }
}

/* ---- Galeria: columna de thumbs a la IZQUIERDA de la foto ---- */
@media (min-width: 768px) {
	.single-product .woocommerce-product-gallery .dt-thumbs-col { order: 0 !important; }
	.single-product .woocommerce-product-gallery > .flex-viewport { order: 1 !important; }
}

/* ===== v2.10.1 — HOME: rip (wp-image-1831) SIEMPRE pegado al borde inferior del slider ===== */
.elementor-element-ac79e28 { margin-bottom: 0 !important; }
.elementor-element-ac79e28 .elementor-widget-container { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.elementor-element-ac79e28 .swiper,
.elementor-element-ac79e28 .elementor-main-swiper { padding-bottom: 0 !important; margin-bottom: 0 !important; }
/* Los puntitos dejan de ocupar lugar: van ADENTRO del slide, abajo */
.elementor-element-ac79e28 .swiper-pagination {
	position: absolute !important;
	left: 0; right: 0;
	bottom: 12px !important;
	margin: 0 !important;
	z-index: 5;
}
.elementor-element-ac79e28 .swiper-pagination .swiper-pagination-bullet { background: #fff; opacity: .65; }
.elementor-element-ac79e28 .swiper-pagination .swiper-pagination-bullet-active { background: #f3a395; opacity: 1; }
/* El rip: sin margen, en bloque, ancho completo, solapado 1px para que no quede linea */
.elementor-element-cd0db1f { margin-top: 0 !important; }
.elementor-element-cd0db1f .elementor-widget-container { line-height: 0; margin: 0 !important; padding: 0 !important; }
.elementor-element-cd0db1f img { display: block; width: 100%; height: auto; margin-top: -1px; }

/* Footer sin texto de marca: centrado se mantiene */
#powered .dt-f-brand { display: none !important; }


/* ===== v2.13.0 — Selector de variantes prolijo (pastillas + circulitos) + nota de pack ===== */
.variations_form table.variations select { display: none !important; }
.variations_form .sps-swatches, .variations_form .spsTooltip { display: none !important; }
.variations_form table.variations .dt-sw { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 7px; align-items: center; }
.variations_form table.variations th.label label { font-weight: 700; color: #2b3033; }
.dt-sw-cur { color: #887f6e; font-weight: 600; font-size: 12.5px; margin-left: 7px; }
.dt-sw-p {
	border: 1.5px solid #e0dacf; background: #fff; border-radius: 2em;
	padding: 10px 18px; font-size: 14px; line-height: 1.2; cursor: pointer;
	transition: all .15s ease; color: #2b3033; font-family: inherit;
}
.dt-sw-p:hover { border-color: #b8c5ad; background: #f6f5f2; }
.dt-sw-p.on { background: #b8c5ad; border-color: #b8c5ad; font-weight: 700; }
.dt-sw-p.dis { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.dt-sw-c {
	width: 40px; height: 40px; border-radius: 50%; border: 2px solid #ddd6c8;
	cursor: pointer; padding: 0; transition: all .15s ease;
	box-shadow: inset 0 0 0 2.5px #fff;
}
.dt-sw-c span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.dt-sw-c:hover { border-color: #b8c5ad; transform: scale(1.08); }
.dt-sw-c.on { border-color: #f3a395; box-shadow: inset 0 0 0 2.5px #fff, 0 0 0 3px rgba(243, 163, 149, .3); }
.dt-sw-c.dis { opacity: .3; cursor: not-allowed; }
.dt-pack-note {
	background: #eef1ea; border-radius: 10px; padding: 10px 14px;
	color: #3d4a35; font-size: 14px; margin: 8px 0 !important;
}
@media (max-width: 782px) {
	.dt-sw-p { padding: 11px 16px; }
	.dt-sw-c { width: 44px; height: 44px; }
}


/* ===== v2.13.1 — limpiar restos del select viejo (flecha fantasma y huecos) ===== */
.variations_form table.variations td.value::before,
.variations_form table.variations td.value::after,
.variations_form table.variations .value::before,
.variations_form table.variations .value::after {
	display: none !important;
	content: none !important;
}
.variations_form table.variations th.label { padding-bottom: 0 !important; }
.variations_form table.variations td.value { padding-top: 2px !important; min-height: 0 !important; }
.variations_form table.variations .dt-sw { margin-top: 3px; }
.variations_form .reset_variations {
	display: inline-block; margin: 8px 0 0 2px !important;
	font-size: 12px; color: #887f6e !important; text-decoration: underline;
}


/* ===== v2.13.2 — sin link Limpiar (las pastillas se destildan tocandolas) + sin lineas fantasma ===== */
.variations_form .reset_variations { display: none !important; }
.variations_form .reset_variations::before, .variations_form .reset_variations::after { content: none !important; display: none !important; }
.dt-sw-cur:empty { display: none; }
.variations_form table.variations th.label label { display: inline-block; margin-bottom: 0; }
.variations_form table.variations th.label { line-height: 1.3; padding-top: 8px !important; }


/* ===== v2.14.0 — aviso de actualizacion del carrito ===== */
.dt-cart-aviso {
	position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(10px);
	background: #2b3033; color: #fff; padding: 11px 22px; border-radius: 2em;
	font-size: 14px; z-index: 100000; box-shadow: 0 8px 24px rgba(43,48,51,.25);
	opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease;
}
.dt-cart-aviso.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 782px) { .dt-cart-aviso { bottom: 96px; } }


/* ===== v2.15.0 — WhatsApp flotante mas abajo (el back-to-top ya no esta) ===== */
.wa__btn_popup { bottom: 20px !important; right: 18px !important; }
.wa__popup_chat_box { bottom: 92px !important; right: 18px !important; }
.wa__widget_container { bottom: 20px !important; }
@media (max-width: 782px) {
	/* en mobile queda por encima de la barra de navegacion flotante */
	.wa__btn_popup { bottom: 100px !important; right: 12px !important; }
	.wa__popup_chat_box { bottom: 172px !important; right: 12px !important; }
	.wa__widget_container { bottom: 100px !important; }
}


/* ===== v2.16.0 — aviso de promo por transferencia + boton de combinaciones ===== */
.dt-bulk-cond { font-size: 12.5px; color: #8a7f6d; font-weight: 600; }
.dt-promo-aviso {
	background: #fdeae5; border-left: 4px solid #f3a395; border-radius: 10px;
	padding: 12px 16px; margin: 0 0 16px; color: #6b4a42; font-size: 14px; line-height: 1.5;
}
.dt-promo-aviso.is-ok { background: #eef1ea; border-left-color: #b8c5ad; color: #3d4a35; }
.dt-ps-wrap #dt-ps-combos-wrap { margin-top: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dt-ps-wrap .dt-ps-combos-hint { font-size: 12.5px; color: #887f6e; }
.dt-ps-wrap #dt-ps-combos:disabled { opacity: .55; cursor: default; }


/* ===== v2.17.0 — cartel de tiempo de entrega ===== */
.dt-entrega-note {
	background: #faf9f7; border: 1px solid #e8e4db; border-radius: 12px;
	padding: 12px 16px; margin: 10px 0 !important; display: block;
}
.dt-entrega-line { display: block; font-size: 15px; color: #2b3033; }
.dt-entrega-line strong { font-weight: 700; }
.dt-entrega-val { font-weight: 700; color: #5c6b52; }
.dt-entrega-note.is-definido .dt-entrega-val { color: #3d4a35; }
.dt-entrega-sub { display: block; margin-top: 6px; font-size: 12.5px; color: #887f6e; line-height: 1.45; }
.dt-ps-wrap input.dt-ps-ventrega { width: 92px; }


/* ===== v2.17.0 — cartel de tiempo de entrega ===== */
.dt-entrega-note {
	background: #faf9f7; border: 1px solid #e8e4db; border-radius: 12px;
	padding: 12px 16px; margin: 10px 0 !important; display: block;
}
.dt-entrega-line { display: block; font-size: 15px; color: #2b3033; }
.dt-entrega-line strong { font-weight: 700; }
.dt-entrega-val { font-weight: 700; color: #5c6b52; }
.dt-entrega-note.is-definido .dt-entrega-val { color: #3d4a35; }
.dt-entrega-sub { display: block; margin-top: 6px; font-size: 12.5px; color: #887f6e; line-height: 1.45; }
.dt-ps-wrap input.dt-ps-ventrega { width: 92px; }


/* ===== v2.18.3 — aviso de promo dentro de la tabla de totales ===== */
.dt-promo-row td { padding: 10px 0 0 !important; border: 0 !important; }
.dt-promo-row .dt-promo-aviso { margin: 0 !important; }


/* ===== v2.20.0 — Checkout: bloque de ENVIO a lo ancho y prolijo =====
   La fila de envio metia los metodos + los selects de Correo Argentino en una
   columna de 220px. Ahora el label va arriba y las opciones ocupan todo. */
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals { display: block; width: 100%; }
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: left !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border: 0 !important;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
	padding-bottom: 6px !important;
	font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: #887f6e;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td { padding-bottom: 14px !important; }

#shipping_method { list-style: none; margin: 0; padding: 0; display: block; }
#shipping_method li {
	display: block; margin: 0 0 8px; padding: 12px 14px;
	border: 1.5px solid #e8e4db; border-radius: 12px; background: #fdfcfa;
	transition: border-color .15s, background .15s;
}
#shipping_method li:hover { border-color: #d8d2c6; }
#shipping_method li:has(input.shipping_method:checked) { border-color: #b8c5ad; background: #f4f7f1; }
#shipping_method li input.shipping_method { margin: 0 8px 0 0; vertical-align: middle; }
#shipping_method li label {
	display: inline; font-size: 14.5px; color: #2b3033; line-height: 1.45; cursor: pointer;
}
#shipping_method li label .woocommerce-Price-amount { font-weight: 700; color: #3d4a35; }
/* Los selects de sucursal del Correo van debajo, a lo ancho */
.woocommerce-shipping-totals select,
#shipping_method + select,
.woocommerce-shipping-totals .select2-container {
	display: block !important; width: 100% !important; max-width: 100% !important;
	margin-top: 8px; box-sizing: border-box;
}
.woocommerce-shipping-totals select {
	border: 1px solid #e0dacf; border-radius: 10px; padding: 10px 12px;
	background: #fff; font-size: 14px; height: auto;
}
.woocommerce-shipping-totals .select2-container .select2-selection--single {
	height: 42px; border: 1px solid #e0dacf; border-radius: 10px;
}
.woocommerce-shipping-totals .select2-container .select2-selection__rendered { line-height: 40px; padding-left: 12px; }
.woocommerce-shipping-totals .select2-container .select2-selection__arrow { height: 40px; }
.woocommerce-shipping-destination { display: block; margin-top: 6px; font-size: 12.5px; color: #887f6e; }

/* Filas de totales: que el importe no quede pegado ni desalineado */
.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tr.fee th,
.woocommerce-checkout-review-order-table tr.order-total th { text-align: left; }
.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce-checkout-review-order-table tr.fee td,
.woocommerce-checkout-review-order-table tr.order-total td { text-align: right; white-space: nowrap; }


/* ===== v2.20.1 — MOBILE: el checkout se desbordaba a lo ancho =====
   La tabla del pedido crecia con el nombre del producto (498px en una
   pantalla de 375) y aparecia scroll horizontal en toda la pagina. */
@media (max-width: 860px) {
	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-review-order,
	table.shop_table {
		table-layout: fixed !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.woocommerce-checkout-review-order-table th,
	.woocommerce-checkout-review-order-table td {
		word-break: break-word;
		overflow-wrap: anywhere;
		hyphens: auto;
	}
	.woocommerce-checkout-review-order-table th.product-name,
	.woocommerce-checkout-review-order-table td.product-name { width: 60%; }
	.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-checkout-review-order-table td.product-total { width: 40%; }
	.woocommerce-checkout-review-order-table dl.variation,
	.woocommerce-checkout-review-order-table dl.variation dd,
	.woocommerce-checkout-review-order-table dl.variation dt {
		margin-left: 0 !important;
		max-width: 100%;
		word-break: break-word;
	}
	.woocommerce-checkout-review-order-table dl.variation p { margin: 0; }
	/* Envio: la tarjeta del metodo y sus selects, dentro de la pantalla */
	.woocommerce-shipping-totals td,
	#shipping_method,
	#shipping_method li,
	.woocommerce-shipping-totals select { max-width: 100% !important; box-sizing: border-box; }
	#shipping_method li { padding: 11px 12px; }
	#shipping_method li label { font-size: 14px; }
	/* Los labels ocultos de accesibilidad no deben empujar el layout */
	.screen-reader-text { max-width: 100%; }
}
/* Red de seguridad: ninguna tabla de Woo debe empujar la pagina */
table.shop_table { max-width: 100%; }


/* ===== v2.20.2 — labels de accesibilidad realmente ocultos =====
   El label.screen-reader-text de los campos de Woo medía 355px y empujaba
   la pagina a lo ancho en mobile. */
.woocommerce .screen-reader-text,
.woocommerce-page .screen-reader-text,
form.checkout .screen-reader-text,
form.woocommerce-cart-form .screen-reader-text,
label.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


/* ===== v2.20.3 — filas de totales: el texto largo pisaba el importe =====
   (ej "Ahorraste al comprar mas de 20..." tenia nowrap y se montaba sobre el monto) */
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
	white-space: normal !important;
	word-break: break-word;
	vertical-align: top;
}
.woocommerce-checkout-review-order-table tr td { text-align: right; }
@media (max-width: 860px) {
	.woocommerce-checkout-review-order-table tr th { width: 58% !important; font-size: 13.5px; line-height: 1.35; }
	.woocommerce-checkout-review-order-table tr td { width: 42% !important; font-size: 14px; }
	.woocommerce-checkout-review-order-table tr.order-total th,
	.woocommerce-checkout-review-order-table tr.order-total td { font-size: 16px; }
}


/* ===== v2.21.0 — comparador por cantidad + "Calculando precio…" ===== */
.dt-calculando { font-size: 0 !important; line-height: 1.4; }
.dt-calculando::after {
	content: 'Calculando precio…';
	font-size: 15px; color: #887f6e; font-weight: 600; font-family: 'Open Sans', sans-serif;
}
.dt-calculando > * { display: none !important; }

.dt-comparador {
	border: 1px solid #e8e4db; border-radius: 12px; background: #faf9f7;
	padding: 14px 16px; margin: 12px 0 !important;
}
.dt-comparador[hidden] { display: none !important; }
.dt-comp-tit {
	font-size: 12px; text-transform: uppercase; letter-spacing: .5px;
	color: #887f6e; font-weight: 700; margin-bottom: 10px;
}
.dt-comp-fila {
	display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
	padding: 9px 0; border-top: 1px solid #f0ece3; flex-wrap: wrap;
}
.dt-comp-fila:first-of-type { border-top: 0; }
.dt-comp-medio { font-size: 14px; color: #665f50; }
.dt-comp-nums { font-size: 14px; color: #2b3033; }
.dt-comp-fila.is-mejor { background: #eef1ea; margin: 0 -16px; padding: 10px 16px; border-radius: 8px; border-top: 0; }
.dt-comp-fila.is-mejor .dt-comp-medio,
.dt-comp-fila.is-mejor .dt-comp-nums { color: #3d4a35; }
.dt-comp-fila.is-mejor b { color: #3d4a35; }
.dt-comp-fila:not(.is-mejor) .dt-comp-nums b { color: #887f6e; font-weight: 600; }
.dt-comp-ahorro {
	margin-top: 10px; padding-top: 10px; border-top: 1px dashed #e0dacf;
	font-size: 14px; color: #b25e4e;
}
.dt-comp-ahorro b { color: #b25e4e; font-size: 15px; }
@media (max-width: 600px) {
	.dt-comp-fila { flex-direction: column; gap: 2px; }
	.dt-comp-fila.is-mejor { margin: 0 -10px; padding: 10px; }
}


/* ===== v2.22.0 — caja "¿Querés a pedido?" ===== */
.dt-pedido-box {
	border: 1.5px dashed #d8d2c6; border-radius: 12px; background: #fdfcfa;
	padding: 12px 16px; margin: 0 0 14px !important;
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	transition: border-color .15s, background .15s;
}
.dt-pedido-box.is-on { border-style: solid; border-color: #b8c5ad; background: #f4f7f1; }
.dt-pedido-check { display: flex; align-items: center; gap: 9px; cursor: pointer; margin: 0; }
.dt-pedido-check input[type="checkbox"] {
	appearance: none; -webkit-appearance: none; width: 44px; height: 24px; border-radius: 2em;
	background: #ddd6c8; position: relative; cursor: pointer; transition: background .15s;
	border: 0; margin: 0; flex: none;
}
.dt-pedido-check input[type="checkbox"]::after {
	content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%;
	background: #fff; top: 2px; left: 2px; transition: transform .15s; box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.dt-pedido-check input[type="checkbox"]:checked { background: #b8c5ad; }
.dt-pedido-check input[type="checkbox"]:checked::after { transform: translateX(20px); }
.dt-pedido-txt { font-size: 15px; color: #2b3033; }
.dt-pedido-dias { font-size: 13px; color: #887f6e; }
.dt-pedido-box.is-on .dt-pedido-dias { color: #5c6b52; font-weight: 600; }
.dt-pedido-ayuda {
	flex: 0 0 100%; margin: 4px 0 0 !important; font-size: 12.5px; color: #887f6e; line-height: 1.45;
	max-height: 0; overflow: hidden; transition: max-height .2s ease;
}
.dt-pedido-box.is-on .dt-pedido-ayuda { max-height: 60px; }
@media (max-width: 600px) {
	.dt-pedido-box { gap: 8px; }
	.dt-pedido-txt { font-size: 14.5px; }
}


/* ===== v2.26.0 — piezas visuales del descuento por cantidad (ex plugin) ===== */
.dt-precio-lista {
	color: #a9a293;
	text-decoration: line-through;
	margin-right: 6px;
	font-size: .92em;
}
.dt-precio-promo .amount { color: #2b3033; font-weight: 600; }

tr.dt-fila-ahorro th {
	font-weight: 500;
	color: #6f7d63;
	line-height: 1.35;
}
tr.dt-fila-ahorro td { color: #6f7d63; font-weight: 600; white-space: nowrap; }
tr.dt-fila-ahorro td .amount { color: #6f7d63; }

.dt-total-vivo {
	display: block;
	margin: 10px 0 4px;
	padding-top: 10px;
	border-top: 1px dashed #e0dcd2;
	font-size: 15px;
	color: #665f50;
}
.dt-total-vivo[hidden] { display: none; }
.dt-total-vivo .dt-total-vivo-num { font-size: 24px; color: #2b3033; font-weight: 700; }


/* ===== v2.26.2 — galeria de producto en mobile: menos scroll hasta el precio =====
   La galeria se comia 693px de los 812 de pantalla. Tres arreglos:
   la foto pasa a cuadrada (las fotos del catalogo son 375x469 y el cuarto de
   abajo es fondo), las miniaturas van en UNA fila con scroll lateral en vez de
   grilla de dos filas, y el margen inferior baja de 60 a 16. Total: -230px. */
@media (max-width: 767px) {
	.single-product .woocommerce-product-gallery {
		margin-bottom: 16px !important;
		padding: 8px !important;
	}
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
	.single-product .woocommerce-product-gallery .flex-viewport {
		aspect-ratio: 1 / 1;
		height: auto !important;
	}
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		width: 100% !important;
		height: 100% !important;
		max-height: none !important;
		object-fit: cover !important;
		object-position: center 42% !important;
	}
	/* Miniaturas: una sola fila, se arrastran con el dedo. */
	.single-product div.product div.images ol.flex-control-nav,
	.single-product #content div.product div.images ol.flex-control-nav {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 6px !important;
		padding-top: 10px !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.single-product div.product div.images ol.flex-control-nav::-webkit-scrollbar {
		display: none;
	}
	.single-product div.product div.images ol.flex-control-nav li,
	.single-product #content div.product div.images ol.flex-control-nav li {
		flex: 0 0 62px !important;
		width: 62px !important;
		height: 62px !important;
		margin: 0 !important;
	}
}

/* el label corto de la fila de ahorro solo existe en mobile (la regla que lo
   muestra vive dentro del @media de mas arriba, por eso esta va ANTES) */
.dt-ahorro-corto { display: none; }
@media (max-width: 767px) {
	.dt-ahorro-largo { display: none !important; }
	.dt-ahorro-corto { display: inline !important; }
	tr.dt-fila-ahorro th { color: #6f7d63; }
}


/* ===== v2.27.0 — carrito en mobile: tarjetas en vez de tabla apretada =====
   La tabla quedaba en 274px de 375 (un padding de 30px de Elementor a cada
   lado), con todo alineado a la derecha, la miniatura oculta y las etiquetas
   flotadas partiendo el nombre del producto en pedazos. Cada item pasa a ser
   una tarjeta: foto + nombre arriba, atributos en linea, y precio/cantidad/
   subtotal como etiqueta a la izquierda y valor a la derecha. */
@media (max-width: 767px) {
	/* el titulo de pagina se partia en dos por el letter-spacing de 6px */
	.heading-title,
	.page_title h1,
	h1.heading-title {
		letter-spacing: 2px !important;
		font-size: 21px !important;
		line-height: 1.25 !important;
	}

	/* recuperar el ancho que se comia el padding de Elementor */
	.woocommerce .e-shop-table.e-cart-section,
	.woocommerce-cart .e-shop-table,
	.woocommerce-cart .e-cart-section {
		padding: 12px !important;
	}

	/* ---- cada item del carrito = una tarjeta ---- */
	.woocommerce-cart table.shop_table_responsive {
		width: 100% !important;
		border: 0 !important;
		margin: 0 !important;
	}
	.woocommerce-cart table.shop_table_responsive tbody tr.cart_item {
		display: block !important;
		position: relative;
		border: 1px solid #e8e4db !important;
		border-radius: 12px;
		padding: 12px 12px 8px !important;
		margin: 0 0 12px !important;
		background: #fff;
		overflow: hidden;
	}
	.woocommerce-cart table.shop_table_responsive tbody tr.cart_item td {
		display: block !important;
		width: auto !important;
		text-align: left !important;
		border: 0 !important;
		padding: 0 !important;
		float: none !important;
	}

	/* la X, arriba a la derecha de la tarjeta */
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove {
		position: absolute !important;
		top: 8px;
		right: 8px;
		width: 28px !important;
		z-index: 3;
	}
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove a.remove {
		width: 26px !important;
		height: 26px !important;
		line-height: 24px !important;
		font-size: 18px !important;
	}

	/* la miniatura estaba oculta: vuelve, al lado del nombre */
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail {
		display: block !important;
		float: left !important;
		width: 68px !important;
		margin: 0 10px 6px 0 !important;
	}
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail img {
		width: 68px !important;
		height: 68px !important;
		max-width: none !important;
		object-fit: cover;
		border-radius: 8px;
		display: block !important;
	}

	/* el ::before decia "Selecciona las cantidades:" y se comia 167px */
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name::before {
		display: none !important;
	}
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name {
		overflow: hidden;
		padding-right: 30px !important;
	}
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name > a {
		display: block;
		font-size: 14px;
		line-height: 1.3;
		font-weight: 600;
		color: #2b3033;
	}

	/* atributos: "Tamaño: Chica 5,8 x 2,2" en una sola linea */
	.woocommerce-cart tr.cart_item td.product-name dl.variation {
		margin: 4px 0 0 !important;
		font-size: 12px;
		line-height: 1.45;
	}
	.woocommerce-cart tr.cart_item td.product-name dl.variation dt,
	.woocommerce-cart tr.cart_item td.product-name dl.variation dd {
		display: inline !important;
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		width: auto !important;
		color: #7a7264;
		font-weight: 400;
	}
	.woocommerce-cart tr.cart_item td.product-name dl.variation dt { font-weight: 600; }
	.woocommerce-cart tr.cart_item td.product-name dl.variation dd::after { content: ""; display: block; }
	.woocommerce-cart tr.cart_item td.product-name dl.variation dd p { display: inline !important; margin: 0 !important; }

	/* precio / cantidad / subtotal: etiqueta izquierda, valor derecha */
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price,
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity,
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		clear: both;
		padding: 7px 0 !important;
		border-top: 1px solid #f0ede6 !important;
		font-size: 14px;
	}
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price::before,
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity::before,
	.woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal::before {
		display: block !important;
		float: none !important;
		width: auto !important;
		font-weight: 500;
		color: #7a7264;
		font-size: 13px;
	}
	.woocommerce-cart tr.cart_item td.product-subtotal { font-weight: 700; color: #2b3033; }
	.woocommerce-cart tr.cart_item td.product-quantity .quantity input.qty {
		width: 64px !important;
		text-align: center;
		padding: 6px 4px !important;
	}

	/* ---- Totales: etiqueta y monto en la misma linea ---- */
	.woocommerce-cart .cart_totals table.shop_table tr {
		display: flex !important;
		align-items: baseline;
		justify-content: space-between;
		gap: 10px;
		padding: 10px 0 !important;
	}
	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
		text-align: right !important;
	}
	.woocommerce-cart .cart_totals table.shop_table th {
		text-align: left !important;
		flex: 1 1 auto;
		font-size: 14px !important;
		font-weight: 600;
		line-height: 1.35;
	}
	.woocommerce-cart .cart_totals table.shop_table td {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 15px;
	}
	.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
	.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
		font-size: 17px !important;
	}
	/* la de envio necesita el ancho completo para su formulario */
	.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
		display: block !important;
	}
}

@media (max-width: 767px) {
	/* el h1 se quedaba en 225px y partia el titulo en dos renglones */
	.heading-title {
		width: auto !important;
		max-width: 100% !important;
		padding-right: 10px !important;
	}
}
