/*
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.   ***************/
.absolute-footer{
    display: none !important;
}
*{
	  font-family: "Roboto", sans-serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif !important;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.section_banner h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
}
.section_banner a {
    padding: 5px 30px 5px 30px;
    background: linear-gradient(60deg, rgba(26, 130, 71, 1) 0%, rgba(39, 165, 91, 1) 76%)
}
.section_content-1 h2 {
    color: rgb(34, 90, 36);
    font-size: 28px;
}
.section_content-1 h3 {
    color:rgb(84, 84, 84);
    font-size: 22px;
    margin-bottom: 0;
}
.section_introduce .col {
    padding: 0;
    background: linear-gradient(60deg, rgb(54, 219, 149) 0%, rgb(66, 234, 179) 100%);
}
.section_introduce h3 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}
.section_introduce p {
    color: rgb(74, 80, 84);
}
.section_introduce a {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
}
.section_introduce a.button.primary.is-link.lowercase {
    border-bottom: 1px solid #000 !important;
}
.section_prodcuct h2{
    color: rgb(34, 90, 36) !important;
    font-size: 30px;
}
.section_prodcuct .box-text-products{
    text-align: center;
}
.section_prodcuct .box-text-products a{
    color: rgb(42, 146, 109);
    font-size: 20px;
    font-weight: 600;
}
.section_prodcuct .box-text-products .woocommerce-Price-amount{
    margin-top: 20px;
    font-size: 18px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    pointer-events: none;
}
a.quick-view.quick-view-added {
    background: rgb(42, 146, 109);
    display: block !important;
}

.section_detail-prodcut h2 {
    color: rgb(34, 90, 36);
    font-size: 30px;
    font-weight: 700;
}

.section_detail-prodcut h3 {
    color: rgb(22, 165, 98);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
input[type=number].xoo-cp-qty{
    margin-top: 0 !important;
}

button.single_add_to_cart_button.button.alt{
    background: rgb(42, 146, 109);
}
.xoo-cp-close{
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
}


.section_product-discount {
    position: relative;
    height: 100%; /* Ensure the section takes the full height of its parent */
}

.section_product-discount::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 60%; /* Set the height to 50% */
    background-color: rgb(56, 230, 173); /* Set your desired background color */
    z-index: 1; /* Ensure the background color is behind the content */
}
.section_product-discount h1 {
    color: #fff !important;
    font-size: 32px;
}
.section_product-discount a {
    color: #fff;
    background: linear-gradient(60deg, rgb(26, 130, 71) 0%, rgb(39, 165, 91) 100%) !important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.required {
    color: red;
    font-weight: bold;
}
footer#footer{
    border-top:1px solid rgb(56, 230, 173);
}
#footer p {
    margin-bottom: 0;
}
.wpcf7-form label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: linear-gradient(60deg, rgb(54, 219, 149) 0%, rgb(66, 234, 179) 100%);
    border-radius: 10px;
}
.section_contact-1 h2{
    color: rgb(34, 90, 36);
    font-size: 32px;
}
.section_contact-1 p{
    color: rgb(74, 80, 84);
    font-size: 14px;
}
.section_contact-1 h4{
    color: rgb(74, 80, 84);
    font-size: 20px;
}
.section_comment .image_avatar img{
    border-radius: 50%;
}
.section_comment p{
    color: #212529;
    font-size: 14px;
}
.section_comment h3{
    font-size: 14px;
    color: rgb(42, 146, 109);
    font-weight: 600;
}


.product-small .image-fade_in_back a{
    pointer-events: none;
}

.checkout-button{
    background-color: rgb(66, 234, 179) !important;
}
#place_order{
    background-color: rgb(66, 234, 179) !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
a.quick-view.quick-view-added {
    background: rgb(42, 146, 109);
    display: block !important;
}
}
@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover {
        display: flex !important;
    }
}
