/*
 Theme Name:     Yardforce
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



.add_to_cart_inline {
    display: flex;
    flex-wrap: wrap;
}

.add_to_cart_inline .amount {
    font-weight: bold;
    width: auto;
    font-size: 16pt;
    flex-grow: 1;
    margin-top: 1.25em;
}

.add_to_cart_inline .button {
    align-self: flex-end;
}
/* Commented out until testing complete by addify support. */
/**
.single.single-product .woocommerce-product-gallery__image.flex-active-slide {
    min-height: 400px;
}
 
.single.single-product .woocommerce-product-gallery__image.flex-active-slide a img {
    max-height: 400px;
    width: auto;
    margin: 0 auto;
}**/

.woocommerce-product-gallery .flex-viewport, .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li  {
    border: 1px solid #eaeaea;
}

.header-flex-container {
    display:flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 1rem;
    padding: 0 1em;
}


.header-flex-container .flex-item {
    display:inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.header-flex-container .flex-item .link-list {
    border: 1px solid #eaeaea;
    background: white;
}

.header-flex-container .flex-item .link-list a {
    padding: 0.5em 2em;
}

.header-flex-container .flex-item .link-list a:hover {
    background: #ff6600;
    color: white;
}

.header-flex-container .flex-item:not(:last-of-type) {
    padding-left: 1em;
    border-left: 2px solid #eaeaea;
}

.text-highlight {
    color:#ff6600;
}