.woocommerce a.button {
	line-height: 25px;
}

/* Reset border-radius */
.button,
.woocommerce table.shop_table,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.select2-container--default .select2-selection--single,
.woocommerce .woocommerce-customer-details address {
	border-radius: 0 !important;
}

/* Remove fake shadow */
.woocommerce .woocommerce-customer-details address {
	border-width: 1px;
}

/* Reset purple color on buttons  */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #7e3486;
}

#speed-order-table .productCartButton {
	background-color: #ebe9eb;
	color: #595959;
}

#speed-order-table .productCartButton:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #7e3486;
	color: #fff;
}

#speed-order-table .product_remove .fa-remove:before {
	content: "\f014";
}

/* Hide update cart button */
.woocommerce table.woocommerce-cart-form__contents tbody tr:last-child {
	display: none !important;
}

/* My pages positioning */
.mainMenu ul.dropDown.smallDrop > .my-pages {
	position: absolute;
	right: 70px;
	top: -66px;
}

.slidebar ul.treeMenu li .fa {
	float: none;
	padding: 0;
	width: auto;
}

ul.treeMenu li.my-pages {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}

ul.treeMenu li.my-pages .fa:before {
	content: '\f007';
}

ul.treeMenu li.cart-content .fa:before {
	content: '\f07a';
}

/* Cart remove item button  */
.woocommerce a.remove {
	background: #7e3486;
	color: #fff !important;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	width: 25px;
}

.woocommerce a.remove:hover {
	background: #7e3486;
	color: #fff !important;
}

.woocommerce a.remove span {
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 0;
}

/* Reset buttons */
.woocommerce .woocommerce-message .button,
.woocommerce a.wc-backward,
.woocommerce a.ced_my_account_reorder,
.woocommerce table.my_account_orders .button {
	line-height: 40px;
	padding: 0 20px;
}

.woocommerce table.my_account_orders .button {
	margin-right: 10px;
}

/* Messages buttons */
.woocommerce .button.wc-forward {
	background-color: #7e3486;
	color: #fff;
}

.woocommerce .woocommerce-message .button {
	background-color: #7e3486;
	color: #fff;
}

/* Restore cookie button */
.woocommerce .cookiePopup .cookieBtn {
	background: #7e3486;
	color: #fff;
	line-height: 40px;
	font-weight: inherit;
	margin-top: 10px;
	padding: 0;
}

/* Re-position add to favorites icon */
ul.products .simple_container {
	bottom: auto;
	top: 0;
}

.simple-remove-from-favourites {
	vertical-align: top;
	top: 0;
}

.productPage {
	position: relative;
}

.productPage .simple_container {
	font-size: 28px;
	height: auto;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Reset form styling */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea,
.select,
select,
.speed-order-container table input[type="number"] {
	border-color: #cacaca;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #7e3486;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #7e3486;
}

.woocommerce form .form-row.woocommerce-validated input[readonly],
input[type="text"][readonly],
input[type="date"][readonly],
input[type="email"][readonly],
input[type="number"][readonly],
input[type="tel"][readonly],
input[type="password"][readonly],
textarea[readonly],
.select[readonly],
select[readonly] {
	background: #fafafa;
	border-color: #e5e5e5;
}

.woocommerce-shipping-fields__field-wrapper select ~ span .select2-selection {
	border-color: #cacaca;
}

.woocommerce-shipping-fields__field-wrapper select[readonly] + span .select2-selection {
	border-color: #e5e5e5;
}

.woocommerce-shipping-fields__field-wrapper select[readonly] ~ span .select2-selection__rendered {
	background: #fafafa !important;
}

/* Price product lists */
.woocommerce ul.products li.product .price {
	background-color: rgba(255,255,255,0.8);
	bottom: 10px;
	font-size: 14px;
	padding: 5px;
	position: absolute;
	right: 0;
}

.woocommerce ul.products li.product .button {
	background-color: #7e3486;
	color: rgba(255,255,255,1);
}

.woocommerce-cart .woocommerce .woocommerce-message {
		display: none !important;
}

/* Price in header cart */
.woocommerce-Price-amount {
	color: #7e3486;
	font-size: inherit;
	padding: 0;
}

.productPage .productPrice {
	position: relative;
}

.productPage .productPrice .per_pallet {
	font-size: 17px;
}

.productPage .productPrice .per_pallet {
  font-size: 17px;
}

.productPage .woocommerce-variation-price > .price {
	color: #7e3486;
	font-size: 28px;
	position: absolute;
	right: 0;
	top: -1.5em;
}

.productPage .quantity {
	display: inline-block;
	float: none;
}

/* Last main menu item  */
ul.dropDown.smallDrop > li:last-child {
	float: none;
	position: absolute;
	right: 0;
}

/* The footer cart form, ”Fortsätt till kassan” */
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: center;
}

/* Reset button height for vertical aligned button labels */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	height: auto;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: rgba(128,181,75,1);
	font-size: 1.25em;
	padding: 1em;
	width: 100%;
}


/* WooCommerce Menu */
.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #fafafa;
	float: none;
	margin-bottom: 40px;
	margin-top: -20px;
	overflow: hidden;
	padding: 10px;
	text-align: center;;
	width: auto;
}

.woocommerce-MyAccount-navigation-link {
	display: inline-block;
	padding: 10px 10px;
}

.woocommerce-MyAccount-navigation-link > a {
	color: #000;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
	color: #7e3486;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content .tableWrapper {
	width: 100%;
}

.tableWrapper table {
	min-width: 0;
}

.productPage .tableWrapper td {
	border: none;
}

.tableWrapper table tbody td {
	border-color: rgba(0, 0, 0, 0.1);
	border-bottom: none;
	border-right: none;
}

.productPage .tableWrapper table tbody td.value {
	padding: 0 0 0 10px;
}

.productPage .tableWrapper {
	padding-bottom: 10px;
}

/* .tableWrapper table tbody tr:first-child td {
	border-top-color: transparent;
}

.tableWrapper table.woocommerce-orders-table  tbody tr:first-child td {
	border-top-color: rgba(0,0,0,.1);
} */

.speed-order-container {
	float: none;
}

.speed-order-container .productSearch {
	float: none;
	width: auto;
}

.speed-order-container .fields {
	max-width: none;
	width: 100%;
}

.speed-order-container table {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.speed-order-container td {
	border-color: rgba(0, 0, 0, 0.1);
}

mark {
	background-color: #7e3486;
	color: #fff;
}

.woocommerce .woocommerce-customer-details address {
	width: auto;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	display: block !important;
}

.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
	display: none;
}

.woocommerce ul.products li.product a img {
	margin: auto;
}

.billing_address {
	margin-bottom: 10px;
}

.woocommerce-billing-fields p {
	font-size: 90%;
}

.wc-address-book-address {
	margin-bottom: 20px;
}

.variations option:disabled{
	background-color: lightgray;
	color: white;
}

.woocommerce-checkout .ui-datepicker-buttonpane {
	border: none;
}

.woocommerce-checkout .ui-datepicker .ui-datepicker-buttonpane button {
	background: #7e3486;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	height: 2em;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -1.5em;
	top: -1.5em;
	width: 2em;
}

.woocommerce-cart-form__cart-item .variation-Kundgrupper, .woocommerce-cart-form__cart-item .variation-Antalsckar, .woocommerce-checkout-review-order-table .variation-Kundgrupper, .woocommerce-checkout-review-order-table .variation-Antalsckar{
		display: none !important;
}

del{
		display: none;
}

.woocommerce-additional-fields .description {
		font-size: 10px;
}

.woocommerce-additional-fields .description {
    font-size: 10px;
}

@media (max-width: 1024px) {

	html,
	body {
		overflow: visible;
	}

	html.slidebarMenuOpened html,
	html.slidebarMenuOpened body {
		overflow: hidden;
	}

	[canvas=container] {
		overflow-y: visible;
	}

	.form-row {
		font-size: 16px;
	}

	.form-row input,
	.form-row textarea {
		font-size: inherit;
	}

}

/* Overwrite */
.woocommerce button.single_add_to_cart_button.button.alt,
.woocommerce a.checkout-button.button.alt,
.woocommerce button.button.alt {
	background-color: rgba(128,181,75,1);
}


  /*.form-row input,
  .form-row textarea {
    font-size: inherit;
  }*/

p.registration {
	border: 1px solid #d3ced2;
	border-radius: 5px;
	margin: 2em 0;
	padding: 20px;
	text-align: left;
}

p.registration.successful {
	background-color: rgba(128,181,75,1);
	color: rgba(255,255,255,1);
}

.woocommerce .country_to_state.country_select {
	width: 100%;
}
