/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
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 ***************/
a.name.nasa-bold.woocommerce-loop-product__title {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: none !important;
    line-height: 1.4 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
}

button,
.button,
#submit,
a.button,
p a.button,
input#submit,
.add_to_cart:not(.repeated),
.checkout-button,
input#place_order,
form.cart .button,
.form-submit input,
input[type="submit"],
body .dokan-btn-theme,
body a.dokan-btn-theme,
.btn-mini-cart .button,
#payment .place-order input,
.footer-type-2 input.button,
#nasa-footer .btn-submit-newsletters,
body input[type="submit"].dokan-btn-theme,
.nasa-static-sidebar .nasa-sidebar-return-shop,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid .add_to_cart_text,
body div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
body div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
body div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
body .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
body .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: #6F8F72;
  border-color: #f76b6a;
  color: #FFF;
}

.button.btn-border {
  background-color: transparent !important;
  border-color: #efefef;
  color: inherit;
}

button:hover,
.button:hover,
#submit:hover,
a.button:hover,
p a.button:hover,
input#submit:hover,
.add_to_cart:hover,
.checkout-button:hover,
input#place_order:hover,
form.cart .button:hover,
.form-submit input:hover,
input[type="submit"]:hover,
body .dokan-btn-theme:hover,
body a.dokan-btn-theme:hover,
.btn-mini-cart .button:hover,
#payment .place-order input:hover,
.footer-type-2 input.button:hover,
.nasa-reset-filters-top:hover:before,
#nasa-footer .btn-submit-newsletters:hover,
.nasa-table-compare .add-to-cart-grid:hover,
body input[type="submit"].dokan-btn-theme:hover,
.nasa-static-sidebar .nasa-sidebar-return-shop:hover,
.product-list .product-img .quick-view.fa-search:hover,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-price-item:hover:before,
.nasa-top-sidebar .nasa-actived-filter .nasa-ignore-variation-item:hover:before,
.product-deal-special-buttons .nasa-product-grid .add-to-cart-grid:hover .add_to_cart_text,
.nasa-where-you-are-wrap .nasa-title .ns-map-lcl::after,
body div.wpforms-container-full input[type=submit]:hover,
body div.wpforms-container-full input[type=submit]:active,
body div.wpforms-container-full button[type=submit]:hover,
body div.wpforms-container-full button[type=submit]:active,
body div.wpforms-container-full .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-page-button:active,
body .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
body .wp-core-ui div.wpforms-container-full input[type=submit]:active,
body .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
body .wp-core-ui div.wpforms-container-full button[type=submit]:active,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
body .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: #5E7B61;
  border-color: #f54543;
  color: #FFF;
}

.button.btn-border:hover {
  border-color: #555555;
  color: inherit;
}

#submit[disabled],
button[disabled],
.button[disabled],
input[type="submit"][disabled] {
  background-color: #f9f9f9 !important;
  border-color: #efefef !important;
  color: #aaaaaa !important;
  cursor: not-allowed !important;
}
#submit[disabled]:hover,
button[disabled]:hover,
.button[disabled]:hover,
input[type="submit"][disabled]:hover {
  background-color: #f6f6f6 !important;
  border-color: #efefef !important;
  color: #aaaaaa !important;
}
