/*
Theme Name: Kokubaze Theme
Text Domain: kokubazetheme
Version: 1.0.1
Author: WUPS Team
Author URI: 
Description: We've create pure custom theme. This theme have good structure and neat & clean code format.
*/
.list-style {
    padding-left: 20px;
}

.error-main {
    /* min-height: calc(100vh - 80px); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 1.5rem;
    background-color: #e3753f;
    background-image: url(./images/form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.error-wrap {
    background-color: var(--light-grey);
    padding: 3.5rem;
    border-radius: 1rem;
    border: 1px solid #eaddd6;
    text-align: center;
}

.error-wrap h1 {
    font-size: 5rem;
    font-weight: 700;
}

body.error404 .contact-sec {
    display: none;
}

.kokubaze_succ_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-read-more-button{
    display: none;
}

@media(max-width:1024px) {
    header.site-header {
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    }
    header.site-header .row>div:first-child{
        max-width: 20%;
        flex-basis: 20%;
    }
    header.site-header .row>div:last-child {
        max-width: 80%;
        flex-basis: auto;
    }
    
    .sidebar-menu-popup {
        width: 50%;
    }
    header.site-header .row {
        justify-content: space-between;
    }

    .site-header .right-header-wrap {
        border: none;
    }
    footer .footer-legal-wrap ul.menu, footer .footer-contact-info .flex{
        flex-wrap: wrap;
        gap: 1rem;
    }
    footer .footer-content-row .footer-contact-info{
        gap: 1rem;
    }
    .contact-sec .form-wrap {
        padding: 2.125rem;
    }
    section.contact-sec {
        padding: 3.75rem 1.5rem;
    }
    .logo-wrapper a {
        opacity: 0;
        visibility: hidden;
    }
    .site-header .logo-wrapper a:nth-child(2) {
        opacity: 1;
        visibility: visible;
    }
    /* catalog page */
    body .woocommerce ul.products[class*=columns-] li.product{
        margin-bottom: 0;
    }
    .banner-sec .contact-left-content-wrap {
        max-width: 100%;
    }
    .banner-sec .contact-left-content-wrap .gb-headline-text:after{
        display: none;
    }
    body .contact-banner .wpcf7-submit{
        margin: 0 auto;
        display: block;
    }
    .contact-banner form{
        position: relative;
    }
    .contact-banner form span.wpcf7-spinner {
        top: auto;
        bottom: 13px;
        right: 0;
        position: absolute;
    }
}
@media(min-width:768px){
    .shop-page-product-list .woocommerce ul.products li.product{
        display: flex !important;
    }
}
@media(max-width:767px) {
    .right-header-wrap .right-header-content {
        display: none;
    }
    body:not(.light-header) header .right-header-wrap {
        border-left: none;
    }
    .site-header .right-header-menu {
        padding-inline: 1.25rem;
    }
    .site-header .row {
        align-items: center;
        padding: 10px 0;
        position: relative;
    }

    .site-header .logo-wrapper img {
        margin: 0;
    }

    .site-header .sidebar-menu-popup {
        width: 100%;
    }

    .site-header .right-header-wrap {
        border-bottom: none;
    }

    .right-header-menu::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        top: 0;
        right: 70px;
        border-left: 2px solid rgba(0, 0, 0, 0.2);
    }
    footer .footer-legal-wrap {
        padding: 1.45rem 1.8rem 1.45rem 4.75rem;
    }
    footer .footer-content-row {
        padding: 3.75rem 1.25rem 1.45rem;
    }
    footer .numbers{
        min-width: 2.305rem;
    }
    section.contact-sec {
        padding: 4.75rem 1.25rem 3.75rem;
    }
    .contact-sec .contact-left-content p, div .call-to-action-left p, .shop-page-category-heading .numbers{
        margin-bottom: var(--content-space);
    }
    .contact-sec .form-wrap {
        padding: 1.25rem;
    }
    div .custom-filter {
        padding: 1.25rem;
        gap: 0.5rem;
        justify-content: center;
    }
    .custom-filter .action-btn-wrapper{
        padding: 0;
    }
    div .custom-filter>div:not(.action-btn-wrapper) {
        width: 100%;
        padding: 0;
    }
    div .shop-page-category-heading {
        margin-block-end: 2rem;
    }
    div.call-to-action-main {
        margin-block: 3.75rem;
        padding-block: 3.75rem;
    }
    .error-main {
        padding: 3.75rem 1.25rem;
    }
    .error-wrap {
        padding: 1.25rem;
    }
    .error-wrap h1 {
        font-size: 4rem;
    }
    body.menu-open {
        padding-right: 0 !important;
    }
    .banner-sec.contact-banner .banner-left-img-wrap>figure:nth-child(2) img{
        height: 100%;
        object-fit: cover;
        bottom: 0;
    }
    body .single-banner-inner {
        padding: 0 var(--container-space);
        min-height: 350px;
    }
    /* .shop-page-product-list .woocommerce ul.products{
        overflow: hidden;
    }
    .shop-page-product-list .woocommerce ul.products li.product{
        overflow: visible;
    } */
    .shop-page-product-list .woocommerce ul.products li:not(:first-child){
        display: none;
    }
    .slide-read-more-button.read-more-button {
        width: fit-content;
        display: block;
        margin: 1.5rem auto 0;
    }
    body .call-to-action-right, body .call-to-action-left {
        text-align: center;
    }
}