@media (min-width: 1600px){
	.__hero-group, .__hero-carousel, .__carousel-items, .page-banner{
		height: 72vh;
	}
}


@media only screen and (max-width:1600px){
	.add_to_cart_button {
	    display: block !important;
	    width: 55% !important;
	    margin-top: 1rem;
	}
}


@media only screen and (max-width:767px){
	.header-bottom-group img {
	    width: 100%;
	    height: 90px !important;
	    object-fit: cover;
	}
	nav.navbar {
	    position: absolute;
	    right: 0;
	    margin-top: 0.6rem;
	    z-index: 99;
	}
	.navbar-collapse {
	    background: #eaa794;
	    position: fixed;
	    padding: 1rem;
	    top: 15%;
	    width: 95%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	ul.navbar-nav li {
	    border-bottom: 1px solid #31261D;
	}
	ul.navbar-nav li a {
	    font-size: 16px;
	    padding: 1rem;
	}
	.section-header h2 {
	    font-size: 2.125rem;
	    line-height: 2.5rem;
	    flex: 0 0 70%;
	}
	.__hero-group, .__hero-carousel, .__carousel-items {
	    height: 65vh;
	}
	.__carousel-items{
		padding: 1rem;
	}
	.__hero-content h1 {
	    font-size: 2.6rem;
	    line-height: 3rem;
	}
	.__hero-content p {
	    font-size: 1.4rem;
	    line-height: 2rem;
	    margin-bottom: 2.6rem;
	}
	.section-categories {
	    position: relative;
	    padding-bottom: 4rem;
	}
	.__categories-group {
	    padding: 0rem 0;
	}
	.__category-items:after{
		display: none;
	}
	.__category-items {
	    padding: 4rem 0 0 0;
	}
	.__category-items .__content-box h3 {
	    font-size: 2rem;
	    line-height: 2rem;
	    margin-bottom: 1rem;
	}
	.__content-box a {
    	font-size: 0.8rem;
	}
	.__category-items .__content-box p {
    	margin-bottom: 1rem;
	}
	.__story-content {
	    position: relative;
	    padding: 4rem 2rem;
		padding-top:0 !important;
	}
	.__story-content h2 {
	    font-size: 3.125rem;
	    line-height: 2.5rem;
	    margin-bottom: 1.25rem;
		margin-top: 0 !important;
	}
	.section-products .section-header {
    	padding: 4rem 2rem;
	}
	.__story-content h5 {
	    margin-bottom: 1rem;
	}
	.section-header h2 {
	    font-size: 2.125rem;
	    line-height: 2.5rem;
	}
	.__products-group {
	    position: relative;
	    padding: 0 2rem 0 2rem;
	}
	.__products-carousel .owl-nav {
	    position: relative;
	    top: 0;
	    right: 0;
	}
	.section-instagram {
	    padding: 4rem 2rem;
	}
	.section-instagram .__instagram-group .__instagram-items {
	    flex: 0 0 50%;
	}
	.section-footer {
	    padding: 4rem 2rem;
	}
	.page-banner {
	    height: 25vh;
	}
	.__page-group {
	    padding: 4rem 0 0 0;
	}
	.__banner-content {
	    text-align: center;
	}
	.section-about, .section-contact{
	    padding: 3rem 1rem;
	}
	.__about-content {
	    padding: 2rem;
	}
	.__about-content h5 {
    	margin-bottom: 1rem;
	}
	.__about-content h2 {
        font-size: 2.125rem;
        line-height: 2.5rem;
        margin-bottom: 1.25rem;
    }
    .__contact-group {
    	padding: 1rem;
	}
	.__form-contact {
	    position: relative;
	}
	span.wpcf7-spinner {
	    position: absolute;
	    bottom: 40px;
	}

}