/*
Theme Name: Krups kávégépek
Theme URI: https://krupskavegepek.hu
Description: A Krups kávégépek webáruház alapértelmezett sablonja.
Author: Krups kávégépek
Author URI: https://krupskavegepek.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
list-style: none;
}

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

:root {
	--color-orange: #e2910e;
	--color-brown: #44403e;
	--color-dark-brown: #343230;
	--color-green: #64bf6b;
	--color-silver: #e7e6e0;
	--color-red: #f1655c;
}

body { font-family: 'PT Sans', sans-serif; font-size: 16px; overflow-x: hidden; }
body.rwd_menu__opened { overflow-y: hidden; }

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

button, input, select, textarea { font-family: 'PT Sans', sans-serif; font-size: 17px; 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: 1px solid #e0dcd6; }

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

.button { height: 40px; padding: 0 20px; font-size: 17px; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 40px; background-color: var(--color-orange); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; cursor: pointer; display: inline-block; -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: var(--color-dark-brown); }
.button:disabled { color: white !important; background-color: #ccc; }

.button_dark { background: var(--color-dark-brown); }
.button_dark:hover { background: var(--color-dark-brown); }

.button.button_green { background: var(--color-green); }
.button.button_green:hover { background: var(--color-dark-brown); }

.button.button_small { height: 30px; font-size: 14px; line-height: 30px; }
.button.button_fw { width: 100% !important; display: block; }

/* Font */
.center { text-align: center; }
.sec_font { font-family: 'PT Sans Narrow', sans-serif; } 
.uppercase { text-transform: uppercase; }

/* Animation */
.anim, .modal:before, #header menu ul li a: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; } 

/* Col */
.row { width: 100%; font-size: 0; }
.row > .col { font-size: 16px; vertical-align: top; display: inline-block; }
.row .col_50 { width: 50%; }
.row .col_33 { width: 33.3333333333%; }
.row .col_25 { width: 25%; }
.row .col_20 { width: 20%; }
.row .col_16 { width: 16.6666666666%; }
.row .col_14 { width: 14.28%; }

.row.row_table { display: table; table-layout: fixed; }
.row.row_table > .col { display: table-cell; }

/* Has keyframes */
.blink { animation: blink 1s linear infinite; }

@keyframes blink {
	50% { opacity: 60%; }
}

/* 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"]:checked:before { width: 10px; height: 10px; left: 4px; top: 4px; text-align: center; background: #dfbb67; position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 10px; height: 10px; left: 4px; top: 4px; text-align: center; background: #dfbb67; position: relative; display: block; content: ''; }


/*
-------------
	MODAL
-------------
*/
#added_to_cart { max-width: 400px; margin: 20px auto; padding: 30px; background: white; position: relative; }
#added_to_cart p { margin-bottom: 30px; }
#added_to_cart p.last { margin-bottom: 0; }
#added_to_cart p.info { font-size: 30px; line-height: 100%; }
#added_to_cart p img { width: 100px; height: auto; margin: auto; display: block; }
#added_to_cart p .mfp-close-link { margin-top: 10px; text-decoration: underline; color: var(--color-dark-brown); display: inline-block; }
#added_to_cart p .mfp-close-link:hover { color: #000; }

/* Product modal */
.mfp-content { text-align: center !important; }
.mfp-content .modal_header { padding: 30px; font-size: 30px; color: white; line-height: 100%; background: var(--color-dark-brown); }
.mfp-content .modal_content { padding: 30px; }
.mfp-content .modal_panel { max-width: 700px; background: white; display: inline-block; position: relative; opacity: 0; -ms-transform: scale(0.7, 0.7); -webkit-transform: scale(0.7, 0.7); transform: scale(0.7, 0.7); }

.mfp-content button.mfp-close { width: 50px; height: 50px; right: 0; top: 0; font-size: 0; background: var(--color-orange) url(images/icon_close_white.svg) no-repeat center; background-size: 20px; position: absolute; opacity: 1; z-index: 10; cursor: pointer; opacity: 100% !important; }
.mfp-content button.mfp-close:hover { background-color: var(--color-brown); }

.mfp-ready .modal_panel { opacity: 1; -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }

/* Has preordered product */
.mfp-content .modal_panel.has_preordered_product { max-width: 420px; padding: 20px; border-top: 5px solid var(--color-orange); -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.mfp-content .modal_panel.has_preordered_product h2 { font-size: 30px; margin-bottom: 20px; line-height: 100%; }
.mfp-content .modal_panel.has_preordered_product p { margin-bottom: 10px; text-align: left; }


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: calc(100% - 20px); max-width: 450px; right: -100%; top: 80px; bottom: 0; color: white; background: var(--color-dark-brown); position: fixed; z-index: 1000; overflow: auto; } 
#rwd_menu select { width: 100%; height: 50px; margin-bottom: 10px; background: white; }
#rwd_menu .padding { padding: 30px 20px; }

/* Menu */
#rwd_menu .menu ul li { position: relative; }
#rwd_menu .menu ul li.hide_in_rwd { display: none; }
#rwd_menu .menu ul li a { color: white; display: block; }

/* Primary menu */
#rwd_menu .menu.primary_menu ul li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu .menu.primary_menu ul li a { padding: 10px 20px; font-size: 26px; line-height: 100%; position: relative; }
#rwd_menu .menu.primary_menu ul li.menu-item-has-children.open a { color: #000; }
#rwd_menu .menu.primary_menu ul li.menu-item-has-children > a:after { width: 30px; height: 30px; right: 0; top: 15px; background: rgba(255,255,255,0.1) url(images/icon_arrow_down_open_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#rwd_menu .menu.primary_menu ul li.menu-item-has-children.open > a:after { background-color: #dfbb67; ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#rwd_menu .menu.primary_menu ul li ul { padding: 10px 0; font-size: 20px; color: #999; display: none; }
#rwd_menu .menu.primary_menu ul li ul li { padding: 0; }
#rwd_menu .menu.primary_menu ul li ul li a { padding: 2px 10px; font-size: 20px; color: white; }
#rwd_menu .menu.primary_menu ul li ul li > a:after { width: 20px !important; height: 20px !important; top: 5px !important; right: 5px !important; background-color: transparent !important; background-image: url(images/icon_arrow_down_open.svg) !important; }
#rwd_menu .menu.primary_menu ul li ul li ul li a { padding: 2px 20px; font-size: 18px; text-decoration: underline; color: #777 !important; }
#rwd_menu .menu.primary_menu ul li ul li ul li a:hover { color: #333 !important; }

/* Secondary menu */
#rwd_menu .menu.secondary_menu { padding-bottom: 20px; }
#rwd_menu .menu.secondary_menu ul li { margin-bottom: 5px; }
#rwd_menu .menu.secondary_menu ul li a { font-size: 18px; font-weight: 500; }
#rwd_menu .menu.secondary_menu ul li a:hover { text-decoration: underline; }

/* Button */
#rwd_menu .button { width: auto !important; padding: 0 !important; text-align: center; display: block; }

body.rwd_menu__opened #rwd_menu { right: 0; }


/*
---------------
	HEADER
---------------	
*/
#header { background: white; z-index: 101; }

/* Header top */
#header .top_part { height: 40px; font-size: 15px; color: var(--color-dark-brown); border-bottom: 1px solid var(--color-silver); } 
#header .top_part .top_part_wrap { height: 100%; display: flex; justify-content: space-between; align-items: center; } 

#header .top_part a { color: var(--color-dark-brown); } 
#header .top_part a:hover { text-decoration: underline; } 

#header .top_part .phone { padding-left: 25px; background: url(images/icon_phone.svg) no-repeat left center; background-size: auto 20px; } 
#header .top_part .phone a { font-weight: 700; } 

#header .top_part ul { display: flex; flex-wrap: wrap; list-style: none; } 
#header .top_part ul li { margin-left: 15px; } 

/* Header bottom */
#header .bottom_part { height: 80px; position: relative; }
#header .bottom_part .bottom_part_wrap { height: 100%; display: flex; justify-content: space-between; }
#header .bottom_part .bottom_part_wrap .wrap_left { width: 60%; height: 100%; display: flex; align-items: center; }
#header .bottom_part .bottom_part_wrap .wrap_right { width: 40%; height: 100%; display: flex; justify-content: end; align-items: center; position: relative; }

#header .bottom_part .logo { height: 30px; display: inline-block; }
#header .bottom_part .logo img { width: auto; height: 100%; display: block; }

/* Search */
#header .bottom_part .aws-container { width: 400px; height: 50px; margin-left: 30px; border: 1px solid var(--color-silver); position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#header .bottom_part .aws-container:after { width: 60px; height: 100%; left: 0; top: 0; background: url(images/icon_search.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
#header .bottom_part .aws-container form { height: 100% !important; }
#header .bottom_part .aws-container form .aws-wrapper { height: 100%; }
#header .bottom_part .aws-container form input { padding-left: 60px !important; font-size: 18px; background: transparent !important; border: none !important; }
.aws-search-result .aws_result_title { color: var(--color-orange) !important; }

/* Partner pages */
#header .bottom_part .partner_pages { height: 100%; margin-right: 20px; padding-right: 20px; border-right: 1px solid var(--color-silver); display: flex; align-items: center; align-content: center; }
#header .bottom_part .partner_pages small { width: 100%; display: block; }
#header .bottom_part .partner_pages a { margin-right: 20px; font-weight: 700; color: var(--color-orange); display: block; }
#header .bottom_part .partner_pages a:last-child { margin-right: 0; }
#header .bottom_part .partner_pages a:hover { text-decoration: underline; }
#header .bottom_part .partner_pages a span { color: var(--color-brown); }

#header .ajax_cart { width: auto; height: 60px; padding-left: 40px; font-size: 18px; font-weight: 700; color: var(--color-dark-brown); background: url(images/icon_cart.svg) no-repeat left center; background-size: auto 32px; display: flex; align-items: center; position: relative; }
#header .ajax_cart .count { min-width: 24px; height: 24px; left: 18px; right: auto; top: 5px; padding: 0 3px; font-size: 14px; font-weight: 700; text-align: center; color: white; line-height: 20px; background: var(--color-orange); border: 2px solid white; position: absolute; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

/* RWD button */
#header .rwd_button { width: 100px; height: 40px; right: 0; padding-left: 45px; font-size: 16px; font-weight: 700; color: white; background: var(--color-brown); display: flex; align-items: center; position: absolute; z-index: 2; cursor: pointer; border-radius: 3px; }
#header .rwd_button .burg { width: 20px; height: 1px; left: 15px; top: 50%; background: white; display: block; position: absolute; -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: 20px; height: 1px; 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: -6px; left: 0; }
#header .rwd_button .burg:after { top: 6px; 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); }


/*
------------
	MENU
------------
*/
#menu { height: 60px; padding-left: calc((100% - 1200px) / 2); padding-right: calc((100% - 1200px) / 2); background: var(--color-brown); position: relative; }
#menu ul { height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
#menu ul li { height: 100%; position: relative; }
#menu ul li a { height: 100%; padding: 0 10px; font-size: 16px; font-weight: 700; color: white; background-repeat: no-repeat; background-position: 10px center; background-size: 20px auto; display: flex; align-items: center; }
#menu > ul > li > a { }
/*
#menu ul li.cat-item-15 a { background-image: url(images/icon_other.svg); }
#menu ul li.cat-item-17 a { background-image: url(images/icon_diy.svg); }
#menu ul li.cat-item-18 a { background-image: url(images/icon_cable.svg); }
#menu ul li.cat-item-19 a { background-image: url(images/icon_toaster.svg); }
#menu ul li.cat-item-20 a { background-image: url(images/icon_speaker.svg); }
#menu ul li.cat-item-21 a { background-image: url(images/icon_car.svg); }
#menu ul li.cat-item-22 a { background-image: url(images/icon_cutlery.svg); }
#menu ul li.cat-item-23 a { background-image: url(images/icon_cabinet.svg); }
#menu ul li.cat-item-99 a { background-image: url(images/icon_washing_machine.svg); }
#menu ul li.cat-item-206 a { background-image: url(images/icon_sun.svg); }
#menu ul li.cat-item-778 a { background-image: url(images/icon_calculator.svg); }
*/

#menu ul li .count { display: none; }

#menu ul li ul { width: max-content; height: auto; left: 0; top: 100%; background: #252323;background: #252323; display: block; position: absolute; z-index: 100; visibility: hidden; opacity: 0; }
#menu ul li ul li { height: auto; border-bottom: 1px solid rgba(255 255 255 / 10%); position: static }
#menu ul li ul li:last-child { border-bottom: none; }
#menu ul li ul li a { height: auto; padding: 10px 20px; font-size: 16px; font-weight: 400; line-height: 18px; background-image: none !important; display: block; }

#menu ul li ul li ul { min-width: -webkit-fill-available; min-height: -webkit-fill-available; left: 100%; top: 0; background: var(--color-orange); visibility: hidden; opacity: 0; }
#menu ul li:last-child ul { width: 100%; }
#menu ul li:last-child ul li ul { left: -100%; }
#menu ul li ul li ul li a:hover { text-decoration: underline; }

#menu ul li.cat-parent:hover { background: #252323; }
#menu ul li.cat-parent:hover > ul { visibility: visible; opacity: 1; }

#menu ul li.cat-parent ul li:hover { background: var(--color-orange); }



#all_categories { width: 100%; height: calc(100vh - 180px); left: 0; top: 180px; background: rgba(37 35 35 / 30%); position: absolute; z-index: 101; }
body.user-100000 #all_categories { display: block !important; }

#all_categories .inner { height: 100%; background: white; }
#all_categories ul { width: 33.3333333333%; height: 100%; background: var(--color-dark-brown); position: relative; }
#all_categories ul li { }

#all_categories ul li span { display: none; }
#all_categories ul li a { width: 100%; padding: 15px 10px 15px 60px; font-weight: 700; color: white; background-repeat: no-repeat; background-position: 20px center; background-size: auto 20px; border-bottom: 1px solid rgba(255 255 255 / 10%); display: block; }
#all_categories ul li.cat-item-17 a { background-image: url(images/icon_diy.svg); }
#all_categories ul li.cat-item-21 a { background-image: url(images/icon_car.svg); }

#all_categories ul li ul { width: 100%; max-height: 100%; left: 100%; top: 0; background: #f4f4f4; position: absolute; visibility: hidden; opacity: 0; overflow-y: auto; }
#all_categories ul li ul li { padding: 0 30px; display: flex; justify-content: start; }
#all_categories ul li ul li a { padding: 15px 0; color: #333; background-image: none !important; border-bottom-color: rgba(0 0 0 / 10%); }
#all_categories ul li:hover > ul { visibility: visible; opacity: 100%; }

#all_categories ul li ul li ul { background: white; }


/*
--------------------------
	ALTERNATIVE SEARCH
--------------------------
*/
.alternative_search { padding: 10px 20px; background: var(--color-orange); }
.alternative_search .aws-container { width: 100%; height: 50px; background: white; border: 1px solid #bc780c; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.alternative_search .aws-container:after { width: 50px; height: 100%; left: 0; top: 0; background: url(images/icon_search.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
.alternative_search .aws-container form { height: 100% !important; }
.alternative_search .aws-container form .aws-wrapper { height: 100%; }
.alternative_search .aws-container form input { padding-left: 50px !important; font-size: 18px; background: transparent !important; border: none !important; }


/*
--------------
	SLIDER
--------------
*/
#slider_banner { padding: 30px 0; background: #f8f3ed; }
#slider_banner .slider_banner_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }

/* Slider */
#slider_banner .slider { width: calc(100% - 300px); }
#slider_banner .slider .slick-list, 
#slider_banner .slider .slick-track, 
#slider_banner .slider .slick-slide { height: 100%; outline: none; }
#slider_banner .slider .slick-slide { background-color: var(--color-dark-brown); background-repeat: no-repeat; background-position: center; background-size: cover; }
#slider_banner .slider .slick-slide .text_wrapper { max-width: 350px; padding: 30px; color: white; background: rgba(17,17,17,0.5); }
#slider_banner .slider .slick-slide .text_wrapper .title { margin-bottom: 10px; font-size: 30px; font-weight: 700; line-height: 100%; }
#slider_banner .slider .slick-slide .text_wrapper .text { font-size: 17px; line-height: 24px; }
#slider_banner .slider .slick-slide .text_wrapper .button { margin-top: 20px; }

#slider_banner ul.slick-dots { left: 30px; bottom: 20px; font-size: 0; position: absolute; }
#slider_banner ul.slick-dots li { margin-right: 15px; vertical-align: top; display: inline-block; }
#slider_banner ul.slick-dots li button { width: 20px; height: 20px; text-indent: -9999px; background: white; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#slider_banner ul.slick-dots li.slick-active button { background: var(--color-orange); }

/* Banner */
#slider_banner .banner { width: 280px; background: white; }
#slider_banner .banner ul.products { margin-left: 0 !important; margin-right: 0 !important; }
#slider_banner .banner ul.products li { width: 100% !important; margin: 0 !important; }



/*
--------------
	WHY US
--------------
*/
#whyus { border-bottom: 1px solid #eaeaea; }
#whyus .whyus_wrap { display: flex; flex-wrap: wrap; }
#whyus .whyus_wrap .part { width: 33.3333333333%; height: 130px; padding: 20px 20px 0 70px; border-right: 1px solid #eaeaea; position: relative; }
#whyus .whyus_wrap .part:last-child { border-right: none; }
#whyus .whyus_wrap .part:nth-child(2), 
#whyus .whyus_wrap .part:nth-child(3) { padding-left: 90px; }

#whyus .whyus_wrap .part img { width: auto; height: 30px; left: 0; position: absolute; }
#whyus .whyus_wrap .part:nth-child(2) img, 
#whyus .whyus_wrap .part:nth-child(3) img { left: 30px; }
#whyus .whyus_wrap .part .title { margin-bottom: 5px; font-size: 22px; color: var(--color-orange); line-height: 100%; }
#whyus .whyus_wrap .part .text { font-size: 16px; color: #888; line-height: 18px; }
#whyus .whyus_wrap .part a { font-weight: 700; color: var(--color-dark-brown); }
#whyus .whyus_wrap .part a:hover { text-decoration: underline; }


/* 
-----------------------
	NEWEST PRODUCTS
-----------------------
*/
#newest_products { padding-bottom: 40px; }
#newest_products .product_list_header { height: 120px; position: relative; }
#newest_products .product_list_header .button.list { left: 0; position: absolute; z-index: 2; }
#newest_products .product_list_header .button.sale { right: 0; position: absolute; z-index: 2; }
#newest_products .product_list_header .title { font-size: 40px; color: var(--color-dark-brown); line-height: 100%; position: relative; z-index: 1; }


/*
------------
	BLOG
------------
*/
#blog { padding: 70px 0; font-size: 0; background: #f8f3ed; }
#blog .news { width: 350px; padding-top: 20px; vertical-align: top; display: inline-block; }
#blog .news .thumbnail { width: 100%; padding-top: 30px; vertical-align: top; display: inline-block; position: relative; }
#blog .news .thumbnail img { width: 100%; height: auto; display: block; }
#blog .news .datetime { width: 100px; height: 100px; right: 30px; bottom: -30px; padding-top: 20px; color: white; background: var(--color-orange); position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#blog .news .datetime .month { font-size: 15px; font-weight: 700; line-height: 100%; }
#blog .news .datetime .day { font-size: 40px; line-height: 100%; }
#blog .news h3 { padding-top: 40px; font-size: 26px !important; color: var(--color-dark-brown); line-height: 100%; }
#blog .news h3 a { color: var(--color-dark-brown); }
#blog .news h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px !important; }

.blog_wrap { margin-left: -20px; margin-right: -20px; display: flex; flex-wrap: wrap; }
.blog_wrap .blog { width: calc(33.3333333333% - 40px); margin: 40px 20px 0; }
.blog_wrap .blog:nth-child(-n+3) { margin-top: 0; }

.blog_wrap .blog .thumbnail { width: 100%; display: block; position: relative; }
.blog_wrap .blog .thumbnail img { width: 100%; display: block; }
.blog_wrap .blog .thumbnail .datetime { width: 100px; height: 100px; right: 30px; bottom: -30px; padding-top: 20px; color: white; background: var(--color-orange); position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.blog_wrap .blog .thumbnail .datetime .month { font-size: 15px; font-weight: 700; line-height: 100%; }
.blog_wrap .blog .thumbnail .datetime .day { font-size: 40px; line-height: 100%; }

.blog_wrap .blog .entry { padding-top: 40px; }
.blog_wrap .blog .entry h3 a { font-size: 25px !important; text-decoration: none !important; color: var(--color-dark-brown); line-height: 100%; }
.blog_wrap .blog .entry h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px !important; }



/*
--------------------
	TESTIMONIALS
--------------------
*/
#testimonials { width: calc(100% - 700px); padding: 0 50px; vertical-align: top; display: inline-block; }
#testimonials .wrapper { padding: 40px; background: var(--color-dark-brown); position: relative; }
#testimonials .wrapper .title { margin-bottom: 20px; padding-bottom: 10px; font-size: 15px; font-weight: 700; color: var(--color-orange); border-bottom: 1px dashed #716f6d; display: inline-block; }
#testimonials .wrapper .testimonials { padding-bottom: 100px; color: white; position: relative; }
#testimonials .wrapper .testimonial { font-size: 30px; line-height: 1.3; }
#testimonials .wrapper .author { margin-top: 30px; padding: 30px 20px 0; font-size: 17px; font-weight: 700; line-height: 100%; border-top: 1px dashed #716f6d; display: inline-block; }
#testimonials .wrapper .product { margin-top: 10px; font-size: 15px; line-height: 100%; }

#testimonials ul.slick-dots { width: 100%; left: 0; bottom: 0; font-size: 0; position: absolute; }
#testimonials ul.slick-dots li { margin: 0 5px; vertical-align: top; display: inline-block; }
#testimonials ul.slick-dots li button { width: 16px; height: 16px; text-indent: -9999px; background: #7c7a78; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#testimonials ul.slick-dots li.slick-active button { background: var(--color-orange); }


/*
----------------
	FACEBOOK
----------------
*/
#facebook_like_box { width: calc(100% - 700px); padding: 0 50px; vertical-align: top; display: inline-block; }
#facebook_like_box .title { margin-bottom: 20px; padding-bottom: 10px; font-size: 15px; font-weight: 700; color: var(--color-dark-brown); border-bottom: 1px dashed #716f6d; display: inline-block; }


/* 
---------------------------
	CATEGORIES DROPDOWN
---------------------------
*/
.dropdown_product_cat_wrapper select { width: 100%; height: 50px; padding-left: 10px; color: white; background: var(--color-dark-brown); }


/*
------------------
	BREADCRUMB
------------------
*/
#before_content { margin-bottom: 30px; border-bottom: 1px solid var(--color-silver); position: relative; }
#before_content .inner { padding-top: 15px; padding-bottom: 15px; }
#before_content .rank-math-breadcrumb { font-size: 15px; font-weight: 700; color: var(--color-dark-brown); }
#before_content .rank-math-breadcrumb a { font-weight: normal; text-decoration: underline; color: var(--color-dark-brown); }
#before_content .rank-math-breadcrumb a:hover { text-decoration: none; }


/*
---------------
	CONTENT
---------------	
*/
#container { padding-top: 0; }
#container .container_wrap { display: flex; flex-wrap: wrap; }

#content { width: calc(100% - 280px); padding-left: 30px; padding-bottom: 50px; }
#content.fullwidth { width: 100%; padding-left: 0; }

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

#content a { text-decoration: underline; color: var(--color-dark-brown); }
#content a:hover { color: #000; }

#content h1 { margin-bottom: 30px; font-size: 50px; line-height: 100%; }
#content h1 .count { height: 30px; margin-left: 10px; padding: 0 10px; font-size: 16px; font-family: 'PT Sans', sans-serif; vertical-align: middle; color: white; line-height: 30px; background: var(--color-orange); display: inline-block; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
#content h2 { margin-bottom: 20px; font-size: 30px; line-height: 100%; }
#content h3 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-orange); line-height: 100%; }

/* List */
#content ul { margin-left: 20px; margin-bottom: 20px; list-style: square; }

/* Table */
#content table.custom_1 { width: 100%; margin-bottom: 30px; text-align: left; border-collapse: collapse; }
#content table.custom_1 thead th { padding: 10px; font-size: 13px; text-transform: uppercase; color: white; line-height: 100%; background: var(--color-dark-brown); }
#content table.custom_1 tbody td { padding: 10px; font-size: 15px; line-height: 100%; border-bottom: 1px solid var(--color-silver); }

/* Iframe wrapper */
#content .iframe_wrapper { height: 0; margin-bottom: 30px; padding-bottom: 56.25%; padding-top: 25px; position: relative; }
#content .iframe_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }

/* GLS */
#GoogleMapsGLS { margin-bottom: 30px; }

/* Page template */
body.page #content { line-height: 25px; }
body.page #content ul li { margin-bottom: 10px; list-style: disc; }
body.page #content ul li:last-child { margin-bottom: 0; }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 280px; z-index: 99; }

#sidebar .widget { margin-bottom: 30px; }
#sidebar .widget .widget_title, 
#sidebar .widget .widget-title { margin-bottom: 10px; font-size: 17px; font-weight: 700; text-transform: uppercase; color: var(--color-dark-brown); line-height: 100%; }

/* Mini cart */
#sidebar .widget_shopping_cart { background: #f8f3ed; }
#sidebar .widget_shopping_cart .woocommerce-mini-cart__empty-message { padding: 10px 20px; }
#sidebar .widget_shopping_cart ul { background: #f8f3ed; }
#sidebar .widget_shopping_cart ul li { padding: 5px 40px 5px 15px; font-size: 15px; border-bottom: 1px solid #ddd8d3; position: relative; }
#sidebar .widget_shopping_cart ul li a { color: var(--color-dark-brown); }
#sidebar .widget_shopping_cart ul li a.remove { right: 15px; top: 2px; font-size: 20px; position: absolute; }
#sidebar .widget_shopping_cart ul li img { display: none; }
#sidebar .widget_shopping_cart ul li .quantity { font-weight: 700; }
#sidebar .widget_shopping_cart .total { padding: 5px 15px; }
#sidebar .widget_shopping_cart .buttons { padding: 5px 15px 20px; }
#sidebar .widget_shopping_cart .buttons a { display: none; }
#sidebar .widget_shopping_cart .buttons a.checkout { width: 100%; padding: 0; text-align: center; display: block; }
#sidebar .widget_shopping_cart .free_shipping_status { top: auto !important; padding: 10px 15px 10px 55px; color: white; line-height: 100%; background: var(--color-dark-brown) url(images/icon_truck.svg) no-repeat 15px center; background-size: 30px auto; float: none !important; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
#sidebar .widget_shopping_cart .free_shipping_status a { color: var(--color-orange) !important; }
#sidebar .widget_shopping_cart .free_shipping_status a:hover { color: white !important; }

/* Filter */
#sidebar #woof_widget-2 { top: 20px; position: sticky; position: -webkit-sticky; }

#sidebar .woof_container { margin-bottom: 30px; }
#sidebar .woof_container:last-child { margin-bottom: 0; padding-bottom: 0; }
#sidebar .woof_container_inner h4 { margin-bottom: 10px; font-size: 17px; font-weight: 700; text-transform: uppercase; color: #2a2a2a; line-height: 100%; }

/* Products */
#sidebar .widget_products ul li { border-bottom: 1px solid #ddd; }
#sidebar .widget_products ul li a { height: 90px; padding-left: 90px; padding-right: 5px; color: #292929; display: block; position: relative; }
#sidebar .widget_products ul li a:hover { color: #000; }
#sidebar .widget_products ul li a img { width: 70px; height: auto; left: 10px; top: 10px; display: block; position: absolute; }
#sidebar .widget_products ul li a .amount { font-size: 15px; font-weight: 700; color: #f46717; line-height: 16px; }
#sidebar .widget_products ul li a del { font-size: 14px; color: #999; display: block; }
#sidebar .widget_products ul li a del .amount { font-size: 14px; font-weight: 400; color: #999; text-decoration: line-through; }
#sidebar .widget_products ul li a .product-title { font-size: 14px; font-weight: 700; line-height: 16px; display: block; }
#sidebar .widget_products ul li a:hover .product-title { text-decoration: underline; }

#sidebar .woof_container_checkbox ul.woof_list_checkbox li { margin: 0 !important; padding: 0 0 0 22px !important; font-size: 14px; position: relative; }
#sidebar .woof_container_checkbox ul.woof_list_checkbox li input[type=checkbox] { left: 0; top: 8px; position: absolute; }
#sidebar .woof_container_checkbox ul.woof_list_checkbox li label { padding: 5px 0 !important; }
#sidebar .woof_container_checkbox ul.woof_list_checkbox li.woof_childs_list_li { padding-right: 25px !important; }
#sidebar .woof_container_checkbox ul.woof_list_checkbox li ul.woof_childs_list { margin: 7px 0 0 0 !important; }

.woof_info_popup { left: 50% !important; top: 50%; text-align: center; background-color: rgba(37 35 35 / 90%) !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }


/*
-------------
	LOGOS
-------------
*/
#partner_logos { padding: 20px 0; font-size: 0; }
#partner_logos .logo { margin: 0 20px; vertical-align: middle; display: inline-block; }
#partner_logos .logo img { max-width: auto; height: 30px; max-height: 30px; vertical-align: middle; display: inline-block; }
#partner_logos .logo.arukereso img { height: auto; }


/*
---------------
	FOOTER
---------------	
*/
#footer { background: var(--color-brown); position: relative; }
#footer:before { width: calc((100% - 1200px)/2); height: 100%; left: 0; top: 0; background: var(--color-dark-brown); position: absolute; content: ''; }
#footer .copyright { font-size: 15px; color: #8d8b8a; line-height: 100%; }

/* Logo */
#footer .row .col_logo { width: 280px; padding: 70px 0; font-size: 16px; color: white; line-height: 25px; background: var(--color-dark-brown); }
#footer .row .col_logo a { text-decoration: underline; color: white; }
#footer .row .col_logo a:hover { text-decoration: none; }
#footer .row .col_logo p { margin-bottom: 20px; }
#footer .row .col_logo p:last-child { margin-bottom: 0; }
#footer .row .col_logo .logo { margin-bottom: 30px; display: block; }
#footer .row .col_logo .logo img { width: auto; height: 60px; display: block; }

/* Links */
#footer .row .row_links { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.2); }
#footer .row .col_links { padding: 70px 0 70px 30px; font-size: 17px; color: white; }
#footer .row .col_links p { font-size: 16px; }
#footer .row .col_links h3 { margin-bottom: 15px; font-size: 20px; color: #8d8b8a; line-height: 100%; }
#footer .row .col_links img { width: auto; height: 20px; }
#footer .row .col_links ul { margin-bottom: 20px; }
#footer .row .col_links ul li a { padding-left: 20px; font-size: 17px; color: white; line-height: 30px; display: inline-block; position: relative; }
#footer .row .col_links ul li a:hover { text-decoration: underline; }
#footer .row .col_links ul li a:before { width: 4px; height: 4px; left: 0; top: 14px; font-size: 17px; background: var(--color-orange); position: absolute; content: ''; }

#footer .row .col_links .opening_hour { font-size: 0; line-height: 30px; }
#footer .row .col_links .opening_hour .name { width: 50%; font-size: 17px; vertical-align: top; display: inline-block; }
#footer .row .col_links .opening_hour .value { width: 50%; font-size: 17px; vertical-align: top; text-align: right; display: inline-block; }


/*
----------------
	SCROLL UP
----------------
*/
#scrollUp { width: 50px; height: 50px; right: 20px; bottom: 20px; background: var(--color-orange) url(images/icon_arrow_up_white.svg) no-repeat center; background-size: auto 20px; position: fixed; z-index: 99; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); box-shadow: 0 2px 3px rgba(0 0 0 / 10%); opacity: 100% !important; }

#show_sidebar { width: 50px; height: 50px; right: 20px; bottom: 20px; background: var(--color-orange) url(images/icon_filter_white.svg) no-repeat center; background-size: auto 20px; position: fixed; z-index: 99; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 2px 3px rgba(0 0 0 / 10%); box-shadow: 0 2px 3px rgba(0 0 0 / 10%); }
#show_sidebar.active { background-color: #ed1846; background-image: url(images/icon_close_white.svg); }


/*
--------------------
	CONTACT FORM
--------------------
*/
.wpcf7-form br { display: none; }


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

	/* DISPLAY: None */
	.hide_in_1440 { display: none !important; }
	
	/* BLOG */
	#blog .news h3 { font-size: 25px; }
	
	/* TESTIMONIALS */
	#testimonials .wrapper .testimonials { padding-bottom: 80px; }
	#testimonials .wrapper .testimonial { font-size: 25px; }
}

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

	/* DISPLAY: None */
	.hide_in_1200 { display: none !important; }
	
	/* DEFAULT */
	.p_l_30, .p_l_20 { padding-left: 20px; }
	.p_r_30, .p_r_20 { padding-right: 20px; }
	
	/* HEADER: Header bottom */
	#header .bottom_part .aws-container { width: 350px; }
	
	#header .shipping_method { max-width: 350px; }
	#header .shipping_method span { display: block; }
	
	/* MENU */
	#menu ul li a { padding: 0 15px; font-size: 19px; background-image: none !important; }
	
	/* SLIDER */
	#slider_banner { padding: 20px 0; }

	/* WHY US */
	#whyus .whyus_wrap .part .text { font-size: 16px; }
	
	/* BLOG */
	#blog .news { width: 33.3333333333%; padding-top: 0; }
	#blog .news .thumbnail { padding-top: 0; }
	
	/* TESTIMONIALS */
	#testimonials { width: 33.3333333333%; padding: 0 20px; }
	
	/* CONTENT */
	#content { width: calc(100% - 220px); }
	
	/* SIDEBAR */
	#sidebar { width: 220px; }
	
	/* SIDEBAR: Categories */
	.widget_product_categories ul li a { padding: 15px 0 15px 15px; background-image: none !important; }
	
	.widget_product_categories ul li ul { width: 220px; left: 240px; }
	.widget_product_categories ul li ul li ul { left: 100%; top: 0; background: #DEC79E; position: absolute; visibility: hidden !important; opacity: 0 !important; }
	.widget_product_categories ul li ul li ul.bigger { width: 480px; }
	
	/* FOOTER: Logo */
	#footer .row .col_logo { width: 240px; padding: 70px 20px; }
	#footer .row .col_logo .logo img { width: 100%; height: auto; }
}

@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; }
	
	/* HEADER */
	#header { height: 80px !important; }
	
	/* HEADER: Header bottom */
	#header .bottom_part .bottom_part_wrap .wrap_left { width: 250px; }
	#header .bottom_part .bottom_part_wrap .wrap_right { width: calc(100% - 250px); padding-right: 120px; }
	#header .bottom_part .aws-container { display: none !important; }
	
	#header .bottom_part .partner_pages { max-width: 170px; }
	#header .bottom_part .partner_pages a { margin-right: 0; flex-basis: 100%; }
	
	/* SLIDER: Slider */
	#slider_banner .slider { width: 100%; height: 400px; }

	/* WHY US */
	#whyus { border-bottom: none; }
	#whyus .row { display: block; }
	#whyus .whyus_wrap .part { width: 100%; height: auto; padding: 20px 20px 20px 70px; border-right: none; border-bottom: 1px solid #eaeaea; display: block; }
	#whyus .whyus_wrap .part:nth-child(2), 
	#whyus .whyus_wrap .part:nth-child(3) { padding-left: 70px; }
	
	#whyus .whyus_wrap .part:nth-child(2) img { left: 5px; }
	#whyus .whyus_wrap .part:nth-child(3) img { left: 15px; }
	
	/* BLOG */
	#blog { padding: 50px 0; }
	#blog .news { width: 50%; }
	#blog .news:first-child { padding-right: 10px; }
	#blog .news:last-child { padding-left: 10px; }
	
	/* CONTENT */
	body.fixed_header #container { padding-top: 80px; }
	#content { width: 100%; padding-top: 20px; padding-left: 0; float: none; }
	
	/* SIDEBAR */
	#sidebar { width: calc(100% - 100px); height: 100%; left: -100%; top: 0; padding: 20px; background: white; position: fixed; z-index: 100; -moz-box-shadow: 0 0 10px rgba(0 0 0 / 10%); -webkit-box-shadow: 0 0 10px rgba(0 0 0 / 10%); box-shadow: 0 0 10px rgba(0 0 0 / 10%); }
	#sidebar.open { left: 0; }
	#sidebar #woof_widget-2 { top: 0; position: relative; }
	
	/* FOOTER: Logo */
	#footer .row .col_logo { padding: 50px 20px; }
	
	/* FOOTER: Links */
	#footer .row .col_links { padding: 50px 0 50px 20px; }
	#footer .row .row_links .col { width: 50%; }
	#footer .row .row_links .col.col_opening_hours { width: 100%; margin-top: 20px; display: block; }
	
	/* SCROLL UP */
	body.tax-product_cat #scrollUp, 
	body.post-type-archive #scrollUp { right: 80px; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* HEADER: Bottom part */
	#header .shipping_method { padding-left: 0; background-image: none; }

	/* SLIDER: Slider */
	#slider_banner .slider { height: 350px; }

	/* NEWEST PRODUCTS */
	#newest_products .product_list_header { height: auto; padding: 20px 0; text-align: center; }
	#newest_products .product_list_header .vertical_middle { top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	#newest_products .product_list_header .button { margin: 0 5px; }
	#newest_products .product_list_header .button.list { left: auto; position: relative; }
	#newest_products .product_list_header .button.sale { right: auto; position: relative; }
	#newest_products .product_list_header .title { margin-bottom: 20px; font-size: 8vw; }
	
	/* BLOG */
	#blog { padding: 20px 0; }
	
	/* CONTENT */
	#content h1 { margin-bottom: 20px; font-size: 8vw; }
	
	/* FOOTER */
	#footer .inner { padding-right: 0; }
	#footer .row { display: block; }
	
	/* FOOTER: Logo */
	#footer .row .col_logo { width: 100%; padding: 30px 20px; text-align: center; display: block; }
	#footer .row .col_logo .logo img { width: auto; height: 50px; display: inline-block; }
	
	/* FOOTER: Links */
	#footer .row .row_links { width: 100%; display: block; }
	#footer .row .col_links { width: 100%; padding: 30px 20px; display: block; }
	#footer .row .col_links .col { width: auto; max-width: 300px; margin: 20px auto 0; display: block; }
	
	#footer .copyright { text-align: center; }
}

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

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_640 { display: block !important; }
	
	/* MODAL */
	.modal_overlay { padding: 0 20px; }
	.modal_overlay .modal { width: 100%; }
	
	/* HEADER: Header bottom */
	#header .bottom_part .bottom_part_wrap .wrap_left { width: auto; }
	#header .bottom_part .bottom_part_wrap .wrap_right { width: auto; }
	#header .bottom_part .logo { height: 26px; }
	
	/* SLIDER: Slider */
	#slider_banner { padding: 0; }
	#slider_banner .inner { padding-left: 0; padding-right: 0; }
	#slider_banner .slider { height: 300px; }
	#slider_banner .slider .slick-slide .text_wrapper { width: 100%; max-width: none; height: 100%; left: 0; top: 0; padding: 20px; text-align: center; position: absolute; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	#slider_banner .slider .slick-slide .alt_text_wrapper { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	
	#slider_banner ul.slick-dots { width: 100%; left: 0; text-align: center; }
	#slider_banner ul.slick-dots li { margin-left: 10px; margin-right: 10px; }
	#slider_banner ul.slick-dots li button { width: 20px; height: 20px; }
	
	/* CONTENT */
	#content h1 { font-size: 9vw; }
	
	/* BLOG */
	#blog .news .datetime { width: 80px; height: 80px; right: 20px; bottom: -20px; padding-top: 18px; }
	#blog .news .datetime .day { font-size: 30px; }
	#blog .news h3 { padding-top: 30px; font-size: 20px; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480 { display: block !important; }
	
	/* HEADER: Header bottom */
	#header .bottom_part .logo { height: 20px; }
	
	#header .ajax_cart { width: 40px; height: 40px; padding-left: 0; font-size: 0; display: block; }
	#header .ajax_cart .count { top: -5px; }

	/* SLIDER: Slider */
	#slider_banner .slider { height: 220px; }
	#slider_banner .slider .slick-slide .text_wrapper .button { margin-top: 10px; }

	/* NEWEST PRODUCTS */
	#newest_products .product_list_header .button { margin: 0; display: block; }
	#newest_products .product_list_header .button.list { margin-bottom: 10px; }
	
	/* BLOG */
	#blog .news .datetime { width: 60px; height: 60px; left: 50%; right: auto; margin-left: -30px; padding-top: 10px; }
	#blog .news .datetime .day { font-size: 25px; }
	#blog .news h3 { font-size: 18px; }
	
	/* CONTENT */
	#content h1 { font-size: 10vw; }
	
	/* FOOTER: Links */
	#footer .row .col_links .col { width: 100%; max-width: none; }
}

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

	/* HEADER: Logo */
	#header .bottom_part .logo { width: auto; height: 16px; }
}
