/* carousel navigation */
.sw-nav, .n-hover:hover .sw-nav {
	display: block;
	background: rgba(0,0,0,0.5);
  	position: absolute;
  	left: 20px;
  	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
	opacity: 1;
	outline: none;
	transition: all 0.1s ease-in-out;
}
.sw-nav.next, .n-hover:hover .sw-nav.next {
   transform: rotate(180deg);
   right: 20px;
   left: auto;
   opacity: 1;
}
.sw-nav:before {
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
    margin-top: 20px;
    margin-left: 2px;
}
.sw-nav:hover, .n-hover:hover .sw-nav:hover {
	background: rgba(0,0,0,0.7);
}
.n-hover .sw-nav {
	left: 0;
	right: auto;
	opacity: 0;
}
.n-hover .sw-nav.next {
	right: 0;
	left: auto;
	opacity: 0;
}
.sw-pgn, .p-hover:hover .sw-pgn {
	margin-top: 15px;
	display: block;
	text-align: center;
	z-index: 10;
	transition: all 0.1s ease-in-out;
	opacity: 1;
}
.sw-pgn-bullet {
    display: inline-block;
	width: 14px;
	height: 14px;
	background: #333;
	border: 2px solid #FFF;
	border-radius: 100%;
	margin: 0 3px;
	opacity: 0.2;
	outline: none;
	cursor: pointer;
}
.sw-pgn-bullet.active {
	opacity: 1;
}
.p-hover .sw-pgn {
    bottom: 0;
    opacity: 0;
}
.carousel_block {
	margin: 0;
}
/* product */
.c_item .product-container {
	background: #FFF;
}
.c_item .product-image-container {
	position: relative;
	border: 1px solid #d6d4d4;
	padding: 9px;
}
.c_item .right-block {
	position: relative;
}
.content_price span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}

.c_item .old-price {
	color: #B1B0B0;
}
.c_item .product-container {
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.c_item .quick-view {
	font: 700 13px/16px Arial, Helvetica, sans-serif;
	color: #777676;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -53px;
	padding: 13px 0 0;
	background: rgba(255, 255, 255, 0.82);
	width: 107px;
	height: 43px;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
}
.c_item .main .product-price {
	line-height: 45px;
}
.c_item .product-availability {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 8px 4px 8px;
	margin-top: 15px;
}
.button-container .button {
	margin: 0 5px;
}

/* column layout */
.column.accordion .easycarousels {
	margin-bottom: -20px;
}
.column.accordion .carousel_block .title_block {
	padding-right: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}

/* bx */
.easycarousels .bx-controls.bx-has-pager {
	padding: 0;
}
.bx-wrapper .bx-controls .bx-pager {
	bottom: -20px;
}

@media (min-width: 1200px) {
	.c_item:hover .product-container{
		-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
		-moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
		box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
	}
	.c_item .quick-view {
		display: none;
	}
	.c_item .has-price .button-container {
		display: none;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
	}
	.c_item .has-price.has-stock .button-container {
		bottom: 40px;
	}
	.c_item:hover .has-buttons .content_price {
		opacity: 0;
	}
	.c_item:hover .has-buttons .quick-view, .c_item:hover .has-buttons .button-container{
		display: block;
	}
}
/* since 2.6.0 */
