/*
 * Product code goes here.
 * 
 */
.product-prices .badge {
    font-size:1.167rem;
    vertical-align: text-top;
    padding: 4px 10px;
    margin-top: -6px;;
}
.regular-price {
    font-size: 1.75rem;
}
.radio-label {
 border-radius: 50%;
 width: 35px !important;
 height: 35px !important;
 padding-top: 6px !important;
 outline: 1px solid #B5B5B5;
 font-weight: bold;
 font-size: 1.208rem;
}
.product-variants .input-color:checked + span, .product-variants .input-color:hover + span, .product-variants .input-radio:checked + span, .product-variants .input-radio:hover + span, .radio-label:hover {
    border: none;
}
.product-variants .input-radio:hover + span, .product-variants .input-radio:checked + span {
    /* line-height: normal; */
	background: black;
	color: white;
    line-height: 2rem;
}
.product-variants .input-radio + span {
	line-height: 2rem;
}
.product-variants .attribute-not-in-stock .input-radio + span a::before {
    content: '\e805';
    font-family: 'icons-cp';
    margin-right: 5px;
}
.product-variants .attribute-not-in-stock .input-radio + span {
    width: auto !important;
    border-radius: 30px;
    padding: 0 10px;
}
.product-quantity .add-to-cart:disabled {
	opacity: 0.5;
}
#main-product-wrapper .product-lmage-large {
    padding: 2px;
}
.product_header_container, .product-additional-info {
    border: none;
}
/* MODULO COLORES */
ul#color_to_pick_list li img {
    max-width: 60px;
}
#color_to_pick_list .default .def-img {
    border-bottom: 0;
}
#color_to_pick_list a:hover,
#color_to_pick_list .selected .def-img {
    border-bottom: 2px solid #515151;
}
div#color_idPmm_list {
	margin-top: 0 !important;
}
#color_to_pick_list .def-img {
	padding-bottom: 0px !important;
	border-bottom: 2px solid transparent;
	padding-top: 5px;
}
/* EMAIL ALERT */
#btn-alert-modal {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.tooltip-emailalert {
    margin-top: -20px;
}
.js-mailalert .btn-email-alert:disabled:hover + .tooltip-emailalert {
    opacity: 1;
}
