
/************************  contenedores   ****************************************/
#capacentral{
	background:#fff;
}
.tiendaCarritoFoto{clear:both;margin-top:10px;}

.shop-content{
	background:#fff;
	/*padding-top:45px;*/
}

.featured-products {
	background:#fff;
	height:auto;

}

.featured-products #isotope {
    margin: 20px -15px;
	position:relative;
}

 .isotope-item_tipoVista_0,
 .isotope-item_tipoVista_1,
 .isotope-item_tipoVista_2{
	width:33.33%;
	padding: 0 15px;
	float:left;
}


.filter-wrap{
	margin-bottom:15px;
}

ul, li {
    margin: 0;
    list-style: none;
    padding: 0;
}
h4 span{font-family: 'Prompt-Bold', sans-serif;}
/************************  producto   ****************************************/




.product-item_tipoVista_0,
.product-item_tipoVista_1,
.product-item_tipoVista_2{
    margin-bottom: 38px;
	float:left;
	height:250px;
	width:100%;
}

.item-thumb_tipoVista_0,
.item-thumb_tipoVista_1,
.item-thumb_tipoVista_2 {
    position: relative;
    overflow: hidden;
	height:150px;
	width:100%;
	text-align:center;
}

.item-thumb_tipoVista_0 a,
.item-thumb_tipoVista_1 a,
.item-thumb_tipoVista_2 a {
	width:100%;
}

.item-thumb_tipoVista_0 a .img-responsive,
.item-thumb_tipoVista_1 a .img-responsive,
.item-thumb_tipoVista_2 a .img-responsive{
	margin: auto;
	float:none;
	height:150px;
}




.product-info {
    text-align: center;
}


.product-title,.product-pruebalo-title {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin: 10px 0 6px;
}

.product-title a {
    color: #333;
}

.product-title a:hover {
    color: var(--primary-color);
}

.product-price {
    font-size: 2rem;
    color: var(--primary-color);
    font-family: 'Prompt-Bold', sans-serif;
    font-weight: 700;
    margin: 0px 0px 10px;
    display: block;
}



.overlay-rmore {/* iconos*/
    position: absolute;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    line-height: 54px;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    z-index: 500;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    background: var(--primary-color);
    color: #FFF;
    border-color: var(--primary-color);
    transition: .4s;
    opacity: 0;
    -webkit-transform: translateZ(0) rotate(-45deg);
    transform: translateZ(0) rotate(-45deg);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    visibility: hidden;
    transition: .4s;
}

.product-overlay_like {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-overlay {
    position: absolute;
    bottom: 10px;
    right: -100px;
    transition: .4s;
}

.product-overlay a {
    width: 28px;
    height: 28px;
    background: #444444; 
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 5px;
}




.product-overlay a:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-overlay .likeitem {
    background: var(--primary-color); 
    right: 10px;
}
.product-overlay .likeitem:hover {
    background: var(--primary-color); 
    right: 10px;
}

.product-overlay .unlikeitem {
 	background: #ccc;
}
	
.product-overlay .unlikeitem:hover {
    background: var(--primary-color); 
    color: #fff !important;
}



/************************  buscador   ****************************************/
.search-widget {
    position: relative;
}

.search-widget input {
    border: 1px solid #ddd;
    width: 100%;
    height: 32px;
    padding: 0 20px;
    border-radius: 0px;
	margin-top:22px
}

.search-widget button {
    border: medium none;
    background: transparent;
    color: #888;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -4px;
    top: 0px;
    width: 50px;
}

.form-control:focus {
    border-color: #00564B;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,86,75,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,86,75,.6);
}

.productlike{color:var(--primary-color);}
/************************  categorias   ****************************************/

.b_dirs{cursor:pointer;}

.list-unstyled li > ul > li {
   margin-left:10px;
   padding:2px 8px ;
   
}

.list-unstyled li > ul > li span:hover{
	border-bottom:1px solid #000;
	}

.b_destacados_home,.b_destacados,.b_destacados_padre,.b_destacados_hijo,.b_destacados_categorias{
	cursor:pointer;
	clear:both;
	float:left;
	width:100%;
	font-size:16px;
	padding:4px 4px;
}

.b_destacados_categorias{
	border-top:solid 1px;
	cursor:auto;
}

.b_destacados{
	border-top:solid 1px;
}

.b_destacados_padre{
	border-top:solid 1px;
	border-bottom:dotted 1px; 
}

.b_destacados_hijo{
	font-size:14px;
	padding:4px 4px 4px 14px ;
}


.linkdestacado,.linkpromocion{
	cursor:pointer;
}



.gris{color:#999999 ;}
.bold>.gris{color:var(--primary-color) ; margin-left: 1rem;}
.bold{font-weight:bold ;}
/************************ carrito  ****************************************/

.tiendaCarritoProductos,.tiendaProductoPuntos{margin-top:10px;}
 .sin-margen{margin-top:-20px;}
/************************ puntos, paginado  sliders ****************************************/

#slider-container {
    width: 90%;
    margin-bottom: 17px;  
}

#slider-container_pag >span{
	width:auto;
	min-width: 1.2em;
	padding:0px 2px;
}


.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin: 0px -1px;
}

.ui-widget-content {
    border: none;
    background: #cccccc;
    color: #333;
    height: 4px !important;
	clear:both;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: var(--primary-color);
    margin-top: -2px;
	text-align: center;
	line-height: 15px;
	color:#fff;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    background: var(--primary-color);
}

.ui-widget-header {
    background: #6d6d6d;
}

.sc-range {
    position: relative;
    top: 15px;
}

.sc-range input {
    border: 0px none;
    color: #333;
    font-weight: bold;
    width: auto;
}

.span_paginas{
	margin-bottom: 50px;
	/*line-height: 30px;*/
}

.page_nav li {
    float: left;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
}

.pagenav-wrap em {
    position: relative;
    top: -5px;
    font-style: normal;
    margin-right: 8px;
}

.product-item_tipoVista_0:hover .product-overlay ,
.product-item_tipoVista_1:hover .product-overlay,
.product-item_tipoVista_2:hover .product-overlay {
    right: 10px;
    transition: .4s;
}

.product-item_tipoVista_0:hover .overlay-rmore,
.product-item_tipoVista_1:hover .overlay-rmore,
.product-item_tipoVista_2:hover .overlay-rmore{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2) rotate(-0deg);
    transform: scale(1.2) rotate(-0deg);
    -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
    transition: .4s;
}


/************************ pantalla movil  ****************************************/

@media only screen and (min-width: 200px)  and (max-width: 767px)  {

/*tipo vista 0 (3 x 2 )*/
.product-item_tipoVista_0{
	height: 170px;
	margin-bottom: 18px;
}

.item-thumb_tipoVista_0 a .img-responsive{
	max-height:80px;
	max-width:80px;
}

.item-thumb_tipoVista_0{
	height:85px;
}

.isotope-item_tipoVista_0{
	 padding: 0 2px;
	 float:left; 
}


.product-item_tipoVista_0 .product-title,
.product-item_tipoVista_0 .product-price {
	font-size:13px;
}
.product-item_tipoVista_0 .product-title{
	margin: 0px ;
}

.item-thumb_tipoVista_0 .product-overlay{
	border:6px;
}

.product-item_tipoVista_0 .product-overlay a{
	width:20px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
}
/* *tipo vista 1 (2 x 2)* */
.product-item_tipoVista_1{
	height: 250px;
	margin-bottom: 18px;
}

.item-thumb_tipoVista_1 a .img-responsive{
	max-height:135px;
	max-width:135px;
}

.item-thumb_tipoVista_1{
	height:145px;
}

 .isotope-item_tipoVista_1{
	width:50%;
	padding: 0 5px;
	float:left;
}

.product-item_tipoVista_1 .product-title,
.product-item_tipoVista_1 .product-price {
	font-size:14px;
}

/* *tipo vista 2 (1 x 1)* */
 .isotope-item_tipoVista_2{
	width:100%;
	padding: 0px 0px;
	float:left;
}

.search-widget input {
	margin-top:0px
}

.product-item_tipoVista_0 .product-overlay ,
.product-item_tipoVista_1 .product-overlay,
.product-item_tipoVista_2 .product-overlay {
    right: 10px;
    transition: .4s;
}
.product-item_tipoVista_0:hover .overlay-rmore,
.product-item_tipoVista_1:hover .overlay-rmore,
.product-item_tipoVista_2:hover .overlay-rmore{
    opacity: 0;

}


#ordenacion{
	text-align:center;
}
#ascendente{
	float:right;
}
#divtipoVista{
	text-align:center;
	margin-top:70px;
	margin-bottom:0px;
}
.div_radios_tipoVista{
	text-align:center;
}
.div_radios_tipoVista input[type="radio"] {
    margin-top: 5px;
	cursor:pointer;
}
.div_radios_tipoVista img {
    cursor:pointer;
}
.resultados{
	font-size:11px;
}
}

/********************************* producto-single  **********************************************************/

.shop-single {
    background: #fff;
    padding-top: 40px;
}

.ps-slider {
    width: 79.25%;
    float: left;
    position: relative;
}

.ps-img1 {
    opacity: 1;
    transition: .4s;
}


.ps-slider img {
    width: 100%;
    transition: .4s;
}

.magnify-large {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 94, 158, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 2px rgba(0, 94, 158, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 2px rgba(0, 94, 158, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.ps-header {
    display: table;
    position: relative;
    padding-right: 80px;
}

.ps-price {
    font-size: 16px;
    color: #333;
    font-family: 'Prompt-Regular', sans-serif;
    margin: 0 0 10px;
}

.ps-price span {
    font-size: 13px;
    color: #aaa;
}

.productunlike {
    color: #000;
    cursor: pointer;
}

.sep {
    height: 1px;
    background: #cccccc;
    width: 100%;
    margin: 15px 0 12px;
}

.select-wraps p, .ps-color p {
    color: #333;
    margin: 0 0 7px;
}

.select-wraps select {
    height: 40px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    width: 100%;
}
.ps-slider-nav li {
    margin-bottom: 10px;
    margin-right: 10px;
    transition: .4s;
    cursor: pointer;
    float: left;
    width: 18%;
    padding: 8px;
}
.ps-slider-nav {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}


