/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-top{
    background-color: #EEEEEE;
}

.wide-nav{
    border-bottom: 1px solid white;
}

small.woocommerce-price-suffix{
    display: inline-block;
    font-size: 50%;
    padding-left: 10px;
}

#image_1094315584{
    margin-bottom: 0;
    padding-bottom: 0;
}


.wc-block-components-order-summary-item__image img{
    display: none;
}

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    color: #000;
    display: flex;
    justify-content: right;
    line-height: 0;
    min-height: 0;
    min-width: 0;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: 0;
    white-space: 0;
    z-index: 1;
  }



.boe-border-box{
    border: 2px solid #B3232B;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}