/* Fonts */
@font-face {
	font-family: 'bell-mt';
	src: url('../fonts/BellMT.eot?');
	src: url('../fonts/BellMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BellMT.woff2?') format('woff2'),
	url('../fonts/BellMT.woff?') format('woff'),
	url('../fonts/BellMT.ttf?') format('truetype'),
	url('../fonts/BellMT.svg?#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?43325948');
	src: url('../fonts/fontello.eot?43325948#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?43325948') format('woff2'),
	url('../fonts/fontello.woff?43325948') format('woff'),
	url('../fonts/fontello.ttf?43325948') format('truetype'),
	url('../fonts/fontello.svg?43325948#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Image Container */
.shopwired-image-container {
	position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 156%!important;
}
.shopwired-image-container img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div:focus {
    outline:none !important;
}

/* Icons */
[class^="icon-"]::before, [class*=" icon-"]::before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-up::before {
	content: '\e800';
}
.icon-right-banner::before {
	content: '\e801';
	position: relative;
	top: -8px;
	right: 8px;
	color: #ffff;
}
.icon-left-banner::before {
	content: '\e802';
	position: relative;
	top: -8px;
	right: 10px;
	color: #ffff;
}
.icon-right::before {
	content: '\e801';
}
.icon-left::before {
	content: '\e802';
}
.icon-down::before {
	content: '\e803';
}
.icon-search::before {
	content: '\e804';
}
.icon-basket::before {
	content: '\e805';
}
.icon-ebay::before {
	content: '\e806';
}
.icon-plus::before {
	content: '\e807';
}
.icon-minus::before {
	content: '\e808';
}
.icon-bag::before {
	content: '\e809';
}
.icon-cancel::before {
	content: '\e80a';
}
.icon-heart::before {
	content: '\e80b';
}
.icon-star::before {
	content: '\e80c';
}
.icon-twitter::before {
	content: '\f099';
}
.icon-facebook::before {
	content: '\f09a';
}
.icon-menu::before {
	content: '\f0c9';
}
.icon-google-plus::before {
	content: '\f0d5';
}
.icon-linkedin::before {
	content: '\f0e1';
}
.icon-youtube::before {
	content: '\f167';
}
.icon-youtube-play::before {
	content: '\f16a';
}
.icon-tumblr::before {
	content: '\f173';
}
.icon-cc-visa::before {
	content: '\f1f0';
}
.icon-cc-mastercard::before {
	content: '\f1f1';
}
.icon-cc-amex::before {
	content: '\f1f3';
}
.icon-cc-paypal::before {
	content: '\f1f4';
}
.icon-cc-stripe::before {
	content: '\f1f5';
}
.icon-cc-jcb::before {
	content: '\f24b';
}
.icon-pinterest::before {
	content: '\f231';
}
.icon-amazon::before {
	content: '\f270';
}
.icon-vimeo::before {
	content: '\f27d';
}
.icon-shopping-bag::before {
	content: '\f290';
}
.icon-user-circle::before {
	content: '\f2be';
}
.icon-instagram::before {
	content: '\f32d';
}
/* General */
body {
	font-family: trade-gothic-next, sans-serif!important;
	font-weight: 400;
	font-style: normal;
	font-size: 0.75rem;
	color: #707070;
	background: #FFF;
}
h1 {
	font-family: 'bell-mt';
	font-size: 2.5rem;
	color: #000;
}
h2 {
	font-family: 'bell-mt';
	font-size: 1.5rem;
	color: #000;
}
h3 {
	font-family: 'bell-mt';
	font-size: 1.2rem;
	color: #000;
}
h4 {
	font-family: 'bell-mt';
	font-size: 1rem;
	color: #000;
}
h5 {
	font-family: 'bell-mt';
	font-size: 0.85rem;
	color: #000;
}
h6 {
	font-family: 'bell-mt';
	font-size: 0.75rem;
	color: #000;
}

.main-breadcrumbs {
	margin: 1rem 0;
}
span.validation-error {
	margin-bottom: 0.5rem;
	color: red;
	display: block;
}
.search-form {
	position: relative;
}
.search-form button {
	position: absolute;
	background-color: #e7e7e7;
	border-radius: 0;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 40px;
	color: #838383;
	font-size: 1rem;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
	border: 1px solid #cacaca;
	border-radius: 4px;
	box-shadow: none;
	font-size: 0.9rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
	border-color: #000;
	box-shadow: none;
}
select {
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 0.9rem;
	padding-left: 0.7rem;
	padding-right: 1.7rem;
}
.button, .button:hover {
	background-color: #EB2020;
	border-radius: 0px;
	color: #fff;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}
.button.disabled, .button.disabled:hover {
	background-color: #f0f0f0;
	color: #626262;
	opacity: 1;
}
.input-group .input-group-field {
	border-radius: 0;
}
#product-container .input-group .input-group-button {
	display: inline-block;
}
.input-group .input-group-button .button {
	border-radius: 0;
	height: 2.5rem;
	background-color: #EB2020;
	color: #fff;
	margin: 0 15px;
	display: inline-block;
}
.postcode-container .input-group .input-group-button .button {
    margin: 0;
}
.input-group .input-group-button .button.disabled,
.input-group .input-group-button .button[disabled] {
	background-color: #f0f0f0;
	color: #626262;
}
.add-to-basket {
	float: left;
	margin: 0 20px;
}
/* Header */
header {
	font-size: 0.8rem;
	padding-top: 1.3rem;
	background: #FFF;
}
header a {
	color: inherit;
}
header .links-list a {
    padding: 0 .7rem .7rem 0;
}
header a.logo {
	display: block;
	font-size: 2.5rem;
	color: #757575;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 1rem auto;
}
header .links {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}
header .links a {
	margin: 0 9px;
}
header .links i::before {
	font-size: 1.4rem;
	margin-right: 0;
}
header .links img {
	max-height: 20px;
	position: relative;
    top: -3px;
}
header .links span {
	font-size: 14px;
}
header .currency-list {
    display: inline;
}
header .currency-list > li > a {
    padding: 0 1.5rem 0;
}
header .currency-list ul {
    min-width: 0;
}
header .search-form {
	margin-top: 1rem;
}
header .navigation {
	margin-top: 0.5rem;
	background-color: {{ settings.nav_color }};
	color: #fff;
}
header .navigation a, header .navigation a:hover {
	color: inherit;
}
header .navigation .title-bar {
	background-color: inherit;
}
.is-accordion-submenu-parent>a:after {
	display: none;
}


@media (min-width: 1009px) {
	#header-menu {
		display: inline-block;
		z-index: 10;
		color: #000;
		position: relative;
		top: 60px;
	}
	#header-menu a::after {
		border-color: #fff transparent transparent;
	}
	#header-menu > li > a {
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-weight: 700;
	}
	.is-accordion-submenu-parent>a:after {
		display: none;
	}
	.submenu {
		position: absolute;
		text-align: left;
		background: #F5F5F5;
		border-top: 2px solid #eb2020;
	}
	.submenu li {
		padding: 5px 15px;
		border-bottom: 1px solid #ddd;
	}
	.submenu li:hover {
		background: #EFECEC;
	}
	.submenu li:last-child {
		border-bottom: 0;
	}
}
@media (min-width: 1010px) and (max-width: 1023px) {
	#header-menu {
		position: relative;
		top: 0px;
	}
}
@media (max-width: 1008px) {
	.hide-for-medium.nav-bar  {
		display: block !important
	}
	.small-12.navigation-bar {
		padding-left: 0;
		padding-right: 0;
	}
	#header-menu li {
		width: 100%;
		display: block;
		text-align: left;
	}
	.submenu {
		position: relative;
	}
	ul.submenu li a {
		background: #F5F5F5;
		padding-left: 30px;
	}
	#header-menu li > a {
		font-weight: bold;
		color: #000;
	}
}
@media (max-width: 768px) {
	.topbar .small-12 {
		width: 100%;
	}
	.topbar .social-icons {
		text-align: center;
	}
	.topbar .social-icons ul#social-list {
		display: inline-block;
	}
	header .logo-area .column.small-12.hide-for-medium {
		display: block !important;
	}
}
@media (max-width: 639px) {
	#header-menu {
		display: none;
	}
}
/*
#category-menu,
#desktop-category-menu {
	background-color: transparent;
	margin-left: -1rem;
	margin-right: -1rem;
}
#category-menu a::after,
#desktop-category-menu a::after {
	border-color: #fff transparent transparent;
}
#category-menu > li > .is-dropdown-submenu,
#desktop-category-menu > li > .is-dropdown-submenu {
    z-index: 10;
}
#category-menu .is-submenu-item a,
#desktop-category-menu .is-submenu-item a{
	color: #000;
}
#category-menu > li > a,
#desktop-category-menu > li > a {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 700;
} */

ul#social-list.menu>li>a {
	padding: 0;
}

.logo-area .logo img {
	margin: 0 auto;
    text-align: center;
    display: block;
	max-height: 110px;
}
.logo-area .nav {
	position: relative;
    top: 50%;
    transform: translateY(60%);
}


.icon {
	position: relative;
	text-align: center;
	width: 0px;
	height: 0px;
	padding: 15px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px;
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px;
	color: #FFFFFF;
}
.icon i {
	font-size: 16px;
	position: absolute;
/* 	left: 9px; */
	top: 7px;
}
.icon.social {
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: #eb2020;
	color: #FFF;
}
.icon.social:hover {
	background: #eb2020;
	opacity: 0.85;
	color: #FFF;
}
.icon.social.fb i {
	left: 10px;
    top: 8px;
}
.icon.social.tw i {
	left: 8px;
}
.icon.social.in i {
	left: 8px;
}
.icon.social.pt i {
	left: 8px;
}
.icon.social.yt i {
	left: 8px;
}
.icon.social.ig i {
	left: 8px;
}



/* Footer */
footer {
	background-color: #000;
	margin-top: 1rem;
	font-size: 12px;
}
footer .social-links {
	color: #333;
	text-align: center;
	font-size: 1.5rem;
}
footer .social-links a {
	color: inherit;
}
footer .newsletter-form {
	max-width: 300px;
}
footer .footer-links {
	text-align: center;
	border-top: 4px solid #e3e3e3;
	margin-top: 1.8rem;
	font-size: 0.7rem;
	padding-top: 1.5rem;
}
footer .footer-links a {
	color: inherit;
}
footer .footer-links p {
	margin: 2px 0 0;
}
footer .footer-links ul {
	text-align: center;
	margin: 0 0 0.8rem;
	padding: 0;
	list-style: none;
	font-size: 0.75rem;
}
footer .footer-links li {
	display: inline-block;
}
footer .footer-links li + li::before {
	content: '•';
	padding: 0 5px;
	color: #757575;
}
footer .footer-upper {
	padding: 30px 0;
}
footer .footer-upper h2 {
	margin-top: 0;
	font-size: 1.3em;
	color: #FFF;
	text-transform: uppercase;
}
footer .footer-upper ul {
	margin: 0;
	list-style: none;
}
footer .footer-upper ul li {
	margin-bottom: 5px;
}
footer .footer-upper ul a {
	color: #FFF;
}
footer .footer-upper ul a:hover {
	text-decoration: underline;
}
footer .footer-upper p {
	color: #FFF;
	margin-bottom: 9px;
}
footer .footer-upper p i {
	color: #FFF;
	margin-right: 5px;
}
footer .footer-upper p a {
	color: #EB2020;
}
footer .newsletter-form .input-group .input-group-field {
	border-radius: 0;
	border: 0;
}
footer .newsletter-form button {
	text-transform: uppercase;
	padding-left: 15px;
    padding-right: 15px;
	border-radius: 0 !important;
}
footer .newsletter-form button:hover {
	text-transform: uppercase;
	padding-left: 15px;
    padding-right: 15px;
	border-radius: 0 !important;
	opacity: 0.9;
}
footer .footer-copyright {
	border-top: 1px solid #DDD;
	padding: 30px 0;
}
footer .footer-copyright p {
	margin-bottom: 0;
	color: #D3D3D3;
}
footer .footer-copyright p a {
	color: #EB2020;
}

/* Content */
.main-content {
	margin: 1rem 0;
	min-height: 300px;
}
.sort-drop-down {
	width: auto;
	margin: 0;
}
.item-box {
	position: relative;
	margin-bottom: 25px;
}
.item-box .label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.item-box .label + .label {
	left: auto;
	right: 0;
}
.item-box .title {
	font-size: 16px;
	margin-top: 10px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-box .price {
	font-size: 16px;
	margin-top: 2px;
}
.item-box .price + .price {
	text-decoration: line-through;
	margin-left: 5px;
}
.item-image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 152%!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.item-image img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	display: block;
	transform: perspective(1px) translateY(-50%);
	-webkit-transform: perspective(1px) translateY(-50%);
}
.home-text-container {
    background-color: #f0f0f0;
    font-size: 1.25rem;
    padding: .5rem 0;
}
.carousel {
	position: relative;
	overflow: hidden;
/* 	z-index: -9999999; */
}
.carousel .arrow {
	position: absolute;
	top: 50%;
	z-index: 100;
	color: #fff;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: -15px;
	cursor: pointer;
}
.carousel .prev {
	left: 0;
	z-index: 9999;
}
.carousel .next {
	right: 0;
	z-index: 9999;
}
.carousel .slide {
	position: relative;
}
.carousel img {
	display: block;
	width: 100%;
	height: auto;
}
#home-carousel {
/* 	margin-top: 20px; */
}
#home-carousel .overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 15px;
}
#product-carousel {
	margin-top: 1rem;
}
#product-carousel .slide {
	margin-bottom: 1rem;
	margin-right: 1rem;
	float: left;
	width: 25%;
}
#product-carousel.slick-initialized .slide {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.blog-post {
	margin-bottom: 25px;
}
.blog-post-content {
	margin-bottom: 15px;
}
.blog-post-content tbody,
.blog-post-content td {
    border: none;
    padding: 0;
}
.blog-post-image {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-box {
	margin-bottom: 25px;
}
.video-box {
	margin-bottom: 15px;
}
.video-box iframe {
	display: block;
	width: 100%;
	height: 300px;
	border: none;
	margin: 0 0 10px;
}
.order-details .column {
	margin-bottom: 20px;
}
#product-container .main-image .label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#product-container .main-image .label + .label {
	left: auto;
	right: 0;
}
#product-container .reviews {
	margin-top: 1rem;
}
#product-container iframe {
	display: block;
	width: 100%;
	height: 300px;
	margin: 1rem 0;
	border: none;
}
#product-container .price {
	font-weight: 700;
	font-size: 1.4rem;
}
#product-form .input-group {
	display: inline-block;
}
#product-container .add-group .input-group-field {
	text-align: center;
}
#product-container .add-group .input-group-button {
	text-align: left;
}
#product-container .details span {
	display: block;
}
#product-sale-price {
	display: none;
}
.has-sale-price #product-sale-price {
	display: inline;
}
.has-sale-price #product-price {
	text-decoration: line-through;
	margin-left: 10px;
}
.related_items {
	margin-top: 1rem;
}
#checkout-form h4 label {
	margin: 0 0 0 20px;
	display: inline;
}
#checkout-form h4 input {
	margin: 0;
}
#checkout-form .checkout-shipping-state, #checkout-form .checkout-billing-state {
	display: none;
}
.card-logos {
    font-size: 2rem;
    color: #333333;
}
.card-logos > li:first-child span:before {
    margin-left: 0;
}
.basket-table tbody {
	border: none;
}
.basket-table tr:nth-child(even) {
	background-color: #fff;
}
.basket-table .image {
	width: 16%;
}
.basket-items {
	border: 1px solid #ddd;
	padding: 0 20px;
	margin-bottom: 1.4rem;
}
.basket-item {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.basket-item h4 {
	font-size: 1rem;
	text-transform: uppercase;
}
.basket-item .total-price p {
	font-size: 1.1rem;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}
.basket-item .qty-input {
	margin-bottom: 30px;
	position: relative;
}
.basket-item .qty-input label {
	top: 7px;
	position: absolute;
	right: 47px;
	font-weight: bold;
}
.basket-item .qty-input input.btn {
	background: none;
	border: 0;
	font-size: 0.8rem;
	display: block;
    width: 100%;
	text-align: right;
	padding: 0;
}
.basket-item .qty-input button {
	display: none;
}
.basket-item .qty-input [type=text] {
	margin-bottom: 5px;
    width: 90px;
    float: right;
	padding-left: 60px;
}
.basket-item .remove {
	display: block;
	float: right;
}
.basket-item .remove a {
	font-size: 0.8rem;
	padding: 0 8px;
	font-weight: bold;
}
.basket-item .remove a:last-child {
	padding-right: 0;
}
.basket-item a.save {
	color: #000;
}
.basket-item a.delete {
	color: red;
}
.basket-item .image img {
	display: block;
	width: 100%;
	height: auto;
}
.basket-table .description {
	width: 38.5%;
}
.basket-table .price {
	width: 12%;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	line-height: 34px;
}
.basket-table .quantity {
	width: 13%;
}
.basket-table .quantity input {
	text-align: center;
	margin: 0;
	border-radius: 0;
}
.basket-table .quantity button {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}
.basket-table .remove {
	text-align: right;
	width: 8.5%;
	font-size: 1rem;
	line-height: 34px;
}
.checkout-items {
	overflow: hidden;
	padding: 30px 15px;
}
.checkout-details h4 {
	min-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.checkout-field-address3 {
	display: none;
}
/* Media Queries */
@media screen and (max-width: 639px) {
	.column, .columns {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	header .logo {
		text-align: center;
		display: block;
		margin: 1rem 0;
	}
	header .logo img {
		margin: 0 auto;
	}
	header .links {
		text-align: center;
		margin-bottom: 1rem;
	}
	header .search-form {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	header .navigation .submenu li {
		padding-left: 10px;
	}
	#category-menu,
	#desktop-category-menu {
		margin-left: 0;
		margin-right: 0;
	}
	#category-menu .is-submenu-item a,
	#desktop-category-menu .is-submenu-item a{
		color: inherit;
	}
	#product-container .details-column {
		margin-top: 1rem;
	}
	#product-carousel {
		margin-top: 0;
	}
	#product-carousel .slide {
		margin-left: 0;
		margin-right: 0;
	}
	.basket-table tr {
		display: block;
	}
	.basket-table .price.single {
		display: none;
	}
	.basket-table .image {
		width: 100%;
		display: block;
		text-align: center;
	}
	.basket-table .description {
		width: 100%;
		display: block;
		text-align: left;
	}
	.basket-table .quantity {
		width: 40%;
		float: left;
	}
	.basket-table .price {
		width: 35%;
		float: left;
	}
	.basket-table .remove {
		width: 25%;
		float: left;
	}
}

.section-padding {
	padding: 80px 0;
}
.wishlist-btn {
	color: #eb2020;
	font-size: 14px;
	position: relative;
	top: 10px;
}

/**************************************************************************************
**
** HEADER: SEARCH
**
***************************************************************************************/
.reveal {
	background: #fff;
	border: 0;
}
.reveal-overlay {
	background-color: rgba(0,0,0,0.9);
	z-index: 9999;
}
.search-form [type=text] {
	background: none;
	border: 0;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
}
.search-form button {
	background: none;
	border: 0;
}
/* .search-heading {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
}
.search-heading h3 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4em;
} */

/**************************************************************************************
**
** CUSTOM CHECKBOX
**
***************************************************************************************/

.label-container {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

.label-container.mod-inline {
	display: inline-block;
}

.label-container.mod-address {
	margin-top: .5rem;
}

@media(max-width: 1023px) {
	.label-container.mod-address {
		margin-top: 0;
		margin-bottom: 1rem;
	}
}

/* Hide the browser's default checkbox */
.label-container input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}

/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 25px;
  	width: 25px;
  	background-color: #ccc;
  	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  	background-color: #eb2020!important;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  	background-color: #eb2020!important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  	display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
	left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**************************************************************************************
**
** PAGE TITLE
**
***************************************************************************************/
.page-title h1 {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

/**************************************************************************************
**
** BREADCRUMBS
**
***************************************************************************************/
.breadcrumb-bar {
	background: #F5F5F5;
	border-top: 1px solid #ddd;
}

/**************************************************************************************
**
** PAGINATION
**
***************************************************************************************/
.pagination {
    float: right;
    margin-top: 30px;
}
.pagination a,
.pagination-previous.disabled,
.pagination-next.disabled {
	border: 1px solid #eb2020;
	transition: 0.5s;
}
.pagination a:hover {
	background: #eb2020;
	color: #FFF;
}
.pagination .current {
	background: #eb2020;
	border: 1px solid #eb2020;
}
.pagination-previous.disabled:before, .pagination-previous a:before,
.pagination-next.disabled:after, .pagination-next a:after {
	display: none;
}

/**************************************************************************************
**
** INPUTS
**
***************************************************************************************/
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea  {
	border-radius: 0;
	border: 1px solid #ddd;
}
select {
	border: 1px solid #ddd;
	border-radius: 0;
}


/**************************************************************************************
**
** HOME PAGE
**
***************************************************************************************/
.home-categories {
	background: #F5F5F5;
	padding: 60px 0;
}
.home-categories .category-heading {
	text-align: center;
	background: #EB2020;
	min-height: 210px;
	position: relative;
}
.home-categories .item-box {
	margin: 0;
}
.home-categories .category-item .content-wrapper-price h4 {
	padding: 0;
	font-size: .9rem;
}
.home-categories .category-item .content-wrapper-price h4 a {
	color: #000;
}

.home-categories .category-item .content-wrapper-price h4 a:hover {
	color: #000 !important;
	text-decoration: 0;
}
.home-categories .category-heading .content-wrapper {
	top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
	width: 90%;
}
.home-categories .category-heading .content-wrapper h3 {
	font-family: trade-gothic-next,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.home-categories .category-heading .content-wrapper a {
	color: #FFF;
}
.home-categories .category-heading .content-wrapper a:hover {
	color: #FFF!important;
}
.home-categories .category-heading .content-wrapper a i {
	position: relative;
	top: 1px;
	margin-left: 2px;
}
.home-categories .m-bottom {
	margin-bottom: 30px;
}
.home-categories .category-item {
	margin-top: 0;
}
.home-categories .category-item .image-wrapper {
	padding: 10px;
	background: #FFF;
}
.home-categories .category-item .content-wrapper {
	padding: 10px;
	background: #FFF;
	margin-top: 10px;
}
.home-categories .category-item .content-wrapper h4 {
	margin-bottom: 0;
	text-align: center;
}

/* home introduction */
.home-introduction h2 {
	font-size: 1.4rem;
}
.home-introduction p {
	font-size: 0.87rem;
}

/* featured products */
.home-products {
	background-image: url("../images/wood-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.home-products .row {
	margin: 0;
	max-width: 100%;
}
.home-products .home-featured-products.section-padding {
	padding-bottom: 0;
}
.home-products .home-featured-products .featured-item {

}
.home-products .home-featured-products .featured-item .category-item {
	margin-top: 0;
}
.home-products .home-featured-products .prev.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    background: #eb2020;
    padding: 10px;
    font-size: 16px;
	z-index: 9999;
    color: #FFF;
}
.home-products .home-featured-products .next.slick-arrow {
	position: absolute;
    top: 50%;
    right: 0;
    background: #eb2020;
    padding: 10px;
    font-size: 16px;
    color: #FFF;
	z-index: 9999;
}
.home-products .home-featured-products .slick-dots {
	bottom: 0;
}
.home-products .home-featured-products .featured-item .image-wrapper {
	position: relative;
	background: transparent;
}
.home-products .home-featured-products .featured-item .image-wrapper a {
	top: -10px;
}
.home-products .home-featured-products .featured-item .product-details {
	background: #FFF;
	padding: 30px;
}
.home-products .home-featured-products .featured-item .product-details h3 a {
	font-family: trade-gothic-next,sans-serif;
	text-transform: uppercase;
	color: #EB2020;
}
.home-products .home-featured-products .featured-item .description {
	border-bottom: 2px dotted #ddd;
	padding-bottom: 15px;
}
.home-products .home-featured-products .featured-item .description p {
	margin-bottom: 0;
}
.home-products .home-featured-products .featured-item .ingredients {
	padding-top: 10px;
	border-bottom: 2px dotted #ddd;
}
.home-products .home-featured-products .featured-item .ingredients h4 {
	text-transform: uppercase;
	color: #EB2020;
	font-family: trade-gothic-next,sans-serif;
	text-align: left;
}
.home-products .home-featured-products .featured-item .content-wrapper .product-button {
	margin-top: 20px;
}
.home-products .thumbnail-area {
	position: relative;
    top: 30%;
    transform: translateY(30%);
}
.home-products .thumbnail-area:hover {
	cursor: pointer;
}
.home-products .featured-thumbnails .image-wrapper,
.home-products .featured-thumbnails .image-wrapper .shopwired-image-container {
	border-radius: 50%;
}
.home-products .featured-thumbnails .image-wrapper {
	height: 90px;
	width: 90px;
	margin: 0 auto;
    display: block;
    text-align: center;
}
.home-products .featured-thumbnails .featured-item {
	padding-left :0;
	padding-right: 0;
}
.home-products .featured-thumbnails .featured-item.slick-center .image-wrapper {
	height: 100px;
	width: 100px;
	margin-top: -10px;
}
.home-products .featured-thumbnails .featured-item.slick-center .category-item .image-wrapper {
	border: 2px solid #eb2020;
}
@media (max-width: 992px) {
	.home-products .featured-thumbnails .featured-item.slick-current .category-item .image-wrapper {
		border: 2px solid #eb2020;
	}
}
@media (max-width: 639px) {
	.home-products .home-featured-products .featured-item .image-wrapper {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.home-products .home-featured-products .featured-item .category-item .content-wrapper,
	.home-products .home-featured-products .featured-item .category-item {
		margin-top: 0;
	}
	.home-products .home-featured-products .featured-item .product-details {
		padding: 0;
	}
	.home-products .home-featured-products .featured-item .ingredients {
		display: none;
	}
	.home-products .home-featured-products .featured-item .content-wrapper .product-button a {
		margin-bottom: 0;
		display: block;
	}
	.home-products .home-featured-products .prev.slick-arrow {
		top: 35%;
	}
	.home-products .home-featured-products .next.slick-arrow {
		top: 35%;
	}
}
@media (min-width: 640px) and (max-width: 992px) {
	.home-products .home-featured-products .featured-item .image-wrapper {
		height: auto;
		padding-bottom: 25px;
	}
	.home-products .home-featured-products .featured-item .medium-4 {
		width: 100%;
		margin-left: 0 !important;
	}
	.home-products .home-featured-products .featured-item .medium-6 {
		width: 100%;
	}
	.home-products .home-featured-products .featured-item .product-details {
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.home-products .home-featured-products .featured-item .category-item .content-wrapper {
		margin-top: 0;
	}
	.home-products .home-featured-products .featured-item .content-wrapper .product-button a {
		margin-bottom: 0;
		display: block;
	}
	.home-products .home-featured-products .featured-item .category-item {
		margin-top: 10px;
	}
	.home-products .home-featured-products .prev.slick-arrow {
		top: 27%;
	}
	.home-products .home-featured-products .next.slick-arrow {
		top: 27%;
	}
}

/* perfect occasions */
.home-links .heading h3 {
	text-transform: uppercase;
	font-size: 1.6rem;
}
ul.perfect-occasions {
	list-style: none;
	margin: 0 0 20px 0;
}
ul.perfect-occasions li {
	padding: 5px 0;
}
ul.perfect-occasions li a {
	transition: 0.5s ease;
	display: block;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
ul.perfect-occasions li:first-child {
	border-top: 2px dotted #ddd;
}
ul.perfect-occasions li {
	border-bottom: 2px dotted #ddd;
}
ul.perfect-occasions li a:hover {
	padding-left: 40px;
	color: #eb2020;
}

ul.perfect-occasions li a:after {
	content: '>';
	float: right;
	font-weight: bold!important;
	font-size: 19px;
	margin-top: -8px;
	padding-right: 15px;
}

/* home blogs */
.home-blogs {
	background: #F5F5F5;
}
.home-blogs .heading {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}
.home-blogs .blog-item {

}
.content-wrapper .excerpt {
	    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-blogs .blog-item .content-wrapper {
	border: 1px solid #ddd;
	background: #FFF;
	padding: 20px;
}
.home-blogs .blog-item .content-wrapper h4 a {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #EB2020;
	font-family: trade-gothic-next,sans-serif;
}
.home-blogs .blog-item .content-wrapper p {

}
.home-blogs .blog-item .content-wrapper hr {
	border-top: 2px dotted #ddd;
	border-bottom: 0;
}
.home-blogs .blog-item .content-wrapper .meta a.blog-date {
	color: #707070;
}
.home-blogs .blog-item .content-wrapper .meta a.blog-date img {
	margin-right: 5px;
}
.home-blogs .blog-item .content-wrapper .meta a.secondary {
	float: right;
	color: #eb2020;
}


@media (min-width: 320px) and (max-width: 768px) {
	.home-categories .category-box {
/* 		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse; */
	}
	.home-categories .category-item {
		margin-top: 20px;
	}
}
@media (min-width: 600px) and (max-width: 768px) {
	.home-categories .category-item {
		width: 50%;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.home-categories .category-heading {
		margin-bottom: 20px;
	}
	.home-categories .medium-2 {
		width: 25%;
	}
}


/**************************************************************************************
**
** CATEGORY PAGE
**
***************************************************************************************/
.category-bg {
	background-image: url("../images/wood-bg.jpg");
	background-size: cover;
	background-repeat: repeat;
	margin-top: 10px;
}

.category-title {
	padding: 20px 0;
	background: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.category-title h1 {
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.category-title p {
	margin-bottom: 0;
}
.category-item {
	margin-top: 30px;
}
.category-item:hover {
	opacity: 0.9;
}
.category-item .image-wrapper {
	padding: 10px;
	background: #FFF;
}
.category-item .content-wrapper {
	padding: 20px 10px;
	background: #FFF;
	margin-top: 10px;
}
.category-item .content-wrapper h4 {
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.category-item .content-wrapper-price h4 {
	padding: 10px 0;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 15px;
}
.category-item .content-wrapper h4 a,
.category-item .content-wrapper-price h4 a {
	color: #000;
}
.category-item .content-wrapper h4 a:hover,
.category-item .content-wrapper-price h4 a:hover {
	text-decoration: underline;
}
.category-item .content-wrapper-price .price {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 8px 0;
}
.category-item .content-wrapper-price .sale-price {
	color: #EB2020;
	font-weight: bold;
	font-size: 0.9rem;
	padding-right: 5px;
}
.category-item .content-wrapper-price .rrp-price {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.category-item .price span:nth-child(2) {
	text-decoration: line-through;
}

.category-item .shopwired-image-container {
	background-color: #fff;
}

.sort-by {
	text-align: right;
}

@media (min-width: 768px) {
	.category-item .content-wrapper-price h4 {
	}
}

/**************************************************************************************
**
** CONTENT PAGE
**
***************************************************************************************/
.content-sidebar {

}
.content-sidebar h2 {
	text-transform: uppercase;
	font-size: 1.2rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #EB2020;
}
.content-sidebar ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.content-sidebar ul li {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.content-sidebar ul li:last-child {
	border-bottom: 0;
}
.content-sidebar ul li a {
	color: #000;
}
.content-sidebar ul li a:hover {
	text-decoration: underline;
}


/**************************************************************************************
**
** PRODUCT PAGE
**
***************************************************************************************/
#product-container .details-column {

}
#product-container .details-column h1 {
	text-transform: uppercase;
	font-size: 1.8rem;
}

/* plus and minus quantity */
#product-form .quantity {
	width: 15%;
    position: relative;
    display: inline-block;
    float: left;
}
#product-form .quantity .input-group .input-group-button .button  {
	background: transparent;
	padding: 0;
}
#product-form .quantity .input-group .input-group-button .button i {
	color: #707070;
}
.plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.minus {
	position: absolute;
    left: 5px;
}
.plus {
	position: absolute;
    right: 30px;
    top: 0;
}
.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}



/* tabbed descriptions */
.tabbed-description {
	background: #F5F5F5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tabbed-description .tabs {
	background: transparent;
	border: 0;
}
.tabbed-description .tabs .tabs-title > a {
	text-transform: uppercase;
	color: #666;
}
.tabbed-description .tabs .tabs-title>a[aria-selected=true] {
	background: #FFF;
	font-weight: bold;
}
.tab-description .tabs-content {
	border: 0;
	border-bottom: 1px solid #ddd;
}

.related-items {

}
.related-items h2 {
	text-transform: uppercase;
}
.related-items .featured--item {
	top: -40px;
}
.related-items .prev {
	position: absolute;
    top: 0;
    right: 40px;
    background: #eb2020;
    padding: 6px 6px 8px 6px;
    font-size: 13px;
    color: #FFF;
}
.related-items .next {
	position: absolute;
    top: 0;
    right: 0;
    background: #eb2020;
    padding: 6px;
    font-size: 13px;
    color: #FFF;
}

@media (max-width: 580px) {
	#product-form  .quantity {
		width: 20%;
	}
}
@media (max-width: 440px) {
	#product-form  .quantity {
		width: 30%;
	}
	.add-to-basket {
		float: none;
	}
	.add-to-basket .button {
		width: 60%;
		margin-left: 20px;
	}
	.wishlist-btn {
		display: block;
		width: 100%;
	}
}
@media (max-width: 380px) {
	.related-items .next,
	.related-items .prev {
		padding: 6px;
		top: 50%;
		z-index: 9999;
	}

	.related-items .prev {
		right: unset;
		left: 0;
	}
}
@media (max-width: 320px) {
	.add-to-basket {
		margin: 0;
	}
	.add-to-basket .button {
		float: left;
		display: inline-block;
	}
	.wishlist-btn {
		top: 0;
		text-align: center;
	}
}

/**************************************************************************************
**
** CONTACT PAGE
**
***************************************************************************************/
.contact-item {
	border-bottom: 1px solid #ddd;
}
.contact-item:last-child {
	border-bottom: 0;
}
.contact-item h1 {
	font-size: 1.3rem;
	text-transform: uppercase;
}
.contact-item h2 {
	font-size: 1rem;
	padding-top: 10px;
	text-transform: uppercase;
}
.contact-item p strong {
	width: 50px;
	color: #000;
    display: inline-block;
}
.contact-item p a {
	color: #EB2020;
}

.google-map{
    position: relative;
    width: 100%;
    height: 470px;
}
.map-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map {
	height: 100%;
}

.contact-form {
	padding-top: 60px;
}
.contact-form h3 {
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	padding-bottom: 5px;
}

/**************************************************************************************
**
** BLOG PAGE
**
***************************************************************************************/
.blog-item {
	margin-bottom: 30px;
}
.blog-item .content-wrapper .excerpt {
	    height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-item .content-wrapper {
	border: 1px solid #ddd;
	background: #FFF;
	padding: 20px;
}
.blog-item .content-wrapper h4 a {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #EB2020;
	font-family: trade-gothic-next,sans-serif;
}
.blog-item .content-wrapper p {

}
.blog-item .content-wrapper hr {
	border-top: 2px dotted #ddd;
	border-bottom: 0;
}
.blog-item .content-wrapper .meta a.blog-date {
	color: #707070;
}
.blog-item .content-wrapper .meta a.blog-date img {
	margin-right: 5px;
}
.blog-item .content-wrapper .meta a.secondary {
	float: right;
	color: #eb2020;
	font-weight: bold;
}

.blog-sidebar h3 {
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid #eb2020;
}
.blog-sidebar ul {
	margin-left: 0;
	list-style-type: none;
}
.blog-sidebar ul li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.blog-sidebar ul li:last-child {
	border-bottom: 0;
}
.blog-sidebar ul li a {
	color: #707070;
}

/**************************************************************************************
**
** BASKET PAGE
**
***************************************************************************************/
.basket-action {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.basket-action .row {
	padding: 5px 0;
}
.basket-action h5 {
	text-transform: uppercase;
	font-size: 18px;
}
.basket-action .input-group .input-group-button .button {
	margin: 0;
}
.top-total, .basket-sub-total, .basket-discounts, .basket-delivery, .basket-vat {
	text-align: right;
}
strong.basket-total {
	text-align: right;
	float: right;
}
.total-head,
.top-total {
	font-size: 22px;
	font-weight: bold;
}

/**************************************************************************************
**
** CHECKOUT PAGE
**
***************************************************************************************/
.checkout-shipping-details .checkout-items {
	margin-top: 40px;
	background: #f5f5f5;
}
.checkout-items h4 label{
	float: right;
}
.checkout-items p {
	margin-bottom: 0;
}
.checkout-field-city {
	width: 50%;
    float: left;
    padding-right: 8px;
}
.checkout-field-province {
	width: 50%;
    float: left;
    padding-left: 10px;
}
.checkout-field-state {
	width: 50%;
    float: left;
    padding-left: 8px;
}
.checkout-shipping-details .checkout-items .medium-6 {
	display: none;
}
.checkout-billing-details .checkout-items .medium-6,
.checkout-shipping-details .checkout-items .medium-6 {
	margin-top: 15px;
}
.checkout-checkbox,
.checkout-options {
	margin-top: 40px;
}
.checkout-checkbox .checkbox-item {
	border: 1px solid #ddd;
	padding: 10px 15px;
}
.checkout-checkbox .checkbox-item [type=checkbox] {
	margin-bottom: 0;
	margin-right: 8px;
}
div.checkout-checkbox > div:nth-child(2) > div > div {
	margin-top: 10px;
}
.checkout-options .checkout-buttons {
	text-align: right;
}
.checkout-options .accepted-cards ul {
	float: right;
	display: none;
}
.checkout-options .checkout-buttons button {
	min-width: 290px;
}
.paypal-button:hover {
	opacity: 0.85;
}




/**************************************************************************************
**
** MEDIA QUERIES
**
***************************************************************************************/
@media (max-width: 1023px) {
	.column .quantity {
		position: relative;
	}


	.basket-item:last-child {
		border-bottom: 0;
	}
	.basket-item .item-details {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #ddd;
	}
	.basket-item .total-price {
		padding-top: 15px;
		margin-top: 10px;
		border-top: 1px solid #ddd;

		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	.basket-item .total-price p {
		text-align: left;
		margin-bottom: 0;
	}
	.basket-item .qty-input [type=text] {
		margin-bottom: 0;
    	width: 48px;
		float: left;
    	padding-left: 15px;
	}
	.basket-item .qty-input {
		position: absolute;
		top: 21px;
		right: 15px;
		margin-bottom: 0;
	}
	.basket-item .qty-input input.btn,
	.basket-item .qty-input label {
		display: none;
	}
	.basket-item [type=submit] {
		position: relative;
		top: 13px;
		padding-left: 10px;
	}
	.basket-item .qty-input button {
		display: block;
	}
	.basket-item a.save {
		color: #000;
		position: absolute;
		left: 10px;
	}
}

@media (min-width: 640px) and (max-width: 1023px) {
	.basket-item .item-details {
		padding-top: 0;
		margin-top: 0;
    	border-top: 0;
	}
}

@media (max-width: 768px) {
	.hide-for-small {
		display: none;
	}
	.title-bar.hide-for-medium {
		display: block !important;
	}
	.mobile #category-menu {
		display: none;
	}

	.menu.medium-horizontal>li {
		display: block;
		text-align: left;
	}
	#category-menu>li>.is-dropdown-submenu {
		z-index: 99999;
	}
	.submenu {
		width: 100%;
	}
	.submenu a {
		cursor: pointer;
		z-index: 999999999;
	}
}
@media (min-width: 769px) {
	.hide-for-tab {
		display: none;
	}
	.header-links {
		text-align: right;
	}
}

@media (max-width: 1023px) {
	.desktop {
		display: none;
	}


	.mobile {
		display: block;
	}
	.mobile .medium-4 {
		width: 100%;
	}
	.mobile #category-menu {
		text-align: center;
    	margin: 0 auto;
	}
}
@media (min-width: 1024px) {
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}

	header {
		font-size: .8rem;
		background: #fff;
		min-height: 120px;
	}
	.logo-area .logo img {
	    max-height: 100px;
		top: 20px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.logo-area .nav1,
	.logo-area .nav2 {
		position: relative;
        top: 20px;
	}

	/* Menu Hack */
	#category-menu>li>a, #desktop-category-menu>li>a {
		padding-right: 0;
	}
	.nav1 ul li a:first-child {
		padding-right: 0;
	}
	.nav1 #category-menu a:after, #desktop-category-menu a:after {
		display: none;
	}
	.nav2 ul  {
		position: relative;
    	left: -20px;
	}
	.nav2 ul > li:nth-child(1) > a  {
		padding-left: 0;
		padding-right: 0;
		width: 90px;
	}

}
.button.view-all {
	display: block;
	margin: auto;
	width: 120px;
	margin-top: 25px;
}

.clock-icon {
	width: 15px;
}

.home-blogs.section-padding {
	background:-webkit-linear-gradient(344deg, rgb(255, 255, 255) 61%, rgb(245, 245, 245) 59%);
	background:-o-linear-gradient(344deg, rgb(255, 255, 255) 61%, rgb(245, 245, 245) 59%);
	background:-moz-linear-gradient(344deg, rgb(255, 255, 255) 61%, rgb(245, 245, 245) 59%);
	background:linear-gradient(344deg, rgb(255, 255, 255) 61%, rgb(245, 245, 245) 59%);
}

.breadcrumbs a {
	color: #eb2020;
	font-size: 12px;
}

.breadcrumbs li {
	font-size: 12px;
}

a:focus, a:hover {
	color: #eb2020!important;
}

.button, .button:hover {
	color: #fff!important;
}

.button:focus, .button:hover  {
	background-color: #eb2020!important;
}

a {
	color: #eb2020;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	outline: none;
}

.reveal a, .reveal .product-price {
	color: #eb2020;
}

:focus {
	outline: none;
}

.search-toggle {
	font-size: 20px;
	margin-left: 5px;
}

.account-login__register {
	padding-left: 10px;
}

.account-login__login {
	padding-right: 10px;
	border-right: 2px solid red;
}

.button.expanded.sign-up {
	margin-top: 15px;
}


@media (max-width: 970px) {
	.account-login__register {
		margin-top: 20px;
		padding-left: 0!important;
	}
	.account-login__login {
		border-right: none;
	}
	.column-mobile {
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
	}
}

.message-delivery {
	background: #eb2020;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-size: 20px;
	margin-top: 8px;
	text-align: center;
	padding: 10px;
}

.slick-slider .prev {
	left: 0!important;
}

.slick-slider .next {
	right: 0!important;
}

.card {
	border: none;
}

.has-sale-price .product-sale-price, .product-price {
	color: #5e5e5e!important;
	font-family: trade-gothic-next, sans-serif!important;
}

.badge, .badge.primary {
	background-color: #eb2020!important;
}

.off-canvas-basket__heading {
	color: #000!important;
	font-size: 1.125rem;
	text-align: center;
	font-size: 20px!important;
	font-weight: 600!important;
}

.remove-button, .item .remove-btn, .off-canvas-basket .items .price {
	color: #eb2020!important;
}

.content-wrapper-price {
	padding: 10px;
	background: #fff;
	margin-top: 10px;
}