/****************
barra lateral (filtros)
*****************/

.col-lg-3.aside{
	max-width: 20%;
	flex: 0 0 20%;
}

.atg_store_facetsGroup {
    background-color: transparent;
    display: table;
}

.atg_store_facetsGroup ul.atg_store_facetOptions{
	margin-left: 0;
}

.atg_store_facetsGroup_options_catsub .optionsRefin,
.atg_store_facetsGroup_options_catsub h5 {
    width: 100%;
    margin: 0 0 0 20px;
    margin-left: 0 !important;
    padding: 0!important;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    font-size: 18px;
    color: #F26532;
}

.atg_store_facetsGroup_options_catsub .optionsRefin:first-letter,
.atg_store_facetsGroup_options_catsub h5:first-letter{
	text-transform: uppercase;
} 

.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub li:hover {
    background: 0 0!important
}

.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub .atg_store_facetOptions {
    margin-bottom: 30px!important;
    margin-top: 10px;
    padding: 0;
}

.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub .atg_store_facetOptions li a {
    padding: 5px 0!important;
    font-weight: 600!important;
    color: #545454!important;
    font-size: 13px!important;
    line-height: 2.2em;
}

.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub .atg_store_facetOptions li a span {
    opacity: .6;
    margin-left: 5px;
}

.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub .atg_store_facetOptions li a:hover, 
.atg_store_facetsGroup .atg_store_facetsGroup_options_catsub a:active {
    background: 0 0;
    color: #6fbb47!important;
}

.atg_store_facetsGroup .atg_store_refinements {
    display: inherit;
    background-color: #545454;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    margin: 3px 0;
    width: auto;
    padding: 0 6px;
}

.atg_store_facetsGroup .atg_store_refinements span{
	line-height: 24px;
}

.atg_store_facetsGroup .atg_store_refinements .textos_titulos{
	color: #FFF;
	margin: 0 5px;
}

.atg_store_facetsGroup .atg_store_refinements .textos_titulos:hover{
	color: #F05922;
}

.atg_store_facetsGroup .atg_store_refinements .textos_titulos:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 13px!important;
}


/****************
contenido 
*****************/

.col-lg-9.atg_store_main{
	max-width: 80%;
	flex: 0 0 80%;
}

.atg_store_main ul.pagination li a{
	font-size: 13px;
    min-width: 20px;
    text-align: center;
    margin: 2px;
	padding: 1px 4px;
	line-height: 20px;
	color: #666;
	transition: all .3s;
}

.atg_store_main ul.pagination li a:hover{
	background-color: #CCC;
}

.atg_store_main ul.pagination li.active a{
	color: #FFF;
	background-color: #666;
}

.card .card-body .prod-nombre{
	font-size: 14px;
	min-height: 50px;
}

.card.sinStock:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 2;
}

ul.atg_store_product li a .card .btn-comparar{
    position: absolute;
    background-color: #FFF;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateY(-40px);
    transition: all .3s ease;
    opacity: 0;
}

ul.atg_store_product li a .card:hover .btn-comparar {
	opacity: 1;
	transform: translateY(0px);
}

ul.atg_store_product li a .card .btn-comparar input:after{
    content: '';
    width: 12px;
    height: 12px;
    position: relative;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 2px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

ul.atg_store_product li a .card .atg_store_productImage{
	overflow: hidden;
	position: relative;
	height: 327px;
}

ul.atg_store_product li a .card .atg_store_productImage .product_carousel .item_prod_carousel{
	float: left;
}

ul.atg_store_product li button[type=button] {
    font-size: 0;
    padding: 0;
    top: 160px;
    position: absolute;
    z-index: 3;
    color: #f05922;
    background: 0 0;
    border: none;
}

ul.atg_store_product li button[type=button]:focus{
	outline: none;
}

ul.atg_store_product li button[type=button]:after {
    font-family: FontAwesome;
    font-size: 24px;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 15px 10px;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}

ul.atg_store_product li button[type=button].slick-prev {
    margin-left: 20px;
    left: 0
}

ul.atg_store_product li button[type=button].slick-next {
    margin-right: 20px;
    right: 0
}

ul.atg_store_product li button[type=button].slick-prev:after {
    content: '\f0d9'
}

ul.atg_store_product li button[type=button].slick-next:after {
    content: '\f0da'
}

.card.tieneStock:hover button[type=button]:after {
    opacity: 1
}

ul.atg_store_product li button[type=button]:hover:after {
    background-color: #F05922;
    color: #FFF
}

.atg_store_productPrice{
	min-height: 44px;
}


/* PRODUCTOS LISTADOS */

.items-display-switch a{
	color: #b2b2b2;
	font-size: 16px;
	margin: 0 2px;
	border: 1px solid transparent;
	padding: 0 2px;
}

.items-display-switch a.switcheado{
	color: #333;
	border-radius: 3px;
}

ul.atg_store_product li.col-listado{
	max-width: 100%;
	flex: 100%;
}

ul.atg_store_product li.col-listado .card{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.card.sinStock:before{
	left: 0;
}

ul.atg_store_product li.col-listado .card .card-img-top{
	width: 20%;
	float: left;
	margin-left: 5%;
	position: initial !important;
}

ul.atg_store_product li.col-listado .card .card-img-top .cucardaRow.cucaEnvioGratis{right: 0;}

ul.atg_store_product li.col-listado .card .card-img-top .cucardaRow.cucaAtributes{
	right: 0;
	bottom: 0;
}

ul.atg_store_product li.col-listado .card .card-img-top .atg_store_productImage{
	height: auto;
}

ul.atg_store_product li.col-listado .card .card-body{
	width: 70%;
	margin-left: 5%;
	display: inline-block;
	border: none !important;
	margin-top: 30px;
}

ul.atg_store_product li.col-listado .card .card-body .atg_store_productPrice .col-6{
	max-width: 20%;
	flex: 0 0 20%;
}

@media screen and (max-width: 1399px){
	ul.atg_store_product li a .card .atg_store_productImage {
		height: 268px;
	}
	ul.atg_store_product li button[type=button]{
		top: 110px;
	}
	ul.atg_store_product li.col-listado .card{
		height: 195px;
	}
	ul.atg_store_product li.col-listado .card .card-body{
		margin-top: 15px;
	}
}

@media screen and (max-width: 1199px){
	.col-lg-3.aside {
		max-width: 25%;
		flex: 0 0 25%;
	}
	.col-lg-9.atg_store_main {
		max-width: 75%;
		flex: 0 0 75%;
	}
	ul.atg_store_product li {
		padding: 0 5px !important;
	}
	.cucardaRow{
		width: 65px;
		height: 65px;
	}
	ul.atg_store_product li a .card .atg_store_productImage{
		height: 306px;
	}
	ul.atg_store_product li button[type=button]:after {
		padding: 10px 5px;
	}
	ul.atg_store_product li button[type=button].slick-next{
		margin-right: 10px;
	}
	ul.atg_store_product li button[type=button].slick-prev{
		margin-left: 10px;
	}
	.pagination{
		margin-bottom: 10px !important;
	}
	ul.atg_store_product li.col-listado .card .card-img-top{
		width: 25%;
		margin-left: 0;
		position: initial !important;
	}
	ul.atg_store_product li.col-listado .card .card-body{
		margin-left: 0;
		margin-top: 15px;
		width: 60%;
	}
	ul.atg_store_product li.col-listado .card .card-body .atg_store_productPrice .col-6{
		max-width: 30%;
		flex: 0 0 30%;
	}
}

@media screen and (max-width: 992px){
	ul.atg_store_product li.col-listado .card .card-img-top{
		width: 33%;
		margin-left: 0;
	}
	ul.atg_store_product li.col-listado .card .card-body{
		width: 50%;
		margin-left: 0;
		margin-top: 10px;
	}
	ul.atg_store_product li.col-listado .card .card-body .atg_store_productPrice .col-6{
		max-width: 50%;
		flex: 0 0 50%;
	}
}
