/*
Theme Name: Vloerenbaas
Theme URI: https://vloerenbaas.nl/
Author: Bram Vermolen
Author URI: https://www.linkedin.com/in/bram-vermolen-05669825/
Description: Custom Woocommerce Theme 
Tags: blog, woocommerce, shop
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vloerenbaas
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: FREEFATFONT;
  src: url("https://vloerenbaas-old.lemone.review/wp-content/uploads/2021/07/FREEFATFONT-Regular-1.ttf");
}
@font-face {
  font-family: BigNoodleTitling;
  src: url("https://vloerenbaas-old.lemone.review/wp-content/uploads/2021/07/BigNoodleTitling-1.woff2");
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

li#tab-title-description.active, li#tab-title-additional_information.active, li#tab-title-reviews.active {
    background-color: #F9F7F2 !important;
}

section.related ul.products li.product h2 {
    font-size: 26px !important;
    line-height: 1;
    height: 70px;
}

.related span.price {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

section.related ul.products li.product .price .woocommerce-Price-amount bdi {
    font-size: 26px;
    margin: 20px 0;
    display: block;
    font-family: 'BigNoodleTitling';
    font-weight: normal;
}

p.related-exerpt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
	margin-top:7px;
	margin-bottom:0px;
}

section.related ul.products li {
    padding: 10px !important;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 1em !important;
    margin: 0px 5px 0px 5px !important;
    width: 24%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
    padding-bottom: 40px;
    position: relative;
    display: block;
    text-decoration: none;
}

.woocommerce-Tabs-panel{
  display: none;
}

section.related ul.products li {
    min-height: 435px !important;
}

h2.tab-title {
    margin-bottom: 35px !important;
}

div#tab-description{
	display:block;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

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

.woocommerce-product-details__short-description {
    padding: 20px 0px;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}

strong.b-typography-huge p{
	color: #fff !important;
}

h4.product_title.entry-title {
    font-size: 52px;
    line-height: 1.0;
}


.woocommerce-product-details__short-description p {
    display: block;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.2;
    color: #5A5A5A;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
input#coupon_code {
    margin-left: 80px !important;
}
.woocommerce button.button {
    margin-right: 80px;
}
@media (min-width: 1200px){
            .c-banner--hero h1 {
                font-size: 72px;
                line-height: 56px;
            }
        }
        
.b-typography-huge {
    font-size: 140px;
    margin-top: -30px !important;
}
.b-typography-subtitle--small {
    color: #CCCCCC !important;
}
.itemFont {
    font-size: 28px !important;
    line-height: 1;
    font-family: 'BigNoodleTitling';
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #1A1A1A;
}
strong.b-typography-subtitle--small {
    line-height: 1;
    font-family: 'BigNoodleTitling' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 22px !important;
}
.c-category-block.c-category-block--simple .inner strong {
    font-size: 40px;
    padding: 0 40px;
    line-height: 32px;
}
.section-style-1 h3 {
    color: #fff !important;
    font-size: 60px;
    line-height: 48px;
    margin-bottom: 5px;
}
.section-style-1 strong {
    font-size: 28px !important;
    margin-bottom: 24px !important;
    display: block !important;
    color: #fff !important;
    line-height: 1;
    font-family: 'BigNoodleTitling';
    font-weight: normal;
    font-style: normal;
}
.section-style-1 p {
    color: #8E8E8E;
    font-size: 16px !important;
    line-height: 26px !important;
}
.c-banner {
    margin-top: 50px;
}
.section-style-1 a.gb-button.gb-button-ef513ab5.gb-button-text {
    display: table;
    padding: 14px 24px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    will-change: box-shadow;
    transition: box-shadow 0.2s ease-out;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: #B18E4B;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    margin-bottom: -22px;
}
h5.heading5, .section-style-4 p strong {
    font-size: 28px;
    line-height: 1;
    font-family: 'BigNoodleTitling';
    display: block;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.c-page-block h3 {
    font-family: 'FreeFatFont';
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    line-height: 48px;
    margin-bottom: 16px;
}
.section-style-4 p strong {
    margin-top: 30px !important;
}
.section-style-4 h2 {
    font-size: 72px !important;
    line-height: 56px !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    color: #000 !important;
}
.section-style-4 p {
    font-size: 18px !important;
    line-height: 30px !important;
}
.gb-container.gb-container-f5a26488 .gb-inside-container .wp-block-columns {
    margin-bottom: 0;
}
.gb-container.gb-container-f5a26488 .gb-inside-container {
    padding: 0;
}
.c-banner.c-banner--newsletter {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
.gb-container.gb-container-3b5acf0d .container {
    margin: 0;
    padding: 0;
    width: 100%;
}
.c-banner--newsletter h2 {
    font-size: 72px;
    line-height: 56px;
}
.c-banner--newsletter label {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
}
.b-structure-page-wrapper {
    padding-bottom: 0 !important;
}
.gb-container-8976adf7 h2.heading-style-2 {
    font-size: 72px !important;
    line-height: 56px !important;
    margin-bottom: 20px !important;
    padding-right: 210px !important;
    margin-top: 10px !important;
    color: #000 !important;
}
.gb-container-8976adf7 p {
    color: #5a5a5a !important;
    font-size: 16px !important;
    line-height: 1.5;
}
.icon-wrapper img {
    width: 45px;
    margin-right: 20px;
}
.inner--wrapper {
    display: flex;
    align-items: center;
}
.c-category-block.c-category-block--medium .inner strong {
    width: 80% !important;
}
.gb-container-f4874431 > .gb-inside-container {
    padding: 0 !important;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

span.woocommerce-Price-amount.amount bdi {
    font-size: 15px;
	font-weight:bold;
}

.woocommerce .woocommerce-breadcrumb a {
    font-size: 14px;
}

nav.woocommerce-breadcrumb {
    color: #BCBCBC !important;
}


.advanced-woo-labels.awl-position-type-before-title.awl-label-type-single {
    display: block !important;
    position: absolute !important;
    left: -610px;
    top: -75px;
}

span.awl-label-text {
    height: 60px;
    width: 60px;
    border-radius: 40px !important;
    line-height: 3.5 !important;
}

.single_add_to_cart_button i.b-icon.b-icon-cart-add {
	margin: 0px 0px;
    width: 40px !important;
    height: 18px !important;
    z-index: 999999 !important;
    display: block;
    float: left;
    vertical-align: middle;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt {
    background-color: #b18e4b;
    padding: 15px 40px;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt:hover{
	    background-color: #b18e4b;
}

.woocommerce div.product form.cart {
    margin-bottom: 1.5em !important;
}

.woocommerce-notices-wrapper {
    width: 1450px;
    margin: 0 auto;
}

.related .yith-wcwl-add-button, .related .qib-container, .related a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .related a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}

.related h2.woocommerce-loop-product__title {
    font-family: 'BigNoodleTitling' !important;
}

.related .star-rating {
    display: none !important;
}

font-size: 56px;
    line-height: 1em;
}


media="only screen and (max-width: 768px){

section.related ul.products.columns-4 li{
	width:46% !important;
	height:auto !important; 
	min-height:auto !important;
	
}

}


/* edits from 7th October, 2021 */

li.menu-button {
    padding: 8px 14px;
    background-color: #B18E4B;
    color: #fff;
    border-radius: 4px;
    transition: background 0.2s ease-out;
}
