#shopify-section-header .logo img {
	width: 135px;
	margin-top: 8px;
	padding: 10px;
}

#header.nav-hover #shopify-section-header .logo img,
#header.sticky #shopify-section-header .logo img {
	width: 135px;
	margin-top: 8px;
	padding: 10px;
}

.page-title.collection-title.has-background {
	padding: 62px 0 62px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 62em) {
	.page-title.collection-title {
		margin-bottom: 20px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#shopify-section-navigation .nav-primary li.level0>a.level0 {
		font-size: 24px;
		color: #fff;
		line-height: 2;
		position: relative;
		z-index: 1;
		cursor: pointer;
		font-weight: 600;
	}
	.offCanvasNav #header #shopify-section-header .logo img {
		width: 173px!important;
		margin-top: 0;
	}
}

@media only screen and (min-width: 62em) {
	.grid-1.hero-banner .owl-carousel {
		margin: 0;
	}
}

@media only screen and (min-width: 62em) {
	.grid-1.hero-banner .owl-carousel .col-img {
		padding: 0;
	}
}

.grid-1.hero-banner .owl-carousel .owl-dots {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	left: 50%;
	bottom: 1.25em;
	z-index: 3;
	padding: 0 1.25em;
	width: 100%;
	max-width: 120em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.grid-1.hero-banner .owl-carousel .owl-dots .owl-dot {
	background-color: #fff;
	border-radius: 50px;
	height: 12px;
	width: 12px;
	margin-right: 10px;
	opacity: 0.5;
	padding: 0;
	border: none;
}

.grid-1.hero-banner .owl-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}

.grid-1.hero-banner .owl-carousel .owl-nav .owl-prev,
.grid-1.hero-banner .owl-carousel .owl-nav .owl-next {
	width: auto;
	position: absolute;
	display: inline-block;
	top: 50%;
	padding: 10px;
	font-size: 0;
	background-color: #fff;
	opacity: 0.5;
	border: none;
}

.grid-1.hero-banner .owl-carousel .owl-nav .owl-prev:hover,
.grid-1.hero-banner .owl-carousel .owl-nav .owl-next:hover {
	opacity: 0.8;
}

.grid-1.hero-banner .owl-carousel .owl-nav .owl-prev {
	left: 15px;
}

.grid-1.hero-banner .owl-carousel .owl-nav .owl-next {
	right: 15px;
}

.grid-1.hero-banner .owl-carousel .owl-nav .owl-prev i,
.grid-1.hero-banner .owl-carousel .owl-nav .owl-next i {
	color: #111;
	font-size: 28px;
}

#collection-description .content * {
	color: #161616!important;
}

.product-quick-add .quick-add {
	box-sizing: border-box;
	width: 100%;
}

.product-quick-add .product-options {
	background: none;
}

.product-quick-add .select-option:not(.colour-option) ul {
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
}

.product-quick-add .select-option:not(.colour-option) ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.product-quick-add .select-option ul li.out-of-stock {
	overflow: hidden;
	cursor: default;
	color: #8b8b8b;
}

.product-quick-add .select-option ul li {
	border-right: 1px solid #e0e0e0;
}

.product-quick-add .select-option ul li.out-of-stock:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to top left, transparent calc(50% - 1px), #e0e0e0, transparent calc(50% + 1px));
}

.product-quick-add .select-option.colour-option ul li {
	border-right: 0;
}
