#content .woocommerce {
    margin: 0 auto;
    max-width: 1600px;
}

#page {
    min-height: calc(100vh - 225px);
    position: relative;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    min-width: 100px;
    width: auto;
}

.woocommerce .woocommerce-cart-form button.button:disabled {
    opacity: .4;
}

.woocommerce-cart #page-wrap,
.woocommerce-checkout #page-wrap {
    margin-bottom: 50px;
    margin-top: 140px;
}

.woocommerce form .form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce form .form-row label {
    color: #25b7bc;
    font-size: 12px;
    order: 2;
    text-align: center;
}

.woocommerce form .form-row select {
    border: 2px solid #25b7bc;
    text-align: center;
    text-align-last: center;
}

/*
.woocommerce button.button.alt,
.woocommerce a.button.alt {
    background-color: #25B7BC;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
    background-color: #197c80;
}
*/

#custom_modal {
    background-color: rgba(220, 220, 220, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

#custom_modal .content {
    background-color: white;
    margin: 30vh auto 0;
    max-width: 80%;
    padding: 20px;
    width: 600px;
}

#custom_modal .heading {
    font-size: 26px;
    font-weight: bold;
}

#custom_modal .stay {
    font-size: 14px;
    cursor: pointer;
}

#custom_modal p,
#custom_modal a {
    display: block;
    text-align: center;
}

#custom_modal a {
    margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
    #custom_modal .content {
        margin: 20px auto 0;
    }
}

.byd-product--gallery figure {
    margin: 0;
}

.byd-product--gallery img {
    height: 400px;
    max-height: 45vh;
    width: auto;
    vertical-align: top;
}
