/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Description: A basic child theme for the WooCommerce Storefront theme.
Author: Rob Smith
Template: storefront
Version: 1.0.0
Text Domain: storefront-child
*/

/* Add your custom CSS below this line */
body p{
		  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	font-style: italic;
}
.site-content h1, .site-content h2, .site-content h3 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
	font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
}
.main-navigation ul.menu ul a {
	  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 19px !important;
    line-height: 26px;
}
    .col-full {
        max-width: 1600px !important;
    }

/* Bedford Cakes-style category navigation on WooCommerce category archives. */
.tax-product_cat .larondine-category-sidebar {
    box-sizing: border-box;
    margin: 0 0 2.75rem;
    padding: 0 0 1.75rem;
    text-align: center;
}

.tax-product_cat .larondine-category-sidebar__section {
    margin: 0 0 2.15rem;
    padding: 0 0 2.15rem;
    border-bottom: 1px solid #e8e3dc;
}

.tax-product_cat .larondine-category-sidebar__section--standalone {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.tax-product_cat .larondine-category-sidebar__title {
    margin: 0;
    color: #252525;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.35;
    text-transform: uppercase;
}

.tax-product_cat .larondine-category-sidebar__ornament {
    display: block;
    margin: .7rem 0 .95rem;
    color: #c4a15f;
    font-size: .7rem;
    line-height: 1;
}

.tax-product_cat .larondine-category-sidebar__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tax-product_cat .larondine-category-sidebar__links li {
    margin: 0 0 .35rem;
}

.tax-product_cat .larondine-category-sidebar__links a {
    color: #3a3a3a;
    font-family: "Cormorant", serif;
    font-size: 1.18rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
}

.tax-product_cat .larondine-category-sidebar__links a:hover,
.tax-product_cat .larondine-category-sidebar__links .current-cat a {
    color: #b38b43;
}

@media (min-width: 768px) {
    .tax-product_cat .larondine-category-sidebar {
        float: left;
        width: 11.5%;
        margin: 0 4% 3rem 0;
    }

    .tax-product_cat ul.products {
        float: right;
        clear: right;
        width: 84.5%;
    }
}

@media (max-width: 767px) {
    .tax-product_cat .larondine-category-sidebar {
        clear: both;
        width: 100%;
    }

    .tax-product_cat ul.products {
        float: none;
        clear: both;
        width: 100%;
    }
}


/* Keep the category product grid aligned beside, rather than beneath, the left navigator. */
@media (min-width: 768px) {
    .tax-product_cat ul.products {
        display: flow-root;
    }

    .tax-product_cat ul.products li.product,
    .tax-product_cat ul.products li.product.first {
        clear: none !important;
    }
}


/* Grid layout for the category navigator and product archive content. */
@media (min-width: 768px) {
    .tax-product_cat #main {
        display: grid;
        grid-template-columns: 11.5% minmax(0, 1fr);
        column-gap: 4%;
        width: 100%;
    }

    .tax-product_cat #main > .woocommerce-products-header {
        grid-column: 1 / -1;
    }

    .tax-product_cat #main > .storefront-sorting {
        display: contents;
    }

    .tax-product_cat .larondine-category-sidebar {
        grid-column: 1;
        grid-row: 2 / span 2;
        float: none;
        width: auto;
        margin: 0;
    }

    .tax-product_cat .woocommerce-result-count {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: start;
        float: none;
        margin: 0 0 1.5rem;
    }

    .tax-product_cat .woocommerce-ordering {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: end;
        float: none;
        margin: 0 0 1.5rem;
    }

    .tax-product_cat ul.products {
        grid-column: 2;
        grid-row: 3;
        float: none;
        clear: none;
        width: 100%;
    }

    .tax-product_cat ul.products.columns-4 li.product {
        width: 30.796%;
        margin-right: 3.8%;
    }

    .tax-product_cat ul.products.columns-4 li.product:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tax-product_cat #main {
        display: block;
    }

    .tax-product_cat #main > .storefront-sorting {
        display: block;
    }

    .tax-product_cat .larondine-category-sidebar {
        float: none;
        margin-bottom: 2.5rem;
    }
}


/* Enforce three product columns beside the category navigator. */
@media (min-width: 768px) {
    .tax-product_cat ul.products.columns-4 li.product {
        width: 30.796% !important;
        margin-right: 3.8% !important;
    }

    .tax-product_cat ul.products.columns-4 li.product:nth-child(3n) {
        margin-right: 0 !important;
    }
}


/* Retail-only category archive prices for non-wholesale visitors. */
.tax-product_cat.larondine-retail-only-archive .wwp-wholesale-pricing-details p:not(:first-child) {
    display: none !important;
}


/* Live-reference variable product controls. */
.single-product .variations_form .variations {
    width: 100%;
    border: 0;
    margin: 0 0 26px;
}

.single-product .variations_form .variations tr {
    display: flex;
    align-items: center;
    margin: 0 0 13px;
}

.single-product .variations_form .variations th.label,
.single-product .variations_form .variations td.label {
    display: block;
    flex: 0 0 110px;
    width: 110px;
    padding: 0 24px 0 0;
    border: 0;
    color: #000;
    font-family: 'Cormorant', serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    line-height: 58px;
    text-align: left;
}

.single-product .variations_form .variations td.value {
    display: block;
    flex: 1 1 auto;
    width: auto;
    padding: 0;
    border: 0;
}

.single-product .variations_form .variations td.value select {
    display: block;
    width: 100%;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0 54px 0 27px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
    background-position: calc(100% - 29px) 25px, calc(100% - 21px) 25px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #787878;
    font-family: 'Cormorant', serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 56px;
    -webkit-appearance: none;
    appearance: none;
}

.single-product .variations_form .variations td.value select:focus {
    border-color: #c19d56;
    outline: 0;
}

.single-product .variations_form .reset_variations {
    margin: 8px 0 0;
    color: #c19d56;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 32px;
}

.single-product .single_variation_wrap .quantity {
    width: 105px;
    height: 60px;
    margin: 0;
}

.single-product .single_variation_wrap .quantity .qty {
    width: 105px;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 0 31px 0 0;
    border: 1px solid #c19d56;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
}

.single-product .single_variation_wrap .quantity .qty::-webkit-inner-spin-button,
.single-product .single_variation_wrap .quantity .qty::-webkit-outer-spin-button {
    opacity: 1;
    height: 58px;
}

.single-product .single_add_to_cart_button.button {
    min-width: 178px;
    height: 48px;
    margin: 0;
    padding: 10px 26px;
    border: 1px solid #c19d56;
    border-radius: 0;
    background: #c19d56;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.47px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

.single-product .single_add_to_cart_button.button:hover,
.single-product .single_add_to_cart_button.button:focus {
    border-color: #a88239;
    background: #a88239;
    color: #fff;
}

@media (max-width: 640px) {
    .single-product .variations_form .variations tr {
        display: block;
        margin-bottom: 18px;
    }

    .single-product .variations_form .variations th.label,
    .single-product .variations_form .variations td.label {
        width: auto;
        padding: 0;
        line-height: 34px;
    }

    .single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 24px;
    }
}
