/*
Theme Name: MindShop eCommerce Template
Theme URI: https://mindrop.gr
Author: Mindrop digital agency
Author URI: https://mindrop.gr
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

body {
	font-family: "Geologica", sans-serif;
	font-size:16px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OFF CANVAS MENU
--------------------------------------------------------------*/
.overlay-div {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.overlay-background {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	background-color: black;
	opacity: 0.75;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.offcanvas-contents-left-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	left: -100vw;
	transition: left 1s;
}

.offcanvas-contents-right-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	right: -100vw;
	transition: right 1s;
}

.offcanvas-contents-left-1-added {
	left: 0;
}

.offcanvas-contents-right-1-added {
	right: 0;
}

.offcanvas-base {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 340px;
	background-color: #fff;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	max-width: 100%;
}

.offcanvas-menu {
	left: 0;
	right: auto;
	width: 340px;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
}

.offcanvas-filters {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-cart {
	right: 0;
	left: auto;
	-webkit-transform: translate3d(340px,0,0);
	transform: translate3d(340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-opened {
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	z-index: 9999999;
}

.offcanvas-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.7);
	transition: opacity .25s ease,visibility 0s ease .25s;
}

.offcanvas-close-side-opened {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-filters-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-menu-footer {
	flex: 0 0 auto;
	padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-filters-footer .woocommerce-filter__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
	background-color: #f7f7f7;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #83b735;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #000;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
	border-color: rgba(129,129,129,.2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
	font-weight: 600;
	font-size: 20px;
}
.off-cart-header {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid;
	border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
	flex: 1 1 auto;
	margin: 0px;
	font-size: 20px;
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.wd-cross-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
.off-cart-header .close-side-widget {
	flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
	color: #2d2a2a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
	padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
	content: " ";
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background-color: #000;
	transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
	right: 0;
}
.off-widget_shopping_cart {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_filters {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_mob_navigation_menu {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_filters_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_mob_navigation_menu_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.off-widget-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget-scroll-content {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
	display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
	padding: 15px;
}

/*--------------------------------------------------------------
## OFF CANVAS CART CONTENT
--------------------------------------------------------------*/

.noesis-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget_shopping_cart .noesis-scroll-content {
	position: absolute;
	padding-right: 0;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget_shopping_filters .noesis-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.product_list_widget>li>a {
	display: block;
	margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 99999;
	margin-bottom: 0;
	padding-right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: rgba(0,0,0,.8);
	text-align: center;
	font-size: 21px;
	line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
	top: 13px;
	right: 10px;
}
.off-widget_shopping_cart .remove:after {
	font-weight: 700;
	font-size: 8px;
	content: "X";
	font-family: noesis-font;
	display: none;
}
.off-widget_shopping_cart .cart-item-image {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.product_list_widget>li img {
	float: left;
	margin-right: 15px;
	min-width: 65px;
	max-width: 65px;
	height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
	float: none;
	margin-right: 0;
	transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
	flex: 1 1 auto;
	padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
	display: block;
	margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
	transition: all .25s ease;
}
.product_list_widget>li .product-title {
	margin-bottom: 8px;
	font-size: 14px;
}
.off-widget_shopping_cart .quantity {
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0;
}
.off-widget_shopping_cart .quantity {
	display: block;
	color: #BBB;
	font-size: 13px;
}
.off-widget_shopping_cart .amount {
	font-weight: 600;
	font-size: 14px;
}
.shopping-cart-widget-footer {
	display: none;
}

/*--------------------------------------------------------------
## OFF CANVAS MOBILE MENU
--------------------------------------------------------------*/
.offcanvas-menu {
	margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
	display: inline-block;
	fill: #000;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	width: 15px;
	height: 15px;
	stroke-width: 1.5px;
}
.offcanvas-close-menu {
	position: relative;
	vertical-align: middle;
	line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
	position: absolute;
	content: '';
	top: -8px;
	right: -12px;
	left: -12px;
	bottom: -8px;
	transform: translateZ(0);
}
.navbar-collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.noesis-scroll-content .navbar-collapse  {
	padding: 0px;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	padding-left: 30px;
	padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
	margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
	border-bottom: 1px solid #d9d9d9;
	border-color: rgb(140 140 140 / 0.25); 
	overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0px;
	vertical-align: middle;
	border-top: 0px dashed;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	right: 0;
	top: calc(50% - (11px / 2));
	width: 11px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	background-color: currentColor;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
	width: 11px;
	height: 1px;
	opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	width: 1px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
	opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
	display: block;
	height: 0;
	visibility: hidden;
	transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
	overflow: hidden;
	padding-bottom: 18px;
	margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
	visibility: visible;
	transition: height 0.35s ease-in-out;
	overflow:visible;
	height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
	padding: 13px 0px 13px 0px;
	font-size: 13px;
}
.secondary-mob-menu-item-first {
	margin-top: 30px;
}
.secondary-mob-menu-item {
	margin-bottom: 18px;
	padding: 0px;
}
.secondary-mob-menu-item a {
	line-height: 21px;
	font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
	padding: 0px;
	color:#888;
	text-transform: none;
	font-size: 13px;
}
.off-widget_mob_navigation_menu {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
	float: none;
	width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
	float: none;
	margin: 0;	
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
#mobileheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 18px;
	background-color: #000;
}
.mobile-menu-icon svg {
	height: 14px;
	width: 20px;
	fill: #fff;
}
.mobile-cart-icon svg {
	height: 20px;
	fill: #fff;
	stroke-width: 1.5px;
}
.mobile-branding img {
	max-width: 200px;
}

/*--------------------------------------------------------------
## CART Page
--------------------------------------------------------------*/
.woocommerce table.shop_table {
	border: 0px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
th.product-remove {
	width: 40px;
}
th.product-thumbnail {
	width: 10px;
}
th.product-name {
	text-align: left;
}
table th {
	padding: 15px 10px;
	border: none;
	border-bottom: 2px solid #EFEFEF;
	color: #2d2a2a;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'GothamGreek-Bold';
}
.woocommerce table.shop_table td {
	padding: 15px 12px;
	border: none;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
	font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
td.product-remove {
	padding: 0;
	text-align: center;
}
@media (min-width: 768px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.cart-actions .coupon {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cart-actions .coupon label {
	display: none;
}
.cart-actions .coupon .input-text {
	margin-right: 10px;
	max-width: 230px;
}
.cart-actions input {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid rgba(129,129,129,.2);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
	display: block;
	overflow: hidden;
}
td.product-thumbnail img {
	min-width: 80px;
	max-width: 80px;
}
.cart-actions.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.woocommerce .cart-totals-inner {
	padding: 25px;
	border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
	padding-left: 6px;
	font-family: 'GothamGreek-Bold';
	margin-top: 0px;
}
.cart-subtotal th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.woocommerce-shipping-totals th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
	color: #777;
}
.order-total .woocommerce-Price-amount {
	font-size: 16px;
	font-family: 'GothamGreek-Bold';
}
.woocommerce-remove-coupon, td.product-remove a {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	font-size: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
@media (min-width: 769px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.col-md-automa {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}
@media (max-width: 1024px) {
	.cart-content-wrapper .cart-data-form {
		margin-bottom: 40px;
		padding-top: 0;
	}
}
@media (max-width: 768px) {	
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.shop_table_responsive tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(129,129,129,.2);
	}
	.woocommerce-cart-form__contents tr {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 115px;
		min-height: 136px;
	}
	.shop_table_responsive tr:last-child {
		margin-bottom: 0;
	}
	.woocommerce-cart-form__contents td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 5px;
		padding: 0;
	}
	.woocommerce-cart-form__contents td:not(:last-child) {
		border-bottom: 1px dashed rgba(129,129,129,.2);
	}
	.shop_table_responsive td {
		display: block;
		margin-bottom: 8px;
		padding: 0 0 8px;
		border-bottom: none;
		text-align: right;
	}
	.shop_table_responsive td:before {
		content: attr(data-title);
		float: left;
		padding-top: 3px;
		color: #2d2a2a;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
	}

	.woocommerce-cart-form__contents td:before {
		flex: 1 1 auto;
		margin-bottom: 5px;
		padding-top: 0;
		text-align: left;
		font-size: 11px;
	}
	.group_table td>*, .woocommerce-cart-form__contents td>* {
		margin-bottom: 5px;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		max-height: 115px;
		border-bottom: none;
	}
	.woocommerce-cart-form__contents td.product-thumbnail img {
		min-width: 100px;
		max-width: 100px;
	}
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.shop_table_responsive {
		display: block;
	}
	.shop_table_responsive th, .shop_table_responsive thead {
		display: none;
	}
	th.product-name {
		text-align: left;
	}
	td.product-name:before {
		display:none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-remove {
		position: absolute;
		top: -7px;
		right: -7px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-name {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left!important;
		padding: 15px 12px;
	}
	.woocommerce  .woocommerce-cart-form__contents td.product-name a {
		margin-bottom: 10px;
		padding-right: 30px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table td {
		padding: 4px 12px;
	}
	.order-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.cart-actions .button {
		width: 100%;
	}
	.woocommerce table.shop_table {
		margin-bottom: 40px;
	}
	.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
		padding: 12px 20px;
	}
	.cart-actions .coupon {
		justify-content: center;
		margin-top: 30px;
		padding: 25px;
		border: 2px dashed rgba(129,129,129,.2);
	}
	.cart-actions .coupon {
		flex-direction: column;
	}
	.cart-actions .coupon .input-text {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.woocommerce .cart-totals-inner table.shop_table td {
		border-bottom: 0px solid #E6E6E6;
		margin-bottom: 0px;
	}
	body .select2-container, body .ui-widget.ui-datepicker {
		z-index: 99!important;
	}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #6ca300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #83c305;
	color: #fff;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.noesis-table-wrapper {
	overflow-x: auto;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin-top: 4px;
	margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
th.product-name {
	text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
	position: relative;
	margin-top: 15px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
	position: absolute;
	top: -4px;
	left: 25px;
	color: #FFF;
	font-size: 32px;
	line-height: 0;
	content: "\f151";
	font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
	margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: transparent;
	background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
	background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
	top: -10px;
	background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
	display: inline;
	margin: 0;
	margin-right: 5px;
	color: #2d2a2a;
}





@media (min-width: 1340px) and (max-width: 1500px) {
	.container.container-full {
		max-width: 1310px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.container.container-full {
		max-width: 1470px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1600px) {
	.container.container-full {
		max-width: 1570px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}


.container.container-max {
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}


.topbar {
	background-color:#1E1E20;
	padding: 15px 0px;
}

.align-items-center {
	display:flex;
	align-items: center !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.d-flex {
	display: flex !important;
}

.header-top-list-box ul {
	margin: 0px;
	padding: 0px;
}

.header-top-list-box ul li {
	display: inline-block;
	list-style-type: none;
	padding-left: 30px;
	position: relative;
}
.header-top-list-box ul li:first-child {
	padding-left: 0px;
}
.header-top-list-box ul li:not(:last-child) {
	padding-right: 30px;
	margin-right: 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);;
}

.header-top-list-box ul li a {
	color:#fff;
}

.header-top-list-box ul li span {
	display: flex;
	gap: 8px;
}

.site-branding img {
	max-height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-container {
	box-shadow: 0 0 8px rgb(0 0 0 / .06);
}

.site-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center !important;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 0px 0 rgba(255, 255, 255, .25);
}



.navbar-default {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: #fff;
}


.navbar-default .navbar-nav>li>a {
    color: #091216;
    font-size: 17px;
	line-height: 95px;
	letter-spacing: 0.2px;
}

.navbar-default .navbar-nav>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 0;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
    background-color:#fc540a;
}

.navbar-default .navbar-nav>li:hover > a::before {
    width: 100%;
    opacity: 1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.header-cta {
font-size: 16px;
    font-weight: 700;
    background: #fc540a;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    transition-delay: 0.1s;
    padding: 14px 28px;
}


.site-slider img {
	width:100%;
}




.welcome-home {
		padding-top: 90px;
    padding-bottom: 90px;
}

.welcometitle-top {
	font-weight:700;
    color: #fc540a;
    font-size: 20px;
}
.welcometitle-heading {
margin-top: 5px;
    font-size: 35px;
    margin-bottom: 20px;
		color: #36394c;
	font-weight:700;
}
.ptwelcometext {
	padding-top:0px;
}
.welcometitle-description {
	margin-bottom: 50px;
	color: #868686;
	    font-weight: 300;
}
.welcometitle-description.short {
	margin-bottom:10px;
}
.welcome-readmore {
	color: #fff;
	background-color: #fc540a;
	border-radius: 5px;
	padding: 16px 40px;
	margin-top: 15px;
	display: inline-block;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 0px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.welcome-readmore:visited {
	color: #fff;
}

.welcome-readmore:hover {
	color: #fc540a;
	text-decoration:none;
}
.welcome-readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border:1px solid #fc540a;
	border-radius: 5px;
}
.welcome-readmore:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


.whyus-iconbox-item {
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 23px;
	margin-right: 15px;
	  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.whyus-iconbox-item:hover {
	margin-right: 15px;
	 transform: translateX(15px);
}
.whyus-iconbox-icon {
	    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-right: 20px;
}
.whyus-iconbox-icon img {
    max-width: 48px;
    margin-top: 8px;
}
.whyus-iconbox-content {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.whyus-iconbox-content h3 {
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 21px;
    letter-spacing: 0px;
	color: #36394c;
}
.whyus-iconbox-content p {
	color:#868686;
	margin-bottom: 10px;
}

.welcome-image-wrapper img {
    width: 100%;
    padding-right: 35px;
    margin-top: 45px;
}

#home-services {
	background-color:#f3f3f3;
	    padding-bottom: 95px;
	    padding-top: 105px;
}

.heading2 {
	    margin-top: 15px;
    font-size: 35px;
    font-weight: 700;
	color:#36394c;
}

.mini-heading {
	    color: #fc540c;
    font-size: 18px;
}


.service-box-content {
	    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid rgba(109, 117, 142, 0.2);
    padding: 35px;
}

.service-box-content h3 {
	font-size: 24px;
    font-weight: 600;
	    margin-top: 8px;
    margin-bottom: 0px;
}

.service-box-content p {
	    font-weight: 300;
    color: #797979;
    margin-top: 15px;
}

.service-box-image {
	position:relative;
}
.service-box-icon {
position: absolute;
    right: 27px;
    bottom: -33px;
    height: 90px;
    width: 90px;
    background-color: #fc540d;
    border: 10px solid #fff;
}
.service-box-image img {
	width:100%;
	height:auto;
}

.services-row {
	margin-top:50px;
}

#home-facilities {
	padding-bottom: 125px;
	padding-top: 125px;
	position:relative;
}


.facilities-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 39.4%;
	overflow:hidden;
}

.facilities-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.facilities-desc {
	font-weight: 300;
    color: #797979;
    margin-top: 15px;
}


.facilities-list {
	    margin-top: 50px;
}



#home-hr {
	padding-bottom: 125px;
	padding-top: 125px;
	position:relative;
}


.hr-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 39.4%;
	overflow:hidden;
}

.hr-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.hr-desc {
	font-weight: 300;
    color: #797979;
    margin-top: 15px;
}


.hr-list {
	    margin-top: 50px;
}






#herosectiontall {
    padding: 300px 0px 100px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}
.herosection-overlay {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background:linear-gradient(10deg, rgb(9 9 10) 13%, rgb(28 28 28 / 47%) 44%, rgb(27 34 52 / 0%) 100%);
	mix-blend-mode: multiply;
    opacity: 0.5;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
}
#herosectiontall .entry-title {
	    margin-bottom: 17px;
    font-size: 45px;
    line-height: 1.22em;
    text-align: left;
    color: #fff;
}
.hero-title {
	    position: relative;
    z-index: 9;
}
.hero-breadcrumbs {
	    text-align: left;
	color:#e5e5e5;
}
.hero-breadcrumbs a {
	color:#e5e5e5;
	text-decoration:none;
}

