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

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


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


}
.product-short-description {
    border: 1px solid #656565a8;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.product-short-description h3.short-title {
    background-color: #656565a8;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 5px;
    /*border-top: 1px solid #1566B3;*/
    /*border-left: 1px solid #1566B3;*/
    /*border-right: 1px solid #1566B3;*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}
.contact-form-single {
    background-color: #656565a8;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
}
.contact-form-single h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.contact-form-single form.wpcf7-form .wpcf7-submit{
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    color: #0c0c0c;
}
.contact-form-single form.wpcf7-form .wpcf7-form-control {
    border-radius: 10px;
    height: 45px;
}
.contact-form-single form.wpcf7-form .wpcf7-spinner {
    display: none;
}
.product-small.product-type-simple {
    margin-bottom: 20px;
}
.product-small.product-type-simple .col-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 550px;
    overflow: hidden;
}
.product-small.product-type-simple .col-inner .box .box-image {
    border-radius: 10px;
}
.product-small.product-type-simple .col-inner .box-text {
    padding: 10px;
}
.product-small.product-type-simple .col-inner .box-text .title-wrapper {
    margin-bottom: 20px;
}
.product-small.product-type-simple .col-inner .box-text .title-wrapper a {
    color: #1566b3;
    font-size: medium;
}
.product-small.product-type-simple .col-inner span.price{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.product-small.product-type-simple .col-inner span.price .woocommerce-Price-amount {
    margin-bottom: 20px;
    font-size: large;
    color: #ff0808;
}
.product-small.product-type-simple .col-inner span.price .woocommerce-Price-currencySymbol {
    margin-left: 5px;
}
.single_add_to_cart_button {
    border-radius: 10px;
    background-color: #ff0808 !important;
}