<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
}
/* 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: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	color: #d64e4b;
}
.text-danger {
    color: #d64e4b;
    padding-top: 10px;
    font-size: 12px;
}
.form-group.required.has-error input{
	border-color: #d64e4b;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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: 12px;
}
.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-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.modal-dialog{
	margin: 4em auto 5%;
    max-width: 60em;
    min-height: initial;
    width: 90%;
}
.modal-content{
	border-radius: 0px;
    width: 100%;
}
.modal-header{
	padding:1.5em;
}
.modal-title{
	font-size: 2em;
	font-weight: 300;
	margin:0;
}
.modal-body{
	padding:1.5em;
}
/* 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 #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-top: -6px;
}
#search span.input-group-prepend i{
	margin-top: 6px;
}
#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-bottom: 10px;
}
#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%;
}
.currency-btn{
	padding:0;
	margin:0;
	border:0;
}
.currency-btn strong{
	font-weight: 300;
	font-size: 18px;
	color: #333;
}
.currency-btn i{
	display: none;
}
.multi-languange{
	position: relative;
	width: 140px;
}

.login-form h2,.register-form h2{
	font-weight: 300;
}
.login-form input.form-control{
	border:0;
	border-radius: 0;
	background: #f4f4f4;
	outline: none;
	box-shadow:none;
}
.not-found-text p{
	margin-bottom: 20px;
}
.not-found-text h1{
	font-weight: 300;
	font-size: 27px;
	margin-bottom: 10px;
}
input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;  
}  
.login-btn,.register-btn,.not-found-text button.continue-btn{
	padding: 10px 22px;
    background: #333;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #fff;
    border:0;
}
.login-btn:hover,.register-btn:hover,.continue-btn:hover{
	background: #666;
	color: #fff;
}
.login-form p,.register-form p{
	margin-bottom: 20px;
}
.login-form p a{
	float: right;
	display: inline-block;
	margin-top: 10px;
}
.forgotten-form h1{
	font-weight: 300;
}
.forgotten-form input.form-control{
	max-width: 350px;
	border:0;
	border-radius: 0;
	background: #f4f4f4;
	box-shadow:none;
	margin-top: 5px;
}

.catelog-title{
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 0;
}
#input-sort,#input-limit{
	border:1px solid #eee;
	padding:6px;
	height: 32px;
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}

.filter-bar{
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
	padding:15px 0;
	margin-bottom: 40px;
}

#content .panel-default&gt;.panel-heading{
	background: #fff;
	border:0;
	border-radius: 0;
	box-shadow: none;
	padding:15px 20px;
}
#content .panel-group .panel{
	box-shadow: none;
	border:1px solid #e4e4e4;
	border-radius: 0;
	background: #fff;
}
#content .panel-title{
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{
	border-top: 0;
	padding:20px;
	padding-top: 0;
}
.panel-body h2{
	font-weight: 400;
	font-size: 14px;
	margin:0;
}
#input-email,#input-password{
	border: 0;
    border-radius: 0;
    background: #fff;
    outline: none;
    box-shadow: none;
}
.leave-note{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}
#button-login,#button-account{
	padding: 10px 22px;
    background: #333;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.login-bar{
	margin-bottom: 0;
}
.login-bar a{
	float: right;
	display: inline-block;
	line-height: 36px;
}
#signup-btn,#signup-btn:active{
	color: #3e3e3e;
    background-color: #fff;
    border-color: #3e3e3e;
    text-transform: uppercase;
    padding: 9px 22px;
    letter-spacing: 1px;
    border-radius: 0px;
    font-size: 10px;
    font-weight: 500;
    transition: .2s;
    background-image: none;
    text-shadow:none;
    margin-left: 10px;
}
.guest-checkout{
	padding-top:30px;
	padding-left: 20px;
}
.guest-checkout a{
	border-bottom: 1px solid #333;
	color: #333;
}
.payment-address .radio,.shipping-address .radio{
	padding-top: 0px;
}
.payment-address .radio label,.shipping-address .radio label{
	font-size: 14px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
}
.payment-address select.form-control,.payment-address input.form-control,.shipping-address select.form-control,.shipping-address input.form-control,#account input.form-control,#address input.form-control,#address select.form-control,#input-payment-password,#input-payment-confirm,#input-confirm,#input-name{
	border:1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
	line-height: 34px;
	height: 34px;
	background-color: #fff;
}
#input-email,#input-password{
	padding:8px 12px;
	height: 38px;
	border:1px solid #e4e4e4;
}
#input-payment-password,#input-payment-confirm{
	margin-bottom: 5px;
}
.payment-address select.form-control:focus,.payment-address input.form-control:focus,.shipping-address select.form-control:focus,.shipping-address input.form-control:focus,#input-name:focus{
	border-color: #333;
}
#button-payment-address,#button-shipping-address,#button-shipping-method,#button-payment-method,.payment-buttons a.btn-primary,#button-confirm,#button-guest,#button-register,#button-guest-shipping,#button-contact{
	padding: 10px 22px;
    background: #333;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.payment-address .buttons,.shipping-address .buttons{
	margin:0;
}
.existing-payment-address,.new-payment-address,.existing-shipping-address,.new-shipping-address{
	border:1px solid #ddd;
}
.existing-payment-address,.existing-shipping-address{
	margin-bottom: 20px;
	border-color: #333;
}
#payment-existing select.form-control,#shipping-existing select.form-control{
	margin-bottom: 0;
	border:0;
}
.delivery-method,.payment-method{
	border:1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 0;
}
.delivery-method label,.payment-method label{
	font-size: 14px;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
}
.payment-method label{
	padding-left: 12px;
}
.payment-method:hover{
	border-color: #333;
}
#select-all{
	outline: none;
}
.delivery-method strong{
	font-weight: 400;
}
.delivery-method b{
	float: right;
	font-weight: 400;
	margin-right: 12px;
}
#collapse-shipping-method .delivery-method:first-child{
	border-color: #333;
}
.payment-method input[type="radio"]{
	display: none;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-label {
    margin-bottom: 0;
}
.order-comment textarea.form-control,#input-enquiry{
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}
.order-comment textarea.form-control:focus,#input-enquiry:focus{
	border-color:#333;
}
.confirm-table .table&gt;tbody&gt;tr&gt;td,.confirm-table .table&gt;tfoot&gt;tr&gt;td{
	border:0;
	font-weight: 300;
}
.confirm-table{
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.total-list table tr td{
	padding:5px 8px;
	font-weight: 300;
}
.total-list table tr td strong{
	font-weight: 400;
	color: #000;
}
.checkout-checkout,.service_checkout-checkout{
	background: #fafafa;
	padding-top: 50px;
}
.payment-buttons h2{
	display: none;
}
.payment-buttons .well{
	border:0;
	border-radius: 0;
	background: #fafafa;
	box-shadow: none;
}
.payment-buttons .well-sm{
	padding:20px;
	padding-bottom: 10px;
}
.payment-buttons .well-sm b{
	font-weight: 400;
}
.bottom-nav p{
	font-size: 12px;
	font-weight: 400;
	padding-top:20px;
}
.bottom-nav p a{
	margin-right:30px;
	color: #999;
}
.bottom-nav p a:hover{
	color: #333;
}
.mobile-show-summary{
	display: none;
}
.cart-logo{
	max-height: 35px;
}
.cart-logo img{
	max-height: 35px;
	width: auto;
}
.mobile-account-bar .account-bar{
	display: none;
}
.account-bar{
	width: 200px;
	position: absolute;
	padding-right: 20px;
	margin-bottom: 50px;
}
.account-bar h2{
	font-size: 14px;
	font-weight: 500;
}
.account-bar h2 span{
	display: none;
}
.account-bar ul li a{
	padding:7px;
	padding-left: 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	display: block;
	font-weight: 400;
}
.account-main{
	padding-left:200px;
}
.dashboard table tr td{
	font-size: 14px;
	font-weight: 300;
	padding:5px;
	padding-left:0;
}
.btn-continue{
	padding: 10px 22px;
    background: #333;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: .2s;
}
.btn-continue:hover{
	color: #fff;
	background: #666;
	transition: .2s;
}
.btn-cancel{
	padding: 10px 22px;
    background: #eee;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    display: inline-block;
    color: #333;
    border: 0;
    border-radius: 0;
    transition: .2s;
    margin-left: 10px;
}
.btn-cancel:hover{
	color: #333;
	background: #ddd;
	transition: .2s;
}
.agree-text{
	font-size: 12px;
}
.agree-text b{
	font-weight: normal;
	text-decoration: underline;
}
.account-main input.form-control,.account-main select.form-control,.return-form input.form-control,.return-form select.form-control{
	border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 12px;
    height: 38px;
}
.return-form textarea.form-control{
	border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 12px;
    height: 100px;
}
.account-main input.form-control:focus,.return-form input.form-control:focus,.return-form textarea.form-control:focus{
	border-color:#333;
}
.order-details{
	font-weight: 400;
    color: #333;
    font-size: 12px;
}
.order-list,.return-list{
	border:1px solid #eee;
	margin-bottom: 20px;
	border-bottom: 0;
}
.order-list-header,.return-list-header{
	background: #fafafa;
	padding:15px 20px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.order-list-header label,.return-list-header label{
	text-transform: uppercase;
	font-weight: 400;
	color: #999;
	display: block;
}
.order-list-header span,.return-list-header span{
	display: block;
	height: 20px;
	overflow: hidden;
}
.order-list-header a.order-details,.return-list-header a.return-details{
	color: #0066c0;
}
.order-list-header i,.order-info-header i{
	font-style: normal;
	margin:0 5px;
	color: #ccc;
}
.order-list-content,.return-list-content{
	padding:0 15px;
	font-size: 12px;
}
.order-list-content .row{
	border-bottom:1px solid #eee;
	padding:20px 5px;
}
.order-info-header p{
	font-weight: 400;
	font-size: 12px;
}
.order-info-header p a{
	float: right;
	color: #0066c0;
}
.order-info{
	font-size: 12px;
}
.order-info span{
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}
.order-info span.order-info-price{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}
.order-info div{
	font-weight: 400;
}
.order-info div b{
	font-weight: 400;
}
.order-info div strong{
	font-weight: 400;
	float: right;
}
.order-info div ul li:last-child b,.order-info div ul li:last-child strong{
	font-weight: 500;
}
.order-info-product{
	padding-top: 10px;
}
.order-info-comment{
	margin-bottom: 20px;
}
.order-info-comment h6{
	font-size: 14px;
	font-weight: 500;
}
.order-info-comment p{
	font-size: 12px;
	font-weight: 400;
}
.overall-rating{
	display: inline-block;
	margin-left: 10px;
}
.overall-rating span{
	cursor: pointer;
}
.overall-rating span.fa-stack {
    position: relative;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
}
.overall-rating span.fa{
	font-size: 24px;
}
.overall-rating .fa-star{
	color: #333;
    font-size: 24px;
}
.overall-rating .star-gray {
    color: #e1e1e1;
    font-size: 24px;
}
.rewiew-box h3{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
#input-review{
	border: 1px solid #eee;
	border-radius: 0;
	box-shadow: none;
	margin-top: 10px;
}
.address-book{
	border:1px solid #eee;
	padding:20px;
	height: 220px;
	margin-bottom: 20px;
	position: relative;
	background: #fafafa;
}
.address-book p{
	position: absolute;
	bottom: 5px;
	height: 30px;
	margin-bottom: 0;
	width: 100%;
	left: 20px;
}
.address-book p a{
	font-weight: 400;
	color: #333;
	font-size: 12px;
}
.address-book p a:hover{
	text-decoration: underline;
}
.address-book p span{
	margin:0 8px;
}
.add-address-book{
	margin-bottom: 20px;
}
.add-address-book a{
	border:1px dashed #ddd;
	display: block;
	height: 220px;
	width: 100%;
	text-align: center;
	position: relative;
	transition: .2s;
}
.add-address-book a:hover{
	background: #fafafa;
	transition: .2s;
}
.add-address-book a span{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 130px;
}
.address-info{
	font-weight: 400;
	line-height: 20px;
	font-size: 12px;
}
.order-info,.order-histery{
	border:1px solid #eee;
	padding:15px 20px;
	margin-bottom: 20px;
}
.order-info p,.order-histery p{
	line-height: 24px;
	margin-bottom: 5px;
}
.order-info p b,.order-histery p b{
	float: left;
	font-weight: 400;
}
.order-info p strong,.order-histery p strong{
	float: left;
	font-weight: 400;
}
.order-histery-comment{
	text-align: left;
	font-weight: 300;
	line-height: 22px;
	word-wrap: break-word;
}
.return-history{
	border-bottom: 1px solid #eee;
	padding:10px 0;
	margin-bottom: 10px;
}
.return-history p{
	line-height: 20px;
	font-weight: 300;
}
.return-history span{
	font-size: 12px;
	color: #999;
	font-weight: 300;
}
.return-comments{
	margin-bottom: 30px;
}
.return-form-product{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding-top: 7px;
}
.credit-card-info .row{
	margin:0 -5px;
}
.credit-card-info .row&gt;div{
	padding:0 5px;
}


@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 ul li ol li a{
	display: block;
}




@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: 500px;
}
/* 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-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    background: #d64e4b;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.alert-success{
	color: #3c763d;
	background: #dff0d8;
	display: none;
}
.alert i{
	margin-right: 5px;
}
.alert a{
	color: #fff;
	text-decoration: underline;
}
.alert a:hover{
	color: #fff;
	text-decoration: underline;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 12px 0;
	border:0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #eee;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
	font-size: 12px;
}
.pagination {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    text-align: center;
}
.pagination&gt;li {
    display: inline-block;
    font-weight: 300;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover{
	border:0;
	background-color: #fff;
	text-decoration: underline;
	font-size: 14px;
	color: #333;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{
	border:0;
	background: #fff;
	color: #333;
}
.pagination&gt;li&gt;a:hover{
	background: #fff;
	text-decoration: underline;
}
.catelog-des{
	margin:0;
	margin-bottom: 10px;
}
.catelog-des p{
	font-weight: 300;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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: 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;
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	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: #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;
	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 {
	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;
}
.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: 300;
	font-size: 14px;
	line-height: 1.4em;
	max-height: 2.8em;
	overflow: hidden;
	text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
.product-thumb .caption h3{
	font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    max-height: 40px;
    overflow: hidden;
}

.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;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 0px;
	text-align: center;
}
.rating .fa-stack {
	font-size: 12px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #333;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.rating .fa-stack {
	font-size: 12px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #333;
	font-size: 12px;
	width: 12px;
}
.rating .star-gray {
	color: #e1e1e1;
	font-size: 12px;
}
#review h5{
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
#review h6{
	font-size: 14px;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #da1a36;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 400;
}
.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;
}
.success-message a{
	color: #333;
	text-decoration: underline;
}
@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;
}


@media (max-width: 414px){

	#input-sort, #input-limit {
	    margin-right: 10px;
	}
	#input-sort{
		width: 125px;
	}
	.guest-checkout {
	    padding-left: 0px;
	}
	.checkout-checkout,.service_checkout-checkout{
		padding-top: 0;
	}
	.mobile-order-summary #content{
		min-height: 100px;
	}
	.shopping-cart-box{
		display: none;
	}
	.service-checkout-summary{
		display: block;
	}
	.mobile-order-summary{
		display: none;
		padding: 0px 15px;
	}
	.mobile-show-summary{
		margin-left: -15px;
	    margin-right: -15px;
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 15px;
	    background: #f4f4f4;
	    display: block;
	}
	.mobile-show-summary&gt;h4{
		padding:5px 15px;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}
	.mobile-show-summary&gt;h4 span{
		float: right;
	}
	.mobile-show-summary&gt;h4 i.icon-cart{
		margin-right: 8px;
	}
	.mobile-show-summary&gt;h4 i.fa-angle-down,.mobile-show-summary&gt;h4 i.fa-angle-up{
		margin-left: 5px;
	}
	.bottom-nav p{
		text-align: center;
		padding-top: 10px;
	}
	.bottom-nav p a{
		margin:0 10px;
	}
	.account-bar{
		display: none;
	}
	.account-main{
		padding-left: 0;
	}
	.buy-it-again{
		display: inline-block;
		margin-top: 10px;
		padding:6px 15px;
	}
	.dashboard h2, .account-main h1 {
	    font-size: 24px;
	    margin-top: 20px;
	}
	.table-total-list{
		border-bottom: 0;
	}
	.table-order-info&gt;tbody&gt;tr&gt;td&gt;p{
		text-align: left;
	}
	.table-order-info b{
		float: none;
	}
	.table-total-list b{
		float: left;
	}
	.mobile-account-bar .account-bar{
		display: none;
	}
	.mobile-account-bar .account-bar h2 span{
		float: right;
		display: inline-block;
		padding:5px;
		margin-top: -5px; 
	}
	.order-list-header label, .return-list-header label {
	    display: inline-block;
	    width: 50%;
	    margin-bottom: 0;
	}
	.order-list-header span, .return-list-header span {
	    display: inline-block;
	    width: 48%;
	    text-align: right;
	    line-height: 20px;
	    padding:4px 0;
	}
	.order-list-header .row&gt;div{
		line-height: 26px;
	}
	.order-list-header .text-right,.return-list-header .text-right{
		text-align: left;
		line-height: 26px;
	}
	.order-list-header .text-right a,.return-list-header .text-right a{
		text-align: right;
		display: inline-block;
		width: 48%;
	}
	.order-list-content .text-right{
		text-align: left;
	}
	.return-history .text-right{
		text-align: left;
	}
	.product-thumb h4 {
		margin-bottom: 0;
		max-height: 1.4em;
	}
	.product-thumb .price {
	    font-size: 12px;
	}
	.product-thumb .rating {
	    padding-bottom: 0px;
	}
	.rating .fa-star {
	    color: #333;
	    font-size: 12px;
	}
	.rating .star-gray {
	    color: #e1e1e1;
	    font-size: 12px;
	}


}
</pre></body></html>