.main {
    background-color: #fff;
    overflow-x: hidden;
}

.qsp-subtitle {
    text-align: center;
    font-style: italic;
    font-size: 1.9em;
    font-weight: 300;
    margin-top:0px;
}

.qsp-container b, .qsp-subtitle b{
    font-weight:500;
}

.qsp-filters-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.qsp-filter-select-container {
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.qsp-filters-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: 300;
    font-style:italic;
    padding: 24px 0px;
    justify-content: center;
    display:flex;
}

.qsp-filters-title span {
    font-size: 0.7em;
}

.title-1 {
    margin-right: 8px;
}

.qsp-filters {
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #eeeff3;
}

.qsp-filter-select-container input[type="checkbox"] {
    margin: 0px;
    margin-left: 2px;
}

.qsp-checkbox-container {
    display: block;
    margin-left: 8px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qsp-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #6f6f6f;
    border-radius: 2px;
}
  
.qsp-checkbox-container:hover .checkmark {
    background-color: #eeeff2;
}
    
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark img{
    display:none;
}
  
.qsp-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.qsp-checkbox-container input:checked .checkmark img {
    display: block;
}
.qsp-checkbox-container .checkmark:after {
    left: 7px;
    top: -7px;
    width: 8px;
    height: 18px;
}

.checkmark img {
    position: absolute;
    top: -5px;
    left: 2px;
}

.qsp-filter.selected .checkmark img{
    display:block;
}

.qsp-stripe{
    background-repeat: no-repeat;
    height: 280px;
    width: 1922px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
}

.qsp-stripe-mobile{
    background-repeat: no-repeat;

    height: 778px;
    max-width: 768px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    display:none;

    
}

.qsp-stripe-mobile img{
    width:100%;
}

.qsp-example-container {
    display: flex;
    justify-content: space-evenly;
    max-width: 688px;
    padding: 32px 0px 16px;
    margin: auto;

}

.qsp-example-segment.qsp-symbol {
    padding: 0px 32px;
}

.qsp-example-segment {
    margin: auto 0px;
}

.qsp-example-segment.qsp-tag {
    margin-left: -32px;
}

.qsp-search-container {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
    margin-top: 48px;
}

.qsp-search-button {
	width: 160px;
	font-size: 1.5em;
	cursor: pointer;
	/*height: 36px;
	background-color: #0099ff;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	border-radius: 4px;
	box-shadow: 0 3px 0 #257cb1;*/
}

.qsp-search-button:hover{
    background-color:#32abff;
}



.qsp-search-button.disabled
{
	background-color: #ccc;
    cursor:initial;
    box-shadow: 0 3px 0 #999;
}

.qsp-search-button.updating
{
    background-color: #ccc;
    box-shadow: 0 3px 0 #999;
}

.qsp-search-number {
    font-size: 1.5em;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    color: #676767;
    margin: 0px 24px;
}

.qsp-checkbox-container .qsp-filter-label{
    display:none;
}

.qsp-brand .qsp-filter {
    flex-direction: column-reverse;
    display: flex;
    justify-content: center;
    position: relative;
}

.qsp-filters-container.qsp-brand {
    padding-bottom: 32px;
}

.qsp-brand .qsp-filter-image {
    max-height: 35px;
}

.qsp-filter-image{
    cursor: pointer;
}

.qsp-brand .qsp-checkbox-container {
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: -7px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.qsp-brand .qsp-filter-label {
    display: none;
}

.qsp-search-number span {
    display: flex;
}

.qsp-subcategory .qsp-filter-select-container {
    margin-left: -16px;
}

#qsp-search-value {
    margin-right: 5px;
}

.qsp-filters-container.qsp-subcategory {
    padding: 0px 15px;
}

.qsp-filters-container.qsp-subtype {
    margin: 0px 32px;
}

.qsp-subtitle-hint {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.0em;
    margin-top: 10px;
    padding:0px 90px;
}


#qs-price-selection  h2 {
    margin-bottom: 0px;
    font-size: 1.4em;
}	

#qs-price-selector {
    min-width: 200px;
}

#qs-price-selector-container {
    height: 54px;
    margin-top:7px;
    padding: 0px 16px;
}

#qs-price-selector-container p {
    display: block;
    margin: 0 10px;
    line-height: 20px;
}

.slider-selection {
	background: #fff !important;
}

.slider.slider-disabled .slider-track {	/* override bootstrap slider style */
    cursor: default;
}


.slider-handle {
	background:#0099ff;
	border: 2px #4cb7ff solid;
}

.slider.slider-disabled .slider-handle{
		border: 2px #bebebe  solid;
}

div#qs-price-selection-band-0 {
	left: 0%;
	position: absolute;
}

div#qs-price-selection-band-8 {
	display: inline-block;
	position: absolute;
	left: 100%;
}

#qs-price-selection {
	border:none;
    border-radius:5px;
    margin-top: auto;
    margin-bottom: auto;
}

#qs-price-selection.qs-selector-disabled {
	background-color: none;	
}

#qs-price-selection-band-container {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	visibility:hidden;
}

#qs-price-selection-band-contents {
	display: block;
	width: 100%;
	height: 30px;
	margin: 2px auto;
	position: relative;
}


#qs-price-selection .slider-horizontal {
	width:100%;
}


#qs-price-selection .slider-horizontal { /* override bootstrap default slider width */
	margin-left:0px;
	min-width: 160px;	
	height: 20px;
}

.qs-price-control {
	display: inline-block;
	padding: 5px;
	color: #3d3d3d;
	background-color: #fff;
	border-radius: 4px;
	font-size: 1.05em;
	margin-top: -4px;
}

.qsp-three{
    padding:0px 12px;
}

.qs-filter-control-selected
{
	border: 2px solid #09f !important;
}
.qs-filter-control:hover {
	border: 2px solid #999;
}

.qs-filter-control-selected:hover {
	border: 2px solid #09f !important;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
    background: #555;
}

.qs-price-selection-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	top: -12px;
	left: 30%;
}

.qsp-filters-price .qsp-filters-title {
    display: flex;
    flex-direction: column;
}

.qsp-filters-price .title-1 {
    margin-bottom: 8px;
}

.qsp-filters-price-bar {
    width: 320px;
    display: flex;
}

.qsp-filters-price {
    margin-right: 48px;
}

.qsp-filters-container.qsp-price {
    justify-content: center;
    padding: 20px 40px 40px;
    background-color: #dddde9;
}

.qsp-attr-screensize .qsp-filter {
    flex-direction: column-reverse;
    display: flex;
    padding: 0px 4px;
}

.qsp-attr-screensize .qsp-filter-select-container {
    flex-direction: column;
}

.qsp-attr-screensize .qsp-checkbox-container {
    margin:auto;
}

.qsp-attr-screensize .checkmark{
    left:-8px;
}

.qsp-attr-screensize .qsp-filter-select-container{
    margin-top:16px;
    margin-bottom:32px;
}

.qsp-attr-screensize .qsp-checkbox-container {
    margin-top: 8px;
}

.qsp-television-group {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.qsp-filters-container.qsp-attr-screensize {
    padding: 0px 16px 24px;
    flex-direction: row;
    flex-wrap: initial;
}

.qsp-intro {
    max-width: 890px;
    margin: auto;
        margin-top: auto;
    line-height: 1.3em;
    margin-top: 32px;
    text-align:justify;
    font-size: 1.1em;
    padding: 8px;
}

.qsp-example-segment.qsp-symbol {
    font-size: 12em;
    color: #ccc;
}

.qsp-subtitle a{
    color: #1281cb;
}

#qsp-no-packs{
    display:none;
}

.qsp-subtype .qsp-filter-image {
    max-width: 275px;
}

@media (max-width:1199px) {
    .qsp-stripe{
        height: auto;
        width:1680px;
        height: 245px;
        margin-left: 67%;
    }

    .qsp-example-segment.qsp-symbol {
        font-size: 10em;
    }

    .qsp-three {
        padding: 0px 8px;
    }

    .qsp-filters-container.qsp-subtype {
        margin: 0px;
    }
    
    .qsp-subtype .qsp-filter-image {
        max-height: 180px;
        max-width: 240px;
    }

    .qsp-subcategory .qsp-filter-image {
        max-height: 120px;
    }

    .qsp-filters-container.qsp-attr-screensize {
        flex-wrap: wrap;
    }
}

@media (max-width:991px) {

    .qsp-subtype .qsp-filter-image {
        max-height: 140px;
        max-width: 180px;
    }

    .qsp-example-segment.qsp-symbol {
        font-size: 8em;
    }

    .qsp-subcategory .qsp-filter-image {
        max-height: 90px;
    }

    .qsp-brand .qsp-filter-image {
        max-height: 30px;
    }

    .qsp-example-segment.qsp-three img {
        max-width: 140px;
        max-height: 100px;
    }

    .qsp-filters-price{
        margin:0px;
    }

    .qsp-filters-container.qsp-price {
        justify-content: center;
        padding: 20px 40px 40px;
        background-color: #dddde9;
    }
    
}

@media (max-width:767px) {
    .qsp-stripe{
        display:none;
    }
    
    .qsp-example-segment.qsp-symbol {
        font-size: 6em;
    }

    #qs-price-selector-container {
        padding: 0px 32px;
    }

    .qsp-stripe-mobile{
        display:block;
        width: 100%;
        height:unset;

    }

    .qsp-example-segment img {
        max-width: 190px;
        max-height: 120px;
    }

    .qsp-example-segment.qsp-symbol {
        padding: 0px 8px;
    }

    .qsp-filters-container {
        flex-wrap: wrap;

    }

    .qsp-filter {
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 28px;
    }

    .qsp-filter-image {

        margin: auto;
    }

    .qsp-filter-select-container {
        margin-bottom: 12px;
    }

    .qsp-subcategory .qsp-filter-image {
        max-height: 180px;
    }

    .qsp-subtype .qsp-filter-image {
        max-height: 180px;
        max-width: 280px;
    }

    .qsp-filters-container.qsp-brand {
        flex-direction: inherit;
        
    }

    .qsp-brand .qsp-filter {
        margin: 8px 8px;
        min-width: 160px;
    }

    .qsp-symbol img {
        max-height: 40px;
        max-width: 40px;
    }

    .checkmark{
        width:26px;
        height:26px;
    }

    .qsp-filter-select-container {

        font-size: 1.8em;
        font-weight: 400;
        line-height: 26px;
        height:26px;
    }

    #qsp9_90cm .qsp-filter-select-container{
        margin-top:10px;
    }

    #qsp9_90cm .qsp-filter-image {
        margin-top: -10px;
    }

    .qsp-subtype .qsp-filter-select-container {
        margin-left:-32px;

    }

    .qsp-subtitle-hint {
        text-align: center;
        font-size: 1.1em;
        line-height: 1.0em;
        margin-top: 22px;
        padding:0px 90px;
        margin-bottom: 32px;
    }

    .qsp-subtitle {
        display: flex;
        flex-direction: column;
        font-size: 2em;
        line-height: 1.2em;
        padding: 26px 0px 0px;
    }
    .qsp-filters-title {
        font-size: 2.6em;
        padding-bottom: 40px;
        padding-top: 48px;
        line-height: 38px;
        flex-direction: column;
    }
    .qsp-filters-container.qsp-subcategory {
        padding: 0px 64px;
    }

    .qsp-example-container{
        padding: 32px 32px 0px;
    }

    .qsp-filters-container {
        padding-bottom: 32px;
    }

    .qsp-brand .qsp-filter-image {
        max-height: 64px;
    }

    .qsp-filters-container{
        justify-content: space-around
    }

    .qsp-filters-container.qsp-brand {
        padding-bottom: 46px;
    }

    .qsp-search-number {
        font-size: 2.7em;
    }

    .qsp-search-number span{
        justify-content: center;
    }
    .qsp-search-container{
        flex-direction: column;
    }

    .qsp-search-button-a {
        margin:auto;
        margin-top: 32px;
    }

    .qsp-search-button {
        height: 60px;
        width: 240px;
        line-height: 20px;
        font-size: 2.5em;
        box-shadow: 0 8px 0 #1281cb;
    }

    #qsp-search-value {
        margin-right: 10px;
    }

    .checkmark img {
        width: 28px;
        left: 5px;
        top: -4px;
    }

    .qsp-search-button.disabled
{
        background-color: #ccc;
        cursor:initial;
        box-shadow: 0 8px 0 #999;
    }

    .qsp-search-button.updating
    {
        background-color: #ccc;
        box-shadow: 0 8px 0 #999;
    }

    .qsp-television-group {
        flex-wrap: wrap;
    }

    .qsp-filters-container.qsp-price {

        flex-direction: column;
    }
    
    .qsp-filters-price-bar {
        width: auto;
    }
}

@media (max-width: 520px) {

    .qsp-example-segment img {
        max-width: 140px;
        max-height: 90px;
    }

    .qsp-symbol img {
        max-height: 20px;
        max-width: 40px;
    }

    .qsp-example-segment.qsp-three img {
        max-width: 110px;
        max-height: 70px;
    }

    .qsp-brand .qsp-checkbox-container {
        left: -12px;
    }
}

@media (max-width: 480px) {

    .qsp-example-segment.qsp-three img {
        max-width: 110px;
        max-height: 50px;
    }

    /*.qsp-example-segment.qsp-symbol {

    }*/
    .qsp-example-segment img {
        max-width: 120px;
        max-height: 60px;
    }

}