label{
    margin-bottom: .5rem !important;
}
.product_page{
    padding-top:3rem !important;
}
.mad-product-title{
    font-weight: bold;
}
.section-referencia {
    color: #000;
    /*background-color: #ecf6f5;*/
    font-size: 15px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
}
.section-exclusivo {
    color: #000;
    background-color: #cefffa;
    font-size: 15px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
}
.product_inventory {
  margin-top: 20px;
}
.product_inventory span{
    padding:5px;
}
.mad-col span:not(#newsletter_form span):not(.header-area span) {
  color: #000;
  margin-top: 20px;
  display: block;
  font-weight: 700;
}
.inventory-title{
    font-size: 13px;
}
.mad-info-item .product_description{
    display: block;
}
.fav{
    font-size: 2rem;
}
.product-variant-option .swatch {
    margin-top:35px;
    margin-bottom:10px;
    padding:5px;
}
.product-variant-option .swatch .header{
    margin-bottom:0px;
    line-height: 1.5rem;
    letter-spacing: inherit;
}
.product-variant-option .option_p:not(:last-child):not(.option_p){
    margin-bottom: 15%;
}
.product-variant-option .select-options{
    margin-top: 1.5rem;
}
.product-variant-option .content_imgSelect{
    padding-bottom: 0px !important;
}
.option_p .sub-option-text{
    color: #43c2f0;
}
#pro-detail-slider .owl-nav {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}
.product_img_top{
    margin-bottom: 25px;
}

.mad-panels-title > button#collapseFBT-button::after,.mad-panels-title > button#collapseFBT-button::before{
    content: "keyboard_arrow_down";
}
div.frequently_bought_product h5,div.frequently_bought_product p,div.frequently_bought_product div {
    font-size: 1.5vh !important;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0px;
}
div.frequently_bought_product.checked::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    position: relative;
    left: -31px;
    top: -30px;
    font-size: 1.75rem;
    color: #fff;
    z-index: 2;
    background-color: #acd373;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    border: 1px solid #fff;
    padding: 8px;
    margin-bottom: -38px;
}
.fbt-add{
    background: white;
}
.fbt-add:hover {
    background: #3659a2;
    color: #fff;
}
.mad-panels.fbts{
    margin-top: 4%;
}
.mad-panels.fbts .mad-panels-title > button{
    padding: 12px;
    width: 96%;
}
.mad-panels.fbts .mad-panels-title{
    width: 96%;
    border: 2px solid #dce3e6;
    border-radius: 1rem
}
.mad-panels.fbts .mad-panels-title:first-child > button::before, .mad-panels.fbts .mad-panels-title:first-child > button::after{
    position: absolute;
    top: 14px;
}
.product-actions{
    background:#f7fff5;
}
.avisoVerde{
    width: 100%;
    line-height: 1.5;
}
.containerTable1{
    padding-right: 0px !important;
}
.containerTable2{
    padding-left: 0px !important;
}
.sinBorde{
    border:none !important;
}
.checked_select_Op::before{
    width: 22px;
    height: 22px;
}
select.product-custom-option{
    padding-left: 6px;
}
.mad-product-single .mad-product-info .usp-list{
    font-size: .94rem;
}
#AddToCart{
    width: 100%;
}
.mad-product h1.mad-product-title{
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: -.025rem;
}
#ProductPrice.price-box {
  display: flex;
  align-items: center; /* Centra verticalmente */
  height: 100%; /* Asegúrate de que tenga altura */
  gap:10px;
}

#price_block{
    margin-top:2rem;
    margin-bottom: 2.5rem;
}
.stock-disponible {
    color: #fff;
    font-size: 16px;
    padding: 3px 6px;
    background-color: #f39419;
    border-radius: 8px;
}
.btn-together{
    padding-left: 0px;
}
.btn-together:hover{
    background: transparent;
    color: #000;
}
.product-variant-option select{
    background-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='black' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
    padding-right: 2rem;
    border-radius: 4px;
}

.single-item {
  max-width: 300px; /* Ajusta según necesites */
}