.feature-box.fbox-bg.fbox-center {
    padding: 68px 0px 30px !important;
}

/* ----- By RCH ----- */
.ImagenesDelProducto {
	margin: 3px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
	#primary-menu ul ul li > a {
		padding: 3px 5px !important;
	}
	.responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
		max-height: 500px;
	}
}

.fluid-width-video-wrapper {
    padding-top: 275px !important;
}
#primary-menu > div > #top-whatsapp {
    right: -30px;
}
#primary-menu > div > #top-cart {
	right: 0px;
}
@media (max-width: 991px) {
	#primary-menu > div > #top-cart {
		margin: 20px 45px 0px 0px !important;
	}
	#primary-menu > div > #top-whatsapp {
		right: 45px;
	}
}
.circulo {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgb(199, 0, 159);
    padding: 3px 5px;
    border-radius: 11px;
	position: absolute;
    top: -12px;
    left: 1px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.responsive-sticky-header:not(.static-sticky) #logo,
.responsive-sticky-header:not(.static-sticky) #logo img { height: unset; }


.quantity .plus, .quantity .minus, .quantity .qty {
	float: right;
}
.entry-title h2 {
	height:100px;
}
#BtnEnviar:hover {
	cursor: pointer;
	background-color: #444444;
}
#BtnEnviar {
	text-decoration: none;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    background-color: #000000;
	width: 125px;
}
