/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.11
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.fw-medium{
	font-weight: 500;
}
.margin-aotu-col .col-inner{
	margin-right: auto !important;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-submit{
	    background-color: #424242 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
	    border-radius: 25px !important;
}
.button{
	font-weight: 500;
}


.footer-row{
	justify-content: space-between;
}
.footer-row:after {
	display: none;
}
.absolute-footer {
	display: none;
}


    .peptide-section {
      background: url('/wp-content/uploads/2026/04/Section-2.webp') ;
      background-size: cover;
      padding: 40px 0px;
      color: #ffffff;
      text-align: left;
    }

/*     .container {
      max-width: 1100px;
      margin: auto;
    } */

    .peptide-title {
	font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
    }

    .peptide-text {
      font-size: 18px;
      line-height: 1.6;
      max-width: 650px;
		margin-bottom: 0;
    }

    @media (max-width: 768px) {
      .peptide-title {
        font-size: 32px;
      }
      .peptide-text {
        font-size: 16px;
      }
    }

.shop-page-title {
	display: none;
}

.box-text-products{
	background: #fff;
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
}

.product-small.box img{
	border-radius: 20px 20px 0px 0px;
} 
.product-small.box .button {
	border-radius: 50px;
	width: 100%;
		line-height: 3.5;
}


    .max-text {
      max-width: 665px;

    }


.accordion-title {
	padding: .8em 2.3em .8em .8em;
	font-size: 16px;
	border-top: none;
}
.accordion-title.active {
	font-weight: 500;
	border-radius: 16px;
	color: #000;
}
.accordion .toggle{
	left: unset;
	right: 0;
	top: 0.5em;
}
.accordion-inner{
	    padding: 0.8em;
}
.accordion-inner p{
	font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
	.accordion-title {
	font-size: 14px;
}
	.accordion-inner p{
	font-size: 12px;
}
}

.accordion-item{
	    margin-bottom: 10px;
	 background: #F8F8F8;
	border-radius: 16px;
}
.accordion{
	margin-bottom: 50px;
}


.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #F8F8F8;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #9CA3AF;
    height: 3.5em;
	font-weight: 400;
	margin-bottom: 0;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgb(255 255 255);
	height: 2.507em;
}

.header-nav.header-nav-main{
	    justify-content: center !important;
}

.footer-row a{
	color: #fff !important;
}

.price span.amount {
    color: #639baf;
    font-size: 18px;
    line-height: 2;
}
.single_add_to_cart_button, .ux-buy-now-button{
	width: 100%;
	line-height: 3.5;
}

.product-info .breadcrumbs {
    display: none;
}
.html_topbar_left{
	text-align: center;
}