.measure-container{
    text-align: center;
}

.measure-container button{
    padding: 10px 15px
}

#post-812 .entry-content,#post-814 .entry-content,#post-809 .entry-content,
#post-812 .entry-header,#post-814 .entry-header,#post-809 .entry-header{
    text-align: center;
}

#post-812 .entry-header,#post-814 .entry-header,#post-809 .entry-header{
    margin-bottom: 40px;
}

#m-country{
    width: 100%;
    height: 38px;
    background: white;
    border: 1px solid #dbdee1;
}

#m-country:focus{
    border: 1px solid #3f4043;
}

.measure-block{
    margin: 30px auto 0 auto;
    width: 90%;
    min-width: 300px;
    display: flex;
}


.measure-block:last-of-type{
    margin-bottom: 30px;
}
.measure-block label {
    width: 175px;
}
.measure-block span{
    color: #ff4c00;
}

.measure-block input{
    width: 50%;
    text-align: left;
}

.measure-container .woocommerce-error{
    width: calc(100% - 175px);
    margin: 0px 0 0 175px;
    background: none;
    border: 0;
    text-align: left;
    font-size: 12px;
}

#custom_woocommerce-error{
    width: 300px;
}

.custom_error_distance{
    margin-top: 30px;
}

.measure_btn:disabled, .measure_btn:disabled:hover{
    background: #ababab;
    cursor: default;
}


.measure-modal{
    position: fixed;
    left: 0;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.measure-modal-block{
    border: 1px solid #afafaf;
    border-radius: 10px;
    background-color: #fff;
    width: max-content;
    height: max-content;
}

.measure-modal-content{
    padding: 20px;
}

.body-background{
    position: absolute;
    background: black;
    opacity: 0.3;
    left: 0;
    top: -240px;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.measure-btn{
    padding: 10px 20px 8px 20px;
    text-align: center;
    margin: 0 10px 10px 0;
}

#meas-add-basket{
    font-size: 14px;
    padding: 11px 20px 10px 20px;
}

.measure-error{
    display: none;
}




/*CUPBOARD DELIVERY*/

.cupboard-shipping-popup{
    transition: 200ms;
    display: none;
}

.cupboard-shipping-block{
    width: 500px;
    text-align: center;
}

.cupboard-shipping-btn-block{
    margin-top: 30px;
    text-align: center;
}

#c-country{
    width: 100%;
    height: 40px;
    padding: 4px;
}

.cupboard-shipping-error{
    display: none;
    color: #ff1201;
    font-weight: 500;
}

.body-background-cupboard{
    display: none;
}

.cupboard-close-btn{
    padding: 10px 15px;
    float: right;
}




