/*
Theme Name: Storefront Child
Theme URI: https://example.com/storefront-child/
Description: A child theme for Storefront
Author: Your Name
Template: storefront
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../storefront/style.css");

/* Your custom styles go below */
body {
    background-color: #fef9f5;
}
.site-header {
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .menu-toggle {
        background-color: #ffffff;
        color: #000000;
    }
}
@media (min-width: 768px) {
    .site-header

 {
        /* padding-top: 2.617924em; */
        padding-bottom: 0;
         padding-top: 1.617924em;
    }
} 
 .col-full {
  
  max-width: 83.4989378333em !important;
}
body:not(.logged-in) .secondary-navigation {
  display: none;
}
.custom-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 30px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

/* 1. Logo */
.custom-header-logo img {
    max-height: 80px;
    width: auto;
}

/* 2. Menu */
.custom-header-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.custom-header-menu li {
    display: inline-block;
}

/* 3. Search + Cart Group */
.custom-header-search-cart {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 4. Search bar */
.woocommerce-product-search {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce-product-search input[type="search"] {
    padding: 8px 10px;
    font-size: 14px;
    width: 180px;
    border: none;
    outline: none;
}

.woocommerce-product-search button {
    padding: 8px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* 5. Cart */
.site-header-cart {
    margin: 0;
}

.site-header-cart a.cart-contents {
   /* display: flex;*/
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.site-header-cart .amount {
    font-weight: bold;
}
.site-branding{
    margin-bottom:0px;
}
.site-header .main-navigation{
    width: 46.913043% !important;
    /* float: left; */
    margin-right: 4.347826087%;
    clear: both;
    margin-left: 19%;
    position: absolute;
}
.woocommerce-active .site-header .site-header-cart {
        width: 15.73913%;
        float: right;
        margin-right: 0;
        margin-bottom: 0;
    }
    @media (max-width: 767px) {
  .site-header .main-navigation {
    float:right;
    margin-left:43%;
    width:22.91%;
    clear:both;
    position:absolute;
    
  }
  .handheld-navigation{
    background: antiquewhite;
  }
  .handheld-navigation ul.menu li{
    padding-left: 7px;
  }

  
}
.site-footer{
   background-color:#631201;
   color:#fff;
}
.site-footer .widget .widget-title, .site-footer .widget .widgettitle ,.site-footer h2{
    color: #fff;
    font-weight: 600;
    font-size: 1.41575em;
    margin-bottom: 0px;
}



.site-footer .widget ul li {
    list-style: none;
    padding-left: 0px;;
    
}
.site-footer .widget ul li a{
    
    color:#fff !important;
    text-decoration: none;
    font-weight: 600;;
}
.site-footer .widget_nav_menu ul li::before {
    content: none;
}
.widget{
    margin-bottom: 14px !important;;
}
#nav_menu-3{
    margin-bottom: 0px;
}
body h1,h2,h3,h4,h6{
    color:#631201;
}
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart,.button {
    background-color: #631201 !important;
     color:#fff !important;
}
a:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
@media (min-width: 768px) {
.secondary-navigation{
    width: auto !important;
    float: right!important;
    margin-right: 0!important;
    margin-top: 17px!important;
    margin-bottom: 10px!important;
}
.site-info{
    padding-top: 0px;
    padding-bottom: 1px;
}
}