
.nsw_menu_option
{
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    padding-bottom: 8px;
    cursor: pointer;
}

.nsw_menu_option:hover::after
{
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: black;
    left: 10%;
    bottom: 2px;
}

.nsw_menu_floater
{
    display: none; 
    position: fixed;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, rgb(216,230,218) 0% ,rgb(216,230,218) 60px , rgb(244,247,244) 61px , rgb(244,247,244) 100%);
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    left: 1px;
    z-index: 1000;
    box-shadow: 0px 20px 20px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.nsw_menu_holder
{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.nsw_visible
{
    display: block;
}

.nsw_section
{
    display: none;
    width: auto;
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
}

.nsw_section_visible
{
    display: block;
}

.nsw_menu_top
{
    width: 100%;
    height: 60px;
    /*background-color: #e5f1e3;*/
    padding: 15px;
}

.nsw_menu_bottom
{
    width: 100%;
    height: auto;
    /*background-color: #f4f7f4;*/
    padding: 15px;
}

.nsw_menu_wrapper
{
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 50px;
    margin-bottom: 20px;
}

.nsw_menu_bottom ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nsw_menu_bottom ul li
{
    text-align: left;
}

.nsw_menu_bottom ul a li:hover
{
    text-decoration: underline;
}

h3.nsw_title
{
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: left;
    color: #00652f;
}

h3.nsw_title.nsw_title_unselect:hover
{
    color: #00652f;
}

.nsw_head
{
    float: left;
    margin: 0;
    margin-right: 50px;
    font-size: 20px;
    color: #00652f;
}

.nsw_section a:visited
{
    color: #00652f;
}

.nsw_section a:visited:hover
{
    color: #61bc46;
}

.nsw_section ul a:visited
{
    color: black;
}

.nsw_section ul a:visited:hover
{
    color: black;
}

.nsw_head:hover, .nsw_title:hover
{
    color: #61bc46;
}

.nsw_section a
{
    color: initial;
}

.nsw_slider_head
{
    float: left;
    width: 70px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    padding-left: 0px;
}

input[type='text'].nsw_slider_input
{
    float: left;
    margin-left: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 82px;
    text-align: center;
    border: 1px solid #a7aaad;
    height: 22px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.nsw_slider_measure
{
    float: left;
    font-size: 14px;
    width: 24px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
}

.nsw_slider_wrapper
{
    position: relative;
    height: 24px;
    max-width: 360px;
    margin: 0;
    margin-bottom: 20px;
}

.nsw_slider_touch
{
    position: absolute;
    top: 0;
    height: 24px;
    width: 26px;
    z-index: 4;
}

.nsw_slider_button
{
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 2px;
    height: 8px;
    width: 8px;
    border: 6px solid white;
    background-color: #7A9C59B1;
    cursor: pointer;
    box-shadow: 0 2px 10px #22232866;
    box-sizing: content-box;
    z-index: 5;
}

.nsw_dragbar_top
{
    position: absolute;
    top: 9px;
    left: 10px;
    height: 6px;
    width: calc(100% - 20px);
    background-color: #7A9C59B1;
    border-radius: 3px;
    z-index: 3;
}

.nsw_dragbar_bottom
{
    position: absolute;
    top: 9px;
    left: 10px;
    height: 6px;
    width: calc(100% - 20px);
    background-color: #bfc7d9;
    border-radius: 3px;
    z-index: 2;
}

.nsw_box_head
{
    padding-left: 3px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 355px;
    margin-bottom: 6px;
}

.nsw_box_head::before
{
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #284734;
    right: 8px;
    top: 5px;
}

.nsw_box_head::after
{
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #284734;
    right: 3px;
    top: 10px;
}

.nsw_box_head_is_open::before
{
    display: none;
}

.nsw_selection_box
{
    overflow: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    
    transition: height 0.2s linear 0s;
}

.nsw_checkbox
{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 3px;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: 355px;
}

.nsw_checkbox input
{
    vertical-align: middle;
    padding: 0;
    margin-right: 6px;
}

.nsw_checkbox span
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.nsw_checkbox span:nth-of-type(2)
{
    position: absolute;
    right: 0px;
    top: 8px;
    color: gray;
}

.nsw_color_checkbox input
{
    margin-right: 20px;    
}

.nsw_color_checkbox::after
{
    content: "";
    position: absolute;
    top: 10px;
    left: 22px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.nsw_grey_checkbox::after
{
    background-color: #999999;
}

.nsw_black_checkbox::after
{
    background-color: black;
}

.nsw_beige_checkbox::after
{
    background-color: #e8ded1;
}

.nsw_anthracite_checkbox::after
{
    background-color: #393d47;
}

.nsw_white_checkbox::after
{
    background-color: white;
    border: 1px solid #999;
}

.nsw_brown_checkbox::after
{
    background-color: #7f3907;
}

.nsw_bronze_checkbox::after
{
    background-color: #825f2a;
}

.nsw_green_checkbox::after
{
    background-color: green;
}

.nsw_blue_checkbox::after
{
    background-color: blue;
}

.nsw_gold_checkbox::after
{
    background-color: #ddc774;
}

.nsw_copper_checkbox::after
{
    background-color: #c05a30;
}

.nsw_orange_checkbox::after
{
    background-color: #ff7210;
}

.nsw_anyralcolour_checkbox::after
{
    background-color: lightgrey;
}

.nsw_yellow_checkbox::after
{
    background-color: yellow;
}

.nsw_silver_checkbox::after
{
    background-color: #c0c0c0;
}

.nsw_pink_checkbox::after
{
    background-color: pink;
}

.nsw_red_checkbox::after
{
    background-color: red;
}

.nsw_purple_checkbox::after, .nsw_violet_checkbox::after
{
    background-color: #9048c1;
}

.nsw_other_checkbox::after
{
    background-color: white;
    border: 1px solid #999;
}

.nsw_multicolour_checkbox::after, .nsw_multi-colored_checkbox::after
{
    background-color: white;
    border: 1px solid #999;
}

.nsw_select_object
{
    position: relative;
    float: left;
    border-radius: 38.5px;
    border: 1px solid rgba(189,215,189,0.5);
    width: 180px;
    height: 56px;
    background-color: rgb(247, 247, 245);
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 70px;
    color: black;
    cursor: pointer;
}

.nsw_image_amphore
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/amphore.png");
    background-repeat: no-repeat;
    background-position: 13px center;
}

.nsw_image_balloon
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/balloon.png");
    background-repeat: no-repeat;
    background-position: 16px center;    
}

.nsw_image_bowl
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/bowl.png");
    background-repeat: no-repeat;
    background-position: 11px center;    
}

.nsw_image_couple
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/couple.png");
    background-repeat: no-repeat;
    background-position: 11px center;    
}

.nsw_image_cube
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/cube.png");
    background-repeat: no-repeat;
    background-position: 12px center;    
}

.nsw_image_cylinder
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/cylinder.png");
    background-repeat: no-repeat;
    background-position: 19px center;    
}

.nsw_image_darcy
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/darcy.png");
    background-repeat: no-repeat;
    background-position: 13px center;    
}

.nsw_image_emperor
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/emperor.png");
    background-repeat: no-repeat;
    background-position: 15px center;    
}

.nsw_image_globe
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/globe.png");
    background-repeat: no-repeat;
    background-position: 11px center;    
}

.nsw_image_hangingbasket
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/hangingbasket.png");
    background-repeat: no-repeat;
    background-position: 14px center;    
}

.nsw_image_kubis
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/kubis.png");
    background-repeat: no-repeat;
    background-position: 12px center;
}

.nsw_image_other
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/other.png");
    background-repeat: no-repeat;
    background-position: 12px center;
}

.nsw_image_oval
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/oval.png");
    background-repeat: no-repeat;
    background-position: 11px center;
}

.nsw_image_partner, .nsw_image_partnerstraight
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/partner.png");
    background-repeat: no-repeat;
    background-position: 19px center;
}

.nsw_image_rectangle
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/rectangle.png");
    background-repeat: no-repeat;
    background-position: 11px center;
}

.nsw_image_square
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/square.png");
    background-repeat: no-repeat;
    background-position: 17px center;
}

.nsw_image_withfeet
{
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/withfeet.png");
    background-repeat: no-repeat;
    background-position: 17px center;
}

.nsw_select_with_image
{
    padding-left: 8px;
    padding-top: 6px;
    width: 210px;
    line-height: 40px;
    padding-bottom: 0;
}

.nsw_select_with_image img
{
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 8px;
}

.nsw_select_object_selected::before
{
    content: "";
    position: absolute;
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/checkmark.png");
    width: 16px;
    height: 14px;
    z-index: 3;
    left: 19px;
    top: 20px;
}

.nsw_special_object_selected::before
{
    content: "";
    position: absolute;
    background-image: url("/wp-content/plugins/nieuwkoop-search-widget/images/checkmark.png");
    width: 16px;
    height: 14px;
    z-index: 3;
    left: 20px;
    top: 20px;    
}

.nsw_special_object_selected img
{
    filter: brightness(40%);
}

.nsw_select_object_selected::after
{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:rgba(90, 90, 90, 0.5);
    z-index: 2;
    top: 2px;
    left: 3px;
}

.nsw_select_object_selected, .nsw_special_object_selected
{
    background-color: #f0f7ef;
    border-color: #61bc46;
}

.nsw_mobile_symbol
{
    display: none;
    float: left;
    height: auto;
    width: 40px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.nsw_mobile_symbol div
{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 4px;
    background-color: black;
}

.nsw_mobile_symbol div:nth-child(2),
.nsw_mobile_symbol div:nth-child(3)
{
    margin-top: 4px;
}

.nsw_mobile_menu
{
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.2s linear 0s;
    max-width: 340px;
}

.nsw_mobile_subwrapper
{
    height: 0;
    overflow: hidden;
    margin-left: 10px;
    transition: height 0.2s linear 0s;
}

.nsw_mobile_subwrapper::after
{
    content: "";
    display: block;
    clear: both;
}

.nsw_suboption
{
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.nsw_mobile_menu_head
{
    position: relative;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 30px;
    cursor: pointer;
}

.nsw_mobile_menu_head div
{
    position: absolute;
    width: 30px;
    height: 24px;
    top: calc(50% - 12px);
    right: 0;
}

.nsw_mobile_with_subsection div::before
{
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    left: 13px;
    top: 6px;
    background-color: black;
}

.nsw_mobile_with_subsection div::after
{
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    left: 8px;
    top: 11px;
    background-color: black;
}

.nsw_box_margin
{
    display: block;
    height: 10px;
    width: 5px;
}

@media all and (max-width: 1520px)
{
    input[type='text'].nsw_slider_input
    {
        width: 52px;
    }
    .nsw_section
    {
        max-width: 1260px;
    }
    .nsw_menu_wrapper
    {
        margin-right: 15px;
    }
    .nsw_head
    {
        margin-right: 20px;
        font-size: 16px;
    }
    h3.nsw_title
    {
        font-size: 16px;
    }
    .nsw_menu_bottom ul li
    {
        font-size: 16px;
    }
    .nsw_menu_top
    {
        height: 50px;
    }
    .nsw_menu_floater
    {
        background-image: linear-gradient(to bottom, rgb(216,230,218) 0%,rgb(216,230,218) 50px, rgb(244,247,244) 51px, rgb(244,247,244) 100%);
    }
}

@media all and (max-width: 767px)
{
    .nsw_menu_option
    {
        display: none;
    }
    .nsw_menu_floater
    {
        display: none;
    }
    .nsw_mobile_symbol
    {
        display: inline-block;
    }
    .nsw_mobile_menu
    {
        display: block;
    }
}

.nsw_text_center
{
    text-align: center;
}

.nsw_bigger_text
{
    padding-top: 20px;
    padding-bottom: 40px;
}

.nsw_nobottommargin
{
    margin-bottom: 0;
}

.nsw_special_clear
{
    clear: none;
}

.nsw_special_clear_active
{
    clear: both;
}

.nsw_clear
{
    clear: both;   
}