/*------------------------------
	FONT AWESOME CORE
------------------------------*/
header.navbar .navbar-nav > li > a.dropdown-toggle:after, header.navbar .dropdown-menu > li > a:before, .widget-categories .widget-body > ul > li > a:before, .checkbox input[type=checkbox]:checked + label:before, .sidebar .widget h3 a:after, .sidebar .nav-pills > li > a:after, .panel .panel-heading h4.panel-title a:before, .widget-recent-comments ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/*------------------------------
	MAIN
------------------------------*/
html, body, #page-wrapper { height: 100%; }
body {
	background-image: url(../images/pattern.png);
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	font-weight: 100;
}
a:focus, a:hover { color: #555555; }
a, a:focus, a:hover, button, button:focus, button:hover, button:active {
	outline: 0 none;
	text-decoration: none;
}
p {
	margin: 0 0 20px;
	color: #444444;
}
li { color: #444444; }
h1, h2, h3, h4, h5, h6 { font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif }
.row-no-padding {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.row-no-padding > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#map-canvas {
	height: 500px;
	margin: 0;
	padding: 0;
}

/* BOXED LAYOUT */
.page-boxed #page-wrapper {
	width: auto;
	margin: 0 auto;
}
.page-boxed {
	background-color: #DDDDDD;
	background-image: none;
}
@media (min-width: 768px) {
	.page-boxed #page-wrapper { width: 750px; }
	.page-boxed .navbar-fixed-top {
		width: 750px;
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.page-boxed #page-wrapper,  .page-boxed .navbar-fixed-top { width: 971px; }
}
@media (min-width: 1200px) {
	.page-boxed #page-wrapper,  .page-boxed .navbar-fixed-top { width: 1171px; }
}

/*------------------------------
	TYPOGRAPHY
------------------------------*/
.text-muted { color: #999999 !important; }

/*------------------------------
	LISTS
------------------------------*/
.list-icons li i {
	margin-right: 10px;
	color: #777777;
}

/*------------------------------
	BUTTONS
------------------------------*/
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-lg {
	font-size: 16px;
	padding: 8px 14px;
}
.input-group-lg > .input-group-btn > .btn {
	border-radius: 0;
	font-size: 16px;
}
.btn-default {
	background-color: transparent;
	border: 2px solid #D0D0D0;
	color: #CCCCCC;
}
.btn-default:hover, .btn-default:focus {
	background-color: transparent;
	border-color: #B0B0B0;
	color: #AAAAAA;
}
.btn-default.active, .btn-default:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default:active:hover, .btn-default:active:focus { background-color: transparent; }
.btn-primary { border: 2px solid rgba(0,0,0,0.1); }
.btn-primary:hover, .btn-primary:focus {
	background-color: #888888 !important;
	border: 2px solid rgba(0,0,0,0.1) !important;
}
.btn-primary.active, .btn-primary:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color: #555555;
	border: 2px solid rgba(0,0,0,0.1);
}
.btn-inverse {
	background-color: #666666;
	border: 2px solid #555555;
	color: #FFFFFF;
}
.btn-inverse:hover, .btn-inverse:focus { color: #DDDDDD; }
.btn.active, .btn:active { box-shadow: none; }
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
	outline-offset: 0;
}
.btn-info, .btn-danger, .btn-warning, .btn-success { border: 2px solid rgba(0,0,0,0.1); }
.jk_calendar-control button {
    padding: 0 6px;
    line-height: normal;
}

/*------------------------------
	FORM
------------------------------*/
label {
	color: #888888;
	font-weight: 400;
}
form.form-inline label { margin: 0 10px 0 0; }
span.required {
	color: #E74C3C!important;
	margin-left: 5px!important;
	font-weight: 600!important;
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif!important;
}
.form-control, [name=limit] {
	border-radius: 0;
	height: 36px;
	box-shadow: none;
	border: 2px solid #D0D0D0;
	color: #999999;
	transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.form-control:hover {
	border-color: #B0B0B0;
	color: #AAAAAA;
}
.input-group-addon {
	border-radius: 0;
	border: 2px solid #D0D0D0;
	background-color: #F3F3F3;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
select.form-control {
	color: #CCCCCC;
	background-image: url(../images/angle-down.png);
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right center;
	background-size: contain;
	padding-right: 25px;
}
 select.form-control::-ms-expand {
	/* IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter:alpha(opacity=0);
	/* Other IE */
	opacity:0;
}
.input-group-lg > .form-control {
	border-radius: 0;
	font-size: 16px;
}
textarea { resize: vertical; }

/* CHECKBOX */
.checkbox input[type=checkbox], .radio input[type=radio] { display: none; }
.checkbox > label, .radio > label {
	padding-left: 25px;
	font-weight: 600;
	color: #777777;
	font-size: 15px;
}
.checkbox > label:before, .radio > label:before {
	background-color: #FFFFFF;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	border: 2px solid #D0D0D0;
	top: 2px;
}
.checkbox > input[type=checkbox]:checked + label:before, .radio > input[type=radio]:checked + label:before {
	color: rgba(0,0,0,0.2);
	border-color: rgba(0,0,0,0.1);
	content: "\f00d";
	/*padding-top: 1px;*/
	text-align: center;
	font-size: 13px;
}
.checkbox.disabled > input[type=checkbox]:disabled + label:before, .radio.disabled > input[type=radio]:disabled + label:before { background-color: #F0F0F0; }

/* RADIO */
.radio > label:before { border-radius: 50%; }
.radio > input[type=radio]:checked + label:before { content: ""; }

/*------------------------------
	TABLE
------------------------------*/
.table-bordered { border: 2px solid #EBEBEB; }
.table > thead > tr > th, .table > tbody > tr > th {
	color: #FFFFFF;
	border-width: 2px;
	border-color: #EBEBEB;
	border-top-width: 0;
}
.table > thead > tr > td, .table > tbody > tr > td {
	border-width: 2px;
	vertical-align: middle;
	font-weight: 600;
	color: #888888;
	border-color: #EBEBEB;
}
.table td span.grey {
	font-weight: 400;
	color: #AAAAAA;
	font-style: italic;
}

/*------------------------------
	ACCORDION
------------------------------*/
.panel-group .panel +.panel { margin-top: 10px; }
.panel-group .panel {
	border-radius: 0;
	border: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.panel-heading { border-radius: 0; }
.panel .panel-heading h4.panel-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 0 20px;
	position: relative;
}
.panel .panel-heading h4.panel-title a:before {
	content: "\f056";
	margin-top: -9px;
	position: absolute;
	left: -25px;
	top: 50%;
}
.panel .panel-heading h4.panel-title a.collapsed:before { content: "\f055"; }
.panel-group .panel .panel-collapse > .panel-body {
	border: 0;
	background-color: #F9F9F9;
}
.panel-primary > .panel-heading { border: 2px solid rgba(0,0,0,0.1); }
.panel-default > .panel-heading {
	background-color: #AAAAAA;
	border: 2px solid rgba(0,0,0,0.1);
}
.panel-primary > .panel-heading a, .panel-default > .panel-heading a { color: #FFFFFF; }

/*------------------------------
	ALERT
------------------------------*/
.alert {
	border-radius: 0;
	border-width: 2px;
	padding: 20px;
}
.alert-dismissable, .alert-dismissible { padding-right: 40px; }
.alert .close i { font-size: 16px; }
.alert-danger, .alert-info, .alert-success, .alert-warning { border-color: rgba(0,0,0,0.03); }
.alert-danger, .alert-error {
	color: #BA5B68;
	background-color: #F5E1E1;
}
.alert-info {
	color: #4B90AE;
	background-color: #E1F5F4;
}
.alert-success, .alert-message, .alert-notice {
	color: #4BAE4F;
	background-color: #E1F5E3;
}
.alert-warning {
	color: #AEA64B;
	background-color: #FAFAD2;
}
.alert-error .alert-message, .alert-warning .alert-message {
    color: unset;
    background-color: unset;
}

/*------------------------------
	LABEL
------------------------------*/
.label {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 14px;
	padding: 4px 6px;
}
.label-lg {
	font-size: 14px;
	padding: 5px 7px;
}
.label-danger { background-color: #BA5B68; }
.label-info { background-color: #4B90AE; }
.label-success { background-color: #4BAE4F; }
.label-warning { background-color: #AEA64B; }

/* TAGS */
.tags span.label {
	padding: 6px 8px;
	background-color: #EAEAEA;
	margin-right: 3px;
	margin-bottom: 6px;
	border-radius: 0;
}
.tags span.label a { color: #9B9B9B; }
.tags span.label i {
	margin-right: 5px;
	color: #D2D2D2;
}
.tags span.label:hover a, .tags span.label:hover i { color: #FFFFFF; }

/*------------------------------
	TABS
------------------------------*/
.tabs .nav-tabs { border-width: 2px; }
.tabs .nav-tabs > li {
	margin-bottom: 0;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 0;
}
.tabs .nav-tabs > li > a {
	border-radius: 0;
	margin-right: 0;
	border: 0;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	padding: 14px 20px;
}
.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:focus, .tabs .nav-tabs > li.active > a:hover {
	color: #FFFFFF;
	border: 0;
}
.tabs .tab-content { padding-top: 20px; }
.tabs .tab-content h4, .tabs .tab-content h5 {
	font-weight: 600;
	color: #777777;
	margin: 0 0 5px;
}
.tabs .tab-content h4 { font-size: 21px; }
.tabs .tab-content h5 { font-size: 17px; }
.tabs .tab-content ol, .tabs .tab-content ul { margin-bottom: 20px; }
.tabs .tab-content p, .tabs .tab-content ul li {
	color: #777777;
	font-size: 16px;
}

/*------------------------------
	BREADCRUMB
------------------------------*/
.breadcrumb-wrapper {
	background-color: #FFFFFF;
	padding: 10px 0;
}
.breadcrumb-wrapper p {
	margin: 0;
	line-height: 1.34;
}
.breadcrumb-wrapper p.heading-1 {
	font-size: 20px;
	font-weight: 500;
	color: #777777;
	letter-spacing: -1px;
}
.breadcrumb-wrapper p.heading-2 {
	font-size: 32px;
	font-weight: 100;
	color: #333333;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	text-align: right;
	padding: 25px 0;
}
/*.breadcrumb > li > a {
	font-weight: 600;
	color: #777777;
}
.breadcrumb > .active { color: #999999; }
.breadcrumb > li + li::before {
    padding: 0;
    content: inherit;
}
.breadcrumb > li > span.divider {
	padding: 0 5px;
    color: #ccc;
}*/
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6d757e;
	content: var(--breadcrumb-divider, "/");
}

/*------------------------------
	PAGINATION
------------------------------*/
.pagination-wrapper {
	padding: 15px 10px 5px;
	text-align: center;
}
.pagination {
	margin: 0;
	border-radius: 0;
}
.pagination > li > a {
	margin: 0 5px 5px;
	border: 2px solid #D0D0D0;
	color: #CCCCCC;
	font-weight: 600;
	font-size: 16px;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 6px 0 0;
}
.pagination > li:first-child > a, .pagination > li:last-child > a { border-radius: 0; }
.pagination > li > a:hover, .pagination > li > a:focus {
	background-color: #FFFFFF;
	color: #AAAAAA;
	border-color: #B0B0B0;
}
.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus { background-color: #FFFFFF; }
.pagination-lg > li > a {
	font-size: 22px;
	width: 46px;
	height: 46px;
	padding: 7px 0 0;
}
.pagination-sm > li > a {
	font-size: 12px;
	width: 30px;
	height: 30px;
	padding: 5px 0 0;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #DDDDDD;
}

/*------------------------------
	EMBED RESPONSIVE
------------------------------*/
.embed-responsive-audio {
	padding-bottom: 0;
	height: 166px;
}

/*------------------------------
	MODALS
------------------------------*/
.modal .modal-header {
	padding: 0;
	border-bottom: 0;
}
.modal .modal-content { border-radius: 0; }
.modal .modal-body { padding-top: 0; }
.modal .modal-header .close {
	background-color: #555555;
	border-radius: 50%;
	text-shadow: none;
	opacity: 1;
	color: #F0F0F0;
	width: 32px;
	height: 32px;
	margin-top: -13px;
	margin-right: -13px;
	text-align: center;
	font-size: 18px;
}

/*------------------------------
	MODAL - PRODUCT QUICKVIEW
------------------------------*/
.contentpane article.product-item.product-single {
	box-shadow: none;
	margin-bottom: 0;
	padding-right: 0;
}
.contentpane article.product-item.product-single h3,
.contentpane article.product-item.product-single h2 {
	color: #888888;
	margin-top: 0;
}
.contentpane article.product-item.product-single .product-labels { padding-top: 0; }

/*------------------------------
	MODAL - ADD REVIEW
------------------------------*/
.modal-add-review .modal-header { padding: 15px; }
.modal-add-review .modal-header .close {
	margin-top: -28px;
	margin-right: -28px;
}

/*------------------------------
	MODAL - ADVERTISING
------------------------------*/
#modalAdvertising .modal-header,
#jk_alert_dialog .modal-header,
#jk-modal_waitinglist .modal-header,
#jk-modal_quickorder .modal-header, 
#jk-modal_rules .modal-header,
#jk-modal_affiliate .modal-header { background-image: url(../images/pattern.png); }
#jk-modal_waitinglist .modal-header h4,
#jk-modal_quickorder .modal-header h4,
#jk-modal_rules .modal-header h4,
#jk-modal_affiliate .modal-header h4 {
	padding: 5px 15px;
	border-bottom: 1px solid #e5e5e5;
}
#modalAdvertising .modal-body,
#jk_alert_dialog .modal-body,
#jk-modal_waitinglist .modal-body,
#jk-modal_quickorder .modal-body,
#jk-modal_rules .modal-body,
#jk-modal_affiliate .modal-body {
	/*padding: 15px 30px 0;*/
	background-image: url(../images/pattern.png);
}
#modalAdvertising .modal-body h3,
#jk_alert_dialog .modal-body h3,
#jk-modal_waitinglist .modal-body h3,
#jk-modal_quickorder .modal-body h3,
#jk-modal_rules .modal-body h3,
#jk-modal_affiliate .modal-body h3 {
	font-weight: 900;
	color: #666666;
	letter-spacing: -1px;
	margin-top: 0;
	font-size: 32px;
}
#modalAdvertising .modal-body p,
#jk_alert_dialog .modal-body p,
#jk-modal_waitinglist .modal-body p,
#jk-modal_quickorder .modal-body p,
#jk-modal_rules .modal-body p,
#jk-modal_affiliate .modal-body p {
	color: #AAAAAA;
	font-weight: 600;
	font-size: 16px;
}
#modalAdvertising .modal-body .checkbox,
#jk_alert_dialog .modal-body .checkbox,
#jk-modal_waitinglist .modal-body .checkbox,
#jk-modal_quickorder .modal-body .checkbox { margin: 30px 0; }

/*------------------------------
	MODAL - SIZES
------------------------------*/
@media (min-width: 768px) {
	.contentpane .modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-add-review .modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	#modalAdvertising .modal-dialog,
	#jk_alert_dialog .modal-dialog {
		width: 600px;
		margin: 100px auto;
	}
	#jk-modal_waitinglist .modal-dialog,
	#jk-modal_quickorder .modal-dialog {
		width: 830px;
		margin: 100px auto;
	}
}
@media (min-width: 992px) {
	.contentpane .modal-dialog {
		width: 800px;
		margin: 45px auto;
	}
	.modal-add-review .modal-dialog {
		width: 650px;
		margin: 40px auto;
	}
	#modalAdvertising .modal-dialog,
	#jk_alert_dialog .modal-dialog { margin: 150px auto; }
}
@media (min-width: 1200px) {
	.contentpane .modal-dialog {
		width: 900px;
		margin: 60px auto;
	}
	.modal-add-review .modal-dialog {
		width: 700px;
		margin: 50px auto;
	}
	#modalAdvertising .modal-dialog,
	#jk_alert_dialog .modal-dialog { margin: 200px auto; }
}
@media (min-width: 1600px) {
	.contentpane .modal-dialog {
		width: 1000px;
		margin: 90px auto;
	}
	.modal-add-review .modal-dialog {
		width: 800px;
		margin: 60px auto;
	}
	#modalAdvertising .modal-dialog,
	#jk_alert_dialog .modal-dialog,
	#jk-modal_waitinglist .modal-dialog,
	#jk-modal_quickorder .modal-dialog { margin: 300px auto; }
}

/*------------------------------
	OWL CAROUSEL
------------------------------*/
.owl-theme .owl-controls { margin: 0; }

/* OWL - NAV */
.owl-theme .owl-controls .owl-nav div {
	margin: 0;
	width: 40px;
	height: 40px;
	padding: 4px 0 0;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	background-color: #666666;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev { left: -37px; }
.owl-theme .owl-controls .owl-nav div.owl-next { right: -37px; }
.owl-theme.nav-inside .owl-controls .owl-nav div {
	opacity: 0.6;
	transition: all 0.2s ease-in;
}
.owl-theme.nav-inside .owl-controls .owl-nav div:hover { opacity: 1; }
.owl-theme.nav-inside .owl-controls .owl-nav div.owl-prev { left: 20px; }
.owl-theme.nav-inside .owl-controls .owl-nav div.owl-next { right: 20px; }
body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-prev { left: -80px; }
body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-next { right: -80px; }

/* OWL - PAGINATION */
.owl-theme .owl-controls .owl-dots { text-align: center; }
.owl-theme .owl-controls .owl-dot {
	width: 16px;
	height: 16px;
	margin: 10px 5px 5px;
	background-color: #F0F0F0;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	display: inline-block;
}
.owl-theme.nav-inside .owl-controls .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.2);
	padding: 0 5px;
}
.owl-theme.nav-inside .owl-controls .owl-dot { border: 0; }
#jk-elevatezoom-gallery {
	text-align: center;
	margin-bottom: 10px
}

/*------------------------------
	SCROLL TOP
------------------------------*/
#scrolltop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 23px;
	padding-top: 3px;
	background-color: #555555;
	color: #FFFFFF;
	transition: all 0.3s ease-in;
	z-index: 1040;
	cursor: pointer;
	transform: translateY(70px);
}
#scrolltop.in { transform: translateY(0); }

/*------------------------------
	HEADER
------------------------------*/
.top-header {
	box-shadow: 0 20px 20px -20px rgba(0,0,0,0.2) inset;
	background-color: #F9F9F9;
	height: 40px;
	border-bottom: 1px solid #EBEBEB;
}
.top-header .contacts { margin: 0; }
.top-header .contacts li, .vertical-menu-bottom .contacts li {
	color: #888888;
	font-weight: 600;
	margin-top: 8px;
}
.top-header .contacts li i, .vertical-menu-bottom .contacts li i {
	border: 2px solid #E87169;
	border-radius: 50%;
	padding: 5px 0 0;
	text-align: center;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	font-size: 13px;
}
.top-header .links, .top-header .languages {
	display: inline-block;
	padding: 10px 0 0 10px;
}
.top-header .languages > li { padding: 0; }
.top-header .languages select {
	padding-top: 0;
	padding-bottom: 0;
	height: 24px;
}
.top-header button {
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 85%;
}
.top-header .dropdown-menu { z-index: 1001; }
.top-header .links li { padding: 0 8px; }
.top-header .links a {
	color: #888888;
	position: relative;
}
.top-header .links a:after {
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	right: -11px;
	top: 50%;
	margin-top: -1px;
	content: "";
	background-color: #888888;
}
.top-header .links li:last-child a:after { display: none; }
.top-header-dark {
	background-color: #393939;
	border-color: #2B2B2B;
}
.top-header-dark .contacts li, .navbar-dark .vertical-menu-bottom .contacts li { color: #AAAAAA; }
.top-header-dark .links a { color: #AAAAAA; }

/* HEADER - NAVBAR */
header.navbar { margin: 0; }
header.navbar-default {
	background-color: #FFFFFF;
	height: 100px;
	border-color: #EBEBEB;
	transition: height 0.3s ease-in;
}
header.navbar > .container { position: relative; }
header.navbar .navbar-brand {
	padding: 37px 15px;
	height: auto;
	font-size: 50px;
	font-weight: 600;
	transition: all 0.3s ease-in;
}
header.navbar .navbar-brand span {
	color: #666666;
	transition: color 0.3s ease-in;
}
header.navbar .navbar-brand:hover { color: #666666; }
header.navbar .navbar-logo img {
	height: 99px;
	width: auto;
	transition: all 0.3s ease-in;
}
header.navbar.navbar-fixed-top .navbar-logo img {
	height: 59px;
}
header.navbar .navbar-text {
	color: #999999;
	font-weight: 300;
	font-size: 16px;
	margin-top: 40px;
	transition: all 0.3s ease-in;
}
header.navbar.navbar-small .navbar-text { margin-top: 20px; }
header.navbar .navbar-module {
	margin-top: 25px;
	margin-left: 15px;
	transition: all 0.3s ease-in;
}
header.navbar.navbar-small .navbar-module { margin-top: 5px; }

/* NAVBAR NAV */
header.navbar .navbar-collapse {
	margin: 25px 0;
	transition: all 0.3s ease-in;
}
header.navbar .navbar-nav > li > a {
	font-size: 18px;
	padding: 15px 15px;
	color: #777777;
}
header.navbar .navbar-nav > li > a i.fa-caret-down {
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 3px;
}
header.navbar .navbar-nav > li > a span.label {
	position: absolute;
	top: -5px;
	right: 10px;
}
header.navbar .navbar-nav > li > a.dropdown-toggle:after {
	content: "\f0d7";
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 6px;
}
header.navbar .navbar-nav > li > a:hover, header.navbar .navbar-nav > li > a:focus { background-color: transparent; }
header.navbar .navbar-nav > li.dropdown.open > a { background-color: transparent; }
.dropdown-menu {
	border: 0;
	padding: 0;
	border-radius: 0;
	min-width: 200px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
header.navbar .dropdown-menu {
	margin-top: 25px;
	transition: margin-top 0.3s ease-in;
}
.dropdown-menu > li > a {
	color: #777777;
	padding: 10px 15px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 16px;
	font-weight: 100;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #F9F9F9;
}
.dropdown-menu > li:last-child > a { border-bottom: 0; }
header.navbar .dropdown-menu > li > a:before {
	content: "\f0da";
	color: #CCCCCC;
	margin-right: 8px;
	font-size: 14px;
}
header.navbar .dropdown-menu > li > a:hover, header.navbar .dropdown-menu > li > a:focus { background-color: #F9F9F9; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: transparent; }

/* MEGAMENU */
header.navbar .navbar-nav > li.megamenu { position: static; }
header.navbar .megamenu .dropdown-menu {
	left: 15px;
	right: 15px;
	margin-top: -19px;
	padding: 10px 5px 0;
}
header.navbar .megamenu .dropdown-menu li { padding: 0; }
header.navbar .megamenu .dropdown-menu > li > a:before { display: none; }
header.navbar .megamenu .dropdown-menu li ul { padding: 0 10px 10px; }
header.navbar .megamenu .dropdown-menu li ul li {
	padding: 5px 10px;
	font-size: 16px;
}
header.navbar .megamenu .dropdown-menu li ul li a { color: #777777; }
header.navbar .megamenu .dropdown-menu li ul li.title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #555555;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 5px;
}
header.navbar ul li a .label { margin-top: 2px; }
header.navbar .megamenu .dropdown-menu li ul li.title .label {
	font-size: 14px;
	margin-top: 4px;
	font-weight: 600;
}

/* NAVBAR CART */
header.navbar .navbar-nav > li.navbar-cart, header.navbar .navbar-nav > li.navbar-search {
	width: 50px;
	text-align: center;
}
header.navbar .navbar-nav > li.navbar-cart > a.dropdown-toggle:after { display: none; }
header.navbar li.navbar-cart .dropdown-menu {
	width: 300px;
	padding: 15px;
	max-height: 380px;
	overflow-y: auto;
}
header.navbar li.navbar-cart .dropdown-menu.open {
	display: block !important;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}
header.navbar li.navbar-cart .dropdown-menu > li { margin-bottom: 15px; }
header.navbar li.navbar-cart .dropdown-menu > li:last-child {
	margin-bottom: 0;
	border-top: 1px solid #EEEEEE;
	padding-top: 15px;
	padding-bottom: 10px;
}
header.navbar li.navbar-cart .dropdown-menu > li.no-border {
	border: none;
	padding-top: 0;
}
header.navbar li.navbar-cart .dropdown-menu .row { margin: 0; }
header.navbar li.navbar-cart .dropdown-menu .row > div { padding: 0; }
header.navbar li.navbar-cart .dropdown-menu > li:last-child .row { margin: 0 -15px; }
header.navbar li.navbar-cart .dropdown-menu > li:last-child .row > div { padding: 0 15px; }
header.navbar li.navbar-cart .dropdown-menu img { padding-right: 10px; }
header.navbar li.navbar-cart .dropdown-menu a.remove {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	color: #999999;
}
header.navbar li.navbar-cart .dropdown-menu h4 { margin-top: 0; }
header.navbar li.navbar-cart .dropdown-menu p {
	margin: 0;
	font-size: 16px;
	color: #666666;
}

/* NAVBAR SEARCH */
header.navbar .navbar-nav > li.navbar-search > a.dropdown-toggle:after { display: none; }
header.navbar .navbar-nav > li.navbar-search { position: static; }
header.navbar li.navbar-search .dropdown-menu {
	left: 15px;
	right: 15px;
	margin-top: 0;
	padding: 14px 15px 13px 0;
	box-shadow: none;
	z-index: 999;
}
header.navbar li.navbar-search .dropdown-menu.open {
	display: block !important;
	position: absolute;
	background-color: #fff;
}
header.navbar-fixed-top li.navbar-search .dropdown-menu { box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15); }
header.navbar li.navbar-search .form-control {
	font-size: 32px;
	height: auto;
	border: 0;
	font-weight: 400;
}

/* HEADER SMALL - OFFSET > 165px */
header.navbar.navbar-small {
	height: 60px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
header.navbar.navbar-small .navbar-brand {
	padding: 20px 15px;
	font-size: 36px;
}
header.navbar.navbar-small .navbar-logo img { height: 59px; }
header.navbar.navbar-small .navbar-collapse { margin: 5px 0; }
header.navbar.navbar-small .dropdown-menu { margin-top: 5px; }
header.navbar.navbar-small .megamenu .dropdown-menu { margin-top: -5px; }
header.navbar.navbar-small li.navbar-search .dropdown-menu { margin-top: -5px; }

/* HEADER - NAVBAR TRANSPARENT */
header.navbar-transparent {
	height: 60px;
	border: 0;
	transition: background-color 0.3s ease-in;
}
header.navbar-transparent.navbar-offset { background-color: rgba(0,0,0,0.8); }
header.navbar-transparent .navbar-brand {
	padding: 20px 15px;
	font-size: 36px;
}
header.navbar-transparent .navbar-text {
	color: #FFFFFF;
	margin-top: 20px;
}
header.navbar-transparent .navbar-module {
	margin-top: 5px;
	margin-left: 15px;
}
header.navbar-transparent .navbar-collapse { margin: 5px 0; }
header.navbar-transparent .navbar-brand span, header.navbar-transparent .navbar-brand:hover { color: #FFFFFF; }
header.navbar-transparent .navbar-nav > li > a {
	color: #FFFFFF;
	font-weight: 600;
}
header.navbar-transparent .navbar-nav > li > a.dropdown-toggle:after { color: #FFFFFF; }
header.navbar-transparent .dropdown-menu { margin-top: 5px; }
header.navbar-transparent .megamenu .dropdown-menu, header.navbar-transparent li.navbar-search .dropdown-menu { margin-top: -5px; }

/* HEADER - NAVBAR VERTICAL */
.vertical-menu #page-wrapper { margin-left: 263px; }
.vertical-menu header.navbar-vertical {
	bottom: 0;
	width: 263px;
	background-color: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.15);
}
.vertical-menu header.navbar-vertical > .container {
	position: static;
	width: auto;
	padding: 0;
}
@media (min-width:768px) {
	.vertical-menu .navbar-header, .vertical-menu .navbar-brand, .vertical-menu .navbar-text, .vertical-menu .navbar-nav, .vertical-menu .navbar-nav > li { float: none !important; }
	.vertical-menu header.navbar .navbar-brand {
		display: block;
		padding: 20px 15px;
		margin-left: 0;
	}
	.vertical-menu header.navbar .navbar-collapse { margin: 0; }
	.vertical-menu .navbar-nav { margin-right: 0; }
	.vertical-menu header.navbar .navbar-nav > li > a,  .vertical-menu header.navbar .navbar-nav > li > a:hover,  .vertical-menu header.navbar .navbar-nav > li > a:focus { border-bottom: 1px solid #EEEEEE; }
	.vertical-menu header.navbar .navbar-nav > li > a span.label { position: static; }
	.vertical-menu header.navbar .dropdown-menu {
		left: 263px;
		right: auto;
		top: 0;
		margin-top: 0;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
	}
	.vertical-menu header.navbar .navbar-nav > li.megamenu { position: relative; }
	.vertical-menu header.navbar .megamenu .dropdown-menu { min-width: 800px; }
	.vertical-menu .vertical-menu-top .navbar-nav { margin: 7px; }
	.vertical-menu .vertical-menu-top .navbar-nav > li {
		float: left !important;
		margin-right: 7px;
	}
	.vertical-menu .vertical-menu-top ul.navbar-nav > li:last-child { margin-right: 0; }
	.vertical-menu .vertical-menu-top ul.navbar-nav > li > a {
		background-color: #EEEEEE;
		font-size: 14px;
		padding: 3px 8px;
		border: 0 !important;
	}
	.vertical-menu header.navbar .vertical-menu-top .navbar-nav > li > a.dropdown-toggle:after { display: none; }
	.vertical-menu .vertical-menu-top .navbar-nav > li > a img,  .vertical-menu .vertical-menu-top .dropdown-menu > li > a img {
		margin-right: 5px;
		position: relative;
		top: -2px;
	}
	.vertical-menu .vertical-menu-top .dropdown-menu > li > a {
		font-size: 14px;
		padding: 7px 10px;
	}
	.vertical-menu header.navbar .vertical-menu-top .navbar-nav > li.dropdown.open > a { background-color: #F5F5F5; }
	.vertical-menu header.navbar .navbar-nav > li.navbar-cart { width: auto; }
	.vertical-menu header.navbar .navbar-collapse .navbar-nav > li.navbar-cart,  .vertical-menu header.navbar .navbar-collapse .navbar-nav > li.navbar-search { display: none; }
	.vertical-menu header.navbar .vertical-menu-top .dropdown-menu {
		left: 0;
		top: 100%;
		background-color: #FBFBFB;
	}
	.vertical-menu .vertical-menu-bottom { padding: 20px 15px 0; }
	.vertical-menu .vertical-menu-bottom .navbar-form {
		margin-bottom: 40px;
		padding: 0;
	}
	.vertical-menu .vertical-menu-bottom .contacts { margin-bottom: 40px; }
	.vertical-menu .vertical-menu-bottom .copyright {
		text-align: center;
		color: #AAAAAA;
	}
}

/* HEADER - NAVBAR DARK */
header.navbar-dark {
	background-color: #333333;
	border-color: #2B2B2B;
}
header.navbar-dark .navbar-brand span { color: #FFFFFF; }
header.navbar-dark .navbar-brand:hover { color: #FFFFFF; }
header.navbar-dark .navbar-text { color: #CCCCCC; }
.vertical-menu header.navbar-dark .navbar-form .form-control {
	background-color: #333333;
	border-color: #555555;
	color: #CCCCCC;
}
header.navbar-dark .navbar-nav > li > a, header.navbar-dark .navbar-nav > li.navbar-cart > ul > li,
header.navbar-transparent-dark .navbar-nav > li.navbar-cart > ul > li { color: #CCCCCC; }
.vertical-menu header.navbar-dark .navbar-nav > li > a, .vertical-menu header.navbar-dark .navbar-nav > li > a:hover, .vertical-menu header.navbar-dark .navbar-nav > li > a:focus { border-color: #2E2E2E; }
header.navbar-dark .navbar-nav > li > a:hover { border-color: #555555; }
header.navbar-dark .dropdown-menu,
header.navbar-dark li.navbar-cart .dropdown-menu.open,
header.navbar-dark li.navbar-search .dropdown-menu.open,
header.navbar-transparent-dark .dropdown-menu { background-color: #333333 !important; }
header.navbar-dark .dropdown-menu > li > a, header.navbar-transparent-dark .dropdown-menu > li > a {
	color: #CCCCCC;
	border-color: #2E2E2E;
}
header.navbar-dark .dropdown-menu > li.active > a, header.navbar-transparent-dark .dropdown-menu > li.active > a { background-color: #444444; }
header.navbar-dark .dropdown-menu > li > a:hover, header.navbar-transparent-dark .dropdown-menu > li > a:hover,
header.navbar-dark .dropdown-menu > li > a:focus, header.navbar-transparent-dark .dropdown-menu > li > a:focus { background-color: #444444; }
header.navbar-dark .megamenu .dropdown-menu li ul li.title, header.navbar-transparent-dark .megamenu .dropdown-menu li ul li.title {
	color: #CCCCCC;
	border-color: #2E2E2E;

}
header.navbar-dark .megamenu .dropdown-menu li ul li a, header.navbar-transparent-dark .megamenu .dropdown-menu li ul li a { color: #CCCCCC; }
header.navbar-dark li.navbar-cart .dropdown-menu p, header.navbar-transparent-dark li.navbar-cart .dropdown-menu p { color: #CCCCCC; }
header.navbar-dark li.navbar-cart .dropdown-menu > li:last-child, header.navbar-transparent-dark li.navbar-cart .dropdown-menu > li:last-child { border-color: #2E2E2E; }
header.navbar-dark li.navbar-search .form-control, header.navbar-transparent-dark li.navbar-search .form-control { background-color: #333333; }
.vertical-menu header.navbar-dark .vertical-menu-top ul.navbar-nav > li > a { background-color: #222222; }
.vertical-menu header.navbar-dark .vertical-menu-top .navbar-nav > li.dropdown.open > a { background-color: #2D2D2D; }
.vertical-menu header.navbar-dark .vertical-menu-top .dropdown-menu { background-color: #3B3B3B; }
.vertical-menu header.navbar-dark .vertical-menu-bottom .copyright { color: #999999; }

/*------------------------------
	CONTENT
------------------------------*/
.content { padding: 30px 0; }
.content a { transition: all 0.2s ease-in; }
body.page-boxed .content.pattern { background-image: url(../images/pattern.png); }
.content h1 {
	font-weight: 700;
	color: #666666;
	margin-top: 0;
	font-size: 46px;
}
.content h2 {
	font-weight: 600;
	color: #666666;
	letter-spacing: -1px;
	margin-top: 0;
	font-size: 32px;
}
.content h3, .separator h3 {
	margin: 0 0 10px;
	font-weight: 600;
	color: #777777;
	letter-spacing: -1px;
}
.separator {
	background-color: #FFFFFF;
	padding: 10px 0;
}
.default-style, .products-header, .account-content, .sidebar .widget, article.product-item, .pagination-wrapper, .login-form-wrapper, .error-wrapper, #scrollspy-nav .affix, .components-content {
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.default-style { padding: 20px; }
.border-top { border-top: 1px solid #F0F0F0; }
.border-bottom { border-bottom: 1px solid #F0F0F0; }
.content .box {
	padding: 12px;
	border: 2px solid #F0F0F0;
	margin-bottom: 30px;
}
.content .box h4 {
	margin: -12px -12px 12px;
	background-color: #F5F5F5;
	border-bottom: 2px solid #F0F0F0;
	padding: 12px;
	color: #888888;
}
.content .box h5 {
	font-weight: 600;
	color: #888888;
}
.content .box h4 + p, .content .box h5 + p { margin-bottom: 0; }
.content .box ul { margin: 0; }
.content .box ul li {
	font-size: 15px;
	color: #777777;
	padding: 2px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
}
.section-title p {
	color: #AAAAAA;
	font-weight: 600;
	font-size: 16px;
}

/* SEPARATOR: NEWSLETTER */
.separator-newsletter {
	background-color: #F9F9F9;
	border-top: 2px solid rgba(0,0,0,0.05);
	border-bottom: 2px solid rgba(0,0,0,0.05);
	margin: 20px 0 0;
	padding: 20px 0;
}
.separator-newsletter .newsletter-left { position: relative; }
.separator-newsletter .newsletter-right { padding-left: 210px; }
.separator-newsletter .newsletter-badge {
	text-align: center;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	width: 180px;
	height: 180px;
	color: #FFFFFF;
	padding-top: 23px;
	position: absolute;
	top: -50px;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.2);
	z-index: 950;
}
.separator-newsletter .newsletter-badge span, .featured-products .newsletter-badge span {
	display: block;
	line-height: 42px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}
.separator-newsletter .newsletter-badge span.price, .featured-products .newsletter-badge span.price { font-size: 50px; }
.separator-newsletter p {
	color: #AAAAAA;
	font-size: 16px;
	margin: 0;
}
.separator-newsletter form { margin-top: 17px; }

/*------------------------------
	COMPONENTS
------------------------------*/
/* ICON NAVIGATION */
.icon-nav { margin-top: 30px; }
.icon-nav a {
	text-align: center;
	display: block;
	background-color: #F9F9F9;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	padding: 20px 5px;
	font-size: 20px;
	font-weight: 300;
	color: #777777;
	transition: all 0.2s ease-in;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.icon-nav a i, .icon-nav a span.fa {
	display: block;
	margin-bottom: 8px;
	font-size: 28px;
}
.icon-nav a span.badge {
    position: absolute;
    right: 20px;
    top: 5px;
}
.icon-nav a:hover { color: #FFFFFF; }

/* VERTICAL TABS */
.tabs.vertical-tabs .nav-tabs { border: 0; }
.tabs.vertical-tabs .nav-tabs > li {
	float: none;
	margin-right: 0;
}
.tabs.vertical-tabs .nav-tabs > li > a {
	background-color: #F9F9F9;
	border: 1px solid #F0F0F0;
	border-top: 0;
}
.tabs.vertical-tabs .nav-tabs > li > a:hover {
	background-color: #F5F5F5;
	border-color: #F0F0F0;
}
.tabs.vertical-tabs .nav-tabs > li:first-child > a { border-top: 1px solid #F0F0F0; }
.tabs.vertical-tabs .nav-tabs > li.active > a, .tabs.vertical-tabs .nav-tabs > li.active > a:focus, .tabs.vertical-tabs .nav-tabs > li.active > a:hover {
	background-color: #FFFFFF !important;
	border-left: 2px solid #E87169;
	border-right: 0;
	border-bottom: 1px solid transparent;
}
.tabs.vertical-tabs .tab-content { padding-top: 0; }

/*------------------------------
	SIDEBAR
------------------------------*/
.sidebar .widget { margin-bottom: 20px; }
.sidebar .widget h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}
.sidebar .widget h3 a {
	color: #FFFFFF;
	padding: 8px 10px;
	display: block;
}
.sidebar .widget h3 a:after {
	content: "\f0d7";
	float: right;
}
.sidebar .widget h3 a.collapsed:after { content: "\f0da"; }
.widget .widget-body { padding: 13px; }

/* WIDGET: CATEGORIES */
.widget-categories .widget-body > ul { margin-bottom: 0; }
.widget-categories .widget-body > ul > li {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 7px 0;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
}
.widget-categories .widget-body > ul > li > a.collapsed,
.widget-categories .widget-body > ul > li > a.link { color: #888888; }
.widget-categories .widget-body > ul > li > a:before {
	content: "\f147";
	margin-right: 7px;
	font-size: 14px;
}
.widget-categories .widget-body > ul > li > a.collapsed:before { content: "\f196"; }
.widget-categories .widget-body > ul > li > a.link:before { content: "\f096"; }
.widget-categories .widget-body > ul > li > a.collapsed:hover { color: #666666; }
.widget-categories .widget-body > ul > li > a span {
	float: right;
	color: #AAAAAA;
	font-weight: 300;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 2px;
}
.widget-categories .widget-body > ul > li > ul { margin-left: 35px; }
.widget-categories .widget-body > ul > li > ul > li { padding: 3px 0; }
.widget-categories .widget-body > ul > li > ul > li > a {
	font-weight: 300;
	font-size: 14px;
	color: #888888;
	position: relative;
}
.widget-categories .widget-body > ul > li > ul > li > a:hover { color: #444444; }
.widget-categories .widget-body > ul > li > ul > li > a:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #DDDDDD;
	top: 50%;
	left: -13px;
	margin-top: -2px;
}

/* WIDGET: PRICE */
.widget-price .widget-body .price-slider { margin: 5px 0 20px; }
.widget-price .widget-body .price-slider input {
	background-color: transparent;
	border: 0;
	width: 50%;
	margin-bottom: 5px;
	font-size: 18px;
	color: #999999;
}
.widget-price .widget-body .price-slider input.pull-right { text-align: right; }
.widget-price .widget-body .ui-widget-content {
	background: none;
	border: 0;
	border-radius: 10px;
	background-color: #E0E0E0;
	height: 18px;
	clear: both;
}
.widget-price .widget-body .ui-slider .ui-slider-range {
	background: none;
	border-radius: 10px;
}
.widget-price .widget-body .ui-slider .ui-slider-handle {
	border-radius: 50%;
	background: none;
	border: 2px solid #E87169;
	background-color: #FFFFFF;
	top: 0;
	width: 18px;
	height: 18px;
	outline: none;
}
.widget-price .widget-body .ui-slider > div + span { margin-left: 0; }
.widget-price .widget-body .ui-slider > div + span + span { margin-left: -16px; }

/* WIDGET: COLOR */
.widget-color .widget-body { text-align: center; }
.widget-color .widget-body .checkbox {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 3px 2px;
}
.widget-color .widget-body .checkbox label { min-height: 0; }
.widget-color .widget-body .checkbox label:before {
	width: 30px;
	height: 30px;
	top: 0;
	border-radius: 50%;
	opacity: 0.5;
	border: 4px solid rgba(0,0,0,0);
}
.widget-color .widget-body .checkbox.blue label:before { background-color: #3d78d8; }
.widget-color .widget-body .checkbox.red label:before { background-color: #e84c3d; }
.widget-color .widget-body .checkbox.green label:before { background-color: #0d8609; }
.widget-color .widget-body .checkbox.dark-gray label:before { background-color: #4e5b5e; }
.widget-color .widget-body .checkbox.dark-cyan label:before { background-color: #008686; }
.widget-color .widget-body .checkbox.orange label:before { background-color: #ffa500; }
.widget-color .widget-body .checkbox.pink label:before { background-color: #db7093; }
.widget-color .widget-body .checkbox.purple label:before { background-color: #954db3; }
.widget-color .widget-body .checkbox.brown label:before { background-color: #7a5230; }
.widget-color .widget-body .checkbox.yellow label:before { background-color: #d3b61c; }
.widget-color .widget-body .checkbox > input[type=checkbox]:checked + label:before {
	opacity: 1;
	font-size: 19px;
}
.widget-color .widget-body .checkbox .tooltip.top {
	white-space: nowrap;
	margin-top: -17px;
}

/* WIDGET: CHECKBOX */
.widget-checkbox .widget-body .checkbox { margin: 8px 0; }
.widget-checkbox .widget-body .checkbox label { padding-right: 35px; }
.widget-checkbox .widget-body .checkbox span {
	color: #AAAAAA;
	font-weight: 300;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	top: 2px;
	right: 0;
}

/*------------------------------
	SIDEBAR - BLOG
------------------------------*/
.sidebar .widget.default {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 30px;
}
.sidebar .widget.default  h3 {
	background-color: transparent !important;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: #777777;
	letter-spacing: -1px;
}
.widget.default .widget-body { padding: 0; }

/* WIDGET: POST CATEGORIES */
.widget-post-categories ul li {
	border-bottom: 1px dashed #EBEBEB;
	padding: 8px 0;
	font-size: 16px;
}
.widget-post-categories ul li:last-child { border-bottom: 0; }
.widget-post-categories ul li a {
	color: #777777;
	position: relative;
	padding-left: 17px;
}
.widget-post-categories ul li a:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #DDDDDD;
	top: 50%;
	left: 5px;
	margin-top: -2px;
}
.widget-post-categories ul li a .badge { float: right; }

/* WIDGET: RECENT COMMENTS */
.widget-recent-comments ul li {
	padding: 5px 0 15px 30px;
	position: relative;
}
.widget-recent-comments ul li:before {
	content: "\f075";
	position: absolute;
	color: #DDDDDD;
	left: 0;
	top: 7px;
	font-size: 20px;
}
.widget-recent-comments ul li p {
	margin: 0;
	color: #AAAAAA;
	font-size: 12px;
}
.widget-recent-comments ul li p.text {
	margin-bottom: 10px;
	color: #777777;
	font-size: 14px;
	font-weight: 600;
}

/*------------------------------
	PRODUCTS
------------------------------*/
.products-header {
	margin-bottom: 20px;
	padding: 10px;
}
.products-header > .row > div:last-child { text-align: right; }
.products-header .toggle-list-grid .btn { margin: 0 2px; }
.products-header .order-by {
	display: inline-block;
	margin-left: 10px;
}

/* GRID/LIST */
article.product-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
article.product-item .product-overlay {
	position: relative;
	display: block;
}
article.product-item .product-overlay .product-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s ease-out;
	background-color: #999999;
	z-index: 110;
}
article.product-item:hover .product-overlay .product-mask {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
article.product-item .product-image-2 {
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 0.6s ease-in;
	z-index: 100;
}
article.product-item:hover .product-image-2 { opacity: 1; }
article.product-item .product-quickview {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -32px;
	transition: all 0.2s ease-out;
	text-align: center;
	opacity: 0;
	z-index: 130;
}
article.product-item:hover .product-quickview { opacity: 1; }
article.product-item .product-quickview .btn-quickview {
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0;
	width: 100%;
	border-radius: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease-in;
}
article.product-item .product-quickview .btn-quickview:hover, article.product-item .product-quickview .btn-quickview:focus { color: #666666; }
article.product-item .product-permalink {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 120;
}
article.product-item h3, article.product-item h3 a,
article.product-item h2, article.product-item h2 a {
	color: #777777;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
	letter-spacing: 0;
}
article.product-item .product-rating { padding: 0 0 5px; }
article.product-item .product-rating i, .account-content .product-rating i, .small-product li .product-rating i, .review-rating i {
	font-size: 16px;
	padding: 0 1px;
	color: #F2CD00;
}
article.product-item .price, .small-product li .price {
	font-size: 18px;
	color: #888888;
}
article.product-item .price ins, .small-product li .price ins {
	text-decoration: none;
	font-weight: 600;
	color: #333333;
}
article.product-item .price del + ins, .small-product li .price del + ins {
	text-decoration: none;
	font-size: 22px;
	margin-left: 3px;
	font-weight: 400;
}
article.product-item .buttons { padding: 15px 0; }
article.product-item .buttons a.add-to-cart i { margin-right: 5px; }
article.product-item .buttons-simple { padding: 10px 0 15px; }
article.product-item .buttons-simple a {
	font-size: 19px;
	padding: 0 7px;
}
article.product-item .buttons-simple a:hover { color: #666666; }
article.product-item .product-labels {
	position: absolute;
	padding: 15px;
	z-index: 125;
}
article.product-item .product-labels .label {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 10px 0 0;
	display: inline-block;
	font-size: 12px;
	border: 2px solid #FFFFFF;
	text-transform: uppercase;
}
article.product-item .product-labels .label.label-danger { background-color: #E87169; }
article.product-item .product-labels .label.label-info { background-color: #39B3CA; }

/* LIST */
.products_list.list > div { width: 100%; }
.products_list.list article.product-item img { margin: 0 auto; }
.products_list.list article.product-item .product-body { padding-right: 15px; }
.products_list.list article.product-item p {
	font-family: 'Source Sans Pro',Verdana,Geneva,sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #888;
	margin: 10px 0 0;
	text-align: left;
	line-height: 1.42857143;
}
.products_list.list article.product-item h3 { height: auto; }
.products_list.list article.product-item .product-labels {
	top: 0;
	right: 15px;
}
.products_list.list article.product-item .product-labels .label { box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); }

/* GRID */
.products_list.grid article.product-item { text-align: center; }
.products_list.grid article.product-item > .row > div {
	width: 100%;
	float: none;
	position: static;
}
.products_list.grid article.product-item img { margin: 0 auto; }
.products_list.grid article.product-item .product-body { padding: 0 10px; }
.products_list.grid article.product-item p { display: none; }
.products_list.grid article.product-item .product-labels {
	top: 0;
	left: 0;
}

/*------------------------------
	SINGLE PRODUCT
------------------------------*/
article.product-item.product-single { padding: 0 15px 0 0; }
article.product-item.product-single h3 a,
article.product-item.product-single h2 a{ color: #777777 }
article.product-item.product-single .product-labels {
	top: 0;
	right: 0;
}
article.product-item.product-single .product-labels .label { box-shadow: 0 0 1px 0 rgba(0,0,0,0.2); }
article.product-item.product-single h3,
article.product-item.product-single h2 { height: auto; }
article.product-item.product-single .product-rating { padding: 0 0 10px; }
article.product-item.product-single .product-info,
.tabs .tab-content ul.product-attributes { margin: 20px 0; }
article.product-item.product-single .product-info li,
.tabs .tab-content ul.product-attributes li {
	padding: 3px 0;
	font-weight: 600;
}
article.product-item.product-single .product-info li span,
.tabs .tab-content ul.product-attributes li span {
	width: 100px;
	color: #B0B0B0;
	display: inline-block;
	font-weight: 400;
}
.tabs .tab-content ul.product-attributes li span { width: 250px; }
article.product-item.product-single p {
	font-size: 15px;
	color: #888888;
	margin: 10px 0 20px;
}
/*article.product-item.product-single .product-form label { margin: 0 7px 0 0; }*/
article.product-item.product-single .product-form .form-group { margin-bottom: 0; }
article.product-item.product-single .product-form .form-control { height: 38px; }
article.product-item.product-single .product-quantity, article.product-item.product-single .product-size, article.product-item.product-single .product-color, article.product-item.product-single .product-variant { padding-bottom: 10px; }
article.product-item.product-single .product-quantity .btn {
	font-size: 16px;
	font-weight: 600;
	width: 40px;
	float: left;
	background-color: #F0F0F0;
	z-index: 500;
	padding: 6px 12px;
}
article.product-item.product-single .product-quantity .form-control {
	display: inline-block;
	width: 44px;
	text-align: center;
	height: 38px;
	float: left;
	margin-left: -2px;
	z-index: 510;
}
article.product-item.product-single .product-quantity .btn:last-child { border-left: 0; }
article.product-item.product-single .add-to-cart {
	float: right;
	padding: 7px 12px;
}
article.product-item.product-single .add-to-cart i { margin-right: 5px; }
article.product-item.product-single .product-links {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #F0F0F0;
}
article.product-item.product-single .product-links li { padding-right: 10px; }
article.product-item.product-single .product-links a { color: #999999; }
article.product-item.product-single .product-links a:hover { color: #666666; }
article.product-item.product-single .product-links a i { margin-right: 4px; }
.tabs.product-tabs .nav-tabs { border-bottom: 0; }
.tabs.product-tabs .nav-tabs > li > a {
	background-color: #FFFFFF;
	opacity: 0.85;
	border-top: 2px solid transparent;
}
.tabs.product-tabs .nav-tabs > li.active > a, .tabs.product-tabs .nav-tabs > li.active > a:focus, .tabs.product-tabs .nav-tabs > li.active > a:hover {
	background-color: #FFFFFF;
	color: #999999;
	border-top: 2px solid #E87169;
	opacity: 1;
}
.tabs.product-tabs .tab-content {
	background-color: #FFFFFF;
	padding: 20px;
}
.releated-products { margin-top: 40px; }

/*------------------------------
	REVIEWS
------------------------------*/
.comments .media .media-left { padding-right: 20px; }
.comments .media .media-body h3 {
	margin: 0 0 10px;
	color: #777777;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.comments .media .media-body .review-rating { margin-left: 10px; }
.comments .media .media-body { position: relative; }
.comments .media .media-body .meta {
	float: right;
	font-weight: 500;
	margin-top: 5px;
}
.comments > .media > .media-body > .meta {
	transform: translateX(60px);
	transition: transform 0.25s ease-in-out;
}
.comments > .media:hover > .media-body > .meta { transform: translateX(0); }
.comments .media .media-body .meta .date {
	color: #BCC7D1;
	font-size: 14px;
}
.comments .media .media-body .meta a {
	margin-left: 15px;
	cursor: pointer;
}
.comment-form h3, .modal-add-review .modal-title {
	font-weight: 600;
	color: #777777;
	margin-top: 0;
	letter-spacing: -1px;
	font-size: 24px !important;
}
.comment-form .comment-notes { color: #AAAAAA; }
.comment-form textarea.form-control { height: 130px; }
.comment-form .btn i { margin-right: 5px; }

/*------------------------------
	FOOTER
------------------------------*/
footer.navbar {
	margin: 0;
	border: 0;
	background-color: #272727;
	padding: 30px 0 20px;
	color: #616161;
	border-radius: 0;
}
footer.navbar a:hover { color: #AAAAAA; }
.footer-widget h4 {
	color: #B8B8B8;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
}
.footer-widget ul li { padding: 5px 0; }
.footer-widget ul.list-inline li { padding-right: 10px; }
.footer-widget a {
	color: #616161;
	font-size: 16px;
}

/* WIDGET CONTACTS */
.footer-widget-contacts ul li {
	font-size: 16px;
	font-weight: 600;
	padding: 7px 0;
}
.footer-widget-contacts ul li i {
	color: #B8B8B8;
	border: 2px solid #B8B8B8;
	border-radius: 50%;
	padding: 5px 0 0;
	text-align: center;
	width: 31px;
	height: 31px;
	margin-right: 5px;
	font-size: 16px;
}
.footer-widget-contacts ul li.social { padding-top: 20px; }
.footer-widget-contacts ul li.social a { padding-right: 3px; }
.footer-widget-contacts ul li.social i {
	color: #787878;
	border-color: #787878;
	margin-bottom: 10px;
}
.footer-widget-contacts ul li.social a:hover i {
	color: #B8B8B8;
	border-color: #B8B8B8;
}

/* WIDGET TWITTER */
.footer-widget #twitter-wrapper p {
	margin-bottom: 10px;
	font-size: 13px;
}
.footer-widget #twitter-wrapper a {
	font-size: 13px;
	color: #888888;
}
.footer-widget #twitter-wrapper a:hover { color: #AAAAAA; }
.footer-widget #twitter-wrapper .timePosted { display: none; }

/* WIDGET FACEBOOK */
.footer-widget-facebook ul li a {
	display: block;
	margin: 0 5px;
}
.footer-widget-facebook p {
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}
.footer-widget-facebook p a {
	font-size: 12px;
	color: #CCCCCC;
	float: right;
	position: relative;
	top: -4px;
	letter-spacing: 1px;
}
.footer-widget-facebook p a i { margin-right: 5px; }

/* FOOTER COPYRIGHT */
.footer-bottom {
	border-top: 2px solid #373737;
	margin-top: 20px;
	padding-top: 20px;
}
.footer-bottom p.copyright {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
}
.footer-bottom ul.payment-methods {
	margin: 0;
	text-align: right;
	font-size: 0;
}
.footer-bottom ul.payment-methods li {
	padding: 0 2px;
	transition: all 0.2s ease-in;
}
.footer-bottom ul.payment-methods li:hover { color: #AAAAAA; }
.footer-bottom ul.payment-methods span { font-size: 28px; }

/*------------------------------
	MY ACCOUNT
------------------------------*/
.sidebar .nav-stacked > li { padding: 0; }
.sidebar .nav-stacked > li + li { margin-top: 0; }
.sidebar .nav-pills > li > a {
	border-radius: 0;
	font-weight: 600;
	color: #999999;
	border-bottom: 2px solid #EBEBEB;
	font-size: 14px;
}
.sidebar .nav-pills > li:last-child > a { border-bottom: 0; }
.sidebar .nav-pills > li > a:after {
	content: "\f0da";
	float: right;
	margin-top: 3px;
}
.sidebar .nav-pills > li > a:hover, .sidebar .nav-pills > li > a:focus { background-color: #F3F3F3; }
.sidebar .nav-pills > li.active > a { color: #FFFFFF; }

/* ACCOUNT CONTENT */
.account-content { padding: 20px; }
.account-content h3 { font-weight: 600; }
.account-content h3 span { font-weight: 300; }
.account-content p {
	font-size: 15px;
	color: #777777;
}
.account-content b {
	font-size: 15px;
	color: #777777;
}
.account-content h4 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #666666;
	font-weight: 600;
}

/* PROFILE */
.account-content .account-profile-top div { display: inline-block; }
.account-content .account-profile-top div.button { float: right; }
.account-content .account-profile-top img { margin-right: 10px; }
.account-content .account-profile-top h3 {
	position: relative;
	top: 12px;
}
.account-content .account-profile-top h3 small {
	display: block;
	padding: 5px 0 0 2px;
	color: #BBBBBB;
	font-size: 60%;
}
.account-content .account-profile-top a { margin-top: 19px; }
.account-content .form-horizontal {
	clear: both;
	margin-top: 20px;
}

/* ADDRESS */
.account-content .table td a.btn i { width: 11px; }
.account-content .table td a.btn { margin-right: 5px; }
.account-content .table td a.btn:last-child { margin-right: 0; }

/* SINGLE ORDER */
.account-content .order-status {
	margin: 4px 0 14px;
	display: inline-block;
}
.account-content .order-action { float: right; }
.account-content .order-action li { padding: 0; }
.account-content .products-order {
	border: 2px solid #F0F0F0;
	padding: 15px;
}
.account-content ul.order-total {
	text-align: right;
	margin: 0;
}
.account-content ul.order-total.border-top,
.account-content .clear_all.border-top {
	border-top: 2px solid #EBEBEB;
	padding-top: 10px;
}
.account-content ul.order-total li {
	padding: 2px 0;
	font-size: 16px;
}
.account-content ul.order-total span {
	width: 150px;
	display: inline-block;
	font-weight: 600;
	color: #555555;
	white-space: nowrap;
}
.account-content ul.order-total span em,
.account-content ul.order-total span i { font-weight: 100; }

/* SHOPPING CART */
.account-content .shopping-cart { margin-bottom: 20px; }
.account-content .shopping-cart .update-cart { float: right; }

/* CHECKOUT */
.account-content .checkout-step {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.account-content .checkout-step .number {
	background-color: #F0F0F0;
	color: #AAAAAA;
	border-radius: 50%;
	display: inline-block;
	height: 29px;
	width: 29px;
	font-weight: 600;
	font-size: 20px;
}
.account-content .checkout-step.active .number { color: #FFFFFF; }
.account-content .checkout-step .title {
	font-weight: 600;
	font-size: 16px;
	color: #888888;
	margin: 7px 0 0;
}
.account-content .checkout-step.active .title { color: #555555; }
.account-content .checkout-step:after {
	position: absolute;
	height: 16px;
	width: 16px;
	margin-left: -8px;
	left: 50%;
	bottom: -24px;
	content: "";
	border-radius: 50%;
	border: 2px solid #F0F0F0;
	background-color: #FFFFFF;
	z-index: 1;
}
.account-content .checkout-step.no-border:after { border: none }
.account-content .checkout-progress {
	position: relative;
	left: 12.5%;
	width: 75%;
	border-radius: 0;
	background-color: #F0F0F0;
	box-shadow: none;
	height: 2px;
	margin-bottom: 40px;
}
.account-content .checkout-progress .progress-bar { box-shadow: none; }
.account-content .products-order.checkout { margin-bottom: 20px; }
.checkout .addresses-toggle { margin-bottom: 20px; }
.billing-information textarea { height: 130px; }
.shipping-information .checkbox { margin-bottom: 30px; }
#shipping-address { display: none; }
.account-content .products-order.shipping-method .radio, .account-content .products-order.payment-method .radio {
	margin: 15px 0;
	border: 0;
	box-shadow: none;
}
.account-content .products-order.shipping-method .radio:first-child, .account-content .products-order.payment-method .radio:first-child { margin-top: 0; }
.account-content .products-order.shipping-method .radio:last-child, .account-content .products-order.payment-method .radio:last-child { margin-bottom: 0; }
.account-content .products-order.shipping-method .radio .panel-collapse, .account-content .products-order.payment-method .radio .panel-collapse { margin-left: 30px; }
.account-content .products-order .radio label span {
	margin-left: 25px;
	font-weight: 400;
	color: #AAAAAA;
}
.account-content .products-order.shipping-method .radio .panel-collapse .radio { margin: 7px 0; }
.account-content .products-order.shipping-method .shipping-method-description { margin: 10px 0 20px 30px; }
.account-content .products-order.shipping-method .shipping-method-description p { margin: 0 0 10px; }
.account-content .products-order.shipping-method .shipping-method-description ul { margin: 0; }
.account-content .products-order.shipping-method .shipping-method-description ul li { font-weight: 600; }
.account-content .products-order.shipping-method .shipping-method-description ul li span {
	font-weight: 400;
	width: 180px;
	display: inline-block;
}
.account-content .products-order.shipping-method .credit-card-form, .account-content .products-order.payment-method .credit-card-form { padding-top: 15px; }
.account-content .products-order.shipping-method .credit-card-form label, .account-content .products-order.payment-method .credit-card-form label {
	font-weight: 700;
	padding-left: 0;
}
#credit-card-img {
	padding: 4px 8px;
	color: #999999;
}
#credit-card-img i {
	font-size: 24px;
	width: 35px;
}
#credit-card-img img { height: 24px; }
.expiration-date .form-control {
	width: 49%;
	display: inline-block;
}
#credit-card-error p {
	margin: 0;
	color: #E74C3C;
	font-weight: 600;
	font-size: 12px;
}

/* TABLE PRODUCTS */
.table-products { margin-bottom: 0 }
.table-products > thead > tr > th, .table-products > tbody > tr > th {
	padding: 10px 5px;
	font-size: 16px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0;
	text-align: center;
}
.table-products > thead > tr > th:last-child, .table-products > tbody > tr > th:last-child { border-right: 0; }
.table-products > thead > tr > td, .table-products > tbody > tr > td { padding: 10px 0; }
.table-products > tbody > tr:first-child > td { border-width: 0; }
.table-products h4 { margin-left: 25px; }
.table-products h4 small {
	margin-top: 5px;
	display: block;
	color: #AAAAAA;
	font-style: italic;
}
.table-products span {
	color: #888888;
	font-size: 16px;
}
.table-products .form-control {
	text-align: center;
	font-size: 16px;
	margin: 15px auto;
	width: 60%;
}

/* COMPARE */
.account-content.compare { padding: 0; }
#jkCompare, .dragtable-sortable table { margin: 0; }
.dragtable-sortable li { background-color: #FFFFFF; }
.dragtable-sortable .ui-sortable-placeholder {
	background-color: #DDDDDD;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2) inset;
}
#jkCompare tr td, .dragtable-sortable li > table > tbody > tr > td {
	text-align: center;
	font-size: 16px;
}
#jkCompare tr th, .dragtable-sortable li > table > thead > tr > th {
	text-align: center;
	background-color: transparent;
}
#jkCompare tr th i.btn, .dragtable-sortable tr th i.btn {
	padding: 6px 0;
	width: 33px;
	font-weight: 400;
}
#jkCompare tr th i.fa-arrows, .dragtable-sortable tr th i.fa-arrows {
	cursor: move;
	margin-right: 3px;
}
#jkCompare tr td.title,
#jkCompare tr.different td:first-child,
#jkCompare tr.equal td:first-child,
.dragtable-sortable tr td.title {
	width: 15%;
	text-align: right;
	color: #666666;
	font-weight: 600;
	border-right: 2px solid #EBEBEB;
	background-color: #F5F5F5;
	padding: 8px 12px;
}
#jkCompare tr td img.img-responsive, .dragtable-sortable tr td img {
	height: 150px;
	margin-bottom: 10px;
}
#jkCompare tr td img + a, .dragtable-sortable tr td img + a { font-size: 16px; }

/* SIGN UP / SIGN IN */
.login-form-wrapper {
	padding: 20px;
	margin: 40px 0 10px;
}
.login-form-wrapper form {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #D0D0D0;
}
.login-form-wrapper.no-border form {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}
.login-form-wrapper h3 {
	text-align: center;
	font-size: 32px;
}
.login-form-wrapper p {
	margin: 0 0 10px;
	font-weight: 600;
	color: #999;
}
.btn-brand {
	background-color: #777777;
	display: block;
	color: #FFFFFF;
	opacity: 0.9;
	transition: opacity 0.3s ease-in;
	padding: 10px 12px;
}
.btn-brand:hover {
	opacity: 1;
	color: #FFFFFF;
}
.btn-brand i { margin-right: 5px; }
.btn-facebook { background-color: #3a5795; }
.btn-instagram { background-color: #125688; }
.btn-linkedin { background-color: #0077B5; }
.btn-live { background-color: #0072C6; }
.btn-mail { background-color: #356ca4; }
.btn-odnoklassniki { background-color: #f6851f; }
.btn-twitter { background-color: #00aeef; }
.btn-vkontakte { background-color: #4e7299; }
.btn-wordpress { background-color: #474442; }
.btn-yahoo { background-color: #409; }
.btn-yandex { background-color: #ff0303; }
.fa-yandex::before {
    content: 'Ð¯';
	font-family: 'Arial Narrow', 'Open Sans', sans-serif;
	font-size: 135%;
	line-height: 0;
}
.form-text {
	font-weight: 600;
	text-align: center;
	color: #888888;
	font-size: 15px;
}

/*------------------------------
	ERROR
------------------------------*/
.error-wrapper {
	text-align: center;
	padding: 20px;
	margin: 40px 0 20px;
}
.error-wrapper .error-number {
	font-size: 120px;
	line-height: 1;
	color: #888888;
}
.error-wrapper .error-text h1 {
	font-size: 36px;
	margin: 20px 0;
	font-weight: 600;
}
.error-wrapper .error-text p {
	font-size: 18px;
	color: #888888;
}

/*------------------------------
	JUMBOTRONS - CAROUSELS
------------------------------*/
.jumbotron {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.jumbotron-full-height { height: 100%; }
.container .jumbotron-small { padding: 0; }
.jumbotron .owl-theme .owl-controls .owl-nav div {
	width: 50px;
	height: 50px;
	padding: 4px 0 0;
	font-size: 28px;
	background-color: rgba(0,0,0,0.25);
	margin-top: -25px;
}
.jumbotron .owl-carousel .item {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
}
.jumbotron-full-height .owl-carousel, .jumbotron-full-height .owl-carousel .item, .jumbotron-full-height .owl-carousel .owl-item, .jumbotron-full-height .owl-carousel .owl-stage, .jumbotron-full-height .owl-carousel .owl-stage-outer { height: 100%; }
.jumbotron .owl-carousel .slide-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
}
.jumbotron .owl-carousel .slide-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 70px;
}
.jumbotron h1 {
	color: #FFFFFF;
	font-size: 70px;
	font-family: Raleway, sans-serif;
	font-weight: 800;
	margin: 0 0 20px;
}
.jumbotron h2 {
	color: #FFFFFF;
	font-size: 40px;
	font-family: Raleway, sans-serif;
	font-weight: 200;
	margin: 0 0 20px;
}
.jumbotron ul li {
	color: #FFFFFF;
	font-size: 24px;
	padding: 8px 0;
	font-family: Raleway, sans-serif;
	font-weight: 300;
}
.jumbotron p {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	letter-spacing: 4px;
}
.jumbotron a.btn {
	font-family: Raleway, sans-serif;
	font-weight: 400;
	margin-right: 5px;
	border-color: #FFFFFF;
}
.jumbotron a.btn:last-child { margin-right: 0; }
.jumbotron a.btn-lg {
	font-size: 18px;
	padding: 12px 20px;
}
.jumbotron a.btn-default { color: #FFFFFF; }
.jumbotron a.btn-inverse {
	color: #666666;
	background-color: #FFFFFF;
}
.jumbotron a.btn-inverse:hover { background-color: rgba(255,255,255,0.8); }
.jumbotron .border {
	border: 2px solid #FFFFFF;
	padding: 10px 15px;
	display: inline-block;
}
.jumbotron .grey-background {
	background-color: rgba(0,0,0,0.35);
	display: inline-block;
	padding: 10px 15px;
}
.jumbotron .color-background {
	display: inline-block;
	padding: 10px 15px;
}
.jumbotron-video .mb_YTPBar { display: none !important; }

/* OWL ANIMATION */
.owl-animation .animation {
	transition: transform 1s ease-in;
	opacity: 0;
}
.owl-animation .fast { transition-duration: 0.5s; }
.owl-animation .slow { transition-duration: 1.5s; }
.owl-animation .very-slow { transition-duration: 2s; }
.owl-animation .active .animation { opacity: 1; }
.owl-animation .delay-1, .owl-animation .delay-2, .owl-animation .delay-3, .owl-animation .delay-4, .owl-animation .delay-5 { transition-delay: 0s; }
.owl-animation .active .delay-1 { transition-delay: 0.5s; }
.owl-animation .active .delay-2 { transition-delay: 1s; }
.owl-animation .active .delay-3 { transition-delay: 1.5s; }
.owl-animation .active .delay-4 { transition-delay: 2s; }
.owl-animation .active .delay-5 { transition-delay: 2.5s; }
.owl-animation .top-to-bottom { transform: translateY(-1000px); }
.owl-animation .bottom-to-top { transform: translateY(1000px); }
.owl-animation .left-to-right { transform: translateX(-1000px); }
.owl-animation .right-to-left { transform: translateX(1000px); }
.owl-animation .active .top-to-bottom, .owl-animation .active .bottom-to-top { transform: translateY(0); }
.owl-animation .active .left-to-right, .owl-animation .active .right-to-left { transform: translateX(0); }

/*------------------------------
	HOMEPAGE SECTIONS
------------------------------*/
/* SECTION - NOTIFICATION */
.notification {
	padding: 40px 0 50px;
	text-align: center;
}
.notification strong {
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #7C7C7C;
	display: block;
	margin-bottom: 20px;
}
.notification a {
	color: #888888;
	border-color: #999999;
	font-size: 22px;
	padding: 12px 60px;
}
.notification h3 {
	font-size: 34px;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	color: #888888;
	margin: 10px 0 20px;
}
.notification p {
	font-size: 21px;
	line-height: 33px;
	font-weight: 100;
	color: #999999;
	margin: 0;
}

/* SECTION - CATEGORIES */
.categories { padding:0 }
.categories .category { position: relative }
.categories .category .category-mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 80%;
	height: 80%;
	opacity: 0.2;
	margin-top: 8%;
	margin-left: 10%;
	transition: all 0.3s ease-in;
}
.categories .category:hover .category-mask { opacity: 0.4; }
.categories .category .category-title {
	position: absolute;
	top: 50%;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 900;
	margin-top: -31px;
	transition: all 0.3s ease-in;
}
.categories.category-small .category .category-title { font-size: 32px; }
.categories .category .category-title span {
	font-size: 20px;
	display: block;
}
.categories .category .btn-default {
	border: 2px solid #fff;
	color: #fff;
}

/* SECTION - CATEGORIES 2 */
.categories-2 {
	background-color: #FFFFFF;
	padding: 60px 0 30px;
}
.categories-2 .category {
	background-color: #F7F7F7;
	margin-bottom: 30px;
	transition: all 0.3s ease-in;
}
.categories-2 .category:hover { background-color: #F0F0F0; }
.categories-2 .category .category-body { padding: 50px 25px 50px 0; }
.categories-2 .category .category-body.left { padding: 47px 0 47px 25px; }
.categories-2 .category img { max-height: 182px; }
.categories-2 .category h3 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.categories-2 .category h3 span {
	color: #CCCCCC;
	font-size: 18px;
	text-transform: uppercase;
}

/* SECTION - GRID PRODUCTS */
.grid-products { background-color: #FFFFFF; }
.grid-products .product-item {
	text-align: center;
	box-shadow: none;
}
.grid-products .product-item h3 a { color: #777777; }
.grid-products .product-item img { margin: 0 auto; }

/* SECTION - TOP PRODUCTS */
.featured-products { background-color: #FFFFFF; }
.featured-products .tabs p {
	font-size: 17px;
	color: #888888;
}
.featured-products .product-item {
	text-align: center;
	box-shadow: none;
}
.featured-products .product-item h3 {
	height: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.featured-products .newsletter-badge { padding-top: 27px; }
.featured-products .newsletter-badge span {
	text-align: center;
	color: #888888;
	font-size: 20px;
}

/* SECTION - TESTIMONIALS */
.testimonials {
	background-color: #FFFFFF;
	text-align: center;
	padding: 60px 0;
}
.testimonials .item { margin: 0 100px; }
.testimonials .item img {
	width: 120px;
	margin-bottom: 20px;
}
.testimonials .item p {
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
}
.testimonials .item h3 {
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
}

/* SECTION - SERVICES */
.services {
	background-color: #FFFFFF;
	padding: 60px 0 0;
}
.services .service {
	text-align: center;
	padding: 15px;
	border-right: 1px solid #F0F0F0;
	margin-bottom: 60px;
}
.services .row > div:nth-child(3n) .service { border-right-width: 0; }
.services .service i, .services .service span {
	color: #CCCCCC;
	font-size: 26px;
	border-radius: 50%;
	border: 3px solid #CCCCCC;
	width: 50px;
	height: 50px;
	padding-top: 10px;
}
.services .service h3 {
	color: #666666;
	margin: 15px 0 10px;
	font-size: 20px;
	transition: all 0.3s ease-in;
}
.services .service p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	margin: 0;
}

/* SECTION - BRANDS */
.brands { padding: 40px 0; }
.brands .item a:before {
	content: "";
	width: 80px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
.brands .item a:hover:before { opacity: 1; }

/* SECTION - RECENT BLOG POST */
.recent-blog-posts {
	background-color: #FFFFFF;
	padding: 60px 0 30px;
}
.recent-blog-posts .post { margin-bottom: 30px; }
.recent-blog-posts .post h3 {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: Raleway, sans-serif;
	margin: 10px 0;
}
.recent-blog-posts .post h3 a { color: #222222; }
.recent-blog-posts .post span.date {
	display: inline-block;
	font-weight: 600;
	border: 2px solid #E87169;
	padding: 0 5px;
}

/* SECTION - OUR STORES */
.our-stores {
	background-image: url(../images/map.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -100px;
	padding: 60px 0;
	position: relative;
}
.our-stores h2 {
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 48px;
}
.our-stores h2 a {
	color: #FFFFFF;
	float: right;
	font-size: 22px;
	padding: 12px 18px;
}
.our-stores .store {
	background-color: rgba(0,0,0,0.5);
	padding: 30px;
	margin-bottom: 30px;
}
.our-stores .store h3 { font-weight: 600; }
.our-stores .store ul li {
	color: #DDDDDD;
	font-size: 16px;
	padding: 5px 0;
}

/* SECTION - SMALL PRODUCTS */
.small-products {
	background-color: #F5F5F5;
	padding-bottom: 15px;
}
.small-products h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.small-products .small-product { margin-bottom: 30px; }
.small-product li {
	padding: 0 0 15px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px dashed #DDDDDD;
	clear: both;
}
.small-product li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.small-product li .img-responsive {
	float: left;
	width: 60px;
	margin-right: 15px;
}
.small-product li h3 {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.2s ease-in;
}

/*------------------------------
	BLOG
------------------------------*/
.blog {
	background-color: #FFFFFF;
	border-top: 1px solid #F0F0F0;
}
.blog article.post {
	padding-left: 130px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #F0F0F0;
}
.blog article.post h3 a { color: #666666; }
.blog article.post .post-left {
	position: absolute;
	width: 100px;
	left: 0;
	top: 0;
	padding: 0 10px;
}
.blog article.post .post-left .author img { margin-bottom: 10px; }
.blog article.post .post-left .author span {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #888888;
}
.blog article.post .post-left .author span.name {
	display: block;
	font-size: 16px;
	font-weight: 900;
}
.blog article.post .meta div { margin-right: 5px; }
.blog article.post .meta .date, .blog article.post .meta .category {
	display: inline-block;
	font-weight: 600;
	border: 2px solid #E87169;
	padding: 0 5px;
	margin-bottom: 10px;
}
.blog article.post .meta .category {
	color: #888888;
	border-color: #888888;
}
.blog article.post .attachment { margin: 10px 0 20px; }
.blog article.post p {
	font-size: 16px;
	line-height: 26px;
	color: #444444;
}
.blog article.post .post-bottom .tags {
	float: left;
	margin-top: 8px;
}
.blog article.post .post-bottom .btn { float: right; }
.blog .pagination {
	margin-bottom: 10px;
	float: right;
}
.post > img { margin-bottom: 20px; }
.post h4 {
	font-weight: 700;
	font-size: 21px;
	color: #444444;
}
.post h5 {
	font-weight: 700;
	font-size: 18px;
	color: #444444;
}
.blog .comments { margin: 20px 0; }
.blog .comment-form {
	background-color: #F0F0F0;
	padding: 30px;
}
.blog .comment-form textarea { height: 160px; }

/*------------------------------
	LOOKBOOK
------------------------------*/
.lookbook h2 {
	font-family: Raleway, sans-serif;
	text-align: center;
	font-size: 60px;
	margin: 0 0 20px;
	font-weight: 500;
}
.lookbook p {
	font-family: Raleway, sans-serif;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 200;
	color: #888888;
}
.lookbook .icon-nav a { background-color: #fff; }
.lookbook-desc {
    background-color: #fff;
    padding: 0 20px;
}
.lookbook-services {
	background-color: #fff;
	padding-bottom: 0;
}
.lookbook-services h3 {
	font-size: 50px;
	font-weight: 500;
}
.lookbook-services p {
	color: #888888;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.lookbook-services img { max-width: 350px; }

/*------------------------------
	OTHER PAGES
------------------------------*/
.eshop {
	font-size: 16px;
	color: #777777;
}
.eshop ul li { padding: 5px 0; }
.eshop ul li i { margin-right: 10px; }
.eshop .services { padding: 20px 0 0; }
.eshop .services h2 { margin-bottom: 30px; }
#scrollspy-nav .affix {
	top: 80px;
	width: 263px;
}

/* FAQ */
.faq .tabs { margin-top: 30px; }

/* STORES */
.map-wrapper { position: relative; }
#map-tooltip {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}
#map-tooltip p {
	margin: 0;
	padding: 15px 20px;
	border: 2px solid rgba(0,0,0,0.1);
}
.stores form .form-group { float: right; }
.stores form label {
	font-size: 18px;
	position: relative;
	top: 2px;
}
.stores select.form-control {
	width: 200px;
	font-size: 16px;
	height: 40px;
}
.store.default-style {
	padding: 0;
	margin-bottom: 30px;
}
.store .store-body {
	padding: 20px;
	position: relative;
}
.store .store-body h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
}
.store .store-body ul { margin: 0; }
.store .store-body p, .store .store-body ul li { font-size: 14px; }
.store .store-body ul li i {
	border: 2px solid #E87169;
	border-radius: 50%;
	padding-top: 4px;
	text-align: center;
	width: 27px;
	height: 27px;
	margin-right: 5px;
}
.store .store-body ul.grey-color li i {
	color: #999999;
	border-color: #999999;
}
.store-body a { color: #777777; }
.store .store-image { position: relative; }
.store .store-opening-hours {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 20px;
}
.store .store-opening-hours ul { margin: 0; }
.store .store-opening-hours ul li {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 18px;
	padding: 2px 0;
}
.store .store-opening-hours ul li span {
	font-weight: 400;
	width: 100px;
	display: inline-block;
}

/* DOWNLOADS */
.downloads .table > tbody > tr:first-child > td { border-top: 0; }
.downloads .table h3 {
	font-size: 18px;
	margin: 0;
}
.downloads .table p {
	margin: 0;
	color: #BABABA;
}
.downloads .table p.text-right { font-weight: 400; }

/*------------------------------
	COMPONENTS
------------------------------*/
.components-content { padding: 20px; }
.components-content h2.component-heading {
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.components-content h2.component-heading:first-child { margin-top: 0; }
.components-content h2.component-heading i {
	color: #B0B0B0;
	font-size: 24px;
	margin-right: 15px;
}
.components h1, .components h2, .components h3, .components h4, .components h5, .components h6 { margin-bottom: 30px; }
.components .table { margin-bottom: 50px; }
.components .default-style {
	background-color: #F9F9F9;
	margin-bottom: 30px;
}
#default-carousel .item, #default-carousel-fade .item {
	height: 300px;
	background-size: cover;
}

/*------------------------------
	RESPONSIVITY
------------------------------*/
@media (min-width:1200px) and (max-width:1400px) {
	body.page-boxed .jumbotron .owl-theme .owl-controls .owl-nav div { display: none!important; }
}
@media (min-width:992px) and (max-width:1100px) {
	body.page-boxed .jumbotron .owl-theme .owl-controls .owl-nav div { display: none!important; }
}
@media (min-width:768px) and (max-width:880px) {
	body.page-boxed .jumbotron .owl-theme .owl-controls .owl-nav div { display: none!important; }
}

/*------------------------------
	MEDIUM DEVICES
------------------------------*/
@media (min-width:992px) and (max-width:1199px) {
	.jumbotron .owl-carousel .slide-body { padding: 0 60px; }
	.jumbotron .owl-theme .owl-controls .owl-nav div {
		width: 40px;
		height: 40px;
		padding: 3px 0 0;
		font-size: 24px;
		margin-top: -20px;
	}
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-prev { left: -50px; }
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-next { right: -50px; }
	.separator-newsletter { margin: 20px 0 0; }
	.separator-newsletter .newsletter-badge { top: -39px; }
	.footer-widget #twitter-wrapper a { font-size: 12px; }
}

/*------------------------------
	SMALL DEVICES
------------------------------*/
@media (min-width:768px) and (max-width:991px) {
	header.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 15px 10px;
	}
	.jumbotron .owl-theme .owl-controls .owl-nav div {
		width: 40px;
		height: 40px;
		padding: 3px 0 0;
		font-size: 24px;
		margin-top: -20px;
	}
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-prev { left: -50px; }
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-next { right: -50px; }
	.content h3, .separator h3 { font-size: 20px; }
	.breadcrumb-wrapper p { font-size: 30px; }
	.product-body .btn {
		font-size: 11px;
		padding: 3px 6px;
	}
	.products_list.grid article.product-item .product-body { padding: 0 5px; }
	article.product-item h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.product-body .btn.add-to-cart i { display: none; }
	.input-group-lg > .form-control {
		font-size: 14px;
		height: 36px;
		padding: 6px 12px;
	}
	.input-group-lg > .input-group-btn > .btn,  .btn-lg {
		font-size: 14px;
		padding: 6px 12px;
		line-height: 1.42857143;
		height: auto;
	}
	.separator-newsletter { margin: 10px 0 0; }
	.separator-newsletter .newsletter-badge {
		width: 160px;
		height: 160px;
		padding-top: 22px;
		top: -32px;
	}
	.separator-newsletter .newsletter-badge span {
		font-size: 16px;
		line-height: 38px;
	}
	.separator-newsletter .newsletter-badge span.price { font-size: 40px; }
	.separator-newsletter p {
		font-size: 14px;
		color: #999999;
	}
	.footer-widget h4 { font-size: 18px; }
	.footer-widget a { font-size: 14px; }
	.footer-widget-contacts ul li { font-size: 14px; }
	.footer-widget-contacts ul li i { display: none; }
	.footer-widget-contacts ul li.social i { display: inline-block; }
	.footer-widget #twitter-wrapper p { font-size: 12px; }
	.footer-widget #twitter-wrapper a { font-size: 11px; }
	.footer-widget-facebook p { font-size: 14px; }
	.footer-bottom ul.payment-methods {
		font-size: 24px;
		margin-top: 6px;
	}
	.account-content .checkout-step .title { height: 44px; }
	.stores select.form-control { width: 160px; }
	.store .store-opening-hours ul li { font-size: 16px; }
	.store .store-opening-hours {
		padding: 15px;
		top: 20px;
		right: 20px;
	}
	.store .store-body h3 { font-size: 18px; }
	.blog article.post .post-left { width: 80px; }
	.blog article.post .post-left .author span.name { font-size: 14px; }
	.blog article.post { padding-left: 100px; }
	.categories .category .category-title {
		font-size: 24px;
		margin-top: -14px;
	}
	.categories .category .category-title span { font-size: 18px; }
	.testimonials .item { margin: 0; }
	.our-stores {
		background-position: 0;
		padding: 30px 0;
	}
	.our-stores .store { padding: 15px; }
	.sidebar .nav-pills > li > a { padding: 8px 10px; }
	.sidebar .nav-pills > li > a:after { display: none; }
	.account-content .form-horizontal .control-label {
		padding-top: 0;
		margin-bottom: 5px;
	}
	.small-product li h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.notification h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.notification p { font-size: 18px; }
	.notification span {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.grid-products .small-product li img { display: none; }
	#map-canvas { height: 400px; }
	.jumbotron h1 { font-size: 60px; }
	.jumbotron p { font-size: 18px; }
}

/*------------------------------
	EXTRA SMALL DEVICES
------------------------------*/
@media (max-width:767px) {
	.products_list.list article.product-item .product-body { padding-left: 15px; }
	.jumbotron .owl-carousel .item { height: 300px!important; }
	.vertical-menu .jumbotron .owl-carousel .item { height: 100%!important; }
	.jumbotron-full-height { height: auto; }
	.vertical-menu .jumbotron-full-height { height: 100%; }
	.jumbotron .owl-carousel .slide-body { padding: 0 15px; }
	.jumbotron .owl-theme .owl-controls,  .nav-inside .owl-controls { display: none; }
	.jumbotron h1 { font-size: 50px; }
	.jumbotron p { font-size: 16px; }
	.jumbotron ul li {
		font-size: 20px;
		padding: 4px 0;
	}
	header.navbar { height: 60px; }
	header.navbar .navbar-brand {
		padding: 20px 15px;
		font-size: 36px;
	}
	header.navbar .navbar-logo img { height: 59px; }
	header.navbar .navbar-toggle {
		background-color: transparent;
		border: 0;
		font-size: 26px;
		margin: 3px 15px 0 0;
	}
	.navbar .navbar-toggle:focus,  .navbar .navbar-toggle:hover {
		background-color: transparent;
		color: #777777;
	}
	header.navbar .navbar-collapse {
		border: 0;
		border-bottom: 2px solid #E87169;
		box-shadow: none;
		background-color: #FFFFFF;
		margin: 0 -15px;
		max-height: 300px;
	}
	.vertical-menu header.navbar .navbar-collapse { margin: 0; }
	header.navbar-dark .navbar-collapse { background-color: #333333; }
	header.navbar-transparent .navbar-nav > li > a {
		color: #777777;
		font-weight: 400;
	}
	header.navbar-transparent .navbar-nav > li > a.dropdown-toggle:after { color: #CCCCCC; }
	header.navbar .navbar-nav > li > a {
		font-weight: 600;
		padding: 10px 15px;
	}
	header.navbar .navbar-nav > li > a span.label {
		position: static;
		top: 0;
		right: 0;
	}
	header.navbar .dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		box-shadow: none;
	}
	header.navbar .open .dropdown-menu > li > a {
		padding: 10px 15px;
		line-height: 1.42857143;
	}
	header.navbar .megamenu .dropdown-menu { margin-top: 0; }
	header.navbar .megamenu .dropdown-menu li ul { padding: 0 20px 10px; }
	header.navbar .navbar-toggle.visible-xs { margin-right: 0; }
	header.navbar .navbar-module { margin-top: 2px; }
	/* HEADER - NAVBAR VERTICAL */
	.vertical-menu #page-wrapper { margin-left: 0; }
	.vertical-menu header.navbar-vertical { width: 100%; }
	.sidebar.right { margin-top: 20px; }
	.content h2 { font-size: 26px; }
	.breadcrumb-wrapper h2 { font-size: 18px; }
	.breadcrumb-wrapper p { font-size: 26px; }
	.products-header > .row > div:last-child { text-align: left; }
	.products-header .order-by {
		display: block;
		margin-left: 0;
	}
	article.product-item .product-quickview { display: none; }
	.separator-newsletter .newsletter-right { padding-left: 190px; }
	.separator-newsletter .newsletter-badge {
		width: 160px;
		height: 160px;
		top: -12px;
		padding-top: 23px;
	}
	.separator-newsletter .newsletter-badge span {
		font-size: 16px;
		line-height: 38px;
	}
	.separator-newsletter .newsletter-badge span.price { font-size: 44px; }
	.input-group-lg > .form-control {
		font-size: 14px;
		height: 36px;
		padding: 6px 12px;
	}
	.input-group-lg > .input-group-btn > .btn,  .btn-lg {
		font-size: 14px;
		padding: 6px 12px;
		line-height: 1.42857143;
		height: auto;
	}
	footer.navbar { text-align: center; }
	.footer-widget { margin-bottom: 20px; }
	.footer-widget-facebook p a {
		float: none;
		position: static;
		margin-left: 10px;
	}
	.footer-bottom ul.payment-methods {
		text-align: center;
		margin-top: 10px;
	}
	.table-responsive { border: 0; }
	.table-responsive.border { border: 2px solid #EBEBEB; }
	.table-products .form-control { width: 100%; }
	.account-content .products-order {
		border: 0;
		padding: 0;
	}
	.account-content .shopping-cart { margin-bottom: 0; }
	.account-content .shopping-cart > a { margin-bottom: 15px; }
	.box .input-group { margin-bottom: 20px; }
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-prev { left: 30px; }
	body.page-boxed .owl-theme.nav-inside .owl-controls .owl-nav div.owl-next { right: 30px; }
	.product-form .form-group { margin: 0; }
	.account-content .checkout-step:after { display: none; }
	#jkCompare tr td { font-size: 14px; }
	.stores form { float: none; }
	.stores form label { position: static; }
	.services .row > div:nth-child(3n) .service { border-right-width: 1px; }
	.services .row > div:nth-child(2n) .service { border-right-width: 0; }
	.services.services-3x .service {
		border-right: 0;
		margin-bottom: 15px;
		padding-bottom: 30px;
	}
	.services.services-3x .row > div:first-child .service { border-bottom: 1px solid #F0F0F0; }
	.tabs.vertical-tabs .nav-tabs { margin-bottom: 15px; }
	.blog article.post .post-left { display: none; }
	.blog article.post {
		padding-left: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.blog .pagination { float: none; }
	.post > img {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.small-products h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.categories .category .category-title {
		font-size: 24px;
		margin-top: -14px;
	}
	.categories .category .category-title span { font-size: 18px; }
	.testimonials { padding: 30px 0; }
	.testimonials .item { margin: 0; }
	.recent-blog-posts {
		text-align: center;
		padding: 30px 0 0;
	}
	.services { padding-top: 30px; }
	.our-stores {
		background-position: 0;
		padding: 30px 0;
	}
	.our-stores h2 a {
		float: none;
		display: block;
		margin-top: 10px;
	}
	.lookbook h2 { font-size: 40px; }
	.lookbook p {
		font-size: 24px;
		line-height: 34px;
	}
	.lookbook-services h3 {
		margin-top: 20px;
		text-align: center;
		font-size: 26px;
	}
	.lookbook-services p {
		text-align: center;
		font-size: 16px;
		line-height: 26px;
	}
	.lookbook-services img { max-width: 200px; }
	.featured-products .newsletter-body { text-align: center; }
	#featuredproducts-1 img,  #featuredproducts-2 img { margin-top: 20px; }
	.notification h3 { margin-top: 30px; }
	.grid-products article.product-item h3 { height: auto; }
	.modal .modal-header .close {
		margin-top: 0;
		margin-right: 0;
	}
	#modalAdvertising .modal-body,
	#jk_alert_dialog .modal-body { padding: 0 30px 15px; }
	#map-tooltip { display: none; }
	#map-canvas { height: 280px; }
	.login-form-wrapper { margin: 10px 0 10px; }
	.form-text { margin: 0; }
}
@media (max-width:600px) {
	.table-products > tbody > tr > td:first-child,  .table-products > thead > tr > th:first-child { display: none; }
	.table-products > thead > tr > td,  .table-products > tbody > tr > td { padding: 10px; }
	.table-products h4 { margin-left: 0; }
	.table-products > thead > tr > th,  .table-products > tbody > tr > th { font-size: 14px; }
	.account-content .shopping-cart { padding-bottom: 5px; }
	.account-content .shopping-cart .update-cart { float: none; }
	.categories .category .category-title {
		font-size: 28px;
		margin-top: -22px;
	}
	.categories .category .category-title span { font-size: 14px; }
	}
@media (max-width:568px) {
	footer.navbar .row > div,  .breadcrumb-wrapper .row > div,  .product-item.product-single > .row > div,  .checkout-steps > .row > div,  .services > .row > div,  .services > .container > .row > div,  .categories > .row > div,  .order-meta > .row > div,  .login-form-wrapper > .row > div,  .lookbook-services > .container > .row > div {
		width: 100%;
		float: none;
	}
	.alert { padding: 10px; }
	.alert-dismissable,  .alert-dismissible { padding-right: 30px; }
	.breadcrumb {
		text-align: left;
		padding: 10px 0;
	}
	.pagination > li > a {
		margin: 0 3px 3px;
		width: 34px;
		height: 34px;
		font-size: 14px;
		padding-top: 5px;
	}
	.product-body .btn.add-to-cart i { display: none; }
	article.product-item.product-single { padding-right: 0; }
	article.product-item.product-single .product-body { padding: 0 15px; }
	article.product-item.product-single .product-labels {
		right: 15px;
		top: 12px;
	}
	.comments .media img { width: 40px; }
	.comments .media .media-body h3 { font-size: 16px; }
	.tabs .nav-tabs > li > a {
		font-size: 14px;
		padding: 10px 15px;
	}
	.tabs.product-tabs .tab-content { padding: 10px; }
	.tabs .tab-content p,  .tabs .tab-content ul li { font-size: 14px; }
	.services .service {
		border-right: 0;
		border-bottom: 1px solid #F0F0F0;
		margin-bottom: 15px;
		padding-bottom: 30px;
	}
	.services .row > div:last-child .service {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.blog .comment-form { padding: 15px; }
	.categories .category .category-title {
		font-size: 36px;
		margin-top: -24px;
	}
	.categories .category .category-title span { font-size: 20px; }
	.account-content .account-profile-top img { width: 50px; }
	.account-content .account-profile-top h3 { font-size: 20px; }
	.account-content .account-profile-top h3 small { font-size: 70%; }
	.account-content .order-action {
		float: none;
		margin-left: 0;
		margin-bottom: 7px;
	}
	.account-content .order-action li { margin-bottom: 3px; }
	.login-form-wrapper > .row > div a.btn { margin-bottom: 5px; }
	.login-form-wrapper > .row > div:last-child a.btn { margin-bottom: 0; }
	.lookbook-services.image-left h3 { margin-top: 30px; }
	.featured-products .product-item h3 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width:480px) {
	.products_list > div,  .recent-blog-posts > .container > .row > div,  .categories-2 .category > .row > div {
		width: 100%;
		float: none;
	}
	.jumbotron h1 { font-size: 40px; }
	.jumbotron p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.jumbotron ul li { font-size: 16px; }
	.separator-newsletter .newsletter-badge {
		position: static;
		margin: 0 auto 15px;
	}
	.separator-newsletter .newsletter-right {
		padding: 0;
		text-align: center;
	}
	.product-body .btn.add-to-cart i { display: inline-block; }
	.tabs .nav-tabs > li > a {
		font-size: 14px;
		padding: 8px 12px;
	}
	.comments .media .media-left { padding-right: 10px; }
	.comments .media .media-body h3 { margin-bottom: 0; }
	.comments .media .media-body .meta {
		float: none;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.comments > .media > .media-body > .meta { transform: none; }
	.panel .panel-heading h4.panel-title { font-size: 16px; }
	.our-stores .store { padding: 15px; }
	.account-content .account-profile-top div.button {
		float: none;
		display: block;
	}
	.notification h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.notification p { font-size: 18px; }
	.notification span {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.notification a {
		font-size: 18px;
		padding: 10px 30px;
	}
	.categories-2 .category .category-body,  .categories-2 .category .category-body.left {
		text-align: center;
		padding: 20px 0;
	}
}
@media (max-width:360px) {
	.breadcrumb-wrapper p { font-size: 22px; }
	.content h2 { font-size: 22px; }
	.content .box { padding: 10px; }
	.content .box h4 {
		margin: -10px -10px 10px;
		padding: 10px;
		font-size: 16px;
	}
	.tabs .nav-tabs { margin-bottom: 10px; }
	.tabs .nav-tabs > li {
		float: none;
		margin-right: 0;
	}
	.stores select.form-control { width: 100%; }
	.store .store-opening-hours {
		padding: 12px;
		top: 15px;
		right: 15px;
	}
	.categories .category .category-title {
		font-size: 34px;
		margin-top: -21px;
	}
	.categories .category .category-title span { font-size: 18px; }
	.icon-nav a { font-size: 16px; }
	.checkbox-inline, .radio-inline {
		width: 100%;
		margin-left: 0;
	}
	.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
		margin-left: 0;
	}
	.tabs .tab-content ul.product-attributes li span {
		width: auto;
		margin-right: 5px;
	}
}
@media print {
	#color-switcher,  #scroll-top,  .top-header,  header.navbar,  .breadcrumb-wrapper,  .sidebar,  .alert,  .account-content .order-action,  .separator,  footer.navbar { display: none !important; }
	body,  .content,  .account-content { padding: 0 !important; }
	.col-sm-6 {
		width: 50% !important;
		float: left !important;
	}
	a:link:after, a:visited:after { content: "" !important; }
}

/*------------------------------
	MARGIN / PADDING
------------------------------*/
.m-0 { margin: 0 !important }
.m-t-5 { margin-top: 5px !important }
.m-t-10 { margin-top: 10px !important }
.m-t-20 { margin-top: 20px !important }
.m-t-30 { margin-top: 30px !important }
.m-t-40 { margin-top: 40px !important }
.m-b-5 { margin-bottom: 5px !important }
.m-b-10 { margin-bottom: 10px !important }
.m-b-20 { margin-bottom: 20px !important }
.m-b-30 { margin-bottom: 30px !important }
.p-0 { padding: 0 !important }
.p-b-0 { padding-bottom: 0 !important }
.p-10 { padding: 10px !important }
.p-l-10 { padding-left: 10px !important }
.p-l-15 { padding-left: 15px !important }
.p-r-10 { padding-right: 10px !important }
.p-t-30 { padding-top: 30px !important }
.p-b-10 { padding-bottom: 10px !important }

/*------------------------------
	GRID OPTIONS
------------------------------*/
.show-grid { margin: 0  0 15px }
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: rgba(86,61,124,.15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2)
}

/*------------------------------
	CHOSEN
------------------------------*/
.chosen-container-single .chosen-single {
	color: #CCCCCC !important;
	background: none !important;
	background-image: url(../images/angle-down.png) !important;
	background-repeat: no-repeat !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right center !important;
	background-size: contain !important;
	padding: 6px 25px 6px 12px !important;
	border-radius: 0 !important;
	height: 36px !important;
	box-shadow: none !important;
	border: 2px solid #D0D0D0 !important;
	line-height: 1.42857143 !important;
	transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.chosen-container-single .chosen-single span { margin-right: 0 !important }
.chosen-container-single .chosen-single div b { background: none !important; }
.chosen-container-single .chosen-single:hover {
	border-color: #B0B0B0 !important;
	color: #AAAAAA !important;
}
.chosen-container .chosen-results li.highlighted { background: none !important; }
