html,body{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-family: 'Cabin', sans-serif;
	background-color: #bbb;
}
.clearfix, .clear-fix{
	clear: both;
}
.hidden{
	display: none;
}
.button{
	font-family: 'Cabin' !important;
    letter-spacing: 1px;
}
#sm-icons{
	position: fixed;
    right: 0;
    top: 30px;
    overflow: hidden;
    text-align: right;
}

#sm-icons-m {
    display: none;
}
#sm-icons a{
	display: block;
	margin-bottom: 10px;
	position: relative;
	right: -10px;
	-webkit-transiton: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#sm-icons a:hover{
	display: block;
	right: 0;
}
#enquiry-tab{
	background-color: #1ABCC1;
	padding: 5px 15px 5px 5px;
	text-decoration: none;
	color: #fff;
	font-family: 'Special Elite', sans-serif;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 2;
}
.page-template-page-contact #enquiry-tab{
	display: none;
}
#mobile-menu{
	display: none;
	-webkit-transiton: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#wrapper{
	-webkit-transiton: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	min-height: 100%;
	margin: 0 auto -100px;
}
.turquoise,.turquoise-alt{
	background-color: #1ABCC1;
	color: #fff;
}
.turquoise a,.turquoise-alt a{
color: #fff;
}
.green,.green-alt{
	background-color: #33AC6B;
	color: #fff;
}
.sand{
	background-color: #FFC263;	
}
.grey{
	background-color: #ccc;
}
.grey a{
	color: #33AC6B;
}
#topbar-wrap{
	/*position: absolute;*/
	width: 100%;
}
.home #topbar-wrap{
	position: absolute;
}
#topbar{
	width: 940px;
	margin: auto;
}
#hamburger{
	display: none;
}
#mobile-basket{
	display: none;
}
#keira-logo{
	margin-top: 26px;
	
}

.home #keira-logo{
	position: absolute;
}
#topmenu{
	margin-top: 36px;
	float: right;
	color: #fff;
}
#topmenu li{
	display: inline-block;
	margin: 0 5px;
}
#topmenu li:last-child{
	margin-right: 0;
}
#topmenu li a{
	color: #fff;
	font-size: 1.2em;
	height: 26px;
    display: inline-block;
	/* font-weight: 600; */
	position: relative;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	box-sizing:border-box;
}

#topmenu li:after {
  content: "|";
  font-size: 1.3em;
  margin-left: 10px;
}

#topmenu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 0;
  left: 0;
  border-bottom: 3px dotted #fff;
  visibility: hidden;
  /*-webkit-transform: scaleX(0);*/
  /*transform: scaleX(0);*/
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#topmenu li a:hover:before {
  visibility: visible;
   width: 100%;
   opacity: 1;
 /*-webkit-transform: scaleX(1);*/
 /*transform: scaleX(1);*/
}
#topmenu li a:hover {

}
.menu{
	float: left;
}
#basket-icon{
	float: right;
	margin-left: 10px;
    margin-top: -10px;
}
#slideshow{

}
.slide{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-sub{
	position: relative;
	height: 100%;
	left: 50%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.on .slide-sub{
	transform:translateY(50%);
}
.off-top .slide-sub{
	transform:translateY(-50%);
}
.off-bottom .slide-sub{
	transform:translateY(150%);
}

.slide-bg{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.on .slide-bg{
	transform:translateY(0);
}
.off-top .slide-bg{
	transform:translateY(100%);
}
.off-bottom .slide-bg{
	transform:translateY(-100%);
}

.slide img{
	position: relative;
	left: -600px;
	top: -400px;
}
#footer-wrap{
	width: 100%;
	height: 100px;
	background-color: #ccc;
}
.push{
	height: 100px;
}
.home #footer-wrap{
	position: absolute;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#footer-wrap.turquoise{
	background-color: #E86362;
}
#footer-wrap.green,#footer-wrap.green-alt,#footer-wrap.turquoise-alt{
	background-color: #FFC263;
}
#footer-wrap.sand{
	background-color: #1ABCC1;
}
#footer-wrap.grey{
	background-color: #1ABCC1;
}


#content{
	width: 961px;
	margin: auto;
	position: relative;
	padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#content p{
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
#content-meta{
	margin: auto;
	width: 940px;
	padding-top: 30px;
	/*padding-bottom: 20px;*/
}
#content-meta h1{
	color:#33AC6B;
	font-size: 1.4em;
	font-family: 'Special Elite', sans-serif;
	/* margin-bottom: 0.5em; */
}
#content-meta a{
	color: #fff;
}
#filters{
	padding-top: 6px;
	color: #fff;
}
#content-meta a.filter{
	color:#000;
	text-decoration: none;
	margin-right: 11px;
}
#content-meta a.filter::before{
	display: inline-block;
	font-family: 'Special Elite', sans-serif;
	font-size:1.5em;
	background-color: #000;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 15px;
	height: 15px;
	content: ' ';
	text-decoration: none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-right: 6px;
    margin-left: 7px;
    position: relative;
    top: 7px;
}

#content-meta a.filter:hover::before{
	background-image: url(../img/common/filter-ast-lo.gif);
}
#content-meta a.filter.selected::before,#content-meta a.filter.selected:hover::before{
	background-image: url(../img/common/filter-ast.gif);
}
.port-thumb{
	display: block;
	position: relative;
	width: 220px;
	height: 290px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-family: 'Special Elite', sans-serif;
}
.port-thumb img{
	display: block;
	position: absolute;
}
.onsale{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	background-color: #E86362;
	color: #fff;
	font-size: 2em;
	padding: 10px 10px 3px;
	font-family: 'Special Elite', sans-serif;
}
.thumb-label{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top:100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.thumb-label-sub{
	font-size: 1.6em;
    padding: 10px;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
.thumb-label.nostock{
	background-color: rgba(0,0,0,0.7);
	color:#fff;
}
.thumb-label.nostock h4{
	font-size: 0.8em;
}
.port-thumb:hover .thumb-label{
	top:0;
}

.third-width{
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.half-width{
	width: 460px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.full-width{
	width: 940px;
	float: left;
	margin-bottom: 20px;
}

#project-info{
	background-color: rgba(232,99,98,0.95);
	position: absolute;
	top: 40px;
    left: 40px;
    width: 860px;
    text-align: center;
    padding: 20px;
    color: #fff;
    display: none;
}

#project-info-sub{
	padding: 20px 100px;
	margin: auto;
}

#project-info-sub h2{
	line-height: 1.3em;
	margin-bottom: 1em;
	font-weight: 600;
	color: #fff;
}

#project-info-sub p{
	line-height: 1.3em;
	margin-bottom: 1em;
}

#hide-info{
	float: right;
	color: #fff;
}

#footer{
	width: 940px;
	margin: auto;
	color: #fff;
	padding-top: 30px;
	line-height: 1.3em;
}

#footer a{
	color: #fff;
}

#footer-left{
	float: left;
	width: 220px;
}
#footer-mid{
	float: left;
	text-align: center;
	width: 519px;
}
#signup-overlay{
	position: absolute;
	width: 519px;
	height: 60px;
	background-color: #1ABCC1;
	display: none;
}
#footer-right{
	float: right;
	width: 200px;
	text-align: right;
}
#signup{
	width: 310px;
	font-size: 1em;
	padding: 5px;
	margin-left: 8px;
	float: left;
	border: 0;
	height: 21px;
}
#signup-label{
	display: block;
	float: left;
	margin-top: 4px;
}
#signup-submit{
	display: inline-block;
    /* float: left; */
    border: 2px solid #fff;
    padding: 3px 8px;
    /* height: 19px; */
    margin-left: 10px;
    text-decoration: none;
    -webkit-transiton: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.grey #signup-submit:hover{
	background-color: #12a8ad;
}
#about-left{
	float: left;
	margin-right: 20px;
}

#about-right{
	width: 300px;
	float: left;
}
.green h1, .turquoise h1{
	color: #fff !important;
}

h2{
	color:#E86362;
	font-size: 1.3em;
	font-weight: bold;
}
.bs-callout{
	color: #E86362;
    font-size: 1.3em;
    font-weight: bold;
}
    

.ct-label{
	color:#E86362;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 220px;
	height: 42px;
}

.ct-input{
	float: left;
	width: 680px;
	min-height: 42px;

}

.ct-input input{
	border: 0;
	height: 26px;
	width: 490px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
}

.ct-input textarea{
	border: 0;
	width: 490px;
	height: 300px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
}

#ct-submit{

    letter-spacing: 1px;
	display: block;
    float: left;
    border: 2px solid #fff;
    padding: 7px;
    margin-left: 10px;
    text-decoration: none;
    background-color: #E86362;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin-left: 220px;
    margin-top: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Woocommerce */

.cat-desc{
	display: none;
	color: #333;
	font-size: 1.4em;
	line-height: 1.2em;
	    margin-bottom: 20px;
}
.products button{
	display: none;
}
.woocommerce-LoopProduct-link{
	display: block;
	position: relative;
	width: 220px;
	height: 290px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-family: 'Special Elite', sans-serif;

}
.woocommerce-LoopProduct-link img{
	display: block;
	position: absolute;
}

.woocommerce-LoopProduct-link:hover .thumb-label{
	top:0;
}
.woocommerce-Price-amount::before{
	content:'-';
	display: block;
}
.add_to_cart_button{
	display: none;
}
#content-meta form{
	display: none;
}
.product-left{
	float: left;
	width:460px;
}
.product-right{
	float: left;
	color: #fff;
	margin-left: 20px;
	width:460px;
}
.product-right h1{
	font-family: 'Special Elite', sans-serif;
	font-size: 2em;
}
.product-right input{
    margin-bottom: 10px;
    background-color: #999;
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 1em;
    width: 50px;
    font-weight: bold;
}

.product-right .woocommerce-Price-amount::before{
	content:none;
	display: none;
}
.woocommerce-message{
	color: #33AC6B;
}
/*
.single_add_to_cart_button{
	display: inline-block;
	line-height: 1em;
    border: 2px solid #fff;
    padding: 7px;
    text-decoration: none;
    background-color: #33AC6B;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.product-right .button, .shop_table .button, .cart-collaterals .button, #place_order{
	cursor: pointer;
    display: inline-block;
    line-height: 1em;
    border: 2px solid #fff;
    padding: 7px;
    text-decoration: none;
    background-color: #33AC6B;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
    text-transform: uppercase;
    width: auto !important;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_type_simple{
	display: none;
}
.shop_table .button{
	font-size: 1em;
}
.single_add_to_cart_button{
	margin-bottom: 20px;
}
.product-right .button{
	margin-top: 20px;
}
.product-right .price{
	margin-top: 4px;
    font-size: 1.5em !important;
}
.product-left img{
	margin-bottom: 15px;
	line-height: 0;
	display: block;
}
.product-left .thumbnails a{
	margin-right: 15px;
}
.product-left .thumbnails img{
	display: inline-block;
}
.shop_table{
	width: 960px;
}
.shop_table tbody tr{
	border-top:  2px solid #1ABCC1;
}
.shop_table a{
	color: #33AC6B;
}
.shop_table td{
	font-size: 1.2em;
	padding: 10px 0;
	padding-bottom: 15px;
	vertical-align: middle;
}
.shop_table th{
	font-size: 1.3em;
	padding: 10px;
	text-align: left;
	font-family: 'Special Elite', sans-serif;
}
.shop_table .woocommerce-Price-amount::before {
    content: '';
    display: none;
}
.quantity input{
    background-color: #999;
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 1em;
    width: 50px;
    font-weight: bold;
}
.product-remove a{
	padding: 10px;
	font-size: 2em;
    font-weight: bold;
	display: block;
    text-decoration: none;
}
.form-row label{
	float: left;
	width: 220px;
	height: 42px;
}
.form-row input{
	border: 0;
	height: 26px;
	width: 490px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
	font-size: 0.9em;
}
.form-row select{
	margin-bottom: 5px;
    font-size: 0.9em;
}
#billing_address_2{
	/*margin-left: 220px;*/
}
.form-row textarea{
	border: 0;
	width: 490px;
	height: 150px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 5px;
}
.woocommerce h2, .woocommerce h3{
	margin-bottom: 10px;
}
#place_order{
	margin: 30px 0;
} 

.product-thumbnail img{
    margin-right: 5px;
}

.wp-embedded-content{
	position: static !important;
}

.parsley-required{
	padding: 5px 0;
}
@media only screen and (max-width: 1400px) and (max-height: 1000px) {
	/*
	.slide img{
		width: 900px;
		height: 600px;
		top:-300px;
		left: -450px;
	}
	#topbar{
		width: 700px;
	}
	*/
}

@media only screen and (max-width: 1200px){
	#topmenu li a {
	    font-size: 1.1em;
	}
	#content-meta a.filter {
	    margin-right: 5px;
	    font-size: 0.9em;
	}
	.third-width {
	    width: 220px;
	}
	.half-width {
	    width: 340px;
	}
	.full-width{
		width: 700px;
	}
	#topbar{
		width: 700px;
	}
	#content{
		width: 721px;
	}
	#content-meta{
		width: 700px;
	}
	#footer{
		width: 700px;
	}
	#footer-left{
		width: 200px;
	}
	#footer-mid{
		width: 298px;
	}
	#footer-right{
		
	}
	#signup{
		width: 300px;
	}
	#project-info{
		width: 620px;
	}
	#project-info-sub {
	    padding: 10px 60px;
	}

	#about-left img{
		width: 460px;
		height: 660px;
	}
	#about-right{
		width: 220px;
	}

	.product-right{
		width: 220px;
	}
	.ct-label{
		width: 200px;
	}

	.ct-input{
		width: 490px;
	}

	#ct-submit{
	    margin-left: 200px;
	}

	.shop_table {
    	width: 700px;
	}
}
@media only screen and (max-width: 780px){
		
	.half-width, .third-width, .full-width{
		width: 320px;
	}

	#topbar{
		width: 320px;
	}
	#topmenu{
		display: none;
	}
	#content{
		width: 340px;
		position: static;
	}
	#content-meta{
		width: 320px;
	}

	#content-meta a.filter {
	    display: block;
	}

	#hamburger{
		position: absolute;
    	right: 20px;
		display: block;
		/*float: right;*/
		color: #fff;
		font-size: 1.7em;
    	margin-top: 10px;
	}
	#mobile-basket{
		position: absolute;
    	right: 20px;
		display: block;
    	top: 50px;
	}
	#keira-logo {
	    margin-top: 6px;
	    width:230px;
	}

	.port-thumb{
		width: 155px;
		min-height: 294px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-decoration: none;
	}

	.port-thumb img{
		width: 155px;
		height: 204px;
	}
	.thumb-label{

   
	    position: static;

	    margin-top: 204px;

	    min-height: 90px;
	}
	.thumb-label-sub{
		font-size: 1em;

   		padding: 10px;
   		position: static; 

   		-webkit-transform: none;
   		-ms-transform: none;
   		transform: none;

	}
	.woocommerce-LoopProduct-link {
		width: 155px;
		min-height: 384px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-decoration: none;
	}
.woocommerce-LoopProduct-link img{
		width: 155px;
		height: 204px;
	}

	.woocommerce-LoopProduct-link .thumb-label{
	min-height: 180px;
	}
	#project-info{
		top:0;
		left: 0;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width: 100%;
		background-color: rgba(232,99,98,1);
	}
	#project-info-sub{
		padding: 0;
	}
	.peek{
		-moz-transform: translateX(-220px);
	    -ms-transform: translateX(-220px);
	    -webkit-transform: translateX(-220px);
	    transform: translateX(-220px);
	}
	#mobile-menu{
		display: block;
	    position: fixed;
	    right: -220px;
	    width: 220px;
	    padding-top: 10px;
	}
	#mobile-menu li a{
		font-size: 1.5em;
		display: block;
		padding: 8px 20px;
		color: #fff;
	}
	#wrapper{
		margin: 0;
		height: auto;
		min-height: auto;
	}
	.home #wrapper{
		min-height: 100%;
	}
	.push{
		height: 0;
	}

	#footer-wrap{
		height: auto;
		/* height: 230px;*/
	}
	.home #footer{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#footer{
		width: 320px;
	}
	#footer-left{
		width: auto;
	}
	#footer-mid{
		width: 320px;
		text-align: left;
	}
	#signup-label{
		margin-top: 15px;
	}
	#signup-submit{
		margin-left: 0;
		margin-top: 7px;
		margin-bottom: 15px;
	}
	#signup{
		margin-top: 4px;
		margin-left: 0;
	}
	#footer-right{
		width: 340px;
		display: none;
	}

	#about-left img{
		width: 320px;
		height: 449px;
	}
	#about-right{
		margin-top: 10px;
		width: 320px;
	}

/*
	.slide img{
		width: 340px;
		height: 227px;
		top:-200px;
		left: -170px;
	}
*/
	.ct-label{
		width: 320px;
		height: 30px;
	}

	.ct-input{
		width: 320px;

	}

	#ct-submit{
	    margin-left: 0;
	}

	.ct-input input{
		
		width: 320px;

	}

	.ct-input textarea{

		width: 320px;

	}
	#sm-icons {
	    display: none;
	}
	#sm-icons-m {
	    display: block;
	    float: left;
	    position: relative;
    	top: -7px;
    	margin-bottom: 20px;
	}
	#sm-icons-m a{
		margin-right: 6px;
		margin-left: 0;
	}
	.woocommerce-main-image img{
		width: 320px;
		height: auto;
	}
	.product-right {
	    margin-left: 0;
	    width: 320px;
	}
	.coupon input{
		height: 26px;
		width: 320px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		padding: 5px;
		display: block;
		margin-bottom: 5px;
	}
	.form-row input, .form-row textarea , .form-row select {
	    width: 320px;
	}
	#billing_address_2 {
    	margin-left: 0;
	}
	.shop_table{
		width: 320px;
	}
	.shop_table thead{
		display: none;
	}
	.shop_table td{
		font-size: 1em;
	}
	.shop_table th {
	    font-size: 1em;
	}
	.product-thumbnail img{
		width: 40px;
		height: 40px;
	}
	.quantity input {
	    padding: 6px;
	    font-size: 0.9em;
	    width: 25px;
	}
	.shop_table .button {
	    margin-bottom: 5px;
	}
	.product-left{
		width:320px;
	}
}
.wc_payment_method{
 display: flex;
 align-items: center;
}
.wc_payment_method label{
	display: flex;
	align-items: center;
}
.wc_payment_method img{
	margin:0 20px;
}
.wc_payment_method .input-radio{
	margin: 0 10px 0 0;
}
.woocommerce-checkout-payment{

}
.woocommerce-checkout-payment ul li{
	margin: 20px 0;
}
.wc_payment_method img.stripe-icon{
	width: 60px;
	margin:0;
	margin-left: 20px;
}
.wc_payment_method img.stripe-icon+img.stripe-icon{
	margin-left: 10px;
}
#content .payment_box p{
	margin:0;
	font-size: 1rem;
	max-width: 600px;
	padding-left: 10px;
}
.wc_payment_method.payment_method_bacs label{
	align-items: initial;
}
.wc_payment_method.payment_method_bacs{
	align-items: initial;
}
#shipping_method li{
	display: flex;
	margin-bottom: 10px;
	font-size: 1em;
}
#shipping_method label{
	padding-left: 5px;
}
.shop_table.woocommerce-checkout-review-order-table th{
	padding-left: 0;

}
