/*
Theme Name: Valorous Circle's Hello Elementor Child
Theme URI: https://valorouswebdesign.com
Template: hello-elementor
Author: Valorous Circle LLC
Author URI: https://valorouswebdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.0.1565622455
Updated: 2019-08-12 11:07:35

*/

/* Buttons */
input[type="button"], .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce button.button, .woocommerce input.button.alt, .woocommerce input.button, ul.products li.product .button {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: var( --e-global-color-ae90653 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-ae90653 );
    border-radius: 0px 0px 0px 0px;
}

input[type="button"]:hover,
input[type="button"]:focus, .button:hover, .button:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, ul.products li.product .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: var( --e-global-color-358129fe );
	color: white;
}

.woocommerce a.added_to_cart {
	color: #A5A5A5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 2px;
	margin-left: 5px;
	border-bottom: 1px solid #E7E7E7;
}

.woocommerce a.added_to_cart:hover {
	color: black;
	border-bottom-color: var( --e-global-color-ae90653 );
}

/** disabled button **/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	background-color: #d1d1d1;
	color: var( --e-global-color-text );
	border: 1px solid #d1d1d1;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background-color: var( --e-global-color-358129fe );
	color: white;
}
/* END Buttons*/


/* Password Protected Page */
form.post-password-form {
	display: block;
	align-items: center;
	text-align: center;
	margin: 40px 25px;
}

form.post-password-form p:nth-of-type(1) {
	font-weight: 500;
	color: #000;
	padding-bottom: 20px;
	line-height: 1.3;
}

form.post-password-form input {
	margin-bottom: 12px;
}

form.post-password-form [type=submit] {
	border-color: #4CAF50;
	background-color: #4CAF50;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

form.post-password-form [type=submit]:hover {
	background-color: #46a049;
	border-color: #46a049;
}

form.post-password-form label {
	padding-bottom: 5px;
}
/* END Password Protected Page */




/* Header Navigation */
.vc-menu .sub-menu li {
    border-bottom: 1px solid black;
	 margin: 8px;
}

.vc-menu .sub-menu li:hover {
    border-bottom: 1px solid #ED2224;
}
/* END Header Navigation */




/* Woocommerce */
/** Product Grid **/
.woocommerce .woocommerce-ordering select {
    border-radius: 0px;
    border-color: #eaeaea;
}

/** Notification Message Styling **/
.woocommerce-message, .woocommerce-info {
    border-top: 2px solid #ED2224;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-info a {
    color: #ED2224;
}


/** Cart Styling **/
.woocommerce-cart .elementor-widget-theme-post-content {
	margin: 4% 5%;
}

.woocommerce .cart_totals h2 {
	color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
	font-size: 2em;
    line-height: 1.3em;
	text-transform: capitalize;
}

input#coupon_code {
    width: fit-content;
}

.cart_totals {
    padding-right: 20px;
}

/** Checkout Styling **/
.woocommerce-checkout .elementor-widget-theme-post-content {
	margin: 4% 5%;
}

.woocommerce-checkout h3, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3, h3.order_review_heading {
	color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
	font-size: 1.5em;
    line-height: 1.3em;
	text-transform: capitalize;
}

.woocommerce form .form-row label {
	color: var( --e-global-color-primary );
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: 700;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border-radius: 0px;
	padding: 10px;
	background-color: #F6F6F6;
	border: 1px solid #F6F6F6;
	min-height: 52px;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
	border-color: var( --e-global-color-f40fb50 );
	background-color: transparent;
}

.select2-container--default .select2-selection--single {
	border-radius: 0px;
	background-color: #F6F6F6;
	border: 1px solid #F6F6F6;
	height: 35px;
}

div#customer_details {
	margin-bottom: 35px;
}

/** Tables **/
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce table.shop_table {
	border: none;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: transparent;
}

table td, table th {
	border: #f6f6f6;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-top: 1px solid #f6f6f6;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
	color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: 400;
}

.woocommerce table.shop_table a {
	color: var( --e-global-color-primary );
}

/** END Cart Styling **/
/* END WooCommerce*/