/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel.owl-theme .owl-stage-outer {
	margin-left: 20px;
}
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    top: 30%;
    outline: 0;
    width: 40px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: 0.2;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none; 
    opacity: 1;
}
.owl-theme .owl-nav [class*='owl-next'] {
	right: -10px;
	background: url(../images/right.png) no-repeat 0px 5px;
}
.owl-theme .owl-nav [class*='owl-prev'] {
	left: -10px;
	background: url(../images/left.png) no-repeat 0px 5px;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    margin: 5px 7px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.page-layout-1column .products-grid .owl-carousel.product-items { 
    margin: 0px; 
}
.page-layout-1column .products-grid .owl-carousel .product-item { 
    width: 100%; 
    margin-top: 10px; 
}
.page-layout-1column .products-grid .owl-carousel .product-item-info { 
    width: 165px; 
}