a:hover{
    text-decoration: none;
}

ul{
    padding-left: 0rem;
}

.sw-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1100;
}

.sw-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 20rem;
    border-radius: 0.2rem;
}


.blocked {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.01s, opacity 0.01s 0s, transform 0.01s;
    z-index: 1100;
}
.blocked-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.01s 0s, transform 0.01s;
}



#sw-modal-footer
{
    float:right;
}


#sw-modal-title {
    border-bottom:1px;
    border-bottom-style:solid;
    padding:0px;
}

#sw-modal-title > h3 {
    margin:2px;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.sw_pointer {
    cursor: pointer;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

button {
    display: inline-block;
    background-color: transparent;
    border: 0px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px;
    line-height: 1.5;
}
button:focus {
    outline:none;
}

.footer ul{
    list-style-type: none;
}

ul.menu-vertical, ul.menu-vertical li {
    list-style-type: none;
    padding:0px;
}
ul.menu-horizontal, ul.menu-horizontal li {
    display: inline-block;
    margin-right:10px;
    padding:0px;
}



.headerimg h1, .headerimg span{
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

.headerimg span{
    font-weight: 600;
}

.headerimg p{
    color: #fff;
    margin: 1rem 0rem;
}

.headergrey{
    background-color: #f9f9f9;
}

.headergrey .fas{
    color: #5d5d5d;
}

.headergrey hr{
    border-top: 1px solid #d3d3d3;
    margin-top: 0rem;
}

.size-selector{
    width: 80%;
    border: solid 1px rgba(0,0,0,0.2);
    padding: 0.4rem;
}

.usp{
    background-color: #eaeaea;
}

.usp p{
    text-transform: uppercase;
}

.usp .fas, .usp .far{
    font-size: 1.5rem;
}

.newsletter{
    background-color: #ededed;
    padding: 5rem 0rem;
}

.newsletter p{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.newsletter span{
    color: #ababab;
}


textarea.newsletter, input[type=text].newsletter {
    background-color: white!important;
}

.footer  a {
    text-decoration: none;
}

.hold_the_line div, .hold_the_line p ,.hold_the_line h1,.hold_the_line h2,.hold_the_line h3,.hold_the_line h4,.hold_the_line h5,.hold_the_line h6, hold_the_line input, hold_the_line select {
    display:inline-block;
}

.grouped * {
    display:inline-block;
}

.sub-header{
    padding-right: 1.5rem;
}

.sub-header *
{
    margin-bottom:0px;
    margin-top:0px;
}

.sub-header input {
    color:#000;
}
.sub-header, .sub-header a,.sub-header h3 {
    color:#fff;
}

.hide {
    display:none;
}

.pager > li {
    margin: 0;
    display: inline-block;
}


li.pager-item {
    padding:10px;
}

.pager a{
    color: #000!important;
}

.header, .footer, .main{

}

.footer {
    border:0px;
    border-top:1px;
    margin-top:20px;
}



#sort_order {
    float:right;
}



.pager {
    text-align:right;
}

.pull-right {
    float:right;
}

/*
.article_remaining  {
    white-space: nowrap;
    overflow: hidden;
}

.article_header {
    white-space: nowrap;
    overflow: hidden;
}
*/

.article_header, .article_content h3{
    color: #000;
    font-size: 1rem!important;
}

#article_original_price{
    color: #5d5d5d;
}

.filter-block-item label {
    padding-left: 0.4rem;
}

.article_header p{
    font-size: .8rem;
}

.cms_content a {
    color:#007bff;
}

#category-filter-button, #filter-closer {
  display: none;
}

.article_item:hover {
    cursor:pointer;

}

.article_item_link {
    text-decoration: none;
}


.article_content_list {
    padding:10px;
}
.article_content_list p {
    margin:0px;
}

.article_content {
    padding:10px;
}

p {
    margin-top:5px;
    margin-bottom:5px;
}




.pager-link-selected {
    font-weight:bold;
}

/* only work with max- in order to preserve image ratio*/
.product-details{
    border: 1px solid rgba(0,0,0,.1);
    padding: 2rem;
}

.article_image_list{
    border: 1px solid rgba(0,0,0,.1);
}

.article_image_list img {
    display: block;
    margin: auto;
}
.article_image_detail > img {
    width:95%;

}

.filter-block-item label {
    display: inline;
}

.article_images_all > li {
    margin: 0;
    display: inline-block;
}

ul.article_images_all > li > img {
    width:75px;
    padding:10px;
    cursor:pointer;
}

.checkout_article_img > img {
    width:130px;
}

textarea.form-control,input[type=text].form-control,input[type=password].form-control {
    display: inline-block;
    background-color: #eaeaea;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
}

.search-control:focus{
    border: none;
    box-shadow: none;
}

textarea.shopping-cart,input[type=text].shopping-cart,input[type=password].shopping-cart {
    width: 60%;
}


textarea.form-control {
    height:300px;
}

select.form-control:focus,input[type=text].form-control:not([readonly]):focus,input[type=password].form-control:not([readonly]):focus {
    -webkit-appearance: none;
    outline:unset !important;
    box-shadow: unset !important;
    border-color: unset !important;
}

input.form-control[readonly]
{
    outline:none;
}

input.form-control.has_error {
    -webkit-appearance: none;
    border-color: #aa0000;
}

input.form-control:read-only {
    background-color:#eee;
}

input.form-control:-moz-read-only
{
    background-color:#eee;
}

.form-error{
    font-size:10px;
}

.clear_margins > div[class^=col] {
    margin-left:0px;
}

div.article-list-small > p {
    font-weight:900;
}

.webshop_select_option {
    display: inline-block;
    border:2px solid  rgba(0,0,0,0.1);
    border-radius:8px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px;
}

.checkout_total_line {
    text-align:right;
}





/* The snackbar for the cookie message  - middle and bottom  */
#cookie-message {
    visibility: hidden;
    background-color: #ddd;
    color: #000;
    min-width: 550px; /* Set a default minimum width */
    margin-left: -275px; /* Divide value of min-width by 2 */
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: 30px;
}


li.filter-block-header {
    font-size:20px;
    font-weight:900;
    list-style-type: none;
}




#ShoppingCartCount {
    font-size: 12px;
    background: #ffc000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}


.menu_customer {
    display: none;
    position: absolute;
    font-size: 20px;
    list-style-type: none;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: -90px;
    padding: 0px 40px 20px 20px;
    top: 1.4em;
}

.menu_customer a {
    text-decoration: none;
    color:#000;
    font-size:15px;

}

#sw_customer_options:hover + .menu_customer{
    display:table-row-group;
}
#sw_customer_options_small:hover + .menu_customer{
    display:table-row-group;
}


.menu_customer:hover{
    display:table-row-group;
}

input[type='checkbox'] {
    width: 15px;
}

.fixed-top {
        display: grid;
    }

/* mobile */
@media (max-width:767px)
{
    .icon-bar {
       top:50%;
    }
    h2{
        font-size: 1.3rem;
    }
    div.header .row [class^=col]  {
        margin:0px;
    }
    .visible-large {
        display:none;
    }
    .visible-small {
        display:block;
    }

    .mob-text-center{
        text-align: center!important;
    }

    .mob-t-1{
        margin-top:1rem;
    }

    li.filter-block-header:before {
        font-family: 'Font Awesome 5 Free';
        font-weight:900;
        font-size:20px;
        content: '\f0d7';
        left: -1em;
        color:#000;
    }
    li.filter-block-header.filter-open:before {
        font-family: 'Font Awesome 5 Free';
        font-weight:900;
        font-size:20px;
        content: '\f0d8';
        left: -1em;
        color:#000;
    }

    div.filter-block-options {
        display: none;
    }

    div.filter-block-options.filter-open {
        display: block
    }


    .newsletter p{
        font-size: 1.5rem;
    }

    .article_image_list {
        height: 200px;
    }
    .article_image_list img {
        max-height: 180px;
    }

    h3{font-size: 1rem;}
    .md-text-right{
        text-align: right;
    }
    .md-text-left{
        text-align: left;
    }

    .mob-text-right{
        text-align: right;
    }

    .sw-modal-content {
        width: 90%;
    }

    .footer h3{
        font-size: 2rem!important;
    }
	
    
    
      [data-view="filter"] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    background-color: #fff;
    z-index: 1050;
    padding: 0;
    overflow-y: scroll;
    width: calc(100% + 20px);
  }
  [data-view="filter"]#category-filter {
    display: none;
  }
  [data-view="filter"]#category-filter.active {
    display: block;
  }
  [data-view="filter"] #filter-closer {
    display: block;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  [data-view="filter"] #filter-closer i, [data-view="filter"] #filter-closer p {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
  }
  [data-view="filter"] #filter-closer i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [data-view="filter"] .filter {
    padding-left: 15px;
    padding-right: 15px;
  }
  [data-view="filter"] form.filter > .filter-block {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  [data-view="filter"] form.filter > .filter-block li {
    position: relative;
  }
  [data-view="filter"] form.filter > .filter-block li::before {
    position: absolute;
    right: 30px;
    left: unset;
    content: '\f078';
    color: #6f6f6f;
    font-size: 1rem;
  }
  [data-view="filter"] form.filter > .filter-block li.filter-open::before {
    content: '\f077';
  }
  [data-view="filter"] form.filter > .filter-block:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  #category-filter-button {
    display: block;
    color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0px 2px 24px -9px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 2px 24px -9px rgba(0, 0, 0, 0.6);
    padding: 5px 0px;
    position: fixed;
    width: 280px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    z-index: 5;
  }
  #category-filter-button i, #category-filter-button p {
    display: inline-block;
  }
    
}

@media (min-width:326px) and (max-width: 576px){
    .mob-text-center{
        text-align: center!important;
    }

    .mob-t-1{
        margin-top:1rem;
    }

    .newsletter p{
        font-size: 1.5rem;
    }

    .article_image_list {
        height: 200px;
    }

    h3{font-size: .8rem;}

    .article_content_list h3, #article_original_price {
        font-size: .8rem;
    }
    .md-text-right{
        text-align: unset;
    }
    .md-text-left{
        text-align: unset;
    }

    .headergrey p{
        font-size: .8rem;
    }

    .usp .fas, .usp .far {
        font-size: 1rem;
    }

    .mob-text-right{
        text-align: right;
    }

    .sw-modal-content {
        width: 90%;
    }

    #sw-modal-footer{
        text-align: center;
    }
}
/* desktop */
@media (min-width:768px)
{
    .filter-block {
        margin-bottom:20px;
    }

    .mob-t-1{
        margin-top:unset;
    }

 
    .visible-large {
        display:default;
    }
    .visible-small {
        display:none;
    }



    .headergrey p{
        font-size: 0.9rem;
    }

    #content h2{
       font-size: 1.6rem;
    }

    .newsletter p{
        font-size: 2.2rem;
    }

    .article_image_list {
        height: 200px;
    }


    .article_image_list img {
        max-height: 180px;
    }


    h3{font-size: 1.35rem;}

    .lg-pr-3{
        padding-right: 1rem;
    }

    .cat-image{
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .article_content_list h3, #article_original_price {
        font-size: .8rem;
    }

    .sw-modal-content {
        width: 50%;
    }
}

@media (min-width: 1200px){
    .headergrey p{
        font-size: 1rem;
    }

    #content h2{
       font-size: 2rem;
    }

    .newsletter p{
        font-size: 3rem;
    }

    .article_image_list {
        height: 300px;
    }

    .article_image_list img {
        max-height: 280px;
    }

    h3{font-size: 1.75rem;}

    .article_content_list h3 {
        font-size: 1rem;
    }
}




/* classes from the cms editor, these need to be preserved */
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align:center;
}

figure {
    display: block;
    max-width: 100%;
    margin:0;
    padding:0;
}
figure img {
    max-width: 100%;
    height: auto;
}
figure figcaption {
    font-size:12px;
}

.search-wrapper {
    display:inline-block;
    position: relative
}

.large{
    font-size:40px;
}

.btn-white {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 0px;
    padding: 0.2rem 3rem;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #000000;
    background-color: #F2F2F2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #FFFFFF;
}

.btn-white .badge {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-aanmelden {
    color: #FFFFFF;
    background-color: #353535;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-aanmelden:hover,
.btn-aanmelden:focus,
.btn-aanmelden:active,
.btn-aanmelden.active,
.open .dropdown-toggle.btn-aanmelden {
    color: #FFFFFF;
    background-color: #212121;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-aanmelden:active,
.btn-aanmelden.active,
.open .dropdown-toggle.btn-aanmelden {
  background-image: none;
}

.btn-aanmelden.disabled,
.btn-aanmelden[disabled],
fieldset[disabled] .btn-aanmelden,
.btn-aanmelden.disabled:hover,
.btn-aanmelden[disabled]:hover,
fieldset[disabled] .btn-aanmelden:hover,
.btn-aanmelden.disabled:focus,
.btn-aanmelden[disabled]:focus,
fieldset[disabled] .btn-aanmelden:focus,
.btn-aanmelden.disabled:active,
.btn-aanmelden[disabled]:active,
fieldset[disabled] .btn-aanmelden:active,
.btn-aanmelden.disabled.active,
.btn-aanmelden[disabled].active,
fieldset[disabled] .btn-aanmelden.active {
  background-color: #353535;
}

.btn-aanmelden .badge {
  color: #353535;
  background-color: #FFFFFF;
}

.btn-addtocart {
  color: #FFFFFF;
  background-color: #9F9F9F;
  border-radius: 0px;
  width: 100%;
}

.btn-addtocart:hover,
.btn-addtocart:focus,
.btn-addtocart:active,
.btn-addtocart.active,
.open .dropdown-toggle.btn-addtocart {
  color: #FFFFFF;
  background-color: #949494;
}

.btn-addtocart:active,
.btn-addtocart.active,
.open .dropdown-toggle.btn-addtocart {
  background-image: none;
}

.btn-addtocart.disabled,
.btn-addtocart[disabled],
fieldset[disabled] .btn-addtocart,
.btn-addtocart.disabled:hover,
.btn-addtocart[disabled]:hover,
fieldset[disabled] .btn-addtocart:hover,
.btn-addtocart.disabled:focus,
.btn-addtocart[disabled]:focus,
fieldset[disabled] .btn-addtocart:focus,
.btn-addtocart.disabled:active,
.btn-addtocart[disabled]:active,
fieldset[disabled] .btn-addtocart:active,
.btn-addtocart.disabled.active,
.btn-addtocart[disabled].active,
fieldset[disabled] .btn-addtocart.active {
  background-color: #9F9F9F;
}

.btn-addtocart .badge {
  color: #9F9F9F;
  background-color: #FFFFFF;
}

.image-button{
    margin-top: -4rem;
    padding-bottom: 2rem;
}


#sw_customer_login:hover,#checkout_button:hover {
    cursor:hand;
}


.aio_rotated {
    position:absolute;
    top:30px;
    right:0px;
    min-width:100px;

    text-align:center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);

    background-color: red;
    opacity:0.7;
    color: #ffffff;
    padding:2px 10px 2px 10px;
    z-index:1;

}

.overlay-article {
    background-color:red;
}
.overlay-discount {
    background-color:green;
}
.overlay-new {
    background-color:blue;
}

.zoom_overlay {
    position:absolute;
    top:0px;
    left:20px;
    width:20px;
    font-size:30px;
    background:none;
    opacity:0.3;
    z-index:1;
}



.aio_straight {
    position:absolute;
    top:100px;
    right:0px;
    width:100px;
    text-align:center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    background-color: green;
    color: #ffffff;
    padding:2px 10px 2px 10px;
}

#sw_menu ul.menu-level-0 {
    padding-left:0px;
    margin-top:10px;
    margin-bottom:10px
}

.visible-small.main-menu 
{
    font-size:26px;
}

.main-menu .fas {
    line-height:1.5;
}


#shoplogo img {
	max-width:300px;
	height:40px;
}
	
#sw_wishlist_count, #sw_shoppingcart_count {
    font-size: 12px;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    top: -10px;
    left: 30px;
    cursor: pointer;
    border-radius: 9px;
}	
