small {
  
    display: block;
}

.ExProfilePicFlexCont {
    display: flex;
    flex-wrap: wrap;
}
.ExProfilePic {
	width: 50%;
}

.ExProfilePic:nth-child(odd) {
	padding-right: 10px;
}
.ExProfilePic:nth-child(even) {
	padding-left: 10px;
}

.ExProfilePic.SmallMarginBottom {
    margin-bottom: 20px;
}
.ExProfilePic:only-child {
	padding-right: 0;
		width: 66.6666667%;
}


#query_vars {
    display: none;
}

#loadposts {
    height: 40px;
    border: 1px solid #a39382;
    padding: 0 10px;
	cursor: pointer;
	position: relative;
	background: #a39382;
	color: #fff;
	font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
		transition: all 0.3s ease-in-out;

}

#loadposts:hover {
	color: #a39382;
	background: #fff;

}

#loadposts:after {
    content: "Load More Products";
	font-size: 0;
	 width: 0;
}

#loadposts.end {
    opacity: .5;
    background: #fff;
	font-size: 0;
	cursor: not-allowed;
	pointer-events: none;
    border: 0;
}

#loadposts.end:after {
    content: "No More Products";
	font-size: 16px;
}

#products_list.loading {
    opacity: 0.5;
}

.shop-filter {
    position: static;
}

.shop-filter:has(:focus) {
    border: 0px solid red;
}

#products_info {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

#products_bottom {
    text-align: center;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.shop-filter:has(:focus) .select_options {
    opacity: 1;
    pointer-events: all;
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
	z-index: 9;
    background: white;
	padding: 15px 0;
	border: 1px solid #a39382;
    justify-content: start;
	background: #f6f6f6;
	display: flex;
    text-align: center;
    justify-items: center;
}


@media all and (max-width: 767px) {

	.shop-filter:has(:focus) .select_options {

		position: static;
		margin-bottom: 15px;
	}

}



.shop-filter:has(:focus) .select_value {
    border-bottom: 0px solid;
}

.select_value {
    height: 40px;
    border: 1px solid;
    border: 1px solid #a39382;
    line-height: 38px;
    padding: 0 10px;
	cursor: pointer;
	position: relative;
	width: 200px;
}

.select_value:after {
    content: "arrow";
    background: url(../img/icon-arrow-down-brown.svg);
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0px;
    width: 40px;
    height: 38px;
    font-size: 0;
}

.select_options {
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
	position: absolute;

}

.select_options .option {
    width: 16.6666667%;
	padding: 10px;
	cursor: pointer;
	background: #f6f6f6;
}

.select_options .option:hover {
		background: #fff;

}

a.button.reactivate {
    display: none;
}

.ButtonClass {
    color: #54585a!important;
    background: #fff!important;
}
.cn-more-info {
    color: #fff!important;
    background: #54585a!important;
	border: solid 1px #fff!important;
}

div#preorder_only {
    background: #a39382;
    padding: 10px;
    text-align: center;
    margin: 20px 0;
    color: white;
}

sku#billing_country_field .required,
#billing_country_field .woocommerce-input-wrapper {
	xdisplay: none;
}

#pwgc-redeem-gift-card-number {
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}

#pwgc-balance-number {
    width: 300px;
    margin-bottom: 10px;
    display: inline-block;
	    border: 1px solid #d3ced2;
	    padding: 6px 6px 5px;

}
#pwgc-balance-button {
margin: 0;
    padding: 6px 15px;
    border-radius: 0;
    color: #a39382;
    background-color: #fff;
    border: solid 1px #a39382;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;

}

body.postid-10556 .attribute-selection,
body.postid-10556 .ProductAttributes,
body.postid-10556 .attribute-tiles,
body.postid-10556 .minus,
body.postid-10556 .plus,
body.postid-10556 .quantity,
body.postid-10556 .RelatedHeading,
.post-10556 .product-price  {
display: none!important;
}


.post-10556 .product-name  {
margin-top: 10px!important;
	margin-bottom: 10px!important;
}

body.postid-10556 .woocommerce-variation-add-to-cart > label {
display: none!important;
}

body.postid-10556 .variations label {
	font-size: 18px;
	line-height: 20px;
	margin: 15px 5px 15px 0;
	 float: left;
  
}

body.postid-10556 .reset_variations {
	
	margin-left:  5px;
  
}



#pwgc-to, #pwgc-recipient-name, #pwgc-delivery-date, #pw_gift_card_message, #pwgc-from {
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}





.woocommerce-product-gallery {
	opacity: 1 !important;
}

.ShippingBox {
    background: #f6f6f6;
    padding: 10px 20px;
    margin: 20px 0 -20px;
}

#exhibition_link {
    border: 1px solid rgb(163, 147, 130);
    margin: -10px 15px 25px;
    text-align: center;
}

#exhibition_link p {
   margin:  0;
	font-size: 14px;
    line-height: 16px;
}

.OutOfOffice {
    border: 1px solid rgb(163, 147, 130);
    text-align: center;
	    padding: 10px;
}

.OutOfOffice p {
   margin:  0;
	font-size: 14px;
    line-height: 16px;
}

#exhibition_link a {
	display: block;
	color: #fff;
	background: #a39382;
	padding-bottom: 10px;
}

#exhibition_link a:hover {
	background: #fff;
		color: #a39382;

}

.sku {
	font-size: 12px;
	    float: right;
	color: #a39382;
	line-height: 15px;
	margin-top: 10px;}


.Shopsku {
	font-size: 11px;
	text-align: center;
	color: #a39382;
	line-height: 15px;
	margin-top: 10px;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 5px;
}
.MobileHeader {
	display: none;
}
.cc-revoke, .cc-window {
	max-width: 100% !important;
}
.slick-slide:first-child:last-child {
	left: 100%;
}
.outofstock {
	background: #f6f6f6;
	padding: 20px;
	margin-top: 30px;
	font-size: 20px;
}
.shopbymaker {
	text-align: center;
}
.woocommerce-cart h1 {
	font-size: 0px;
	letter-spacing: 0;
}
.woocommerce-cart h1:before {
	content: "Basket";
	font-size: 36px;
}
.shop-filter {
	float: left;
	margin-right: 1em;
}
#no_products {
	text-align: center;
	padding: 25px 0;
	display: none;
	font-size: 25px;
	line-height: 30px;
}
#products_list {
	clear: both;
}
#products_list ul.products li.last, .woocommerce-page ul.products li.last {
	margin-right: 1.5%;
}
#products_list ul.products li.product, .woocommerce-page ul.products li.product, .products .product {
	float: left;
	margin: 0 1% 50px 1%;
	padding: 0;
	position: relative;
	width: 23%;
	transition: all 0.3s ease-in-out;
}
body.tax-product_cat #cat-filter {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	display: none;
}

/*------------------------------------*\RESETS\*------------------------------------*/

img {
	width: 100%;
	height: auto;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.TextCenter {
	text-align: center;
}
.MarginTop {
	margin-top: 100px;
}
.MarginBottom {
	margin-bottom: 100px;
}
.SmallMarginTop {
	margin-top: 50px;
}
.SmallMarginBottom {
	margin-bottom: 50px;
}
.NoMargin {
	margin: 0;
}
.PaddingLeft {
	padding-left: 15px;
}
.PaddingRight {
	padding-right: 15px;
}
.NoPadding {
	padding: 0;
}
.TextRight {
	text-align: right;
}
.HardTextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
.FullWidth {
	width: 100%;
	float: left;
}
::-webkit-input-placeholder {
	color: #a39382;
}
:-ms-input-placeholder {
	color: #a39382;
}
::-moz-placeholder {
	color: #a39382;
	opacity: 1;
}
::selection {
	background: #a39382!important;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #a39382!important;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #a39382!important;
	color: #fff;
	text-shadow: none;
}
input, .SearchField {
	border-radius: 0!important;
	-webkit-border-radius: 0px!important;
}
input[type="search"] {
	-webkit-appearance: none!important;
}
input:focus, select:focus, .select:focus, textarea:focus, button:focus {
	outline: none!important;
}
:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
.Clear:before, .Clear:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.Clear:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
/*------------------------------------*\FONTS\*------------------------------------*/

a {
	color: #a39382;
}
a:hover {
	text-decoration: none;
	color: #54585a;
}
a:hover, a:focus {
	outline: none;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #a39382;
}
p {
	font-size: 18px;
	line-height: 25px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #54585a;
	font-weight: 400;
}
p a {
	font-weight: 400;
	color: #a39382;
}
p a:hover {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 15px 0;
	padding: 0px;
	color: #a39382;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lusitana', serif;
	letter-spacing: 2px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
	color: #a39382;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
	color: #a39382;
}
h1 {
	font-size: 36px;
	line-height: 45px;
}
h2 {
	font-size: 40px;
	line-height: 50px;
}
h3 {
	font-size: 35px;
	line-height: 40px;
}
h4 {
	font-size: 30px;
	line-height: 35px;
}
h5 {
	font-size: 25px;
	line-height: 30px;
}
h6 {
	font-size: 20px;
	line-height: 25px;
}
.MainContentArea li {
	list-style-type: none;
	line-height: 26px;
	color: #58595B;
	font-size: 17px;
	border-bottom: solid 1px #f6f6f6;
	padding: 10px 35px;
	position: relative;
}
.MainContentArea li:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 25px;
	height: 25px;
	z-index: 90;
	background: url(../img/icon-bullet-point.svg) no-repeat center center;
	background-size: 25px;
}
.MainContentArea li a {
	color: #b5a571;
}
.MainContentArea li a:hover {
	color: #253a6d;
}
.MainContentArea ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}
.MainContentArea ol li {
	counter-increment: my-awesome-counter;
	list-style-type: none;
	padding-left: 40px;
}
.MainContentArea ol li::before {
	content: counter(my-awesome-counter) "";
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	background-size: 40px;
	width: 30px;
	height: 40px;
	padding-top: 6px;
	text-align: center;
}
.MainContent p {
	font-size: 17px;
	line-height: 28px;
}
.Intro p {
	font-size: 17px;
	line-height: 28px;
}
blockquote {
	background: #f6f6f6;
	border-left: 10px solid #a39382;
	margin: 25px 0;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
}
blockquote:before {
	color: #a39382;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 15px;
	vertical-align: -0.4em;
	margin-left: -15px;
}
blockquote p {
	display: inline;
}
/*------------------------------------*\EVENTS STYLES\*------------------------------------*/

.HorLinkBlockFlex {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.HorLinkBlockFlex:before, .HorLinkBlockFlex:after {
	content: normal;
}
.HorLinkBlockFlex:hover, .SquareLinkBlock:hover, .SquareLinkBlockLarge:hover {
	background: #ededed;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.HorLinkBlockTextCont {
	padding: 25px;
}
.MakersBlockTextCont {
	padding: 0 25px 75px 25px;
}
.HorLinkBlockTextCont h6, .HorLinkBlockTextCont h6:hover, .EventDates h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400;
}
.EventDates h2 {
	font-family: 'Montserrat', sans-serif;
	color: #a39382;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.HorLinkBlockImageCont img {
	object-fit: cover;
	height: 100%;
}
.HorLinkBlockFlex .LinkButton, .MakersModule .LinkButton {
	margin-left: 0;
}
.ExpiredEvent h6 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #000;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 10px 15px;
}
.BorderTop {
	border-top: solid 1px #ededed;
}
.BorderBottom {
	border-bottom: solid 1px #ededed;
}
.SquareLinkBlockFlexCont {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.SquareLinkBlockFlexCont:before, .SquareLinkBlockFlexCont:after {
	content: normal;
}
.SquareLinkBlock {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.SquareLinkBlockLarge {
	width: 31.3333333%;
	margin-left: 1%;
	margin-right: 1%;
}
.SquareLinkBlockCarousel {
	margin-left: 0;
	margin-right: 0;
}
.CarouselMargin {
	padding-left: 15px;
	padding-right: 15px;
}
.SquareLinkBlock h3, .MakersBlock h5, .SquareLinkBlock:hover h3, .SquareLinkBlockLarge h3, .SquareLinkBlockLarge h5, .SquareLinkBlockLarge:hover h3 {
	font-family: 'Montserrat', sans-serif;
	color: #a39382;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	margin-top: 15px;
}
.SquareLinkBlock h4, .SquareLinkBlockLarge h4, .MakersBlock h6, .SquareLinkBlock:hover h4 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.SearchField {
	position: relative;
	background: #fff;
	color: #a39382;
	padding: 13px 13px 13px 0;
	transition: all 0.3s ease-in-out;
	border: none;
	font-size: 20px;
	line-height: 25px;
	border-bottom: solid 1px #a39382;
	min-width: 300px;
	outline: none;
}
.SearchSubmit {
	position: relative;
	display: inline-block;
	border: solid 1px #a39382;
	font-size: 15px;
	line-height: 20px;
	color: #a39382;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 15px top 50% #fff;
	background-size: 30px;
	padding: 12px 50px 12px 15px;
	margin: 0;
	transition: all 0.3s;
	font-weight: 400;
}
.SearchSubmit:hover {
	color: #fff;
	background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 15px top 50% #a39382;
	background-size: 30px;
}
.pagination {
	width: 100%;
	text-align: center;
}
.pagination a {
	color: #a39382;
}
.pagination a:hover {
	color: #fff!important;
}
.page-numbers {
	height: 50px;
	text-align: center;
	line-height: 27px;
	font-size: 20px;
	font-weight: 700;
	color: #a39382;
	display: inline-block;
	background: #fff;
	border: solid 1px #a39382;
	margin: 5px;
	padding: 10px 16px;
	min-width: 50px;
}
.pagination .dots {
	background: #fff;
	color: #a39382;
	border: solid 1px #fff;
	padding: 10px 0;
	width: 20px;
}
.pagination:hover .dots {
	background: #fff;
	color: #a39382;
	border: solid 1px #fff;
}
.page-numbers:hover, .pagination .current {
	background: #a39382;
	color: #fff;
	border: solid 1px #a39382;
	border-radius: 50px;
}
/*------------------------------------*\FILTER STYLES\*------------------------------------*/

.FilterWidth {
	width: 300px
}
.Question {
	position: relative;
	width: 100%;
}
.Question a {
	display: block;
	width: 100%;
}
.Question {
	display: inline-block;
	border: solid 1px #a39382;
	padding: 15px 50px;
	transition: all 0.3s;
}
.Question h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #a39382;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
.Question:hover {
	cursor: pointer;
}
.QuestionArrow {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.15s ease-in-out;
	margin: 0 auto;
	background: url(../img/icon-arrow-down-brown.svg) no-repeat top center transparent;
	background-size: 50px!important;
	z-index: 65;
}
.Answer {
	display: none;
}
i.rotate-icon {
	-webkit-transform: rotate(180deg)!important;
	transform: rotate(180deg)!important;
}
.CatLinks a {
	background: #a39382;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
	letter-spacing: 2px;
	width: 100%;
}
.CatLinks a:hover, .Active {
	background: #fff;
	color: #a39382;
}
/*------------------------------------*\BANNER\*------------------------------------*/

.bannersmall, .bannersmall img {
	height: 400px;
	object-fit: cover;
}
.bannermedium, .bannermedium img {
	height: 500px;
	object-fit: cover;
}
.bannerlarge, .bannerlarge img {
	height: 600px;
	object-fit: cover;
}
.Banner {
	position: relative;
	width: 100%;
	float: left;
}
.TopBannerText {
	position: absolute;
	left: 0;
	background: #f6f6f6;
	height: 100%;
	width: 33.3333334%;
	top: 0;
}
.TopBanner img {
	width: 100%!important;
	float: left;
	position: relative;
	z-index: 100;
}
.TopBannerImageLeft img {
	width: 67%!important;
	float: left;
}
.TopBannerImageRight img {
	width: 67%!important;
	float: right;
}
.TopBannerTextRight {
	left: auto;
	right: 0;
}
.TopBannerImageLeft img {
	float: left;
}
.TopBannerTextInner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	right: 25px;
}
.TopBannerTextInner h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	margin-bottom: 0;
}
.TopBannerTextInner p {
	font-size: 22px;
	line-height: 30px;
	margin-top: 10px;
}
/*------------------------------------*\HEADER STYLES\*------------------------------------*/

header {
	width: 100%;
}
.HeaderBorder {
	border-bottom: 1px solid #f6f6f6;
}
.MailingList {
	z-index: 99;
	position: absolute;
	right: 15px;
	top: 15px;
}
.MailingList .LinkButton {
	margin: 0;
}
.MailingList .LinkButton a h6, .ProductGallery .LinkButton a h6 {
	color: #a39382;
	background: url(../img/icon-arrow-down-brown.svg) no-repeat top right transparent;
	background-size: 50px!important;
	border: solid 1px #a39382;
	padding: 12px 50px 12px 15px;
	display: block;
	margin: 0;
	transition: all 0.3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.MailingList .LinkButton a:hover h6, .ProductGallery .LinkButton a:hover h6 {
	color: #fff;
	background: url(../img/icon-arrow-down-white.svg) no-repeat top right #a39382;
	background-size: 30px;
}
.Logo {
	width: 382px;
	height: 82px;
	z-index: 99;
	position: relative;
	left: 0;
	right: 0;
	margin: 15px auto;
}
.Search {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	z-index: 110;
	position: relative;
	transition: all .5s;
	display: inline-block;
	padding: 0;
	text-align: center;
	top: 13px;
}
.Search a:hover {
	color: #54585a;
}
.Search button {
	padding: 0;
	margin: 0;
}
.Search button:hover {
	background: #fff;
	color: #fff;
}
.screen-reader-text {
	height: auto;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	height: auto;
	width: auto;
	background-color: #fff;
	clip: auto !important;
	color: #54585a;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	left: 0.3125rem;
	line-height: normal;
	padding: 0.9375rem 1.4375rem 0.875rem;
	text-decoration: none;
	top: 0.3125rem;
	z-index: 100000;
	border-radius: 0!important;
}
.search-form {
	display: inline-block;
	float: right;
	position: relative;
	width: 100%;
}
.search-field, .search-submit {
	height: 40px;
}
.search-field {
	position: absolute;
	right: 0;
	transition: all 0.5s ease-in-out;
	background: #fff;
	border: 0;
	border-left: solid 2px #a39382;
	box-sizing: border-box;
	color: #54585a;
	cursor: pointer;
	font-size: 16px;
	opacity: 0;
	padding-right: 0;
	padding-left: 15px;
	width: 50px;
	z-index: 3;
	border-radius: 0!important;
}
.search-field:focus {
	cursor: text;
	opacity: 1;
	outline: none;
	width: 100%;
	z-index: 1;
	width: 300px;
	border-radius: 0!important;
}
.search-field:focus:hover~.search-submit .fa-search, .search-field:hover~.search-submit .fa-search {
	color: #54585a;
}
.search-submit {
	transition: all 0.2s ease-in-out;
	background-color: transparent;
	border: none;
	float: right;
	position: relative;
	width: 40px;
	z-index: 2;
	border: 0!important;
}
.fa-search {
	transition: all 0.2s ease-in-out;
	color: #58595B;
	font-size: 20px !important;
	line-height: 20px !important;
	padding: 9px;
	width: 40px;
	height: 40px;
}
.search-submit:hover .fa-search, .search-submit:hover {
	color: #192752;
	border: 0;
}
.fa-search:hover {
	transition: all 0.2s ease-in-out;
	color: #54585a;
	background: #fff;
	font-size: 20px !important;
	line-height: 20px !important;
	padding: 9px;
	margin: 0;
}
.MobileOffset {
	padding-top: 0;
}
#MobileNavigationToggle, .MobileNavigationButton, .MobileNavigation {
	display: none;
}
/*------------------------------------*\MENU STYLES\*------------------------------------*/

.MainNav {
	text-align: center;
}
#menu-main-menu>li {
	display: inline-block;
	position: relative;
	margin: 0 30px;
}
#menu-main-menu {
	padding: 0;
	z-index: 101;
	position: relative;
	text-align: center;
	display: inline-block;
}
#menu-main-menu>li>a {
	font-size: 16px;
	line-height: 20px;
	color: #54585a;
	padding: 20px 15px;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}
#menu-main-menu>li>a:hover, #menu-main-menu>li:hover>a, #menu-main-menu>.current-page-ancestor>a, #menu-main-menu>.current-menu-ancestor>a, #menu-main-menu>.current-menu-item>a, #menu-main-menu>.current-product-parent>a, #menu-main-menu>.current_page_parent>a {
	color: #a39382!important;
}
#menu-main-menu li ul.sub-menu {
	background-color: #fff;
	position: absolute;
	z-index: 95;
	width: 220px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 200ms ease;
	-moz-transition: 200ms ease;
	-o-transition: 200ms ease;
	transition: 200ms ease;
	border: solid 1px #f6f6f6;
}
#menu-main-menu li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
#menu-main-menu li .sub-menu li a {
	display: block;
	padding: 20px;
	color: #a39382;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: solid 1px #f6f6f6;
	text-align: left;
}
#menu-main-menu li .sub-menu li a:hover {
	color: #fff;
	background: #a39382;
}
/*------------------------------------*\SLICK  STYLES\*------------------------------------*/

.slick-dots button {
	display: none!important;
}
.SlickDots {
	margin-bottom: 50px;
}
.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}
.TopBanner .slick-dots {
	bottom: -50px;
}
.slick-dots li {
	width: 15px;
	height: 15px;
	list-style-type: none;
	margin: 7px;
	background: #ededed;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	display: inline-block;
	border: #fff solid 1px;
}
.slick-dots li:hover, .slick-dots .slick-active {
	background: #a39382;
}
.MakersModule .slick-dots {
	bottom: -50px;
}
.slick-next, .slick-prev {
	transition: all 0.3s ease-in-out;
	border: 0;
	font-size: 0;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	cursor: pointer!important;
}
.slick-next {
	right: 50%;
	background: url(../img/icon-arrow-right-brown.svg) center center no-repeat;
	background-size: 25px;
	margin-right: -40px;
}
.slick-next:hover {
	background-size: 25px;
}
.slick-prev {
	left: 50%;
	background: url(../img/icon-arrow-left-brown.svg) center center no-repeat;
	background-size: 25px;
	margin-left: -40px;
}
.slick-prev:hover {
	background-size: 25px;
}
.InsetBanner .slick-next, .InsetBanner .slick-prev {
	bottom: -25px;
}
.NewsLinks .BlockLinks, .CaseLinks .BlockLinks {
	margin: 0 5px 50px 5px;
}
.ExploreLinks .slick-track {
	margin: auto;
}
/*------------------------------------*\SubNav\*------------------------------------*/

.ExploreImage img {
	border-radius: 100px;
	width: 150px;
	margin: 0 auto;
}
.ExploreImage {
	border-radius: 100px;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border: solid 10px transparent;
	position: relative;
	transition: all 0.3s;
}
.ExploreImage:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	opacity: 0;
	border: solid 2px #ED1C24;
	transition: all 0.3s;
}
.Explore h6 {
	font-size: 18px;
	line-height: 25px;
	padding-top: 25px;
}
.Explore a:hover .ExploreImage:after, .Explore:hover .ExploreImage:after {
	opacity: 1;
}
.ExploreImage img {
	transition: all 0.3s;
}
/*------------------------------------*\BACKGROUNDS\*------------------------------------*/

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.GreyBack {
	background-color: #54585a;
	float: left;
	width: 100%;
}
.WhiteBack {
	background-color: #fff;
	float: left;
	width: 100%;
}
/*------------------------------------*\BUTTONS\*------------------------------------*/

.InlineButtons {
	display: inline-block;
}
.LinkButton {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 15px;
}
.LinkButton a h6, a .LinkButton h6, .button {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 15px top 50% #a39382;
	background-size: 30px;
	padding: 12px 50px 12px 15px;
	border: solid 1px #a39382;
	display: block;
	margin: 0;
	transition: all 0.3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.LinkButton a:hover, .LinkButton a h6:hover, a:hover .LinkButton h6, .button:hover {
	color: #a39382;
	background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 15px top 50% #fff;
	background-size: 30px;
}
/*------------------------------------*\BREADCRUMB BAND\*------------------------------------*/

.breadcrumbs {
	color: #54585a;
	font-size: 15px;
	margin: 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.breadcrumbs span {
	color: #a39382;
	margin: 0 5px;
}
.breadcrumbs a span {
	color: #54585a!important;
	transition: all 0.3s ease-in-out;
}
.breadcrumbs a span:hover {
	color: #a39382!important;
}
.breadcrumbs .current-item {
	margin: 0 10px;
}
/*------------------------------------*\MODULES\*------------------------------------*/

.Relative {
	position: relative;
}
.Credit {
	color: #a39382;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 5px;
	font-size: 15px!important;
	line-height: 17px!important;
}
.MakersBlock {
	display: flex!important;
	flex-wrap: wrap;
}
.MakersBlock:before, .MakersBlock:after {
	content: normal;
}
.MakersModule .LinkButton {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}
.MakersImage:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(84, 88, 90, 0.9);
}
.MakersContent {
	position: relative;
	z-index: 1;
}
.MakersContent p, .MakersContent h3, .MakersContent h5, .MakersContent h6, .MakersContent a p, .MakersContent a h5, .MakersContent a h6 {
	color: #fff;
}
.MakersBlock p {
	font-size: 14px;
	line-height: 18px;
}
.MakersBlock h5 {
	margin: 0;
}
.MakersContent .LinkButton a h6, .MakersContent a .LinkButton h6 {
	background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 15px top 50% transparent;
	background-size: 30px;
	padding: 12px 50px 12px 15px;
	border: solid 1px #fff;
}
.MakersContent .LinkButton a:hover h6, .MakersContent a:hover .LinkButton h6 {
	color: #a39382;
	background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 15px top 50% #fff;
	background-size: 30px;
}
.VisitUs {
	display: flex;
	flex-wrap: wrap;
	height: 400px;
}
.VisitUs:before, .VisitUs:after {
	content: normal;
}
.VisitUs img {
	object-fit: cover;
	height: 400px;
	position: absolute;
	overflow: hidden;
}
.VisitUs2 {
	display: flex;
	flex-wrap: wrap;
	height: 200px;
	background: #f6f6f6;
}
.VisitUs2:before, .VisitUs2:after {
	content: normal;
}
.VisitUs2 img {
	object-fit: cover;
	height: 200px;
	position: absolute;
	overflow: hidden;
}
.FeaturedBlockFlex {
	display: flex;
	flex-wrap: wrap;
}
.FeaturedBlockFlex:before, .FeaturedBlockFlex:after {
	content: normal;
}
.FeaturedLinkBlockCont {
	position: relative;
	width: 50%;
	background: #f6f6f6;
}
.FeaturedLinkBlockCont:hover {
	background: #fff;
}
.FeaturedLinkBlockBottom {
	position: relative;
	width: 100%;
	padding: 25px;
	bottom: 0px;
	transition: all 0.3s;
}
.FeaturedLinkBlockCont a:hover .FeaturedLinkBlockBottom {
	background: rgba(255, 255, 255, 1);
}
.LinkButtonFeatuured {
	margin-left: 0;
	margin-bottom: 0;
}
.FullWidthGallery {
	height: auto;
}
.FloatRight {
	float: right;
}
/*------------------------------------*\TABLE STYLES\*------------------------------------*/

/*------------------------------------*\CHOCOLATE STYLES\*------------------------------------*/

.chocolat-image:hover .ViewMore, .chocolat-image:hover .GalleryCaption, .chocolat-image:hover .GalleryCrest {
	opacity: 1;
}
.chocolat-zoomable.chocolat-zoomed .chocolat-img {
	cursor: zoom-out;
}
.chocolat-open {
	overflow: hidden;
}
.chocolat-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	opacity: 0.95;
	background: #a39382!important;
	background-size: cover;
}
.chocolat-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 160;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.chocolat-zoomable .chocolat-img {
	cursor: zoom-in;
}
.chocolat-loader {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 1100;
	display: none;
}
.chocolat-content {
	position: fixed;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	z-index: 1400;
	text-align: left;
	border: none!important;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 8px 8px rgba(63, 70, 76, 0.1);
}
.chocolat-content .chocolat-img {
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
}
.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
	position: absolute;
	cursor: pointer;
	z-index: 101;
	display: none;
	cursor: pointer!important;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	transition: all 0.3s ease-in-out;
}
.chocolat-wrapper .chocolat-left {
	left: 0px;
	background: url(../img/icon-arrow-left-white.svg) no-repeat center center;
	background-size: 30px;
}
.chocolat-wrapper .chocolat-left:hover {
	background: url(../img/icon-arrow-left-white.svg) no-repeat center center;
	background-size: 30px;
}
.chocolat-wrapper .chocolat-right {
	right: 0px;
	background: url(../img/icon-arrow-right-white.svg) no-repeat center center;
	background-size: 30px;
}
.chocolat-wrapper .chocolat-right:hover {
	background: url(../img/icon-arrow-right-white.svg) no-repeat center center;
	background-size: 30px;
}
.chocolat-wrapper .chocolat-right.active, .chocolat-wrapper .chocolat-left.active {
	display: block;
}
.chocolat-wrapper .chocolat-top {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 1700;
	margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icon-plus-white.svg) no-repeat center center;
	background-size: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out;
}
.chocolat-wrapper .chocolat-close:hover {
	background: url(../img/icon-plus-white.svg) no-repeat center center;
	background-size: 30px;
}
body.chocolat-open>.chocolat-overlay {
	z-index: 150;
}
body.chocolat-open>.chocolat-loader {
	z-index: 150;
}
body.chocolat-open>.chocolat-content {
	z-index: 170;
}
.chocolat-image img {
	position: relative;
	float: left;
	transition: all 0.3s ease-in-out;
}
.chocolat-image:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.chocolat-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #a39382;
	transition: all 0.3s;
	opacity: 0;
}
.chocolat-image:hover::after {
	opacity: 0.8;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.chocolat-wrapper .chocolat-bottom {
	left: 0;
	right: 0;
	line-height: 20px;
	bottom: 0;
	z-index: 1700;
	text-align: center;
	position: absolute;
}
.chocolat-wrapper .chocolat-description {
	display: block;
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.chocolat-pagination {
	display: none;
}
.ViewMore {
	top: 50%;
	transform: translateY(-50%);
	float: none;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 70;
	text-align: center;
	transition: all 0.3s;
	background: url(../img/icon-plus-white.svg) no-repeat center center;
	background-size: 50px!important;
	opacity: 0;
}
/*------------------------------------*\NEWS STYLES\*------------------------------------*/

.DatePosted {
	display: inline;
}
.DatePosted a {
	color: #58595B;
	font-weight: 500;
}
.DatePosted a:after {
	content: ',';
	margin-right: 5px;
}
.DatePosted:last-child a:after {
	content: '';
	margin-right: 0;
}
.BannerNews .slick-dots {
	left: -75px;
}
.BannerNews .slick-active {
	background: #b5a571;
	opacity: 1;
}
/*------------------------------------*\INSTA STYLES\*------------------------------------*/

#sb_instagram .sb_instagram_header a {
	float: none!important;
	display: inline-block!important;
}
/*------------------------------------*\FOOTER STYLES\*------------------------------------*/

footer {
	background-color: #f6f6f6;
	padding: 50px 0 0 0;
	float: left;
	width: 100%;
}
.Newsletter h6 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.Newsletter input, .acf-field input[type="text"], .acf-field textarea, .acf-field input[type="url"] {
	margin: 0px;
	padding: 15px!important;
	background: #fff;
	border: 2px #d3d3d3 solid;
	color: #a39382;
	width: 100%;
	font-size: 16px!important;
	transition: all 0.3s;
}
.Newsletter button {
	border: solid 1px #a39382;
	margin: 20px auto 0 auto;
}
.Newsletter input:focus, .acf-field input:focus, .acf-field textarea:focus {
	border: 2px #a39382 solid;
}
.Consent label {
	text-align: left;
	display: block!important;
	width: 92%!important;
	float: left!important;
}
.NewsletterConscent {
	display: block!important;
	width: 5%!important;
	float: left!important;
	margin: 28px 3% 28px 0!important;
}
.Newsletter label {
	margin: 25px 0;
	color: #54585a;
	display: inline-block;
}
.Newsletter input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	display: inline;
	width: auto;
	margin-right: 5px;
}
.Newsletter li {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}
.Newsletter li label {
	margin: 10px 0;
}
#mce-success-response {
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 25px;
	padding-top: 15px;
}
.AdditionalInfo {
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding: 12px 25px;
}
.SecondLine {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 0;
}
.AdditionalInfo p, .AdditionalInfoBlock p {
	font-size: 16px;
	color: #a39382;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Lusitana', serif;
	margin: 0;
}
.AdditionalInfoBlock {
display: block;	margin: 25px 0;
}
.AdditionalInfoBlock p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	cursor: auto;
}
.Newsletter .SmallText {
	font-size: 11px;
	line-height: 12px;
}
.SmallText p {
	font-size: 14px;
}
.SocialMediaLinks {
	margin-top: 15px;
}
.SocialMediaLinks li {
	display: inline-block;
}
.SocialMediaLinks li a {
	margin: 0 10px;
	height: 50px;
	width: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	background: #a39382;
	border: solid 1px #a39382;
	border-radius: 50px;
}
.SocialMediaLinks li a:hover {
	color: #a39382;
	background: #fff;
}
footer .menu-item {
	display: inline-block;
}
footer .menu-item a {
	display: block;
	color: #54585a;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
footer .menu-item a:hover {
	color: #a39382;
}
.FooterSmallPrint p {
	font-size: 12px;
	line-height: 15px;
	color: #54585a;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
}
.FooterSmallPrint ul {
	display: inline-block;
}
.FooterSmallPrint li a {
	color: #a39382;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 0;
	margin: 0 10px 0 14px;
}
.FooterSmallPrint li a:hover {
	color: #54585a;
}
.FooterSmallPrint li:before {
	content: "|";
	color: #a39382;
	margin-right: 10px;
	position: absolute;
	top: 0;
}
.CapeCreative {
	margin-top: 0;
	margin-bottom: 25px;
}
.CapeCreative p {
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
}
.CapeCreative p a {
	display: inline;
	white-space: normal;
	font-size: 12px;
	line-height: 15px;
}
.CapeCreative p a:hover {
	text-decoration: underline;
}
.CapeCreative a:after {
	background: url(../img/Cape-Creative.svg) center left no-repeat;
	height: 20px;
	width: 45px;
	content: '';
	display: inline-block;
	float: right;
	margin-top: -2px;
	margin-left: 3px;
	background-size: contain;
}
/*------------------------------------*\FORMS\*------------------------------------*/

p.caldera-forms-consent-field-agreement {
	display: inline;
	line-height: 25px;
}
.caldera-grid .row {
	margin-left: 0!important;
	margin-right: 0!important;
	max-width: 100%;
}
.caldera-grid .form-group, .cf-color-picker .form-group {
	max-width: 600px;
	margin: 0 auto 25px auto!important;
}
.cf-toggle-switch .btn-group-vertical>.btn, .cf-toggle-switch .btn-group>.btn {
	float: none!important;
}
.caldera-grid .checkbox, .caldera-grid .radio {
	display: inline-block!important;
	background: #fff;
	border: solid 1px #b5a571;
	color: #192752;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out!important;
}
.caldera-grid .has-error .checkbox, .caldera-grid .has-error .checkbox-inline, .caldera-grid .has-error .control-label, .caldera-grid .has-error .help-block, .caldera-grid .has-error .radio, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error.checkbox label, .caldera-grid .has-error.checkbox-inline label, .caldera-grid .has-error.radio label, .caldera-grid .has-error.radio-inline label {
	color: #ED1C24!important;
}
.caldera-grid .checkbox strong, .caldera-grid .radio strong {
	display: block;
	color: #b5a571;
	font-weight: 400!important;
}
.caldera-grid .checkbox:hover, .caldera-grid .radio:hover {
	color: #fff;
	background: #b5a571;
}
.caldera-grid .checkbox:hover strong, .caldera-grid .radio:hover strong {
	color: #fff;
}
.caldera-grid .checkbox label, .caldera-grid .radio label {
	padding: 10px!important;
	margin: 0!important;
	display: block;
}
.form-group {
	text-align: left!important;
}
.caldera-grid .help-block {
	margin-top: 0!important;
	margin-bottom: 0!important;
	color: #93999e!important;
	padding: 5px!important;
	float: left;
	width: 100%;
}
.caldera-grid .form-control {
	width: 100%;
	height: auto!important;
	padding: 10px 15px!important;
	background-color: #fff!important;
	border: 1px solid #58595B!important;
	border-radius: 0!important;
	font-size: 16px!important;
	line-height: 20px!important;
	color: #58595B!important;
	transition: all 0.3s ease-in-out!important;
	background: #fff;
}
.caldera-grid .form-control:focus {
	border-color: #ED1C24!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #58595B!important;
}
p.caldera-forms-consent-field-agreement {
	display: inline;
	cursor: pointer!important;
}
.caldera-grid a {
	font-size: 17px!important;
	line-height: 26px!important;
	padding: 0px!important;
	margin: 0 0 10px 0!important;
	font-weight: 500!important;
	color: #58595B!important;
}
.TextLeft label {
	text-align: left;
}
.control-label {
	display: block!important;
}
.caldera-grid .btn[type=submit] {
	cursor: pointer;
	border-radius: 0!important;
	font-size: 16px!important;
	line-height: 20px!important;
	color: #FFF!important;
	text-transform: none!important;
	background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 20px top 50% transparent!important;
	background-size: 10px!important;
	padding: 15px 40px!important;
	display: block!important;
	margin: 15px auto!important;
	border: solid 1px #FFF!important;
	transition: all 0.3s!important;
	font-weight: 400!important;
	text-align: center!important;
}
.caldera-grid .btn:hover {
	background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 20px top 50% #FFF!important;
	border: solid 1px #FFF!important;
	color: #fff!important;
	background-size: 10px!important;
}
.caldera-grid .alert-success {
	background-color: #ED1C24!important;
	border-color: #fff!important;
	color: #fff!important;
}
/*------------------------------------*\TRANSISTIONS\*------------------------------------*/

a {
	transition: all 0.3s ease-in-out;
}
/*------------------------------------*\VIDEO STYLES\*------------------------------------*/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%!important;
	height: auto;
}
.nodisplay {
	display: none;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	max-width: 100%!important;
	height: 100%!important;
}
iframe {
	width: 100%!important;
	max-width: 100%!important;
}
body.logged-in .Header {
	margin-top: 30px!important;
}
/*------------------------------------*\Shop\*------------------------------------*/

.price {
	color: #54585a;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 25px 0;
}
.ProductAttributes p {
	color: #a39382;
	margin: 5px 0;
	font-size: 14px;
	line-height: 16px;
}
.ProductAttributes .col-md-6 {
	border-bottom: solid 1px #ededed;
}
.ProductAttributesInput p {
	font-weight: 700;
	font-family: 'Lusitana', serif;
}
.ProductTabs .Question {
	border: none;
	border-bottom: solid 1px #ededed;
	padding: 15px 50px 15px 0;
}
.ProductTabs .Answer {
	padding: 15px 0;
}
#main .button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 15px top 50% #a39382;
	background-size: 30px;
	padding: 12px 50px 12px 15px;
	display: block;
	margin: 0;
	transition: all 0.3s;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	border-radius: 0;
	border: solid 1px #a39382;
}
#main .button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	color: #a39382;
	background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 15px top 50% #fff;
	background-size: 30px;
}
.instock {
	margin: 0;
	color: #a39382;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
}
.products, .row.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.products:before, .products:after, .row.products:before, .row.products:after {
	content: normal!important;
}
.maker-product {
	text-align: center;
	margin-bottom: 15px;
}
#main .products, #maker_products {
	clear: none;
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 40px;
}
#maker_products {
	clear: both;
}
#maker-filters {
	background: white;
	padding: 10px 0;
	height: 60px;
	margin-bottom: 15px;
	position: relative;
}
#maker-filter {
	display: inline-block;
	float: left;
}
#products_top {
	background: white;
	padding: 10px 0;
	height: 60px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.select, #filter_by_category {
	border: 1px solid #a39382;
	display: inline-block;
	width: 200px;
	position: relative;
	background: #f6f6f6;
	vertical-align: top;
	z-index: 1;
	cursor: pointer;
	margin-bottom: 15px;
}

#maker-filters #filter_by_category {
    position: absolute;
}

.select:after, #filter_by_category:after {
	content: "arrow";
	background: url(../img/icon-arrow-down-brown.svg);
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0px;
	width: 40px;
	height: 38px;
	font-size: 0;
}
.select .option, #filter_by_category .option {
	display: block;
	line-height: 38px;
	padding-left: 10px;
	height: 0;
	opacity: 0;
	transition: 300ms;
	pointer-events: none;
	user-select: none;
	color: #54585a;
}
.select.open .option, #filter_by_category.open .option {
	display: block;
	height: 38px;
	opacity: 1;
	pointer-events: all;
}
.select .option.active, #filter_by_category .option.active {
	display: block;
	height: 38px;
	opacity: 1;
	background: white;
}
.select .option:hover, #filter_by_category .option:hover {
	background: white;
}
.select.open a.option.active {
	pointer-events: none;
}
.product .maker-name, .maker-product .maker-name {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	color: #54585a;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.product .product-name, .maker-product .product-name {
	text-transform: uppercase;
	color: #a39382;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 3px;
	font-weight: 400;
}
.product .product-price, .maker-product .product-price {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 10px;
	color: #54585a;
}
#shop-landing {
	display: flex;
	margin-bottom: 50px;
}
#shop-landing:before, #shop-landing:after {
	content: normal;
}
.shop-by {
	height: 60vh;
	background: pink;
	background-size: cover;
	position: relative;
	width: 50%;
}
.shop-by .info {
	position: absolute;
	bottom: 0;
	background: rgba(163, 147, 130, 0.5);
	background: rgba(255, 255, 255, 0.75);
	padding: 30px;
}
#shop-landing p {
	height: 6em;
}
#shop-landing .button {
	display: inline-block;
	font-size: 16px;
}
#shop-by-maker h2 {
	font-size: 36px;
}
#maker_filters {
	text-align: center;
	margin: -20px 0 30px;
}
.ProductAttributes {
	font-size: 0;
}
.ProductAttributes .attribute {
	display: inline-block;
	width: 50%;
}
.ProductDetail .AddToCartBox {
	background: #f6f6f6;
	padding: 20px;
}
.ProductDetail h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	color: #54585a;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}
.AdditionalInfoText {
	background: #f6f6f6;
	padding: 20px;
}
.AdditionalInfoText p {
	font-size: 15px;
	line-height: 20px;
	background: #f6f6f6;
	margin: 0;
}
.IntDelivery {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.ProductDetail .maker {
	text-transform: uppercase;
	font-family: 'Lusitana', serif;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	font-size: 36px;
	line-height: 45px;
	color: #a39382;
}
.flex-control-thumbs {
	text-align: center;
	display: flex;
}
.flex-control-thumbs:before, .flex-control-thumbs:after {
	content: normal;
}
.flex-control-thumbs li {
	float: none;
	display: inline-block;
	cursor: pointer;
	background: #000;
	width: 25%;
}
.flex-control-thumbs li:hover img {
	opacity: 0.8;
}
.flex-active {
	opacity: 0.5;
}
#sort_by_order {
	position: absolute;
	right: 0;
	width: 215px;
}
form.woocommerce-ordering {
	display: none;
}
#main .AddToCartBox .button {
	float: right;
}
.product, #maker_products .product {
	text-align: center;
}
.woocommerce ul.products li.product:hover, .products .product:hover {
	background: #ededed;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#main .product .button, #maker_products .button {
	display: none;
}
#main .product .price, #maker_products .price {
	font-size: 20px;
	line-height: 20px;
	color: #333;
}
.search_intro {
	width: 100%;
	clear: both;
	font-size: 28px;
	line-height: 50px;
	color: #a39382;
	border-bottom: 1px solid #a39382;
	margin: 25px 0;
	text-align: center;
}
.SquareLinkBlock .maker, #main .product .maker, #maker_products .maker {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0;
	letter-spacing: 2px;
	color: #333;
}
#main .product .woocommerce-loop-product__title, #maker_products .woocommerce-loop-product__title {
	font-family: Montserrat;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
	font-size: 24px;
	margin: 15px 0;
	line-height: 1em;
	padding: 0;
}
.category_info {
	background: white;
	position: relative;
}
.category_name {
	text-align: center;
	width: 100%;
	font-size: 24px;
	letter-spacing: 1px;
	color: #a39382;
	text-transform: uppercase;
}
#Categories {
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 40px;
}
.Category {
	margin-bottom: 30px;
}
.exhibition_makers {
	color: #a39382;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0.75em 0;
	letter-spacing: 0.1em;
	font-weight: 300;
}
#minicart {
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 325px;
	top: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#minicart .cart-icon {
	color: #54585a;
}
#minicart .cart-icon:hover {
	color: #a39382;
}
.ProductCarousel {
	margin-bottom: 50px;
}
.ProductCarousel .ProductBlock {
	display: block;
	margin: 20px;
}
.ProductCarousel h3 {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0.5em 0;
}
.ProductCarousel .woocommerce-Price-amount {
	font-size: 18px;
	margin: 0;
	line-height: 0.8;
}
.ProductCarousel .maker {
	margin: 27px 0 0;
	font-size: 18px;
	line-height: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.flex-control-thumbs li {
	max-width: 250px;
}
#payment img {
	width: auto;
}
.pswp__bg {
	background: rgba(163, 147, 130, 0.95);
}
.pswp__caption, .pswp--zoom-allowed .pswp__button--zoom, .pswp--supports-fs .pswp__button--fs {
	display: none;
}
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	border: solid 2px #fff;
	box-shadow: 0px 0px 8px 8px rgba(63, 70, 76, 0.1);
}
.pswp__ui--fit .pswp__top-bar {
	background: transparent!important;
}
/*.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
    background-color: #f6f6f6;
    color: #54585a;
    border-top: 3px solid #a39382;
    width: 100%;
    word-wrap: break-word;
	position: absolute;
	z-index:100;
top: 178px;
}

.woocommerce-error, .woocommerce-message {
	position: relative;
top: 0;
 display: block;
    float: left;
	margin-bottom: 25px;
}
*/

.woocommerce-notices-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	min-width: 140px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	margin: 0;
	padding: 6px 15px;
	border-radius: 0;
	color: #a39382;
	background-color: #fff;
	border: solid 1px #a39382;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 20px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #a39382;
	color: #fff;
}
.woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled {
	padding: 6px 15px;
	opacity: .2;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
	font-size: 14px;
	line-height: 18px;
}

@media all and (max-width: 1500px) {

	.FooterSmallPrint {
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 1275px) {
	.Logo {
		width: 250px;
		height: 50px;
	}
	#minicart {
		left: 15px;
		top: 15px;
	}
	.TopBannerTextInner h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.TopBannerTextInner p {
		font-size: 18px;
		line-height: 20px;
	}

	.footer .menu-item {
		display: inline-block;
		position: relative;
	}
	.FooterSmallPrint li::before {
		content: "|";
		color: #a39382;
		margin-right: 10px;
		position: absolute;
		top: -3px;
		left: 0;
	}
	.select, #filter_by_category {
		width: 170px;
	}
	.select .option, #filter_by_category .option,
	#maker-filter .select_value, #maker-filter .select_options .option  {
		font-size: 12px;
	}

}
@media all and (max-width: 992px) {
		#maker-filter .select_options .option {
    width: 20%;
}
	
	.MakersBlockTextCont {
		padding: 25px 0 50px 0;
	}
	#menu-main-menu>li>a {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 5px;
		letter-spacing: 0;
	}
	.LinkButton a h6, a .LinkButton h6, .button {
		font-size: 13px;
		line-height: 15px;
		background: url(../img/icon-button-arrow-right-white.svg) no-repeat right 10px top 50% #a39382;
		background-size: 30px;
		padding: 8px 50px 8px 10px;
		border: solid 1px #a39382;
		letter-spacing: 1px;
	}
	.LinkButton a:hover, .LinkButton a h6:hover, a:hover .LinkButton h6, .button:hover {
		color: #a39382;
		background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 10px top 50% #fff;
		background-size: 30px;
	}
	.SearchSubmit {
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 1px;
		background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 10px top 50% #fff;
		background-size: 30px;
		padding: 8px 50px 8px 10px;
	}
	.SearchField {
		padding: 8px 0;
		font-size: 16px;
		line-height: 20px;
		min-width: auto;
		max-width: 170px;
	}
	.MailingList .LinkButton a h6 {
		background: url(../img/icon-arrow-down-brown.svg) no-repeat top right transparent;
		background-size: 40px !important;
		padding: 8px 30px 8px 10px;
		letter-spacing: 1px;
	}
	.TopBannerTextInner h2 {
		font-size: 30px;
		line-height: 35px;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.MainContent p, p, .MainContentArea li {
		font-size: 15px;
		line-height: 22px;
	}
	.MainContentArea ol li::before {
		padding-top: 8px;
	}
	p.caldera-forms-consent-field-agreement, .caldera-grid a {
		font-size: 15px!important;
		line-height: 20px!important;
	}
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		font-size: 30px;
		line-height: 35px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}
	h4 {
		font-size: 20px;
		line-height: 25px;
	}
	h5 {
		font-size: 18px;
		line-height: 25px;
	}
	h6 {
		font-size: 15px;
		line-height: 20px;
	}
	.Newsletter h6 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0px;
		margin-bottom: 25px;
	}
	.FooterSmallPrint li:first-child:before {
		display: none;
	}
	.CapeCreative {
		margin-top: 25px;
	}
	.SquareLinkBlockLarge {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.HorLinkBlockTextCont {
		padding: 15px;
	}
	.SquareLinkBlock, #products_list ul.products li.product, .woocommerce-page ul.products li.product, .products .product {
		width: 31.3333334%;
	}
	.MobileMarginBottom {
		margin-bottom: 25px;
	}
	.MarginBottom {
		margin-bottom: 50px;
	}
	.MarginTop {
		margin-top: 50px;
	}
	.SmallMarginTop {
		margin-top: 25px;
	}
	.SmallMarginBottom {
		margin-bottom: 25px;
	}
	.MobileNoPadding {
		padding: 0;
	}
	.PaddingLeft {
		padding-left: 15px;
	}
	.PaddingRight {
		padding-right: 15px;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .quantity .qty, #coupon_code {
		font-size: 16px;
	}
}
@media all and (max-width: 767px) {
	
		#maker-filter .select_options .option {
    width: 33.3333334%;
}
	
	.sku {
	font-size: 10px;
		margin-top: 7px;
		letter-spacing: 1px;}
	
	.NewsletterConscent {
		width: 10%!important;
		margin-right: 5%;
	}
	.Consent label {
		width: 85%!important;
	}
	.search-field {
		padding-left: 5px;
		width: 35px;
	}
	#products_list ul.products li.product, .woocommerce-page ul.products li.product, .products .product {
		margin: 0 1% 25px 1%;
		width: 48%;
	}
	.HideMobile, #menu-main-menu {
		display: none;
	}
	.MobileHeader, .MobileNavigation, .MobileNavigationButton {
		display: block;
	}
	.Logo {
		width: 150px;
		margin: 9px auto;
		height: 40px;
		position: fixed;
		z-index: 101;
	}
	.Search {
		position: fixed;
		right: 0;
		z-index: 102;
		top: 0;
		height: 50px;
		width: 35px;
	}
	.search-field:focus {
		height: 50px;
	}
	.search-submit, .search-field, .search-submit {
		height: 50px;
	}
	.fa-search {
		font-size: 18px !important;
		padding: 8px;
	}
	.MobileOffset {
		padding-top: 50px;
	}
	.woocommerce-message, .woocommerce-error {
		margin-top: 50px;
	}
	#minicart {
		font-size: 18px;
		position: fixed;
		right: 35px;
		top: 0;
		left: auto;
		z-index: 101;
		width: 30px;
		height: 50px;
		padding: 10px 0;
	}
	.MobileHeader {
		width: 100%;
		float: left;
		height: 50px;
		background: #fff;
		border-bottom: solid 1px #f6f6f6;
		position: fixed;
		z-index: 100;
	}
	.MobileNavigationButton {
		left: 10px;
		top: 3px;
		height: 40px;
		width: 20px;
		font-size: 25px;
		position: fixed;
		color: #54585a;
		display: block;
		z-index: 104;
	}
	.MobileNavigation {
		z-index: 100;
		position: absolute;
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		display: block;
		width: 0;
		overflow: hidden;
		background: #f6f6f6;
		transition: width .2s;
	}
	.MobileNavigationInner {
		position: absolute;
		top: 0;
		height: 100%;
		transition: left .2s;
		left: 0;
		width: 100%;
	}
	.MobileNavigation .menu#menu-main-menu-1 {
		background: #F7F8F8;
		display: flex;
		flex-wrap: wrap;
		margin: 15px 0;
	}
	.MobileNavigation .menu#menu-main-menu-1 .menu-item {
		border-bottom: 1px solid #a39382;
		flex: 100%;
		margin: 0 15px;
	}
	.MobileNavigation .menu#menu-main-menu-1 .menu-item a {
		font-size: 16px;
		line-height: 20px;
		color: #54585a;
		letter-spacing: 2px;
		text-transform: uppercase;
		background: #f6f6f6;
	}
	.MobileNavigation .menu#menu-main-menu-1 .menu-item a:hover {
		background: #fff;
	}
	.MobileNavigation .menu .menu-item a {
		display: block;
		padding: 10px 10px;
		line-height: 20px;
		font-size: 16px;
		position: relative;
	}
	.MobileNavigation .menu .menu-item.menu-item-has-children>a:before {
		content: "";
		width: 30px;
		height: 40px;
		background: url(../img/icon-button-arrow-right-brown.svg) no-repeat right 10px top 50%;
		background-size: 30px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.sub-menu>a {
		text-align: center;
		margin-bottom: 15px;
	}
	.MobileNavigationButtonBack {
		margin: 13px 0 0 2px;
		vertical-align: middle;
		color: #fff;
		z-index: 110;
		display: none;
		position: absolute;
		top: 33px;
		background: url(../img/icon-button-arrow-left-brown.svg) no-repeat center center transparent;
		background-size: 15px;
		height: 40px;
		width: 40px;
		left: -9px;
	}
	.MobileNavigation .menu {
		display: block;
		width: 100%;
		xwidth: 100vw;
	}
	#MobileNavigationToggle:checked+.MobileNavigationButton .MobNav:before {
		content: "";
		background: url(../img/icon-navigation2.svg) no-repeat center center!important;
		background-size: contain!important;
		height: 40px;
		width: 20px;
		position: absolute;
	}
	#MobileNavigationToggle:checked+.MobileNavigationButton .MobNav img {
		display: none;
	}
	#MobileNavigationToggle:checked+.MobileNavigationButton+.MobileNavigation {
		width: 100%;
	}
	.MobileNavigation .menu .menu-item .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
		width: 100%;
		xwidth: 100vw;
		height: 100%;
	}
	.TopBannerText {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px;
		float: left;
	}
	.TopBanner img {
		width: 100%!important;
		float: right;
	}
	.TopBannerTextInner {
		position: relative;
		top: 0;
		transform: none;
		left: 0;
		right: 0;
	}
	.TopBannerTextInner h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.TopBannerTextInner p {
		font-size: 15px;
	}
	.Newsletter label {
		text-align: left;
	}
	.FooterSmallPrint li:before {
		display: none;
	}
	h1, h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.VisitUs, .VisitUs2 {
		display: block;
		height: auto;
	}
	.VisitUs img, .VisitUs2 img {
		object-fit: cover;
		height: auto;
		position: relative;
	}
	.VisitUs2 img {
		height: 200px;
	}
	.Credit {
		font-size: 12px!important;
		line-height: 15px!important;
	}
	.SquareLinkBlockLarge {
		width: 100%!important;
		margin-left: 0;
		margin-right: 0;
	}
	.Question {
		padding: 17px 30px;
	}
	.Question h6 {
		letter-spacing: 1px;
		font-size: 13px;
		line-height: 15px;
	}
	.FeaturedLinkBlockCont {
		width: 100%;
	}
	.SquareLinkBlock {
		width: 48%;
	}
	.SquareLinkBlock h3, .MakersBlock h5, .SquareLinkBlock:hover h3, .SquareLinkBlockLarge h3, .SquareLinkBlockLarge h5, .SquareLinkBlockLarge:hover h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.SquareLinkBlock h3, .SquareLinkBlock:hover h3 {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	body.page-template-TemplateShopCategories .SquareLinkBlock h3 {
		padding: 10px 5px;
	}
	.product .product-name, .maker-product .product-name {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 1px;
	}
	.product .maker-name, .maker-product .maker-name {
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 1px;
		margin: 0 0 10px;
	}
	.product .product-price, .maker-product .product-price {
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 1px;
	}
	.select, #filter_by_category, #sort_by_order, .shop-filter {
		width: 100%;
		position: relative;
		right: 0;
	}
	#maker-filter .select_value {
    width: 100%;
    margin-bottom: 15px;
}
	
	#products_top, #maker-filters {
		height: auto;
	}
	.ProductAttributes p {
		font-size: 12px;
		line-height: 14px;
	}
	.ProductDetail .maker {
		font-size: 20px;
		line-height: 25px;
	}
	.ProductDetail h1 {
		font-size: 18px;
		line-height: 25px;
	}
	.price {
		font-size: 18px;
		line-height: 25px;
	}
	.ProductDetail .AddToCartBox {
		padding: 10px;
	}
	#main .AddToCartBox .button {
		width: 100%;
		margin-bottom: 15px;
	}
	.instock, .IntDelivery {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}
	.Newsletter li, .AdditionalInfo {
		width: 100%;
	}
	.bannersmall, .bannersmall img, .bannermedium, .bannermedium img, .bannerlarge, .bannerlarge img {
		height: auto;
		object-fit: cover;
	}
	.slick-dots {
		bottom: 0;
	}
	.BlockImage h6 {
		font-size: 30px;
		line-height: 35px;
	}
	.breadcrumbs {
		font-size: 11px;
		letter-spacing: 0;
		margin: 0;
	}
	footer {
		padding: 50px 0 25px 0;
	}
	footer p {
		font-size: 15px;
		line-height: 25px;
	}
	.Contacts p, .MobileDates p, .MobileDates, .DatePosted a {
		font-size: 15px;
		line-height: 20px;
	}
	.Contacts p a {
		margin-right: 15px;
		width: 100%;
		margin: 10px 0;
		display: block;
		text-align: center;
	}
	.MobileTextCenter {
		text-align: center;
	}
	.MainNavigationCont {
		display: none!important;
	}
	.MobileNavigationInner {
		display: block;
	}
	.MobileContact {
		position: absolute;
		bottom: 45px;
		left: 0;
		right: 0;
		border-top: 1px solid #b4b4b4;
		margin: 0 15px;
	}
	.MobileContact a {
		background: #F7F8F8;
		color: #58595B;
		text-transform: uppercase;
		display: block;
		padding: 10px;
		line-height: 20px;
		font-size: 16px;
		position: relative;
	}
	.MobileContact a::before {
		content: "";
		width: 30px;
		height: 40px;
		background: url(../img/icon-arrow-right-red.svg) no-repeat center center transparent;
		background-size: 15px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.MobileContact a:hover {
		background: #ED1C24;
		color: #fff;
	}
	.MobileContact a:hover::before {
		content: "";
		width: 30px;
		height: 40px;
		background: url(../img/icon-arrow-right-white.svg) no-repeat center center transparent;
		background-size: 15px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.MobileNav {
		text-align: left;
		position: absolute;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
	.MobileNav li {
		display: inline-block;
	}
	.MobileNav li a {
		margin: 0 10px 0 0;
		height: 25px;
		width: 25px;
		display: block;
		text-align: center;
		line-height: 25px;
		font-size: 20px;
		color: #ED1C24;
	}
	.search-field:focus {
		cursor: text;
		opacity: 1;
		outline: none;
		width: 100%;
		z-index: 1;
		width: 250px;
		border-radius: 0!important;
	}
	.page-numbers {
		height: 30px;
		line-height: 20px;
		font-size: 15px;
		margin: 3px;
		padding: 4px 12px;
	}
}
body.woocommerce-checkout .container, body.woocommerce-checkout .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
body.woocommerce-checkout .row {
	margin-left: 0;
	margin-right: 0;
}
body.woocommerce-checkout h1 {
	text-align: center;
}
body.woocommerce-checkout h3 {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
}
body.woocommerce-cart .NewsletterCont, body.woocommerce-checkout .NewsletterCont, body.woocommerce-cart .MailingList, body.woocommerce-checkout .MailingList {
	display: none;
}
body.woocommerce-cart #minicart, body.woocommerce-checkout #minicart {
	right: 35px;
}
body.woocommerce-cart footer, body.woocommerce-checkout footer {
	margin-top: 25px;
}
body.postid-10556 .Related {
display : none;
}

