/*
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.   ***************/
button, input, select, textarea {
    font-family: "futura-pt", sans-serif !important;
}

.h4, h4 {
    font-size: 1.35em;
}

button {
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.beige-background {
    background-color: rgb(239, 221, 179);
}

.circle-border-radius .col .col-inner {
    height: 9.25rem;
    width: 9.25rem;
    margin: 0 auto !important;
    border-radius: 50%;
}

.circle-border-radius .col .col-inner .text, .bignumber>p {
    line-height: 9.25rem !important;
}

.title-area h1 {
    font-weight: 400;
}

.nav>li>a {
    font-size: 18px;
}

h1.product-title {
    font-weight: 400;
    font-size: 3.625rem;
}

.tabs.nav {
    display: none;
}

.single-product .cart,
.single-product .price-wrapper {
    display: inline-flex;
}

.single-product .price-wrapper {
    float: right;
}

.product-info .price {
    font-size: 2.5em !important;
    margin: 0 !important;
}

span.amount {
    font-weight: 400 !important;
}

button.single_add_to_cart_button.button.alt {
    padding-left: 20px;
    padding-right: 20px;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-flat {
    padding-left: 40px;
    padding-right: 40px;
}

.border-bottom {
    border-bottom: 1px solid black;
}

p.read-more:hover {
    cursor: pointer;
}

.woocommerce-Tabs-panel {
    max-height: 300px;
    overflow: hidden;
    transition: max-height .5s;
}

.woocommerce-Tabs-panel.show {
    transition: max-height .5s;
    max-height: 1300px;
}

video {
    width: 100%;
    margin: 0;
}

.video-height,
.video-height video {
    height: 370px;
}

.testimonial-box .icon-box-img svg, .testimonial-box .icon-box-img img {
    margin-top: -100px;
}

.newsletter .banner.has-hover {
    height: 100%;
}

@media only screen and (max-width: 1320px) {
    .video-height,
    video {
        aspect-ratio: 16/9;
    }
}

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


}
