/*
Theme Name: Adifier Child
Author: SpoonThemes
Theme URI: http://demo.spoonthemes.net/themes/adifier/
Author URI: http://themeforest.net/user/spoonthemes
License: GPL 2.0
License URI: license.txt
Description:  Adifier - Classified Ads WordPress Theme
Version: 3.9.5
Tags: three-columns
Template: adifier
Text Domain: adifierchild
*/


/* test account - test123//Password1  sfmtest@mailinator.com */


.single-product .product {
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px) {
    .single-product .product .bottom-col {
        display:flex;
    }
    .single-product .product .bottom-col .woocommerce-tabs {
        margin-right: 25px;
        flex-basis: 0;
        flex-grow: 2;
    }
    .single-product .product .bottom-col .related.products {
        flex-basis: 0;
        flex-grow: 1;
    }
    .single-product .product .bottom-col .related.products ul.products {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .single-product .product .bottom-col .related.products ul.products li.product {
        width: 100%;
        max-width: 175px;
    }
}