/*
Theme Name:     Storefront Kissmyads
Description:    
Author:         beheerder
Template:       storefront

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/*.site-header{
    background-color: white;
}


.storefront-primary-navigation {
    
    background: #00a650;
    
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #00a650;
    border-color: #00a650;
    color: #ffffff;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #00a650;
    border-color: #00a650;
    color: #ffffff;
}*/


body {
    background-color: #f9fafb;
}

a:focus {
    outline: none;
}


#masthead {
    /*    position: fixed;
        width: 100%;*/

    padding-top:0;
}


iframe#iframe-home {
    
    width: 100%;
    /*height: 500px;*/
    height: 100vh;
    overflow: hidden;
    margin-bottom: 75px;
}



.site-header {
    border-bottom: none;
    background-color: transparent;

}

.home .site-header {
    position: absolute;
}

.site-header .site-branding {

    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    text-align:center;
}

.site-header .custom-logo-link {
    float: none;
}


.site-header .site-branding img {
    display: inline-block;
}


.beta.site-title {
    display: inline-block;
}


.storefront-primary-navigation {
    /*width: 200px;*/
    height: 77px;
    margin:0;
    padding: 0;
    /*float: right;*/
}

#site-header-cart {
    position: fixed;
    right: 20px;
    top: 0px;

}


.home .header-image {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
}


/* menu */



.overlay {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1001;
    left: -300px;
    top: 0;
    color: black;
    background-color: #fafbfc;
    overflow-y: hidden;
    transition: 0.3s;
    text-align: center;
}

.js-drawer-left-open .overlay {
    left: 0px;
}

.overlay-content {
    position: absolute;
    top: 90px;
    width: 100%;
}


.drawer-right {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1001;
    right: -300px;
    top: 0;
    color: black;
    background-color: #fafbfc;
    overflow-y: hidden;
    transition: 0.3s;
    text-align: center;
    padding: 0 20px;
}

.js-drawer-right-open .drawer-right {
    right: 0px;
}


.site-header-cart .pb-cart-contents {
    margin-top: 10px; 
    position: relative;
}

.site-header-cart li {
    text-align: right;
}

.site-header-cart .pb-cart-contents{
    padding: 1.618em 0;
    display: inline-block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
    outline: none;
}

.site-header-cart .pb-cart-contents:after {
    display: inline-block;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    right: 2px;
    content: "\f07a";
    line-height: 1.618;
}



.pb-show-cart-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.widget_shopping_cart {
    margin-top: 80px;
}





.page-overlay {
    visibility: hidden;
    opacity: 0;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-left-open .page-overlay, .js-drawer-right-open .page-overlay {
    visibility: visible;
    opacity: 1;
}


#cssmenu ul {
    list-style-type: none;
    margin: 0 0 0 25px;
}

#cssmenu ul li{
    text-align: left;
    margin: 10px 0;
}

#cssmenu ul li a{
    font-size: 18px;
    font-weight: 800;
}


/* Icon 3 */
.menu-btn {
    position: fixed;
    z-index:1002;
    left: 25px;
    top: 35px;
    width: 40px;
    height: 45px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: black;
    /*    border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-btn.open span {
    background-color: black;
}

.home .menu-btn span {
    background: black;
}

.menu-btn span:nth-child(1) {
    top: 0px;
}

.menu-btn span:nth-child(2),.menu-btn span:nth-child(3) {
    top: 13px;
}

.menu-btn span:nth-child(4) {
    top: 26px;
}

.menu-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}




.close-btn {
    position: absolute;
    width: 40px;
    height: 45px;
    right: 10px;
    top: 20px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.close-btn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: black;
    /*    border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}




.close-btn span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}










@media (min-width: 768px){

    .home .col-full, .single-product .col-full, .post-type-archive-product .col-full {
        /*.home .col-full {*/
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box;
    }

}



.product-teaser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left:0;
    top:0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-teaser-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #f9fbfa;
    transition: opacity 0.4s ease;
}

.product-teaser-overlay:hover:before {
    opacity: 0.4;
}

.product-teaser-overlay:hover {
    opacity: 1;
}

.product-teaser-overlay:hover .inner {
    top: 50%;
}

.product-teaser-overlay .inner{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 52%;
    transition: top 0.3s ease;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-teaser-overlay h2 {
    color: black;
    font-weight: 800 !important;
    text-transform: uppercase;
}

ul.products li.product .price {
    color: black;
}



.site-footer {
    background-color: #f9fafd;
    color: #6d6d6d;
    padding: 30px 0 0 0;
}

.site-info {
    padding: 10px 0;
    float: right;
    margin-bottom: 10px;
}

/* social media */

.fb-button:before {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f230";
    line-height: 2;
    text-indent: 0;
}

.fb-button {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: inline-block;
}



#fb-livechat-content {
    position: fixed;
    top: auto!important;
    bottom: 0px;
    left: 1% !important;
    left: auto;
    z-index: 999999999;
    -webkit-font-smoothing: antialiased;
}

#fb-livechat-content .f-box {
    position: relative;
    display: block;
    bottom: -350px;
    transition: all 0.3s;
    width: 300px;
    border: 3px solid rgb(35, 144, 231);
    background: #fff;
    text-align: center;
    border-bottom-width: 0!important;
}

.js-livechat-open #fb-livechat-content .f-box {
    /*display: block;*/
    bottom: 0;
}

.js-livechat-open #fb-livechat-content .f-button {
    bottom: -42px;
}

#fb-livechat-content .f-button {
    display: block;
    background: black;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    padding: 7.5px 15px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.45);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.45);
    box-shadow: 0 0 2px rgba(0,0,0,.45);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    height: 40px;
    width: auto;
    transition: all 0.3s;
}

#fb-livechat-content .f-button span.f-icon {
    position: relative;
    width: 45px;
    text-align: left;
}

#fb-livechat-content .f-button span.f-icon img {
    width: 25px!important;
    height: 25px!important;
    display: inline;
}

#fb-livechat-content .f-button span.f-icon::before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.5);
    height: 100%;
    width: 1px;
    right: 10px;
}

#fb-livechat-content .f-button span {
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
}


#fb-livechat-content .f-box .f-close {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 99;
    margin: 0;
    padding: 0;
    background: url(img/bg-close.png) 6px 5px no-repeat #afb4bd;
    color: transparent;
    text-indent: 999px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 30px;
    border: 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit;
    cursor: pointer;
}


/* overige pagina's */


.woocommerce-Tabs-panel--description p {
    max-width: 700px;
}


/* product loop */

.woocommerce-loop-product__link:focus {
    outline: none;
}



/* product detail pagina */

@media (min-width: 768px){

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 48%;
        margin-right: 4%;
    }

    .storefront-full-width-content.single-product div.product .summary {
        width: 48%;
        float: right;
        margin-bottom: 20px;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        width: 48%;
        margin-right: 4%;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 48%;

    }


    .flex-viewport {
        height: 1000px !important;
    }

    .storefront-full-width-content .woocommerce-tabs ul.tabs {
        width: 18%;
        margin-right: 4%;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        width: 75%;
        float: left;
    }

    .woocommerce-tabs {
        float: left;
        padding-top: 0;
    }
    .storefront-full-width-content.single-product div.product .woocommerce-tabs {

        clear: none !important;
        max-width: 48%;
    }

}










/* messages */


.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {

    background-color: #ff0001;

}




