/* Minification failed. Returning unminified contents.
(358,26): run-time error CSS1039: Token not allowed after unary operator: '-track-background'
(359,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(360,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(364,30): run-time error CSS1039: Token not allowed after unary operator: '-track-background'
(368,30): run-time error CSS1039: Token not allowed after unary operator: '-track-background'
 */
#guided-navigation {
    height: 100%;
    overflow-y: auto;
}

#guided-navigation.mobile {
    margin: 0;
}

#guided-navigation.mobile {
    margin: 0;
}

#product-results-wrapper {
    display: inline-block;
}

#product-results-grid-container {
    width: initial;
    float: initial;
}

#faceted-nav {
    max-width: 100%;
    overflow-wrap: break-word;
    background-color: #fff;
}

.facet-heading {
    font-weight: bold;
    padding: 8px 0 8px 8px;
    font-size: 1rem;
}

.facet .tooltip-anchor {
    position: relative;
}

.facet-tooltip {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    bottom: 3.5em;
    font-size: 0.75em;
}

    .facet-tooltip::after {
        height: 1em;
        width: 1em;
        background-color: #000;
        left: 50%;
        bottom: -0.5em;
        content: '';
        position: absolute;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.facet > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    max-height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
}


.active-refinements:not(.xl-hidden) {
    border: solid 1px #e5e5e5;
}

.facet {
    border: solid 1px #e5e5e5;
}

.facet.categories {
    line-height: 1.5em !important;
    text-align: left !important;
}

.facet ul.spec-list:not(.spec-type-slider) {
    margin-left: 0.5em;
}


#refine-by-block {
    font-weight: bold;
    padding: 8px;
    color: #666;
    line-height: 2.5rem;
    font-size: 1em;
}

.facet.collapsible::after {
    font-weight: bold;
}

.facet.collapsed ul.spec-list .facet-type-slider,
.facet.collapsed > ul,
.facet.collapsed > .facet-search {
    display: none;
}

.facet.collapsible .facet-heading:after {
    content: "-";
    float: right;
    font-size: 30px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
    padding-right: 8px;
}

.facet.collapsible.collapsed .facet-heading:after {
    content: "+";
}

.facet-value {
    font-size: 0.8rem;
    padding: 3px;
}

    .facet-value.parent-category {
        padding-left: 1em;
    }

    .facet-value.sub-category {
        padding-left: 1.5em;
    }

    .facet-value.sub-sub-category {
        padding-left: 2em;
    }

    .facet-value > a > label.guided-nav-label {
        cursor: pointer;
        display: block;
    }

    .facet-value a {
        display: inline-block;
    }

.facet li.no-match {
    display: none;
}

.facet span.facet-value.swatch-facet {
    width: 34px;
    height: 34px;
    padding: 0;
}

.facet .swatch-facet-list {
    padding: 0 0.5rem;
}

.facet .slider-label {
    text-align: center;
}

.facet span.color-refinement img {
    height: 20px !important;
    width: 20px !important;
}

.facet ul.vert-scroll {
    max-height: 300px;
    position: relative;
}


#faceted-nav .facet .selected label {
    font-weight: bold;
}

#faceted-nav .facet.categories .selected label,
#faceted-nav .facet.categories .category-list label:hover {
    text-decoration: underline;
}

#faceted-nav label.guided-nav-label {
    margin-bottom: 0;
    font-weight: inherit;
}



#faceted-nav .show-more-refinements,
#faceted-nav .show-less-refinements {
    color: #0c63a6 !important;
    font-weight: bold !important;
    padding-left: 10px;
    text-decoration: underline;
}

.ellipses {
    float: right;
    margin-right: 10px;
    font-size: 1.5em;
    line-height: 1em;
}

#faceted-nav #clear-all-link {
    color: #0c63a6;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

#guided-navigation {
    background-color: #fff;
}

#faceted-nav .facet-search {
    margin-bottom: 0.5em;
    position: relative;
}

#faceted-nav .facet-search-box {
    margin: 0 5%;
    width: 90%;
    height: 2em;
    border-radius: unset;
}

    #faceted-nav .facet-search-box::-webkit-input-placeholder {
        text-transform: lowercase;
        opacity: 0.4;
        font-size: 0.85em;
    }

    #faceted-nav .facet-search-box::-moz-placeholder {
        text-transform: lowercase;
        opacity: 0.4;
        font-size: 0.85em;
    }

    #faceted-nav .facet-search-box:-ms-input-placeholder {
        text-transform: lowercase;
        opacity: 0.4;
        font-size: 0.85em;
    }

    #faceted-nav .facet-search-box:-moz-placeholder {
        text-transform: lowercase;
        opacity: 0.4;
        font-size: 0.85em;
    }

.search-icon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.4;
    color: #000;
    position: absolute;
    margin: -1.5em 0 0 9em;
}

label.checkbox.checked::before,
div.checkbox.checked::before {
    content: '\2713';
}

label.checkbox,
div.checkbox {
    margin-left: 1.5em;
}

    label.checkbox::before,
    div.checkbox::before {
        content: '';
        position: absolute;
        margin: 5px 0 0 -20px;
        border: solid 1px #666;
        height: 12px;
        width: 12px;
        line-height: 1em;
        font-weight: bold;
    }

    @media (hover: hover) {
        label.checkbox:hover:before,
        .ratingStars:hover > a > div.checkbox:before {
            content: '\2713';
        }

        #faceted-nav .facet:not(.categories) li.facet-value:hover {
            font-weight: bold;
        }
    }




/* MultiRange Slider styles*/
input[type="range"].multirange {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 95%;
}

    input[type="range"].multirange.original {
        position: absolute;
        width: 85%;
    }

        input[type="range"].multirange.original::-webkit-slider-thumb {
            position: relative;
            z-index: 2;
        }

        input[type="range"].multirange.original::-moz-range-thumb {
            transform: scale(1);
            z-index: 1;
        }

    input[type="range"].multirange::-webkit-slider-thumb {
        position: relative;
        z-index: 2;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 1em;
        width: 0.5em;
        border-radius: 3px;
        background: #e5e5e5;
        cursor: pointer;
    }

    input[type="range"].multirange::-moz-range-thumb {
        transform: scale(1);
        z-index: 1;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 1px solid #000000;
        height: 1em;
        width: 0.5em;
        border-radius: 3px;
        background: #e5e5e5;
        cursor: pointer;
    }

    input[type="range"].multirange::-moz-range-track {
        border-color: transparent;
    }

    input[type="range"].multirange.ghost {
        position: relative;
        background: var(--track-background);
        --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0 ) no-repeat 0 45% / 100% 40%;
        --range-color: #0c63a6;
    }

        input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
            background: var(--track-background);
        }

        input[type="range"].multirange.ghost::-moz-range-track {
            background: var(--track-background);
        }

@media(max-width: 749px) {
    .devicetype-mobile input[type="range"] {
        width: 90%;
    }

    .devicetype-mobile #guided-navigation {
        margin-top: 0;
    }

        .devicetype-mobile #guided-navigation .facet-heading {
            padding: 8px;
        }

    .search-icon {
        margin: -1.6em 0 0 16em;
    }

    #faceted-nav .facet.categories::after {
        font-size: 1rem;
    }

    #faceted-nav .category-list label.guided-nav-label {
        color: #000;
    }

    #guided-navigation,
    #faceted-nav {
        max-width: 300px;
    }

        .devicetype-mobile .ratingStars div.checkbox::before {
            bottom: 0;
        }

    body::-webkit-scrollbar {
        width: 1em;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    #screen {
        z-index: 999;
        height: 1500px;
    }
    label.checkbox::before,
    div.checkbox::before {
        height: 16px;
        width: 16px;
    }
}

@media(min-width: 1000px) {
    .active-refinements {
        display: block;
    }

    body.devicetype-desktop .guided-navigation {
        width: 170px;
    }
}

#faceted-nav.guided-navigation.visible.mobile {
    left: 10px !important;
}

#faceted-nav.guided-navigation.mobile li.facet-value {
    font-size: 1rem !important;
    line-height: 1.7rem !important;
}

.ae #faceted-nav.guided-navigation.mobile ul.category-list li.facet-value a {
    color: #ed145b;
}

#faceted-nav.guided-navigation.mobile div.facet-heading {
    font-size: 1.1rem !important;
    line-height: 1.6rem !important;
}

#close-nav {
    color: grey;
    font-size: 1em;
    float: right;
    padding-right: 8px;
}

.facet div.mobile-list-close {
    height: 40px;
}

.swatch-facet .color-refinement.mobile-refinement {
    height: 25px;
    width: 25px;
}

.facet-no-results {
    font-weight: bold;
    padding: 8px;
}

#faceted-nav .active-refinements {
    padding: 10px;
}

#faceted-nav .facet-type-slider-ie {
    display: none;
}

/*target styles for IE10,11 only*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #faceted-nav .facet-type-slider {
        display: none;
    }

    #faceted-nav .slider-text {
        width: 25%;
    }

    #faceted-nav .facet-type-slider-ie {
        text-align: center;
        display: block;
    }

    #faceted-nav .range-spacer {
        padding: 0 10px;
    }
}

 #guided-navigation:not(.mobile) {
    width: 170px;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

 .color-refinement {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 4px;
    background-size: 100%;
}

 .color-refinement-black {
    background-image: url('/content/responsive/images/guided-nav/black.jpg');
}

 .color-refinement-blue {
    background-image: url('/content/responsive/images/guided-nav/blue.jpg');
}

 .color-refinement-brown {
    background-image: url('/content/responsive/images/guided-nav/brown.jpg');
}

 .color-refinement-clear {
    background-image: url('/content/responsive/images/guided-nav/clear.jpg');
}

 .color-refinement-green {
    background-image: url('/content/responsive/images/guided-nav/green.jpg');
}

 .color-refinement-multicolor {
    background-image: url('/content/responsive/images/guided-nav/multi.jpg');
}

 .color-refinement-pink {
    background-image: url('/content/responsive/images/guided-nav/pink.jpg');
}

 .color-refinement-purple {
    background-image: url('/content/responsive/images/guided-nav/purple.jpg');
}

 .color-refinement-red {
    background-image: url('/content/responsive/images/guided-nav/red.jpg');
}

 .color-refinement-tan {
    background-image: url('/content/responsive/images/guided-nav/tan.jpg');
}

 .color-refinement-white {
    background-image: url('/content/responsive/images/guided-nav/white.jpg');
}

 .color-refinement-yellow {
    background-image: url('/content/responsive/images/guided-nav/yellow.jpg');
}

 .color-refinement-gold {
    background-image: url('/content/responsive/images/guided-nav/gold.jpg');
}

 .color-refinement-beige {
    background-image: url('/content/responsive/images/guided-nav/beige.jpg');
}

 .color-refinement-flesh {
    background-image: url('/content/responsive/images/guided-nav/flesh.jpg');
}

 .color-refinement-metallic {
    background-image: url('/content/responsive/images/guided-nav/metallic.jpg');
}

 .color-refinement-gray {
    background-image: url('/content/responsive/images/guided-nav/grey.jpg');
}

 .color-refinement-orange {
    background-image: url('/content/responsive/images/guided-nav/orange.jpg');
}

 li.rating-stars:hover > a > div.checkbox:before {
    content: '\2713';
}

 #faceted-nav .show-more-refinements,
 #faceted-nav .show-less-refinements {
    font-size: 12px;
    cursor: pointer;
}

.ellipses {
    padding-right: 8px;
}

 #faceted-nav .facet.collapsible .facet-heading::after {
    font-size: 30px;
    font-weight: bold;
    line-height: 16px;
}

 .active-refinement {
    font-size: 14px;
    color: #000;
    background-color: #ddd;
    padding: 6px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

     .active-refinement::after {
        content: "x";
        margin-left: 10px;
    }

 .effective-refinements {
    padding: initial;
}

     #effective-refinements-in-nav,
     .effective-refinements.below-pager {
        display: none;
    }

 .facet-search-box {
    margin: 0 5%;
    width: 90%;
    height: 2em;
    border-radius: unset;
    border: 1px solid #d1d1d1;
}

 input.slider.multirange {
    max-width: 154px;
}

 .xs-hidden,
 .sm-hidden {
    display: none;
}

 #guided-navigation.revealed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    overflow: scroll;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 9999;
}

 #guided-navigation.mobile:not(.revealed) {
    display: none;
}

@media (min-width: 750px) {
     .effective-refinements.below-pager {
        display: inherit;
    }

     .effective-refinements.above-pager {
        display: none;
    }

     .xs-hidden,
     .sm-hidden {
        display: block;
    }

    .column.pager .xs-hidden {
        display: inline-block !important;
    }
}

@media (min-width: 1000px) {
     .effective-refinements.above-pager,
     .effective-refinements.below-pager {
        display: none;
    }

     #effective-refinements-in-nav {
        display: inherit;
        margin-bottom: 20px;
    }
}

body.devicetype-mobile .radio,
body.devicetype-mobile .checkbox {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
}

body.devicetype-desktop.ae .pager .sort-by-text {
    display: none;
}

.facet-search input {
    font-size: 16px;
    border: solid 1px #d1d1d1;
    padding: 0 10px;
}

body.devicetype-desktop .facet-heading label {
    font-size: 14px;
    line-height: 14px;
}

body.devicetype-desktop #faceted-nav .facet.collapsible .facet-heading::after {
    line-height: 20px;
}
/* Breadcrumbs */

ol.breadcrumb {
    margin: 0 auto;
    margin-left: 0;
    font-size: .85em;
    padding: 0 5px;
}


ol.breadcrumb li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}

ol.breadcrumb li a {
    text-decoration: underline;
    color: #0c63a6;
}

ol.breadcrumb li div {
    display: inline;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    color: #ccc;
}

@media (min-width: 550px) {
    ol.breadcrumb {
        font-size: 12px;
    }
}

nav.breadcrumbNav {
    background: none;
    padding: 0;
}

/* END: Breadcrumbs */

body.devicetype-desktop #seo-row {
    margin-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #bc2127;
    border-bottom: 1px solid #bc2127;
    padding: 10px;
}

.seo-copy-text p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}

    .seo-copy-text p:last-of-type {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

.seo-copy-text,
#seo-column #seo-copy {
    overflow: hidden;
}

#seo-copy .seo-copy-text.expanded {
    height: auto;
    max-height: 100% !important;
}

#seo-colummn .actions buttons {
    float: right;
    border: none;
    text-transform: none;
}


#seo-column .actions {
    text-align: right;
    width: 100%;
    font-weight: bold;
    padding-right: 10px;
    float: right;
}

    #seo-column .actions button {
        border: none;
        text-transform: none;
    }


body.devicetype-desktop #category-summary-row {
    border-bottom: 1px solid #e5e5e5;
}

#category-summary-row {
    float: left;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 30px;
    line-height: 1.4em;
}

    #category-summary-row hr {
        border: none;
    }

    #category-summary-row h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0 10px 0;
    }

    #category-summary-row p {
        font-size: 16px;
        margin: 10px 0;
    }



.category-summary-text {
    overflow: hidden;
}

    .category-summary-text p:last-of-type {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

#category-summary .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba( 255, 255, 255, 0), rgb(255, 255, 255) );
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
}

    #category-summary .controls button {
        float: right;
        border: none;
        text-transform: none;
        display: inline-block;
        height: 30px;
        padding: 80px 30px 0px;
        color: #0c63a6;
        text-align: center;
        font-size: 0.875em;
        font-weight: 600;
        line-height: 1em;
        text-decoration: underline;
        white-space: nowrap;
        background-color: none;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
    }


        #category-summary .controls button.show-less-summary {
            position: relative;
            bottom: 5px;
        }


@media only screen and (max-width: 427px) {
    #category-summary-row {
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
}


.expandable.category-summary-text {
    overflow: hidden;
}

    .expandable.category-summary-text.expanded {
        max-height: 100% !important;
        padding-bottom: 30px;
        margin-bottom: 55px;
    }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row *:before,
.row *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin: 0;
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column,
.columns,
div[class^='col-xs-'], div[class*=' col-xs-'],
form div.form-group,
form div.form-buttons {
    float: left;
    min-height: 1px;
    position: relative;
	/*width: 100%;*/
}
.column,.columns,form div.form-buttons {
	width: 100%;
}
@media (max-width: 549px) {
	 form div.form-group {
		width: 100%;
	}
}
@media (max-width: 749px) {
	 form div.form-group:not(.address-fields) {
		width: 100%;
	}
}

form div.form-group.address-fields.state select{
    padding:0px;
}
@media (min-width: 750px) and (max-width: 999px) {
    form div.form-group.address-fields.state{
        width:29%;
    }
}
	form div.form-group.address-fields {
  padding-right: 10px;
}


form div.form-buttons  {
    float: none;
}

.xs-1,
.col-xs-1 {
    width: 8.33333%;
}

.xs-2,
.col-xs-2 {
    width: 16.66666%;
}

.xs-3,
.col-xs-3 {
    width: 24.99999%;
}

.xs-4, 
.col-xs-4 {
    width: 33.33333%;
}

.xs-5,
.col-xs-5 {
    width: 41.66666%;
}

.xs-6,
.col-xs-6 {
    width: 49.99999%;
}

.xs-7,
.col-xs-7 {
    width: 58.33333%;
}

.xs-8, 
.col-xs-8 {
    width: 66.66666%;
}

.xs-9,
.col-xs-9 {
    width: 74.99999%;
}

.xs-10,
.col-xs-10 {
    width: 83.33333%;
}

.xs-11,
.col-xs-11 {
    width: 91.66666%;
}

.xs-12,
.col-xs-12 {
    width: 100%;
}
.xs-auto {
    width: auto;
}
@media (min-width: 550px) {
    .sm-1 {
        width: 8.33333%;
    }
    .sm-2 {
        width: 16.66666%;
    }
    .sm-3 {
        width: 24.99999%;
    }
    .sm-4 {
        width: 33.33333%;
    }
    .sm-5 {
        width: 41.66666%;
    }
    .sm-6 {
        width: 49.99999%;
    }
    .sm-7 {
        width: 58.33333%;
    }
    .sm-8 {
        width: 66.66666%;
    }
    .sm-9 {
        width: 74.99999%;
    }
    .sm-10 {
        width: 83.33333%;
    }
    .sm-11 {
        width: 91.66666%;
    }
    .sm-12 {
        width: 100%;
    }
    .sm-auto {
        width: auto;
    }
    .offset-by-one {
        margin-left: 8.33333%;
    }
    .offset-by-two {
        margin-left: 16.66666%;
    }
    .offset-by-three {
        margin-left: 24.99999%;
    }
	.offset-right-by-three {
        margin-right: 24.99999%;
    }
    .offset-by-four {
        margin-left: 33.33333%;
    }
    .offset-by-five {
        margin-left: 41.66666%;
    }
    .offset-by-six {
        margin-left: 49.99999%;
    }
    .offset-by-seven {
        margin-left: 58.33333%;
    }
    .offset-by-eight {
        margin-left: 66.66666%;
    }
    .offset-by-nine {
        margin-left: 74.99999%;
    }
    .offset-by-ten {
        margin-left: 83.33333%;
    }
    .offset-by-eleven {
        margin-left: 91.66666%;
    }
}

@media (min-width: 750px) {
    body > .container:not(.fluid) {
        margin: 22px;
    }
    .md-1 {
        width: 8.33333%;
    }
    .md-2 {
        width: 16.66666%;
    }
    .md-3 {
        width: 24.99999%;
    }
    .md-4 {
        width: 33.33333%;
    }
    .md-5 {
        width: 41.66666%;
    }
    .md-6 {
        width: 49.99999%;
    }
    .md-7 {
        width: 58.33333%;
    }
    .md-8 {
        width: 66.66666%;
    }
    .md-9 {
        width: 74.99999%;
    }
    .md-10 {
        width: 83.33333%;
    }
    .md-11 {
        width: 91.66666%;
    }
    .md-12 {
        width: 100%;
    }
    .md-auto {
        width: auto;
    }
}

@media (min-width: 1000px) {
    .lg-1 {
        width: 8.33333%;
    }
    .lg-2 {
        width: 16.66666%;
    }
    .lg-3 {
        width: 24.99999%;
    }
    .lg-4 {
        width: 33.33333%;
    }
    .lg-5 {
        width: 41.66666%;
    }
    .lg-6 {
        width: 49.99999%;
    }
    .lg-7 {
        width: 58.33333%;
    }
    .lg-8 {
        width: 66.66666%;
    }
    .lg-9 {
        width: 74.99999%;
    }
    .lg-10 {
        width: 83.33333%;
    }
    .lg-11 {
        width: 91.66666%;
    }
    .lg-12 {
        width: 100%;
    }
    .lg-auto {
        width: auto;
    }
    .lg-offset-by-one {
        margin-left: 8.33333%;
    }
 
}

@media (min-width: 1200px) {
    .xl-1 {
        width: 8.33333%;
    }
    .xl-2 {
        width: 16.66666%;
    }
    .xl-3 {
        width: 24.99999%;
    }
    .xl-4 {
        width: 33.33333%;
    }
    .xl-5 {
        width: 41.66666%;
    }
    .xl-6 {
        width: 49.99999%;
    }
    .xl-7 {
        width: 58.33333%;
    }
    .xl-8 {
        width: 66.66666%;
    }
    .xl-9 {
        width: 74.99999%;
    }
    .xl-10 {
        width: 83.33333%;
    }
    .xl-11 {
        width: 91.66666%;
    }
    .xl-12 {
        width: 100%;
    }
    .xl-auto {
        width: auto;
    }
}

@media (max-width: 549px) {
    .xs-visible {
        display: block !important;
    }
    .xs-hidden {
        display: none !important;
    }
    .sm-visible,
    .md-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
    .text-center-xs {
        text-align: center;
    }
}

@media (min-width: 550px) and (max-width: 749px) {
    .sm-visible {
        display: block !important;
    }
    .sm-hidden {
        display: none !important;
    }
    .xs-visible,
    .md-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
}

@media (min-width: 750px) and (max-width: 999px) {
    .md-visible {
        display: block !important;
    }
    .md-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .lg-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .md-visible,
    .xl-visible {
        display: none;
    }
        .lg-visible {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .xl-visible {
        display: block !important;
    }
    .xl-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .md-visible,
    .lg-visible {
        display: none;
    }
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center !important;
}

.hidden {
    display: none !important;
}

.no-float {
    float: none;
    width: auto;
    overflow: hidden;
}

img.img-responsive {
    max-width: 100%;
}
.module-banneradwithlink .img-responsive {
    width: 100%;
}

.inline {
    display: inline-block;
}

ul.rounded,
p.rounded,
div.rounded {
    border: 2px solid #ebebeb;
    border-radius: 8px;
    padding: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Shouldn't show delay script or delay style */
delay-script, delay-style, prefetch-asset {
    display: none !important;
}

.color-count {
    position: absolute;
    bottom: 0;
    color: #000;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    width: 100% !important;
    left: 0;
}

.red {
    color: #cf2013;
}

.sold-quantity-message {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    margin-bottom: 2px;
}

.prodName {
    font-weight: unset;
    font-size: 13px;
    margin: 6px 0 12px 0;
    overflow: hidden;
    line-height: 18px;
}

body.devicetype-desktop .sale-price, body.devicetype-desktop .Price {
    font-size: 14px !important;
    font-weight: 600;
}
.old-price {
    font-size: 12px;
    line-height: 12px;
}

.jcp-price {
    display:inline-block;
    margin:auto;
    padding:0 5px;
    border-radius:5px;
    background-color: #cf2013;
    color: #fff !important;
}

body.devicetype-desktop #product-results .product-column1 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

    body.devicetype-desktop #product-results .product-column1 .border {
        margin-right: 20px;
        border: 1px solid #e5e5e5;
        height: 100%;
    }

body #items .grid-details1 {
    width: 90%;
    left: 5%;
    margin-bottom:10px;
}

.ratingStars .ratingCount {
    height: auto;
    width: auto;
}

.clearfix {
    padding-top: 10px;
}


@media (max-width: 749px) {
    #items .prodName {
        min-height: 65px;
        text-align: left;
        font-weight: bold;
        margin: 0;
    }

    body #items .grid-details1 {
        width: 100%;
        left: 0%;
        text-align: left !important;
        padding: 10px 0 0 10px;
    }

    .sold-quantity-message {
        font-size: 11px;
        line-height: 15px;
    }

    .ratingStars {
        margin-bottom: 10px;
    }

    #items .product-column1 {
        border-bottom: solid thin #ddd;
    }

    body.devicetype-desktop #product-results .product-column1 .border {
        border: none;
    }
}

@media(min-width:750px) and (max-width:999px) {
    body.devicetype-desktop #product-results .product-column1 {
        height: 290px;
    }
    .hide-nav .product-column1, .hide-nav .grid-promo-outer.one {
        width: 25% !important;
    }
}
@media (min-width: 1000px) {
    body.devicetype-desktop #product-results .quickview-button-container {
        left: 20%;
    }
    .hide-nav .product-column1, .hide-nav .grid-promo-outer.one {
        width: 20% !important;
    }
    #items .product-column1 {
        height: 325px;
    }
}
@media (max-width: 917px) and (min-width: 834px) {
    #items .product-column1 {
        height: 365px;
    }
}
.ratingStars .ratingStar-0, .ratingStars .ratingStar-25, .ratingStars .ratingStar-50, .ratingStars .ratingStar-75, .ratingStars .ratingStar-100 {
    margin-top: 3px;
}

.slides .slide .product-price {
    font-weight: inherit;
    line-height: initial;
}
.previously-viewed-heading {
    border-top: 1px solid #ddd;
    padding-top: .75em;
}

.hide-nav .guided-navigation, 
.hide-nav #phe-hawktoppager {
    display: none !important;
}
.ratingStars {
    display: inline-block;
}

[class^="ratingStar-"] {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='215.5px' height='38px' viewBox='0 0 215.5 38' enable-background='new 0 0 215.5 38' xml:space='preserve'%3E%3Cpolygon display='none' fill='%23BE1E2D' stroke='%23BE1E2D' stroke-width='0.8862' stroke-miterlimit='10' points='21.864,2.305 26.094,15.322 39.783,15.322 28.708,23.367 32.938,36.387 21.864,28.341 10.79,36.387 15.02,23.367 3.945,15.322 17.634,15.322 '/%3E%3Cpolygon display='none' fill='%23BE1E2D' stroke='%23BE1E2D' stroke-width='0.8862' stroke-miterlimit='10' points='107.719,2.305 111.949,15.322 125.639,15.322 114.562,23.367 118.793,36.387 107.719,28.341 96.645,36.387 100.875,23.367 89.8,15.322 103.488,15.322 '/%3E%3Cpolygon fill='%23555555' points='21.864,2.305 26.094,15.322 39.783,15.322 28.708,23.367 32.938,36.387 21.864,28.341 10.79,36.387 15.02,23.367 3.945,15.322 17.634,15.322 '/%3E%3Cg%3E%3Cpolyline fill='%23F1F2F2' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3C/g%3E%3Cpolyline fill='%23F1F2F2' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3Cpolygon fill='%23F99F1D' stroke='%23F99F1D' stroke-width='0.8862' stroke-miterlimit='10' points='150.646,2.305 154.877,15.322 168.564,15.322 157.492,23.367 161.723,36.387 150.646,28.341 139.572,36.387 143.803,23.367 132.729,15.322 146.416,15.322 '/%3E%3Cpolygon fill='%23555555' points='64.792,2.305 69.022,15.322 82.709,15.322 71.635,23.367 75.866,36.387 64.792,28.341 53.715,36.387 57.947,23.367 46.874,15.322 60.561,15.322 '/%3E%3Cpolyline fill='%23555555' points='155.219,32.234 155.203,14.875 170,14.875 158.062,23.562 162.562,37.531 156.359,33.109 '/%3E%3Cpolygon fill='%23F99F1D' stroke='%23F99F1D' stroke-width='0.8862' stroke-miterlimit='10' points='193.574,2.305 197.805,15.322 211.492,15.322 200.418,23.367 204.648,36.387 193.574,28.341 182.499,36.387 186.729,23.367 175.654,15.322 189.344,15.322 '/%3E%3Cpolygon fill='%23F99F1D' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3Cpolygon fill='%23555555' points='107.719,2.305 111.949,15.322 125.639,15.322 114.562,23.367 118.793,36.387 107.719,28.341 96.645,36.387 100.875,23.367 89.8,15.322 103.488,15.322 '/%3E%3Cpolygon fill='%23F99F1D' points='107.75,28.341 96.676,36.387 100.906,23.367 89.831,15.322 103.52,15.322 107.75,2.305 '/%3E%3C/svg%3E");
    background-size: cover;
    height: 15px;
    width: 15px;
    display: inherit;
}

body.sii [class^="ratingStar-"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='BlueHearts_SII' x='0px' y='0px' width='215.5px' height='38px' viewBox='0 0 215.5 38' enable-background='new 0 0 215.5 38' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23F1F1F2' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M41.361,10.54 c0,5.419-3.396,10.949-10.187,16.588C26.45,31.04,20.59,34.664,13.596,38c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.987-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.016,0,3.887,0.525,5.615,1.575c1.88,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642C40.295,5.602,41.361,7.863,41.361,10.54z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M84.289,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C83.223,5.044,84.289,7.306,84.289,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M84.289,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C83.223,5.044,84.289,7.306,84.289,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M84.288,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='67.789' clip-path='url(%23SVGID_2_)' fill='%23F1F1F2' width='16.5' height='38.833'/%3e%3c/g%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M84.288,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M84.288,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M127.216,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C126.149,5.044,127.216,7.306,127.216,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M127.216,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C126.149,5.044,127.216,7.306,127.216,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_3_' d='M127.215,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C126.148,5.044,127.215,7.306,127.215,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_4_'%3e%3cuse xlink:href='%23SVGID_3_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='107.718' clip-path='url(%23SVGID_4_)' fill='%23F1F1F2' width='20.615' height='38.833'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M127.215,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C126.148,5.044,127.215,7.306,127.215,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M170.143,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C169.076,5.044,170.143,7.306,170.143,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M170.143,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C169.076,5.044,170.143,7.306,170.143,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_5_' d='M170.142,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C169.075,5.044,170.142,7.306,170.142,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_6_'%3e%3cuse xlink:href='%23SVGID_5_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='143.215' clip-path='url(%23SVGID_6_)' fill='%23F1F1F2' width='27.662' height='38.833'/%3e%3c/g%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M170.142,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C169.075,5.044,170.142,7.306,170.142,9.982z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M213.5,10.54c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C212.434,5.602,213.5,7.863,213.5,10.54z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    width: 17px;
}

.ratingStars .ratingStar-100 {
    background-position: 100% 0;

}

.ratingStars .ratingStar-75 {
    background-position: 75% 0;
}

.ratingStars .ratingStar-50 {
    background-position: 50% 0;
}

.ratingStars .ratingStar-25 {
    background-position: 25% 0;
}

.ratingStars .ratingStar-0 {
    background-position: 0 0;
}

body:not(.sii) .ratingStars .ratingStar-0 {
    margin-left: -2px;
}

.ratingStars .ratingCount {
    height: 15px;
    width: auto;
    display: inherit;
    padding-left: 0.5em;
    font-size: 12px;
    vertical-align: top;
    line-height: 23px;
}
h1#hawktitle {
    font-size: 28px;
    text-align: center;
    font-family: Helvetica;
    line-height: 1.5em;
    margin: 10px 0;
}

/* this should be in the CHP markup and not our CSS */
.categories {
    display: inline-block;
}

#category-page-header {
    margin-left: 170px;
}

@media (min-width: 750px) {
    .categories {
        display: block;
    }
}

@media (min-width: 750px) {
    .row.see-details {
        display: none;
    }
}

#product-results #items .column {
    text-align: center !important;
}
#chp-product-results #phe-hawktoppager .pager,
#chp-product-results #phe-hawktoppager .chp_pager {
    width: 100%;
}

#chp-product-results .chp_pager select,
#chp-product-results .pager select {
    background-color: #fff;
    padding: 0;
    height: 24px;
    margin-right: 5px;
    display: inline;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
}


#chp-product-results .chp_pager .button,
#chp-product-results .pager .button {
    background-color: #727272;
    color: #fff;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    padding: 0 15px;
    text-transform: none;
    vertical-align: bottom;
}


#chp-product-results #phe-hawktoppager .mobile-result-count,
#chp-product-results #phe-hawktoppager .result-count,
#chp-product-results #phe-hawktoppager .reveal-guided-nav,
#chp-product-results #phe-hawktoppager .sort-by-text,
#chp-product-results #phe-hawktoppager .sort-by-selector,
#chp-product-results #phe-hawktoppager .items-per-page-selector-parent,
#chp-product-results .filterResultsButtons,
#chp-product-results .active-refinements {
    display: none !important;
}



@media (max-width: 749px) {
    #items .row-item {
        width: 50%;
        text-align: center;
        display: table-cell;
        border-bottom: solid 1px #ddd;
        vertical-align: top;
    }

    .row-item-1 {
        border-right: 1px solid #ddd;
    }

    .productListItem div {
        width: 100%;
    }

    .product-page-link img:not(.vod-image) {
        width: 100%;
        max-width: 165px;
        margin-left: auto;
        margin-right: auto;
    }

    .sold-quantity-message {
        font-size: 10px;
        font-weight: bold;
        line-height: 8px;
    }

    #items .productListItem div.ratingStars {
        margin-bottom: 5px;
    }

    [class^="ratingStar-"] {
        width: 15px !important;
    }

    #items .sale-price, #items .Price {
        font-size: 14px;
        font-weight: 600;
    }

    .prodName {
        font-weight: unset !important;
        font-size: 13px;
        margin: 6px 0 12px 0 !important;
        overflow: hidden;
        line-height: 18px;
        text-align: center !important;
    }

    section.load-more-button {
        background: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    #load-more-products {
        margin-top: 15px;
        font-weight: normal;
        width: 85%;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.31);
        text-transform: unset;
    }
}

.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale {
    display: block;
    font-size: 0;
    color: #cf2013;
}

 .la-line-scale.la-dark {
        color: #ccc;
    }

 .la-line-scale > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-line-scale {
    width: 40px;
    height: 32px;
}

 .la-line-scale > div {
        width: 4px;
        height: 32px;
        margin: 2px;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        -webkit-animation: line-scale 1.2s infinite ease;
        -moz-animation: line-scale 1.2s infinite ease;
        -o-animation: line-scale 1.2s infinite ease;
        animation: line-scale 1.2s infinite ease;
    }

 .la-line-scale > div:nth-child(1) {
            -webkit-animation-delay: -1.2s;
            -moz-animation-delay: -1.2s;
            -o-animation-delay: -1.2s;
            animation-delay: -1.2s;
        }

 .la-line-scale > div:nth-child(2) {
            -webkit-animation-delay: -1.1s;
            -moz-animation-delay: -1.1s;
            -o-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

 .la-line-scale > div:nth-child(3) {
            -webkit-animation-delay: -1s;
            -moz-animation-delay: -1s;
            -o-animation-delay: -1s;
            animation-delay: -1s;
        }

 .la-line-scale > div:nth-child(4) {
            -webkit-animation-delay: -.9s;
            -moz-animation-delay: -.9s;
            -o-animation-delay: -.9s;
            animation-delay: -.9s;
        }

 .la-line-scale > div:nth-child(5) {
            -webkit-animation-delay: -.8s;
            -moz-animation-delay: -.8s;
            -o-animation-delay: -.8s;
            animation-delay: -.8s;
        }

.la-line-scale.la-sm {
        width: 20px;
        height: 16px;
    }

.la-line-scale.la-sm > div {
            width: 2px;
            height: 16px;
            margin: 1px;
            margin-top: 0;
            margin-bottom: 0;
        }

 .la-line-scale.la-2x {
        width: 80px;
        height: 64px;
    }

.la-line-scale.la-2x > div {
            width: 8px;
            height: 64px;
            margin: 4px;
            margin-top: 0;
            margin-bottom: 0;
        }

 .la-line-scale.la-3x {
        width: 120px;
        height: 96px;
    }

 .la-line-scale.la-3x > div {
            width: 12px;
            height: 96px;
            margin: 6px;
            margin-top: 0;
            margin-bottom: 0;
        }


/*
 * Animation
 */
@-webkit-keyframes line-scale {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes line-scale {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes line-scale {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-scale {
    0%, 40%, 100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
#guided-nav-loader {
    z-index: 100020;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

#guided-nav-loader.in {
        display: block;
    }

#guided-nav-loader:before {
        content: "";
        background-color: #333;
        position: fixed;
        top: 0;
        left: 0;
        filter: alpha(opacity=50);
        opacity: .5;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

.la-line-scale {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

