
/* clearing and resets */
.nxt-clearfix:after,
.nxt-product-list:after,
.nxt-toolbar:after,
.nxt-refines-container:after,
.nxt-refines-surround:after,
.nxt-remove-item-wrap:after,
.nxt-narrow-by > div:after,
.nxt-product-details:after,
.nxt-product-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.refine-by span {
    float: right;
    font-family: helvetica !important;
    text-transform: lowercase;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    transform: rotate(45deg);
    font-size: 36px;
    top: -8px;
    position: relative;
    right: 7px;
    /* font-family: "arial" !important; */
}

/* normalized defaults */
.nxt-results-container b,
.nxt-results-container strong,
.nxt-nrf-container b,
.nxt-nrf-container strong{
    font-weight: bold;
}
.nxt-results-container a,
.nxt-refines-container a,
.nxt-nrf-container a{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.refine-by {
    background: #f1892d;
    color: #fff;
    font-size: 20px;
    padding: 10px 0px 10px 20px;
    font-weight: 600;
}

.nxt-results-container a:hover,
.nxt-results-container a:focus,
.nxt-refines-container a:hover,
.nxt-refines-container a:focus,
.nxt-nrf-container a:hover,
.nxt-nrf-container a:focus{
    color:#0087CF;
    text-decoration: none;
}
.nxt-results-container a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.nxt-results-container img {
    vertical-align: middle;
}

.nxt-refines { float: left; width:200px; }
.nxt-content { margin-left:200px; overflow: hidden; }

/* product container */
.nxt-results-container,
.nxt-refines-container,
.nxt-toolbar,
.nxt-nrf-container {
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    clear: both;
}
.nxt-product-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nxt-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nxt-product-item {
    width: 25% !important;
    position: relative;
    float:left;
    padding: 0 0 10px 10px;
    margin: 0;
}
.nxt-product-item-wrap {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}
.nxt-image-wrapper {
    position: relative;
    padding: 0;
    background: #FFF;
    overflow: hidden;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    display:block;
}
.nxt-image-wrapper a { display: block; }
.nxt-product-image {
    margin: 5px auto;
    text-align: center;
    position: relative;
    z-index: 1;
    height: auto;
    max-height: 260px;
    max-width: 260px;
    width: 100%;
    padding:0px;
}
.nxt-product-details {
    position: relative;
    min-height: 115px;
    padding:5px 2px;
    word-wrap: break-word;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(65%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,237,237,1)  0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nxt-product-col1 { padding: 5px 0; display: table-cell; width: 55%; float: left; } /* this is the wrapper for name+description in list view */
.nxt-product-col2 { padding: 5px 0 5px 20px; /*width: 35%;*/float:right; display: table-cell; text-align: right; } /* this is the wrapper for price+button in list view */
.nxt-product-name { font-size: 11px; font-weight: bold; word-wrap: break-word; }
.nxt-product-description { word-wrap: break-word;  }
.nxt-product-price { font-size: 13px; font-weight: bold; display: inline-block; }
.nxt-product-buttons { }
.nxt-btn-primary {
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    padding: 5px 10px;
    font-size:10px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    float: none;
    margin:0;
    text-decoration: none !important;
    color:#fff !important;
    border: none;
    background: rgb(119,119,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.nxt-btn-primary:hover { background:#333; }
.nxt-btn-primary:active {
    background:#333;
    color:#fff;
}
.nxt-spotlight {
    border: 0 !important;
    opacity:.8;
    box-shadow:none !important;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index: 2;
}

/* list view */
.nxt-view-list { margin-left: 10px; }
.nxt-view-list .nxt-product-item {
    width: 100%;
    clear: both;
    min-height: inherit;
    height: inherit;
    background: none;
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 0; }
.nxt-view-list .nxt-image-wrapper {
    float: left;
    margin-bottom: 0;
    max-width: 200px;
    margin-left:-1px;
}
.nxt-view-list .nxt-product-details { background: none; }
.nxt-view-list .nxt-product-name { font-size: 14px; }
.nxt-view-list .nxt-product-description { display: block; }

/* toolbar */
.nxt-toolbar { clear: both; padding: 0 0 5px 10px; }
.nxt-results-info {
    font-weight: 200;
    font-size: 14px;
    padding: 0 0 5px 0;
    line-height: 14px;
    width: 250px;
    display: inline-block;
    margin-top:6px;
}
.nxt-results-info a { text-decoration: underline; }
.nxt-results-count { float: right; font-weight: normal; font-size: 12px; }
.nxt-rpp label,
.nxt-sort-by label {
    font-weight: bold;
    font-size: 11px;
    color:#333;
    display: block;
}
.nxt-rpp,
.nxt-sort-by {
    float: left;
    margin: 0;
    margin-right: 10px;
}
.nxt-related {
    margin-top: 5px;
    padding: 0;
    clear: both;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    float:left;
}
.nxt-related strong { font-weight: normal; }
.nxt-related a {
    text-decoration: underline;
    font-weight: normal;
    color:#666 !important; }
.nxt-change-view {
    position:relative;
    list-style: none;
    float: left;
    padding:0;
    margin: 0;
    width:60px;
    border:1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.nxt-change-view li {
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}
.nxt-gridview-button,
.nxt-listview-button {
    height:29px;
    width: 30px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 14px;
    opacity: 0.5;

}
.nxt-gridview-button { background-image: url(data:image/gif;base64,R0lGODlhDgAOAIABAIKCgv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjM5RjBEQjJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjM5RjBEQzJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2MzlGMEQ5MkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU2MzlGMERBMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA4ADgAAAhqEH3HLyQ8cXHKaavFNvPsPPho0ioq1oak6FgA7); }
.nxt-listview-button { background-image: url(data:image/gif;base64,R0lGODlhDgAOAIABAIKCgv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjM5RjBERjJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjM5RjBFMDJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2MzlGMEREMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU2MzlGMERFMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA4ADgAAAhuEEaeL7OkWfKHaa9WMZnMfgQdGZiOnoafaRAUAOw==); }

.nxt-gridview-button:hover,
.nxt-listview-button:hover,
.nxt-change-view .nxt-current a { opacity: 1 !important; }

/* pagination */
.nxt-pagination {
    padding: 0px;
    position: static;
    font-size: 11px;
    float: none;
    text-transform: uppercase;
    margin: 15px auto;
    display: block;
    text-align: center;
}
.nxt-pagination-list {
    padding: 0;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    border-radius:0px;
    border-left: none;
    clear: both;
    margin-top: 18px;
    margin: 0px 5px;
}
.nxt-pagination-list li {
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 11px;
    line-height: 32px;
    outline: none;
    position: relative;
    white-space: nowrap;
    margin: 0px 5px;
    padding: 0px !important;
    height: 34px !important;
    width: 34px;
    border-radius: 3px;
    background:#fff;
}
.nxt-pages-next > a{
	color:#fff !important;
}
.nxt-pages-next {
    width: 70px !important;
    background: #00885c !important;
    border:none !important;
    border-radius:3px !important;
}
.nxt-pagination-list li:first-child { border-radius: 3px; }
.nxt-pagination-list li:last-child { border-radius:3px; border: none !important;}
.nxt-pagination-list .nxt-current {
    color: #FFF;
    padding: 0 10px;
    height: 30px;
    line-height: 32px;
    display: block;
    background: #999;
}
.nxt-pagination-list a {
    display: block;
    padding: 1px 10px;
    text-decoration: none;
    color:#555;
    font-size: 16px;}
.nxt-current > span {
    font-size: 16px;
}
.nxt-pages-prev {
    width: 70px !important;
    background: #fff !important;
    border: 1px solid #00885c !important;
}
.nxt-pagination-list a:hover { text-decoration: none; }
.nxt-pagination-list a:active {  }
.nxt-pagination-list li:hover {
    text-decoration: none;
    /*background: #eee;*/
}
.nxt-pagination-list .nxt-pages-caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    margin-top: 11px;
    content: "";
}
.nxt-pages-prev .nxt-pages-caret {
    margin-right: 0px;
}
.nxt_swatch_color_blues {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-blues.png");
  /*background-size: 30px auto;*/
  background-size: 24px auto;
}
.nxt_swatch_color_beiges {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-beige.png");
  background-size: 24px auto;
}
.nxt_swatch_color_blacks {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-black.png");
  background-size: 24px auto;
}
.nxt_swatch_color_browns {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-brown.png");
  background-size: 24px auto;
}
.nxt_swatch_color_grays {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-gray.png");
  background-size: 24px auto;
}
.nxt_swatch_color_yellows {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-yellow.png");
  background-size: 24px auto;
}
.nxt_swatch_color_reds {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-red.png");
  background-size: 24px auto;
}
.nxt_swatch_color_oranges {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-orange.png");
  background-size: 24px auto;
}
.nxt_swatch_color_yellows {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-yellow.png");
  background-size: 24px auto;
}
.nxt_swatch_color_greens {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-green.png");
  background-size: 24px auto;
}
.nxt_swatch_color_multi-color {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-multi-color.png");
  background-size: 24px auto;
}
.nxt_swatch_color_purples {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-purple.png");
  background-size: 24px auto;
}
.nxt_swatch_color_whites {
  background-image: url("https://d3d71ba2asa5oz.cloudfront.net/22001014/images/color-swatch-white.png");
  background-size: 24px auto;
}
.nxt-pages-prev .nxt-pages-caret:before{
	content:"\00AB";
	position:relative;
	top:-12px;
	left: -6px;
}
.nxt-pages-prev > a {
    padding: 1px 6px 1px 12px !important;
}
.nxt-pages-next > a {
    padding: 1px 12px 1px 8px !important;
}
.nxt-pages-next .nxt-pages-caret {
    margin-left: 0px;
}
.nxt-pages-next .nxt-pages-caret::before {
    content: "\00BB";
    position: relative;
    top: -12px;
}

/* refinements */
.nxt-refines-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nxt-refines-container {  }
.nxt-refines-surround {
    margin:0;
    margin-bottom: 10px;
}
ul.nxt_refine {
    padding-top: 0;
    margin-top: 0;
    display: none;
}
.nxt-narrow-by {
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.nxt-show-hide {
    font-weight: bold;
    font-size: 10px;
    padding: 5px 0px 10px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    clear: both;
    border-top: none;
    background-color:#fff;
}
.nxt-show-hide:hover {
    text-decoration: underline !important;
}
.nxt-scrolling-refines {
    max-height: 186px !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scrollbar-base-color: #eaeaea;
    scrollbar-arrow-color: #666;
    scrollbar-DarkShadow-Color: #f1f1f1;
}
.nxt-scrolling-refines::-webkit-scrollbar { width: 8px; }
.nxt-scrolling-refines::-webkit-scrollbar-thumb {background-color:#999; border-radius: 5px;}
.nxt-scrolling-refines::-webkit-scrollbar-track {background-color:#EAEAEA;margin:5px 10px; border-radius: 5px;}
.nxt-refine-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom:0px;
}
.nxt-refines-head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom:5px;
    padding-top:5px;
}
.nxt-refine-title {
    position: relative;
    cursor: pointer;
    padding: 15px 0px;   
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color:#29449c;
}
.nxt-refine-wrap {
    padding: 0px;
    background:#fff;
    margin-bottom:20px;
}
.nxt-refine-caret {
    border:none;
}
.refine-title-collapsed .nxt-refine-caret,
.nxt-refine-collapsed .nxt-refine-title .nxt-refine-caret {
    border: none;
}
.nxt-refine-collapsed .nxt-refine-wrap { /* display: none; */}

.nxt-refine-item { }
.nxt-refine-item input[type="checkbox"] { margin: 0 5px 0 0; }
.nxt-refine-item a { text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    display: block;
    padding-right: 0px;
    border-bottom: none;
}
.nxt-refine-item:last-child a { margin-bottom: -1px; }
.nxt-refine-count {
    color:#666;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.nxt-refine-check a {
    background-image: url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/unchecked-05.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 27px;
    background-color:#fff;
    font-size:14px;
    background-size: 20px 20px;
}
.nxt-refine-check input[type="checkbox"] { display: none; }
.nxt-refine-check a:hover {
    background-image: url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/unchecked.jpg?t=1453839727") !important;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}
.nxt-refine-list .checked a,
.nxt-refine-list .checked a:hover {
    background-image: url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/green-checked.jpg?t=1453839727") !important;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.nxt-narrow-by-Grid .nxt-refine-item {
    float: left;
    margin: 0;
    width: 50%;
    text-align: left;
}
.nxt-narrow-by-Grid .nxt-refine-item a {
    border: none;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nxt-narrow-by-Grid .nxt-refine-item .nxt-refine-count { display: inline; }
.nxt-refine-pricerange { padding: 0;}
.nxt-refine-pricerange input[type="text"] { padding: 3px; }
.nxt-slider-combo {
    overflow: hidden;
    display: block;
    margin-top: 10px !important;
    list-style: none;
    padding: 0;
    position: relative;
}
.nxt-slider-combo li {
    width: 50px;
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    position: relative;
    text-align: center;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 3px;
}
.nxt-slider-combo a {
    display: block;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    text-decoration: none !important;
    color: #444;
    cursor: pointer;
    background: #F8F8F8;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#EBEBEB));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,#EBEBEB 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, #F8F8F8 0%,#EBEBEB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0 );
}
.nxt-slider-combo .nxt-combo-go { }
.nxt-slider-combo .nxt-combo-reset { margin-left: 5px; }
.nxt-slider-combo .nxt-combo-go a { text-transform: uppercase;  }
.nxt-slider-combo .nxt-combo-reset a { text-transform: uppercase;  }
.nxt-narrow-by-Slider { padding: 0 10px 10px 10px; }
.nxt-narrow-by-Slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nxt-narrow-by-Slider ul li label {
    display: inline-block;
    font-weight: bold;
}
.nxt-narrow-by-Slider .ui-slider-horizontal {
    height: 11px;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-bg.png) repeat-x 0 0; border: none;
    border-radius: 10px;
    margin: 10px;
    -webkit-box-shadow: inset 0 2px 10px #999;
    -moz-box-shadow: inset 0 2px 10px #999;
    box-shadow: inset 0 2px 10px #999;
}
.nxt-narrow-by-Slider #nxt-slider-range { position: relative; margin: 0 0 10px 0;}
.nxt-narrow-by-Slider .ui-slider {
    position: relative;
    text-align: left;
}
.nxt-narrow-by-Slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 19px;
    height: 19px;
    cursor: pointer;
    top:-4px;
    margin-left: -10px;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-handle.png) no-repeat;
    outline: none;
    border: none;
}
.nxt-narrow-by-Slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    padding:0;
    top: 0;
    height: 100%;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-fill.png) repeat-x 0 0;
}
.nxt-narrow-by-Swatch .nxt-refine-list {
    margin: 0 10px;
    border: none;
}
.nxt-narrow-by-Swatch .nxt-refine-item a {
    border: none;
    padding:0;
}

/* For IE8 - See #6727 */
.nxt-narrow-by-Slider .ui-slider.ui-state-disabled .ui-slider-handle,
.nxt-narrow-by-Slider .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range-max { right: 0; }

.nxt-narrow-by-Swatch .nxt-refine-item {
    float:left;
    margin: 0 9px 5px 0;
}
.nxt-refine-selection {
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 3px;
    overflow: hidden;
    background:#eee;
}
.nxt-refine-selection .nxt-refines-head {
    font-weight: bold;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
}
.nxt-refine-selection .nxt-remove-item-wrap { margin: 0; clear: both; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item { margin: 0; font-size: 11px; position: relative; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item img { vertical-align:middle; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item a { position: relative; padding-right:0px; padding-left:20px;background:transparent; color:#000;}
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item a:hover { background:#fff; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-remove-item strong { font-weight: normal; }
.nxt-refine-selection .nxt-red-x {
    overflow:hidden;
    text-indent:-999px;
    width:12px;
    height:auto;
    float:right;
    display:inline-block;
    background:url(//d2brc35ftammet.cloudfront.net/img/x.gif) no-repeat 0 50%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
}
.nxt-refine-selection .nxt-red-x:hover { opacity: .8; filter: alpha(opacity=80);}
.nxt-refine-selection .nxt-red-x:active {opacity: 1; filter: alpha(opacity=100); }
.nxt-refine-clearall {
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    background:transparent;
}
.nxt-refine-clearall a {
    display: block;
    padding:20px 0px;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 400;
}
.nxt-refine-clearall a:hover {
    text-decoration: underline;
}
.nxt-refines-surround a:hover {
    background-color: transparent !important;
}
#nxt_Color_refine_wrap > ul.nxt-refine-list{
	margin-left:0px;
}

/* horizontal refinements */
.nxt-horizontal-refines {
    width: 100%;
}
.nxt-horizontal-refines .nxt-narrow-by,
.nxt-horizontal-refines .nxt-refine-selection {
    width:15%;
    float:left;
    margin: 0 5px;
    min-height: 217px;
}
.nxt-horizontal-refines .nxt-refine-collapsed { min-height: inherit; }
.nxt-horizontal-refines .nxt-refines-head { display: none; }
.nxt-horizontal-refines .nxt-refine-selection .nxt-refines-head { display: inherit; }
.nxt-refine-selection .nxt-red-x { right: 5px; }

.nxt-logo { display: none !important;}

/* ajax loader */
#nxt-status {
    display: block;
    top: 50% !important;
    left: 50% !important;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: -25px 0 0 -25px;
    z-index: 10000;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-image: url(//d2brc35ftammet.cloudfront.net/img/loading-grey.gif) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #DDD;
    overflow: hidden;
}

/* NRF page styles */
.nxt-nrf-container { }
.nxt-nrf { margin: 0; }
.nxt-nrf-suggestion { color: red; margin-bottom: 60px; }
.nxt-nrf-suggestion a { text-decoration: underline; }


.nxt-rpp select,
.nxt-sort-by select {
    background: transparent;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: window;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAqElEQVQ4T2NkoBAwUqifYXAYwAz0xmwgrgLiF0R6SQKorg2IU2FeyAdy0oHYEYhfEjBEHCi/H4hnAvFE5DDIgxrihMcQkOZ9UM2TQBahB2IukiGv0FwihqR5MkwOWyzkQA1xBtIwQ0Ca90JtnoJsMK5ozEYyBKQepnkqevjgSwdZQMUZUA0zgPQ0bIFLKCFlQjVNxxUzhAwgEKOYsUBQAylhQJRhFHsBAAiqGRQmr7beAAAAAElFTkSuQmCC);*/
    background-image: url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/up-down-arrow-03.png") !important;
	background-size: 24px 28px !important;
	background-position: 99% 50% !important;
    background-repeat: no-repeat !important;
    border: 1px solid #ccc;
    color: #000;
    outline: none;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    border-radius: 0px;
    margin:0;
}
.nxt-rpp select {
    width: 60px;
}
/* we place the background arrow in the span to fake the select look to match other browsers */
@-moz-document url-prefix() {
    .nxt-rpp select, .nxt-sort-by select {
        background-position: right 5px top 50%;
    }
    .nxt-select-moz {
        /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAqElEQVQ4T2NkoBAwUqifYXAYwAz0xmwgrgLiF0R6SQKorg2IU2FeyAdy0oHYEYhfEjBEHCi/H4hnAvFE5DDIgxrihMcQkOZ9UM2TQBahB2IukiGv0FwihqR5MkwOWyzkQA1xBtIwQ0Ca90JtnoJsMK5ozEYyBKQepnkqevjgSwdZQMUZUA0zgPQ0bIFLKCFlQjVNxxUzhAwgEKOYsUBQAylhQJRhFHsBAAiqGRQmr7beAAAAAElFTkSuQmCC);*/
        background-image: url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/up-down-arrow-03.png");
        background-repeat: no-repeat;
        background-size: 24px 28px;
        background-position: 99% 50%;
        color: #000;
        outline: none;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 50px;
        padding: 7px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 0px;
    }
    .nxt-select-moz select { padding: 8px 5px;}
    .nxt-rpp .nxt-select-moz { background-position: 98% 50%; }
}

/*Begin Diztinct*/

#faceted-search-container, #product-listing-container {
    padding-left: 0px;
    padding-right: 0px;
}
.nxt-refines-head {
    background: transparent;
	text-transform: capitalize;
	font-size: 20px;
	color: #555;
    margin-bottom:0px;
    border:none;
    padding:0px 0px 15px 0px;
}

.nxt-top .nxt-pagination {
    display: none;
}
.nxt-results-count {
	float:left;
    font-size: 14px;
    font-style: italic;
    display:block;
    padding-top: 4px;
    font-weight:normal !important;
    color:#555;
}
.nxt-toolbar.nxt-address.nxt-top {
    background: #f5f5f5;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.nxt-refines-surround{
	margin-bottom:-2px;	
    padding: 20px 20px 0px 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}
.sort-head, .rpp-head {
    display: inline;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 5px;
    margin-right:5px;
}
.nxt-sort-by, .nxt-rpp {
    width: 50%;
    margin-right: 0px;
}
.nxt-rpp select, .nxt-sort-by select{
	background:#fff;
}
.nxt-rpp select, .nxt-sort-by select{
	width:calc(100% - 15px);
}
.nxt-rpp {
    padding-left: 15px;
}
.nxt-select-moz{
	background-color:#fff;
	border-color:#ddd;
}
.nxt-product-item-wrap{
	border-radius:0px;
    padding: 20px;
    background: #FFF none repeat scroll 0% 0%;
    position:relative;
}
.nxt-product-name {
    font-size: 14px;
    font-weight: 500;
    word-wrap: auto;
    line-height: 18px;
	margin-bottom: 0px;
	height: 70px;
    overflow: hidden;
}
.nxt-product-name a {
    color: #000;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
}
.nxt-product-name a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #1248B5 !important;
}
.nxt-product-details{
	background:#fff;
}
.nxt-product-price .nxt-bolded {
    font-size: 20px !important;
    color: #29449c !important;
    font-weight: 700 !important;
}
.nxt-result-range, .nxt-result-total{
	font-weight:normal !important;
}
.nxt-retail-price > .nxt-bolded {
    font-size: 12px;
}
.nxt-retail-price {
    display: inline-block;
    margin-bottom: 5px;
}
.nxt-you-save {
    color: #f62d00 !important;
    font-weight: 500;
    line-height: 12px !important;
    margin-bottom: 0px;
    font-size: 16px;
}
.nxt-retail-price > .nxt-bolded {
    color: #767676 !important;
    font-size: 12px !important;
}
.nxt-refine-item > a:hover {
    color: #000 !important;
}
.nxt-product-price{
	margin-bottom:-3px;
}
.sub-dollar-sign {
    font-size: 12px;
    position: relative;
    top: -5px;
    margin-right: 1px;
}
.click-refine{
    display:none;
}
.top-nxt-bar.cf {
    width: 350px;
    float: right;
}
.nxt-sort-by select {
    width: 130px;
}
.nxt-rpp select{
    width:80px;
}
.nxt-refine-title::after {
    content: "" !important;
    background: transparent url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/minus.png") no-repeat scroll 0px 0px / 18px 18px !important;
    height: 18px !important;
    width: 18px !important;
    visibility: visible !important;
    float: right;
    margin-top: 3px;
}
.nxt-refine-title.refine-title-collapsed::after {
    content: "" !important;
    background: transparent url("https://cdn6.bigcommerce.com/s-wrw5mek/product_images/uploaded_images/plus.png") no-repeat scroll 0px 0px / 18px 18px !important;
    height: 18px !important;
    width: 18px !important;
    visibility: visible !important;
    float: right;
    margin-top: 3px;
}
/*.nxt-narrow-by:last-child {*/
/*    border-bottom: none;*/
/*}*/
.nxt-show-hide::after {
  content: "...";
}
.nxt-show-hide {
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: underline !important;
  text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.nxt-sort-by{
    width:200px;
}
.nxt-rpp{
    width:150px;
}
.nxt-refines-surround.nxt-refine-selection {
    border: none !important;
    background-color: #f0f0f0;
}
.nxt-bottom.nxt-address {
    height: 70px;
    background: #F5F5F5 none repeat scroll 0% 0%;
    border: 1px solid #DDD;
}
.filters {
    position: static;
}
.refine-by{
	display:none;
}
.nxt-refines-container a:hover{
	color:#000 !important;
}
#nxt_Color_refine_wrap > ul.nxt-refine-list {
    padding-left: 0px !important;
}
.nxt-refines-surround.nxt-refine-selection{
	margin-top:15px;
}
.nxt-refines-head{
	border-bottom: 1px solid #ddd;
}
.nxt-refine-clearall > a{
	color: #000 !important;
}
#nxt_Color_refine_wrap > .nxt-refine-list > li {
    width: 30px !important;
    height: 30px !important;
    margin-right:7px;
}
.nxt-product-details, .nxt-product-details.map-price-div{
	height:140px;
}
.sale-flag{
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
	height: 25px;
	width: 66px;
}
.nxt-results-container .map-img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.map-price-div .nxt-bolded{
	font-weight:500 !important;
	line-height: 22px;
}
.map-price-div .nxt-bolded:hover {
	text-decoration:underline;
}


@media (min-width: 992px) and (max-width: 2800px) {

    .filters {
        display: inline;
    }
    .nxt-product-item {
        width: calc((100% / 3) + 1px) !important;
        padding: 0px;
        margin-bottom: -1px;
        margin-right: -1px;
    }
   

}

@media (min-width: 768px) and (max-width: 992px) {
    
    .nxt-product-item {
        width: calc(33% + 2px) !important;
        padding:0px;
        margin-bottom: -1px;
        margin-right: -1px;
    }
    .nxt-product-name{
		height:56px;
	}

    #faceted-search-container {
    	width:25%;
    }
    #faceted-search-container + #product-listing-container {
    	width:75%;
    }
    .nxt-product-name a {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .nxt-you-save {
        font-size: 14px !important;
    }
    .nxt-product-details, .nxt-product-details.map-price-div {
    	height: 125px;
	}

}

@media (min-width: 0px) and (max-width: 855px) {
	
	.nxt-product-price{
		display:block;
		margin-bottom:0px;
	}
	.nxt-product-details, .nxt-product-details.map-price-div {
    	height: 130px;
	}
	
}


@media (min-width: 0px) and (max-width: 767px) {
	

	.nxt-results-container .map-img {
	    top: -2px;
	}

    .click-refine{
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
        background: #f1892d;
        border-radius: 5px;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0px 2px 0px #c86400;
        border: 1px solid #c86400;
        margin-top:15px;
        cursor:pointer;
        line-height: 20px;
        height: 40px;
        font-size: 16px;
    }
    .swatch-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nxt-product-name a {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .nxt-product-price {
        margin-top: 10px;
    }
    .nxt-you-save {
        font-size: 14px !important;
    }
    .nxt-product-item {
        width: calc(50% - 0px) !important;
        padding: 0px;
        border-radius: 0px;
        margin-right: -1px;
        margin-bottom: -1px;
    }
    .filters {
        display: none;
    }
    .nxt-refines-head {
        box-shadow: none;
        border-bottom:none;
    }
    .sort-head, .rpp-head {
        display: block;
    }
    .nxt-results-count {
        float:none;
    }
    .top-nxt-bar.cf {
        width: 100%;
        margin-top:10px;
    }
    .nxt-select-moz{
        width:100%;
    }
    .nxt-rpp {
        width: 50%;
    }
    .nxt-sort-by select {
        width: 95%;
    }
    .nxt-rpp select {
        width: 100%;
    }
    .nxt-sort-by {
        width: 50%;
    }
    .filters.open > div.nxt-narrow-by {
    	margin: 0px;
        padding: 0 20px;
	}
	.nxt-product-item-wrap{
		padding:15px;
	}
	.nxt-product-details{
		padding:0px 2px 5px;
	}
	.refine-by{
		display:block;
	}
	.nxt-you-save {
		font-size:14px;
	}
	.nxt-retail-price{
		margin-left:0px;
	}
	.nxt-product-price .nxt-bolded {
    	font-size: 16px !important;
	}
	.nxt-refines-surround.nxt-refine-selection{
		margin-top:0px;
	}
	.nxt-refines-head{
		border-bottom: none;
	}
	.nxt-product-details, .nxt-product-details.map-price-div{
		height:143px;
	}
	
	
	
	
	
}

.nxt-res-swatches { cursor:pointer; }
.nxt-res-swatches img{ margin:1px;float:left; }

.nxt-res-swatches img {
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    padding: 2px;
    border-radius: 3px;
    margin-right: 10px;
}

.swatch-information {display:none;}

.nxt_swatch_color {
	height:30px;
	width:30px;
	display:inline-block;
	margin:1px;
	border:solid 1px #ccc;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center;
}
.nxt_swatch_color:hover {
box-shadow: 0px 0px 0px 3px #ddd;
border-radius: 1px;
}
.nxt_swatch_active_refinement.nxt_swatch_color {
box-shadow: 0px 0px 0px 3px #000;
border:1px solid #ddd !important;
}
.hidden-values{
	display:none !important;
}
img.pg-flag {
    position: absolute;
    z-index: 2;
    height: 25px;
    top: 10px;
    left: 0px;
}
