<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General*/
.master-wrapper-content {
	width: 100%;
	min-height: calc(100vh - 520px);
}

* {
	box-sizing: border-box;
}

div {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	color: #494949;
	font: normal 14px Roboto, Arial, Helvetica, sans-serif;
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
	margin: 0;
	-webkit-font-smoothing: none !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	overflow-x: hidden;
}

.center-1 {
	margin: 0;
	width: 100%;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea {
	font-family: "Roboto",sans-serif;
}

p {
	font-size: 18px;
	font-weight: 300;
	color: #494949;
	margin: 0 0 10px;
}

.form-fields {
	position: relative;
	border-top: 0;
	background-color: transparent;
	padding: 30px 15px;
}

h1,
h2 {
	font-size: 30px;
	font-weight: 300;
	color: #494949;
	margin: 0;
}

a, button, input {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.clear {
	height: 0;
	display: block;
	clear: both;
}

.flex-container {
	display: -ms-flexbox;
	/*IE*/
	display: -webkit-flex;
	/* Safari */
	display: flex;
}

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

.text-left {
	text-align: left;
}

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

.container-large {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.justify-content-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-25 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.flex-28 {
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
}

.flex-30 {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.flex-40 {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}

.flex-33 {
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.flex-50 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.flex-60 {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.flex-70 {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.flex-72 {
	-ms-flex-preferred-size: 72%;
	flex-basis: 72%;
}

.flex-75 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

.italic-text {
	font-style: italic;
}

.page-title {
	margin: 0;
	border-bottom: 2px solid #FF6B00;
	padding: 55px 0 15px;
}

	.page-title h1 {
		color: #55565A;
		font-size: 24px;
		line-height: 1;
	}

.page-body {
	padding: 50px 0 55px;
}

.bar-notification .content {
	margin: 0 10px 0 0;
	color: #FFF;
}
/*Header*/
.header {
	width: 100%;
}



.header-links-wrapper {
	background-color: #232323;
	height: 100%;
	width: 100%;
}

.header-top-lang {
	margin: 0 auto;
	width: 100%;
	padding: 2px 0 0 20%;
	min-height: 36px;
}

.language-list li:first-child {
	margin: 0 15px 0 0;
}

.language-list li {
	position: relative;
}

	.language-list li:first-child:after {
		content: '';
		display: block;
		position: absolute;
		right: -7.5px;
		top: 1px;
		width: 1px;
		height: 14px;
		background-color: #686868;
	}

.language-list a {
	display: block;
	position: relative;
	width: 1.9ch;
	height: auto;
	line-height: 1;
	font-size: 15px;
	overflow: hidden;
	color: #686868;
	text-transform: lowercase;
	font-weight: 300;
}

.header-account-name {
	position: relative;
}

	.header-account-name:before {
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/account-icon.svg);
		position: absolute;
		left: -17px;
		top: -1px;
	}

.header-account-list {
	display: none;
}

.header-upper {
	position: relative;
	z-index: 1;
	border-bottom: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.phone-header a {
	font-size: 16px;
	font-weight: 700;
	color: #ee7c13;
	letter-spacing: .5px;
	font-family: "Roboto Condensed", sans-serif;
}

.header-links-account {
	min-height: 36px;
	background-color: #EDEDED;
	padding: 0 0 0 36px;
}

.header-account-name span {
	color: #686868;
	font-size: 14px;
	font-weight: 300;
	padding: 0 0 0 10px;
}

.cart-header {
	min-height: 69px;
	background-color: #1E1E1E;
	text-align: left;
}

.mini-menu {
	padding: 0 0 0 10%;
	display: none;
}

	.mini-menu li {
		position: relative;
	}

		.mini-menu li:first-child:after {
			content: '';
			display: block;
			height: 14px;
			width: 1px;
			background-color: #686868;
			position: absolute;
			right: 0;
			top: 1px;
			display: none;
		}



		.mini-menu li a {
			font-weight: 300;
			font-size: 14px;
			padding: 0 12px;
		}

.header-lower {
	display: block;
	width: 100%;
	padding: 0;
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.search-box-wrapper {
	padding: 17px 15px;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/search-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.search-box-container {
	max-width: 1024px;
	margin: 0 auto;
}

	.search-box-container form {
		position: relative;
	}

.search-box-wrapper input[type="text"] {
	width: 100%;
	height: 37px;
	border: 1px solid #C6C6C6;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

	.search-box-wrapper input[type="text"]::placeholder {
		color: #B2B2B2;
		font-size: 16px;
		font-style: italic;
		font-family: "Roboto",sans-serif;
		font-weight: 300;
	}

.search-box-wrapper input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 0;
	width: 45px;
	height: 35px;
	font-size: 0;
	border: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/search-icon.png);
}

.flyout-cart {
	position: static;
	width: 100%;
	box-shadow: unset;
	background-color: transparent;
	display: block;
}

#topcartlink {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0 20px 0 22px;
	background-color: transparent;
	color: #A8A8A8;
}

	#topcartlink a {
		background: url(/Themes/DefaultClean/Content/images/Bitros/Icons/cart-icon.png) left center no-repeat;
		padding: 5px 0 5px 30px;
		background-size: 21px;
	}

.ico-cart .cart-label {
	font-size: 12px;
	font-weight: 300;
	color: #A8A8A8;
}

.mini-shopping-cart {
	text-align: left;
	font-size: 12px;
	padding: 10px 20px 0 20px;
}

	.mini-shopping-cart .count a {
		margin: 0 2px;
		font-weight: 300;
		color: #FFFFFF;
		font-size: 15px;
	}

	.mini-shopping-cart .totals strong {
		font-size: 15px;
		color: #FFFFFF;
		font-weight: 300;
		position: relative;
		padding-left: 7px;
	}

		.mini-shopping-cart .totals strong:before {
			content: '|';
			font-size: 16px;
			position: absolute;
			left: 1px;
			top: -1px;
		}

	.mini-shopping-cart .totals {
		margin: 0;
		font-size: 14px;
	}

.no-items-header {
	font-size: 15px;
	padding: 0 0 0 5px;
	color: #FFF;
	font-weight: 300;
	margin: 5px 0 0;
	display: block;
}

.header-menu .sublist li a:before {
	display: none;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	position: relative;
	z-index: 1024;
}

	.header-logo a img {
		max-width: 99%;
		opacity: 1;
		z-index: 1024;
		max-height: 100px;
	}

.item-box .picture a img {
	width: auto;
	object-fit: cover;
}

.logout-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 25px;
	color: #FFF;
}

	.logout-wrapper a.ico-logout {
		position: relative;
		padding: 0 0 0 20px;
	}

		.logout-wrapper a.ico-logout:hover {
			color: #ee7c13;
		}

		.logout-wrapper a.ico-logout:before {
			content: '';
			display: block;
			height: 20px;
			width: 20px;
			position: absolute;
			left: -5px;
			top: -2px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/logout-icon.svg);
		}
/*End Header*/
/*Homepage*/
.owl-dots {
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-dot {
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	border: 2px solid #444;
	float: left;
	border-radius: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 3px;
}

	.owl-dot span {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background-color: #444;
	}

	.owl-dot.active {
		border-color: #ee7c13;
	}

		.owl-dot.active span {
			background-color: #ee7c13;
		}

.slide img {
	display: block;
	height: auto;
	max-width: 100%;
}

.slide {
	cursor: grab;
}
/*Homepage Categories*/
.home-page .page-body {
	padding: 0;
	-webkit-box-shadow: 0 -10px 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -10px 40px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1024;
}

.home-page-category-grid {
	max-width: 1500px;
	margin: 0 auto 150px;
	width: 97%;
	padding: 45px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.homepage-category-box {
	padding: 0 5px;
	margin: 5px 0;
	overflow: hidden;
}

.category-home-grid {
	max-width: 1415px;
	margin: 0 auto;
}

.category-item {
	position: relative;
}

	.category-item .picture a {
		display: block;
	}

		.category-item .picture a img {
			display: block;
			max-width: 100%;
			height: auto;
			object-fit: cover;
			margin: 0 auto;
		}

.home-page-category-grid .category-title {
	position: absolute;
	top: 0;
	height: 100%;
	right: -10%;
	width: 50%;
	background-color: rgba(255, 255, 255, .75);
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}

	.home-page-category-grid .category-title .title {
		height: 100%;
		width: 100%;
		-webkit-transform: skew(25deg);
		-ms-transform: skew(25deg);
		transform: skew(25deg);
		padding-right: 27%;
		text-align: right;
	}

.home-page-category-grid .title a {
	padding: 0;
	font-size: 21px;
	color: #ee7c13;
	font-weight: 400;
}
/*Homepage Products*/
.home-page-product-grid .title {
	border: 0;
	padding: 0;
	margin: 0 0 65px;
}

	.home-page-product-grid .title strong {
		font-weight: normal;
		color: #EE7C13;
		font-size: 25px;
	}

.home-page-product-grid .item-grid {
	max-width: 1385px;
	margin: 0 auto;
	padding: 0 40px;
}

.home-page .product-grid .owl-item .item-box {
	width: 100%;
}

.home-page .new-products-wrapper .product-grid .item-box {
	margin: 0;
}

.home-page .new-products-wrapper .product-grid .item-box {
	width: 100%;
}

.home-page .product-grid .owl-carousel .owl-item {
	padding: 0 12px;
}

.related-products-grid .item-grid.owl-homepage-products {
	max-width: 1385px;
	margin: 0 auto;
	padding: 0 40px;
}

.home-page-product-grid .owl-carousel .owl-stage-outer {
	padding: 20px 0;
}

/*New Products*/
.home-page .new-products-wrapper .item-box {
	width: 50%;
	margin: 0;
}
/*Login Page*/
.login-logo {
	text-align: center;
}

	.login-logo img {
		max-width: 200px;
		display: block;
		margin: 0 auto;
		height: auto;
	}
/*Password Recovery Page*/
.password-recovery-page .tooltip {
	margin: 0 0 25px;
	text-align: center;
}
/*New Products*/
.home-page .new-products-wrapper .item-box {
	width: 50%;
	margin: 0;
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 0;
}

	.home-page .new-products-wrapper .item-box:hover {
		-moz-box-shadow: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

.new-products-wrapper {
	-moz-box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.09);
}

.product-item-left {
	-ms-flex-preferred-size: 59%;
	flex-basis: 59%;
}

.product-item-right {
	-ms-flex-preferred-size: 41%;
	flex-basis: 41%;
	padding: 9% 2.8%;
	background-color: #ee7c13;
	position: relative;
}

.home-page .new-products-wrapper .item-box .product-item-new .product-title {
	min-height: unset;
	border: 0;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	display: block;
}

	.home-page .new-products-wrapper .item-box .product-item-new .product-title a {
		font-size: 24px;
		color: #231F20;
	}



.more-btn {
	font-size: 12px;
	font-weight: 400;
	color: #ee7c13;
	width: 183px;
	height: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.more-btn:hover {
		opacity: 0.6;
	}

.home-page .new-products-wrapper .item-box .product-item-new .sku-product {
	color: #FFF;
	padding: 20px 0;
	border-top: 2px solid #DFE1E6;
	border-bottom: 2px solid #DFE1E6;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0 50px;
}

.home-page .new-products-wrapper .product-grid .owl-carousel .owl-item {
	padding: 0;
}

.item-box .product-item-new .picture {
	margin: 0;
}

	.item-box .product-item-new .picture a img {
		max-width: 415px;
	}

.owl-new-products .owl-nav .owl-prev, .owl-new-products .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	height: 96px;
	width: 70px;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-size: 25px;
}

.owl-new-products .owl-nav .owl-prev {
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/owl-home-prev.png);
	background-position: 40%;
	left: 0;
}

.owl-new-products .owl-nav .owl-next {
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/owl-home-next.png);
	background-position: 60%;
	right: 0;
}

/*End Homepage*/
/*Category Page*/
.pager li span {
	border-color: transparent;
	background-color: #ee7c13;
	color: #fff;
}

.footer-block.my-account {
	display: none;
}

.side-2 {
	background-color: #FFF;
}

.columns-wrapper {
	background-repeat: no-repeat;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/category-bg.jpg);
	background-position: bottom right;
	margin: 20px 0 0;
}

.columns-container {
	max-width: 1335px;
	margin: 0 auto;
	padding: 0 15px;
}

.search-input .inputs select, .product-selectors select {
	margin: 0 8px;
	height: 24px;
	padding: 2px 20px 2px 4px;
	border: 1px solid #EDEFF4;
	font-size: 11px;
	color: #757575;
	font-weight: 300;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/cevron-bottom.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 97%;
}

	.product-selectors select#products-pagesize {
		background-position: 90%;
	}

.product-selectors span {
	vertical-align: middle;
	font-size: 11px;
	font-weight: 300;
	color: #757575;
}

.product-selectors .product-viewmode a {
	width: 31px;
	height: 31px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

	.product-selectors .product-viewmode a.grid {
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/grid-icon_unselected.svg);
	}

		.product-selectors .product-viewmode a.grid.selected {
			background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/grid-icon_selected.svg);
		}

	.product-selectors .product-viewmode a.list {
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/list-icon_unselected.svg);
	}

		.product-selectors .product-viewmode a.list.selected {
			background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/list-icon_selected.svg);
		}

.item-box {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	padding: 15px;
	background-color: #FFF;
}

	.item-box .product-title {
		min-height: 85px;
		margin: 0 0 5px;
		text-align: center;
		padding: 5px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid #E8E8E8;
		border-bottom: 1px solid #E8E8E8;
	}

		.item-box .product-title a {
			display: block;
			color: #3C3A3F;
			font-size: 15px;
			font-weight: 700;
		}

			.item-box .product-title a:hover {
				color: #ee7c13;
			}

	.item-box .add-info {
		padding: 15px 0 0;
		text-align: center;
	}

	.item-box .prices {
		height: auto;
		margin: 0 0 25px;
	}

	.item-box .sku-product {
		margin: 20px 0 20px;
		font-size: 11px;
		font-weight: 300;
		color: #757575;
		text-align: center;
	}

	.item-box .details {
		padding: 0;
	}

	.item-box input[type="button"] {
		height: 43px;
	}

	.item-box .product-box-add-to-cart-button {
		display: inline-block;
		height: 43px;
		border: none;
		vertical-align: middle;
		width: 100%;
		background-color: #ee7c13;
		font-size: 14px;
		font-weight: 700;
		text-transform: none;
		padding: 14px 0 10px 26px;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/cart-icon-white.png);
		background-repeat: no-repeat;
		background-position: 23%;
		background-size: 23px;
		letter-spacing: 1px;
	}

		.item-box .product-box-add-to-cart-button:hover {
			background-color: #1E1E1E;
		}

	.item-box .actual-price {
		margin: 0;
		font-size: 21px;
		color: #3C3A3F;
		font-weight: 700;
	}

.product-list .item-box .picture a {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}

.product-list .item-box .picture {
	float: left;
	width: 200px;
	margin: 0;
	border-right: 1px solid #E8E8E8;
}

.product-list .item-box .sku-product {
	margin: 0;
}

.product-list .item-box .buttons {
	text-align: right;
}

.product-list .item-box .product-box-add-to-cart-button {
	width: auto;
	min-width: unset;
	padding: 4px 0px 0 35px;
	width: 210px;
}

.product-list .item-box .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

	.product-list .item-box .details &gt; * {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.product-list .item-box .details .details-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

.product-list .item-box .prices {
	margin: 0 0 25px;
	text-align: right;
}

.product-list .item-box .product-title {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 5px 0 0;
	border: 0;
}

.product-list .item-box .add-info {
	padding: 5px 0 0;
}

.product-list .item-box .details .details-top &gt; * {
	width: 100%;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	line-height: 1;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 0 20px;
	padding: 10px 15px;
}

	.product-list .item-box:nth-child(4n) {
		margin: 0 0 20px;
	}

.breadcrumb {
	margin: 0;
	background-color: transparent;
}

	.breadcrumb li * {
		display: inline-block;
		margin: 0 5px;
		font-size: 14px;
		line-height: 32px;
		color: #757575;
		font-weight: 300;
	}

	.breadcrumb a:hover {
		color: #ee7c13;
	}

	.breadcrumb strong {
		font-weight: 300;
	}

.product-files-wrapper {
	margin: 0 0 45px;
}

.product-grid, .product-list {
	margin: 0;
}

.product-files-line span {
	color: #757575;
	font-size: 15px;
	font-weight: 300;
}

.product-files-line .label {
	text-align: left;
}

.download.icon {
	color: #ee7c13;
	position: absolute;
	margin-left: 3px;
	margin-top: 12px;
	width: 13px;
	height: 4px;
	border-radius: 1px;
	border: solid 1px currentColor;
	border-top: none;
	font-size: 0;
	right: 10px;
}

	.download.icon:before {
		content: '';
		position: absolute;
		left: 6px;
		top: -9px;
		width: 1px;
		height: 10px;
		background-color: currentColor;
	}

	.download.icon:after {
		content: '';
		position: absolute;
		left: 4px;
		top: -4px;
		width: 4px;
		height: 4px;
		border-top: solid 1px currentColor;
		border-right: solid 1px currentColor;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

.product-files-line a {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: 0 0 -7px;
}

.files-title {
	margin: 0 0 15px;
}

	.files-title h3 {
		text-align: left;
		font-weight: 300;
	}
/*Product Files*/
.product-files-line {
	padding: 10px 0;
	border-bottom: 2px solid #EDEFF4;
}
/*Filters*/
.block-category-navigation {
	padding: 0 0 15px;
	border-bottom: 2px solid #EDEFF4;
	margin: 0 0 25px;
}

	.block-category-navigation .listbox {
		padding: 0;
	}

.filter-container input[type="text"] {
	width: 50%;
	border: 0;
	color: #444;
	padding: 0;
}

	.filter-container input[type="text"]:nth-child(2n) {
		text-align: right;
	}

.filter-box label {
	color: #3C3A3F;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 0 0 10px;
}

.filter-box {
	padding: 0 0 15px;
	border-bottom: 2px solid #EDEFF4;
	margin: 0 0 25px;
}

/*.filter-button-wrapper {
    display: none;
}*/
.filter-button-wrapper .search-button {
	width: 100%;
	height: 53px;
	font-size: 20px;
	color: #FFF;
	background-color: #ee7c13;
	border: 0;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0;
}

	.filter-button-wrapper .search-button:hover {
		background-color: #1e1e1e;
	}

.filter-box .slider.ui-widget-content {
	max-width: 217px;
	margin: 0 auto;
	border: 0;
	background: none;
	background-color: rgba(238, 124, 19, .55);
	height: 7px;
}

.filter-box .ui-widget-content .ui-state-default {
	border-radius: 100%;
	border: 0;
	background: none;
	background-color: #ee7c13;
	top: -7px;
	cursor: pointer;
}
/*End Filters*/
/*Product Box Prices Button*/
.inline_button .popup-btn {
	display: inline-block;
	height: 43px;
	border: none;
	vertical-align: middle;
	width: 100%;
	background-color: #ee7c13;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	padding: 13px 0;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.inline_button .popup-btn:hover {
		background-color: #1E1E1E;
	}


.price_line {
	padding: 12px 0 8px;
	border-bottom: 2px solid #EDEFF4;
	margin: 0 auto;
	max-width: 475px;
}

	.price_line .price_line_right {
		text-align: center;
	}

	.price_line &gt; * {
		line-height: 1;
	}

		.price_line &gt; * span {
			font-size: 13px;
			font-weight: 300;
			line-height: 1;
			display: inline-block;
		}

	.price_line .price_line_left {
		position: relative;
	}

	.price_line .price_line_right span {
		font-size: 16px;
	}

	.price_line .price_line_title span {
		font-size: 13px;
	}

#inline_content {
	display: none;
}

#cboxLoadedContent #inline_content {
	display: block;
}

#cboxClose {
	width: 20px;
	height: 20px;
	bottom: auto;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/close-icon.svg);
	font-size: 0;
	cursor: pointer;
	background-color: #FFF;
}

.product-list .inline_button {
	max-width: 210px;
	margin: 0 0 0 auto;
}

.filter-toggle {
	display: none;
}
/*End Category Page*/
/*SubCategory Page*/
.subcategory-page {
	max-width: 1335px;
	padding: 0 15px;
	margin: 0 auto;
}

.sub-category-grid .item-box .picture a {
	max-width: 230px;
	margin: 0 auto;
}

.sub-category-grid .item-box {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 0;
}

.sub-category-grid .picture {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.subcategory-page .page-title {
	border: 0;
}

	.subcategory-page .page-title h1 {
		font-size: 25px;
		font-weight: 400;
	}

.sub-category-grid .title a {
	margin: 12px 0 0;
	border-top: 2px solid #ee7c13;
	font-size: 16px;
	font-weight: 300;
	padding: 7px 0 0;
	color: #606060;
	position: relative;
}

	.sub-category-grid .title a:before {
		content: '';
		width: 0px;
		height: 0px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #ee7c13;
		position: absolute;
		top: -8px;
		right: 0;
		left: 0;
		margin: auto;
	}
/*End SubCategory Page*/
/*Product Page*/
.product-essential {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 35px;
	border: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	width: 97%;
}

.product-name h1 {
	color: #EE7C13;
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 15px;
	border-bottom: 2px solid #EDEFF4;
	margin: 0 0 25px;
}

.gallery .picture {
	width: auto;
	border: 2px solid #EDEFF4;
	margin: 0;
}

	.gallery .picture img {
		max-width: 360px;
	}

.gallery .picture-thumbs .thumb-item {
	padding: 10px;
	border: 2px solid #EDEFF4;
}

.gallery .picture-thumbs img {
	max-width: 55px;
	max-height: 55px;
}

.overview .inline_button {
	max-width: 256px;
	margin: 0 0 0 auto;
}

	.overview .inline_button .popup-btn {
		height: 53px;
		font-size: 17px;
		padding: 18px 0;
		line-height: 1;
	}
/*Related Products*/


.product-details-page .related-products-grid {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 15px;
}

.related-products-grid .item-grid.owl-related {
	max-width: 1385px;
	margin: 0 auto;
	padding: 0 40px;
}

.product-details-page .related-products-grid .title {
	text-align: center;
	margin: 0 0 50px;
	border: 0;
	padding: 0;
}

	.product-details-page .related-products-grid .title strong {
		font-weight: normal;
		color: #EE7C13;
		font-size: 25px;
	}

.owl-related .owl-stage-outer {
	padding: 20px 0;
}

.product-details-page .related-products-grid .owl-carousel .owl-item .item-box, .owl-carousel .owl-item .item-box {
	width: 100%;
}

.owl-related .owl-carousel .owl-stage {
	padding: 20px 0;
}

.related-products-grid .owl-carousel .owl-item {
	padding: 0 12px;
}

.related-products-grid .owl-carousel .owl-nav .owl-next, .related-products-grid .owl-carousel .owl-nav .owl-prev, .home-page-product-grid .owl-carousel .owl-nav .owl-next, .home-page-product-grid .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 48px;
	width: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.related-products-grid .owl-carousel .owl-nav .owl-next, .home-page-product-grid .owl-carousel .owl-nav .owl-next {
	right: 3px;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/owl-next.svg);
}

.related-products-grid .owl-carousel .owl-nav .owl-prev, .home-page-product-grid .owl-carousel .owl-nav .owl-prev {
	left: 3px;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/owl-prev.svg);
}

.overview .additional-details, .variant-overview .additional-details {
	margin: 0;
}

	.overview .additional-details div, .variant-overview .additional-details div {
		margin: 0;
		padding: 25px 0;
		border-bottom: 2px solid #EDEFF4;
	}

.overview {
	margin: 0;
	height: 100%;
	min-height: 100%;
}

.product-essential-bottom {
	margin: 55px 0 0;
	text-align: right;
}

.overview .add-to-cart {
	margin: 0;
}

.attribute-product-value {
	text-align: right;
}

.overview .additional-details div, .variant-overview .additional-details div {
	margin: 0;
	padding: 25px 0;
	border-bottom: 2px solid #EDEFF4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.overview .sku .value {
	text-align: right;
}

.attribute-line {
	padding: 25px 0;
	border-bottom: 2px solid #EDEFF4;
}

	.overview .sku .value, .overview .sku &gt; span, .attribute-line span {
		color: #757575;
		font-size: 16px;
		font-weight: 300;
	}

.overview .prices &gt; div &gt; span {
	color: #3C3A3F;
	font-size: 26px;
	font-weight: 700;
}

.overview .sku &gt; span {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.add-to-cart-panel .ui-corner-all {
	border: 0;
}

.overview .ui-spinner-input {
	margin: 0 5px;
	padding: 0 !important;
	width: 90px;
	border: 2px solid #B5B5B5 !important;
	border-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-weight: 300;
	color: #B5B5B5;
	font-size: 19px;
}

.overview .ui-spinner a.ui-spinner-button {
	position: static;
	height: 43px;
	background: none;
	background-color: #B5B5B5;
	border: 0;
	width: 53px;
	text-align: center;
	cursor: pointer;
	border-radius: 0 !important;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
}

	.overview .ui-spinner a.ui-spinner-button.ui-spinner-up {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/plus-icon.svg);
		background-size: 11px;
	}

	.overview .ui-spinner a.ui-spinner-button.ui-spinner-down {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/minus-icon.svg);
		background-size: 11px;
	}

	.overview .ui-spinner a.ui-spinner-button:hover {
		background-color: #1e1e1e;
	}

.add-to-cart-panel .ui-corner-all {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	margin: 0 0 15px;
	border-radius: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
	height: 52px;
	border: none;
	background-color: #EE7C13;
	padding: 2px 0 0 45px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	min-width: 256px;
	background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/cart-icon-white.png);
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 22%;
}

	.overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
		background-color: #1e1e1e;
	}

.overview .ui-button-text-only .ui-button-text {
	display: none;
}
/*End Product Page*/
/*Contact Page*/
.contact-page {
	background-color: #FBF9F8;
}

	.contact-page .page-title {
		margin: 0 0 60px;
	}

.box-shadow-wrapper {
	max-width: 1680px;
	background-color: #FFF;
	margin: 0 auto;
	width: 97%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.contact-page-inner {
	padding: 0 15px 120px;
	background-color: #FFF;
}

	.contact-page-inner .form-fields {
		position: relative;
		border-top: 0;
		background-color: transparent;
		padding: 0;
	}

.contact-page .topic-block {
	margin: 25px 0 65px;
}

	.contact-page .topic-block p {
		margin: 0 0 5px;
		font-size: 16px;
		font-weight: 300;
		text-align: center;
		color: #757575;
	}

.contact-page .inputs {
	max-width: 342px;
	margin: 0 auto 20px;
}

	.contact-page .inputs input[type="text"], .contact-page .inputs textarea {
		background-color: transparent;
		border: 0;
		border-bottom: 2px solid;
		padding: 12px 5px;
		height: auto;
		min-height: 45px;
		font-size: 16px;
		font-weight: 300;
		color: #A8A8A8;
		font-family: "Roboto", sans-serif;
		text-align: center;
	}

	.contact-page .inputs .required {
		position: absolute;
		right: 0;
		font-size: 15px;
		color: #ee7c13;
	}

.contact-page .fieldset {
	margin: 0;
}

.contact-page .buttons {
	margin: 30px 0 25px;
}

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
	min-width: 274px;
	height: 53px;
	border: none;
	background-color: #ee7c13;
	padding: 10px 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}

	.contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover {
		background-color: #a75102;
	}
/*End Contact Page*/
/*Account Page*/
.account-page .page-body {
	padding: 50px 0 0;
}

.change-password-page .fieldset {
	margin: 0 0 25px;
}

.account-page .page-title {
	padding: 0 0 15px;
}

.account-page .form-fields {
	position: relative;
	border-top: 0;
	background-color: #FFF;
	padding: 30px 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.account-page .inputs {
	max-width: 400px;
	margin: 0 auto 15px;
	position: relative;
}

	.account-page .inputs label {
		display: block;
		width: 100%;
		text-align: left;
		margin: 0 0 10px;
		color: #606060;
		font-size: 15px;
		font-weight: 300;
	}

	.account-page .inputs input[type="text"], .account-page .inputs input[type="password"], .account-page .inputs select, .account-page .inputs textarea {
		width: 100%;
		max-width: 400px;
	}

.account-page .button-1 {
	min-width: 274px;
	height: 53px;
	background-color: #ee7c13;
	text-transform: none;
	width: auto;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 30px;
}

	.account-page .button-1:hover {
		background-color: #a75102;
	}

.account-page .required {
	position: absolute;
	right: 0;
	font-size: 15px;
	color: #ee7c13;
}

.account-page .buttons {
	text-align: center;
	margin: 35px 0 0;
}

.block .title {
	border: 0;
	padding: 0;
}

	.block .title strong {
		font-weight: 400;
		font-size: 20px;
	}

.block .list a:before {
	display: none;
}

.block .list li {
	padding: 0;
	margin: 0 0 10px;
	position: relative;
}

.block .list a {
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.block .list a:hover {
		color: #ee7c13;
	}

.block .list .active &gt; a {
	color: #ee7c13;
}

.block .sublist {
	margin: 15px 0 5px 10px;
	display: none;
}

.order-list-page .order-list {
	position: relative;
	background-color: #FFF;
	padding: 30px 15px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.order-item .title {
	padding: 0 0 15px;
	border-bottom: 2px solid #EDEFF4;
	position: relative;
}

.order-list-page .buttons {
	margin: 0;
}

.address-list-page .info, .order-list-page .info {
	background: transparent;
	border: 0;
	padding: 0;
}

.address-list-page .button-2:hover, .order-list-page .button-2:hover {
	color: #ee7c13;
}

.order-list-page .fieldset .title strong, .order-list-page .section .title strong {
	font-weight: 300;
	font-size: 18px;
}

.order-list-page .section {
	padding: 0 0 30px;
	border-bottom: 1px solid #ee7c13;
}

.order-details-container {
	max-width: 1335px;
	margin: 0 auto;
	padding: 0 15px;
}

.order-details-page .page-title a.print-order-button {
	background-color: #ee7c13;
}

	.order-details-page .page-title a.print-order-button:hover {
		background-color: #1e1e1e;
	}

.order-details-page .order-overview .order-total strong {
	font-weight: normal;
	color: #ee7c13;
}

.order-number strong {
	text-transform: none;
	font-weight: 400;
	color: #000;
}

.order-review-data li, .order-details-area li, .shipment-details-area li {
	padding: 3px 0;
	font-weight: 300;
	font-size: 16px;
}

.order-details-page .actions input:first-child {
	background-color: #ee7c13;
	margin: 0;
	width: 100%;
	height: 53px;
	font-size: 17px;
	font-weight: 300;
}

	.order-details-page .actions input:first-child:hover {
		background-color: #1e1e1e;
	}
/*End Account Page*/
/*Topic Pages*/
.topic-page .page-body {
	max-width: 1230px;
	margin: 0 auto;
	padding: 55px 15px;
}
/*End Topic Pages*/
/*Login Page*/
.password-recovery-page .inputs, .login-page .returning-wrapper .inputs {
	max-width: 400px;
	margin: 0 auto 15px;
}

	.password-recovery-page .inputs label, .login-page .returning-wrapper .inputs label {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: 300;
		color: #444;
	}

.login-page .returning-wrapper input[type="text"], .login-page .returning-wrapper input[type="password"], .password-recovery-page input[type="text"], .password-recovery-page input[type="password"] {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #A8A8A8;
	padding: 12px 5px;
	height: auto;
	min-height: 45px;
	font-size: 16px;
	font-weight: 300;
	color: #444;
	font-family: "Roboto", sans-serif;
	text-align: center;
	width: 100%;
}

.password-recovery-page form {
	max-width: 1380px;
	padding: 0 15px;
	margin: 0 auto;
}

.login-page .returning-wrapper .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 14px;
	color: #444;
	font-weight: 300;
}

.password-recovery-page .button-1, .login-page .button-1 {
	background-color: #ee7c13;
	width: 100%;
	max-width: 400px;
	height: 53px;
	font-weight: 300;
	font-size: 18px;
	text-transform: none;
	font-family: "Roboto", sans-serif;
}

	.login-page .button-1:hover {
		background-color: #1e1e1e;
	}

	.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover {
		background-color: #1e1e1e;
	}

.login-page .returning-wrapper .inputs.reversed a:hover {
	color: #ee7c13;
}
/*End Login Page*/
/*Search Page*/
.search-page .page-title {
	margin: 0 0 -1px;
	padding: 0 0 15px;
}

.block-category-navigation .title {
	display: none;
}

.search-page .page-body {
	padding: 50px 0 0;
}

.search-input {
	padding: 20px 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

	.search-input .form-fields {
		padding: 0;
		background-color: transparent;
		border: 0;
	}

	.search-input .buttons {
		text-align: center;
		margin: 0;
	}

	.search-input .inputs {
		max-width: 400px;
		position: relative;
		margin: 0 auto 10px;
	}

		.search-input .inputs:not(.reversed) label {
			width: 100%;
			display: block;
			text-align: left;
			margin: 0 0 10px;
			font-weight: 300;
			font-size: 16px;
		}

	.search-input .reversed label {
		font-size: 16px;
		font-weight: 300;
	}

	.search-input .button-1 {
		border: none;
		background-color: #ee7c13;
		padding: 10px 30px;
		text-align: center;
		color: #fff;
		width: 100%;
		max-width: 400px;
		height: 53px;
		font-size: 18px;
		font-weight: 300;
		text-transform: none;
	}

		.search-input .button-1:hover {
			background-color: #1e1e1e;
		}
/*End Search Page*/
/*Cart Page*/
.order-progress {
	display: none;
}

.cart .product a:hover, .data-table .product a:hover, .data-table .info a:hover {
	color: #ee7c13;
	text-decoration: none;
}

.shopping-cart-page {
	padding: 55px 0 50px;
}

.totals .shipping-cost {
	display: none;
}

.order-summary-content {
	max-width: 1335px;
	margin: 0 auto;
	padding: 0 15px;
}

.shopping-cart-page .common-buttons {
	background-color: #F4F4F4;
}

.cart th, .data-table th, .forum-table th {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #f4f4f4;
	padding: 10px;
	white-space: nowrap;
	font-weight: normal;
}

.cart td, .data-table td, .forum-table td {
	min-width: 50px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #CCC #CCC;
	background-color: #fff;
	padding: 20px;
	color: #444;
}


.shopping-cart-page .common-buttons input:first-child {
	background-color: #ee7c13;
}

	.shopping-cart-page .common-buttons input:first-child:hover {
		background-color: #1e1e1e;
	}

.cart-total .order-total {
	font-size: 20px;
	color: #ee7c13;
}

.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #ee7c13;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.cart-footer .checkout-button:hover {
		background-color: #1e1e1e;
	}

.order-completed .details strong {
	font-weight: normal;
	text-transform: none;
}

.order-completed .details a {
	color: #ee7c13;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #ee7c13;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	text-transform: none;
	font-size: 16px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}

	.checkout-page .button-1:hover {
		background-color: #1e1e1e;
	}
/*End Cart Page*/

/*Cookies*/
.eu-cookie-bar-notification {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 10px 20px;
	text-align: center;
	right: 0;
}

	.eu-cookie-bar-notification button {
		background-color: #ee7c13;
		border: 1px solid #ee7c13;
	}

		.eu-cookie-bar-notification button:hover {
			background-color: #FFF;
			color: #ee7c13;
		}

	.eu-cookie-bar-notification .text {
		margin-bottom: 5px;
		line-height: 1;
	}

	.eu-cookie-bar-notification a {
		display: block;
		color: #ee7c13;
	}
/*Footer*/
.footer-block.means-of-payment {
	display: none;
}

.footer-upper-middle .footer-block.information {
	display: none;
}

.footer {
	position: relative;
}

.footer-upper {
	width: 100%;
	padding: 45px 0;
	border: 0;
}

	.footer-upper .container-large:after {
		content: '';
		display: block;
		clear: both;
	}

.footer-logo {
	mix-blend-mode: multiply;
	margin: 0 0 40px;
}

	.footer-logo a {
		display: block;
		overflow: hidden;
	}

		.footer-logo a img {
			margin: 0 0 0 -23px;
			max-width: 100%;
			max-height: 100px;
		}

.means-of-payment-img {
	mix-blend-mode: multiply;
	margin: 0 0 30px;
	display: none;
}

.footer-lower {
	width: 100%;
	padding: 0;
}

.footer-terms-list li:first-child {
	margin-right: 22px;
}

.footer-terms-list {
	padding: 10px 0;
	border-top: 2px solid #D6D5D5;
	border-bottom: 2px solid #D6D5D5;
}

	.footer-terms-list li {
		position: relative;
	}

		.footer-terms-list li:first-child:after {
			content: '|';
			font-size: 19px;
			position: absolute;
			top: -4px;
			right: -13px;
			color: #939393;
			font-weight: 300;
		}

		.footer-terms-list li a {
			color: #939393;
			font-weight: 300;
		}

			.footer-terms-list li a:hover {
				color: #EE7C13;
			}

.footer-upper-left ul li {
	color: #747678;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 7px;
}

.footer-upper-left li strong {
	font-size: 14px;
	font-weight: 600;
}

.footer-upper-middle .footer-block .list li {
	padding: 0;
	margin: 0 0 20px;
}

.footer-upper-middle .footer-block .list a, .footer-upper-middle .footer-block .list li {
	font-size: 12px;
	font-weight: 300;
	color: #747678;
}

	.footer-upper-middle .footer-block .list a:hover {
		color: #d2851b;
	}

.footer-powered-by, .footer-info {
	float: left;
	margin: 0;
	line-height: 32px;
	color: #8B8C8E;
	font-size: 12px;
	font-weight: 300;
}

	.footer-powered-by a {
		font-weight: 300;
		color: #d38721;
	}

.footer-upper:after {
	display: none;
}
/*End Footer*/
/*Media*/

@media (min-width:768px) {
}

@media (min-width:1025px) {
	/*Header*/
	.search-toggle-mobile {
		display: none;
	}

	.top-menu-mobile {
		display: none;
	}

	.header-menu .sublist {
		margin: -7px 0 0;
		z-index: 999999;
	}

	.header-menu {
		width: 100%;
		padding: 6px 0 3px 20%;
		margin: 0;
		border: 0;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/menu-bg.png);
		background-position: left;
		background-repeat: no-repeat;
	}

		.header-menu .sublist li a {
			display: block;
			position: relative;
			padding: 10px 20px 10px 30px;
			font-size: 16px;
			color: #444;
			font-weight: 300;
		}

	.phone-header {
		margin: 0 30px 0 0;
	}

		.phone-header a {
			pointer-events: none;
		}

	.header-logo {
		margin: 0 -5% 0 0;
	}

	.header-menu &gt; ul &gt; li {
		padding: 0 15px;
		border: 0;
		position: relative;
	}

		.header-menu &gt; ul &gt; li:after {
			content: '';
			display: block;
			position: absolute;
			right: 0;
			height: 27px;
			width: 2px;
			background-color: rgba(255, 255, 255, .5);
			top: 0;
		}

		.header-menu &gt; ul &gt; li:last-child:after {
			display: none;
		}

		.header-menu &gt; ul &gt; li:last-child {
			padding-right: 0;
		}

		.header-menu &gt; ul &gt; li:first-child {
			padding-left: 0;
		}

		.header-menu &gt; ul &gt; li &gt; a, .header-menu &gt; ul &gt; li &gt; span {
			font-size: 13px;
			color: #FFF;
			font-weight: 600;
			padding: 5px 0;
		}

			.header-menu &gt; ul &gt; li &gt; a:hover {
				color: #944700;
			}

	.mini-shopping-cart .count {
		padding: 0;
		color: #444;
	}

	/*Homepage*/
	/*Homepage Products*/
	.home-page-product-grid {
		margin: 0 0 120px;
	}

	.home-page .product-grid .item-box {
		width: 19%;
		margin: 0 0.5%;
	}

	.item-grid .item-box {
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

		.item-grid .item-box:hover {
			-webkit-box-shadow: 3px 3px 40px 1px rgba(0, 0, 0, .15);
			box-shadow: 3px 3px 40px 1px rgba(0, 0, 0, .15);
		}

	.sub-category-grid .item-grid .item-box {
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

		.sub-category-grid .item-grid .item-box:hover {
			-webkit-box-shadow: unset;
			box-shadow: unset;
		}

	/*End Homepage*/
	/*Category Page*/
	.side-2 {
		float: none;
		width: 20%;
		position: relative;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
		margin: 0 0 75px;
	}

	.side-2-inner {
		padding: 25px 15px 25px 15px;
	}

	.center-2 {
		float: none;
		width: 78.5%;
	}

	.breadcrumb ul {
		font-size: 0;
		max-width: 1335px;
		margin: 0 auto;
		padding: 0 15px;
	}

	.category-page .page-body {
		padding: 15px 0 0;
	}

	.category-selectors-wrapper {
		position: relative;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
		padding: 20px 15px 15px;
		background-color: #FFF;
	}

	.center-1 .category-selectors-wrapper {
		box-shadow: unset;
		background-color: transparent;
	}

		.center-1 .category-selectors-wrapper .page-title {
			border: 0;
		}

	.category-page .page-title {
		padding: 0 0 15px;
		border-bottom: 2px solid #EDEFF4;
	}

		.category-page .page-title h1 {
			color: #FF6B00;
			font-size: 24px;
			font-weight: 300;
		}

	.product-selectors {
		margin: 0 0 20px;
		border-top: 0;
		border-bottom: 0;
		padding: 15px 0 0;
		margin: 0;
	}

	.product-filters {
		display: none;
	}

	.item-box {
		width: 24%;
		margin: 0 1.333333% 25px 0;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	}

		.item-box:nth-child(4n) {
			margin: 0 0 25px;
		}

		.item-box:nth-child(3n+1) {
			clear: none;
		}
	/*End Category Page*/
	/*Category Navigation*/
	.list-toggle {
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		right: 0;
		top: 2%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 14px;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/toggle-icon.svg);
		cursor: pointer;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

		.list-toggle.active {
			-moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}
	/*SubCategory Page*/
	.subcategory-page .page-title {
		border: 0;
	}

	.sub-category-grid .item-box {
		width: 24%;
		margin: 0 1% 50px 0;
	}

		.sub-category-grid .item-box:nth-child(4n) {
			margin: 0 0 50px;
		}

	/*End SubCategory Page*/
	/*Product Page*/
	.overview {
		width: 57%;
	}

		.overview .attributes {
			display: none;
		}

	.gallery {
		float: left;
		width: 40%;
		margin: 0;
	}

	.thumb-item {
		padding: 10px;
		border: 2px solid #EDEFF4;
	}

	.gallery .picture-thumbs .thumb-item {
		padding: 10px;
		border: 2px solid #EDEFF4;
		margin: 10px 5.78% 0 0;
		width: 20.59%;
	}

		.gallery .picture-thumbs .thumb-item:nth-child(4n) {
			margin-right: 0;
		}

	.product-essential-top {
		min-height: 255px;
	}
	/*Related Products*/
	.product-details-page .related-products-grid .item-box {
		width: 19%;
		margin: 0 0.5%;
	}

	.product-details-page .product-grid .item-box:nth-child(4n+1) {
		clear: none;
	}
	/*End Product Page*/
	/*Login Page*/
	.login-page .returning-wrapper {
		float: none;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}

		.login-page .returning-wrapper .form-fields {
			min-height: 200px;
			padding: 0;
			background-color: #FFF;
			border: 0;
		}

		.login-page .returning-wrapper .buttons {
			background-color: #fff;
			padding: 0;
			margin: 0;
		}

	/*End Login Page*/
	/*Footer*/
	.footer-block {
		width: auto;
	}

	.footer-block {
		width: auto;
	}

	.footer-upper-right {
		-ms-flex-preferred-size: 351px;
		flex-basis: 351px;
	}

	.footer-upper-left {
		-ms-flex-preferred-size: 219px;
		flex-basis: 219px;
	}

	.footer-upper-middle {
		-ms-flex-preferred-size: 680px;
		flex-basis: 680px;
	}

	.footer-block .title {
		display: none;
	}

	.footer-upper-middle .footer-block {
		margin-right: 60px;
	}

		.footer-upper-middle .footer-block:last-child {
			margin-right: 0;
		}
}

@media (min-width:1631px) and (max-width:1700px) {
	/*Header*/
	.header-top-left {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}

	.header-top-right {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media (min-width:1367px) and (max-width:1630px) {
	/*Header*/
	.header-top-left.flex-container {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}

	.header-top-right {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

	.header-logo {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

	.header-menu-wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (min-width:1025px) and (max-width:1366px) {
	/*Header*/
	.header-menu-wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.header-top-left {
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
	}

	.header-top-right {
		-ms-flex-preferred-size: 14%;
		flex-basis: 14%;
	}

	.header-logo {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}

	.header-menu &gt; ul &gt; li &gt; a, .header-menu &gt; ul &gt; li &gt; span {
		font-size: 12px;
		padding: 5px 0;
	}

	.ico-cart .cart-label {
		font-size: 11px;
	}

	.no-items-header {
		font-size: 13px;
	}

	.mini-menu li a {
		font-size: 12px;
	}

	/*Related Products*/
	.related-products-grid .owl-carousel .owl-item {
		padding: 0 5px;
	}

	.item-box input[type="button"] {
		height: 43px;
		font-size: 12px;
	}
	/*End Header*/
}

@media (min-width:1001px) and (max-width:1190px) {
	/*Header*/
	.mini-shopping-cart .count a {
		font-size: 11px;
		position: relative;
		top: -1px;
	}

	.mini-shopping-cart .totals strong {
		font-size: 11px;
	}

		.mini-shopping-cart .totals strong:before {
			font-size: 12px;
		}

	/*Product Page*/
	.item-box .product-box-add-to-cart-button {
		font-size: 12px;
	}
}

@media (min-width:1025px) and (max-width:1190px) {
	.header-menu &gt; ul &gt; li &gt; a, .header-menu &gt; ul &gt; li &gt; span {
		font-size: 10px;
	}
}

@media (max-width:1190px) {
	.inline_button .popup-btn {
		font-size: 11px;
		padding: 16px 0;
	}
}

@media (max-width:1024px) {
	/*General*/
	#cboxLoadedContent #inline_content {
		display: block;
		max-height: 97vh;
		overflow: auto;
	}

	body.no-scroll {
		overflow: hidden;
		max-height: 100vh;
		max-width: 100%;
	}

	.breadcrumb li * {
		margin: 0 2px;
		font-size: 12px;
	}

	.center-2 {
		float: none;
		width: 100%;
	}

	.center-2, .side-2 {
		margin: 0 0 10px;
	}

	.page-title {
		margin: 0;
		border-bottom: 2px solid #FF6B00;
		padding: 10px 0 15px;
	}
	/*Header*/
	.header-menu &gt; ul {
		display: none !important;
	}

	.no-scroll-2 .header {
		z-index: -1;
	}

	.master-wrapper-content, .header-menu {
		width: 100%;
		margin: 0;
	}

	.header-links-wrapper {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

		.header-links-wrapper &gt; * {
			-ms-flex-preferred-size: 50%;
			flex-basis: 50%;
			min-height: 52px;
		}

	.header-top-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-logo {
		margin: 0;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}

		.header-logo a {
			display: block;
			margin: 0 auto 0 0;
			z-index: 1;
		}

			.header-logo a img {
				max-width: 135px;
				margin: 0 0 0 -20%;
				z-index: 1;
			}

	.header-lang {
		margin: 0 0 0 auto;
	}

	.header-top-left {
		padding: 0 10px;
		background-color: #FFF;
	}

	.flex-mini-menu {
		display: none;
	}

	.flex-languages {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.phone-header {
		display: none;
	}

	.header-top-lang {
		margin: 0 auto;
		width: 100%;
		padding: 7px 0;
		min-height: unset;
		text-align: right;
	}

	.count {
		position: relative;
		top: -1px;
	}

	.menu-toggle {
		background: transparent;
		padding: 0;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		width: 30px;
		height: 30px;
		margin: 0 0 0 auto;
		display: block;
	}

	.header-menu-wrapper {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		width: 40%;
	}

	.top-menu-mobile {
		display: none;
	}

	.top-menu-mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 99999;
		background-color: #FFF;
		overflow: hidden;
		max-height: 100%;
		max-width: 100%;
		overflow-y: auto;
	}

	.top-menu-mobile-container {
		position: relative;
		padding: 50px 20px;
	}

	.top-menu.mobile {
		display: block;
	}

	.menu-close, .close-filters {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 10px;
		top: 10px;
		background-position: center;
		background-size: 25px;
		background-repeat: no-repeat;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/close-icon.svg);
		cursor: pointer;
	}

	.menu.icon {
		color: #000;
		position: absolute;
		margin-left: 2px;
		margin-top: 10px;
		width: 25px;
		height: 2px;
		background-color: #000;
	}

		.menu.icon:before {
			content: '';
			position: absolute;
			top: -7px;
			left: 0;
			width: 25px;
			height: 2px;
			background-color: currentColor;
		}

		.menu.icon:after {
			content: '';
			position: absolute;
			top: 6px;
			left: 0;
			width: 25px;
			height: 2px;
			background-color: #000;
		}

	.mini-shopping-cart .totals strong:before {
		font-size: 11px;
		top: 0;
	}

	.mini-shopping-cart .totals strong {
		font-size: 11px;
	}

	.mini-shopping-cart .count a {
		font-size: 11px;
	}

	.ico-cart .cart-label {
		font-size: 11px;
	}

	.mini-shopping-cart {
		text-align: left;
		font-size: 12px;
		padding: 5px 15px 0 21px;
	}

	#topcartlink a {
		background: url(/Themes/DefaultClean/Content/images/Bitros/Icons/cart-icon.png) left center no-repeat;
		padding: 5px 0 5px 20px;
		background-size: 15px;
	}

	.search-toggle-mobile {
		position: absolute;
		right: 10px;
		top: 0;
		width: 30px;
		height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/search-icon.png);
		-moz-transform: translateY(40%);
		-ms-transform: translateY(40%);
		-o-transform: translateY(40%);
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		background-color: #FFF;
		border-radius: 5px;
	}

	.search-box-wrapper {
		position: absolute;
		width: 100%;
		top: 0;
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

		.search-box-wrapper.open {
			-moz-transform: translateY(0%);
			-ms-transform: translateY(0%);
			-o-transform: translateY(0%);
			-webkit-transform: translateY(0%);
			transform: translateY(0%);
		}

	.header-top-right {
		position: relative;
	}

	.top-menu &gt; li {
		background-color: #FFF;
		text-align: left;
	}

		.top-menu &gt; li &gt; a {
			display: block;
			min-height: 40px;
			padding: 11px;
			font-size: 14px;
			color: #333;
		}

		.top-menu &gt; li:last-child {
			display: none;
		}

	.sublist-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 40px;
		border-left: 0;
		background: none;
		padding: 0;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 18px;
		background-image: url(/Themes/DefaultClean/Content/images/Bitros/Icons/toggle-icon.svg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

		.sublist-toggle.active {
			-moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
		}

	.top-menu li a {
		color: #333;
	}

	.top-menu .sublist li a {
		display: block;
		padding: 10px 5px;
		font-size: 15px;
		background-color: #FFF;
		color: #333;
	}

	.sublist .sublist-toggle {
		height: 40px;
	}
	/*Homepage*/
	.home-page-category-grid {
		padding: 15px;
	}

		.home-page-category-grid .title a {
			font-size: 16px;
		}
	/*Category Page*/
	.product-filters {
		display: none;
	}

	.block-category-navigation .title {
		display: block;
	}

	.block-category-navigation {
		display: none;
		padding: 0;
		margin: 0;
		border: 0;
	}

	.product-selectors &gt; .filter-toggle {
		display: block;
		text-align: center;
	}

	.filters-categories-inner {
		display: none;
	}

	.filters-categories-inner {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #FFF;
		z-index: 9999;
	}

		.filters-categories-inner .filter-container {
			padding: 50px 20px;
			max-width: 280px;
			margin: 0 auto;
		}

	.category-page .page-title h1 {
		color: #FF6B00;
		font-size: 18px;
		font-weight: 300;
	}

	.filter-toggle span {
		max-width: 200px;
		width: 100%;
		height: 43px;
		background-color: #e4972f;
		color: #FFF;
		font-size: 15px;
		font-weight: 300;
		margin: 0 auto;
	}
	/*Product Page*/
	.product-essential-top {
		text-align: left;
	}

	.gallery .picture {
		width: auto;
		border: 2px solid #EDEFF4;
		margin: 0;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.overview .inline_button {
		max-width: 256px;
		margin: 0 auto;
	}

	.item-box input[type="button"] {
		height: 43px;
		font-size: 12px;
	}
	/*Account Pages*/
	.columns-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-account-navigation {
		width: 100%;
	}

		.block-account-navigation .title {
			padding: 10px;
			text-align: center;
		}

	.block .list li {
		text-align: left;
	}
	/*Footer*/
	.footer-logo {
		mix-blend-mode: multiply;
		margin: 0 0 15px;
	}

		.footer-logo a {
			display: block;
			overflow: hidden;
			text-align: center;
		}

			.footer-logo a img {
				margin: 0 auto;
			}

	.footer-block {
		width: 100%;
		margin: 0 auto 10px;
		text-align: left;
		font-size: 14px;
		max-width: 380px;
		display: block;
		float: none;
	}

	.means-of-payment-img {
		mix-blend-mode: multiply;
		margin: 30px 0;
	}

		.means-of-payment-img img {
			max-width: 100%;
			display: block;
			height: auto;
		}

	.footer-block .title {
		margin: 0 0 1px;
		background: #d38721 url(../images/toggle-white.png) right center no-repeat;
		padding: 10px 15px;
		font-size: 14px;
		color: #FFF;
	}

	.footer-block .list {
		display: none;
		margin: 0 0 20px;
		background-color: #fff;
		padding: 10px 15px;
	}

	.footer-terms-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.footer-terms-list li:first-child {
			margin: 0 0 10px;
		}

	.footer-upper .container-large {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-terms-list li:first-child:after {
		display: none;
	}

	.footer-upper {
		padding: 20px 0 40px;
	}

	.footer-lower .container-large {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-powered-by, .footer-info {
		line-height: 14px;
		font-size: 10px;
	}

	.address-list-footer {
		margin: 0 0 20px;
	}
}

@media (min-width:1001px) and (max-width:1024px) {
	/*Header*/
	.header-menu {
		padding: 0;
		border: 0;
	}

	.header-logo a img {
		max-width: 235px;
		margin: 0 0 0 -10%;
		z-index: 1;
	}

	.menu.icon {
		margin-top: 15px;
	}

	.header-links-wrapper &gt; .cart-header &gt; * {
		width: 80%;
	}

	.menu-toggle, .sublist-toggle {
		display: block;
	}

	.mini-shopping-cart .count {
		padding: 0;
	}
}

@media (min-width:769px) and (max-width:1024px) {
	/*Category Page*/
	.filter-toggle span {
		margin: 0 auto 0 0;
	}
}

@media (min-width:481px) and (max-width:1024px) {
	/*Product Page*/
	.gallery .picture-thumbs .thumb-item {
		padding: 10px;
		border: 2px solid #EDEFF4;
		width: 22%;
		height: 85px;
	}
}

@media (max-width:1000px) {
	.cart tbody {
		display: block;
		overflow: hidden;
		padding: 10px 0;
	}

	.cart td.quantity {
		display: block;
		padding: 10px;
		vertical-align: middle;
	}

	.cart td.unit-price, .cart td.subtotal {
		display: block;
		padding: 20px 10px;
		vertical-align: middle;
	}

	.cart td.unit-price, .cart td.subtotal {
		display: block;
		padding: 20px 10px;
		vertical-align: middle;
	}
}

@media (min-width:481px) and (max-width:768px) {
	/*Category Page*/
	.category-page:not(.subcategory-page) .item-grid {
		max-width: 520px;
		margin: 0 auto;
	}

	.category-page .item-box {
		margin: 0 0.5% 15px;
	}
}

@media (max-width:767px) {
	/*General*/
	.columns-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-body {
		padding: 20px 0 25px;
	}

	.center-2, .side-2 {
		margin: 0 0 5px;
	}

	.columns-wrapper {
		margin: 10px 0 0;
	}

	.page-title {
		padding: 15px 0 10px;
	}

		.page-title h1 {
			font-size: 18px;
		}
	/*Homepage*/
	.home-page .page-body {
		padding: 25px 0 0;
	}

	.homepage-category-box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-page-category-grid {
		padding: 10px;
		margin: 0 auto 40px;
	}

		.home-page-category-grid .category-title {
			width: 65%;
		}

		.home-page-category-grid .title a {
			font-size: 16px;
		}

	.home-page-product-grid .title {
		margin: 0 0 15px;
	}

		.home-page-product-grid .title strong {
			font-size: 18px;
		}

	.home-page-product-grid .item-grid {
		width: 97%;
	}

	.related-products-grid .owl-carousel .owl-nav .owl-prev, .home-page-product-grid .owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}

	.related-products-grid .owl-carousel .owl-nav .owl-next, .home-page-product-grid .owl-carousel .owl-nav .owl-next {
		right: 10px;
	}

	.inline_button .popup-btn {
		font-size: 12px;
		padding: 16px 0;
	}

	.owl-new-products .owl-nav .owl-prev, .owl-new-products .owl-nav .owl-next {
		width: 30px;
		height: 45px;
		background-size: 16px;
	}

	.home-page .new-products-wrapper .product-grid .item-box {
		margin: 0;
		width: 100%;
	}
	/*Category Page*/
	.side-2-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 20px;
	}

		.side-2-inner &gt; * {
			text-align: center;
			padding: 0 10px;
			min-height: unset;
		}

	.block-category-navigation .title {
		display: block;
		margin: 0;
	}


	/*Product Page*/
	.attribute-line {
		text-align: left;
	}

	.product-details-page .related-products-grid {
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width:600px) {
	.home-page-product-grid .item-grid {
		max-width: 355px;
	}
	/*Product Page*/
	.related-products-grid .item-grid.owl-related {
		max-width: 370px;
		padding: 0 35px;
	}
}

@media (min-width:361px) and (max-width:480px) {
	.gallery .picture-thumbs .thumb-item {
		padding: 10px;
		border: 2px solid #EDEFF4;
		width: 23%;
		height: 75px;
		margin: 0 2% 0 0;
	}

		.gallery .picture-thumbs .thumb-item:nth-child(4n) {
			margin: 0;
		}
}

@media (max-width:480px) {
	/*Homepage*/

	.home-page-category-grid .title a {
		font-size: 13px;
	}
	/*Header*/
	.header-account-name span {
		font-size: 11px;
	}
	/*New Products*/
	.home-page .new-products-wrapper .item-box .product-item-new .sku-product {
		margin: 20px 0;
	}

	.product-item-new-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}



	.product-item-right {
		padding: 9% 10%;
	}

	.new-products-wrapper .item-box .picture a:before {
		padding-top: 50%;
	}

	.more-btn {
		margin: 0 auto;
	}

	/*Category Page*/
	.category-page .item-grid {
		max-width: 280px;
		margin: 0 auto;
	}

		.category-page .item-grid .item-box {
			margin: 0 0 15px;
		}
	/*Product Page*/
	.item-box .product-box-add-to-cart-button {
		font-size: 12px;
		background-position: 15%;
	}
}

@media (max-width:360px) {
	/*Header*/
	.logout-wrapper {
		padding: 0 15px;
	}

		.logout-wrapper a.ico-logout {
			font-size: 12px;
		}

			.logout-wrapper a.ico-logout:before {
				height: 18px;
				width: 17px;
				left: -2px;
				top: -3px;
			}
	/*Product Page*/
	.item-box .product-box-add-to-cart-button {
		font-size: 12px;
		background-position: 15%;
	}
	/*Account Pages*/
	.account-page .button-1 {
		min-width: unset;
		max-width: 100%;
		padding: 0 15px;
		font-size: 14px;
	}
}
/*End Media*/
</pre></body></html>