#mobile-menu-icon,
#main-navigation .close-menu-mobile,
#shadowMobileMenu {
	display: none;
}
@media (max-width: 1120px) {
	footer .main-fluid > div {
		margin-right: 10px;
	}
	footer .main-fluid .footer-logos-companies img:first-child {
		margin-right: 10px;
	}
}
@media (max-width: 1024px) {
	p {
		text-align: left;
	}
	.paddingLeft165 {
		padding-left: 15px !important;
	}
	#header {
    	height: 105px;
	}
	#header .top-content-header .container-header {
		padding: 0px 15px;
	}
	#header .bottom-content-header {
		height: 70px;
	}
	#header .bottom-content-header .container-header {
		height: 70px;
		justify-content: space-between;
	}
	#header .bottom-content-header .site-logo {
		bottom: -40px;
	}
	#header .bottom-content-header .site-logo a img {
		width: 100px;
		height: 100px;
	}
	#mobile-menu-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #514d42;
		border-radius: 50px;
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
	#shadowMobileMenu {
		position: fixed;
		top: 0; left: 0;
		width: 100%; height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}
	#header #nav-menu-mobile {
		position: fixed;
		width: 90%;
		height: 100vh;
		top: 0;
		right: -100%;
		background-color: #FFFFFF;
		transition: right 0.5s ease-in-out;
		z-index: 110;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		text-align: center;
		-webkit-overflow-scrolling: touch;
	}
	#header #nav-menu-mobile.activeMenu {
		right: 0%;
		transition: right 0.5s ease-in-out;
	}
	#nav-menu-mobile .close-menu-mobile {
		display: block;
		height: 40px;
		width: 40px;
		margin: 20px 0px 20px 35px;
		background-color: #514d42;
		border-radius: 50px;
	}
	#nav-menu-mobile .close-menu-mobile:before {
		content: "";
		background: url(../images/close_mobile.svg) no-repeat;
		background-size: 20px 20px;
		background-position: center center;
		width: 20px;
		height: 20px;
		display: block;
		cursor: pointer;
		padding: 20px;
	}
	#nav-menu-mobile #main-navigation {
		margin: 20px;
	}
	#header #main-navigation #top-menu {
		flex-direction: column;
		margin: 0px auto;
		min-width: auto;
		max-width: 640px;
	}
	#header #main-navigation #top-menu > li {
		padding: 0 !important;
		margin: 0px 0px 10px 0px !important;
		width: 100%;
	}
	#header #main-navigation #top-menu > li > a {
		display: block;
		padding: 10px;
	}
	#header #main-navigation #top-menu > li.menu-products-special > a:before {
		display: none !important;
	}
	#header #main-navigation #top-menu > li.current-menu-item > a,
	#header #main-navigation #top-menu > li.current-menu-parent > a,
	#header #main-navigation #top-menu > li.activeSubMenu > a,
	#header #main-navigation #top-menu > li:hover > a {
		color: #FFFFFF;
		background-color: #514d42;
	}
	#header #main-navigation #top-menu > li > .sub-menu {
		position: relative;
		top: 0; height: auto;
		opacity: 1; visibility: visible;
		display: none;
		transition: none !important;
		text-align: center;
	}
	#header #main-navigation #top-menu > li > .sub-menu li a {
		color: #514d42;
		margin: 0;
		padding: 10px;
		border-bottom: 1px solid #514d42 !important;
	}
	#content-wrapper {
		padding-top: 105px;
	}
	#bannerWrapper {
		height: calc(100vh - 105px);
	}
	#bannerWrapper .item-banner-content {	
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
	}
	#bannerWrapper .item-banner-content h1 {	
		margin: 0 auto;
	}
	#page-history-wrapper .bgImg,
	#page-alentejo-pig-wrapper .content-group-footer,
	#page-history-alentejo-pig-wrapper .content-group-footer {
		background-attachment: inherit;
	}
	#page-recipes-wrapper .rowFluid {
		flex-direction: column;
	}
	#page-recipes-wrapper .rowFluid .leftCol {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	#page-recipes-wrapper .rowFluid .rightCol {
		width: 100%;
		padding-left: 0px;
	}
	#page-cart-wrapper #cart-empyt-wrapper,
	#page-cart-wrapper #cart-products-wrapper {
		padding-top: 60px;
	}
	#page-cart-wrapper #cart-products-wrapper .cart-title-text {
		margin-bottom: 20px;
	}
	footer {
		padding: 15px 0px;
	}
	footer .main-fluid {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	footer .main-fluid > div {
		margin-bottom: 20px;
		margin-right: 0px;
	}
}
@media (max-width: 880px) {
	.rowFluid .colSpan3 {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#page-products-wrapper ul.products li.product-category {
		flex: 0 0 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#page-product-categrory-wrapper .rowFluid,
	#page-details-product .rowFluid {
		flex-direction: column-reverse;
	}
	#page-details-product .rowFluid {
		padding-top: 60px;
	}
	#page-product-categrory-wrapper .rowFluid .leftCol,
	#page-details-product .rowFluid .leftCol {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}	
	#page-product-categrory-wrapper .rowFluid .rightCol,
	#page-details-product .rowFluid .rightCol {
		width: 100%;
		padding-left: 0px;
	}
	#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#page-details-product .single-product .footer-product .related-links-product .rowFluid {
		flex-direction: row;
		padding-top: 30px;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	h2 {
		font-size: 26px;
	}
	#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product {
		width: 100% !important;
	}
	#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product .first-img {
		width: 100%;
		flex: 100%;
	}
	#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product .last-img {
		display: none;
	}
	#page-product-categrory-wrapper .rowFluid .rightCol .img-category {
		width: 100px;
		margin-top: 20px;
	}
	#backToTop {
		bottom: 25px;
		right: 25px;
	}
	form.wpcf7-form {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	form.wpcf7-form .form-input {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}
	#page-didyouknow-wrapper ul.alm-filter-nav li {
		margin-right: 30px;
		margin-bottom: 30px;
	}
	#page-alentejo-pig-wrapper .content-group-pig .rowFuild {
		flex-direction: column;
		align-items: center;
	}
	#page-alentejo-pig-wrapper .content-group-pig .leftCol {
		margin-bottom: 30px;
	}
	#page-alentejo-pig-wrapper .content-group-pig .rightCol {
		margin-left: 0px;
	}
	#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-quantity input {
		margin: 0 0 0 auto;
	}
	#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-remove a.remove {
		margin: 0 0 0 auto;
	}
	#page-cart-wrapper #cart-products-wrapper #tableTotals tr.order-total td span.amount {
		padding-left: 10px; 
	}
	#page-details-product .single-product .footer-product .related-links-product .rowFluid .colSpan2 {
        width: 100%;
        flex: 100%;
        margin-right: 0;
    }
    #page-details-product .single-product .footer-product .requestFile form {
        flex-direction: column;
        align-items: center;
    }
    #page-details-product .single-product .footer-product .requestFile form div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #page-details-product .single-product .footer-product .requestFile form div.form-group-btn {
        margin-bottom: 0px;
    }
    #page-details-product .single-product .middle-product .product-variable-cart .cart {
        flex-direction: column;
    }
    #page-details-product .single-product .middle-product .product-variable-cart .variations {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 680px) {
	#page-cart-wrapper .footer-content-cart .groupRow .colSpan4 {
		width: calc(50% - 35px);
		margin-bottom: 20px;
	}
	#page-cart-wrapper .footer-content-cart .groupRow .colSpan4:nth-child(2n + 2) {
		margin-right: 0px;
	}
	#page-details-product .single-product .middle-product .product-technical-details {
        flex-direction: column;
	}
    #page-details-product .single-product .middle-product .product-technical-details .colTechnical {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    #page-details-product .single-product .middle-product .product-technical-details .colTechnical:last-child {
        margin-bottom: 0px;
    }
}
@media (max-width: 560px) {
	#page-alentejo-pig-wrapper .content-group-history-pig .bgImg {
		min-height: 450px;
		background-size: cover;
		background-position: center;
	}
}
@media (max-width: 520px) {
	#page-cart-wrapper #cart-products-wrapper .cart_totals {
		flex-direction: column;
		justify-content: center;
	}
	#page-cart-wrapper #cart-products-wrapper #tableTotals {
		margin-bottom: 20px;
	}
}
@media (max-width: 420px) {
	#header .top-content-header .contact-phone {
		display: none;
	}
	#page-alentejo-pig-wrapper .content-group-pig .rightCol {
		flex-direction: column;
	}
	#page-alentejo-pig-wrapper .content-group-pig .list-items-pig:first-child {
		margin-right: 0;
	}
	#page-cart-wrapper .footer-content-cart .groupRow .colSpan4 {
		width: 100%;
		margin-right: 0px;
	}
	#page-details-product .single-product .middle-product .product-variable-cart .single_variation_wrap {
        flex-direction: column;
    }
	#page-details-product .single-product .middle-product .product-variable-cart .single_variation_wrap > div:first-child {
        margin-bottom: 20px;
    }
}