/*
Theme Name: Flowers Template
Theme URI:  https://johannolivares.com
Author:     Johann Olivares
Author URI: https://johannolivares.xom
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.page-header {
    display: block !important;
    border: none !important;
    position: relative !important;
    padding:   0px;
    top: unset !important;
    z-index: 0;
}
.post-3, .post-84, .post-11, .post-82  {
    padding: 50px 25px !important;
}
.page-header h1 {
    font-size: 2em;
    padding: 0 !important;
    margin: 0;
    padding-bottom: 50px !important;
}
.post-3 p, .post-84 p, .post-11 p, .post-82 p {
    padding-bottom: 35px !important;
}

/*General Styles*/
*,:after,:before {
    box-sizing: border-box
}
h1,h2,h3,h4,h5,p,li,a {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}
h1 {
    color: #000 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-bottom: 15px;
}
h2 {
    color: #000;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    margin-bottom: 35px;
}
h3 {
    font-size: 1.3em !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h5 {
	font-size: 1em;
    text-transform: uppercase;
	margin-bottom: 15px;
}
flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sub-header {
	font-size: 1.5em;
    color: #fff !important;
}
wrap {
	display: block;
    margin: auto;
    max-width: 80vw;
}
.site-logo {
    max-width: 125px !important;
} 
.container {
    padding: 75px 25px;
}
.phone-number {
    letter-spacing: 1px;
}
.social_list {
    display: flex;
    gap: 25px;
	padding: 0px;
}
.horiz_list {
    display: flex;
    font-weight: 500;
    font-size: 1em;
    gap: 40px;
    list-style-type: none;
	padding: 0px;
}
.verticle_list {
    display: flex;
    font-weight: 500;
    font-size: 1em;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
	padding: 0px;
}
.show_popup {
	display: block !important;
}
a {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    /* text-transform: unset !important; */
}
.form-submit input[type='submit'] {
    background: #000 !important;
    color: #fff !important;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    padding: 15px 30px !important;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
.btn {
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    padding: 15px 30px;
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
.cta {
   background: #fff;
   color: #000;
}
.cta_alt {
   background: #000;
   color: #fff;
}
.cta_link {
   color: #000;
   font-size: 1em;
   font-weight: 400;
   width: max-content;
   text-transform: uppercase;
   text-decoration: underline;
   letter-spacing: 0.25em;
   text-underline-offset: 8px;
}
flexbox {
    display: flex;
    gap: 15px;
}
flexbox-space {
    display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 15px;
}
flexbox-center {
    display: flex;
	flex-direction: column;
	justify-content: center;
    gap: 15px;
	padding: 50px;
}
p {
    font-size: 1.1em;
    line-height: 1.7em;
}
i {
    font-size: 16px;
}
grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
@media(max-width: 1024px) {
    wrap {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
	h1 {
		font-size: 3em;
		line-height: 1.3em;
	}
	h2 {
		font-size: 1.5em;
		letter-spacing: 2px;
		line-height: 1.4em;
		margin-bottom: 35px;
	}
	h3 {
    	font-size: 1em !important;
	}
	.sub-header {
		font-size: 1.2em;
	}
	.social_list {
		gap: 15px;
	}
    grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
	grid-3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	grid-2 {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	flexbox-center {
		padding: 0px;
	}
	/*review {*/
	/*	display: flex !important;*/
	/*	flex-direction: column-reverse;*/
	/*	gap: 25px !important;*/
	/*}*/
	#categories .btn {
	    display: none;
	}
	#categories h2 {
	    font-size: 1.1em;
	}
}
/*End of General Styles*/


/*Product Styles*/
.product img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.product h3 {
    font-size: 16px !important;
}
/*End of Product Styles*/

/*Review Styles*/
reviews {
	display: flex;
	flex-direction: row;
/* 	width: 300%;
	overflow-x: auto; */
}
review {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	max-width: 1200px;
	margin: auto;
	position: relative;
}
review p {
	font-size: 1.4em;
}
review span {
	color: grey;
	font-size: 0.9em;
}
review img_wrap:after {
	display: block;
	background: red;
	position: absolute; 
}
review img {
	aspect-ratio: 1/1;
}
review > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.star_review {
	color: #000;
	display: flex;
	gap: 5px;
	list-style-type: none;
	margin-bottom: 15px;
	padding: 0px;
}
.star_review i {
	font-size: 12px;
}
.left, .right {
	color: grey;
	font-size: 20px;
}
@media(max-width: 767px) {
	review p {
		font-size: 1em;
	}
}
/*End of Review Styles*/


/*FAQs Styles*/
#faqs {
	padding: 75px 25px;
}
#faqs wrap {
	display: block;
	max-width: 800px;
	margin: auto;
}
faqs {
	display: flex;
	flex-direction: column;
	gap: 0px !important;
}
faq {
	border-bottom: 1px solid #ccc;
	padding: 25px 0px;
}
faq h3 {
	font-size: 1em !important;
	text-transform: unset !important;
	margin: 0px !important;
}
faq p {
	display: none;
	padding: 15px 0px
}
/*End of FAQs Styles*/

.woocommerce .star-rating  {
/* 	font-size: 1.2em; */
	margin: 0px !important;
}
.star-full {
	color: #000;
}


@font-face {
font-family: "dashicons";
src: url("../fonts/dashicons.eot");
}

@font-face {
font-family: "dashicons";
src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
url("../fonts/dashicons.ttf") format("truetype"),
url("../fonts/dashicons.svg#dashicons") format("svg");
font-weight: normal;
font-style: normal;
}

.star-rating .star-full:before {
	content: "\f155";
}
.star-rating .star-half:before {
	content: "\f459";
}

.star-rating .star-empty:before {
	content: "\f154";
}
.star-rating .star {
	color: #000;
	display: contents;
	font-family: dashicons;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 19px;
}
.woocommerce .star-rating::before {
    content: "sssss";
    color: #000;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

progress {
  color: gold;
}
progress::-moz-progress-bar {
  background: gold;
}
progress::-webkit-progress-value {
  background: gold;
}

progress::-webkit-progress-bar {
  background: #eee;
}
.woocommerce-breadcrumb {
	color: #000 !important;
}



/*TOGGLE STYLES*/
.product-description-toggle {
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
}
/* Toggle Container */
[data-toggle-group] {
    margin-bottom: 1.5rem;
}

/* Toggle Button - styled like a section heading */
[data-toggle-button] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
    background: none;
    color: inherit;
    transition: border-color 0.3s ease;
    user-select: none;
}

[data-toggle-button]:hover {
    border-color: #999;
}

/* Toggle Content */
[data-toggle-content] {
    display: none;
    padding: 0.75rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

[data-toggle-content].toggle-visible {
    display: block;
}



/*Success Message*/
.form-alert--success {
    background: #00ff001a;
    border: 1px solid #000;
    padding: 15px;
    margin-bottom: 25px;
}


@media(max-width: 1024px) {
    review img_wrap img {
        min-width: unset !important;
    }
}

@media(max-width: 900px) {
    sub_header {
        padding: 12px 15px !important;
    }
    a {
        font-size: 1em;
    }
    .social_list a i {
        font-size: 19px;
    }
}