.tbh td{
    padding: 5px;
    border: 1px solid #ccc;
}

.cookie_notification_wrap {
    display: flex;
    align-items: center;
}

#cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 348px;
    max-width: 100%;
    transform: translateX(-50%);
    padding: 17.5px 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    z-index:99999999;
}

#cookie_notification p{
    margin: 0;
    margin-right: 7px;
    color: #555;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

#cookie_notification button{
    display: block;
    max-width: 100px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #EC6608;
    border:none;
    transition: all .2s;
}
#cookie_notification button:hover{
    opacity: .8;
}
@media (min-width: 576px){
    #cookie_notification.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
}
.sku_props .bx_item_section_name {
    display: none!important;
}