.sp_popup{
    position: absolute;
    z-index: 999999; 
    top: 91px;
    left:0;
    right:0;
    display:none;
    width: 990px;
    margin: 0 auto;
}
.sp_block{
    display: inline-block;
    padding: 0px;
    z-index: 100002;
    position: relative;
    margin:0px auto;
    left:0px;
    right:0;
    background-color: #ffffff;
    border: 2px solid #c8b4eb;
    width: 985px;
    height: 600px;
    font-family: Arial, serif;

}

.sp_block li {
    list-style: none;
    padding-left: 0px;
}

.sp_block ul {
    padding: 0px;
}

.sp_block_scroll{
    width: 985px;
    height: 600px;
    position:relative;
    overflow-x: hidden;

    
}

.sp_block_left{
    display:inline;
    width:360px;
    float:left;
    min-height: 547px;
    text-align:left;
    padding:15px 10px 15px 20px;
    border-right:1px solid #ccc;

}
.sp_block_right{
    display:inline;
    width:544px;
    float:left;
    text-align:left;
    padding:10px 10px 10px 23px;

    overflow-y: auto;
    display: flex;
    flex-direction: column;

    height: auto;
    position: relative;

}
.sortby option{
    padding-top:3px;

}
.sp_header{
    width:234px;
    float:left;
    margin: 20px 0 0 0;
}
.sp_header p{
    float:left;
    line-height:22px;
    font-size:11px;
}
.sp_title{
    float:left;
    color:#872db9;
    font-weight: bold;

}
.sp_amount{
    font-size:12px;
    float:right;
    line-height:10px;
    font-size:12px;
    float:right;
    line-height:10px;
}
.sp_prijs{
    width:100%;
    clear:both;
    margin: 0 0 20px 0;
    height:70px;
    display: none;
}
.sp_preferences{

}
.sp_pref_left{
    width:45%;
    border-right:1px solid #ccc;
    float:left;
    margin:0 10px 0 0;
}
.sp_pref_right{
    width: 45%;
    float:left;
    margin:0 10px 0 10px;
}
a.moreattributes {
    float: right;
    color: #3c679f!important;
}
.sp_pref_left ul li input[type=checkbox], .sp_pref_right ul li input[type=checkbox]{
    margin-right:10px;
    margin-bottom:1px;
    height:15px; 
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
}
.sp_pref_left ul li label,.sp_pref_right ul li label {
    display: inline-block;
    margin-top:3px;
    vertical-align: baseline;
    color:#777;
}
.sp_pref_left p, .sp_pref_right p{
    font-size:12px;
    color:#872db9;
    height:8px;
    margin:12px 0 12px 0;
    font-weight: bold;
    font-size: 13px;
}
ul.sp-news li{
    list-style-type:square;
    margin-left:15px;
    color:#666;

}
.sp_block_right select {
    float:left;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    width: 200px;


}
.sp_close{
    float:right;
    margin:10px 15px 0 14px;
    align-self: flex-end;
}
.sp_close a.closeLink{
    text-decoration: none;
    color: #872db9;
    font-weight: bold;
}
.sp_close span{
    background:#872db9;
    padding:6px 10px;
    color:#ffffff;
    border-radius:50px;
    margin-left: 10px;
}
.sp_close span:hover{
    background:#c8b4eb;
    color: #fff;


}
.sp_close--bottom {
  position: sticky;
  bottom: 0;
  background: #fff;        /* avoid content showing through */
  padding-top: 8px;
  /* optional border to separate from content */
  /* border-top: 1px solid #eee; */
}
.sp_pager{
    float: left;
    width: 200px;
    color: #fff;
    padding: 8px 0;
    text-align: left;
    border-radius: 0px;
    margin-left: 10px;
}
ul.sp_pager-nav li{
    display:inline;
    padding:4px 8px 2px 8px;
    cursor: pointer;
    color: #ffffff;
    background:#c8b4eb;
    border-right: 1px solid #ffffff;
    border-radius:0px;
}
ul.sp_pager-nav li:hover{
    background:#fff;
    color: #872db9;
}
ul.sp_pager-nav li.sp_pager_current {
    background: #872db9;
    color: #fff;
    border-radius:0px
}

.sp_objects{
    clear:both;
    height:482px;
}
.sp_product{
    width:130px;
    height:200px;
    float:left; 
    margin:20px 5px 0 0;
    position: relative;
}
.sp_product:nth-child(5n) {
    margin-right: 0;
}
.sp_img{
    width:132px;
    height:120px;
    float:left; 
    border:1px solid #ccc; 
    overflow: hidden;
    position: relative;
}
.sp_img img {
    max-height: 110px;
    max-width: 112px;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.sp_desc{
    width:124px;
    height:50px;
    float:left; 
    margin-top:2px;
    padding:4px;
    color:#666;
    font-size:12px;
    cursor:pointer;
}
.sp_desc .sp_productname a {
    color: #444;
}
.sp_desc p{
    font-size:12px;
    float: right;
    color:#a6599b;


}
.sp_productname {
    height: 43px;
    overflow: hidden;
    line-height: 14px;
}
.sp_productname div {
    overflow: hidden;
    display: inline;
    font-weight: bold;
}

.sp_more{
    width:125px;
    height:15px;
    float:left; 
    border:1px solid #ffffff; 
    background:#872db9; 
    margin-top:2px;
    padding:3px 4px 4px 4px;
    color: #ffffff;
    text-align: center;
    font-size:9.85px;
    line-height: 14px;
}

.sp_objects .sp_product .sp_more a{
    color: #ffffff;
    text-decoration: none;
}

.sp_noproductsfound
{
    padding-top: 50px;
    display: block;
}

.sp_more span{
    padding:3px;
    cursor:pointer;
}
.sp_more span:hover{
    color:#d1aed5;
}

/*popup searchbox slider */
#pricerangeslidercontainer {
    bottom: 12px;
    right: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}
#pricerangeslidertext {
    float: left;
    height: 28px;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
    color: #053e5c;
    margin-left: 7px;
}
#pricerangesliderinput input {
    width: 50px;
    float: left;
    border-radius: 5px;
    margin-left: 5px;
}

#pricerangesliderinput input[type=button] {
    background: #415577;
    color: #ffffff;
    height: 30px;
}

#pricerangesliderinput span {
    float: left;
    color: #000;
    line-height: 30px;
    margin-left: 8px;
    margin-right: 3px;
}

#pricerangeslider {
    float: left;
    width: 175px;
    margin-left: -10px;
    height: 30px;
    border-radius:4px;
    background-repeat: no-repeat;
    margin-top: 15px;
    background-position: left top;
}
#pricerangeslidervalue {
    color: #053e5c;
}
.ui-slider-horizontal 
{
    height: 5px;
    width: calc(100% - 20px);
}

.filter-options-content .primary{
    min-width: 0px;
}

.filter-options-content .message-box {
    margin-right: 10px;
    padding: 0px;
}

.ui-slider 
{
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range 
{
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range 
{
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-widget-header 
{
    background: #415577;
    background-repeat: repeat-x;	
    background-position:left top;	
}

.ui-state-default, .ui-widget-content sp_popup.ui-state-default, .ui-widget-header .ui-state-default 
{	
    background-image: url(../images/base/slider_handle.png);
    background-repeat: repeat-x;	
    background-position:left top;	

}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    margin-left: 0px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: default;
    top: -3px;
    background-color: #872db9;
}
.list-cms-result {
    width: 1000px;
    margin: 0 auto;
    margin-left: 350px;
}
.item-cms-result {
    padding-bottom: 20px;
    padding-top: 20px;

}
.title-item-cms-result{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.description-item-cms-result {
    color: black;
    font-size: 12px;

}

.item-cms-result:hover {
    background: rgba(128, 128, 128, 0.18);
}

.sp_amount.result{
    background: #0A246A;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.sp_amount.result a{
    color: white;
}
.sp_amount.result a:hover{
    color: #191919;
}

.sp_amount.result:hover{
    background: #0a6c9f;
    color: #191919;
}


.sp_cms{
    display: inline-block;
    padding: 20px;
    z-index: 100002;
    position: relative;
    margin: 0px auto;
    left: 0px;
    right: 0;
    background-color: #ffffff;
    border: 2px solid #a8c9a3;
    width: 985px;
    height: 300px;
    font-family: Arial, serif;
    text-align: left;
    overflow-y: scroll;
    top: -10px;
}

.sp_block .sp_block_right {
    /*width: 580px;*/
}

.sbs_search_suggest_item_title {
    color: black;
    font-weight: bolder;
    font-size: 16px;
}
.sbs_search_suggest_item_subtitle {
    color: #FF8159;
    font-weight: bold;
    padding-top: 5px;
}
.cmspages.suggested-item{
    padding: 10px;
    padding-left: 0;
    max-height: 90px;
}

.cmspages.suggested-item:hover{
    background: #dddddd;
}

.sp_cms{
    color: #00457F;
    line-height: 1.2;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 10px 10px;
    text-rendering: optimizeLegibility;
    text-transform: none;
}

.sp_preferences label{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
}

.sp_preferences .sp_pref_left {
    width: 49%;
    margin: 0;
}

.sp_preferences .sp_pref_right {
    width: 49%;
    margin: 0;
    margin-left: 3px;
}

.sp_preferences .sp_pref_left ul li input[type=checkbox],
.sp_preferences .sp_pref_right ul li input[type=checkbox]
{
    margin-right: 0;
    margin-bottom: 5px;
    height: 12px;
}

.sp_product .sp_more{
    background: #0A246A;
    height: 23px;
}

.sp_pager ul.sp_pager-nav li.sp_pager_current {
    background: #192e73;
}

.sp_block_right .sp_close span {
    background: #192e73;
}

.sp_block_right .sp_close a.closeLink {
    color: #192e73;
}

.sp_preferences p, .sp_header .sp_title{
    color: #192e73;
}

.sp_pager ul.sp_pager-nav li {
    background: #11b2c9;
}

#qweeryForm .sp_block{
    border: 2px solid #11b2c9;
}

.sp_product .sp_img {
    width: 124px;
}

.block-search{
    display: block!important;
}

.sp_block_left .sp_header p.sp_title{
    color: #00457F;
    line-height: 1.2;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
}

.button-cms {
    margin-top: 10px;
    background: #0A246A;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.sp_preferences a.button-cms {
    color: white;
}
.sp_preferences a.button-cms:hover{
    color: #191919;
}

.button-cms:hover{
    background: #0a9cd2;
    color: #191919;
}
.button-cms-intern{
    margin-top: 12px;
}
.pricereq{
    color: #2e344e;
    font-size: 12px;
    font-weight: 700;
    float: right;
    padding-top: 10px;
}
.sp_loader {
    display: none;
    text-align: center;
    padding: 15px;
    color: #666;
    font-size: 14px;
}
.sp_dot-loader {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 15px;
}

.sp_dot-loader span {
    width: 8px;
    height: 8px;
    background-color: #425e3f;
    border-radius: 50%;
    display: inline-block;
    animation: dot-bounce 1.2s infinite ease-in-out;
}

.sp_dot-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.sp_dot-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dot-bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.3;
    } 
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

 body .sp_block_left {
        width: 23%;
}
.sp_pref_left,
.sp_pref_right {
    width: 100%;
    float: none;
    margin: 0 0 12px 0;
}
.sp_pref_left ul li label, 
.sp_pref_right ul li label {
    font-size: 12px;
}
.sp_pref_left p, .sp_pref_right p {
    height: 18px;
}
body .sp_popup {
    top: 110px;
    width: 100%;
    max-width: 1240px;
}
body .sp_block {
    border: 1px solid #929292;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body .sp_block_scroll {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
body .sp_block_left {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    min-height: 573px;
    position: relative;
}
body .sp_header {
    width: 100%;
    margin: 0;
}
body .sp_header p {
    float: none;
    color: #000000;
    margin-bottom: 0;
    font-weight: normal;
}
body .sp_header p.sp_title {
    letter-spacing: 0.025em;
    font-family: "Open Sans semibold";
}
body .sp_amount {
    float: none;
    position: absolute;
    right: 20px;
    top: 25px;
}
body .sp_preferences {
    margin-top: 24px;
}
body .sp_pref_left p, 
body .sp_pref_right p {
    color: #000000;
    margin: 0 0 8px 0;
    font-weight: normal;
    font-size: 14px;
    font-family: "Open Sans semibold";
    letter-spacing: 0.025em;
}
body .sp_pref_left ul li input[type=checkbox], 
body .sp_pref_right ul li input[type=checkbox] {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
    background: #ffffff;
}
body .sp_pager {
    padding: 0;
    width:240px;
}
body .sp_block ul {
    margin: 0;
}
body ul.sp_pager-nav li {
    padding: 6px 0;
    display: inline-block;
    width: 28px;
    text-align: center;
    border-right: none;
    border-radius: 0px;
    margin-right: 2px;
    color: #000000;
}
body ul.sp_pager-nav li.sp_pager_current {
    padding: 6px 0;
    display: inline-block;
    width: 28px;
    text-align: center;
}
body ul.sp_pager-nav li:hover {
    background: #a582e2;
    color: #000000;
}
body ul.sp_pager-nav li.sp_pager_current:hover {
    background: #550f7c;
    color: #ffffff;
}
body .sp_block_right {
    width: 100%;
    padding: 17px;
    box-sizing: border-box;
}
body .sp_product {
    width: 134px;
    height: 208px;
}
body .sp_desc {
    text-align: center;
    color: #000000;
    height: 58px !important;
    margin-top: 3px;
}
body .sp_productname div {
    font-weight: normal;
    font-family: "Open Sans semibold";
    letter-spacing: 0.025em;
}

.sp_desc .nineyardsPrice {
    margin-top: 0; 
}
body .sp_desc p {
    display: none;
}
body .sp_more {
    height: 20px;
    border: none;
    background: #c8b4eb;
    color: #000000;
    font-size: 12px;
    line-height: 21px;
}
body .sp_more span:hover {
    color: #a582e2;
}
body .sp_close a.closeLink {
    color: #000000;
    font-weight: normal;
}
body .sp_close span {
    background: #c8b4eb;
    padding: 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    color: #000000;
    border-radius: 50%;
}
body .sp_close span:hover {
    background: #a582e2;
    color: #000000;
}

.sp_pref_left {
    display: none;
}

.sp_pref_right {
    width: 100% !important;
}

.sp_pref_right ul {
    column-count: 2;
}

body .sp_pager ul.sp_pager-nav li.sp_pager_current {
    background: #872db9;
}

body .sp_pager ul.sp_pager-nav li {
    background: #c8b4eb;
}
body .sp_pager ul.sp_pager-nav li:hover {
    background: #a582e2;
}

body .sp_product .sp_more {
    background: #c8b4eb;
}

body .sp_block_right .sp_close span {
    background: #c8b4eb;
}

body .sp_block_right .sp_close span:hover {
    background: #a582e2;
}

body .sp_block_left .sp_header p.sp_title {
    color: #872db9;
}

body .button-cms:hover {
    background: #c8b4eb;
}

body .sp_block_right .sp_close a.closeLink {
    color: black;
}

body #qweeryForm .sp_block {
    border: 1px solid #929292;
}


.sp_block_right.no-cms-page {
    width: 100%;
}

body .sp_block_right.no-cms-page .sp_product {
    width: 234px;
}

body .sp_pager {
    margin-left: 0;
}
