/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */



body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
} {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}




.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    font-weight: 600;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted #224084;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}


.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
	color: #081021!important;
}


.fullwidth-menu a {
    display: block;
    position: relative;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
}