/**
 * Custom CSS for Rexton Black BR Theme
 *
 * This file contains custom styles for product pages and category views
 */

/* Product info main section styling */
.product-info-main {
    margin-top: 20px;
}

/* Category view products wrapper margin */
.category-view-sidebar-container + .products.wrapper {
    margin-bottom: 100px;
}

/* Product item cart button styling */
.product-item .tocart {
    white-space: normal;
}
.billing-address-same-as-shipping-block {
    display: none !important;
}

@media screen and (min-width: 960px) {
    .virtualclass .box-tocart, .simpleclass .box-tocart {
        float: right !important;
    }
    .bundle-options-container .box-tocart {
        width: 24%;
    }
}

/* Qty error message full width fix */
.configqty.configurable__qty-container {
}

.configqty .field.qty {
    position: static;
}

.configqty .field.qty .control {
    position: static;
}

.configqty #qty-error {
    position: absolute;
    width: 100% !important;
    max-width: none !important;
    white-space: normal;
    display: block;
    box-sizing: border-box;
}
