/*
Theme Name: Tibeko webáruház
Theme URI: https://tibeko.hu
Description: A Tibeko webáruház alapértelmezett sablonja.
Author: 360 Marketing
Author URI: https://360-marketing.hu
Version: 2.0
*/

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

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

:root {
	--color-body: #eeeff3;
	--color-body-dark: #e2e4ec;
	--color-blue-a10: rgba(19 67 148 / 10%);
	--color-blue: #134394;
	--color-dark-blue: #0f2a56;
	--color-green: #19916b;
	--color-green-light: #e7fbf5;
	--color-red: #d80d2c;
	--color-yellow: #ffd400;
	--color-silver-line: #dbdfe0;
}

body { font-family: 'Source Sans Pro', sans-serif; font-size: 18px; background: var(--color-body); overflow-x: hidden; }
body.rwd_menu__opened { overflow: hidden; }

h1, h2, h3, h4, h5 { font-weight: normal; }

button, input, select, textarea { font-family: 'Source Sans Pro', sans-serif; font-size: 17px; outline: none; }
select { height: 50px; }

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

hr { height: 30px; border-top: 3px solid var(--color-silver-line); }

.left { float: left; }
.right { float: right; }
.clear, .related  { clear: both; }
.inner { max-width: 1200px; margin: auto; position: relative; }
.inner_800 { max-width: 800px; }
.inner_600 { max-width: 600px; }
.inner.archive_inner { width: 100%; display: table; }
.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%; }
.special_offer { height: 180px; margin-bottom: 30px; display: none; }
.vertical_middle { top: 50%; position: relative; transform: translateY(-50%); }
.required, .red { color: var(--color-red); }

.button { height: 40px; padding: 0 20px; font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 400; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 40px; background-color: var(--color-blue); 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-blue); }
.button:disabled { color: white !important; background-color: #ccc; }

.button_small { padding: 0 15px; font-size: 18px; }
.button_full { width: 100% !important; text-align: center; display: block; }
.button_has_icon { padding-left: 45px; }

.button.button_yellow { color: #000 !important; background-color: var(--color-yellow); }
.button.button_yellow:hover { background-color: white; }

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

/* Font */
.center { text-align: center; }
.sec_font, #footer a.phone, .products .item .price { font-family: 'Barlow Condensed', sans-serif; } 
.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"]:checked:before { width: 10px; height: 10px; left: 4px; top: 4px; text-align: center; background: var(--color-dark-blue); 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: var(--color-dark-blue); position: relative; display: block; content: ''; }


/*
-------------
	MODAL
-------------
*/
.mfp-content .modal_panel { margin: 20px auto; background: white; position: relative; }
.fancybox-container .modal_added_to_cart { width: 100%; max-width: 600px; padding: 30px; }

.fancybox-container .modal_added_to_cart h3 { margin-bottom: 20px; font-size: 30px; color: var(--color-green); line-height: 100%; }
.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 var(--color-silver-line); }
.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: 500; color: #000; }
.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 { padding: 20px !important; text-align: left !important; font-size: 15px !important; }
#cookie-law-info-bar .cli-plugin-button { margin-left: 0 !important; }


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

/* Search */
#rwd_menu .aws-container { padding: 20px; }

/* Profile button */
#rwd_menu .button { width: 100%; right: -100%; bottom: 0; height: 60px; text-align: center; line-height: 60px; position: fixed; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 20%); }
#rwd_menu ul.primary_menu li a { padding: 15px 20px; font-size: 26px; color: white; line-height: 100%; display: block; }

/* Secondary menu */
#rwd_menu ul.secondary_menu li a { padding: 6px 20px; font-size: 20px; color: white; line-height: 100%; display: block; }

/* RWD menu opened */
body.rwd_menu__opened #rwd_menu { right: 0; } 
body.rwd_menu__opened #rwd_menu .button { right: 0; }


/*
---------------
	HEADER
---------------	
*/
#header { height: 190px; background: white; border-bottom: 1px solid var(--color-silver-line); }
body.home #header { margin-bottom: 20px; }

/* Header top */
#header .header_top { height: 50px; color: white; line-height: 50px; background: var(--color-blue); } 
#header .header_top a { color: white; } 
#header .header_top a:hover { text-decoration: underline; } 
#header .header_top a.facebook { width: 50px; text-decoration: none !important; vertical-align: top; background: url(images/icon_facebook.svg) no-repeat center; background-size: auto 20px; border-left: 1px solid rgba(255 255 255 / 20%); display: inline-block; } 

#header .header_top ul { height: 50px; font-size: 0; vertical-align: top; display: inline-block; } 
#header .header_top ul li { height: 100%; margin-right: 20px; vertical-align: top; display: inline-block; } 
#header .header_top ul li a { font-size: 17px; display: inline-block; } 

/* Header bottom */
#header .header_bottom { height: calc(100% - 50px); }
#header .header_bottom .inner { width: 100%; height: 100%; display: flex; }

#header .header_bottom .header_bottom_left { width: 285px; height: 100%; border-right: 1px solid var(--color-silver-line); }
#header .header_bottom .header_bottom_left a { width: auto; height: 80px; display: block; }
#header .header_bottom .header_bottom_left img { width: auto; height: 100%; display: block; }

#header .header_bottom .header_bottom_right { width: calc(100% - 285px); height: 100%; }
#header .header_bottom .header_bottom_right_top { height: 75px; padding-left: 40px; padding-top: 30px; display: flex; }

#header .header_bottom .header_bottom_right_top .aws-container { width: calc(100% - 290px); }
#header .header_bottom .header_bottom_right_top .aws-container form { height: 45px !important; }
#header .header_bottom .header_bottom_right_top .aws-container input[type=search] { font-size: 16px; border-color: var(--color-silver-line) !important; }

#header .header_bottom .header_bottom_right_top .profile_cart { width: 290px; height: 46px; text-align: right; }
#header .header_bottom .header_bottom_right_top .profile_cart .profile { width: 46px; height: 100%; margin-right: 30px; background: var(--color-body) url(images/icon_user.svg) no-repeat center; background-size: auto 20px; display: inline-block; }
#header .header_bottom .header_bottom_right_top .profile_cart .profile.loggedin { background-color: var(--color-green); background-image: url(images/icon_user_loggedin_white.svg); }

#header .header_bottom .header_bottom_right_top .profile_cart .ajax_cart { height: 100%; padding-left: 50px; vertical-align: top; color: var(--color-blue); background: url(images/icon_cart.svg) no-repeat left center; background-size: auto 30px; display: inline-block; position: relative; }
#header .header_bottom .header_bottom_right_top .profile_cart .ajax_cart .count { width: 24px; height: 24px; left: 20px; bottom: 0; font-size: 16px; text-align: center; color: #000; line-height: 24px; background: var(--color-yellow); position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#header .header_bottom .header_bottom_right_top .profile_cart .ajax_cart .text { font-size: 15px; color: var(--color-blue); line-height: 20px; }
#header .header_bottom .header_bottom_right_top .profile_cart .ajax_cart .total { font-size: 28px; font-weight: 500; color: var(--color-dark-blue); line-height: 100%; }

#header .header_bottom .header_bottom_right_bottom { height: calc(100% - 75px); padding-left: 40px; }
#header .header_bottom .header_bottom_right_bottom ul li { vertical-align: top; margin-right: 20px; display: inline-block; }
#header .header_bottom .header_bottom_right_bottom ul li a { font-size: 22px; font-weight: 500; color: #000; line-height: 64px; display: block; }
#header .header_bottom .header_bottom_right_bottom ul li a:hover { text-decoration: underline; }

/* RWD button */
#header .rwd_button { height: 46px; right: 20px; padding: 0 15px; font-size: 22px; color: white; line-height: 46px; background: var(--color-dark-blue); position: absolute; z-index: 2; cursor: pointer; }

/* Fixed header */
body.fixed_header #header { width: 100%; height: 100px; left: 0; top: 0; position: fixed; z-index: 100; }
body.fixed_header #header .header_top { display: none; }
body.fixed_header #header .header_bottom { height: 100%; }
body.fixed_header #header .header_bottom .header_bottom_left a { height: 60px; }
body.fixed_header #header .header_bottom .header_bottom_right_top { padding-top: 27px; }
body.fixed_header #header .header_bottom .header_bottom_right_bottom { display: none; }


/*
--------------------
	WARNING TEXT
--------------------
*/
.warning_text { margin-bottom: 20px; }
.warning_text .warning_text_wrapper { padding: 15px 20px 15px 50px; font-size: 17px; color: white; line-height: 20px; background: var(--color-blue) url(images/icon_info_white.svg) no-repeat 17px center; background-size: auto 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }


/*
--------------------------
	SLIDER and BANNERS
--------------------------
*/
#slider_banners { height: 500px; margin-bottom: 20px; }
#slider_banners .slider_banners_wrapper { height: 100%; display: flex; }

/* Slider */
#slider_banners #slider { width: calc(100% - 330px); position: relative; }
#slider_banners #slider .slick-list, 
#slider_banners #slider .slick-track, 
#slider_banners #slider .slick-slide { height: 100%; }
#slider_banners #slider .slick-slide { background-repeat: no-repeat; background-position: left center; background-size: cover; }

#slider_banners #slider ul.slick-dots { right: 20px; bottom: 20px; font-size: 0; position: absolute; }
#slider_banners #slider ul.slick-dots li { margin-left: 10px; vertical-align: top; display: inline-block; }
#slider_banners #slider ul.slick-dots li button { width: 24px; height: 24px; font-size: 15px; background: var(--color-yellow); cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#slider_banners #slider ul.slick-dots li.slick-active button { color: white; background: var(--color-dark-blue); }

/* Banners */
#slider_banners #banners { width: 330px; padding-left: 10px; }
#slider_banners #banners .banner { height: calc(50% - 5px); background-color: white; background-repeat: no-repeat; background-position: right center; background-size: cover; border: 1px solid var(--color-silver-line); display: block; position: relative; }
#slider_banners #banners .banner:first-child { margin-bottom: 10px; -webkit-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }
#slider_banners #banners .banner:last-child { -webkit-border-radius: 0 0 3px 0; -moz-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }
#slider_banners #banners .banner .cover { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#slider_banners #banners .banner .title { left: 0; top: 30px; padding: 14px 20px; font-size: 22px; color: #000; line-height: 100%; background: var(--color-yellow); position: absolute; }


/*
--------------
	WHY US
--------------
*/
#whyus .whyus_wrapper { margin-bottom: 20px; border-top: 3px solid var(--color-silver-line); border-bottom: 3px solid var(--color-silver-line); display: flex; }
#whyus .whyus_wrapper .point { width: 33.3333333333%; height: 100px; padding: 0 20px 0 110px; font-size: 24px; color: var(--color-dark-blue); line-height: 100%; border-right: 1px solid var(--color-silver-line); position: relative; }
#whyus .whyus_wrapper .point:last-child { border-right: none; }
#whyus .whyus_wrapper .point img { width: 50px; height: auto; left: 30px; display: block; position: absolute; }


/*
----------------
	SERVICES
----------------
*/
#services { margin-bottom: 20px; }
#services .services_wrapper { width: 100%; display: flex; }
#services .services_wrapper .service { width: calc(50% - 10px); height: 200px; margin-right: 10px; margin-top: 20px; font-size: 17px; color: white; line-height: 22px; background-color: var(--color-dark-blue); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#services .services_wrapper .service:nth-child(-n+2) { margin-top: 0; }
#services .services_wrapper .service:nth-child(even) { margin-left: 10px; margin-right: 0; }
#services .services_wrapper .service .cover { width: 100%; height: 100%; left: 0; top: 0; padding: 30px 30px 0; background: -moz-linear-gradient(left, rgba(15,42,86,1) 0%, rgba(15,42,86,0.1) 100%); background: -webkit-linear-gradient(left,  rgba(15,42,86,1) 0%,rgba(15,42,86,0.1) 100%); background: linear-gradient(to right,  rgba(15,42,86,1) 0%,rgba(15,42,86,0.1) 100%); position: absolute; }
#services .services_wrapper .service .title { margin-bottom: 10px; font-size: 40px; line-height: 100%; }
#services .services_wrapper .service .button { right: 0; bottom: 0; position: absolute; -webkit-border-radius: 3px 0 0 0; -moz-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }


/*
------------
	BLOG
------------
*/
#blog { margin-top: 30px; padding: 50px 0; border-top: 3px solid white; }
#blog .title { margin-bottom: 30px;     font-size: 40px;
    color: var(--color-dark-blue);
    line-height: 100%; }


/*
--------------------------
	FRONTPAGE PRODUCTS
--------------------------
*/
.frontpage_products { padding: 20px 0; }
.frontpage_products .product_list_header { margin-bottom: 30px; position: relative; }
.frontpage_products .product_list_header .title { font-size: 40px; color: var(--color-dark-blue); line-height: 100%; }


/*
------------------
	BREADCRUMB
------------------
*/
#breadcrumb { margin-bottom: 20px; padding: 10px 0; font-size: 16px; font-weight: 700; line-height: 20px; border-bottom: 1px solid var(--color-silver-line); }
#breadcrumb a { font-weight: normal; text-decoration: underline; color: var(--color-blue); }
#breadcrumb a:hover { color: #000; }


/*
---------------
	CONTENT
---------------	
*/
body.fixed_header #container { padding-top: 170px; }
#container .container_wrapper { display: flex; }
#container.fullwidth { display: block; }

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

#content h1 { margin-bottom: 30px; font-size: 50px; text-transform: uppercase; color: var(--color-dark-blue); line-height: 100%; }
#content h2 { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: var(--color-dark); line-height: 120%; }
#content h3 { margin-bottom: 10px; font-size: 25px; font-weight: 700; color: var(--color-blue); line-height: 100%; }

#content p { margin-bottom: 20px; line-height: 25px; }
#content a { text-decoration: underline; color: var(--color-blue); }
#content a:hover { text-decoration: none; color: #000; }

#content ul { margin-left: 30px; margin-bottom: 20px; line-height: 25px; list-style: disc; }
#content ul li { list-style: disc; }
#content ol { margin-left: 30px; margin-bottom: 20px; line-height: 25px; list-style: decimal; }

#content blockquote { margin: 0 -50px 20px; padding: 40px 100px 40px 50px; font-style: italic; background: white; position: relative; }
#content blockquote:before { width: 60px; height: 60px; right: 0; top: 0; background: var(--color-blue) url(images/icon_quote_white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* 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; }

/* Open / close sidebar */
#content .open_sidebar { height: 50px; margin-bottom: 20px; font-size: 22px; color: #000; line-height: 50px; background: var(--color-yellow); cursor: pointer; }
#content .open_sidebar img { width: auto; height: 20px; margin-bottom: 4px; vertical-align: middle; display: inline-block; }

/* WOO filter */
#content .woof_products_top_panel li span { padding-right: 20px; background-image: url(images/icon_delete.svg); background-size: 14px !important; }

/* Contact */
#content .contact_wrapper { display: flex; }
#content .contact_wrapper .contact_wrapper_left { width: 50%; padding-right: 50px; }
#content .contact_wrapper .contact_wrapper_right { width: 50%; position: relative; }
#content .contact_wrapper .contact_wrapper_right iframe { width: 100%; height: 100%; left: 0; top: 0; border: 3px solid var(--color-silver-line); position: absolute; }

/* Contact data */
#content .contact_data { margin-bottom: 20px; padding: 30px 30px 30px 70px; line-height: 30px; background: white; border: 1px solid var(--color-silver-line); position: relative; }
#content .contact_data:before { width: 3px; left: 30px; top: 30px; bottom: 30px; background: var(--color-blue); position: absolute; content: ''; }

/* Blog */
.news_wrap { margin-left: -15px; margin-right: -15px; display: flex; }
.news_wrap .news { width: calc(33.3333333333% - 30px); margin: 50px 15px 0; padding-bottom: 40px; background: white; border: 1px solid var(--color-silver-line); border-top: none; position: relative; }
.news_wrap .news:nth-child(-n+3) { margin-top: 0; }
.news_wrap .news .thumbnail { display: block; }
.news_wrap .news .thumbnail img { width: 100%; height: auto; display: block; }
.news_wrap .news .entry { padding: 20px; }
.news_wrap .news .entry h3 { margin-bottom: 20px !important; font-size: inherit !important; }
.news_wrap .news .entry h3 a { font-size: 25px !important; font-weight: 700; text-decoration: none !important; color: var(--color-blue) !important; line-height: 100%; display: inline-block; }
.news_wrap .news .entry h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }

.news_wrap .news .read_more { left: 20px; bottom: 20px; position: absolute; }

/* Blog Post Meta */
#content .post_metas { margin-bottom: 50px; font-size: 15px; display: flex; justify-content: space-between; align-items: center; align-content: center; }
#content .post_metas .wrap_left { display: flex; align-items: center; align-content: center; }
#content .post_metas .wrap_left .category { margin-right: 10px; padding: 2px 10px; font-size: 14px; font-weight: 700; color: white; background: var(--color-blue); }
#content .post_metas .wrap_left .reading_time span { margin: 0 10px; font-weight: 700; color: var(--color-gray); }

#content .post_metas .wrap_right .share_this_post { padding: 5px 10px; border: 1px solid var(--color-silver-line); display: flex; align-items: center; }
#content .post_metas .wrap_right .share_this_post label { margin-right: 10px; font-weight: 700; }
#content .post_metas .wrap_right .share_this_post a { width: 40px; height: 30px; margin-left: 2px; display: flex; align-items: center; justify-content: center; }
#content .post_metas .wrap_right .share_this_post a:hover { background: var(--color-yellow); }
#content .post_metas .wrap_right .share_this_post a img { width: auto; height: 20px; display: block; }
#content .post_metas .wrap_right .share_this_post .link_copied { font-weight: 700; }

#content .post_metas .wrap_right .share_this_post.active { padding-left: 0; } 
#content .post_metas .wrap_right .share_this_post.active label, 
#content .post_metas .wrap_right .share_this_post.active a:not(.copy_to_clipboard) { display: none; }
#content .post_metas .wrap_right .share_this_post.active .link_copied { display: block !important; }
#content .post_metas .wrap_right .share_this_post.active .copy_to_clipboard { background: transparent !important; cursor: auto; }

#content .excerpt { font-weight: 700; }

/* Hero Image */
#content .hero_image { margin: 0 -50px 30px; }
#content .hero_image img { width: 100%; height: auto; display: block; }

#content .wp-caption { margin-bottom: 30px; }
#content .wp-caption.aligncenter { margin-left: auto; margin-right: auto; }
#content .wp-caption img { width: 100%; height: auto; display: block; border-radius: 10px; }
#content .wp-caption p.wp-caption-text { margin-top: 10px; margin-bottom: 0 !important; padding: 10px; font-size: 14px; font-weight: 700; line-height: 20px; background: var(--color-gold); border-radius: 10px; }

/* Prev or Next Post */
#content .prev_next_post_wrap { border-top: 2px solid var(--color-silver-line); display: flex; }
#content .prev_next_post_wrap > div { padding: 30px 0; flex-grow: 1; flex-basis: 0; }
#content .prev_next_post_wrap > div a { font-size: 16px; display: flex; align-items: center; }
#content .prev_next_post_wrap > div a img { width: 50px; height: 50px; padding: 3px; background: white; border: 1px solid var(--color-silver-line); display: block; border-radius: 2px; }
#content .prev_next_post_wrap > div a span { width: calc(100% - 50px); padding: 0 20px; }

#content .prev_next_post_wrap > div:nth-child(2) { border-left: 1px solid var(--color-silver-line); }
#content .prev_next_post_wrap > div:nth-child(2) a { text-align: right; justify-content: end; }
#content .prev_next_post_wrap > div:nth-child(2) a img { order: 2; }
#content .prev_next_post_wrap > div:nth-child(2) a span { order: 1; }


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 280px; height: 100%; padding-right: 20px; }
#sidebar .widget { margin-bottom: 30px; }
#sidebar .widget .widget_title { margin-bottom: 20px; font-size: 30px; color: var(--color-dark-blue); line-height: 100%; }

/* Woof */
#sidebar .widget.widget-woof h4 { margin-bottom: 10px; font-size: 17px; font-weight: 700; color: #000; line-height: 20px; }
#sidebar .widget.widget-woof .woof_checkbox_onbackorder_container .woof_container_inner { padding-left: 25px; position: relative; }
#sidebar .widget.widget-woof .woof_checkbox_onbackorder_container .woof_container_inner input[type=checkbox] { left: 0; top: 7px; position: absolute; }

#sidebar .close_sidebar { width: 100%; height: 50px; left: 0; top: 0; font-size: 22px; color: white; line-height: 50px; background: var(--color-red); position: absolute; cursor: pointer; }
#sidebar .close_sidebar:hover { background: var(--color-dark-blue); }

.woof .widget_price_filter .ui-slider .ui-slider-range { background-color: var(--color-blue) !important; }
.woof_reset_button_2 { color: white; background-color: var(--color-red) !important; cursor: pointer; }
.woof_reset_button_2:hover { background-color: var(--color-blue) !important; }


/*
------------------
	WOO FILTER
------------------
*/
.woof_products_top_panel li span { background-image: url(images/icon_delete.svg); background-size: 14px !important; }
#sidebar .woof_text_search_container input[type=search] { margin-bottom: 10px !important; padding: 9px !important; font-size: 15px !important; border: 1px solid var(--color-silver-line); }
#sidebar .woof_text_notes_for_customer { font-size: 14px; color: #999; }
#sidebar .woof_submit_search_form_container { padding: 0 20px; }
#sidebar .woof_submit_search_form_container .button { width: 100%; display: block; }

.woof_info_popup { background-color: rgba(15 42 86 / 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; }


/*
---------------
	FOOTER
---------------	
*/
#footer { background: var(--color-dark-blue); }
#footer h4 { margin-bottom: 10px; font-size: 15px; color: var(--color-yellow); }
#footer p { margin-bottom: 30px; }
#footer p:last-child { margin-bottom: 0; }
#footer a { color: white; }
#footer a.phone { font-size: 36px; }
#footer a.email { text-decoration: underline; color: var(--color-yellow); }
#footer a.email:hover { color: white; }

#footer .icon { width: 50px; height: 50px; left: 0; top: 20px; background-color: var(--color-yellow); background-repeat: no-repeat; background-position: center; background-size: auto 24px; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#footer .icon.facebook { left: auto; right: 0; background-image: url(images/icon_facebook_dark.svg); }
#footer .icon.facebook:hover { background-color: white; }
#footer .icon.phone { background-image: url(images/icon_phone.svg); }
#footer .icon.marker { background-image: url(images/icon_marker.svg); }

/* Footer top */
#footer .footer_top { padding: 50px 0; }
#footer .footer_top .footer_wrapper { font-size: 17px; color: white; display: flex; }
#footer .footer_top .footer_wrapper .footer_wrapper_left { width: 50%; padding-left: 70px; position: relative; }
#footer .footer_top .footer_wrapper .footer_wrapper_right { width: 50%; padding-left: 70px; position: relative; }

/* Footer bottom */
#footer .footer_bottom .inner { padding-top: 30px; padding-bottom: 30px; border-top: 1px solid rgba(255 255 255 / 20%); }
#footer .footer_bottom .footer_wrapper { font-size: 15px; color: #b3b6c0; display: flex; }
#footer .footer_bottom .footer_wrapper .footer_wrapper_left { width: max-content; }
#footer .footer_bottom .footer_wrapper .footer_wrapper_right { text-align: right; flex: 1; }
#footer .footer_bottom .footer_wrapper ul { margin-bottom: 10px; font-size: 0; }
#footer .footer_bottom .footer_wrapper ul li { margin: 0 10px; vertical-align: top; display: inline-block; }
#footer .footer_bottom .footer_wrapper ul li:first-child { margin-left: 0; }
#footer .footer_bottom .footer_wrapper ul li:last-child { margin-right: 0; }
#footer .footer_bottom .footer_wrapper ul li.hide_in_footer { display: none !important; }
#footer .footer_bottom .footer_wrapper ul li a { font-size: 17px; font-weight: 700; color: white; }
#footer .footer_bottom .footer_wrapper ul li a:hover { text-decoration: underline; }

#footer .footer_bottom .footer_wrapper .author a { text-decoration: underline; color: white; }
#footer .footer_bottom .footer_wrapper .author a:hover { text-decoration: none; }


/*
--------------
	WHY US
--------------
*/
.why_us { right: 0; top: 50%; position: fixed; z-index: 100; cursor: pointer; transform: translateY(-50%); }
.why_us .title { width: 50px; height: 100%; max-height: 250px; font-size: 20px; color: white; background: var(--color-blue); writing-mode: vertical-rl; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 5px 0 0 5px; }
.why_us ul { width: max-content; max-width: 500px; height: absolute; right: 60px; top: 0; padding: 20px; background: rgba(255 255 255 / 95%); border: 2px solid var(--color-blue); display: none; align-items: center; position: absolute; border-radius: 5px; }
.why_us ul li { width: 100%; font-size: 18px; line-height: 20px; display: block; }

.why_us:hover .title { background: var(--color-dark-blue); }
.why_us:hover ul { display: flex; }


/*
--------------
	BARION
--------------
*/
#barion { padding: 10px 0; background: white; }
#barion img { max-width: 100%; height: auto; margin: auto; display: block; }


/*
------------------
	NEWSLETTER
------------------
*/
form.mailster-form .mailster-wrapper { margin-bottom: 15px; }
form.mailster-form .mailster-wrapper.mailster-lastname-wrapper { width: 48%; float: left; }
form.mailster-form .mailster-wrapper.mailster-firstname-wrapper { width: 48%; float: right; }
form.mailster-form .mailster-wrapper.mailster-email-wrapper { width: 100%; float: none; clear: both; }

form.mailster-form a { text-decoration: underline; color: #000; }
form.mailster-form a:hover { text-decoration: none; }

form.mailster-form small { margin-top: 5px; font-size: 13px; line-height: 16px; display: block; }
form.mailster-form label { margin-bottom: 5px; font-size: 16px !important; font-weight: 700; line-height: 16px; text-align: left; display: block; }

form.mailster-form .mailster-wrapper select, 
form.mailster-form .mailster-wrapper textarea, 
form.mailster-form .mailster-wrapper input[type=text], 
form.mailster-form .mailster-wrapper input[type=email] { width: 100%; height: 50px; padding-left: 10px; background: white; border: 2px solid var(--color-silver-line); position: relative; }

form.mailster-form .mailster-wrapper select:focus, 
form.mailster-form .mailster-wrapper textarea:focus, 
form.mailster-form .mailster-wrapper input[type=text]:focus, 
form.mailster-form .mailster-wrapper input[type=email]:focus { border-color: var(--color-dark-blue); }

form.mailster-form .mailster-wrapper.error select, 
form.mailster-form .mailster-wrapper.error textarea, 
form.mailster-form .mailster-wrapper.error input[type=text], 
form.mailster-form .mailster-wrapper.error input[type=email], 
form.mailster-form .mailster-wrapper.error input[type=checkbox] { border-color: var(--color-red) !important; outline: none !important; }

.mailster-form-info { font-size: 16px; }
.mailster-form-info p { margin-bottom: 10px !important; }

.mailster-form-info.error { background: var(--color-red) !important; }
.mailster-form-info.error ul { margin-bottom: 0 !important; }
.mailster-form-info.error ul li { list-style: disc !important; }

.mailster-required { color: var(--color-red) !important; }


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

	/* HEADER */
	#header { height: 150px; }

	/* HEADER: Header top */
	#header .header_top { height: 40px; line-height: 40px; } 
	#header .header_top ul { height: 40px; } 

	/* HEADER: Header bottom */
	#header .header_bottom { height: calc(100% - 40px); }
	
	#header .header_bottom .header_bottom_left a { height: 70px; }

	#header .header_bottom .header_bottom_right_top { height: 65px; padding-left: 30px; padding-top: 20px; display: flex; }

	#header .header_bottom .header_bottom_right_top .aws-container { height: 45px !important; }
	#header .header_bottom .header_bottom_right_top .aws-container form { height: 100% !important; }

	#header .header_bottom .header_bottom_right_top .profile_cart { height: 45px; }
	#header .header_bottom .header_bottom_right_top .profile_cart .ajax_cart .total { font-size: 26px; }

	#header .header_bottom .header_bottom_right_bottom { height: calc(100% - 65px); padding-left: 30px; }
	#header .header_bottom .header_bottom_right_bottom ul li a { font-size: 20px; line-height: 44px; }
}

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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER */
	#header .header_bottom .header_bottom_left { width: 240px; }

	#header .header_bottom .header_bottom_right { width: calc(100% - 240px); padding-right: 20px; }
	
	/* CONTENT: Blog */
	.news_wrap { margin-left: -10px; margin-right: -10px; }
	.news_wrap .news { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
}

@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 { height: 120px; }

	/* HEADER: Header bottom */
	#header .header_bottom .header_bottom_left { width: 170px; }
	#header .header_bottom .header_bottom_left a { height: 50px; }

	#header .header_bottom .header_bottom_right { width: calc(100% - 170px); }
	#header .header_bottom .header_bottom_right_top { height: 80px; padding-left: 20px; padding-top: 17px; }

	#header .header_bottom .header_bottom_right_top .aws-container { width: calc(100% - 170px); height: 46px !important; }

	#header .header_bottom .header_bottom_right_top .profile_cart { width: auto; height: 46px; right: 110px; position: absolute; }
	
	/* SLIDER and BANNERS */
	#slider_banners { height: auto; }

	/* SLIDER and BANNERS: Slider */
	#slider_banners #slider { width: 100%; height: auto; max-height: 500px; min-height: 220px; margin-bottom: 20px; }
	#slider_banners #slider .slick-slide { position: relative; }
	#slider_banners #slider .slick-slide:before { padding-top: 55%; display: block; content: ''; }

	/* SLIDER and BANNERS: Banners */
	#slider_banners #banners { width: 100%; height: 200px; padding-left: 0; display: flex; }
	#slider_banners #banners .banner { width: calc(50% - 10px); height: 100%; }
	#slider_banners #banners .banner:first-child { margin-bottom: 0; margin-right: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	#slider_banners #banners .banner:last-child { margin-left: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	
	/* WHY US */
	#whyus .whyus_wrapper .point { height: auto; padding: 10px 20px; font-size: 22px; text-align: center; }
	#whyus .whyus_wrapper .point img { width: auto; height: 50px; left: auto; top: auto; margin: 0 auto 20px; position: relative; }
	#whyus .whyus_wrapper .point .title { top: auto; }
	#whyus .whyus_wrapper .point .vertical_middle { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }
	
	/* SERVICES */
	#services .services_wrapper .service .cover { padding: 20px 20px 0; }
	#services .services_wrapper .service .title { font-size: 30px; }
	
	/* CONTENT */
	#container .container_wrapper { display: block; position: static; }
	#content { width: 100%; padding-left: 0; }
	#content blockquote { margin: 0 0 20px; }
	
	/* CONTENT: Contact */
	#content .contact_wrapper { display: block; }
	#content .contact_wrapper .contact_wrapper_left { width: 100%; padding-right: 0; }
	#content .contact_wrapper .contact_wrapper_right { width: 100%; }
	#content .contact_wrapper .contact_wrapper_right iframe { height: 300px; left: auto; top: auto; position: relative; }
	
	/* CONTENT: Meta */
	#content .post_metas { display: block; }
	#content .post_metas .wrap_left { width: 100%; }
	#content .post_metas .wrap_right .share_this_post { width: max-content; margin: 30px auto 0; }
	
	/* CONTENT: Hero Image */
	#content .hero_image { margin: 0 0 30px; }
	
	/* SIDEBAR */
	#sidebar { width: 100%; height: 100%; left: -100%; top: 120px; padding: 70px 20px 20px; background: white; position: fixed; z-index: 10; overflow: auto; }
	body.opened_sidebar #sidebar { left: 0; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_wrapper .footer_wrapper_left { width: 100%; text-align: center; order: 2; }
	#footer .footer_bottom .footer_wrapper .footer_wrapper_right { width: 100%; margin-bottom: 30px; text-align: center; order: 1; }
	#footer .footer_bottom .footer_wrapper ul li { margin: 0 10px; }
	#footer .footer_bottom .footer_wrapper ul li:first-child { margin-left: 10px; }
	#footer .footer_bottom .footer_wrapper ul li:last-child { margin-right: 10px; }
}

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

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }

	/* WHY US */
	#whyus .whyus_wrapper .point { padding: 10px; font-size: 20px; }
	
	/* SERVICES */
	#services .services_wrapper .service { width: 100%; height: auto; margin-right: 0; }
	#services .services_wrapper .service:nth-child(2) { margin-top: 20px; }
	#services .services_wrapper .service:nth-child(even) { margin-left: 0; }
	#services .services_wrapper .service .cover { height: auto; min-height: 170px; left: auto; top: auto; padding: 20px 20px 50px; position: relative; }
	
	/* CONTENT: Blog */
	.news_wrap .news { width: calc(50% - 20px); }
	.news_wrap .news:nth-child(3) { margin-top: 50px; }
	.news_wrap .news .entry h3 a { font-size: 20px !important; line-height: 23px; }
	
	/* CONTENT: Prev or Next Post */
	#content .prev_next_post_wrap > div { width: 100%; flex-grow: inherit; flex-basis: auto; }
	#content .prev_next_post_wrap > div a { text-align: center; justify-content: center; }
	#content .prev_next_post_wrap > div a img { margin: 0 auto 10px; }
	#content .prev_next_post_wrap > div a span { width: 100%; padding: 0; }

	#content .prev_next_post_wrap > div:nth-child(2) { border-top: 1px solid var(--color-silver-line); border-left: none; }
	#content .prev_next_post_wrap > div:nth-child(2) a { text-align: center; justify-content: center; }
	#content .prev_next_post_wrap > div:nth-child(2) a img { order: 1; }
	#content .prev_next_post_wrap > div:nth-child(2) a span { order: 2; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 30px 0; }
	#footer .footer_top .footer_wrapper { display: block; }
	#footer .footer_top .footer_wrapper .footer_wrapper_left { width: 100%; margin-bottom: 30px; }
	#footer .footer_top .footer_wrapper .footer_wrapper_right { width: 100%; }
}

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

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* HEADER: Header bottom */
	#header .header_bottom .header_bottom_left { border-right: none; }
	
	#header .header_bottom .header_bottom_right_top .aws-container { display: none; }
	
	/* WHY US */
	#whyus .whyus_wrapper .point { font-size: 18px; }
}

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

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_480 { display: block !important; }
	
	/* MODAL */
	.fancybox-container .modal_added_to_cart { padding: 30px 20px 60px; }
	.fancybox-container .modal_added_to_cart h3 { font-size: 26px; }
	.fancybox-container .modal_added_to_cart .thumbnail { width: 100px; height: 100px; padding: 2px; }
	.fancybox-container .modal_added_to_cart .thumbnail img { max-width: 100%; max-height: 100%; }
	.fancybox-container .modal_added_to_cart .datas { width: calc(100% - 100px); }
	.fancybox-container .modal_added_to_cart .datas h4 { font-size: 22px; line-height: 100%; }
	.fancybox-container .modal_added_to_cart .button { width: 100%; left: 0; bottom: 0; text-align: center; position: absolute; }
	
	/* RWD NAV */
	#rwd_menu { top: 80px; }
	
	/* HEADER */
	#header { width: 100%; height: 80px; left: 0; top: 0; position: fixed; z-index: 100; }
	
	/* HEADER: Header bottom */
	#header .header_bottom { height: 100%; }

	/* SLIDER and BANNERS: Banners */
	#slider_banners #banners { height: 150px; }
	#slider_banners #banners .banner .cover { background: rgba(15 42 86 / 80%); }
	#slider_banners #banners .banner .title { left: 0; right: 0; top: 50%; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	
	/* WHY US */
	#whyus .whyus_wrapper .point { width: 100%; border-right: none; border-bottom: 1px solid var(--color-silver-line); }
	#whyus .whyus_wrapper .point:last-child { border-bottom: none; }
	
	/* SERVICES */
	#services .services_wrapper .service .cover { padding: 20px 20px 60px; }
	#services .services_wrapper .service .button { width: 100%; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	
	/* BREADCRUMB */
	#breadcrumb { font-size: 15px; }
	
	/* CONTENT */
	#container { padding-top: 80px; }
	body.home #container { padding-top: 100px; }
	
	/* CONTENT: Blog */
	.news_wrap { margin-left: 0; margin-right: 0; }
	.news_wrap .news { width: 100%; margin: 50px 0 0; }
	.news_wrap .news:nth-child(2) { margin-top: 50px; }
	
	/* SIDEBAR */
	#sidebar { top: 80px; }

	/* FOOTER: Footer top */
	#footer .icon { left: auto; top: auto; margin: 0 auto 20px; position: relative; }
	#footer .footer_top .footer_wrapper { text-align: center; }
	#footer .footer_top .footer_wrapper .footer_wrapper_left { padding-left: 0; }
	#footer .footer_top .footer_wrapper .footer_wrapper_right { padding-left: 0; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_wrapper ul { margin-bottom: 30px; }
	#footer .footer_bottom .footer_wrapper ul li { margin: 0 0 10px !important; display: block; }
}

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

}
