body,
.text-section .section-header h2,
.text-section__text h4,
.text-section__text p {
	font-family: 'Klavika';
}

.site-header {
	background-color: #fed02f;
}

.secondary-navigation .menu a {
	color: #4d4d4d !important;
	font-weight: 400 !important;
}

#menu-global-navigation .menu-item.current-menu-item a {
	color: #4d4d4d !important;
	font-weight: 700 !important;
}

.site-header .secondary-navigation {
	float: right !important;
	width: 100% !important;
}
.menu-nav-container {
    justify-content: flex-end;
}
.banner-text h1 {
    font-size: 50px;
    text-transform: uppercase;
}

.banner-text-inner {
    max-width: 780px;
}
.secondary-header {
    background-color: white;
}

.secondary-header ul a {
    color: #4d4d4d !important;
	font-weight: normal !important;
}
@media(min-width: 768px) {
	.site-header .site-branding img {
		width: 330px;
	}
}
.winkel {
	color: #4d4d4d;
	font-weight: bold;
	background-color: white;
	padding: 7px 12px;
}
.products-search input[type="search"] {
    border: 1px solid #B6C1D0;
    box-shadow: none;
    font-weight: 100;
    color: #4d4d4d;
}
.section-categories .section-header {
    display: none;
}

.section-categories {
    padding-top: 0;
    margin-top: -50px;
    position: relative;
}

.section-categories .category {
    width: 25%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 60px;
}
@media(max-width: 1200px) {
    .section-categories .category {
        width: 33.33%;
    }
    .banner-text h1 {
        font-size: 34px;
    }
}
@media(max-width: 768px) {
    .section-categories .category {
        width: 50%;
    }
    .banner-text h1 {
        font-size: 28px;
    }
}
@media(max-width: 540px) {
    .section-categories .category {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 22px;
    }
    .section-categories {
        margin-top: 0;
    }
    .section-categories .category-inner {
        margin-left: 0;
        margin-right: 0;
    }
}

.section-categories .category-inner {
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    padding: 10px;
}

.section-categories img {
    border-radius: 0;
}
.section-categories .category-inner {
    box-shadow: 0px 12px 10px 2px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
}

.category-name {
    background-color: transparent;
    color: #4d4d4d;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 0;
}

.section-categories .category button {position: relative;top: 35px;color: #4d4d4d;font-weight: bold;width: calc(100% - 20px);}

.btn {
    border-radius: 3px;
}
.text-section__img {
    justify-content: flex-start;
    display: block;
}

.text-section__img img {
    width: 100%;
    border-radius: 0;
}

.section-header h2 {
    font-size: 35px;
    text-transform: uppercase;
}

.text-section__text h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

.text-section__text p {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 100;
}

.email-section {
    display: none;
}

.text-section {
    background-color: white;
}

.text-section__row {
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
    border: 0;
}

.site-footer {
    background-color: #666666;
}
.footer-widgets {
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-widgets > div {
    width: 33.33% !important;
}

footer .block.footer-widget-1 {
    border: 0;
    padding: 0;
}

.footer-widgets h4 {
    color: white;
    font-weight: bold;
    font-size: 21px;
}

.footer-widgets a, .footer-widgets p {
    color: white !important;
    font-weight: 100;
}

.footer-widgets > div:last-child {
    margin-top: 0;
}

.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.copyright-footer {
    background-color: #414141;
}
.copyright-footer a {
    color: #999999;
}

.copyright-footer .col-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
}

.copyright-footer .col-full .widget:first-child {
    margin-right: auto;
}

.copyright-footer .col-full .widget:last-child {
    margin-left: auto;
}

.copyright-footer .col-full .widget:first-child ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.copyright-footer .col-full .widget:first-child ul li {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid;
    font-size: 14px;
    font-weight: 100;
}

.copyright-footer .col-full .widget:first-child ul li:first-child {
    padding-left: 0;
}

.copyright-footer .col-full .widget:first-child ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.copyright-footer figure {
    margin: 0;
}
.secondary-menu .sub-menu {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}

.secondary-menu ul ul a {
    padding-left: 20px;
    padding-right: 20px;
}
.wp-social-link {
    background-color: transparent !important;
    color: #999999 !important;
    margin-right: 0 !important;
}

.widget_media_image {
    margin-left: auto;
    margin-right: auto;
}

.products .product {
    margin-right: 0 !important;
    width: 33.33% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 80px;
}
@media(max-width: 1300px) {
	.products .product {
		width: 50% !important;
		float: left;
	}
}
@media(max-width: 540px) {
	.products .product {
		width: 100% !important;
	}
}
.section-products {
	overflow: hidden;
}
.products .product img {
    box-shadow: none;
    height: 200px;
	min-width: auto;
}

.product-inner {
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
    padding-top: 30px;
}

.product-title-header {
    flex-direction: column;
    text-align: center;
}

.products .product .product-category {
    text-align: center;
}

.product-inner span.price {
    margin-right: auto;
}

.product-inner .button {
	position: relative;
    height: 40px;
    margin-bottom: 0 !important;
    top: 20px;
    border: 0 !important;
    width: calc(100% - 40px);
    max-width: 220px;
}

.products .product-inner h2 {
    font-size: 25px !important;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-top: 0;
}

.product-category {
    font-size: 16px;
    font-weight: 100;
    color: #4d4d4d;
}

.products span.price ins {
    font-weight: normal;
}

span.product-badge {
    left: auto !important;
    right: 13px;
    background-color: transparent;
    color: #4d4d4d;
    font-weight: normal;
    padding-right: 10px;
    top: 8px;
}

.storefront-sorting {
    margin-bottom: 20px;
}

.storefront-sorting select {
    border: 1px solid #D8D8D8;
    height: 36px;
    padding-left: 5px;
    border-radius: 5px;
    min-width: 220px;
}
.price_slider_amount .button {
    color: #4d4d4d;
}
.single_add_to_cart_button span, .proceed-btns button span, .proceed-btns a span, #place_order span, .new-btn span,
button#place_order:after,
button#place_order:before {
    display: none;
}
.woocommerce-cart-form table.cart thead th {
    background-color: #F4F6F8;
    font-weight: normal;
}

.cart-coupon .coupon button {
    background-color: #B6C1D0;
}

.cart-coupon .coupon {
    border-color: #B6C1D0;
    border-radius: 3px;
}

.cart-totals table {max-width: 400px;}

.checkout-button {
    color: #4d4d4d !important;
}

button.button[name="update_cart"] {
    background-color: #4D4D4D !important;
    border: 0;
    color: white !important;
    min-width: 140px !important;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
}

.proceed-btns .or {
    margin-left: 20px;
    margin-right: 20px;
}

.storefront-breadcrumb {
    display: none;
}

.woocommerce-cart #content,
.woocommerce-checkout #content,
.archive #content,
.single-product #content {
    padding-top: 80px;
}
.single-product .product .price {
    font-weight: normal;
}

table.variations td.label, table.variations td.label label {
    font-weight: normal;
}

h2.product-desc-title {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.section-products .product-title-header {
    display: flex;
}


.section-related-products ul.products-slider {
    display: flex;
	flex-wrap: wrap;
}

.section-related-products {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.section-header a {
    font-weight: normal;
}

.section-header h2 {
    margin-bottom: 0;
}

.section-header {
    margin-bottom: 10px;
}
.section-related-products .col-full {
    padding-left: 0;
    padding-right: 0;
}
.section-related-products .product {
	width: 25% !important;
}

@media(max-width: 1200px) {
	.section-related-products .product {
		width: 33.33% !important;
	}
}
@media(max-width: 1000px) {
	.section-related-products .product {
		width: 50% !important;
	}
}
@media(max-width: 540px) {
	.section-related-products .product {
		width: 100% !important;
	}
}
.single_add_to_cart_button, .proceed-btns button, .proceed-btns a, #place_order, .new-btn,
.cart-count {
	color: #4d4d4d;
}
li.menu-item-has-children > a:after {
	display: inline-block;
	border-right: 2px solid #E5EAF0;
	border-bottom: 2px solid #E5EAF0;
	width: 7px;
	height: 7px;
	transform: rotate(-315deg);
	border-top: 0;
	border-left: 0;
	margin-left: 5px;
  }
  table.cart td.product-subtotal .amount {
	  font-weight: normal;
  }
  .products-search svg path {
    fill: #4D4D4D;
}
.woocommerce-cart-form table.cart thead th.product-quantity {
    text-align: center;
}

.site-info {
    padding: 0;
}
@media(max-width: 540px) {
    .footer-widgets {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .footer-widgets > div {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    
    .copyright-footer .col-full {
        flex-direction: column;
        padding-top: 10px;
    }
    
    .copyright-footer .col-full .widget:last-child {
        margin-right: auto;
    }
    
    .copyright-footer .col-full .widget:first-child {
        margin-left: auto;
    }
    
    .copyright-footer .col-full .widget {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}