/* 
 * 	Green theme - Owl Carousel CSS File
 */
@media (max-width: 768px) {
  #spic:hover .owl-theme .owl-nav {
    display: none;
  }
  #spic .owl-theme .owl-dots {
    display: none !important;
  }
}
#spic a, #spic a:hover, #spic a:active, #spic a:focus {
	outline: 0 !important;
}
.lb-nav a, .lb-nav a:hover, .lb-nav a:active, .lb-nav a:focus {
	outline: 0 !important;
}
#spic .owl-theme {
  position: relative;
 }
#spic .owl-controls {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
 }
#spic .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#spic .owl-theme .owl-nav [class*='owl-'] {}
#spic .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #4dc7a0;
  color: white;
  text-decoration: none;
}
#spic .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
#spic .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
#spic .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -35px;
}
#spic .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#spic .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#spic .owl-theme .owl-dots .owl-dot.active span,
#spic .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #4dc7a0;
}


#spic .owl-theme .owl-nav [class*="owl-"] {
  display: inline-block;
  padding: 4px 7px;
  text-indent: -1e+7px;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  margin: 0;
  padding: 0;
}
#spic:hover .owl-theme .owl-nav [class*="owl-"] {
  opacity: 1;
}
#spic .owl-theme .owl-nav [class*="owl-"]:first-child {
  background-position: 0 45px;
  background-image: url("../png/arrows.png") !important;
  background-color: rgba(0,0,0,.2);
  margin-right: 3px;
  transition:all .3s ease-in-out;
  left: -30px;
}
#spic .owl-theme .owl-nav [class*="owl-"]:last-child {
  background-position: 2px 2px;
  background-image: url("../png/arrows.png") !important;
  background-color: rgba(0,0,0,.2);
  margin-left: 3px;
  transition:all .3s ease-in-out;
  right: -30px;
}
#spic .owl-theme .owl-nav [class*="owl-"]:first-child:hover {
  background-position: 0 24px;
  background-color: #4DC7A0;
}
#spic .owl-theme .owl-nav [class*="owl-"]:last-child:hover {
  background-position: 2px -20px;
  background-color: #4DC7A0;
}

#spic .owl-carousel .owl-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

#spic .woocommerce ul.products li.product,
#spic .woocommerce-page ul.products li.product {
  width: 100%;
  transition:all .3s ease-in-out;
}

#spic .woocommerce ul.products li.product:hover,
#spic .woocommerce-page ul.products li.product:hover {
  transform: scale(0.90) translateY(-5px);
}
#spic .woocommerce ul.products li.product .onsale {
  margin: 0;
  z-index: 10;
}

#spic .spic-title {
  padding: 0 10px;
  text-align: center;
}
#spic .spic-content {
  padding: 0 10px;
  text-align: left;
}
#spic .spic-more {
  margin-bottom: 35px;
  padding: 0 15px;
  text-align: left;
}