/* 
Theme Name:		 vivianindustries-child
Theme URI:		 http://childtheme-generator.com/
Description:	 vivianindustries-child is a child theme of vivianindustries, created by ChildTheme-Generator.com
Author:			 Radiant web technology
Author URI:		 http://childtheme-generator.com/
Template:		 vivianindustries
Version:		 1.0.0
Text Domain:	 vivianindustries-child
*/


/*
    Add your custom styles here
*/

/*Woo-commerce My account design*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}

.cart_item, .page-content ul li a, .page-content ul li strong {
    font-weight: 500;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}

.page-content p a, .page-content p strong {
    font-weight: 600!important;
    font-weight: bold;
}

.woocommerce-MyAccount-content p a {
    font-weight: bold;
}

.page-content p a, .page-content p strong {
    font-weight: 600;
}

.woocommerce-MyAccount-content p a:hover {
    text-decoration: underline !important;
    color: #000 !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
    font-weight: bold;
}
/*Woo-commerce My account design*/

.product_meta {
    display: none !important;
}

.woocommerce-variation-price {
    display: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control.meshei {
    height: 20px;
}