/**
Theme Name: Trendy Child
Author: Mandaline
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendy-child-theme
Template: astra
*/


/* Nav Menus */

.main-navigation {
	text-transform: uppercase;
	font-size: 13px;
}
.main-header-menu .menu-link, .main-header-menu a {
	padding: 0 2em;
}
.main-header-bar {
	padding: 1em 0 0;
}
.footer-primary-navigation {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}
.site-footer .nav-menu li {
	padding: 0 1em;
	margin-bottom: 2em;
}
.ast-small-footer.footer-sml-layout-1 .ast-container {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 544px) {
	.footer-primary-navigation {
		margin-bottom: 25px;
	}
	.site-footer .nav-menu li {
		padding: 0 2em;
	}
}
.ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
	margin-top: -12px;
}
.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
	margin-top: -4px;
	background: none;
}
.ast-header-break-point .main-header-menu {
	background-color: #fafafa;
}
.ast-header-break-point .main-navigation ul .menu-item .menu-link, .ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
	border-color: #fafafa;
}

/* Banner */

.wp-block-uagb-section.landing-banner {
	margin-top: 90px;
} 
@media (max-width: 921px) {
	.wp-block-uagb-section.landing-banner {
		margin-top: 0;
	}
}
.landing-banner .uagb-section__inner-wrap {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.landing-banner {
	min-height: 350px;
	max-height: 425px;
	height: 70vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
@media (min-width: 544px) {
	.landing-banner {
		min-height: 450px;
		max-height: 700px;
		height: 80vh;
	}
}
h1.landing-banner_header {
	font-size: 25px;
	letter-spacing: 4px;
	line-height: 38px;
	width: 95%;
	margin: 30px auto 20px;
}
@media (min-width: 544px) {
	h1.landing-banner_header {
		font-size: 2.33rem;
		margin-top: 10px;
		width: 85%;
	}
}
@media (min-width: 800px) {
	h1.landing-banner_header {
		letter-spacing: 6px;
		font-size: 2.53rem;
		margin-top: 40px;
	}
}
@media (min-width: 921px) {
	h1.landing-banner_header {
		letter-spacing: 8.4px;
		margin-top: 50px;
	}
}
@media (min-width: 1185px) {
	h1.landing-banner_header {
		letter-spacing: 8.4px;
		margin-top: 75px;
	}
}

/* Container */

@media (min-width: 1500px) {
	.ast-container {
    max-width: 1240px;
	}
}
@media (min-width: 1500px) {
.ast-woo-shop-archive .site-content > .ast-container {
    max-width: 1240px;
	}
}

/* Social Icons */

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	color: black;
	fill: black;
}

@media (min-width: 1185px) {
	ul.wp-block-social-links.social-floating {
		position: absolute;
		flex-direction: column;
		top: 30px;
		margin-left: 0;
		left: -60px;
	}
}
.wp-social-link {
	margin-bottom: 10px;
}

/* Landing Page Description */

.landing-description {
	text-align: center;
	margin: 18px 10px 0;
	letter-spacing: 1.36px;
	line-height: 28px;
	font-size: 15px;
	max-width: 480px;
}
@media (min-width: 544px) {
	.landing-description {
		margin: 22px auto;
		line-height: 30px;
		font-size: 16px;
	}
}
@media (min-width: 921px) {
	.landing-description {
		margin: 25px auto;
		line-height: 35px;
		font-size: 17px;
	}
}

/* Landing Category Boxes */

.category-block {
	height: 400px;
	transition: all .2s;
}
.category-block:hover > .uagb-section__overlay {
	opacity: .15;
	background-color: white;
}
.uagb-section__overlay {
	transition: all .2s;
}
.uagb-section__wrap.category-block.block-one {
	margin-right: 0;
}
.uagb-section__wrap.category-block.block-two {
	margin-left: 0;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.wp-block-columns {
	justify-content: space-between;
}
h3.cat-block_header {
	transform: translateY(170px);
	transition: all .2s;
	text-align: center;
}
h3.cat-block_header a {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 2.2px;
	text-decoration: underline;
	color: white;
	padding: 20px;
}
.category-block:hover * h3.cat-block_header {
	transform: translateY(165px);
}
@media (min-width: 600px) {
	.uagb-section__wrap.category-block.block-one {
		margin-right: .7rem;
}
	.uagb-section__wrap.category-block.block-two {
		margin-left: .7rem;
		margin-top: 0;
	}
}
@media (min-width: 768px) {
		.category-block {
		height: 540px;
	}
	h3.cat-block_header {
		transform: translateY(240px);
		transition: all .2s;
	}
	h3.cat-block_header a {
		font-size: 1.3rem;
		letter-spacing: 2px;
		text-align: center;
		padding: 80px;
	}
	.category-block:hover * h3.cat-block_header,
	.category-block:focus * h3.cat-block_header {
		transform: translateY(235px);
	}
}
@media (min-width: 922px) {
	.uagb-section__wrap.category-block.block-one {
		margin-right: .9rem;
}
	.uagb-section__wrap.category-block.block-two {
		margin-left: .9rem;
	}
}
@media (max-width: 782px) {
	.entry-content .wp-block-columns .wp-block-column {
		padding: 10px;
	}
}

/* Lined Headings */

.lined-header-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
h2.lined-header {
	position: relative;
	text-align: center;
	max-width: 100%;
  margin: 0 auto;
	letter-spacing: 2px;
	font-size: 1.28rem;
	text-transform: uppercase;
}
h2.lined-header.narrow {
	width: 220px
}
h2.lined-header.extra-narrow {
	max-width: 80%;
	width: 70%;
}
h2.lined-header::after, h2.lined-header::before {
	content: "";
	display: block;
	width: 40px;
	height: 1.3px;
	background: #000;
	position: absolute;
	top: 46%;
	z-index: -2;
}
h2.lined-header::before {
	right: 100%;
	margin-right: 17px;
}
h2.lined-header::after {
	left: 100%;
	margin-left: 14px;
}
h2.lined-header.narrow::before,h2.lined-header.extra-narrow::before {
	margin-right: 0;
}
h2.lined-header.narrow::after, h2.lined-header.extra-narrow::after {
	margin-left: 0;
}
h2.lined-header.insta {
	margin-bottom: 20px;
}
@media (min-width: 540px) {
		h2.lined-header {
		max-width: 100%;
		letter-spacing: 4px;
	}
		h2.lined-header.narrow, h2.lined-header.extra-narrow {
		max-width: 100%;
		width: 100%;
	}
	h2.lined-header.narrow::before, h2.lined-header.extra-narrow::before {
	margin-right: 17px;
}
	h2.lined-header.narrow::after, h2.lined-header.extra-narrow::after {
	margin-left: 14px;
	}
	h2.lined-header.insta {
	margin-bottom: 25px;
	}
}
@media (min-width: 740px) {
	h2.lined-header::before, h2.lined-header::after {
		width: 60px;
	}
}

/* Envios */

.envios-page .envios-description {
	max-width: 850px;
}

.envios-description {
	margin: 18px 10px 0;
	letter-spacing: 1.36px;
	line-height: 28px;
	font-size: 16px;
	max-width: 480px;
}
@media (min-width: 544px) {
	.envios-description {
		margin: 22px auto;
		line-height: 30px;
		font-size: 17px;
	}
}
@media (min-width: 921px) {
	.envios-description {
		margin: 25px auto;
		line-height: 35px;
	}
}

/* Contact */

h2.second-heading {
	color: #D5652B;
	margin-bottom: 0;
	margin-top: 1.6em;
	text-transform: uppercase;
	font-size: 1.2rem
}
.contact-form .hours {
	margin: 0;
}
.wpforms-container .wpforms-field-label {
	font-weight: 500;	
	text-transform: normal;
}
.wpforms-field input, .wpforms-field textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #D5652B;
}
.wpforms-field textarea {
	margin-bottom: 3em;
}
.wpforms-field input:focus, .wpforms-field textarea:focus {
	background-color: #f4f1ed;
	border: 1px solid #D5652B;
	outline: none;
}

/* Marca */

.entry-content .has-2-columns .wp-block-column:first-child {
	padding-right: 0;
}
.entry-content .has-2-columns .wp-block-column:last-child {
	padding-left: 0
}
.text-box, .picture-box {
	height: 570px;
}
.marca-page .text-box {
	display: flex;
	align-items: center;
}
.entry-content .wp-block-column {
	min-width: 50%;
	margin: 0;
}
.entry-content .wp-block-columns {
	margin-bottom: 0;
}
.marca-page .second-box { 
	order: 1;
}
@media (min-width: 544px) {
	.text-box, .picture-box {
		height: 620px;
	}
}
@media (min-width: 600px) {
	.marca-page .second-box { 
		order: 0;
	}
}
@media (min-width: 780px) {
	.text-box, .picture-box {
		height: 550px;
	}
}
@media (max-width: 782px) {
	.entry-content .wp-block-columns .wp-block-column {
		padding: 0;
	}
}

/* Button */

.wpforms-submit-container {
	display: flex;
	justify-content: center;
}
.wp-block-buttons .wp-block-button {
	display: flex;
	justify-content: center;
}
.wp-block-button .wp-block-button__link, .wpforms-submit-container button {
	letter-spacing: 2px;
	line-height: 19px;
	padding: 10px 22px 7px 24px;
	background: none;
	border: solid 2px #000;
	color: #000;
	transition: all .2s;
}
.wp-block-button .wp-block-button__link:hover,
.wpforms-submit-container button:hover,
.wp-block-button .wp-block-button__link:focus,
.wpforms-submit-container button:focus {
	color: #fff;
	border: solid 2px #000;
	background: #000;
}
.wp-block-buttons.sale-button {
	margin-bottom: 50px;
}
.woocommerce ul.products {
	margin: 0;
}
.sale-header {
	margin-bottom: 2rem;
}

/* Woo Buttons */
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}
.woocommerce .woocommerce-message a.button,
a.checkout-button.button.alt.wc-forward,
.woocommerce-message a.button.wc-forward, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	background: none;
	color: #000;
	border: solid 2px #000;
	letter-spacing: 1px;
	padding: 11px 25px 8px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
}
a.checkout-button.button.alt.wc-forward:hover, .woocommerce-message a.button.wc-forward:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-page table.cart td.actions .button:hover, a.checkout-button.button.alt.wc-forward:focus,
.woocommerce-message a.button.wc-forward:focus, .woocommerce-page #content table.cart td.actions .button:focus, .woocommerce-page table.cart td.actions .button:focus {
	background: #000;
	color: #fff;
}
.woocommerce a.button, button#place_order,
.woocommerce button.button {
	border: solid 2px #000;
	color: #000;
	background: none;
	letter-spacing: 1px;
	padding: 11px 25px 8px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
}
.woocommerce a.button:hover,
.woocommerce a.button:focus,
button#place_order:hover, 
button#place_order:focus {
	background: #000;
	color: #fff;
}
a.button.wc-forward 
.wp-block-buttons {
	display: flex;
	justify-content: center;
}
.site-header .ast-site-header-cart-data .button.wc-forward:hover {
	color: #fff;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: none;
	border: solid 2px #000;
	color: #000;
	font-size: 14px;
	line-height: 1.1em;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 13px 40px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product form.cart .button.single_add_to_cart_button:focus {
	background: #000;
	color: #fff;
}

/* Woo Styles */

.woocommerce-page.woocommerce-checkout table.shop_table td {
	padding: .7em 1em;
	border-right: 0;
}
.woocommerce-page.woocommerce-checkout table.shop_table thead {
	background: #fbfbfb;
}
.woocommerce-cart table.shop_table td {
	border-right: 0;
}
.woocommerce-message {
	background-color: #fcfcfc;
}
.astra-shop-thumbnail-wrap img {
	transition: all .2s;
}
.astra-shop-thumbnail-wrap img:hover, .astra-shop-thumbnail-wrap img:focus {
	opacity: .85;
}
.woocommerce ul.products li.product a img {
	margin-bottom: .3rem;
}
.woocommerce ul.products li.product {
	margin-bottom: 2.3em;
}
span.woocommerce-Price-amount.amount {
	color: #D5652B;
}
.astra-shop-summary-wrap {
	text-align: center;
	padding: 0 .4rem;
}
.astra-shop-thumbnail-wrap {
	padding: .4rem .4rem;
}
.woocommerce ul.products li.product .onsale {
	left: 0;
	right: 100%;
	top: 0;
	margin: .4rem;
	width: 47%;
}
.woocommerce div.product span.onsale,
.woocommerce span.onsale {
	display: block;
	background-color: #D5652B;
	border-radius: 0;
	min-height: 1.9em;
	max-height: 1.9rem;
	line-height: 1.9em;
	font-size: .9em;
	padding-top: .2rem;
	top: 0;
	left: 0;
}
.ast-woocommerce-container span.onsale {
	width: 35%;
}
@media (min-width: 544px) {
	.ast-woocommerce-container span.onsale {
		width: 25%;
	}
	.astra-shop-thumbnail-wrap {
		padding: 1rem 1rem;
	}
	.woocommerce ul.products li.product .onsale {
		margin: 1rem;
		width: 39%;
	}
	.astra-shop-summary-wrap {
		text-align: center;
		padding: 0 1rem;
	}
}
ul.product-categories {
    font-size: 1.1rem;
}
@media (min-width: 921px) {
	.ast-woocommerce-container span.onsale {
		width: 14%;
	}
}
.ast-article-single.product > span.onsale {
	visibility: hidden;
}
@media (max-width: 921px) {
	h1.woocommerce-products-header__title.page-title {
		font-size: 1.8rem;
	}
}
@media (max-width: 544px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
	}
	h1.woocommerce-products-header__title.page-title {
		font-size: 1.625rem;
	}
}

/* Woo Single Product */

h1.product_title.entry-title {
	font-size: 1.7em;
	text-transform: capitalize;
	letter-spacing: 1.3px;	
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 1.2em;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin-bottom: 1.7em;
}
.woocommerce .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	display: none;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	margin-bottom: 3em;
}
@media (min-width: 768px) {
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
		margin-bottom: 5.5em;
	}
}
@media (min-width: 922px) {
	.woocommerce-product-gallery__image * img {
		min-height: 550px;
   	max-height: 65vh;
   	object-fit: cover;
	}
}
@media (min-width: 1500px) {
	.woocommerce-product-gallery__image * img {
		min-height: 650px;
   	max-height: 65vh;
   	object-fit: cover;
	}
}
.summary .product_meta {
	display: none;
}

/* Variations plugin */

.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(15% - .75em);
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
	border-radius: 0;
}

/* Woo Related Products */

.woocommerce .related.products h2 {
	margin-top: 2em;
	font-size: 1.7rem;
}

/* Footer */

.footer-adv-overlay {
	padding-top: 4rem;
	padding-bottom: 0;
}
.footer-adv-widget {
   width: 100%;
   display: flex;
   justify-content: center;
	 float: none;
}
div#media_image-3 {
  max-width: 45%;
	margin: 0 auto 4em;
}
.footer-adv-widget.footer-adv-widget-2, .footer-adv-widget.footer-adv-widget-3 {
	display: none;
}
.footer-adv-widget.footer-adv-widget-4 ul.menu {
	display: flex;
	justify-content: center;
}
.footer-adv-widget.footer-adv-widget-4 li.menu-item {
	margin: 0 1em;
}
.footer-adv-widget li.menu-item {
	text-transform: uppercase;
}
@media (min-width: 544px) {
	div#media_image-3 {
  	max-width: 30%;
	}
}
@media (min-width: 768px) {
	div#media_image-3 {
  	max-width: 20%;
	}
}