
/************************  contenedores   ****************************************/

.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;
}

/************************  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:130px;
}


/*.product-info:before {
    content: '';
    border-left: 10px solid transparent;
    border-bottom: 10px solid #4d4e53;
    border-right: 10px solid transparent;
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    top: 0px;
    left: 48%;
	margin:auto;
	padding-top:80px;
	margin-top:-110px;
	
}*/

.product-info {
    text-align: center;
	background:#fff;
	padding:20px 0px;
	color:#8c8c8c;
	height:110px;
/*	border-top: 2px solid #4d4e53;*/
}


.product-title,.product-pruebalo-title {
    font-size: 16px;
 /*   text-transform: capitalize;*/
    margin: 10px 0 6px;
}


.product-title a {
	color:#000;
	/*text-transform:uppercase;*/
}

.product-title a:hover {
	color:#000;
}

.product-price {
    font-size: 16px;
    	color:#0A3065;
    margin: 0px 0px 10px;
    display: block;
    font-weight: bold;
}



.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: #0A3065;
    font-size: 19px;
    font-weight: normal;
    background: #f0f0f0;
    border-color: #727272;
    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.3);
    -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: #f0f0f0; 
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
 	color:727272;
    display: block;
    margin-top: 5px;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}




.product-overlay a:hover {
    background: #041e42;
  color:#fff;
}

.product-overlay .likeitem {
    background: #f0f0f0; 
color:727272;
}
.product-overlay .likeitem:hover {
 	    background: #041e42;
  color:#fff;
}

.product-overlay .unlikeitem {
 	background: #f0f0f0;
	color:727272;
}
	
.product-overlay .unlikeitem:hover {
    background: #0A3065;
  color:#fff;
}


.productlike{
    background: #fff;
  	color:#0A3065;
    font-weight: bold;
	}



/************************  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;
}


/************************  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 #0A3065;
}

.b_destacados_padre{
	border-top:solid 1px #0A3065;
	border-bottom:dotted 1px #0A3065; 
}

.b_destacados_hijo{
	font-size:14px;
	padding:4px 4px 4px 14px ;
}


.linkdestacado{
	cursor:pointer;
}



.gris{color:#000 ;}
.bold>.gris{color:#0A3065 ;}
.bold{
	color: #0A3065;
	font-weight:bold;
}


/************************ puntos, paginado  sliders ****************************************/

#slider-container {
    width: 90%;
    margin-top: 6px;
}

#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: #0A3065;
    color: #333;
    height: 4px !important;
	clear:both;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: #425969;
    margin-top: -2px;
	text-align: center;
	line-height: 15px;
	color:#fff;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    background: #0A3065;
}

.ui-widget-header {
    background: #425969 !important;
}

.sc-range {
    position: relative;
    top: 15px;
    color: #0A3065;
}

.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,
.product-item_tipoVista_home: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;
}




/************************   ****************************************/
/************************ tienda producto  ****************************************/
/************************   ****************************************/



.ps-slider {
    width: 79.25%;
    float: left;
    position: relative;
}

.ps-slider img {
    width: 100%;
    transition: .4s;
}

.ps-slider-nav {
    width: 100%;
    float: left;
    position: relative;
	display:block;
/*    z-index: 999; */
}

.ps-slider-nav ul {
    padding-left: 10px;
	
}

.ps-slider-nav li {
    margin-bottom: 10px;
	margin-right: 10px;
    transition: .4s;
    cursor: pointer;
		float:left;
		width:18%;
	padding: 8px;
}

.ps-slider-nav li img {
    transition: .4s;
}

.ps-img1 {
    opacity: 1;
    transition: .4s;
}

.ps-img2,
.ps-img3,
.ps-img4 {
  /*  position: absolute;*/
    top: 0;
    left: 0;
  /*  opacity: 0;*/
/*    z-index: 888; */
    transition: .4s;
}

.ps-header {
    display: table;
    position: relative;
    padding-right: 80px;
}

.ps-slider-nav ul li:hover {
    opacity: 0.7;
    transition: .4s;
}

/************************   ****************************************/





/************************ pantalla movil  ****************************************/

@media only screen and (min-width: 200px)  and (max-width: 767px)  {


.product-info {

	height:100px;
}


/*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(40, 83, 125, 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(40, 83, 125, 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(40, 83, 125, 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;
    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%;
}