
#product-product.container ul.list-unstyled { 
    background:rgba(255,255,255,0.6); padding:10px;
}

#product-product .btn-group {
    gap: 10px;
}

#product-product .oldprice {
    font-size: 20px; 
    text-decoration: line-through;
    color: var(--grey-color);
    text-align: center;
    margin: 0 15px 0 0;
    white-space: nowrap;
}
#product-product .price, #product-product .product_price {
    font-size: 25px; 
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

#product-product .ribbon {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 15%);
    display: block;
    width: 85px;
    min-width: 85px;
    height: 32px;
    color: white;
    --webkit-filter: drop-shadow(0 0 0.1em rgba(0, 0, 0, 0.5));
    transform: translate3d(0, 0, 0);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: inherit;
    margin-right: 15px;
}

#product-product h1 { 
    margin-top:0; 
}


.thumbnail {
    border: none!Important;
    background-color: var(--thumb-backcolor);
}

#product-product ul.list-unstyled {
    line-height: 22px;
}

#product-product .btn_shopping_cart {
    height: 40px;   
    flex: 1;
}
#product-product .btn-exclusive-order {
    flex: 0 1 auto;
    padding: 0 16px;
}
#product-product .btn-exclusive-order i + span {
    margin-left: 8px;
}
#product-product .btn-whatsapp-tx {
    height: 40px;
    width: 40px;
    padding: 7px;
}
#product-product .btn-whatsapp {
    height: 40px;
}
.btn_shopping_cart svg+span {
    margin-left: 10px;
}
#product-product .price-amount {
    color: #2c3e50;
    font-weight: 600;
}

#product-product .price-group-name {
    color: #666;
    font-weight: 500;
    margin-right: 5px;
}

#product-product .product_all_prices { 
    font-size: 20px;    
}
#slider ul.slides li {
    cursor: zoom-in;
}

#slider.flexslider .slides li > img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

#carousel ul.slides li {
    cursor: pointer;
}

.mfp-content video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width:100vw;
    max-height:100vh;
}
.product-header-container {
    display: flex;
    flex-wrap: wrap;
}
.product-title {
    font-size: 22px;
    color: var(--black-color);
    text-align: left;
    margin-bottom: 10px;
    flex: 1;
    flex-basis: 1920px;
}
.product-discount {
    display: inline-block;
    background-color: var(--main-color);
    padding: 10px;
    color: white;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 5px 8px;
}

.price-unit {
    margin-left: 10px;
    font-size: 25px;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
}

.price-per-unit-leyend {
    margin-top: 10px;
    font-size: 18px;
    color: var(--grey-color);
}

.product-container {
    background-color: transparent;
    max-width: 1140px;
    margin: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex; 
    align-content: center; 
    justify-content: space-between; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    flex-direction: row;    
}
.product-panel {
    margin: 30px 10px 10px 10px;
    flex: 1;
    min-width: 200px;
}
li:has(>.stock-status):not(:first-child) {
    margin-top: 5px;
}
li .stock-status {
    border-radius: 4px;
    padding: 4px 6px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;  
    line-height: 1.3rem;
    margin: 4px;
    max-width: 300px;
    margin: 0;
}    
 