/** * Owl Carousel v2.3.2 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ /* * 	Default theme - Owl Carousel CSS File */ .owl-theme .owl-dots, .owl-theme .owl-nav { /*text-align: center; -webkit-tap-highlight-color: transparent;*/ margin-top: -20px; z-index: 5000; position: absolute; width: 100%; text-align: center; } .owl-theme .owl-nav { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .owl-theme .owl-prev{ position: absolute; left: 20px; transform: translate(-50%, -50%); outline:none; } .owl-theme .owl-next{ position: absolute; right: -31px; transform: translate(-50%, -50%); outline:none; padding: 0; } .owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; border-radius: 3px } .owl-theme .owl-nav [class*=owl-]:hover { background-color: rgba(255,255,255,0.3); color: #FFF; text-decoration: none } .owl-theme .owl-nav .disabled { opacity: .5; cursor: default } .owl-theme .owl-nav.disabled + .owl-dots { /*margin-top: 10px;*/ margin-top: -20px; z-index: 5000; position: absolute; width: 100%; } @media (max-width: 991px) { /* sacar dot's de la imagen home botellas */ .owl-carousel-botella .owl-nav.disabled + .owl-dots { /*.owl-theme .owl-nav.disabled + .owl-dots {*/ margin-top: 10px; } } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; outline-style: none; } .owl-theme .owl-dots .owl-dot span { display: block; width: 40px; height: 6px; margin: 5px 7px; /*filter: Alpha(Opacity=50); opacity: 0.5; -webkit-border-radius: 20px; */ /*-moz-border-radius: 20px;*/ /* border-radius: 20px; */ background: #DDDDDD; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #F29300; } .owl-item{ float: left; } .disabled{ display: none !important; }