/*
Theme Name: KintiKincsek
Theme URI: https://kintikincsek.hu
Description: A KintiKincsek webáruház alapértelmezett sablonja.
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

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

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

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

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

@font-face { 
	font-family: 'PP Pangaia'; 
	src: url("fonts/pp-pangaia-medium.woff2") format('woff2');
	font-weight: 500; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

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

:root { 
	--color-gray: #666666;
	--color-sand: #F9F9F7;
	--color-cream: #EFD7A4;
	--color-border-line: #DBDFD0;
	--color-green: #2F6B3D;
	--color-red: #BC1B0C;
	--color-dark: #242424;
	
	--font-size-h1: clamp(36px, 4vw, 56px);
	--font-size-h2: clamp(28px, 3vw, 40px);
	--font-size-h3: clamp(24px, 2vw, 28px);
	--font-size-h4: clamp(20px, 1.5vw, 24px);
}

body { font-family: 'Noto Sans', sans-serif; font-size: 16px; color: #000000; line-height: 25px; background: var(--color-sand); overflow-x: hidden; }
body.category, 
body.single-post { background: #FFFFFF; }
body.rwd_menu__opened { overflow: hidden; }

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

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

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: 1280px; margin: auto; position: relative; }
.hide { display: none !important; }
.vertical-middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.required, .red { color: #d91828; }

.button { height: 60px; padding: 0 30px; font-size: 17px; font-weight: 700; text-decoration: none !important; color: #FFFFFF !important; line-height: 20px; background-color: var(--color-primary); border-radius: 30px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } 
.button:hover { background-color: var(--color-dark); }
.button:disabled { color: #FFFFFF !important; background-color: #CCCCCC; }


/* Font */
.center { text-align: center; }
.sec-font, .page-title { font-family: 'PP Pangaia', sans-serif; } 
.uppercase { text-transform: uppercase; }

/* Animation */
.anim, .modal:before { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } 

/* 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: #FFFFFF; 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%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 10px; height: 10px; left: 4px; top: 4px; text-align: center; background: var(--color-primary); 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-primary); position: relative; display: block; content: ''; }


/*
-------------
	MODAL
-------------
*/
.modal_overlay { width: 100%; height: 100%; left: 0; top: 0; background: rgba(68,64,62,0.9); position: fixed; z-index: 1000; visibility: hidden; opacity: 0; }
.modal_overlay .modal { max-width: 500px; height: 250px; padding: 70px 20px 20px; font-size: 22px; display: inline-block; position: relative; }
.modal_overlay .modal:before { width: 60%; height: 60%; left: 20%; top: 20%; background: #FFFFFF; position: absolute; content: ''; z-index: -1; opacity: 0; -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3); box-shadow: 0 10px 10px rgba(0,0,0,0.3); }
.modal_overlay .modal p.info { margin-bottom: 30px; font-size: 30px; }

.modal_overlay.active { visibility: visible; opacity: 1; }
.modal_overlay.active .modal:before { width: 100%; height: 100%; left: 0; top: 0; opacity: 1; }

/* Product modal */
.mfp-content { text-align: center !important; }
.mfp-content .modal_panel { max-width: 700px; padding: 40px; background: #FFFFFF; display: inline-block; position: relative; opacity: 0; -webkit-transform: scale(0.7, 0.7); transform: scale(0.7, 0.7); }

.mfp-content .modal_panel .mfp-close { width: 50px; height: 50px; right: 0; top: 0; background: url(images/icon_close.svg) no-repeat center; background-size: 20px; position: absolute; opacity: 1; z-index: 10; cursor: pointer; opacity: 0.5; }
.mfp-content .modal_panel .mfp-close:hover { opacity: 1; }

.mfp-content .modal_panel .title { margin-bottom: 20px; font-size: 40px; color: #363839; line-height: 100%; }

.mfp-ready .modal_panel { opacity: 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 #e2910e; -webkit-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: 100%; left: 0; top: 80px; bottom: 0; background: rgba(0 0 0 / 20%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; } 
#rwd-menu .rwd_menu_wrap { width: 480px; height: 100%; right: -100%; top: 0; background: #FFFFFF; position: absolute; overflow-y: auto; } 

#rwd-menu .rwd_menu_section { padding-left: 30px; padding-right: 30px; } 
#rwd-menu .rwd_menu_section.useful_info { padding-top: 50px; padding-bottom: 50px; background: var(--color-silver); }
#rwd-menu .rwd_menu_section h3 { margin-bottom: 10px; font-size: 15px; font-weight: 700; text-transform: uppercase; color: var(--color-primary); }

/* Menu */
#rwd-menu ul.menu { list-style: none; }
#rwd-menu ul.menu li a { color: var(--color-dark); display: block; }

/* Primary menu */
#rwd-menu ul.primary_menu { margin-bottom: 30px; }
#rwd-menu ul.primary_menu li { border-bottom: 1px solid var(--color-border-line); }
#rwd-menu ul.primary_menu li a { padding: 15px 0; font-size: 18px; font-weight: 700; color: var(--color-dark); line-height: 100%; display: flex; align-items: center; position: relative; }
#rwd-menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
#rwd-menu ul.primary_menu li a img { width: 40px; height: 40px; margin-right: 10px; border-radius: 50%; display: block; }

#rwd-menu ul.primary_menu li.menu-item-has-children > a:after { width: 24px; height: 24px; right: 0; top: calc(50% - 12px); background: url(images/icon-arrow-down-open-white.svg) no-repeat center; background-size: auto 100%; position: absolute; content: ''; }
#rwd-menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd-menu ul.primary_menu li ul { margin-left: -50px; margin-right: -50px; background: #FFFFFF; display: none; }
#rwd-menu ul.primary_menu li ul li { border-bottom-color: var(--color-border-line); }
#rwd-menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd-menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 50px 15px; font-size: 17px; color: var(--color-dark) !important; line-height: 20px; opacity: 100% !important; }
#rwd-menu ul.primary_menu li ul li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: calc(50% - 10px); background: url(images/icon-arrow-down-small.svg) no-repeat center; background-size: 12px; position: absolute; content: ''; }
#rwd-menu ul.primary_menu li ul li.open > a:before { display: none; }

#rwd-menu ul.primary_menu li ul li ul { background: #eef0f4; }
#rwd-menu ul.primary_menu li ul li ul li { border-bottom: none; }
#rwd-menu ul.primary_menu li ul li ul li a { padding: 10px 20px; }

#rwd-menu ul.primary_menu li.menu-item-53 ul { font-size: 0; }
#rwd-menu ul.primary_menu li.menu-item-53 ul li { width: 50% !important; vertical-align: top; display: inline-block; }

/* Secondary menu */
#rwd-menu ul.secondary_menu li { margin-bottom: 5px; background-color: transparent !important; }
#rwd-menu ul.secondary_menu li a { font-size: 18px; font-weight: 400; }
#rwd-menu ul.secondary_menu li a:hover { text-decoration: underline; }

/* Search */
#rwd-menu .search form { height: 60px; margin: 20px 0; background: rgba(0 0 0 / 5%); border-radius: 5px; position: relative; }
#rwd-menu .search form:before { left: 15px; top: 50%; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 18px; color: var(--color-dark); position: absolute; content: "\f002"; transform: translateY(-50%); }
#rwd-menu .search form input[type=text] { width: 100%; height: 100%; padding-left: 50px; background: transparent; outline: 2px solid transparent; border-radius: 10px; }
#rwd-menu .search form input[type=text]:focus { outline-color: var(--color-border-line); }
#rwd-menu .search form input[type=submit] { height: 30px; right: 10px; top: 50%; padding: 0 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #FFFFFF; line-height: normal; background: var(--color-primary); border: none !important; position: absolute; z-index: 2; transform: translateY(-50%); cursor: pointer; border-radius: 5px; }
#rwd-menu .search form input[type=submit]:hover { background: var(--color-dark); }

body.rwd-menu__opened #rwd-menu { visibility: visible; opacity: 100%; }
body.rwd-menu__opened #rwd-menu .rwd_menu_wrap { right: 0; }


/*
---------------
	HEADER
---------------	
*/
#header { width: 100%; left: 0; top: 0; background: #FFFFFF; z-index: 101; }

/* Header Top */
#header .header-top { height: 50px; color: var(--color-cream); background: var(--color-primary); }
#header .header-top a { color: var(--color-cream); }
#header .header-top a:hover { text-decoration: underline; color: #FFFFFF; }
#header .header-top .header-top-wrapper { height: 100%; display: flex; align-items: center; justify-content: space-between; }

/* Header Bottom */
#header .header-bottom { height: 120px; position: relative; }
#header .header-bottom a { font-size: 20px; color: #000000; line-height: 100%; }
#header .header-bottom a:hover { text-decoration: underline; }
#header .header-bottom .header-top-wrapper { height: 100%; display: flex; align-items: center; justify-content: space-between; }

/* Logo */
#header .header-bottom .logo { width: auto; height: 200px; top: -40px; left: 50%; position: absolute; z-index: 10; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#header .header-bottom .logo img { width: auto; height: 100%; display: block; }

/* Menu */
#header ul.menu { display: flex; gap: 30px; list-style: none; }

/* Profile and Cart */
#header .profile__cart { display: flex; align-items: center; gap: 30px; }

/* Profile */
#header .profile { display: flex; align-items: center; gap: 10px; position: relative; }
#header .profile i { width: 40px; height: 40px; left: 0; top: 50%; font-size: 16px; border: 1px solid #000000; display: flex; align-items: center; justify-content: center; border-radius: 50%; content: "\f007"; }

/* Cart */
#header .ajax-cart { width: 50px; height: 50px; background: url(images/icon-box-dark.svg) no-repeat center / auto 100%; position: relative; }
#header .ajax-cart .count { min-width: 24px; height: 24px; left: 50%; top: -8px; font-size: 14px; color: #FFFFFF; background: var(--color-secondary); border: 2px solid #000000; display: flex; align-items: center; justify-content: center; position: absolute; border-radius: 12px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

/* RWD button */
#header .rwd-button { height: 40px; padding: 0 15px 0 45px; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #FFFFFF; background: var(--color-secondary); align-items: center; position: relative; cursor: pointer; -webkit-border-radius: 20px; border-radius: 20px; }
#header .rwd-button .burg { width: 20px; left: 15px; top: 50%; display: block; position: absolute; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd-button .burg:before, 
#header .rwd-button .burg:after { width: 100%; height: 1px; background: #FFFFFF; position: absolute; content: ''; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd-button .burg:before { top: -3px; left: 0; }
#header .rwd-button .burg:after { top: 3px; right: 0; }

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); }

/* Fixed header */
body.fixed_header #header { position: fixed; z-index: 100; -webkit-animation: header_down 1s infinite; animation: header_down 1s infinite; animation-iteration-count: 1; }
body.fixed_header #header .header_top { height: 50px; }
body.fixed_header #header .alt_view_categories { display: block !important; }
body.fixed_header #header .header_top .aws-container { display: none; }
body.fixed_header #header .header_bottom { display: none; }


/*
------------
	HERO
------------
*/
#hero { max-height: 650px; color: #FFFFFF; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#hero::before { padding-top: 36%; display: block; content: ''; }
#hero .hero-cover { inset: 0; width: 100%; height: 100%; background: linear-gradient(45deg, rgba(0 0 0 / 0.3) 0%, rgba(0 0 0 / 0.3) 50%, rgba(0 0 0 / 0) 100%); position: absolute; }
#hero .hero-wrapper { height: 100%; padding-top: 40px; padding-bottom: 40px; display: flex; flex-direction: column; justify-content: center; }
#hero .hero-wrapper .hero-title { max-width: 50%; margin: 10px 0; font-size: var(--font-size-h1); line-height: 100%; }
#hero .hero-wrapper .hero-text { max-width: 50%; margin: 10px 0; }
#hero .hero-wrapper .action-button { width: 100%; margin: 10px 0; }
#hero .hero-wrapper .action-button .button { width: fit-content; }


/*
------------------------
	PRODUCT CATEGORY
------------------------
*/
#product-categories { padding: 100px 0; background: #FFFFFF; }
#product-categories .product-categories-subtitle { margin-bottom: 10px; font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; }
#product-categories .product-categories-title { margin-bottom: 30px; font-size: var(--font-size-h2); text-align: center; color: var(--color-secondary); line-height: 100%; }
#product-categories .product-categories-wrapper { display: grid; grid-template-columns: repeat(4, minmax(0, 320px)); gap: 30px; }
#product-categories .product-categories-wrapper .product-category-item { text-align: center; text-decoration: none !important; color: #000000 !important; }
#product-categories .product-categories-wrapper .product-category-item .item-image { background: var(--color-secondary); border-radius: 10px; aspect-ratio: 10 / 11; position: relative; overflow: hidden; }
#product-categories .product-categories-wrapper .product-category-item .item-image img { width: 100%; height: 100%; display: block; position: absolute; object-fit: cover; object-position: top center; }
#product-categories .product-categories-wrapper .product-category-item .item-icon { width: 120px; height: 120px; left: 50%; top: 50%; background: #FFFFFF; outline: 10px solid transparent; display: flex; align-items: center; justify-content: center; position: absolute; border-radius: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#product-categories .product-categories-wrapper .product-category-item:hover .item-icon { outline-color: rgba(255 255 255 / 0.2); }
#product-categories .product-categories-wrapper .product-category-item .item-icon img { width: auto; max-width: 60px; height: auto; max-height: 60px; display: block; }
#product-categories .product-categories-wrapper .product-category-item .item-title { margin-top: 30px; font-size: var(--font-size-h3); }


/*
--------------------------
	FRONTPAGE PRODUCTS
--------------------------
*/
.frontpage-products { padding: 100px 0; }
.frontpage-products .products-subtitle { margin-bottom: 10px; font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; }
.frontpage-products .products-title { margin-bottom: 30px; font-size: var(--font-size-h2); text-align: center; color: var(--color-secondary); line-height: 100%; }


/*
---------------------
	SELECTED FAQS
---------------------
*/
.faq_category_wrap { margin-bottom: 100px; padding-bottom: 100px; border-bottom: 1px solid var(--color-primary); display: flex; justify-content: space-between; }
.faq_category_wrap .faq-category-title { width: calc(50% - 100px); }
.faq_category_wrap .faq-accordion { width: 50%; }

.faq-accordion .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--color-primary); }
.faq-accordion .faq-item:last-of-type { margin-bottom: 0 !important; padding-bottom: 0 !important; border-bottom: none; }

.faq-accordion .faq-item .faq-question { margin-bottom: 0 !important; cursor: pointer; display: flex; }
.faq-accordion .faq-item .faq-question .faq-title { padding-right: 50px; flex: 1; }

.faq-accordion .faq-item .faq-question .faq-icon { width: 50px; height: 50px; margin-top: -10px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.faq-accordion .faq-item .faq-question .faq-icon svg { color: #000000; transition: transform 0.3s ease, color 0.3s ease; }
.faq-accordion .faq-item .faq-question .faq-icon svg path:nth-child(2),
.faq-accordion .faq-item .faq-question .faq-icon svg path:nth-child(3) { transition: transform 0.3s ease; }
.faq-accordion .faq-item .faq-question .faq-icon svg path:nth-child(2) { transform: rotate(45deg); transform-origin: top; clip-path: inset(0 0 2px); }
.faq-accordion .faq-item .faq-question .faq-icon svg path:nth-child(3) { transform: rotate(-45deg); transform-origin: bottom; clip-path: inset(2px 0 0); }

.faq-accordion .faq-item:hover .faq-question .faq-icon { background: var(--color-secondary); }

.faq-accordion .faq-item .faq-question.active .faq-icon { background: var(--color-primary); }
.faq-accordion .faq-item .faq-question.active .faq-icon svg { color: white; }
.faq-accordion .faq-item .faq-question.active .faq-icon svg path:nth-child(2) { transform: rotate(0); clip-path: inset(0 0 0); }
.faq-accordion .faq-item .faq-question.active .faq-icon svg path:nth-child(3) { transform: rotate(0); clip-path: inset(0 0 0); }

.faq-accordion .faq-item .faq-content { max-height: 0; padding-right: 70px; overflow: hidden; transition: max-height 0.5s ease; }
.faq-accordion .faq-item .faq-content.open { max-height: 1000px; }
.faq-accordion .faq-item .faq-content p { margin-bottom: 20px; }
.faq-accordion .faq-item .faq-content ul { margin-bottom: 20px; margin-left: 20px; }
.faq-accordion .faq-item .faq-content ol { margin-bottom: 20px; margin-left: 20px; }

#selected-faqs { color: #FFFFFF; background: var(--color-secondary); }
#selected-faqs .selected-faqs-wrapper { display: flex; }
#selected-faqs .selected-faqs-wrapper .block { width: 50%; position: relative; }
#selected-faqs .selected-faqs-wrapper .block-left { padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) / 2); display: flex; align-content: end; z-index: 0; }
#selected-faqs .selected-faqs-wrapper .block-left::before { width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(0deg, rgba(1 58 43 / 1) 0%, rgba(1 58 43 / 0) 100%); position: absolute; content: ''; z-index: -1; }
#selected-faqs .selected-faqs-wrapper .block-left .faq-main-title { margin-bottom: 30px; padding-top: 30px; font-size: var(--font-size-h2); font-weight: 600; line-height: 100%; border-top: 1px solid #FFFFFF; }
#selected-faqs .selected-faqs-wrapper .block-right { padding-top: 100px; padding-right: calc((100% - 1280px) / 2); padding-bottom: 100px; padding-left: 50px; }

#selected-faqs .faq-accordion .faq-item { margin-bottom: 20px; padding-bottom: 20px; border-bottom-color: rgba(255 255 255 / 0.15); }
#selected-faqs .faq-accordion .faq-item .faq-question .faq-icon svg { color: #FFFFFF; }
#selected-faqs .faq-accordion .faq-item .faq-question.active .faq-icon { background: rgba(255 255 255 / 0.1); }


/*
-----------
	USP
-----------
*/
#usp { padding: 70px 0; background: #FFFFFF; }
#usp .usp-wrapper { display: grid; grid-template-columns: repeat(3, minmax(0, 426px)); gap: 50px; }
#usp .usp-wrapper .usp-item { display: flex; gap: 30px; }
#usp .usp-wrapper .usp-item img { width: auto; max-width: 50px; height: auto; max-height: 50px; display: block; }
#usp .usp-wrapper .usp-item div { flex: 1; }
#usp .usp-wrapper .usp-item h3 { margin-bottom: 10px; font-size: var(--font-size-h4); line-height: 100%; }


/*
------------------
	BREADCRUMB
------------------
*/
#before_content { margin-top: -20px; margin-bottom: 20px; padding: 10px 0; position: relative; }
#before_content .breadcrumb { font-size: 13px; }
#before_content .breadcrumb a { font-weight: normal; text-decoration: underline; color: #44403e; }
#before_content .breadcrumb a:hover { text-decoration: none; }

.rank-math-breadcrumb { font-size: 13px; }
.rank-math-breadcrumb p { margin-bottom: 10px !important; }


/*
---------------
	CONTENT
---------------	
*/
#main { display: flex; gap: 70px; }
#content { flex: 1; padding: 50px 0; }

#content h1 { margin-bottom: 30px; font-size: var(--font-size-h1); font-weight: 700; line-height: 100%; }
#content h2 { margin-bottom: 20px; font-size: var(--font-size-h2); font-weight: 700; color: var(--color-primary); line-height: 100%; }
#content h3 { margin-bottom: 10px; font-size: var(--font-size-h3); font-weight: 700; color: var(--color-primary); line-height: 100%; }

#content h1 .count { height: 30px; margin-left: 10px; padding: 0 10px; font-size: 16px; font-family: 'Inter',sans-serif; vertical-align: middle; color: #FFFFFF; line-height: 30px; background: var(--color-primary); display: inline-block; -webkit-border-radius: 15px; border-radius: 15px; }

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

/* List */
#content ul { margin-bottom: 20px; }

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


/*
---------------
	SIDEBAR
---------------
*/
#sidebar { width: 200px; top: 0; padding: 50px 0; position: sticky; }

#sidebar .widget { margin-bottom: 50px; }
#sidebar .widget:last-child { margin-bottom: 0; }
#sidebar .widget .widget-title { margin-bottom: 10px; font-size: var(--font-size-h4); line-height: 100%; }

/* Price filter */
#sidebar .widget_price_filter .screen-reader-text { display: none; }
#sidebar .widget_price_filter .price_slider_amount { margin-top: 10px; display: flex; flex-wrap: wrap; }
#sidebar .widget_price_filter .price_slider_amount .button { width: 100%; height: 40px; line-height: 40px; order: 2; }
#sidebar .widget_price_filter .price_slider_amount .price_label { width: 100%; margin-bottom: 10px; font-size: 16px; font-weight: 700; text-align: center; order: 1; }

/* Categories */
#sidebar ul.product-categories { list-style: none; }
#sidebar ul.product-categories li a { color: var(--color-primary); }
#sidebar ul.product-categories li a:hover { text-decoration: underline; }


/*
---------------
	FOOTER
---------------	
*/
#footer { font-size: 16px; color: #FFFFFF; background: color-mix(in srgb, var(--color-primary) 95%, #FFFFFF 5%) url(images/bgr-footer.png) no-repeat right center / auto; border-bottom: 10px solid color-mix(in srgb, var(--color-primary) 95%, #000000 5%); }
#footer h3 { margin-bottom: 20px; font-size: 24px; font-weight: 500; line-height: 100%; }
#footer ul { margin-left: 20px; color: var(--color-cream); display: flex; flex-direction: column; gap: 10px; }
#footer ul li a { color: #FFFFFF; }
#footer ul li a:hover { text-decoration: underline; }

/* Footer Top */
#footer .footer-top { padding: 70px 0; }
#footer .footer-top .block-wrapper { display: flex; gap: 50px; }
#footer .footer-top .block-wrapper .block-item { flex: 1; }
#footer .footer-top .block-wrapper .block-item.logo-blogname { display: flex; align-content: space-between; }

#footer .footer-top .social-media-wrapper { display: flex; gap: 10px; }
#footer .footer-top .social-media-wrapper a { width: 50px; height: 50px; color: #FFFFFF; background: rgba(255 255 255 / 0.1); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
#footer .footer-top .social-media-wrapper a:hover { background: rgba(255 255 255 / 0.15); }

#footer .footer-top .logo-blogname-wrapper { display: flex; gap: 30px; align-items: center; }
#footer .footer-top .logo-blogname-wrapper .logo { padding: 10px; background: rgba(255 255 255 / 0.1); border-radius: 10px; }
#footer .footer-top .logo-blogname-wrapper .logo img { width: auto; max-height: 100px !important; display: block; }
#footer .footer-top .logo-blogname-wrapper .blogname { flex: 1; }

#footer .footer-top .contact-meta-wrapper { display: flex; flex-direction: column; gap: 20px; }
#footer .footer-top .contact-meta-wrapper strong { font-size: 20px; font-weight: 700; color: var(--color-cream); }
#footer .footer-top .contact-meta-wrapper small { font-size: 14px; display: block; }
#footer .footer-top .contact-meta-wrapper a:hover strong { text-decoration: underline; text-decoration-thickness: 1px; color: #FFFFFF; }

/* Footer Bottom */
#footer .footer-bottom-wrapper { padding-top: 20px; padding-bottom: 20px; font-size: 14px; border-top: 1px solid rgba(255 255 255 / 0.15); display: flex; align-items: center; justify-content: center; }
#footer .footer-bottom-wrapper .sep { width: 6px; height: 6px; margin: 0 10px; background: var(--color-cream); display: inline-block; border-radius: 50%; }


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

div.wpcf7-response-output { margin: 0 !important; padding: 0 20px; border: none !important; display: inline-block; clear: both; }

div.wpcf7-mail-sent-ok { color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.2); background: #398f14; }
div.wpcf7-mail-sent-ng { color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.2); background: #ff0000; }
div.wpcf7-spam-blocked { color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.2); background: #ffa500; }

div.wpcf7-validation-errors { color: white; background: #b8002b; }

/* Valid tip */
span.wpcf7-form-control-wrap { display: block; position: relative; }
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip { height: 44px !important; right: 10px; top: 0; padding: 0 !important; font-size: 15px; font-weight: 700; color: #b8002b; line-height: 44px !important; position: absolute; z-index: 100; }

/* Ajax loader */
div.wpcf7 .ajax-loader { display: none; }
div.wpcf7 .ajax-loader.is-active { display: inline-block; }


/*
-----------------
	KEYFRAMES
-----------------
*/
@-webkit-keyframes header_down {
	from { top: -70px; }
	to { top: 0; }
}
@keyframes header_down {
	from { top: -70px; }
	to { top: 0; }
}


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

	/* DEFAULT */
	.p-l-20 { padding-left: 20px; }
	.p-r-20 { padding-right: 20px; }
	
	/* HEADER: Header Top */
	#header .header-top { height: 40px; }
	
	/* HEADER: Header Bottom */
	#header .header-bottom { height: 100px; }
	#header .header-bottom a { font-size: 18px; }
	
	/* HEADER: Logo */
	#header .header-bottom .logo { height: 150px; top: -30px; }
	
	/* HEADER: Menu */
	#header ul.menu { gap: 20px; }
	
	/* Profile and Cart */
	#header .profile__cart { gap: 20px; }
	
	/* HERO */
	#hero::before { padding-top: 40%; }
	#hero .hero-wrapper .hero-title { max-width: 70%; }
	#hero .hero-wrapper .hero-text { max-width: 70%; }




}

@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 Top */
	#header .header-top { height: 30px; font-size: 14px; }
	#header .header-top .header-top-wrapper { justify-content: center; }
	
	/* HEADER: Header Bottom */
	#header .header-bottom { height: 80px; position: relative; }
	
	/* HEADER: Logo */
	#header .header-bottom .logo { height: 70px; top: 5px; }
	
	/* Profile and Cart */
	#header .profile__cart { width: 100%; justify-content: space-between; gap: 0; }
	
	/* HEADER: Cart */
	#header .ajax-cart { width: 40px; height: 40px; }
	#header .ajax-cart .count { top: -10px; }





	
	

}
