h1.entry-title {
	display: none;
}

/* Split boxes 22px apart */
body .entry-content table:not(.variations) {
	margin-bottom: 0 !important;
}
body.woocommerce-page #main-content table.cart td.actions {
	padding-bottom: 22px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 22px;
	position: relative;
}

/* Product image */
td.product-thumbnail {
	width: 120px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px;
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}
	.woocommerce.et_right_sidebar #left-area,
	.woocommerce-page.et_right_sidebar #left-area {
		padding: 15px;
	}
	#main-footer {
		padding: 0 25px;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}
	body #content table.cart td,
	body table.cart tr,
	body #content table.cart tr {
		padding: 0 !important;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: none;
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
	    display: table-cell;
	    padding: 0 !important;
	}
	.woocommerce table.woocommerce-cart-form__contents tr td,
	.woocommerce-page table.woocommerce-cart-form__contents tr td {
		display: table-cell;
		text-align: left!important;
	}
	td.product-thumbnail {
		width: 100px;
	}
	.product-info {
	}
}
/* Product title */
.product-name a {
	color: #333;
}
.title-line2 {
	margin: -0.4em 0 0 0;
	font-size: 0.75em;
}

/* Charging cable */
dl.variation {
	margin-bottom: 0.8em;
}
dt.variation-Chargingcable {
	display: none;
}
dd.variation-Chargingcable {
	font-size: 0.75em;
	margin: -0.4em 0 0 0;
}

/* Product quantity */
.woocommerce div.quantity {
	width: 250px;
}
.product-quantity-label {
	font-size: 0.75em;
}
.product-quantity label.screen-reader-text {
    clip: unset;
    height: auto;
    overflow: initial;
    position: relative!important;
    width: auto;
    word-wrap: normal!important;
    display: block;
    float: left;
}
.product-quantity input[type=number]::-webkit-inner-spin-button,
.product-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-quantity .input-wrapper {
	float: right;
	display: block;
}
.woocommerce .product-quantity input.qty[type=number]{
	background: #fff !important;
	color: #333 !important;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 0.8em!important;
   -moz-appearance: textfield;
}
.shop_table_responsive .qty-decrease,
.shop_table_responsive .qty-increase {
	font-size: 1em;
	height: auto;
	display: inline;
	padding: 0;
	vertical-align: middle;
}
div.quantity::after{
	content: '';
	display: block;
	clear: both;
}

/* Remove item */
#content-area table td.product-remove {
    text-align: right;
    padding-right: 1em;
}
.woocommerce a.remove {
	display: inline-block;
    color: #ccc !important;
}
.woocommerce a.remove:hover {
	background: #ffb3c7;
	color: #333 !important;
}


/* Coupon */
.woocommerce-page #main-content table.cart td.actions {
	padding: 0.857em 0;
	border: none;
}
.woocommerce-page table.cart td.actions .coupon {
	float: none;
	text-align: left;
}
.coupon-wrapper {
	border: 1px solid #EEE;
	display: block;
	width: calc(75% - 22px);
	float: left;
	margin-right: 22px;
}
.coupon-wrapper::after {
	content: '';
	clear: both;
	display: block;
}
.woocommerce-page table.cart td.actions .coupon label {
	margin-left: 1em;
	font-weight: 400;
	display: block;
	float: left;
	width: 25%;
	line-height: 4em;
	font-size: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	display: block;
	float: right;
	width: calc(600px - 22px - 33.33333333333%);
	background: #fff !important;
	color: #333 !important;
	height: 3.7em;
	margin:  0;
    padding: 6px 12px 6px 0;
    font-weight: 500;
    font-size: 20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
	color: #CCC !important;
}
.woocommerce-page.et_pb_button_helper_class button.button[name="apply_coupon"] {
	display: block;
	float: right;
	width: 25%;
	padding: 1.25em !important;
	background: #333;
	color: #fff !important;
	border: none;
}
@media screen and (max-width: 768px) {
	.woocommerce-page #main-content table.cart td.actions {
		background: transparent;
	}
	.coupon-wrapper {
		float: none;
		border: none;
		width: 60%;
		display: inline-block;
		vertical-align: bottom;
		margin-right: 1%;
	}
	.woocommerce-page table.cart td.actions .coupon label {
		margin-left: 0;
		width: 100%;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		border: 1px solid #f2f2f2 !important;
		margin-bottom: 0;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 39%;
		float: none;
		display: inline-block;
		vertical-align: bottom;
	}
}


/* Cart totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
}
.cart-totals-info {
	border: 1px solid #EEE;
	padding: 1em;
}
.cart_totals h2 {
	font-size: 1em;
	font-weight: 400;
	font-size: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
	margin-left: 25%;
	width: calc(100% - 25%);
	max-width: 600px;
	float: right;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table tbody th {
	font-weight: 200;
}
.cart_totals table.shop_table td{
	text-align: right;
}
.cart-totals-info::after {
	content: '';
	display: block;
	clear: both;
}

/* Shipping */
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
	display: none;
}
@media screen and (max-width: 768px){
	.cart-totals-info {
		border: none;
		padding: 0;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: table-cell;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
		margin-left: 0;
		width: 100%;
		border: 1px solid #f2f2f2;
		border-radius: 0px;
		padding: 0 0.9em;
	}
	#content-area table td, #content-area table th {
		padding: 0.9em 0;
	}
	.woocommerce .cart_totals table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page .cart_totals table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}
	.woocommerce table.shop_table tbody .order-total th {
		font-weight: bold;
	}
}

/* Total */
.price-installments {
	font-weight: bold;
}

/* Buttons */
body.woocommerce-page button.button {
	font-size: 1em;
}
.woocommerce-page.et_pb_button_helper_class button.button[name="update_cart"] {
	display: inline-block;
	width: 25%;
	padding: 1.25em !important;
	background: #fff;
	color: #333 !important;
	border: none;
	margin-bottom: 22px;
}
.woocommerce-cart .woocommerce-cart-form .actions .button[name="update_cart"]::before {
    content: "\e90f";
    font-family: 'Shopkeeper-Icon-Font';
    font-size: 19px;
    -webkit-font-smoothing: initial;
    padding-right: 14px;
    position: relative;
    top: 3px;
    display: inline-block;
    color: #333;
    opacity: 1;
}
.woocommerce-page.et_pb_button_helper_class a.button.alt.checkout-button {
	display: inline-block;
	width: calc(75% - 22px);
	padding: 1.25em !important;
	background: #a6071e !important; /* !important required to override hover */
	color: #fff !important;
	border: none;
	font-size: 1em;
	margin-left: 22px;
}
a.continue-shopping {
	display: inline-block;
	width: 25%;
	padding: 1.25em;
	background: #333;
	color: #fff;
	border: none;
	text-align: center;
}
@media screen and (max-width: 1080px){
	a.continue-shopping {
        width: 35%;
	}
	.woocommerce-page.et_pb_button_helper_class a.button.alt.checkout-button {
		width: calc(65% - 22px);
	}

}
@media screen and (max-width: 775px){
	a.continue-shopping {
        width: 48%;
        vertical-align: middle;
	}
	.woocommerce-page.et_pb_button_helper_class a.button.alt.checkout-button {
		width: 51%;
		vertical-align: middle;
		margin-bottom: 0;
		margin-left: 1%;
	}
}
@media screen and (max-width: 460px){
	a.continue-shopping,
	.woocommerce-page.et_pb_button_helper_class a.button.alt.checkout-button {
		height: 5.8em;
	}
}

/* Prevent overlay on cart form when updating overlapping site header */
form.woocommerce-cart-form .blockOverlay {
    z-index: 9 !important;
}

/** Product bundle for mudguards **/
dt.variation-Gocyclemodel, dd.variation-Gocyclemodel {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form .product-quantity input.qty[type=number] {
        background: transparent !important;
    }
}


/** Bundle-only products */
.bundled-info-link {
    display: inline-block;
    background: steelblue;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff !important;
    font-weight: 400;
    border-radius: 12.5px;
    margin-left: 10px;
}
.bundled-info {
    display: none;
    position:absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.5em;
    width: 400px;
    max-width: 100%;
    margin-left: -120px;
    z-index: 2;
}
@media screen and (min-width: 1000px) {
	.bundled-info {
    	width: 800px;
    }
}
@media screen and (min-width: 401px) {
	.bundled-info {
		margin-left: -100px;
	}
}
@media screen and (min-width: 531px) {
	.bundled-info {
		margin-left: auto;
	}
}
.bundled-info-link:hover + .bundled-info, .bundled-info:hover {
    display: block;
}