* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #514d42;
	position: relative;
}
h1 {
	font-family: 'Merriweather', serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #514d42;
}
h2 {
	font-family: 'Merriweather', serif;
	font-size: 34px;
	line-height: 38px;
	font-weight: 700;
	color: #514d42;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: 700;
	color: #514d42;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: #514d42;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #514d42;
}
h6 {
	font-family: 'Merriweather', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #514d42;
	margin-bottom: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #514d42;
	margin-bottom: 20px;
	text-align: justify;
}
p strong, p b,
strong {
	font-weight: 700;
}
*:focus {
	outline: none;
}

/* Custom*/
#content-wrapper {
	position: relative;
	padding-top: 110px;
}
.limit-wrapper {
	max-width: 1440px;
	margin: auto;
	position: relative;
}
.main-fluid {
    padding: 0px 15px;
    max-width: 1140px;
    margin: auto;
}
.paddingLeft165 {
	padding-left: 165px !important;
}

/* Button Style */
.button {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #514d42;
	background: transparent;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #514d42;
	transition: all 0.2s ease-in-out;
}
.button:hover,
.button.active {
	background: #514d42;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}
.button1 {
	color: #FFFFFF;
	background: transparent;
	border: 1px solid #FFFFFF;
}
.button1:hover,
.button1.active {
	background: #FFFFFF;
	color: #514d42;
	transition: all 0.2s ease-in-out;
}
.button2 {
	color: #FFFFFF;
	background: #c08f2f;
	border: 1px solid #c08f2f;
}
.button2:hover,
.button2.active {
	background: #FFFFFF;
	color: #c08f2f;
	transition: all 0.2s ease-in-out;
}
.button3 {
	color: #FFFFFF;
	background: #514e44;
	border: 1px solid #514e44;
}
.button3:hover,
.button3.active {
	color: #FFFFFF;
	background: #c08f2f;
	border: 1px solid #c08f2f;
	transition: all 0.2s ease-in-out;
}


/* Grid */
.rowFluid {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
.rowFluid .colSpan3 {
	flex: 0 0 calc(33.33% - 10px);
	width: calc(33.33% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
}
.rowFluid .colSpan3:nth-child(3n + 3),
.rowFluid .colSpan3:last-child {
	margin-right: 0px;
}
.rowFluid .colSpan2 {
	flex: 0 0 calc(50% - 10px);
	width: calc(50% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
}
.rowFluid .colSpan2:nth-child(2n + 2),
.rowFluid .colSpan2:last-child {
	margin-right: 0px;
}
.rowFluid .colSpan3 img {
	display: block;
	width: 100%;
}

.emptyResults {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #514d42;
	text-align: center;
	display: none;
    padding: 100px 0px;
}

/* Plugin Social Share */
.apss-social-share {
	position: absolute;
	top: -25px; right: 20px;
	width: 115px;
	opacity: 0;
	background-color: #FFFFFF;
	transition: opacity 0.2s ease-in-out;
}
.openShare .apss-social-share {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
.apss-social-share .apss-single-icon a {
	margin: 0px !important;
	min-height: auto !important;
	margin-right: 5px !important;
}
.apss-social-share .apss-single-icon:last-child a {
	margin-right: 0px !important;
}
.apss-social-share .apss-single-icon a .apss-icon-block {
	border: 1px solid rgba(81, 77, 66, 0.3);
	background-color: transparent;
	border-radius: 35px;
	width: 35px;
	height: 35px;
}
.apss-social-share .apss-single-icon .fa {
    color: #514d42;
    font-size: 18px;
    line-height: 15px;
    min-width: 35px;
    padding: 10px 0px;
}
.apss-social-share .apss-single-icon a:hover .fa {
	color: #c08f2f;
}
.apss-social-share .apss-single-icon a:hover .apss-icon-block:after {
	content: none;
}

/* Header */
#header {
	position: fixed;
	width: 100%;
	height: 110px;
	background-color: #FFFFFF;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
}
#header.fixedTop {
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.15);
    transition: all 0.5s ease-in-out;
}
#header * {
	transition: all 0.5s ease-in-out;
}
#header .container-header {
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
}
#header .top-content-header {
	height: 35px;
	background-color: #e7e7e7;
}
#header .top-content-header .container-header {
	height: 35px;
	padding: 0px 15px 0px 15px;
	align-items: center;
	justify-content: space-between;
}
#header .top-content-header .container-header > div:first-child {
	display: flex;
	align-items: center;
}
#header .top-content-header .container-header > div:last-child {
	display: flex;
	align-items: center;
}
#header .top-content-header .social-media {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#header .top-content-header .social-media > div {
	margin-right: 10px;
}
#header .top-content-header .social-media > div a svg {
	display: block;
}
#header .top-content-header .social-media > div a:hover svg path{
	fill: #c08f2f;
}
#header .top-content-header .contact-phone {
	margin: 0px 20px;
}
#header .top-content-header .contact-phone a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #514d42;
}
#header .top-content-header .cart-wrapper svg {
	display: block;
}
#header .top-content-header .cart-wrapper a:hover svg path {
	fill: #c08f2f;
}
#header .top-content-header .switche-language {
	margin-left: 20px;
}
#header .top-content-header .switche-language .wpml-ls-legacy-list-horizontal {
	padding: 0;
	border: 0;
}
#header .top-content-header .switche-language ul {
	display: flex;
}
#header .top-content-header .switche-language ul li a {
	padding: 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #9b9b9b;
	transition: none !important;
}
#header .top-content-header .switche-language ul li.wpml-ls-current-language a,
#header .top-content-header .switche-language ul li:hover a,
#header .top-content-header .switche-language ul li a:hover {
	color: #514d42;
}
#header .bottom-content-header {
	height: 75px;
}
#header .bottom-content-header .container-header {
	height: 75px;
    padding: 0px 15px;
    align-items: flex-end;
}
#header .bottom-content-header .site-logo {
	position: relative;
	bottom: -35px;
	margin-right: 0px;
}
#header .bottom-content-header .site-logo a img {
	display: block;
	width: 140px;
	height: 140px;
}
#header #main-navigation #top-menu {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #main-navigation #top-menu > li {
	position: relative;
	display: block;
	padding: 0px 20px 25px 20px;
	z-index: 1;
}
#header #main-navigation #top-menu > li:first-child {
	padding-left: 10px;
}
#header #main-navigation #top-menu > li:last-child {
	padding-right: 0px;
}
#header #main-navigation #top-menu > li > a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	transition: none;
	position: relative;
	display: block;
}
#header #main-navigation #top-menu > li.menu-products-special > a:before {
	content: '';
	background: url(../images/icon-star-products.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 14px; height: 14px;
	position: absolute;
	top: -15px;
	left: 0; right: 0;
	margin: 0 auto;
}
#header #main-navigation #top-menu > li > a svg.icon {
    display: none;
}
#header #main-navigation #top-menu > li:hover > a,
#header #main-navigation #top-menu > li.current-menu-item > a,
#header #main-navigation #top-menu > li.current-menu-parent > a {
	color: #c08f2f;
    font-weight: 700;
}
#header #main-navigation #top-menu > li.menu-products-special:hover > a:before,
#header #main-navigation #top-menu > li.menu-products-special.current-menu-item > a:before,
#header #main-navigation #top-menu > li.menu-products-special.current-menu-parent > a:before {
	background: url(../images/icon-star-products-hover.svg);
}
#header #main-navigation #top-menu > li > a:after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#header #main-navigation #top-menu > li > .sub-menu {
    position: absolute;
    left: 0; top: 41px;
    width: 100%;
    min-width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    text-align: left;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
#header #main-navigation #top-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
#header #main-navigation #top-menu > li > .sub-menu li {
	display: flex;
	align-items: center;
}
#header #main-navigation #top-menu > li > .sub-menu li:hover,
#header #main-navigation #top-menu > li > .sub-menu li.current-menu-item {
	background-color: #c08f2f;
}
#header #main-navigation #top-menu > li > .sub-menu li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	display: block;
	width: 100%;
	margin: 0px 15px;
	padding: 10px 0px;
	border-bottom: 2px solid #514d42;
}
#header #main-navigation #top-menu > li > .sub-menu li:hover a,
#header #main-navigation #top-menu > li > .sub-menu li.current-menu-item a {
	color: #FFFFFF;
	font-weight: 700;
	border-bottom: 2px solid #c08f2f;
}
#header #main-navigation #top-menu > li > .sub-menu li:last-child a {
	border-bottom: 0px;
}
#header #main-navigation #top-menu > li.disabledMenu > a {
	color: #b5b5b5 !important;
	font-weight: 400 !important;
	cursor: pointer;
}
#header #main-navigation #top-menu > li > .sub-menu > li.disabledMenu {
	background-color: transparent !important;
}
#header #main-navigation #top-menu > li > .sub-menu > li.disabledMenu > a {
	color: #b5b5b5 !important;
	font-weight: 400 !important;
	border-bottom: 2px solid #514d42 !important;
	cursor: pointer;
}
#header #main-navigation #top-menu > li > .sub-menu li.disabledMenu:last-child a {
	border-bottom: 0px !important;
}

/* Banner */
#bannerWrapper {
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 500px;
	position: relative;
	overflow: hidden;
}
#bannerWrapper.postBanner {
	min-height: auto;
	max-height: 400px;
}
#bannerWrapper .bgImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
#bannerWrapper .bgShadowBlack {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
#bannerWrapper .item-banner-content {
	position: absolute;
	top: 120px;
	left: 0; right: 0;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	z-index: 1;
}
#bannerWrapper .item-banner-content .btnBackPage {
	margin-bottom: 25px;
}
#bannerWrapper .item-banner-content .btnBackPage a {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
#bannerWrapper .item-banner-content .btnBackPage svg {
	margin-right: 5px;
}
#bannerWrapper .item-banner-content .btnBackPage a:hover {
	color: #514d42;
}
#bannerWrapper .item-banner-content .btnBackPage a:hover svg path {
	fill: #514d42;
}
#bannerWrapper .item-banner-content .banner-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
#bannerWrapper .item-banner-content h1 {
	color: #FFFFFF;
}
#bannerWrapper #goToExplore {
	position: absolute;
	left: 0; right: 0;
	bottom: 10px;
	margin: 0 auto;
	cursor: pointer;
	width: 35px;
	height: 35px;
}

/* Home */
#front-page-wrapper #featuredTopGroup,
#front-page-wrapper #featuredBottomGroup {
	margin-top: 15px;
}
#front-page-wrapper #featuredTopGroup .rowFluid .colSpan3,
#front-page-wrapper #featuredBottomGroup .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	cursor: pointer;
}
#front-page-wrapper #featuredTopGroup .rowFluid .animateList,
#front-page-wrapper #featuredBottomGroup .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#front-page-wrapper #featuredTopGroup .rowFluid .animateList.visibleList,
#front-page-wrapper #featuredBottomGroup .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s,opacity .5s ease-out .2s;
}
#front-page-wrapper #featuredTopGroup .groupInfoText,
#front-page-wrapper #featuredBottomGroup .groupInfoText {
	height: 100%;
	min-height: 250px;
	padding: 25px 50px 50px 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	position: relative;
}
#front-page-wrapper #featuredTopGroup .groupInfoText:before,
#front-page-wrapper #featuredBottomGroup .groupInfoText:before {
	content: '';
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 0;
	transition: all 0.3s ease-in-out;
}
#front-page-wrapper #featuredTopGroup .rowFluid .colSpan3:hover .groupInfoText:before,
#front-page-wrapper #featuredBottomGroup .rowFluid .colSpan3:hover .groupInfoText:before {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out;
}
#front-page-wrapper #featuredTopGroup .groupInfoText .field-featured-subtitle,
#front-page-wrapper #featuredBottomGroup .groupInfoText .field-featured-subtitle {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-transform: uppercase;
	position: relative;
}
#front-page-wrapper #featuredTopGroup .groupInfoText .field-featured-title,
#front-page-wrapper #featuredBottomGroup .groupInfoText .field-featured-title {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
#front-page-wrapper #featuredTopGroup .groupInfoText .field-featured-link,
#front-page-wrapper #featuredBottomGroup .groupInfoText .field-featured-link {
	position: relative;
}
#front-page-wrapper #featuredMiddleGroup {

}
#front-page-wrapper #featuredMiddleGroup .bgImg {
	width: 100%;
	height: 100%;
	min-height: 450px;
	padding: 30px 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #e7e7e7;
	visibility: visible;
	opacity: 0;
	transform: translateX(250px) scale(1);
	-webkit-transform: translateX(250px) scale(1);
}
#front-page-wrapper #featuredMiddleGroup .bgImg.visibleImg {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .7s ease-out .5s,opacity .7s ease-out .5s;
	-webkit-transition: -webkit-transform .7s ease-out .5s,opacity .7s ease-out .5s;
}
#front-page-wrapper #featuredMiddleGroup .groupInfoWrapper {
	max-width: 780px;
	margin: 0 auto;
}
#front-page-wrapper #featuredMiddleGroup .groupInfoWrapper .field-featured-title {
	margin-bottom: 20px;
}
#front-page-wrapper #featuredMiddleGroup .groupInfoWrapper .field-featured-title h3 {
	color: #c08f2f;
}

/* Page History */
#page-history-wrapper .field-title {
	margin: 20px 0px;
}
#page-history-wrapper .bgImg {
	margin: 50px 0px;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
#page-history-wrapper .content-group-history {
	margin-top: 50px;
}
#page-history-wrapper .content-group-mission {
	margin-bottom: 40px;
}
#page-history-wrapper .content-group-vision {
	margin-bottom: 60px;
}
/* Page Services */
#page-services-wrapper .field-title {
	margin: 20px 0px;
}
#page-services-wrapper h4 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 25px;
}
#page-services-wrapper .content-group-services {
	margin-top: 50px;
	margin-bottom: 60px;
}
/* Page Alentejo Pig */
#page-alentejo-pig-wrapper .content-group-body {
	margin: 40px 0px;
}
#page-alentejo-pig-wrapper .content-group-body h4 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 25px;
}
#page-alentejo-pig-wrapper .content-group-pig {
	background-color: #ebe4dd;
	padding: 40px 0px 50px 0px;
}
#page-alentejo-pig-wrapper .content-group-pig .title-pig {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #514d42;
	padding-bottom: 40px;
}
#page-alentejo-pig-wrapper .content-group-pig .rowFuild {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
#page-alentejo-pig-wrapper .content-group-pig .rightCol {
	display: flex;
	flex-direction: row;
	margin-left: 100px;
}
#page-alentejo-pig-wrapper .content-group-pig .list-items-pig:first-child {
	margin-right: 45px;
}
#page-alentejo-pig-wrapper .content-group-pig .list-items-pig .list-item-pig-text {
	margin-bottom: 10px;
}
#page-alentejo-pig-wrapper .content-group-pig .list-items-pig .list-item-pig-text span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #514d42;
}
#page-alentejo-pig-wrapper .content-group-pig .list-items-pig .list-item-pig-text span.bold {
	font-weight: 700;
	margin-right: 5px;
}
#page-alentejo-pig-wrapper .content-group-history-pig {
	margin: 30px 0px;
}
#page-alentejo-pig-wrapper .content-group-history-pig .bgImg {
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%; height: 100%;
	position: relative;
}
#page-alentejo-pig-wrapper .content-group-history-pig .bgImg img {
	opacity: 0;
}
#page-alentejo-pig-wrapper .content-group-history-pig .bgImg .groupInfoWrapper {
	position: absolute;
	top: 30px;
	left: 0; right: 0;
    max-width: 780px;
    margin: 0 auto;
    padding: 0px 20px;
}
#page-alentejo-pig-wrapper .content-group-history-pig .bgImg .groupInfoWrapper .field-history-phrase {
    margin-bottom: 20px;
}
#page-alentejo-pig-wrapper .content-group-footer {
	min-height: 450px;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-alentejo-pig-wrapper .content-group-footer .field-phrase {
	padding-top: 80px;
}
#page-alentejo-pig-wrapper .content-group-footer h1 {
	color: #FFFFFF;
}
/* Page History Alentejo Pig */
#page-history-alentejo-pig-wrapper .content-group-body {
	margin: 40px 0px;
}
#page-history-alentejo-pig-wrapper .content-group-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%; min-height: 550px;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-history-alentejo-pig-wrapper .content-group-footer .field-phrase {
	text-align: center;
}
#page-history-alentejo-pig-wrapper .content-group-footer h1 {
	color: #FFFFFF;
}
/* Page Experiences */
#page-experiences-wrapper #list-experiences {
	padding: 50px 0px 50px 0px;
	background-color: #dddddb;
}
#page-experiences-wrapper #list-experiences .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
#page-experiences-wrapper #list-experiences .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#page-experiences-wrapper #list-experiences .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s,opacity .5s ease-out .2s;
}
#page-experiences-wrapper #list-experiences .field-title {
	padding: 20px 15px 20px 15px;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #514d42;
}
#page-experiences-wrapper #list-experiences .middleInfo {
	flex-grow: 2;
	padding: 0px 15px 0px 15px;
}
#page-experiences-wrapper #list-experiences .middleInfo .field-lead {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	margin-bottom: 10px;
}
#page-experiences-wrapper #list-experiences .middleInfo .field-visit-time span,
#page-experiences-wrapper #list-experiences .middleInfo .field-price span,
#page-experiences-wrapper #list-experiences .middleInfo .field-n-people span {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
}
#page-experiences-wrapper #list-experiences .middleInfo .field-visit-time span.bold,
#page-experiences-wrapper #list-experiences .middleInfo .field-price span.bold {
	font-weight: 700;
}
#page-experiences-wrapper #list-experiences .bottomInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 15px 20px 15px;
	position: relative;
}
#page-experiences-wrapper #list-experiences .bottomInfo .shareBtnClick {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#page-experiences-wrapper #list-experiences .bottomInfo .shareBtnClick svg {
	margin-right: 10px;
}
#page-experiences-wrapper #list-experiences .bottomInfo .shareBtnClick span {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #514d42;
}
#page-experiences-wrapper #list-experiences .bottomInfo .shareBtnClick:hover svg path {
	fill: #c08f2f;
}
#page-experiences-wrapper #list-experiences .bottomInfo .shareBtnClick:hover span {
	color: #c08f2f;
}

/* Page Single Experiences */
#single-experiences-wrapper {
	background-color: #e7e7e7;
	padding: 70px 0px;
}
#single-experiences-wrapper .title-form {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #514d42;
	padding-bottom: 40px;
}
#single-experiences-wrapper .form-container {

}
form.wpcf7-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
form.wpcf7-form .form-input {
	width: 50%;
	margin-bottom: 30px;
	padding-right: 40px;
	position: relative;
}
form.wpcf7-form .form-input.not-padding {
	padding-right: 0px;
}
form.wpcf7-form .form-input-large {
	width: 100%;
}
form.wpcf7-form .form-input-large.paddingBottom30 {
	margin-bottom: 30px;
}
form.wpcf7-form label {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	margin: 0 0 5px 5px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
	font-family: 'Open Sans', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	padding: 10px;
	border-radius: 0 !important;
}
form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus {
	color: #514d42;
	border: 1px solid #514d42;
}
form.wpcf7-form textarea {
	height: auto;
    resize: none;
}
form.wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4D4D4D;
}
form.wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
	color: #4D4D4D;
}
form.wpcf7-form :-ms-input-placeholder { /* IE 10+ */
	color: #4D4D4D;
}
form.wpcf7-form :-moz-placeholder { /* Firefox 18- */
	color: #4D4D4D;
}
form.wpcf7-form .checkbox-button label {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    position: relative
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: auto;
    opacity: 0;
    position: absolute;
    z-index: 2
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    border: 0;
    background-color: #FFFFFF;
    position: relative
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	width: 14px;
	height: 7px;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 2px solid #514d42;
	border-top: 0;
	border-right: 0;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
form.wpcf7-form .checkbox-button label .accept-terms-contact .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
    opacity: 1
}
form.wpcf7-form .checkbox-button label .checkbox-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
    text-transform: none
}
form.wpcf7-form .checkbox-button label .wpcf7-not-valid-tip {
	position: absolute;
	width: 200px;
	padding-top: 5px;
}
form.wpcf7-form .btnSubmit {
	margin: 30px 0px 20px 0px;
	width: 100%;
}
form.wpcf7-form .btnSubmit input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid #514d42;
	background-color: #514d42;
	border-radius: 0;
	height: 30px;
	padding: 5px 20px;
}
form.wpcf7-form .btnSubmit input[type="submit"]:hover {
	color: #514d42;
	background-color: #FFFFFF;
}
form.wpcf7-form #required-fields {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	width: 100%;
}
form.wpcf7-form .btnSubmit .ajax-loader {
	display: none;
}
form.wpcf7-form input[type="text"].wpcf7-not-valid,
form.wpcf7-form input[type="email"].wpcf7-not-valid,
form.wpcf7-form input[type="tel"].wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid {
	border-color: #f00;
}
form.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 14px;
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
	width: 200px;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	display: flex !important;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #398f14;
	border: none;
	margin: 20px 0px !important;
	padding: 0 !important;
	background-image: url('../images/check_circle.svg');
    background-size: 40px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 55px !important;
	min-height: 40px;
}

/* Page Did You Know */
#page-didyouknow-wrapper {
	background-color: #dddddb;
	padding: 70px 0px 40px 0px;
}
#page-didyouknow-wrapper ul.alm-filter-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}
#page-didyouknow-wrapper ul.alm-filter-nav li {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
	margin-right: 15px;
}
#page-didyouknow-wrapper ul.alm-filter-nav li.active {
	font-weight: 700;
}
#page-didyouknow-wrapper #list-didyouknow .rowFluid .colSpan3 {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
#page-didyouknow-wrapper #list-didyouknow .rowFluid .animateList {
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#page-didyouknow-wrapper #list-didyouknow .rowFluid .animateList.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s,opacity .5s ease-out .2s;
}
#page-didyouknow-wrapper #list-didyouknow .field-category {
	padding: 20px 15px 0px 15px;
	font-family: 'Open Sans', serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	color: #514d42;
	text-transform: uppercase;
}
#page-didyouknow-wrapper #list-didyouknow .field-title {
	padding: 5px 15px 20px 15px;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #514d42;
}
#page-didyouknow-wrapper #list-didyouknow .middleInfo {
	flex-grow: 2;
	padding: 0px 15px 0px 15px;
}
#page-didyouknow-wrapper #list-didyouknow .middleInfo .field-lead {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	margin-bottom: 10px;
}
#page-didyouknow-wrapper #list-didyouknow .middleInfo .field-date span {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 15px 20px 15px;
	position: relative;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo .shareBtnClick {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	flex: 1;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo .shareBtnClick svg {
	margin-right: 10px;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo .shareBtnClick span {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #514d42;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo .shareBtnClick:hover svg path {
	fill: #c08f2f;
}
#page-didyouknow-wrapper #list-didyouknow .bottomInfo .shareBtnClick:hover span {
	color: #c08f2f;
}

/* Single Did You Know */
.posts-alporc-template .content-group-template {
	margin: 30px 0px 40px 0px;
}
.posts-alporc-template .content-group-template .btnBackPage {
	margin-bottom: 25px;
}
.posts-alporc-template .content-group-template .btnBackPage a {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
	cursor: pointer;
}
.posts-alporc-template .content-group-template .btnBackPage svg {
	margin-right: 5px;
}
.posts-alporc-template .content-group-template .btnBackPage a:hover {
	color: #c08f2f;
}
.posts-alporc-template .content-group-template .btnBackPage a:hover svg path {
	fill: #c08f2f;
}
.posts-alporc-template .content-group-template .field-date {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	margin-bottom: 5px;
}
.posts-alporc-template .content-group-template .field-title {
	font-family: 'Merriweather', serif;
	margin-bottom: 20px;
}
.posts-alporc-template .content-group-template .field-body {
	margin-bottom: 40px;
}
.posts-alporc-template .content-group-template .share-this-content {
	width: 100%;
	position: relative;
}
.posts-alporc-template .content-group-template .share-this-content .shareBtnClick {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
}
.posts-alporc-template .content-group-template .share-this-content .shareBtnClick svg {
	margin-right: 10px;
}
.posts-alporc-template .content-group-template .share-this-content .shareBtnClick span {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
}
.posts-alporc-template .content-group-template .share-this-content .shareBtnClick:hover svg path {
	fill: #c08f2f;
}
.posts-alporc-template .content-group-template .share-this-content .shareBtnClick:hover span {
	color: #c08f2f;
}
.posts-alporc-template .content-group-template .share-this-content .apss-social-share {
	position: relative;
	right: auto;
	top: 0; left: 0;
	width: auto;
}
.posts-alporc-template .content-group-template .share-this-content .apss-social-share .apss-single-icon a {
	margin-right: 10px !important;
}
#page-recipes-wrapper .field-title {
	margin-bottom: 40px;
}
#page-recipes-wrapper .rowFluid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#page-recipes-wrapper .rowFluid .leftCol {
	width: 30%;
	padding-right: 40px;
}
#page-recipes-wrapper .rowFluid .leftCol .field-title-ingredients {
	font-family: 'Merriweather', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #514d42;
	margin-bottom: 20px;
}
#page-recipes-wrapper .rowFluid .leftCol .field-subtitle-ingredients {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #514d42;
	margin-bottom: 10px;
}
#page-recipes-wrapper .rowFluid .leftCol .custom-list-ingredients {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#page-recipes-wrapper .rowFluid .leftCol .custom-list-ingredients li {
	padding: 10px 2px;
	border-bottom: 1px solid #514d42;
}
#page-recipes-wrapper .rowFluid .leftCol .custom-list-ingredients li:last-child {
	border-bottom: 0;
}
#page-recipes-wrapper .rowFluid .leftCol .custom-list-ingredients li span {
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
}
#page-recipes-wrapper .rowFluid .rightCol {
	width: 70%;
	padding-left: 20px;
}

/* Product Page */
#page-products-wrapper .field-body {
	margin: 30px auto 45px auto;
	max-width: 800px;
	width: 100%;
}
#page-products-wrapper .field-body p:last-child {
	margin: 0px;
}
#page-products-wrapper ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	width: 100%;
}
#page-products-wrapper ul.products li.product-category {
	width: calc(33.33% - 10px);
	flex: 0 0 calc(33.33% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	visibility: visible;
	opacity: 0;
	transform: translateY(40px) scale(1);
	-webkit-transform: translateY(40px) scale(1);
}
#page-products-wrapper ul.products li.product-category.last {
	margin-right: 0px;
}
#page-products-wrapper ul.products li.product-category.visibleList {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	transition: transform .5s ease-out .2s,opacity .5s ease-out .2s;
	-webkit-transition: -webkit-transform .5s ease-out .2s,opacity .5s ease-out .2s;
}
#page-products-wrapper ul.products li.product-category img {
	margin: 0px;
	height: 100%;
	min-height: 220px;
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	padding: 25px;
	z-index: 1;
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	position: absolute;
	z-index: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat .product-cat-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat .product-cat-title {
	font-family: 'Merriweather', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 15px;
	position: relative;
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat .product-cat-link {
	position: relative;
}
#page-products-wrapper ul.products li.product-category .info-group-product-cat .product-cat-link .button {
	margin: 0px;
}

/* Page Products By Category */
#page-product-categrory-wrapper {
	background-color: #f7f7f7;
}
#page-product-categrory-wrapper #bannerWrapper.postBanner {
    max-height: 450px;
    max-width: 1110px;
    margin: 0 auto;
}
#page-product-categrory-wrapper .field-body {
	margin: 30px auto 45px auto;
	max-width: 800px;
	width: 100%;
}
#page-product-categrory-wrapper .rowFluid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 70px;
}
#page-product-categrory-wrapper .rowFluid .leftCol {
	width: 20%;
	padding-right: 20px;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories {
	list-style: none;
	margin: 0; padding: 0;
	border-top: 1px solid #514d42;
	margin-top: 5px;
	margin-bottom: 50px;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li {
	border-bottom: 1px solid #514d42;
	padding: 5px 2px;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li a.disabledCat {
	color: #b5b5b5 !important;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li:hover a,
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li.activeCat a {
	font-weight: 700;
}
#page-product-categrory-wrapper .rowFluid .leftCol .sidebar-categories li.disabledCat a {
	font-weight: 400 !important;
	color: #b5b5b5 !important;
}
#page-product-categrory-wrapper .rowFluid .rightCol {
	width: 80%;
	padding-left: 30px;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-products {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #514d42;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-pack-products {
	margin: 20px 0px 40px 0px;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-pack-products h6 {
	margin-bottom: 10px;
	color: #c08f2f;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-pack-products ul {
	margin: 0px;
	padding-left: 20px;
	list-style: none;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-pack-products ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #514d42;
}
#page-product-categrory-wrapper .rowFluid .rightCol .text-pack-products h3 {
	margin-top: 20px;
}
#page-product-categrory-wrapper .rowFluid .rightCol .woocommerce-result-count,
#page-product-categrory-wrapper .rowFluid .rightCol .woocommerce-ordering,
#page-product-categrory-wrapper .rowFluid .rightCol .price,
#page-product-categrory-wrapper .rowFluid .rightCol .add_to_cart_button {
	display: none;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product {
	padding: 30px 0px 0px 0px;
	margin: 0;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product:last-child {
	border-bottom: 0;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .product-subcategory {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b28e3a;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .product-subcategory h2 {
	color: #b28e3a;
	text-transform: uppercase;
	margin: 0;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product h2 {
	font-family: 'Merriweather', sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #514d42;
	padding: 0;
	margin-bottom: 15px;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	position: relative;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(81, 77, 66, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product img {
	margin: 0;
	height: 100%;
	max-height: 430px;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product .view-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product .list-img-product .view-more span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product a:hover .list-img-product:before,
#page-product-categrory-wrapper .rowFluid .rightCol ul.products li.product a:hover .list-img-product .view-more {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
#page-product-categrory-wrapper #contact-pack-form {
	margin-bottom: 50px;
}

/* Page Details Products */
#page-details-product {
	background-color: #f7f7f7;
}
#page-details-product .rowFluid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 30px;
}
#page-details-product .rowFluid .leftCol {
	width: 20%;
	padding-right: 20px;
    margin-top: 45px;
}
#page-details-product .rowFluid .leftCol .sidebar-categories {
	list-style: none;
	margin: 0; padding: 0;
	border-top: 1px solid #514d42;
}
#page-details-product .rowFluid .leftCol .sidebar-categories li {
	border-bottom: 1px solid #514d42;
	padding: 5px 2px;
}
#page-details-product .rowFluid .leftCol .sidebar-categories li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
}
#page-details-product .rowFluid .leftCol .sidebar-categories li:hover a,
#page-details-product .rowFluid .leftCol .sidebar-categories li.activeCat a {
	font-weight: 700;
}
#page-details-product .rowFluid .leftCol .sidebar-categories li.disabledCat a {
	font-weight: 400 !important;
	color: #b5b5b5 !important;
}
#page-details-product .rowFluid .rightCol {
	width: 80%;
	padding-left: 30px;
}
#page-details-product .rowFluid .rightCol .btnBackPage {
	margin-bottom: 17px;
}
#page-details-product .single-product .header-product {
	margin-bottom: 40px;
}
#page-details-product .single-product .header-product .field-product-title {
	margin-bottom: 20px;
}
#page-details-product .single-product .header-product .img-type-product {
	max-height: 140px;
}
#page-details-product .single-product .header-product .field-product-excerpt {
	margin-top: 20px;
}
#page-details-product .single-product .product-type-simple .middle-product {
	padding-bottom: 30px;
	border-bottom: 1px solid #514e44;
}
#page-details-product .single-product .middle-product .colImg {
	width: 100%;
	margin-bottom: 40px;
}
#page-details-product .single-product .middle-product .colImg img {
	width: 100%;
	display: block;
}
#page-details-product .single-product .middle-product .colInfos {
	width: 100%;
}
#page-details-product .single-product .middle-product .product-technical-details {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#page-details-product .single-product .middle-product .product-technical-details .colTechnical {
	width: 50%;
	padding: 0px 40px 0px 0px;
}
#page-details-product .single-product .middle-product .product-technical-details .colTechnical:last-child {
	padding: 0px 0px 0px 40px;
}
#page-details-product .single-product .middle-product .product-technical-details a,
#page-details-product .single-product .middle-product .product-technical-details a span {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #c08f2f;
	text-decoration: underline;
}
#page-details-product .single-product .middle-product .product-technical-details a:hover,
#page-details-product .single-product .middle-product .product-technical-details a:hover span {
	font-weight: 700;
}
#page-details-product .single-product .middle-product .product-technical-details span {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #514e44;
}
#page-details-product .single-product .middle-product .product-technical-details span.bold {
	font-weight: 700;
}
#page-details-product .single-product .middle-product .product-technical-details .presentation_mode_product span.bold {
	color: #b28e3a;
	text-transform: uppercase;
}
#page-details-product .single-product .middle-product .product-technical-details .presentation_mode_product span {
	display: block;
	margin-bottom: 15px;
}
#page-details-product .single-product .middle-product .product-variable-cart {
	margin-top: 50px;
	border-top: 1px solid #b28e3a;
	border-bottom: 1px solid #b28e3a;
	padding: 20px 10px;
}
#page-details-product .single-product .middle-product .product-variable-cart .cart {
	display: flex;
	align-items: center;
	margin: 0;
}
#page-details-product .single-product .middle-product .product-variable-cart .variations {
	width: auto;
	margin: 0;
	margin-right: 20px;
}
#page-details-product .single-product .middle-product .product-variable-cart .variations label {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #514e44;
	margin-bottom: 10px;
}
#page-details-product .single-product .middle-product .product-variable-cart .variations select {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #514e44;
	padding: 10px 5px;
	max-width: 250px;
	min-width: auto;
	width: 100%;
	border-radius: 0;
	margin: 0;
	margin-bottom: 5px;
}
#page-details-product .single-product .middle-product .product-variable-cart .variations .reset_variations {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #514e44;
	margin: 0px 5px;
}
#page-details-product .single-product .middle-product .product-variable-cart .variations .reset_variations:hover {
	text-decoration: underline;
}
#page-details-product .single-product .middle-product .product-variable-cart .single_variation_wrap {
	display: flex;
	align-items: center;
}
#page-details-product .single-product .middle-product .product-variable-cart .single_variation_wrap span.price {
	font-size: 26px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #514e44;
	margin-right: 20px;
}
#page-details-product .single-product .middle-product .product-simple-cart .cart {
	margin: 30px 0px 0px 0px;
}
#page-details-product .single-product .middle-product .cart .qty {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 5px;
	height: 40px;
	width: auto;
	max-width: 65px;
	margin-right: 10px;
	border-radius: 0;
}
#page-details-product .single-product .middle-product .cart .single_add_to_cart_button {
	background-color: #b28e3a;
	border: 1px solid #b28e3a;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
}
#page-details-product .single-product .middle-product .cart .single_add_to_cart_button:hover {
	background-color: #FFFFFF;
	color: #b28e3a;
}
#page-details-product .single-product .others-info {
	padding-top: 30px;
}
#page-details-product .single-product .others-info h4 {
	margin-bottom: 20px;
}
#page-details-product .single-product .footer-product {
	margin-top: 30px;
}
#page-details-product .single-product .footer-product .related-links-product .rowFluid {
	margin-top: 0px;
}
#page-details-product .single-product .footer-product .related-links-product .rowFluid .colSpan2 {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText {
	height: 100%;
	min-height: 280px;
	padding: 25px 50px 50px 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	position: relative;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText:before {
	content: '';
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}
#page-details-product .single-product .footer-product .related-links-product .field-related-subtitle {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-transform: uppercase;
	position: relative;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText .field-related-title {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText .field-related-link {
	position: relative;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText .field-related-link .button {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #FFFFFF;
	transition: all 0.2s ease-in-out;
}
#page-details-product .single-product .footer-product .related-links-product .groupInfoText .field-related-link .button1:hover,
#page-details-product .single-product .footer-product .related-links-product .groupInfoText .field-related-link .button1.active {
	background: #FFFFFF;
	color: #514d42;
	transition: all 0.2s ease-in-out;
}
#page-details-product .single-product .footer-product .requestFile {
	background-color: #514e44;
	text-align: center;
	padding: 20px;
	margin-bottom: 15px;
}
#page-details-product .single-product .footer-product .requestFile .title-request {
	margin-bottom: 25px;
}
#page-details-product .single-product .footer-product .requestFile .title-request h3 {
	color: #FFFFFF;
	font-weight: 400;
	font-style: italic;
}
#page-details-product .single-product .footer-product .requestFile .lead-request {
	margin-bottom: 30px;
}
#page-details-product .single-product .footer-product .requestFile .lead-request p {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#page-details-product .single-product .footer-product .requestFile form {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	justify-content: center;
}
#page-details-product .single-product .footer-product .requestFile form div {
	margin-right: 20px;
	text-align: left;
}
#page-details-product .single-product .footer-product .requestFile form div label {
	font-size: 11px;
	line-height: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#page-details-product .single-product .footer-product .requestFile form div input[type="text"],
#page-details-product .single-product .footer-product .requestFile form div input[type="email"] {
	font-family: 'Open Sans', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	padding: 4px 10px;
	text-align: center;
	border-radius: 0 !important;
	border: 1px solid #FFFFFF !important;
	max-width: 250px;
}
#page-details-product .single-product .footer-product .requestFile form div input[type="text"].wpcf7-not-valid,
#page-details-product .single-product .footer-product .requestFile form div input[type="email"].wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
#page-details-product .single-product .footer-product .requestFile form div .wpcf7-not-valid-tip {
	display: none;
}
#page-details-product .single-product .footer-product .requestFile form div ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4D4D4D;
}
#page-details-product .single-product .footer-product .requestFile form div ::-moz-placeholder { /* Firefox 19+ */
	color: #4D4D4D;
}
#page-details-product .single-product .footer-product .requestFile form div :-ms-input-placeholder { /* IE 10+ */
	color: #4D4D4D;
}
#page-details-product .single-product .footer-product .requestFile form div :-moz-placeholder { /* Firefox 18- */
	color: #4D4D4D;
}
#page-details-product .single-product .footer-product .requestFile form div.form-group-btn {
	margin-right: 0;
}
#page-details-product .single-product .footer-product .requestFile form input[type="submit"] {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #FFFFFF;
	transition: all 0.2s ease-in-out;
}
#page-details-product .single-product .footer-product .requestFile form input[type="submit"]:hover {
	background: #FFFFFF;
	color: #514d42;
	transition: all 0.2s ease-in-out;
}
#page-details-product .single-product .footer-product .requestFile form div.form-group-btn .ajax-loader {
	display: none;
}
#page-details-product .single-product .footer-product .requestFile form .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none !important;
}
#page-details-product .single-product .footer-product .woocommerce-product-gallery {
	width: 100%;
}
#page-details-product .single-product .footer-product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 10%;
}

/* Page Cart */
#page-cart-wrapper {
	background-color: #f7f7f7;
}
#page-cart-wrapper #cart-empyt-wrapper,
#page-cart-wrapper #cart-products-wrapper {
	min-height: 350px;
	text-align: left;
	padding-top: 35px;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop,
#page-cart-wrapper #cart-products-wrapper .return-to-shop {
	margin-bottom: 35px;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop a,
#page-cart-wrapper #cart-products-wrapper .return-to-shop a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop a svg,
#page-cart-wrapper #cart-products-wrapper .return-to-shop a svg {
	margin-right: 15px;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop a span,
#page-cart-wrapper #cart-products-wrapper .return-to-shop a span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop a:hover svg path,
#page-cart-wrapper #cart-products-wrapper .return-to-shop a:hover svg path {
	fill: #c08f2f;
}
#page-cart-wrapper #cart-empyt-wrapper .return-to-shop a:hover span,
#page-cart-wrapper #cart-products-wrapper .return-to-shop a:hover span {
	font-weight: 700;
	color: #c08f2f;
}
#page-cart-wrapper #cart-empyt-wrapper .cart-empty-text span,
#page-cart-wrapper #cart-products-wrapper .cart-title-text span {
	font-family: 'Merriweather', sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #514d42;
}
#page-cart-wrapper #cart-products-wrapper .cart-title-text {
	margin-bottom: 30px;
}
#page-cart-wrapper #cart-products-wrapper #tableCart {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 15px;
	border-radius: 0;
	border: 0;
	margin: 0 0 30px 0;
}
#page-cart-wrapper #cart-products-wrapper #tableCart thead tr th {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 0;
	padding: 5px;
	position: relative;
	top: 10px;
}
#page-cart-wrapper #cart-products-wrapper #tableCart thead tr th.product-price,
#page-cart-wrapper #cart-products-wrapper #tableCart thead tr th.product-quantity,
#page-cart-wrapper #cart-products-wrapper #tableCart thead tr th.product-subtotal {
	text-align: center;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-price,
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-quantity,
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-subtotal {
	text-align: center;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:not(:last-child) {
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td {
	border-top: 0;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:not(:last-child) td {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	border-top: 0;
	padding: 10px 20px;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:not(:last-child) td span,
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:not(:last-child) td a {
	color: #514e44;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-thumbnail {
	width: 220px;
    padding: 0;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-thumbnail img {
	width: 220px;
	height: auto;
	max-height: 125px;
	display: block;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-quantity input {
	border-radius: 0;
	padding: 8px 10px;
	width: auto;
	max-width: 65px;
	font-size: 14px;
	line-height: 16px;
	margin: 0 auto;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-remove {
	padding: 10px 10px;
	text-align: center;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-remove a.remove {
	color: #514e44 !important;
	margin: 0 auto;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr td.product-remove a.remove:hover {
    color: #FFFFFF !important;
    background: #514e44;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:last-child td.actions {
    border-top: 0;
    padding: 20px 0px;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:last-child td.actions button {
	background-color: #c08f2f;
	border: 1px solid #c08f2f;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
	color: #FFFFFF;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:last-child td.actions button:hover {
	background-color: #FFFFFF;
	color: #c08f2f;
}
#page-cart-wrapper #cart-products-wrapper #tableCart tbody tr:last-child td.actions button:disabled {
	background-color: #c08f2f;
	color: #FFFFFF;
}
#page-cart-wrapper #cart-products-wrapper .cart_totals {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	width: 100%;
 	float: none;
	border-top: 1px solid #514e44;
    margin: 0;
    padding: 30px 0 30px 10px;
}
#page-cart-wrapper #cart-products-wrapper #tableTotals {
 	margin: 0;
 	border: 0;
 	width: auto;
}
#page-cart-wrapper #cart-products-wrapper #tableTotals tr.cart-subtotal {
 	display: none;
}
#page-cart-wrapper #cart-products-wrapper #tableTotals tr.order-total th {
	border: 0;
	font-size: 25px;
	line-height: 25px;
	color: #514e44
	font-weight: 700;
	padding: 0px;
}
#page-cart-wrapper #cart-products-wrapper #tableTotals tr.order-total td {
	border: 0;
	font-size: 25px;
	line-height: 25px;
	color: #514e44;
	font-weight: 700;
	padding: 0px 10px; 
}
#page-cart-wrapper #cart-products-wrapper .wc-proceed-to-checkout {
	padding: 0;
	width: 250px;
}
#page-cart-wrapper #cart-products-wrapper .wc-proceed-to-checkout a.checkout-button {
	background-color: #c08f2f;
	border: 1px solid #c08f2f;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
	color: #FFFFFF;
	margin: 0;
}
#page-cart-wrapper #cart-products-wrapper .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #FFFFFF;
	color: #c08f2f;
}
#page-cart-wrapper .footer-content-cart {
	border-top: 1px solid #514e44;
	padding: 15px 10px;
}
#page-cart-wrapper .footer-content-cart .stock-text {
	margin-bottom: 70px;
}
#page-cart-wrapper .footer-content-cart .stock-text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	margin: 0;
}
#page-cart-wrapper .footer-content-cart .groupRow {
	display: flex;
    flex-flow: row wrap;
    justify-content: start;
}
#page-cart-wrapper .footer-content-cart .groupRow .colSpan4 {
	display: flex;
	flex-direction: column;
	width: calc(25% - 35px);
	margin-right: 40px;
}
#page-cart-wrapper .footer-content-cart .groupRow .colSpan4:last-child {
	margin-right: 0;
}
#page-cart-wrapper .footer-content-cart .groupRow div.icon-cart {
	display: flex;
	align-items: center;
	flex-grow: 2;
}
#page-cart-wrapper .footer-content-cart .groupRow img {
	display: block;
	margin: 0 auto;
}
#page-cart-wrapper .footer-content-cart .groupRow span {
	display: block;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #514d42;
	text-transform: uppercase;
	margin-top: 10px;
	min-height: 40px;
}

/* Page Checkout */
#page-checkout-wrapper {
	background-color: #f7f7f7;
	padding: 80px 0px;
}
#page-checkout-wrapper .title-checkout {
	font-family: 'Merriweather', serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #514d42;
	padding-bottom: 20px;
}
#page-checkout-wrapper .lead-checkout {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #514d42;
	padding-bottom: 20px;
}
#page-checkout-wrapper #checkoutForm {
	margin-top: 30px;
}
#page-checkout-wrapper #checkoutForm h3 {
	display: none;
}
#page-checkout-wrapper #checkoutForm .form-row {
    padding: 0;
    margin-bottom: 30px;
}
#page-checkout-wrapper #checkoutForm .form-row.form-row-first {
    width: 50%;
	padding-right: 20px;
}
#page-checkout-wrapper #checkoutForm .form-row.form-row-last {
    width: 50%;
	padding-left: 20px;
}
#page-checkout-wrapper #checkoutForm .form-row label {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #514d42;
    margin: 0 0 5px 5px;
}
#page-checkout-wrapper #checkoutForm .form-row label .required {
    color: #514d42;
}
#page-checkout-wrapper #checkoutForm .form-row input[type="text"],
#page-checkout-wrapper #checkoutForm .form-row input[type="email"] {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #514d42;
    padding: 10px;
    border-radius: 0 !important;
    height: 40px;
}
#page-checkout-wrapper #checkoutForm .form-row .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 40px;
}
#page-checkout-wrapper #checkoutForm .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0px 10px;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #514d42;
}
#page-checkout-wrapper #checkoutForm .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	top: 0;
	right: 0;
}
#page-checkout-wrapper #checkoutForm .form-row .select2-results {
	font-size: 14px;
	line-height: 14px;
}
#page-checkout-wrapper #checkoutForm .form-row .select2-results__option {
	padding: 10px 10px;
}
#page-checkout-wrapper #checkoutForm #order_review {

}
#page-checkout-wrapper #checkoutForm #order_review tfoot {

}
#page-checkout-wrapper #checkoutForm #order_review tfoot .cart-subtotal {
	display: none;
}
#page-checkout-wrapper #checkoutForm #payment {
	background-color: transparent;
}
#page-checkout-wrapper #checkoutForm #payment .place-order {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
#page-checkout-wrapper #checkoutForm #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	width: calc(100% - 280px);
	margin-right: 30px;
}
#page-checkout-wrapper #checkoutForm #payment .place-order .woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
}
#page-checkout-wrapper #checkoutForm #place_order {
	background-color: #c08f2f;
	border: 1px solid #c08f2f;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 20px;
	font-weight: 400;
	border-radius: 0;
	color: #FFFFFF;
	margin: 0;
	width: 250px;
}
#page-checkout-wrapper #checkoutForm #place_order:hover {
	background-color: #FFFFFF;
	color: #c08f2f;
}

/* Footer */
footer {
	background-color: #e7e7e7;
	padding: 25px 0px;
}
footer .main-fluid {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
footer .main-fluid > div {
	margin-right: 20px;
}
footer .main-fluid > div:last-child {
	margin-right: 0px !important;
}
footer .main-fluid .footer-address,
footer .main-fluid .footer-phone,
footer .main-fluid .footer-email {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #514d42;
}
footer .main-fluid .footer-social-title,
footer .main-fluid .footer-address-title,
footer .main-fluid .footer-contacts-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	color: #514d42;
	text-transform: uppercase;
	margin-bottom: 2px;
}
footer .main-fluid .footer-social-title {
	margin-bottom: 15px;
}
footer .main-fluid .footer-social-medias {
	display: flex;
	align-items: center;
}
footer .main-fluid .footer-social-medias > div {
	margin-right: 10px;
}
footer .main-fluid .footer-social-medias > div:last-child {
	margin-right: 0px;
}
footer .main-fluid .footer-social-medias > div a {
	display: flex;
}
footer .main-fluid .footer-social-medias > div a:hover svg path {
	fill: #c08f2f;
}
footer .main-fluid .footer-menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
footer .main-fluid .footer-menu ul li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #514d42;
	text-decoration: underline;
}
footer .main-fluid .footer-menu ul li a:hover {
	color: #c08f2f;
}
footer .main-fluid .logoancpa img {
	width: auto;
	height: 70px;
	display: block;
}
footer .main-fluid .footer-logos-companies img {
	width: auto;
	height: 30px;
	display: block;
	margin-bottom: 10px;
}
footer .main-fluid .footer-copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: 400;
	color: #514d42;
}

/* Back To Top */
#backToTop {
	height: 42px;
	width: 42px;
	text-align: center;
	position: fixed;
	bottom: 50px;
	z-index: 9;
	right: 50px;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	cursor: pointer;
}
#backToTop.visible {
	opacity: 1;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
}