/*
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.   ***************/
.row-full-width .col {
    padding: 0 0px 30px !important;
}

.custom-field-date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    color: white;
    background: #0a0a0aad;
    z-index: 9;
    padding: 10px 0px;
    font-size: 1em;
    font-weight: 800;
    text-align: center;
    line-height: 1.2em;
	width:70%;
}
.box-text a.woocommerce-LoopProduct-link {
    font-size: 1.2em;

}
.box-text p.product-title.woocommerce-loop-product__title {
    margin-bottom: .4em;
}
.custom-field-size, .custom-field-age-range {
    display: block;
    font-size: 0.8em;
    line-height: 1em;
    margin: 0.4em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.product-quick-view-container > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media screen and (min-width: 850px){
.product-quick-view-container .large-6 {
    max-width: 100%;

    flex-basis: auto;
}
}