/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    bottom: 50%;
    background: url(https://www.vidal.es/skin/frontend/rwd/vidal/images/flecha.svg) center center;
    width: 25px;
    height: 50px;
    background-size: cover;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-dots {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('https://www.vidal.es/skin/frontend/rwd/vidal/css/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#esns_background_layer,
.esns_background_layer_vidal {
    position: fixed;
    z-index: 99999;
    background: url(https://www.vidal.es/skin/frontend/base/default/images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
}

#esns_box_layer,
.esns_box_layer_vidal {
    z-index: 9999;
    background-color: #ffffff;
    width: 600px;
    max-width: 94%;
    height: auto;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    position: relative;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

#esns_box_close,
.esns_box_close_vidal {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#esns_box_image img,
.esns_box_image_vidal img {
    max-width: 100%;
}

#esns_box_content,
.esns_box_content_vidal {
    background-color: #ff009a;
    padding: 25px 20px;
    color: #fff;
}

#esns_box_title,
.esns_box_title_vidal {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

#esns_box_text,
.esns_box_text_vidal {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

#esns_box_subscribe_response_success,
.esns_box_subscribe_response_success_vidal {
    display: none;
}

#esns_box_subscribe_response_error,
.esns_box_subscribe_response_error_vidal {
    color: #fff;
    font-size: 12px;
}

#esns_box_subscribe_response_success,
.esns_box_subscribe_response_success_vidal {
    color: #00ff1c;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {
    #esns_box_layer,
    .esns_box_layer_vidal {
        width: 540px;
        border-radius: 20px;
        overflow: hidden auto;
        max-height: 90vh;
    }
}

div.price-slider {
    background: url("https://www.vidal.es/skin/frontend/base/default/images/catalin_seo/bkg_slider.png") repeat-x scroll 0 0 transparent;
    height: 17px;
}

div.price-slider .filter-handle {
    height: 17px;
    width: 10px;
    cursor: e-resize;
    display: block;
}

div.price-slider .price-slider-from {
    background: url("https://www.vidal.es/skin/frontend/base/default/images/catalin_seo/slider.png") no-repeat scroll 0 0 transparent;
}

div.price-slider .price-slider-to {
    background: url("https://www.vidal.es/skin/frontend/base/default/images/catalin_seo/slider.png") no-repeat scroll -26px 0 transparent;
    cursor: w-resize;
    margin-top: -17px;
}

.block-layered-nav .layered-nav-filter {
    padding: 5px 15px;
    color: #3399cc;
}

.block-layered-nav .layered-nav-filter .layered-nav-filter-label {
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
}

.block-layered-nav .layered-nav-filter .layered-nav-filter-label:hover {
    text-decoration: underline;
    cursor: pointer;
}

li.filter_hide { 
    display:none; 
}

div.show_more_filters {
    text-align: right;
}

div.show_more_filters a {
    cursor: pointer;
}

.sidebar .block-layered-nav .attribute_value_search_box {
     display:none;
 }

.sidebar .block-layered-nav .attribute_value_search_box.enabled {
     display:block;
 }

.sidebar .block-layered-nav .attribute_value_search_box input {
     width:90%;
     padding:3px;
}
/**
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category    Omni
 * @package     Omni_AjaxAddToCart
 * @copyright   Copyright (c) 2016 Omni Partners Oy (http://www.omnipartners.fi)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 #backgroundPopup { background-color: #000000; display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999;}
.omni-ajax-backdrop #backgroundPopup { opacity: 0.75; display: block !important; background-color: #ffffff; }
.omni-ajax-backdrop .omni-loader { z-index: 9999; position: fixed; left: 50%; top: 50%; display: block !important; }


/* CSS Spinner */
.omni-ajax-backdrop .omni-loader .loader {
  margin: -32px 0 0 -32px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(51, 153, 204, 0.2);
  border-right: 8px solid rgba(51, 153, 204, 0.2);
  border-bottom: 8px solid rgba(51, 153, 204, 0.2);
  border-left: 8px solid #3399CC;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}

.omni-ajax-backdrop .omni-loader .loader,
.omni-ajax-backdrop .omni-loader .loader:after {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
