.footer {
	clear: both;
	border-top: 1px solid #ededed;	
	padding-top: 25px;
	margin-top: 15px;
  width: 100%;
}

.pagination li {
  border: 1px solid lightgrey;
  border-radius: 5px;
}

/* index */
.title_line {
  font-weight: 600;
  font-size: 18px; 
  line-height: 20px;
  text-transform: uppercase; 
  background-color: #eee; 
  padding: 12px;
  color: #716f6f;
  border-radius: 5px;
  font-family: sans-serif;
  border: 1px solid #aaa;
}

.ad_header {
  padding: 5px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1070px;
  clear: both;
}


.brands {
  width: 90%;
  margin: 5px auto;
}
.brand {
  border-right: 1px solid #ccc;
}
.brand:nth-child(even) {
  border-right: none;
}

.brand-link {
  color: lightblue;
  text-decoration: none;
  font-weight:bolder; 
  display: block;
  letter-spacing: -1px;
  font-family: sans-serif;
}


.brand-link:hover {
  background-color: #e8e9ea;
}

 .bar {
  background-color: #e8e9ea;
  width: 90%;
  font-weight:bold;
  margin: 0 auto;
  padding:10px 0px;
  display: block;
  border-radius: 5px;
  border: 1px solid #aaa;
  text-align: center;
  margin-bottom: 5px;
 }
  .bar:hover {
  }

.product {
  border: 1px solid #EDF3F4;
  padding: 5px; 
  margin-bottom: 5px; 
  border-radius: 5px;
  background-color: #fff;
}

.remove_from_compare {
  color: red;
} 




/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

.prod_details li {
  font-size: 12px !important;
}
.prod_Details {
  list-style-position: inside; 
  text-align: left; 
  color: #000;
}
.addcompare {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #933;
  font-family: Arial,sans-serif;
  margin-bottom: 5px;
  cursor:pointer;
}
.addcompare:hover {
  color: #933;
}


/* laptop specs page */
.minus {
    background-image: url('https://www.pickyourtv.com/css/minus_cat.png');  
      background-repeat: no-repeat;  
      background-position: right center;
  }

  .plus {
    background-image: url('https://www.pickyourtv.com/css/plus_cat.png');  
      background-repeat: no-repeat;
      background-position: right center;
  }
  .rdbut {
    border-radius: 5px;
  }
  @media(min-width: 320px) {
    .specad {
      display: inline-block;
      width: 320px;
      height: 100px;
    } 
  }
  @media(min-width: 800px) {
    .specad {
      display: inline-block;
      width: 729px;
      height: 90px;
    } 
  }

  /* laptop page */
  .amzn-native-header-text {
      font-weight: bold;
    }
    .amazon_buy_button {
      background-color: #EC2534 !important;
        padding: 20px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        font-family: Nunito;
        font-size: 18px;
        font-weight: 500;
        width: 270px;
    }
    .amazon_buy_button:hover {
      background-color: #bc101f;
    }
    .hp_buy_button {
      background-color: #0096D6;
        display: inline-block;
        padding: 20px 40px;
        color: white;
        text-decoration: none;
        text-align: center;
        font-family: Nunito;
        font-size: 18px;
        font-weight: 500;
        width: 270px;
    }
    
      .comments_button {
        height: 32px;
        background-color: #14679E;
        padding: 7px 20px !important;
        margin-left: 5px;
        color: #fff;
          text-decoration: none;
          text-align: center;
          font-size: 18px;
          font-weight: 500;
          border-radius: 10px;
      }
      .comments_button:hover {
        color: #fff;
        background-color: #A7CDED;
      }
      .inactive {
        display: none;
      }

  /* laptop finder */
 

  .filter_subcat {
      font-size: 12px;
      border-bottom: 1px solid #d9d9d9;
      margin: 0;
      padding: 4px 0 4px 5px;
      cursor: pointer;
  }
  .filter_subcat:hover {
       background: lightgrey;
  }
  .filter {
    background-color: #f5fbff;
    font-family: Arial,sans-serif;
    padding-left: 15px;
    font-size: 13px;
    border-bottom: 1px solid #e6e5da;

    cursor: pointer;
    display:block;
  }
  .filter:hover {
    background-color: #fff;
  }
  .checked {
    background-color: lightgrey !important;
  }
  .checked_p {
    background-color: grey !important;
  }

  .filters {
    list-style: none;
    margin: 0; 
    padding: 0 0 5px 10px;
    font-size: 11px;
  }
  .filters a {
    color: darkred;
  }

  .filters_selected {
    list-style: none;
    margin: 0; 
    padding: 0 0 5px 10px;
    font-size: 11px;
  }
  .filters_selected a {
    color: darkred;
  }

  .filters_cat {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #777;
  }

.filter::before {
      content: "☐";
  }
.checked::before {
  content: "☒";
}

  /* sliders */
  .ui-widget-header {
    background: grey !important;
  }
  .ui-slider .ui-slider-handle {
    width: 0.8em;
    margin-top: -3px;
  }
  .slider {
     margin: 10px;
     font-size: 17px;
  }
  .sliderfilter {
    font-size: 12px;
        border-bottom: 1px solid #d9d9d9;
        margin: 0;
        padding: 4px 0 4px 5px;
        background: -webkit-linear-gradient(top,#fff 0%,#fafafa 25%,#f5f5f5 26%,#f5f5f5 100%);
  }
  /* end filter section */
 
  .selectarrow {
      float: right;
      margin-right: 3px;
      width: 14px;
      height: 14px;
      background: url(https://www.pickyourtv.com/css/downarrow.png) no-repeat;
  }

.tabs-title a {
  padding: 10px;
  font-size: 1.8rem;
  color: grey;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.tabs {
  border: 0;
}

.tabs-panel {
  background-color: #e6e6e6;
}

.latest {
  font-family: 'Roboto', sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b3e3f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0px 15px 0px;
}
.latest:before {
    background-color: #ccc;
    content: '';
    display: block;
    -webkit-flex: 1;
    height: 1px;
    margin-right: 30px;
}
.latest:after {
    background-color: #ccc;
    content: '';
    display: block;
    -webkit-flex: 1;
    height: 1px;
    margin-left: 30px;
}

@media(min-width: 320px) { .example_responsive_1 { width: 320px; height: 100px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 250px; height: 80px; } }   

.noUi-connect {
  background: #E1E1E1;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    left: -10px;
    background-color: #F5F5F5;
}

.noUi-handle:after, .noUi-handle:before {
  width: 0px;
}

.livesearch {
    border: 1px solid lightgrey;
    width: 90%;
    position: absolute;
    box-shadow: 3px 3px 10px rgba(0,0,0,.4);
    background-color: #fff;
    font-size: 0;
    z-index: 9999;
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
.livesearch a {
  display: block;
  font-size: 16px;
}
.livesearch a:hover {
  border: 1px solid #e8e9ea;
  border-left: 5px solid #1779ba;
}
@media(min-width: 800px) {
  .livesearch {
    width: 500px;  
    left: -315px;
  }
}
@media(max-width: 800px) {
  .livesearch {
    margin-left: 4.5%;  
  }
}

/* ama products */
.btn a {
  padding: 15px 11px;
    font-size: 15px;
    font-family: Arial Black,sans-serif;

    
    display: block;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background-color: #faab37;
    border-radius: 0;
    text-shadow: 1px 1px rgba(0,0,0,.25);
    border: 0;
    outline: 0;

    border-radius: 3px;
    margin-top: 8px;
}
.btn a:hover {
  color: #fff;
  background-color: #599AC9;
}
.price {
  color: #606060;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    display: block;
    margin-top: 8px;
}
.disclaimer {
  display: block;
    text-align: left;
}
.like {
  color: #606060;
    font-size: .8em;
    letter-spacing: 1px;
    font-family: Arial,sans-serif;
    display: block;
    
    margin-top: 3px;
}
.details {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 17px;
    text-align: justify;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 153px;

}
.title a {
  font-family: Palatino,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    letter-spacing: -1px;
}
.af_med_image {
  width: 160px;
  height: 160px;
  align-items: center;
}


.listing-page-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  float: left;
}
.listing-page-title span {
  font-size: 16px;
}

    .display_btn_list {
      padding:5px  10px; 
      border:1px solid grey; 
      border-radius:5px 0px 0px 5px;
      cursor: pointer;
      float: left;
    }
    .display_btn_list:hover {
      background-color: #E0E0E0;
    }
    .display_btn_grid {
      padding:5px  10px; 
      border:1px solid grey; 
      border-radius:0px 5px 5px 0px;
      cursor: pointer;
      float: left;
    }
    .display_btn_grid:hover {
      background-color: #E0E0E0;
    }
    .display_btn_selected {
      background-color:#E0E0E0;
    }
    .results_box_container {
      border:1px solid lightgrey; 
      border-radius:5px;  
      margin-bottom: 10px; 
      padding:15px; 
      background-color:#fff; 
      overflow: hidden;
    }
    .display_btn_container {
      float: right;
    }

    .filters_container {
      margin-right: 5px;
    }
    .remove_filters_container {

    }
    .remove_filter_value {
      border: 1px solid grey;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 7px;
      width: 156px;
      background-color: #eee;
      color: #222;
      font-size: 12px;
      font-family: "Open Sans",Helvetica,Arial,sans-serif;
      font-weight: 600;
      float: left;
      white-space:nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .remove_filter_x {
      border: 1px solid grey;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      padding: 7px;
      background-color: #fff;
      color: red;
      font-size: 12px;
      float: left;
    }
    .remove_filter_x:hover {
      background-color: #E0E0E0;
      cursor:pointer;
    }




    .search_btn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 12px 0 12px;
      height: 47px;     
      border-left: solid 1px #dadada;
  }
  .search_field {
      height: 44px;
      border: 1px solid #dadada;
      border-radius: 22px;
      box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
      padding-inline-start: 48px;
      margin-bottom: 0px;
  }
  #search_btn {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzVGNjM2OCI+PHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0E2LjQ3MSA2LjQ3MSAwIDAgMCAxNiA5LjUgNi41IDYuNSAwIDEgMCA5LjUgMTZjMS42MSAwIDMuMDktLjU5IDQuMjMtMS41N2wuMjcuMjh2Ljc5bDUgNC45OUwyMC40OSAxOWwtNC45OS01em0tNiAwQzcuMDEgMTQgNSAxMS45OSA1IDkuNVM3LjAxIDUgOS41IDUgMTQgNy4wMSAxNCA5LjUgMTEuOTkgMTQgOS41IDE0eiIvPjwvc3ZnPg==);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100%;
      background: 24px 24px rgb(117, 117, 117);
      bottom: 0;
      height: 24px;
      left: 0;
      margin: auto 0;
      margin-inline-start: 16px;
      position: absolute;
      top: 0;
      width: 24px;
  }
  .logo {
    padding: 15px 0 15px 0;
  }
  header {
    padding-bottom: 15px;
    border-bottom: solid 3px #eee;
    
  }
  #brands .cell {
    text-align: center; 
    background-color: #22BB5B;
    border-radius: 10px;
  }
  #brands .cell:hover {
    background-color: #07cb50;
  }
  #brands .cell a {
    color: #FFF;
  }
  #brands {
    margin-bottom: 10px;
  }
  #sidebar_bottom {
    margin-bottom: 30px;
  }
  
  #main h1,h2 {
    text-align: center;
      margin-top: 0;
      color: #fff;
      text-transform: uppercase;
      background: #22BB5B;
      margin-bottom: 20px;
      font-size: 1.125rem;
      font-family: 'Roboto Condensed', sans-serif;
  }
  .sidebar_title {
    text-align: center;
      margin-top: 0;
      color: #fff;
      text-transform: uppercase;
      background: #22BB5B;
      margin-bottom: 20px;
      font-size: 1.125rem;
      font-family: 'Roboto Condensed', sans-serif;
  }
  .tv-finder {
    text-align: center;  
    margin: 10px 0 10px 0;
  }

  .title {
    font-weight: bold;
      font-size: 20px;
      color: #000;
  }
  .button {
    border-radius: 5px;
    background: #363940;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
      letter-spacing: 1px;
      font-family: 'Roboto Condensed', sans-serif;
  }
  .button:hover {
    background: #5E6166;
  }
  .description {
    line-height: 1.5;
    text-align: justify;
  }
  .footer {
    clear: both;
    border-top: 1px solid #ededed;  
    padding: 25px 0px 25px 0px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .sidebar {
    border-right: 2px solid #f0f0f0; 
    padding: 20px 10px 30px 0px;
  }
  @media(max-width: 640px) {
    .recent-tv {
      text-align: center;
      border-bottom: 3px solid #eee;
      margin-bottom: 15px;
    }
  }
  @media(max-width: 768px) {
    .sidebar {
        border: 0;
        padding: 10px 10px;
    }
  }