/*
Theme Name: Függöny Center
Theme URI: https://fuggonycenter.hu/
Description: A Függöny Center webáruház alapértelmezett sablonja
Author: Digitalform
Author URI: https://digitalform.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-body: #333;
	--color-green: #34a853;
	--color-light-green: #eefaf1;
	--color-red: #d7315a;
	--color-sand: #ddd7d0;
	--color-sand-light: #f5f2ef;
	--color-pink: #e44d84;
	--color-purple: #653e59;
	--color-purple-a40: rgba(101 62 89 / 40%);
	--color-purple-a15: rgba(101 62 89 / 15%);
	--color-silver-line: #cfd8dc;
	--color-yellow: #fbc436;
	--color-light-yellow: #fffcf5;
}

body { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; background: var(--color-sand-light); }
body.rwd_menu__opened { overflow: hidden; }

img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; padding: 5px; background: white; -moz-box-shadow: 0 0 5px #d1d4bc; -webkit-box-shadow: 0 0 5px #d1d4bc; box-shadow: 0 0 5px #d1d4bc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
img.noborder { padding: 0 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

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

hr { margin: 30px 0; border-top: 3px double var(--color-sand); clear: both; }

button, input { -webkit-appearance: none; -webkit-border-radius: 0; }
button, input, select, textarea { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 400; outline: none; }
textarea { resize: vertical; }

input[type="checkbox"], input[type="radio"] { width: 20px; height: 20px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important;  background-color: #fff; border: 1px solid #d9d9d9; clear: none; cursor: pointer; display: inline-block !important; 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; background: var(--color-green); position: relative; border-radius: 8px; display: block; text-align: center; content: ''; }
input[type="checkbox"]:checked:before { width: 10px; height: 10px; left: 4px; top: 4px; background: var(--color-green); position: relative; display: block; text-align: center; content: ''; }

/*
-----------------
	CLASSES
-----------------
*/
.red { color: var(--color-red); }
.inner { max-width: 1280px; margin: auto; position: relative; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.hide { display: none !important; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.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%; }

/* Buttons */
.button { height: 50px; padding: 0 20px !important; font-size: 16px; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 50px; background-color: var(--color-pink); display: inline-block; position: relative; cursor: pointer; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.button:hover { background-color: var(--color-purple); }

.button.button_40 { height: 40px; padding: 0 15px !important; font-size: 15px; line-height: 40px; }
.button.button_full { width: 100%; padding: 0; text-align: center; display: block; }

.button.button_purple {}

.button_white_hover:hover { color: #111 !important; background-color: white !important; }

.button:disabled { background: #ddd; cursor: not-allowed; }

/* Font */
.t_a_c, .center { text-align: center; }
.uppercase { text-transform: uppercase; }
.embed_font, .sec_font { font-family: 'Dosis', sans-serif; }

/* 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_3 { -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; }
.anim_5 { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s 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); }

/* Columns */
.row { width: 100%; font-size: 0; }
.col { vertical-align: top; display: inline-block; }
.col_70 { width: 70%; }
.col_50 { width: 50%; }
.col_33 { width: 33.3333333333%; }
.col_30 { width: 30%; }
.col_25 { width: 25%; }


/*
--------------
	POPUP
--------------
*/
.white-popup { width: 460px; left: 50%; margin-left: -230px; padding: 20px; text-align: center; background: white; position: relative; -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.5); box-shadow: 0 10px 10px rgba(0,0,0,0.5); }
.white-popup.mfp-hide { display: none; }

.white-popup p.action_info { margin-bottom: 20px; font-size: 20px; }
.white-popup p.action_buttons { margin-bottom: 0; padding-top: 20px; border-top: 1px solid #e1e2e4; }  
.white-popup p.action_buttons a.close_popup { text-decoration: underline; color: #999; }  
.white-popup p.action_buttons a.close_popup:hover { color: var(--color-body); }  

.white-popup .checkmark__circle { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 2; stroke-miterlimit: 10; stroke: var(--color-green); fill: none; }
.white-popup .checkmark { width: 100px; height: 100px; margin: 0 auto 30px auto; display: block; border-radius: 50%; stroke-width: 2; stroke: #fff; stroke-miterlimit: 10; box-shadow: inset 0px 0px 0px var(--color-green); }
.white-popup .checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 100; stroke-dashoffset: 100; }

.mfp-ready .white-popup .checkmark__circle { animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
.mfp-ready .white-popup .checkmark { animation: fill 0.5s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both; }
.mfp-ready .white-popup .checkmark__check { animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
	100% { stroke-dashoffset: 0; }
}
@keyframes scale {
	0%, 100% { transform: none; }
	50% { transform: scale3d(1.1, 1.1, 1); }
}
@keyframes fill {
	100% { box-shadow: inset 0px 0px 0px 50px var(--color-green); }
}


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: 100%; top: 100px; bottom: 0; background: var(--color-purple-a40); position: fixed; z-index: 100; visibility: hidden; opacity: 0; }
#rwd_menu .rwd_menu_wrap { width: 400px; right: -100%; top: 0; bottom: 0; padding: 20px; background: var(--color-purple); position: absolute; overflow: auto; }

/* Search */
#rwd_menu form.search { height: 50px; margin-bottom: 20px; background: white; display: flex; flex-wrap: wrap; position: relative; }
#rwd_menu form.search input[type=text] { width: calc(100% - 50px); height: 100%; padding-left: 20px; background: transparent; }
#rwd_menu form.search input[type=submit] { width: 50px; height: 100%; background: url(images/icon_search_silver.svg) no-repeat center; background-size: auto 20px; cursor: pointer; }

/* Menu */
#rwd_menu ul.menu { margin-bottom: 30px; }
#rwd_menu ul.menu li { position: relative; }
#rwd_menu ul.menu li.hide_in_rwd { display: none; }
#rwd_menu ul.menu li.menu-item-has-children:after { width: 18px; height: 18px; right: 0; top: 15px; background: white url(images/icon_plus.svg) no-repeat center; background-size: auto 18px; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#rwd_menu ul.menu li.menu-item-has-children.open:after { background-color: var(--color-pink); background-image: url(images/icon_minus.svg); }
#rwd_menu ul.menu li a { padding: 3px 0; color: white; display: block; }
#rwd_menu ul.menu li a:hover { text-decoration: underline; }

/* Primary menu */
#rwd_menu ul.menu.primary_menu li a { padding: 12px 0; font-size: 18px; border-bottom: 1px solid rgba(255 255 255 / 10%); }

#rwd_menu ul.menu.primary_menu li ul { margin-left: -20px; margin-right: -20px; background: white; display: none; }
#rwd_menu ul.menu.primary_menu li ul li:after { right: 20px; top: 9px; }
#rwd_menu ul.menu.primary_menu li ul li a { padding: 5px 20px; font-size: 18px; text-transform: none; color: #000; border-bottom: none; }
#rwd_menu ul.menu.primary_menu li ul li ul { margin: 0; padding: 10px 0; background: #f7f7f7; }

/* Secondary menu */
#rwd_menu ul.menu.secondary_menu {  }
#rwd_menu ul.menu.secondary_menu ul li a { font-size: 16px; font-weight: 500; }

/* Button */
#rwd_menu .button { width: 100%; text-align: center; display: block; }

body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }


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

/* Header top */
#header .header_top { height: 40px; color: white; line-height: 40px; background: var(--color-purple); }
#header .header_top .header_top_wrap { height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
#header .header_top .warning_text_wrap { width: calc(100% - 400px); height: 100%; border-left: 1px solid rgba(255 255 255 / 10%); }
#header .header_top .warning_text_wrap .slick-slider { height: 100%; }
#header .header_top .warning_text_wrap .slick-list { height: 100%; }
#header .header_top .warning_text_wrap .slick-track { height: 100%; }
#header .header_top .warning_text_wrap .slick-slide { height: 100%; }
#header .header_top .warning_text_wrap .slick-slide .m-slides { margin: 0 10px; }


#header .header_top .right { font-size: 0; }
#header .header_top .right a { height: 40px; padding: 0 10px; font-size: 14px; color: white; background: #e9568d; display: inline-block; }
#header .header_top .right a:hover { text-decoration: underline; }
#header .header_top .right a.profile { border-right: 1px solid rgba(255,255,255,0.2); }
#header .header_top .right a span { height: 40px; background-repeat: no-repeat; background-position: left center; background-size: auto 16px; display: inline-block; }
#header .header_top .right a.profile span { padding-left: 20px; background-image: url(images/icon_user.svg); }
#header .header_top .right a.logout span { padding-left: 20px; background-image: url(images/icon_logout.svg); }

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

/* Logo */
#header .header_bottom .logo { width: 205px; height: auto; left: 0; position: absolute; }
#header .header_bottom .logo img { width: 100%; height: auto; display: block; }

/* Boxes */
#header .header_bottom .boxes { height: 50px; right: 0; display: flex; flex-wrap: wrap; align-items: center; position: absolute; }

/* Search */
#header .aws-container { width: calc(100% - 600px); left: 300px; top: 50%; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#header .aws-container .aws-search-field { border: 1px solid var(--color-sand); border-right: none; }
#header .aws-container .aws-search-field:focus { border-color: var(--color-purple); outline-color: var(--color-purple-a15); }
#header .aws-container .aws-form-btn { background: var(--color-purple) !important; }

/* Profile */
#header .header_bottom .profile { width: 40px; height: 40px; margin-right: 30px; background: var(--color-sand-light) url(images/icon_user.svg) no-repeat center; background-size: auto 20px; display: block; }

/* Cart */
#header .header_bottom .ajax_cart { height: 40px; padding-left: 40px; line-height: 40px; background: url(images/icon_cart.svg) no-repeat center left; background-size: auto 26px; display: block; position: relative; }
#header .header_bottom .ajax_cart .count { min-width: 22px; height: 22px; left: 15px; bottom: -3px; padding: 0 5px; font-size: 14px; text-align: center; color: white; line-height: 22px; background: var(--color-green); display: block; position: absolute; }
#header .header_bottom .ajax_cart .cart_total { font-size: 24px; color: #000; }

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

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

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

/* RWD menu is opened */
body.rwd_menu__opened #header .header_bottom { background: white; }
body.rwd_menu__opened #header .header_bottom .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .header_bottom .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .header_bottom .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }


/*
--------------
	SEARCH
--------------
*/
.aws-container .aws-search-form { height: 50px; }
.aws-container .aws-search-field { padding-left: 15px; padding-right: 0; font-size: 16px; background: white; border: none; outline: 3px solid transparent; }
.aws-container .aws-form-btn { width: 50px !important; background: var(--color-pink) !important; border: none !important; }
.aws-container .aws-form-btn svg { fill: white !important; }
.aws-container .aws-form-btn:hover { background: var(--color-brown); border-color: var(--color-brown); }
.aws-container .aws-form-btn:hover svg { fill: white; }
.aws-container .aws-form-btn .aws-search-btn_icon { width: 100%; }

.aws-search-result { border-color: var(--color-sand) !important; }
.aws-search-result ul li { border-color: var(--color-sand) !important; }
.aws-search-result .aws_result_content { font-size: 14px; }
.aws-search-result .aws_result_item:hover, .aws-search-result .aws_result_item.hovered { background: var(--color-sand-light) !important; }
.aws-search-result .aws_result_title { color: #000 !important; }
.aws-search-result .aws_search_more a { font-weight: 700; color: var(--color-pink) !important; }

.alternative_search .aws-container .aws-search-form { height: 50px; }
.alternative_search .aws-container .aws-search-field { color: white; background: var(--color-pink); }
.alternative_search .aws-container .aws-search-field::placeholder { color: rgba(255 255 255 / 50%); }
.alternative_search .aws-container .aws-search-field:-ms-input-placeholder { color: rgba(255 255 255 / 50%); }
.alternative_search .aws-container .aws-search-field::-ms-input-placeholder { color: rgba(255 255 255 / 50%); }
.alternative_search .aws-container .aws-form-btn { background: var(--color-purple) !important; }


/*
-------------
	MENU
-------------
*/
#menu { height: 50px; background: white; }
#menu .inner { height: 100%; background: var(--color-pink); }

#menu ul { height: 100%; display: flex; }
#menu ul li { height: 100%; border-right: 1px solid rgba(255 255 255 /20%); position: relative; }
#menu ul li:last-child { border-right: none; }
#menu ul li a { padding: 0 20px; font-size: 20px; color: white; line-height: 50px; display: block; }
#menu ul li a:hover { background-color: #e53f7e; }

/* Submenu */
#menu ul li ul { min-width: 200px; height: auto; left: 0; top: 100%; background: var(--color-purple); display: block; position: absolute; z-index: 10; visibility: hidden; opacity: 0; }
#menu ul li ul li { height: auto; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); display: block; }
#menu ul li ul li:last-child { border-bottom: none; }
#menu ul li ul li a { padding: 0 20px !important; font-size: 18px; background: none !important; line-height: 40px; }
#menu ul li ul li a:hover { text-decoration: underline; }

#menu ul li.menu-item-has-children a { padding-right: 40px; background-image: url(images/arrow_down_open_white.svg); background-repeat: no-repeat; background-position: 90% center; background-size: auto 16px; }
#menu ul li.menu-item-has-children:hover, 
#menu ul li.menu-item-has-children:hover a { background-color: var(--color-purple); }
#menu ul li.menu-item-has-children:hover ul { visibility: visible; opacity: 1; }
#menu ul li.menu-item-has-children ul { left: 0; top: 100%; background: var(--color-purple); position: absolute; z-index: 10; }

/* Sub submenu */
#menu ul li ul li.menu-item-has-children:after { width: 20px; height: 100%; right: 0; top: 0; background: rgba(0,0,0,0.2) url(images/icon_right_open_white.svg) no-repeat center; background-size: auto 10px; position: absolute; content: ''; opacity: 0.5; }
#menu ul li ul li ul { min-width: max-content; left: 100% !important; top: 0 !important; background: white !important; visibility: hidden !important; opacity: 0 !important; -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); box-shadow: 3px 3px 3px rgba(0,0,0,0.2); }
#menu ul li ul li:hover > ul { visibility: visible !important; opacity: 1 !important; }
#menu ul li ul li:hover > ul li { border-bottom-color: #eeeae6; }
#menu ul li ul li:hover > ul li:after { display: none !important; }
#menu ul li ul li:hover > ul li a { color: #5C3850; }


/*
---------------------------
	ALTERNATIVE FILTER
---------------------------
*/
.alt_filter { margin-bottom: 30px; padding: 0 20px; border: 1px solid #ddd; }
.alt_filter legend { padding: 0 5px; color: #d13939; }
.alt_filter h3 { margin-bottom: 10px !important; }
.alt_filter h3 span { font-size: 20px !important; }
.alt_filter ul { margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 20px !important; }
.alt_filter ul li { padding-left: 0 !important; }
.alt_filter ul li:before { display: none !important; }
.alt_filter ul li select { width: 100%; height: 40px; border: 1px solid #cdcfd3; }
.alt_filter .widget_title { display: none; }


/*
-----------------------
	RECENT PRODUCTS
-----------------------
*/
.recent_products { padding: 30px 0; }
.recent_products h2 { margin-bottom: 20px; font-size: 30px; line-height: 100%; }


/*
-------------------
	BREADCRUMBS
-------------------
*/
.rank-math-breadcrumb { margin-bottom: 20px; }


/*
----------------
	CONTENT
----------------
*/
#container { background: white; display: flex; flex-wrap: wrap; position: relative; z-index: 1; }

#content { width: 100%; width: calc(100% - 300px); padding: 30px 20px; }
#content.fullwidth { width: 100%; padding-left: 50px; padding-right: 50px; }
body.home #content { padding-top: 0; padding-bottom: 0; }

#content h1 { margin-bottom: 30px; font-size: 50px; }
#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 500; color: var(--color-pink); }

#content p { margin-bottom: 20px; }
#content a { text-decoration: underline; color: var(--color-pink); }
#content a:hover { color: #111; }

/* List */
#content ul { margin-left: 20px; margin-bottom: 30px; }
#content ul li { list-style: disc; }
#content ul.nomargin { margin-left: 0; }
#content ul.nomargin li { list-style: none; }

#content ol { margin-left: 20px; margin-bottom: 30px; }
#content ol li { list-style: decimal; }

/* Table */
#content table.custom_1 { width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }
#content table.custom_1 thead tr th { padding: 10px; font-size: 14px; text-align: left; color: white; line-height: 16px; background: var(--color-pink); }
#content table.custom_1 tbody tr td { padding: 10px; border-bottom: 1px solid var(--color-silver-line); }
/* Blog archive */
#content .blog_wrap { margin-left: -20px; margin-right: -20px; display: flex; flex-wrap: wrap; }
#content .blog_wrap .blog { width: calc(33.3333333333% - 40px); margin: 50px 20px 0; padding-bottom: 40px; background: var(--color-sand-light); position: relative; }
#content .blog_wrap .blog:nth-child(-n+3) { margin-top: 0; }

#content .blog_wrap .blog .thumbnail { position: relative; }
#content .blog_wrap .blog .thumbnail img { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
#content .blog_wrap .blog .thumbnail .datetime { right: 0; bottom: 0; padding: 5px 10px; font-size: 14px; color: white; background: var(--color-pink); position: absolute; z-index: 2; }

#content .blog_wrap .blog .entry { padding: 20px; position: relative; }
#content .blog_wrap .blog .entry h3 { margin-bottom: 10px; }
#content .blog_wrap .blog .entry h3 a { font-size: 25px; font-weight: 900; text-decoration: none; }
#content .blog_wrap .blog .entry .share { margin-bottom: 5px; }
#content .blog_wrap .blog .entry .excerpt { font-size: 14px; line-height: 20px; }

#content .blog_wrap .blog .button { left: 20px; bottom: 20px; position: absolute; }

/* Contact */
#content .contact_wrap { display: flex; flex-wrap: wrap; }
#content .contact_wrap .wrap_left { width: 50%; padding-right: 50px; }
#content .contact_wrap .wrap_right { width: 50%; padding: 50px; background: var(--color-sand-light); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }


/*
----------------
	SLIDER
----------------
*/
#slider { height: 400px; margin-left: -20px; margin-right: -20px; position: relative; }

#slider .slick-list, 
#slider .slick-track { height: 100%; }
#slider .item { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .item .cover { width: 100%; height: 100%; left: 0; top: 0; background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); position: asbolute; }
#slider .item .cover .entry { left: 50px; bottom: 30px; right: 50px; position: absolute; }
#slider .item .cover .entry h1 { font-size: 50px; color: white; }

#slider .slick-dots { right: 30px; top: 50%; position: absolute; z-index: 10; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#slider .slick-dots li { margin: 5px 0; }
#slider .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 .slick-dots li.slick-active button { background: var(--color-green); }


/*
----------------
	SIDEBAR
----------------
*/
#sidebar { width: 300px; position: relative; }
#sidebar:after { width: 1px; height: 100%; right: 0; top: 0; background: var(--color-sand); position: absolute; content: ''; }

#sidebar .widget { position: relative; z-index: 2; }
#sidebar .widget .widget_title { padding: 10px 20px; font-size: 16px; color: white; background: var(--color-purple); }

/* Categories */
#sidebar .widget_categories .cat_title { padding: 10px 20px; color: white; background: var(--color-purple); }
#sidebar .widget_categories ul { padding-left: 1px; }
#sidebar .widget_categories ul li { border-bottom: 1px solid var(--color-sand); position: relative; }
#sidebar .widget_categories ul li:last-child { border-bottom: none; }
#sidebar .widget_categories ul li.menu-item-has-children:after { width: 20px; height: 20px; right: 10px; top: 6px; text-align: center; position: absolute; content: '+'; }
#sidebar .widget_categories ul li a { padding: 7px 20px; font-size: 15px; font-weight: 500; color: #666; display: block; }
#sidebar .widget_categories ul li a:hover { color: #000; background: var(--color-silver); border-right: 1px solid var(--color-sand); }

#sidebar .widget_categories ul li.menu-item-has-children:hover:after { color: white; }
#sidebar .widget_categories ul li.menu-item-has-children:hover a { color: white; background: var(--color-purple); border-right: 1px solid var(--color-sand); }

#sidebar .widget_categories ul li ul { width: 250px; left: 100%; top: -1px; padding-left: 0; border: 1px solid var(--color-sand); border-left: none; position: absolute; z-index: 99; visibility: hidden; opacity: 0; }
#sidebar .widget_categories ul li ul li:last-child { border-bottom: none; }
#sidebar .widget_categories ul li ul li a { color: #333 !important; background: #f0ece9 !important; border-right: none !important; }
#sidebar .widget_categories ul li ul li a:hover { color: #222 !important; background: #e6e2df !important; }

#sidebar .widget_categories ul li.menu-item-has-children:hover ul { visibility: visible; opacity: 1; }

/* Text widget */
#sidebar .textwidget { padding: 20px; font-size: 15px; color: #444; line-height: 18px; }

/* Filter */
#sidebar .berocket_aapf_widget-wrapper .widget-title { padding: 10px 20px; font-family: 'Dosis', sans-serif; font-size: 16px; text-transform: uppercase; color: white; line-height: initial; background: #e53f7e; }
#sidebar .berocket_aapf_widget-wrapper .berocket_aapf_widget { padding: 20px; }

/* Filter */
#sidebar ul.berocket_aapf_widget { margin-bottom: 0; font-size: 0; }
#sidebar ul.berocket_aapf_widget li { width: 50%; font-size: 16px; vertical-align: top; display: inline-block; }
#sidebar ul.berocket_aapf_widget li.slider { width: 100%; }
#sidebar ul.berocket_aapf_widget li label { height: 20px; line-height: 20px; display: block; }
#sidebar ul.berocket_aapf_widget li label:before { width: 20px; height: 20px; margin-bottom: 3px; text-align: center; vertical-align: middle; background: #f8f8f8; border: 1px solid #ddd; }
#sidebar ul.berocket_aapf_widget li label.berocket_checked:before { content: '✔'; }

.berocket_filter_slider.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle { width: 20px; height: 20px; top: -8px; background: #e53f7e; border: 2px solid white; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Product widget */
#sidebar .widget.widget_products ul {  }
#sidebar .widget.widget_products ul li { min-height: 120px; padding: 20px 20px 20px 110px; line-height: 17px; border-bottom: 1px solid var(--color-sand); position: relative; }
#sidebar .widget.widget_products ul li:last-child { border-bottom: none; }
#sidebar .widget.widget_products ul li a.thumbnail { width: 30%; left: 20px; top: 20px; padding: 4px; background: white; border: 1px solid var(--color-sand); display: inline-block; position: absolute; }
#sidebar .widget.widget_products ul li a.thumbnail img { width: 100%; height: auto; display: block; }
#sidebar .widget.widget_products ul li h3 { margin-bottom: 5px; font-size: 16px; line-height: 16px; }
#sidebar .widget.widget_products ul li h3 a { font-size: 16px; font-weight: 700; color: #111; line-height: 16px; }
#sidebar .widget.widget_products ul li h3 a:hover { text-decoration: underline; }
#sidebar .widget.widget_products ul li del { font-size: 14px; text-decoration: line-through; color: #999; display: block; }
#sidebar .widget.widget_products ul li ins { font-size: 16px; font-weight: 700; color: #e53f7e; }


/*
---------------
	FOOTER
---------------
*/
#footer { color: white; background: var(--color-purple); position: relative; }
#footer:after { width: 100%; height: 5px; left: 0; bottom: 0; background: rgba(0 0 0 / 50%); position: absolute; content: '', }

#footer p { margin-bottom: 20px; font-size: 15px; }
#footer p:last-child { margin-bottom: 0; }
#footer a { text-decoration: underline; color: white; }
#footer a:hover { text-decoration: none; }

#footer ul li { padding-left: 20px; list-style: none !important; position: relative; }
#footer ul li:before { width: 4px; height: 4px; left: 0; top: 10px; background: white; position: absolute; content: ''; }

/* Footer top */
#footer .footer_top { padding: 50px 0; }
#footer .footer_top h3 { margin-bottom: 25px; padding-bottom: 25px; font-size: 20px; color: white; position: relative; }
#footer .footer_top h3:after { width: 40px; height: 1px; left: 0; bottom: 0; background: white; position: absolute; content: ''; opacity: 50%; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; }
#footer .footer_top .footer_top_wrap .wrap_left { width: 33.3333333333%; }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0 25px 0; text-align: center; color: white; border-top: 4px double rgba(255,255,255,0.5); }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1280px) {
	
	/* DEFAULT */
	.p_l_30, .p_l_20 { padding-left: 20px; }
	.p_r_30, .p_r_20 { padding-right: 20px; }
	
	/* HEADER: Header bottom */
	#header .header_bottom .logo { left: 20px; }
	#header .header_bottom .boxes { right: 20px; }
	
	/* CONTENT */
	#content.fullwidth { padding-left: 20px; padding-right: 20px; }
	
	/* COOKIE */
	#cookie { width: auto; left: 20px; right: 20px; }
	#cookie .inner { padding-right: 120px; }
	#cookie a.accept { right: 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 { border-top: none; }
	
	/* HEADER: Header bottom */
	#header .header_bottom { height: 100px; }
	#header .header_bottom .boxes { right: 20px; }
	#header .header_bottom .ajax_cart { margin-right: 90px; }
	#header .header_bottom .aws-container { display: none; }
	
	/* CONTENT */
	#container { background-image: none; }
	#content { width: 100%; max-width: none; float: none; }
	#content .content_wrapper { padding: 20px; }
	
	/* PRODUCTS */
	body.archive ul.products { margin-left: 0px !important; margin-right: 0px; }
	
	/* BEFORE CONTENT */
	.breadcrumb { height: auto; padding: 10px 30px; line-height: 17px; }
	
	/* SLIDER */
	#slider { height: 400px; position: relative; }
	#slider .item .cover .entry { left: 30px; }
	
	/* CONTENT: Blog archive */
	#content .blog_wrap .blog { width: calc(50% - 40px); }
	#content .blog_wrap .blog:nth-child(3) { margin-top: 50px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; padding-right: 0; }
	#content .contact_wrap .wrap_right { width: 100%; }
	
	/* FOOTER */
	#footer .footer_top .col_25 { width: 33.3333333333%; }
}

@media only screen and (max-width: 768px) {
	
	/* DISPLAY: None */
	.hide_in_768 { display: none; }
	
	/* CONTENT */
	#content h1 { font-size: 7vw; }
	
	/* SLIDER */
	#slider { height: 350px; }
	#slider .item .cover .entry h1 { font-size: 7vw; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_right { padding: 30px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 50%; }
	#footer .footer_top .footer_top_wrap .wrap_left.contact { width: 100%; margin-top: 50px; }
}

@media only screen and (max-width: 640px) {
	
	/* DEFAULT */
	.p_l_30 { padding-left: 20px; }
	.p_r_30 { padding-right: 20px; }
	
	/* HEADER: /* Cart */
	#header .header_bottom .ajax_cart { width: 40px; margin-right: 80px; padding-left: 0; }
	#header .header_bottom .ajax_cart .cart_total { display: none !important; }
	
	/* BEFORE CONTENT */
	.breadcrumb { padding: 10px 20px; }

	/* CONTENT */
	#content h1 { font-size: 8vw; }
	#content .content_wrapper { padding: 20px; }
	
	/* SLIDER */
	#slider { height: 300px; }
	#slider .item .cover .entry h1 { font-size: 8vw; }
	
	/* FOOTER */
	#footer ul li { padding-left: 0; }
	#footer ul li:before { display: none; }
	#footer ul li a { font-size: 16px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top h3 { margin-bottom: 20px; padding-bottom: 0; }
	#footer .footer_top h3:after { display: none; }
	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; margin-top: 50px; }
	#footer .footer_top .footer_top_wrap .wrap_left:first-child { margin-top: 0; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .law { display: block; }
}

@media only screen and (max-width: 568px) and (orientation: portrait) {
	
	/* HEADER: Header bottom */
	#header .header_bottom .logo { width: 170px; }
	
	#header .header_bottom .ajax_cart { margin-right: 70px; }
}

@media only screen and (max-width: 480px) {
	
	/* RWD NAV */
	#rwd_menu { top: 80px; }
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); }
	
	/* HEADER: Header bottom */
	#header .header_bottom { height: 80px; }
	
	/* CONTENT: Blog archive */
	#content .blog_wrap { margin-left: 0; margin-right: 0; }
	#content .blog_wrap .blog { width: 100%; margin: 30px 0 0; }
	#content .blog_wrap .blog:nth-child(2) { margin-top: 30px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_right { padding: 30px 20px; }
}

@media only screen and (max-width: 480px) and (orientation : portrait) {
	
	/* POPUP */
	.mfp-container { padding: 20px; }
	.white-popup { width: 100%; left: 0; margin-left: 0; }
	.white-popup .action_buttons { height: auto; }
	.white-popup .action_buttons .button { width: 100%; padding: 0; text-align: center; display: block; }
	.white-popup .action_buttons .button.close_popup { margin-top: 10px; }

	/* Header bottom */
	#header .header_bottom .logo { width: 140px; left: 20px; }
	
	/* CONTENT */
	#content h1 { margin-bottom: 30px; font-size: 9vw; }
	
	/* SLIDER */
	#slider { height: 250px; }
	#slider .item .cover .entry h1 { font-size: 9vw; }
	#slider .slick-dots { right: 20px; }
}
