/*
Theme Name: BeautysipWc
Author: Probit
Version: 100.0
*/

@font-face {
	font-family: FiraSans-Regular;
	src: url(assets/fonts/FiraSans-Regular.ttf);
}
@font-face {
	font-family: FiraSans-Medium;
	src: url(assets/fonts/FiraSans-Medium.ttf);
}
@font-face {
	font-family: FiraSans-Bold;
	src: url(assets/fonts/FiraSans-Bold.ttf);
}
@font-face {
	font-family: FiraSans-Light;
	src: url(assets/fonts/FiraSans-Light.ttf);
}

body {
	font-family: FiraSans-Regular;
}
img {
	max-width: 100%;
}
.pink-color, .pink-template .entry-title {
	color: #E68E94 !important;
}
.green-color {
	color: #A7C9C1;
}
footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #E68E94;
	opacity: 1; /* Firefox */
	font-family: FiraSans-Medium;
	font-size: 30px;
	line-height: 70px;
}
footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #E68E94;
	font-family: FiraSans-Medium;
	font-size: 30px;
	line-height: 70px;
}

footer input::-ms-input-placeholder { /* Microsoft Edge */
 	color: #E68E94;
 	font-family: FiraSans-Medium;
	font-size: 30px;
	line-height: 70px;
}
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFEEBC;
	z-index: 100;
	display: none;
	transition: all 1s;
}
.header-menu .close-button {
	position: absolute;
	right: 97px;
	top: 97px;
}
.header-menu .close-button img {
	width: 54px;
}
.header-menu-links {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header-menu-links a {
	text-transform: lowercase;
	font-size: 40px;
	font-family: FiraSans-Medium;
	color: #D3D3D3;
	padding-left: 60px;
}
.header-menu-links a.active {
	color: #FFC5C9;
}
.button-action {
	width: 200px;
	height: 50px;
	border: 2px solid;
	display: inline-block;
	font-size: 25px;
	line-height: 43px;
	font-family: FiraSans-Medium;
	text-align: center;
	transition: all 0.5s;
}
.button-action:hover {
	text-decoration: none;
}
.button-action.pink-button {
	color: #E68E94;
	border-color: #E68E94;
}
.button-action.pink-button:hover {
	background-color: #E68E94;
	color: #fff;
}
.button-action.green-button {
	color: #A7C9C1;
	border-color: #A7C9C1;
}
.button-action.green-button:hover {
	background-color: #A7C9C1;
	color: #fff;
}
.button-action.white-button {
	color: #fff;
	border-color: #fff;
}
.button-action.white-button:hover {
	background-color: #fff;
	color: #E68E94;
}
.title-border-top {
	font-size: 70px;
	font-family: FiraSans-Medium;
	color: #A7C9C1;
	border-top: 4px solid;
	display: inline-block;
}

header {
	text-align: center;
	background-position: center;
	padding-top: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}
header .logo {
	max-width: 100px;
}
header .menu-icon {
	display: block;
	margin-top: 43px;
}
header .menu-icon img {
	width: 39px;
}
header .button-action {
	margin-top: 43px;
}
header.homepage-header {
	min-height: 1000px;
}
header.page-header {
	min-height: 600px;
}

/* Homepage */
.products-homepage {
	margin: 146px 0;
}
.products-homepage .item {
	border: 3px solid #A7C9C1;
}
.products-homepage .item img {
	max-width: 100%;
}
.products-homepage .item .price {
	text-align: right;
	color: #A7C9C1;
	font-size: 40px;
	font-family: FiraSans-Bold;
	margin-top: 20px;
	margin-right: 25px;
}
.products-homepage .item .title a {
	color: #A7C9C1;
	font-size: 20px;
	margin-right: 30px;
	display: inline-block;
}
.products-homepage .item .title a span {
	font-family: FiraSans-Light;
	text-transform: uppercase;
}
.products-homepage .item .button-action {
	margin-bottom: 30px;
	margin-left: 30px;
}

/* Banner */
.banner {
	min-height: 650px;
	background-position: center;
	padding-top: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.banner.banner-left {
	text-align: left;
}
.banner.banner-right {
	text-align: right;
}
.banner.banner-left h3 {
	font-size: 70px;
	font-family: FiraSans-Bold;
	max-width: 737px;
	margin-top: 90px;
	color: #fff;
}
.banner.banner-left .button-action {
	margin-top: 30px;
}

.banner.banner-right h3 {
	font-size: 90px;
	font-family: FiraSans-Bold;
	margin-top: 140px;
	color: #fff;
}
.banner.banner-right .button-action {
	margin-top: 60px;
}

/* Page */
.page .entry-title {
	color: #D3D3D3;
	margin-top: 150px;
}
.single-post .entry-title {
	margin-top: 150px;
	color: #E68E94;
	font-family: FiraSans-Medium;
}


/* About */
.about-section {
	text-align: center;
	padding-top: 135px;
	padding-bottom: 103px;
}
.about-section h3 {
	font-size: 70px;
	font-family: FiraSans-Medium;
	color: #A7C9C1;
	border-top: 4px solid;
	display: inline-block;
}
.about-section p.description {
	color: #A7C9C1;
	font-size: 23px;
	font-family: FiraSans-Light;
	margin-top: 73px;
	margin-bottom: 50px;
}
.about-section .icons {
	max-width: 1000px;
	margin: 0 auto;
	color: #A7C9C1;
	margin-top: 125px;
}
.about-section .icons p {
	margin-top: 26px;
	font-size: 30px;
	font-family: FiraSans-Light;
}
.about-section img {
	max-width: 100%;
}

/* Facts */
.facts-section {
	text-align: center;
	margin-top: 180px;
	margin-bottom: 200px;
}
.facts-section h3 {
	margin-bottom: 100px;
}
.facts-section p {
	font-size: 70px;
	color: #fff;
	font-family: FiraSans-Medium;
}
.facts-section .item {
	min-height: 810px;
	background-size: cover;
}
.facts-section .item {
	position: relative;
}
.facts-section .item .buttons-box {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.facts-section .item .buttons-box .button-action {
	margin-top: 30px;
}

/* Footer about */
.footer-about-section {
	background-color: #EFEFEF;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 105px;
	color: #A7C9C1;
}
.footer-about-section h3 {
	margin-bottom: 75px;
}
.footer-about-section h5 {
	margin-bottom: 60px;
	color: #A7C9C1;
}
.footer-about-section .images {
	margin-top: 100px;
}

/* Footer */
footer {
	margin-top: 370px;
	color: #E68E94;
	border-top: 3px solid #E68E94;
	padding-top: 60px;
	padding-bottom: 20px;
}
footer a {
	color: #E68E94;
	font-family: FiraSans-Light;
}
footer .social a, footer .social span {
	font-family: FiraSans-Light;
	font-size: 50px;
}
footer .social span {
	padding: 0 10px;
}
footer .links {
	margin-top: 160px;
}
footer .links a {
	font-family: FiraSans-Light;
	text-transform: lowercase;
}
footer a:hover {
	color: #E68E94;
}
footer input {
	border: 2px solid #E68E94 !important;
	border-radius: 0 !important;
	height: 70px;
	width: 450px !important;
	padding: 10px;
}
footer .required {
	border-bottom: 2px solid #E68E94 !important;
	color: #222 !important;
	font-size: 18px !important;
}
footer .mce_inline_error {
	font-size: 20px !important;
	color: red !important;
	position: absolute;
	top: 80px;
	right: 50px;
}
footer #mc_embed_signup .mc-field-group input[type="email"] {
	position: absolute;
	right: 45px;
	top: 0;
}
footer #mc_embed_signup .button {
	position: absolute;
    top: 10px;
    right: 0;
    width: 70px !important;
    height: 70px;
    background-color: #fff;
}
footer #mc_embed_signup .button:hover {
	background-color: #ffd4d4 !important;
	color: #fff;
}
footer form input[type="submit"] {
	background-image: url(assets/img/form_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: bottom;
	width: 80px;
	margin-left: -5px;
	border: 2px solid #E68E94;
	background-color: transparent;
}
footer form input[type="submit"]:hover {
	background-color: transparent;
}
#mc_embed_signup #mce-error-response, #mc_embed_signup #mce-success-response {
	font-size: 18px;
	right: 70px;
    position: absolute;
    top: 80px;
    width: auto;
    margin: 0;
    max-width: 450px;
}


/* Woocommerce */
.woocommerce .storefront-sorting {
	display: none;
}
.woocommerce .search-form {
	position: relative;
}
.woocommerce .content-area {
	margin-top: 150px;
}
.woocommerce .woocommerce-products-header__title, .entry-title {
	font-size: 70px;
	font-family: FiraSans-Medium;
	color: #A7C9C1;
	border-top: 4px solid;
	display: inline-block;
	margin-bottom: 100px;
}
.woocommerce .products .product {
	border: 3px solid #A7C9C1;
}
.woocommerce .products .product .price {
	text-align: right;
	color: #A7C9C1;
	font-size: 40px;
	font-family: FiraSans-Bold;
	top: 20px;
	right: 25px;
	position: absolute;
}
.woocommerce .products .product .woocommerce-loop-product__title {
	float: right;
	font-family: FiraSans-Light;
    text-transform: uppercase;
	color: #A7C9C1;
	font-size: 20px;
	margin-right: 30px;
	display: inline-block;
}
.woocommerce .products .product .add_to_cart_button {
	float: left;
	width: 200px;
    height: 50px;
    border: 2px solid;
    display: inline-block;
    font-size: 25px;
    line-height: 43px;
    font-family: FiraSans-Medium;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 30px;
    margin-left: 30px;
    color: #A7C9C1;
    border-color: #A7C9C1;
    background-color: transparent;
}
.woocommerce .products .product img {
	margin-top: 50px;
}
.storefront-product-pagination {
	display: none !important;
}

/* Single product */
.single-product .product_title {
	font-size: 70px;
	font-family: FiraSans-Light;
	color: #E68E94 !important;
	text-transform: uppercase;
}
.single-product hr {
	border-top: 3px solid #E68E94;
}
.single-product p.price {
	text-align: right;
	font-family: FiraSans-Bold;
	font-size: 60px !important;
	color: #E68E94;
	margin-top: 0 !important;
}
.single-product .quantity {
	display: none !important;
}
.single-product .single_add_to_cart_button {
	float: right;
	width: 200px;
    height: 50px;
    border: 2px solid;
    display: inline-block;
    font-size: 25px;
    line-height: 43px;
    font-family: FiraSans-Medium;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 30px;
    margin-left: 30px;
    color: #E68E94;
    border-color: #E68E94;
    background-color: transparent;
}
.single-product .single_add_to_cart_button:hover {
	background-color: #E68E94;
	color: #fff;
	border-color: #E68E94;
}
.single-product label, .woocommerce-variation-price .amount {
	color: #E68E94;
	font-size: 20px;
}
.single-product select {
	height: 50px;
	border: 2px solid #E68E94;
	color: #E68E94;
}
.accordion {
	text-align: center;
}
.accordion .card-header {
	background-color: #fff;
	border: none;
}
.accordion .card {
	border: none;
	border-top: 2px solid #E68E94;
}
.btn-link:hover {
	color: #E68E94;
}
.accordion h2 button {
	color: #E68E94;
	font-size: 40px;
	text-transform: uppercase;
	font-family: FiraSans-Light;
	border: none;
}
.accordion h2 button:hover {
	background-color: #fff;
	border: none;
	text-decoration: none;
}
.accordion .card-body {
	font-size: 23px;
	color: #E68E94;
	font-family: FiraSans-Medium;
}
.accordion>.card .card-header {
	margin-bottom: 0;
}
.single-product .features .item {
	margin-top: 30px;
}
.single-product .features img {
	max-width: 100%;
}
.single-product .features .text-box {
	position: relative;
	height: 100%;
}
.single-product .features .text {
	position: absolute;
	bottom: 0;
	color: #E68E94;
}
.single-product .features h3 {
	font-size: 70px;
	font-family: FiraSans-Light;
	color: #E68E94;
	text-transform: uppercase;
	padding-bottom: 100px;
}
.single .banner.banner-left h3 {
	max-width: initial;
}

/* Cart */
.woocommerce-page .entry-title {
	color: #D3D3D3;
	margin-top: 150px;
}
.woocommerce-cart .product-name a {
	color: #222;
	text-transform: uppercase;
}
.woocommerce-cart .actions {
	background-color: #fff !important;
}
.woocommerce-cart .actions button, .woocommerce-cart .wc-proceed-to-checkout a {
	float: right;
	width: 200px;
    height: 50px;
    border: 2px solid;
    display: inline-block;
    font-size: 25px;
    line-height: 43px;
    font-family: FiraSans-Medium;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 30px;
    margin-left: 30px;
    color: #D3D3D3;
    border-color: #D3D3D3;
    background-color: transparent;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
}
.woocommerce-cart table {
	margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
	color: #D3D3D3;
	font-family: FiraSans-Medium;
	font-size: 36px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 5px;
}

/* Cart */
table.cart, table.cart a, .woocommerce-cart .cart-collaterals .cart_totals table, .shipping-calculator-button {
	color: #D3D3D3 !important;
}
table.cart .product-thumbnail img {
	max-width: 250px !important;
}
.woocommerce-cart .product-name a {
	font-size: 30px;
	font-family: FiraSans-Light;
}
table.cart .amount {
	font-size: 40px;
	font-family: FiraSans-Bold;
}
.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-cart .woocommerce-shipping-destination, .woocommerce-shipping-methods {
	font-size: 20px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	font-size: 20px;
}
.cart_totals h2 {
	text-align: center;
	margin-bottom: 50px;
}
.checkout-button:hover, .woocommerce-cart .actions button:hover {
	background-color: #D3D3D3 !important;
	border: 2px solid #D3D3D3 !important;
	color: #fff;
	text-decoration: none;
}

/* Checkout */
.checkout.woocommerce-checkout, .checkout.woocommerce-checkout h3, .checkout.woocommerce-checkout label {
	color: #A7C9C1;
}
.checkout.woocommerce-checkout h3 {
	font-size: 40px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
}
.checkout.woocommerce-checkout label {
	font-size: 20px;
	margin-bottom: 0;
}
.checkout.woocommerce-checkout .form-row, .checkout.woocommerce-checkout label, .checkout.woocommerce-checkout .woocommerce-input-wrapper {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.woocommerce-checkout .content-area input, .checkout.woocommerce-checkout textarea, .checkout.woocommerce-checkout select, .checkout_coupon input {
	border: 2px solid #A7C9C1;
	padding: 5px;
	color: #A7C9C1;
}
.woocommerce-checkout .content-area ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #A7C9C1;
	opacity: 1; /* Firefox */
	font-family: FiraSans-Medium;
	font-size: 20px;
	line-height: 70px;
}
.woocommerce-checkout .content-area :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A7C9C1;
	font-family: FiraSans-Medium;
	font-size: 20px;
	line-height: 70px;
}

.woocommerce-checkout .content-area ::-ms-input-placeholder { /* Microsoft Edge */
 	color: #A7C9C1;
 	font-family: FiraSans-Medium;
	font-size: 20px;
	line-height: 70px;
}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: 48px;
	line-height: 48px;
	border-radius: 0;
	border: 2px solid #A7C9C1;
	color: #A7C9C1;
}
.checkout.woocommerce-checkout .select2-selection__rendered {
	color: #A7C9C1;
	height: 48px;
	line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}
#order_review .shop_table {
	width: 100%;
}
#order_review .shop_table td, #order_review .shop_table th {
	padding: 10px;
	font-size: 20px;
}
#order_review .shop_table .product-name {
	text-transform: uppercase;
	font-size: 25px;
}
.woocommerce-checkout ul#shipping_method {
	margin-left: 0;
	padding-left: 0;
}
#payment .payment_methods > .wc_payment_method > label {
	padding: 15px !important;
}
#order_review_heading {
	margin-top: 0;
}
#payment .place-order .button {
	background-color: #A7C9C1;
	border: none;
	height: 50px;
}
.checkout_coupon {
	margin-bottom: 150px !important;
}
.checkout_coupon .form-row {
	margin-left: 0;
}
.checkout_coupon button {
	background-color: #A7C9C1;
	color: #fff;
	border: none;
	height: 48px;
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce form .form-row .required {
	text-decoration: none !important;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: none;
}

/* Thank you page */
.woocommerce-order {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
.order_details {
	width: 100%;
}
.woocommerce-order-details__title {
	font-size: 40px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	color: #A7C9C1;
	margin-top: 50px;
}
.order_details td, th, .order_details a {
	padding: 15px;
	font-size: 30px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	color: #A7C9C1 !important;
}
.woocommerce-customer-details .addresses {
	display: none;
}
.added_to_cart {
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: transparent !important;
	color: #A7C9C1 !important;
	font-size: 20px;
}

/* Our story */
.page-template-template-our-story h3 {
	font-size: 50px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	margin-top: 130px;
	margin-bottom: 130px;
}
.page-template-template-our-story .description {
	font-size: 23px;
	font-family: FiraSans-Light;
}
.page-template-template-our-story .banner-page {
	padding: 100px 20px;
	font-size: 50px;
	line-height: 50px;
	margin: 130px auto;
	text-transform: uppercase;
	background-color: #EFEFEF;
}

/* FAQs */
.page-template-template-faq .accordion-title, .page-template-template-faq .accordion h2 button, .page-template-template-faq .accordion .card-body {
	color: #D3D3D3;
}
.page-template-template-faq .accordion .card {
	border-color: #D3D3D3;
}
.page-template-template-faq .accordion-title {
	font-size: 50px;
	font-family: FiraSans-Light;
	margin-top: 150px;
	margin-bottom: 95px;
	text-transform: uppercase;
}

/* Subscribe */
.page-template-template-subscribe .subscribe-process .entry-title {
	color: #E68E94;
}
.page-template-template-subscribe .subscribe-process {
	background-color: #EFEFEF;
	padding-bottom: 110px;
}
.page-template-template-subscribe .subscribe-process p {
	font-size: 30px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	margin-top: 25px;
}
.page-template-template-subscribe .subtitle {
	font-size: 23px;
	font-family: FiraSans-Light;
	margin-bottom: 94px;
}
.page-template-template-subscribe .how-works h3 {
	font-size: 50px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	margin-top: 90px;
	margin-bottom: 46px;
	color: #D3D3D3;
}
.page-template-template-subscribe .how-works p {
	font-size: 23px;
	font-family: FiraSans-Light;
	color: #D3D3D3;
}

/* Contact */
.page-template-template-contact .entry-title {
	color: #A7C9C1;
}
.page-template-template-contact .subtitle {
	font-size: 50px;
	color: #A7C9C1;
	font-family: FiraSans-Light;
	text-transform: uppercase;
}
.page-template-template-contact h4 {
	font-size: 40px;
	font-family: FiraSans-Light;
	text-transform: uppercase;
	margin-top: 70px;
	margin-bottom: 20px;
}
.page-template-template-contact p {
	color: #A7C9C1;
	font-size: 30px;
	font-family: FiraSans-Light;
}

/* Privacy */
.page-template-template-privacy .entry-title,
.page-template-template-privacy h3,
.page-template-template-privacy p,
.page-template-template-privacy ul li,
.page-template-template-privacy table {
	color: #A7C9C1;
	font-family: FiraSans-Light;
}
.page-template-template-privacy p {
	margin-top: 50px;
	font-size: 23px;
}
.page-template-template-privacy table {
	margin-top: 65px;
}
.page-template-template-privacy table td {
	font-size: 20px;
	text-align: left;
	border: 1px solid;
	padding: 15px;
}
.page-template-template-privacy h3 {
	margin-top: 97px;
	font-size: 50px;
	text-transform: uppercase;
}

/* Page default */
.page-template-default p, .page-template-default ul {
	font-size: 23px;
	color: #D3D3D3;
	font-family: FiraSans-Light;
}
.page-template-default h3 {
	margin-top: 80px;
	margin-bottom: 35px;
	font-size: 50px;
	font-family: FiraSans-Light;
}
.page-template-default h3:first-child {
	margin-top: 0;
}
.page-template-default strong {
	font-family: FiraSans-Medium;
}

/* Single post */
.single-post .post-date {
	font-family: FiraSans-Light;
	font-size: 40px;
	color: #E68E94;
}
.single-post article {
	color: #E68E94;
}
.single-post .content {
	margin-top: 76px;
}
.single-post .content, .single-post p, .single-post ul {
	font-size: 23px;
	font-family: FiraSans-Light;
	color: #E68E94;
}
.single-post h3 {
	font-size: 40px;
	font-family: FiraSans-Light;
	color: #E68E94;
	text-transform: uppercase;
}

/* Blog */
body.blog .entry-title {
	margin-top: 150px;
	color: #E68E94;
}
body.blog .title a {
	color: #E68E94;
	font-size: 36px;
	margin-top: 20px;
	display: block;
}
body.blog p {
	color: #D3D3D3;
	font-size: 20px;
	font-family: FiraSans-Light;
}
body.blog .item {
	margin-bottom: 35px;
}
body.blog hr {
	margin-bottom: 35px;
}
body.blog hr:last-child {
	display: none;
}

@media screen and (min-width: 768px) {
	.single-product div.product .summary {
		float: left !important;
		width: 50% !important;
	}
	.single-product div.product .woocommerce-product-gallery {
		float: right !important;
		width: 50% !important;
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 1200px) {
	table.cart .product-thumbnail img {
		max-width: 150px !important;
	}
	.woocommerce-cart .product-name a {
		font-size: 30px;
	}
	table.cart .amount {
		font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
	.woocommerce .logo, .page .logo, body.blog .logo {
		display: none;
	}
	body.home .logo {
		display: block;
	}
	body.home .logo-grey {
		display: none !important;
	}
	.woocommerce .logo-grey, .page .logo-grey, body.blog .logo-grey {
		display: block !important;
		width: 75px;
		margin: 0 auto;
	}
	header .button-action {
		display: none;
	}
	header .mobile-shop {
		display: block !important;
		width: 32px;
		margin-top: 40px;
	}
	header .menu-icon img {
		width: 28px;
	}
	header .logo {
		max-width: 75px;
	}
	header.homepage-header {
		min-height: 100vh;
	}
	.button-action {
		width: 170px;
		font-size: 22px;
		border: 4px solid;
	}
	.header-menu .close-button img {
		width: 36px;
		height: 36px;
	}
	.header-menu .close-button {
		top: 37px;
		right: 37px;
	}
	.header-menu-links {
		display: block;
		margin-top: 30px;
	}
	.header-menu-links a {
		display: block;
		font-size: 35px;
		margin-top: 5px;
	}
	.banner.banner-right {
		background-position: -400px;
		background-size: cover;
	}
	.banner.banner-left h3, .facts-section h3, .banner.banner-right h3, .about-section h3, .footer-about-section h3, .facts-section p {
		font-size: 40px;
	}
	.about-section p.description {
		font-size: 20px;
	}
	.about-section .icons p {
		font-size: 20px;
		margin-top: 5px;
		line-height: 22px;
	}
	.products-homepage .item {
		margin-top: 20px;
	}
	.products-homepage .item .button-action {
		margin-bottom: 15px;
		margin-left: 15px;
		width: 110px;
	}
	.products-homepage .button-box {
		max-width: 40%;
		flex: 0 0 40%;
	}
	.products-homepage .title {
		max-width: 60%;
		flex: 0 0 60%;
	}
	.facts-section .item {
		min-height: 310px;
		margin-bottom: 30px;
	}
	.facts-section .item .buttons-box .button-action {
		margin-bottom: 25px;
	}
	.footer-about-section img {
		margin-bottom: 20px;
	}
	footer input {
		width: 80%;
	}
	footer form input[type="submit"] {
		width: 20%;
	}
	footer .links a {
		display: block;
		font-size: 24px;
	}
	footer .links span {
		display: none;
	}

	.archive header,
	.page-template-template-our-story header.page-header,
	.page-template-template-faq .page-header,
	.page-template-template-subscribe .page-header,
	.page-template-template-privacy .page-header,
	.page-template-default .page-header,
	.single-product .page-header {
		background-image: none !important;
		min-height: 0;
	}
	.page-template-template-subscribe .page-header {
		background-color: #EFEFEF;
	}
	body.blog .page-header,
	.single-post .page-header,
	.page-template-template-contact .page-header {
		min-height: 400px;
		background-position: center;
		background-size: cover;
	}
	.woocommerce .content-area {
		margin-top: 10px;
	}
	.woocommerce .woocommerce-products-header__title, .entry-title, .page .entry-title, body.blog .entry-title {
		font-size: 40px;
		margin-top: 70px;
	}
	ul.products {
		padding-left: 0;
	}
	.woocommerce .products .product {
		margin-bottom: 20px;
		border-width: 4px;
		position: relative;
	}
	.woocommerce .products .product .add_to_cart_button {
		width: 110px;
		border: 4px solid;
		font-size: 15px;
		margin-left: 0;
		margin-bottom: 15px;
		float: none;
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	.woocommerce .products .product .woocommerce-loop-product__title {
		margin-right: 15px;
		position: absolute;
		bottom: 15px;
		right: 0;
	}
	.woocommerce .products .product .price {
		font-size: 32px;
	}
	.archive .banner {
		margin-top: 80px;
	}

	.page-template-template-our-story h3, .page-template-template-our-story .banner-page {
		font-size: 30px;
	}
	.page-template-template-our-story .banner-page {
		line-height: 30px;
	}
	.page-template-template-our-story p {
		font-size: 20px;
	}

	body.blog .title a {
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.single-post .entry-title {
		margin-top: 70px;
		margin-bottom: 75px;
	}
	.single-post .entry-title, .single-post h3 {
		font-size: 30px;
	}
	.single-post .post-date {
		font-size: 20px;
	}
	.single-post .content, .single-post p, .single-post ul {
		font-size: 20px;
	}

	.page-template-template-faq .entry-title {
		margin-bottom: 0;
	}
	.page-template-template-faq .accordion-title {
		font-size: 30px;
		margin-top: 93px;
		margin-bottom: 33px;
	}
	.accordion h2 button {
		font-size: 25px;
	}
	.accordion .card-body {
		font-size: 18px;
	}

	.page-template-template-subscribe .subtitle {
		font-size: 18px;
	}
	.page-template-template-subscribe .subscribe-process p {
		font-size: 20px;
		line-height: 20px;
		margin-top: 14px;
	}
	.page-template-template-subscribe .how-works p {
		font-size: 20px;
	}
	.page-template-template-subscribe .how-works h3 {
		font-size: 30px;
	}

	.page-template-template-contact .subtitle, .page-template-template-contact h4 {
		font-size: 30px;
	}
	.page-template-template-contact p {
		font-size: 20px;
		line-height: 30px;
	}

	.page-template-template-privacy .entry-title {
		margin-bottom: 0;
		font-family: FiraSans-Medium;
	}
	.page-template-template-privacy {
		font-size: 20px;
	}
	.page-template-template-privacy h3 {
		font-size: 30px;
	}
	.page-template-template-privacy ul li {
		text-align: left;
	}
	.page-template-template-privacy table td {
		padding: 3px;
		word-break: break-word;
		border: 2px solid;
	}

	.page-template-default p, .page-template-default ul li {
		font-size: 20px;
	}
	.page-template-default h3 {
		font-size: 30px;
	}
	.page-template-default .entry-title {
		margin-bottom: 55px;
	}

	.single-product .product_title {
		font-size: 30px;
		line-height: 30px;
		margin-top: 0;
		margin-bottom: 0;
		border-top: 0;
	}
	.single-product .woocommerce-product-details__short-description {
		font-size: 18px;
		font-family: FiraSans-Light;
	}
	.single-product .woocommerce-product-details__short-description strong {
		font-family: FiraSans-Bold;
	}
	.single-product div.product p.price {
		font-size: 40px !important;
	}
	.single-product .single_add_to_cart_button {
		float: none;
		margin: 0 auto;
	}
	.single-product .single_variation_wrap {
		text-align: center;
	}
	.single-product .single_add_to_cart_button {
		width: 260px;
		border: 3px solid;
	}
	.single-product .features h3 {
		font-size: 40px;
		padding-bottom: 60px;
		margin-top: 30px;
	}
	.single-product .features .text {
		font-size: 20px;
		position: relative;
	}
	table.cart td {
		display:block !important;
		width:99.9%;
		clear:both;
	}
	table.cart tr td {
		text-align: center !important;
	}
	table.cart .product-thumbnail img {
		max-width: 100% !important;
		border: 4px solid;
	}

	footer {
		margin-top: 100px;
	}
	footer .social span {
		display: none;
	}
	footer #mc_embed_signup .mc-field-group input[type="email"] {
		width: 90% !important;
		left: 0;
	}
	footer #mc_embed_signup form {
		padding: 10px 0 10px 0;
		margin-top: 50px;
	}
	footer .links {
		margin-top: 70px;
	}
}

@media screen and (max-width: 450px) {
	body.blog .item {
		margin-bottom: 100px;
	}
	body.blog .content-area {
		text-align: center;
	}
	body.blog .content-area img {
		width: 100%;
	}
	body.blog .title a {
		margin-top: 32px;
	}
	#order_review_heading {
		margin-top: 50px;
	}
	ul.order_details {
		margin-left: 0 !important;
		padding-left: 0;
	}
	.order_details td, th, .order_details a {
		font-size: 20px;
	}
}
