

.wp-block-columns {
    margin-bottom: 0;
}

                                       /* PRODUCT PAGE */ 

 																										 /* BODY ALL PAGES */	
.entry-content, .MainBody{
    min-height: 82vh;
}

 .krs-404 h1{
     width: 100%;
     margin: 2vh auto;
     text-align: center;
 }
 
  .krs-404 p{
     width: 100%;
     margin: 2vh auto;
     text-align: center;
 }
 
   .krs-404 a{
    display: block;       
     width: 8rem;
     margin: 2vh auto;
     color: white;
     background: #CC6700;
     border-radius: 3px;
     padding: 1rem;
     text-align: center;
     text-decoration: none;
     font-size: 1.1rem;
     font-weight: 500;
 }
 
.gb-text{
    display: none!important;
} 
 
 
                                    /* HEADER */


.krs-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 ;
    min-height: 12vh;
    background:#fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)!important;
    position: relative;
    z-index: 999;
}

.krs-header-left{
    box-sizing: border-box;
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-start;
    width: 39%;
    gap:1rem;
    padding: 0 ;
}

.krs-logo-link .woocommerce img, .krs-logo-link .woocommerce-page img{
    height: unset;
    max-width: unset;
}

.krs-logo-link{
    width: 15vw;
    padding:1vh 2vw;
}

img.krs-logo{
    display:block;
    height: auto;
    width:auto;
    max-width: 11vw;
    margin: 0;
}

.krs-header-left h2{
    margin:0;
    font-size:1.3rem;
    line-height:1;
}

.krs-header-nav{
    box-sizing: border-box;    
    width: 60%;
    padding: 0 4vw 0 0; 
}

 ul.krs-menu{
    display:flex!important;
    justify-content: flex-end;
    flex-direction: row;
    gap:3vw;
    list-style:none;
    margin:0;
    padding:0;
}

.krs-menu a{
    text-decoration:none;
    color:#1f2a44;
    font-size: 1.1rem;
}

@media (max-width: 868px){

    .krs-header{
        flex-direction:column;
        gap:1rem;
        text-align:center;
    }

    .krs-header-left{
        width: 100%;
        flex-direction:column;
        padding-top: 1vh;
    }

    .krs-logo-link{
        width: 100%;
    }
    
    img.krs-logo{
        display:block;
        height: auto;
        width:auto;
        max-width: 200px;
        margin: 0 auto 0 auto;
    }    
    
    .krs-header-nav{
        width: 100%;
    }

 ul.krs-menu{
    display:flex!important;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    gap:2vw;
    list-style:none;
    margin:0 0 1vh 0;
    padding:0;
}

 ul.krs-menu li{
     padding: 3px 20px;
     border: 1px solid silver;
 }
 
}

/* Account dropdown */

.krs-menu > li{
    position:relative;
}

.krs-menu-label{
    display:block;
    font-size:1.1rem;
    cursor:pointer;
}

.krs-menu .sub-menu{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    min-width:220px;
    margin:0;
    padding:.5rem 0;
    list-style:none;
    background:#fff;
    border:1px solid #ddd;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
    z-index:1000;
}

.krs-menu > li:hover > .sub-menu{
    display:block;
}

.krs-menu .sub-menu li{
    margin:0;
    padding:0;
}

.krs-menu .sub-menu a{
    display:block;
    padding:.6rem 1rem;
    font-size:1rem;
    color:inherit;
    text-decoration:none;
    white-space:nowrap;
}

.krs-menu .sub-menu a:hover{
    background:#FFF7E8;
    color:#CC6700;
}
                                    /* END HEADER */




a.button, a.button.alt {
    display: block;
    box-sizing: border-box;    
    padding: .4rem 1vh!important;
    text-align: center;
    background-color:#1f2a44 !important;   
    color: white!important;
    font-size: .9rem;
    border: none;
}

 button#place_order.button.alt{
    display: block;
    box-sizing: border-box;    
    padding: .4rem 1vh;
    text-align: center;
    background-color:#1f2a44 !important; 
    color: white!important;
    font-size: 1.1rem;
    font-weight: 400;
    border: none;
}

.woocommerce-Button.button{
background-color:#1f2a44 !important;  
color: white!important;
text-transform: uppercase;
transition: background-color 0.3s ease;
}

.woocommerce-Button.button:hover,
.woocommerce-Button.button:active{
    color:white!important;
    background-color: #384c7a!important;
}

                                      /* WOO MESSAGE */ 


.woocommerce-info,.woocommerce-message{
    border-top: 2px solid #1f2a44  !important;
}

.woocommerce-info::before, a.showcoupon, .woocommerce-message::before{
    color: #1f2a44;
}



                                      /* FOOTER */ 

   .krs-footer {
    width: 100%;
    box-sizing: border-box;
    height: 4vh;
    min-height: 1.5rem;
    margin: 0;
    padding: 0 3vw;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    font-weight: 500;
}

   .krs-footer a{
   color: black;    
      font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 1vw;
    margin: 0 2vw;
   }
   
                                      /* CLOSE FOOTER */    
   
   
