<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #262626;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #be1521;
}
a:hover {
	color: #000;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
}
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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	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-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #303030;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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: #888;
	text-shadow: 0 1px 0 #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: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin: 10px 0;
}
#cart &gt; .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav &gt; li &gt; a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav &gt; li &gt; a:hover, #menu .nav &gt; li.open &gt; a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: 14px;
}
.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;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffd200;
	background-image: linear-gradient(to bottom, #ffd200, #f1b328);
	background-repeat: repeat-x;
	border-color: #dca325 #dca325 #dca325;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #000;
	background-color: #f1b328;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	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] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
	background-image: linear-gradient(to bottom, #999, #666);
	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: #666;
	background-image: linear-gradient(to bottom, #666, #999);
}
/* 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;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	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;
	margin:10px 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-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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 {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 14px;
	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%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
}


/* custom start */

/* general */
.alert-success { color: #000; background-color: rgba(255,199,35,0.5); border-color: #ffd24f; }
.alert-success &gt; a { color:#be1521; font-weight:bold;}
h2 { margin-top:0; font-weight:700; }
.box-shadow-ttk { box-shadow: 0 1px 12px rgba(0,0,0,.4); }
.border-radius-ttk { border-radius:12px; overflow:hidden; }
.ttk-columns-3 { -webkit-column-count:3; -moz-column-count:3; column-count:3; }
.html-content {  padding-bottom:15px; font-size: 1.1em; line-height:1.5; font-weight:400; }


.top-banner &gt; h2 { text-transform:uppercase; color:#be1521; font-size: 1.3em; line-height: 70px; font-weight:400;}
.top-banner &gt; h2 &gt; b { text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); }

/* header */
a.ttk-logo-header-home { position:absolute; z-index:9999; top:-4px; }
a.ttk-logo-header { position:absolute; margin-top:-12px; }

#cart &gt; .btn { font-size: 16px; line-height: 2; color: #FFF; }
.minicart-product, a.minicart-product { color:#be1521; font-size:1.4em; font-weight:700;}

/* footer */
div.footer-socialmedia { text-align:right; }
div.footer-socialmedia &gt; i.fa,
div.footer-socialmedia &gt; a &gt; i.fa { 
	color:#6f6f6f; font-size: 3em; margin-left:15px;
}
div.footer-socialmedia &gt; a:hover &gt; i.fa { 
	color:#fff;
}
div.footer-socialmedia &gt; a.ttk-ideal { display:inline-block; width:40px; height: 36px; margin-left:15px; background: transparent url('../image/ttk-usp-payment.png') no-repeat 0 0; }

}

/* slideshow */
div.carousel { border: 4px solid #fff; }
div.carousel-inner &gt; .item &gt; img { border-radius:8px; overflow:hidden; }
a.carousel-control { border-radius:8px; overflow:hidden; }
div.carousel-caption { font-size:2em;}
div.carousel-caption &gt; h2 { margin-top:0; color:#fff; font-weight:900; font-size:2em;}
div.carousel-caption &gt; p { font-weight:700; line-height:1;}

a.carousel-control &gt; span.ttk-arrow-next { position:absolute; top:50%; right:30%; width:32px; height:32px; margin-top:-16px; background: transparent url('../image/ttk-arrow-right-xs.png') no-repeat 50% 50%; }
a.carousel-control &gt; span.ttk-arrow-prev { position:absolute; top:50%; left:30%; width:32px; height:32px; margin-top:-16px; background: transparent url('../image/ttk-arrow-left-xs.png') no-repeat 50% 50%; }

/* homepage */
div.usp-home { margin:15px 0;}
div.usp-home &gt; ul { display:table; width:100%; height:60px; background:#878787; list-style-type: none; text-align:center; padding:0; border-radius:6px;}
@media (max-width: 1199px) {
	div.usp-home &gt; ul {display:none;}
}
div.usp-home &gt; ul &gt; li { width:20%; display: table-cell; vertical-align: middle; text-align:left; padding-left:48px; font-size: 1.5em; color:#be1521; text-transform: uppercase; font-weight:900; background:transparent no-repeat 0% 50%; }
div.usp-home &gt; ul &gt; li.ttk-desktop { background-image: url('../image/ttk-usp-desktop.png'); }
div.usp-home &gt; ul &gt; li.ttk-document { background-image: url('../image/ttk-usp-document.png'); }
div.usp-home &gt; ul &gt; li.ttk-smile { background-image: url('../image/ttk-usp-smile.png'); }
div.usp-home &gt; ul &gt; li.ttk-payment { background-image: url('../image/ttk-usp-payment.png'); background-position: 80% 50% }

/* featured */
div.featured-block { background-color:#eeeeee; margin-bottom:30px; }
div.featured-block &gt; h2 { margin:15px 0; font-size:1.5em; text-align:center;}
div.featured-block .product-featured { background-color:#fff; }
div.product-image-mask { position:absolute; z-index:9999; height:50px; top:30px; right:20px; margin-right:-10px; background:transparent url('../image/ttk-product-mask.png') no-repeat 100% 10%; }
div.product-image-mask.red { background-image: url('../image/ttk-product-mask-red.png') }
div.product-image-mask.green { background-image: url('../image/ttk-product-mask-green.png') }
div.product-image-mask.yellow { background-image: url('../image/ttk-product-mask-yellow.png') }
div.product-image-mask.blue { background-image: url('../image/ttk-product-mask-blue.png') }
div.product-image-mask.black { background-image: url('../image/ttk-product-mask-black.png') }
div.product-image-mask &gt; a { float:right;  text-transform: uppercase; color:#fff; font-size: 1.3em; font-weight: 700; line-height:43px; padding:0 10px;}
div.product-image-mask.yellow &gt; a { color:#000; }

.product-featured &gt; .caption { padding:0 10px; }
.featured-title { min-height:60px; }
.featured-title &gt; h3 { margin:0; font-size: 1.2em; font-weight:700;}
.featured-title &gt; h3 &gt; a { color:#262626; }
.featured-date &gt; p { text-align:center; line-height:0.9; margin-bottom:5px; color:#be1521; font-size: 1.5em; font-weight:900;}
.featured-date &gt; p &gt; small { font-size: 0.6em; }
.featured-desc { min-height:100px; color:#777777;}
.featured-desc &gt; p:first-of-type { border-top: 1px solid #878787; padding-top:5px;}
.featured-price { font-weight:700;font-size:1.1em; line-height:1.8; }
.featured-order &gt; a { float:right; color:#fff; text-transform:uppercase; font-weight:400; padding:3px 10px; padding-right:30px; background: #be1521 url('../image/ttk-arrow-right-xs.png') no-repeat 90% 50%; background-size: 20%;}
.featured-order &gt; a:hover { background-color:#70a120; box-shadow: none;}


/* product */
div.product-wrapper { border: 2px solid #ccc; padding:3% 6%; margin-bottom:30px; }
div.product-wrapper h1 { margin-top:0; font-size:2em; font-weight:700; }
div.product-description { margin-bottom:45px; font-size: 1.1em; line-height:1.5; font-weight:400;}
.product-date &gt; p { text-align:center; line-height:0.9; margin-bottom:5px; color:#be1521; font-size: 2em; font-weight:900;}
.product-date &gt; p &gt; small { font-size: 0.6em; }


/* media queries */

/* apply for all devices except desktop */
@media (max-width: 1199px) {
	div.usp-home &gt; ul {display:none;}
}

/* apply for all devices except tablet landscape and desktop */
@media (max-width: 991px) {
	div.carousel-caption &gt; p {display:none;}
}


/* apply for all devices smaller than tablet and desktop */
@media (max-width: 767px) {
	div.carousel-caption,
	a.carousel-control {display:none;}
}

/* apply only on tablet and desktop */
@media (min-width: 768px) {
	h1 {margin-top:0px;}
}


@media(max-width: 991px) {
	div.footer-socialmedia { text-align:left; }
	div.footer-socialmedia &gt; i.fa,
	div.footer-socialmedia &gt; a &gt; i.fa,
	div.footer-socialmedia &gt; a.ttk-ideal { margin-left:0; margin-right:15px; }
}
div.footer-socialmedia &gt; hr { margin:5px 0;}


.row-centered {}
.col-centered {}
@media (min-width: 992px){
	/* centered columns styles */
	.row-centered {
	    text-align:center;
	    padding: 0 10px;
	}
	.col-centered {
	    display:inline-block;
	    float:none;
	    /* reset the text-align */
	    text-align:left;
	    /* inline-block space fix */
	    margin-right:-4px;
	}

	.col-fixed {
	    /* custom width */
	    width:285px !important;
	}
	.col-min {
	    /* custom min width */
	    min-width:285px;
	}
	.col-max {
	    /* custom max width */
	    max-width:285px;
	}
}

/* buttons */

.btn-primary {
	color: #fff;
	/*box-shadow: 0 1px 12px rgba(0,0,0,.4);*/
	/*background: #82bb25 url('../image/ttk-arrow-right-xs.png') no-repeat 70% 50%; */
	background: #82bb25;
	background-size: 5%;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	background-color: #70a120;
	color: #fff;
	border-color: #70a120;
	/*box-shadow: none;*/
}







/* custom end */</pre></body></html>