/*
Theme Name: ToolKid Zakelijk
Theme URI: https://toolkid.com
Author: SiteWeb
Author URI: https://siteweb.nl/
Description: ToolKid zakelijk theme 2022
Version: 1.0
Text Domain: toolkidbiz
*/

@font-face {
    font-family: Doctor-Soos-Bold;
    src: url(/assets/fonts/Doctor-Soos-Bold.ttf)
}

body {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Doctor-Soos-Bold;
    color: #ef752f
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 34px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

span.bold {
    font-weight: 700
}

span.italic {
    font-style: italic
}

a {
    color: #f36c60
}

a:hover {
    text-decoration: none
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.hidden {
    display: none
}

.top-bar {
    height: 24px;
    padding-top: 3px
}

.top-left {
    width: 15%;
    float: left
}

.top-center {
    width: 70%;
    float: left;
    text-align: center;
    color: #ef752f;
    font-size: 12px;
    /*visibility: hidden;*/
}

.top-right {
    width: 15%;
    float: left;
    text-align: right;
    color: #f36c60
}

.wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    vertical-align: top
}

.site-header {
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 20;
}

.header-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.header-logo {
    
}

.header-cta {
  margin-left: auto;
}

@media only screen and (max-width: 480px){
    .header-main{
        flex-direction: column;
    }
    .header-cta {
      margin-left: 0;
      margin-top: 20px;
      margin-bottom: 20px;
    }
}

.site-nav {
    width: 60%;
    float: left
}

.site-nav a {
    color: #4c4c4c
}

.header-right {
    margin-top: 48px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    width: 20%;
    font-size: 12px
}

.header-account {
    float: left;
    margin-top: 5px
}

.shop-cart-in {
    float: right;
    position: relative;
    display: inline-block
}

.shop-cart-list {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    min-height: 250px;
    padding: 10px;
    width: 400px;
    border: 1px solid #ef752f;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2)
}

.shop-cart-in:hover .shop-cart-list {
    display: block
}

.shop-cart-list-inner {
    padding: 15px
}

table.shop_table-mini {
    border-top: solid 2px #dbdbdb;
    border-bottom: solid 2px #dbdbdb;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate
}

table.shop_table-mini th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

table.shop_table-mini td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 0;
    vertical-align: top!important;
    line-height: 1.5em
}

table.shop_table-mini td small {
    font-weight: 400
}

table.shop_table-mini tbody:first-child tr:first-child td,
table.shop_table-mini tbody:first-child tr:first-child th {
    border-top: 0
}

table.shop_table-mini tbody th,
table.shop_table-mini tfoot td,
table.shop_table-mini tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product-thumbnail-mini-cart {
    width: 80px
}

.product-thumbnail-mini-cart img {
    width: 80px;
    height: 60px;
    border: 1px solid #dbdbdb
}

.product-thumbnail-mini-cart:hover img {
    border: 1px solid #000;
    opacity: .7
}

.product-name-mini-cart {
    width: 200px;
    padding-left: 10px!important
}

.product-name-mini-cart a {
    color: #0c0c0c!important;
    text-decoration: none!important;
    font-size: 14px
}

.product-remove-mini-cart a {
    color: #a0a0a0!important;
    font-size: 20px!important
}

.product-subtotal-mini-cart {
    text-align: right;
    font-size: 14px
}

.woocommerce-mini-cart__total.total {
    text-align: right;
    font-size: 14px
}

.mini-cart-cta {
    text-align: center
}

.cart-badge {
    background-color: #f36c60;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transform: translate(10px, -10px)
}

.header-main ul {
    margin: 0;
    padding: 0
}

.header-main ul:before,
.site-nav ul:after {
    content: "";
    display: table
}

.header-main ul:after {
    clear: both
}

.header-main ul {
    *zoom: 1
}

.header-main ul li {
    list-style: none;
    float: right;
    font-family: Doctor-Soos-Bold;
    font-size: 18px
}

.header-main ul li a:link,
.header-main ul li a:visited {
    display: block
}

.header-main nav {
    margin-top: 30px
}

.header-main nav ul li {
    margin-right: 5px
}

.header-main nav ul li a:link,
.header-main nav ul li a:visited {
    padding: 10px 17px;
    text-decoration: none
}

.header-main nav ul li a:hover {
    color: #ef752f
}

.header-main nav ul li.current-menu-item a:link,
.header-main nav ul li.current-menu-item a:visited {
    font-weight: 700;
    color: #ef752f
}

.cat-menu {
    display: block;
    background-color: #f36c60;
    height: 50px;
    padding-left: 20px
}

.cat-menu ul {
    margin: 0;
    padding: 0
}

.cat-menu ul:before,
.site-nav ul:after {
    content: "";
    display: table
}

.cat-menu ul:after {
    clear: both
}

.cat-menu ul {
    *zoom: 1
}

.cat-menu ul li {
    list-style: none;
    float: left;
    font-family: Doctor-Soos-Bold;
    font-size: 20px
}

.cat-menu ul li a:link,
.cat-menu ul li a:visited {
    display: block
}

.cat-menu nav {
    margin-top: 20px
}

.cat-menu nav ul li {
    margin-right: 5px
}

.cat-menu nav ul li a:link,
.cat-menu nav ul li a:visited {
    padding: 12px 8px;
    text-decoration: none;
    color: #fff
}

.cat-menu nav ul li a:hover {
    background-color: #DE5B4F
}

.cat-menu nav ul li.current-menu-item a:link,
.cat-menu nav ul li.current-menu-item a:visited {
    font-weight: 700;
    background-color: #DE5B4F;
    color: #FFF
}

.nav-sint {
    float: right;
    font-size: 20px;
    color: #fff;
    background: #ffd70a;
    height: 100%;
    display: none;
}

.sint {
    padding: 12px 10px;
    color: black;
    font-family: doctor-soos-bold;
}
.sint-mijter {
    position: absolute;
    top: 90px;
    right: -15px;
}

.kerstmuts{
	position: absolute;
	top: 108px;
	right: -20px;
}


.nav-search:hover {
    color: #4c4c4c
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%
}

.site-footer {
    background-color: #4c4c4c;
    display: block;
    padding-bottom: 10px
}

.footer-row {
    max-width: 1440px;
    margin: auto;
    padding-top: 20px
}

.footer-col {
    width: 33%;
    float: left;
    min-width: 200px;
    color: #4c4c4c;
    font-size: 13px;
    /*padding-bottom: 30px*/
}

.footer-col-news {
    width: 25%;
    margin-right: 0;
    margin-top: 10px
}

.site-footer a:link,
.site-footer a:visited {
    color: #aaaaaa;
    text-decoration: none;
    transition: all 0.3s ease;

}

.site-footer a:hover {
    /*font-weight: 700;*/
    color: #ef752f
}

.site-footer ul li {
    list-style: none;
    margin-left: -40px;
    padding-top: 5px
}

.site-footer ul li:first-child {
    padding-top: 0
}

.site-footer ul li li {
    list-style: none;
    margin-left: -30px
}

.footer-copyright {
    text-align: center
}

.main-container {
    max-width: 1400px;
    margin: auto;
}

.left {
    float: left
}

.right {
    float: right
}

.my-acc {
    padding-left: 10px;
    color: #4c4c4c;
    text-decoration: none
}

a.my-acc-link:link,
a.my-acc-link:visited {
    color: #4c4c4c;
    text-decoration: none
}

a.my-acc-link:hover {
    color: #ef752f
}

#tk-showcoupon {
    text-align: left;
    color: #a0a0a0;
    text-decoration: underline;
    padding-bottom: 2px;
    cursor: pointer
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    float: right;
    background-color: #f36c60
}

a.checkout-button:hover,
{
    background-color: #ef752f
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom
}

.cart-contents:hover {
    text-decoration: none
}

.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top
}

.mobile-head {
    display: none
}

.mob-langswitch {
    text-align: center
}

.cat-container {
    max-width: 400px
}

.cat-container-inside {
    position: relative;
    width: 100%
}

.cat-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f36c60;
    text-align: center;
    padding: 10px 0;
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.btn {
    background-color: #f36c60;
    padding: 10px 20px;
    color: #fff!important;
    font-size: 18px;
    border: none;
    text-align: center;
    text-decoration: none!important;
    display: inline-block
}

.btn:hover {
    background-color: #DE5B4F;
    text-decoration: none!important;
    font-weight: 400!important
}

.button {
    background-color: #f36c60!important;
    padding: 10px 20px!important;
    color: #fff!important;
    font-size: 18px;
    border: none;
    text-align: center;
    text-decoration: none!important;
    display: inline-block
}

.button:hover {
    background-color: #DE5B4F!important;
    text-decoration: none!important
}

.btn-alt {
    background-color: #fff;
    padding: 10px 20px;
    color: #e2e2e2;
    font-size: 18px;
    border: 1px solid #e2e2e2;
    text-align: center;
    text-decoration: none;
    display: inline-block
}

.btn-alt:hover {
    color: #333;
    border-color: #333
}

.btn-geel {
    background-color: #ffd70a;
    padding: 10px 20px;
    color: #000!important;
    font-size: 18px;
    border: none;
    text-align: center;
    text-decoration: none!important;
    display: inline-block
}

.btn-geel:hover {
    background-color: #F5CC00;
    text-decoration: none!important;
    font-weight: 400!important
}


.tk-socials a:link,
.tk-socials a:visited {
    color: #f36c60;
    font-size: 28px;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.tk-socials a:hover {
    color: #DE5B4F;
    font-weight: 400!important
}

.tk-socials a:first-child{
    margin-left: 0;
}

.home-banner {
    margin: auto
}

.home-banner-inside {
    max-width: 1140px;
    height: 400px;
    margin: auto;
    position: relative
}

.home-banner-left {
    width: 60%;
    float: left;
    position: absolute;
    top: -80px;
    z-index: -1
}

.home-banner-right {
    width: 40%;
    position: absolute;
    top: 50px;
    right: 0
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.overlay-content {
    position: relative;
    top: 33%;
    text-align: center;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 70%;
    background: #fff
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay #searchsubmit {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer
}

.overlay #searchsubmit:hover {
    background: #bbb
}

.sidebar-top {
    display: inline-block;
    position: relative;
    width: 250px;
    min-height: 30px;
    background: #b9b9b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    0px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    0px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.sidebar-top-inner {
    position: absolute;
    background-color: #fff;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    0px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    0px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.sidebar-bottom {
    display: inline-block;
    position: relative;
    width: 250px;
    min-height: 30px;
    background: #b9b9b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.sidebar-bottom-inner {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 0px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.sidebar-main {
    width: 248px;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    background-color: #fff
}

.sidebar-main-content {
    padding: 10px;
    margin-top: -5px
}

.sidebar-right {
    float: right;
    width: 25%;
    margin-top: -40px
}

.sidebar-left {
    float: left
}

.main-left {
    float: left;
    width: 70%
}

.accordion {
    background-color: #fff0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 3px solid #dbdbdb;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s
}

.accordion-active,
.accordion:hover {
    color: #f36c60
}

.accordion:after {
    content: '\276F';
    transform: rotate(90deg);
    color: #f36c60;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.accordion-active:after {
    transform: rotate(270deg)
}

.accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.summary .woocommerce-Price-currencySymbol {
    font-size: 50%;
    font-weight: 400
}

.single-product-price-col p.price,
.single-product-price-col span.price {
    color: #000!important;
    font-size: 50px!important;
    font-weight: 700
}

.summary .decimal-sep {
    font-size: 50%;
    font-weight: 400
}

.single-product-price-row {
    margin-top: -20px
}

.single-product-price-col {
    margin-top: -20px
}

.single-product-price-col .sp-qty {
    margin-top: 10px;
    float: left;
    padding-right: 10px
}

.cat-banner-img {
    position: relative;
    width: 250px;
    height: 200px;
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )
}

.cat-banner-img:hover {
    opacity: .7
}

.cat-banner-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 230px;
    background-color: #f36c60;
    color: #fff;
    text-align: center;
    font-family: Doctor-Soos-Bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 2
}

.main-row {
    width: 100%
}

.main-col-2 {
    width: 16.666%;
    min-width: 170px;
    float: left;
    margin-top: 10px
}

.main-col-3 {
    width: 25%;
    min-width: 255px;
    float: left;
    margin-top: 30px
}

.main-col-4 {
    width: 33.333%;
    min-width: 340px;
    float: left;
    margin-top: 10px
}

.main-col-6 {
    width: 48%;
    margin-right: 2%;
    min-width: 500px;
    float: left;
    margin-top: 10px
}

.footer-form {
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    border: solid 1px #e1e1e1
}

.front-all-prod {
    float: right;
    font-weight: 700
}

.breadcrumbs {
    font-size: 10px;
    margin-left: 20px;
    color: #4c4c4c
}

.breadcrumbs a {
    color: #4c4c4c;
    text-decoration: none
}

.yith-ajaxsearchform-container {
    width: 90%;
    margin: auto
}

#yith-s {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    background: #fff;
    width: 100%
}

.search-navigation {
    font-size: 17px;
    border: none;
    float: left;
    width: 100%;
    background: #fff
}

#yith-searchsubmit {
    float: left;
    width: 30%;
    padding: 20px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    display: none
}

.autocomplete-suggestions {
    width: 80%!important;
    margin-top: 60px
}

.coupon-input-text {
    border: solid 1px #a0a0a0;
    padding: 10px
}

.home-banner-mob {
    display: none
}

#add_payment_method table.cart img:hover,
.woocommerce-cart table.cart img:hover,
.woocommerce-checkout table.cart img:hover {
    border: solid 1px #000
}

.argmc-wrapper .argmc-tabs-list {
    background: none;
    box-shadow: none
}

.product-test img:hover {
    opacity: .8
}

.main-container img {
    max-width: 100%;
    height: auto;
    /*-webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    )*/
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    -webkit-clip-path: none;
    clip-path: none
}

.tk-woo-green-notice {
    color: green;
    font-weight: 700
}

.backorder_notification a {
    font-weight: 400!important;
    font-size: 11px!important
}

.backorder_notification a:hover {
    color: green
}

#payment img {
    -webkit-clip-path: none;
    clip-path: none
}

#ideal_issuer {
    height: 30px;
    -moz-appearance: menulist
}

.woocommerce-product-details__short-description li::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -15px;
    color: #ef752f;
    margin-left: -40px
}

.woocommerce-ordering::after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #4c4c4c;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-appearance: none;
    width: 10px
}

.cart-collaterals {
    position: relative
}

.cart-back2shop {
    position: absolute;
    bottom: 40px;
    left: 0
}

.yith-wacp-message {
    font-weight: 700
}

.yith-wacp-close {
    position: absolute;
    top: 0!important;
    right: 5px!important;
    padding: 5px;
    text-align: center;
    font-size: 22px!important;
    text-transform: uppercase;
    color: #f36c60!important
}

.woocommerce form .form-row .input-checkbox {
    display: none!important
}

#createaccount {
    display: inline-block!important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    color: #000 !important;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	background-color: #e7f3e7 !important;
	position: relative;
	padding: 20px;
	margin-bottom: 0;
	font-weight: normal;
	letter-spacing: normal;
	border: solid 1px #008000;
}

.woocommerce-error{
	background-color: #ffeae7 !important;
	border: solid 1px red;
}

.woocommerce-info{
	background-color: #e7f3e7 !important;
	border: solid 1px grey;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    line-height: 30px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 500;
    line-height: 14px
}

form.woocommerce-shipping-calculator {
    display: block!important
}

.tk-woo-content {
    width: 75%;
    float: right
}

.tk-woo-sidebar {
    float: left;
    width: 19%;
    background-color: #f6f1ef;
    -webkit-clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    clip-path: polygon(0% 20px, /* top left */
    0px 0%, /* top left */
    calc(100% - 20px) 0%, /* top right */
    100% 20px, /* top right */
    100% calc(100% - 0px), /* bottom right */
    calc(100% - 20px) 100%, /* bottom right */
    20px 100%, /* bottom left */
    0 calc(100% - 20px)/* bottom left */
    );
    padding-right: 1%;
    margin-top: 40px;
    font-size: 20px;
    font-family: Doctor-soos-bold;
    color: #4c4c4c!important
}

.tk-woo-sidebar-in {
    padding: 20px;    
    color: #4c4c4c!important
}

.tk-woo-sidebar-in ul li {
    text-decoration: none;
    list-style: none;
    margin-left: -40px;
    padding-top: 1px;
    font-family: verdana;
    font-size: 12px
}

.tk-woo-sidebar a {
    color: #4c4c4c;
    text-decoration: none;
    font-size: 12px
}

.tk-woo-sidebar a:hover {
    color: #ef752f;
    font-weight: 700
}

.tk-shop {
    /*float: left;
    width: 50%*/
}

.term-description {
    padding: 0 0 10px;
}

.tk-shop-right {
    /*padding-top: 30px;*/
    display: none;
}

.woocommerce div.product_meta {
    font-size: 12px!important
}

.woocommerce ul.products li.product a img {
    transition: transform .2s ease-in-out
}

.woocommerce ul.products li.product a:hover img {
    transform: scale(1.01) rotate(2deg)
}

.tk-wbestel {
    text-align: right
}

.tk-verwink-mob {
    display: none
}

.tk-paym-mob {
    display: none
}

.no-clip img {
    clip-path: none;
    -webkit-clip-path: none
}

.tk-wmt {
    float: left;
    width: 50%
}

.tk-wmafb {
    float: left;
    width: 50%;
    text-align: right
}

@media screen and (max-width: 1110px) {
    .cat-menu nav ul li a:link,
    .cat-menu nav ul li a:visited {
        padding: 12px 8px;
        text-decoration: none;
        color: #fff
    }
}

@media screen and (max-width: 1080px) {
    .cat-menu nav ul li a:link,
    .cat-menu nav ul li a:visited {
        padding: 12px 4px;
        text-decoration: none;
        color: #fff
    }
}

@media screen and (max-width: 1024px) {
    /*.main-container {
        margin-left: 20px;
        margin-right: 20px
    }*/
    /*.footer-row {
        margin-left: 20px;
        margin-right: 20px
    }*/
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: none;
        width: 100%
    }
    .tk-woo-content {
        width: 100%;
        float: none
    }
    .tk-woo-sidebar {
        display: none
    }
}

@media screen and (max-width: 1400px) {
    .site-header {
        padding: 0 5%;
    }
    .main-container{
        padding: 0 5%;
    }
    .footer-row{
        padding: 0 5%;
    }
}


@media screen and (max-width: 980px) {
    .site-header {
        padding: 0 5%;
    }
    .mobile-head {
        display: block
    }
    .mobile-header {
        display: block;
        height: 60px;
        background-color: #f36c60;
        color: #fff
    }
    .mobile-inner {
        width: 98%;
        margin: auto
    }
    .mobile-nav {
        float: left;
        width: 33%;
        margin-top: 12px;
        cursor: pointer
    }
    .mobile-logo {
        float: left;
        width: 33%;
        text-align: center;
        margin-top: 4px
    }
    .mobile-left {
        float: right;
        text-align: right;
        width: 34%;
        margin-top: 20px;
        font-size: 18px
    }
    .mob-menu {
        display: none;
        width: 100%;
        background-color: #eee6e3
    }
    .mob-nav {
        padding: 10px 0
    }
    .nav-expanded {
        display: block
    }
    .mob-nav ul li {
        float: none
    }
    .mob-menu ul li {
        list-style: none;
        font-family: Doctor-Soos-Bold;
        font-size: 24px
    }
    .mob-nav ul li a:link,
    .mob-nav ul li a:visited {
        text-decoration: none;
        color: #4c4c4c
    }
    .mob-nav ul li a:hover {
        color: #fff
    }
    .mobile-header nav ul li.current-menu-item a:link,
    .mobile-header nav ul li.current-menu-item a:visited {
        font-weight: 700;
        color: #ef752f
    }
    .cart-badge {
        background-color: #4c4c4c
    }
    .mob-nav-top {
        margin: auto
    }
    .mob-myaccount {
        float: left;
        width: 25%;
        text-align: center
    }
    .mob-langswitch {
        float: left;
        width: 50%
    }
    .mob-sint {
        float: left;
        width: 25%;
        text-align: center;
        font-family: Doctor-Soos-Bold;
        font-size: 20px;
        display: none;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 45%!important
    }
    .home-banner {
        display: none
    }
    .home-banner-mob {
        display: block!important
    }
    .home-banner-mob img {
        width: 100%;
        margin-top: 10px
    }
    .home-banner-mob-down {
        margin-top: 20px;
        margin-left: 20px
    }
    .sidebar-right {
        float: none!important;
        margin-top: 0
    }
    .main-left {
        width: 90%
    }
    .tk-wmafb {
        display: none
    }
    .tk-wmt {
        float: none;
        width: 100%
    }
}

@media (min-width: 500px) and (max-width: 980px) {
    
    .main-col-4 {
        width: 50%
    }
    .main-col-6 {
        width: 95%;
        min-width: 300px
    }
   
    /*.footer-col {
        width: 40%;
        min-height: 250px
    }*/
}

@media screen and (max-width: 700px) {
    .tk-shop {
        float: none;
        width: 100%
    }
    .tk-shop-right {
        padding-top: 0
    }
}

@media screen and (max-width: 499px) {
    
    .main-col-6 {
        width: 95%;
        min-width: 300px
    }
    h1 {
        font-size: 34px
    }
    h2 {
        font-size: 30px
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 95%!important
    }
    .front-all-prod {
        float: none;
        margin-top: 20px
    }
    .resp-img {
        width: 100%
    }
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: left
    }
    .woocommerce-ordering {
        width: 100%!important
    }
    .tk-wbestel {
        text-align: center
    }
    .tk-verwink-mob {
        display: block
    }
    .tk-paym-mob {
        display: block
    }
    .tk-paym {
        display: none
    }
}

@media screen and (max-width: 530px) {
    .single-product-price-col {
        float: none
    }
    .single-product-price-col .cart {
        margin-top: -30px
    }
    .single-product-price-col .sp-qty {
        display: none
    }
    .cart-back2shop {
        display: none
    }
    .flags_language_selector img {
        margin-left: 14px
    }
}

.flags_language_selector img {
    margin: 1px;
    margin-left: 10px;
}

.yt-wrapper {
    max-width: 680px;
    margin-top: 40px
}

.youtube {
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: 0;
    left: 0
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: red;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px;
    animation: pulse-red 2s infinite
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7)
    }
    70% {
        box-shadow: 0 0 0 30px rgba(255, 82, 82, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
    }
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube img,
.youtube .play-button {
    cursor: pointer
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.woocommerce-cart-tk{
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.woocommerce-cart-row{
  border-top: 2px solid rgba(0, 0, 0, .1);
  padding: 20px 0;
  vertical-align: middle;
  line-height: 1.5em;
}

.tk-product-thumbnail{
  float: left;
  margin-right: 20px;
}

.tk-product-thumbnail img {
    width: 120px;
    border: solid 1px #eee6e3;
    clip-path: none;
    -webkit-clip-path: none;
}

.tk-product-thumbnail img:hover{
  border: solid 1px #000;
}

.tk-product-name {
    float: left;
    margin: 5px 20px;
    width: 30%;
}

.tk-product-name a {
    font-size: 15px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tk-product-price {
    float: left;
    margin: 5px 20px;
  }

.tk-product-quantity{
  float: left;
}

.tk-product-remove {
    float: left;
    margin: 5px 20px;
}

.tk-product-subtotal {
    float: right;
    margin: 5px 0 5px 20px;
    }

.cart-mobile-usp{
  display: none;
}

.shipping-calculator-button {
    margin-top: 0 !important;
}

@media screen and (max-width: 500px){

  .tk-product-thumbnail {

      float: right;
      width: 30%;
      height: 80px;
      text-align: right;
      margin: 0;

  }
  .tk-product-name {
    width: 69%;
    height: 80px;
    margin: 0;

  }
  .tk-product-price {
    
    margin: 6px 20px 0 0;
  }

  .tk-product-remove {
    margin: 7px 15px;
  }
 
  .cart-mobile-usp {
    display: none;
    font-size: 11px;
    color: #159015;
    line-height: 12px;
    margin-top: 5px;
  }
  .footer-col{
  	width: 100%;
  }

}

@media screen and (max-width: 1024px){

  .main-col-3 {
    width: 33%;
  }

}

@media screen and (max-width: 804px){

  .main-col-3 {
    width: 50%;
  }
  .cat-banner-img{
    width: 95%;
    height: auto;
  }
  .cat-banner-label{
    padding: 10px 0;
    width: 100%;
  }

}

@media screen and (max-width: 550px){
   .main-col-3 {
    min-width: 200px;
  }
}

@media screen and (max-width: 440px){
   .main-col-3 {
    width: 100%;
  }
}

.woocommerce-Price-currencySymbol {
    margin-right: 3px;
}

.in-stock {
    display: none;
    /*position: absolute;*/
}

.aligncenter {

    display: block;
    margin-left: auto;
    margin-right: auto;

}

.yikes-custom-woo-tab-title {
    display: none;
}

.wa-btn{
  padding:5px 10px;
  text-decoration: none;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
}

.wa-btn:hover{
    color: #000;
}

/* ## Comments
--------------------------------------------- */
#respond label {
    font-size: 12px;
}

.tk-comments h3 {

    color: #000;
    font-weight: normal;

}
.tk-comments {

    padding: 30px;
    border: 1px solid #ccc;

}

.comment-respond,
.entry-pings,
.entry-comments {
    /*padding: 20px;
    border-top: 1px solid #ccc;*/
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
    border: 1px #e1e1e1 solid;
    padding: 10px;
    border-radius: 3px;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
/*    text-transform: uppercase;*/    
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}

.comment-form-comment textarea {
    width: 50%;
    border: 1px #e1e1e1 solid;
    padding: 10px;
    border-radius: 3px;
    height: 50px;
}

.comment-form-url {
    display: none;
}

.comment-form-comment label {
    display: block !important;
    font-size: 12px;
}

#submit:hover {

    background-color: #DE5B4F;
    text-decoration: none !important;
    font-weight: 400 !important;

}
#submit {

    background-color: #f36c60;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 14px;
    border: none;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;

}

.tk-rev {
    background-color: #ef752f;
    color: #fff;
    padding: 5px 10px 15px;
    border-radius: 5px;
    transition: ease 0.5s;
    margin: 10px 5%;
}

.btn-big {
    background-color: #f36c60;
    padding: 30px 20px;
    color: #fff !important;
    font-size: 14px;
    border: none;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: 90%;
}

.btn-big:hover {
    background-color: #DE5B4F;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.site-footer td {
    height: 30px;
}

.woocommerce-loop-product__title {
    height: 20px;
}

.title-tag {
    background: #f36c6078;
    position: relative;
    top: -25px;
}


.title-tag-inner {
    padding: 75px 0 50px;
    max-width: 1140px;
    margin: auto;
    text-align: center;
    line-height: 0px;
}

.title-area h1 {
    color: #000;
}

.play-header:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.play-header {
    width: 90px;
    height: 60px;
    background-color: red;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px;
    animation: pulse-red 2s infinite;
    position: absolute;
    top: 40%;
    left: 25%;
}

.home-banner2 {
    margin: auto;
    /*background: #f36c603b;*/
    position: relative;
    top: -25px;
}
.home-banner-left2 {
    width: 60%;
    float: left;
    position: absolute;
    top: -40px;
    z-index: 0;
}
.home-banner-right2 {
    width: 50%;
    position: absolute;
    top: 50px;
    right: 0;
}


.video-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.video-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.hbr1{
    font-size: 60px;
    color: black;
    font-family: Doctor-Soos-Bold;
    line-height: 80%;
}

.hbr2{
    font-size: 30px;
    color: black;
    font-family: Doctor-Soos-Bold;
}


@media screen and (max-width: 980px) {
    .home-banner2 {
        position: static;
    }
    .home-banner-left2 {
        width: 100%;
        float: none;
        position: static;
        text-align: center;
    }
    .home-banner-right2 {
        width: 100%;
        position: static;
        padding: 20px;
    }
    .play-header{
        left: 45%;
    }
}

@media screen and (max-width: 600px){
    .home-banner-left2 img {
        width: 100%;
    }
    .play-header{
        left: 40%;
    }

    .hbr1{
        font-size: 40px;
    }
    .hbr2{
        font-size: 20px;
    }
}

@media screen and (max-width: 400px){
    .hbr1{
        font-size: 36px;
    }
}

.black-friday{
    background: #000 !important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    background-color: #f36c60 !important;
padding: 10px 20px;
color: #fff !important;
font-size: 14px;
border: none;
text-align: center;
text-decoration: none !important;
display: inline-block;
}

.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
    background-color: #DE5B4F !important;
}


.acties a{
    background: #ffd70a;
    color: #000 !important;
}

.alert_container input {
  padding: 6px 10px;
}

.alert_container button {
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  border: none;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f36c60;
}

.alert_container button:hover {
    background-color: #DE5B4F;
}

.woocommerce div.product p.stock {
  font-size: 1em;
  margin: 0 0 40px;
  color: #ef752f;
}

@media only screen and (max-width: 769px) {
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

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