/*
Theme Name: BondBowlschild
Author: The Websitemen
Author URI: https://thewebsitemen.co.uk
Description: 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Product image - constrain just the images div width */
.woocommerce div.product div.images {
    width: 250px !important;
    max-width: 250px !important;
}

/* Fix flex container if The7 uses it */
.woocommerce div.product .product-content-wrapper,
.woocommerce div.product .product-main {
    display: flex !important;
    align-items: flex-start !important;
}


/* Fix top two boxes on mobile */
@media only screen and (max-width: 767px) {
    .vc_custom_1773214178744.vc_row {
        display: block !important;
    }

    .vc_custom_1773214178744 .wpb_column {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }

    .vc_custom_1773214178744 .vc_column-inner {
        min-height: auto !important;
    }

    .vc_custom_1773214178744 .vc_col-sm-6:last-child {
        order: -1;
    }

    .vc_custom_1773214178744 .vc_col-sm-6:first-child .vc_column-inner {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .vc_custom_1773214178744.vc_row,
    .vc_custom_1773214178744.vc_row.vc_row-fluid {
        display: block !important;
        flex-direction: column !important;
    }

    .vc_custom_1773214178744 .wpb_column {
        width: 100% !important;
        float: none !important;
        display: block !important;
        flex: none !important;
    }

    .vc_custom_1773214178744 .vc_column-inner {
        min-height: auto !important;
        height: auto !important;
    }

    .vc_custom_1773214178744 .vc_col-sm-6:last-child {
        order: -1;
    }

    .vc_custom_1773214178744 .vc_col-sm-6:first-child .vc_column-inner {
        padding: 20px !important;
    }
}

@media only screen and (min-width: 769px) {
    .vc_custom_1773214178744.vc_row { display: flex !important; align-items: stretch !important; }
    .vc_custom_1773214178744 > .wpb_column:last-child { display: flex !important; flex-direction: column !important; }
    .vc_custom_1773214178744 > .wpb_column:last-child .vc_column-inner,
    .vc_custom_1773214178744 > .wpb_column:last-child .wpb_wrapper,
    .vc_custom_1773214178744 > .wpb_column:last-child .wpb_single_image,
    .vc_custom_1773214178744 > .wpb_column:last-child figure { flex: 1 !important; display: flex !important; flex-direction: column !important; }
    .vc_custom_1773214178744 > .wpb_column:last-child img { flex: 1 !important; width: 100% !important; min-height: 100% !important; object-fit: cover !important; object-position: center top !important; }
}

.vc_custom_1773214178744 > .wpb_column:last-child .wpb_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.vc_custom_1773214178744 > .wpb_column:last-child img {
    height: 100% !important;
    min-height: 100% !important;
}