/*
Theme Name: Zakegenesis
Theme URI: https://zakegenesis.com/
Author: Zake
Author URI: https://zakegenesis.com/
Description: A Simple starter theme for any website.
Version: 1.0
*/

header.main-header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* The state after loading */
.main-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.navbar-collapse .dropdown-menu{
    padding: 10px;
}
.navbar-collapse .nav-link.active,
.navbar-collapse .nav-link:hover{
    color: #35940B !important;
}
a{
    text-decoration: none !important;
}
li{
    list-style: none !important;
}
.contentContainer{
    padding-top: 90px;
}
.navbar.bg-light{
    background-color: transparent !important;
}
.zake-qty-wrapper a.add_to_cart_button{
    display: none !important;
}
ul.products li.product{
    position: relative;
    padding: 10px !important;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    transition: .3s all ease-in-out;
}
ul.products li.product:hover{
    background-color: #fff;
    box-shadow: #4545451a 0px 20px 40px;
}
ul.products li.product.outofstock a.button{
    display: none !important;
}
ul.products li.product .button{
    background-color: #e8ede4;
    color: #4c8525;
    font-size: 18px;
    border-radius: 5px;
}
li.product.outofstock .woocommerce-loop-product__link{
    position: relative;
    display: flex;
    flex-direction: column;
}
li.product.outofstock > .woocommerce-loop-product__link::before {
    content: "Coming Soon";
    position: absolute;
    top: calc(45% - 30px);
    left: calc(50% - 50px);
    z-index: 99;
    background-color: #ffa40a;
    color: #fff;
    padding: 2px 6px 4px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 900;
}
ul.products li.product img{
    border-radius: 8px;
}
ul.products li.product h2{
    font-size: 18px !important;
    font-weight: 700;
    color: #071c1f;
}
ul.products li.product span.price{
    font-size: 18px;
    font-weight: 800;
    color: #4d8526;
}
ul.products li.product span.price > *{
    text-decoration: none;
}
ul.products li.product span.price del {
    text-decoration: line-through;
}
ul.products li.product .wishlist-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
ul.products li.product br{
    display: none;
}
ul.products li.product .onsale{
    background-color: #ee3e43;
    left: 0 !important;
    right: auto !important;
    width: 50px;
    height: 50px;
    padding: 3px;
}
form.wpcf7-form p{
    display: flex;
    flex-direction: column;
}
form.wpcf7-form p input,
form.wpcf7-form p textarea{
    width: 100%;
    border-radius: 6px;
    padding: 10px;

}
form.wpcf7-form p textarea{
    height: 100px;
    resize: none;
}
form.wpcf7-form p .wpcf7-submit{
    background-color: #e8ede4;
    color: #4c8525;
    font-size: 18px;
    border-radius: 5px;
}

/* Woocommerce */
.woocommerce-page .contentContainer{
    padding-top: 150px;
}
.woocommerce-page #primary{
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
body.archive #main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 0;
}
body.archive #main .woocommerce-breadcrumb,
body.archive #main .woocommerce-notices-wrapper,
body.archive #main .woocommerce-pagination{
    width: 100%;
}
body.archive #main .woocommerce-result-count,
body.archive #main .woocommerce-ordering{
    width: 50%;
}
body.archive #main .woocommerce-ordering{
    text-align: end;
}
body.archive #main .woocommerce-ordering select{
    border-radius: 8px;
    padding: 10px;
}
body.archive #main ul.products{
    width: 70%;
}
body.archive #main aside.zg-shop-filters{
    width: 25%;
}
body.archive #main .woocommerce-pagination ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    border: 0;
}
body.archive #main .woocommerce-pagination ul li{
    border: 0;
}
body.archive #main .woocommerce-pagination ul li span,
body.archive #main .woocommerce-pagination ul li a,
body.archive #main .woocommerce-pagination ul li a:hover{
    background-color: #FFA301;
    color: #ffffff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
}
body.archive #main .woocommerce-pagination ul li a{
    background-color: #35940B;
}
body.single-product .zake-qty-wrapper{
    justify-content: flex-start;
}
body.single-product .zake-qty-wrapper button.button{
    background-color: #e8ede4 !important;
    color: #4c8525 !important;
    font-size: 18px;
    border-radius: 5px;
}
#review_form textarea{
    height: 100px;
    resize: none;
    border-radius: 6px;
}
#review_form textarea{
    height: 100px;
    resize: none;
    border-radius: 3px;
}
#review_form form p{
    display: flex;
    flex-direction: column;
}
#review_form form p.comment-form-cookies-consent{
    flex-direction: row;
}
.variations_form table.variations .label{
    padding-top: 10px;
}
.variations_form table.variations select{
    min-width: auto !important;
    width: 100% !important;
    padding: 8px 6px;
    border-radius: 6px;
}
body.woocommerce-checkout #place_order,
body.woocommerce-cart .checkout-button{
    background-color: #e8ede4 !important;
    color: #4c8525 !important;
    font-size: 18px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    body.archive #main ul.products,
    body.archive #main aside.zg-shop-filters,
    body.archive #main .woocommerce-result-count,
    body.archive #main .woocommerce-ordering{
        width: 100%;
    }
}

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

}
@media screen and (max-width: 991px) {
    .contentContainer {
        padding-top: 72px;
    }
    .woocommerce-page .contentContainer{
        padding-top: 100px;
    }
    .navbar-collapse{
        position: fixed;
        z-index: 9;
        background-color: rgb(255, 255, 255);
        width: calc(100vw - 100px);
        left: 100px;
        top: 70px;
        padding: 15px;
        overflow-y: scroll;
        height: calc(100vh - 70px);
        border-left: 5px solid #ffa300;
    }
}
@media screen and (max-width: 575px) {

}
@media screen and (max-width: 370px){

}