.product{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #8fc446;*/
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}
.product:hover{
    opacity: 1;
    transform: rotate(120deg);
}
.product p{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    color: white;
    font-size: 24px;
}

.product-nombre{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bolder;
    margin: 0;
    padding-bottom: 5px;
    background: rgba(255,255,255,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.panel{
    background: ;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.btn-success{
    width: 100%;
    background: rgba(128, 181, 0, 0.75)  !important;
    border: rgba(128, 181, 0, 0.75);
}
.btn-success:hover{
    background-color: rgb(255, 0, 75) !important;
    border: rgb(255, 0, 75);
}
.actual{
    background-color: rgb(255, 0, 75) !important;
}

.btn-success-paginate{
    background: rgba(128, 181, 0, 0.75)  !important;
    border: rgba(128, 181, 0, 0.75);
    color: #ffffff !important;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 0 5px;
    font-weight: bolder;
    font-size: 18px;
}
.btn-success-paginate:hover{
    background-color: rgb(255, 0, 75) !important;
    border: rgb(255, 0, 75);
}
.easyPaginateNav{
    width: auto !important;
    display: inline-block !important;
    margin: 40px auto;
}
.current{
    background-color: rgb(255, 0, 75) !important;
    border: rgb(255, 0, 75) !important;
}
#header-theme{
    margin-top: -30px !important;
padding-top: 0px !important;
background: #ffffff url(https://www.purebeautyfarms.com/wp-content/uploads/2018/10/bg-07.jpg?id=4836) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important; 
position: absolute;
width: 100%;
left: 0;
right: 0;


}

#header-theme2{
    margin-top: 0 !important;
    padding-top: 0px !important;
    background: rgb(255, 0, 75);
    width: 100%;
    left: 0;
    right: 0;
}

.icono{
    width: 10%;
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.icono-descripcion{
    text-align:left;
    display:inline-block;
    width: 85%;
    vertical-align: center;
    padding-left: 12%;
    margin-bottom: 0;
}

.img-popup{
    margin-top: 0px;
    border: 4px solid #ffffff;
    border-radius: 4px;
}

.row-item{
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.modal{
	z-index: 9999999;
}

#anteriorBtn, #siguienteBtn{
	    width: fit-content !important;
		border-radius: 20px !important;
}

.no_mostrado{
	display: none !important;
}

a.btn-success{
	width: auto;
	display: inline-block;
	color: #ffffff !important; 
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
	border-radius: 20px;
}

li.disabled a{
	color: #a5a5a5 !important; 
	cursor: not-allowed
}

.modal-dialog{
	    min-height: 100vh;
}

.modal-centered{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%)!important;
}

.modal-normal{
	position:relative;
	left:0;
	right:0;
	top:0;
	transform:none !important;
	margin-top: 100px;
}



#siguienteBtn, #anteriorBtn{
	padding: 5px 20px;
}

.item-flower-image{
	width: 100%;		
	height: 222px;
	background-position: center center;
	background-size: cover;
}

