/*
 Theme Name:	GO Theme
 Theme URI: 	https://go-creative.com.au
 Author:	    GO Creative
 Author URI:	https://go-creative.com.au
 Template:	    hello-elementor
 Version:	    2.0.0
 Text Domain:	hello-elementor-child
*/

/**************************************************************
	REFERENCE
***************************************************************/

/*	Breakpoints
*************************************/
/*
	max-width   device type
	---------   -----------
	767 px	    phone
	1024 px	    tablet
	xxxx px	    desktop
*/
/*	Colours
*************************************/
/*
	Primary:	#xxxxxx     (colour name)
	Secondary:	#xxxxxx     (colour name)
	Borders:	#xxxxxx     (colour name)
*/

/**************************************************************
	FONTS
***************************************************************/

/* add styles here or remove if not required */

/**************************************************************
	HEADER
***************************************************************/

/* Remove invisible border in submenu
*************************************/
.go-header .go-nav .sub-menu a {
    border:none !important;
}

/* Animate + fill for chevron arrows
*************************************/
.go-header .elementor-item:hover{
	fill:#fff !important;
}
.go-header .go-nav .elementor-item.has-submenu .sub-arrow {
    padding: 10px 10px 10px 10px;
    transition: transform 0.3s ease-out;
    margin-right:-10px;
}
.go-header .go-nav .elementor-item.has-submenu.highlighted .sub-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease-out;
}

/* Mobile dropdown */
@media screen and (max-width:767px) {
  .go-header .go-nav .elementor-item:hover, .go-header .go-nav .elementor-item:focus {
        background: var(--e-global-color-primary) !important;
    	color: #fff !important;
    	fill: #fff !important;
  }
}

/* Hide header icons on as screen size decreases
*************************************/
/* Map */
@media screen and (max-width:480px) {
    .go-header-icons .elementor-inline-item:first-child {
        display:none;
    }
}
/* Phone */
@media screen and (max-width:420px) {
    .go-header-icons {
        display:none;
    }
}


/**************************************************************
	FOOTER
***************************************************************/

/* add styles here or remove if not required */

/**************************************************************
	PAGES
***************************************************************/

/* Elementor text editor padding
*************************************/
.elementor-widget-text-editor ul {
	padding-bottom:20px;
}
.elementor-widget-text-editor h2, h3, h4, h5, h6 {
	padding-top:20px;
}


/**************************************************************
	WOOCOMMERCE
***************************************************************/

.woocommerce a.button.loading::after {
  top: 1.018rem !important;
}


.addify_checkout_place_quote, .woocommerce-message a.button{
    font-family: "Manrope", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 4px 4px 4px 4px !important;
    padding: 16px 20px 16px 20px !important;
}

.addify_checkout_place_quote:hover {
    background-color: var(--e-global-color-primary) !important;
}

.af-quote-field-table .form_row {
    text-align: left !important;
}

.af_quote_fields label{
    color: var( --e-global-color-text ) !important;
}

/*.quote-fields input{ border-color:#666;*/
/*}*/

.addify-quote-form__contents th, .addify-quote-form__contents{
    border: 0 !important;
}

.addify .return-to-shop {
    display: none !important;
}
div.af_quote_fields textarea {
  height:140px !important;
}

.addify-quote-form__contents .product-remove {
  border-top-left-radius: 0px !important;
}

@media screen and (max-width: 768px) {
  .addify-quote-form__contents .cart_item {
    margin-top:20px !important;
  }
  .addify-quote-form__contents .product-remove {
    background:transparent !important;
  }
}

.quote-li {
  width:50px !important;
}
.quote-li a {
  color:#FFFFFF !important;
}

.quote-li .dashicons {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;

}

.totalitems {
  padding-left: 0 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent !important;
}
