/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child
Description: Tema hijo para Hello Elementor con personalizaciones generales y utilidades.
Author: Datosfera
Author URI: https://www.datosfera.co
Template: hello-elementor
Version: 1.0.0
*/

/* Estilos Generales del archivo del tema */
html {

	line-height: 1.15;

	-webkit-text-size-adjust: 100%;

}



/* Sections

	 ========================================================================== */



/**

 * Remove the margin in all browsers.

 */

body {

	margin: 0;

}



/**

 * Render the `main` element consistently in IE.

 */

main {

	display: block;

}



/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */

h1 {

	font-size: 2em;

	margin: 0.67em 0;

}



/* Grouping content

	 ========================================================================== */



/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */

hr {

	box-sizing: content-box;

	height: 0;

	overflow: visible;

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

pre {

	font-family: monospace, monospace;

	font-size: 1em;

}



/* Text-level semantics

	 ========================================================================== */



/**

 * Remove the gray background on active links in IE 10.

 */

a {

	background-color: transparent;

}



/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */

abbr[title] {

	border-bottom: none;

	text-decoration: underline;

	text-decoration: underline dotted;

}



/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */

b,

strong {

	font-weight: bolder;

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

code,

kbd,

samp {

	font-family: monospace, monospace;

	font-size: 1em;

}



/**

 * Add the correct font size in all browsers.

 */

small {

	font-size: 80%;

}



/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */

sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sub {

	bottom: -0.25em;

}



sup {

	top: -0.5em;

}



/* Embedded content

	 ========================================================================== */



/**

 * Remove the border on images inside links in IE 10.

 */

img {

	border-style: none;

}



/* Forms

	 ========================================================================== */



/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */

button,

input,

optgroup,

select,

textarea {

	font-family: inherit;

	font-size: 100%;

	line-height: 1.15;

	margin: 0;

}



/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */

button,

input {

	overflow: visible;

}



/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */

button,

select {

	text-transform: none;

}



/**

 * Correct the inability to style clickable types in iOS and Safari.

 */

button,

[type="button"],

[type="reset"],

[type="submit"] {

	-webkit-appearance: button;

}



/**

 * Remove the inner border and padding in Firefox.

 */

button::-moz-focus-inner,

[type="button"]::-moz-focus-inner,

[type="reset"]::-moz-focus-inner,

[type="submit"]::-moz-focus-inner {

	border-style: none;

	padding: 0;

}



/**

 * Restore the focus styles unset by the previous rule.

 */

button:-moz-focusring,

[type="button"]:-moz-focusring,

[type="reset"]:-moz-focusring,

[type="submit"]:-moz-focusring {

	outline: 1px dotted ButtonText;

}



/**

 * Correct the padding in Firefox.

 */

fieldset {

	padding: 0.35em 0.75em 0.625em;

}



/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *		`fieldset` elements in all browsers.

 */

legend {

	box-sizing: border-box;

	color: inherit;

	display: table;

	max-width: 100%;

	padding: 0;

	white-space: normal;

}



/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */

progress {

	vertical-align: baseline;

}



/**

 * Remove the default vertical scrollbar in IE 10+.

 */

textarea {

	overflow: auto;

}



/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */

[type="checkbox"],

[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}



/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */

[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */

[type="search"] {

	-webkit-appearance: textfield;

	outline-offset: -2px;

}



/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */

[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */

::-webkit-file-upload-button {

	-webkit-appearance: button;

	font: inherit;

}



/* Interactive

	 ========================================================================== */



/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */

details {

	display: block;

}



/*

 * Add the correct display in all browsers.

 */

summary {

	display: list-item;

}



/* Misc

	 ========================================================================== */



/**

 * Add the correct display in IE 10+.

 */

template {

	display: none;

}



/**

 * Add the correct display in IE 10.

 */

[hidden] {

	display: none;

}



/* Box sizing

--------------------------------------------- */



/* Inherit box-sizing to more easily change it's value on a component level.

@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,

*::before,

*::after {

	box-sizing: inherit;

}



html {

	box-sizing: border-box;

}



/*--------------------------------------------------------------

# Base

--------------------------------------------------------------*/



/* Typography

--------------------------------------------- */

body,

button,

input,

select,

optgroup,

textarea {

	color: #404040;

	font-family: "Montserrat", sans-serif;

	font-size: 1rem;

	line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

}



p {

	margin-bottom: 1.5em;

}



dfn,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", courier, monospace;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code,

kbd,

tt,

var {

	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}



abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

ins {

	display: block;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/* Elements

--------------------------------------------- */

body {

	background: #fff;

}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul,

ol {

	margin: 0;

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: 700;

}



dd {

	margin: 0 1.5em 1.5em;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



img {

	height: auto;

	max-width: 100%;

}



figure {

	margin: 1em 0;

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


/* Links

--------------------------------------------- */

a {

	color: #404040;

	display: inline-block;

}



a:visited {

	color: #003318;

}

a:hover,
a:focus,
a:active {
	color: #b81e34;
}

.site-id-5 a:hover,
.site-id-5 a:focus,
.site-id-5 a:active {
	color: #0190b0;
}

a:focus {

	outline: thin dotted;

}



a:hover,

a:active {

	outline: 0;

}



/* Forms

--------------------------------------------- */

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	color: rgba(0, 0, 0, 0.8);

	line-height: 1;

	padding: 0.6em 1em 0.4em;

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

}



button:active,

button:focus,

input[type="button"]:active,

input[type="button"]:focus,

input[type="reset"]:active,

input[type="reset"]:focus,

input[type="submit"]:active,

input[type="submit"]:focus {

	border-color: #aaa #bbb #bbb;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

	padding: 3px;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

input[type="number"]:focus,

input[type="tel"]:focus,

input[type="range"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="week"]:focus,

input[type="time"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="color"]:focus,

textarea:focus {

	color: #111;

}



select {

	border: 1px solid #ccc;

}



textarea {

	width: 100%;

}



/*--------------------------------------------------------------

# Layouts

--------------------------------------------------------------*/



/*--------------------------------------------------------------

# Components

--------------------------------------------------------------*/



.site-main .comment-navigation,

.site-main

.posts-navigation,

.site-main

.post-navigation {

	margin: 0 0 1.5em;

}



.comment-navigation .nav-links,

.posts-navigation .nav-links,

.post-navigation .nav-links {

	display: flex;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	flex: 1 0 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	text-align: end;

	flex: 1 0 50%;

}



/* Posts and pages

--------------------------------------------- */

.sticky {

	display: block;

}



.updated:not(.published) {

	display: none;

}



body:not(.elementor-page) .page-content,

body:not(.elementor-page) .entry-content,

body:not(.elementor-page) .entry-summary {

	margin: 1.5em 0 0;

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



/* Comments

--------------------------------------------- */

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



/* Widgets

--------------------------------------------- */

.widget {

	margin: 0 0 1.5em;

}



.widget select {

	max-width: 100%;

}



/* Media

--------------------------------------------- */

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure logo link wraps around logo image. */

.custom-logo-link {

	display: inline-block;

}



/* Captions

--------------------------------------------- */

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



.wp-caption-text {

	text-align: center;

}



/* Galleries

--------------------------------------------- */

.gallery {

	margin-bottom: 1.5em;

	display: grid;

	grid-gap: 1.5em;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	width: 100%;

}



.gallery-columns-2 {

	grid-template-columns: repeat(2, 1fr);

}



.gallery-columns-3 {

	grid-template-columns: repeat(3, 1fr);

}



.gallery-columns-4 {

	grid-template-columns: repeat(4, 1fr);

}



.gallery-columns-5 {

	grid-template-columns: repeat(5, 1fr);

}



.gallery-columns-6 {

	grid-template-columns: repeat(6, 1fr);

}



.gallery-columns-7 {

	grid-template-columns: repeat(7, 1fr);

}



.gallery-columns-8 {

	grid-template-columns: repeat(8, 1fr);

}



.gallery-columns-9 {

	grid-template-columns: repeat(9, 1fr);

}



.gallery-caption {

	display: block;

}



/*--------------------------------------------------------------

# Plugins

--------------------------------------------------------------*/



/* Jetpack infinite scroll

--------------------------------------------- */



/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

	display: none;

}



/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

# Utilities

--------------------------------------------------------------*/



/* Accessibility

--------------------------------------------- */



/* Text meant only for screen readers. */

.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;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	clip-path: none;

	color: #21759b;

	display: block;

	font-size: 0.875rem;

	font-weight: 700;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

}



/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {

	outline: 0;

}



/* Alignments

--------------------------------------------- */

.alignleft {



	/*rtl:ignore*/

	float: left;



	/*rtl:ignore*/

	margin-right: 1.5em;

	margin-bottom: 1.5em;

}



.alignright {



	/*rtl:ignore*/

	float: right;



	/*rtl:ignore*/

	margin-left: 1.5em;

	margin-bottom: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 1.5em;

}

a.elementor-cta .elementor-cta__content {
	z-index: 3;
}

#title_box .elementor-heading-title {
	display: inline-block;
	padding: 20px;
	position: relative;
}

#title_box .elementor-heading-title::before,
#title_box .elementor-heading-title::after {
	content: '';
	height: 100%;
	width: 30px;
    border: 2px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 0;
}

#title_box .elementor-heading-title::after {
	left: unset;
	right: 0;
	border-right: 2px solid;
	border-left: 0;
}

.single-post #page {

	overflow: hidden;

}

.single-entry-header {

	width: 100%;

    margin: 0 -2000px;

    padding: 0 2000px;

    background: #00652e;

    text-align: center;

	box-sizing: content-box;
	display: none;

}



.single-entry-header h1 {

	color: #fff;

	text-align: center;

	padding: 30px 0;

	font-size: 36px;

    font-weight: bold;

}



.elementor-widget-nav-menu .elementor-nav-menu--main li.instagram > a.elementor-item.nav-link {

	background: #dd2a7b;

}



.elementor-widget-nav-menu .elementor-nav-menu--main li.facebook > a.elementor-item.nav-link {

	background: #3b5998;

}



.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, 

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {

	z-index: 1;

}



#top_header a {

	color: #3e3e3e;

}



.icon-left.elementor-cta--valign-middle .elementor-cta__content {

	display: flex;

    align-items: center;

    flex-flow: row;

}


.wpmi-list.wpmi-layout-3 .wpmi-item, 

.wpmi-list.wpmi-layout-6 .wpmi-item {

    background: #fff;

    padding: 5px;

    border-radius: 5px;

}



.divider-text-wrap .pp-divider-content {

	margin: 0;

}



body.elementor-default .elementor .elementor-element .elementor-widget-container .pp-caldera-form .intl-tel-input input.form-control,

.pp-caldera-form .intl-tel-input input.form-control {

	padding-left: 40px !important;

}



.elementor .metaslider .flexslider {

	margin-bottom: 0;

}



.elementor .metaslider .flex-control-nav {

	bottom: 15px;

}



/* Single Post */

.single-post .container > .row {

	padding: 30px 0;

}



.col-3.sidebar {

	padding-top: 30px;

}

.col-3.sidebar .widget-title {
	font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
	color: #d81705;
}


.single-post article.hentry .entry-content {

	padding: 0 5%;

}



.related_post {

	margin-top: 40px;

}



.related_post h4 {

	margin-bottom: 15px;

}

body.blog .site-main,
body.search .site-main,
body.archive .site-main {
	padding: 30px 0;
}


body.blog .site-main article,
body.search .site-main article,
body.archive .site-main article {
	margin-bottom: 15px;
}

body.blog .site-main article .contents,
body.search .site-main article .contents,
body.archive .site-main article .contents,
.related_post article {

	border: 1px solid #eaeaea;

    margin: 0 5px;

    padding: 0;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    box-shadow: 0px 0px 5px rgba( 0, 0, 0, .2);

	-webkit-box-shadow: 0px 0px 5px rgba( 0, 0, 0, .2);

	overflow: hidden;

}


body.blog .site-main article .contents .image_post,
body.archive .site-main article .contents .image_post,
body.search .site-main article .contents .image_post,
.related_post .image_post {

	position: relative;

    height: 190px;

    overflow: hidden;

    margin-bottom: 15px;

}


body.blog .site-main article .contents .image_post .post-thumbnail,
body.archive .site-main article .contents .image_post .post-thumbnail,
body.search .site-main article .contents .image_post .post-thumbnail,
.related_post .image_post .post-thumbnail {

	position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    height: 121%;

    width: auto;

	background: #000;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

	-ms-transition: all .3s ease-in-out;

	-o-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}


body.blog .site-main article:hover .contents .image_post .post-thumbnail,
body.archive .site-main article:hover .contents .image_post .post-thumbnail,
body.search .site-main article:hover .contents .image_post .post-thumbnail,
.related_post article:hover .image_post .post-thumbnail {

	height: 110%;

}


body.blog .site-main article .contents .image_post .post-thumbnail img,
body.archive .site-main article .contents .image_post .post-thumbnail img,
body.search .site-main article .contents .image_post .post-thumbnail img,
.related_post .image_post .post-thumbnail img {

	width: auto;

    height: 100%;

	max-width: unset;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

	-ms-transition: all .3s ease-in-out;

	-o-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}


body.blog .site-main article:hover .contents .image_post .post-thumbnail img,
body.archive .site-main article:hover .contents .image_post .post-thumbnail img,
body.search .site-main article:hover .contents .image_post .post-thumbnail img,
.related_post article:hover .image_post .post-thumbnail img {

	opacity: .8;

}


body.blog .site-main article .contents .content,
body.archive .site-main article .contents .content,
body.search .site-main article .contents .content,
.related_post .content {

	padding: 15px;

}


body.blog .site-main article .contents .content h5,
body.archive .site-main article .contents .content h5,
body.search .site-main article .contents .content h5,
.related_post .content h5 {

	background: #f0f0f0;

    margin: -15px -15px 15px;

    padding: 8px 15px;

    line-height: 22px;

}


body.blog .site-main article .contents .content h5 a,
body.archive .site-main article .contents .content h5 a,
body.search .site-main article .contents .content h5 a,
.related_post .content h5 a {

	color:#042631;

}


body.blog .site-main article:hover .contents .content h5 a,
body.archive .site-main article:hover .contents .content h5 a,
body.search .site-main article:hover .contents .content h5 a,
.related_post article:hover .content h5 a {

	color: #ff7701;

	text-decoration: none;

}


body.blog .site-main article .contents a.button,
body.archive .site-main article .contents a.button,
body.search .site-main article .contents a.button,
a.related_button {

	color:#042631;

	text-transform: uppercase;

}

/* pagination */
ul.page-numbers {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    display: block;
    padding: 0 10px;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #00222e;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.widget .wpmi-list li.wpmi-item {

	width: 50%;

}



.jw-banner.jw-effect-sadie .jw-banner__text {

    padding: 20px 20px 30px;

    text-align: center;

    background: #000;

    display: block;

    align-content: center;

    opacity: 1;

}



.jw-banner.jw-effect-sadie .jw-banner__text img {

    margin: 0 15px;

    padding-right: px;

    border-right: 1px solid;

}



#comments {

	margin-top: 30px;

    border: 1px solid #00652e;

    padding: 20px 30px 10px;

    border-radius: 7px;

}



#comments .submit {

	background: #00652e;

	border: 1px solid #00652e;

    color: #fff;

    padding: 10px 40px;

}



#comments .submit:hover {

	color: #00652e;

	background: #fff;

}

.blend_multiply {
	mix-blend-mode: multiply;
    background-blend-mode: multiply;
}

.suscription_footer .row > .col-sm-12.single,
.jw-posts .jw-posts__inner-content {
	display: flex;
    align-items: center;
    justify-content: center;
}

.jw-posts .jw-posts__inner-content {
	justify-content: space-between;
}

.jw-posts .jw-posts__inner-content .jw-more-wrap {
	min-width: 70px;
}

#wtb_txt .jw-headline__first,
#wtb_txt .jw-headline__second {
	position: relative;
}

.elementor-widget-wl-single-product-image .slick-list.draggable {
	min-height: unset !important;
}

p.embed_download {
	margin: 30px;
	text-align: center;
}

p.embed_download a {
	font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    fill: #b82036;
    color: #000;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #b82036;
    border-radius: 30px 30px 30px 30px;
	padding: 10px 40px 10px 40px;
}

p.embed_download a:hover {
	text-decoration: none;
    color: #fff;
    background-color: #b82036;
}

.swiper-container-wrap .swiper-button-next, 
.swiper-container-wrap .swiper-button-prev, 
.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev {
	outline: none;
}

.vert-title .elementor-widget-call-to-action .elementor-cta__title {
	transform: rotate( -90deg );
	transform-origin: bottom left;
	position: absolute;
	bottom: 50px;
}

.not-left .jw-posts__inner-box {
	display: flex;
	align-items: center;
}

.not-left .jw-posts .post-thumbnail {
	width: 150px;
}

.not-left .jw-posts .jw-posts__inner-content {
	width: calc( 100% - 150px );
    display: block;
}

.gm-style .gm-style-iw span {
	display: inline-block;
}

.store_locator_working_hours {
	font-size: 11px;
}

.store_locator_working_hours tr {
	padding: 3px 0;
}

.store_locator_working_hours tr:first-child {
	font-weight: bold;
}

.slick-initialized .slick-slide.col-desk-3 {
	max-width: unset;
	flex: unset;
}

.site-id-5 .wpsl-list-title,
.site-id-5 .search-options-btn,
.site-id-5 .circle-count {
	background-color: #0190b0;
}

.suscription .caldera-grid .col-sm-8,
.suscription .caldera-grid .col-sm-4 {
	padding: 0;
}

.bg-yellow .elementor-divider__text {
	background: #feca09;
    padding: 6px 40px;
}

.icon-border-y .elementor-icon {
	border: 2px solid #feca09;
}

.elementor .gs_logo_area.carousel_has--dots .gs_logo_container, 
.elementor .gs_logo_area.carousel_nav_pos--bottom {
	padding: 0;
}

.elementor .gs_logo_area.carousel_nav_pos--bottom .swiper-button-prev, 
.elementor .gs_logo_area.carousel_nav_pos--bottom .swiper-container-rtl .swiper-button-next {
	left: 0;
    top: calc( 50% - 5px );
}

.elementor .gs_logo_area.carousel_nav_pos--bottom .swiper-button-next, 
.elementor .gs_logo_area.carousel_nav_pos--bottom .swiper-container-rtl .swiper-button-prev {
	right: 0;
    top: calc( 50% - 5px );
}

.gm-style .gmnoprint.gm-bundled-control {
	right: 35% !important;
}

form[name="mc-embedded-subscribe-form"] .mc-field-group ul {
	width: 100%;
}

form[name="mc-embedded-subscribe-form"] .mc-field-group input[type="checkbox"] {
	margin-right: 5px;
}



/* Page Event */

#grid-vsel #vsel {
	text-align: center;
}

#grid-vsel #vsel .vsel-content  {
	float: none;
	width: 31%;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	padding: 5px;
	margin: 0px 1% 15px;
	vertical-align: top;
}

#grid-vsel #vsel .vsel-content .status {
	background: #94b45a;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    text-transform: uppercase;
}

#grid-vsel #vsel .vsel-content .status.ended {
	background: #961515;
}

#grid-vsel #vsel .vsel-image-info,
#grid-vsel #vsel .vsel-meta {
	width: 100%
}

#grid-vsel #vsel .vsel-image {
	width: 100%;
	max-width: 100%;
	margin: 0px 0px 10px;
}

#grid-vsel #vsel .vsel-meta {
	height: 280px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#grid-vsel #vsel .vsel-meta-title {
	font-size: 23px;
	color: #707070;
	font-weight: 800;
}

#grid-vsel #vsel .vsel-meta-title a {
	color: #707070;
}

#grid-vsel #vsel .vsel-meta-combined-date {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 4px dotted;
	padding: 0 15% 10px;
	margin: 0 0 15px;
}

#grid-vsel #vsel .vsel-info {
	padding: 0px 20px;
}

#grid-vsel #vsel .vsel-info p {
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
}

#grid-vsel #vsel .vsel-meta-link {
	text-align: right;
	padding: 0px 25px;
}

#grid-vsel #vsel .vsel-meta-link a {
	font-size: 12px;
	color: #fff;
	background: #93b459;
	padding: 5px 10px;
	border-radius: 15px;	
}


/* HOME PRODUCTS */

.uael-woocommerce .uael-woo-products-thumbnail-wrap {
    margin-top: 40px;
}

@media screen and ( min-width: 768px ) {
	.elementor iframe.embeds-player {
		max-width: 70%;
    	margin: 0 15%;
	}
}

.single-product .elementor-widget-container > .price {
    flex-direction: row !important; /* Sobrescribe row-reverse */
    justify-content: flex-start !important; /* Alinea el contenido a la izquierda */
}

.elementor-widget-container > .price {
    flex-direction: column !important; /* Sobrescribe column-reverse */
}


/* PRODUCTS VARIABLEZS*/

.product-type-variable span.price span:nth-child(3) {
    display: none !important;
}

.product-type-variable span.price span:nth-child(2) {
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}


#titulo_producto_interno #principal_price del {
    color: gray !important;
    font-weight: 400;
    display: block !important;
    width: 100%;
}
/* Estilos Generales del mismo tema */
    width: 23px !important;
}

/*precios PRODUCTOS*/
.product-type-variable span.price {
    color: var(--e-global-color-accent);
}
.price del {
    display: block !important;
}
/*precios PRODUCTOS*/

/*ETIQUETAS PRODUCTOS*/
.awl-label-wrap.awl-label-id-20388 {
    position: absolute !important;
    right: -3px !important;
	 top: 80px !important;
}
.awl-label-wrap.awl-label-id-4446 {
    position: absolute !important;
    top: 30px !important;
    right: 0 !important;
}

.awl-label-wrap.awl-label-id-257 {
    position: absolute !important;
    left: 0 !important;
    z-index: 99;
    bottom: -25px !important;
}
/*ETIQUETAS PRODUCTOS*/


/*PAGINACIÓN*/
nav.elementor-pagination {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

nav.elementor-pagination a, .elementor-pagination span {
    border: 1px solid gainsboro;
    padding: 10px 17px;
    border-radius: 12px;
}

.elementor-pagination span {
    background: #eb6e18 !important;
}
/*PAGINACIÓN*/

/*TRANSPARENCIA IMAGEN*/
.image-product-general img {
    mix-blend-mode: multiply;
}
/*TRANSPARENCIA IMAGEN*/

/*CARRUSEL PRODUCTOS DESTACADOS*/

.product-slider .swiper-slide.e-loop-item {
    max-height: 460px !important;
}
/*CARRUSEL PRODUCTOS DESTACADOS*/

.swiper-slider-home .swiper-button-next, .swiper-slider-home .swiper-button-prev {
    width: 28px !important;
    height: 27px !important;
}


/*VARIACIONES PRODUCTO*/
tr.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: 1fr !important;
}

.single-product .elementor-widget-container > .price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important; /* Cambia row-reverse por row */
    justify-content: flex-start !important; /* Alinea el contenido a la izquierda */
    gap: 10px !important;
    font-size: 31px !important;
}

.single-product .price small {
    font-size: 0.9em;
    color: #555;
}


/*VARIACIONES PRODUCTO*/




/*slider home*/
/* Estilos generales del carrusel */
.swiper-slider-home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Ajuste de estilos para flechas de navegación */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next, .swiper-button-prev {
    background: none !important;
	top:50% !important;
}

/*.swiper-button-next svg, .swiper-button-prev svg {
    fill: white !important;
}*/

/* Estilos de la imagen destacada en escritorio */
@media screen and (min-width: 768px) {
    .swiper-slide img.first-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .swiper-slide .post-content {
        display: none; /* Ocultar el contenido en escritorio */
    }
}

/* Estilos de la imagen destacada en dispositivos móviles */
@media screen and (max-width: 767px) {
    .swiper-slide .image-slide-home {
        display: none; /* Ocultar la primera imagen en móvil */
    }

    .swiper-slide .post-content {
        display: block; /* Mostrar el contenido en móvil */
    }
}


/* Estilos para hacer el carrusel responsivo (opcional) */
@media screen and (max-width: 767px) {
    .swiper-slider-home {
        height: auto;
    }

    .swiper-slide img {
        max-height: 100%;
    }
}

/*---------------------------*/



/*PSE*/
div#pse-btn-product {
	    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

div#pse-btn-product:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    left: -4.8% !important;
}



/*---------------------------*/





/*BOTÓN CANTIDAD PRODUCTO*/
.btn-quanty-produc .quantity {
    display: grid;
    justify-content: start;
    grid-template-columns: 35% 55%;
}

.btn-quanty-produc .quantity .screen-reader-text {
    display: none !important;
}
/*BOTÓN CANTIDAD PRODUCTO*/




/*---------------------------*/


/*SLIDER CATEGORÍAS*/
.category-woo-swiper {
    border-radius: 0 20px 20px !important;
    overflow: hidden;
    position: relative;
	height: 380px !important;
}

.category-woo-swiper img {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    left: 0;
    top: 0;
}

.category-woo-swiper h3 {
    position: absolute;
    z-index: 999;
    display: flex;
    top: 0;
    padding: 10px 44px;
    background: #7BB82C;
    border-radius: 0 20px 20px;
    color: white !important;
    font-weight: 700;
    font-size: 26px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
	    right: 0;
}

.category-woo-swiper:hover h3{
	top:2%;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.category-woo-swiper:hover a:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    background: #04564769;
	z-index:999;
}

.swiper-button-next, .swiper-button-prev {
    background: white !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
    fill: #FF6500;
}

.category-woo-swiper .swiper-button-next {
    right: 0;
}

.category-woo-swiper .swiper-button-prev {
    left: 0;
}


.category-woo-swiper .swiper-button-next svg:hover, .category-woo-swiper .swiper-button-prev svg:hover{filter: brightness(0) saturate(100%) invert(57%) sepia(93%) saturate(331%) hue-rotate(44deg) brightness(93%) contrast(96%);}

/*SLIDER CATEGORÍAS*/


/*---------------------------*/




/*CAMPOS FACTURACIÓN*/
label.screen-reader-text {
    position: relative !important;
    display: block !important;
    top: 0 !important;
    width: 100% !important;
    height: auto;
    font-size: 16px !important;
    clip-path: inset(0%);
}
/*CAMPOS FACTURACIÓN*/


.awdr-you-saved-text {
    display: none;
}



/*---------------------------*/

/*CARRITO*/
.cart-collaterals .checkout-button {
    float: none !important;
    height: auto;
    padding: 0px 30px 15px;
    display: block;
    color: white !important;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    line-height: 16px;
}
/*CARRITO*/



/*---------------------------*/

/*BLACKDAYS*/

#blackdays ul li {
    background: #F1F1F1;
    padding: 20px 0!important;
    border-radius: 20px !important;
}

#blackdays .advanced-woo-labels.awl-position-type-on-image.awl-label-type-archive.awl-align-left-top {
    left: 17px !important;
}

select.orderby {
    border-radius: 50px !important;
    margin-bottom: 30px;
    padding: 10px;
}
/*BLACKDAYS*/



/*---------------------------*/

/*buscador header*/
#ajaxsearchlite1 .probox, div.asl_w .probox, div#ajaxsearchlite2 {
    border-radius: 50px !important;
    overflow: hidden;
}

div#ajaxsearchlite1 {
    border-radius: 50px !important;
    height: 30px;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #FF6500!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
}
/*buscador header*/



/*---------------------------*/

/*SE EXTRAEN DE PLUGIN CUSTOM CSS Y JS*/
/*SE EXTRAEN DE PLUGIN CUSTOM CSS Y JS*/

.logo_img img {
    width: 75%;
  }


div#tab-description img {
    width: 70%;
}

#productos-home .slick-list.draggable {padding: 0 120px;}


#productos-home h2.woocommerce-loop-product__title {
    height: 35px;
    justify-content: center;
    align-items: center;
}


h2.woocommerce-loop-product__title {
  text-transform: lowercase;
  display: flow-root;
}


h2.woocommerce-loop-product__title:first-letter {
  text-transform: uppercase !important;
}


#productos-home span.price {
    height: 55px;
    padding: 0 10px;
}

.btn_corazon {
    border: solid 1px #ff6500;
    border-radius: 20px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color:#ff6500 !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    color: #ff6500;
}

li.wc_payment_method.payment_method_placetopay::before{
    content: "";
    float: left;
    width: 100px;
    height: 36px;
    margin-right: 10px;
    background: url(https://static.placetopay.com/placetopay-logo.svg) no-repeat 0 0;
    background-size: 100%;
    margin-top: 10px;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    padding: 15px 30px 15px;
    font-size: 13px;
    background: #eaeaea;
    margin-top: -10px;
}

a.woocommerce-terms-and-conditions-link {
    font-weight: bold;
}


.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: bold;
}

h3#ship-to-different-address {
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: bold;
}

h3#order_review_heading {
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: bold;
}

h3#ship-to-different-address {margin: 40px 0px;}


h3#ship-to-different-address input {
    position: relative;
    width: 20px;
    margin-right: 10px;
    top: 12px;
}


td.product-thumbnail {
    width: 15%;
}

.woocommerce-privacy-policy-text a {
    font-weight: bold;
}


h5.widget-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #7bb82c;
    font-size: 16px;
}

.prdctfltr_filter label{
    font-weight: 500;
}



.prdctfltr_buttons {
    display: none;
}


.pf_rngstyle_thin .irs-from, .pf_rngstyle_thin .irs-to, .pf_rngstyle_thin .irs-single {
    background: #ff6500;
  font-weight:bold;
}

span.irs-bar {
    background: none !important;
}


.woocommerce-message {
    background: transparent;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.woocommerce-message  a {
    color: #7bb82c;

}


p.form-row.form-row-wide.create-account.woocommerce-validated input {float: left;width: 20px !important;margin-right: 15px;}

p.form-row.form-row-wide.create-account.woocommerce-validated span {position: relative;top: 6px;font-weight: 500;}



p.form-row.form-row-wide.create-account.woocommerce-validated::before {
  background: url('https://www.blcolombia.com/wp-content/uploads/2022/03/Crea-tu-cuenta-BL.jpeg');content: "";
  float: left;width: 100%;height: 100px;margin-right: 5px;background-size: 100%;
  background-repeat: no-repeat;background-size: contain;
  margin-top: 20px;margin-bottom: -20px;}
/*================== landscape ==================*/
@media screen and (min-device-width: 1280px) {
    ul#menu-menu-left {
    padding: 0 !important;
    margin: 0 !important;
    right: 50px;
    position: relative;
}

.logo_img img {
        left: -15px;
    position: relative;
    width: 65%;
}
}/*FIN*/



span.count {
    display: none;
}

.widget_price_filter .price_slider_amount .button, .pwb-filter-products .pwb-apply-filter {
    background: #7bb82c;
    border-radius: 30px;
    font-weight: bold;
    float: right;
    position: relative;
    top: 40px;
}

.price_label {
    font-weight: bold;
    width: 100% !important;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    top: -40px;
    font-size: 14px;
}


.widget_price_filter .price_slider_amount {
    text-align: center !important;
    font-size: 10px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #ff7500;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
    border-radius: 100px;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #ff750061;
}

.widget_price_filter .price_slider_amount .button:hover {
    background: #17b1a1;
}


button.wc-block-product-search__button {
    opacity: 0;
}

.wc-block-product-search__fields {
    display: block !important;
    width: 100% !important;
}

input#wc-block-search__input-1 {
    width: 100% !important;
}

label.wc-block-product-search__label {
    text-transform: uppercase;
    font-weight: bold;
    color: #7bb82c;
    font-size: 16px;
}




/*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*/
/*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*/
section#woocommerce_layered_nav-3 ul li {
    /* text-transform: uppercase; */
    color: #000;
    font-weight: 500;
}

#tienda .image {
    padding: 15px;
}

ul.products li.product img:nth-child(1) {
    display: block;
    mix-blend-mode: multiply;
}

ul.products li.product img:nth-child(1):hover {
    opacity: 0 !important;
}

/*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*/
/*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*//*Tienda*/


.elementor-widget-container > .price ins .amount {
    width: 350px !important;
}



td.product-action button {
    background: #84b438;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

button.button.tinvwl-break-input.tinvwl-break-checkbox{
    background: #84b438;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.tinvwl-to-right.look_in button {
    background: #84b438;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.social-buttons ul li {
    color: #000 !important;
}


/*VENTASCRUAZADAS*/
.cart_totals {
    width: 50%;
    float: right;
    padding: 0px 0px 0px 60px;
    margin-top: -30px;
}

ul.products.columns-2 {
    width: 50%;
    float: left;
    display: flex;
}

.cart-collaterals {
    max-width: 100%;
    float: left;
    width: 100%;
    margin: 30px 0;
    border: none;
    padding: 20px 30px;
}

.cross-sells ul.products.columns-2 li {
        width: 33% !important;
    padding: 20px 0px;
    background: #F1F1F1;
    border-radius: 10px;
    margin: 5px;
}

.cart_totals h2 {
    margin-bottom: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}


.cross-sells  .image {
    padding: 15px;
}

.cross-sells  span.awl-label-text {
    right: -15px;
    top: -35px;
}


table.shop_table tr td::before {
    font-weight: bold;
}

 .cross-sells h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    text-align: bold;
}


.cross-sells ul h2 {
    /* background: #000; */
    text-transform: unset !important;
    font-weight: unset;
    font-size: unset;
    text-align: unset;
} 


.cross-sells ul li h2.woocommerce-loop-product__title {
    height: 35px !important;
    overflow: hidden;
    font-size: 16px !important;
    margin: 0;
}

.cross-sells ul li span.price {
    height: 46px;
    overflow: hidden;
}


/*---------------------------*/

/*Relacionados*/


section.up-sells.upsells.products ul.products.columns-5 li {
    padding: 0 !important;
}

section.up-sells.upsells.products  ul.products.columns-5 li img {
    padding: 30px 15px 0px;
}

section.up-sells.upsells.products  ul.products.columns-5 li {
    padding: 20px 0px !important;
}

section.up-sells.upsells.products  ul.products.columns-5 {
    padding: 0px 30px;
}

section.up-sells.upsells.products  h2.woocommerce-loop-product__title {
    height: 35px !important;
    overflow: hidden;
    font-size: 16px !important;
    margin: 0;
    text-transform: uppercase;
}

section.up-sells.upsells.products  .content {
    padding: 0px 20px;
}

section.up-sells.upsells.products  span.price {
    height: 46px;
    overflow: hidden;
}



/*---------------------------*/

/*COMPRAR EXITOSA*/
.woocommerce-MyAccount-content-wrapper p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.woocommerce-MyAccount-content-wrapper ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    color: #000;
    font-weight: bold;
    list-style: none;
    padding: 20px;
}

.woocommerce-MyAccount-content-wrapper ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    font-weight: 400;
}


.woocommerce-MyAccount-content-wrapper h2.woocommerce-order-details__title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content-wrapper table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce-MyAccount-content-wrapper table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    color: #000 !important;
    font-weight: bold;
}

.woocommerce-MyAccount-content-wrapper td.woocommerce-table__product-name.product-name a {
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce-MyAccount-content-wrapper tr.woocommerce-table__line-item.order_item {
    color: #000 !important;
}


.woocommerce-MyAccount-content-wrapper h2.woocommerce-column__title {
        font-size: 24px;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content-wrapper h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content-wrapper tr.order a {
    color: #000 !important;
    font-weight: bold;
}

.woocommerce-MyAccount-content-wrapper td.order-actions a {
    background: #7bb72c !important;
    border: none !important;
    width: 100% !important;
    padding: 5px 30px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
}


/*---------------------------*/

/*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*/
/*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*/
div#comofunciona 
h3.elementor-icon-box-title a {
    font-size: 0 !important;
}

div#comofunciona  .elementor-icon-box-icon a::before {
    content: '¿CÓMO FUNCIONA? ';
    font-size: 25px;
    float: right;
    position: absolute;
    left: 100px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
      text-transform: uppercase;
}

div#solicitarc
h3.elementor-icon-box-title a {
    font-size: 0 !important;
}

div#solicitarc  .elementor-icon-box-icon a::before {
    content: 'Solicitar Crédito';
    font-size: 25px;
    float: right;
    position: absolute;
    left: 100px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    animation: none !important;
    text-transform: uppercase;
}


div#Pagacoutas
h3.elementor-icon-box-title a {
    font-size: 0 !important;
}

div#Pagacoutas  .elementor-icon-box-icon a::before {
    content: 'Paga tus Cuotas';
    font-size: 25px;
    float: right;
    position: absolute;
    left: 100px;
    width: 150px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
      text-transform: uppercase;
}

/*---------------------------*/

/*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*/
/*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*//*Home iconos*/


/*producto circulos imagen*//*producto circulos imagen*//*producto circulos imagen*/
a.slick-arrow-next.slick-arrow {
    border-radius: 100% !important;
    margin: 20px;
}

a.slick-arrow-prev.slick-arrow {
     border-radius: 100% !important;
    margin: 20px;
}

/*producto circulos imagen*//*producto circulos imagen*//*producto circulos imagen*/


/*label productos relacionados*/
section.up-sells.upsells.products ul li span.awl-label-text {
    position: relative;
    top: -20px;
}

ul#shipping_method li label {
    font-size: 14px;
    margin-left: 10px;
}

ul#shipping_method li {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 10px;
}


/*---------------------------*/

/*iconoshome*/

section#icono_home_contacto h3.elementor-icon-box-title {
    font-size: 20px !important;
    line-height: 20px !important;
}


.btn_wpp span.elementor-button-icon.elementor-align-icon-right {
    font-size: 30px;
}

.btn_wpp span.elementor-button-text {
    /* margin-bottom: -30px; */
    position: relative;
    top: 6px;
}


/*---------------------------*/



/*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*/
/*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*//*Mobile*/

@media screen and (max-width: 767px){
    
    #productos-home .slick-list.draggable {padding: 0px;}
  
  
  input#forminator-field-email-1 {
    width: 100%;
    max-width: 100% !important;
    min-width: 140% !important;
}

button.forminator-button.forminator-button-submit {
    /* float: left; */
    /* position: absolute; */
    left: 30px;
}
  
  section.up-sells.upsells.products ul.products.columns-5 li{
    width:100% !important;
    margin-bottom: 20px;
}
  
  
 span.awl-label-text {
    right: -10px;
    top: -25px;
    font-size: 15px !important;
}

  
  
div#logosfooter .pp-lc-logo img {
    height: 80px !important;
    width: 80px !important;
}
  

ul.products.columns-2 {
    width: 100%;
    display: block;
    float: unset;
}

.cross-sells ul.products.columns-2 li {
    width: 100% !important;
}



.cart_totals {
    width: 100% !important;
    padding: 0;
    margin: 40px 0px;
}

tr.woocommerce-shipping-totals.shipping {
    padding: 0;
}

tr.woocommerce-shipping-totals.shipping td {
    padding: 0;
}

ul#shipping_method {
    list-style: none;
}  
  
td.product-thumbnail img {
    width: 60% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

td.product-thumbnail {
    width: 100%;
}

td.actions {
    padding: 0 !important;
}

.coupon {display: grid;}

table.shop_table .actions button, .cart-collaterals .checkout-button, .place-order .button, .checkout_coupon .button {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    margin-top: 10px !important;
    font-weight: bold;
}

.cart-collaterals {
    padding: 10px;
    margin: 0;
}

a.checkout-button.button.alt.wc-forward {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}  
  

table.shop_table tr td {
    padding: 0;
}  
  
#customer_details .form-row-first, #customer_details #billing_city_field, #customer_details .form-row-last, #customer_details #billing_state_field {
    width: 100% !important;
}  
  
 .cross-sells h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.cross-sells ul h2 {
    /* background: #000; */
    text-transform: unset !important;
    font-weight: unset;
    font-size: unset;
    text-align: unset;
} 
  

ul.nav.woo-items {
    margin: 3px 0px 0px 0px;
}  
  
section.up-sells.upsells.products  ul.products.columns-5 li img {
    padding: 10px;
}

section.up-sells.upsells.products  ul.products.columns-5 li {
    padding: 20px 0px !important;
}

section.up-sells.upsells.products ul.products.columns-5 li {
    width: 100% !important;
   
    margin: 0 !important;
     margin-bottom: 20px !important;
    /* padding: 0 !important; */
}
  
  
section.up-sells.upsells.products span.awl-label-text {
    right: 0px;
    top: -15px;
    font-size: 15px !important;
} 
  
  
.owl-dots {
    display: flex !important;
    text-align: center !important;
    width: 100% !important;
    left: 150px !important;
    justify-content: center;
}  
  
#productos-home span.awl-label-text {
    right: 0;
    top: -5px;
    font-size: 15px !important;
}  
  
section.woocommerce-customer-details address {
    height: auto !important;
}

.woocommerce-MyAccount-content-wrapper td.order-actions a {
    text-align: center;
}

.woocommerce-MyAccount-content-wrapper td.order-actions::before {
    display: none;
}  
  
  .elementor-widget-container > .price .discount {
        left: 250px !important;
  }  
  
  
#productos-home span.price {
    height: 55px;
    padding: 0;
}
  
.elementor .uael-woocommerce .products li.product .price del, .elementor .uael-woocommerce ul.products li.product .price del, ul.products li.product .price del, .woocommerce div.product.elementor .elementor-product-price-block-yes .price del {
  font-size: 12px;
  }  
  
  
  .woocommerce div.product.elementor .elementor-product-price-block-yes .price del {
    font-size:16px;
}
	
	span.navbar-text {
    display: block !important;
}
  
}/*Final*/
  
/*-------------------------------SE EXTRAEN DE PLUGIN CUSTOM CSS Y JS-------------------------------------------*/

/*ICONO CATALOGO MENÚ*/

.catalogo-menu-item:before {
    content: '';
    width: 30px;
    height: 29px;
    display: flex;
    position: relative;
    background: url(https://www.blcolombia.com/wp-content/uploads/2023/11/libro-abierto.png);
    background-size: cover;
    top: 6px;
    margin-right: 10px;
}

.catalogo-menu-item {padding-left: 21px !important;}

.catalogo-menu-item a {
    padding: 0 !important;
}
/*ICONO CATALOGO MENÚ*/


/*BOTON COTIZACIÓN*/
a.add-request-quote-button.button {
    border-radius: 50px !important;
    padding: 10px 30px !important;
}
/*BOTON COTIZACIÓN*/


table#sort_customizable_table {
    display: none !important;
}
.elementor-widget-container > .price .discount{
	display:none;
}

.product-type-variable .price ins .woocommerce-Price-amount.amount:nth-child(1):before {
    content: 'Desde: ';
}

li.product-type-variable .price ins .woocommerce-Price-amount.amount:nth-child(1):before {
   display:none;
}

.woocommerce-variation-price ins .woocommerce-Price-amount.amount:nth-child(1):before {
    display: none;
}
.price ins .woocommerce-Price-amount.amount:nth-child(2){display: none !important;}

.price del .woocommerce-Price-amount.amount:nth-child(2){display: none !important;}

.price ins {
    color: transparent;
}

.price ins .woocommerce-Price-amount.amount{
	color: #FF6500;
}

.product-slider img{
	    mix-blend-mode: multiply;
}
.elementor-widget-container > .price ins .amount{
	width: auto !important;
}

.product-slider p#principal_price del {
     font-size: 20px;
}

.product-slider  p#principal_price {
    display: flex;
}

.product-slider p#principal_price del {
    -webkit-order: 2;
    -moz-order:2;
    -ms-order:2;
    -o-order:2;
    order:2;
}

.product-slider p#principal_price br {
    display: none !important;
}

.product-slider .elementor-widget-woocommerce-product-price {
    margin: 0 !important;
}
.product-slider  #principal_price ins {
    color: transparent;
}

.product-slider  .swiper-slide.e-loop-item {
    background: #f1f1f1 !important;
    border-radius: 20px !important;
}

#banner-home .elementor-carousel-image {
    background-position-y: 0;
}

/*QUERY BANNER HOME*/
@media (max-width:1325px){
	.elementor-8 .elementor-element.elementor-element-48344a9 .swiper-slide {
    height: 438px !important;
}
/*CARRITO*/
	.cart_totals {
    width: 100%;
}
	td.product-remove a {
    border-radius: 50px;
    background: #9e9e9e;
    width: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    float: right;
    color: white !important;
}
/*CARRITO*/
}

@media (max-width:998px){
	/*CARRITO*/
	table.shop_table tr td.product-thumbnail a {display: flex;justify-content: center;}

tr.woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: bold;
}
	.cart-collaterals .checkout-button {
    line-height: 20px !important;
    padding-bottom: 17px !important;
}

tr.order-total td {
    font-size: 20px !important;
}
	ul#shipping_method li {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    border-bottom: 1px solid gainsboro !important;
}
	
	@media(max-width:764px){.advanced-woo-labels.awl-position-type-on-image.awl-label-type-archive.awl-align-left-top {
    top: 24px !important;
}
	}
	
		@media(max-width:550px){
.awl-label-wrap.awl-label-id-21108 .awl-inner-text img {
    width: 50px !important;
}
			span.awl-label-text {
    left: -1px;
}

span.awl-inner-text {
    font-size: 12px !important;
}

	}

	/*CARRITO*/
}

@media (max-width:420px){
.term-ofertas .elementor-products-grid ul.products.elementor-grid {
    grid-template-columns: repeat(1,1fr);
}
	}
/**
 * Shop tables
 */
table.shop_table thead {
	display: none;
}

table.shop_table tbody th {
	display: none;
}

table.shop_table tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table tr td.product-remove a {
	text-align: left;
}

table.shop_table tr td.product-remove::before {
	display: none;
}

table.shop_table tr td.actions::before,
table.shop_table tr td.download-actions::before {
	display: none;
}

table.shop_table tr td.download-actions .button {
	display: block;
	text-align: center;
}

table.shop_table p {
	margin: 0;
}

table.shop_table hr {
	margin: 10px 0;
}

table.shop_table .actions .coupon {
	display: inline-block;
}

table.shop_table .actions .coupon label {
	display: none;
}

table.shop_table .actions .coupon input {
	height: 40px;
	padding: 5px 20px;
}

table.shop_table .actions button,
.cart-collaterals .checkout-button,
.place-order .button,
.checkout_coupon .button {
	border: none;
    height: 40px;
    line-height: 30px;
    padding: 5px 30px;
    float: right;
	margin-left: 15px;
	background-color: #ff6500;
	color: #fff;
	border-radius: 30px;
}

.cart-collaterals {
	max-width: 500px;
    float: right;
    width: 100%;
    margin: 30px 0;
	border: 1px solid #eaeaea;
    padding: 20px 30px;
}

@media screen and (min-width: 48em) {

	table.shop_table thead {
		display: table-header-group;
	}

	table.shop_table tbody th {
		display: table-cell;
	}

	table.shop_table tr th,
	table.shop_table tr td {
		text-align: left;
		padding: 10px 20px;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}

	table.shop_table tr th {
		background: #fbfbfb;
		border-radius: 8px;
	}

	table.shop_table tr th:last-child,
	table.shop_table tr td:last-child {
		border-right: 0;
	}

	table.shop_table tr td {
		display: table-cell;
	}

	table.shop_table tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

p.price {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */

form.woocommerce-checkout {
	display: flex;
    align-items: flex-start;
	flex-flow: wrap;
}

#customer_details,
#final_order_review {
	display: inline-block;
	width: 49%;
    padding: 20px;
}

#final_order_review {
	background: #fbfbfb;
	padding: 20px 30px 30px;
}

.col2-set .col-1,
.col2-set .col-2,
.woocommerce-NoticeGroup-checkout {
	width: 100%;
	float: unset;
	max-width: unset;
}

#customer_login.col2-set .col-1,
#customer_login.col2-set .col-2 {
	width: 48%;
    float: left;
    border: 1px solid #eaeaea;
    margin: 0 1%;
    padding: 30px;
    border-radius: 10px;
}

#customer_login.col2-set,
.col2-set .col-1:after,
.col2-set .col-2:after {
	content: '';
	display: block;
	clear: both;	
}

#customer_login button {
	display: block;
	font-size: 15px;
    padding: 10px 30px;
    background: #ff6500;
	border: 1px solid #ff6500;
    color: #fff;
}

#customer_login button:hover {
	background-color: #fff;
	color: #ff6500;
}

form.woocommerce-checkout h3 {
	margin-bottom: 20px;
    padding-bottom: 10px;
	border-bottom: 1px solid;
	font-size: 24px;
}

#customer_details .form-row-wide,
#customer_details .notes {
	width: 98%;
	float: left;
	clear: both;
    padding: 0 10px;
}

#customer_details .form-row-first,
#customer_details #billing_city_field,
#customer_details .form-row-last,
#customer_details #billing_state_field {
	width: 50%;
    float: left;
	padding: 0 10px;
	clear: unset;
}

#customer_details .woocommerce-input-wrapper {
	width: 100%;
}

#customer_details input,
.select2-container .select2-selection--single {
	height: 40px;
	padding: 5px 20px;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

#customer_details textarea {
	padding: 5px 20px;
	width: 100%;
}

.wc_payment_methods.payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wc_payment_methods.payment_methods li {
	background: #fff;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    margin-bottom: 5px;
}

.wc_payment_methods.payment_methods li label {
	font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.wc_payment_methods.payment_methods li p {
	font-size: 14px;
}

.wc_payment_methods.payment_methods li p:last-child,
.woocommerce-privacy-policy-text p {
	margin-bottom: 0;
}

.woocommerce-privacy-policy-text {
	padding: 15px 30px 15px;
    font-size: 13px;
	background: #eaeaea;
	margin-bottom: 10px;
}

.checkout_coupon {
	padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    text-align: center;
}

.checkout_coupon p {
	margin: 0;
}

.checkout_coupon .button {
	float: unset;
	margin: 0 auto;
}

.checkout_coupon input {
	margin: 10px auto;
    text-align: center;
    height: 40px;
    padding: 5px 20px;
    min-width: 320px;
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
    margin: 0;
    position: relative;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.woocommerce-tabs ul.tabs li.active {
	background: #ff6500;
	border-color: #ff6500;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td:first-child {
	border-right: 1px solid #17b1a1;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
	padding: 16px 30px;
	border-bottom: 1px solid #17b1a1;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table tr:last-child td {
	border-bottom: 0px;
}

.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td p:last-child,
.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table h6 {
	margin: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	text-align: center;
	clear: both;
    padding: 10px 20px;
    margin-bottom: 10px;
	list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #c4e7fb;
	text-align: center;
}

.woocommerce-error {
	background-color: #d21111;
	text-align: center;
	color: #fff;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: 13px;
}

.widget_price_filter .price_slider_amount .button,
.pwb-filter-products .pwb-apply-filter {
	float: left;
	padding: 7px 15px;
    font-size: 16px;
    color: #fff;
    background: #e41300;
}

.pwb-filter-products .pwb-apply-filter {
	margin-top: 10px;
	float: unset;
}

.widget_price_filter .price_slider_amount .button:hover {
	background-color: #000;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #e41300;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #ff7500;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/** Cateogories List */

.product-categories,
.pwb-filter-products ul {
	font-size: 13px;
    line-height: 15px;
	font-weight: 300;
	padding: 0;
	list-style: none;
	max-height: 250px;
    overflow-x: unset;
    overflow-y: scroll;
}

.product-categories li,
.pwb-filter-products ul li {
	margin-bottom: 2px;
}

.product-categories a,
.pwb-filter-products label {
	padding: 5px 20px;
	background: #fff;
	border-left: 2px solid #e41300;
	display: block;
	cursor: pointer;
}

.site-id-5 .product-categories a, 
.site-id-5 .pwb-filter-products label {
	border-left-color: #0190B0;
}

.site-id-6 .product-categories a, 
.site-id-6 .pwb-filter-products label {
	border-left-color: #feca09;
}

.product-categories a:hover,
.pwb-filter-products label:hover {
	background: #e41300;
	color: #fff;
}

.site-id-5 .product-categories a:hover, 
.site-id-5 .pwb-filter-products label:hover {
	background: #0190B0;
}

.site-id-6 .product-categories a:hover, 
.site-id-6 .pwb-filter-products label:hover {
	background: #feca09;
}

.pwb-filter-products label {
	padding: 7px 10px;
	margin: 0;
}

.pwb-filter-products label input {
	cursor: pointer;
}

.woocommerce .shop_attributes {
	background-color: #f1f1f1;
}

.woocommerce .shop_attributes p {
	margin: 0;
}

.woocommerce .shop_attributes tr:hover {
	background: #fff;
}

.woocommerce .shop_attributes th {
	padding: 5px 15px;
    border-right: 1px solid #FF6500;
    border-bottom: 1px solid #eaeaea;
}

.site-id-5.woocommerce .shop_attributes th {
	border-right-color: #0190B0;
}

.site-id-6.woocommerce .shop_attributes th {
	border-right-color: #feca09;
}

.woocommerce .shop_attributes td {
	padding: 5px 15px;
	border-bottom: 1px solid #eaeaea;
}

.nickx-slider-for .zoomImg {
	background: #fff;
}

/** Archive Products */

.products li.product .image {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.products li.product .image .image_link {
	display: block;
	position: relative;
	z-index: 0;
}

.products li.product .image .image_link img {
	width: 100%;
}

.woocommerce-loop-product__title {
    color: var( --e-global-color-9bc33bd );
    font-family: var( --e-global-typography-e7fde7b-font-family ), Sans-serif;
    font-size: var( --e-global-typography-e7fde7b-font-size );
    font-weight: var( --e-global-typography-e7fde7b-font-weight );
    line-height: var( --e-global-typography-e7fde7b-line-height );
    letter-spacing: var( --e-global-typography-e7fde7b-letter-spacing );
    word-spacing: var( --e-global-typography-e7fde7b-word-spacing );
}

ul.products li.product a.woocommerce-LoopProduct-link,
ul.products li.product a.woocommerce-LoopProduct-link:hover,
.products li.product .image .image_link {
	text-decoration: none;
	mix-blend-mode: multiply;
}

.products li.product .content,
ul.products li.product .add_cart_div {
	text-align: center;
}

.products li.product .content .star-rating {
	margin-left: auto;
	margin-right: auto;
}

ul.products li.product .rating {
	/*width: 100%;
    display: block;
    margin-bottom: 15px;*/
	display: none;
}

ul.products li.product .star-rating::before,
.uael-woocommerce .star-rating::before {
	color: #1a1a1a;
}

ul.products li.product .price {
	color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
    line-height: var( --e-global-typography-accent-line-height );
    /*display: flex;*/
	display: inherit;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
}

.elementor .uael-woocommerce .products li.product .price del, 
.elementor .uael-woocommerce ul.products li.product .price del,
ul.products li.product .price del,
.woocommerce div.product.elementor .elementor-product-price-block-yes .price del {
	font-size: 15px;
	font-weight: 400;
	color: #797979;
	opacity: .5;
    display: inline-block;
}

.woocommerce div.product.elementor .elementor-product-price-block-yes .price del {
	font-size: 30px;
}

ul.products li.product .price ins {
	color: #ff6500;
    display: inline-block;
    margin-left: 5px;
}

.woocommerce .col.sidebar {
	padding: 30px 40px;
}

.products li.product a.button {
	display: inline-block;
    background-color: var( --e-global-color-primary );
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    padding: 8px 20px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-size: 18px;
    font-weight: 400;
	font-weight: bold;
}

.products li.product a.button:hover {
	background-color: var( --e-global-color-secondary );
    text-decoration: none;
}

.archive .products li.product a.button {
	left: 4%;
}

.products li.product a.added_to_cart {
	display: none;
}

.woocommerce .select2-container .select2-selection--single {
	font-size: 15px;
    height: 30px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
    margin-top: -3px;
}

.select2-container--default .select2-results>.select2-results__options {
	font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}

/** Header Mini Cart */
.menu-cart .dropdown-menu {
	padding: 15px;
}

.menu-cart .cart-items-count {
	width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 1px;
    right: 10%;
    background: #fff;
    color: #000;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
}

.menu-cart button:hover .cart-items-count,
.menu-cart button[aria-expanded="true"] .cart-items-count {
	background-color: #ff6500;
	color: #fff;
}

.menu-cart .woocommerce-mini-cart {
	width: 250px;
    padding: 0 0 10px;
    list-style: none;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.menu-cart .woocommerce-mini-cart li {
	position: relative;
    background: #eaeaea;
    padding: 5px 15px;
    line-height: 18px;
}

.menu-cart .woocommerce-mini-cart li a {
	font-size: 14px;
	max-width: calc( 100% - 20px );
    text-decoration: none;
}

.menu-cart .woocommerce-mini-cart li a img {
	width: 40px;
	float: left;
	margin-right: 5px;
}

.menu-cart .woocommerce-mini-cart li a:after {
	content: '';
	display: block;
	clear: both;
}

.menu-cart .woocommerce-mini-cart li .remove {
	position: absolute;
    right: 15px;
    top: calc( 50% - 6px );
    background: #f44336;
    height: 12px;
    width: 12px;
    line-height: 10px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
}

.menu-cart .woocommerce-mini-cart li .quantity {
	display: block;
}

.menu-cart .woocommerce-mini-cart__buttons, 
.menu-cart .woocommerce-mini-cart__empty-message { 
	margin: 0;
}

.menu-cart .woocommerce-mini-cart__buttons  {
	text-align: center;
}

.menu-cart .button {
	background: #ff6500;
    padding: 7px 15px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
	margin: 0 3px;
	text-decoration: none;
}

.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search input[type="search"] {
	width: 100%;
    padding: 5px 15px;
    height: 40px;
}

.woocommerce-product-search button[type="submit"] {
	font-size: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
	text-align: center;
	background: transparent;
    border: none;
}

.woocommerce-product-search button[type="submit"]:before {
	content: '';
    width: 24px;
    height: 24px;
    background-image: url('img/icons.png');
    background-position: -10px -11px;
    display: inline-block;
}

.woocommerce-verification-required {
	margin-top: 20px;
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) {
	display: block;
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart .quantity {
	line-height: 40px;
}

.woocommerce-cart-form__cart-item .quantity input[type="number"] {
	line-height: 40px;
    padding: 3px 5px;
    width: 50px;
}

.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart button[type="submit"] {
	margin-top: 10px;
}

.woocommerce.single-product div.product.elementor .woocommerce-tabs .panel {
	padding: 4%;
    border: 1px solid #ff6500;
	border-radius: 0 15px 15px;
}

.woocommerce.single-product div.product.elementor .woocommerce-tabs .panel a.btn {
	background: #7bb82c;
    color: #fff;
    padding: 10px 30px;
    font-style: normal;
	margin-top: 10px;
}

.woocommerce.single-product div.product.elementor .woocommerce-tabs .panel a.btn:hover {
	background-color: var( --e-global-color-accent );
}

.woocommerce.single-product div.product.elementor .woocommerce-tabs .panel a.btn.same {
	margin-top: 0;
	margin-left: 15px;
}

.woolentor_price_label {
	font-size: 12px;
}

.archive .woocommerce-ordering {
	margin-bottom: 10px;
}

ul.products li.product .uael-woo-product-wrapper {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
	background-color: #F1F1F1;
	width: 100%;
}

/** Account **/
.woocommerce-account .woocommerce {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce:after {
	content: '';
	display: block;
	clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 200px;
	float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: calc( 100% - 200px );
	float: left;
	padding: 0 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 5px 20px;
	font-size: 16px;
	border: 1px solid #eaeaea;
	display: block;
	margin-bottom: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	border: 1px solid #ff6500;
	color: #ff6500;
}

.woocommerce-account .form-row {
	float: left;
}

.woocommerce-account #customer_login .form-row {
	float: unset;
}

.woocommerce-account .clear {
	clear: both;
	display: block;
}

.woocommerce-account .form-row-first {
	width: 49%;
    margin-right: .5%;
}

.woocommerce-account .form-row-last {
	width: 49%;
    margin-left: .5%;
}

.woocommerce-account .password-input,
.woocommerce-account .form-row-wide {
	width: 100%;
}

.woocommerce-account input:not(.woocommerce-form__input-checkbox) {
	width: 100%;
    display: block;
    padding: 5px 20px;
}

.woocommerce-account fieldset {
	padding: 20px;
    border: 1px solid;
    margin-bottom: 15px;
}

.woocommerce-account fieldset legend {
	width: auto;
	padding: 0 20px;
}

.pwb-brand-shortcode {
	display: inline-block;
}

.woocommerce-order-pay .woocommerce {
	text-align: center;
}

.woocommerce-order-pay .woocommerce .waybox-button {
	font-size: 22px;
    height: 55px;
}

.woocommerce-order-pay .woocommerce .waybox-button::before {
	width: 30px;
    height: 30px;
}

.woocommerce-order-pay .woocommerce .waybox-button strong {
	font-size: 23px;
}

.woocommerce-order-pay .woocommerce .order_details {
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-order-pay .woocommerce .order_details li {
	padding: 5px 20px;
	border-right: 1px solid #eaeaea;
}

.woocommerce-order-pay .woocommerce .order_details li:last-child {
	border-right: 0;
}

/* Single Product */

#wpgs-gallery .wcgs-slider-image img {
	margin: 0 auto;
}

.elementor-widget-container > .price {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.elementor-widget-container > .price ins .amount {
	/* border: 1px solid; */
    padding: 5px 0px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: inline-block;
	width: 450px;
}

.elementor-widget-container > .price .discount {
	position: absolute;
	top: -6px;
    left: 445px !important;
    width: 80px;
    height: 80px;
    background: #ff6500;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations {
	margin-bottom: 0;
}

.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations .vi-wpvs-label-selected {
	margin-left: 0;
    color: #ff6500;
}

.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations .label { 
	min-width: 150px;
}

.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations .label label {
	width: 100%;
}

.elementor-add-to-cart .cart .quantity > span {
	font-size: 17px;
    font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 73px;
    padding: 6px 0px;
}

.elementor-add-to-cart .cart .quantity input[type="number"] {
	max-width: 80px;
    padding: 9px 10px;
}

.elementor-add-to-cart .cart .single_add_to_cart_button {
	display: inline-block;
    margin: 25px 0px 0;
    width: 250px;
    padding: 10px 30px;
    font-size: 25px;
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-weight: bold;
    background: #ff6500;
    color: #fff;
    border-radius: 30px;
    border: 0;
}

.elementor-add-to-cart .cart .single_add_to_cart_button:hover {
	background-color: #7bb82c;
}

.elementor-add-to-cart .cart .woocommerce-variation-add-to-cart {
	flex-direction: column;
}

.woocommerce-variation {
	margin-bottom: 20px;
}

.price {
	display: inline-block;
}

.woocommerce-variation .woocommerce-variation-price {
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	color: #FF6500;
}


.woocommerce-variation .woocommerce-variation-price bdi {
	color: #797979;
	opacity: .5;
}

.woocommerce-variation .woocommerce-variation-price del {
	color: #797979;
	opacity: .5;
}

.woocommerce-variation .woocommerce-variation-price ins bdi {
	color: #ff6500;
	opacity: 1;
}

/*.elementor-add-to-cart .cart label[for="pa_retiro-en-tienda"]::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-image: url('img/ico-recoger-tienda.png');
	background-position: center;
	background-size: cover;
    float: left;
    margin-right: 10px;
}*/

.woocommerce-product-details__short-description {
	display: none;
}

/* Woolentor Products */
.woolentorducts-columns-5 ul.products li.product {
	width: calc(20% - 10px) !important;
    margin-right: 10px !important;
    background: #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
	padding: 10px;
}

.woolentorducts-columns-5 ul.products li.product:last-child {
	width: 20% !important;
	margin-right: 0;
}

@media screen and (min-width: 992px) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 1%;
	}

	ul.products.columns-4 li.product {
		width: 24.2%;
	}
}

@media screen and ( max-width: 991px ) {
	.product-categories {
		font-size: 13px;
    	line-height: 16px;
	}

	.product-categories li {
		margin: 3px 0;
	}

	ul.products:after  {
		content: '';
		width: 100%;
		display: block;
		clear: both;
	}

	ul.products li.product {
		width: 32%;
		margin: 0 .5% 10px;
		float: left;
		padding: 0 10px 10px;
	}

	ul.products li.product:nth-child(3n+1) {
		clear: both;
	}

	.elementor-widget-container > .price ins .amount {
		width: 270px;
	}

	.elementor-widget-container > .price .discount {
		top: -1px;
		left: 255px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.woocommerce .elementor-element form.cart.vi_wpvs_variation_form .variations .label {
		min-width: 135px;
	}
}

@media screen and ( max-width: 767px ) {
	#content_post_s > .col-9,
	#content_post_s > .col-3 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	ul.products li.product {
		width: 49%;
		float: left;
		padding: 0 10px 10px;
	}

	ul.products li.product:nth-child(3n+1) {
		clear: unset;
	}

	ul.products li.product:nth-child(2n+1) {
		clear: both;
	}

	.woocommerce-cart-form__cart-item {
		border: 1px solid #f5f5f5;
		padding: 15px;
	}

	table.shop_table tr td {
		padding: 3px 10px;
		border-bottom: 1px solid #f9f9f9;
		margin: 0 15px;
	}

	table.shop_table tr td.actions {
		margin: 15px;
		text-align: center;
	}

	.woocommerce-cart-form__cart-item .product-thumbnail img {
		width: 100px;
	}

	.woocommerce-cart-form__cart-item .product-name a {
		max-width: 60%;
	}

	table.shop_table .actions .coupon .button {
		margin: 5px 0 10px;
	}

	table.shop_table .actions button,
	.cart-collaterals .checkout-button,
	.place-order .button,
	.checkout_coupon .button {
		float: unset;
	}

	table.shop_table.woocommerce-checkout-review-order-table tr td {
		display: table-cell;
	}

	table.shop_table.woocommerce-checkout-review-order-table tr td.product-name {
		text-align: left;
	}

	table.shop_table.woocommerce-checkout-review-order-table tr td.product-name:before {
		display: none;
	}

	#customer_details, #final_order_review {
		width: 100%;
	}

	.woocommerce-order-pay .woocommerce .order_details {
		flex-wrap: wrap;
	}

	.woocommerce-order-pay .woocommerce .order_details li {
		border-right: 0;
		border-bottom: 1px solid #eaeaea;
	}
	.woocommerce-tabs .panel.woocommerce-Tabs-panel--description table td {
		padding: 15px;
	}
}

@media screen and ( max-width: 400px ) {
	.menu-cart .dropdown-menu {
		right: auto;
		left: 35%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
