/*
 * Product code goes here.
 * 
 */

.product_header_container h1 {
    margin-bottom: 3px !important;
}

.product-additional-info,
.product_header_container {
    border: none;
}


/*COLUMN PRODUCT INFO*/

.col-product-info {
    max-width: 525px;
}


/*ADD TO CART*/

.product-quantity .qty input#quantity_wanted {
    max-width: 48px;
}

.product-quantity .qty {
    width: auto;
}

.product-quantity button.bootstrap-touchspin-up,
.product-quantity button.bootstrap-touchspin-down,
.product-quantity #quantity_wanted {
    font-size: 1.4rem;
    color: #000;
    padding: 0px 0.6rem !important;
}


/*PRODUCT DETAILS*/

@media screen and (min-width: 768px) {
    .product-description-section:before {
        content: "";
        background-color: var(--color-corp-alt);
        position: absolute;
        height: 100%;
        width: 4000px;
        left: -2000px;
        z-index: -1;
    }
}


/*BADGES*/

.badge-warning, .product-unavailable, .badge {
    text-align: left;
    font-weight: 600;
}

.product_header_container #product-availability, .product_p_price_container #product-availability, .badge-warning, .product-unavailable{
    display: block;
}

/*SEQURA*/

.sequra-promotion-widget[data-type=banner] {
    min-height: auto;
}

.zoid-tag-promotion-widget-component {
    max-width: 490px;
    margin: 0.4rem 0;
}