/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#top .main_color .required {
	color: #c00;
}

.html_visible_cart #top .cart_dropdown {
	border-color: transparent;
	right: 20px;
}

/*= PRODUCT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#top.single-product .variations tr,
.woocommerce-product-attributes-item--attribute_pa_order-type {
	display: none;
}
#top .variations th.label {
	vertical-align: middle;
}

#top div form.cart div.quantity,
#top form.cart .button {
	float: none;
}

#top .staxx-memo-sample {
	margin-bottom: 20px;
}
#top .staxx-memo-sample label {
	cursor: pointer;
	display: block;
}
#top .staxx-memo-sample input {
	width: auto;
}

#top .quantity,
#top .staxx-check-stock {
	margin-bottom: 20px;
}
#top .staxx-check-stock {
	margin-left: 20px;
}
#staxx-check-stock {
	height: 43px;
}



#top.single-product #staxx-sidemark {
	background: #fff;
	width: 95%;
}
#top .woocommerce-variation-price {
	margin-bottom: 20px;
}
#top .single_variation_wrap {
	margin-top: 0;
	margin-left: 80px; /* 90px - left padding */
	padding: 4px 10px;
}

#top .single-product-summary .product_meta {
	display: none;
}

.staxx-quantity-row {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media (max-width: 787px) {
	#top .staxx-check-stock {
		margin-left: 5px;
	}
	#top .staxx-quantity {
		padding-right: 20px
	}
}

@media (max-width: 426px) {
	#top .single_variation_wrap {
		margin-left: 0;
		margin:  10px 0px 20px 0px;
	}
	#top .staxx-quantity {
		padding-right: 0
	}
}

@media (max-width: 320px) {
	#top .staxx-check-stock {
		margin-left: 0px;
	}
}

@media (max-width: 320px) {
	#top #order_review .staxx-checkout-fields {
		padding:0;
		padding-right: 30px;
	}
}

#top form.cart .button {
	width: 95%;
}

td.product-name dl.variation {
	display: none;
}
td.product-name strong {
	color: inherit;
}


/*= CHECKOUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* .woocommerce-shipping-destination {
	display: none;
}
#customer_details {
	display: none;
} */

.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea {
	border-color: #c00!important;
}

#ship-to-different-address {
	display: none;
}

/* Remove Shipping Services display on the initial cart page */
.cart-collaterals .woocommerce-shipping-totals,
.cart-collaterals .order-total {
	display: none;
}
.cart-collaterals table.shop_table th {
	line-height: 2;
}

#order_review .staxx-checkout-fields {
	border-right-color: #fff;
	border-left-color: #fff;
	padding: 0 0 30px;
}

#order_review .staxx-checkout-field {
	margin: 20px 0;
}
#order_review .staxx-checkout-field label {
	display: flex;
	align-items: center;
}

#order_review .staxx-checkout-field.staxx-edit-items {
	margin-bottom: 50px;
}
#order_review .staxx-checkout-field.staxx-edit-items a.button {
	display: inline-block;
	float: none;
	margin: 0;
}

#top .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
#top .woocommerce-shipping-fields__field-wrapper .form-row {
	flex: 0 0 auto;
	width: 100%;
	padding: 0 10px;
}
.avia-webkit #top .cart-collaterals .cart_totals table select,
.avia-webkit #top.woocommerce-page select {
	height: 36px;
}

#top .staxx-checkout-field #staxx-sidemark {
	width: 100%;
}

h2.gform_submission_error ul {
	margin: 0;
}

#top ul.woocommerce-error {
	padding-right: 36px;
}
#top ul.woocommerce-error strong {
	color: #941210;
}
#top .staxx-error-message {
	color: #941210;
	margin: 0;
}
#top input + .staxx-error-message,
#top select + .staxx-error-message,
#top textarea + .staxx-error-message {
	margin: -10px 0 0;
}

.staxx-checkout-spacer {
	margin: 50px 0;
}

#top label span.optional {
	font-size: 80%;
}

#top #order_review .form-row input.input-text:focus,
#top #order_review input[type="text"]:focus,
#top #order_review textarea:focus,
#top #order_review .form-row textarea:focus,
#top #order_review .form-row select:focus,
#top #order_review a:focus {
	box-shadow: none;
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

#top #payment #place_order:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}


@media (min-width: 768px) {
	#top #txn_shipping_first_name_field,
	#top #txn_shipping_last_name_field,
	#top #txn_shipping_company_field,
	#top #sample_txn_shipping_first_name_field,
	#top #sample_txn_shipping_last_name_field,
	#top #sample_txn_shipping_company_field {
		width: 50%;
	}
	#top #txn_shipping_city_field,
	#top #sample_txn_shipping_city_field {
		width: 34%;
	}
	#top #txn_shipping_state_field,
	#top #txn_shipping_postcode_field,
	#top #sample_txn_shipping_state_field,
	#top #sample_txn_shipping_postcode_field {
		width: 33%;
	}
}


/*= MY ACCOUNT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.woocommerce-EditAccountForm > p {
	display: none;
}
.woocommerce-EditAccountForm > p:last-of-type {
	display: block;
}


.woocommerce-orders-table.woocommerce-MyAccount-orders {
	display: none;
}

#top fieldset,
#top .gform_fields > * {
	margin-bottom: 20px;
}

#top fieldset + fieldset.hidden_label {
	margin-top: -20px;
}

.pdf-orders {
	margin-top: 60px;
}

body .pdf-orders tr th,
body .pdf-orders tr td {
	font-size: 12px;
	padding: 5px;
	white-space: nowrap;
	vertical-align: middle;
}

.pdf-orders .item-toggle {
	cursor: pointer;
}
.pdf-orders .item-toggle svg {
	color: #05718c;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 16px;
}

.pdf-orders .order-items {
	display: none;
}
.pdf-orders .order-items > td {
	border-right: none;
	border-left: none;
	padding-right: 0;
	padding-left: 0;
}
.pdf-orders .order-items:last-child > td {
	border: none;
}

@media (max-width: 1185px ) {
	div.woocommerce {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-content{
		padding-top: 20px
	}

	.pdf-orders {
		overflow-y:scroll;
		}
}


.pdf-orders .order-items th {
	background-color: #f8f8f8;
}

.main_color tbody tr:nth-child(odd) {
	background-color: #fff;
}

.woocommerce-orders .woocommerce-info {
	display: none!important;
}


/*= STOCK CHECK %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.staxx-stock-check h1,
.staxx-stock-check h2 {
	text-align: center;
}
.staxx-stock-check hr {
	margin: 50px 0;
}

.staxx-stock-check .totals strong {
	color: #444;
	display: inline-block;
	width: 140px;
}

.staxx-stock-check .text-center {
	text-align: center;
}

@media (max-width: 767px) {
	.staxx-stock-check .table-wrapper {
		overflow: scroll;
	}
}

#top .woocommerce-pagination {
	display: none
}

/*
#top .sidebar_left > div {
	margin-right: 15px
}
*/

@media (max-width: 426px) {
	.html_av-overlay-full #top #av-burger-menu-ul li.av-active-burger-items {
		font-size: 25px!important;
	}
}

@media (max-width: 500px) {
	#top .staxx-main-slider .avia-slideshow-arrows {
		display: none
	}
}

@media (max-width: 426px ) {
	#top #socket .sub_menu_socket li {
		line-height: 20px;
		border-left-style: none;
	}
}

@media (max-width: 426px) {
	.responsive #top #wrap_all .container {
		width:100%;
		max-width: 100%;
	}

	.responsive #top #wrap_all .woocommerce > h2 {
		padding-left: 20px;
	}

	.responsive #top #wrap_all .woocommerce-form-login {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 989px) {
	.container {
		padding-right: 25px;
		padding-left: 25px;
	}
	.sidebar_left .content {
		padding-left: 25px;
	}
	.sidebar_left .inner_sidebar {
		margin-right: 25px;
	}
}

@media (max-width: 989px) {
	.html_visible_cart #top .cart_dropdown {
		right: 120px;
	}
}

@media (max-width: 767px) {
	.html_visible_cart #top .cart_dropdown {
		right: 80px;
	}

	.responsive #top .container .av-content-small {
		display: block;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
}

/*  A whole bunch of mobile fixes */

@media (max-width: 1185px) {
	div.woocommerce {
		display: block;
	}
}

@media (max-width: 989px) {
	#top .av-burger-menu-main {
		padding-right: 0
	}
}

@media (max-width: 767px) {
	#top .av-burger-menu-main {
		padding-right: 0
	}
}
@media (min-width: 767px) {
	#top form.woocommerce-form-login {
		width: 50%
	}
}

@media (max-width: 426px) {
	#top .av-burger-menu-main {
		padding-right: 0
	}
	.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper div.avia-testimonial {
		padding: 0
	}
}

@media (max-width: 376px) {
	#top footer div.avia3-menu ul#avia3-menu > li {
		padding-right: 75px
	}
}
@media (max-width: 321px) {
	.html_visible_cart #top .cart_dropdown {
		right: 65px
	}
	#top footer div.avia3-menu ul#avia3-menu > li {
		padding-right: 50px
	}
}

@media (max-width: 768px) {
	.responsive #top #wrap_all .container {
		width: 90%;
		max-width: 100%;
	}
	.products .avia_cart_buttons {
		opacity: 1;
	}
}
@media (max-width: 426px) {
	.responsive #top #wrap_all .container {
		width: 85%;
		max-width: 100%;
	}
}

@media (min-width: 767px) and (max-width: 1023px) {
	#top footer div.container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#top footer div.avia3-menu ul#avia3-menu > li:nth-child(1) {
		padding-left: 0
	}
	#top footer div.avia3-menu ul#avia3-menu {
		margin-left: 0
	}
}


/* add search bar on mobile */

@media (max-width: 426px) {
	#top.woocommerce-shop #main .sidebar_left div.container {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	#top.woocommerce-shop #main .sidebar_left div.container aside {
		display: block;
		padding-bottom: 0
	}
	#integritive_filter_product_cat-2,
	#integritive_variation_attribute-2,
	#integritive_variation_attribute-4,
	#integritive_variation_attribute-3 {
		display: none
	}
	#top #main .sidebar_left .sidebar {
		border: none;
		margin-left: 35px;
		margin-right: 0
	}
}

.product-sorting ul.sort-param-order li > ul li:nth-child(2),
.product-sorting ul.sort-param-order li > ul li:nth-child(7),
.product-sorting ul.sort-param-order li > ul li:nth-child(6),
.product-sorting ul.sort-param-order li > ul li:nth-child(8),
.product-sorting ul.sort-param-order li > ul li:nth-child(9),
.product-sorting ul.sort-param-order li > ul li:nth-child(10) {
	display: none
}