
#wpk_mybox_tabs{
    border:none;

}
.wpk_myboxes_panel{
    margin-top: 30px;
    border-bottom: 1px solid #efefef;
}

.wpk_myboxes_logo{
    background-image: url(../img/bierelogoBox.png);
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 22px;
}
.wpk_myboxes{
    width: 128px;
    height: 128px;
    border: 2px solid #333;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.wpk_myboxes_filler{
    width: 100%;
    position: absolute;
    background-color: #333;
    bottom: 0px;
    height: 0%;
    background-origin: initial;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.mybox_content{
    cursor: pointer;
}

.mybox_content_row ul{
    list-style: square;
    margin-left: 20px;
}



/*HEADER BOXES*/
#mybox-header-container{
    position: absolute;
    top: -60px;
    right: 10px;
    display: flex;
    flex-direction: column;
}

#mybox-header-container .wpk_myboxes{
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    border-radius: 5px;
    position: relative;
    margin-bottom: 0px;
}

#mybox-header-container .wpk_myboxes_panel {
    margin-top: 0px;
    border-bottom: none;
    position: relative;
}

#mybox-header-container .wpk_myboxes_logo {
    background-image: url(../img/bierelogoBox.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 10px;
}

#mybox-header-container .mybox-header-boxes
{
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: row;
}

#mybox-header-container .mybox-header-title
{
    position: relative;
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}


.mybox-header-title h4{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    margin-right: 10px;
}
.mybox-header-title h4 a{
    color:#808080;
}

.wpk_myboxes_percent{
    position: absolute;
    font-weight:bold;
    font-size: 12px;
    bottom: -21px;
    width: 100%;
    text-align: center;
}

.wpk_myboxes_msg{
    position: absolute;
    top: -40px;
    width: 230px;
    color: #333;
    left: -102px;
    font-weight: bold;
    padding: 1px;
    font-size: 12px;
    background-color: #F8DEA4;
    border-radius: 5px;
}
.wpk_myboxes_msg::after{
    content: '';
    position: absolute;
    bottom: -20px;
    width: 20px;
    color: #333;
    right: 43px;
    height: 20px;
    border-top: 17px solid #F8DEA4;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
}

.mybox_box_max_panel{
    background-color: #342b10;
    max-height: 176px;
    border-radius: 5px;
    padding: 10px;
    width: 360px;
    margin-bottom: 20px;
    color: #fff;
}

.mybox_box_max_panel h4{
    text-transform: uppercase;
}
.mybox_box_max_panel b{
    color: #fff;
}
.mybox_box_max_kg_price{
    font-size: 18px;
}
@media screen and (max-width: 568px)
{
    #mybox-header-container{
        display: none;
    }
}

#module-wpkboxdelivery-myboxes .nav-item .nav-link.active {
    color: #333;
    background : #fac852
}
#module-wpkboxdelivery-myboxes .nav-item .nav-link:hover {
    color: #333;
    background : #fac852
}
#module-wpkboxdelivery-myboxes .nav-item .nav-link.active:hover {
    color: #333;
    background : #fac852
}
#module-wpkboxdelivery-myboxes .nav-item .nav-link {
    color: #333;
    background : #fff
}

#wpkboxdelivery-cart-warning{
    color : darkred;
}

#wpkboxdelivery-cart-warning a{
    color : darkred;
    font-weight: bold;
    text-decoration: underline;
}

body#checkout #wpkboxdelivery-cart-warning a:hover{
    color : #620d0a;
}

.reservation-valid{
    color : darkgreen;
    font-weight: bold;
    font-size: 12px;
    text-transform: lowercase;
}

.reservation-invalid{
    color : darkred;
    font-weight: bold;
    font-size: 12px;
    text-transform: lowercase;
}

#wpkboxdelivery-cart-summary-warning{
    color : darkred;
}