/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.container
{
	max-width:1400px;
}
.single-product .jeg_double_sidebar .jeg_main_content {
    left: 0 !important;width:100% !important;max-width: 1100px;
    margin: auto;
    float: none;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
    min-width: 150px;
    text-align: left;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #000;
    min-width: 300px !important;
    padding: 5px 10px !important;
    font-size: 14px;
    height: auto !important;
    display: block;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #FF0000;
    color: #fff;
	 border: 1px solid #FF0000;
}
.onsale,.woocommerce ul.products li.product .onsale{display:none !important;}
@media(max-width:767px)
{
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item)
	{
		min-width: auto !important;
		padding: 5px 10px !important;
		font-size: 14px;
		height: auto !important;
		display: block;
		line-height: 20px;
	}
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th
	{
		vertical-align: middle;
    	min-width: auto;
	}
}
.jeg_header .jeg_bottombar.jeg_navbar_wrapper:not(.jeg_navbar_boxed), .jeg_header .jeg_bottombar.jeg_navbar_boxed .jeg_nav_row {
    background: #ff0000 !important;
    background: -moz-linear-gradient(90deg, #ff0000 0%, #2c3292 100%) !important;
    background: -webkit-linear-gradient(90deg, #ff0000 0%, #2c3292 100%) !important;
    background: -o-linear-gradient(90deg, #ff0000 0%, #2c3292 100%) !important;
    background: -ms-linear-gradient(90deg, #ff0000 0%, #2c3292 100%) !important;
    background: linear-gradient(90deg, #ff0000 0%, #2c3292 100%) !important;
}