/* Import settings.scss with all of the colours etc */
/* Template dir */
/* Images version */
/* Colour scheme */
body.productlist .content {
  margin: 0 auto; }

body.productlist .grid-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transition: opacity .3s; }

body.productlist .grid-overlay.loading {
  opacity: .8; }

.pdp-header {
  margin: 0;
  float: left;
  width: 100%;
  /*padding: 0 1em;*/
  /*margin: 0 auto;*/
  margin: 1em auto 0; }

.pdp-header #grid-title {
  position: relative;
  /*margin: 0 0 .75em;*/
  width: 100%;
  float: left;
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 1em 0 .75em; }

.pdp-header #grid-title h1 {
  margin: 0;
  /*font-size: 1.563em;*/
  font-size: 1.25em; }

.pdp-header #grid-title h1.close-match {
  margin-bottom: 1.5em; }

#mobile-fh-toggle-button {
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  background: transparent; }

#mobile-fh-toggle-button .arrow {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3e3c42;
  border-bottom: 1px solid #3e3c42;
  transform: rotate(45deg);
  margin-top: -10px;
  top: 50%;
  transition: all .3s; }

/*#mobile-fh-toggle-button:after {
  content: '>';
  transform: rotate(90deg);
  transition: all .3s;
  background: transparent;
  position: absolute;
  right: 0;
  text-indent: 0;
}*/
#mobile-fh-toggle-button:hover {
  cursor: pointer; }

#mobile-fh-toggle-button.active .arrow {
  transform: rotate(-135deg);
  margin-top: -5px; }

/*#mobile-fh-toggle-button.active:after {
  transform: rotate(-90deg);
}*/
.pdp-header .product-count {
  /*font-size: .8em;*/
  float: left; }

.pdp-header .category-header-text,
.pdp-header .filter-header-text,
.pdp-header .header-text {
  text-align: center;
  display: none;
  /*margin: 0 0 2em;
  padding: 0 10px 1em;*/
  margin: 0 0 1em;
  padding: 0 10px;
  font-size: 1em;
  float: left;
  width: 100%; }

.pdp-header .category-header-text .logo,
.pdp-header .filter-header-text .logo,
.pdp-header .header-text .logo {
  margin: 0 0 10px;
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto; }

.pdp-header .category-header-text h2,
.pdp-header .filter-header-text h2,
.pdp-header .header-text h2 {
  font-size: 1.8em;
  margin: 0 0 .8em;
  padding: 0; }

.pdp-header .category-header-text p,
.pdp-header .filter-header-text p,
.pdp-header .header-text p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: center; }

.pdp-header .category-header-text a.cta,
.pdp-header .filter-header-text a.cta {
  /*margin: .5em .25em 0;*/
  padding: 15px 1em !important;
  /*background: $secondary-colour;
  color: $white;*/
  font-size: .875em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1 !important;
  text-shadow: none;
  /*width: auto;*/
  float: none;
  border-radius: 5px;
  border: 1px solid #92a396;
  background: #92a396;
  color: #fff;
  margin: 1% 0 0;
  width: 100%; }

.pdp-header .category-header-text a.cta:hover,
.pdp-header .category-header-text a.cta:focus,
.pdp-header .filter-header-text a.cta:hover,
.pdp-header .filter-header-text a.cta:focus {
  text-decoration: underline; }

.productlist .lhn .contentBlock {
  width: 80%;
  /*padding-right: 10%;*/
  /*border-right: 1px solid $secondary-grey;*/ }

.productlist .lhn {
  float: left;
  margin: 10px;
  display: none; }

.productlist .lhn .nav_dynamic_results {
  width: 100%; }

.productlist .lhn .filter-sortby {
  display: none; }

.productlist .lhn h2 {
  font-size: .8em;
  float: left;
  padding: 0 10px 1.5em;
  margin: 0; }

.productlist .lhn .facet {
  clear: both;
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: .5em; }

.productlist .lhn .facet:first-of-type {
  border: 0; }

.productlist .lhn .facet:first-of-type h3 {
  margin: 0; }

.productlist .lhn .facet h3 {
  font-size: 1em;
  margin: 0;
  /*background: url("/templates/ultimateoutdoors.co.uk/_images/controls/facet-open-close.png") no-repeat scroll top right;*/ }

.productlist .lhn .facet h3.closed {
  background-position: bottom right; }

.productlist .lhn .facet h3 > span {
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  /*line-height: 40px;*/
  margin: 0;
  padding: .5em 0 .5em 10px;
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;}

.productlist nav .facet-list {
  padding: 0;
  margin: 0; }

.productlist nav#mobile-product-filter .facet-list {
  padding: 0; }

.productlist nav#mobile-product-filter .facet-list > li {
  float: left;
  margin-right: 5px; }

.productlist nav .facet-list .facet-list {
  border: 0;
  background: none;
  padding: 0; }

.productlist nav .facet-list a {
  display: inline-block;
  padding-left: 20px;
  margin: 4px 0;
  line-height: 20px;
  text-decoration: none;
  background: url("https://go-outdoors.s3.amazonaws.com/common/products/nav_tickbox.png") no-repeat scroll -1px 2px;
}

.productlist nav .template_display_categories a {
  background: 0;
  padding: 0; }

.productlist nav#mobile-product-filter .facet-list a {
  background: #fff;
  border: 1px solid #ddd;
  /*padding: .25em .5em;*/
  padding: .35em .5em .125em;
  border-radius: 10px; }

.productlist nav#mobile-product-filter .facet-list.template_display_categories > li {
  clear: both; }

.productlist nav#mobile-product-filter .facet-list.template_display_categories > li > a {
  background: 0 0;
  padding: 0;
  border: 0; }

.productlist nav#mobile-product-filter .facet-list a.ticked {
  background: #38852E;
  color: #fff; }

.productlist nav#mobile-product-filter .facet-list a.ticked span {
  color: #fff; }

.productlist nav .template_display_categories a {
  background: none;
  padding-left: 0; }

.productlist nav .facet-list a span:not(.cat-name) {
  color: #999;
  display: inline;
  font-size: .8em;
  /*line-height: 1.6;*/
  vertical-align: baseline; }

.productlist nav .facet-list a span.cat-name {
  display: inline-block;
  color: #545659;
  line-height: 1;
  margin: 0; }

.productlist nav .facet-list a:hover span.cat-name {
  text-decoration: underline; }

.productlist nav#mobile-product-filter .facet-list a span.cat-name {
  text-decoration: underline; }

.productlist nav .facet div .reset {
  display: none !important; }

.productlist nav .facet-list:not(.template_display_categories) > li > a.ticked {
  background: url("https://go-outdoors.s3.amazonaws.com/common/products/nav_tickbox.png") no-repeat scroll -1px -45px;
}

.productlist nav .facet-list a.notavailable,
.productlist nav .facet-list li.notavailable {
  display: none; }

.empty-filter {
  display: none; }

.productlist ul.template_nav_category li a.selected {
  display: none !important; }

.productlist nav .template_nav_category_heading span {
  color: #ddd; }

.productlist nav .template_nav_category_heading > span {
  display: none; }

.productlist nav .productlist_filters_reset {
  float: left;
  line-height: 3;
  font-size: .8em;
  border-top: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
  /*display: none!important;*/ }

.template_nav_filter_overflow {
  max-height: 300px;
  overflow: auto;
  padding: 5px; }

.template_nav_filter_overflow::-webkit-scrollbar {
  -webkit-appearance: none; }

.template_nav_filter_overflow::-webkit-scrollbar:vertical {
  width: 12px; }

.template_nav_filter_overflow::-webkit-scrollbar:horizontal {
  height: 12px; }

.template_nav_filter_overflow::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  border: 2px solid #fff; }

.template_nav_filter_overflow::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff; }

.productlist .results {
  float: right;
  width: 100%; }

.productlist .results .contentBlock #grid-title {
  text-align: center;
  margin: 1em 0 0; }

.lhn .product-count {
  padding: 0 10px;
  margin: 0 0 .5em; }

.results .contentBlock h1 {
  display: inline-block;
  margin: 0;
  text-align: center; }

.results .contentBlock #grid-title span {
  font-size: 1em;
  vertical-align: middle;
  color: #ddd; }

.results .product-list-banner {
  float: left;
  width: 100%;
  height: 250px; }

.results .product-list-banner .promo-details-wrapper {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover; }

.results .list-controls {
  clear: left;
  float: left;
  width: 100%;
  /*margin: 1em 0;*/
  margin: 0 0 1em;
  text-align: center;
  position: relative; }

.results .list-controls .sortby {
  float: left; }

.results .list-controls .sortby form {
  float: left; }

.results .list-controls .sortby form fieldset {
  float: left;
  width: 100%;
  border: 0; }

.results .list-controls .sortby form fieldset label {
  display: block;
  float: left;
  line-height: 2.75;
  font-size: 1em;
  margin-right: 1em; }

.results .list-controls .sortby form fieldset div {
  float: left;
  /*border: 1px solid $secondary-grey;*/ }

.results .list-controls .sortby form fieldset div select {
  display: block;
  background: #fff;
  /*border: 0;*/
  height: 36px;
  -webkit-appearance: menulist;
  border: 1px solid #ddd; 
  border-radius: 5px;  
}

#mobile-row-control {
  float: right;
  display: block;
  margin: -.5em 0 .75em; }

#row-control {
  float: right;
  display: none; }

#mobile-row-control a,
#row-control a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 .5em;
  margin-left: .5em;
  color: #545659;
  line-height: 2.6;
  border-radius: 5px; }

#mobile-row-control a {
  margin-right: 10px;
  vertical-align: top;
  padding: .284em .5em; }

#mobile-row-control a.grid {
  padding: .273em .5em; }

#mobile-row-control a:hover,
#row-control a:hover {
  cursor: pointer; }

#mobile-row-control a.selected,
#row-control a.selected {
  display: none; }

#mobile-row-control a.selected:hover,
#row-control a.selected:hover {
  cursor: default; }

#mobile-row-control a span.box,
#row-control a span.box {
  /*background: $third-colour;*/
  border: 2px solid #545659;
  display: inline-block;
  /*display: none;*/
  width: 1em;
  height: 1em;
  margin: .75em .25em;
  vertical-align: top; }

#mobile-row-control a span.box {
  display: block;
  /*background: $third-colour;*/
  border: 2px solid #545659;
  background: transparent; }

#mobile-row-control a.grid span.box {
  width: .9488em;
  height: 8px;
  margin: .15em;
  float: left; }

#mobile-row-control a.grid span.box:nth-child(3) {
  clear: left; }

#mobile-row-control a.list span.box {
  margin: .145em 0;
  width: 1em;
  height: 8px;
  float: left; }

#mobile-row-control a.list span.box:nth-child(1),
#mobile-row-control a.list span.box:nth-child(3) {
  margin-left: .25em;
  border-right: 0; }

#mobile-row-control a.list span.box:nth-child(2),
#mobile-row-control a.list span.box:nth-child(4) {
  margin-right: .25em;
  border-left: 0; }

#mobile-row-control a.list span.box:nth-child(3) {
  clear: left; }

#mobile-row-control a.selected span.box,
#row-control a.selected span.box {
  background: #92a396; }

#mobile-row-control a span.text,
#row-control a span.text {
  /*width: 0;
  text-indent: -9999px;*/
  /*display: inline-block;*/
  display: none;
  margin: 0;
  /*padding: 0;*/
  line-height: 2.5;
  padding: 0 1em; }

#mobile-row-control a span.text {
  display: none; }

#mobile-row-control a.selected span.text,
#row-control a.selected span.text {
  color: #ddd; }

/*
.ltie9 .results .list-controls .sortby form fieldset div select {
  padding: 0 0 10px 0;
}
*/
.results .list-controls .items-per-page {
  float: left; }

.results .list-controls .items-per-page .btn {
  background: #fff;
  padding: 0 1em;
  line-height: 2.6;
  letter-spacing: .035em; }

.results .list-controls .back-to-top {
  /*float:right;*/
  width: 130px;
  height: 40px;
  position: absolute;
  right: 10px;
  display: none; }

.results .list-controls .scrollToTop {
  width: 130px;
  /*height: 40px;*/
  position: relative;
  z-index: 10; }

.results .list-controls .scrollToTop.dynamic {
  position: fixed;
  right: 50%;
  bottom: 80px;
  margin-right: -801px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.results #list-controls-bottom .items-per-page {
  display: none; }

.results .list-controls .back-to-top .btn {
  background: #92a396; 
  color: #fff;
  border: 1px solid #92a396;
}

.results .list-controls .productlist_paging {
  margin: 0 auto;
  display: inline-block; }

.results .list-controls .productlist_paging.top {
  display: block;
  float: right; }

#list-controls-top {
  display: none; }

#list-controls-top .productlist_paging .pagination {
  display: none; }

.results .list-controls .pagination {
  float: left; }

.results #list-controls-bottom .pagination {
  float: left; }

.results .list-controls .pagination h2 {
  display: none; }

.results .list-controls .pagination ul {
  float: left;
  position: relative;
  margin: 0; }

.results .list-controls .pagination li {
  float: left; }

.results .list-controls .pagination li.next-page {
  /*float:right; width:50px;*/ }

.results .list-controls .pagination li .btn {
  width: 40px;
  margin-left: 10px;
  background: #fff;
  display: none; }

.results .list-controls .pagination li.start,
.results .list-controls .pagination li.end {
  display: none; }

.results .list-controls .pagination li.dots {
  width: 20px;
  line-height: 2.5;
  margin-left: 10px;
  display: none; }

.results .list-controls .pagination li:first-child .btn {
  margin-left: 0; }

.results .list-controls .pagination li .btn > span {
  font-size: .8em;
  line-height: 3.2; }

.results .list-controls .pagination .btn.selected {
  background: #ddd;
  /* color: $white; */ }

.results .list-controls .pagination .previous-page .btn span,
.results .list-controls .pagination .next-page .btn span {
  font-size: 1em;
  line-height: 2.65; }

.results .list-controls .pagination li .next-prev {
  min-width: 100px;
  padding: 0 20px;
  display: block; }

.results .template_main_right {
  clear: left; }

.results .template_main_right .no-results {
  margin-top: 1em;
  float: left;
  width: 100%;
  text-align: center; }

.results .template_main_right .no-results > a.btn {
  display: inline-block; }

.results .product-item {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  position: relative; }

.results .productlist_grid,
.results .productlist_list {
  /*margin: 0 -1%;*/ }

.results .productlist_grid .product-item {
  width: 49%;
  margin: 0 .5% 1%; }

.results .productlist_list .product-item {
  width: 100%;
  margin-left: 0%;
  margin-bottom: 1%; }

.product-item .product-item-holder {
  /*margin: 0 0 .25em;*/
  border: 1px solid #fff;
  transition: all .3s;
  width: 100%; }

.product-item:hover .product-item-holder {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: $white;*/
  /*background: $white;
  width: 110%;
  margin: -5% 0 0 -5%;*/ }

.product-item .product-item-holder:hover {
  /*background:$white;*/
  border-radius: 0;
  border: 1px solid #999;
  box-shadow: 1px 1px 1px rgba(62, 60, 66, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(62, 60, 66, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(62, 60, 66, 0.2); }

.product-item .product-item-holder a{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-item-holder.group > div {
  text-decoration: none;
  float: left;
 /* display: block;*/
  display: contents;
  width: 100%;
  /*position: relative;
  text-transform: uppercase;*/
}
.productlist_compare_button .product_compare_info .compare_count {
  /* margin-bottom: 5px; */
  /* margin-top: 5px; */
  display: block;
  /* float: right; */
  width: auto;
  height: auto;
  font-size: 0.8em;
  line-height: 2.2 !important;
  border: 1px solid #214287;
  /* border-left: 0; */
  padding: 0 1em !important;
  background: #214287;
  color: #fff;
  border-radius: 5px;
  /* box-shadow: 1px 1px 1px rgba(62, 60, 66, 0.2); */
  /* -webkit-box-shadow: 1px 1px 1px rgba(62, 60, 66, 0.2); */
  display: inline-block;
  margin: 0 0 .75em;
  font-size: .9em;
  width: 100%;
  text-align: center;
}
.productlist_compare_selection{
  font-size: 0.8em;
}
.product_compare_info,
.productlist_compare_selection {
  /* display: inline-block; */
  width: 100%;
  float: left;
}
.product_compare_info:hover,
.productlist_compare_selection:hover {
  cursor: pointer;
}
.product_compare_info .add_to_compare{
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  margin-bottom: 5px !important;
  color: #008000;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  display: none;
}
.product-item .product-item-holder a .product-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 25%;
  max-width: 55px;
  /*left:-5px; top:-5px; border-radius:5px;*/ }

.product-item .product-item-holder a .product-badge img {
  border: 0;
  vertical-align: top;
  width: 100%;
  height: auto; }

.product-item .product-item-holder a .save {
  position: absolute;
  /*right: 0;*/
  left: 0;
  z-index: 1;
  bottom: 5%;
  background: #f3cd00;
  color: #545659;
  padding: 0 1em;
  line-height: 2;
  z-index: 2;
  margin-left: -1px;
  text-align: center; }

.product-item .product-item-holder a .new {
  background: #f3cd00;
  color: #fff;
  padding: .35em .25em .2em;
  line-height: 1;
  display: block;
  float: left;
  border-radius: 5px;
  margin: 0 5px 0 -2px;
  font-size: .8em; }

.product-item .product-item-holder a .offer-text {
  position: absolute;
  /*right: 0;*/
  left: 0;
  z-index: 1;
  bottom: 5%;
  z-index: 2;
  margin-left: -1px;
  text-align: center; }

.product-item .product-item-holder a .offer-text > div {
  padding: 0 1em;
  line-height: 2; }

.product-item .product-item-holder a .save,
.product-item .product-item-holder a .offer-text > div {
  border-radius: 0 5px 5px 0; }

.product-item .product-item-holder .product-info-holder {
  display: block;
  /*padding: 1em;*/
  padding: .75em .5em;
  margin: 0;
  float: left;
  width: 100%; }

.product-item .product-item-holder .product-info-holder h2 {
  font-size: 1em;
  /*line-height: 1.563;*/
  line-height: 1.25;
  margin: 0 0 0.25em;
  padding: 0; }

.product-item .product-item-holder .product-info-holder span,
.product-item .product-item-holder .product-info-review-holder span {
  display: block;
  margin: 0; }
.product-item .product-item-holder .product-info-holder span.prd-price{
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  font-weight: bold;
}

.product-item .product-item-holder .product-info-holder span.brand {
  /*font-weight: bold;*/
  margin: 0 0 0.25em;
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  font-weight: bold;}

.product-item .product-item-holder .product-info-holder span.was-price {
  display: inline-block;
  font-size: 1em;
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  font-weight: bold;}

.product-item .product-item-holder .product-info-holder span.special {
  display: inline-block;
  /*font-size: 1em;*/
  font-size: 1.25em;
  /*font-weight: bold;*/
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  font-weight: bold;}

.product-item .product-item-holder .product-info-holder ul.sizes {
  float: left;
  width: 100%;
  margin: 1em 0 .5em;
  max-height: 0;
  height: 100%;
  overflow: hidden; }

.product-item:hover .product-item-holder .product-info-holder ul.sizes {
  max-height: 500px; }

.product-item .product-item-holder .product-info-holder ul.sizes > li {
  float: left;
  margin: 0 .25em .25em 0; }

.product-item .product-item-holder .product-info-holder ul.sizes > li > span {
  border: 1px solid #545659;
  padding: 1px 6px;
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

.product-item .product-item-holder .product-info-holder ul.sizes > li > span.out-of-stock {
  border: 1px solid #bbb;
  color: #bbb; }

.product-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
}

.product-item .product-item-holder .product-img-box {
  position: relative;
  border: 1px solid #ddd; }

.product-item .product-item-holder .product-img-box noscript img {
  margin-top: -100%; }

.product-item .product-item-holder .spacer {
  background: whitesmoke; }

.product-item .product-item-holder .product-img {
  width: 100%;
  border: 0;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  /*opacity: 0;*/
  transition: opacity .25s; }

.product-item .product-item-holder a .product-img.img-b img {
  opacity: 0;
  transition: opacity 0s; }

.no-js .product-item .product-item-holder .product-img {
  opacity: 1; }

.results .product-item.promo {
  width: 100%;
  /*padding-bottom: 1%;*/
  margin: 0 0 1%; }

.results .product-item.promo > div,
.results .product-item.promo > a {
  padding: 5vh 5%;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  height: 45vw;
  width: 100%;
  position: relative; }

.results .product-item.promo a:hover,
.results .product-item.promo a:focus {
  text-decoration: underline; }

.results .product-item.promo .align-middle {
  position: absolute;
  top: 50%;
  right: 10%;
  bottom: auto;
  left: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  text-align: center;
  width: 80%; }

.reviews {
  width: 100%;
  margin-top: .25em; }

.review-stars {
  margin: 0 1em -1px 0;
  background: #ddd;
  width: 80px;
  position: relative;
  display: inline-block; }

.results .review-stars {
  width: 60px; }

.review-stars .rating {
  background: #f3cd00;
  height: 100%;
  position: absolute;
  z-index: 1; }

.review-stars img {
  vertical-align: top;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto; }

.reviewers {
  display: inline-block !important;
  font-size: .8em; }

.product-item .product-item-holder .product-info-reviews-link {
  margin-bottom: 5px; }

.product-item .product-item-holder .product-info-review-holder {
  display: block;
  margin: 0 0 0 10px; }

.product-item .product-item-holder .product-info-holder span,
.product-item .product-item-holder .product-info-review-holder span {
  display: block;
  margin: 0; }

.product-item .product-item-holder .product-info-review-holder span img {
  vertical-align: text-top;
  margin-right: 10px;
  border: 0; }

.product-item .product-item-holder span.out-of-stock {
  text-align: left;
  color: #cb0917;
  text-transform: uppercase;
  font-size: 0.857em;
  margin: 10px 0 2px;
  font-weight: bold; }

.productlist_recently,
.productlist_recently_header {
  width: 100%;
  float: left;
  text-align: center; }

.productlist_recently article {
  width: 49.5%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: top; }

.productlist_recently article:first-of-type {
  margin-left: 0; }

.seo {
  clear: right;
  float: right;
  /*width: 720px;*/ }

.productlist_compare_button {
  margin: -.25em 0 .5em;
  position:relative;
  /*bottom:20px;*/
  float: left;
  z-index: 4;
  width: 100%;
  padding: 0 .5em;
}

.product-item .product-item-holder .productlist_compare_button a.selected {
  background: #fff;
  border: 1px solid;
  margin-left: 5px;
  padding: 0 5px; }

.productlist_compare_button input[type="checkbox"] {
  /*display: none;*/
  float: left;
  /* display: inline-block; */
  margin: .25em 0 0;
  }
.productlist_compare_button input[type="checkbox"]:hover {
  cursor: pointer;
}
.productlist_compare_button label {
  cursor: pointer;
  color: #545659;
  /*float: left;*/
  margin-left: 5px;
  width: auto;
  }

.productlist_compare_button input[type="checkbox"] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(https://go-outdoors.s3.amazonaws.com/img/2019/icons/spritesheet.png) -192px -81px no-repeat; }

.productlist_compare_button input[type="checkbox"]:checked + label span {
  background: url(https://go-outdoors.s3.amazonaws.com/img/2019/icons/spritesheet.png) -208px -81px no-repeat; }

/* noUiSlider styling for price slider on PLP */
.lhn nav .facet-list.slider-box {
  padding: 15px 20px 10px; }

.lhn nav .facet-list.slider-box .slider-text {
  margin-left: -10px; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 5px; }

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 20px;
  left: -6px;
  top: -9px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #fff;
  box-shadow: inset 0 1px 1px #ddd; }

.noUi-connect {
  background: #92a396;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
  top: 0;
  bottom: 0;
  position: absolute; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px #ddd, 0 3px 6px -5px #999;
  margin: 15px 14px; }

.ac_sidebar_filter_cont .slider-text {
  margin: 0 10px; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #999; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #999;
  border-radius: 5px; }

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #999; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #ddd;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #999; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.product-item .product-item-holder .quicklook {
  display: block;
  border: 1px solid #ddd;
  padding: .5em;
  margin: 0;
  border-top: 0;
  line-height: 1.6;
  z-index: 4;
  position: relative;
  width: 100%;
  /* display: block; */
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  color: #545659;
  line-height: 1.5;
  font-size: 1em;
}
.product-item .product-item-holder .quicklook:hover {
  cursor:pointer;
  /* border: 1px solid #999; */
  background: #ddd;
}

.product-item .product-item-holder .quicklook > .icn-basket {
  margin: 0 6px 0 0;
  fill: #545659;
  display: inline-block;
  vertical-align: bottom;
  width: 16px; }

.quicklook_container {
  padding: 2em; }

.quicklook_container h2 {
  margin: 0;
  padding: 0; }

.quicklook_container .special,
.quicklook_container .regular-price {
  font-size: 1.563em;
  line-height: 1.25;
  margin: 0; }

.quicklook_container fieldset.select-size {
  position: relative;
  border: 0;
  margin: 5px 0;
  padding: 0;
  float: left;
  width: 100%; }

.quicklook_container fieldset.select-size > legend,
.quicklook_container fieldset.select-size > p {
  display: none; }

.quicklook_container fieldset.select-size .attribute_value_label {
  display: none; }

.quicklook_container fieldset.select-size .attribute_value_list {
  margin: 0;
  float: left;
  clear: both; }

.quicklook_container fieldset.select-size .attribute_value_list li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.quicklook_container fieldset.select-size .attribute_value_list li a {
  display: block;
  min-width: 38px;
  padding: 0 10px;
  height: 38px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #545659;
  border: 1px solid #545659; }

.quicklook_container fieldset.select-size .attribute_value_list li a:hover {
  cursor: pointer; }

.quicklook_container .quicklook_attributes_qty {
  display: none; }

.quicklook_container .add_to_basket_button {
  display: none; }

.compare {
  /*font-size: .0857em;*/
  border: 1px solid #ddd !important;
  border-right: none;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0.5em;}

/*div#colorbox{
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #ddd !important;}*/

.compare.cols2 {
  max-width: 700px; }

.compare.cols3 {
  max-width: 900px; }

.compare.cols4 {
  max-width: 1100px; }

.compare.cols5 {
  max-width: 1300px; }

.compare th {
  white-space: nowrap;
  text-align: right;
  padding: 10px;
  color: #545659; }

.compare td {
  vertical-align: top !important;
  /* min-width: 145px!important;max-width: 145px!important; */
  max-width: 240px;
  padding: 10px 10px;
  border-right: 1px solid #ddd;
  text-align: center;
  position: relative; }

.compare_tableimage {
  padding: 10px 0 0;
  max-height: 150px !important;
  width: auto !important;
  vertical-align: bottom; }

.compare_product {
  text-align: center; }

.compare_product a {
  display: block;
  width: 100%; }

.compare_product .delete_compare {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  width: auto;
  width: 40px;
  font-size: 2.143em;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

td.compare_product_left {
  text-align: left !important; }

td.compare_product_right {
  text-align: right !important; }

.compare td p {
  margin: 0 0 3px 0 !important;
  padding: 0; }

.compare_single_product h1 {
  font-size: 1.429em;
  text-align: center; }

.compare h2 {
  font-size: 1em;
  line-height: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #ddd;
  margin: 0 !important;
  padding: 0 !important; }

.compare_breadcrumb {
  font-size: 0.714em;
  color: #ddd;
  font-style: italic; }

.compare td.noline {
  border-bottom: none !important;
  padding-bottom: 0 !important; }

.compare .nopadding {
  padding: 0 !important; }

.compare .template_button {
  margin: 0;
  background: #92a396;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 0.857em; }

.compare_price_rrp {
  font-weight: bold;
  color: #545659; }

.compare_price {
  font-weight: bold;
  color: #545659; }

.compare_price_now {
  font-weight: bold;
  color: #cb0917; }

.compare_price_vat {
  color: #545659; }

.compare_image {
  border: 1px solid #ddd; }

.compare_addtobasket {
  text-align: center; }

.compare-error h2 {
  font-size: 1.286em;
  text-align: center; }

.compare_attributes {
  margin: 0 0 10px 0; }

.compare_attributes select {
  width: 145px;
  font-size: 0.714em;
  margin: 0 0 5px 0; }

.center {
  text-align: center; }

.compare_empty {
  background: white !important;
  border-bottom: none !important; }

.compare_empty_noborder {
  background: white !important;
  border: none !important; }

.compare hr {
  display: none !important; }

.compare .compare_dark_row {
  background: #ddd !important;
  text-align: center !important; }

.compare .compare_dark_none {
  background: white !important;
  text-align: center !important; }

.compare_add_to_basket {
  margin: 10px 0 5px 0; }

.compare_add_selected {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
  margin: 10px 0 15px 0;
  text-align: left; }

.compare .errorbox {
  background-position: center top !important;
  text-align: center !important;
  padding: 30px 0 0 0 !important;
  margin: 0 0 10px 0 !important;
  border-bottom: 1px solid #ddd; }

.compare_stars {
  text-align: center;
  font-size: 1.429em; }

.compare_stars img {
  margin: 0 0 5px 0; }

.compare_stars a {
  font-weight: normal !important;
  text-decoration: none;
  font-size: 0.857em; }

.compare_print_button {
  float: right;
  margin: 3px 50px 0 0; }

.compare .attribute_size {
  margin: 0 0 15px 0; }

.compare .attribute_size a {
  display: none; }

.compare ul.attribute_value_list {
  margin: 2px 0 0 0;
  padding: 0;
  width: 145px !important; }

.compare ul.attribute_value_list li {
  float: none;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin: 0 5px 2px 0;
  width: 29px;
  height: 28px; }

.compare ul.attribute_value_list li a {
  background: #fff;
  color: #ddd;
  border: 1px solid #92a396 !important;
  text-align: center !important;
  text-decoration: none;
  display: block;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  margin: 0 5px 0 0 !important; }

.compare ul.attribute_value_list li a:hover {
  background: #f3cd00;
  border: 1px solid #f3cd00 !important;
  color: #fff;
  text-decoration: none; }

.compare ul.attribute_value_list li a.selected {
  background: #f3cd00;
  border: 1px solid #f3cd00 !important;
  color: #fff;
  text-decoration: none; }

.compare ul.attribute_value_list li a.notavailable {
  background: url(../_images/template/details_sizenotavailable.png);
  border: 1px solid #92a396 !important;
  color: #ddd; }

/*
.productlist_loading_graphic {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  z-index: 21;
  display: none !important;
  left: 50%;
  background: $loading-spinner;
}

.productlist_loading_on {
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  z-index: 20;
  zoom: 1;
}

.productlist_loading_off {
  z-index: 20;
}
*/
#mobile-product-filter-button {
  border: 1px solid #ddd;
  padding: 0.555em .5em 0.66em;
  font-size: 1em;
  margin: -.5em 0 .75em;
  float: right;
  border-radius: 5px;
  line-height: 1;
  background: transparent; }

#mobile-product-filter-button:hover {
  cursor: pointer; }

#mobile-product-filter-button > svg {
  display: none;
  margin: 0;
  width: 14px;
  height: 14px;
  vertical-align: middle; }

#mobile-product-filter-button > span {
  line-height: 1;
  vertical-align: text-bottom; }

#mobile-product-filter .productlist nav .facet-list a {
  color: #fff; }

#mobile-product-filter .product-count {
  margin: 1em 10px 0; }

#mobile-product-filter .filter-sortby fieldset {
  border: none;
  padding: 1em 10px;
  border-top: 1px solid #ddd; }

#mobile-product-filter .filter-sortby fieldset label {
  font-size: 1.17em;
  margin: 0 0 .5em;
  width: 100%;
  float: left; }

#mobile-product-filter .filter-sortby fieldset div {
  float: left;
  /*border: 1px solid $secondary-grey;*/ }

#mobile-product-filter .filter-sortby fieldset div select {
  display: block;
  background: #fff;
  /*border: 0;*/
  height: 36px;
  -webkit-appearance: menulist;
  border: 1px solid #ddd; }

#mobile-product-filter h2 {
  margin: 0 10px;
  font-size: .8em;
  padding: .25em 0 1.5em; }

#mobile-product-filter h3 {
  margin: 0 0 .5em; }

#mobile-product-filter h3 a {
  text-decoration: none;
  /*color:$white;*/ }

#mobile-product-filter .template_nav_filter_overflow {
  max-height: none;
  padding: 0; }

.productlist nav#mobile-product-filter .productlist_filters_reset {
  padding: .5em 10px;
  font-size: 1em; }

#mobile-product-filter .facet {
  margin: 0;
  border-top: 1px solid #ddd;
  padding: 1em 10px;
  float: left;
  width: 100%; }

.productlist nav#mobile-product-filter .facet-list a {
  background: #fff;
  border: 1px solid #ddd;
  padding: .25em .5em;
  border-radius: 10px; }

.results .sizes-in-stock {
  clear: both;
  width: 100%;
  overflow: hidden;
  /*position: absolute;
  top: 0;
  left: 0;*/
  opacity: 0;
  transition: opacity .3s;
  transition: opacity .3s;
  margin: 0 0 .25em;
  float: left;
  display: none; }

.results .sizes-in-stock > span {
  display: block;
  /*padding: 1.25em 1.25em .5em;*/
  padding: 0 0 .5em 3%;
  margin: 0;
  font-size: .8em;
  float: left; }

.results .sizes-in-stock > ul {
  /*padding: 0 1em;*/
  margin: 0;
  float: left; }

.results .sizes-in-stock > ul > li {
  /*background: rgba(255, 255, 255, 0.75);
  border: 1px solid $secondary-grey;*/
  float: left;
  /*padding: 3px 6px;
  margin: 0 2px 2px 0;*/
  font-size: .8em; }

.results .sizes-in-stock > ul > li:first-child {
  /*border-top: none;*/ }

@media only screen and (min-width: 500px) {
  .pdp-header .category-header-text a.cta,
  .pdp-header .filter-header-text a.cta,
  .pdp-header .header-text a.cta {
    margin: 1% .25% 0;
    width: 49%; } }
@media only screen and (min-width: 550px) {
  .product-item .product-item-holder a .product-badge {
    width: 20%; }

  .product-item .product-item-holder a .save {
    /*line-height: 2.4;*/ } }
@media only screen and (max-width: 767px) {
  .pdp-header .category-header-text{
    display: none;
  }

  .pdp-header .category-header-text a.cta:nth-child(odd),
  .pdp-header .filter-header-text a.cta:nth-child(odd),
  .pdp-header .header-text a.cta:nth-child(odd) {
    margin-left: 0; }

  .pdp-header .category-header-text a.cta:nth-child(even),
  .pdp-header .filter-header-text a.cta:nth-child(even),
  .pdp-header .header-text a.cta:nth-child(even) {
    margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .productlist #contentSection {
    margin-top: .2em; }

  #mobile-row-control a.list span.box,
  #mobile-row-control a.grid span.box {
    margin: .36em .145em;
    width: 1em;
    height: 1em; }

  #mobile-row-control a.grid {
    padding: .273em .5em; }

  #mobile-row-control a.list span.box:nth-child(1),
  #mobile-row-control a.list span.box:nth-child(3),
  #mobile-row-control a.grid span.box:nth-child(1),
  #mobile-row-control a.grid span.box:nth-child(3) {
    margin-left: .145em;
    border-right: 2px solid #545659; }

  #mobile-row-control a.list span.box:nth-child(2),
  #mobile-row-control a.list span.box:nth-child(4),
  #mobile-row-control a.grid span.box:nth-child(2),
  #mobile-row-control a.grid span.box:nth-child(4) {
    margin-right: .145em;
    border-left: 2px solid #545659; }

  #mobile-row-control a.list span.box:nth-child(3),
  #mobile-row-control a.grid span.box:nth-child(3) {
    clear: none; }

  #mobile-row-control a.list span.box:nth-child(4) {
    display: none; }

  .pdp-header .category-header-text,
  .pdp-header .filter-header-text,
  .pdp-header .header-text {
    /*display: block;*/ }

  .pdp-header .category-header-text{
    display: block;
  }

  .product-item .product-item-holder .product-info-holder {
    /*padding: 4% 3% 1em;*/ }

  .results .productlist_grid,
  .results .productlist_list {
    margin: 0 -.5%; }

  .results .productlist_grid .product-item {
    width: 24%;
    margin: 0 .5% 1%; }

  .results .productlist_grid .product-item.four {
    /*margin-left: 0;*/ }

  .results .productlist_list .product-item {
    width: 32.33%;
    margin: 0 .5% 1%; }

  .results .productlist_list .product-item:nth-child(3n+1) {
    /*margin-left: 0;*/ }

  .results .productlist_list .product-item:nth-child(3n+3) {
    /*margin-right: 0;*/ }

  .results .productlist_list .product-item.three {
    /*margin-left: 0;*/ }

  .results .productlist_grid .product-item.promo {
    /*width: 23%;*/
    /*padding-bottom: 1.5%;*/ }

  .results .productlist_list .product-item.promo {
    /*width: 32%;
    padding-bottom: 1.5%;*/ }

  .results .productlist_grid .product-item.promo.double {
    width: 49%; }

  .results .productlist_list .product-item.promo.double {
    width: 65.67%; }

  .results .productlist_grid .product-item.promo > div,
  .results .productlist_grid .product-item.promo > a {
    height: 45vw; }

  .results .productlist_list .product-item.promo > div,
  .results .productlist_list .product-item.promo > a {
    height: 45vw; }

  .results .list-controls .back-to-top {
    display: initial; }

  .productlist_recently article {
    width: 32.66%; }

  .pdp-header .category-header-text a.cta,
  .pdp-header .filter-header-text a.cta,
  .pdp-header .header-text a.cta {
    margin: .5em .25em 0;
    width: auto; } }
@media only screen and (min-width: 850px) {
  /* Tablets 850 */
  .results .list-controls .pagination li .btn {
    display: block; }

  .results .list-controls .pagination li .next-prev {
    width: auto; }

  .results .productlist_grid .product-item.promo > div,
  .results .productlist_grid .product-item.promo > a {
    height: 38vw; }

  .results .productlist_list .product-item.promo > div,
  .results .productlist_list .product-item.promo > a {
    height: 38vw; } }
/*@media only screen and (min-width: 1100px) {*/
@media only screen and (min-width: 1024px) {
  .productlist #contentSection {
    margin-top: 1%; }

  body.productlist .content {
    margin: .5em auto 0; }

  .productlist nav .facet-list {
    padding: 0 10px; }

  .pdp-header {
    margin: -.5em auto 0; }

  .pdp-header #grid-title {
    text-align: center;
    width: 100%;
    float: none;
    border: none;
    /*padding: 0;*/ }

  .pdp-header #grid-title h1 {
    font-size: 1.563em;
    /*margin-bottom: .5em;*/ }

  .pdp-header .product-count {
    display: none; }

  .pdp-header .category-header-text,
  .pdp-header .filter-header-text,
  .pdp-header .header-text {
    /*margin: 2em 0;*/
    margin: 0 0 1em;
    padding: 0 10px 1.5em;
    border-bottom: 1px solid #ddd;
    /*display: block!important;*/ }

  #mobile-row-control {
    display: none; }

  #row-control {
    display: block; }

  #mobile-product-filter .filter-sortby {
    display: none; }

  #list-controls-top {
    display: block; }

  #mobile-fh-toggle-button {
    /*display:none;*/ }

  .productlist .lhn {
    display: block;
    width: 22%;
    margin: 0 0 3em; }

  .productlist .lhn .contentBlock {
    width: 90%; }

  .productlist .results {
    width: 78%; }

  .productlist .results .contentBlock #grid-title {
    margin: 0; }

  .results .list-controls {
    margin: 0 0 1em; }

  .product-item .product-item-holder {
    /*margin: 0 0 .5em;*/ }

  .results .productlist_grid,
  .results .productlist_list {
    /*margin: 0 -1%;*/ }

  .results .productlist_grid .product-item {
    /*width: 23%;
    margin: 0 1% 1%;*/
    width: 24%;
    margin: 0 .5% 1%; }

  .results .productlist_grid .product-item.four {
    /*margin-left: 0;*/ }

  .results .productlist_list .product-item {
    /*width: 31.33%;
    margin: 0 1% 1%;*/
    width: 32.33%; }

  .results .productlist_grid .product-item.promo > div,
  .results .productlist_grid .product-item.promo > a {
    height: 28vw; }

  .results .productlist_list .product-item.promo > div,
  .results .productlist_list .product-item.promo > a {
    height: 32vw; }

  .product-item .product-item-holder a .product-img.img-b img.lazyloaded {
    opacity: 1; }

  .product-item .product-item-holder:hover .product-img.img-a {
    opacity: 0; }

  .results .productlist_grid .product-item.promo.double {
    width: 49%; }

  .results .productlist_list .product-item.promo.double {
    width: 65.672%; }

  .product-item:hover .product-item-holder .sizes-in-stock {
    /*display: block;*/
    opacity: 1;
    /*max-height: 400px;*/ }

  .product-item .product-item-holder .quicklook {
    display: none; }

  .results .sizes-in-stock {
    display: block; }

  .product-item .product-item-holder a .save,
  .product-item .product-item-holder a .offer-text {
    right: auto;
    bottom: 5%;
    text-align: left; }

  .product-item .product-item-holder a .save,
  .product-item .product-item-holder a .offer-text > div {
    border-radius: 0 5px 5px 0; }

  .productlist_recently article {
    width: 19.2%;
    margin-left: 1%; } }
@media only screen and (min-width: 1280px) {
  .productlist .lhn {
    width: 20%; }

  .productlist .lhn .contentBlock {
    width: 80%; }

  .lhn nav .template_nav_category_heading span {
    display: none; }

  .productlist .results {
    width: 80%; }

  .results .productlist_grid .product-item.promo > div,
  .results .productlist_grid .product-item.promo > a {
    height: 370px; }

  .results .productlist_list .product-item.promo > div,
  .results .productlist_list .product-item.promo > a {
    height: 430px; }

  .results .list-controls .items-per-page .btn {
    line-height: 2.65; }

  .results .list-controls .sortby form fieldset div select {
    height: 42px; 
    padding: 0 10px 0 10px;
  }

  #row-control a {
    line-height: 2.65; }

  .results .list-controls .pagination li.dots,
  .results .list-controls .pagination li.start,
  .results .list-controls .pagination li.end {
    display: block; }

  .seo {
    /*width: 960px;*/ }

  .cbar_items_s {
    width: 25%; } 

  .productlist_compare_button input[type="checkbox"] {
    margin: 0.05em 0 0;
  }
}
@media only screen and (min-width: 1680px) {
  .productlist .lhn {
    width: 15%; }

  .productlist .results {
    width: 85%; }

  .results .product-list-banner {
    height: 324px; }

  .results .product-list-banner .promo-details-wrapper {
    height: 304px; }

  .product-item .product-item-holder a .product-badge {
    /*width: 15%;*/ }

  .results .productlist_grid .product-item.promo > div,
  .results .productlist_grid .product-item.promo > a {
    height: 450px; }

  .results .productlist_list .product-item.promo > div,
  .results .productlist_list .product-item.promo > a {
    height: 560px; }

  .productlist_recently {
    float: left;
    width: 100%; }

  .seo {
    /*width: 1280px;*/ } }


.product-info-holder .price-now {
    float: none;
    display: table-header-group;
}

.product-info-holder .price-was{
  text-decoration: line-through;
  width: 100%;
  float: right;
  font-size: 0.725em;
  float: none;
  display: table-footer-group;
  font-weight: bold;
}
.product-info-holder .was-price-info{
  /* font-size: 0.8em !important; */
  line-height: 1.25;
  margin-bottom: .25em;
  display: inline-block!important;
  margin-right: .5em!important;
  /* font-weight: normal; */
}
.product-info-holder .price-tag{
  font-size: 0.8em;
  line-height: 1.25;
  margin-bottom: .25em;
}

.product-info-holder .price-tab{
  margin-top:10px;
}


/** compare products pop up window css **/

.comparison {
  /*max-width:650px;*/
  margin:0 auto;
  text-align:center;
  padding:10px;
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
}
.compare_single_product h1{
  font-family: "Effra", "Helvetica", Arial, Sans-Serif;
  font-weight: bold;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}
.comparison tbody tr:nth-child(odd) {
  /* display:none;*/
}
.comparison .compare-row td{
  border-bottom: 1px solid #ccc;
}

.comparison th {
  font-weight:normal;
  padding:0;
  /*border-bottom:1px solid #CCC;*/
}

.comparison tr td:first-child {
  text-align:left;
}

.comparison .qbse, .comparison .tl {
  color:#000000;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
  font-weight: 600;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse, .comparison .close-product  {
  background:#EFEFEF;
  border: 1px solid #ccc;
}
td.compare_product_left{
  background-color: #E6E6E6 !important;
  color: #000000;
}
.comparison .price-info {
  padding:5px 15px 15px 15px;
  border-bottom: 1px solid #CCC;
}

.comparison .price-tab{
  width:100%;
  margin-top: 10px;
}
span.was-price-info{
  display: block;
}
span.my_price {
  color: #cb0817;
  font-size: 1em !important;
}
.comparison .price-was {
  color: #999;
  text-decoration: line-through;
  width: 50%;
  float: right;
}
.comparison .price-was span {
  font-size: 0.8em;
}
.comparison .price-now, .comparison .price-now span {
  /*color: #cb0817;*/
  width: 50%;
}

.comparison .price-now span {
  font-size: 0.8em;
}
.price-tag{
  font-size:0.8em ;
}

.close-product{
  padding: 0px !important;
}
.compare_stars{
  font-size: 0.8em !important;
}
.comparison .price-buy {
  background:#006400;
  padding: 8px 15px;
  font-size: 0.8em;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
    border-top:0 !important;

  }
  /*.product-info-holder .price-tab,
  .reviews{
    display: block!important;
  }*/
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
    font-size:16px;
  }
  .comparison .qbse {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }

}
@media (max-width: 767px) {
.productlist_compare_button{
  display: none !important;
}

}
.product-item-holder.group {
  height: auto !important;
}
/*# sourceMappingURL=product-list.css.map */

/*.cat-columns .cat-menu{
  display: block!important;
}*/