/*
WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.woocommerce .required {
	color: #f00;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}










/* Products common/shared features */
.intro-sentence { color: #4b545a; font-size: 18px; font-weight: 400; font-style: normal;  line-height: 1.77; text-align: left; }
.product-type { color: #858397; font-size: 10px; font-weight: 700; font-style: normal;  line-height: 13px; text-align: left; text-transform: uppercase; margin:0 0 2px 0; }
.product-name { color: rgb(51, 51, 51); font-size: 18px; font-weight: 600; font-style: normal;  line-height: 28px; text-align: left; text-transform: none; margin:0 0 9px 0; }
.product-code { color: #58646c; font-size: 10px; font-weight: 400; font-style: normal;  line-height: 13px; text-align: left; text-transform: uppercase; margin:0 0 5px 0; }
.panel-explore-the-range-searchbar { padding:36px 0; }
.panel-explore-the-range-searchbar:after { content:' '; display:block; position:absolute; left:0; right:0; border-bottom:1px solid #eeedf1; margin-top:36px; }
.panel-explore-the-range-searchbar input { background-color: #f3f3f3; border-radius: 3px; width:100%; height: 41px; padding-left:13px; color: #444; font-size: 13px; font-weight: 700; font-style: normal;  line-height: 27px; text-align: left; border:none; display:inline-block; }
.panel-explore-the-range-searchbar input::placeholder { color: #777; opacity:1; text-transform: uppercase; }
.panel-explore-the-range-searchbar .has-search-icon { max-width:312px; position:relative; }
.panel-explore-the-range-searchbar .has-search-icon:after { color: #777; font-size:14px; content:'\f002'; display:block; font-family: "Font Awesome 5"; position: absolute; right: 10px; font-weight: 900; top:10px; }
.panel-explore-the-range-searchbar p { margin:0; }
.panel-explore-the-range-searchbar label,
.panel-explore-the-range-searchbar a { color: #0D455F; font-size: 14px; font-weight: 700; font-style: normal;  line-height: normal; text-align: left; line-height: 41px; }
.panel-explore-the-range-searchbar i { line-height:41px; margin-right:10px; font-size:12px; }
.panel-explore-the-range-searchbar .col-pagination { text-align:right; }
.panel-explore-the-range-searchbar .col-pagination select { margin:0 0 0 15px; width:132px; height:41px; background-color: #f3f3f3; border-radius: 3px; color: #444; border:none; box-shadow:inset 0 1px 1px rgba(0,0,0,.075); }
.panel-explore-the-range-searchbar .col-pagination ul { margin:0; padding:0 0 0 10px; display:inline-block; line-height:41px; }
.panel-explore-the-range-searchbar .col-pagination li { margin:0; padding:0; display:inline-block; list-style-type:none; }
.panel-explore-the-range-searchbar .col-pagination li a { color: #858397; font-size: 14px; font-weight: 500; font-style: normal;  text-align: left; padding:0 10px; display:inline-block; }
.panel-explore-the-range-searchbar .col-pagination li a.active { color: #0D455F; font-weight: 700; }

@media (max-width:767px) {
	.panel-explore-the-range-searchbar .col-pagination { display: none; }
	.panel-explore-the-range-searchbar .col-pagination select + label:before { content:' '; display:block; }
}


/* Product catalogue explore the range */
.panel-explore-the-range-main { padding:38px 0 0 0; }
.panel-explore-the-range-main + .panel-explore-the-range-searchbar { padding:0 0 36px 0; margin-top:-30px; }
.impart-productlist-filters { max-width:312px; }
.impart-productlist-filters h2 { margin-bottom:28px; }
.impart-productlist-filters h3 { color: #0D455F; font-size: 16px; font-weight: 700; font-style: normal;  line-height: 1.4; text-align: left; border-bottom: 1px solid #0D455F; margin-bottom:18px; padding:0 0 6px 0; position:relative; }
.impart-productlist-filters h3:after { content: '\f078'; display: block; font-family: "Font Awesome 5"; font-weight: 900; color: #0D455F; font-size: 16px; font-style: normal;  line-height: 27px; text-align: right; position:absolute; right:0; top:-2px; pointer-events:none; transition:all 0.4s; }
.impart-productlist-filters h3.collapsed:after { transform: rotate(-180deg); }
.impart-productlist-filters h3 a { display:block; }
.impart-productlist-filterwrapper { margin-bottom:50px; }
.impart-productlist-filterwrapper > div { padding:2px 0; }
.impart-productlist-filterwrapper input { visibility:hidden; position:absolute; margin-left:-1000px; }
.impart-productlist-filterwrapper input + label:before { content: ''; width: 11px; height: 11px; background-color: #FFF; display: inline-block; color: #fff; font-size: 18px; line-height: 13px; border: 1px solid #FFF; outline: 1px solid #c5c5c8; margin-right: 18px; margin-top: 4px; vertical-align: top; }
.impart-productlist-filterwrapper input + label:hover:before { background-color: #333; }
.impart-productlist-filterwrapper input[checked] + label:before { background-color: #0D455F; }
.impart-productlist-filterwrapper label { color: #58646c; font-size: 14px; font-weight: 500; font-style: normal;  line-height: 19px; text-align: left; cursor:pointer; }
.impart-productlist-activefilters { min-height:66px; padding-top:6px; padding-bottom:30px; }
.impart-productlist-activefilter { border: 1px solid #eaeaec; min-height: 30px; display:inline-block; padding:6px 11px 6px 8px; color: #58646c; font-size: 12px; font-weight: 500; font-style: normal;  line-height: 17px; text-align: left; margin-right:12px; }
.impart-productlist-activefilter svg { margin:3px 0 0 28px; float:right; display:block; }
.impart-productlist-items { margin-bottom:80px; }
.impart-productlist-item { display:block; border: 1px solid #eaeaec; padding:28px 26px 90px 26px; margin-bottom:30px; text-decoration:none !important; }
.impart-productlist-item:hover { border: 1px solid #0D455F; }
.impart-productlist-item .product-image { margin:0 0 50px 0; max-width:350px; height:200px; }
.impart-productlist-item .product-image img { width:100%; height:100%; object-fit:contain; }
.impart-productlist-item .product-name { margin-bottom:6px; }
.impart-productlist-options { margin:-84px 0 0 27px; }
.impart-productlist-options h3 { float:none; color: #58646c; font-size: 10px; font-weight: 400; font-style: normal;  line-height: normal; text-align: left; margin:11px 20px 8px 0; text-transform:uppercase; }
.impart-productlist-options select { float:none; color: #858397; font-size: 12px; font-weight: 500; font-style: normal;  line-height: normal; text-align: left; width:150px; height:34px; }
@media (max-width: 767px){
	.impart-productlist-activefilter { margin-bottom: 10px; }
}


/* disable options */
.impart-productlist-item { padding-bottom:22px; }
.impart-productlist-options { display:none; }


/* Product details pages */
.single-product.woocommerce .product { padding:50px 0 100px 0; }
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img { height:auto; aspect-ratio:1.0; object-fit:contain; }
.single-product.woocommerce div.product div.images .flex-control-thumbs li { margin-right:1em; }
.single-product.woocommerce .quantity .qty { border:solid 1px #ccc; border-radius:3px; height:36px; min-width:4.5em; margin-right:8px; }
.single-product.woocommerce div.product p.price, .single-product.woocommerce div.product span.price { font-weight:700; color:#7bcb79; }

.woocommerce span.onsale { background-color: var(--tmpl_primary); min-width: 50px; top: 120px; left: 20px; }
body.single-product.woocommerce div.product p.price, 
body.single-product.woocommerce div.product span.price { color: var(--tmpl_primary); }
.single-product .woocommerce-tabs .tabs { display: none; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2:first-of-type { display: none; }
.single-product main { padding-top:60px; }
.woocommerce div.product .product_title { font-weight: 700; }
.woocommerce div.product form.cart .button { background-color: var(--tmpl_primary); margin:0 12px 10px 0; }
.ppc-button-wrapper { max-width:380px; margin-bottom:40px; }
#payment { margin-bottom:18px; }

/* Cart Checkout  */
.woocommerce-cart .form-row { display:block; }
.woocommerce-cart .return-to-shop .wc-backward { background-color: #003087; color: #FFF; text-transform: uppercase; border-radius: 2px; padding: 13px 15px; -webkit-transition: 0.5s all; transition: 0.5s all; }
.woocommerce-cart .return-to-shop .wc-backward:hover { background-color: #00b976; color: #FFF; }
.woocommerce-cart ul#shipping_method li { padding:0; }
.woocommerce-cart ul#shipping_method li:before { display:none; }
.woocommerce-cart .woocommerce-shipping-destination { display:none; }
.woocommerce-cart.woocommerce-page .cart-collaterals { margin-top: 40px; }
.woocommerce-cart.woocommerce-page .cart-collaterals .cross-sells { margin-bottom: 20px; width: 100%; float: none; display:none; }
.woocommerce-cart.woocommerce-page .cart-collaterals .cross-sells h2 { font-size: 24px; }
.woocommerce-cart.woocommerce-page .cart-collaterals .col { width: 25%; }
.woocommerce-cart.woocommerce-page #content table.cart td.actions .input-text { width: 100px; }
.woocommerce-cart .woocommerce table.shop_table td.product-price { padding-top: 24px; }
.woocommerce-cart .woocommerce table.shop_table tr:first-child td.product-price { padding-top: 3px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { text-transform: uppercase; font-size: 15px; background-color: #D27E59; -webkit-transition: 0.2s background-color; transition: 0.2s background-color; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover { background-color: #D27E59; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.awaiting-reseller { background:#999; }
.woocommerce-cart .cart .button[name="apply_coupon"] { color: #D27E59; background-color: transparent; border: 2px solid #D27E59; padding-top: 8px; padding-bottom: 9px; text-transform: uppercase; -webkit-transition: 0.5s background-color; transition: 0.5s background-color; }
.woocommerce-cart .cart .button[name="apply_coupon"]:hover { color: #fff; background-color: #D27E59; }
.woocommerce-cart.woocommerce-page .cart-collaterals .cart-delivery-details h2 { font-size: 24px; margin-bottom: 20px; }
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals h2 { font-size: 24px; margin-bottom: 20px; }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { margin-bottom: 30px; float:none; width:auto; }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-subtotal > td { padding-top: 13px; }
.woocommerce-cart .woocommerce .cross-sells div.product { height: 100%; padding-bottom: 100px; }
.woocommerce-cart .group-product .col .button-primary { position: absolute; width: 100%; left: 50%; bottom: 30px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.woocommerce-cart .group-product .col .inner { padding-bottom: 0; }
.woocommerce-cart .woocommerce-error li::before { display: none; }
.woocommerce-cart table.cart .product-remove { width:50px; }
.woocommerce-cart table.cart .product-thumbnail { width:150px; }
.woocommerce-cart.woocommerce-cart table.cart .cart_item .product-thumbnail img { width: 100px; max-height: 100px; object-fit:contain; }
.woocommerce-cart .cart_item .product-name { font-weight: 700; font-size: 18px; }
.woocommerce-cart .cart_item .product-name a { color:#000; font-weight:600; }
.woocommerce-cart .woocommerce table.shop_table { border-radius: 0; }
.woocommerce-cart .woocommerce table.shop_table.cart { }
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .form-control { border: none; background: #e5e5e5; border-radius: 0; height: 32px; width: 30px; display: inline-block; vertical-align: top; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: none; transition: none; padding-left: 0; padding-right: 0; font-size: 14px; color: #333; }
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .btn { border: none; background: #e5e5e5; border-radius: 0; height: 32px; width: 32px; display: inline-block; vertical-align: top; min-width: 25px !important; }
.woocommerce-cart .woocommerce table.shop_table .input-group-prepend, 
.woocommerce-cart .woocommerce table.shop_table .input-group-append { display: inline-block; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width:180px; }
.woocommerce-cart .cart-delivery-details { padding-bottom:25px; }
.woocommerce-cart .postcode-field { padding-bottom:15px; }
.woocommerce-cart .postcode-field h3 { margin-bottom:12px; font-size:20px; }
.woocommerce-cart .postcode-field p { display:inline-block; margin-right:12px; }
.woocommerce-cart .postcode-field input#delivery_postcode { font-size:18px; background:#fff; max-width:250px; border:1px solid rgba(0,0,0,.1); display:inline-block; height:36px; }
.woocommerce-cart .postcode-field input.button { text-transform:uppercase; background-color:#00b976; color:#fff; transition: 0.2s background-color; }
.woocommerce-cart .postcode-field input.button:hover { background-color:#0d8357; }
.required-asterisk { color:#990000; font-size:20px; line-height:10px; margin-left:3px; }
.woocommerce-cart .store-selection-field h3 { margin-bottom:12px; font-size:20px; }
.woocommerce-cart .store-selection-field .no-postcode { display:none; }
.woocommerce-cart .store-selection-field.awaiting-postcode { opacity:0.5; }
.woocommerce-cart .store-selection-field.awaiting-postcode .no-postcode { display:block; font-size:14px; }
.woocommerce-cart table td.product-name dl.variation dt,
.woocommerce-cart table td.product-name dl.variation dd,
.woocommerce-cart table td.product-name dl.variation dd p { font-weight:400; font-size:14px; }
.woocommerce-form-coupon-toggle .woocommerce-info{
    border-top-color: transparent;
}



@media (max-width: 1199px){
	.woocommerce-cart.woocommerce-page .cart-collaterals .col { width: 50%; }
}
@media (max-width: 991px){
	.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }
	.woocommerce-cart .product-quantity .input-group { width: 96px; }
}
@media (max-width: 768px){
	.woocommerce-cart .cart_item .product-name { text-align: left !important; padding-right: 50px; }
	.woocommerce-cart .woocommerce .woocommerce-shipping-totals ul li:before { display: none; }
	.woocommerce-cart .product-quantity .input-group { width: 100%; }
	.woocommerce-cart.woocommerce-page .cart-collaterals .cross-sells { display: none; }
	.woocommerce-cart.woocommerce-page .shop_table td.product-remove { bottom: auto; padding-top: 11px; }
}

/* Cart Checkout  */
.woocommerce-checkout h3 { text-transform: none; font-size: 30px;  }
.woocommerce-checkout .form-row { display:block; }
.woocommerce-checkout .woocommerce .col2-set { background-color: #fff; border: 1px solid rgba(0,0,0,.1); padding: 20px; margin-bottom: 50px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { font-weight: 300; padding: 8px 12px; }
.woocommerce-checkout form textarea.input-text#order_comments { min-height:150px; }
.woocommerce-checkout .woocommerce-checkout-payment button[type="submit"] { text-transform: uppercase; font-size: 15px; background-color: #D27E59; -webkit-transition: 0.2s background-color; transition: 0.2s background-color; padding: 14px 18px; }
.woocommerce-checkout .woocommerce-checkout-payment button[type="submit"]:hover { background-color: #00b976; }
.woocommerce-checkout .select2-container--default .select2-selection--single { height: 38px; border-radius: 3px; padding: 5px 4px; border: 0; background-color: #f4f4f4; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(../data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAJtJREFUGJVdzCFuAlEAhOEPHGhSv+EMCK6AQGGqEIQKVnUTEtbhniB57hkSBAqDrsISBDfpAYrcmgcBRs7/z7QW36sVhvhMMfx5S1nVXRxwaaOPMU5lVffexB5OmffbKYY51vn9XFZ1kcUC59yvUwzzVtM095cZtvjFEht84CvFsIOHnAcjHNHBDZMUw8+dv8h5MMAe0xTD9Zn9A9Z/MgFg0bdNAAAAAElFTkSuQmCC); background-repeat: no-repeat; cursor: pointer; background-position: top 50% right 12px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { font-weight: 600; font-size: 15px; color: #6b7279; }
.panel-general-content .woocommerce-checkout ul.wc_payment_methods li::before { display: none; }

body .woocommerce { background-color:#fff; padding:50px 0 100px 0; }
body.woocommerce-account .entry-content { padding:40px 30px 20px 0; background:#fff; }

.woocommerce .col-1,
.woocommerce .col-2{
    flex: 100%;
    max-width: 100%;
}
.woocommerce .form-row{
    display: block;
}

@media (max-width: 420px){
	.woocommerce-page table.cart td.actions .coupon .input-text+.button { float: left; display: inline-block; margin-top: 10px; }
}

/* colour overrides */

:root {
 --woocommerce:#0D455F;
 --wc-green:#7bcb79;
 --wc-red:#D27E59;
 --wc-orange:#7e622d;
}
.woocommerce-store-notice,
p.demo_store {
 background-color:#0D455F;
 color:#fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
 background-color:var(--tmpl_primary);
 color:#fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
 background-color:var(--tmpl_primary);
 color:#fff
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
 background-color:#0D455F;
 color:#fff
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
 background:#ebe9eb;
 border:1px solid #e4e1e3;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
 background:#1e85be;
 color:#fff;
}
.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:#6dc22e
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
 border:1px solid #d3ced2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
 background-color:#0D455F;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
 background-color:#0D455F
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
 border-radius:1em;
 background-color:#462940;
 border:0
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
 border-top:3px solid #0D455F;
}



.woocommerce #tab-description p,
.woocommerce #tab-description ul { line-height:inherit !important; color:inherit !important; font-family:inherit !important; font-size:16px !important;  font-weight:300; }
.woocommerce #tab-description ul,
.woocommerce #tab-description ol { padding-left:1.25em; }
.woocommerce #tab-description ul li,
.woocommerce #tab-description ol li { padding:0 0 4px 8px; }
