﻿/*
Theme Name: Locsolócsövek - Budvill Kft.
Theme URI: https://budvill.hu
Description: A Locsolócsövek - Budvill Kft. weboldal alapértelmeeztt sablonja
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
flex-wrap: wrap;
text-decoration: none; 
}

@font-face { 
	font-family: 'Avenir'; 
	src: url("fonts/avenir-regular.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Avenir'; 
	src: url("fonts/avenir-italic.woff2") format('woff2');
	font-weight: 400; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Avenir'; 
	src: url("fonts/avenir-demi.woff2") format('woff2');
	font-weight: 500; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Avenir'; 
	src: url("fonts/avenir-bold.woff2") format('woff2');
	font-weight: 700; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Avenir'; 
	src: url("fonts/avenir-bolditalic.woff2") format('woff2');
	font-weight: 700; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-dark: #000000;
	--color-green: #22574d;
	--color-dark-green: #1b3530;
	--color-silver: #f5f0f0;
	--color-orange: #ff722b;
	--color-red: #ec1000;
	--color-pink: #fff6f5;
}

body { max-width: 2000px; margin: auto; font-family: 'Avenir', sans-serif; font-size: 20px; font-weight: 400; color: var(--color-dark); line-height: 30px; background: #666666; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden !important; }

textarea, input, select, button { font-family: 'Avenir', sans-serif; font-size: 16px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }
img.aligncenter { margin: 0 auto 20px auto; display: block; }

hr { width: 100%; margin: 20px 0; border-top: 3px solid var(--color-silver); }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_900 { max-width: 900px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.hide { display: none !important; }
.red { color: var(--color-red); }

.center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* Animation */
.anim, :before, :after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 56px; padding: 0 30px; font-size: 15px !important; font-weight: 500; text-decoration: none !important; text-transform: uppercase; color: white !important; line-height: 20px; background: var(--color-orange); display: inline-flex; align-content: center; justify-content: center; cursor: pointer; transition: all 0.2s ease-out; }
.button:hover { color: white !important; background-color: var(--color-dark-green); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: white !important; background-color: #ccc !important; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #ddd; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked, 
input[type="checkbox"]:checked { border-color: var(--color-green); }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: var(--color-red); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 100%; height: 100%; left: 0; top: 0; text-align: center; color: white; background: var(--color-green); display: flex; justify-content: center; align-items: center; position: relative; content: '✓'; }

#website { max-width: 1800px; min-height: 100vh; margin: auto; background: white; /*display: flex; flex-direction: column;*/ }


/*
------------------
	NAVIGATION
------------------
*/
#rwd_menu { left: 0; top: 80px; right: 0; bottom: 0; background: var(--color-dark-green); position: fixed; z-index: 1000; visibility: hidden; opacity: 0%; }
#rwd_menu .rwd_menu_wrap { left: 20px; top: 20px; right: 20px; bottom: 20px; padding: 50px; background: var(--color-green); position: absolute; z-index: 1000; }
#rwd_menu label { font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--color-green); }

/* Contact */
#rwd_menu .contacts_wrap { margin-bottom: 50px; padding-top: 20px; border-top: 1px solid var(--color-green); }
#rwd_menu .contacts_wrap .button { width: 100%; }

/* Primary Menu */
#rwd_menu ul.menu { list-style: none; }
#rwd_menu ul.menu li:last-child { margin-bottom: 0 !important; }
#rwd_menu ul.menu li a { font-size: 18px; text-decoration: none; color: white; line-height: 100%; }
#rwd_menu ul.menu li a:hover { text-decoration: underline; text-decoration-thickness: 2px; }

/* Primary Menu */
#rwd_menu ul.menu.primary_menu li { margin-bottom: 10px; }
#rwd_menu ul.menu.primary_menu li a { font-size: 40px; }

/* RWD menu is opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }

/*
--------------
	HEADER
--------------
*/
#header { height: 120px; background: var(--color-green); position: relative; } 
#header:after { width: calc((100% - 1280px) /2); height: 100%; right: 0; top: 0; background: var(--color-orange); position: absolute; content: ''; } 
#header .header_wrap { height: 100%; position: relative; } 

/* Menu */
#header ul.menu { left: 25%; top: 50%; display: flex; align-items: center; position: absolute; list-style: none; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header ul.menu li { margin-right: 30px; }
#header ul.menu li a { font-size: 15px; font-weight: 500; text-transform: uppercase; text-decoration: none !important; color: white; }
#header ul.menu li a:hover { text-decoration: underline !important; }

/* Logo */
#header .logo { width: fit-content; left: 0; top: 50%; display: flex; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header .logo img { display: block; }

/* Order button */
#header .order_button_wrap { height: 100%; padding-left: 50px; right: 0; top: 0; font-size: 15px; font-weight: 500; text-transform: uppercase; color: white; background: var(--color-orange); display: flex; align-items: center; position: absolute; }
#header .order_button_wrap a { font-size: 15px; font-weight: 500; text-transform: uppercase; text-decoration: none !important; color: white; }
#header .order_button_wrap a:hover { text-decoration: underline !important; }

/* RWD button */
#header .rwd_button { width: 80px; height: 80px; right: 0; top: 0; background: var(--color-orange); position: absolute; cursor: pointer; }
#header .rwd_button .burg { width: 40px; top: calc(50% - 2px); left: 20px; position: absolute; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 40px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: calc(50% - 4px); left: 0; }
#header .rwd_button .burg:after { top: calc(50% + 4px); right: 0; }

body.rwd_menu__opened #header .rwd_button .burg:before { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Fixed Header */
/*
body.fixed_header #header { left: 50px; right: 50px; background: white; position: fixed; z-index: 100; border-radius: 0 0 30px 30px; box-shadow: 0 0 20px rgba(0 0 0 / 10%); -webkit-animation: header_down 1s infinite; animation: header_down 1s infinite; animation-iteration-count: 1; }
*/
/* Keyframes */
@-webkit-keyframes header_down {
	from { top: -70px; }
	to { top: 0; }
}
@keyframes header_down {
	from { top: -70px; }
	to { top: 0; }
}


/*
-------------
	SLIDE
-------------
*/
.custom-slide-block { min-height: 100px; background: var(--color-green) url(images/bgr-slide.png) left bottom / auto no-repeat; }
.custom-slide-block .slide-inner { position: relative; }
.custom-slide-block .slide-inner:after { width: calc(((100% - 1280px) /2) + (1280px * 0.75)); height: 56px; left: 0; bottom: 0; background: white; position: absolute; content: ''; z-index: 0; }

.custom-slide-block .slide-inner .slide-content { width: 50%; height: 100%; padding-left: calc((100% - 1280px) /2); padding-bottom: 56px; color: white; display: flex; align-items: center; align-content: center; position: absolute; z-index: 2; }
.custom-slide-block .slide-inner .slide-content h1 { margin: 20px 0; font-size: 3rem; font-weight: 500; line-height: 3.5rem; }

.custom-slide-block .slide-inner .anchor-link { width: 56px; height: 56px; left: calc(((100% - 1280px) /2) + (1280px * 0.25) - 56px); bottom: 0; text-decoration: none !important; color: white; background: var(--color-orange); display: flex; align-items: center; justify-content: center; position: absolute; z-index: 3; }

.custom-slide-block .slide-inner .slide-image { width: calc(calc(1280px * 0.75) + ((100% - 1280px) / 2)); max-height: 700px; margin-left: auto; margin-right: 0; background: left top / cover no-repeat; position: relative; z-index: 1; }
.custom-slide-block .slide-inner .slide-image:before { padding-top: 60%; display: block; content: ''; }
.custom-slide-block .slide-inner .slide-image::after { width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(to right, rgba(27,53,48,0.9) 0%, rgba(27,53,48,0) 100%); position: absolute; content: ''; pointer-events: none; z-index: 1; }
.custom-slide-block .slide-inner .slide-image img { display: none; }


/*
----------------
	ABOUT US
----------------
*/
.aboutus { justify-content: center; }
.aboutus h4 { margin-bottom: 20px; margin-block-end: 20px !important; font-size: 15px; font-weight: 500; text-transform: uppercase; color: var(--color-green); line-height: 20px; }
.aboutus > .inner { flex-basis: 1280px; padding-top: 100px; padding-bottom: 100px; border-bottom: 10px solid var(--color-silver); }
.aboutus > .inner > .wp-block-columns { gap: 0 !important; }
.aboutus > .inner > .wp-block-columns > div { flex-basis: auto; }
.aboutus > .inner > .wp-block-columns > div:nth-child(1) { width: 25%; }
.aboutus > .inner > .wp-block-columns > div:nth-child(2) { width: 75%; }


/*
--------------------
	OUR PRODUCTS
--------------------
*/
.our_products { justify-content: center; }
.our_products h2 { font-size: 50px; font-weight: 500; color: var(--color-green); line-height: 100%; }
.our_products .inner { padding-top: 100px ; padding-bottom: 100px; flex-basis: 1280px; }
.our_products .our_products_header.wp-block-columns { margin-bottom: 50px; }
.our_products .our_products_header.wp-block-columns .wp-block-column:nth-child(2) { display: flex; align-items: center; justify-content: flex-end; }

ul.products { margin-left: -20px !important; margin-right: -20px; list-style: none !important; display: flex; }
ul.products li { width: calc(33.3333333333% - 40px); margin: 70px 20px 0; }
ul.products li:nth-child(-n+3) { margin-top: 0; }
ul.products li .thumbnail { display: block; }
ul.products li .thumbnail img { width: 100%; height: auto; display: block; }

ul.products li .entry .title_price_wrap { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; }
ul.products li .entry .title_price_wrap h3 { margin-bottom: 5px !important; }
ul.products li .entry .title_price_wrap h3 a { font-size: 25px; font-weight: 500; text-decoration: none !important; color: var(--color-dark-green); line-height: 100%; }
ul.products li .entry .title_price_wrap .price { font-size: 16px; font-weight: 500; color: var(--color-dark-green); line-height: 100%; }
ul.products li .entry .title_price_wrap .length { width: 100%; font-size: 14px; display: block; }

ul.products li .entry .form_wrap { padding-top: 20px; border-top: 2px solid var(--color-silver); }
ul.products li .entry .form_wrap form { display: flex; }
ul.products li .entry .form_wrap form input[type="number"] { width: 70px; height: 40px; text-align: center; border: 2px solid var(--color-silver); }
ul.products li .entry .form_wrap form button[type="submit"] { height: 40px; padding: 0 20px; font-size: 15px; font-weight: 500; text-transform: uppercase; color: white; background: var(--color-orange); cursor: pointer; }
ul.products li .entry .form_wrap form button[type="submit"]:hover { background: var(--color-dark); }
ul.products li .entry .form_wrap form .quantity_label { width: fit-content; height: 40px; margin: 0 10px 0 0; font-size: 16px; font-weight: 500; display: flex; align-items: center; }


/*
-----------
	USP
-----------
*/
.usp { padding: 70px 0; background: var(--color-silver); justify-content: center; }
.usp .usp_wrap.wp-block-columns { gap: 0; }
.usp .usp_wrap.wp-block-columns > .wp-block-column { padding: 0 20px 0 40px; font-size: 18px; font-weight: 500; color: var(--color-green); line-height: 25px; background: transparent url(images/icon_check_green.svg) no-repeat left 1px / auto 20px; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
.rank-math-breadcrumb { margin-bottom: 10px; font-size: 14px; font-weight: 700; line-height: 20px; }
.rank-math-breadcrumb p { margin-bottom: 0 !important; }
.rank-math-breadcrumb a { font-weight: normal; color: var(--color-dark-green) !important; }


/*
---------------
	CONTENT
---------------
*/
body.fixed_header #container { padding-top: 100px; }

#content { padding: 30px 0; }
body.home #content { padding: 0; }
body.page-template-contact #content { padding-bottom: 0; }

.main { display: flex; justify-content: center; }
.main > div { flex-basis: 1280px; }

.main h1 { margin-bottom: 30px; font-size: 50px; color: var(--color-green) !important; line-height: 100%; }
.main h2 { margin-bottom: 30px; font-size: 40px; color: var(--color-dark) !important; line-height: 100%; }
.main h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-green) !important; line-height: 100%; }

.main a { text-decoration: underline; color: var(--color-green); }
.main a:hover { color: var(--color-dark); }

.main img { max-width: 100%; height: auto; }
.main p { margin-bottom: 20px; }
.main p.notice { padding: 20px; color: #000000; border: 1px solid var(--color-silver); border-radius: 3px; }
.main p.notice.error { background: var(--color-pink); border-color: var(--color-red); }

.main ul { margin-bottom: 20px; margin-left: 30px; }
.main ol { margin-bottom: 20px; margin-left: 30px; }

.main table { margin-bottom: 20px; }

iframe { width: 100%; display: block; }

.single_product_form_wrap { }
.single_product_form_wrap form { padding: 30px; background: var(--color-silver); display: flex; }
.single_product_form_wrap form input[type="number"] { width: 70px; height: 40px; text-align: center; border: 2px solid rgba(0 0 0 / 10%); }
.single_product_form_wrap form button[type="submit"] { height: 40px; padding: 0 20px; font-size: 15px; font-weight: 500; text-transform: uppercase; color: white; background: var(--color-orange); cursor: pointer; }
.single_product_form_wrap form button[type="submit"]:hover { background: var(--color-dark); }
.single_product_form_wrap form .quantity_label { width: fit-content; height: 40px; margin: 0 10px 0 0; font-size: 16px; font-weight: 500; display: flex; align-items: center; }

/* Releated products */
.main .releated_products { margin-top: 50px; padding-top: 50px; border-top: 10px solid var(--color-silver); }

/* Cart */
.custom-cart-list .cart-row { font-size: 16px; border-bottom: 2px solid var(--color-silver); display: flex; align-items: center; }
.custom-cart-list .cart-row > div { padding: 10px 0; }
.custom-cart-list .cart-row .product-title { font-weight: 700; flex: 1; }
.custom-cart-list .cart-row .product-quantity { width: 130px; display: flex; align-items: center; align-content: center; }
.custom-cart-list .cart-row .product-quantity form { display: flex; align-items: center; justify-content: start; }
.custom-cart-list .cart-row .product-quantity input[type="number"] { width: 70px; height: 40px; text-align: center; border: 2px solid var(--color-silver); }
.custom-cart-list .cart-row .product-quantity button.update_cart { width: 40px; height: 40px; margin-left: 2px; font-size: ; background: transparent url(images/icon_refresh_green.svg) no-repeat center / auto 20px; cursor: pointer; opacity: 0%; pointer-events: none; transition: opacity 0.3s ease; }
.custom-cart-list .cart-row .product-quantity button.update_cart.visible  { opacity: 100%; pointer-events: auto; }

.custom-cart-list .cart-row .product-price { width: 150px; text-align: center; }

.custom-cart-list .cart-row .product-remove { width: 50px; text-align: right; }
.custom-cart-list .cart-row .product-remove button { width: 30px; height: 30px; font-size: 14px; font-weight: 500; text-transform: uppercase; color: white; background: var(--color-red) url(images/icon_trash_white.svg) no-repeat center / auto 14px; cursor: pointer; }
.custom-cart-list .cart-row .product-remove button:hover { background-color: var(--color-dark); }

.total_price_wrap { margin-bottom: 30px; padding: 20px; background: var(--color-silver); display: flex; align-items: center; justify-content: end; }

button.clear_cart { height: 50px; padding: 0 20px; font-size: 15px !important; font-weight: 500; text-transform: uppercase; color: white; background: var(--color-red); cursor: pointer; }
button.clear_cart:hover { background: var(--color-dark); }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: var(--color-dark-green); }
#footer a { text-decoration: none !important; color: white; }
#footer a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }

/* Footer top */
#footer .footer_top { padding: 70px 0; }
#footer .footer_top .footer_top_wrap { display: flex; }
#footer .footer_top .page_menus_title { margin-bottom: 20px; font-size: 16px; font-weight: 500; text-transform: uppercase; color: var(--color-orange); line-height: 100%; }
#footer .footer_top .wrap_left { width: 25%; }
#footer .footer_top .wrap_left.contact { font-size: 16px; }
#footer .footer_top .wrap_center { width: 50%; }
#footer .footer_top .wrap_center ul.menu { display: flex; list-style: none; }
#footer .footer_top .wrap_center ul.menu li { width: 50%; margin-top: 10px; }
#footer .footer_top .wrap_center ul.menu li:nth-child(-n+2) { margin-top: 0; }
#footer .footer_top .wrap_center ul.menu li a { font-size: 22px; }

/* Footer bottom */
#footer .footer_bottom { padding: 40px 0; font-size: 16px; text-align: center; color: rgba(255 255 255 / 50%); border-top: 1px solid rgba(255 255 255 / 15%); }


/*
------------
	FORM
------------
*/
.form_row { width: 100%; margin-bottom: 10px; position: relative; }
.form_row.form_row_first { width: calc(50% - 10px); }
.form_row.form_row_last { width: calc(50% - 10px); }
.form_row.form_row_wide { width: 100%; }

.form_row p { margin-bottom: 0 !important; }
.form_row br { display: none !important; }

.form_row label { font-size: 14px; font-weight: 500; text-transform: uppercase; display: block; }
.form_row.form_custom_shipping .wpcf7-list-item label { font-size: 17px; text-transform: none; cursor: pointer; }

.form_row .wpcf7-list-item { margin: 0; position: relative; }
.form_row .wpcf7-list-item label { top: auto; padding-left: 35px; line-height: 20px; display: block; position: relative; }
.form_row .wpcf7-list-item input[type=checkbox] { left: 0; top: 1px; position: absolute; }

.form_row select, 
.form_row textarea, 
.form_row input[type=tel], 
.form_row input[type=text], 
.form_row input[type=email] { width: 100%; height: 50px; padding-left: 10px; font-size: 17px; background: var(--color-silver); border: 2px solid rgba(0 0 0 / 10%); }

.form_row select:focus, 
.form_row textarea:focus, 
.form_row input[type=tel]:focus, 
.form_row input[type=text]:focus, 
.form_row input[type=email]:focus { background: white; border-color: var(--color-dark); }

.form_row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.wpcf7 { margin-bottom: 30px; }
.wpcf7 h3 { width: 100%; }
.wpcf7 .wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7 .wpcf7-acceptance label { font-size: 17px; text-transform: none; cursor: pointer; }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1280px) { 

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* HEADER: Order button */
	#header .order_button_wrap { padding-right: 20px; }
	
	/* SLIDE */
	.custom-slide-block .slide-inner .slide-content { width: 60%; padding-left: 20px; }
}

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

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	.show_in_960_flex { display: flex !important; }
	
	/* WP BLOCK */
	.wp-block-columns { flex-wrap: wrap !important; }
	.wp-block-column { width: 100% !important; flex-basis: 100% !important; }
	
	/* DEFAULT */
	body { padding-top: 80px; }
	
	/* HEADER */
	#header { width: 100%; height: 80px; left: 0; top: 0; position: fixed; z-index: 100; } 
	
	/* HEADER: Logo */
	#header .logo img { }
	
	
	/* SLIDE */
	.custom-slide-block .slide-inner:after { display: none; }

	.custom-slide-block .slide-inner .slide-content { width: 100%; height: auto; padding: 30px 20px; position: relative; }
	.custom-slide-block .slide-inner .slide-content h1 { font-size: 6vw; line-height: 120%; }

	.custom-slide-block .slide-inner .anchor-link { left: 20px; }

	.custom-slide-block .slide-inner .slide-image { width: 100%; }
	.custom-slide-block .slide-inner .slide-image::after { display: none; }
	
	/* ABOUT US */
	.aboutus > .inner { padding-top: 50px; padding-bottom: 50px; }
	
	/* OUR PRODUCTS */
	.our_products h2 { font-size: 5vw; }
	.our_products .inner { padding-top: 50px ; padding-bottom: 50px; }
	.our_products .our_products_header.wp-block-columns .wp-block-column:nth-child(2) { justify-content: start; }
	
	ul.products { margin-left: -10px !important; margin-right: -10px; }
	ul.products li { width: calc(50% - 20px); margin: 50px 10px 0; }
	ul.products li:nth-child(3) { margin-top: 50px; }

	ul.products li .entry .title_price_wrap h3 a { font-size: 22px; }
	
	/* USP */
	.usp { padding: 50px 0; }
	.usp .usp_wrap.wp-block-columns > .wp-block-column { width: 50% !important; margin-top: 50px; flex-basis: 50% !important; }
	.usp .usp_wrap.wp-block-columns > .wp-block-column:nth-child(-n+2) { margin-top: 0; }
	
	/* CONTENT */
	.main h1 { font-size: 6vw; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
	#footer .footer_top .wrap_left { width: 100%; }
	#footer .footer_top .wrap_left.logo { margin-bottom: 50px; }
	#footer .footer_top .wrap_center { width: 100%; margin-bottom: 50px; }
	#footer .footer_top .wrap_center:last-child { margin-bottom: 0; }
}

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

	/* OUR PRODUCTS */
	.our_products h2 { font-size: 6vw; }
	
	ul.products { margin-left: 0 !important; margin-right: 0; }
	ul.products li { width: 100%; margin: 50px 0 0; }
	ul.products li:nth-child(2) { margin-top: 50px; }
	
	/* USP */
	.usp .usp_wrap.wp-block-columns > .wp-block-column { width: 100% !important; flex-basis: 100% !important; }
	.usp .usp_wrap.wp-block-columns > .wp-block-column:nth-child(2) { margin-top: 50px; }
	
	/* CART */
	.custom-cart-list .cart-row { border-bottom-width: 5px; }
	.custom-cart-list .cart-row > div { padding: 5px 0 5px 150px; position: relative; }
	.custom-cart-list .cart-row > div::before { left: 0; top: 10px; font-size: 15px !important; font-weight: 500; display: block; position: absolute; content: attr(data-title) ": "; }

	.custom-cart-list .cart-row .product-title { width: 100%; flex: none; }
	.custom-cart-list .cart-row .product-quantity { width: 100%; align-content: start; }
	.custom-cart-list .cart-row .product-price { width: 100%; text-align: left; }
	.custom-cart-list .cart-row .product-remove { width: 100%; text-align: left; }
	
	.total_price_wrap { justify-content: start; }

	/* CONTENT */
	.main h1 { font-size: 7vw; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .wrap_center ul.menu li { width: 100%; }
	#footer .footer_top .wrap_center ul.menu li:nth-child(2) { margin-top: 10px; }
	
	/* FORM */
	.form_row.form_row_first, 
	.form_row.form_row_last { width: 100%; }
	
	.wpcf7 .button { width: 100%; }
}

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

	/* NAVIGATION: Primary Menu */
	#rwd_menu .rwd_menu_wrap { padding: 40px; }
	#rwd_menu ul.menu.primary_menu li a { font-size: 30px; }

	/* CONTENT */
	.main h1 { font-size: 8vw; }
}
