/* Custom Styles */

body {
	font-family: 'Barlow-Regular';
	font-weight:400;
	color:#000;
	font-size:16px;
}

a {
	color: #000;
}

a:hover {
	color:#c7080f;
}

a,
a:hover {
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

p:empty,
p:last-child {
	margin-bottom:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow-SemiBold';
	font-weight:400;
}

.btn, 
.wpcf7 input[type="submit"],
input[type="submit"],
.woocommerce .add_to_cart_button.product_type_variable {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 10px 15px;
	width:100%;
	max-width:165px;
	line-height:1;
	font-size: 20px;
	border-radius: 0;
	text-transform:uppercase;
	font-family: 'Barlow-Bold';
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

button.btn,
input.btn {
	max-width:none;
	width:auto;
}

#searchsubmit {
	padding:.375rem .75rem;
}

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.btn-outline-primary,
input[type="submit"],
.woocommerce .add_to_cart_button.product_type_variable {
	color: #fff;
	background-color: #c7080f;
	border-color: #c7080f;
}

.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle,
input[type="submit"]:hover,
.woocommerce .add_to_cart_button.product_type_variable:hover {
	color: #c7080f;
	background-color: #fff;
	border-color: #c7080f;
}

.btn.focus, .btn:focus,
.btn-primary.focus, .btn-primary:focus,
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	-moz-webkit-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow:none;
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color: #495057;
}

.form-control, .widget_archive select, .widget_categories select, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type="color"], .wpcf7 input[type="date"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="datetime"], .wpcf7 input[type="email"], .wpcf7 input[type="file"], .wpcf7 input[type="month"], .wpcf7 input[type="number"], .wpcf7 input[type="range"], .wpcf7 input[type="search"], .wpcf7 input[type="submit"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 input[type="time"], .wpcf7 input[type="url"], .wpcf7 input[type="week"], .wpcf7 select, .wpcf7 textarea {
	background-clip: border-box;
}

dl, ol, ul {
	padding-left: 25px;
}

.top-header {
	padding:35px 0 80px;
	background:url('images/top-header-bg.jpg') no-repeat 0px 0px;
	background-size:cover;
	border-bottom:2px solid #fff;
}

.webp .top-header {
	background-image:url('images/top-header-bg.webp');
}

.top-header-left .menu,
.menu-left .menu,
.menu-right .menu {
	padding:0;
	margin:0;
}

.top-header-left .menu li,
.menu-left .menu li,
.menu-right .menu li {
	display:inline-block;
	list-style-type:none;
}

.top-header-left .menu li:not(:last-child) {
	margin-right:15px;
}

.top-header-left .menu li a,
.menu-left .menu li a,
.menu-right .menu li a {
	font-family: 'Barlow-Medium';
	font-size:14px;
	text-transform:uppercase;
	display:block;
	color:#fff;
	text-decoration:none;
}

.top-header-left .menu li.current-menu-item a,
.top-header-left .menu li a:hover,
.menu-left .menu li a:hover,
.menu-right .menu li a:hover {	
	color:#ed1c24;
}

.top-header-right .d-flex > div:first-child {
	width:100%;
	max-width:235px;
	-moz-flex:0 0 235px;
	-webkit-flex:0 0 235px;
	flex:0 0 235px;
}

.top-header-right #searchform input[type="text"] {
	width:100%;
	max-width:235px;
	padding-right:35px;
	color:#fff;
	background-color:#333;
	background:url('images/search-icon-bg.jpg') #333 no-repeat 95% 50%;
	border-color:#333;
	-moz-flex:0 0 235px;
	-webkit-flex:0 0 235px;
	flex:0 0 235px;
	-moz-border-radius:0.25rem;
	-webkit-border-radius:0.25rem;
	border-radius:0.25rem;
}

.top-header-right #searchform .btn {
	display:none;
}

.top-header-right a {
	text-transform:uppercase;
	color:#ed1c24;
	text-decoration:none;
	font-family: 'Barlow-Bold';
	font-size:15px;
}

.cart-customlocation {
	display:block;
	position:relative;
}

.cart-customlocation span {
	position:absolute;
	width:15px;
	height:15px;
	text-align:center;
	font-size:10px;
	line-height:1;
	padding:2px 0;
	color:#fff;
	display:block;
	background-color:#ed1c24;
	z-index:99;
	bottom:-5px;
	right:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.menu-left,
.menu-right {
	background-color:#000;
	padding:15px 0;
	background:url('images/menu-bg.png') repeat-x 0px 0px;
	background-size:auto 100%;
	position:relative;
}

.menu-left:before,
.menu-right:after {
	content:'';
	width:47px;
	height:100%;
	position:absolute;
	left:-46px;
	top:0;
	background:url('images/menu-bg-after.png') no-repeat 0px 0px;
	background-size:100% 100%;
}

.menu-right:after {
	left:auto;
	right:-46px;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.menu-left .menu li,
.menu-right .menu li {
	margin:0;
}

.menu-left .menu li a,
.menu-right .menu li a {
	font-size:15px;
	padding:0 10px;
	display:block;
	line-height:1;
	position:relative;
}

.menu-left .menu li:not(:last-child) a:after,
.menu-right .menu li:not(:last-child) a:after {
	content:'';
	width:1px;
	height:100%;
	display:block;
	background-color:#ed1c24;
	position:absolute;
	top:0;
	right:0;
}

.site-logo {
	margin:0;
	-moz-flex:0 0 378px;
	-webkit-flex:0 0 378px;
	flex:0 0 378px;
}

.navbar-brand {
	padding:0;
	margin:0;
}

.navbar {
	padding:0;
	background-color:transparent;
	position:relative;
	z-index:2;
	margin-top:-87px;
}

.mobile-nav {
	display:none;
}

.wrapper {
	padding:0;
}

#wrapper-footer-full,
.single-product .section-2,
.dark-section {
	background-color:transparent;
	padding:55px 0 75px;
	background:url('images/footer-background.jpg') no-repeat 0px 0px;
	background-size:cover;
	position:relative;
}

.webp #wrapper-footer-full,
.webp .dark-section {
	background-image:url('images/footer-background.webp');
}

.dark-section {
	background-image:url('images/bacgkround-2.jpg');
	background-repeat:repeat-y;
}

#footer-full-content {
	font-size:25px;
	font-family: 'Barlow-SemiBold';
	color:#fff;
	outline:none;
}

#footer-full-content .container > .row:last-child {
	margin-top:45px;
}

#footer-full-content .top-footer-widget .d-flex > div:last-child {
	margin-left:30px;
}

#footer-full-content .top-footer-widget span,
.contact-page .contact-item span {
	width:68px;
	height:68px;
	display:block;
	background-color:#ed1c24;
	color:#fff;
	font-size:40px;
	line-height:1;
	padding:12px 0;
	text-align:center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#footer-full-content .top-footer-2 .d-flex > div {
	margin:0 auto;
}

#footer-full-content .top-footer-2 .d-flex > div span {
	background:-moz-linear-gradient(135deg, #faa83d, #de2a7a, #6d3fbd);
	background:-webkit-linear-gradient(135deg, #faa83d, #de2a7a, #6d3fbd);
	background:-ms-linear-gradient(135deg, #faa83d, #de2a7a, #6d3fbd);
	background:-o-linear-gradient(135deg, #faa83d, #de2a7a, #6d3fbd);
	background:linear-gradient(135deg, #faa83d, #de2a7a, #6d3fbd);
}

#footer-full-content .top-footer-2 .d-flex > div:first-child span {
	background:#1778f2;
}

#footer-full-content .top-footer-2 a:hover {
	color:#fff;
}

#footer-full-content .top-footer-3 .d-flex > div:last-child,
.contact-page .contact-item:last-child .d-flex > div:last-child {
	font-size:16px;
}

#wrapper-footer-bottom {
	background:url('images/footer-bottom-bg.jpg') no-repeat 0px 0px;
	background-size:cover;
	color:#fff;
	font-size:15px;
	font-family: 'Barlow-Light';
}

.webp #wrapper-footer-bottom {
	background-image:url('images/footer-bottom-bg.webp');
}

#wrapper-footer-bottom a,
#footer-full-content a {
	color:#fff;
	text-decoration:none;
}

#wrapper-footer-bottom .row {
	position:relative;
	z-index:1;
	-moz-transform:translateY(-68px);
	-webkit-transform:translateY(-68px);
	-ms-transform:translateY(-68px);
	-o-transform:translateY(-68px);
	transform:translateY(-68px);
}

#wrapper-footer {
	text-align:center;
}

.footer-widget-1 {
	padding:20px 0;
	border-top:5px solid #fff;
}

.footer-widget-1 .menu {
	font-size:16px;
	font-family: 'Barlow-SemiBold';
	text-transform:uppercase;
	padding:0;
	margin:0;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-moz-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.footer-widget-1 .menu li {
	display:inline-block;
	vertical-align:middle;
}

.footer-widget-1 .menu li a {
	color:#fff;
	text-decoration:none;
}

.footer-widget-1 .menu li a:hover,
#wrapper-footer-bottom a:hover,
#footer-full-content a:hover {
	color:#ed1c24;
}

.footer-widget-2,
.footer-widget-3 {
	margin-bottom:30px;
}

.hidden {
	display:none;
}

.dark-section,
.dark-section a {
	color:#fff;
}

#content {
	outline:none;
}

/* Front page */
.front-page .hero-section {
	margin-top: -85px;
	position: relative;
	z-index: 0;
}

.front-page .hero-section .hero-slide {
	display:block !important;
}

.front-page .hero-section  .hero-image {
	height:468px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.front-page .hero-section .slick-arrow {
	position:absolute;
	width:42px;
	height:42px;
	background:url('images/homepage-slider-arrow.jpg') no-repeat 0px 0px;
	top:50%;
	margin-top:-21px;
	left:35px;
	z-index:9;
	cursor:pointer;
}

.front-page .hero-section .slick-arrow.slick-next {
	left:auto;
	right:35px;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.front-page .section-1,
.archive .section-1 {
	background:url('images/background-1.jpg') no-repeat 0px 0px;
	background-size:cover;
	position:relative;
	z-index:100;
}

.webp.front-page .section-1 {
	background-image:url('images/background-1.webp');
}

.front-page .section-1 > .container {
	-moz-transform:translateY(-75px);
	-webkit-transform:translateY(-75px);
	-ms-transform:translateY(-75px);
	-o-transform:translateY(-75px);
	transform:translateY(-75px);
}

.front-page .section-1:before,
.archive .section-1:before {
	content:'';
	background:url('images/background-1-top.png') no-repeat 0px 0px;
	background-size:100% 100%;
	height:38px;
	width:100%;
	top:-38px;
	z-index:0;
	position:absolute;
}

.front-page .section-1 .section-wrap {
	background-color:#fff;
	padding:60px 45px 0;
	margin-left:-45px;
	margin-right:-45px;
	height:375px;
	overflow:visible;
}

.front-page .section-1 h1,
.front-page .section-2 .featured-collections > h2,
.front-page .section-3 .reward-box h3 {
	font-size:43px;
	font-family: 'Barlow-SemiBold';
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
	position:relative;
	margin-bottom:0;
	letter-spacing:2px;
}

.front-page .section-1 h1:after,
.front-page .section-2 .featured-collections > h2:after,
.front-page .section-3 .reward-box h3:after {
	content:'';
	height:5px;
	width:810px;
	background-color:#000;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-30px;
	position:absolute;
}

.front-page .section-1 .row > div[class^="col-"] {
	margin-bottom:30px;
}

.front-page .section-1 .product-category-item {
	position:relative;
	overflow:hidden;
}

.front-page .section-1 .product-category-item .overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	display:block;
	background-color:rgba(0,0,0,0.50);
	text-align:center;
	top:0;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.front-page .section-1 .product-category-item a {
	color:#fff;
	text-decoration:none;
}

.front-page .section-1 .product-category-item a:hover .overlay {
	opacity:1;
	visibility:visible;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
	transition:opacity 0.2s ease-in-out;
}

.front-page .section-1 .product-category-item img,
.front-page .section-1 .product-category-item a:hover > img {
	-moz-transition:-moz-transform 0.2s ease-in-out;
	-webkit-transition:-webkit-transform 0.2s ease-in-out;
	-ms-transition:-ms-transform 0.2s ease-in-out;
	-o-transition:-o-transform 0.2s ease-in-out;
	transition:transform 0.2s ease-in-out;
}

.front-page .section-1 .product-category-item a:hover > img {
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.front-page .section-1 .product-category-item .overlay .d-flex {
	height:100%;
}

.front-page .section-1 .product-category-item .overlay .d-flex > div {
	margin-top:80px;
}

.front-page .section-1 .product-category-item img {
	display:block;
	margin:0 auto;
}

.front-page .section-1 .product-category-item .category-title {
	position:absolute;
	z-index:10;
	text-align:center;
	width:100%;
	bottom:40px;
	text-transform:uppercase;
	font-size:60px;
	font-family: 'Barlow-SemiBold';
	letter-spacing:-1px;
}

.front-page .section-1 .product-categories {
	margin-top:-190px;
	z-index:1;
	position:relative;
}

.front-page .section-2 {
	padding:85px 0 75px;
	background:url('images/bacgkround-2.jpg') no-repeat 0px 0px;
	background-size:cover;
	position:relative;
}

.front-page .section-2:before,
#wrapper-footer-full:before,
.about-page .section-1:before,
.single-product .section-2:before,
.dark-section:before {
	content:'';
	width:100%;
	height:18px;
	background:url('images/background-2-top.png') no-repeat 0px 0px;
	background-size:100% 100%;
	position:absolute;
	top:-18px;
	z-index:999;
	left:0;
}

.front-page .section-2 .featured-collections > h2 {
	color:#fff;
	margin-bottom:100px;
}

.front-page .section-2 .featured-collections > h2:after {
	background-color:#fff;
}

.front-page .section-2 .featured-collections .row > div[class^="col-"] {
	margin-bottom:60px;
}

.front-page .section-2 .product-details {
	color:#fff;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	margin-top:40px;
}

.front-page .section-2 .product-details .d-flex > div:nth-child(2) {
	margin:15px 0 30px;
}

.front-page .section-2 .product-details .product-price,
.front-page .woocommerce ul.products li.product .price {
	font-size:22px;
	color:#e0bbad;
	font-family: 'Barlow-Bold';
	text-transform:none;
}

.front-page .section-2 .side-image {
	width:15.6%;
	height:auto;
	position:absolute;
	top:-20.71%;
	right:0;
	z-index:9999;
}

.front-page .section-2 .side-image-2 {
	top:-6%;
	right:auto;
	left:0;
}

.front-page .section-2 .side-image-3 {
	top:auto;
	bottom:0;
}

.front-page .woocommerce ul.products li.product a:not(.btn):not(.button) {
	color:#fff;
}

.front-page .section-3 {
	padding:165px 0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	text-align:center;
	font-size:25px;
	text-transform:uppercase;
}

.front-page .section-3 .reward-box {
	padding:60px 15px;
	max-width:710px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.80);
	color:#fff;
	position:relative;
}

.front-page .section-3 .reward-box:before {
	content:'';
	width:69px;
	height:69px;
	background:url('images/star-badge.png') no-repeat 0px 0px;
	background-size:contain;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-35px;
	z-index:9;
}

.front-page .section-3 .reward-box h3 {
	margin-bottom:85px;
}

.front-page .section-3 .reward-box h3:after {
	background-color:#fff;
	left:-65px;
	bottom:-40px;
}

.front-page .section-3 .reward-box .btn {
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1;
}

/* About page */
.about-page .section-1 {
	padding:60px 0 275px;
	background:url('images/bacgkround-2.jpg') no-repeat 0px 0px;
	background-size:cover;
	position:relative;
}

.about-page .section-1 h2 {
	font-size:43px;
	text-transform:uppercase;
	color:#fff;
}

.about-page .section-2,
.generic-page .section-1 .container > .entry-content {
	background-color:#fff;
	padding:55px;
	margin-left:-55px;
	margin-right:-55px;
	position:relative;
	z-index:9;
	font-size:25px;
	font-family: 'Barlow-Medium';
	margin-bottom:-60px;
	-moz-transform:translateY(-210px);
	-webkit-transform:translateY(-210px);
	-ms-transform:translateY(-210px);
	-o-transform:translateY(-210px);
	transform:translateY(-210px);
}

.about-page .section-2 .small {
	font-size:16px;
	font-family: 'Barlow-Regular';
}

.about-page .section-2 hr {
	border-top-width:3px;
	border-color:#c3c3c3;
	margin:50px 0;
}

/* Contact Page */
.contact-page .section-1 .content-wrap {
	padding:30px;
	background-color:#fff;
	color:#000;
}

.contact-page .section-1 .content-wrap .red-box {
	color:#fff;
	font-family: 'Barlow-Medium';
	background-color:#ed1c24;
	text-transform:uppercase;
	font-size:17px;
	padding:20px;
	margin-bottom:40px;
}

.contact-page .section-1 .content-wrap .red-box p {
	margin-bottom:0;
}

.contact-page .section-1 .content-wrap .red-box h2 {
	font-size:22px;
	margin-bottom:0;
}

.contact-page .contact-item a {
	color:#000;
}

.contact-page .contact-item,
.contact-page .section-1 .entry-content h3 {
	font-size:25px;
	font-family: 'Barlow-SemiBold';
	margin-bottom:20px;
}


.contact-page .section-1 .entry-content h3 {
	margin-bottom:1rem;
	text-transform:uppercase;
}

.contact-page .section-1 .gform_wrapper {
	margin-bottom:0;
}

.contact-page .section-1 .gform_wrapper ul.gform_fields {
	margin-left:-15px !important;
	margin-right:-15px !important;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.contact-page .section-1 .gform_wrapper ul.gform_fields li.gfield {
	padding:0 15px;
	margin:15px 0 0;
	-moz-flex:0 0 50%;
	-webkit-flex:0 0 50%;
	flex:0 0 50%;
}

.contact-page .section-1 .gform_wrapper ul.gform_fields li.gfield:last-child {
	-moz-flex:0 0 100%;
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
}

.contact-page .section-1 .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.contact-page .section-1 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.contact-page .section-1 .gform_wrapper .top_label input.medium,
.contact-page .section-1 .gform_wrapper textarea.medium {
	width:100%;
}

.contact-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .section-1 .gform_wrapper textarea.medium {
	display: block;
	width: 100%;
	height:auto;
	padding:20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	color: #495057;
	background-color: #dfe5e6;
	background-clip: padding-box;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.contact-page .section-1 .gform_wrapper textarea.medium {
	height:110px;
}

.contact-page .section-1 .gform_wrapper .gform_footer {
	margin:15px 0 0;
	padding:0;
}

.contact-page .section-1 .gform_wrapper .gform_footer input.button {
	font-size:20px;
	padding:20px 0;
	width:100%;
	max-width:130px;
	line-height:1;
	min-height:0;
	margin:0;
}

.contact-page .section-1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.contact-page .section-2 {
	background-color:#ed1c24;
	color:#fff;
	text-transform:uppercase;
	padding:20px;
	font-size:25px;
	font-family: 'Barlow-SemiBold';
	display:none;
}

.contact-page .section-3 {
	margin-bottom:165px;
	position:relative;
}

.contact-page .section-3 iframe {
	display:block;
	width:100%;
	height:420px;
}

.contact-page .section-3 .contact-address {
	position:absolute;
	background-color:#fff;
	padding:40px;
	color:#959595;
	top:50%;
	left:7.2%;
	margin-top:-81px;
	z-index:999;
	display:none;
}

.contact-page .section-3 .contact-address strong {
	font-size:22px;
	display:block;
	color:#000;
	font-weight:400;
	font-family: 'Barlow-Regular';
}

/* Thank you page */
.thank-you-page .section-1 {
	text-align:center;
	background-color:#fff;
	padding:120px 15px;
	color:#565656;
	font-size:22px;
	margin:70px 0 120px;
}

.thank-you-page .section-1 h1 {
	font-size:57px;
	font-family: 'Barlow-Medium';
	text-transform:uppercase;
	letter-spacing:2px;
	color:#ed1c24;
}

.thank-you-page .section-1 h2 {
	font-family: 'Barlow-Regular';
	font-size:38px;
}

.thank-you-page .section-1 .btn {
	font-family: 'Barlow-Medium';
}

/* Rewards page */
.reward-programme-page.generic-page .hero-section {
	padding-bottom:150px;
}

.reward-programme-page .section-1 {
	padding-bottom:0;
}

.reward-programme-page .section-content-wrap {
	position:relative;
	z-index:1000;
	-moz-transform:translateY(-150px);
	-webkit-transform:translateY(-150px);
	-ms-transform:translateY(-150px);
	-o-transform:translateY(-150px);
	transform:translateY(-150px);
}

.reward-programme-page .section-1 .row,
.reward-programme-page .section-1-1 .row {
	padding:100px 0;
	font-size:22px;
	line-height:33px;
	color:#000;
}

.reward-programme-page .section-1 .row {
	padding-top:0;
	padding-bottom:0;
	color:#fff;
}

.reward-programme-page .section-1-1 .row:first-child {
	padding-bottom:50px;
}

.reward-programme-page .section-1-1 .row:first-child .section-image {
	text-align:right;
}

.reward-programme-page .section-1-1 .row:nth-child(2) {
	padding-top:50px;
}

.reward-programme-page .section-1 .row > div[class^="col-"]:last-child {
	-moz-align-self:flex-end;
	-webkit-align-self:flex-end;
	align-self:flex-end;
}

.reward-programme-page .section-1 .row h2,
.reward-programme-page .section-1 .row h3,
.reward-programme-page .section-1-1 .row h2,
.reward-programme-page .section-1-1 .row h3,
.reward-programme-page .section-2 h3,
.reward-programme-page .section-2 h4 {
	font-size:57px;
	font-family: 'Barlow-Medium';
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:58px;
}

.reward-programme-page .section-content > p:first-child {
	margin-bottom:0;
}

.reward-programme-page .section-2 {
	background-color:#473f3d;
	padding:115px 0;
	text-align:center;
	color:#fff;
	font-size:22px;
}

.reward-programme-page .section-2 h3,
.reward-programme-page .section-2 h4 {
	color:#e2bdaf;
	margin-bottom:0;
}

.reward-programme-page .section-2 .keep-track {
	margin-top:80px;
}

.reward-programme-page .section-2 .keep-track .d-flex > div {
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.reward-programme-page .section-2 .keep-track .d-flex > div:first-child {
	-moz-flex:0 0 33.33%;
	-webkit-flex:0 0 33.33%;
	flex:0 0 33.33%;
}

.reward-programme-page .section-2 .keep-track .d-flex .red-box {
	background-color:#ed1c24;
	height:100%;
	padding:15px 30px;
	color:#fff;
	font-size:57px;
	font-family: 'Barlow-Medium';
	text-transform:uppercase;
	line-height:1;
}

.reward-programme-page .section-2 .keep-track .section-content {
	background-color:#fff;
	color:#000;
	text-align:left;
	height:100%;
	padding:15px 30px;
	font-size:17px;
}


/* Generic page */
.generic-page .site {
	background:url('images/global-background.jpg') repeat-y 0px 0px;
	background-size:100% auto;
}

.generic-page .hero-section {
	padding:35px 0 55px;
	text-align:center;
}

.generic-page .hero-section .page-title {
	font-size:43px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.generic-page .hero-section #breadcrumbs,
.archive .hero-section .page-header #breadcrumbs {
	font-size:15px;
}

.generic-page .hero-section #breadcrumbs a,
.archive .hero-section .page-header #breadcrumbs a {
	color:#000;
	text-decoration:none;
}

.generic-page .hero-section #breadcrumbs {
	text-transform:uppercase;
}

.generic-page .section-1 .container > .entry-content {
	color:#000;
	font-size:16px;
	margin-bottom:130px;
	-moz-transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}

.generic-page .section-1 .entry-content strong,
strong {
	font-size:20px;
	font-weight:400;
	font-family: 'Barlow-SemiBold';
}

.search .page-header {
	margin-bottom:30px;
}

/* Woocommerce */
.archive .hero-section {
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	padding:135px 70px;
	text-align:center;
	margin-top:-85px;
}

.archive .hero-section .page-header {
	display:inline-block;
	padding:30px;
	background-color:#fff;
}

.archive .hero-section .page-header .page-title {
	font-size:60px;
	line-height:1;
	letter-spacing:-1px;
	text-transform:uppercase;
}

.archive .hero-section .page-header #breadcrumbs,
.single-product .hero-section .page-header #breadcrumbs {
	text-transform:uppercase;
}

.archive .section-1 {
	background-image:url('images/global-background-2.jpg');
	background-repeat:repeat-y;
	background-size: 100% auto;
	padding:90px 0;
}

.archive .section-1:before {
	background-image:url('images/bacgkround-1-top-2.png');
}

.archive .section-1 .sidebar {
	padding:30px 15px;
	background:url('images/bacgkround-2.jpg') repeat-x 0px 0px;
	color:#fff;
	position:relative;
}

.archive .section-1 .sidebar:before {
	content:'';
	width:145px;
	height:380px;
	position:absolute;
	z-index:-1;
	background-color:#fff;
	left:-45px;
	top:-45px;
	display:block;
}


.archive .section-1 .sidebar .widget-title {
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:35px;
	padding-bottom:20px;
	line-height:1;
	position:relative;
}

.archive .section-1 .sidebar .widget-title:after {
	content:'';
	width:-moz-calc(100% + 15px);
	width:-webkit-calc(100% + 15px);
	width:calc(100% + 15px);
	height:5px;
	background-color:#fff;
	position:absolute;
	left:-15px;
	bottom:-5px;
}

.archive .section-1 .sidebar ul {
	padding:0;
	margin:0;
}

.archive .section-1 .sidebar ul li {
	list-style-type:none;
	position:relative;
	padding-bottom:20px;
	line-height:1;
}

.archive .section-1 .sidebar ul > li {
	padding-left:35px;
}

.archive .section-1 .sidebar ul ul > li {
	padding-left:15px;
}

.archive .section-1 .sidebar ul > li.has-children:before {
	content:'\f107';
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	color:#fff;
	font-size:20px;
}

.archive .section-1 .sidebar li:not(.open) .child-categories {
	display:none;
}

.archive .section-1 .sidebar .child-categories {
	padding-top:20px;
}

.archive .section-1 .sidebar ul li a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Barlow-Medium';
	font-size:20px;
}

.archive .section-1 .sidebar ul ul > li a {
	color:#e2bdaf;
	font-size:15px;
}

.archive .section-1 .page-title {
	font-size:43px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:25px;
}

.archive .section-1 .page-title + p {
	margin-bottom:50px;
}

/* Single product */
.single-product .site {
	background:url('images/global-background-3.jpg') repeat-y 0px 0px;
	background-size:100% auto;
}

.single-product .hero-section {
	padding:35px 0 80px;
	text-align:center;
}

.single-product .hero-section .page-header #breadcrumbs a {
	color:#000;
}

.single-product .section-1 {
	padding-bottom:120px;
}

.single-product .section-2 {
	padding:80px 0;
	color:#fff;
}

.single-product .section-3 {
	padding:80px 0;
}

.single-product .related h2 {
	font-size:43px;
	text-transform:uppercase;
	margin-bottom:70px;
	font-family: 'Barlow-SemiBold';
}

.single-product .variation-options {
	max-width:255px;
	position:relative;
}

.single-product .variation-options:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	line-height: 1;
	right: 15px;
	top: 50%;
	margin-top: -16px;
	pointer-events: none;
	font-size: 32px;
}

.single-product .variation-item h4,
.single-product .product-quantity h4 {
	font-size:22px;
	margin-bottom:10px;
	font-family: 'Barlow-Medium';
}

.single-product div.product p.price, 
.single-product div.product span.price {
	font-size:42px;
	font-family: 'Barlow-Bold';
	margin-bottom:30px;
	display:inline-block;
	line-height:1;
}

.single-product div.product-type-simple p.price,
.single-product div.product-type-simple span.price {
	margin-bottom:15px;
}

.single-product div.product .woocommerce-variation-price span.price {
	margin-bottom:0;
	margin-top:20px;
}

.single-product.woocommerce .quantity .quantity-input-wrap,
.woocommerce-cart .woocommerce .quantity .quantity-input-wrap {
	max-width: 125px;
	width:100%;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
}

.single-product.woocommerce .quantity .quantity-input-wrap .quantity-button,
.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button {
	line-height: 0;
	font-size: 22px;
	width: 30px;
	text-align:center;
	background-color:#fff;
	height: 45px;
	padding: 20px 0;
	cursor:pointer;
	-moz-flex:0 0 24px;
	-webkit-flex:0 0 24px;
	flex:0 0 24px;
}

.single_add_to_cart_button,
.woocommerce .add_to_cart_button.product_type_variable {
	width:100%;
	max-width:230px;
	padding:15px;
} 

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link + .add_to_cart_button {
	margin-top:0;
}

.single-product.woocommerce .quantity .qty,
.woocommerce-cart .woocommerce .quantity .qty {
	padding: 11px 15px;
	background-color: #fff;
	width: 70px;
	text-align: left;
	border: none;
	max-height: 45px;
	line-height: 1;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.single-product .product-type-simple .product-quantity {
	margin-bottom:20px;
}

#price_calculator {
	font-size:22px;
	width:50%;
}

#price_calculator + .product-quantity {
	margin-top:20px;
}

.woocommerce div.product form.cart .variations {
	margin-top: 1em;
}

/* Cart page */
.woocommerce-cart .hero-section,
.woocommerce-checkout .hero-section {
	padding-bottom:170px;
}

.woocommerce-cart .section-1 {
	padding:0;
	min-height:500px;
}

.woocommerce-cart .section-1 .woocommerce,
.woocommerce-checkout .section-1 .woocommerce {
	z-index:1000;
	position:relative;
	-moz-transform:translateY(-130px);
	-webkit-transform:translateY(-130px);
	-o-transform:translateY(-130px);
	-ms-transform:translateY(-130px);
	transform:translateY(-130px);
}

.woocommerce-cart .section-2 {
	padding: 120px 0;
	background: url('images/global-background.jpg') repeat-y 0px 0px;
	background-size: 100% auto;
	margin-bottom: -192px;
	-moz-transform: translateY(-192px);
	-webkit-transform: translateY(-192px);
	-ms-transform: translateY(-192px);
	-o-transform: translateY(-192px);
	transform: translateY(-192px);
}


.woocommerce-cart .wc-proceed-to-checkout.top-button {
	text-align:right;
}

.woocommerce-cart .wc-proceed-to-checkout.top-button .btn {
	max-width:none;
	width:auto;
	display:inline-block;
	font-size:15px;
	background-color:#000;
	border-color:#000;
	margin-bottom:5px;
}

.woocommerce-cart .wc-proceed-to-checkout.top-button .btn:hover {
	color:#000;
	background-color:#fff;
}

.woocommerce-cart .woocommerce .quantity .qty,
.woocommerce-cart .woocommerce .quantity .quantity-input-wrap .quantity-button {
	background-color:#e1e1e1;
}

.woocommerce-cart table.cart td.actions .btn {
	max-width:185px;
	font-size:15px;
	width:100%;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size:22px;
	margin-bottom:0;
	padding:15px;
	line-height:1;
	text-transform:uppercase;
	color:#000;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	margin:0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td {
	background-color:transparent;
	color:#000;
	font-weight:400;
	font-family: 'Barlow-Light';
	border:none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td strong {
	font-weight:400;
}

.woocommerce-cart .wc-proceed-to-checkout .btn {
	width:100%;
	max-width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

/* Checkout page */
.woocommerce-checkout .section-1,
.woocommerce-account .section-1,
.contact-page .section-1,
.generic-page:not(.woocommerce-page):not(.search) .section-1 {
	background-image:url('images/background-3.jpg'), url('images/global-background-3.jpg');
	background-repeat:no-repeat, repeat-y;
	background-position:0px 0px, 0px 0px;
	background-size:100% auto, 100% auto;
}

.woocommerce-checkout .section-1 .woocommerce {
	-moz-transform:translateY(-145px);
	-webkit-transform:translateY(-145px);
	-o-transform:translateY(-145px);
	-ms-transform:translateY(-145px);
	transform:translateY(-145px);
}

.woocommerce-checkout .section-1 .container > .woocommerce > .row {
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
}

.woocommerce-checkout .section-1 .container > .woocommerce > .row > div[class^="col-"] {
	padding:0;
}

.woocommerce-checkout .section-1 .column-box {
	background-color:#fff;
	padding:45px 35px;
	height:100%;
}

.woocommerce-checkout .section-1 .column-box.box-2 {
	background-color:#c7080f;
	color:#fff;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	border-top:none;
	padding:0;
	font-size:43px;
	font-family: 'Barlow-SemiBold';
	text-transform:uppercase;
	margin-bottom:0;
	background-color:transparent;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
	color:#c7080f;
}

.woocommerce-checkout .column-box .woocommerce-info a {
	text-decoration:none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
	display:none;
}

.woocommerce-checkout .woocommerce-form-login-toggle form.login {
	color:#000;
}

.woocommerce-checkout .woocommerce-form-login-toggle form.login .form-row .woocommerce-form__label,
.woocommerce-form-login-toggle form.login .form-row .woocommerce-form__label {
	margin-right:15px;
}

.woocommerce-checkout .checkout_coupon {
	background-color:#fff;
	color:#000;
}

.woocommerce-checkout form.woocommerce-checkout .form-wrap {
	padding:20px;
	background-color:#fff;
	color:#000;
}

.woocommerce-checkout form.woocommerce-checkout .form-wrap:not(:last-child) {
	margin-bottom:30px;
}

.woocommerce-checkout form.woocommerce-checkout h3 {
	font-size:22px;
	font-family: 'Barlow-Medium';
	text-transform:uppercase;
	margin-bottom:20px;
}

.woocommerce-checkout form.woocommerce-checkout h3#order_review_heading,
.woocommerce-checkout .woocommerce-checkout-payment h3 {
	padding:20px;
	background-color:#e6ebee;
	margin-bottom:0;
	display:block;
	color:#000;
}

.woocommerce-checkout form.woocommerce-checkout h3#ship-to-different-address {
	font-size:16px;
	font-family: 'Barlow-Regular';
	text-transform:none;
}

.woocommerce-checkout form.woocommerce-checkout h3#ship-to-different-address input {
	margin-right:8px;
}

.woocommerce-checkout form.woocommerce-checkout .form-control {
	background-color:#e6ebee;
}

.woocommerce-checkout form.woocommerce-checkout .form-row label.control-label,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-form__label > input[type="checkbox"],
.woocommerce-login #customer_login .registration-wrap .woocommerce-form__label > input[type="checkbox"],
.woocommerce-customer-logout #customer_login .registration-wrap .woocommerce-form__label > input[type="checkbox"] {
	display:none;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-form__label,
.woocommerce-login #customer_login .registration-wrap .woocommerce-form__label,
.woocommerce-customer-logout #customer_login .registration-wrap .woocommerce-form__label {
	position:relative;
	line-height:1;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-form__label:before,
.woocommerce-login #customer_login .registration-wrap .woocommerce-form__label:before,
.woocommerce-customer-logout #customer_login .registration-wrap .woocommerce-form__label:before {
	content:'';
	margin-right:8px;
	width:25px;
	height:25px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	background-color:#e6ebee;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-form__label input[type="checkbox"]:checked + span:before,
.woocommerce-login #customer_login .registration-wrap .woocommerce-form__label input[type="checkbox"]:checked + span:before,
.woocommerce-customer-logout #customer_login .registration-wrap .woocommerce-form__label input[type="checkbox"]:checked + span:before {
	content:'\f00c';
	font-family:'FontAwesome';
	position:absolute;
	left: 4px;
	top: 4px;
	z-index:2;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
	border:none;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead th {
	background-color:#e6ebee;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
	color:#000;
	background-color:#fff;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th:first-child,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:first-child {
	width:70%;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) td {
	padding-top:5px;
	padding-bottom:5px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-top:1px solid rgba(0,0,0,.1);
}

.woocommerce-checkout #payment {
	margin-top:30px;
	background-color:#fff;
	color:#000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.woocommerce-checkout #payment a {
	color:#000;
}

.woocommerce-checkout #payment .btn#place_order {
	width:100%;
	margin-top:30px;
	margin-top:0;
	padding-top:15px;
	padding-bottom:15px;
}

.woocommerce-order-received .woocommerce {
	background-color:#fff;
	padding:30px 15px;
	color:#000;
}

.select2-container .select2-selection--single {
	background-color:#e6ebee;
	border: none;
	height: -moz-calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
}

/* Account Page */
.woocommerce-account .section-1 {
	padding-top:130px;
	padding-bottom:335px;
}

.woocommerce-account .section-1 .woocommerce > .row {
	margin-left:0;
	margin-right:0;
}

.woocommerce-account .section-1 .woocommerce > .row > div[class^="col-"] {
	padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding:30px 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color:#ed1c24;
	height:100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background-color:#fff;
	color:#000;
	text-align:center;
	font-size:22px;
	height:100%;
	min-height:600px;
}

.woocommerce-account .woocommerce-MyAccount-content .d-flex {
	padding:120px 15px;
}

.woocommerce-account .woocommerce-MyAccount-content h1,
.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size:57px;
	color:#ed1c24;
	font-family: 'Barlow-Medium';
	text-transform:uppercase;
	margin-bottom:40px;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size:43px;
	margin-bottom:40px;
}

.woocommerce-account .woocommerce-MyAccount-content a:not([class]) {
	color:#ed1c24;
}

.woocommerce-account .list-group-item {
	background-color: #ed1c24;
	border: none;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Barlow-Medium';
}

.woocommerce-account .list-group-item:hover {
	color:#000;
}

.woocommerce-account .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.woocommerce-account .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

/* Orders page */
.woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content a:not([class]) {
	color:#000;
	text-transform:none;
	font-size:15px;
}

.woocommerce-orders .account-orders-table td:last-child {
	font-size:22px;
	font-family: 'Barlow-Bold';
}

.woocommerce-account .rewards-page {
	font-family: 'Barlow-Regular';
}

.woocommerce-account .rewards-page strong {
	font-family: 'Barlow-Medium';
	font-size:25px;
}

.woocommerce-account .rewards-page p {
	text-align:left;
}

.woocommerce-account .reward-badge {
	width:120px;
	height:120px;
	background:url('images/reward-badge.png') no-repeat 0px 0px;
	background-size:cover;
	text-align:center;
	font-size:40px;
	line-height:1;
	color:#fff;
	font-family: 'Barlow-Bold';
	padding:26px 0;
	text-transform:uppercase;
}

.woocommerce-account .reward-badge span {
	display:block;
	font-size:17px;
}

/* Edit account */
.woocommerce-edit-account .woocommerce-MyAccount-content {
	padding-left:30px;
	padding-right:30px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content h3 {
	font-size:22px;
	text-transform:uppercase;
	text-align:left;
}

.woocommerce-edit-account .form-control,
.woocommerce-edit-account .form-control .input.input-text {
	padding:20px;
	background-color:#dfe5e6;
	line-height:1;
	border:none;
	height:auto;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

/* Login page */
.woocommerce-login #customer_login > div,
.woocommerce-customer-logout #customer_login > div {
	background-color:#fff;
	color:#000;
}

.woocommerce-login #customer_login .registration-wrap a,
.woocommerce-customer-logout #customer_login .registration-wrap a {
	color:#000;
}

.woocommerce-login #customer_login .registration-wrap,
.woocommerce-customer-logout #customer_login .registration-wrap {
	padding:30px 15px;
}

.woocommerce-login #customer_login > div:last-child,
.woocommerce-customer-logout #customer_login > div:last-child {
	background:url('images/login-bg.jpg') no-repeat 0px 0px;
	color:#fff;
}

.woocommerce-login #customer_login .registration-wrap h2,
.woocommerce-customer-logout #customer_login .registration-wrap h2 {
	font-size:43px;
}

.woocommerce-login #customer_login .registration-wrap h2 + p,
.woocommerce-customer-logout #customer_login .registration-wrap h2 + p {
	font-size:25px;
	font-family: 'Barlow-SemiBold';
}

.woocommerce-login #customer_login .registration-wrap h2,
.woocommerce-login #customer_login .registration-wrap h2 + p,
.woocommerce-customer-logout #customer_login .registration-wrap h2,
.woocommerce-customer-logout #customer_login .registration-wrap h2 + p {
	text-transform:uppercase;
}


.woocommerce-login #customer_login > div:first-child h2,
.woocommerce-customer-logout #customer_login > div:first-child h2 {
	color:#c7080f;
}

.woocommerce-login #customer_login .registration-wrap .form-control,
.woocommerce-customer-logout #customer_login .registration-wrap .form-control {
	background-color:#dfe5e6;
}

.woocommerce-login #customer_login .registration-wrap form.login,
.woocommerce-customer-logout #customer_login .registration-wrap form.login,
.woocommerce form.register {
	padding:0;
	border:none;
}

.woocommerce-login #customer_login .registration-wrap .woocommerce-form__label,
.woocommerce-customer-logout #customer_login .registration-wrap .woocommerce-form__label {
	margin-right:15px;
}


.woocommerce form.register .btn {
	background-color:#000;
	border-color:#000;
}

.woocommerce form.register .btn:hover {
	color:#000;
	background-color:#fff;
}

.woocommerce form .form-row:after, 
.woocommerce form .form-row:before, 
.woocommerce-page form .form-row:after, 
.woocommerce-page form .form-row:before,
.woocommerce .col2-set:after, 
.woocommerce .col2-set:before, 
.woocommerce-page .col2-set:after, 
.woocommerce-page .col2-set:before {
	display:none;
}

.woocommerce table.cart td.actions.continue-shopping, 
.woocommerce-page #content table.cart td.actions.continue-shopping, 
.woocommerce-page table.cart td.actions.continue-shopping,
.woocommerce-cart table.cart td.actions.continue-shopping {
	border-top:1px solid #d3d3d3;
	text-align:left;
}

.woocommerce-cart table.cart td.actions.continue-shopping .btn {
	background-color:#d3d3d3;
	border-color:#d3d3d3;
	color:#000;
}

.woocommerce table.shop_table th.product-remove,
.woocommerce table.shop_table td.product-remove {
	text-align:center;
}

.woocommerce a.remove {
	margin:0 auto;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce ul#shipping_method li input {
	vertical-align: middle;
	margin-top:0;
}

.woocommerce ul#shipping_method li input + label {
	margin-bottom:0;
}

.woocommerce table.shop_table {
	margin-bottom:0;
	border-color:transparent;
	border-collapse:collapse;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.woocommerce table.shop_table th {
	font-weight: 400;
	padding: 20px;
	line-height: 1;
	font-size:15px;
	color:#fff;
	font-family: 'Barlow-Medium';
	background-color:#b5181e;
	text-transform:uppercase;
}

.woocommerce table.shop_table td {
	background-color:#fff;
	color:#000;
	line-height:26px;
	padding:20px;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
	font-size:22px;
	font-family: 'Barlow-Bold';
}

.woocommerce table.shop_table td a {
	color:#000;
}

.woocommerce a.remove:hover {
	color: #f00 !important;
	background: transparent;
}
 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 105px;
}

.woocommerce #content table.cart td.actions, 
.woocommerce table.cart td.actions, 
.woocommerce-page #content table.cart td.actions, 
.woocommerce-page table.cart td.actions {
	background-color:transparent;
	color:#fff;
	padding-left:0;
	padding-right:0;
}

.woocommerce #content table.cart td.actions .coupon label, 
.woocommerce table.cart td.actions .coupon label, 
.woocommerce-page #content table.cart td.actions .coupon label, 
.woocommerce-page table.cart td.actions .coupon label {
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	margin:0;
}
 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: none;
	border: 1px solid #d3ced2;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
}

#coupon_code.input-text {
	width: 100% !important;
	height:auto;
	padding:10px 15px;
	border:none;
	max-height:43px;
	margin:0;
	background-clip: border-box;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.woocommerce-cart table.cart td.actions .coupon .btn {
	max-height:43px;
	max-width:100%;
	padding:14px 0;
	border:none;
}

.woocommerce table.cart td.actions .coupon .d-flex > div {
	text-align:left;
	-moz-flex:0 0 290px;
	-webkit-flex:0 0 290px;
	flex:0 0 290px;
	-moz-align-self:center;
	-webkit-align-self:center;
	align-self:center;
}

.woocommerce table.cart td.actions .coupon .d-flex > div:nth-child(2) {
	width:100%;
	max-width:235px;
	-moz-flex:0 0 235px;
	-webkit-flex:0 0 235px;
	flex:0 0 235px;
}

.woocommerce table.cart td.actions .coupon .d-flex > div:nth-child(3) {
	width:100%;
	max-width:60px;
	-moz-flex:0 0 60px;
	-webkit-flex:0 0 60px;
	flex:0 0 60px;
}

.woocommerce table.cart td.actions .coupon + div {
	width:100%;
	-moz-flex:0 0 185px;
	-webkit-flex:0 0 185px;
	flex:0 0 185px;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	background-color:#e2e2e2;
}

.woocommerce .products ul:after, 
.woocommerce .products ul:before, 
.woocommerce ul.products:after, 
.woocommerce ul.products:before {
	display: none;
}


.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	float: none;
	width:100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0;
	margin:0 0 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom:5px solid #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin:0;
	border:none;
	padding:0 0 25px;
	background-color:transparent;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
	margin-right:50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding:0;
	color:#646464;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:2px;
	font-family: 'Barlow-SemiBold';
}

.woocommerce form .password-input, 
.woocommerce-page form .password-input {
	width:100%;
}

.points,
.wc-points-rewards-product-message {
	font-size:22px;
	font-family: 'Barlow-Medium';
	margin-top:20px;
	margin-bottom:20px;
}

.wc-points-rewards-product-message {
	display:block;
}

.points strong,
.wc-points-rewards-product-message strong {
	display:inline-block;
	padding:10px;
	line-height:1;
	color:#fff;
	background-color:#000;
	font-weight:400;
	font-family: 'Barlow-Medium';
	vertical-align:middle;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000;
}

.woocommerce div.product form.cart div.quantity {
	float:none;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	width:100%;
	min-width: 0;
	display: inline-block;
	margin-right: 0;
	padding:10px 15px;
	border:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	color:#000;
}

.woocommerce-info {
	border-top-color:#000;
}

.woocommerce-info:before,
.woocommerce-message:before {
	color:#000;
}

.woocommerce-message {
	border-top-color: #000;
}

.woocommerce-message .button,
.woocommerce a.button {
	color:#e2bdaf;
	color:#000;
}

.woocommerce a.button {
	background-color:#000;
	color:#fff;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	border:1px solid #000;
	color:#fff;
	background-color:#000;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #fff;
	color: #000;
	border-color:#000;
}

.woocommerce .products ul, 
.woocommerce ul.products {
	margin: 0 -15px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	float:none;
	margin:0;
	width:100%;
	padding:0 15px;
	text-align:center;
	margin-bottom:65px;
}

.woocommerce ul.products li.product a:not(.btn):not(.button) {
	color:#000;
}

.woocommerce ul.products li.product a img {
	margin-bottom:40px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	padding:0;
	font-size:15px;
	line-height:26px;
	letter-spacing:1px;
	font-family: 'Barlow-Regular';
	margin-bottom:15px;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-size:22px;
	margin-bottom:20px;
	font-family: 'Barlow-Bold';
	line-height:1;
	min-height:44px;
}

.load-more-products {
	text-align:center;
}

.load-more-products .btn {
	background-color:#000;
	border-color:#000;
}

.load-more-products .btn:hover,
.load-more-products .btn:focus {
	background-color:#fff;
	color:#000;
}

.sale-perc {
	position:absolute;
	width:75px;
	height:75px;
	text-align:center;
	font-size:21px;
	font-size:15px;
	font-size:21px;
	line-height:1;
	font-family: 'Barlow-Bold';
	color:#fff;
	background-color:#ed1c24;
	z-index:999;
	padding:16px;
	text-transform:uppercase;
	top:15px;
	right:30px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.woocommerce ul.products li.product .price del {
	font-size:15px;
	font-family: 'Barlow-Light';
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .price ins + span {
	display:block;
}

/* Responsive */
@media (min-width:1200px) {
	
	.menu-left,
	.menu-right {
		-moz-flex:0 0 366px;
		-webkit-flex:0 0 366px;
		flex:0 0 366px;
	}
}

@media (min-width:1024px) {
	
	.woocommerce-cart table.cart .product-thumbnail, 
	.woocommerce-checkout table.cart .product-thumbnail {
		width:135px;
	}
	
	.woocommerce table.shop_table th.product-remove,
	.woocommerce table.shop_table td.product-remove {
		width:100px;
	}
	
	.woocommerce table.shop_table th.product-name,
	.woocommerce table.shop_table td.product-name {
		width:255px;
	}
}


@media (min-width:768px) {
	.top-header-right .d-flex > div:last-child {
		display:none;
	}
}


@media (max-width:1199px) {
	.top-header-left .menu li:not(:last-child) {
		margin-right:12px;
	}
	
	.menu-left, 
	.menu-right {
		-moz-flex: 0 0 276px;
		-webkit-flex: 0 0 276px;
		flex: 0 0 276px;
	}
	
	.menu-left .menu li a, 
	.menu-right .menu li a {
		font-size: 12px;
		padding: 0px 7px;
	}
	
	.site-logo {
		-moz-flex: 0 0 378px;
		-webkit-flex: 0 0 378px;
		flex: 0 0 378px;
	}
	
	#footer-full-content .top-footer-3 .d-flex > div:last-child, 
	.contact-page .contact-item:last-child .d-flex > div:last-child {
		font-size: 16px;
	}
	
	.front-page .section-2 .side-image-1 {
		top: -9.71%;
	}
	
	.about-page .section-2,
	.generic-page .section-1 .entry-content {
		padding: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.reward-programme-page .section-1 {
		background-size: 146% auto, 100% auto;
	}
}

@media (max-width:991px) {
	
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content:center;
		-webkit-justify-content:center;
		justify-content:center;
	}
	
	.site-logo {
		margin-bottom:30px;
		text-align: center;
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;	
	}
	
	.menu-left, 
	.menu-right {
		-moz-flex: 0 0 40%;
		-webkit-flex: 0 0 40%;
		flex: 0 0 40%;
	}
	
	.menu-left .menu li:last-child a:after {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		background-color: #ed1c24;
		position: absolute;
		top: 0;
		right: -5px;
	}
	
	.navbar {
		padding: 35px 0;
		background-color: #000;
	}
	
	#footer-full-content .row .row > div[class^="col-"]:not(:last-child) {
		margin-bottom:30px;
	}
	
	#wrapper-footer-full:before,
	.front-page .section-2:before,
	.about-page .section-1:before, 
	.single-product .section-2:before, 
	.dark-section:before {
		background-size: auto 100%;
	}
	
	.front-page .hero-section {
		margin-top: 0;
	}
	
	.front-page .section-1 > .container {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	.front-page .section-1 .section-wrap {
		padding: 60px 15px 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.front-page .section-1 h1:after, 
	.front-page .section-2 .featured-collections > h2:after,
	.front-page .section-2 h2:after, 
	.front-page .section-3 .reward-box h3:after,
	.front-page .section-2 .featured-collections > h2:after {
		width: 90%;
	}
	
	.front-page .section-1 .product-categories {
		margin-top: -100px;
		padding: 0 15px;
	}
	
	.front-page .section-2 .side-image-1 {
		top: -2.71%;
	}
	
	.front-page .section-2 .side-image-2 {
		top: -3%;
	}
	
	.front-page .section-3 .reward-box h3:after {
		left: 0;
	}
	
	.about-page .section-2 .row > div[class^="col-"]:last-child {
		margin-top:30px;
	}
	
	.contact-page .section-1 .gform_wrapper ul.gform_fields li.gfield {
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.reward-programme-page.generic-page .hero-section {
		padding-bottom: 55px;
	}
	
	.reward-programme-page .section-1 {
		background-size: 213% auto, 100% auto;
	}
	
	.reward-programme-page .section-content-wrap {
		-moz-transform:translateY(0);
		-webkit-transform:translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	
	.reward-programme-page .section-1 .row,
	.reward-programme-page .section-1-1 .row:nth-child(2) {
		padding-bottom: 100px;
	}
	
	.reward-programme-page .section-1 .row h2, 
	.reward-programme-page .section-1 .row h3, 
	.reward-programme-page .section-1-1 .row h2, 
	.reward-programme-page .section-1-1 .row h3, 
	.reward-programme-page .section-2 h3, 
	.reward-programme-page .section-2 h4 {
		font-size: 38px;
	}
	
	.reward-programme-page .section-1 .row,
	.reward-programme-page .section-1-1 .row {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.reward-programme-page .page-section .section-content br {
		display:none;
	}
	
	.archive .section-1 .sidebar:before {
		left: -15px;
		top: -15px;
	}
	
	.single-product .site {
		background-size: 200% auto;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color:#fff;
	}
	
	.woocommerce-cart table.cart td.actions > .d-flex,
	.woocommerce-cart table.cart td.actions .coupon > .d-flex {
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	.woocommerce table.cart td.actions > .d-flex > div, 
	.woocommerce-page #content table.cart td.actions > .d-flex > div, 
	.woocommerce-page table.cart td.action > .d-flex > div {
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.woocommerce table.cart td.actions.continue-shopping, 
	.woocommerce-page #content table.cart td.actions.continue-shopping, 
	.woocommerce-page table.cart td.actions.continue-shopping, 
	.woocommerce-cart table.cart td.actions.continue-shopping {
		text-align: left !important;
	}
	
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before {
		margin-right: 15px;
	}
	
	.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info, 
	.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
		font-size: 33px;
	}
	
	.woocommerce-edit-account .edit-account .row > div[class^="col-"]:last-child {
		margin-top:30px;
	}
	
	.generic-page .site,
	.woocommerce-checkout .section-1 {
		background-size: auto auto;
	}
	
	
}

@media (max-width:767px) {
	.top-header-right {
		margin:30px 0;
	}
	
	.top-header-right .d-flex {
		-moz-justify-content:start !important;
		-webkit-justify-content:start !important;
		justify-content:start !important;
	}
	
	.top-header-right .d-flex > div:not(:last-child) {
		margin-right:15px;
	}
	
	.top-header-right .d-flex > div:last-child {
		margin-left:auto;
	}
	
	.menu-left, 
	.menu-right {
		display: none;
	}
	
	.mobile-nav {
		display:block;
		width:100%;
		-moz-flex: 0 0100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		padding:0 15px;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler {
		padding-right:0;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #fff;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#fff;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		color: #fff;
		text-transform:uppercase;
	}
	
	.navbar-dark .navbar-nav .nav-link:focus, 
	.navbar-dark .navbar-nav .nav-link:hover {
		color: #fff;
		background-color:#c7080f;
	}
	
	.navbar-nav .nav-link {
		padding: 15px;
		font-family: 'Barlow-Medium';
	}
	
	#footer-full-content .top-footer-2 .d-flex > div {
		margin: 0;
	}
	
	#footer-full-content .top-footer-widget .d-flex > div:last-child {
		margin-left: 30px;
		margin-right:auto;
	}
	
	.front-page .section-1:before {
		background-size: 100% auto;
		height: 7px;
		top: -6px;
	}
	
	.front-page .section-2:before, 
	#wrapper-footer-full:before, 
	.about-page .section-1:before,
	.single-product .section-2:before,
	.dark-section:before {
		top: -7px;
		height: 8px;
	}
	
	.reward-programme-page .section-1-1 .row {
		padding: 100px 0;
		color: #fff;
	}
	
	.reward-programme-page .section-1-1 .row .section-content {
		margin-top:30px;
	}
	
	.reward-programme-page .section-1-1 .row:first-child .section-image {
		text-align: left;
	}
	
	.reward-programme-page .section-2 .keep-track .d-flex > div:first-child {
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.reward-programme-page .section-2 .keep-track .d-flex .red-box {
		font-size: 38px;
	}
	
	.load-more-products {
		margin-bottom:30px;
	}
	
	.woocommerce table.cart td.actions .coupon .d-flex > div {
		width:100%;
		-moz-flex:0 0 100%;
		-webkit-flex:0 0 100%;
		flex:0 0 100%;
	}
	
	.woocommerce table.cart td.actions .coupon .d-flex > div:nth-child(2) {
		max-width: 200px;
		-moz-flex: 0 0 200px;
		-webkit-flex: 0 0 200px;
		flex: 0 0 200px;
	}
}

@media (max-width:568px) {
	.front-page .section-2 .featured-collections .row > div[class^="col-"] {
		max-width:263px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (max-width:567px) {
	
	
	.top-header-right .d-flex > div:first-child,
	.top-header-right #searchform input[type="text"] {
		max-width: 100%;
		-moz-flex: 0 0100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.top-header-right .d-flex > div:first-child {
		margin-right:0;
		margin-bottom:30px;
	}
	
	.footer-widget-1 .menu li {
		margin: 0 auto 15px;
	}
	
	.front-page .hero-section .slick-arrow {
		left: 0;
	}
	
	.front-page .hero-section .slick-arrow.slick-next {
		right: 0;
	}
	
	.front-page .section-1 .product-categories {
		margin-top: 15px;
		padding:0;
	}
	
	.front-page .section-2 .side-image {
		display:none;
	}
	
	.contact-page .section-1 .content-wrap {
		padding-left:15px;
		padding-right:15px;
	}
	
	.contact-page .section-1 .entry-content {
		padding-left:0;
		padding-right:0;
	}
	
	.contact-page .section-3 .contact-address {
		padding-left:15px;
		padding-right:15px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	
	.thank-you-page .section-1 h1 {
		font-size:38px;
	}
	
	.thank-you-page .section-1 h2 {
		font-size:30px;
	}
	
	.woocommerce-checkout .section-1 .column-box {
		padding:15px;
	}
	
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th:first-child, 
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:first-child {
		width: 50%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content h1 {
		font-size: 36px;
	}
	
	#price_calculator {
		width:100%;
	}
}
