/*
 Theme Name:   loutafete_theme
 Theme URI:    https://loutafete.com
 Description:  Loutafete Theme
 Author:       STUDIO WBM
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  loutafete_theme
*/


/*************************
   WOOCOMMERCE CHECKOUT
*************************/

:root {
    --woocommerceCheckoutBorderRadius: 5px;
    --woocommerceCheckoutBorderColor: rgba(54, 8, 18, 0.11);
    --woocommerceCheckoutFontColor: #3D475A;
    --woocommerceCheckoutPrimaryColor: #3D475A;
    --woocommerceCheckoutBackgroundColor: #FFFFFF;
}

.woocommerce-checkout div.site main.site-main {
    min-height: 95vh;
    display: flex;
    padding: 150px 0 40px 0;
}

.woocommerce-checkout main.site-main .site-main-content {
    background: #F5F5F5;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle {
    margin-bottom: 60px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    border-radius: 3px;
    border: none;
    background: var(--themeTitleFontColor);
    padding: 20px 30px 20px 60px;
    margin: 0 0 20px 0px;
    color: #FFFFFF;
    display: flex;
    gap: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-checkout .woocommerce h3:not(#ship-to-different-address) {
    color: var(--themeTitleFontColor);
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
}

.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.woocommerce-checkout .woocommerce h3#ship-to-different-address {
    margin: 0;
    font-weight: normal;
    width: 100%;
    font-size: 15px;
}

.woocommerce-checkout .woocommerce h3#ship-to-different-address label {
    margin: 0;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce h3#ship-to-different-address label span {
    font-family: 'Montserrat';
    margin-left: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login {
    margin-top: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login p.form-row:not(.form-row-first):not(.form-row-last) label {
    left: 0;
    max-width: 200px;
    font-size: 15px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    align-self: center;
    cursor: pointer;
    margin: 0 !important;
    transform: unset;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login p.form-row:not(.form-row-first):not(.form-row-last) label input {
    margin-right: 10px;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login,
.woocommerce-checkout .woocommerce form.checkout_coupon {
    border: 0;
    background: #E9EFFC;
    border-radius: var(--woocommerceCheckoutBorderRadius);
    padding: 30px;
    margin: 20px 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login p:first-child {
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login p.lost_password,
.woocommerce-checkout .woocommerce form.checkout_coupon p:not(:first-child) {
    margin: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login button {
    margin: 30px 0 0;
    float: unset;
}

.woocommerce-checkout .woocommerce form.checkout_coupon p button {
    padding: 0.8em 3.5em;
    font-size: 15px;
    height: auto;
    position: relative;
    font-weight: normal;
    display: inline-block;
    outline: 0;
    letter-spacing: 0.08px;
    background-color: #E9EFFC;
    color: var(--themeTitleFontColor);
    border: 1px solid var(--themeTitleFontColor);
    overflow: hidden;
    line-height: 1;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-form{
    width: calc(35% - 10px);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review{
    width: calc(65% - 10px);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-form,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review {
    background: #E9EFFC;
    border-radius: var(--woocommerceCheckoutBorderRadius);
    padding: 30px;
    height: fit-content;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-form #customer_details > div:last-child div.shipping_address {
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border-collapse: collapse;
    border: 1px solid var(--woocommerceCheckoutBorderColor);
}

.woocommerce-checkout .woocommerce table.shop_table thead {
    background-color: var(--woocommerceCheckoutBorderColor);
    color: var(--woocommerceCheckoutFontColor);
}

.woocommerce-checkout .woocommerce table.shop_table thead tr th {
    font-weight: normal;
    font-size: 13px;
    border-collapse: collapse;
    color: #FFFFFF;
    background-color: var(--themeTitleFontColor);
}

.woocommerce-checkout .woocommerce table.shop_table td {
    border-top: 1px solid var(--woocommerceCheckoutBorderColor);
    
}
.woocommerce-checkout .woocommerce table.shop_table td dl.variation{
    font-size: 13px;
}

.woocommerce-checkout .woocommerce table.shop_table dl.variation dt {
    color: var(--woocommerceCheckoutPrimaryColor);
    font-weight: 600;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    background: rgb(233 239 252);
    color: var(--woocommerceCartFontColor);
    font-size: 15px;
    font-weight: normal;
    background-color: rgb(61 71 90 / 6%);
    border-right: 1px solid rgba(0,0,0,.1);
}

.woocommerce-checkout .woocommerce table.shop_table ul#shipping_method li {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 8px;
}
.woocommerce-checkout .woocommerce table.shop_table ul#shipping_method li:last-of-type label{
    font-size: 11px;
}
.woocommerce-checkout .woocommerce table.shop_table ul#shipping_method li:last-of-type label span{
    font-size: 14px;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
}
.woocommerce-checkout .woocommerce table.shop_table ul#shipping_method li label,
.woocommerce-checkout .woocommerce table.shop_table ul#shipping_method li input {
    margin: 0;
}

.woocommerce-checkout .woocommerce #payment ul.payment_methods li label {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0 0 20px;
}

.woocommerce-checkout .woocommerce #payment ul.payment_methods li img.stripe-icon {
    max-width: 30px;
    margin: 0 0 0 5px;
}

.woocommerce-checkout .woocommerce #payment ul.payment_methods li img.stripe-icon:first-child {
    margin-left: 20px;
}

.woocommerce-checkout .woocommerce #payment {
    background: none;
    border-radius: 0;
    margin: 0;
}

.woocommerce-checkout .woocommerce #payment div.payment_box {
    padding: 0;
    margin: 0;
    background: none;
    color: var(--woocommerceCheckoutFontColor);
    font-size: 12px;
}

.woocommerce-checkout .woocommerce #payment div.payment_box::before {
    content: none;
}

.woocommerce-checkout .woocommerce #payment ul.payment_methods {
    padding: 20px 0;
    border-bottom: 1px solid var(--woocommerceCheckoutBorderColor);
}

.woocommerce-checkout .woocommerce #payment div.payment_box .wc-credit-card-form {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce .wc-stripe-elements-field {
    padding: 10px;
    margin: 0;
    border: 1px solid var(--woocommerceCheckoutBorderColor);
}

.woocommerce-checkout .woocommerce #payment div.form-row {
    padding: 35px 0 30px;
    text-align: center;
}

.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce #payment #place_order {
    padding: 1em 3.5em;
    font-size: 17px;
    height: auto;
    position: relative;
    font-weight: normal;
    display: inline-block;
    outline: 0;
    letter-spacing: 0.08px;
    background-color: #E9EFFC;
    background-color: var(--themeTitleFontColor);
    color: #FFFFFF;
    overflow: hidden;
    line-height: 1;
    width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text{
    text-align: left;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text a{
    font-weight: 500;
}
.woocommerce-checkout .woocommerce .form-row.form-row-terms {
    padding: 0;
    margin: 0;
    background: none;
    color: var(--woocommerceCheckoutFontColor);
    font-size: 15px;
}

.woocommerce-checkout .woocommerce .form-row-terms label span {
    color: var(--woocommerceCheckoutFontColor);
}


/***************************************
   WOOCOMMERCE CHECKOUT / VIEW ORDER
***************************************/

.woocommerce-checkout.woocommerce-order-received main.site-main .site-main-content {
    background: white;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce {
    background: #E9EFFC;
    padding: 60px 30px;
    border-radius: 3px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce p.woocommerce-thankyou-order-received {
    margin-bottom: 40px;
    font-size: 22px;
    color: var(--themeFontColor);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table {
    border-radius: var(--woocommerceCheckoutBorderRadius);
    border-collapse: collapse;
    border: 1px solid var(--woocommerceCheckoutBorderColor);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table thead {
    background-color: var(--woocommerceCheckoutBorderColor);
    color: var(--woocommerceCheckoutFontColor);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table thead tr th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    border-collapse: collapse;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    background: rgb(233 239 252);
    color: var(--woocommerceCartFontColor);
    font-size: 15px;
    font-weight: normal;
    background-color: rgb(61 71 90 / 6%);
    padding: 15px 20px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table td {
    border-top: 1px solid var(--woocommerceCheckoutBorderColor);
    padding: 15px 20px;
}
.woocommerce-checkout.woocommerce-order-received section.woocommerce-order-details{
    margin-top: 40px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table .wc-booking-summary {
    border: 2px solid var(--woocommerceCheckoutBorderColor);
    color: var(--woocommerceCheckoutFontColor);
    border-radius: var(--woocommerceCheckoutBorderRadius);
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table a,
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table a:hover {
    color: var(--woocommerceCheckoutPrimaryColor);
    text-transform: capitalize;
    font-weight: 600;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table ul {
    padding: 0;
    margin: 0;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table .button {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order-details h2,
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-customer-details h2 {
    color: var(--themeTitleFontColor);
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    padding: 0;
    border: 0;
    margin: 0;
    line-height: 150%;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce ul.order_details {
    margin: 0 0 20px 0;
    padding: 0;
}
.woocommerce ul#shipping_method li label {
    padding: 15px 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}
label[for="shipping_method_0_wcsdm9"]::before, label[for="shipping_method_0_wcsdm7"]::before, label[for="shipping_method_0_local_pickup5"]::before, label[for="shipping_method_0_local_pickup2"]::before, label[for="shipping_method_0_local_pickup10"]::before {
    transform: scale(1.5);
}
.woocommerce ul#shipping_method‘{
    margin-top: 10px;
}
thead tr th.product-total, tr.cart_item td.product-total{
    text-align: right;
}


@media only screen and (max-width: 1200px) {
    .woocommerce-checkout .woocommerce .woocommerce-checkout-form, .woocommerce-checkout .woocommerce .woocommerce-checkout-review{
        padding: 20px;
    }
    .woocommerce ul#shipping_method li label {
        padding: 10px;
        line-height: 16px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 1024px) {
    .woocommerce-checkout div.site main.site-main {
        min-height: 95vh;
        display: flex;
        padding: 120px 0 60px 0;
    }
}
@media only screen and (max-width: 992px) {

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

    .woocommerce-checkout .woocommerce form.checkout_coupon p button,
    .woocommerce-checkout .woocommerce form.checkout_coupon p {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce form.checkout_coupon p button {
        margin-top: 30px;
    }
    .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce .woocommerce-checkout-form, .woocommerce-checkout .woocommerce .woocommerce-checkout-review{
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {

    .woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table tbody tr td:last-child {
        width: 30%;
    }

    .woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table .wc-booking-summary {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .woocommerce-checkout.woocommerce-order-received .woocommerce ul.order_details li {
        float: none;
        border: none;
        padding: 0;
        margin: 0 0 20px;
    }
    .woocommerce ul#shipping_method{
        gap: 5px;
    }
}
@media only screen and (max-width: 767px) {

    .woocommerce-checkout .woocommerce form.woocommerce-form-login button {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    .woocommerce-checkout .woocommerce form.woocommerce-form-login p.lost_password {
        text-align: center;
    }
    .woocommerce ul#shipping_method{
        margin-bottom: 0;
    }
    .woocommerce-checkout .woocommerce .woocommerce-checkout-form, .woocommerce-checkout .woocommerce .woocommerce-checkout-review{
        padding: 10px;
    }
    .woocommerce-checkout .woocommerce #payment div.form-row{
        padding: 20px 0 0;
    }
    .woocommerce ul#shipping_method li label {
        padding: 7px;
    }
    .woocommerce ul#shipping_method li label {
        padding: 7px;
    }
    .woocommerce table.shop_table td, .woocommerce table.shop_table th {
        padding: 8px;
    }
    .woocommerce ul#shipping_method li label {
        font-size: 11px;
        line-height: 14px;
    }
    .woocommerce-checkout .woocommerce table.shop_table tfoot th{
        font-size: 13px;
    }
    tr.cart_item td, tr.cart_item th{
        font-size: 13px;
    }
    .woocommerce-checkout .woocommerce #payment ul.payment_methods li label{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
        left: 30px;
    }
    .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info{
        padding: 15px 30px 15px 60px;
        gap: 15px;
        font-size: 13px;
    }
    .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::after{
        content: none;
    }
    .woocommerce-checkout.woocommerce-order-received div.site main.site-main {
        padding: 120px 15px 60px 15px;
    }    
    .woocommerce-checkout.woocommerce-order-received .woocommerce {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 420px) {
    .woocommerce ul#shipping_method {
        flex-direction: column;
    }
    .woocommerce ul#shipping_method li label {
        font-size: 13px;
        line-height: 16px;
    }
    .woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-checkout .woocommerce #payment #place_order{
        padding: 1em 3.5em;
        font-size: 15px;
    }
    .woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
        padding: 15px 30px 15px 50px;
    }
    .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
        left: 20px;
    }
    .woocommerce-checkout .woocommerce .woocommerce-privacy-policy-text {
        font-size: 13px;
    }
    .woocommerce-checkout.woocommerce-order-received .woocommerce {
        padding: 30px 20px;
    }
    tr.order-total td {
        font-size: 16px;
    }
    label[for="shipping_method_0_wcsdm9"]::before, label[for="shipping_method_0_wcsdm7"]::before, label[for="shipping_method_0_local_pickup5"]::before, label[for="shipping_method_0_local_pickup2"]::before, label[for="shipping_method_0_local_pickup10"]::before {
        transform: scale(1.3);
    }
}