/*
Theme Name: You mobile
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*		Joshua  12-02-2021		*/
:root {
    --color-primary: #2c78e4;
    --color-primarydarker: #317ae1;
    --color-dk: #1a1a1a;
    --color-white: #ffffff;
    --color-lwhite: #e5e5e5;
    --color-secondary: #ff7914;
    --color-success: #31ba20
}
/*		Joshua  12-02-2021		*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html{
    height: 100%;
}

h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: var(--color-dk);
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0 !important;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

body {
    line-height: 1;
}

p {
    margin: 0 0 18px 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

table {
    width: 100%
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #444;
    transition: ease-in-out 0.3s;
}

a:hover {
    color: var(--color-primary) !important;
    transition: ease-in-out 0.3s;
}

.breadcrumb-bar ul li:not(:last-child) a:hover:after {
    color: #999;
}

/*template sheet*/
body {
    font-family: Poppins, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    color: #444;
    background: var(--color-white);
    height: 100%;
    overflow-y: scroll
}

.wrapper {
    overflow-x: hidden;
}

.wrap-sm {
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrap {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrap-lg {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

/* HEADER */
.header-bottom > .wrap > .row > .menu-2 {
    position: absolute;
}

.header-top {
    height: 40px;
    color: #666;
    line-height: 40px;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background: #fff;
}

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

.header-top ul li {
    float: left;
}

.header-top ul li a {
    position: relative;
    color: var(--color-dk);
    font-weight: 500;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
}

.header-top ul li:last-child a {
    padding-right: 0;
}

.header-top ul li:not(:last-child) a:after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    margin: auto;
}

.webshop-shoppingcart-dropdown .fa-cart-shopping{
    font-size: 23px;
    line-height: 42px;
}

.nav .b-r-nav{
    border-right: 1px solid #e0e0e0;
}

.nav .b-r-nav:nth-of-type(even){
    border-right: none!important;
}
.p-t-nav-2:nth-child(1n+3){
    padding-top: 20px;
}
.b-b-nav-2:nth-child(1n+1){
    border-bottom: 1px solid #e0e0e0;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.nav .child-xl{
    width:640px;
}
.nav .child-md{
    width:500px
}
.nav .child-sm{
    width:250px
}
.header-bottom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav .menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.nav .menu > li{
    float:left;
}
.nav > .wrap-lg > .menu > li > a{
    font-weight:600;
}
.nav > ul li {
    float: left;
    list-style: none;
    height: 40px!important;
}

.nav .menu li.haschild > a:after{
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}
.header-bottom ul li a {
    position: relative;
    color: var(--color-dk);
    font-weight: 400;
    padding-right: 30px;
    line-height: 59px;
    font-size: 14px;
}
.header-bottom ul li a.more-link{
    font-size: 15px;
}
.nav .heading-sm .title, .header .usps li{
    font-weight: 600;
}
.header-middle {
    position: relative;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.header-middle .webshop-search .search-text::placeholder {
    color: #999;
!important;
}

.header-middle .webshop-search .search-text {
    font-size: 19px;
}

.header-middle .webshop-search .search-btn {
    height: 42px;
    width: 42px;
    position: absolute;
    right: 0;
    background: #0000;
    border: 0;
    color: var(--color-primary);
    padding-right: 20px;
}

.header-middle .webshop-search .search-btn i {
    font-size: 19px;
    font-weight: 400;
    line-height: 42px;
}

.header-middle .webshop-search input.search-text {
    background-color: transparent;
    padding-right: 37px;
}

.sidebar-account .widget-header h3 {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #3b3b3b;
}

@-webkit-keyframes header-middle {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-moz-keyframes header-middle {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@-o-keyframes header-middle {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes header-middle {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.down .header-middle {
    animation: header-middle 0.8s ease-in-out 0s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--color-white);
}

@-webkit-keyframes header-bottom {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 122px;
        opacity: 1;
    }
}

@-moz-keyframes header-bottom {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 122px;
        opacity: 1;
    }
}

@-o-keyframes header-bottom {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 122px;
        opacity: 1;
    }
}

@keyframes header-bottom {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 122px;
        opacity: 1;
    }
}

.down .header-bottom {
    animation: header-bottom 0.8s ease-in-out 0s;
    position: fixed;
    width: 100%;
    top: 110px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-bottom {
    position: relative;
    z-index: 95;
    height: 60px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
}

/* MENU */
.nav > ul {
    margin: 0 -15px;
    padding: 0
}

.nav > ul li {
    list-style: none;
    height: 60px;
    float: left
}

.nav > ul li a {
    color: var(--color-white);
    line-height: 60px;
    padding: 0 15px;
    display: block
}

.nav .haschild:hover > a {
    position: relative;
    z-index: 999;
}

.nav .child {
    display: none;
    background: var(--color-white);
    position: absolute;
    z-index: 99;
    padding: 10px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.nav .child-lg{
    left:0;
    right:0;
}
.nav .child-item img{
    mix-blend-mode: multiply;
}
.nav .child-item:hover{
    background:#f7f7f7
}
.child .row-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav .child li {
    padding: 0;
    height: auto;
    float: none;
    width: 100%;
}

.nav .child li a {
    padding: 0 15px;
    line-height: 36px;
    color: #333;
}

.nav .child li a:hover {
    color: #999
}
.nav .child .more-link{
    padding-right:0;
    color:var(--color-primary)
}
/* FOOTER */
.footer .widget{
    width:25%;
    float:left;
}
.footer .widget-header h3 {
    font-weight: 900;
    padding-bottom: 10px;
}

.footer .widget-content,
.footer .widget-content a {
    color: #b2b7ba;
}

.footer-middle,
.footer-middle .widget .widget-content,
.footer-middle .widget .widget-content a,
.footer .footer-checkout a,
.footer-bottom a {
    color: var(--color-dk);
}

.footer .footer-checkout a:hover {
    color: var(--color-secondary);
}

.footer-bottom, .footer-bottom a:hover {
    color: #b2b7ba;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom .links {
    margin: 0;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 3px
}

.footer-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-top .socials .fa {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: var(--color-white);
    color: var(--color-primary);
    text-align: center;
}

.footer .socials {
    font-size: 25px;
}

.footer-middle .widget .widget-header h3 {
    font-weight: 500;
    text-transform: uppercase;
}

.footer-middle .widget .openingstijden {
    width: 225px;
}

.footer-middle .widget .widget-content ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.footer .footer-top h3 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 25px;
}

.footer-middle .widget-content a:hover {
    color: #666;
}

.footer-middle .widget-content p {
    margin: 0;
}

.footer-subscribe input[type="email"] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #666666;
    background-color: var(--color-white);
    background-image: none;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    margin-right: 5px;
}

.footer-subscribe input[type="text"]{
    border: none;
    height: 38px;
}

.footer-subscribe .form-field:first-child{
    margin-right: 5px;
}

.footer-subscribe input[type="submit"], .footer-subscribe button[type="submit"], .form-contact .btn {
    background-color: var(--color-white);
    color: #111;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    transition: ease-in-out 0.3s;
}

.footer-subscribe input[type="submit"]:hover, .footer-subscribe button[type="submit"]:hover {
    color: var(--color-white);
    background-color: var(--color-dk);
    transition: ease-in-out 0.3s;
}

.footer-subscribe p {
    color: var(--color-white);
}

/* SIDEBAR */
.sidebar .widget-header h3 {
    font-weight: bold;
    padding-bottom: 20px;
}

/* POST */
.post-list .post {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.post .post-meta {
    color: #999;
}

.post-navigate {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

/* COMMENTS */
.comments .comment {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.comments .comment:last-child {
    border: 0;
    margin-bottom: 0
}

.comment .comment-author {
    font-weight: bold;
}

.comment .comment-meta {
    color: #999;
}

/* MORE LINK */
.more-link {
    position: relative;
    padding-left: 10px;
    /*color: var(--color-primary);*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-link:after {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f105';

}

.more-link:hover {
    padding-left: 20px
}

/* BORDERS */
.b{
    border:1px solid #ededed
}
/* BTN */
.btn {
    background-color: var(--color-primarydarker);
    color: var(--color-white);
    display: inline-block;
    cursor: pointer;
    border: 0;
    padding: 6px 12px;
}

.btn-lg {
    width: 100%;
}

/* PAYMENT ICONS */
.payment-icons {
    list-style: None;
    padding: 0;
    margin: 0;
}

.payment-icons li {
    height: 2.8rem;
    width: 4rem;
    background-image: url('https://www.you-mobile.nl/themes/youmobile/images/payment-icons.svg');
    background-repeat: no-repeat;
    background-size: 48rem;
}

.payment-icons .payment-icon-ideal {
    background-position: -18.5rem 0;
    width: 3.6rem;
}

.payment-icons .payment-icon-mistercash {
    background-position: -29rem 0;
    width: 4.6rem;
}

.payment-icons .payment-icon-pin {
    background-position: -23.6rem 0;
    width: 4.1rem;
}

.payment-icons .payment-icon-visa {
    background-position: -4.2rem 0;
    width: 5.9rem;
}

.payment-icons .payment-icon-mastercard {
    background-position: 0.4rem 0;
    width: 4.1rem;
}

.payment-icons .payment-icon-postnl {
    background-position: -43rem 0;
}

.payment-icons .payment-icon-kbc {
    background-position: -600px 0;
    width: 3.6rem;
}

.payment-icons .payment-icon-paypal {
    background-position: -10.6rem 0;
    width: 6.5rem;
}

.payment-icons .payment-icon-maestro {
    background-position: -23.6rem -2px;
    width: 3.5rem;
}

/* FORMS */
.input,
.select select {
    height: 40px;
    line-height: 40px;
    background: var(--color-white);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 0 5px;
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

textarea.input {
    resize: vertical;
    min-height: 100px;
}

.select {
    position: relative;
}

.select:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    pointer-events: none;
}

.select select {
    padding: 0 25px 0 10px;
}

.select select::-ms-expand {
    display: none;
}

input[type="checkbox"].checkbox-big{
    width: 40px;
    height: 35px;
    border-radius: 3px;
    margin-right: 0;
    border-color: var(--color-primary);
    border-width: 2px;
}
input[type="checkbox"].checkbox-big:checked:before{
    margin: 17px 0 0 0;
    font-size: 32px;
    width: 40px;
    color: #fff;
    background: var(--color-primary);
}
input[type="checkbox"].checkbox-big:checked{
    background: var(--color-primary);
}

input[type="checkbox"],
input[type="radio"] {
    background: var(--color-white);
    border: 1px solid #e3dfd8;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -2px 10px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type="radio"] {
    border-radius: 50px;
}

input[type="checkbox"]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: var(--color-primary);
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px 0 0 0;
}

input[type="radio"]:checked:before {
    content: '\f111';
    font-family: FontAwesome;
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 3px;
    line-height: 16px;
    color: var(--color-primary);
    font-size: 11px;
    text-align: center;
}

/* HEADING */
.heading .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.title {
    line-height: 30px;
}

/* CONTENT */
.content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #3b3b3b;
}

/*.content h2 {*/
/*    font-family: Poppins, Helvetica, sans-serif;*/
/*    font-weight: 500;*/
/*    font-size: 30px;*/
/*    line-height: 40px;*/
/*    letter-spacing: 0px;*/
/*    color: #000;*/
/*}*/

.content h3 {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333;
}

/* BREADCRUMB BAR */
.breadcrumb-bar,
.breadcrumb-bar a {
    color: #999
}

.breadcrumb-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-bar ul li {
    display: inline-block;
}

.breadcrumb-bar ul li:not(:last-child) a:after {
    content: '\f105';
    font-family: FontAwesome;
    padding: 0 10px;
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-bar ul li a{
    color:#292929
}
.breadcrumb-bar ul li:last-child a{
    color:var(--color-primary)
}
/* VISIBILITY */
.hidden {
    display: none;
}

/* BG COLORS */
.bg-dk {
    background-color: #1c2b36
}

.bg-lt {
    background-color: #f4f7fc;
}
.bg-ltst{
    background-color:#f7f7f7
}

.bg-ltdk {
    background-color: #fafbff;
}

.flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px
}

.flash-success {
    color: #3c763d;
    background-color: #c7e1da;
    border-color: #4cb558;
}

.flash .flash-link {
    font-weight: 600
}

.flash-success .flash-link {
    color: #2b542c;
}



/* COLS */
.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.col25,
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.col25{
    width:20%
}
.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.33333333%
}

.col6 {
    width: 50%
}

.col5 {
    width: 41.66666667%
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}


/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}

.r-2x {
    border-radius: 4px;
}

.r-3x {
    border-radius: 6px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}

.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p {
    padding: 15px;
}

.p-md {
    padding: 20px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 50px;
}

.p-n {
    padding: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-l-xl {
    padding-left: 40px;
}

.p-l-xxl {
    padding-left: 50px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xxs {
    padding-top: 1px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-md {
    padding-top: 20px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-t-xl {
    padding-top: 40px;
}

.p-t-xxl {
    padding-top: 50px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xxs {
    padding-right: 1px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r {
    padding-right: 15px;
}

.p-r-md {
    padding-right: 20px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-r-xl {
    padding-right: 40px;
}

.p-r-xxl {
    padding-right: 50px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xxs {
    padding-bottom: 1px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-xl {
    padding-bottom: 40px;
}

.p-b-xxl {
    padding-bottom: 50px;
}

/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

/* TEXT */
.text-italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.text-l {
    font-size: 120%
}

.text-right {
    text-align: right
}

.text-lt {
    color: var(--color-white)
}

.text-dk {
    color: var(--color-dk);
}

.text-dk-imp {
    color: var(--color-dk)!important;
}

.text-dk-imp:hover {
    color: var(--color-dk)!important;
}

.text-lt a {
    color: var(--color-white)
}

.text-lt a:hover {
    color: #cccdd2
}

.text-red {
    color: #ce0505;
}

.text-bold {
    font-weight: bold
}
.text-medium{
    font-weight:600
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.caption {
    background: var(--color-white);
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.caption.alignnone {
    margin: 5px 20px 20px 0;
}

.caption.alignleft {
    margin: 5px 20px 20px 0;
}

.caption.alignright {
    margin: 5px 0 20px 20px;
}

.caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.caption p.caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



.edit_page_link, .edit_menu_link, .edit_widget_link {
    position: absolute;
    right: 10px;
    top: 10px
}

.menu-3 {
    height: 90%;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.mceContentBody {
}

[data-href] {
    cursor: pointer
}


/*		Joshua  12-02-2021		*/
.bg-primary {
    background-color: var(--color-primary);
}

.bg-secondary {
    background-color: var(--color-secondary);
}

.bg-dk {
    background-color: var(--color-dk);
}

body {
    font-weight: 400;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.webshop-shoppingcart-dropdown {
    text-align: center;
    border-radius: 25px;
    color: var(--color-primary);
    display: inline-block;
    line-height: 42px;
    font-weight: 500;
    font-size: 14px;
}
.header-search-button{
    line-height: 42px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    transition: ease-in-out all 0.5s;
    /*transition-delay: 0.5s;*/
    width: 35px;
}
.header-search-button .close-icon{
    font-size: 22px;
}
.header-search-button-active{
    background: var(--color-primary);
    color: var(--color-white);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: ease-in-out all 0.5s;
}
.w-30{
    width: 30px;
}
.flex-center{
    display: flex!important;
    align-items: center;
}
.header-search-button-hide{
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out all 0.5s;
}
.close-search-form{
    line-height: 42px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    transition: ease-in-out all 0.2s;
    opacity: 0;
    visibility: hidden;
    padding-right: 10px;
}
.close-search-form-active{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out all 0.5s;
}
.webshop-shoppingcart-dropdown:hover {
    color: var(--color-primarydarker) !important;
}
.webshop-shoppingcart-dropdown img{
    width: 100%;
    height: 100%;
    object-fit: none;
}

.flex {
    display: flex;
}
.flex-col{
    flex-direction: column;
}

.space-around{
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.inline-block {
    display: inline-block;
}

.row-flex{
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap{
    flex-wrap: nowrap;
}

.items-center {
    align-items: center;
}

.full-width {
    width: 100%;
}

.frontpage-usp-icon:hover img {
    -webkit-animation: jackInTheBox 800ms both ease;
    -moz-animation: jackInTheBox 800ms both ease;
    -ms-animation: jackInTheBox 800ms both ease;
}

.frontpage-usp-icon .col3 {
    text-align: center;
}

.frontpage-usp-icon {
    text-align: center;
    height: 130px;
    width: 130px;
    margin: 0 auto 20px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    -webkit-transition: all 800ms ease 0s;
    -moz-transition: all 800ms ease 0s;
    -ms-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
    transition: all 800ms ease 0s;
}

.content-top h1 {
    color: #333;
    font-weight: 500;
}

h1.section-title, .frontpage-top-categories h2, .frontpage-top-products h2, .product-grid-section h2, .centr-cont h2 {
    text-align: center;
    font: 600 26px/26px Poppins, Helvetica, sans-serif;
    color: var(--color-dk);
    margin: 0 0 16px;
    padding: 0 0 18px;
    letter-spacing: 0.1px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
}

h1.section-title:before, .frontpage-top-categories h2:before, .frontpage-top-products h2:before, .product-grid-section h2:before, .centr-cont h2:before {
    content: "";
    background: #333;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 81px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

h1.section-title:after, .frontpage-top-categories h2:after, .frontpage-top-products h2:after, .product-grid-section h2:after, .centr-cont h2:after {
    background: #333;
    border-radius: 100%;
    border-left: 10px solid var(--color-white);
    border-right: 10px solid var(--color-white);
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 30px;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.head-title .title{
    font-size: 20px;
}

.content table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.content table td, table th {
    padding: 9px 12px;
    vertical-align: middle;
}

.content table th {
    color: #333;
    font-weight: 500;
}

.content table thead {
    border-bottom: medium none;
}

.content table tfoot th {
    border-top: medium none;
}



/* Sidebar USP */


.sidebar-account .widget {
    padding-bottom: 30px
}

.sidebar-account .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-account .menu li {
    padding-bottom: 10px;
}

.sidebar-account .menu li a {
    color: #3d3d3d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-account .menu li a:hover {
    color: var(--color-primary);
    padding-left: 10px
}

.sidebar-account .menu li.active a {
    color: var(--color-primary)
}

.header-bottom .menu li > a:hover {
    color: var(--color-dk) !important;
}

.header-bottom .menu .child li a:hover {
    color: var(--color-dk) !important;
}

.header .usps{
    margin:0 -10px;
}
.header .usps li{
    font-weight: 400;
    padding: 0 10px;
    font-size: 14px;
}
.header .usps li:before{
    color: var(--color-success);
    content: '\f00c';
    font-family: FontAwesome;
    margin-right:5px;
}
.frontpage-usp-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.frontpage-usp-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}



ul.tabs {
    text-align: center;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 500;
}

ul.tabs li:hover {
    cursor: pointer;
}

ul.tabs li.active {
    color: var(--color-primary);
}

.best-category .category-item .category-item-content {
    background-color: var(--color-white);
    border: 1px solid #e0e0e0;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-blue:hover, .category-item-content .text-nowrap:hover {
    color: var(--color-primary);
}

.mobile-menu {
    background-color: var(--color-primary);
    padding: 8px 0;
}

.menu-2 li:hover a span {
    border-bottom: 2px solid var(--color-white);
}

.subscribe-button:hover {
    color: var(--color-white);
    background-color: var(--color-dk);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.webshop-panel {
    overflow: inherit !important;
}

.product-info .product-single-form .product-buy-container {
    width: 100%;
}


.menu-3 li, .menu-1 li {
    list-style: none;
}

.menu-3, .menu-1 {
    padding: 0 0 0 15px;
}

.mobile-menu-container ul li:hover > ul {
    display: block;
}

.mobile-menu-container ul li.haschild ul {
    display: none;
}

.mobile-menu-container .menu-3 li a {
    border-bottom: 1px solid var(--color-lwhite);
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #666;
}

.mobile-menu-container .menu-1 li a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    font-size: 15px;
    text-transform: capitalize;
    color: #424242;
}

.mobile-menu-container {
    padding: 0 !important;
}

.mobile-menu-container .menu-3 li:first-child a {
    border-top: 1px solid var(--color-lwhite);
}

.menu-3 .haschild a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    margin: 0 10px 0 0;
    float: right;
    z-index: 9999;
}

section .owl-item .product .inner form .product-image {
    padding: 35px;
    position: relative;
    border: 0;
    text-align: center;
}

section form {
    height: auto;
}

.webshop-grid-view .product-image {
    border: 0 !important;
}

.webshop-grid-view > .product > .inner {
    border: 1px solid #e7e9ed;
    padding: 10px;
    overflow: hidden;
}

.webshop-grid-view > .product > .inner > form {
    overflow: hidden;
}

.webshop-list-view > .product {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
}

.webshop-view .owl-wrapper-outer .owl-wrapper .owl-item .product .inner {
    /*height: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-wrapper .container .wrap .content .p-t-lg p:first-child {
    padding-top: 35px;
}

.product-specification-list td.strong {
    width: 100% !important;
    flex-wrap: wrap;
    display: flex;
    font-weight: normal;
    font-style: italic;
}

.product-specification-list td.strong div:after {
    content: ",\00a0\00a0\00a0";
}

.product-specification-list td.strong div:last-child::after {
    content: "";
}

.hvr-block .shopping-icon {
    background: #f4f7fc;
}

.hvr-block {
    position: absolute;
    bottom: 20px;
    width: 85%;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.category-item-content:hover .hvr-block {
    opacity: 1;
    transition: ease-in-out 0.3s;
}

.category-item-content:hover .hvr-hidden {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.category-item-content .hvr-hidden {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.category-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
}

.variation-label {
    font-weight: 500 !important;
    font-size: 17px;
    padding: 10px 0 !important;
}

#webshop-panelFavorite .product, #webshop-panelFavorite .inner, #webshop-panelFavorite form, #webshop-panelFavorite .product-image, #webshop-panelFavorite img {
    height: 100%;
    width: 100%;
}

.watchedproducts form, .watchedproducts form > div, .watchedproducts div > a, .watchedproducts .product-image a > img {
    width: auto;
    height: 100%;
}

.watchedproducts form > .product-image {
    padding: 0 !important;
}

.frontpage-categories .container {
    width: 100%;
    clear: both;
    display: block;
}

.frontpage-categories .container .banner {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f4f4f4;
}

.frontpage-categories a:hover {
    color: var(--color-white) !important;
}

.banner img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.banner:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.banner .banner-data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    text-align: left;
    overflow: hidden;
}

.frontpage-top-products > ul > li:hover, .frontpage-top-categories > ul > li:hover, .frontpage-best-sold small:hover, .footer-middle ul > li > a:hover, .hvr:hover {
    color: var(--color-primary) !important;
}

.content-top .bg-lt {
    height: 65px;
}

/* BEGIN SOCIALSHARING */
.socialsharing ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.socialsharing ul li a {
    color: var(--color-white) !important;
    margin: 4px;
}

.socialsharing ul li:hover {
    transform: scale(1.07);
    transition: ease-in-out 0.2s;
}

.socialsharing ul li:hover {
    transition: ease-in-out 0.2s;
}

.socialsharing ul li a .fa-facebook {
    background: #3b5999;
}

.socialsharing ul li a .fa-twitter {
    background: #00aced;
}

.socialsharing ul li a .fa-linkedin {
    background: #0077b5;
}

.socialsharing ul li a .fa-google-plus {
    background: #dc473b;
}

.socialsharing ul li a .fa-stumbleupon {
    background: #f74425;
}

.socialsharing ul li a .fa-pinterest {
    background: #c8232c;
}

.socialsharing ul li a .fa-tumblr {
    background: #34526f;
}

.socialsharing ul li a i {
    border-radius: 3px;
}

.socialsharing ul li a i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

/* EIND SOCIALSHARING */

.imod-adminbar {
    display: none;
}



.best-sold-block .hand {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    opacity: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.3s;
}

.best-sold-block:hover .hand {
    opacity: 1;
    transition: ease-in-out 0.3s 0.1s;
}

.best-sold-block .hand > i {
    padding: 5px;
}

.best-sold-block:hover .hand > i {
    background: #f4f7fc;
    transition: ease-in-out 0.3s;
}

.best-sold-block .hand > i:hover {
    background: var(--color-primary);
    color: var(--color-white);
    transition: ease-in-out 0.3s;
}

.best-sold-block .sold-rating {
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.best-sold-block:hover .sold-rating {
    opacity: 1;
    transition: ease-in-out 0.3s 0.1s;
}

.best-sold-block .product-price .price-old {
    text-decoration: line-through;
    color: #999;
}

.pos-rel {
    position: relative;
}

.mobile-menu {
    width: 100%;
}

.w-full {
    width: 100%;
}

/* OVERLAY */
.theme-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 55;
    transition: all 5s ease-in-out;
}

.y-center {
    display: flex;
    align-items: center;
}

.person-icon {
    color: #666;
}

.person-icon i {
    font-size: 20px;
}

.fancybox-close {
    line-height: 35px !important;
}

.best-sold-block .best-sold {
    width: 100%;
    color: var(--color-white);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 0;
}

.brands-slider .owl-item {
    padding: 30px;
}

.product-specification table {
    border: 1px solid var(--color-lwhite);
}

.product-specification table th {
    border-right: 1px solid var(--color-lwhite);
}

.product-specification table tr {
    border-bottom: 1px solid var(--color-lwhite);
}

.product-specifications .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

.product-single .product-related {
    border-top: 1px solid #dadada;
    padding: 5px;
}

.product-single .product-related:last-child {
    border-bottom: 1px solid #dadada;
}

.btn-center, .webshop-category-grid-type, .webshop-category-list-type {
    display: flex !important;
    align-items: center !important;
}

.product-combination-product .photo {
    width: 75px;
}

.product-price-old {
    text-decoration: line-through;
    color: #999;
}

.line-through {
    text-decoration: line-through;
}

.related-check {
    width: 22px !important;
    height: 22px !important;
}

.related-check:before {
    font-size: 22px !important;
    width: 20px !important;
    margin: 10px 0 0 0 !important;
}

.banner .banner-data .inner-content {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.icon-social {
    width: 50px;
    height: 50px;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 22px;
    border-radius: 10px;
    text-align: center;
    transition: ease-in-out 0.2s;
    display: inline-block;
    margin: 10px;
}

.icon-social:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.2s;
}

.icon-social .ic {
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
}

.texthvr {
    color: var(--color-primary) !important;
}

.widget-container-4 .widget {
    width: 100% !important;
}

.best-sold-block:hover .grid-btn {
    opacity: 1;
    transition: ease-in-out 0.3s 0.1s;
}

.best-sold-block .grid-btn {
    opacity: 0;
    transition: ease-in-out 0.3s;
    position: absolute;
    bottom: 18px;
    justify-content: center;
    display: flex;
}

.best-sold-block .grid-btn .btn {
    background: #f4f7fc;
    color: var(--color-dk);
    transition: ease-in-out 0.3s;
}

.best-sold-block .grid-btn .btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transition: ease-in-out 0.3s;
}

.b-b-1{
    border-bottom: 1px solid var(--color-lwhite);
}

.b-l-1{
    border-left: 1px solid var(--color-lwhite);
}

.b-r-1{
    border-right: 1px solid var(--color-lwhite);
}

.b-t-1{
    border-top: 1px solid var(--color-lwhite);
}

.form-contact .btn{
    background-color: #f4f7fc;
}

.form-contact .btn:hover{
    color: var(--color-white);
    background-color: var(--color-primary);
    transition: ease-in-out 0.3s;
}
.copyright > a:hover{
    color: var(--color-dk)!important;
}

.grades h4, .marges h4{
    font-size: 20px;
    margin-bottom: 5px;
}

.grades h4 i, .marges h4 i{
    margin-right: 3px;
    font-size: 23px;
}
.header-bottom ul li a.parent-link{
    color: #444;
    line-height: 16px;
}
.nav .menu .page-22{
    float: right;
}
.nav .menu .page-22 a{
    padding-right:0;
    display: flex;
    align-items: center;
}
.nav .menu .page-22 a:before{
    content: url('images/icon_reparatie.svg');
    font-weight:300;
    margin-right: 5px;
    margin-bottom: -12px;
}
.header-middle .logo{
    display: flex;
    align-items: center;
}
.trustedshops-logo, .trustedshops-logo img{
    height: 50px;
    width: 50px;
}

.klarna-logo{
    position: relative;
}
.klarna-logo, .klarna-logo img{
    width: 80px;
    float: right
}
.klarna-block{
    background-color: rgb(242, 242, 241);
    border-radius: 5px;
    font-size: 10px;
    line-height: 15px;
}
.xs-row{
    margin-left: -5px;
    margin-right: -5px;
}
.xs-col {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 700px) {
    .logo-homepage, .logo-homepage img {
        width: 160px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 800px){
    .homepage-logo-padding{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 800px){
    .product-page-padding{
        /*padding-top: 20px;*/
        padding-bottom: 20px;
    }
}

@media (max-width: 800px){
    .product-mobile-title{
        overflow: hidden;
    }
}

@media (max-width: 800px){
    .product-mobile-title h1{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width:100%;
    }
}

@media only screen and (max-width: 800px) {
    #tidio-chat {
        display: none;
    }
}

@media (max-width: 800px){
    #trustbadge-container-98e3dadd90eb493088abdc5597a70810{
        display:none;
    }
}

.check-succes-header {
    color: #31ba20;
}

.center-carousel{
    text-align: center;
    margin: auto;
    font-size: 13px;
}
.justify-end{
    justify-content: end;
}
.overflow-hidden {
    overflow: hidden;
}
.font-bold{
    font-weight: bold;
}
.banner-small{
    background-color: #bc0727;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.banner-text{
    padding: 10px 0;
    text-align: center;
}
.banner-text .title{
    font-size: 23px;
    font-weight: 600;
}
.banner-text .text{
    font-size: 17px;
    line-height: 20px;
}
.banner-icon {
    font-size: 50px;
    padding: 0 20px;
}
.w-1\/2{
    width: 50%;
}

.btn.btn-buyback {
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border: 2px solid #5578e6;
    background: white;
    color: #5578e6;
    border-radius: 50px;
    padding: 8px 1.5rem;
    font-size: 19px;
    height: 43px;
    white-space: nowrap;
}

.btn.btn-buyback:hover{
    color: white !important;
    background: #5578e6;
}

@media (max-width: 1055px) {
    .btn.btn-buyback {
        display:none;
    }
}