/******************************************************************
Theme Name: Totally UK Online Orders
Theme URI: https://madebymartin.co.uk
Description: 
Author: Martin Stevens
Author URI: https://madebymartin.co.uk
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Totally UK Ltd
******************************************************************/

.page-id-8 {
    background: url("https://orders.gdcbeautygroupuk.com/assets/background-home-orders-2000px.jpg");
    background-repeat: no-repeat;
    min-height: 100vh;
    min-width: 100vw;
}

.titleLogin {
    color: #000;
    margin-block: 10px;
}

.page-id-8 .footer {
    background: transparent;
    color: #dedede;
}

.page-id-8 p.source-org.copyright {
        color: #817f7f;
        font-size: 12px;
}

.page-id-8.logged-in p.source-org.copyright {
    color: #fff;
}

.page-id-8.logged-in .footer {
    background: #333;
    color: #dedede;
}

.page-id-8 .top-bar img{
    display: none;
}

.page-id-8.logged-in .top-bar img{
    display: block;
}

.page-id-8 .woocommerce,
.page-id-20 .woocommerce,
.page-id-20 #content {
    max-width: 1400px;
    margin: auto;
}

.page-id-20 .footer {
    width: 100%;
}

.page-id-8 .off-canvas-wrapper {
    padding-bottom: 0;
}

.page-id-8 .woocommerce form .form-row input.input-text {
    padding: 15px;
}

.logos {
    display: flex;
    flex-direction: row;
}

.resto {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: self-end;
    justify-content: space-between;
}

.resto img:nth-child(1) {
    margin-left: 50px;
}

.bgwhite {
    background-color: #fff;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
    -webkit-box-shadow:  6px 5px 8px 0px rgb(0 0 0 / 19%);
    -moz-box-shadow:  6px 5px 8px 0px rgb(0 0 0 / 19%);
    box-shadow: 6px 5px 8px 0px rgb(0 0 0 / 19%);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.page-id-8 button.woocommerce-Button.button {
    width: 100%;
    background-color: #0a0a0a;
    color: #fff;
    padding-block: 20px;
}

.page-id-8 button.woocommerce-Button.button:hover {
    background-color: #0a0a0a !important;
    color: #fff;
}

.actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}

.actions span{
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

p.source-org.copyright {
    text-align: left;
}

.page-id-8 .woocommerce-LostPassword.lost_password a {
    margin-bottom: 0 !important;
    margin-right: 5px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.centerText {
    text-align: center;
    margin-top: 20px;
}

.page-id-18339 .woocommerce,
.page-id-18339 .content{
    max-width: 1400px !important;
    margin: auto !important;
}

.woocommerce-lost-password button.woocommerce-Button.button {
    width: auto !important;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
    text-transform: capitalize;
    text-align: left !important;
    }

.bordered {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


th {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

th.direccion {
    width: 40%;
}

td, th {
    padding: 10px;
    text-align: left;
    font-size: 18px;
}

@media screen and (min-width: 64em) {
    .page-id-18339 #infobar,
    .page-id-18339 footer.footer,
    .page-id-18339 header.header,
    .page-id-20 footer.footer,
    .page-id-20 header.header {
        width: 100% !important;
        min-width: calc(100% - 30rem);
    }
}

@media screen and (max-width: 720px) {
    .logos {
        display: flex;
        flex-direction: column;
    }

    .principal {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
        border-bottom: 2px solid #000;
        text-align: center;
    }

    .principal img {
        padding-right: 0;
    }

    .resto {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        height: 60px;
    }

    .resto img:nth-child(1) {
        display: none;
    }

    .resto img:nth-child(1n+2) {
        width: 30%;
    }

    .page-id-8 .woocommerce form .form-row input.input-text {
        padding: 5px;
    }

    .actions {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .bgwhite {
        padding: 20px;
        margin-top: 60px;
        margin-bottom: 0;
    }

    table {
        border: none;
    }

    table, thead, tbody, th, td, tr {
        display: block !important;
    }

    thead tr {
        display: none !important;
    }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    img.product-thumbnail.product-table-image {
        width: 100px;
    }

    td {
        border: 1px solid #fefefe;
        position: relative;
        padding-left: 30% !important;
        overflow: hidden;
        min-height: 60px;
    }

    td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        /*width: 40%;*/
        padding: 10px;
        white-space: nowrap;
        content: attr(data-column);
        min-height: 170px;
        color: #000;
        font-weight: bold;
        font-size: 15px;
    }

    td.col-image {
        text-align: left !important;
    }

    th.direccion {
        width: 100%;
    }

    .add-to-cart-button {
        display: flex;
        justify-content: space-around;
    }
    .quantity select {
        height: 100%;
    }
}