/*
Theme Name:  Classic Bakery Child
Theme URI:   https://baecker.team
Description: Child theme of Classic Bakery. Contains all Baecker.team customisations. Safe to update the parent theme (classic-bakery) at any time.
Author:      Baecker Team
Author URI:  https://baecker.team
Template:    classic-bakery
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classic-bakery-child
*/

/* ==========================================================================
   TYPOGRAPHY — Quicksand replaces the default Poppins/Roboto
   ========================================================================== */

html, body {
    font-family: 'Quicksand', sans-serif;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}

h1 { font-weight: 700; font-size: 2.5rem; }
h2 { font-weight: 700; font-size: 2rem; }
h3 { font-weight: 400; font-size: 1.75rem; }
h4 { font-weight: 400; font-size: 1.5rem; }
h5 { font-weight: 300; font-size: 1.25rem; }
h6 { font-weight: 300; font-size: 1rem; }

p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
}


/* = top header css
-------------------------------------- */

.bg-color{
  background-image: url(images/menu-back-design.png);
  background-position: center top;
  position: fixed;
  top: auto;
  z-index: 555;
  width: 284px;
  padding: 0;
  left: 0;
  height: 100% !important;
}
.header{
  float: left;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0em 0em 0em 0rem;
  position: relative;
  z-index: 9999999;
  padding: 10px;
}
.scroll-box {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.outer-area{
  padding-left: 284px;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}
.header::-webkit-scrollbar-track{
  background-color: #f3efed;
}
.header::-webkit-scrollbar{
  width: 5px;
  background-color: #f3efed;
}
.header::-webkit-scrollbar-thumb{
  background-color: #ff819f;
}
h1.site-title, p.site-title{
  font-size: 35px;
  margin-bottom: 10px;
}
h1.site-title a, p.site-title a{
  color: #333333;
}
span.site-description {
  font-size: 18px;
  color: #6d6d6d;
}
h1.site-title a:hover {
  text-decoration: unset;
}
.listarticle h2 a:hover,
#sidebar ul li a:hover,
.ftr-4-box ul li a:hover,
.ftr-4-box ul li.current_page_item a{
  color: #ff819f;
}
.social-icons i {
  border: solid 1px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px 0;
  margin-right: 5px;
}
.social-icons i:hover {
  background: #ff819f;
  color: #fff;
}
.social-icons a{
  display: inline-block;
}
.social-icons{
  margin-bottom: 3em !important;
}
/* = header css
-------------------------------------- */
.rsvp_button a {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: #ff819f;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}
.rsvp_button a:hover {
  background: #606060;
  color: #fff;
}
.rsvp_inner {
  border: solid 1px #ff819f;
  border-radius: 30px;
  padding: 2px;
}
.woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit, #commentform input#submit {
  background: transparent;
  color: #ff819f;
  padding: 10px 25px;
  display: inline-block;
  font-size: 15px;
  border: solid 2px;
  border-radius: 30px;
}
a.added_to_cart.wc-forward{
  background: transparent;
  color: #ff819f;
  padding: 7px 45px;
  display: inline-block;
  font-size: 15px;
  border: solid 2px;
  border-radius: 30px;
  margin-top: 10px;
  font-weight: bold;
}
a.added_to_cart.wc-forward:hover{
  background: #ff819f;
  color: #fff;
}
.pagemore a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
#commentform input#submit:hover {
  background: #ff819f;
  color: #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  padding: 10px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  width: 110px;
}
/* = menus css */
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline-block;
  position: relative;
  width: 100%;
}
.main-nav a {
  color: #1f1f1f;
  padding: 20px;
  font-size: 15px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.main-nav .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  right: auto;
  margin-left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.main-nav .menu-item-has-children.current-menu-parent > a::after,
.main-nav .menu-item-has-children.current-menu-ancestor > a::after,
.main-nav .menu-item-has-children.current_page_parent > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.main-nav a:hover {
  color: #ff819f;
}
.main-nav ul ul {
  position: absolute;
  background: #fff;
  min-width: 250px;
  z-index: 9999;
  top: 98%;
  line-height: 30px;
  opacity: 0;
}
.main-nav ul ul ul {
  left: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav li ul {
  border-top: 3px solid #ff819f;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.main-nav .menu > ul > li.highlight {
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover {
  background: transparent;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  opacity: 1;
}
.main-nav ul li:hover > ul {
  opacity: 1;
}
.main-nav li.menu-item-has-children:hover > ul,
.main-nav li.menu-item-has-children:focus > ul,
.main-nav li.menu-item-has-children.focus > ul {
  opacity: 1;
}
.main-nav .sub-menu {
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  width: 200px !important;
}
ul.sub-menu ul.sub-menu {
  left: 0 !important;
  top: auto;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu {
  left: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}
/* = slider section css
-------------------------------------- */
.slidesection img{
  object-fit: cover;
  height: 600px;
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  right: 20%;
}
.catwrapslider{
  width:100%;
  position:relative;
  box-sizing:border-box;
}
.slidesection{
  background: #333333;
}
.slidesection img {
  opacity: 0.3;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.catwrapslider .owl-controls{
  position: absolute;
  top: 50%;
  right:auto;
  left:auto;
  width:100%;
}
.catwrapslider .owl-prev,
.catwrapslider .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  bottom:15px;
  width:50px;
  height:50px;
  font-size:40px;
  right:0;
  background: transparent;
  color: #fff;
}
.catwrapslider .owl-prev:hover,
.catwrapslider .owl-next:hover{
  background: #ff819f;
}
.catwrapslider .owl-prev{
  left:10px;
}
.catwrapslider .owl-next{
  right:10px;
}
button.owl-prev span,
button.owl-next span{
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.owl-prev,
.owl-next {
  border: solid 2px #fff;
  padding: 18px;
}
.catwrapslider{
  height:auto;
}
.slider-box h1 a{
  font-size: 80px;
  color: #fff;
}
.slider-box h1 a:hover, .product_cat_box h2 a:hover,
#footer h1.site-title a:hover, #footer p.site-title a:hover, #footer .social-icons i:hover{
  color: #000;
}
.slider-box p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.5;
}

/* = Product Category css
-------------------------------------- */

#product_cat_slider{
  margin-top: -100px;
  position: relative;
  z-index: 9999;
}
#product_cat_slider .owl-carousel .owl-item img{
  width: auto;
  margin: 0 auto;
}
.product_cat_box {
  background: #fff;
  box-shadow: 0px 0px 20px 4px #eee;
  outline: #eee dashed 2px;
  outline-offset: -10px;
}
#product_cat_slider .owl-carousel .owl-stage{
  display: inline-block;
}
#product_cat_slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
#product_cat_slider button.owl-dot {
  background: #606060;
  width: 6%;
  height: 2px;
  margin-right: 15px;
  border: none;
}
#product_cat_slider button.owl-dot.active{
  background: #ff819f;
  height: 4px;
}

/* = Page lay out css
-------------------------------------- */
#content {
  direction: ltr;
}
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 15px 10px;
}
.postsec-list .search-form input.search-submit{
  background-color: #ff819f;
  color: #fff;
  border: 2px solid #ff819f;
}
.contentsecwrap{
  padding:25px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
}
.listarticle,aside.widget{
  border-radius: 5px;
}
.listarticle h2 a{
  color: #333333;
}
.blog-meta{
  font-style:italic;
  margin-bottom:8px;
}
.post-date,
.post-comment{
  display:inline;
  color: #333333;
}
.single_title{
  margin-bottom: 15px;
  font-size: 25px;
}
.post-thumb{
  margin:0 0 15px 0;
}
.postmeta{
  margin-bottom:10px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.nav-links .page-numbers{
  padding:10px 15px;
  color:#fff;
  background:#ff819f;
}
.nav-links{
  margin: 20px 0;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background:#606060;
  color: #fff;
}
select{ border:1px solid #ccc; width:100%;}

/* label css
---------------------------------------------- */
label{
  margin-bottom: 0;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
aside.widget ul, .entry-summary li{
  list-style:none;
}
.listarticle .alignfull, .listarticle .alignwide{
  margin-left: 0;
  margin-right: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-left:0px !important;
}
.textwidget select,table{
  width:100%;
}
nav.navigation.pagination {
    margin: 30px auto;
}
/*--------------------------------------------------------------
## Sidebar Style 
--------------------------------------------------------------*/
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px #ff819f;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#sidebar input.search-submit,
#footer input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: #ff819f;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
input.search-submit{
  background-color: #ff819f;
  color: #fff;
  border:none;
  padding: 16px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
#sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}
#sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}
#sidebar ul li {
  padding: 5px;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
#sidebar ul li::before {
  color: #ff819f;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 7px;
  left: 0;
  position: absolute;
  top: 6px;
  margin-left: 2px;
}
#sidebar .widget a,
#sidebar .widget a:visited {
    color: #858585;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
   color: #ff819f;
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid #ff819f;
    margin-bottom: 30px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 15px 5px 13px;
}
#sidebar .widget_nav_menu ul li a{ 
  line-height: 2.5;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: #ff819f none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}
.widget_calendar #today {
    background: #ff819f none repeat scroll 0 0;
    color: #ffffff;
}
.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.widget .tagcloud a:hover {
    border: 1px solid #ff819f;
    color: #ff819f;
}
.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
    outline: none;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
  border: 1px solid #ddd;
  padding: 5px;
  color:#252525;
}
#footer td, #footer th{
  color: #fff;
}
select {
    width: 100%;
    padding: 5px;
}
#footer .tagcloud a {
  border: solid 1px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.tagcloud a:hover{
  background-color: #ff819f;
  border-color: #ff819f !important;
  color: #fff !important;
}
/*footer*/
#footer {
  background: #121212 none repeat scroll 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
}
#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#footer ul li {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 15px 3px 13px;
  position: relative;
  color: #fff;
}
#footer ul li::before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: left;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer a:hover {
  color:#606060 ;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px #cfcfcf;
    padding: 15px 15px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.postsec-list article.hentry:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/*scroll to top*/
#button{
  background:#333333;
  color: #fff;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  padding-top: 22px;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}
/* = Footer css
------------------------------------------- */
#footer{
	background-color: #ff819f;
	color: #ffffff;
}
.copywrap p{
	color: #fff;
  font-size: 18px;
	padding:15px 0;
}
.copywrap a{
  color: #fff;
}
#footer h1.site-title a,#footer p.site-title a,
#footer span.site-description,
#footer .social-icons i{
  color: #fff;
}
#footer .social-icons i{
  border: solid 1px #ffffff;
}
#footer .social-icons i:hover{
  background: #333333;
}







ul, ol, li {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

blockquote {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    font-style: italic;
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    margin: 1rem 0;
}

/* ==========================================================================
   HEADER — Hamburger menu layout (replaces original "MENU" text button)
   ========================================================================== */

/* Split logo/hamburger into two columns on mobile */


/* Hamburger button styling */
.hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: #1f1f1f;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Overlay for mobile menu */
.menu-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.menu-overlay.active { display: block; }

/* Sidenav open state */
#mySidenav.open { display: block !important; }

/* ==========================================================================
   BANNER — Page heading image area (controlled via Customizer)
   ========================================================================== */

.banner-filhalen {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 100%;
}

/* ==========================================================================
   FOOTER — Custom Baecker.team footer layout
   ========================================================================== */

.custom-footer {
    background: #510101;
    color: #ccc;
    padding: 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo,
.footer-links,
.footer-social {
    flex: 1 1 200px;
    min-width: 160px;
}

.footer-logo img { max-width: 160px; height: auto; }

.footer-links h3,
.footer-social h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links ul,
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li,
.footer-social ul li {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.footer-links ul li a,
.footer-social ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links ul li a:hover,
.footer-social ul li a:hover {
    color: #ff819f;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 30px 20px;
    }
    .footer-logo,
    .footer-links,
    .footer-social {
        width: 100%;
    }
}



/* ==========================================================================
   PRODUCT PAGE TEMPLATE
   ========================================================================== */

.product-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.product-listings { margin-bottom: 40px; }
.product-listing-title h2 {
 
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.product-item img { width: 100%; height: auto; display: block; }

.product-details { padding: 15px; }
.product-details h3 { font-size: 1rem; margin-bottom: 6px; }
.product-details p  { font-size: 0.9rem; color: #666; }

@media screen and (max-width: 768px) {
    .product-item { flex: 1 1 100%; }
}
