<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Ramona', sans-serif;
	src: url('/catalog/view/theme/outandact/fonts/ramona-regular-web.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #222222;
	font-weight: 600;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .h1 {
	font-size: 46px;
}
h2, .h2 {
	font-size: 34px;
}
h3, .h3 {
	font-size: 22px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 10.2px;
}
a{
	color: #244B2A;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li &gt; a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 10px 0;
}
#logo h1{
	font-family: 'Ramona', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px;
}
#logo a,
#logo a:hover{
	color: #fff;
	text-decoration: none;
}
/* store subheading */
#slug {
	font-size: 20px;
	margin: 0px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
	border-radius: 8px 0px 0px 8px;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 1;
	padding: 12px 15px;
	background: #fff;
	border: none;
	border-radius: 0px 8px 8px 0px;
}
#search .btn .fa{
	color: #000000;
}
/* cart */
#cart-group{
	margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#cart-group{
		margin-top: 60px;
	}
	header span.content-block-xs{
		margin-top: 20px;
	}
}
@media (max-width: 991.98px) {
	#cart-group{
		margin-top: 0px;
	}
	#cart-aside{
		padding: 10px 0px;
	}
	#cart-aside a .fa{
		font-size: 14px;
	}
}
@media (max-width: 767.98px) {
	#logo{
		margin: 0px;
	}
	#logo h1{
		margin: 0 0 15px 0;
	}
	header span.content-block-xs{
		display: none;
	}
}
#cart {
	margin-bottom: 10px;
}
#cart &gt; .btn {
	font-size: 16px;
	line-height: 1;
	color: #FFF;
	background: none;
	border: 1px solid #fff;
	border-radius: 8px;
	width: 100%;
	padding: 10px 15px;
}
#cart.open &gt; .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open &gt; .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li &gt; div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li &gt; div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart-aside{

}
#cart-aside .fa{
	font-size: 20px;
}
#cart-aside a{
	white-space: nowrap;
}
@media (min-width: 768px) {
	#cart-aside a{
		margin-right: 10px;
		display: block;
	}
}
/* header */
header {
	background-color: #244B2A;
}
header a,
header h3 {
	color: #fff;
}
header a:hover,
header a:focus,
header a:hover .fa,
header a:focus .fa{
	color: #c6c6c6;
}
/* menu */
#menu {
	background-color: #1B3820;
	min-height: 40px;
}
#menu .nav &gt; li &gt; a {
	color: #fff;
	padding: 10px 12px 10px 12px;
	min-height: 15px;
	font-size: 15px;
	font-weight: 600;
}
#menu .nav &gt; li &gt; a:hover, #menu .nav &gt; li.open &gt; a {
	background-color: transparent;
	color: #a4c9ad;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	font-size: 15px;
}
#menu .see-all {
	display: block;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
}
#menu .see-all:hover, #menu .see-all:focus,
#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a:focus {
	text-decoration: none;
	color: #2a2a2a;
	background-color: rgba(0,0,0,0.2);
}
#menu #category {
	max-width: 80%;
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #ffffff;
	padding: 2px 18px;
	float: right;
	border: none;
	border-radius: 0;
	background: none;
	margin: 0 15px 0 0;
	padding-top: 12px;
	padding-bottom: 10px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.2);
}
#menu .navbar-aside{
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
}
#menu .navbar-aside.open{
	display: block;
	-webkit-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	-moz-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	-ms-box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
	box-shadow: 1px -1px 5px 0px rgba(35, 35, 35, 0.8);
}
@media (max-width: 767.95px) {
	/* Media orb replacement menu @since 1.0.2 */
	#menu .navbar-aside{
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: -300px;
		min-width: 300px;
		width: 300px;
		max-width: 90%;
		transition: left 0.5s ease;
		background-color: #244b2a;
		z-index: 999;
	}
	#menu .navbar-aside.open{
		left: 0px;
		z-index: 999;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		position: absolute;
		border-radius: 0px;
		border-color: #ffffff #1b3820 #1b3820;
	}
	/* New media orb menu */
	#menu .navbar-aside{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	/* -margin to negate link padding */
	#menu .nav-main{
		margin: 0 -27px;
		width: auto;
		float: none;
	}
	#menu .nav-item::after {
		content: '';
		position: absolute;
		top: 50%;
		height: 20px;
		transform: translateY(-50%);
		border-left: 1px solid #607864;
	}
	#menu .nav-item:first-child::after{
		content: none;
		border-left: none;
	}
}
@media (max-width: 767.98px) {
	#menu div.dropdown-inner &gt; ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
@media (min-width: 768px) {
	#menu .nav-main {
		display: box; /* Flexbox circa 2009 */
		display: flexbox; /* Flexbox 2011 */
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#menu .nav-main .nav-item {
		display: inline-block;
		box-flex: 1; /* Flexbox circa 2009 */
		flex-grow: 1;
		flex-wrap: wrap;
		flex-basis: auto;
	}
	#menu .nav-main .nav-item &gt; a {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	#menu &gt; div.container{
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 881.98px) {
	#menu .nav &gt; li &gt; a{
		padding: 10px 8px 10px 8px;
		font-size: 14px;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 60px;
	color: #ffffff;
	font-size: 15px;
	background-color: #244B2A;
	background-image: url('/image/catalog/design/backgrounds/footer.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #c6c6c6;
}
footer h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 15px;
}
footer li {
	margin-bottom: 10px;
}
footer .copyright{
	line-height: 40px;
}
footer address,
footer p {
	margin-bottom: 0px;
}
footer br + a{
	display: block;
	margin-top: 4px;
}
/* Tablet and lower (md) */
@media (max-width: 991.95px) {
	footer ul{
		margin-bottom: 30px;
	}
	footer .copyright{
		margin-bottom: 30px;
		line-height: 1;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background-color: #f5f5f5;
	margin: 0px 0px 60px 0px;
	border: none;
	padding: 0px;
}
.breadcrumb-list {
	padding: 8px 15px;
}
.breadcrumb-list i {
	font-size: 13px;
}
.breadcrumb-list &gt; li {
	display: inline-block;
	padding: 0 16px;
	position: relative;
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
}
.breadcrumb-list &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb-list &gt; li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -8px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #1b3820;
	border-bottom: 1px solid #1b3820;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb-list &gt; li:last-child::after{
	content: none;
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group &gt; .btn, .btn-group &gt; .dropdown-menu, .btn-group &gt; .popover {
	font-size: 12px;
}
.btn-group &gt; .btn-xs {
	font-size: 9px;
}
.btn-group &gt; .btn-sm {
	font-size: 10.2px;
}
.btn-group &gt; .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #244B2A;
	background-image: linear-gradient(to bottom, #244B2A, #244b42);
	background-repeat: repeat-x;
	border-color: #0d110f #42694a #212d2a;
	border-radius: 0px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:focus {
	color: #e5f4ff;
	background: #2a6934;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #e7513c;
	/* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); */
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #ee5926;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* product list */
.product-thumb {
	border: none;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	padding: 15px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0px 5px;
}
.product-thumb h4 a{
	color: #222222;
}
.product-thumb .caption {
	padding: 0px;
	min-height: 70px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 80px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price,
.product-thumb .price-new,
.product-thumb .price-old {
	font-size: 16px;
	font-weight: 600;
}
.product-thumb .price {
	color: #244B2A;
}
.product-thumb .price-new {
	color: #E74C3C;
}
.product-thumb .price-old {
	color: #606060;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails &gt; li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails &gt; img {
	width: 100%;
}
.thumbnails .thumbnail{
	padding: 15px 5px;
}
div.thumbnails a.thumbnail{
	margin-bottom: 15px;
}
.image-additional a {
	margin-bottom: 15px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 15px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.page-title-md{
	margin: 0 0 30px 0;
}
.content-block-md &gt; .content-title-lg,
.content-block-md &gt; .content-title-md,
.content-block-md &gt; .content-title-lg{
	text-align: center;
	display: block;
}
#common-home .extension-table-layout{
	background-color: #f7f7f7;
}
#common-home .product-thumb{
	margin-bottom: 0px;
}
.extension-table-layout .table-cell-md a{
	font-weight: 600;
}
.extension-table-layout .table-cell-md .table-pad{
	padding: 30px 15px 30px;
	text-align: center;
}
.extension-table-layout .table-cell-md .h2{
	margin: 0;
}
.extension-table-layout .table-cell-md img{
	width: 100%;
}
.form-control {
    height: 45px;
}
@media (min-width: 992px) {
	.extension-table-layout .table-cell-md .table-pad{
		padding: 0px 30px 0px;
	}
}
@media (min-width: 1200px) {
	.extension-table-layout .table-cell-md .table-pad{
		padding: 0px 30px 0px;
	}
	#menu + .container-fluid .extension-table-layout .table-cell-md .table-pad{
		padding: 0px 60px 0px;
	}
}
.circle {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(231, 76, 60, 0.9);
	vertical-align: middle;
	text-align: center !important;
	color: #fff;
	padding-top: 15px;
	font-weight: 700;
	font-size: 14px;
	z-index: 900;
}
.circle:hover {
	background-color: rgba(255,0,0,0.7);
}
#product-product .page-title-md{
	margin-bottom: 15px;
}
.product-price &gt; li{
	display: inline-block;
}
.product-price .details-special,
.product-price .details-price{
	font-size: 24px;
	margin: 0;
	color: #E74C3C;
}
.product-price .details-special{
	margin-right: 10px;
}
.product-price .details-old-price{
	text-decoration: line-through;
	color: #606060;
}
.alert-dismissible .close{
	right: 0px;
}
/* New style nav tabs */
.nav-tabs.new{
	text-align: center;
	border-bottom: none;
}
.nav-tabs.new &gt; li{
	display: inline-block;
	float: none;
	border: none;
}
.nav-tabs.new &gt; li.active &gt; a{
	color: #343434;
	font-weight: 700;
	border: none;
}
.nav-tabs.new &gt; li &gt; a{
	color: #6a6a6a;
	border:none;
}
.nav-tabs.new &gt; li::after,
.nav-tabs.new &gt; li.active::after{
	content: '';
	position: absolute;
	border-right: 1px solid #d6d6d6;
	top: 10px;
	bottom: 10px;
	right: -3px;
}
.nav-tabs.new &gt; li:last-child::after{
	content: none;
}
.nav-tabs.new &gt; li &gt; a:hover,
.nav-tabs.new &gt; li &gt; a:focus{
	background: none;
	color: #337865;
}
.nav-tabs.new &gt; li.active &gt; a:hover,
.nav-tabs.new &gt; li.active &gt; a:focus{
	color: #343434;
}
.slick-slide img{
	margin: auto;
}
.product-slick-slider button.slick-arrow::before{
	color: #000;
}
.product-slick-slider .slick-next{
	right: 0px;
	z-index: 999;
}
.product-slick-slider .slick-prev{
	left: 0px;
	z-index: 999;
}
#cart ul a{
	color: #244B2A;
}
/* Featured Categories module */
/* Featured category block display elements */
.featured-category{ margin: 0px 0px 30px 0px; }
.featured-category &gt; p { margin: 20px 0px 30px;}
.featured-block{ position: relative;}
.featured-block &gt; img{
	width: 100%;
	display: block;
}
.featured-block &gt; a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 0px 15px;
}
.featured-block &gt; a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0.45)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.no-clear .featured-block{
	height: 100%;
}
.featured-block &gt; img {
    width: 100%;
    display: block;
    height: 250px;
}
.featured-block &gt; a &gt;span {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	padding: 0 0 15px 15px;
	display: inline-block;
	text-align: left;
	font-size: 22px;
	color: #ffffff;
}
.featured-block .featured-name,
.featured-block .featured-link {
	display: block;
}
.featured-block .featured-link{
	font-size: 16px;
	margin-top: 10px;
	transition: padding 0.7s ease;
}
.no-clear{
	clear: none !important;
	padding: 15px;
}
.no-clear &gt; .featured-category{
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 0 0;
	transition: transform 0.7s ease;
}
#content .billboard &gt; .table-xs{
	height: 100%;
	text-align: right;
	color: #fff;
	text-shadow: -2px 1px 0px rgba(0, 0, 0, 0.4);
}
#content .billboard &gt; .table-xs .h1{
	width: 50%;
	margin-left: 50%;
	font-size: 55px;
	color: #fff;
	text-shadow: -2px 1px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	#content .billboard &gt; .table-xs .h1{
		width: 65%;
		margin-left: 35%;
		font-size: 48px;
	}
}
@media (max-width: 767.98px) {
	#content .billboard &gt; .table-xs .h1{
		width: 90%;
		margin-left: 10%;
		font-size:34px;
	}
}
.no-clear:hover .featured-category{
	transform: scale(1.01);
}
.no-clear:hover .featured-category .featured-link{
	padding-left: 20px;
}
a.link-animate{
	padding-left: 10px;
}
a.link-animate &gt; i.fa{
	position: relative;
	left: -10px;
	transition: left 0.7s ease;
}
a.link-animate:hover &gt; i.fa,
a.link-animate:focus &gt; i.fa{
	left: 0px;
}
.product-thumb {
    border: none;
    margin-bottom: 20px;
    overflow: auto;
    overflow: hidden;
}

#product-product #product .cat168{display: none;}</pre></body></html>