/* Breadcrumbs */
.breadcrumbs-wrap {
	margin-top: 0px;
	border: 0px solid #eee;
	padding: 10px 0;
	font-size: 14px;
	background: #f7f7f7;
}

p#breadcrumbs {
	margin: 0px;
}

#breadcrumbs .fa {
	font-size: 12px;
	margin: 0 3.5px;
}

/* Contact UL */
ul.contact-details {
	list-style: none;
	padding: 0px;
	margin: 30px 0 0 0px;
	text-align: center;
	font-size: 22px;
}

ul.contact-details li:nth-child(2) {
	margin: 15px 0;
}

/* Map */
.map_code .overlay {
	display: none;
}

/* Page Header */
.section-header {
	border-bottom: none;
}

.section-header h1,
.section-header h2,
.section-header h3 {
	margin: 0px;
	padding: 0px;
}

/* Logo */
#header .custom-logo {
	display: block;
	margin: 30px 0;
	height: auto;
	width: auto
}

/* Textbox */
.wpcf7-text,
.wpcf7-textarea {
	min-width: 100%;
	border: 1px solid #fff;
}

.wpcf7 label {
	width: 100%
}

.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	color: black;
	padding: 8px;
	border-radius: 2px;
	height: 50px;
	border-radius: 2px;
	margin: 10px 0;
}

.wpcf7-textarea {
	height: 200px;
}

button.btn.wpcf7-submit br {
	display: none;
}

/* Woocommerce */
.woocommerce-MyAccount-navigation ul>li>a {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 50%;
	padding: 0 15px
}

.woocommerce nav.woocommerce-pagination ul li,
ul.pages li {
	border-right: 0px solid #d3ced2;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
	float: left
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
ul.pages li span.current {
	background: #ebe9eb;
	color: #8a7e88;
	border-radius: 14px
}

.woocommerce nav.woocommerce-pagination ul,
ul.pages {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 0 solid;
	border-right: 0;
	margin: 1px
}

#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 {
	float: left;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	width: 150px
}

bdi {
	color: #2ecc71;
}

del {
	color: #E41B26;
	font-weight: 600;
}

ins bdi {
	font-weight: 600;
	color: #E41B26 !important;
}

del bdi {
	opacity: 0.6;
	font-weight: 600;
	color: #E41B26;
}

ins {
	text-decoration: none !important;
	font-weight: 600;
	text-transform: none !important;
}

/* Images */
.image_wrap {
	margin-top: 30px;
}

/* Content */
.bottom-content-wrap {
	margin-top: 60px;
}

.no-padding {
	padding: 0px;
}

b,
strong {
	font-weight: var(--textFontWeight);
}

/* Section */
.section-grey {
	background-color: #ecf0f1;
}

/* Alternating - Content */
.alternating_wrap .img-full {
	width: 100%;
	object-fit: cover;
}

.alternating_wrap .block_alternating_wrap {
	padding: 120px;
	color: #000;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #eaeaea;
}

.alternating_wrap .page-header h2:after {
	border-top: 3px solid #fff;
}

.alternating_wrap .btn_wrap {
	text-align: center;
	margin-top: 30px;
}

.alternating_wrap .black-text .page-header h2:after {
	border-top: 3px solid #707070;
}

.alternating_wrap .black-text {
	color: #707070;
}

.content-strip-alternating-boxes-page {
	margin-top: 30px;
}

/* Inner Full - Content */
.inner-full-wrap {
	position: relative;
}

.inner-full-width {
	position: absolute;
	width: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.inner-full-wrap img {
	width: 100%;
}

/* Full Content */
.full-height {
	display: flex;
	height: 100%;
	background: #F7F7F7;
	padding: 60px;
	flex-direction: column;
	justify-content: center;
}