/*!
Theme Name: Bootstrap 4
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

.experienciasSmall small {
	display: block;
	font-size: 21%;
	margin: 0;
	font-weight: 200;
}
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-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

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

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	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-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}
.navbar {
	-webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.1);
     box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.1);
     z-index: 99999
}
.navbar-brand img {
	width: 110px;
	height: auto;
	max-width: 1001%;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**********************************************************/
/************************* CUSTOM *************************/
/**********************************************************/

body, #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-family: 'Lato', sans-serif !important;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
.tab-pane h5 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  margin: 20px 0;
  border-color: #bbbbbb
}
.bg-gris-claro, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active a {
  background-color: #ececec !important;
}

.bg-gris {
  background-color: #b6b6b6;
}

.bg-gris-oscuro {
  background-color: #575757;
}

.bg-gris-muy-oscuro {
  background-color: #1a1a1a;
}

.bg-negro {
  background-color: #000;
}

.bg-morado {
  background-color: #682d91;
}

.bg-azul {
  background-color: #40c8f4;
}

.bg-azul-oscuro {
  background-color: #4747b4;
}

.bg-amarillo {
  background-color: #fbad38;
}

.bg-verde {
  background-color: #9cca48;
}

.text-negro, .woocommerce ul.products li.product a, .entrada .widget_recent_entries a {
  color: #000 !important;
}

.text-gris, .woocommerce ul.products li.product .price {
  color: #666666 !important;
}

.wp-megamenu-sub-menu {
  background-color: #fff;
  padding-bottom: 5px !important;
}

.menu-1 a, .menu-2 a, .menu-3 a {
  color: #000 !important;
}

.wpmm_brand_logo_wrap, .slb_template_tag_item_title {
  display: none;
}

.wp-megamenu {
  float: right;
}

.menu-2 a {
  font-size: 0.8rem;
}

.btn-redondo {
  border-radius: 50px !important;
}

.btn-menu-destacado a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.btn-big {
  padding: 15px 65px !important;
  font-size: 20px;
}

.btnLeft {
 padding-right: 3.5%;  
}
.btnRight {
	margin-top: 1.1%;
	padding-left: 3.5%; 
}

.carousel-inicio .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.carousel-inicio .carousel-indicators .active {
  background-color: #fff;
}

.carousel-inicio .carousel-caption a {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 100;
}

.carousel-inicio .carousel-caption a:hover {
  color: #000;
  background-color: #fff;
}

.carousel-inicio .carousel-caption h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.carousel-inicio .carousel-caption h2 {
  margin-bottom: 0;
}

.carousel-inicio .carousel-caption h1, .carousel-caption h2 {
  text-shadow: 0px 0px 20px #000;
}
.carousel-inicio .carousel-control-prev  {
  position: relative;
  color: #333333!important;
  opacity: 1!important;
  left: 40%
}
.carousel-inicio .carousel-control-next  {
  position: absolute;
  color: #333333!important;
  opacity: 1!important;
  left: 45%;
  top: 96%;
}
#carouselProducto .carousel-control-prev, #carouselProducto .carousel-control-next {
  width: 5%;
  background-color: rgba(0,0,0,0.6);
}
.contenido > .col-12 {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}

.mas-vendidos img.attachment-woocommerce_thumbnail, .oferta img.attachment-woocommerce_thumbnail, .europa img.attachment-woocommerce_thumbnail, .categoria-listado img.attachment-woocommerce_thumbnail, .related.products li img, .pie-producto .border.h-100 img {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover;
}

.boton-claro:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.boton-oscuro:hover {
  background-color: #fff;
  color: #000 !important;
}

.boton-up {
  padding: 13px 16px;
  border-radius: 50%;
  bottom: 100px;
  right: 26px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  z-index: 99999;
}

.sol-fondo {
  background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/soloscuro.jpg);
  background-size: cover;
  background-position: top;
}

.wpcf7-text {
  border: 0 !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
}

.wpcf7-submit {
  background-color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
}

.footer ul li {
  list-style-type: none;
}

.sidebar-busqueda, .sidebar-suscribir, .sidebar-busqueda-general, .sidebar-cotizar {
  background-color: rgba(225,225,225, 0.8); 
}

.buscar-sidebar {
  margin-bottom: -50px;
}

.buscar-sidebar-btn, .cotizar-sidebar-btn {
  border: 1px solid #dedede !important;
  font-size: 1.6rem !important;
}

.cotizar-sidebar-btn {
  position: absolute;
}

.categoria-listado .nav-link.active {
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #666666;
}

.single-product .pie-producto .woocommerce-tabs.wc-tabs-wrapper, .single-product .related.products .add_to_cart_button, .single-product .related.products .product_type_simple, .wpmm-item-title {
  display: none;
}

.related.products li {
  border: 1px solid #dee2e6 !important;
}

.related.products>h2 {
  margin-bottom: 2rem;
}

.related.products li h2 {
  padding: 0px 1.5rem !important;
}

.related.products li span.price {
  padding: 0px 1.5rem 1rem 1.5rem !important;
}

.modulos-sidebar {
  background-size: cover !important;
}

.sidebar-cotizar div:not(.datepicker), .footer-suscribir div:not(.datepicker) {
  background-color: transparent !important;
}

.Contacto ul {
  margin: 0;
  padding: 0;
}
.Contacto li {
  display: inline-block;
  margin-top: 5px;
}
.Contacto li a {
  color:#333;
  margin-right: 3px;
}
.wpmm-grid-post-img {
  /* height: 80px; */
}
.wpmm-grid-post-content .grid-post-title {
  font-size: 1.0rem;
  margin-bottom: 20px
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
  background-color: #fff;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu> li#wp-megamenu-item-wpmm-search-icon, #additional_information-tab, #additional_information {
  display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-style: normal !important;
  font-size: 13px !important;
  padding-top: 6px !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  padding-bottom: 8px !important;
}
.wpmm-sticky.wpmm-sticky-wrap {
  background-color:#ffffff;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 6px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 6px 5px 0px rgba(50, 50, 50, 0.1);
}

.etiqueta {
  top: 10px;
  right: 0px;
  padding: 5px 15px;
}

.etiqueta img {
  right: 1px;
  bottom: -8px;
}

.item-maleta {
  bottom: 0;
  right: 0;
  left: 0;
}

.item-maleta-lentes {
  left: 0;
  bottom: 100px;
}

.item-maleta-globo {
  right: 0;
  bottom: 100px;
}

.item-maleta-camara {
  bottom: 140px;
  left: 30%;
}

.item-maleta-pasaporte {
  left: 0;
  bottom: 250px;
}

@media (max-width: 767px) {
  .item-maleta-lentes, .item-maleta-globo, .item-maleta-camara, .item-maleta-pasaporte {
    width: 50%;
  }
  
  .item-maleta-pasaporte {
    bottom: 150px;
  }
  
  .item-maleta-globo {
    right: -30px;
  }
  
  .modal, .modal-lg, .modal-xl {
    max-width: 100%;
  }
}

.z-index-9000 {
  z-index: 9000;
}

.z-index-9001 {
  z-index: 9001;
}

.z-index-9002 {
  z-index: 9002;
}

.z-index-9003 {
  z-index: 9003;
}

.lista-blog img {
  height: 200px;
  object-fit: cover;
} 

.titulo-lista-blog {
  background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/bg-blog.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  padding-top: 160px;
}

.entrada .widget_recent_entries li {
  list-style-type: none;
  padding: 20px 10px;
  border-bottom: 1px solid #ececec;
}

.entrada .widget_recent_entries ul {
  margin-left: 0px;
  padding-left: 0px;
}

.categoria-listado ul li {
  display: inline-flex;
  width: 50%;
  vertical-align: top;
}

.categoria-listado ul.products li .border > div {
  height: 120px;
}

#accordionExample button {
  margin-top: -20px;
}

/* Search bar de WC, ya no se usa porque uso un plugin pero por si acaso */

/*#searchform #s {
  border-width: 1px 0px 1px 1px;
  border-color: #ccc;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 10px;
}

#searchform #searchsubmit {
  border-width: 1px 1px 1px 0px;
  border-color: #ccc;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 10px;
  background-color: transparent;
  height: 32px;
  margin-left: -4px;
  padding-bottom: 3px;
}*/

/**************/

.aws-container .aws-search-form {
  height: 34px;
  width: 350px;
}

.aws-container .aws-search-form .aws-search-field {
  border-radius: 50px !important;
}

/* .aws-container .aws-search-field {
  border-bottom-left-radius: 50px !important;
  border-top-left-radius: 50px !important;
}

.aws-container .aws-search-form .aws-form-btn {
  border-bottom-right-radius: 50px !important;
  border-top-right-radius: 50px !important;
} */

.aws-search-result {
  border-radius: 10px;
}

.up-sells {
  display:none
}

.tab-pane ul {
	margin-bottom: 20px !important;
}

.btn-promocion {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #fff;
}

.close {
  color: unset;
}

.modal-header .close {
  margin: unset;
  margin-right: 15px;
}

.woocommerce .a-la-medida img, .woocommerce-page .a-la-medida img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.a-la-medida h1 {
  top: 0;
  left: 10%;
}

.menu-sitemap li a, .menu-sitemap li a:hover {
  color: #000;
}

.menu-sitemap ul {
  list-style: none;
}

.menu-sitemap li {
  background-color: transparent !important;
}

.close {
  height: 40px;
}

.modal, .modal-lg, .modal-xl {
  max-width: 100% !important;
  padding: 2% !important;
}

@media(min-width: 768px){
  h1 {
    font-size: 3rem;  
  }
  
  .carousel-inicio .carousel-caption h1 {
    font-size: 4em;
    line-height: 60px;
    font-weight: 300;
  }
  .carousel-inicio .carousel-caption h2 {
    font-size: 1.3em;
    line-height: 30px;
    font-weight: 300;
  }
  .carousel-inicio .carousel-caption {
    bottom: 35%;
  }

  .carousel-inicio .carousel-indicators {
    bottom: 25%;
  }
  
  .contenido {
    margin-top: -40px;
  }
  
  .ofertas {
    background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/montanasoscuras.jpg);
    background-size: cover;
    /*background-position: center;*/
    background-attachment: fixed;
  }
  .inspirate p {
   margin-top: 9px !important;
  }
  .inspirate-barra {
    background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/dianoche.jpg);
    background-size: cover;
    background-position: top;
  }
  .porque-gateway li {
    
  }
  .porque-gateway ul {
   margin-left: 0;
   padding-left: 0px;
  }
  .fondo-categoria {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
  }
  .filtro {
  	position: absolute;
  	width: 100%;
  	height: 544px;
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+27,000000+73,000000+100&0+0,0.5+27,0.5+50,0.5+73,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 73%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 73%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 73%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  	top: 177px
  }
  .fondo-categoria-inspirate {
    padding: 150px 300px 300px 50px !important;
    background-size: cover;
    background-position: bottom;
  }
  .fondo-categoria h1, fondo-categoria-inspirate h1 {
  	position: relative;
    font-size: 6rem;
    z-index: 1;
  }
  
  .sidebar-busqueda {
    margin-top: -80px;
  }
  
  .libro-suscribir {
    margin-left: -50px;
    width: 180%;
    max-width: unset !important;
  } 
  
  .titulo-lista-blog {
    font-size: 80px;
  }

}

@media(max-width: 767px){
  .categoria-listado .nav-link, .categoria-listado ul li {
    width: 100%;
  }
  
  #carouselProducto .carousel-control-prev, #carouselProducto .carousel-control-next {
    width: 10%;
  }
  .contenido {
    margin-top: -20px;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0 1.8em;
  }
  .wpmm_mobile_menu_btn, .wpmm_mobile_menu_btn:hover {
    color: #000 !important;
    background-color: transparent;
  }
  .carousel-inicio .carousel-caption h1 {
    font-weight: 300;
    text-shadow: 0px 0px 20px #000;
  }
  .carousel-inicio .carousel-caption h2 {
    font-weight: 300;
    text-shadow: 0px 0px 20px #000;
  }
  .fondo-categoria {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
  }
  .fondo-categoria h1, fondo-categoria-inspirate h1 {
  	position: relative;
    
    z-index: 1;
  }
  .filtro {
  	position: absolute;
  	width: 100%;
  	height: 250px;
  	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+27,000000+73,000000+100&0+0,0.5+27,0.5+50,0.5+73,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 73%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 73%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 73%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  	top: 150px
  }
  .navbar-brand img {
	width: 80px;
	height: auto;
	max-width: 1001%;
  }
  .h3, h3 {
    font-size: 1.2rem
  }
  .h4, h4 {
    font-size: 0.9rem
  }
  .carousel-inicio  .carousel-control-prev  {
  position: relative;
  color: #333333!important;
  opacity: 1!important;
  left: 35%
}
  .carousel-inicio  .carousel-control-next  {
  position: absolute;
  color: #333333!important;
  opacity: 1!important;
  left: 50%;
  top: 96%;
}
.inspirate-barra {
    background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/dianoche.jpg);
    background-size: cover;
    background-position: top;
  }
  .inspirate {
    /* background-image: url(img/nochemovil.jpg); */
    background-size: cover;
    background-position: top;
  }
  .inspirate h2 {
   padding-top: 70px;
   padding-bottom: 10px;
   font-size: 1.3rem;
   text-align: right;
  }
  .inspirate p {
   font-size: 0.8rem;
   text-align: right;
  }
  .porque-gateway {
    /* background-image: url(img/diamovil.jpg); */
    background-size: cover;
    background-position: top;
  }
  .porque-gateway h2 {
   padding-top: 70px;
   padding-bottom: 10px;
   font-size: 1.3rem
  }
  .porque-gateway li {
   font-size: 0.8rem;
  }
  .porque-gateway ul {
   margin-left: 0;
   padding-left: 20px;
  }
  .porque-gateway p {
   font-size: 0.8rem
  }
  .carousel-inicio .carousel-caption {
    bottom: 25%;
  }
  
  .carousel-inicio .carousel-indicators {
    bottom: 10%;
  }
  
  .carousel-inicio .carousel-item {
    height: 400px !important;
  }
  
  .carousel-inicio .carousel-caption h2 {
    font-size: 1rem;
  }
  .btn-big {
  padding: 10px 25px !important;
  font-size: 14px;
  }
  .ofertas {
    background-image: url(https://getawaystorecr.com/wp-content/themes/bootstrap-4/img/montanasoscuras.jpg);
    background-size: 300%;
    background-position: center;
    background-attachment: fixed;
  }
  .darkFooter img {
  width: 40%
}
   .btnLeft {
 padding-right: 3.5%;  
}
.btnRight {
	margin-top: 4.1%;
	padding-left: 3.5%; 
}
  
.aws-container .aws-search-form {
  width: 100%;
}
    
.fullVideo  {
  background-color: black;
  width: 100%!;
  height: 200px!important;
  min-height: 5rem !important;
}

.fullVideo video {
  width: 100%!mportant;
  height: 230px!important;
}
  
}

/************** CHECKBOX ****************/

/* Customize the label (the container) */
.form-check-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  line-height: 15px;
  margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.form-check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
}

.checkmark-titulo {
  top: 0px;
  right: unset;
  margin: unset;
}

/* On mouse-over, add a grey background color */
.form-check-custom:hover input ~ .checkmark {
  background-color: #1a1a1a;
}

/* When the checkbox is checked, add a blue background */
.form-check-custom input:checked ~ .checkmark {
  background-color: #1a1a1a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check-custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/************** CHECKBOX REDONDO ****************/

/* Customize the label (the container) */
.form-check-redondo-custom {
  display: none;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  line-height: 35px;
}

/* Hide the browser's default checkbox */
.form-check-redondo-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-redondo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  width: 100%;
  background-color: #dbdbdb;
  z-index: -99;
  border-radius: 20px;
}

.checkmark-redondo-titulo {
  top: 4px;
  right: unset;
  margin: unset;
}

/* On mouse-over, add a grey background color */
.form-check-redondo-custom:hover input ~ .checkmark-redondo {
  background-color: #1a1a1a;
}

/* When the checkbox is checked, add a blue background */
.form-check-redondo-custom input:checked ~ .checkmark-redondo {
  background-color: #1a1a1a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-redondo:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check-redondo-custom input:checked ~ .checkmark-redondo:after {
  display: block;
}

.nav-tabs .nav-link {
  color:#444444!important
}

.shiftnav-wrap {
  z-index: unset !important;
}

.modal-relacionados {
  padding: 50px;
  max-width: 100% !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline {
  z-index: 9999999999;
}

/* ESTABA EN CUSTOM CSS, LO PONGO SEPARADO POR SI OCUPO DEVOLVERLO */

.wpmm-grid-post.col5 {
    width: 20%;
    padding: 5px
}
.wpmm-grid-post-content .grid-post-title a {
    padding: 0;
    margin: 0;
    width: auto;
    color: #000;
    transition: 400ms;
    -webkit-transition: 400ms;
    font-weight: 300 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
#reviews-tab, .post-meta {
  display: none
}
.productTabs ul {
  margin: 0
}
.table .thead-light th {
  background-color:rgba(225,225,225, 0.8);
	border-color:rgba(225,225,225, 0.8);
}
.modal, .modal-lg, .modal-xl {
  max-width: 90%;
	z-index: 999999
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
  background-color:#ffffff!important
}
.yikes-custom-woo-tab-title {
  display:none
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
  font-size: 16px
}
.wpmm-vertical-tabs-nav {
  /* width: 40% */
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
  word-break: normal;
}

.fullVideo {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.fullVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fullVideo .container {
  position: relative;
  z-index: 2;
}

.fullVideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
.fullVideo {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
.fullVideo video {
    display: none;
  }
}*/