/* Minification failed. Returning unminified contents.
(269,9): run-time error CSS1019: Unexpected token, found '@'
(274,5): run-time error CSS1019: Unexpected token, found '@'
(284,5): run-time error CSS1019: Unexpected token, found '@'
 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
    margin: 0 auto;
    text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/Content/Images/grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-buttons {
    text-align:right;
}

.owl-theme .owl-controls .owl-buttons div{
	background: #f0f0f0;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #808080;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 160px;
	background: url(/Content/Images/loading.gif) no-repeat center center;
}

@media (max-width: 767px)
{
.big-slider .owl-controls, .sliders .owl-controls {
    margin-top: 8px !important;
}
}

/* ported from site.css*/

/*#hero .owl-carousel .owl-controls .owl-dot.active span, #hero .owl-carousel .owl-controls .owl-dot:hover span, #hero .owl-carousel .owl-controls .owl-dot:focus span {
    background: #434343 none repeat scroll 0% 0% !important;
}*/
/*@media only screen and (min-width:240px) and (max-width:767px) {
    .featured-product .owl-item {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex !important;
    }
    .featured-product .owl-item {
        display: -webkit-inline-flex!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex !important;
    }
}*/

/*.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}*/
.owl-item .product-thumbnail img{
    max-height:65px;
    margin:0 auto;
}

#owl-single-product .single-product-gallery-item a img{
    max-height:300px;
}

/*@media only screen and (min-width:240px) and (max-width:468px) {
    .owl-dots {
        display: none !important;
    }
}*/

.featured-product .owl-controls {
    top: -15px !important;
}

/*#hero > div.owl-main div.owl-controls {
    display: block;
    margin-top: 15px;
    position: static;
}*/

.owl-dot span {
    background-color: #aaa !important;
}
.owl-dot:hover span{
    background-color:#666 !important;
}
.owl-dot.active span{
    background-color: #333 !important;
}
.variants > .owl-controls {
    top: 0px !important;
}

.owl-single-product-thumbnails a.horizontal-thumb {
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: inline;
}

.up-sell-products .owl-controls {
    top: -15px;
}

#owl-single-product-thumbnails .thumb-image img {
    height: 65px;
    width: 65px;
    background: url("/Content/Images/loading.gif") no-repeat center center !important;
}

#owl-single-product .main-product-images img {
    height: 300px;
    width: 300px;
    background: url("/Content/Images/loading.gif") no-repeat center center !important;
}

/* Home Styles for Featured and slider */
.featured-container .owl-carousel {
        position:static !important;
    }
    .featured-container .owl-controls {
        position:absolute; right:15px; top:5px !important;
    }
    .featured-product{
        max-height:240px;
    }
    .featured-container{
        max-height:267px;
    }
    .featured-container td.details-product-price {
            white-space: nowrap;
    }
        
        @@media (min-width: 991px) {
        #hero .owl-item.loading{
	        min-height: 396px;
        }
    }
    @@media (min-width: 768px) and (max-width:990px) {
        #hero .owl-item.loading {
            min-height: 253px;
        }

        #hero .furniture-inner .sliders img.item {
            height: 253px !important;
        }
    }

    @@media (max-width:767px) {
        #hero .furniture-inner .sliders img.item {
            width: 100% !important;
            height: auto;
        }
    }

    .featured-product .owl-item {
        padding: 0 6px;
    }

    .featured-product .products.grid-v2{
        width:85%;
    }

    .featured-product .sku{
        margin-right:0px;
    }
    .featured-product .product-price-info {
        padding-right: 0px;
    }

    .featured-product .product-grid-info {
        width: 181px;
        margin: 0 auto;
    }

    .featured-product .details-product-price {
        padding: 1px 0 0 0 !important;
        margin: 0 3px 0 0 !important;
        font-family: Arial,sans-serif;
        text-align: right;
        vertical-align: bottom;
        font-weight: bold;
        font-size: 13px !important;
        line-height: 22px;
    }

    /* Product Details Styles */
 .single-product-gallery-thumbs {
        max-width: 336px;
        margin: 0 auto;
        margin-top: 18px;
    }

    .single-product-gallery-item img {
        margin: 0 auto;
    }
    #owl-single-product-thumbnails .owl-wrapper-outer {
        max-height:70px; overflow:hidden;
    }

