/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/* disable icon compare */
.nasa-icon-compare, .btn-compare {
	display: none !important;
	pointer-events: none;
}
/* END: disable icon compare */

/* disable topbar */
.nasa-topbar-wrap {
	display: none;
}
/* END: disable topbar */

/* fields checkout page */
#main-content form .form-row.form-row-wide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	clear: both;
}

#main-content form .form-row label[for] {
    left: 10px !important;
	margin-left: 0 !important;
}

#main-content form .form-row.form-row-first, #main-content form .form-row.form-row-last {
	width: 48%;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

#main-content form .form-row.form-row-first {
	margin-right: 4%;
}

#main-content form .form-row input {
	margin-bottom: 1em !important;
}

#main-content form .form-row {
	margin-bottom: 0.5em !important;
}

#main-content form .form-row .select2-container {
	margin-bottom: 1em !important;
}

.woocommerce-input-wrapper>.select2-container {
	height: auto !important;
}
/* END: fields checkout page */

#mecom-paypal-credit-form-container-custom {
	width: 100%;
}

/* svg icons payment method */
.payment_methods_spf svg {
	display: unset;
    padding-right: 4px;
    height: 30px;
    width: 48px;
}

.payment_methods_spf svg:last-of-type {
    padding-right: 0px;
}

/* END: svg icons payment method */

.shop_table .co-wrap-info {
	min-width: 100%;
	max-width: 100%;
}

.checkout .payment_box.payment_method_mecom_paypal {
	visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.salesgen-upsell-bundle .button {
	line-height: 2.5em;
}

.custom-size-chart-link {
    text-transform: capitalize;
    color: #fff !important;
    position: absolute;
    right: 15px;
    z-index: 1;
}

a.custom-size-chart-link:hover {
    color: #fff !important;
}

.product-info .cart .single_add_to_cart_button {
    max-width: 100%;
	height: 56px;
	font-size: 16px;
}

.product-info .cart .nasa-buy-now {
    width: 100%;
	height: 56px;
	font-size: 16px;
}

.product-info .salesgen-add-bundle.button {
	height: 56px;
	line-height: 54px;
	font-size: 16px;
}

.product-info .cart .single_add_to_cart_button {
    max-width: 100%;
	height: 56px;
	font-size: 16px;
}

.product-info .cart .quantity {
    width: 89px;
}

.product-info .cart .quantity .input-text.qty {
	width: 62px;
	height: 56px;
}

.product-info .cart .quantity .minus, .product-info .cart .quantity .plus {
	width: 28px;
    height: 28px;
}