/*   
Theme Name: Laminaat theme
Description: Theme for _____
Author:
Author URI:
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@600&display=swap');


body{
    font: 400 16px 'Inter',system-ui,sans-serif;
    line-height: 1.3;
}
body p{
    line-height: 1.7;
}

body.wp-admin *{
    font-family: 'Inter';
}
body.no-scroll {
    overflow: hidden;
}

html h1{
    font-size: 48px;
}
html h2{
    font-size: 40px;
}
html h3{
    font-size: 36px;
}
html h4{
    font-size: 32px;
}
html h5{
    font-size: 24px;
}
html h6{
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5, html :where(.editor-styles-wrapper) h6{
    margin: 0;
}

.background_white{
    background-color: #fff;
}
.background_black{
    background-color: #000;
}
.background_brand_1{
    background-color: var(--wp--preset--color--brand-1);
}

.color_white{
    color: #fff;
}
.color_black{
    color: #000;
}
.color_brand_1{
    color: #016602;
}

.wp-element-button{
    transition: all .2s linear;
}

.wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .wp-element-button{
    height: 70px;
    padding: 0 30px;
    text-align: center;
    min-width: 250px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .wp-element-button:hover{
    background-color: var(--wp--preset--color--brand-1-dark) !important;
}


*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari */
}
a{
    text-decoration: none;
    color: #000;
}
input:focus, a:focus, button:focus{
    outline: none;
}

/* footer at bottom */
html, body {
    height: 100%;
}
.page_wrapper {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
}
.content_wrapper {
    display: table-row;
    height: 100%;
}
/*----------------------*/
svg.hidden{
    display: none;
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width : 600px !important; /* viewport */
}
@media(min-width: 769px){
    .container {
        max-width : 730px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(min-width: 1025px){
    .container {
        max-width : 990px !important;
    }
}
@media(min-width: 1200px){
    .container {
        max-width : 1140px !important;
    }
}
@media(min-width: 1480px){
    .container {
        max-width : 1400px !important;
    }
}

.btn{
    height: 70px;
    line-height: 66px;
    background : var(--wp--preset--color--brand-1);
    border: 3px solid var(--wp--preset--color--brand-1);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width : 250px;
    transition: all .2s linear;
}
.btn:hover{
    background : var(--wp--preset--color--brand-1-dark);
    border: 3px solid var(--wp--preset--color--brand-1-dark);
}

.wp-block-spacer{
    height: 80px !important;
}

header{
    position: relative;
    z-index: 10;
}


.header_usp {
    background: #DFDFDF;
    height: 40px;
}
.header_usp .item{
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}
.header_usp .icon{
    width : 14px;
    height: 11px;
    fill: var(--wp--preset--color--brand-2);
    margin-right: 4px;
}
.header_usp .flickity-viewport,
.header_usp .flickity-slider,
.header_usp .item{
    width : 100%;
    height: 100%;
}
.header_usp .flickity-slider {
    transform: none !important;
}
.header_usp .item {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    transform: none !important;
}
.header_usp .item.is-selected {
    opacity: 1;
    z-index: 0
}
.header_usp .container:after {
    content: 'flickity';
    display: none; /* hide :after */
}
@media(min-width: 601px) {
    .header_usp .item {
        font-size : 14px;
    }
}
@media ( min-width: 1025px ) {
    .header_usp .container:after {
        content: '';
    }
    .header_usp .item {
        opacity: 1;
        z-index: 1;
        width: auto;
    }
}




.header_menu .contact_btn{
    height: 50px;
    line-height: 46px;
    width : auto;
    padding: 0 30px;
    margin-left: 25px;
}
header .header_right{
    display: flex;
    height: 100%;
    align-items: center;
}
header .top_line{
    background : #F4F6F7;
    height : 30px;
}
header .top_line .phone{
    font-size: 20px;
    font-weight: 700;
}
header .top_line .directions{
    color: var(--wp--preset--color--brand-1);
    font-weight: 400;
}
header .container{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
    align-items: center;
}
header .logo{
    max-width: 100px;
    display: flex;
    z-index: 100;
    position: relative;
}
header .logo.invert {
    filter: invert(1);
    opacity: 1;
}
header .logo img{
    max-width: 100%;
    /* min-width: 120px; */
    height: 130px;
    width: auto;
    margin: 10px 30px 10px 0;
}

header .menu{
    height: 100%;
}
header .menu a{
    color: #000;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s linear;
}
header .menu a:hover{
    color: rgba(256, 256, 256, .8);
}
header .burger-wrap {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    width: 50px;
    padding: 5px 0 5px;
    margin-left: 20px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 4;
    background: #1f1f1f;
    transition: background 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    margin-top: 23px;
}
header .burger {
    display: block;
    width: 22px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
}
header .burger span {
    visibility: visible;
    opacity: 1;
    height: 2px;
    background: white;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    position: absolute;
    transition: all 0.35s ease-in-out;
}
header .burger:before, header .burger:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: white;
    left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
header .burger.opened span {
    visibility : hidden;
    opacity    : 0;
    width      : 0;
    left       : 50%;
}
header .burger:before {
    top : 0;
}
header .burger:after {
    bottom : 0;
}
header .burger.opened:before {
    top               : calc(50% - 1px);
    -webkit-transform : rotate(225deg);
    transform         : rotate(225deg);
}
header .burger.opened:after {
    bottom            : calc(50% - 1px);
    -webkit-transform : rotate(-225deg);
    transform         : rotate(-225deg);
}
.header_menu .container > div{
    width : 100%;
}
header .menu_wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}
header .menu_wrap .sub-menu{
    display: none;
    height: auto;
    padding-left: 30px;
    margin-top: 15px;
}
header .menu_wrap .sub-menu.showed{
    display: block;
}
header .menu_wrap ul li{
    padding: 15px 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    text-align: left;
}
header .menu_wrap ul li + li{
    border-top: 1px solid #ffffff9c;
}
header .menu_wrap.active ul li{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
header .menu_wrap.active ul li:nth-child(1) {
    transition-delay: 0.15s;
}
header .menu_wrap.active ul li:nth-child(2) {
    transition-delay: 0.3s;
}
header .menu_wrap.active ul li:nth-child(3) {
    transition-delay: 0.45s;
}
header .menu_wrap.active ul li:nth-child(4) {
    transition-delay: 0.6s;
}
header .menu_wrap.active ul li:nth-child(5) {
    transition-delay: 0.75s;
}
header .menu_wrap.active ul li:nth-child(6) {
    transition-delay: 0.9s;
}
header .menu_wrap.active ul li:nth-child(7) {
    transition-delay: 1.05s;
}
header .menu_wrap.active ul li:nth-child(8) {
    transition-delay: 1.2s;
}
header .menu_wrap.active ul li:nth-child(9) {
    transition-delay: 1.35s;
}
header .menu_wrap .menu-main-menu-container{
    display: block;
    height: calc(100% - 230px);
    max-width: 1400px;
    width: 100%;
    margin: 110px auto 0;
    position: relative;
    z-index: 10000;
}
header .menu_wrap{
    top: 0;
    position: fixed;
    z-index: 3;
    background: #96a281;
    left: 0;
    width : 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    padding-top: 160px;
    padding-bottom: 20px;
    overflow-y: auto;
}
header .menu_wrap .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -3;
    display: none;
}
header .menu_wrap.active .bg{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 1;
    display: block;
}
header .menu_wrap.active{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
header .menu_wrap.active + .burger-wrap{
    background: #fff;
}
header .menu_wrap.active + .burger-wrap .burger:before,
header .menu_wrap.active + .burger-wrap .burger:after{
    background : #96a281;
}
header .open_submenu {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    right: 0;
    top: 10px;
}
header .open_submenu:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-right: 2px solid var(--wp--preset--color--brand-1);
    border-bottom: 2px solid var(--wp--preset--color--brand-1);
    right: 10px;
    transform: rotate(45deg);
    top: 6px;
}

header .contact_info{
    padding-top: 20px;
    border-top: 1px solid var(--wp--preset--color--brand-1);
}
header .contact_info .container{
    flex-direction: column;
}
header .contact_info .address,
header .contact_info .email,
header .contact_info .phone {
    display: flex;
    font-family: "Chakra Petch";
    font-size: 20px;
    margin: 10px 0;
}
header .contact_info .icon{
    fill: var(--wp--preset--color--brand-1);
    width: 15px;
    min-width: 15px;
    margin-right: 8px;
    height: 15px;
    margin-top: 5px;
}

header .btn{
    position: absolute;
    top: 61px;
    height: 50px;
    font-size: 16px;
    line-height: 44px;
    padding: 0 15px;
    right: 100px;
    width: auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateX(210px);
    transition: all .2s linear;
}

header .btn.show{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

header .header_links.mobile{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--wp--preset--color--brand-1);
}
header .header_links.mobile .container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
header .header_links.mobile a{
    display: block;
    font-size: 20px;
    line-height: 34px;
    margin: 5px 0;
}

header .mobile_search_icon{
    width: 50px;
    height: 50px;
    background: url(img/svg/search.svg) center / 70px no-repeat;
    margin-top: 23px;
}
header .searchform{
    position: absolute;
    left: 0;
    width: 100%;
    top: 171px;
    height: 60px;
    display: flex;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    padding: 13px 24px;
    transition: all .2s linear;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
header .searchform.hidden{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
header .searchform input[type="text"]{
    border: none;
    background: none;
    font-size: 18px;
    height: 30px;
    padding: 0;
    width : 100%;
}
header .searchsubmit {
    border: none;
    width: 30px;
    height: 30px;
    background: url(img/svg/search.svg) center no-repeat;
}
header .searchform:after {
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: var(--wp--preset--color--brand-1);
}
header .hide_on_mobile{
    display: none;
}


.error404_content{
    text-align: center;
    padding: 40px 0 80px;
}
.error404_content h1{
    margin-top: 0;
}

.wc-block-grid.has-4-columns .wc-block-grid__products,
.wc-block-grid.has-3-columns .wc-block-grid__products {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wc-block-grid.has-4-columns .wc-block-grid__product ,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    max-width : 100%;
    height    : 100%;
}
.page-template-tpl-page-with-sidebar .wc-block-grid__products .product_wrap{
    box-shadow: 0 0 20px #00000012;
}
.wc-block-grid__products .product_wrap{
    background: #fff;
    padding-bottom: 0 !important;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.wc-block-grid__product-add-to-cart.wp-block-button{
    margin: 10px 0 0 !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button a{
    display: block !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.wc-block-grid__products .wc-block-grid__product-onsale{
    position: absolute;
    right: 10px;
    top: -5px;
    background: var(--wp--preset--color--brand-2);
    color: #fff;
    font: 700 24px 'Chakra Petch';
    width: 40px;
    height: 50px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-block-grid__products .wc-block-grid__product-onsale:before{
    content: '%';
}
.wc-block-grid__products .wc-block-grid__product-onsale span{
    display: none;
}
.wc-block-grid__products .product-title .wc-block-grid__product-title{
    font: 600 16px 'Chakra Petch';
    color: #141D29;
    margin: 20px;
}
.wc-block-grid__products .wc-block-grid__product-price{
    display: flex;
    flex-direction: column-reverse;
    margin: 0 20px;
}
.wc-block-grid__products .wc-block-grid__product-price ins{
    color: var(--wp--preset--color--brand-1);
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    width: 100%;
}
@media(min-width: 769px){
}
@media(min-width: 1025px){
    .wc-block-grid.has-4-columns .wc-block-grid__products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .wc-block-grid.has-3-columns .wc-block-grid__products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* Search results */
.search_page{
    padding-bottom: 80px;
}
.search-results h1{
    margin-top: 80px;
}
.result_section{
    margin: 40px 0;
}
.result_section h4{
    margin: 0 0 10px;
    font-size: 24px;
}
.result_section > div{
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #D9D8D6;
    overflow: auto;
}
.result_section > div > a{
    display: flex;
    align-items: center;
}
.result_section .thumb_wrap{
    min-width: 80px;
    width: 80px;
    height: 90px;
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_section .thumb_wrap img{
    width : 90%;
    height: 90%;
    object-fit: contain;
    aspect-ratio: 1;
}
.result_section a h2{
    font-size: 20px;
    margin-bottom: 5px;
    transition: all .2s linear;
    margin-top: 0;
}
.result_section a:hover h2{
    color: var(--wp--preset--color--brand-1-dark);
}
.result_section a .short_descr{
    line-height: 1.375;
    transition: all .2s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_section a .product_description_wrap{

}
.result_section a:hover .short_descr{
    color:var(--wp--preset--color--brand-1-dark);
}

.taxonomy-description a,
.bottom_term_description a{
    color: var(--wp--preset--color--brand-2);
    text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce div.product .product_title {
    font-size: 30px;
}
.woocommerce span.onsale{
    min-width: auto;
    min-height: auto;
    top: -5px;
    left: calc(100% - 60px);
    background: var(--wp--preset--color--brand-2);
    color: #fff;
    font: 700 28px 'Chakra Petch';
    width: 50px;
    height: 60px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .acoplw-badge-icon{
    top: -3px !important;
    right: -3px !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
    color:var(--wp--preset--color--brand-1);
    text-decoration: none;
    font-size: 40px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: rgb(149 148 148 / 80%);
    display: flex;
    flex-direction: column;
}
.woocommerce div.product form.cart .button{
    background-color: var(--wp--preset--color--brand-1);
    border-radius: 0px;
    border-width: 0;
    color: var(--wp--preset--color--white);
    font-family: inherit;
    font-size: inherit;
    line-height: 50px;
    padding: 0 calc(1.333em + 2px);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s linear;
}
.woocommerce div.product form.cart .button:hover{
    background-color: var(--wp--preset--color--brand-1-dark);
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 0 0 0 10px;
    border-radius: 0;
    line-height: 48px;
    border: 1px solid rgb(149 148 148 / 70%) !important;
}
header .searchform input[type="text"]::placeholder{
    color: rgb(149 148 148 / 70%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid rgb(149 148 148 / 70%);
    background-color: #ebe9eb;
    color: #000;
    border-radius: 0;
    margin: 0 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: none;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid rgb(149 148 148 / 70%);
}
.woocommerce-tabs{
    padding: 40px 0;
}
.woocommerce-tabs h2{
    font-size: 26px;
    margin: 0 0 20px;
}
.woocommerce table.shop_attributes{
    border-top: 1px solid rgba(0,0,0,.1);
    border-spacing: 0;
}
.woocommerce table.shop_attributes th {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes td {
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes td p{
    font-size: 15px;
    padding: 0;
}
.related.products{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: var(--wp--preset--color--light-grey);
    padding-bottom: 20px;
}
.products.columns-4{
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
}
.products.columns-4 li,
.products.columns-3 li{
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce ul.products li.product a {
    box-shadow: 0 0 20px #00000012;
}
.woocommerce ul.products li.product a {
    position: relative;
    display: block;
    background: #fff;
}
.products.columns-4 li span.onsale,
.products.columns-3 li span.onsale{
    width: 40px;
    height: 50px;
    margin: 0 !important;
    top: -5px !important;
    right: 10px !important;
}
.woocommerce ul.products li.product .price ins{
    display: flex !important;
    flex-direction: row;
    font-size: 24px;
    color: var(--wp--preset--color--brand-1);
    text-decoration: none;
}
.woocommerce ul.products li.product .price ins:after {
    content: "per m2 (incl. BTW)";
    font-size: 11px;
    color: var(--wp--preset--color--brand-2);
    margin: 3px 0 0 10px;
    display: block;
    top: -10px;
    font-weight: 400;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering{
    margin: 40px 0 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 {
    margin: 20px;
    padding: 0;
}
.single-product ul.products li.product .woocommerce-loop-product__title{
    margin: 0 !important;
    padding: 0 20px 20px !important;
}
.woocommerce ul.products li.product .button{
    background-color: var(--wp--preset--color--brand-1);
    border-radius: 0px;
    border-width: 0;
    color: var(--wp--preset--color--white);
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
    margin: 0 !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin : 0 -8px 60px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.woocommerce .products ul:before,
.woocommerce ul.products:before,
.woocommerce .products ul:after,
.woocommerce ul.products:after{
    display: none;
}
.woocommerce ul.products li.product .price{
    display: flex;
    flex-direction: column-reverse;
    margin: 0 20px;
    padding-bottom: 10px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.wc-block-grid__products .wc-block-grid__product-price ins{
    display: flex !important;
    flex-direction: row;
    font-size: 24px;
    font-weight: 600;
}

.wc-block-grid__products .wc-block-grid__product-price ins:after,
.woocommerce div.product p.price ins:after,
.woocommerce div.product span.price ins:after{
    content: "per m2 (incl. BTW)";
    font-size: 11px;
    color: var(--wp--preset--color--brand-2);
    margin: 3px 0 0 10px;
    display: block;
    top: -10px;
    font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.wc-block-grid__products .wc-block-grid__product-price del{
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}
.woocommerce div.product form.cart div.quantity {
    display: none;
}
@media(min-width: 1025px){
    .woocommerce .products ul,
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .woocommerce .products ul,
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media(min-width: 769px){
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 280px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: calc(100% - 320px);
    }
    .woocommerce span.onsale {
        left       : 220px;
    }
}
@media(min-width: 1025px){
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 400px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: calc(100% - 480px);
    }
    .woocommerce span.onsale {
        left       : 330px;
    }
}

.phone_icon{
    padding-left: 27px;
    background: url(img/svg/phone_icon.svg) center left no-repeat;
}
.mail_icon{
    padding-left: 27px;
    background: url(img/svg/mail_icon.svg) center left no-repeat;
}
.address_icon{
    padding-left: 27px;
    background: url(img/svg/address_icon.svg) left 4px no-repeat;
}
.sidebar_page_content{
    display: flex;
    flex-direction: column-reverse;
}
.sidebar_page_content .page_content{
    margin-bottom: 80px;
    width: 100%;
}
.sidebar{
    float: left;
    padding: 20px 20px 40px;
    background-color: var(--wp--preset--color--light-grey) !important;
    margin-bottom: 60px;
    width: 100%;
}
.sidebar hr{
    height: 2px;
    border: none;
    background: var(--wp--preset--color--brand-2);
    margin: 20px 0 30px;
}
.breadcrumbs {
    margin: 30px 0 40px;
    color: var(--wp--preset--color--brand-2);
}
.breadcrumbs a {
    color: var(--wp--preset--color--brand-2);
}
.sidebar h4{
    font-size: 24px;
    margin: 10px 0;
}
.sidebar .usp{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sidebar .usp li{
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    margin: 10px 0;
}
.sidebar .usp li svg{
    width: 14px;
    height: 11px;
    fill: var(--wp--preset--color--brand-2);
    margin-right: 4px;
}
.sidebar .brands_items{
    margin: 0 -5px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 15px;
}
.sidebar .brands_items .item{
    margin: 5px;
    display: flex;
    align-items: center;
}
.sidebar .brands_items .item img{
    width : 100%;
    height: auto;
    display: block;
}
.sidebar .btn {
    width: 150px;
    height: 40px;
    font-size: 16px;
    margin: 35px 0;
    line-height: 34px;
    text-align: center;
    position: relative;
    display: block;
    text-transform: inherit;
}
.sidebar .text{
    font-family: 'Chakra Petch';
}
.sidebar .phone{
    font-family: 'Chakra Petch';
    font-size: 20px;
    padding-left: 24px;
    background: url(img/svg/sidebar_phone.svg) center left no-repeat;
    margin-top: 35px;
    display: block;
}
.page-template-tpl-page-with-sidebar .page_content a{
    color: var(--wp--preset--color--brand-2);
}
.page-template-tpl-page-with-sidebar .page_content .has-text-color a{
    color: inherit;
}
.page-template-tpl-page-with-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
    color: #fff;
}
.page-template-tpl-page-with-sidebar .page_content a:hover{
    text-decoration: underline;
}
@media(min-width: 1025px){
    .sidebar_page_content{
        flex-direction: row;
    }
    .sidebar{
        min-width : 320px;
        max-width: 320px;
        margin-right: 30px;
    }
}
@media(min-width: 1200px){
    .sidebar{
        margin-right: 60px;
    }
}




.custom_heading_wrap{
    text-align: center;
    display: flex;
    padding: 0 0 60px;
    align-items: center;
}
.custom_heading_wrap:before,
.custom_heading_wrap:after{
    content: '';
    height: 2px;
    width : 100%;
    background : var(--wp--preset--color--brand-1);
}
.custom_heading_wrap:before{
    margin-right: 5px;
}
.custom_heading_wrap:after{
    margin-left: 5px;
}
.custom_heading_wrap .wp-block-heading{
    font-size: 36px;
    white-space: nowrap !important;
    margin: 0;
}

@media (min-width: 767px){
    .custom_heading_wrap:before{
        margin-right: 25px;
    }
    .custom_heading_wrap:after{
        margin-left: 25px;
    }
    .custom_heading_wrap .wp-block-heading {
        font-size: 40px;
    }
}

div.wpforms-container-full{
    margin-bottom: 0 !important;
}
.wpforms-container .wpforms-form .wpforms-field-label{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.wpforms-container .wpforms-form input,
.wpforms-container .wpforms-form textarea,
.wpforms-container .wpforms-form select,
.wpforms-container .wpforms-form .wpforms-field-label-inline{
    font-size: 14px !important;
    border-radius: 0 !important;
    max-width: 580px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul{
    margin-top: 10px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error{
    margin-top: 5px;
}
.wpforms-container .wpforms-form button{
    width : 100%;
    background: var(--wp--preset--color--brand-2);
    border-radius: 0 !important;
    max-width: 580px;
}

.homepage_brands{
    margin: 60px 0;
}
.homepage_brands .flickity-slider{
    height: 100px;

}
.homepage_brands .item{
    height: 100px;
    width: 100px;
    margin: 0 20px;
}
.homepage_brands img{
    height: 100%;
    width : auto;
    object-fit: contain;
}

.post-template-default .content_wrap.container{
    padding-bottom: 80px;
    padding-top: 40px;
}
.post-template-default.single.single-post .breadcrumbs{
    display: none;
}

.wp-block-image.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin-left: 0;
    margin-right: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
    float: right;
    margin-right: 0;
    margin-left: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.single-post .content_wrap p a{
    color: var(--wp--preset--color--brand-2);
}
.container.gutenberg{
    margin: 0 auto;
}
.wp-block-spacer.spacer_40{
    height: 40px !important;
}

@media (max-width: 680px){
    .single-post .content_wrap .wp-block-image,
    .mobile_full_width.wp-block-image {
        width : 100% !important;
        float: none !important;
        margin: 30px 0 !important;
    }
    .single-post .content_wrap .wp-block-image img,
    .mobile_full_width.wp-block-image img{
        width : 100% !important;
    }
}

