/*
Theme Name: Kisbödön Bolt Hajdúszoboszló
Theme URI: https://kisbodonbolt.hu
Description: A Kisbödön Bolt Hajdúszoboszló weboldal alapértelmezett sablonja.
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
}
*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: 'Cormorant', serif; font-size: 22px; color: #11211a; line-height: 30px; background-color: #f8f7f3; }
body.rwd_menu__opened { overflow: hidden; }

li { list-style-type: none; }
h1, h2, h3, h4, h5 { font-weight: normal; }

button, input, select, textarea { font-family: 'Cormorant', serif; font-size: 20px; outline: none; }
select { height: 50px; }

img.alignleft, img.alignright, img.aligncenter { border: 5px solid #eee; }
img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }

hr { height: 30px; border-top: 3px solid #eae6e5; }

.left { float: left; }
.right { float: right; }
.clear, .related  { clear: both; }
.inner { max-width: 1280px; margin: auto; position: relative; }
.inner_800 { max-width: 800px; }
.hide { display: none !important; }
.p_20 { padding: 20px; }
.p_30 { padding: 30px; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.required, .red { color: #d91828; }
.wpf-hide { display: block !important; }

.button { height: 50px; padding: 0 30px; font-size: 17px; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 50px; background-color: #338732; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; cursor: pointer; display: inline-block; position: relative; -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; }
.button:hover { background-color: #11211a; }
.button:disabled { color: white !important; background-color: #ccc; }

.button.button_white { color: #11211a !important; background-color: white; }
.button.button_white:hover { color: white !important; background-color: #11211a; }

.button.button_has_icon { padding-left: 50px; position: relative; }
.button.button_has_icon:before { width: 30px; height: 30px; left: 10px; top: 50%; font-size: 15px; text-align: center; line-height: 12px; background: -moz-linear-gradient(top, rgba(0 0 0 / 50%) 0%, rgba(0 0 0 / 0%) 100%); background: -webkit-linear-gradient(top, rgba(0 0 0 / 50%) 0%,rgba(0 0 0 / 0%) 100%); background: linear-gradient(to bottom, rgba(0 0 0 / 50%) 0%,rgba(0 0 0 / 0%) 100%); position: absolute; content: ''; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.button.button_has_icon:after { width: 30px; height: 30px; left: 10px; top: 50%; background-repeat: no-repeat; background-position: center; background-size: auto 16px; content: ''; position: absolute; z-index: 2; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.button.button_has_icon.facebook { background-color: #1877f2; }
.button.button_has_icon.facebook:after { background-image: url(images/icon_facebook_white.svg); }

.button.button_small { height: 30px; padding: 0 20px 0 35px; font-size: 16px; line-height: 30px; }
.button.button_small:before { width: 16px; height: 16px; left: 7px; top: 7px; font-size: 15px; text-align: center; line-height: 12px; background: -moz-linear-gradient(top, rgba(0 0 0 / 50%) 0%, rgba(0 0 0 / 0%) 100%); background: -webkit-linear-gradient(top, rgba(0 0 0 / 50%) 0%,rgba(0 0 0 / 0%) 100%); background: linear-gradient(to bottom, rgba(0 0 0 / 50%) 0%,rgba(0 0 0 / 0%) 100%); position: absolute; content: '+'; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.button.button_small:hover:before { background: -moz-linear-gradient(top, rgba(60,60,60,1) 0%, rgba(60,60,60,0) 100%); background: -webkit-linear-gradient(top, rgba(60,60,60,1) 0%,rgba(60,60,60,0) 100%); background: linear-gradient(to bottom, rgba(60,60,60,1) 0%,rgba(60,60,60,0) 100%); }

.button_full { width: 100% !important; text-align: center; display: block; }

/* Font */
.center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* Animation */
.anim { -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); }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 20px; min-width: 20px; height: 20px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #d8d8d8; 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"]:not(ul.wpf_column_horizontal input):checked:before, 
input[type="checkbox"]:not(ul.wpf_column_horizontal input):checked:before { width: 100%; height: 100%; left: 0; top: 0; text-align: center; color: #0b531f; line-height: 18px; position: relative; display: block; content: '✓'; }


/*
-------------
	MODAL
-------------
*/
.fancybox-container .modal_added_to_cart h3 { margin-bottom: 20px; font-size: 30px; color: #0b531f; line-height: 1; }
.fancybox-container .modal_added_to_cart h3:before { left: 0; top: 0; font-size: 30px; position: absolute; }
.fancybox-container .modal_added_to_cart .thumbnail { width: 150px; height: 150px; padding: 4px; text-align: center; border: 1px solid #eae6e5; }
.fancybox-container .modal_added_to_cart .thumbnail img { max-width: 140px; max-height: 140px; }
.fancybox-container .modal_added_to_cart .datas { width: calc(100% - 150px); padding-top: 10px; padding-left: 20px; }
.fancybox-container .modal_added_to_cart .datas h4 { margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #3a3a3a; }
.fancybox-container .modal_added_to_cart .datas .price { margin-bottom: 15px; font-size: 20px; color: #8a817a; }
.fancybox-container .modal_added_to_cart .datas .price del { display: none; }


/*
-----------------------
	COOKIE LAW INFO
-----------------------
*/
#cookie-law-info-bar { width: 100% !important; max-width: 320px !important; padding: 20px !important; text-align: left !important; font-size: 14px !important; }
#cookie-law-info-bar span { display: block; }

#cookie-law-info-bar .cli_action_button { width: 100% !important; height: 40px !important; margin-left: 0 !important; margin-top: 10px; padding: 0 !important; font-size: 15px !important; font-weight: 700; text-transform: uppercase; text-align: center; line-height: 40px !important; background-color: #f46717 !important; display: block; }
#cookie-law-info-bar .cli_action_button:hover { opacity: 0.9; }

#cookie-law-info-bar .cli_settings_button { width: 100% !important; height: 40px !important; margin-left: 0 !important; padding: 0 !important; font-size: 15px !important; font-weight: 700; text-transform: uppercase; text-align: center; color: #333 !important; line-height: 40px !important; background-color: transparent !important; border: 1px solid #ddd !important; display: block; }
#cookie-law-info-bar .cli_settings_button:hover { border-color: #333 !important; }


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: 100%; left: -100%; top: 170px; bottom: 0; background: #11211a; position: fixed; z-index: 100; overflow: auto; }

/* Main menu */
#rwd_menu ul.main_menu { margin-bottom: 30px; }
#rwd_menu ul.main_menu li { border-bottom: 1px solid white; list-style: none; }

#rwd_menu ul.main_menu li a { padding: 25px 0 25px 20px; font-size: 19px; font-weight: 700; color: white; line-height: 1; letter-spacing: 1px; display: block; position: relative; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:before { width: 0; height: 100%; left: 0; top: 0; background: #338732; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children > a:after { width: 22px; height: 22px; right: 20px; top: 22px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a:before { width: 8px; }
#rwd_menu ul.main_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.main_menu li ul { background: white; display: none; }
#rwd_menu ul.main_menu li ul li { background: url(images/dot.png) repeat-x left bottom; border-bottom: none; }
#rwd_menu ul.main_menu li ul li:last-child { background: none; }
#rwd_menu ul.main_menu li ul li a { padding: 20px 0 20px 20px; font-size: 19px; color: #11211a; line-height: 20px; }
#rwd_menu ul.main_menu li ul li > a:after { width: 22px !important; height: 22px !important; top: 19px !important; }
#rwd_menu ul.main_menu li ul li.open > a:before { display: none; }

body.rwd_menu__opened #rwd_menu { left: 0; }


/*
---------------
	HEADER
---------------	
*/
#header { background: transparent; background: -moz-linear-gradient(top,  #f5bba6 0%, #f1f4ee 50%, #8ea692 100%); background: -webkit-linear-gradient(top,  #f5bba6 0%,#f1f4ee 50%,#8ea692 100%); background: linear-gradient(to bottom,  #f5bba6 0%,#f1f4ee 50%,#8ea692 100%); }

/* Header top */
#header .header_top { height: 40px; font-size: 20px; font-weight: 600; color: #000; line-height: 40px; background: url(images/dot.png) repeat-x left bottom; }
#header .header_top .inner { height: 100%; }

/* Header bottom */
#header .header_bottom { height: 150px; }
#header .header_bottom .inner { height: 100%; }

/* Search */
#header .header_bottom .aws-container { width: 100%; max-width: 300px; left: 0; top: 50%; border-bottom: 2px solid #000; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#header .header_bottom .aws-container .aws-search-field { font-size: 20px; color: #000; background: transparent !important; border: none !important; display: block; }
#header .header_bottom .aws-container .aws-form-btn { background: url(images/icon_submit.svg) no-repeat center; background-size: 18px auto; border: none !important; }
#header .header_bottom .aws-container .aws-form-btn span { display: none !important; }
#header .header_bottom .aws-container ::-webkit-input-placeholder { color: rgba(0 0 0 / 80%); }
#header .header_bottom .aws-container :-ms-input-placeholder { color: rgba(0 0 0 / 80%); }
#header .header_bottom .aws-container ::placeholder { color: rgba(0 0 0 / 80%); }

/* Logo */
#header .header_bottom .logo { left: 50%; top: 50%; display: inline-block; position: absolute; z-index: 2; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
#header .header_bottom .logo img { width: auto; height: 120px; display: block; }

/* Account */
#header .header_bottom .account { float: right; }
#header .header_bottom .account a { padding: 0 10px; font-size: 16px; font-weight: 600; color: #000; line-height: 20px; }
#header .header_bottom .account a:hover { text-decoration: underline; }
#header .header_bottom .account div:first-child { background: url(images/dot.png) repeat-x left bottom; }

/* Cart */
#header .header_bottom .ajax_cart { height: 30px; margin-left: 50px; padding-left: 40px; background: url(images/icon_cart.svg) no-repeat left center; background-size: auto 30px; float: right; position: relative; }
#header .header_bottom .ajax_cart .count { width: 22px; height: 22px; left: 20px; bottom: -10px; padding: 0 5px; font-size: 18px; text-align: center; color: white; line-height: 18px; background: #e31f24; position: absolute; -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; }
#header .header_bottom .ajax_cart .total { font-weight: 600; color: #000; }

/* Address */
#header .address { font-size: 20px; font-weight: 600; text-align: right; line-height: 20px; float: right; }
#header .address h4 { margin-bottom: 10px; font-size: 15px; font-weight: 600; letter-spacing: 3px; line-height: 1; }

/* Alternative buttons */
#header .alt_buttons { right: 80px; position: absolute; }
#header .alt_buttons a { width: 60px; height: 60px; margin-left: 20px; background-repeat: no-repeat; background-position: center; background-size: auto 24px; display: block; }
#header .alt_buttons a.marker { background-image: url(images/icon_marker.svg); }
body.webshop_enable #header .alt_buttons { display: none !important; }

/* RWD button */
#header .rwd_button { width: 60px; height: 60px; right: 10px; font-size: 30px; background: transparent; position: absolute; z-index: 2; cursor: pointer; }
#header .rwd_button .burg { width: 40px; height: 2px; left: 10px; top: 30px; background: #222228; display: block; position: relative; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

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

#header .rwd_button .burg:before { top: -10px; left: 0; }
#header .rwd_button .burg:after { top: 10px; right: 0; }

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

.aws-search-result { border-color: #eae6e5 !important; }
.aws-search-result ul li { border-color: #eae6e5 !important; }
.aws-search-result .aws_result_content { font-size: 18px; }
.aws-search-result .aws_result_item:hover, .aws-search-result .aws_result_item.hovered { background: #f8f3f3 !important; }
.aws-search-result .aws_result_title { color: #0b531f !important; }
.aws-search-result .aws_search_more a { font-weight: bold; color: #0b531f !important; }


/*
------------
	MENU
------------
*/
#menu { height: 60px; background: #338732; position: relative; z-index: 10; }
#menu ul { height: 100%; display: flex; flex-wrap: wrap; }
#menu ul li { height: 100%; padding: 0 20px; display: flex; align-items: center; position: relative; }
#menu ul li:first-child { padding-left: 0; }
#menu ul li:last-child { padding-right: 0; }
#menu ul li:after { width: 1px; right: 0; top: 15px; bottom: 15px; background: rgba(255 255 255 / 20%); position: absolute; content: ''; }
#menu ul li:last-child:after { display: none; }
#menu ul li a { font-size: 18px; font-weight: 600; color: white; line-height: 20px; display: block; }
#menu ul li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#menu ul li ul { min-width: 150px; height: auto; left: 0; top: 100%; background: white; display: block; position: absolute; visibility: hidden; opacity: 0; -moz-box-shadow: 3px 3px 3px rgba(0 0 0 / 15%); -webkit-box-shadow: 3px 3px 3px rgba(0 0 0 / 15%); box-shadow: 3px 3px 3px rgba(0 0 0 / 15%); }
#menu ul li ul li { height: auto; padding: 0 !important; display: block; border-bottom: 1px dotted #ccc; }
#menu ul li ul li:last-child { border-bottom: none; }
#menu ul li ul li:after { display: none !important; }
#menu ul li ul li a { padding: 10px 20px; font-size: 20px; text-transform: none; color: #11211a; }

#menu ul li.menu-item-has-children:hover { background: white; }
#menu ul li.menu-item-has-children:hover > a { color: #11211a; }
#menu ul li.menu-item-has-children:hover ul { opacity: 1; visibility: visible; }


/*
--------------------------
	ALTERNATIVE SEARCH
--------------------------
*/
#alt_search .aws-container .aws-search-form { height: 50px; background: #338732; }
#alt_search .aws-container .aws-search-field { padding: 10px 10px 10px 20px; font-size: 19px; color: white; background: transparent; border: none; }
#alt_search .aws-container .aws-search-field:focus { background: transparent !important; }
#alt_search .aws-container .aws-search-form .aws-form-btn { background: #11211a; border: none; }
#alt_search .aws-container .aws-search-form .aws-search-btn_icon { color: white !important; }

#alt_search ::-webkit-input-placeholder { color: rgba(255 255 255 / 80%); }
#alt_search :-ms-input-placeholder { color: rgba(255 255 255 / 80%); }
#alt_search ::placeholder { color: rgba(255 255 255 / 80%); }


/*
--------------
	SLIDES
--------------
*/
#slides { height: 490px; padding-top: 10px; margin-bottom: 10px; position: relative; }
#slides:before { width: 100%; height: calc(100% - 100px); left: 0; top: 0; background: white; position: absolute; content: ''; }
#slides .slides_wrap { height: 100%; display: grid; grid-template-columns: auto 390px; grid-template-rows: 50% 50%; grid-gap: 10px; } 
#slides .slides_wrap .item { height: 100%; background-color: #11211a; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slides .slides_wrap .item .cover { width: 100%; height: 100%; left: 0; bottom: 0; padding: 30px; font-size: 40px; font-weight: 600; color: white; line-height: 1; background: rgba(17 33 26 / 40%); display: flex; align-items: flex-end; position: absolute; }

#slides .slides_wrap .item:nth-child(1) { grid-row: 1/3; }
#slides .slides_wrap .item:nth-child(1) .cover { padding: 60px; }
#slides .slides_wrap .item:nth-child(1) .title { padding-right: 20%; font-size: 50px; line-height: 1; }
#slides .slides_wrap .item:nth-child(1) .button { margin-top: 20px; }


/*
--------------
	WHY US
--------------
*/
#why_us { height: 100px; }
#why_us .why_us_wrap { height: 100%; background: url(images/dot.png) repeat-x left bottom; display: flex; flex-wrap: wrap; }
#why_us .why_us_wrap .item { width: 33.3333333333%; height: 100%; padding-left: 140px; font-size: 26px; font-weight: 600; line-height: 1; display: flex; align-items: center; position: relative; }
#why_us .why_us_wrap .item:after { width: 1px; right: 0; top: 10px; bottom: 10px; background: #d3d3d3; position: absolute; content: ''; }
#why_us .why_us_wrap .item:last-child:after { display: none; }
#why_us .why_us_wrap .item img { width: auto; max-width: 80px; height: auto; max-height: 80px; left: 30px; display: block; position: absolute; }


/*
--------------------------
	FRONTPAGE PRODUCTS
--------------------------
*/
.frontpage_products { padding: 70px 0; }
.frontpage_products h2 { margin-bottom: 40px; padding-bottom: 30px; font-size: 50px; font-weight: 600; line-height: 1; background: url(images/bgr_decor_1.svg) no-repeat center bottom; background-size: 110px auto; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { background: #338732; display: flex; flex-wrap: wrap; }
#aboutus .text { width: 50%; padding-top: 70px; padding-right: 70px; padding-bottom: 70px; padding-left: calc((100% - 1280px) /2); color: white; position: relative; z-index: 0; }
#aboutus .text:before { width: 100%; height: 100%; right: 0; bottom: 0; background: url(images/bgr_decor_3.svg) no-repeat 104% bottom; background-size: auto 130px; content: ''; position: absolute; z-index: -1; opacity: 20%; }
#aboutus .text h2 { margin-bottom: 20px; padding-top: 60px; font-size: 40px; line-height: 1; background: url(images/bgr_decor_2.svg) no-repeat left top; background-size: 55px auto; }
#aboutus .text p { margin-bottom: 20px; }
#aboutus .text .button { margin-top: 20px; }

#aboutus .image_wrap { width: 50%; position: relative; }
#aboutus .image_wrap .image { width: 100%; height: 100%; left: 0; top: 50px; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; }


/*
------------------
	BREADCRUMB
------------------
*/
#breadcrumb_share { margin-bottom: 30px; padding: 10px 0; font-size: 19px; font-weight: 600; color: #000; line-height: 20px; background: white url(images/dot.png) repeat-x left bottom; }
#breadcrumb_share a { text-decoration: underline; color: #338732; }
#breadcrumb_share a:hover { color: #11211a; }


/*
---------------
	CONTENT
---------------	
*/
#container.has_sidebar { display: flex; flex-wrap: wrap; }

#content h1 { margin-bottom: 20px; font-size: 50px; line-height: 1; }
#content h2 { margin-bottom: 20px; font-size: 40px; color: #000; line-height: 1; }
#content h3 { margin-bottom: 20px; font-size: 30px; font-weight: 600; color: #338732; line-height: 1; }

#content p { margin-bottom: 20px; }

#content ul { margin-bottom: 20px; margin-left: 30px; list-style: disc; }
#content ul li { margin-bottom: 10px; list-style: disc; }
#content ul li:last-child { margin-bottom: 0; }

/* Has sidebar */
#container.has_sidebar #content { width: calc(100% - 330px); }

/* Map */
#map { height: 500px; margin-top: 50px; }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 330px; padding-right: 50px; }
#sidebar .widget { margin-bottom: 30px; padding-bottom: 30px; }
#sidebar .widget_title { margin-bottom: 10px; font-size: 30px; font-weight: 600; color: #000; line-height: 1; }

#sidebar .close_sidebar { height: 40px; margin-left: -20px; margin-right: -20px; margin-bottom: 20px; color: white; line-height: 40px; background: #cc1040; cursor: pointer; }
#sidebar .close_sidebar:hover { background: #11211a; }

.wpf_item { background: url(images/dot.png) repeat-x left bottom; }
.wpf_item .wpf_item_name { margin-bottom: 10px !important; padding-bottom: 0 !important; border-bottom: none !important; }

.wpf_slider.ui-slider { margin-top: 10px !important; }
.wpf_slider.ui-slider .ui-widget-header { background: #338732 !important; }

.wpf_items_wrapper .wpf_item ul li { margin-right: 0 !important; margin-bottom: 5px !important; }
.wpf_items_wrapper .wpf_item ul li label { font-size: 19px !important; font-weight: 600; }
.wpf_item input[type="checkbox"] { margin: 0 4px 0 0 !important; }

.wpf_reset_btn { width: 100%; height: 40px; margin-top: 20px; padding: 0 10px !important; text-align: center; color: white !important; line-height: 40px; background: #cc1040 !important; display: block !important; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.wpf_reset_btn:hover { background: #11211a !important; }
.wpf_reset_btn:before, 
.wpf_reset_btn:after { display: none !important; }
.wpf_reset_btn input { cursor: pointer; }


/*
----------------
	FACEBOOK
----------------
*/
#facebook { padding: 70px 0; background: #f8f7f3; }
body.home #facebook { padding-top: 90px; }

#facebook .facebook_wrap { max-width: 640px; margin: auto; }
#facebook .facebook_wrap .title { margin-bottom: 20px; padding-top: 40px; font-size: 40px; font-weight: 600; line-height: 1; background: url(images/bgr_decor_4.svg) no-repeat center top; background-size: 50px auto; }
#facebook .facebook_wrap .text { margin-bottom: 20px; }


/*
---------------
	FOOTER
---------------	
*/
#footer { }

/* Footer top */
#footer .footer_top { padding: 70px 0; font-size: 19px; font-weight: 600; line-height: 24px; background: white url(images/dot.png) repeat-x left 99%; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; }
#footer .footer_top .footer_top_wrap .box { width: 25%; }
#footer .footer_top .footer_top_wrap .box h4 { margin-bottom: 10px; font-size: 19px; font-weight: 600; line-height: 20px; }
#footer .footer_top .footer_top_wrap .box ul li { margin-bottom: 4px; }
#footer .footer_top .footer_top_wrap .box ul li:last-child { margin-bottom: 0; }
#footer .footer_top .footer_top_wrap .box ul li a { padding-left: 20px; color: #11211a; line-height: 22px; display: block; position: relative; }
#footer .footer_top .footer_top_wrap .box ul li a:hover { text-decoration: underline; }
#footer .footer_top .footer_top_wrap .box ul li a:before { width: 6px; height: 6px; left: 0; top: 9px; background: #338732; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#footer .footer_top .footer_top_wrap .box.logo img { max-width: 150px; height: auto; margin: auto; display: block; }

/* Footer bottom */
#footer .footer_bottom { padding: 15px 0; font-size: 19px; color: white; line-height: 20px; background: #338732; }
#footer .footer_bottom a { text-decoration: underline; color: white; }
#footer .footer_bottom a:hover { text-decoration: none; }
#footer .footer_bottom .author { margin-top: 6px; }


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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Search */
	#header .header_bottom .aws-container { left: 20px; }
	
	/* SLIDES */
	#slides .slides_wrap .item:nth-child(1) .cover { padding: 30px; }
	#slides .slides_wrap .item:nth-child(1) .title { font-size: 40px; }
	
	/* WHY US */
	#why_us .why_us_wrap .item { font-size: 24px; }
	
	/* ABOUT US */
	#aboutus .text { 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; }
	
	/* HEADER */
	#header { background: white !important; }
	
	/* HEADER: Header bottom */
	#header .header_bottom { height: 120px; }
	
	/* HEADER: Search */
	#header .header_bottom .aws-container { display: none; }
	
	/* HEADER: Account */
	#header .header_bottom .account { right: 230px; float: none; position: absolute; }
	
	/* Cart */
	#header .header_bottom .ajax_cart { right: 90px; margin-left: 0; float: none; position: absolute; }
	
	/* HEADER: Logo */
	#header .header_bottom .logo { left: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	#header .header_bottom .logo img { height: 100px; }
	
	/* SLIDES */
	#slides { height: auto; }
	#slides .slides_wrap { display: flex; flex-wrap: wrap; } 
	#slides .slides_wrap .item { height: 200px; }

	#slides .slides_wrap .item:nth-child(1) { width: 100%; height: 400px; }
	#slides .slides_wrap .item:nth-child(2) { width: calc(50% - 5px); }
	#slides .slides_wrap .item:nth-child(3) { width: calc(50% - 5px); }
	
	#slides .slides_wrap .item .title { padding-right: 0 !important; font-size: 35px !important; }
	
	/* WHY US */
	#why_us { height: auto; }
	#why_us .why_us_wrap .item { padding: 20px 10px; text-align: center; display: block; }
	#why_us .why_us_wrap .item img { margin: auto; left: auto; display: block; position: relative; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	/* FRONTPAGE PRODUCTS */
	.frontpage_products { padding: 50px 0; }
	
	/* ABOUT US */
	#aboutus .text { width: 100%; padding: 50px 20px; }
	#aboutus .image_wrap { width: 100%; }
	#aboutus .image_wrap:before { padding-top: 40%; display: block; content: ''; }
	#aboutus .image_wrap .image { top: 0; }
	
	/* FACEBOOK */
	#facebook { padding: 50px 0; }
	body.home #facebook { padding-top: 50px; }
	
	/* CONTENT: Has sidebar */
	#container.has_sidebar #content { width: 100%; }
	
	/* SIDEBAR */
	#sidebar { width: 300px; height: 100%; left: calc(-100% + 10px); top: 0; padding-left: 20px; padding-right: 20px; background: white; position: fixed; z-index: 10; overflow: auto; -moz-box-shadow: 0 0 10px rgba(0 0 0 / 15%); -webkit-box-shadow: 0 0 10px rgba(0 0 0 / 15%); box-shadow: 0 0 10px rgba(0 0 0 / 15%); }
	body.opened_sidebar #sidebar { left: 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
	#footer .footer_top .footer_top_wrap .box { width: 33.3333333333%; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_768 { display: block !important; }
	
	/* RWD NAV */
	#rwd_menu { top: 150px; }
	
	/* HEADER: Header bottom */
	#header .header_bottom { height: 100px; }
	
	/* HEADER: Logo */
	#header .header_bottom .logo img { height: 80px; }
	
	/* SLIDES */
	#slides .slides_wrap .item:nth-child(1) { height: 350px; }
	#slides .slides_wrap .item:nth-child(2) { width: 100%; }
	#slides .slides_wrap .item:nth-child(3) { width: 100%; }
	
	#slides .slides_wrap .item .title { font-size: 30px !important; }
	
	/* WHY US */
	#why_us .why_us_wrap .item { font-size: 19px; }
	#why_us .why_us_wrap .item img { max-width: 80%; }
	
	/* CONTENT */
	#content h1 { font-size: 40px; }
	
	/* CONTENT: Map */
	#map { height: 450px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .box { width: 100%; margin-bottom: 50px; }
	#footer .footer_top .footer_top_wrap .box:last-child { margin-bottom: 0; }
	#footer .footer_top .footer_top_wrap .box ul { display: flex; flex-wrap: wrap; }
	#footer .footer_top .footer_top_wrap .box ul li { width: 50%; margin: 10px 0; }
}

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

	/* SLIDES */
	#slides .slides_wrap .item:nth-child(1) { height: 300px; }
	
	/* CONTENT: Map */
	#map { height: 400px; }
}

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

	/* DEFAULT */
	.button { height: auto; padding-top: 15px; padding-bottom: 15px; line-height: 20px; }

	/* SLIDES */
	#slides .slides_wrap .item:nth-child(1) { height: 250px; }
	#slides .slides_wrap .item:nth-child(2) { height: 150px; }
	#slides .slides_wrap .item:nth-child(3) { height: 150px; }
	
	/* CONTENT: Map */
	#map { height: 350px; }
}

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

	/* WHY US */
	#why_us .why_us_wrap .item { font-size: 17px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .box ul li { width: 100%; }
}
