/*
Theme Name: CLD Commerce
Author: Luke Nicholas Cohen @ Clever Little Design
Author URI: http://cleverlittledesign.co.uk
Description: Blank, responsive WooCommerce theme.
Version: 1.0
*/

body {

}

h1, h2, h3, h4, h5 {
	font-family:'Oswald' !important;
	font-weight:normal;
}
.aligncenter {
	max-width:100%;
	text-align:center;
	margin: 0 auto;
}
table{
	border: 1px solid #ddd;
	width: 100%;
}
table th{
	padding: 10px 20px;
	background-color:#ffcb05!important;
	color:#000000;
	font-family:'Oswald' !important;
	font-weight:normal;
	font-size: 1.1em;
}
table td{
	padding: 15px 20px;
	border: 1px solid #ddd;
	font-size: 1.1em;
}
table td.price {
	color:#0000c6!important;
	text-align: center;
}
table>tbody>tr:nth-child(odd) {
	background-color: #f9f9f9;
}
input[type='text'],input[type='number'],input[type='password'],input[type='email']{
	height: 30px;
	font-size: 1em;
	padding: 0 15px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
textarea,textarea.form-control{
	border-radius: 0;
	box-shadow: none;
}
form label{
	line-height: 1.5em;
	font-weight: normal;
}
form table td{
	padding: 18px 20px;
}
input[type=radio], input[type=checkbox]{
	height: auto;
	width: auto;
}
span.required{
	color: red;
}

.topgreybar {
	background-color:#ebebec;
	text-align:right;
	padding-top:8px;
	padding-bottom:8px;
	text-transform:uppercase;
}

.topgreybar a {
	color:#666!important;
	font-family:'Oswald';
}

.panel, .breadcrumb {
	border-radius:0px!important;
}

.breadcrumb {
	background-color:#ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight:100!important;
	font-size:12px;
	color:#999;
	padding-left:0px!important;
}

.breadcrumb a {
	color:#999;
}

.navmain {
	background-color:#0000c6;
	font-family:'Oswald' !important;
}

#topmenu {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}

#topmenu ul {
    text-align:center;
	padding: 0;
}

#topmenu ul li {
		display:block;
   	float:left;
   	list-style:none;
   	margin-right:50px;
}
#topmenu ul li:last-child{
	margin-right: 0;
}

#topmenu li, #topmenu li a {
	color:#ffffff;
	text-transform:uppercase;
	padding-right:25px;
	font-weight:100;
	font-size:16px;
	padding: 15px 0;
	letter-spacing: 1px;
}

#topmenu li a.dropdown {
	background-image:url('../img/dropdown-arrow.png');
	background-repeat:no-repeat;
	background-position:right;
}

#s {
	border:none;
	background-image:url('../img/search.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
}

.hovermenu {
	display:none;
	height:auto;
	min-height:150px;
	border:3px solid #0000c6;
	position:absolute;
	width:100%;
	z-index:100000;
	background-color:#fff;
	padding:20px;
}

.hovermenu:hover {
	display:block;
}

#topmenu li a:hover .hovermenu {
	display:block;
}

.ddlist ul {
	list-style:none;
}
.ddlist ul li {
	border-bottom:1px solid #ffcb05;
	color:#000000;
	padding-bottom:10px;
	padding-top:10px;
	color:#000;
	font-family:'Montserrat';
	font-size:12px;
}

.ddlist ul li a {
	color:#000;
}

.searchrow {
	border-top:1px solid #ffcb05;
	padding-top:10px;
	padding-bottom:10px;
}

.headmain {
	padding-top:20px;
	padding-bottom:5px;
}

.headmain .phone {
	font-size:18px !important;
	margin:0px 0px 4px 0px;
	padding:0px;
	font-family: 'Oswald' !important;
	line-height: 1.1;
}

.headmain h2 {
	font-size:14px !important;
	margin:0px;
	padding:0px;
	/*text-align:justify!important*/;
	text-transform:uppercase;
	color:#999;
}

.footer {
	margin-top:50px!important;
	font-weight:normal;

}
.footer .dividercontact a {
	color: #fff;
}

.footlinks li {
	line-height: 24px;
}

.credit {
	text-align:right!important;
	font-family:'Oswald'!important;
	color:#fff!important;
	font-weight:normal!important;
}

.foot-1 {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #9B9bA1;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 100!important;
	font-family: 'Oswald';
}

.foot-2 {
	padding-top:30px;
	padding-bottom:40px;
	background-color:#f5f5f5;
}

.foot-2 .section-header {
	font-size:18px!important;
	margin:0px 0px 20px 0px;
	padding:0px;
}

.foot-2 p {
	font-family:'Oswald';
	font-weight:100;
	font-size:16px;
}

.foot-2 ul {
	list-style:none;
}

.foot-2 ul li a {
	text-decoration:none;
	font-family:'Oswald';
	font-weight:100;
	color: #999;
}

.foot-3 {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffcb05;
}

.foot-4 {
	padding-top:20px;
	padding-bottom:40px;
	background-color:#141414;
}

.footright p {
	font-family:'Montserrat'!important;
	font-size:12px;
}
.footright h4{
	font-size: 36px;
	margin: .67em 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
.ui-datepicker-header{
	background: #ffcb05;
}

.ui-datepicker-header .ui-datepicker-prev{
	float: left;
	padding-left: 10px;
}
.ui-datepicker-header .ui-datepicker-next{
	float: right;
	padding-right: 10px;
}
.ui-datepicker-calendar {
	background-color:#ffffff!important;
}
.ui-datepicker-title{
	font-weight: 600;
	text-align: center;
}
.attachment-thumbnail {
	float:left;
	margin-right:8px;
}

.pad10 {
	padding:10px!important;
}

.pad12 {
	padding:12px!important;
}

.pad15 {
	padding:15px!important;
}

.pad20 {
	padding:20px!important;
}

.homeblock {
	background-repeat:no-repeat;
	background-position:center top;
	background-clip:content-box;
	overflow: hidden;
	background-size: cover;
	margin-top: 40px;
}


.homeblock-cover {
	background-color: rgba(0,0,0,0.7);
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 100!important;
	display: none;
	padding-top: 10px;
	margin-top: -215px;
	height: 160px;
	z-index: 250000;
	padding: 10px;
}

.homeblock h2 {
	width: 100%!important;
	background-color: #9b9ba1!important;
	text-align: center;
	font-size: 22px!important;
	font-weight: 100!important;
	color: #fff;
	text-transform: uppercase;
	height: 55px;
	margin-top: 160px;
	line-height: 53px;
	margin-bottom: 0;
}

.home-toolhire {
	background-image:url('../img/home-toolhire.jpg');
}

.home-planthire {
	background-image:url('../img/home-planthire.jpg');
}

.home-productsales {
	background-image:url('../img/home-productsales.jpg');
}

.home-banner {
	margin-bottom:30px;
}

.container {
	max-width:990px!important;
}

.home-competition, .home-tradecard {
	background-image:url('../img/yellow-corner-right.png');
	background-repeat:no-repeat;
	background-position:top right;
	border:4px solid #ffcb05;
	min-height:300px;
	height:auto;
	background-clip:content-box;
	margin-top:30px;
	padding: 0 !important;
}
.home-tradecard {
	background-image:url('../img/blue-corner-right.png');
	border-color: #0000c6;
}
.home-competition h3, .home-tradecard h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	line-height: 30px;
	margin-top: 18px;
	background-color: transparent;
}

.home-competition p, .home-tradecard p {
	font-size: 16px;
	color: #000000;
	line-height: 18px;
}

.home-offer {
	background-color:#f9f9f9;
	border:1px solid #ecedee;
	background-image:url('../img/yellow-corner.png');
	background-repeat:no-repeat;
	background-position:top left;
	min-height:300px;
	height:auto;
	background-clip:content-box;
	margin-top:30px;
	padding:0px!important;
}
.home-offer:hover,.homesq:hover{
	border-color: #ffcb05;
}

.home-offer h3 {
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	margin-top:30px;
	margin-bottom:15px;
	font-weight:normal!important;
	color: #000000;
}

.home-offer p {
	font-size:14px;
	text-align:center;
	line-height: 18px;
}

.home-competition img, .home-tradecard img, .home-offer img {
	margin-left:auto;
	margin-right:auto;
	max-height:140px;
}

.homesq {
	min-height:145px;
	height:auto;
}

.homesq h3 {
	text-align:left;
	font-size:22px;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:normal!important;
}

.homesq-delivery {
	background-color:#f9f9f9;
	border:1px solid #ecedee;
	margin-top:30px;
	background-image:url('../img/van.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.homesq-enquiry {
	background-color:#0000c6;
	margin-top:30px;
}

.homesq-response {
	background-color:#f9f9f9;
	border:1px solid #ecedee;
	margin-top:30px;
	background-image:url('../img/clock.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.homesq-response p, .homesq-delivery p {
	width:70%;
	font-size:13px;
	line-height:normal;
}

.homesq-response h3, .homesq-delivery h3 {
	color: #000000;
}

.homesq-enquiry .innerbtn a {
	color:#fff!important;
}

.homesq-account {
	background-color:#ffcb05;
	margin-top:30px;
}

.homesq .innerbtn {
	display:block;
	width:85%;
	border:1px solid;
	padding:8px 15px 8px 15px;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:auto;
	text-transform:uppercase;
	text-align:center;
	font-family:'Oswald';
}

.homesq-enquiry .innerbtn {
	border-color:#ffffff;
	color:#ffffff;
}

.homesq-account .innerbtn {
	border-color:#000000;
	color:#000000;
}

.headquote {
	text-align:center;
	background-color:#0000c6;
	color:#fff!important;
	/*width:140px;*/
	border-radius:5px;
	text-transform:uppercase;
	height:100%!important;
	font-family:'Oswald';
	font-weight:100!important;
	padding:10px 20px 10px 20px;
}

.headquote a {
	color:#fff!important;
}

.navmobile {
	display:none;
}

.navmobile ul li {
	text-align:center;
	text-transform:uppercase;
	font-family:'Oswald';
	font-size:20px;
}

#order-conf-summary {
	display:none;
}

.headh {
	line-height:19px!important;
}

@media (min-width:992px) {
	.homeblock:hover > .homeblock-cover {
		display: block;
	}
}

@media (max-width:991px) {

	#s {
		margin:0px auto!important;
		margin-left:auto!important;
		margin-right:auto!important;
		float:none!important;
	}

	.page-title {
		text-align:center;
	}

	.homeblock h1 {
		margin-top:30px!important;
	}

	.homesq {
		padding-top:1px;
	}

	.homesq-account {
		margin-top:30px;
	}

	.navmain {
		display:none!important;
	}

	.navmobile {
		display:block!important;
	}

	.product-list {
		margin-bottom:30px;
	}

	.headimg {
		margin:0px auto;
		margin-left:auto;
		margin-right:auto;
	}

	.headh {
		text-align:center!important;
	}

	.headquote {
		text-align:center!important;
		margin-top:20px;
		width:30%;
		margin-left:35%;
		margin-right:35%;
	}

	.breadcrumb, .sidemain {
		display:none;
	}

}

.home {
	margin-top:30px;
}
.product h5{
	font-size: 12px;
	color: #999;
}
.product-img img{
	border: 1px solid #ddd;
}
.product-list {
	margin-top:20px;
	border:1px solid #ecedee;
}

.product-list:hover {
	border:1px solid #ffcd11;
}

.product-list h1, .product-list h2, .product-list h3 {
	font-family:'Montserrat'!important;
}

.product-list h2 {
	font-size:16px!important;
	font-weight:normal!important;
	margin-bottom:20px!important;
	font-weight:100!important;
	margin-top:0px!important;
	padding-top:0px!important;
	color:#000!important;
	height:50px;
}

.product-list h2 a {
	color:#000!important;
}

.product-list h3 {
	font-size:18px!important;
	margin-bottom:0px!important;
}

.product-list h4 {
	font-size:12px!important;
	color:#000000;
	font-weight:normal!important;
	margin-top:5px!important;
}

.product-list-image {
	min-height:185px;
	text-align:center;
	padding-top:20px;
}

.product-list-image img {
	margin:0px auto!important;
	max-height: 150px;
	float: none;
}

.product-list-details {
	background-color:#f9f9f9;
	border-top:1px solid #ecedee;
	padding:15px;
	height:130px;
}

.panel-heading {
	background-color:#0000c6!important;
	border-radius:0px!important;
	color:#ffffff!important;
	font-family:'Oswald'!important;
	font-weight:normal!important;
	text-transform:uppercase;
}

.side-enquiry {
	background-color:#0000c6;
	background-clip:content-box;
	text-align:center;
	margin-bottom:20px;
}

.side-enquiry .heading a {
	color:#fff!important;
}

.side-open {
	background-color:#ffcb05;
	background-clip:content-box;
	text-align:center;
	margin-bottom:20px;
}

.side-how {
	background-color:#0000c6;
	background-clip:content-box;
	text-align:center;
	margin-bottom:20px;
}

.side-contact {
	background-color:#ffcb05;
	background-clip:content-box;
	text-align:center;
	margin-bottom:20px;
}

.side-how .heading a {
	color:#fff!important;
}

.side-enquiry .heading, .side-open .heading, .side-how .heading, .side-contact .heading {
	margin-top:15px;
	margin-bottom:15px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Oswald';
	font-weight:100!important;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	line-height: 1.4em;
}

.side-open .heading, .side-contact .heading {
	color:#005496!important;
}

#menu-planthire {
	display:none;
}

#menu-toolhire {
	display:none;
}

#menu-sales {
	display:none;
}

.bigbtn , input[type='submit']{
	background-color:#0000c6;
	padding-top:10px;
	padding-bottom:10px;
	font-family:'Oswald';
	color:#FFFFFF;
	font-weight:100!important;
	text-align:center;
	text-transform:uppercase;
	border:none;
	padding-left:14%;
	padding-right:14%;
	font-size: 1.2em;
}

.pdflink {
	padding-left:30px;
	height:20px;
	background-image:url('../img/pdf_icon.png');
	background-repeat:no-repeat;
	background-position:left;
	font-weight:100!important;
	background-size:contain;
}

.leftmenu {
	font-weight:100!important;
	background-color:#f7f7f7;
	background-image: url('../img/arrow-right.png');
	background-position: 96%;
	background-repeat: no-repeat;
}
.leftmenu.current{
	background: #e0e0e0;
	background-image: url('../img/arrow-blue.png');
	background-position: 96%;
	background-repeat: no-repeat;
}

.leftmenu {
	font-weight:100!important;
	color:#333;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.page-title, h2{
	margin-top: 0;
}
/*! http://responsiveslides.com v1.54 by @viljamis */



.rslides {

  position: relative;

  list-style: none;

  overflow: hidden;

  width: 100%;

  padding: 0;

  margin: 0;

  }



.rslides li {

  -webkit-backface-visibility: hidden;

  position: absolute;

  display: none;

  width: 100%;

  left: 0;

  top: 0;

  }

/* change */

.rslides li ul {
	width:50%;
	float:right;
}

.rslides li ul li {
	margin-top:-200px;
	color:#fff;
	background-color:rgba(0,0,0,0.75);
	font-weight:bold;
	font-family:;
	font-size:30px;
	text-align:center;
	padding:20px;
}


.rslides li:first-child {

  position: relative;

  display: block;

  float: left;

  }



.rslides img {

  display: block;

  height: auto;

  float: left;

  width: 100%;

  border: 0;

  }

.rslides_container {

  margin-bottom: 0;

  position: relative;

  float: left;

  width: 100%;

  }



.rslides_nav {

  z-index: 3;

  position: absolute;

  -webkit-tap-highlight-color: rgba(0,0,0,0);

  top: 50%;

  left: 0;

  opacity: 0.7;

  text-indent: -9999px;

  overflow: hidden;

  text-decoration: none;

  height: 61px;

  width: 38px;

  background: transparent url("themes/themes.gif") no-repeat left top;

  margin-top: -55px;

  }



.rslides_nav:active {

  opacity: 1.0;

  }



.rslides_nav.next {

  left: auto;

  background-position: right top;

  right: 0;

  }



.rslides_nav:focus {

  outline: none;

  }



.rslides_tabs {

  margin-top: 10px;

  text-align: center;

  }



.rslides_tabs li {

  display: inline;

  float: none;

  _float: left;

  *float: left;

  margin-right: 5px;

  }



.rslides_tabs a{

  text-indent: -9999px;

  overflow: hidden;

  -webkit-border-radius: 15px;

  -moz-border-radius: 15px;

  border-radius: 15px;

  background: #ccc;

  background: rgba(0,0,0, .2);

  display: inline-block;

  _display: block;

  *display: block;

  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);

  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);

  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);

  width: 9px;

  height: 9px;

  }



.rslides_here a {

  background: #222;

  background: rgba(0,0,0, .8);

  }

.caption {

  position: absolute;
  display: block;
  bottom: 11%;
  right: 0;
  padding: 20px 40px;
  color: #fff;
  font-size: 3em;
  width: 46%;
  line-height: 1em;
  background: rgba(0,0,0,0.7);
}

.caption span{
	color: #ffcb05;
	display: block;
	font-size: 0.551em;
	line-height: 1em;
	margin-top: 15px;
}

@media (max-width: 767px){
	.caption{
		width: 58%;
		padding: 10px;
		font-size: 1.8em;
	}
}
.shadow{
    box-shadow: inset 0px -15px 72px 11px rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.related-item{
	margin: 5px 0 20px;
	padding: 0;
	border: 1px solid #ddd;
}

.related-item .container-image{
	padding: 30px 15px;

}
.related-item .container-image p{
	padding-left: 120px;
	margin-top: 0;
	font-size: 16px;
}
.related-item .attachment-thumbnail {
	width: 100px;
	border: 1px solid #ddd;
}
.related-item .container-detail{
	padding: 0;
	border-left: 1px solid #ddd;
}
@media (max-width: 786px){
	.home-banner {
		margin-bottom: 0;
	}
	
	.related-item .container-detail{
		clear: both;
	}

	.rslides li ul {
		width:100%;
	}

	.rslides li ul li {
		font-size:18px;
		bottom: 0;
		top: auto;
		margin-top: auto
	}

	.homeblock {
		/*display:none;*/
	}
}

.related-item .container-detail .price {
	color:#0000c6;
	padding: 0 10px;
}
.related-item .container-detail > div{
	padding: 20px 5px 20px 15px;
}

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

.error{
	display: none;
	color: red;
}
.fieldError,.woocommerce-error{
	color: red;
}

#share-buttons img {
	width: 35px!important;
	padding: 5px!important;
	border: 0!important;
	box-shadow: 0!important;
	display: inline!important;
}

.panel-competition, .panel-tradecard {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-competition .competition-header {
	padding:44px 0;
	background: #ffcb05 url(../img/competition-bg.jpg) no-repeat top right;
}
.panel-competition .competition-label {
	color:#000000;
	text-align:center;
	font-size: 30px;
	text-transform: uppercase;
}
.panel-competition .competition-label em {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-style: normal;
}
@media (max-width: 767px){
	.panel-competition .competition-label em {
		border: none;
	}
}
.panel-competition .competition-main {
	border: 5px solid #ffcb05;
	padding: 20px;
}
.panel-competition .competition-main h1 {
	color:#000000;
	font-size: 50px;
	text-transform: uppercase;
	border-top: 7px solid #ffcb05;
	border-bottom: 7px solid #ffcb05;
	padding: 10px 0;
	margin-top: 30px;
}
@media (max-width: 767px){
	.panel-competition .competition-main h1 {
		font-size: 27px;
		border-width: 4px;
		margin-top: 0
	}
}
.panel-competition .mc4wp-form, .panel-tradecard .mc4wp-form {
	background-color: #f7f7f7;
	padding:25px;
	margin-bottom: 50px;
}
.panel-tradecard .mc4wp-form {
	margin-bottom: 0;
}
.panel-competition .mc4wp-form .bigbtn, .panel-competition .mc4wp-form input[type='submit'], .panel-tradecard .mc4wp-form .bigbtn, .panel-tradecard .mc4wp-form input[type='submit'] {
	background-color: #fefefe;
	text-transform: uppercase;
	color: #343434;
	border: 2px solid #343434;
	font-weight: 700;
}
.mc4wp-form input[type='text'], .mc4wp-form input[type='number'], .mc4wp-form input[type='password'], .mc4wp-form input[type='email'] {
	display: block;	
}
#mce-error-response {color: #a94442}
#mce-success-response {color: #3c763d}

.panel-competition h2, .panel-tradecard h2 {
	color:#343434;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 19px;
	margin-bottom: 20px;
}
.panel-competition ul li, .panel-tradecard ul li {
	margin-bottom: 10px;
	color: #585858;
	font-size: 16px;
	font-weight: 100;
}

.tradecard-main {
	background-color: #53a8e8;
	overflow: hidden;
}

.tradecard-offer {
	border: 2px solid #53a8e8;
	float: left;
	width: 100%;
	font-size: 19px;
	font-family: arial;
	font-weight: 100;
	line-height: 26px;
}
.tradecard-offer .col-xs-12 {
	padding: 30px;
}
.tradecard-offer .tradecard-header {
	padding:20px 30px;
	background: #53a8e8;
}
.tradecard-offer .tradecard-header h1 {
	font-family:'Oswald' !important;
	font-weight:100;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 27px;
	color: #fff;
}
.tradecard-offer p {
	font-size: 19px;
	font-family: arial;
	font-weight: 100;
	line-height: 26px;
}

.panel-tradecard .tradecard-main h1, .panel-tradecard .tradecard-main h2, .panel-tradecard .tradecard-main p, .panel-tradecard .tradecard-main a {
	color: #fff;
	margin-bottom: 25px;
	-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;
}
.panel-tradecard .tradecard-main h1 {
	font-size: 41px;
	text-align: center;
	padding: 0 40px;
	margin: 50px 0;
	line-height: 60px;
	text-transform: uppercase;
}
.panel-tradecard .tradecard-main h2 {
	font-size: 25px;
	text-transform: uppercase;
	border: none;
}
.panel-tradecard .tradecard-main p {
	font-size: 19px;
	font-family: arial;
	font-weight: 100;
	line-height: 26px;
}
.panel-jumbo {
	padding: 60px 30px 20px 30px;
	color: #000000;
	font-size: 33px;
	line-height: 33px;
	background-color: #ffcb05;
	margin-bottom: 30px;
	font-family:'Oswald' !important;
	font-weight:normal;
	text-transform: uppercase;
}
.panel-jumbo.trade {
	background-color: #0000c6;
	color: #ffffff;
}
.panel-thankyou {
	border: 1px solid #555555;
	padding: 30px;
}
.panel-thankyou h1 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 19px;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
}
.panel-thankyou p {
	color:#000000;
	font-size: 15px;
	margin-bottom: 15px;
}
.custom-button {
	background-color: #fefefe;
	text-transform: uppercase;
	color: #343434;
	border: 2px solid #343434;
	font-weight: 100;
	padding: 10px 20px;
}

.fb-button {
	background-image:url('../img/btn-fbshare.png');
	background-repeat:no-repeat;
}
.tw-button {
	background-image:url('../img/btn-twshare.png');
	background-repeat:no-repeat;
}
.woocommerce-checkout-payment {
	display: none;
}