/*Desktop Size*/
.cc-btn.cc-dismiss {
	max-width: 130px !important;
	min-width: 50px !important;
	background-color: #89c709 !important;
	color:#fff!important;
}

.cc-compliance.cc-highlight .cc-btn.cc-allow {
	max-width: 130px !important;
	min-width: 50px !important;
	background-color: #8e0430 !important;
	color:#fff!important;
}
.cc-grower{max-height:500px!important;max-width:1075px;margin:0 auto;}
.cc-window.cc-floating{max-width:100%!important;}
.cc-window{background-color:#0090c5!important;}
.cc-window h2{color:#fff!important;}
.cc-window a, .cc-window a:active, .cc-window a:visited{color:#fff;opacity:.8;text-decoration:underline;}
.cc-window a:hover{color:#fff;opacity:1;}
.cc-message h2, .cc-message p {margin:0;}

/****/
.bd.plntxt p{
  margin: 15px 0px;
}
                   
.plaintext table td p {
    margin: 0;
}
                   
.plaintext table td {
  padding: 0 5px;
}
/************************************************
 *
 Uncomment if privacy table has not bordered.
 *
 *
 .whg-cookie-data tr th,
 .whg-cookie-data tr td {
    border: 1px solid #ddd;
    padding: 5px;
    }
 *
 *
 *
********************************************/
/***********************************************/
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cc-window .cc-message{
        margin-right:5px!important;
    }
}
/********************************************/
/*iPhone 6 Plus*/
@media only screen and (min-width: 375px) and (max-width: 415px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 10px !important;
    }
}

/********************************************/
/*iPhone 6*/
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 10px !important;
    }

}

/********************************************/
/*iPhone 5*/
@media only screen and (max-width: 320px) {
    .whg-cookie-data tr th,
    .whg-cookie-data tr td {
        font-size: 9px !important;
    }

}
                   
@media only screen and (max-width:767px){
  .cc-grower{max-width:380px;}
}
                   
@media only screen and (min-width:460px) and (max-width:767px){
  .cc-grower{max-width:540px;}
}

@media screen and (max-width: 420px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
  body .cc-window.cc-floating{
    max-width:100%!important;
  }
}
           
@media only screen and (max-width: 1025px) and (min-width: 768px){
  .cc-window .cc-compliance{
  	float:left!important;
  }
}
#page_109 #lefthand, #page_287 #lefthand{
	display:none;
}  

/* Product list Search*/
#page_287 #maincontent {
    padding-left: 15px;
}
#page_287 h1 {
    color: #0090c5;
    font-weight: bold;
    font-size: 30px;
}

.radio-group-wrapper {
  display: table;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.search-filter {
    display: inline-block;
    margin-right: 10px;
}

.search-filter input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.search-filter label {
  color: #0090c5;
  display: table-cell;
  cursor: pointer;
  font-weight: bold;
  padding: 0 10px;
  border: 2px solid #0090c5;
  border-radius: 10px;
  width: 98px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  height: 60px;
}

.search-filter input[type=checkbox]:checked + label {
  color: #fff;
  background: #0090c5;
}

.search-filter label + input[type=checkbox] + label {
  border-left: 2px solid #0090c5;
}

.search-input-wrapper {
    margin: 20px 0;
  	position: relative;
}
.search-input-wrapper input#search {
    width: 98%;
    height: 34px;
    border: 2px solid #0090c5;
    border-radius: 50px;
    padding-left: 13px;
    font-size: 14px;
	position: relative;
}
.search-input-wrapper .glyphicon-search {
    position: absolute;
    color: #0090c5;
    font-size: 16px;
    top: 8px;
	right: 22px;
}
.divide-line {
    margin-bottom: 0;
}
.col-sm-12.product-list-type {
  	padding-top: 20px;
 	padding-left: 0; 
  	border-bottom: 2px solid #0090c5;
}
.product-list-type a,
.product-list-type a:hover,
.product-list-type a:focus,
.product-list-type a:active,
.product-list-items a,
.product-list-items a:hover,
.product-list-items a:focus,
.product-list-items a:active{
 	color: #0090c5;
}
.col-sm-4.product-list-header {
    padding: 0;
	line-height: 30px;
}
.col-sm-4.product-list-items {
    border-top: 1px solid #eee;
    padding: 0;
    margin-right: 0px;
	line-height: 30px;
}

@media only screen and (max-width : 1024px){
   #page_287 #maincontent {
      width: 100%;
      padding: 0 5%;
  }
}
@media only screen and (max-width : 767px){
   #page_287 #maincontent {
      padding: 0;
  }
  .search-filter {
      display: block;
      margin-right: 0;
  }
  .search-filter label {
      display: block;
      padding: 20px 10px;
      width: 100%;
      height: auto;
  }
}

