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

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


.product-short-description {
    position: relative;
    margin-block-end: 30px;
}
.product-short-description .read-more-toggle {
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
    text-decoration: underline;
}

.subcats-thumbs-wrapper{
        display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    margin-block-end: 50px;
}

.subcats-thumbs-wrapper img{
    max-width: 100px;
}

body .searchform .button.icon{
    transform: rotate(180deg);
    position: relative;
    right: -50px;
    height: 77px;
}

.searchform .button.icon i{
    transform: rotate(180deg);
}

.home-banner{
    background: linear-gradient(102.21deg, #b3938d -2.95%, #b3938d 46.37%, #5e494e 100.88%);
        padding: 0 15px;
}

.home-banner h1 span{
    font-size: 43px;
    font-weight: 700;
    line-height: 55px;
    color: #f9fafb;
    border: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}

.home-banner .section-title-normal {
    border-bottom: none;
}

.home-banner .col-inner p{
        font-size: 18px;
    font-weight: 400;
    color: #f9fafb;
    line-height: 1.5;
}

.home-banner a.button{
background: #3c3a49;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    fill: #F9FAFB;
    color: #F9FAFB;
    border-radius: 100px 100px 100px 100px !important;
    padding: 9px 32px 8px 32px;
    margin: 0;
    margin-block-start: 30px;
}

.home-banner.bottom .col{
    padding: 0 15px 0;
}

.home-banner.bottom img{
    border-radius: 10px;
}

.home-banner.bottom img:hover{
    box-shadow: 0px 0px 3px 2px #efebe5;
    transition: all 0.3s ease;
}

.footer-wrapper .wpcf7-form{
    position: relative;
    max-width: 500px;
    margin: auto;
}

.footer-wrapper .wpcf7-form input.wpcf7-email{
    height: 50px;
}

.footer-wrapper .wpcf7-form .join-btn{
    position: absolute;
    left: 0;
    top: 0;
}

.footer-wrapper .wpcf7-form .join-btn input.wpcf7-submit{
    margin: 0;
    height: 50px;
}

.footer-wrapper .wpcf7-form .wpcf7-spinner{
    position: absolute;
}

.footer-wrapper .wpcf7-form .wpcf7-list-item-label{
    color: #000;
}

.footer-wrapper .wpcf7-form .wpcf7-list-item-label a{
    color: #000;
}

.footer-wrapper .wpcf7-form .wpcf7-acceptance{
    float: right;
}

@media only screen and (max-width: 48em) {
    .home-banner h1 span{
        font-size: 32px;
        line-height: 42px;
    }

    .home-banner a.button{
        margin-block-start: 0;
        margin-block-end: 50px;
    }

    .home-banner.bottom .col > .col-inner{
        padding-bottom:0!important;
    }

    .home-banner.bottom{
        padding-bottom: 50px!important;
    }

}