/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #product .product-description .product-page--submit-action {
 	float: initial;
 }

@media screen and (max-width: 786px) {
	header .elementor-widget-sign-in {
		margin-bottom: 0!important;
	}
	.product-accessories > p {
		margin-top: 25px; 
	}
}

body.ag-customer-connected .ag-hide-on-connected, .ag-customer-connected .ag-hide-on-connected{display:none !important}
body.ag-customer-not-connected .ag-show-on-connected, .ag-customer-not-connected  .ag-show-on-connected {display:none !important}
.btn-container-create-account .btn.btn-primary.ag-create-account, .ag-create-account-login-form a{line-height: 1.5;border-radius: 20px;background-color: #f9e000; color:#000000}
.ag-create-account-login-form a{display: inline-block;padding: 10px 20px;font-weight: bold}
.btn-container-create-account .btn.btn-primary.ag-create-account:hover, .ag-create-account-login-form a:hover,
.btn-container-create-account:hover .btn.btn-primary.ag-create-account{background-color: #f9ec72; }

