/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
table.watercraft-list td, table.watercraft-list th{
	padding:4px 14px !important;
}

.registration-status-Expired {
	background: red;
	color: white;
	text-transform: uppercase;
	font-weight: bold
}

.registration-status-Current {
	background: green;
	color: white;
	text-transform: uppercase;
	font-weight: bold
}

button.button.watercraft-registration,
button.button.watercraft-registration:hover,
button.button.watercraft-registration:disabled{
	font-size:14px !important;
	background:transparent !important;
	border:none !important;;
	padding: .3em 0 !important;
}
button.button.watercraft-registration:hover:after{
	content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 160px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 180px) !important;;
}

/* Show add to cart and quantity ONLY for Non-Sticker category */
.product:not(.product_cat-non-sticker) .single_add_to_cart_button,
.product:not(.product_cat-non-sticker) .quantity {
    display: none !important;
}
/* show quantity selector in cart for non-sticker products */
.woocommerce-cart-form__cart-item.cart_item.cart-item-cat-non-sticker .quantity{
	display:block !important;
}


.single-product .fusion-button{
	margin-bottom:24px;
	display:inline-block;
}

/* my account icons */
.woocommerce-MyAccount-navigation ul{
    list-style-type:none !important;
}
.woocommerce-MyAccount-navigation li:before{
	font-family: "Font Awesome 6 Free"; 
    font-weight:600;
    margin-right: 6px; 
	display: inline-block;
    width: 16px;
    text-align: center;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before{
    content: "\f013" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before{
    content: "\f249" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before{
    content: "\f3c5" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before{
    content: "\f007" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-watercraft::before{
    content: "\e445" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--add-new-watercraft::before{
    content: "\2b" !important; 
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before{
    content: "\f08b" !important; 
}

/* My Dashboard Steps */
.fwa-dashboard-box {
  background: #f7f9fb;
  border: 1px solid #dfe5eb;
  padding: 24px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fwa-dashboard-box h2 {
  margin-top: 0;
}

.fwa-dashboard-box h3 {
  margin-top: 20px;
}

.fwa-dashboard-box ol {
  padding-left: 20px;
}

/* My Watercraft table */
.watercraft-list thead{ background:#efefef; }
.registration-select{ margin-right:10px; }
.registration-select.in-cart{ display:none !important; }

.fusion-button, .gform_footer .gform_button.button {
	font-size: 14px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.2 !important;
    background: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
	text-transform: uppercase;
	color: #2ea3f2;
	border-color: #2ea3f2;
}

.fusion-button:hover, .gform_footer .gform_button.button:hover {
	background: rgba(0, 0, 0, .05);
	border: 2px solid transparent;
    padding: .3em 2em .3em 1em;
}

.fusion-button:hover:after, .gform_footer .gform_button.button:hover:after {
    font-family: ETmodules;
    font-size: 20px;
    line-height: 1em;
    content: "\35";
    position: absolute;
	top: 2px;
    /*margin-left: -1em;*/
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fusion-button.checkout-button {
	float: right;
}

.edit-watercraft.et-pb-icon, .fwa-incomplete-note.et-pb-icon {
	/*font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;*/
	font-size: 18px;
	color: #2ea3f2;
}

.edit-watercraft.et-pb-icon:hover {
	color: #003366;	
}


.fwa-incomplete-note.et-pb-icon {
	color: red;
}

a.fwa-incomplete-note {
	color: #003366!important;
}

a.fwa-incomplete-note:hover {
	text-decoration: underline;
}

.frontend-form.-submit {
	border: 1px solid;
	margin-top: 40px;
}

.acf-field.acf-field-6941dc375e3e4 {
	background: #003366!important;
	color: white;
}

.acf-field.registration-status {
	display: none;
}

.acf-field.acf-field-6941dc375e3e4 .acf-input {
	font-size: 20px;	
}

.frontend-admin-message {
	margin-top: 40px;
}

/* Remove coupon field and display from cart, only use on checkout */
.woocommerce-cart .coupon,
.woocommerce-cart button[name="apply_coupon"], .woocommerce-cart .cart-discount {
  display: none !important;
}

/* Warehouse / Admin Coupon Notice */
.warehouse-coupon-notice {
    margin: 1em 0;
    padding: 10px 14px;
    background: #f4f6f8;
    border-left: 4px solid #b42318; /* admin red */
    font-size: 14px;
    color: #333;
    opacity: 0.85;
}

.warehouse-coupon-notice strong {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #b42318;
}

.warehouse-coupon-notice a.showcoupon {
    margin-left: 6px;
    font-weight: 600;
    color: #444;
    text-decoration: underline;
}

.warehouse-coupon-notice a.showcoupon:hover {
    color: #000;
}

.woocommerce-checkout #content-area table.shop_table th.product-name {
	width: 60%;
}

#order_review_heading {
    margin-top: 40px;
}

/* Checkout input text */
.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    color: #000 !important;
}
