.woocommerce-message.message-wrapper {
    display: none;
}
.best-sellers .divider {
    background: #18627e;
    height: 2px;
    margin-bottom: 40px;
    margin-top: 10px;
}

/*=============== How It Work ===================*/
.how-it { background-color: #66ccff; background-image: url(https://www.justmywash.com/wp-content/uploads/2018/09/container-3.jpg);background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; padding: 60px 0; background-size: cover; position: relative; box-shadow: inset 0px 0px 50px rgba(0,0,0,0); color: #fff;}
.how-it h2 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0!important;
    letter-spacing: 1px;
    position: relative;
}
.how-it h2 span {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #66ccff;
    left: 50%;
    margin: 0 0 0 -40px;
}
.h-steps { text-align: center; line-height: normal; font-size: 15px; margin: 0 0 15px 0; padding: 15px 30px; background-color: rgba(255,255,255,1);box-shadow: 0px 0px 0 10px rgba(255,255,255,.5); color: #0071bc;  display: inline-block; border-radius: 20px;font-weight: 700;}
.h-steps img { width: 100px; height: auto; margin: 0 0 10px 0;}
@media screen and (max-width: 768px){
.h-steps{text-align:center; line-height:normal; font-size:12px; margin:25px 0; padding:15px 30px; background-color:rgba(255,255,255,1); box-shadow: 0px 0px 0 10px rgba(255,255,255,.5); color: #0071bc; display: inline-block; border-radius: 20px; font-family: 'Lato-Black';}
.h-steps img { width: 70px; height: auto; margin: 0 0 10px 0;}
}
/*=============== Why Choose Us ===================*/
.home-advantage { background: #ffffff; color: #000000; text-align: center; padding: 40px 0;}
.home-advantage h2{color: #00a4d7; margin-bottom: 58px; font-weight: 600; text-transform: uppercase; letter-spacing:2px;}
.home-advantage h4 {  color: #333333; margin-bottom: 10px; font-size: 18px; margin-top: 20px; font-weight: 600;}
.adv-pad{margin-top: 20px;}

.bg-blue {
    background-color: #045089;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.th-cta {
    text-align: center;
}
.th-cta .th-cta-text, .th-cta .th-cta-btn {
    display: inline-block;
}
.th-cta-text span {
    color: #ffffff;
      color: #ffffff;
    font-size: 24px;
    margin-left: 15px;
    margin-right: 15px;
}
.th-cta .th-cta-btn {
    margin: 10px 15px;
}
.th-cta .btn-image {
    display: inline-block;
    padding: 0 !important;
}
.th-cta .th-btn {
    font-size: 18px;
    padding: 12px 45px;
    margin: 5px 5px 10px;
}
.th-btn.btn-image img {
    max-height: 50px;
    width: auto;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: 13px;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgb(0, 0, 0);
    transition: all .2s;
}

/*---------------------------------
* 11. Our Clients
-----------------------------------*/
.about.us {
    text-align: center;
    color: #000;
}
.about.us h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}
.clients-list {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.clients-list ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clients-list li {
  float: left;
  padding: 20px;
  position: relative;
}
.clients-list li img {
  display: block;
  margin: 0 auto;
}
.clients-border li:before,
.clients-border li:after {
  content: '';
  position: absolute;
}
.clients-border li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.clients-border li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.clients-col-5 li {
  width: 20%;
}

.clients-col-4 li {
  width: 25%;
}

.clients-col-3 li {
    width: 33.33%;
    margin-left: 0px !important;
    margin-bottom: 0px;
    text-align: center;
}

.clients-col-2 li {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px){
  .clients-col-5 li,
  .clients-col-4 li,
  .clients-col-3 li,
  .clients-col-2 li {
    width: 50%;
    text-align: center;
  }
}




.price-list{
	color:#0071bc;
}
.price-list ul{
	margin:0 0 0 0;
}
.price-list ul:before, .price-list ul:after{
	display: table;
	content: "";
}
.price-list ul:after{	
	clear: both;
}
.price-list ul li{
		margin-bottom: 10px;
    list-style-type: none;
    float: left;
    width: 33%;
    font-size: 15px;
    font-weight: 700;
    margin-left: 0px;
}
.price-list ul li span{
	width:60%;
	display:inline-block;
  color: #404040;
}
.price-list h3{
	font-size:18px!important;
	color:#0071bc!important;
	margin:0!important;
}
@media screen and (max-width : 768px) {
.price-list ul li{
	width:50%;
}
}
@media screen and (max-width : 480px) {
.price-list ul li{
	width:100%;
}
.price-list ul li span{
	width:75%;
}
}

.vartable_selectall.button.btn {
    margin-right: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid #000;
}
.vartable_selectall_check {
    display: none !important;
}
.vartable_selectall.button.btn label {
    margin-bottom: 0.0em;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
}
.product-info h1 {
    font-weight: 500;
}


/*---------------------------------
* Tabs
-----------------------------------*/
.tabbed-content .nav-line>li {
    margin: 0 .1em;
    margin-bottom: -1px;
}
.nav-line>li.active>a {
    background-color: #fff;
  	color: #000000;
    font-weight: 500;
}
.col-inner ul li.tab {
    margin-left: 0;
}
.nav-line>li>a {
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: rgba(0,0,0,0.04);
    padding-left: 25px;
    padding-right: 25px;
}
.nav-line+.tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
}
.tab-panels .panel.active {
    display: block !important;
}
.tab-panels .entry-content {
    padding: 0;
}
.pricing h3 {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #000;
}
.pricing .divider {
    background: #18627e;
    height: 2px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.pricing h3 {
    margin-top: 35px;
    margin-bottom: 17px;
}
.delivery-timing {
    padding-top: 50px;
}
.best-sellers h1 {
    color: #40b4d6;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 24px;
}
.box-text.box-text-products {
    padding-left: 1.2em;
    padding-right: 1.2em;
    background: #fbfbfbcc;
}

.byconsolewooodt_delivery_date
{
    width: 50%;
    float: left;
}
.byconsolewooodt_delivery_time{
    width: 50%;
    float: left;
    padding: 0px 0 0px 20px;
}