/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.fieldproductcategory .bx-wrapper *{
    direction: ltr !important;
}
#productscategory_list  .bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
#productscategory_list *{
    direction: ltr !important;
}
#productscategory_list  .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

#productscategory_list  .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

#productscategory_list  .bx-wrapper .bx-pager,
#productscategory_list  .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

#productscategory_list  .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* PAGER */

#productscategory_list  .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

#productscategory_list  .bx-wrapper .bx-pager .bx-pager-item,
#productscategory_list  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#productscategory_list  .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#productscategory_list  .bx-wrapper .bx-pager.bx-default-pager a:hover,
#productscategory_list  .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#productscategory_list  .bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

#productscategory_list  .bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

#productscategory_list  .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#productscategory_list  .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#productscategory_list  .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

#productscategory_list  .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

#productscategory_list  .bx-wrapper .bx-controls-auto {
	text-align: center;
}

#productscategory_list  .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

#productscategory_list  .bx-wrapper .bx-controls-auto .bx-start:hover,
#productscategory_list  .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

#productscategory_list  .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

#productscategory_list  .bx-wrapper .bx-controls-auto .bx-stop:hover,
#productscategory_list  .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

#productscategory_list  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

#productscategory_list  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

#productscategory_list  .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

#productscategory_list  .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#fieldproductcategory .carousel-control a.carousel-control_left {
    right: 40px;
}
#fieldproductcategory .carousel-control a.carousel-control_right {
    right: 15px;
    left:auto;
}
#productscategory_list .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(../images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}

#productscategory_list .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(../images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
.fieldproductcategory p.product_name{
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.fieldproductcategory p.product_name a{
    text-transform: none;
    font-size:16px;
    font-weight:normal;
}
.fieldproductcategory p.price_display{
    text-align: center;
    margin: 0 0 10px;
}
.fieldproductcategory .item-inner{
    position:relative;
}
.fieldproductcategory .item-inner .left-block {
    overflow: hidden;
    text-align: center;
}
.fieldproductcategory .left-block .button-container .tab_button a.ajax_add_to_cart_button i{width:30px;}
.fieldproductcategory .left-block .button-container .button.ajax_add_to_cart_button{width:108px;}
.fieldproductcategory .left-block .button-container .tab_button .button.ajax_add_to_cart_button{font-size:14px;}
.fieldproductcategory .left-block .button-container a.quick-view{left:56px;}
.fieldproductcategory .item-inner .product_name {
    width: 100%;margin:20px 0 17px 0;
}
.fieldproductcategory .cate_content_price{text-align:center;}
.fieldproductcategory .item-inner .left-block a.lnk_img span.img_root:before{
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s;
    width: 100%;
}
.fieldproductcategory .item-inner .left-block:hover a.lnk_img span.img_root:before{
    background:rgba(0 ,0 ,0 ,1);
    opacity:0.3;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s;
    width: 100%;
}
.fieldproductcategory_total{position:relative;margin:0 0 30px 0;}
.fieldproductcategory .carousel-control a{top:-32px;}
.fieldproductcategory_h2{
    border-color: rgba(226, 223, 223, 1);
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    padding-bottom:5px;
    color: #1e1e21;
    font-size: 25px;
    line-height: 25px;
    margin: 0 15px;
    text-transform: uppercase;}
.fieldproductcategory .left-block .button-container .button.ajax_add_to_cart_button i.icon-shopping-cart{margin-left:0;}
.fieldproductcategory .carousel-inner li{float:left;overflow:hidden;list-style:none outside none;position:relative;margin:30px 10px 0 10px;}
.fieldproductcategory .carousel-inner .right-block h5{margin:0;}
.fieldproductcategory .carousel-inner ul{margin:0 0 0 5px;}
.fieldproductcategory .carousel-inner {position:relative;overflow:visible;}
.fieldproductcategory .carousel-inner > .item > img, .fieldproductcategory .carousel-inner > .item > a > img {display:block;max-width:100%;line-height:1;}
.fieldproductcategory .carousel-inner > .active,.fieldproductcategory .carousel-inner > .next, .fieldproductcategory .carousel-inner > .prev {display:block;}
.fieldproductcategory .carousel-inner > .active {left:0;}
.fieldproductcategory .carousel-inner > .next, .fieldproductcategory .carousel-inner > .prev {position:absolute;top:0;width:100%;}
.fieldproductcategory .carousel-inner > .next {left:100%;}
.fieldproductcategory .carousel-inner > .prev {left:-100%;}
.fieldproductcategory .carousel-inner > .next.left,.fieldproductcategory .carousel-inner > .prev.right {left:0;}
.fieldproductcategory .carousel-inner > .active.left {left:-100%;}
.fieldproductcategory .carousel-inner > .active.right {left:100%;}
@media(max-width:1200px){
    .fieldproductcategory .carousel-inner ul{margin:0 18%;}
    .fieldproductcategory .carousel-inner li{margin-bottom:30px;}
}
@media(max-width:992px){
    .fieldproductcategory .carousel-inner ul{margin:0 15%;}
}
@media(max-width:767px){
    .fieldproductcategory .carousel-inner ul{margin:0 27%;}
}