/* -------------------------------------------------------------------------------- */
/*	X. Login & Registration
/* -------------------------------------------------------------------------------- */


.showing-registration-form #site-content .section-inner .col2-set .col-1 { display: none; }
.showing-login-form #site-content .section-inner .col2-set .col-2 { display: none; }

.single-account-form #site-content .section-inner .section-inner.max-percentage {
    max-width: 400px;
}

.both-account-forms #site-content .col2-set > div {
    max-width: 400px;
    width: calc( 50% - 20px );
}

.both-account-forms #site-content .section-inner .section-inner.max-percentage {
    max-width: 880px;
    width: 100%;
}

.both-account-forms #site-content .section-inner .col2-set {
    display: flex;
    justify-content: space-between;
}

.account-form .woocommerce h2 {
    margin-bottom: 25px;
}

.account-form .woocommerce p {
    line-height: 1.5;
}

.woocommerce .woocommerce-form-login .button {
    margin-right: 1rem;
}

.woocommerce .woocommerce-form-login > .lost_password {
    display: none;
}

.woocommerce .login-registration-form-links {
    margin-top: 20px;
}

.woocommerce .login-registration-form-links p {
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce .login-registration-form-links .sep {
    color: #767676;
    margin: 0 8px 0 5px;
}


/* Lost Password ----------------------------- */


.account-form.woocommerce-lost-password .woocommerce-message {
    padding-right: 20px;
}


/* -------------------------------------------------------------------------------- */
/*	X. WooCommerce Widgets
/* -------------------------------------------------------------------------------- */


/* Widget Cart ------------------------------- */

.widget_shopping_cart_content {
    font-size: 14px;
}


/* Widget Products --------------------------- */

.widget_products .product_list_widget li {
    font-size: 14px;
    min-height: 60px;
    padding: 0 0 0 72px;
    position: relative;
}

.widget_products .product_list_widget li a {
    display: block;
    padding-top: 8px;
}

.widget_products .product_list_widget li img {
    border-radius: 2px;
    display: block;
    height: 60px;
    position: absolute;
        left: 0;
        top: 0;
    width: 60px;
}

.widget_products .product_list_widget .product-title {
    display: block;
    font-family: Newsreader, Georgia, serif;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	X. Media Queries
/* -------------------------------------------------------------------------------- */


@media ( max-width: 1100px ) {


    /* Single Product ----------------------------- */

    .woocommerce-product-gallery {
		width: 38%;
    }

    .single-product .summary {
        margin-left: 40px;
    }

    .product-lower-wrapper .sidebar {
        display: none;
    }

    .single-product .woocommerce-tabs {
        max-width: 100%;
    }


    /* Cart ----------------------------- */

    .cart_totals {
        width: calc( 66.6% - 5px );
    }


    /* My Account ----------------------------- */

    .account-wrapper > .woocommerce {
        max-width: 100%;
        width: 100%;
    }

    .account-wrapper .sidebar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
        width: 100%;
    }

    .account-wrapper .sidebar .widget {
        width: calc( 50% - 20px );
    }

    .account-wrapper .sidebar .widget:nth-child(2) {
        margin-top: 0;
    }


}


@media ( max-width: 1000px ) {


    /* Mobile Menu Account ----------------------------- */

    .mobile-account {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0;
    }

    .mobile-account a {
        display: block;
        padding: 15px 5vw 15px calc( 10vw + 18px );
        position: relative;
    }

    .mobile-account a:before {
        background: no-repeat center;
        content: "";
        display: block;
        height: 18px;
        position: absolute;
            left: 5vw;
            top: calc( 50% - 9px );
        width: 18px;
    }

    .mobile-account a.sign-in:before { background-image: url( ../svg/padlock-black.svg ); background-size: auto 17px; }
    .mobile-account a.my-account:before,
    .mobile-account a.register:before { background-image: url( ../svg/account-black.svg ); background-size: auto 18px; }
    .mobile-account a.sign-out:before { background-image: url( ../svg/sign-out-arrow-black.svg ); background-size: 16px auto; }

    /* Single Product ----------------------------- */

    .product-upper-wrapper {
        display: block;
    }

    .woocommerce-product-gallery {
        left: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 92vw;
        width: 92vw;
    }

    .woocommerce-product-gallery .flex-viewport,
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .single-product .summary {
        margin: 40px 0 0;
        max-width: 700px;
        width: 100%;
    }


}


@media ( max-width: 900px ) {

    .woocommerce-product-gallery {
        left: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 95vw;
        width: 95vw;
    }


    /* Checkout ----------------------------- */


    form.woocommerce-checkout {
        display: block;
    }
    
    form.woocommerce-checkout #customer_details,
    form.woocommerce-checkout #order_review {
        width: 100%;
    }

    form.woocommerce-checkout #order_review {
        margin-top: 40px;
    }


    /* Order Review ----------------------------- */

    .woocommerce-order,
    .woocommerce-columns--addresses {
        display: block;
    }

	.woocommerce-order .woocommerce-order-overview,
	.woocommerce-order .woocommerce-order-downloads, 
    .woocommerce-order .woocommerce-order-details,
    .woocommerce-columns--addresses .woocommerce-column {
        width: 100%;
    }

	.woocommerce-order .woocommerce-order-overview {
		margin-top: 24px;
	}

	.woocommerce-order .woocommerce-order-downloads,
    .woocommerce-order .woocommerce-order-details {
		margin-top: 24px;
    }

    .woocommerce-columns--addresses .woocommerce-column + .woocommerce-column {
        margin-top: 40px;
    }


    /* My Account ----------------------------- */

    /* ADDRESSES */

    .woocommerce-Addresses {
        display: block;
    }

    .woocommerce-Addresses .woocommerce-Address {
        width: 100%;
    }

    .woocommerce-Addresses .woocommerce-Address + .woocommerce-Address {
        margin-top: 40px;
    }


}


