
.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu
* {
	box-sizing: border-box;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
	transition: all .2s;
}

.btn.nitro-lazy {
	background-image: none !important;
}

.btn
i.fa {
	color: white;
}

.btn-primary {
	background-color: #428bca;
}

.btn-danger {
	background-color: #ea2e49;
}

.btn-danger:hover {
	color: white;
}

.btn-default {
	background-color: #a9b8c0;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #8ca0aa;
}

.timepicker .btn, .picker-switch
.btn {
	color: black;
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.bootstrap-datetimepicker-widget button[data-action] {
	color: white;
}

.picker-switch a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .2s;
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px;
}

.alert-info
i {
	top: -1px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 12px;
}

.text-danger {
	color: #a94442;
}

.panel-group {
	margin-bottom: 20px;
}

.panel {
	margin-bottom: 1px;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.action-area
.panel {
	margin-bottom: 5px;
}

.panel-body {
	padding: 15px;
	background-color: white;
}

.panel-heading {
	padding: 10px;
	background-color: #5f6874;
	transition: all .2s;
}

.panel-heading a:hover {
	color: #6fb9f9;
}

.panel-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: white;
}

.panel-title>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	padding-right: 0 !important;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10400;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open
.modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	z-index: 104000;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000;
	z-index: 9999;
	width: 100%;
	height: 300%;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}

.modal-header
.close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
	max-height: 400px;
	max-height: 65vh;
	overflow-y: auto;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.table-responsive>.table {
		margin-bottom: 0;
	}
	
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both;
}

.glyphicon, .glyphicon:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "*";
}

.glyphicon-plus:before {
	content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
	content: "€";
}

.glyphicon-minus:before {
	content: "−";
}

.glyphicon-cloud:before {
	content: "☁";
}

.glyphicon-envelope:before {
	content: "✉";
}

.glyphicon-pencil:before {
	content: "✏";
}

.glyphicon-glass:before {
	content: "";
}

.glyphicon-music:before {
	content: "";
}

.glyphicon-search:before {
	content: "";
}

.glyphicon-heart:before {
	content: "";
}

.glyphicon-star:before {
	content: "";
}

.glyphicon-star-empty:before {
	content: "";
}

.glyphicon-user:before {
	content: "";
}

.glyphicon-film:before {
	content: "";
}

.glyphicon-th-large:before {
	content: "";
}

.glyphicon-th:before {
	content: "";
}

.glyphicon-th-list:before {
	content: "";
}

.glyphicon-ok:before {
	content: "";
}

.glyphicon-remove:before {
	content: "";
}

.glyphicon-zoom-in:before {
	content: "";
}

.glyphicon-zoom-out:before {
	content: "";
}

.glyphicon-off:before {
	content: "";
}

.glyphicon-signal:before {
	content: "";
}

.glyphicon-cog:before {
	content: "";
}

.glyphicon-trash:before {
	content: "";
}

.glyphicon-home:before {
	content: "";
}

.glyphicon-file:before {
	content: "";
}

.glyphicon-time:before {
	content: "";
}

.glyphicon-road:before {
	content: "";
}

.glyphicon-download-alt:before {
	content: "";
}

.glyphicon-download:before {
	content: "";
}

.glyphicon-upload:before {
	content: "";
}

.glyphicon-inbox:before {
	content: "";
}

.glyphicon-play-circle:before {
	content: "";
}

.glyphicon-repeat:before {
	content: "";
}

.glyphicon-refresh:before {
	content: "";
}

.glyphicon-list-alt:before {
	content: "";
}

.glyphicon-lock:before {
	content: "";
}

.glyphicon-flag:before {
	content: "";
}

.glyphicon-headphones:before {
	content: "";
}

.glyphicon-volume-off:before {
	content: "";
}

.glyphicon-volume-down:before {
	content: "";
}

.glyphicon-volume-up:before {
	content: "";
}

.glyphicon-qrcode:before {
	content: "";
}

.glyphicon-barcode:before {
	content: "";
}

.glyphicon-tag:before {
	content: "";
}

.glyphicon-tags:before {
	content: "";
}

.glyphicon-book:before {
	content: "";
}

.glyphicon-bookmark:before {
	content: "";
}

.glyphicon-print:before {
	content: "";
}

.glyphicon-camera:before {
	content: "";
}

.glyphicon-font:before {
	content: "";
}

.glyphicon-bold:before {
	content: "";
}

.glyphicon-italic:before {
	content: "";
}

.glyphicon-text-height:before {
	content: "";
}

.glyphicon-text-width:before {
	content: "";
}

.glyphicon-align-left:before {
	content: "";
}

.glyphicon-align-center:before {
	content: "";
}

.glyphicon-align-right:before {
	content: "";
}

.glyphicon-align-justify:before {
	content: "";
}

.glyphicon-list:before {
	content: "";
}

.glyphicon-indent-left:before {
	content: "";
}

.glyphicon-indent-right:before {
	content: "";
}

.glyphicon-facetime-video:before {
	content: "";
}

.glyphicon-picture:before {
	content: "";
}

.glyphicon-map-marker:before {
	content: "";
}

.glyphicon-adjust:before {
	content: "";
}

.glyphicon-tint:before {
	content: "";
}

.glyphicon-edit:before {
	content: "";
}

.glyphicon-share:before {
	content: "";
}

.glyphicon-check:before {
	content: "";
}

.glyphicon-move:before {
	content: "";
}

.glyphicon-step-backward:before {
	content: "";
}

.glyphicon-fast-backward:before {
	content: "";
}

.glyphicon-backward:before {
	content: "";
}

.glyphicon-play:before {
	content: "";
}

.glyphicon-pause:before {
	content: "";
}

.glyphicon-stop:before {
	content: "";
}

.glyphicon-forward:before {
	content: "";
}

.glyphicon-fast-forward:before {
	content: "";
}

.glyphicon-step-forward:before {
	content: "";
}

.glyphicon-eject:before {
	content: "";
}

.glyphicon-chevron-left:before {
	content: "";
}

.glyphicon-chevron-right:before {
	content: "";
}

.glyphicon-plus-sign:before {
	content: "";
}

.glyphicon-minus-sign:before {
	content: "";
}

.glyphicon-remove-sign:before {
	content: "";
}

.glyphicon-ok-sign:before {
	content: "";
}

.glyphicon-question-sign:before {
	content: "";
}

.glyphicon-info-sign:before {
	content: "";
}

.glyphicon-screenshot:before {
	content: "";
}

.glyphicon-remove-circle:before {
	content: "";
}

.glyphicon-ok-circle:before {
	content: "";
}

.glyphicon-ban-circle:before {
	content: "";
}

.glyphicon-arrow-left:before {
	content: "";
}

.glyphicon-arrow-right:before {
	content: "";
}

.glyphicon-arrow-up:before {
	content: "";
}

.glyphicon-arrow-down:before {
	content: "";
}

.glyphicon-share-alt:before {
	content: "";
}

.glyphicon-resize-full:before {
	content: "";
}

.glyphicon-resize-small:before {
	content: "";
}

.glyphicon-exclamation-sign:before {
	content: "";
}

.glyphicon-gift:before {
	content: "";
}

.glyphicon-leaf:before {
	content: "";
}

.glyphicon-fire:before {
	content: "";
}

.glyphicon-eye-open:before {
	content: "";
}

.glyphicon-eye-close:before {
	content: "";
}

.glyphicon-warning-sign:before {
	content: "";
}

.glyphicon-plane:before {
	content: "";
}

.glyphicon-calendar:before {
	content: "";
}

.glyphicon-random:before {
	content: "";
}

.glyphicon-comment:before {
	content: "";
}

.glyphicon-magnet:before {
	content: "";
}

.glyphicon-chevron-up:before {
	content: "";
}

.glyphicon-chevron-down:before {
	content: "";
}

.glyphicon-retweet:before {
	content: "";
}

.glyphicon-shopping-cart:before {
	content: "";
}

.glyphicon-folder-close:before {
	content: "";
}

.glyphicon-folder-open:before {
	content: "";
}

.glyphicon-resize-vertical:before {
	content: "";
}

.glyphicon-resize-horizontal:before {
	content: "";
}

.glyphicon-hdd:before {
	content: "";
}

.glyphicon-bullhorn:before {
	content: "";
}

.glyphicon-bell:before {
	content: "";
}

.glyphicon-certificate:before {
	content: "";
}

.glyphicon-thumbs-up:before {
	content: "";
}

.glyphicon-thumbs-down:before {
	content: "";
}

.glyphicon-hand-right:before {
	content: "";
}

.glyphicon-hand-left:before {
	content: "";
}

.glyphicon-hand-up:before {
	content: "";
}

.glyphicon-hand-down:before {
	content: "";
}

.glyphicon-circle-arrow-right:before {
	content: "";
}

.glyphicon-circle-arrow-left:before {
	content: "";
}

.glyphicon-circle-arrow-up:before {
	content: "";
}

.glyphicon-circle-arrow-down:before {
	content: "";
}

.glyphicon-globe:before {
	content: "";
}

.glyphicon-wrench:before {
	content: "";
}

.glyphicon-tasks:before {
	content: "";
}

.glyphicon-filter:before {
	content: "";
}

.glyphicon-briefcase:before {
	content: "";
}

.glyphicon-fullscreen:before {
	content: "";
}

.glyphicon-dashboard:before {
	content: "";
}

.glyphicon-paperclip:before {
	content: "";
}

.glyphicon-heart-empty:before {
	content: "";
}

.glyphicon-link:before {
	content: "";
}

.glyphicon-phone:before {
	content: "";
}

.glyphicon-pushpin:before {
	content: "";
}

.glyphicon-usd:before {
	content: "";
}

.glyphicon-gbp:before {
	content: "";
}

.glyphicon-sort:before {
	content: "";
}

.glyphicon-sort-by-alphabet:before {
	content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "";
}

.glyphicon-sort-by-order:before {
	content: "";
}

.glyphicon-sort-by-order-alt:before {
	content: "";
}

.glyphicon-sort-by-attributes:before {
	content: "";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "";
}

.glyphicon-unchecked:before {
	content: "";
}

.glyphicon-expand:before {
	content: "";
}

.glyphicon-collapse-down:before {
	content: "";
}

.glyphicon-collapse-up:before {
	content: "";
}

.glyphicon-log-in:before {
	content: "";
}

.glyphicon-flash:before {
	content: "";
}

.glyphicon-log-out:before {
	content: "";
}

.glyphicon-new-window:before {
	content: "";
}

.glyphicon-record:before {
	content: "";
}

.glyphicon-save:before {
	content: "";
}

.glyphicon-open:before {
	content: "";
}

.glyphicon-saved:before {
	content: "";
}

.glyphicon-import:before {
	content: "";
}

.glyphicon-export:before {
	content: "";
}

.glyphicon-send:before {
	content: "";
}

.glyphicon-floppy-disk:before {
	content: "";
}

.glyphicon-floppy-saved:before {
	content: "";
}

.glyphicon-floppy-remove:before {
	content: "";
}

.glyphicon-floppy-save:before {
	content: "";
}

.glyphicon-floppy-open:before {
	content: "";
}

.glyphicon-credit-card:before {
	content: "";
}

.glyphicon-transfer:before {
	content: "";
}

.glyphicon-cutlery:before {
	content: "";
}

.glyphicon-header:before {
	content: "";
}

.glyphicon-compressed:before {
	content: "";
}

.glyphicon-earphone:before {
	content: "";
}

.glyphicon-phone-alt:before {
	content: "";
}

.glyphicon-tower:before {
	content: "";
}

.glyphicon-stats:before {
	content: "";
}

.glyphicon-sd-video:before {
	content: "";
}

.glyphicon-hd-video:before {
	content: "";
}

.glyphicon-subtitles:before {
	content: "";
}

.glyphicon-sound-stereo:before {
	content: "";
}

.glyphicon-sound-dolby:before {
	content: "";
}

.glyphicon-sound-5-1:before {
	content: "";
}

.glyphicon-sound-6-1:before {
	content: "";
}

.glyphicon-sound-7-1:before {
	content: "";
}

.glyphicon-copyright-mark:before {
	content: "";
}

.glyphicon-registration-mark:before {
	content: "";
}

.glyphicon-cloud-download:before {
	content: "";
}

.glyphicon-cloud-upload:before {
	content: "";
}

.glyphicon-tree-conifer:before {
	content: "";
}

.glyphicon-tree-deciduous:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget
button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #eee url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333;
}

.ui-widget-content.nitro-lazy {
	background-image: none !important;
}

.ui-widget-content
a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #fff;
	font-weight: bold;
}

.ui-widget-header.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header
a {
	color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f6f6f6 url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}

.ui-state-default.nitro-lazy, .ui-widget-content .ui-state-default.nitro-lazy, .ui-widget-header .ui-state-default.nitro-lazy {
	background-image: none !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}

.ui-state-hover.nitro-lazy, .ui-widget-content .ui-state-hover.nitro-lazy, .ui-widget-header .ui-state-hover.nitro-lazy, .ui-state-focus.nitro-lazy, .ui-widget-content .ui-state-focus.nitro-lazy, .ui-widget-header .ui-state-focus.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #fff url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}

.ui-state-active.nitro-lazy, .ui-widget-content .ui-state-active.nitro-lazy, .ui-widget-header .ui-state-active.nitro-lazy {
	background-image: none !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}

.ui-state-highlight.nitro-lazy, .ui-widget-content .ui-state-highlight.nitro-lazy, .ui-widget-header .ui-state-highlight.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight
a {
	color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #fff;
}

.ui-state-error.nitro-lazy, .ui-widget-content .ui-state-error.nitro-lazy, .ui-widget-header .ui-state-error.nitro-lazy {
	background-image: none !important;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error
a {
	color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_222222_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ffffff_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-default .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-default .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-highlight .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_228ef1_256x240.png");
}

.ui-state-highlight .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-icons_ffd27a_256x240.png");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
	background: #666 url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}

.ui-widget-overlay.nitro-lazy {
	background-image: none !important;
}

.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000 url("https://lamonte.id/catalog/view/theme/journal2/lib/jquery.ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

.ui-widget-shadow.nitro-lazy {
	background-image: none !important;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
	-o-transition-property: transform, height;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.nitro-lazy, .swiper-container-rtl .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.nitro-lazy, .swiper-container-rtl .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, .45);
}

#lg-counter, .lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "";
}

.lg-toolbar .lg-download:after {
	content: "";
}

.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html
h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html
p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "";
}

.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/vimeo-play.png") no-repeat;
}

.lg-outer .lg-has-vimeo .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/vimeo-play.png") 0 -58px no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/video-play.png") no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5 .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/youtube-play.png") no-repeat;
}

.lg-outer .lg-has-youtube .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/youtube-play.png") 0 -60px no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont
img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover
a {
	color: #333;
}

.lg-outer .lg-dropdown
a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "";
}

.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer
.lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/lightgallery/img/loading.gif") center center no-repeat;
	display: none !important;
}

.lg-outer .lg-item.nitro-lazy {
	background-image: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-complete.nitro-lazy {
	background-image: none !important;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: .75;
	filter: alpha(opacity=75);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader
a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler
iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure
small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure
figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure
small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.hint, [data-hint] {
	position: relative;
	display: inline-block;
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	transition: .3s ease;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
	visibility: visible;
	opacity: 1;
}

.hint:before, [data-hint]:before {
	content: "";
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

.hint:after, [data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

.hint--top:before {
	border-top-color: #383838;
}

.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--left:before {
	border-left-color: #383838;
}

.hint--right:before {
	border-right-color: #383838;
}

.hint--top:before {
	margin-bottom: -12px;
}

.hint--top:after {
	margin-left: -18px;
}

.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom:before {
	margin-top: -12px;
}

.hint--bottom:after {
	margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0 #193b4d;
}

.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 4px;
}

.hint--bounce:before, .hint--bounce:after {
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-size: 14px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

textarea:focus, input:focus, select:focus, button:focus {
	outline: none;
}

header *, #container *, footer *, #top-modules *, #bottom-modules
* {
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}

.clearfix {
	clear: both;
	display: block;
}

:before, :after {
	font-family: "journal-icons";
	position: relative;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: inherit;
	font-size: inherit;
	display: inline-block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

i {
	position: relative;
	font-style: normal;
	vertical-align: middle;
}

i
img {
	position: relative;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

body::after {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.xl-5 {
	width: 5%;
}

.xl-10 {
	width: 10%;
}

.xl-15 {
	width: 15%;
}

.xl-20 {
	width: 20%;
}

.xl-25 {
	width: 25%;
}

.xl-30 {
	width: 30%;
}

.xl-35 {
	width: 35%;
}

.xl-40 {
	width: 40%;
}

.xl-45 {
	width: 45%;
}

.xl-50 {
	width: 50%;
}

.xl-55 {
	width: 55%;
}

.xl-60 {
	width: 60%;
}

.xl-65 {
	width: 65%;
}

.xl-70 {
	width: 70%;
}

.xl-75 {
	width: 75%;
}

.xl-80 {
	width: 80%;
}

.xl-85 {
	width: 85%;
}

.xl-90 {
	width: 90%;
}

.xl-95 {
	width: 95%;
}

.xl-100 {
	width: 100%;
}

.xl-11 {
	width: 11.111111111111%;
}

.xl-12 {
	width: 12.5%;
}

.xl-14 {
	width: 14.285714285714%;
}

.xl-16 {
	width: 16.666666666667%;
}

.xl-33 {
	width: 33.333333333333%;
}

.xl-66 {
	width: 66.666666666667%;
}

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
	float: left;
}

.xs-11, .xs-12, .xs-14, .xs-16, .sm-11, .sm-12, .sm-14, .sm-16, .md-11, .md-12, .md-14, .md-16, .lg-11, .lg-12, .lg-14, .lg-16, .xl-11, .xl-12, .xl-14, .xl-16 {
	float: left;
}

.j-min {
	height: 40px;
}

.j-med {
	height: 80px;
}

.j-tall {
	height: 120px;
}

.j-50 {
	height: 50px;
}

.j-100 {
	height: 100px;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

.z-5 {
	z-index: 5;
}

.z-6 {
	z-index: 6;
}

.z-7 {
	z-index: 7;
}

.z-8 {
	z-index: 8;
}

.z-9 {
	z-index: 9;
}

#container {
	max-width: 1024px;
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	z-index: 3;
}

.heading-title, .box-heading {
	line-height: 40px;
	font-size: 15px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

legend {
	width: 100%;
	margin-bottom: 12px;
	border-width: 0;
}

.heading-title {
	margin-bottom: 20px;
}

.secondary-title {
	font-size: 17px;
	color: #5c8ba6;
}

.extended-layout
#container {
	background-color: transparent;
	background-image: none;
}

.extended-layout
#container.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 760px) {
	.extended-layout #column-left {
		padding: 20px 0 0 0;
	}
	
	.extended-layout #column-right {
		padding: 20px 0 0 0;
	}
	
	.extended-layout #column-right+#content {
		padding: 20px 20px 0 0;
	}
	
	.extended-layout #column-left+#content {
		padding: 20px 0 0 20px;
	}
	
	.extended-layout #column-left+#column-right+#content {
		padding: 20px 20px 0 20px;
	}
	
	.extended-layout
#content {
		padding: 20px 0 0 0;
	}
}

.home-page #content:empty {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#content {
	position: relative;
	z-index: 2;
	padding: 20px 20px 0 20px;
	background-color: transparent;
	-webkit-transform: translate3d(0, 0, 0);
}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.box {
	position: relative;
}

#content .content ul, #content .content
li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#content .content
ul {
	margin: 8px 0;
}

#content .content>ul>li>a {
	display: inline-block;
	padding: 4px 0 4px 10px;
	font-size: inherit;
}

input, textarea, keygen, select, button {
	font-family: inherit;
}

a {
	color: #333745;
	text-decoration: none;
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	padding: 0;
}

.button {
	cursor: pointer;
	font-size: 14px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out, border-color .15s ease-in-out;
	padding: 0 12px;
	border: 0;
	line-height: 32px;
	background-color: transparent;
	display: inline-block;
	-webkit-appearance: none;
	text-align: center;
	position: relative;
}

.button i:before {
	padding: 0 1px;
}

.cart {
	position: relative;
}

.button-disabled {
	opacity: .5;
	cursor: default;
}

.button-disabled:before, .button-disabled:after {
	display: none !important;
}

.buttons {
	overflow: hidden;
	padding: 15px 0;
	line-height: 30px;
	margin: 20px 0 20px 0;
}

.buttons
.left {
	padding-top: 2px;
}

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

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

.buttons .right
a {
	text-decoration: none !important;
}

.buttons
.center {
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 0;
	background-color: #e4e4e4;
	height: 1px;
	margin: 0;
}

.breadcrumb {
	margin: 0 auto;
	padding: 0 15px;
	height: 40px;
	line-height: 38px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
}

.breadcrumb
a {
	color: inherit;
	font-size: inherit;
	transition: all .2s ease;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a
.fa {
	top: -1px;
}

ul.breadcrumb {
	list-style: none;
}

ul.breadcrumb
li {
	display: inline-block;
}

ul.breadcrumb li
a {
	margin: 0 4px;
}

ul.breadcrumb li::before {
	content: "»";
	margin-right: 2px;
}

ul.breadcrumb li:first-of-type
a {
	margin-left: 0;
}

ul.breadcrumb li:first-of-type::before {
	display: none;
}

@media only screen and (max-width: 500px) {
	ul.breadcrumb {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1.4;
		height: auto;
		padding: 10px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	ul.breadcrumb>li {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		white-space: normal;
		text-align: left;
	}
}

.extended-container {
	position: relative;
	z-index: 10;
}

.extended-container:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
}

.home-page .extended-container:before, .maintenance-mode .extended-container:before {
	display: none;
}

.home-page #container:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
}

.maintenance-message {
	padding-bottom: 20px;
	padding-top: 20px;
}

.maintenance-message
h1 {
	line-height: 30px;
}

.maintenance-message h1
br {
	display: none;
}

.journal-slider+#container>#notification {
	display: none;
}

#notification {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.success, .warning, .information, .attention {
	width: 100%;
	position: relative;
	z-index: 2;
	height: auto;
	padding: 10px 15px;
	line-height: 20px;
}

.success a, .warning a, .information a, .attention
a {
	color: #428bca;
}

.success img, .warning img, .information img, .attention
img {
	float: right;
	margin-top: 6px;
	cursor: pointer;
	display: block;
}

.success {
	background-color: #cdeca6;
}

.warning {
	background-color: #fbe3a7;
}

.attention {
	background-color: #fbe3a7;
}

.information {
	background-color: #bfe7f1;
}

.fa-exclamation-circle {
	font-size: 17px;
}

.required, .cart-info
.stock {
	color: #ea2e49;
	font-size: 16px;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea {
	-webkit-appearance: none;
	background: white;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	padding: 5px 10px;
	width: 100%;
	transition: all .2s;
	font-size: 13px;
	min-height: 35px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .08);
}

textarea {
	width: 100%;
	max-width: 100%;
	resize: none;
	height: 150px;
}

input[type='radio'], input[type='checkbox'] {
	margin: 5px;
}

select {
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	padding: 2px;
	margin: 5px;
	max-width: 100%;
}

label {
	cursor: pointer;
	padding-right: 20px;
}

span.error, .text-danger {
	display: inline-block;
	background-color: #ea2e49;
	color: white;
	padding: 3px 4px 2px 4px;
	font-size: 12px;
	position: relative;
}

#cboxLoadedContent
h1 {
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	margin: 10px 0 10px 10px;
	font-size: 24px;
}

#cboxLoadedContent
p {
	padding: 0 10px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#top-modules, #bottom-modules {
	z-index: 1;
}

#top-modules>div, #bottom-modules>div {
	margin: 0 auto;
	z-index: 1;
}

#top-modules>div>div, #bottom-modules>div>div {
	position: relative;
	margin: 0 auto;
}

#top-modules .box.static-banners, #top-modules .multi-modules-wrapper, #top-modules .box.journal-carousel
.box.custom-sections, #top-modules .box.cms-blocks, #bottom-modules .box.static-banners, #bottom-modules .multi-modules-wrapper, #bottom-modules .box.journal-carousel
.box.custom-sections, #bottom-modules .box.cms-blocks {
	padding-bottom: 0 !important;
}

#top-modules .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
	padding-bottom: 0 !important;
}

#top-modules {
	position: relative;
}

.ui-menu {
	z-index: 99 !important;
}

.oc2.information-page
#content {
	padding-bottom: 20px;
}

.oc2
.required {
	color: inherit;
}

.oc2 .required
label {
	font-weight: normal;
}

.oc2 .required label:before {
	content: "*";
	color: #ea2e49;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	margin-right: 3px;
}

.oc2
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.oc2 fieldset>div {
	clear: both;
	margin-bottom: 6px;
	overflow: hidden;
}

.oc2 fieldset
.radio {
	padding-top: 7px;
}

.oc2 fieldset .radio
label {
	width: 100%;
	padding-top: 0;
}

.oc2 fieldset .radio label:before {
	display: none;
}

.oc2 fieldset
label {
	width: 25%;
	float: left;
	display: block;
	padding-top: 7px;
}

.oc2 fieldset label + div, .oc2 fieldset label+input.form-control {
	width: 75%;
	float: right;
}

.oc2 fieldset .radio-inline {
	width: auto;
}

.oc2 fieldset .radio-inline:before {
	display: none;
}

.oc2 .form-horizontal .form-group {
	overflow: hidden;
	margin-bottom: 5px;
}

.oc2 .form-horizontal .form-group
label {
	width: 25%;
	float: left;
	display: block;
	padding-top: 7px;
}

.oc2 .form-horizontal .form-group label+div {
	width: 75%;
	float: right;
}

.oc2 .secondary-title {
	margin-bottom: 10px;
}

.oc2 .input-group {
	display: table;
	position: relative;
}

.oc2 .input-group .form-control {
	float: left;
	display: table-cell;
}

.oc2 .input-group.datetime {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.oc2 .input-group-btn {
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}

.oc2 .input-group-btn
button {
	padding: 6px 12px 9px 12px;
	cursor: pointer;
	font-size: 12px;
	box-shadow: none;
}

.oc2 .input-group-btn button:hover {
	transition: all .2s;
}

.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn
button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.oc2
.fa {
	font-size: 14px;
}

.oc2 .fa:before {
	font-family: "FontAwesome";
}

.oc2 .captcha-row .pull-right {
	float: none;
	margin-left: 25%;
}

.oc2
.alert {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.oc2 .alert
button {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	opacity: .6;
}

.oc2 .alert
i {
	margin-right: 5px;
}

.oc2.route-account-register .form-horizontal
.radio {
	padding-top: 0;
}

.oc2.route-account-register .form-horizontal .radio
label {
	width: auto;
	float: none;
	padding-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.oc2.route-account-register .form-horizontal label.radio-inline {
	width: auto;
}

.modal {
	color: #222;
}

.old-browser {
	display: table;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #f74558;
	height: 60px;
	line-height: 60px;
	position: fixed;
	z-index: 9999999;
	top: 0;
}

.old-browser
a {
	text-decoration: underline;
	color: #fff;
}

.oc1 .ui-datepicker {
	z-index: 99999999 !important;
}

.i6 body, .ie7 body, .ie8
body {
	padding-top: 60px;
}

.tooltip+.tooltip {
	visibility: visible;
}

.android:not(.chrome) .product-grid-item .name
a {
	display: block;
}

.ie:not(.edge) .mini-cart-info table tr td.remove
button {
	padding-right: 5px;
}

.one-page-checkout .confirm-section {
	float: left;
	width: 100%;
}

.one-page-checkout .payment-stripe {
	display: block !important;
}

.one-page-checkout .checkout-cart
.buttons {
	display: none !important;
}

.skin-10 .super-menu>li:first-of-type {
	border-top-width: 0;
}

.skin-11 .side-column .box:not(.flyout-menu) {
	overflow: hidden;
}

.skin-11 .heading-title, .skin-11 .refine-image a, .skin-11 .side-column
.box {
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .05);
}

.skin-11 .journal-cms-block-96 .block-content-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.skin-11 .product-grid .product-grid-item
.price {
	margin: 7px 0 10px 0;
}

.skin-11 .secondary-title, .skin-11 #content #review-title {
	padding-top: 0;
}

@media only screen and (min-width: 760px) {
	.skin-11 body:not(.is-sticky) .journal-header-center .journal-search, .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
		margin-top: 10px;
	}
	
	.skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
		top: 10px;
		position: relative;
	}
	
	.skin-12 #logo a
img {
		top: 45%;
	}
	
	.skin-12 .journal-header-center .journal-cart, .skin-12 .journal-header-center .journal-search {
		margin-top: -10px;
	}
}

@media only screen and (min-width: 760px) and (max-width: 800px) {
	.skin-12 .journal-header-center #cart
.heading {
		right: 10px;
	}
}

.skin-12 .product-grid-item .image .wishlist, .skin-12 .product-grid-item .image
.compare {
	bottom: -3px;
}

.skin-12 .product-grid-item .image
.wishlist {
	left: -5px;
}

.skin-12 .product-grid-item .image
.compare {
	right: -5px;
}

.skin-14 .product-info .product-options > .cart, .skin-14 .product-info .product-options>.rating {
	margin-bottom: 0;
}

.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
	margin: 40px auto 10px auto !important;
}

.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
	margin-bottom: 30px;
}

.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
	padding: 10px 30px;
}

.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
	bottom: 20px !important;
}

.product-grid-item .image > a, .product-list-item .image>a {
	background-position: 500px !important;
}

.product-grid-second-image .product-grid-item .image > a.has-second-image, .product-list-second-image .product-list-item .image>a.has-second-image {
	background-size: 100% 100% !important;
}

.product-grid-second-image .product-grid-item:hover .image a.has-second-image, .product-list-second-image .product-list-item:hover .image a.has-second-image {
	background-position: 0 !important;
}

.product-grid-second-image .product-grid-item:hover .image a.has-second-image img, .product-list-second-image .product-list-item:hover .image a.has-second-image
img {
	opacity: 0 !important;
	transition: opacity .2s ease-out;
}

.section-brand .product-grid-item:hover .image > a.has-second-image > img, .section-brand .product-list-item:hover .image > a.has-second-image > img, .section-category .product-grid-item:hover .image > a.has-second-image > img, .section-category .product-list-item:hover .image > a.has-second-image > img, .carousel-brand .product-grid-item:hover .image > a.has-second-image > img, .carousel-brand .product-list-item:hover .image > a.has-second-image > img, .carousel-category .product-grid-item:hover .image > a.has-second-image > img, .carousel-category .product-list-item:hover .image>a.has-second-image>img {
	opacity: 1;
	transition: opacity .2s;
}

@media only screen and (min-width: 760px) {
	.ui-pnotify {
		min-width: 320px;
	}
}

@media only screen and (max-width: 760px) {
	div.ui-pnotify {
		width: calc(100% - 20px) !important;
		left: 10px !important;
		top: 10px !important;
		right: auto !important;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	div.ui-pnotify-closer {
		margin-top: -2px;
	}
}

.ui-pnotify {
	top: 20px;
	right: 20px;
	position: fixed;
	height: auto;
	z-index: 99999999;
	background-color: #f4f4f4;
}

.ui-pnotify-container {
	margin: 10px 10px 0 10px;
}

.ui-pnotify-closer {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 9px;
	visibility: visible !important;
	transition: all .2s;
	opacity: 0;
}

.ui-pnotify-closer:before {
	content: "";
	color: inherit;
	font-size: 20px;
	position: relative;
}

.ui-pnotify-title {
	background-color: #5f6874;
	padding: 5px 8px;
	margin-bottom: 10px;
	line-height: 1.3;
	width: calc(100% - 15px);
}

.ui-pnotify-text {
	min-height: 60px;
	display: table;
}

.ui-pnotify-text
img {
	float: left;
	max-width: 75px;
	margin: 0 10px 10px 0;
}

.notification-buttons {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.notification-buttons
a {
	display: inline-block;
	margin: 7px 10px 0 0;
}

.tablet .ui-pnotify-closer, .mobile .ui-pnotify-closer {
	display: block;
	visibility: visible;
	opacity: 1;
}

html.swipebox {
	overflow: hidden !important;
	overflow-y: scroll !important;
}

#swipebox-overlay {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
}

#swipebox-slider
.slide {
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video
iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

#swipebox-action, #swipebox-caption {
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}

#swipebox-action {
	bottom: -50px;
}

#swipebox-action.visible-bars {
	bottom: 0;
}

#swipebox-action.force-visible-bars {
	bottom: 0 !important;
}

#swipebox-caption {
	top: -50px;
	text-align: center;
}

#swipebox-caption.visible-bars {
	top: 0;
}

#swipebox-caption.force-visible-bars {
	top: 0 !important;
}

#swipebox-action #swipebox-prev.disabled, #swipebox-action #swipebox-next.disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: .3;
}

#swipebox-slider.rightSpring {
	-moz-animation: rightSpring .3s;
	-webkit-animation: rightSpring .3s;
}

#swipebox-slider.leftSpring {
	-moz-animation: leftSpring .3s;
	-webkit-animation: leftSpring .3s;
}

@-webkit-keyframes rightSpring {
	0% {
		margin-left: 0px;
	}
	
	50% {
		margin-left: -30px;
	}
	
	100% {
		margin-left: 0px;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		margin-left: 0px;
	}
	
	50% {
		margin-left: 30px;
	}
	
	100% {
		margin-left: 0px;
	}
}

#swipebox-overlay {
	background: rgba(0, 0, 0, .6);
}

#swipebox-action, #swipebox-caption {
	text-transform: uppercase;
	background-color: #333745;
}

#swipebox-caption {
	font-size: 18px;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
	border: none !important;
	text-decoration: none !important;
	text-align: center;
	color: white;
	cursor: pointer;
	position: absolute;
	padding: 0 5px;
	line-height: 50px;
}

#swipebox-close {
	right: 10px;
	z-index: 999999;
}

#swipebox-close:before {
	color: inherit;
	content: "";
	font-size: 32px;
}

#swipebox-prev {
	left: 50%;
	margin-left: -30px;
}

#swipebox-prev:before {
	color: inherit;
	content: "";
	font-size: 32px;
	padding: 0 3px;
}

#swipebox-next {
	left: 50%;
	margin-left: 5px;
}

#swipebox-next:before {
	color: inherit;
	content: "";
	font-size: 32px;
	padding: 0 3px;
}

#swipebox-overlay-next, #swipebox-overlay-prev {
	display: block;
	position: fixed;
	width: 30%;
	height: 100%;
	overflow: hidden;
	top: 0;
	z-index: 9999;
}

html[dir="ltr"] #swipebox-overlay-prev {
	left: 0;
}

html[dir="ltr"] #swipebox-overlay-next {
	right: 0;
}

.tablet #swipebox-overlay-next, .tablet #swipebox-overlay-prev, .mobile #swipebox-overlay-next, .mobile #swipebox-overlay-prev {
	display: none;
}

@media only screen and (min-width: 1024px) {
	#swipebox-close {
		right: 20px;
	}
}

html[dir="rtl"] #swipebox-prev {
	margin-left: 5px;
}

html[dir="rtl"] #swipebox-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] #swipebox-next {
	margin-left: -30px;
}

html[dir="rtl"] #swipebox-next:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] #swipebox-overlay-prev {
	right: 0;
}

html[dir="rtl"] #swipebox-overlay-next {
	left: 0;
}

.side-block-left, .side-block-right {
	position: fixed;
	top: 0;
	z-index: 999999;
}

.side-block-icon {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: center;
	transition: background-color .2s;
}

.side-block-icon
i {
	margin-right: 0 !important;
}

.side-block-content
p {
	margin: 0;
}

.side-block-content p
a {
	transition: all .2s;
}

.side-block-content {
	min-height: 50px;
	box-sizing: border-box;
}

.side-block-content>div {
	position: relative;
	width: 100%;
	height: 100%;
}

.side-block-left .side-block-icon {
	position: absolute;
	top: 0;
	right: -50px;
}

.side-block-right .side-block-icon {
	position: absolute;
	top: 0;
	left: -50px;
}

.side-block-content
hr {
	margin-bottom: 7px;
}

.side-block-content
img {
	margin: 5px 0;
	max-width: 100%;
}

.side-block-content
a {
	display: inline-block;
	margin: 10px 0;
}

.scroll-top {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 5px;
	bottom: 0;
	padding: 8px;
	cursor: pointer;
}

.scroll-top:before {
	transition: color .2s;
	content: "";
	font-size: 45px;
}

.button-left-icon:before {
	float: left;
}

.button-right-icon:before {
	float: right;
}

.button-cart-text {
	position: relative;
}

[data-hint]:before {
	border: 7px solid transparent;
	display: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hint--top, .hint--left, .hint--right {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.hint--top:before {
	left: 50%;
	margin-left: -7px;
	border-top-color: #333745;
	margin-bottom: -13px;
}

.hint--right:before {
	margin-top: -6px;
	border-right-color: #333745;
}

.hint--left:before {
	border-left-color: #333745;
}

.ie9 .hint--top:after, .ie8 .hint--top:after {
	left: -50%;
}

.hint--top:after, .hint--top:focus:after {
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0) translateX(-50%);
	transform: translate3d(0, 0, 0) translateX(-50%);
}

[data-hint]:after {
	text-shadow: none;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	background-color: #333745;
	box-shadow: none;
	line-height: 100%;
	padding: 8px 10px;
	display: none;
}

.hint--top:hover:after, .hint--top:focus:after {
	-webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
	transform: translate3d(0, 0, 0) translateY(-8px) translateX(-50%);
}

.quickview .cart .hint--top:after {
	-webkit-transform: translate3d(0, 0, 0) translateY(0) translateX(0);
	transform: translate3d(0, 0, 0) translateY(0) translateX(0);
}

.quickview .cart .hint--top:hover:after, .quickview .cart .hint--top:focus:after {
	-webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
	transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
}

.journal-carousel .product-grid-item .image .wishlist a:hover:after, .journal-carousel .product-grid-item .image .compare a:hover:after {
	-webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
	transform: translate3d(0, 0, 0) translateY(-8px) translateX(0);
}

.option li.hint--top:before, .option li.hint--top:after {
	display: block !important;
}

.option ul .hint--top:first-of-type:after {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0) translateX(0%);
	transform: translate3d(0, 0, 0) translateX(0%);
}

.option ul .hint--top:first-of-type:hover:after {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.countdown {
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	transition: all .2s;
	visibility: hidden;
	opacity: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	display: table;
	padding: 3px 0;
}

.countdown
span {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	border-width: 0;
	border-right-width: 1px;
	border-color: white;
	border-style: solid;
	width: 25%;
	color: white;
	text-align: center;
}

.countdown span:last-of-type {
	border-right-width: 0;
}

.countdown span
div {
	display: block;
	font-size: 10px;
	font-weight: normal;
	border: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 0 3px;
}

@media only screen and (max-width: 760px) {
	.countdown {
		visibility: visible;
		opacity: 1;
	}
}

.ipad .countdown, .safari
.countdown {
	padding: 0;
	min-height: 35px;
}

.countdown-on
.countdown {
	visibility: visible;
	opacity: 1;
}

.countdown-on.product-grid-item
.countdown {
	display: table;
}

.product-info .right > div
.countdown {
	position: relative;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: table;
	padding: 5px 0;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.product-info .right > div .countdown
span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	border-right: 1px solid #f4f4f4;
	color: white;
	text-align: center;
}

.product-info .right > div .countdown span:last-of-type {
	border-right: 0;
}

.product-info .right > div .countdown span
div {
	display: block;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 0 3px;
}

.brand-logo {
	display: table;
}

.brand-logo
a {
	display: block;
	vertical-align: middle;
	padding-right: 5px;
}

.brand-logo:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}

header {
	z-index: 99;
	position: relative;
	margin: 0 auto;
	display: table;
	width: 100%;
}

.header {
	display: table;
	width: 100%;
}

.header>div {
	position: relative;
}

.header .journal-top-header {
	width: 100%;
	position: absolute;
}

.header .journal-menu-bg {
	height: 40px;
}

#header {
	max-width: 1024px;
	margin: 0 auto;
}

#logo {
	position: relative;
	width: 100%;
	height: 100%;
}

#logo
a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#logo a
img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}

#logo a img.logo-1x {
	max-height: 100%;
	width: auto;
}

.default-header .top-menu > li > a, .default-header .top-menu .no-link {
	height: 40px;
}

.default-header .top-menu > li > a i::before, .default-header .top-menu .no-link i::before {
	float: left;
}

header
.links {
	position: relative;
	display: table;
	width: 100%;
}

header .links a, header .links .no-link {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
	border-bottom: 1px solid transparent;
	padding: 0 6px;
	transition: background-color .2s;
}

header .links > a:last-child, header .links>span:last-child {
	border-right-width: 0;
}

.links .no-link {
	cursor: default;
}

.journal-header-default li:not(:last-of-type) .links .no-link {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
}

.top-menu-link {
	white-space: nowrap;
	position: relative;
}

.journal-login .journal-secondary {
	text-align: right;
	font-size: 13px;
}

.journal-login .journal-secondary
a {
	padding: 0 3px;
}

.journal-login .journal-secondary div
a {
	font-family: inherit;
	font-size: inherit;
	padding: 3px;
}

#welcome {
	position: relative;
	top: 0;
}

.journal-search {
	position: relative;
}

#search {
	position: relative;
	width: 100%;
}

.button-search {
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: transparent;
	float: left;
	position: absolute;
	color: #ccc;
	transition: color .2s, background-color .2s;
	z-index: 9;
	height: 100%;
}

.button-search
button {
	width: 40px;
	height: 100%;
}

.button-search
i {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-search i:before {
	content: "";
	font-size: 20px;
}

#search
input {
	float: left;
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-color: white;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	padding-left: 50px;
	font-size: 13px;
	color: #333745;
	box-shadow: none;
}

.journal-cart {
	margin: 0;
	z-index: 2;
}

#cart {
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
}

#cart
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cart
.heading {
	cursor: pointer;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	background-color: transparent;
	z-index: 1;
	border-radius: inherit;
}

#cart .heading
a {
	color: inherit;
	border: none;
	font-size: inherit;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: table;
	border-radius: inherit;
}

#cart .heading a>span {
	text-align: right;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

#cart .heading
i {
	width: 40px;
	height: 40px;
	border-left-width: 1px;
	border-color: transparent;
	border-style: solid;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
	#cart .heading
i {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#cart .heading i::before {
	content: "";
	font-size: 28px;
	color: white;
}

#cart
.content {
	visibility: hidden;
	list-style: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	min-width: 360px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: relative;
	min-height: 125px;
	color: #333745;
	float: right;
	transition: opacity .3s;
}

#cart .content .cart-wrapper {
	background-color: white;
}

#cart
.checkout {
	clear: both;
	padding: 18px 0;
	text-align: center;
	display: table;
	margin: 0 auto;
	width: 100%;
}

#cart .checkout a+a {
	margin-left: 15px;
}

#cart
.empty {
	padding: 50px 0;
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

.ie9 #cart
button.heading {
	display: table;
}

.ie9 #cart button.heading
span {
	text-align: right;
	padding-right: 7px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.oc2 .image .img-thumbnail {
	display: block;
}

#cart.active .heading, #cart.open
.heading {
	padding: 0;
	margin: 0;
	border: 0;
}

#cart.active .content, #cart.open
.content {
	transition: opacity .2s;
	display: block;
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mini-cart-info {
	position: relative;
	overflow: auto;
	padding: 3px 12px 0 12px;
}

.mini-cart-info
table {
	border-collapse: collapse;
	margin-bottom: 0;
}

.mini-cart-info table
tr {
	border-bottom: 1px solid #eee;
}

.mini-cart-info table tr
td {
	color: inherit;
	vertical-align: middle;
	padding: 10px 5px;
	padding-left: 0;
}

.mini-cart-info table tr td
a {
	display: block;
	color: inherit;
}

.mini-cart-info table tr
td.image {
	width: 1px;
}

.mini-cart-info table tr td.image
img {
	text-align: left;
	max-width: 50px;
	height: auto;
}

.mini-cart-info table tr
td.name {
	padding-left: 5px;
}

.mini-cart-info table tr td.name
div {
	line-height: 1;
	padding-top: 5px;
}

.mini-cart-info table tr td.name div br:first-of-type {
	display: none;
}

.mini-cart-info table tr
td.quantity {
	text-align: right;
	white-space: nowrap;
}

.mini-cart-info table tr
td.total {
	text-align: right;
}

.mini-cart-info table tr
td.remove {
	text-align: right;
	padding-top: 11px;
}

.mini-cart-info table tr td.remove
button {
	cursor: pointer;
}

.mini-cart-info table tr td.remove
img {
	display: none;
}

.mini-cart-info table tr td.remove
i {
	cursor: pointer;
	color: #ea2e49;
	transition: color .2s;
	left: 5px;
}

.mini-cart-info table tr td.remove i:before {
	content: "";
	font-size: 15px;
	top: -2px;
	color: inherit;
}

.mini-cart-info table tr:last-of-type {
	border-bottom: none;
}

.firefox .mini-cart-info table tr td.remove
button {
	padding-left: 3px;
	padding-right: 3px;
}

.firefox #search
input {
	min-height: 40px;
}

.firefox.header-compact #search
input {
	min-height: 30px;
}

.mini-cart-total {
	text-align: right;
	padding: 5px 10px 3px 0;
	background-color: #f4f4f4;
	overflow: hidden;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.mini-cart-total
table {
	border-collapse: collapse;
	display: inline-block;
	width: auto;
}

.mini-cart-total
td {
	padding: 3px 4px;
}

.mini-cart-total
td.left {
	min-width: 100px;
	text-align: right;
}

.mini-cart-total
td.right {
	min-width: 80px;
	text-align: right;
}

#cart ul li:last-of-type {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.autocomplete2-suggestions {
	background-color: white;
	top: 100%;
}

.autocomplete2-suggestions
div {
	overflow: auto;
	position: relative;
	z-index: 2;
}

.autocomplete2-suggestion {
	border-bottom: 1px solid #f4f4f4;
	min-height: 38px;
	padding: 7px 8px 5px 8px;
	color: #45738f;
	cursor: pointer;
}

.autocomplete2-suggestion a:hover {
	text-decoration: none;
	color: inherit;
}

.autocomplete2-suggestion .p-image {
	max-width: 55px;
}

.autocomplete2-suggestion .p-image
img {
	max-width: 55px;
}

.autocomplete2-suggestion .p-name {
	font-size: 13px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 7px;
}

.autocomplete2-suggestion .p-name
span {
	display: block;
	margin-bottom: 2px;
}

.autocomplete2-suggestion span.p-price {
	font-size: 13px;
	color: #333745;
}

.autocomplete2-suggestion span.p-price .price-old {
	float: left;
	margin-right: 5px;
	text-decoration: line-through;
	color: #ea2e49;
}

.autocomplete2-selected {
	background-color: transparent !important;
}

.autocomplete2-suggestion:last-child {
	border-bottom: none;
}

.autocomplete2-selected {
	background-color: #fafafa;
}

.view-more-link {
	display: block;
	padding: 3px 5px;
}

.journal-header-default .journal-logo {
	height: 120px;
	float: left;
	position: relative;
}

.journal-header-default .links li:last-of-type a, .journal-header-default .links li:last-of-type .no-link {
	border-right-width: 0;
}

.header-assets {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.journal-header-center {
	background-color: transparent;
}

.journal-header-center
#header {
	display: table;
	width: 100%;
}

.journal-header-center .journal-menu {
	clear: both;
	z-index: 1;
}

.journal-header-center .journal-menu-bg {
	width: 100%;
	position: absolute;
	top: 140px;
}

.journal-header-center .journal-center-bg {
	position: absolute;
	width: 100%;
	top: 40px;
}

.journal-header-center
.links {
	display: table;
	width: auto;
}

.journal-header-center .links a, .journal-header-center .links .no-link {
	text-align: center;
	border: none;
}

.journal-header-center .links li:hover
a {
	transition: color .2s, background-color .2s;
	background-color: transparent;
}

.journal-header-center .journal-secondary {
	text-align: right;
}

.journal-header-center .journal-secondary
.links {
	float: right;
}

.journal-header-center .journal-top-header {
	border-bottom: 1px solid transparent;
}

.journal-header-center .journal-search {
	position: relative;
	z-index: 99;
}

.journal-header-center
#search {
	position: relative;
	width: 100%;
}

.journal-header-center #search
input {
	min-height: 40px;
}

.journal-header-center .no-results {
	color: inherit;
	pointer-events: none;
	cursor: default;
}

.journal-header-center .button-search {
	transition: color .2s, background-color .2s;
}

.journal-header-center .button-search
button {
	cursor: pointer;
}

.journal-header-center #search
input {
	background-color: transparent;
}

.journal-header-center .journal-search:hover #search
input {
	transition: background-color .2s;
}

.journal-header-center .journal-cart {
	background-color: transparent;
	color: #222;
}

.journal-header-center #cart
.empty {
	min-height: 125px;
}

.journal-header-center
#cart {
	transition: background-color .2s;
}

.journal-header-center #cart .heading
i {
	text-align: center;
	width: 40px;
	height: 40px;
	transition: background-color .2s, color .2s;
}

.journal-header-center #cart .heading i:before {
	float: none;
}

.journal-header-center #cart
.content {
	padding-top: 15px;
}

.journal-header-center #cart .content:before {
	content: "";
	color: white;
	font-size: 19px;
	position: absolute;
	top: 0;
	right: 10px;
}

.journal-header-center .autocomplete2-suggestions {
	top: 54px;
	border-top: none;
	overflow: visible;
}

.journal-header-center .autocomplete2-suggestions>div {
	overflow: auto;
	border-radius: inherit;
}

.journal-header-center .autocomplete2-suggestions::before {
	content: "";
	font-size: 40px;
	position: absolute;
	top: -25px;
	z-index: 1;
}

.journal-header-center .autocomplete2-suggestion:first-of-type {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.journal-header-center .autocomplete2-suggestion:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.journal-header-center .autocomplete2-suggestion:only-child {
	pointer-events: none;
}

@media only screen and (max-width: 760px) {
	.journal-header-center .journal-menu {
		clear: both;
		z-index: 3;
	}
}

ul.super-menu>li:first-of-type {
	border-left-width: 0;
}

ul.super-menu>li:last-of-type {
	border-right-width: 0;
}

.no-secondary .journal-header-center .journal-links, .no-secondary .journal-header-center
.links {
	width: 100%;
}

.no-secondary .journal-header-center .journal-secondary {
	display: none;
}

.no-secondary .journal-header-center .journal-language {
	left: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.no-secondary .journal-header-center .journal-currency {
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.no-secondary .journal-header-center
#currency {
	border-left-width: 1px;
}

.default-header.currency-symbol .journal-language+.journal-currency {
	left: -10px;
}

html[dir="rtl"].default-header.currency-symbol .journal-language+.journal-currency {
	left: 10px;
}

@media only screen and (min-width: 760px) {
	.journal-header-mega .journal-search {
		padding-right: 5%;
	}
}

.slim-header .journal-header-default .journal-menu {
	clear: both;
	width: 100%;
}

@media only screen and (min-width: 980px) {
	.slim-header .journal-header-default .journal-logo {
		height: 80px;
	}
}

.mobile-trigger, .mobile-plus {
	display: none;
	position: relative;
}

.super-menu {
	width: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border: 0;
}

.super-menu>li {
	border-width: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: transparent;
	transition: all .2s !important;
	display: table-cell;
	min-width: 40px;
	color: white;
}

.super-menu>li:first-of-type {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.super-menu>li:last-of-type {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.super-menu>li:hover {
	transition: background-color .2s;
}

.super-menu>li>a {
	text-align: center;
	height: 100%;
	font-size: 15px;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
	display: block;
	position: relative;
	line-height: 39px;
	white-space: nowrap;
	overflow: hidden;
}

.super-menu > li > a
span {
	display: inline-block;
}

.super-menu > li > a
i {
	display: inline-block;
	vertical-align: top;
}

.super-menu > li > a i:before {
	float: left;
}

.super-menu>li.icon-only {
	width: 50px;
}

.super-menu > li.icon-only > a
i {
	margin-right: 0 !important;
}

.super-menu>li:last-of-type {
	border-right: 1px solid #333745;
}

ul.menu-centered {
	display: block;
	text-align: center;
	border-width: 0;
	white-space: nowrap;
}

ul.menu-centered>li {
	display: inline-block;
	text-align: initial;
	white-space: initial;
}

ul.menu-centered>li.icon-only {
	width: auto;
}

ul.menu-centered > li.icon-only a
i {
	display: block;
}

ul.menu-centered>li:first-of-type {
	border-left-width: 1px;
}

ul.menu-centered>li:last-of-type {
	border-right-width: 1px;
}

ul.menu-centered>li>a {
	padding: 0 15px;
}

ul.menu-centered .product-grid-item .quickview-button .button, ul.menu-centered .product-grid-item .name
a {
	text-align: center;
}

.journal-desktop .menu-floated>li {
	display: block;
	border-left: 0;
}

.journal-desktop .menu-floated>li>a {
	padding: 0 15px;
}

.journal-desktop .menu-floated .float-left {
	float: left;
	border-right-width: 1px;
	border-style: solid;
	border-color: #333745;
}

.journal-desktop .menu-floated .float-right {
	float: right;
	border-left-width: 1px;
	border-style: solid;
	border-color: #333745;
	border-top-right-radius: inherit;
}

.journal-desktop .menu-floated .float-right~.float-right {
	border-radius: 0;
}

.journal-desktop .menu-floated .float-right:first-of-type {
	border-right-width: 1px;
}

.journal-desktop .menu-floated .float-right:last-of-type {
	border-right-width: 0;
}

.journal-header-default .super-menu>li:last-of-type {
	border-right-width: 0;
}

.journal-header-default .super-menu>li:first-of-type {
	border-left-width: 0;
}

.mega-menu {
	left: 0;
	position: absolute;
	display: none;
	padding: 20px;
	overflow: hidden;
	width: 100%;
	z-index: 9999;
}

.mega-menu>div {
	display: block;
	overflow: hidden;
	margin-right: -20px;
	margin-bottom: -20px;
}

.mega-menu-column>div {
	width: 100%;
}

@media only screen and (min-width: 980px) {
	html:not(.slim-header) .journal-header-default .mega-menu {
		left: -33.333333%;
		width: 133.333333%;
	}
}

.drop-down {
	position: relative;
}

.drop-down .menu-plus {
	position: absolute;
	font-size: 17px;
	top: 10px;
	right: 8px;
}

.drop-down .menu-plus:before {
	content: "";
}

.drop-down>ul {
	display: none;
}

.drop-down
ul {
	z-index: 999;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 8px -3px rgba(0, 0, 0, .5);
}

.drop-down ul
li {
	color: #333745;
	background-color: white;
	position: relative;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #eee;
	max-width: 100vw;
}

.drop-down ul li:last-of-type {
	border-bottom-width: 0;
}

.drop-down ul li
ul {
	visibility: hidden;
	opacity: 0;
	left: 100%;
	top: 0;
}

.drop-down ul li.left
ul {
	left: -100%;
}

.drop-down ul li:hover>ul {
	transition: opacity .2s;
	visibility: visible;
	opacity: 1;
}

.drop-down ul li
a {
	padding: 11px 25px 12px 9px;
	display: block;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.drop-down ul li a:before {
	margin-right: 5px;
}

header .mega-menu-item>div {
	margin-right: 20px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

header .mega-menu-item
h3 {
	transition: background-color .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

header .mega-menu-item h3
a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	transition: color .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.ie:not(.edge) header .mega-menu-item>div {
	display: block;
}

.mega-menu-categories .mega-menu-item {
	margin-bottom: 20px;
}

.mega-menu-categories .mega-menu-item
ul {
	float: left;
	width: 58%;
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}

.mega-menu-categories .mega-menu-item ul
li {
	padding-bottom: 2px;
	position: relative;
}

.mega-menu-categories .mega-menu-item ul li
a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	padding-left: 10px;
	transition: color .1s;
	line-height: 15px;
}

.mega-menu-categories .mega-menu-item ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
}

.mega-menu-categories .mega-menu-item
img {
	float: right;
	width: 40%;
	height: auto;
	margin-top: 10px;
}

.mega-menu-categories .mega-menu-item .show-more-text a:before {
	content: "";
}

.mega-menu-categories .mega-menu-item.menu-image-left
ul {
	width: 55%;
	padding: 0 0 0 8px;
}

.mega-menu-categories .mega-menu-item.menu-image-left
img {
	float: left;
}

.mega-menu-categories .mega-menu-item.menu-image-top
ul {
	width: 100%;
}

.mega-menu-categories .mega-menu-item.menu-image-top
img {
	float: none;
	width: 100%;
}

.mega-menu-categories .mega-menu-item.menu-no-links
img {
	width: 100%;
}

.mega-menu-categories .mega-menu-item.menu-no-image
ul {
	width: 100%;
	padding: 0;
}

#header .mega-menu .product-wrapper {
	margin-right: 20px;
	box-shadow: none;
}

#header .mega-menu .product-grid-item {
	margin-bottom: 20px;
}

.mega-menu-brands .mega-menu-item {
	margin-bottom: 20px;
}

.mega-menu-brands .mega-menu-item
img {
	width: 100%;
	float: left;
	height: auto;
}

.mega-menu-html .mega-menu-item {
	margin-bottom: 20px;
}

.mega-menu-html .mega-menu-item
img {
	max-width: 100%;
	height: auto !important;
}

.mega-menu-html .mega-menu-item ul, .mega-menu-html .mega-menu-item
ol {
	padding-left: 30px;
}

.dummy-hide {
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

.mega-menu .wrapper p
span {
	line-height: inherit !important;
}

.mega-menu .mega-menu-column {
	float: left;
	margin: 0;
}

.mega-menu .mega-menu-column:last-of-type>div {
	margin-right: -20px;
}

.mega-menu .mega-menu-column .menu-cms-block {
	clear: both;
	margin: 0;
}

.oc2 #cart
.content {
	transition: opacity 0s;
}

.oc2 #cart .content:before {
	display: none;
}

.oc2 #cart .content .cart-wrapper {
	display: block !important;
}

.oc2 #cart .content .cart-wrapper:before {
	content: "";
	color: white;
	font-size: 20px;
	position: absolute;
	top: -2px;
	right: 10px;
}

.oc2 #cart.visible
.content {
	opacity: 1;
	visibility: visible;
}

.oc2 .mini-cart-total {
	padding: 0;
}

.oc2 .mini-cart-total
table {
	padding: 5px 10px 3px 0;
}

@media only screen and (max-width: 760px) {
	.no-secondary-on-mobile.default-header.currency-symbol .journal-currency {
		left: 100%;
	}
}

@media only screen and (min-width: 980px) {
	.mobile-menu-on-tablet .journal-menu .mobile-menu>li {
		border-bottom-style: hidden;
	}
}

.ie9.oc2 .journal-header-center #cart .heading
span {
	position: relative;
	right: 45px;
}

.ie9.oc2 .journal-header-center #cart .heading
i {
	position: absolute;
	right: 0;
	top: 0;
}

.ie9.oc2 .mini-cart-info table tr td.remove
i {
	position: relative;
	padding-right: 5px;
}

.ie9.oc2 .mini-cart-info table tr td.remove i:before {
	position: relative;
	padding-top: 1px;
}

#logo a .logo-2x {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	#logo a .logo-2x+.logo-1x {
		display: none;
	}
	
	#logo a .logo-2x {
		display: inline-block;
	}
}

.top-menu, .top-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .top-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .top-menu>li {
	display: inline-block;
	position: relative;
}

#header .top-menu .top-dropdown {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .25);
}

#header .top-menu .top-dropdown
li {
	background-color: #4b5a71;
	transition: all .1s ease-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a7f8c;
}

#header .top-menu .top-dropdown li:first-of-type {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#header .top-menu .top-dropdown li:first-of-type::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #4b5a71;
	z-index: -1;
}

#header .top-menu .top-dropdown li:last-of-type {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-width: 0;
}

#header .top-menu .top-dropdown li:hover {
	background-color: #333745;
}

#header .top-menu .top-dropdown a, #header .top-menu .top-dropdown .no-link {
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 12px 2px;
	min-height: 35px;
	color: white;
	border-color: transparent;
	background-color: transparent;
}

#header .top-menu > li:hover
ul {
	display: block;
}

#header .top-menu .top-dropdown.dd-left li:first-of-type::before {
	left: 15px;
}

#header .top-menu .top-dropdown.dd-right li:first-of-type::before {
	left: auto;
	right: 15px;
}

.has-dropdown::after {
	content: "";
	font-size: 8px;
	margin-left: 5px;
}

.journal-header-default #header .journal-secondary {
	padding-right: 0;
}

.journal-header-default #header .journal-secondary .top-menu {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.journal-header-default #header .journal-secondary .top-menu > li > a, .journal-header-default #header .journal-secondary .top-menu .no-link {
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 7px;
}

.journal-header-default #header .journal-secondary .top-dropdown
a {
	padding: 0 10px;
}

.journal-header-default #header .journal-links .top-menu>li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.journal-header-default #header .journal-links .top-menu > li > a, .journal-header-default #header .journal-links .top-menu > li .no-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .no-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 760px) {
	.journal-login {
		z-index: 9999 !important;
	}
}

.journal-login {
	position: relative;
	z-index: 998;
}

.journal-login>div {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}

.journal-login .journal-secondary {
	float: right;
}

#language, #currency {
	height: 100%;
}

.journal-language, .journal-currency {
	z-index: 3;
	width: 40px;
}

.journal-language form, .journal-currency
form {
	float: left;
	height: 100%;
}

.journal-language form .currency-symbol, .journal-currency form .currency-symbol {
	background-color: white;
	width: 1.5em;
	height: 1.5em;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333745;
	font-size: 11px;
}

.journal-language .dropdown-toggle, .journal-currency .dropdown-toggle {
	width: 40px;
	height: 100%;
	color: #333745;
	padding: 0;
	font-size: 12px;
	border-color: transparent;
	background-color: transparent;
}

.journal-language .dropdown-toggle > div, .journal-currency .dropdown-toggle>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.journal-language .dropdown-toggle img, .journal-currency .dropdown-toggle
img {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.journal-language .dropdown-toggle .caret, .journal-currency .dropdown-toggle
.caret {
	display: none;
}

.journal-language .btn-group, .journal-currency .btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.journal-language .dropdown-menu, .journal-currency .dropdown-menu {
	min-width: 40px;
	padding: 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	margin: 0 0;
	border: none;
	top: 40px;
	position: absolute;
	display: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: auto !important;
	z-index: 1000;
	float: left;
	list-style: none;
	font-size: 14px;
	background-clip: padding-box;
	background-color: white;
}

.journal-language .dropdown-menu > li, .journal-currency .dropdown-menu>li {
	border-top: 1px solid #e4e4e4;
}

.journal-language .dropdown-menu > li:first-of-type, .journal-currency .dropdown-menu>li:first-of-type {
	border-top: none;
}

.journal-language .dropdown-menu > li > a, .journal-currency .dropdown-menu>li>a {
	text-align: center;
	font-size: 13px;
	padding: 5px 10px;
	color: #333745;
	cursor: pointer;
	display: block;
	line-height: 1.5;
	white-space: nowrap;
}

.journal-language .dropdown-menu > li > a img, .journal-currency .dropdown-menu > li > a
img {
	position: relative;
	top: 1px;
}

.journal-language .dropdown-menu::before, .journal-currency .dropdown-menu::before {
	content: "";
	position: absolute;
	left: 49%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -13px;
	color: white;
	font-size: 16px;
	z-index: 1;
}

.journal-language .dropdown-menu > li:first-of-type, .journal-currency .dropdown-menu>li:first-of-type {
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	position: relative;
	z-index: 2;
}

.journal-language .dropdown-menu > li:first-of-type a, .journal-currency .dropdown-menu > li:first-of-type
a {
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}

.journal-language .dropdown-menu > li:last-of-type, .journal-currency .dropdown-menu>li:last-of-type {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.journal-language .dropdown-menu > li:last-of-type a, .journal-currency .dropdown-menu > li:last-of-type
a {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.open .dropdown-toggle.btn-default {
	color: #ea2e49;
	border-color: transparent;
	background-color: transparent;
}

@media only screen and (min-width: 760px) {
	.center-header .journal-language, .center-header .journal-currency {
		z-index: 999;
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		min-width: 40px;
	}
	
	.center-header .journal-currency {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.center-header .journal-language+.journal-currency {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.center-header #language, .center-header
#currency {
	border-left-width: 1px;
	border-right-width: 1px;
}

.center-header
#currency {
	border-left-width: 0;
}

@media only screen and (max-width: 760px) {
	.center-header
#language {
		border-left-width: 0;
	}
	
	.center-header
#currency {
		border-left-width: 1px;
		border-right-width: 0;
	}
	
	.center-header .journal-language, .center-header .journal-currency {
		min-width: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	
	.center-header .journal-currency {
		left: 100%;
		-webkit-transform: translateX(-102%);
		transform: translateX(-102%);
	}
	
	html[dir="rtl"].center-header .journal-language, html[dir="rtl"].center-header .journal-currency {
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	html[dir="rtl"].center-header .journal-currency {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 760px) {
	.no-top-on-mobile .journal-links, .no-top-on-mobile .journal-top-header, .no-top-on-mobile .journal-menu-bg {
		display: none !important;
	}
	
	.no-top-on-mobile
#header {
		padding-top: 0;
	}
	
	.no-top-on-mobile #header .journal-secondary {
		border-top-color: transparent;
	}
	
	.no-top-on-mobile #header .journal-language form > div, .no-top-on-mobile #header .journal-currency form>div {
		border-color: transparent;
	}
	
	.no-top-on-mobile .journal-header-compact #header .journal-cart {
		top: 85px;
		right: 40px;
	}
	
	.no-top-on-mobile .journal-header-compact #header .journal-cart
.content {
		right: -40px;
	}
	
	.no-top-on-mobile .journal-header-compact #header .journal-cart
.journal-search {
		z-index: 999;
		width: 40px;
	}
	
	.no-top-on-mobile .journal-header-compact #header .journal-search.search-on-top {
		z-index: 999;
		width: calc(100% - 10px);
	}
}

@media only screen and (max-width: 760px) {
	.no-secondary-on-mobile .journal-header-center .journal-secondary, .no-secondary-on-mobile .journal-header-default .journal-secondary {
		display: none !important;
	}
	
	.no-secondary-on-mobile .journal-header-center .journal-login, .no-secondary-on-mobile .journal-header-default .journal-login {
		height: 0;
	}
	
	.no-secondary-on-mobile .journal-header-center .journal-language, .no-secondary-on-mobile .journal-header-center .journal-currency, .no-secondary-on-mobile .journal-header-default .journal-language, .no-secondary-on-mobile .journal-header-default .journal-currency {
		position: absolute;
		top: -40px;
	}
	
	.no-secondary-on-mobile .journal-header-center .journal-language form > div, .no-secondary-on-mobile .journal-header-center .journal-currency form > div, .no-secondary-on-mobile .journal-header-default .journal-language form > div, .no-secondary-on-mobile .journal-header-default .journal-currency form>div {
		border-color: transparent;
	}
	
	.no-secondary-on-mobile .journal-header-center .journal-currency, .no-secondary-on-mobile .journal-header-default .journal-currency {
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	.no-secondary-on-mobile.center-header .journal-language, .no-secondary-on-mobile.center-header .journal-currency {
		top: 0;
	}
	
	.no-secondary-on-mobile.bottom-menu-bar .header .journal-top-header, .no-secondary-on-mobile.no-top-on-mobile .header .journal-top-header {
		display: none;
	}
	
	html[dir="rtl"].no-secondary-on-mobile .journal-header-center .journal-currency, html[dir="rtl"].no-secondary-on-mobile .journal-header-default .journal-currency {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.language-text, .currency-text {
	display: inline-block;
	padding: 0 4px;
	position: relative;
}

.language-text {
	margin-left: 2px;
}

.currency-text {
	padding: 0 3px;
}

@media only screen and (min-width: 760px) {
	.lang-full .journal-language, .lang-full .journal-currency, .currency-full .journal-language, .currency-full .journal-currency {
		display: inline-block;
		width: auto;
	}
	
	.lang-full .journal-language .dropdown-toggle, .lang-full .journal-currency .dropdown-toggle, .currency-full .journal-language .dropdown-toggle, .currency-full .journal-currency .dropdown-toggle {
		min-width: 40px;
		white-space: nowrap;
		width: auto;
		padding: 0 5px;
	}
	
	.lang-full .dropdown-menu > li > a, .currency-full .dropdown-menu>li>a {
		text-align: left;
	}
	
	.lang-full .journal-header-default .journal-currency .dropdown-toggle, .currency-full .journal-header-default .journal-currency .dropdown-toggle {
		padding-left: 0;
	}
	
	.lang-full .journal-header-center .journal-language, .lang-full .journal-header-center .journal-currency, .currency-full .journal-header-center .journal-language, .currency-full .journal-header-center .journal-currency {
		width: auto;
	}
	
	.lang-full form .currency-symbol, .currency-full form .currency-symbol {
		margin-right: 1px;
		float: left;
	}
	
	html[dir="rtl"].currency-full form .currency-symbol {
		margin-right: 0;
		margin-left: 2px;
		float: right;
	}
	
	.currency-symbol .journal-currency .dropdown-menu>li>a {
		text-align: center;
	}
	
	.currency-symbol form .currency-symbol {
		float: none;
	}
	
	html[dir="rtl"].currency-symbol .journal-currency .dropdown-menu>li>a {
		text-align: center;
	}
	
	.lang-flag .journal-language .dropdown-menu>li>a {
		text-align: center;
	}
	
	html[dir="rtl"].lang-flag .journal-language .dropdown-menu>li>a {
		text-align: center;
	}
	
	.lang-full .journal-header-default .journal-language {
		margin-left: 5px;
	}
	
	html[dir="rtl"].lang-full .journal-header-default .journal-language {
		margin-left: 0;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 760px) {
	.lang-full-mobile .journal-language, .lang-full-mobile .journal-currency, .currency-full-mobile .journal-language, .currency-full-mobile .journal-currency {
		display: inline-block;
		width: auto;
	}
	
	.lang-full-mobile .journal-language .dropdown-toggle, .lang-full-mobile .journal-currency .dropdown-toggle, .currency-full-mobile .journal-language .dropdown-toggle, .currency-full-mobile .journal-currency .dropdown-toggle {
		min-width: 40px;
		white-space: nowrap;
		width: auto;
		padding: 0 6px;
	}
	
	.lang-full-mobile .journal-language .dropdown-menu li a, .lang-full-mobile .journal-currency .dropdown-menu li a, .currency-full-mobile .journal-language .dropdown-menu li a, .currency-full-mobile .journal-currency .dropdown-menu li
a {
		text-align: left;
	}
	
	.lang-full-mobile .journal-header-default .journal-currency .dropdown-toggle, .currency-full-mobile .journal-header-default .journal-currency .dropdown-toggle {
		padding-left: 0;
	}
	
	.lang-full-mobile .journal-header-center .journal-language, .lang-full-mobile .journal-header-center .journal-currency, .currency-full-mobile .journal-header-center .journal-language, .currency-full-mobile .journal-header-center .journal-currency {
		width: auto;
	}
	
	.lang-full-mobile form .currency-symbol, .currency-full-mobile form .currency-symbol {
		position: relative;
		top: -1px;
	}
	
	html[dir="rtl"].currency-full-mobile .journal-header-default .journal-currency {
		padding-left: 7px;
	}
	
	.compact-header .journal-currency {
		position: absolute;
		top: 12px;
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	.compact-header .journal-language {
		top: 12px;
	}
	
	html[dir="rtl"].compact-header .journal-currency {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	html[dir="rtl"].compact-header .journal-language {
		position: absolute;
		left: 100%;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		top: 12px;
	}
	
	.currency-symbol-mobile .journal-currency .dropdown-menu>li>a {
		text-align: center;
	}
	
	.currency-symbol-mobile form .currency-symbol {
		float: none;
	}
	
	html[dir="rtl"].currency-symbol-mobile .journal-currency .dropdown-menu>li>a {
		text-align: center;
	}
	
	.lang-flag-mobile .journal-language .dropdown-menu>li>a {
		text-align: center;
	}
	
	html[dir="rtl"].lang-flag-mobile .journal-language .dropdown-menu>li>a {
		text-align: center;
	}
	
	.lang-flag-mobile .language-text {
		display: none;
	}
	
	.currency-symbol-mobile .currency-text {
		display: none;
	}
}

.journal-header-compact #header>div {
	float: left;
}

.journal-header-compact #header .journal-logo {
	width: 22%;
	height: 100px;
	position: relative;
}

.journal-header-compact #header .top-assets {
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}

.journal-header-compact #header .top-menu {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 5px;
	width: 100%;
}

.journal-header-compact #header .top-menu > li a, .journal-header-compact #header .top-menu li .no-link {
	border-right-width: 0;
	border-bottom-width: 0;
}

.journal-header-compact #header .top-menu > li a i, .journal-header-compact #header .top-menu li .no-link
i {
	margin-right: 0 !important;
}

.journal-header-compact #header .top-menu .top-dropdown
a {
	height: 35px;
}

.journal-header-compact #header .journal-links {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.journal-header-compact #header .lang-curr {
	height: 40px;
	float: right;
	position: relative;
	white-space: nowrap;
	padding-right: 15px;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.journal-header-compact #header .lang-curr::after {
	content: "•";
	font-size: 20px;
	color: #2bb0e3;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.journal-header-compact #header .journal-cart {
	padding-left: 15px;
	max-width: 21%;
	float: right;
	background: transparent;
}

.journal-header-compact #header .journal-cart
.content {
	display: none;
	position: absolute;
	right: 0;
}

.journal-header-compact #header .journal-cart:hover
.content {
	display: block;
}

.journal-header-compact #header
#cart {
	box-shadow: none;
	background: transparent;
}

.journal-header-compact #header
.divider {
	width: 76.8%;
	left: 23.3%;
	height: 1px;
	position: absolute;
	top: 41px;
	border-bottom: 1px solid #444;
}

.journal-header-compact #header .journal-menu {
	width: 56%;
}

.journal-header-compact #header .journal-menu .super-menu {
	width: auto;
	border-width: 0;
}

.journal-header-compact #header .journal-menu .super-menu>li {
	height: 60px;
	background: transparent;
	border-width: 0;
	vertical-align: middle;
}

.journal-header-compact #header .journal-menu .super-menu>li:first-of-type>a {
	margin-left: 15px;
}

.journal-header-compact #header .journal-menu .super-menu>li>a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: visible;
}

.journal-header-compact #header .journal-menu .super-menu>li:hover>a::after {
	opacity: 1;
	transition: all .2s ease-out;
}

.journal-header-compact #header .mega-menu, .journal-header-compact #header .drop-down>ul {
	top: 100%;
}

.journal-header-compact #header .mega-menu {
	width: 100vw;
}

.journal-header-compact #header .journal-search {
	width: 22%;
	padding: 15px 0 15px 0;
}

.journal-header-compact #header .journal-search
#search {
	border: 0;
}

.journal-header-compact #header .journal-search input, .journal-header-compact #header .journal-search .button-search, .journal-header-compact #header .journal-search
#search {
	height: 30px;
}

.journal-header-compact #header .journal-search
input {
	padding-left: 35px;
}

.journal-header-compact #header .journal-search .button-search {
	z-index: 2;
	width: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
}

.journal-header-compact #header .journal-search
button {
	cursor: pointer;
}

.boxed-header .journal-header-compact #header
.divider {
	width: 75.2%;
}

.boxed-header .journal-header-compact #header .journal-search {
	padding-right: 15px;
}

.boxed-header.default-header .header, .boxed-header.default-header .journal-top-header {
	background: transparent;
	background-image: none !important;
}

.boxed-header.default-header .header.nitro-lazy, .boxed-header.default-header .journal-top-header.nitro-lazy {
	background-image: none !important;
}

.boxed-header.default-header .journal-top-header {
	z-index: 999;
	pointer-events: none;
}

.boxed-header.default-header
#header {
	display: table;
	width: 100%;
}

.boxed-header.default-header .journal-logo {
	z-index: 10000;
	position: relative;
}

html[dir="rtl"].boxed-header .journal-header-compact #header .journal-search {
	padding-right: 0;
	padding-left: 15px;
}

@media only screen and (min-width: 980px) {
	.tablet .journal-header-compact #header .journal-menu .super-menu {
		width: calc(100% - 15px);
	}
}

@media only screen and (max-width: 980px) {
	.journal-header-compact #header .journal-logo {
		width: 28%;
	}
	
	.journal-header-compact #header .lang-curr::after {
		display: none;
	}
	
	.journal-header-compact #header
.divider {
		left: 30%;
		width: 68%;
	}
	
	.journal-header-compact #header .journal-search {
		width: 45%;
		top: 40px;
		left: 30%;
		position: absolute;
	}
	
	.journal-header-compact #header .journal-cart {
		max-width: 35%;
		position: absolute;
		right: 10px;
		top: 50px;
	}
	
	.journal-header-compact #header .journal-menu {
		width: 100%;
		clear: both;
	}
	
	.journal-header-compact #header .journal-menu .super-menu {
		width: 100%;
	}
	
	.journal-header-compact #header .journal-menu .super-menu>li {
		height: auto;
	}
	
	.journal-header-compact #header .journal-menu .super-menu>li>a {
		margin-left: 0 !important;
		height: 39px;
		line-height: 39px;
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.journal-header-compact #header .mega-menu {
		left: 0 !important;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header-compact
#header {
		padding-top: 0;
	}
	
	.journal-header-compact #header
.divider {
		display: none;
	}
	
	.journal-header-compact #header .journal-logo {
		width: 100%;
		height: 85px;
	}
	
	.journal-header-compact #header .lang-curr {
		top: 45px;
		position: absolute;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.journal-header-compact #header .journal-links {
		position: relative;
	}
	
	.journal-header-compact #header .journal-search {
		top: 90px;
		right: 5px;
		left: auto;
		padding: 0;
		width: calc(100% - 10px);
	}
	
	.journal-header-compact #header .journal-search
#search {
		position: absolute;
		width: 40px;
		right: 0;
	}
	
	.journal-header-compact #header .journal-search.search-on-top
#search {
		width: 100%;
		position: absolute;
	}
	
	.journal-header-compact #header .journal-search.hide-input
input {
		display: none !important;
	}
	
	.journal-header-compact #header .journal-search .button-search {
		right: 0;
		border-radius: 3px;
	}
	
	.journal-header-compact #header .journal-search .button-search
button {
		pointer-events: none;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		z-index: 999999;
	}
	
	.journal-header-compact #header .journal-search
input {
		display: none;
		padding-left: 10px;
		position: absolute;
		font-size: 16px;
	}
	
	.journal-header-compact #header .journal-search .autocomplete2-suggestions {
		right: 0;
	}
	
	.journal-header-compact #header .journal-cart {
		position: absolute;
		top: 125px;
		right: 0;
		max-width: 100%;
	}
	
	.journal-header-compact #header .journal-cart
.content {
		width: 320px;
		display: block;
	}
	
	.journal-header-compact #header .journal-cart #cart .heading i::before {
		margin-right: 5px;
	}
}

@media only screen and (min-width: 760px) {
	#header .journal-search
input {
		display: block !important;
	}
	
	#header .journal-search
button {
		pointer-events: auto !important;
	}
}

.mobile .journal-header-compact #header .journal-search.search-on-top
#search {
	width: calc(100% + 15px);
	right: -15px;
}

.catalog-cart .journal-cart {
	display: none;
}

.catalog-cart .journal-header-default .journal-links {
	width: 100%;
}

.catalog-cart .journal-header-default .journal-logo {
	z-index: 5;
}

.catalog-cart .journal-header-default .journal-top-header {
	z-index: 4;
}

.catalog-cart .journal-header-default .button-search {
	z-index: 3;
}

.catalog-cart .journal-header-default .journal-links {
	z-index: 5;
}

.catalog-cart .journal-header-center .journal-logo {
	margin-right: auto;
}

.catalog-cart .journal-header-mega .journal-search {
	padding-right: 0;
}

.catalog-search .journal-logo {
	margin-left: auto;
}

.catalog-search .journal-search {
	display: none;
}

.catalog-search .journal-header-default .journal-login {
	width: 100%;
}

.catalog-search .journal-header-mega .journal-logo {
	margin-left: initial;
	margin-right: auto;
}

.catalog-search.catalog-cart .journal-header-mega .journal-logo {
	margin-left: initial;
}

.catalog-language .journal-language, .no-language .journal-language {
	display: none !important;
}

@media only screen and (min-width: 760px) {
	.catalog-cart .journal-header-default .links li:last-of-type a, .catalog-cart .journal-header-default .links li:last-of-type .no-link {
		border-right-width: 1px;
	}
	
	.catalog-cart .journal-header-center .journal-cart {
		margin-left: auto;
	}
	
	.catalog-language .journal-header-default .journal-currency, .no-language .journal-header-default .journal-currency {
		margin-left: 10px;
	}
	
	.catalog-language .journal-header-center #currency, .no-language .journal-header-center
#currency {
		border-left-width: 1px;
	}
	
	html[dir="rtl"] .catalog-language .journal-header-default .journal-currency, html[dir="rtl"] .no-language .journal-header-default .journal-currency {
		margin-left: 0;
		margin-right: 10px;
	}
}

.catalog-currency .journal-currency {
	display: none !important;
}

@media only screen and (min-width: 760px) and (max-width: 980px) {
	.catalog-cart .journal-header-default .journal-search {
		width: 100%;
	}
	
	.catalog-search .journal-header-default .journal-cart {
		width: 100%;
	}
	
	.catalog-cart.catalog-search .journal-header-default .journal-menu {
		width: 66.6666%;
		clear: none;
	}
}

@media only screen and (max-width: 760px) {
	.catalog-cart .journal-search {
		width: 100%;
	}
	
	.catalog-search .journal-cart {
		width: 100%;
	}
	
	.catalog-search .journal-header-center
#cart {
		border-left-width: 0;
	}
}

.safari ul.menu-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width: 760px) {
	.header {
		position: static;
		display: table;
		top: 0;
		left: 0;
		width: 100%;
		transition: top .5s ease-out;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	.is-sticky
.header {
		position: fixed;
	}
	
	.is-sticky .header-notice {
		display: none;
	}
	
	.is-sticky .super-menu {
		border-radius: 0;
	}
	
	.is-sticky
header {
		z-index: 9999;
	}
	
	.is-sticky header .mega-menu {
		-webkit-overflow-scrolling: touch;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-top-header {
		box-shadow: none;
		display: none;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-logo {
		height: 80px;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-links, .sticky-default .is-sticky .journal-header-default .journal-login {
		display: none !important;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-search, .sticky-default .is-sticky .journal-header-default .journal-cart {
		width: 50%;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-cart {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.sticky-default .is-sticky .journal-header-default
#cart {
		box-shadow: none;
	}
	
	.sticky-default .is-sticky .journal-header-default #cart
.content {
		width: 100%;
	}
	
	.sticky-default.slim-header .is-sticky .journal-menu {
		clear: none;
		width: 75%;
	}
	
	.sticky-default.slim-header .is-sticky .journal-menu .mega-menu {
		left: -33.3333%;
		width: 133.3333%;
	}
	
	.sticky-default.compact-header .is-sticky .header
#header {
		height: 60px;
	}
	
	.sticky-default.compact-header .is-sticky .header #header .journal-links, .sticky-default.compact-header .is-sticky .header #header .journal-cart, .sticky-default.compact-header .is-sticky .header #header .lang-curr, .sticky-default.compact-header .is-sticky .header #header
.divider {
		display: none;
	}
	
	.sticky-default.compact-header .is-sticky .header #header .journal-logo {
		height: 60px;
		position: absolute;
		left: 0;
	}
	
	.sticky-default.compact-header .is-sticky .header #header .journal-menu {
		margin-left: 22%;
	}
	
	.sticky-default.center-header .is-sticky .journal-top-header, .sticky-default.center-header .is-sticky #header>.header-assets:first-of-type {
		display: none;
	}
	
	.sticky-default.center-header .is-sticky .journal-center-bg {
		top: 0;
	}
	
	.sticky-default.center-header .is-sticky .journal-menu-bg {
		top: 70px;
	}
	
	.sticky-default.center-header .is-sticky .j-100 {
		height: 70px;
	}
	
	html[dir="rtl"].sticky-default.compact-header .is-sticky .header #header .journal-logo {
		left: auto;
		right: 0;
	}
	
	html[dir="rtl"].sticky-default.compact-header .is-sticky .header #header .journal-menu {
		margin-left: 0;
		margin-right: 22%;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-logo, .sticky-menu .is-sticky .journal-header-default .header-assets, .sticky-menu .is-sticky .journal-header-default .journal-top-header {
		display: none !important;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu {
		width: 100%;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:first-of-type {
		border-left-width: 1px;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:last-of-type {
		border-right-width: 1px;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .mega-menu {
		left: 0;
		width: 100%;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .drop-down
ul {
		width: 100%;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-logo, .sticky-menu .is-sticky .journal-header-compact #header .journal-links, .sticky-menu .is-sticky .journal-header-compact #header .journal-cart, .sticky-menu .is-sticky .journal-header-compact #header .lang-curr, .sticky-menu .is-sticky .journal-header-compact #header
.divider {
		display: none !important;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu {
		width: 78%;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu .super-menu>li {
		height: 50px;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
		left: 0 !important;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-search {
		padding: 10px 0 10px 0;
	}
	
	.sticky-menu .is-sticky .journal-header-center .journal-top-header, .sticky-menu .is-sticky .journal-header-center .journal-center-bg, .sticky-menu .is-sticky .journal-header-center #header>.header-assets {
		display: none;
	}
	
	.sticky-menu .is-sticky .journal-header-center .journal-menu-bg {
		top: 0;
	}
	
	.sticky-menu.boxed-header .is-sticky .journal-header-compact #header .journal-menu .super-menu>li:first-of-type>a {
		margin-left: 15px;
	}
	
	.sticky-menu.boxed-header .is-sticky .journal-header-compact #header .journal-search {
		padding-right: 10px;
	}
	
	html[dir="rtl"].sticky-menu.compact-header .is-sticky .header #header .journal-menu .super-menu>li:first-of-type>a {
		margin-left: 0;
	}
	
	html[dir="rtl"].sticky-menu.compact-header .is-sticky .header #header .journal-menu .mega-menu {
		right: 0 !important;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:first-of-type {
		border-right-width: 1px;
		border-right-style: solid;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:last-of-type {
		border-right-width: 0;
		border-left-width: 1px;
	}
	
	.sticky-default.boxed-header.center-header .is-sticky .journal-menu-bg {
		display: none;
	}
}

.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li.float-left:first-of-type {
	border-left-width: 0;
}

.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li.float-right:last-of-type {
	border-right-width: 0;
}

@media only screen and (min-width: 760px) and (max-width: 980px) {
	.sticky-default .is-sticky .journal-header-default .journal-logo {
		width: 30%;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-menu, .sticky-default .is-sticky .journal-header-default .header-assets {
		width: 70%;
		clear: none;
	}
	
	.sticky-default .is-sticky .journal-header-default .journal-menu .mega-menu, .sticky-default .is-sticky .journal-header-default .header-assets .mega-menu {
		left: -43%;
		width: 143%;
	}
	
	.sticky-default .is-sticky .journal-header-compact #header .journal-logo {
		display: none;
	}
	
	.sticky-default .is-sticky .journal-header-compact #header .journal-menu {
		width: 73%;
		margin-left: 15px !important;
		margin-top: 15px;
		left: 0;
	}
	
	.sticky-default .is-sticky .journal-header-compact #header .journal-menu .super-menu>li>a {
		height: 30px;
		line-height: 30px;
	}
	
	.sticky-default .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
		left: -15px !important;
	}
	
	.sticky-default .is-sticky .journal-header-compact #header .journal-search {
		width: 25%;
		left: auto;
		right: 0;
		top: 0;
	}
	
	.sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .super-menu {
		left: -43%;
		width: 143%;
	}
	
	.sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .mega-menu {
		left: 0 !important;
		width: 100% !important;
		-webkit-overflow-scrolling: touch;
		max-height: 60vh;
		overflow-y: auto;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header {
		height: 40px;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu {
		width: 75% !important;
		margin: 0 !important;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .super-menu {
		width: 100vw;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .super-menu>li>a {
		height: 40px;
		line-height: 40px;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-menu .mega-menu {
		left: 0 !important;
		right: auto !important;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search {
		padding: 0 !important;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search, .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search input, .sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search #search .button-search {
		height: 40px;
	}
	
	.sticky-default.mobile-menu-on-tablet.compact-header .is-sticky #header.journal-header .journal-search .autocomplete2-suggestions {
		min-width: 250px;
		right: 0;
	}
	
	html[dir="rtl"].sticky-default .is-sticky .journal-header-default .mega-menu {
		left: 0 !important;
	}
	
	html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-menu {
		margin-left: 0 !important;
		margin-right: 15px !important;
	}
	
	html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
		right: -15px !important;
	}
	
	html[dir="rtl"].sticky-default .is-sticky .journal-header-compact #header .journal-search {
		right: auto;
		left: 0;
	}
	
	html[dir="rtl"].sticky-default.mobile-menu-on-tablet .is-sticky .journal-header-default .super-menu {
		left: auto;
		right: -43%;
		width: 143%;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-logo {
		display: none;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu {
		width: 73%;
		margin-left: 15px !important;
		margin-top: 0;
		left: 0;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu .mega-menu {
		left: -15px !important;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-menu .super-menu>li>a {
		height: 30px;
		line-height: 30px;
	}
	
	.sticky-menu .is-sticky .journal-header-compact #header .journal-search {
		width: 23%;
		left: auto;
		right: 0;
		top: 0;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky
#header {
		height: 40px;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu {
		width: 75% !important;
		margin: 0 !important;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu {
		width: 100vw;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu>li {
		height: auto;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .super-menu>li>a {
		height: 40px;
		line-height: 40px;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-menu .mega-menu {
		left: 0 !important;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search {
		padding: 0 !important;
		width: 25%;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search, .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search input, .sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search #search .button-search {
		height: 40px;
	}
	
	.sticky-menu.mobile-menu-on-tablet.compact-header .is-sticky #header .journal-search .autocomplete2-suggestions {
		min-width: 250px;
		right: 0;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:first-of-type {
		border-right-width: 0;
		border-left-width: 1px;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:last-of-type {
		border-left-width: 0;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-menu {
		margin-left: 0 !important;
		margin-right: 15px;
		left: auto;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-menu .mega-menu {
		right: -15px !important;
	}
	
	html[dir="rtl"].sticky-menu .is-sticky .journal-header-compact #header.journal-header .journal-search {
		left: 0;
		right: auto;
	}
	
	html[dir="rtl"].sticky-menu.mobile-menu-on-tablet .is-sticky .journal-header-compact #header.journal-header .journal-search {
		left: 0;
		right: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	html[dir="rtl"].sticky-menu.mobile-menu-on-tablet .is-sticky .journal-header-compact #header.journal-header .mega-menu {
		right: auto !important;
	}
}

@media only screen and (max-width: 760px) {
	.bottom-menu-bar
body {
		padding-bottom: 40px !important;
	}
	
	.bottom-menu-bar
#header {
		padding-top: 0;
	}
	
	.bottom-menu-bar #header .journal-links {
		position: fixed !important;
		top: auto !important;
		bottom: 0;
		z-index: 999999;
		background: #333745;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	}
	
	.bottom-menu-bar #header .journal-links .top-menu>li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		border-width: 0;
		border-right-width: 1px;
		border-color: #646875;
		border-style: solid;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu>li:last-of-type {
		border-right-width: 0;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu > li > a, .bottom-menu-bar #header .journal-links .top-menu > li .no-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-width: 0;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu > li > a > i, .bottom-menu-bar #header .journal-links .top-menu > li .no-link>i {
		font-size: 160% !important;
		margin-right: 0 !important;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu > li > a > span, .bottom-menu-bar #header .journal-links .top-menu > li .no-link>span {
		display: none;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu .top-dropdown {
		top: auto;
		bottom: 100%;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu .top-dropdown
li {
		position: relative;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu .top-dropdown li>a {
		z-index: 2;
		position: relative;
		border-radius: inherit;
		transition: all 0s;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu .top-dropdown li:first-of-type::before {
		display: none;
	}
	
	.bottom-menu-bar #header .journal-links .top-menu .top-dropdown li:last-of-type::after {
		content: "";
		position: absolute;
		bottom: -15px;
		font-size: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #4b5a71;
	}
	
	.bottom-menu-bar #header .journal-links .has-dropdown
i {
		left: -2px;
	}
	
	.bottom-menu-bar #header .journal-links .has-dropdown::after {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(160%, -50%) scale(-1);
		transform: translate(160%, -50%) scale(-1);
		margin-left: 0;
	}
	
	.bottom-menu-bar .scroll-top {
		bottom: 40px;
	}
	
	html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu>li:last-of-type {
		border-right-width: 1px;
	}
	
	html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu > li > a > i, html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu > li .no-link>i {
		margin-left: 0;
	}
	
	html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu .has-dropdown
i {
		left: 2px;
	}
	
	html[dir="rtl"].bottom-menu-bar #header .journal-links .top-menu .has-dropdown::after {
		-webkit-transform: translate(-240%, -50%) scale(-1);
		transform: translate(-240%, -50%) scale(-1);
		margin-right: 0;
	}
}

.ie:not(.edge) #header .top-menu .top-dropdown a, .ie:not(.edge) #header .top-menu .top-dropdown .no-link {
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.ie:not(.edge) #header .top-menu .top-dropdown .top-menu-link {
	display: table-cell;
	vertical-align: middle;
}

.ie:not(.edge) #content .product-grid-item
.cart {
	min-height: 40px;
}

.ie:not(.edge) #content .product-grid-item
.name {
	min-height: 55px;
}

.ie:not(.edge) #content .product-grid-item
.price {
	min-height: 35px;
}

.ie:not(.edge) .journal-currency form .currency-symbol, .ie:not(.edge) .journal-language .dropdown-toggle
img {
	margin: 0;
}

.ie:not(.edge) .journal-newsletter .box-content {
	display: table !important;
}

@media only screen and (max-width: 980px) {
	.journal-login {
		z-index: 999;
	}
}

@media only screen and (min-width: 980px) {
	.default-header .journal-cart {
		z-index: 1000;
	}
}

.oc1.lang-full form .currency-symbol, .oc1.currency-full form .currency-symbol {
	margin-right: 3px;
}

.oc1 .ui-pnotify-title {
	width: auto;
}

@media only screen and (max-width: 760px) {
	.oc1.lang-full-mobile form .currency-symbol, .oc1.currency-full-mobile form .currency-symbol {
		position: relative;
		top: -1px;
		margin: 4px;
	}
	
	.mobile-menu .mega-menu {
		z-index: 1;
	}
	
	.oc1.currency-full.currency-symbol-mobile form .currency-symbol {
		margin-right: 10px;
	}
	
	.boxed-header.default-header .journal-logo {
		z-index: 1000;
	}
}

@media only screen and (min-width: 760px) {
	.oc1.lang-full .journal-language .dropdown-toggle
img {
		margin-right: 5px;
	}
}

#content .journal-slider {
	margin-bottom: 20px;
}

.tp-loader {
	-webkit-animation: none !important;
}

.tp-caption {
	overflow: hidden;
	display: block;
	transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s !important;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tp-caption a, .tp-caption a:hover {
	color: inherit;
}

.tp-caption
img {
	float: left;
}

.tp-bannertimer, .tp-bannertimer.tp-bottom {
	background-image: none;
	background-color: #ea2e49;
	height: 3px;
	z-index: 98;
}

.tp-bannertimer.nitro-lazy, .tp-bannertimer.tp-bottom.nitro-lazy {
	background-image: none !important;
}

.tp-banner-container
.tparrows {
	z-index: -1;
}

.tp-banner-container:hover
.tparrows {
	z-index: 100;
}

.nav-on-hover .tp-bullets, .nav-on-hover
.tparrows {
	opacity: 0;
}

.nav-on-hover:hover .tp-bullets, .nav-on-hover:hover
.tparrows {
	opacity: 1;
}

.tp-leftarrow, .tp-leftarrow.default, .tp-rightarrow, .tp-rightarrow.default {
	background-image: none;
	background-color: transparent;
	width: auto;
	height: auto;
	padding: 0;
	display: block;
	border-radius: 50%;
	color: white;
	transition: color .2s;
}

.tp-leftarrow.nitro-lazy, .tp-leftarrow.default.nitro-lazy, .tp-rightarrow.nitro-lazy, .tp-rightarrow.default.nitro-lazy {
	background-image: none !important;
}

.tp-leftarrow:before, .tp-leftarrow.default:before, .tp-rightarrow:before, .tp-rightarrow.default:before {
	transition: color .2s;
	content: "";
	font-size: 40px;
	color: inherit;
}

.tp-rightarrow:before, .tp-rightarrow.default:before {
	content: "";
}

.tp-bullets .tp-leftarrow.round, .tp-bullets .tp-rightarrow.round {
	background-image: none;
}

.tp-bullets .tp-leftarrow.round.nitro-lazy, .tp-bullets .tp-rightarrow.round.nitro-lazy {
	background-image: none !important;
}

.tp-bullets .tp-leftarrow.round:before, .tp-bullets .tp-rightarrow.round:before {
	font-size: 20px;
	top: -3px;
}

.slidelink.tp-hidden-caption {
	display: block !important;
	visibility: visible !important;
	top: 0;
}

.tp-bullets.simplebullets.round
.bullet {
	background-color: transparent;
	background-image: none;
	transition: all .2s;
	margin-bottom: 2px;
	margin-left: 8px;
	width: 13px;
	height: 13px;
	-webkit-perspective: 1000;
}

.tp-bullets.simplebullets.round
.bullet.nitro-lazy {
	background-image: none !important;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
	background-color: transparent;
}

.tp-bullets.simplebullets.round .bullet:hover:after {
	content: "";
}

.full-thumbs .tp-bullets.tp-thumbs {
	width: 100% !important;
}

.full-thumbs .tp-bullets.tp-thumbs .tp-mask {
	width: 100% !important;
}

.tp-bullets.tp-thumbs {
	width: auto !important;
	height: auto !important;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

.tp-bullets.tp-thumbs
.bullet {
	opacity: 1;
	position: relative;
}

.tp-bullets.tp-thumbs .bullet.selected:before, .tp-bullets.tp-thumbs .bullet:hover:before {
	opacity: 0;
}

.tp-bullets.tp-thumbs
.bullet {
	position: relative;
}

.tp-bullets.tp-thumbs .bullet:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	transition: opacity .2s;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.swiper {
	position: relative;
	width: 100%;
}

.swiper-wrapper {
	transition-timing-function: ease-in-out;
}

.swiper-wrapper
img {
	max-width: 100%;
	height: auto;
}

.swiper-hidden {
	visibility: hidden;
}

.swiper-slide, .swiper-wrapper {
	height: auto;
}

.swiper-pagination {
	width: 100%;
	position: relative;
	font-size: 0;
	padding: 5px;
	bottom: auto;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 2px 3px;
	background: #ea2e49;
	transition: all .1s ease-out;
}

.swiper-pagination-bullet:hover {
	background: #3f5765;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3f5765;
}

.swiper-button-prev, .swiper-button-next {
	color: #ccc;
	width: 40px;
	height: 40px;
	background-image: none;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .1s ease-out;
}

.swiper-button-prev.nitro-lazy, .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev::before, .swiper-button-next::before {
	font-family: "journal-icons";
	content: "";
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	color: #3f5765;
}

.side-column .swiper-button-prev, .side-column .swiper-button-next {
	width: 30px;
}

.swiper-button-next::before {
	content: "";
}

.swiper-button-next {
	right: 0;
	z-index: 2;
}

.swiper-button-prev {
	left: 0;
	z-index: 1;
}

html[dir="rtl"] .swiper-button-next {
	right: auto;
	left: 0;
}

html[dir="rtl"] .swiper-button-prev {
	left: auto;
	right: 0;
}

html[dir="rtl"] .swiper-button-prev::before, html[dir="rtl"] .swiper-button-next::before {
	-webkit-transform: scale(-1) translate(50%, 50%);
	transform: scale(-1) translate(50%, 50%);
}

.journal-simple-slider .swiper-wrapper {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.journal-simple-slider .swiper-wrapper
img {
	width: 100%;
}

.journal-simple-slider .swiper-pagination {
	position: absolute;
	padding: 0;
	width: 100%;
	bottom: 10px;
}

.journal-simple-slider .swiper-button-prev, .journal-simple-slider .swiper-button-next {
	width: 40px;
	height: 50px;
}

.journal-simple-slider.nav-on-hover .swiper-button-prev, .journal-simple-slider.nav-on-hover .swiper-button-next, .journal-simple-slider.nav-on-hover .swiper-pagination {
	visibility: hidden;
	opacity: 0;
	transition: opacity .1s ease-out;
}

.journal-simple-slider.nav-on-hover:hover .swiper-button-prev, .journal-simple-slider.nav-on-hover:hover .swiper-button-next, .journal-simple-slider.nav-on-hover:hover .swiper-pagination {
	visibility: visible;
	opacity: 1;
}

.side-column .journal-simple-slider.box {
	background-color: transparent;
}

#content .journal-carousel .box-product {
	margin-right: 0;
}

html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-prev, html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-next {
	left: 0;
	right: auto;
	-webkit-transform: translate(0, 0) scale(-1);
	transform: translate(0, 0) scale(-1);
}

html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-prev {
	left: 20px;
	right: auto;
}

.journal-carousel:not(.has-bullets) {
	margin-bottom: 20px;
}

.journal-carousel.bullets-on {
	margin-bottom: 10px;
}

.journal-carousel.arrows-top .swiper-button-prev, .journal-carousel.arrows-top .swiper-button-next {
	top: -60px;
	right: -5px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background-color: transparent;
}

.journal-carousel.arrows-top .swiper-button-prev::before, .journal-carousel.arrows-top .swiper-button-next::before {
	font-size: 22px;
}

.journal-carousel.arrows-top .swiper-button-prev {
	right: 15px;
	left: auto;
}

.journal-carousel .product-grid-item {
	margin-bottom: 0;
}

.journal-carousel .product-grid-item .product-wrapper {
	margin: 0;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.journal-carousel .tab-content {
	padding: 0;
	margin-top: 0;
	background-color: transparent;
	margin-bottom: 0;
	overflow: visible;
	border: 0;
	z-index: 98;
}

.journal-carousel
.htabs {
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.journal-carousel .htabs
a {
	background-color: transparent;
	box-shadow: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #333745;
	color: inherit;
	transition: background-color .2s, color .2s;
	float: left;
	padding: 0 15px;
}

.journal-carousel .htabs.single-tab a, .journal-carousel .htabs.single-tab a.selected, .journal-carousel .htabs.single-tab a:hover {
	border: none;
	cursor: default;
	background-color: transparent;
	color: inherit;
}

.journal-carousel .htabs.single-tab
a {
	padding: 0;
}

.arrows-top .swiper-button-prev, .arrows-top .swiper-button-next {
	width: 30px;
}

.journal-fullscreen-slider {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	z-index: -1;
}

.journal-fullscreen-slider .tp-loader {
	display: none;
}

.transparent-overlay {
	background-repeat: repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#supersized {
	top: -12px;
}

.section-brand .quickview-button, .section-category .quickview-button, .carousel-brand .quickview-button, .carousel-category .quickview-button {
	display: none;
}

.section-brand .product-details, .section-category .product-details, .carousel-brand .product-details, .carousel-category .product-details {
	padding-bottom: 0;
}

#top-modules .journal2_custom_sections::before, #bottom-modules .journal2_custom_sections::before {
	content: "";
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	height: 40px;
	position: absolute;
	left: -20px;
	right: 0;
}

.gutter-on.custom-sections .box-content {
	margin-bottom: -20px;
}

html[dir="rtl"] #top-modules .journal2_custom_sections:before, html[dir="rtl"] #bottom-modules .journal2_custom_sections:before {
	width: 100%;
}

.box-heading.box-sections {
	padding: 0;
	border-width: 0;
}

.no-heading .product-grid {
	padding-top: 0;
}

.box-sections
ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.box-sections ul
li {
	list-style: none;
	border-width: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: white;
	display: table-cell;
}

.box-sections ul li
a {
	display: block;
	text-align: center;
	padding: 0 5px;
	font-size: inherit;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-sections ul li:last-of-type {
	border-right-width: 0;
}

.single-section .box-heading ul li
a {
	cursor: default;
	padding-left: 10px;
	text-align: left;
	background-color: initial !important;
	pointer-events: none;
}

.single-section .box-heading ul li a:hover {
	background-color: inherit;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 0;
}

.isotope, .isotope .isotope-item {
	transition-duration: .7s;
}

.isotope {
	transition-property: height, width;
}

.isotope .isotope-item {
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	transition-duration: 0s;
}

.oc-filter .panel-heading {
	padding: 0;
	height: 40px;
	margin-bottom: 5px;
	background-color: transparent;
}

.oc-filter a.list-group-item {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 0;
	display: block;
	font-size: 15px;
	color: inherit;
}

.oc-filter .list-group-item {
	padding: 10px 0;
}

.oc-filter .list-group-item
label {
	display: block;
}

.banner {
	position: relative;
	margin: 0 auto;
	margin-bottom: -2px;
}

.banner
div {
	text-align: center;
	display: none;
	margin: 0 auto;
}

.oc-banner .item
img {
	max-width: 100%;
	height: auto;
}

.ie:not(.edge) .static-banners .box-content {
	display: block;
}

#content .box-filter {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: -15px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
}

#content #button-filter {
	margin: 15px 0;
	float: right;
}

#content .box-filter>li {
	max-width: 200px;
	float: left;
	margin-right: 10px;
}

#content .box-filter>li>span {
	font-size: 15px;
	font-weight: bold;
	padding: 8px 8px 12px 8px;
	display: block;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 8px;
}

#column-right .box-filter > li, #column-left .box-filter>li {
	min-height: 40px;
	width: 100%;
	display: table;
}

#column-right .box-filter > li > span, #column-left .box-filter>li>span {
	font-size: 15px;
	font-weight: bold;
	padding: 8px 8px 8px 0;
	min-height: 40px;
	display: block;
	padding-left: 15px;
	line-height: 1.5;
	border-bottom: 1px solid #dbdbdb;
}

#column-right #button-filter, #column-left #button-filter {
	margin: 15px;
}

#column-right .box-content .box-filter li ul, #column-left .box-content .box-filter li
ul {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
}

.filter-collapse .box.is-collapsed .box-content {
	display: none !important;
}

.filter-collapse .sf-icon {
	top: 8px;
}

.filter-collapse .sf-reset {
	right: 28px;
}

.filter-collapse .box-heading {
	cursor: pointer;
}

.filter-collapse .box-heading::after {
	content: "";
	font-size: 12px;
	position: absolute;
	right: 9px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.filter-collapse .is-collapsed .box-heading::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-column .journal-sf .box ul li
label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.firefox .journal-sf ul label
img {
	box-sizing: content-box !important;
}

.sf-reset.sf-both {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 760px) {
	.filter-columns-mobile .journal-sf
ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.filter-columns-mobile .journal-sf ul
li {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.filter-columns-mobile .journal-sf ul li:nth-last-of-type(2) {
		border-bottom-width: 0;
	}
}

.welcome {
	margin-bottom: 15px;
}

.welcome
h1 {
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
}

.welcome
p {
	font-weight: normal;
	font-size: 13px;
	padding-top: 5px;
}

.side-column
.welcome {
	padding: 10px;
	margin-bottom: 0;
	clear: both;
}

.side-column .welcome
h1 {
	margin-bottom: 8px;
}

#content .store-picker, .side-column .store-picker {
	padding: 10px 10px 0 10px;
}

#content .store-picker p, .side-column .store-picker
p {
	text-align: left !important;
	padding: 0 0 5px 0;
}

#content .oc-store .box-heading, .side-column .oc-store .box-heading {
	margin-bottom: 10px;
}

#content .store-module, .side-column .store-module {
	padding: 0 10px;
}

#content .store-module p, .side-column .store-module
p {
	margin-bottom: 5px;
}

#content .store-module a, .side-column .store-module
a {
	display: inline-block;
	margin-top: 5px;
}

.cms-blocks, .static-banners {
	display: table;
	width: 100%;
}

.cms-blocks .blocks, .static-banners
.blocks {
	margin-right: -20px;
}

.cms-blocks .box-heading, .static-banners .box-heading {
	margin-bottom: 20px;
}

.static-banners.journal-carousel {
	display: block;
}

.static-banners.journal-carousel>div {
	margin-right: 0;
}

.static-banners.journal-carousel .static-banner {
	overflow: hidden;
	margin-bottom: 0;
	padding-right: 0;
}

.static-banners.journal-carousel .static-banner .banner-overlay {
	right: 0;
}

.static-banners.journal-carousel
.swiper {
	margin-bottom: 20px;
}

.static-banners.journal-carousel .swiper .swiper-button-prev, .static-banners.journal-carousel .swiper .swiper-button-next {
	margin-top: 0;
}

.static-banners.journal-carousel .box-content div.swiper-container {
	padding: 0;
	margin: 0;
}

.static-banners.journal-carousel .swiper-pagination {
	position: absolute;
	bottom: 2px;
}

.cms-block {
	position: relative;
	padding-right: 20px;
	margin-bottom: 20px;
}

.cms-block ul, .cms-block
ol {
	padding: 10px 0 0 25px;
	margin: 0;
}

.cms-block
img {
	max-width: 100% !important;
}

.cms-block
video {
	max-width: 100%;
	height: auto;
}

.gecko .side-column img, .ie .side-column
img {
	max-width: 200px;
}

.block-content {
	display: table;
	width: 100%;
	height: 100%;
}

.static-banners .box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

p
img {
	max-width: 100% !important;
}

.block-icon {
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.block-icon
i {
	margin: 0 !important;
	border-radius: inherit;
}

.block-icon i
img {
	margin: 0 !important;
}

.block-icon-left {
	float: left;
	margin-right: 10px;
}

.block-icon-top {
	margin: 0 auto 10px auto;
}

.static-banners>div {
	margin-right: -20px;
}

.static-banner {
	position: relative;
	padding-right: 20px;
	margin-bottom: 20px;
}

.static-banner
img {
	width: 100%;
	height: auto;
	float: left;
}

.static-banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 20px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all .1s;
}

.static-banner .banner-overlay
i {
	margin-right: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.static-banner:hover .banner-overlay {
	visibility: visible;
	opacity: 1;
}

.static-banner:hover .banner-overlay
i {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all .15s ease-out;
}

.static-banner .block-content {
	display: block;
}

#content .static-banners {
	margin-bottom: 0;
}

.journal-rotator {
	margin-bottom: 20px;
}

.text-rotator.bullets-on.bullets-center .quovolve-nav {
	bottom: -5px;
}

.rotator-image {
	margin: 15px;
	display: block;
	max-width: 85%;
	height: auto;
	float: left;
	position: relative;
}

.rotator-image.image-center {
	margin: 15px auto 0 auto !important;
}

.rotator-text {
	padding: 12px;
	display: block;
	line-height: 1.3;
	position: relative;
	font-weight: inherit;
	font-size: inherit;
}

.rotator-text>div {
	float: left;
}

.has-cta .rotator-text {
	display: inline-block;
}

.cta-center .rotator-text {
	display: block;
	margin-bottom: 5px;
}

.rotator-author {
	display: block;
	position: relative;
	padding: 0 15px;
}

.bullets-on .rotator-author {
	padding-bottom: 8px;
}

.bullets-on
.quote {
	padding-bottom: 20px;
}

.bullets-off .rotator-author {
	margin-bottom: 10px;
}

.quovolve-nav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.quovolve-nav
ol {
	margin: 0;
	text-align: right;
	padding: 0 10px 7px 20px;
}

.quovolve-nav ol
li {
	list-style: none;
	display: inline-block;
}

.headline-mode .quote.has-cta.cta-center {
	overflow: visible;
}

.headline-mode .rotator-text span:empty {
	padding: 0;
}

.quote {
	text-align: left;
	overflow: hidden;
	padding-bottom: 2px;
}

.quote
.cta {
	position: relative !important;
	white-space: nowrap;
}

.quote .cta
i {
	float: left;
	font-size: 1.1em;
}

.quote .cta.button-center {
	margin-bottom: 10px;
}

.quote.no-text {
	overflow: visible;
}

@media only screen and (max-width: 760px) {
	.headline-mode .rotator-text.line-through::before {
		width: 125%;
	}
}

.headline-mode .rotator-text {
	padding: 0;
	line-height: 1.1;
}

.headline-mode .rotator-text
span {
	position: relative;
	display: inline-block;
	padding: 12px;
}

.headline-mode .rotator-text.line-through::before {
	content: "";
	width: 150%;
	height: 1px;
	background: currentColor;
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}

.headline-mode .quovolve-nav
ol {
	padding-bottom: 2px;
}

.headline-mode .quote .button-icon-right
i {
	margin-right: 0 !important;
	margin-left: 7px;
	float: right;
}

.headline-mode.align-left .quote>div {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.headline-mode.align-right .quote>div {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bullets-left .quovolve-nav
ol {
	text-align: left;
}

.bullets-center .quovolve-nav
ol {
	text-align: center;
}

.bullets-right
.quote {
	padding-bottom: 30px;
}

.bullets-right .quovolve-nav
ol {
	text-align: right;
}

.nav-numbers
a {
	color: transparent !important;
	background-color: transparent;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 4px;
	text-decoration: none;
	transition: all .2s;
	-webkit-perspective: 1000;
}

.nav-numbers a:hover:after {
	content: "";
}

.journal-gallery .box-heading {
	margin-bottom: 15px;
}

.journal-gallery .box-content {
	margin-right: -15px;
	overflow: hidden;
	width: auto;
}

.journal-gallery.arrows-top .box-content {
	overflow: visible;
}

.journal-gallery.arrows-top .swiper-button-prev, .journal-gallery.arrows-top .swiper-button-next {
	top: -55px;
}

.journal-carousel .box-content {
	margin-right: 0;
}

.journal-carousel .gallery-thumb {
	padding-right: 0;
	margin-bottom: 0;
}

.oc-module {
	display: table;
	width: 100%;
}

.oc-module.oc-html {
	display: block;
}

.gallery-thumb {
	padding-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.gallery-thumb
a {
	display: block;
	position: relative;
	overflow: hidden;
}

.gallery-thumb a:before {
	content: "";
	position: absolute;
	font-size: 30px;
	color: white;
	z-index: 99;
	transition: all .2s;
	visibility: hidden;
	opacity: 0;
	padding: 0 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.gallery-thumb
img {
	width: 100%;
	float: right;
	height: auto;
	border-radius: inherit;
}

.gallery-thumb .item-hover {
	position: absolute;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	transition: all .2s;
	border-radius: inherit;
	cursor: pointer;
}

.gallery-thumb > a:hover .item-hover {
	transition: all .2s;
	visibility: visible;
	opacity: 1;
}

.gallery-thumb>a:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.lg-backdrop {
	z-index: 99999;
	background-color: rgba(0, 0, 0, .9);
}

.lg-outer {
	z-index: 999999;
}

.lg-outer .lg-thumb-outer {
	text-align: center;
}

.lg-outer .lg-image {
	max-height: calc(100% - 100px);
	margin-top: 6px;
}

.lg-toolbar, .lg-sub-html {
	min-height: 50px;
	background-color: transparent;
}

.lg-toolbar .lg-icon {
	color: white;
	font-size: 28px;
	width: 45px;
	text-align: inherit;
	padding: 12px 0;
	transition: color .1s linear;
}

#lg-intense-zoom {
	position: absolute;
	right: 45px;
	width: 50px;
	height: 50px;
	top: 0;
	cursor: pointer;
	color: white;
	transition: all .1s ease-out;
}

#lg-intense-zoom::before {
	content: "";
	font-size: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#lg-counter {
	color: #e4e4e4;
	font-size: 18px;
}

.lg-sub-html {
	padding: 13px 70px;
	line-height: 1.25;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lg-sub-html>span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	color: #e4e4e4;
}

.lg-icon::before, .lg-icon::after {
	font-family: "lg";
}

.lg-thumb.group {
	display: inline-block;
}

.lg-outer .lg-thumb-outer {
	background: black;
}

.lg-outer .lg-thumb-item {
	margin-bottom: 0;
	border: 3px solid #5f6874;
	border-radius: 1px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: white;
}

.lg-outer .lg-thumb {
	padding: 12px 0;
	margin-bottom: 0;
}

.lg-outer .lg-toogle-thumb {
	height: 40px;
	top: -40px;
	width: 45px;
	color: #e4e4e4;
}

.lg-outer .lg-toogle-thumb:after {
	margin-top: 1px;
}

.multi-modules-wrapper {
	overflow: hidden;
}

.multi-modules-wrapper .tp-caption.fullscreenvideo {
	height: 100% !important;
}

.multi-modules-wrapper .tp-caption.fullscreenvideo
video {
	width: auto;
	background: transparent;
}

.multi-modules-column {
	height: 100%;
}

.multi-modules-row {
	overflow: hidden;
	position: relative;
}

.multi-modules-row .tp-banner-container {
	height: 100% !important;
	max-width: 100% !important;
}

.multi-modules-row .tp-banner .slot, .multi-modules-row .tp-banner .slot
div {
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 760px) {
	.multi-modules-column .multi-modules-row {
		margin-bottom: 20px;
	}
	
	#content .multi-modules .journal-slider {
		margin-bottom: 0;
	}
	
	.multi-modules-column:only-of-type>.multi-modules-row:only-of-type, .multi-modules-column:last-of-type>.multi-modules-row:last-of-type {
		margin-bottom: 0;
	}
}

.tp-banner .slot, .tp-banner .slot
div {
	width: 100% !important;
	height: 100% !important;
}

.multi-modules .static-banners .box-heading {
	margin-right: 0;
}

#top-modules .multi-modules .static-banners, #bottom-modules .multi-modules .static-banners {
	padding: 0 !important;
}

.multi-modules {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.multi-modules .static-banner, .multi-modules .journal-simple-slider, .multi-modules .static-banners>div {
	margin: 0 !important;
	padding: 0 !important;
}

.multi-modules .static-banner .banner-overlay, .multi-modules .journal-simple-slider .banner-overlay, .multi-modules .static-banners > div .banner-overlay {
	right: 0;
}

.multi-modules .static-banner .journal-carousel, .multi-modules .journal-simple-slider .journal-carousel, .multi-modules .static-banners > div .journal-carousel {
	margin-bottom: 0;
}

.multi-modules .static-banners.journal-carousel {
	margin-bottom: 0;
}

.container-dimensions {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px;
	background: brown;
	color: white;
	z-index: 97;
	display: none;
}

.container-dimensions::after {
	font-size: 10px;
	content: "(Visible to admins only)";
	display: none;
}

.multi-modules-row:hover .container-dimensions {
	display: block;
}

.journal-newsletter {
	margin-bottom: 20px;
}

.journal-newsletter
.checkbox {
	width: 100%;
	text-align: right;
}

.journal-newsletter .box-content {
	border-radius: inherit;
	display: table;
	width: 100%;
}

.journal-newsletter input+.button {
	margin-top: 10px;
}

.journal-newsletter.text-left .box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.journal-newsletter.text-left .newsletter-text {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: left;
	width: 50%;
	padding-right: 20px;
	text-align: left;
	line-height: 1.2;
}

.journal-newsletter.text-left .newsletter-input-wrap {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}

.journal-newsletter.text-left .newsletter-input-wrap
input {
	width: 100%;
	height: 100%;
	box-shadow: none;
}

.journal-newsletter.text-left .newsletter-input-wrap .newsletter-button {
	position: absolute;
	top: 0;
	right: 0;
}

.journal-newsletter.text-left .newsletter-input-wrap input+.button {
	margin-top: 0;
}

.journal-newsletter.text-top .newsletter-text {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	line-height: 18px;
}

.journal-newsletter.text-top .newsletter-input-wrap {
	display: block;
	position: relative;
	width: 100%;
}

.journal-newsletter.text-top .newsletter-input-wrap
input {
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: 0;
}

.journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {
	position: absolute;
	top: 5px;
	right: 3px;
}

.journal-newsletter.text-top .newsletter-input-wrap input+.button {
	margin-top: 0;
}

.side-column .journal-newsletter .newsletter-text {
	float: none;
	width: 100% !important;
	margin-bottom: 10px;
	padding: 0;
}

.side-column .journal-newsletter .newsletter-input-wrap {
	float: none;
	width: 100% !important;
	height: auto !important;
	text-align: center;
}

.side-column .journal-newsletter .newsletter-input-wrap
input {
	margin-bottom: 5px;
}

.side-column .journal-newsletter .newsletter-input-wrap .newsletter-button {
	position: relative;
	left: auto !important;
	right: auto !important;
	width: 100%;
}

.side-column .journal-newsletter .newsletter-input-wrap input+.button {
	margin-top: 0;
}

.main-products {
	position: relative;
	height: 100%;
}

.product-list .sf-loader {
	right: 0;
}

.sf-loader {
	min-height: 2000px;
	position: absolute;
	background-color: rgba(255, 255, 255, .7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
	font-size: 14px;
	z-index: 99;
	left: 0;
	top: 20px;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
}

.sf-loader
span {
	padding: 5px 10px;
	display: block;
	-webkit-font-smoothing: auto;
}

.side-column .journal-sf .box-filter>li {
	min-height: 0;
}

.sf-reset {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 99;
	transition: color .2s;
}

.sf-reset .sf-reset-icon:after {
	font-size: 15px;
}

.sf-reset-icon:after {
	content: "";
	font-size: 14px;
	position: relative;
	margin-left: 5px;
	float: right;
}

.sf-text {
	right: 7px;
}

.sf-text .sf-reset-icon {
	display: none;
}

.sf-icon {
	top: 10px;
}

.sf-icon:before {
	border-top-color: #428bca;
	display: block;
}

.sf-icon:after {
	display: block;
	background-color: #428bca;
	padding: 6px 9px;
}

.sf-icon .sf-reset-text {
	display: none;
}

.sf-icon .sf-reset-icon:after {
	font-size: 20px;
	position: relative;
	margin-left: 1px;
	top: -2px;
}

.sf-price .ui-slider-horizontal {
	height: auto;
}

.sf-price .ui-widget-content {
	border: none;
	background: white;
}

.sf-price .ui-widget-header {
	background: #ea2e49;
	border: none;
}

.sf-price .ui-slider-handle {
	width: 16px;
	height: 16px;
	top: 0;
	cursor: pointer;
	background: #428bca;
	border: 0;
	border-radius: 0;
	transition: background .2s;
}

.sf-price
.value {
	position: absolute;
	font-size: 11px;
	color: white;
	background: #428bca;
	top: 23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 36px;
	text-align: center;
	display: block;
	padding: 2px 3px;
	font-family: Helvetica, Arial, sans-serif;
}

.sf-price .value:after {
	content: "";
	position: absolute;
	border: 7px solid transparent;
	border-bottom: 7px solid #428bca;
	border-radius: 0;
	top: -12px;
	left: 50%;
	margin-left: -7px;
}

.sf-price .price-range-both.value {
	min-width: 72px;
	margin: 0 0 0 -36px;
	top: 19px;
}

.sf-price .price-range-both {
	display: none;
}

.sf-price.sf-input .box-content {
	margin-bottom: 20px;
	padding: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sf-price.sf-input .box-content
span {
	position: relative;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 49%;
}

.sf-price.sf-input .box-content span:after {
	content: "";
	display: table;
	clear: both;
}

.sf-price.sf-input .box-content span:first-of-type {
	padding-right: 5px;
}

.sf-price.sf-input .box-content span:last-of-type {
	padding-left: 5px;
}

.sf-price.sf-input .box-content span
label {
	font-size: 16px;
	cursor: default;
	padding-right: 5px;
	line-height: 30px;
	float: left;
}

.sf-price.sf-input .box-content span
input {
	float: left;
	width: 84%;
	max-height: 30px;
}

.sf-price.sf-input .box-content span.currency-right
label {
	float: right;
	padding-right: 0;
}

.sf-price.sf-input .box-content span.currency-right
input {
	width: 82%;
}

.sf-price.sf-input .box-content
.button {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.journal-sf {
	position: relative;
}

.journal-sf
img {
	height: auto;
}

.journal-sf .box-content {
	display: block;
	overflow: auto;
}

.journal-sf .sf-price .box-content {
	overflow: visible;
}

.journal-sf:before {
	border-top-color: #428bca;
	display: block;
}

.journal-sf:after {
	display: block;
	background-color: #428bca;
	padding: 6px 9px;
	border-radius: 3px;
}

.journal-sf
ul {
	border-radius: inherit;
	overflow: hidden;
}

.journal-sf ul
li {
	border-bottom: 1px solid #333745;
}

.journal-sf ul li:last-of-type {
	border-bottom: none;
}

.journal-sf ul
label {
	width: 100%;
	display: block;
	transition: color .2s;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.journal-sf ul label
img {
	transition: border-color .1s;
}

.journal-sf ul label input[type=checkbox] {
	position: relative;
	margin: 0 5px 0 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.journal-sf ul.hide-checkbox label input[type=checkbox] {
	display: none;
}

.journal-sf .sf-both ul label
img {
	vertical-align: middle;
	margin: 0 5px 0 22px;
	float: left;
	display: block;
	max-width: 42px;
}

.journal-sf .sf-both ul label .sf-name {
	line-height: 100%;
	vertical-align: middle;
	height: 42px;
	max-width: 135px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.journal-sf .sf-both ul label input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.journal-sf .sf-both ul.hide-checkbox label
img {
	margin-left: 0;
}

.journal-sf .sf-both ul.hide-checkbox label input[type=checkbox] {
	display: none;
}

.journal-sf .sf-image .box-content {
	overflow: hidden;
	overflow-y: auto;
	max-height: 310px;
}

.journal-sf .sf-image .box-content
ul {
	display: block;
}

.journal-sf .sf-image .box-content ul
li {
	border-bottom: none !important;
	float: left;
	width: 25%;
	padding: 0;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.journal-sf .sf-image .box-content ul
label {
	width: 100%;
	display: block;
}

.journal-sf .sf-image .box-content ul label
img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}

.journal-sf .sf-image .box-content ul label input[type=checkbox] {
	display: none;
}

.journal-sf .sf-image .box-content ul.hide-checkbox label input[type=checkbox] {
	display: none;
}

.mfp-removing .journal-popup {
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.mfp-removing.mfp-bg {
	opacity: 0;
	transition: all .2s ease-in-out;
}

.hide-close-button
button {
	display: none;
}

.mfp-close {
	opacity: 1;
	transition: all .2s;
}

.quickview .journal-popup-header .heading-title {
	text-align: center;
}

.journal-popup {
	position: relative;
	background: white;
	margin: 0 auto;
}

.journal-popup .checkbox
label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.journal-popup .checkbox label
a {
	display: inline-block;
	margin: 0 5px;
}

.journal-popup .checkbox label a
b {
	margin: 0;
}

.journal-popup
img {
	max-width: 100%;
	height: auto;
}

.journal-popup .journal-newsletter {
	margin-bottom: 0;
	padding: 0 20px;
}

.journal-popup .journal-newsletter .box-content {
	padding: 0 !important;
	background-color: transparent !important;
}

.journal-popup .mfp-close {
	color: white;
	top: -38px;
	right: -16px;
}

.journal-popup
* {
	box-sizing: border-box;
}

.journal-popup .journal-popup-header-content {
	text-align: center;
	border: 0;
	border-radius: 0;
	white-space: normal;
	padding: 10px;
	line-height: 1.3;
}

.journal-popup .button-icon-right
i {
	float: right;
	margin-right: 0 !important;
	margin-left: 5px;
}

.journal-popup .journal-popup-header {
	border-radius: 0;
}

.journal-popup-content {
	overflow: hidden;
	color: #333745;
}

.journal-popup-content.overflow-on {
	overflow: auto;
}

.modal-open
.modal {
	z-index: 99999999;
}

@media only screen and (max-width: 760px) {
	.journal-popup-content.overflow-on {
		overflow-y: scroll;
		max-height: 50vh;
		-webkit-overflow-scrolling: touch;
	}
}

.journal-popup-header, .journal-popup-footer, .journal-popup-newsletter {
	display: table;
	width: 100%;
}

.journal-popup-header-content, .journal-popup-footer-content, .journal-popup-newsletter-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.journal-popup-footer-content {
	text-align: left;
	padding-left: 10px;
	background-color: #f4f4f4;
	position: relative;
}

.journal-popup-footer-content
.button {
	margin: 8px 0;
}

.journal-popup-footer-content.has-btn {
	text-align: center;
}

.journal-popup-footer-content.has-btn .button:first-of-type {
	margin-right: 8px;
}

.journal-popup-footer-content.has-btn .dont-show-label {
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ie:not(.edge) .journal-popup-footer-content.has-btn .dont-show-label {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dont-show-label
label {
	font-weight: normal;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dont-show-label input[type='checkbox'] {
	margin-right: 5px;
	position: relative;
}

.journal-popup input.has-error, .journal-popup textarea.has-error, .post-comment input.has-error, .post-comment textarea.has-error {
	border: 1px solid red;
}

.journal-popup-contact .content, .journal-popup-contact
fieldset {
	padding: 15px;
}

.journal-popup-contact .content b, .journal-popup-contact fieldset
b {
	display: inline-block;
	margin: 9px 0 4px 0;
}

.journal-popup-contact .content b:first-of-type, .journal-popup-contact fieldset b:first-of-type {
	margin-top: 0;
}

.journal-popup-contact .content b:last-of-type, .journal-popup-contact fieldset b:last-of-type {
	display: block;
}

.journal-popup-contact .content b:last-of-type + br, .journal-popup-contact fieldset b:last-of-type+br {
	display: none;
}

.journal-popup-contact .content textarea + br, .journal-popup-contact fieldset textarea+br {
	display: none;
}

.journal-popup-contact .content input[name='captcha'], .journal-popup-contact fieldset input[name='captcha'] {
	margin: 0 10px 0 0;
	height: 35px;
	display: block;
	float: left;
}

.journal-popup-contact input + br, .journal-popup-contact input+br+br {
	display: none;
}

.journal-popup-contact input[type='text'], .journal-popup-contact input[type='email'] {
	max-width: 600px;
}

.oc2 .journal-popup-contact .form-horizontal .form-group
label {
	width: 100%;
	float: none;
	padding-top: 0;
	font-weight: bold;
	margin-bottom: 2px;
}

.oc2 .journal-popup-contact .form-horizontal .form-group label:before {
	display: none;
}

.oc2 .journal-popup-contact .form-horizontal .form-group label+div {
	width: 100%;
	float: none;
}

.oc2 .journal-popup-contact .pull-right {
	float: none;
}

.journal-carousel .posts.box-content {
	display: block;
}

.journal-carousel>div.posts {
	overflow: visible;
}

.journal-carousel .post-button {
	margin-top: auto;
}

@media only screen and (max-width: 760px) {
	.journal-carousel {
		clear: both;
	}
	
	.journal-carousel .htabs
a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.blog-grid-view .post-button, .journal-carousel .post-button, .post-module .post-button {
	margin-top: auto;
}

.posts {
	margin: 20px -20px 0 0;
	text-align: center;
}

.posts
h2 {
	padding: 10px 0 5px 0;
	display: table;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 16px;
	table-layout: fixed;
	font-weight: normal;
}

.posts h2
a {
	display: table-cell;
	vertical-align: middle;
	transition: color .2s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.post-item-details.post-content-aligncenter, .post-button {
	text-align: center;
}

.post-item-details.post-content-aligncenter .comment-date, .post-button .comment-date {
	margin: 0 auto;
}

.post-item-details.post-content-alignright {
	text-align: right;
}

.post-item-details.post-content-alignright .comment-date {
	width: 100%;
}

html[dir="rtl"] .post-item-details.post-content-aligncenter, html[dir="rtl"] .post-button {
	text-align: center !important;
}

html[dir="rtl"] .post-item-details.post-content-aligncenter .comment-date, html[dir="rtl"] .post-button .comment-date {
	margin: 0 auto;
}

.post-module.journal-carousel.gutter-on {
	padding-bottom: 0 !important;
}

.post-item-details {
	text-align: center;
	overflow: hidden;
}

.blog-grid-view .post-wrapper .post-text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.post-content-alignright .post-button {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.post-content-aligncenter .post-button {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

html[dir="rtl"] .post-button {
	text-align: right;
}

.post-image:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}

.post-image
img {
	width: 100%;
	height: auto;
	float: left;
}

.post-item:not(.swiper-slide) {
	margin-bottom: 20px;
}

.post-wrapper {
	margin-right: 20px;
	transition: all .2s;
}

.swiper-container .post-wrapper {
	margin-right: 0;
}

.post-text {
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 17px;
	overflow: hidden;
}

.post-text
span {
	display: block;
}

.post-view-more.button {
	margin: 5px 0 15px 0;
	padding: 10px;
	line-height: 100% !important;
}

.post-button-left-icon:before {
	margin-right: 5px;
}

.post-button-left-icon:before:before {
	transition: all .2s;
}

.post-button-right-icon {
	display: none;
}

.post-button-right-icon:before {
	transition: all .2s;
	margin-left: 5px;
}

.blog-list-view .post-view-more {
	margin: 5px 0 5px 0;
}

.comment-date {
	padding: 7px 0 8px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	display: inline-block;
	color: #999;
	font-size: 12px;
}

.comment-date
span {
	display: inline-block;
	position: relative;
	text-align: left;
}

.comment-date span:before {
	margin-right: 4px;
	position: relative;
	display: inline-block;
	font-size: 13px;
}

.p-author {
	margin-right: 7px;
}

.p-author:before {
	content: "";
}

.p-date {
	margin-right: 7px;
}

.p-date:before {
	content: "";
}

.p-comment:before {
	content: "";
}

.p-category a+span {
	display: inline-block !important;
}

.p-category a:last-of-type+span {
	display: none !important;
}

.p-category:before {
	content: "";
}

.p-category>a {
	transition: all .2s;
	margin-left: 5px;
}

.p-category>a:first-of-type {
	margin-left: 0;
}

.p-category>a:last-of-type+span {
	display: none;
}

.posts.blog-list-view {
	text-align: left;
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
}

.posts.blog-list-view>div {
	width: 100% !important;
}

.posts.blog-list-view .post-image {
	float: left;
	padding-right: 15px;
	overflow: hidden;
	width: 33.333333%;
}

.posts.blog-list-view
h2 {
	padding: 0;
	margin-top: 0;
}

.posts.blog-list-view h2
a {
	height: auto !important;
	display: block;
	white-space: normal;
}

.posts.blog-list-view h2 a
span {
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 7px 0;
}

.posts.blog-list-view .post-item-details {
	float: left;
	width: 66.666666%;
	padding: 0;
	text-align: left !important;
}

.posts.blog-list-view .post-wrapper {
	margin-right: 0;
	padding: 10px;
}

.posts.blog-list-view .post-text {
	padding: 10px 10px 8px 0;
}

.posts.blog-list-view .comment-date {
	padding: 5px 0;
	border: 0;
}

.blog-post .heading-title {
	margin-bottom: 0;
}

.blog-post .post-stats {
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
}

.blog-post .post-stats .p-posted {
	margin-right: 2px;
}

.blog-post .post-stats>span {
	margin-right: 10px;
	display: inline-block;
	clear: both;
}

.blog-post .post-stats>span:before {
	display: inline-block;
	margin-right: 4px;
	position: relative;
	float: left;
}

.blog-post .post-stats>span.p-category:before {
	margin-right: 6px;
}

.blog-post .post-stats.comment-date {
	border-width: 0;
	display: block;
}

.blog-post
.social {
	border-top: 1px solid #eee;
	margin-top: 15px;
	clear: both;
	padding: 12px 8px 0 0;
	margin-bottom: 0;
	background-position: 0 center;
	background-color: inherit !important;
	background-image: none;
}

.blog-post
.social.nitro-lazy {
	background-image: none !important;
}

.blog-post .social-loaded {
	display: inline-block;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.blog-post
.tags {
	margin: 15px 10px 15px 0;
	font-size: 13px;
}

.blog-post .tags a, .blog-post .tags
b {
	display: initial;
	border-radius: 0;
	transition: all .2s;
	margin-right: 4px;
}

.blog-post .tags
a {
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.post-stats.comment-date {
		padding-bottom: 1px;
	}
}

.post-details {
	overflow: hidden;
	font-size: 14px;
}

.post-details
img {
	max-width: 100%;
	height: auto;
}

.post-details:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}

.post-details
.tags {
	line-height: initial;
}

blockquote {
	padding: 0 0 0 15px;
	border-width: 0;
	border-left: 10px solid #ea2e49;
	margin: 20px;
	line-height: 20px;
	font-style: italic;
}

.comments {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.3;
}

.comments>.comment {
	color: #333745;
	position: relative;
	margin-top: 20px;
	padding: 13px 13px 7px 13px;
}

.comments > .comment
p {
	font-size: 14px;
}

.comments>.comment:first-of-type {
	margin-top: 0;
}

.comments>.comment:nth-child(even) {
	background-color: #f4f4f4;
}

.comments>.comment:nth-child(odd) {
	background-color: #f4f4f4;
}

.comments>.comment:after {
	content: "";
}

.comments>h3 {
	padding: 15px 0;
	font-size: 17px;
}

.comments
.avatar {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

.comments .user-name {
	font-size: 18px;
	font-weight: bold;
}

.comments .user-date {
	margin: 2px 0 4px 0;
	font-size: 11px;
	color: #5f6874;
}

.comments .user-date:before {
	margin-right: 3px;
	position: relative;
}

.comments .user-time:before {
	margin-right: 3px;
	position: relative;
}

.comments .user-site {
	font-size: 13px;
}

.comments .reply-btn {
	position: absolute;
	top: 12px;
	right: 13px;
	line-height: 100%;
	padding: 8px 10px;
}

.comments
.comment {
	position: relative;
}

.comments .comment>p {
	padding-bottom: 5px;
}

.comments .comment+.success {
	margin-top: 20px;
	color: #333745;
}

.comments .reply+.success {
	margin-top: 15px;
	margin-left: 85px;
	width: auto;
}

.comments .main-comment+.success {
	margin-top: 15px;
}

.comments
.reply {
	position: relative;
	padding: 13px 13px 7px 13px;
	margin-left: 85px;
	margin-top: 15px;
}

.comments .reply:nth-of-type(even) {
	background-color: #e9e9e9;
}

.comments .reply:nth-of-type(odd) {
	background-color: #e9e9e9;
}

.comments .reply:after {
	content: "";
}

.post-comment {
	margin-bottom: 20px;
}

.post-comment
h3 {
	padding: 15px 0;
	font-size: 17px;
}

.comment-submit.button, .reply-submit.button {
	display: inline-block;
	margin-top: 10px;
	line-height: 100%;
	padding: 10px;
}

.comment-form form > div
input {
	display: block;
	max-width: 350px;
	margin-bottom: 10px;
}

.reply .main-comment
.button {
	display: none;
}

.reply-form {
	margin-left: 85px;
}

.reply-form
h3 {
	border-bottom-width: 0;
	padding: 15px 0;
}

.reply-form .comment-form {
	padding: 0;
	background-color: transparent;
}

.has-error .form-control {
	border: 1px solid #ea2e49 !important;
}

.button.disabled {
	opacity: .7;
	cursor: wait;
}

.side-posts .box-post {
	overflow: hidden;
	position: relative;
}

.post-module.no-heading
.posts {
	margin-top: 0;
}

.post-module {
	display: table;
	width: 100%;
}

.post-module.journal-carousel {
	display: block;
}

.side-blog .box-post {
	padding: 10px 0 0 0;
}

.side-blog .box-category.box-post {
	padding: 0;
}

.side-post+hr {
	margin-bottom: 10px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f4f4f4;
}

.side-post {
	margin-bottom: 10px;
	overflow: hidden;
}

.side-post:after {
	content: "";
	display: block;
	clear: both;
}

.side-post:last-of-type {
	margin-bottom: 0;
}

.side-post:last-of-type+hr {
	display: none;
}

.side-post .comment-date {
	border-bottom: none;
	border-top: none;
	display: block;
	width: 100%;
	padding: 0;
}

.side-post .p-comment {
	margin-right: 0;
}

.side-post .p-date {
	margin-right: 10px;
}

.side-post-details {
	float: left;
	width: 75%;
}

.side-post-image {
	width: 20%;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 5%;
}

.side-post-image
img {
	width: 100%;
	height: auto;
	float: left;
}

.side-post-image:after {
	content: "";
	display: table;
	clear: both;
}

.side-post-title {
	display: block;
	margin-bottom: 6px;
	transition: all .2s;
}

.blog-comments
img {
	max-width: 55px;
	height: auto;
}

.blog-comments .p-user:before {
	display: block;
	float: left;
}

.comment-author:after {
	content: "";
	display: table;
	clear: both;
}

.side-blog-tags .box-tag {
	overflow: hidden;
}

.side-blog-tags .box-tag>div {
	margin-bottom: -7px;
	overflow: hidden;
}

.side-blog-tags .box-tag
a {
	float: left;
	display: block;
	background-color: #3f5765;
	color: white;
	margin: 0 6px 6px 0;
	padding: 3px 7px 5px 7px;
	transition: all .2s;
}

.side-blog-tags .box-tag a:hover {
	background-color: #5c8ba6;
}

.box-search {
	position: relative;
	height: 33px;
}

.box-search
a {
	display: table;
	width: 33px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 2px;
	transition: color .2s;
	padding-left: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #e4e4e4;
}

.box-search a:before {
	content: "";
	font-size: 18px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #ccc;
}

.column.posts {
	margin: 0;
}

.column.posts
h3 {
	margin-bottom: 7px;
}

.column.posts>div {
	margin-bottom: 0;
}

.footer-post {
	padding: 6px 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.footer-post .comment-date {
	padding: 5px 0 0 0;
	color: #e4e4e4;
}

.footer-post:after {
	content: "";
	display: table;
	clear: both;
}

.footer-post:first-of-type {
	padding-top: 0;
}

.footer-post:last-of-type {
	border-bottom: 0;
}

.footer-post-image {
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.footer-post-title, .footer-post .comment-date {
	display: block;
	text-align: left;
	border-width: 0;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-post .comment-date {
	font-size: 11px;
	padding: 3px 0 0 0;
}

.footer-post .comment-date span:before {
	font-size: 12px;
}

.journal-blog-feed {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	transition: all .2s;
	color: #222;
	font-size: 13px;
	font-weight: 400;
}

.journal-blog-feed:before {
	content: "";
	color: #ff8000;
	margin-right: 5px;
	position: relative;
	float: left;
	font-size: inherit;
}

.header-notice {
	line-height: 1.25;
	font-size: 14px;
	position: relative;
	min-height: 15px;
	z-index: 9000;
	display: table;
	width: 100%;
}

.header-notice>div {
	margin: 0 auto;
	position: relative;
}

.header-notice
i {
	margin-right: 8px !important;
}

.header-notice i:before {
	float: left;
}

.header-notice
a {
	transition: all .2s;
}

.header-notice.floated-icon>div {
	padding-bottom: 10px;
}

.header-notice.floated-icon
i {
	float: left;
}

.header-notice.floated-icon .notice-text {
	display: block;
}

.header-notice.center-notice {
	text-align: center;
}

.header-notice.center-notice .notice-text {
	margin-right: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-notice.center-notice .notice-text
span {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.header-notice.center-notice i:before {
	float: none;
}

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

.header-notice.right-notice .notice-text {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	margin-right: 50px;
}

.header-notice.right-notice i:before {
	float: none;
}

.header-notice.fullwidth-notice>div {
	max-width: 100%;
	padding: 10px 0 10px 15px;
}

.header-notice .notice-text {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-notice .notice-text
i {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header-notice .notice-text
span {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

button.close-notice {
	cursor: pointer;
	padding: 0 12px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	transition: all .1s;
	border-radius: 0 !important;
	font-weight: 400;
	color: #333745;
}

button.close-notice:hover {
	color: #ea2e49;
}

button.close-notice::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

html[dir="rtl"] button.close-notice {
	right: auto;
	left: 0;
}

html[dir="rtl"] .header-notice
i {
	margin-right: 0 !important;
	margin-left: 8px;
}

html[dir="rtl"] .header-notice i:before {
	float: left;
}

html[dir="rtl"] .header-notice.floated-icon
i {
	float: right;
}

button.close-notice.x-icon:before {
	content: "";
	font-size: 24px;
}

@media only screen and (max-width: 760px) {
	.header-notice
i {
		float: left;
	}
}

#content .journal-accordion {
	margin-bottom: 20px;
}

.journal-accordion .journal-accordion-heading {
	transition: all .05s ease-out;
	cursor: pointer;
	background-color: #f4f4f4;
	color: #444;
	border-bottom-color: #e4e4e4;
	padding: 12px;
}

.journal-accordion .journal-accordion-heading::after {
	color: inherit;
	background: none;
	content: "";
	font-size: 11px;
	position: absolute;
	right: 5px;
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .05s ease-out;
}

.journal-accordion [data-accordion].open>.journal-accordion-heading::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -3px;
}

.journal-accordion .journal-accordion-content {
	background: #eee;
	color: #333;
}

.journal-accordion .journal-accordion-content>* {
	border-bottom: 0;
	padding: 0;
}

.journal-accordion .journal-accordion-content>div {
	padding: 13px;
	line-height: 1.4;
}

.journal-popup-content.overflow-on
img {
	max-height: 100% !important;
}

.firefox .dont-show-label input[type='checkbox'] {
	margin-left: 10px;
}

.firefox .journal-popup-footer-content
.button {
	line-height: 39px;
}

.firefox .tp-caption {
	outline: 1px solid transparent;
}

.firefox .comment-date span:before {
	margin-top: -2px;
}

.safari
.html5vid {
	top: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

.safari .html5vid
video {
	-o-object-fit: cover;
	object-fit: cover;
}

.ie:not(.edge) .safari5 .main-products {
	width: 100%;
	display: table;
}

.information-page #content>p+div {
	margin-top: 20px;
}

.cart-info
.stock {
	color: red;
}

.cart-info
.name {
	max-width: 400px;
	text-align: left;
}

.cart-info .name
a {
	font-weight: bold;
}

.cart-info
.image {
	text-align: center;
	max-width: 100px;
}

.cart-info .image
img {
	margin: 5px 0;
	float: left;
	margin-left: 10px;
}

.cart-info
.quantity {
	min-width: 110px;
	text-align: center;
}

.cart-info .quantity .input-group {
	display: inline-block;
}

.cart-info .quantity .input-group
input {
	margin-right: 5px;
	border-radius: 2px;
}

.cart-info .quantity .input-group .btn-primary {
	background-color: #428bca;
}

.cart-info .quantity .input-group .btn-primary:hover {
	background-color: #3071a9;
}

.cart-info .quantity .input-group .btn-danger {
	background-color: #ea2e49;
}

.cart-info .quantity .input-group .btn-danger:hover {
	background-color: #d01530;
}

.cart-info .price, .cart-info
.total {
	font-weight: bold;
}

.cart-info
table {
	overflow: hidden;
}

.cart-info
td {
	padding: 5px 10px 5px 5px;
	text-align: center;
}

.cart-info thead
td {
	height: 40px;
	font-weight: bold;
	border-bottom: none;
	font-size: 13px;
}

.cart-info tbody
td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
}

.cart-info tbody
td.image {
	padding-left: 0;
}

.cart-info tbody tr:last-of-type
td {
	border-bottom: none;
}

#content.sc-page .content p, #content.sc-page .action-area
p {
	padding: 10px;
	font-size: 13px;
}

#content.sc-page .content table.radio .highlight
td {
	border-bottom: 1px solid;
	border-color: #f4f4f4;
}

#content.sc-page .content table.radio .highlight:last-of-type
td {
	border-bottom: none;
}

#content.sc-page a+.text-danger {
	color: #ea2e49;
	background-color: transparent;
}

.cart-module>div {
	display: none;
}

.cart-module > div
form {
	padding-left: 10px;
}

.cart-module > div form input[type='text'] {
	max-width: 240px;
	margin: 20px 0;
}

.cart-module > div input[name='postcode'] {
	width: 100px;
	margin-left: 6px;
	margin-top: 5px;
}

#shipping
table {
	padding: 10px 0;
	width: 45%;
}

#shipping table td:first-of-type {
	font-weight: bold;
}

#shipping
select {
	width: 150px;
}

#shipping
.button {
	margin: 10px 0;
}

.cart-total {
	overflow: auto;
	padding: 8px;
}

.cart-total
table {
	float: right;
}

.cart-total
td {
	padding: 4px;
	text-align: right;
}

label {
	line-height: 1.5;
	font-size: 13px;
	position: relative;
}

#total
.right {
	font-size: 14px;
	width: 87%;
	font-weight: bold;
}

.quantity input[type='text'] {
	width: 40px;
	text-align: center;
}

.action-area {
	overflow: hidden;
}

.action-area
h3 {
	padding: 10px 12px;
}

.action-area .panel-title {
	color: #555;
}

.oc2 .action-area .panel-heading {
	padding: 0;
}

.oc2 .action-area .panel-heading .panel-title>a {
	padding: 10px;
	display: block;
}

.oc2 .action-area .panel-group {
	margin-bottom: 0;
}

.oc2 .action-area .panel-body
label {
	display: inline-block;
	margin-bottom: 5px;
}

.oc2 .action-area .panel-body .input-group input[type="text"] {
	min-width: 300px;
}

.oc2 .action-area .panel-body .input-group
.button {
	margin-left: 5px;
}

.oc2 .action-area .form-group {
	clear: both;
	margin-top: 10px;
}

.oc2 .action-area .form-group
label {
	min-width: 150px;
	float: left;
	margin-bottom: 0;
}

.oc2 .action-area .form-group input[type="text"] {
	max-width: 160px;
}

.oc2 .checkout
#accordion {
	overflow: hidden;
}

.oc2 .checkout-content {
	background-color: transparent;
	padding: 0;
	display: block;
}

.oc2 .checkout-content .right .form-group {
	margin-bottom: 8px;
}

.oc2 .checkout-content p, .oc2 .checkout-content
.radio {
	padding: 10px 0 0 0;
}

.order-list .list
td {
	text-align: center;
}

.checkout {
	margin-bottom: 20px;
	overflow: hidden;
}

.checkout
select {
	margin: 0 0 3px 0;
}

.checkout div:last-of-type .checkout-heading {
	border-bottom: none;
}

.checkout-heading {
	border-bottom: 1px solid;
	border-color: #333745;
	font-size: 13px;
	min-height: 35px;
	padding: 10px;
	clear: both;
}

.checkout-heading
a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

.checkout-content {
	padding: 0 0 15px 0;
	display: none;
	position: relative;
}

.checkout-content:after {
	content: "";
	display: table;
	clear: both;
}

.checkout-content table.radio td:first-child {
	width: 25px;
}

.checkout-content
p {
	padding: 10px 0;
}

.checkout-content
.left {
	float: left;
	width: 48%;
}

.checkout-content
.right {
	float: right;
	width: 48%;
}

.checkout-content .left p:last-of-type {
	min-height: 92px;
}

.checkout-content
.buttons {
	margin-bottom: 0;
	border-radius: 0;
	clear: both;
}

.checkout-content .buttons
.right {
	width: 100%;
}

.checkout-content
textarea {
	width: 100% !important;
	margin-top: 15px;
}

#payment-address
h2 {
	margin-bottom: 15px;
}

.checkout-product
.total {
	font-weight: bold;
}

.checkout-product
td {
	padding: 15px;
}

.checkout-product thead
td {
	font-weight: bold;
	padding: 13px;
}

.checkout-product .name, .checkout-product
.model {
	text-align: left;
}

.checkout-product .quantity, .checkout-product .price, .checkout-product
.total {
	text-align: right;
}

.checkout-product tbody
td {
	border-bottom: 1px solid;
	border-color: #f4f4f4;
}

.checkout-product tfoot
td {
	text-align: right;
	padding: 6px 15px;
}

.wait {
	position: absolute;
	padding-top: 12px;
	right: -10px;
	bottom: 30px;
}

.newsletter-page
table.form {
	padding-top: 0;
}

.oc2 .oc-newsletter .form-horizontal .form-group>label {
	width: auto;
	padding-top: 10px;
}

.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
	width: auto;
}

.oc2 .oc-newsletter .form-horizontal .form-group label+div {
	float: none;
	padding-top: 0;
}

.returns>h1+p {
	margin-bottom: 15px;
}

.returns form h2, .returns form
.content {
	margin-bottom: 15px;
}

.returns
.left {
	float: none;
}

.returns .buttons
.left {
	float: left;
}

@media only screen and (max-width: 980px) {
	.return-product>div {
		width: 100%;
		display: block;
	}
	
	.return-product > div
input {
		margin: 3px 0;
	}
	
	.return-detail>div {
		width: 100%;
		display: block;
	}
	
	.return-reason {
		margin-bottom: 20px;
	}
}

.sitemap-info {
	overflow: auto;
	padding-bottom: 20px;
}

.sitemap-info
ul {
	margin: 0;
	padding: 0;
}

.sitemap-info ul
li {
	list-style: none;
	padding: 2px;
	margin-bottom: 1px;
	font-weight: bold;
}

.sitemap-info>div {
	float: left;
	width: 50%;
	padding-left: 7px;
}

.sitemap-info>div>ul {
	padding: 10px 0 5px 15px;
}

.sitemap-info > div > ul > li
ul {
	margin-left: 7px;
}

.sitemap-info > div > ul > li ul > li
a {
	font-weight: normal;
}

.sitemap-info > div > ul > li > ul li:before {
	font-size: 12px;
}

.sitemap-info>div:first-of-type {
	padding-left: 0;
	padding-right: 10px;
}

.header-default-sticky .manufacturer-list a[id]:before, .header-slim-sticky .manufacturer-list a[id]:before {
	content: "";
	display: block;
	height: 120px;
	margin-top: -120px;
}

.header-center-sticky .manufacturer-list a[id]:before {
	content: "";
	display: block;
	height: 150px;
	margin-top: -150px;
}

.manufacturer-list:first-of-type {
	margin-top: 10px;
}

.manufacturer-list {
	overflow: auto;
}

.manufacturer-list
ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.manufacturer-heading {
	background: #5f6874;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}

.manufacturer-content {
	padding: 8px;
}

.manufacturer-list
ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.contact-page
h2 {
	margin-bottom: 15px;
}

.contact-page
.buttons {
	margin-top: 15px;
}

.contact-page .content
b {
	margin-bottom: 5px;
	display: inline-block;
}

.contact-info {
	overflow: auto;
}

.contact-info>div>div {
	float: left;
	width: 48%;
	margin-bottom: 10px;
}

.oc2 .contact-page
h2 {
	margin-bottom: 15px;
}

.oc2 .contact-page
.fa {
	top: -1px;
	font-size: 16px;
}

.oc2 .contact-page
.col {
	float: left;
	width: 25%;
	padding-left: 15px;
}

.oc2 .contact-page .col
strong {
	display: inline-block;
	margin-bottom: 5px;
}

.oc2 .contact-page .col:first-of-type {
	padding-left: 0;
}

.oc2 .contact-page .col-sm-10 {
	width: 75%;
	margin-bottom: 5px;
}

.oc2 .contact-page input[name='captcha'] {
	margin: 0;
}

.oc2 .contact-page .panel-body {
	margin-bottom: 20px;
	overflow: hidden;
	background-color: transparent;
}

.oc2 .img-thumbnail {
	max-width: 100%;
	height: auto;
}

.oc2
address {
	margin-bottom: 20px;
}

.route-account-return-add fieldset .radio label, .route-account-return-add fieldset .radio-inline {
	width: 100% !important;
}

.oc2 .alert
a {
	margin: 0 .25em;
}

#content.search-page .buttons+h2 {
	margin-bottom: 15px;
}

#content.search-page
.content {
	margin: 15px 0;
	padding-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content.search-page .content input[type="text"] {
	width: 250px;
	margin-right: 10px;
}

#content.search-page .content input[type='checkbox'] {
	position: relative;
	margin-top: 3px;
	float: left;
}

#content.search-page .content
select {
	margin-right: 10px;
}

#content.search-page .content>div {
	float: left;
}

#content.search-page .content .s-check {
	top: 7px;
}

.oc2 #content.search-page {
	padding-bottom: 20px;
}

.oc2.firefox #content.search-page .content select, .oc2.win #content.search-page .content
select {
	margin-top: 2px;
}

.oc2.firefox #content.search-page .content input[type='checkbox'], .oc2.win #content.search-page .content input[type='checkbox'] {
	position: relative;
	top: 2px;
}

@media only screen and (min-width: 470px) {
	.oc2.firefox .quantity .input-group-btn {
		display: inline-block;
	}
}

.compare-info
img {
	max-width: 100% !important;
}

.one-page-checkout .heading-title {
	overflow: visible;
	white-space: normal;
	height: auto;
}

.checkout-loading {
	opacity: .5;
	pointer-events: none;
}

.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box) {
	opacity: .5;
	pointer-events: none;
}

.journal-checkout {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.journal-checkout .secondary-title {
	margin-bottom: 15px;
}

.journal-checkout .checkout-content {
	background: #f4f4f4;
	padding: 12px;
	display: block;
}

.journal-checkout .checkout-content
.buttons {
	margin-top: 0;
}

.journal-checkout .checkout-content.checkout-login {
	display: none;
	margin-bottom: 18px;
}

.journal-checkout .login-box {
	margin-bottom: 18px;
	display: table;
	width: 100%;
}

.journal-checkout .login-box
.radio {
	padding-top: 3px;
}

.journal-checkout .checkout-login .form-group {
	position: relative;
	overflow: visible !important;
	display: table;
	width: 100%;
}

.journal-checkout .checkout-login .form-group input+a {
	margin-top: 5px;
}

.journal-checkout .checkout-login .form-group:last-of-type {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #f4f4f4;
	margin-top: 12px;
	padding-top: 12px;
}

.journal-checkout .checkout-login
.button {
	line-height: 34px;
}

.journal-checkout .left, .journal-checkout
.right {
	width: 64%;
	float: left;
}

.journal-checkout
.left {
	width: 36%;
	padding-right: 18px;
}

.journal-checkout .left .checkout-content span.error, .journal-checkout .left .checkout-content .text-danger {
	width: 100%;
}

.journal-checkout .left .checkout-content
label {
	display: block;
	width: 100%;
	padding: 0 0 0 1px;
	margin-bottom: 3px;
}

.journal-checkout .left .checkout-content label + input, .journal-checkout .left .checkout-content label+div {
	width: 100%;
	float: none;
}

.journal-checkout .left
#password {
	margin: 7px 0;
}

.journal-checkout .left .login-box .secondary-title {
	margin-bottom: 5px;
}

.journal-checkout .left .login-box .radio
label {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .left .login-box .radio:last-of-type
label {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.journal-checkout .right .checkout-content {
	margin-bottom: 18px;
}

.journal-checkout .right .confirm-section {
	margin-bottom: 0;
}

.journal-checkout
.spw {
	margin-bottom: 18px;
	display: table;
	width: 100%;
}

.journal-checkout .spw>div {
	display: table-cell;
	min-width: 50%;
}

.journal-checkout .spw > div
.radio {
	padding: 3px 0 0 0;
	margin-bottom: 2px;
}

.journal-checkout .spw > div .radio
label {
	padding-bottom: 6px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #f4f4f4;
	display: block;
}

.journal-checkout .spw > div .radio:last-of-type
label {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.journal-checkout .spw > div .secondary-title {
	margin-bottom: 5px;
}

.journal-checkout .spw > div
p {
	padding-top: 5px;
	margin-bottom: 0px;
}

.journal-checkout .confirm-order {
	border-top: 1px;
	border-top-style: solid;
	border-color: #f4f4f4;
	margin-top: 12px;
	padding-top: 12px;
}

.journal-checkout .confirm-section .secondary-title {
	margin-bottom: 0;
}

.journal-checkout .confirm-section
textarea {
	margin-top: 10px;
}

.journal-checkout .confirm-section
.radio {
	padding-top: 4px;
}

.journal-checkout .confirm-button {
	line-height: 34px;
}

.journal-checkout #payment-confirm-button .secondary-title {
	margin-top: 15px;
}

.journal-checkout #payment-confirm-button
.buttons {
	display: none !important;
	cursor: not-allowed !important;
}

.journal-checkout #payment-confirm-button .buttons
.btn {
	pointer-events: none !important;
}

.journal-checkout #payment-confirm-button fieldset
legend {
	font-size: 14px;
	font-weight: bold;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f4f4f4;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 8px;
	padding-left: 0;
}

.journal-checkout #payment-confirm-button fieldset input[type='text'], .journal-checkout #payment-confirm-button fieldset input[type='email'], .journal-checkout #payment-confirm-button fieldset input[type='password'] {
	max-width: 280px;
}

.journal-checkout #payment-confirm-button fieldset #card-new
label {
	width: 30%;
	line-height: 1.1;
	min-height: 40px;
}

.journal-checkout #payment-confirm-button fieldset #card-new label+div {
	width: 70%;
}

.journal-checkout .checkout-cart
td {
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

.journal-checkout .checkout-cart thead
td {
	text-align: center;
	border-top-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
	font-weight: normal;
}

.journal-checkout .checkout-cart thead td:first-of-type {
	border-left-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .checkout-cart thead td:last-of-type {
	border-right-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .checkout-cart tbody tr:first-of-type
td {
	border-style: solid;
	border-top-width: 1px;
}

.journal-checkout .checkout-cart tbody
td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .checkout-cart tbody td:first-of-type {
	border-left-width: 1px;
	border-style: solid;
	border-left-color: #f4f4f4;
}

.journal-checkout .checkout-cart tbody
td.name {
	padding-right: 5px;
}

.journal-checkout .checkout-cart tbody
.total {
	font-weight: normal;
}

.journal-checkout .checkout-cart tfoot td
strong {
	font-weight: normal;
}

.journal-checkout .checkout-cart tfoot td:first-of-type {
	border-left-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .checkout-cart tfoot td:last-of-type {
	border-right-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

.journal-checkout .checkout-cart tfoot tr:first-of-type
td {
	padding-top: 12px;
}

.journal-checkout .checkout-cart tfoot tr:last-of-type
td {
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
	padding-bottom: 12px;
}

.journal-checkout .checkout-cart
td.quantity {
	text-align: center;
}

.journal-checkout .checkout-cart td.quantity input[type='text'] {
	margin-right: 4px;
	border-radius: 2px;
}

.journal-checkout .checkout-cart td.quantity .input-group {
	display: inline-block;
}

.journal-checkout .checkout-cart td.quantity .input-group
input {
	position: relative;
	top: 3px;
}

.journal-checkout .checkout-cart td.price, .journal-checkout .checkout-cart
td.total {
	text-align: center;
}

.journal-checkout .checkout-cart
td.image {
	max-width: 70px;
	padding-left: 0;
	border-right: 0;
}

.journal-checkout .checkout-cart td.image
img {
	margin-left: 10px;
	max-width: 100%;
	height: auto;
}

.journal-checkout .checkout-cart
td.name {
	padding: 0;
	max-width: 155px;
	white-space: normal;
}

.journal-checkout .checkout-cart td.name
a {
	font-size: 14px;
}

.journal-checkout input[type='text'], .journal-checkout input[type='email'], .journal-checkout input[type='password'], .journal-checkout input[type='tel'], .journal-checkout
textarea {
	box-shadow: none;
}

.journal-checkout .coupon-voucher {
	display: table;
	width: 100%;
}

.journal-checkout .coupon-voucher
.cvr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.journal-checkout .coupon-voucher .cvr>div:not(:nth-child(2)) {
	padding-right: 12px;
}

.journal-checkout .coupon-voucher .cvr>div:nth-child(3) {
	margin-top: 12px;
}

.journal-checkout .coupon-voucher .panel-body {
	padding: 0;
	background-color: transparent;
	display: block;
	float: left;
	min-width: 50%;
}

.journal-checkout .coupon-voucher .panel-body
label {
	display: none;
	margin-bottom: 4px;
}

.journal-checkout .coupon-voucher .input-group {
	width: 100%;
}

.journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher
input {
	display: inline-block;
	width: 38%;
	border-radius: 0;
}

.journal-checkout .coupon-voucher .input-group-btn .button, .journal-checkout .coupon-voucher input
.button {
	width: 100%;
	line-height: 34px;
}

.journal-checkout .coupon-voucher input[type='text'] {
	width: 62%;
}

.journal-checkout
select {
	margin-left: 0;
}

.journal-checkout .left select, .journal-checkout .section-left
select {
	margin-top: 9px;
}

.journal-checkout #shipping-address {
	clear: both;
}

.journal-checkout .customer-group {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	margin-bottom: 12px;
}

.journal-checkout .customer-group label.control-label {
	min-height: 25px !important;
	min-width: 35%;
}

.journal-checkout .customer-group
div.radio {
	width: auto !important;
	float: none !important;
	margin-right: 10px;
	clear: both;
	padding-top: 0;
}

.journal-checkout .customer-group div.radio
label {
	width: 100%;
	min-height: 100%;
	padding-top: 0 !important;
	float: none;
	margin-bottom: 0;
	display: block !important;
}

.journal-checkout .customer-group div.radio label
input {
	margin-right: 5px;
}

.firefox .journal-checkout .coupon-voucher
.button {
	line-height: 32px;
}

.confirm-section
textarea {
	margin-bottom: 5px;
}

.oc1 .journal-checkout
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.oc1 .journal-checkout
.required {
	color: inherit;
}

.oc1 .journal-checkout .required
label {
	font-weight: normal;
}

.oc1 .journal-checkout .form-group {
	clear: both;
	margin-bottom: 6px;
	overflow: hidden;
}

.oc1 .journal-checkout .input-group .form-control {
	float: left;
	display: table-cell;
}

.oc1 .journal-checkout .form-horizontal .form-group
label {
	width: 25%;
	float: left;
	display: block;
	padding-top: 7px;
}

.oc1 .journal-checkout .form-horizontal .form-group label+div {
	width: 75%;
	float: right;
}

.oc1 .journal-checkout .required label:before {
	content: "* ";
	color: red;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.oc2 .journal-checkout .checkout-cart td.quantity .input-group
input {
	top: 0;
}

.ie8 .journal-checkout .coupon-voucher .panel-body label, .ie9 .journal-checkout .coupon-voucher .panel-body
label {
	display: block;
	margin-bottom: 4px;
}

.payment-pagseguro, .payment-skrill, .payment-cod, .payment-payza, .payment-pp_standard, .payment-pp_express, .payment-coinbase, .payment-stripe, .payment-instamojo {
	display: none !important;
}

input[name='cc_cvv2'] {
	max-width: 70px !important;
	min-width: 70px !important;
}

input[name='cc_number'] {
	float: left !important;
}

#eway-payment-form #creditcard-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#eway-payment-form #creditcard-info>div:nth-of-type(3) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#eway-payment-form #creditcard-info>div:nth-of-type(3)>div {
	width: auto;
}

#eway-payment-form #cvn-details {
	display: block;
	top: 10px;
	position: relative;
}

#eway-payment-form .form-group
ul {
	margin: 0;
	padding: 0;
}

#eway-payment-form .form-group ul>label {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.is-customer .journal-checkout .checkout-payment-form #payment-new, .is-customer .journal-checkout .checkout-payment-form #shipping-new, .is-customer .journal-checkout .checkout-shipping-form #payment-new, .is-customer .journal-checkout .checkout-shipping-form #shipping-new {
	margin-top: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #f4f4f4;
}

.is-customer .journal-checkout .checkout-payment-form .secondary-title, .is-customer .journal-checkout .checkout-shipping-form .secondary-title {
	margin-bottom: 7px;
}

.is-customer .journal-checkout .checkout-payment-form form, .is-customer .journal-checkout .checkout-shipping-form
form {
	width: 100%;
}

.is-customer .journal-checkout .checkout-payment-form form > div > select, .is-customer .journal-checkout .checkout-shipping-form form>div>select {
	margin-left: 5px;
	margin-top: 5px;
	max-width: 95%;
}

.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-country"], .is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-zone"], .is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"], .is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"] {
	padding-top: 7px;
}

.is-customer .journal-checkout .left, .is-customer .journal-checkout
.right {
	width: 100%;
}

.is-customer .journal-checkout
.left {
	display: none;
}

.is-customer .journal-checkout
section {
	width: 33.3333%;
	float: left;
}

.is-customer .journal-checkout section.section-right {
	padding-left: 18px;
	width: 66.6666%;
}

.is-customer .journal-checkout section.section-left .form-horizontal .form-group
label {
	padding: 0 0 0 1px;
	line-height: 100%;
	margin-bottom: 3px;
}

.is-customer .journal-checkout section.section-left .form-horizontal .form-group {
	margin-bottom: 7px;
}

.is-customer .journal-checkout section.section-left .coupon-voucher {
	margin-bottom: 0;
}

.is-customer .journal-checkout section
.spw {
	margin-bottom: 0;
}

.is-customer .journal-checkout section .spw>div {
	display: block;
	width: 100%;
}

.oc2 .checkout-content .custom-field
.radio {
	float: none;
	padding: 0;
}

.journal-checkout .left .checkout-register .custom-field .radio label, .journal-checkout .left .checkout-register .custom-field .checkbox
label {
	width: auto;
	min-height: 100%;
	padding-top: 0 !important;
	float: none;
}

@media only screen and (min-width: 980px) {
	.is-guest .spw>div:first-of-type {
		padding-right: 0;
		border-right-width: 0;
	}
	
	.is-guest .spw>div:last-of-type {
		border-left-width: 0;
	}
	
	.is-guest .spw .checkout-shipping-methods {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.is-guest .spw .checkout-payment-methods {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	html[dir="rtl"].is-guest .spw>div:first-of-type {
		padding-right: 10px;
		padding-left: 0;
		border-right-width: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.journal-checkout .left .checkout-register label, .journal-checkout .left .checkout-login label, .journal-checkout section.section-left .form-horizontal .form-group label, .oc1 .journal-checkout .form-horizontal .form-group
label {
		width: 35%;
		min-height: 33px;
		float: left;
		padding-top: 5px !important;
	}
	
	.journal-checkout .customer-group label.control-label {
		padding-top: 0 !important;
	}
	
	.journal-checkout .left .checkout-register .checkbox
label {
		width: 100%;
		min-height: 100%;
		padding: 0 0 5px 0;
	}
	
	.journal-checkout .form-group, .journal-checkout .form-horizontal .form-group {
		margin-bottom: 8px;
	}
	
	.journal-checkout .left .checkout-register label + input, .journal-checkout .left .checkout-register label + div, .journal-checkout .left .checkout-login label + input, .journal-checkout section.section-left .form-horizontal .form-group label + input, .journal-checkout section.section-left .form-horizontal .form-group label + div, .oc1 .journal-checkout .form-horizontal .form-group label+div {
		width: 65%;
		float: right;
	}
	
	.journal-checkout .left .checkout-login label+input+a {
		position: relative;
		top: 5px;
	}
	
	.journal-checkout .checkout-cart tbody
td.name {
		padding-left: 7px;
	}
}

.mobile .journal-checkout .table-responsive, .tablet .journal-checkout .table-responsive {
	max-height: 100%;
}

#content.one-page-checkout .form-horizontal {
	width: 100%;
}

#content.one-page-checkout div:not(.checkout-login) fieldset>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

#content.one-page-checkout div:not(.checkout-login) fieldset > div .radio
label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='radio'], #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='checkbox'] {
	margin: 3px 2px 0 0;
}

#content.one-page-checkout div:not(.checkout-login) fieldset > div .text-danger {
	position: absolute;
	right: 0;
}

#content label a
b {
	margin: 0 5px;
}

#container #content.one-page-checkout .checkout-login fieldset>div {
	display: table !important;
}

#content.one-page-checkout div:not(.checkout-login) fieldset>div#card-new {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.oc2 #content.checkout #shipping-new .form-group label + div, .oc2 #content.checkout #payment-new .form-group label + div, .oc2 #content.checkout #collapse-shipping-address .form-group label+div {
	width: 70%;
}

.one-page-checkout .has-error {
	padding-top: 20px;
	position: relative;
}

.one-page-checkout .has-error .text-danger {
	top: 0;
}

@media only screen and (max-width: 980px) {
	#content.one-page-checkout div:not(.checkout-login) fieldset>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.journal-checkout .quantity .input-group-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.journal-checkout div.coupon-voucher
.cvr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.journal-checkout div.coupon-voucher .cvr div.panel-body {
		padding: 0 !important;
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	#content.checkout fieldset>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.sc-page .buttons .pull-left {
		margin-bottom: 10px;
	}
	
	.checkout-product button[type='submit'] {
		margin-right: 3px;
	}
	
	.journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
		margin-right: 2px;
	}
}

#tab-review .form-group label+div {
	float: none;
	margin-bottom: 25px;
}

.quantity input[type='text'] {
	min-height: 35px;
}

.checkout #new-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#expiry-date-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#expiry-date-group label+div {
	width: auto;
}

.checkout #account .secondary-title+.form-group {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.oc1 #content.search-page .content input[type='checkbox'] {
	float: none;
}

@media only screen and (max-width: 980px) {
	.oc1 #content.search-page select[name="category_id"]+span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.oc1 #content.search-page select[name="category_id"] + span
label {
		min-width: initial !important;
	}
}

@media only screen and (max-width: 470px) {
	.oc1 #content.search-page select[name="category_id"]+span {
		display: block;
	}
	
	.oc1 #content.search-page select[name="category_id"] + span
label {
		min-width: 85% !important;
	}
}

@media only screen and (max-width: 760px) {
	.date>input {
		min-width: 250px;
	}
}

.datepicker {
	color: #222;
}

.oc3 .contact-page .panel-body .col-sm-3 {
	float: left;
	min-width: 25%;
}

#braintree-new iframe, #braintree-new .form-control {
	max-height: 40px;
}

#braintree-new
label {
	text-align: left !important;
}

#braintree-new .col-sm-3 {
	max-width: 100px;
	background: #f4f4f4;
	margin-right: 10px;
}

#braintree-new .col-sm-3, #braintree-new .col-sm-3
iframe {
	max-height: 30px;
}

#braintree-new>fieldset>div:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#input-card-number, #input-card-cvv {
	background: #f4f4f4;
	padding-left: 10px;
	max-width: 280px;
}

#input-card-cvv {
	max-width: 50px;
}

@media only screen and (max-width: 760px) {
	#payment-confirm-button table, #collapse-checkout-confirm
table {
		width: 100% !important;
		table-layout: auto;
	}
	
	#payment-confirm-button table td, #collapse-checkout-confirm table
td {
		width: auto;
	}
}

legend {
	width: 100%;
	margin-bottom: 10px;
}

.oc2 .input-group-btn
button {
	max-height: 34px;
}

#form-review>div:nth-last-child(2)>div {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#form-review>div:nth-last-child(2)>div>* {
	margin: 0 4px !important;
}

.login-content {
	overflow: auto;
	margin-bottom: 15px;
}

.login-content .content input+a {
	display: block;
}

.login-content .login-wrap {
	min-height: 200px;
}

.login-content
h2 {
	margin-bottom: 15px;
}

.login-content>div {
	width: 48%;
	position: relative;
	padding: 15px;
	min-height: 345px;
}

.login-content
.left {
	float: left;
}

.login-content .left
.button {
	margin: 2px 0;
}

.login-content .left p:first-child {
	font-size: 15px;
	margin-top: 7px;
}

.login-content .left p:nth-child(2) {
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
	margin-top: 15px;
}

.login-content
.right {
	float: right;
}

.login-content .right p:first-child {
	font-size: 15px;
	margin-top: 7px;
}

.login-content .right
b {
	display: block;
	margin-top: 18px;
}

.login-content .right
a {
	position: relative;
	margin: 8px 0;
	display: block;
	font-size: 13px;
	text-decoration: underline;
}

.login-content .right
input.button {
	cursor: pointer;
}

.login-content
hr {
	height: 1px;
	display: block;
	width: 100%;
	border: 0;
	margin-bottom: 14px;
	margin-top: 4px;
}

.address-entry
.content {
	border-bottom: 1px solid #e4e4e4;
}

.address-entry tr:last-child
td {
	border-bottom: none;
}

.address-entry td:first-of-type {
	line-height: 1.5;
	padding: 8px 0;
}

.address-entry td:last-of-type {
	text-align: right;
}

.content:last-of-type .address-entry {
	border-bottom: none;
}

.box-heading+table.list {
	margin-top: 20px;
}

table {
	width: 100%;
	border-spacing: 0;
}

table td a+a {
	margin-left: 15px;
}

table.list {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

table.list
td {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 8px;
}

table.list thead
td {
	text-align: left;
}

table.list tbody
td {
	vertical-align: middle;
}

table.list
.left {
	max-width: 390px;
}

table.list .t-span-1 {
	display: none;
}

table.radio
td {
	padding: 6px;
}

table.radio td
label {
	display: block;
}

table.radio td:first-child {
	width: 1px;
}

table.radio .highlight:hover
td {
	cursor: pointer;
}

table.form {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}

table.form
td {
	padding: 5px;
}

table.form td:first-child {
	width: 150px;
	font-weight: bold;
}

.wishlist-info
table {
	overflow: hidden;
}

.wishlist-info thead
td {
	font-weight: bold;
	background-color: #5f6874;
}

.wishlist-info thead
.image {
	line-height: 40px;
}

.wishlist-info thead
td {
	text-align: center;
}

.wishlist-info thead
.action {
	padding-right: 8px;
}

.wishlist-info thead
.name {
	text-align: left;
	padding-left: 10px;
}

.wishlist-info
td {
	text-align: center;
}

.wishlist-info tbody
td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e4;
	padding: 5px 5px 5px 0;
	text-align: center;
}

.wishlist-info tbody
.image {
	text-align: center;
}

.wishlist-info tbody .image
img {
	margin: 5px 0;
	float: left;
	margin-left: 10px;
}

.wishlist-info tbody
.name {
	max-width: 500px;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
}

.wishlist-info tbody .action
img {
	display: inline-block;
	margin: 0 2px;
}

.wishlist-info tbody tr:last-of-type
td {
	border-bottom: none;
}

.wishlist-info tbody
.price {
	font-weight: bold;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.compare-info thead
td {
	font-size: 14px;
	font-weight: bold;
	background: #5f6874;
	text-align: center;
	border-left: 0;
}

.compare-info
td {
	padding: 7px;
	width: 20%;
	color: #333;
	text-align: center;
	border-right-width: 1px;
	border-right-color: #f4f4f4;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
	border-left-color: #f4f4f4;
	border-left-width: 1px;
	border-left-style: solid;
}

.compare-info .name
a {
	font-weight: bold;
}

.compare-info .price-old {
	font-weight: bold;
	color: #ea2e49;
	text-decoration: line-through;
}

.compare-info .price-new {
	font-weight: bold;
}

.order-list {
	overflow: hidden;
	margin-bottom: 15px;
}

.order-list .order-id {
	width: 50%;
	float: left;
	font-weight: bold;
	color: #333745;
	padding-left: 10px;
	line-height: 30px;
}

.order-list .order-id
b {
	font-weight: bold;
}

.order-list .order-status {
	width: 50%;
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	line-height: 30px;
}

.order-list .order-content {
	display: inline-block;
	width: 100%;
	background: #f4f4f4;
}

.order-list .order-content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	opacity: 0;
}

.order-list .order-content
div {
	float: left;
	width: 33.3%;
	padding-left: 10px;
	padding-right: 15px;
	padding: 10px 15px 0 15px;
}

.order-list .order-content div
b {
	display: inline-block;
	padding: 2px;
}

.order-list div.order-info {
	text-align: right;
	padding-right: 12px;
	padding-top: 22px;
}

.pagination+.buttons {
	margin-top: 5px;
}

.return-list {
	margin-bottom: 10px;
}

.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.return-list .return-content
div {
	float: left;
	width: 33.3%;
}

.return-list .return-info {
	text-align: right;
}

.return-product {
	overflow: auto;
	margin-bottom: 20px;
}

.return-product input[type='text'] {
	min-width: 150px;
}

.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-quantity {
	float: left;
	width: 31%;
}

.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}

.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}

.return-opened
textarea {
	min-width: 150px !important;
}

.return-opened
textarea {
	width: 98%;
	vertical-align: top;
}

.return-captcha {
	float: left;
}

.download-list {
	margin-bottom: 10px;
}

.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.download-list .download-content {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.download-list .download-content
div {
	float: left;
	width: 33.3%;
}

.download-list .download-info {
	text-align: right;
}

.oc2 .account-text {
	margin-bottom: 15px;
}

.oc2 .login-wrap .form-group {
	margin-top: 15px;
}

.oc2 .login-wrap
strong {
	font-weight: normal;
}

.route-affiliate-register fieldset
.radio {
	display: inline;
}

.route-affiliate-register .form-horizontal .form-group
label {
	width: auto;
}

#blogCatArticles {
	margin-bottom: 20px;
}

#blogCatArticles
h3 {
	font-size: 15px;
}

#blogCatArticles h3
a {
	font-family: inherit;
}

#blogCategory {
	margin-bottom: 10px;
}

.articleHeader {
	margin: 0 0 10px 0;
}

.articleCat, .blogCol2
.articleCat {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#blogArticle
.articleHeader {
	margin: 0;
}

#blogArticle .articleHeader
h1 {
	padding-left: 10px;
	line-height: 40px;
	max-height: 40px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
}

#blogArticle .articleHeader>span {
	display: block;
	padding: 5px 0;
	color: #5f6874;
}

.articleBottom {
	clear: both;
}

.articleBottom h4, #blogCategory
h4 {
	margin: 0 0 5px 0;
}

.articleBottom ul, #blogCategory
ul {
	margin: 0 0 0 10px;
}

.livemarks
a {
	margin-right: 5px;
	margin-top: -44px;
}

#articleComments {
	border: 0;
}

.blogTags
a {
	padding: 2px 4px 3px 4px;
	color: #222;
	border-radius: 7px;
	font-size: 13px !important;
	display: inline-block;
	margin-bottom: 4px;
}

.recentArticles, .popularArticles {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.recentArticles li, .popularArticles
li {
	float: left;
	margin-bottom: 15px;
}

.recentArticles li > a, .popularArticles li>a {
	display: block;
	float: left;
	color: #428bca;
}

.recentArticles li > a + a, .popularArticles li>a+a {
	float: none;
}

.recentArticles li > span, .popularArticles li>span {
	display: block;
	font-size: 85%;
}

.box-footer {
	clear: both;
}

#column-right .recentArticles, #column-right .popularArticles, #column-left .recentArticles, #column-left
.popularArticles {
	list-style: none;
	margin: 0;
	padding: 0;
}

#column-right .recentArticles li, #column-right .popularArticles li, #column-left .recentArticles li, #column-left .popularArticles
li {
	float: none;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
}

#column-right .recentArticles li > a, #column-right .popularArticles li > a, #column-left .recentArticles li > a, #column-left .popularArticles li>a {
	display: inline-block;
	float: left;
	color: #428bca;
	background-color: transparent;
	border-bottom: 0;
	padding: 10px 5px 10px 10px;
}

#column-right .recentArticles li > a + a, #column-right .popularArticles li > a + a, #column-left .recentArticles li > a + a, #column-left .popularArticles li>a+a {
	float: none;
	padding: 10px 0 3px 0;
}

#column-right .recentArticles li > span, #column-right .popularArticles li > span, #column-left .recentArticles li > span, #column-left .popularArticles li>span {
	display: block;
	font-size: 85%;
}

#column-right .recentArticles li p, #column-right .popularArticles li p, #column-left .recentArticles li p, #column-left .popularArticles li
p {
	clear: both;
	padding: 0;
}

#column-right .recentComments, #column-left
.recentComments {
	list-style: none;
	margin: 0;
	padding: 0;
}

#column-right .recentComments li, #column-left .recentComments
li {
	float: none;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 10px;
	overflow: hidden;
}

#column-right .recentComments li > a, #column-left .recentComments li>a {
	display: inline-block;
	float: left;
	background-color: transparent;
	border-bottom: 0;
	padding: 0 5px 10px 10px;
}

#column-right .recentComments li > a + i + a, #column-left .recentComments li>a+i+a {
	float: none;
	padding: 10px 0 3px 0;
	display: block;
}

#column-right .recentComments li > span, #column-left .recentComments li>span {
	display: block;
	font-size: 85%;
}

#column-right .recentComments li p, #column-left .recentComments li
p {
	clear: both;
	padding: 0;
}

#productRelated .secondary-title {
	margin-top: 15px;
}

.side-column .recentArticles li:last-of-type, .side-column .popularArticles li:last-of-type, .side-column .recentArticles li:last-of-type, .side-column .popularArticles li:last-of-type, .side-column .box-content ul > li:last-of-type:last-of-type, .side-column .box-content ul > li:last-of-type:last-of-type, .side-column .box-content ul > li:last-of-type a:last-of-type, .side-column .box-content ul > li:last-of-type a:last-of-type {
	border-bottom-width: 0;
}

.blogTags .box-content {
	padding: 5px;
}

.blogArchives ul
ul {
	margin: 0;
}

.blogArchives
li {
	background: none;
}

.box-content .recentComments li a:before {
	display: none;
}

.recentArticles li > a, .popularArticles li>a {
	float: none !important;
}

.recentArticles li > a:before, .popularArticles li>a:before {
	display: none;
}

.recentArticles li > a.image, .popularArticles li>a.image {
	float: left !important;
}

.recentArticles li > span, .popularArticles li>span {
	margin: -5px 0 8px 10px;
}

.side-column .recentArticles li > a img, .side-column .popularArticles li > a
img {
	max-width: 50px;
}

.side-column .recentArticles li > p, .side-column .popularArticles li>p {
	padding: 0 10px 10px 10px !important;
}

#content .recentArticles, #content
.popularArticles {
	margin-right: -15px;
}

#content .recentArticles li, #content .popularArticles
li {
	padding-right: 15px;
}

#content .recentArticles li .image, #content .popularArticles li
.image {
	margin-right: 10px;
}

#content .recentArticles li > span, #content .popularArticles li>span {
	margin: 0;
}

#content .box-footer {
	clear: none;
}

#column-right .recentComments li > a + i + a, #column-left .recentComments li>a+i+a {
	padding: 0;
}

#column-right .recentArticles li, #column-right .popularArticles li, #column-left .recentArticles li, #column-left .popularArticles li, #column-right .recentComments li, #column-left .recentComments
li {
	background-color: transparent;
}

.blogCategories
li {
	background-image: none;
}

.blogCategories
li.nitro-lazy {
	background-image: none !important;
}

#comments
.pagination {
	font-size: inherit;
	padding: 10px;
}

#blogArticle .articleHeader
h1 {
	border: inherit;
	padding: inherit;
}

#column-right {
	padding: 20px 20px 20px 0;
	width: 220px;
	float: right;
}

#column-left {
	padding: 20px 0 20px 20px;
	width: 220px;
	float: left;
}

#column-right+#content {
	margin-right: 220px;
}

#column-left+#content {
	margin-left: 220px;
}

#column-left+#column-right+#content {
	margin-left: 220px;
	margin-right: 220px;
}

#column-left+span+#content {
	margin-left: 220px;
}

#column-right+span+#content {
	margin-right: 220px;
}

#column-left+#column-right+span+#content {
	margin-left: 220px;
	margin-right: 220px;
}

.side-column {
	position: relative;
	z-index: 2;
}

.side-column .heading-title, .side-column .box-heading {
	max-height: 100%;
	height: auto;
}

.side-column ul, .side-column
li {
	margin: 0;
	padding: 0;
}

.side-column
li {
	list-style: none;
	position: relative;
}

.side-column
.box {
	margin-bottom: 20px;
}

.side-column>.box:last-of-type {
	margin-bottom: 0;
}

.side-column .box-content > div:not(.swiper), .side-column .box-category {
	overflow: hidden;
}

.side-column .box-content
p {
	padding: 10px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 0;
}

.side-column .box-content p+select {
	margin-bottom: 15px;
}

.side-column .box-content li a, .side-column .box-category li
a {
	transition: background-color .2s, color .2s;
	border-bottom-width: 1px;
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
	position: relative;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.side-column .box-content li a.active, .side-column .box-category li
a.active {
	color: #ea2e49;
}

.side-column .box-content ul > li > ul, .side-column .box-category ul>li>ul {
	display: none;
	margin-bottom: 0;
}

.side-column .box-content li a.active + ul, .side-column .box-category li a.active+ul {
	display: block;
}

.side-column .box-content li a:before, .side-column .box-category li a:before {
	position: relative;
	float: left;
	margin-right: 5px;
}

.side-column .box-content > ul > li:last-of-type > a, .side-column .box-category>ul>li:last-of-type>a {
	border-bottom: 0 !important;
}

.side-column .side-category
i {
	text-align: center;
	position: absolute;
	transition: background-color .2s, color .2s;
	display: table;
	line-height: 100%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-column .side-category i
span {
	position: relative;
	display: table-cell;
}

.side-column .side-category-accordion .box-category li ul li a:before {
	float: none;
	content: "";
}

.side-column .product-grid-item .image
.outofstock {
	display: none !important;
}

.side-column .oc-module {
	overflow: hidden;
	display: block;
}

.side-column .oc-module .product-wrapper {
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	transition: all .2s;
	display: block;
}

.side-column .oc-module .product-wrapper .p-over {
	display: none;
}

.side-column .oc-module .product-wrapper:hover {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.side-column .oc-module .product-details {
	background-color: transparent;
	padding-bottom: 0;
	max-width: 150px;
}

.side-column .oc-module .product-details:before {
	display: none;
}

.side-column .oc-module .product-grid-item {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0;
	text-align: left;
}

.side-column .oc-module .product-grid-item .quickview-button {
	display: none;
}

.side-column .oc-module .product-grid-item
.image {
	display: block;
	float: left;
	position: relative;
	width: auto;
	margin-right: 5px;
}

.side-column .oc-module .product-grid-item .image
span {
	display: none !important;
}

.side-column .oc-module .product-grid-item .image
a {
	background: transparent !important;
	margin-right: 5px;
	line-height: 100%;
	border-radius: 0;
	border: none;
}

.side-column .oc-module .product-grid-item .image
img {
	border: 0;
	display: block;
	padding: 0;
	max-width: 100%;
	height: auto;
	width: auto;
	opacity: 1 !important;
}

.side-column .oc-module .product-grid-item
.name {
	position: relative;
	display: block;
	margin-top: 2px;
}

.side-column .oc-module .product-grid-item .name
a {
	white-space: normal;
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0 0 2px 0;
}

.side-column .oc-module .product-grid-item
.price {
	display: inline-block;
	font-size: 12px;
	padding: 0;
	text-align: left;
	border: none;
	margin-bottom: 4px;
	background-color: transparent;
	border-radius: 0;
}

.side-column .oc-module .product-grid-item .price-old {
	font-weight: normal;
	color: #ea2e49;
	padding-right: 2px;
	text-decoration: line-through;
	font-size: 12px;
}

.side-column .oc-module .product-grid-item .price-new {
	font-size: 13px;
}

.side-column .oc-module .product-grid-item
.rating {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	padding: 0;
}

.side-column .oc-module .product-grid-item .cart, .side-column .oc-module .product-grid-item .description, .side-column .oc-module .product-grid-item .sale, .side-column .oc-module .product-grid-item .wishlist, .side-column .oc-module .product-grid-item
.compare {
	display: none !important;
}

.side-column .oc-module .product-grid-item .cart
input {
	color: white;
	text-transform: none;
	font-weight: bold;
}

.side-column .oc-module .product-grid-item:last-of-type {
	border-bottom: none;
}

.side-column .journal-carousel .product-wrapper:hover {
	box-shadow: none;
}

.side-column .journal-carousel .htabs
a {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #5f6874;
	border-right: 0;
}

.side-column .journal-carousel .htabs a:last-of-type {
	border-bottom: none;
}

.side-column .journal-carousel .htabs.single-tab a, .side-column .journal-carousel .htabs.single-tab a.selected, .side-column .journal-carousel .htabs.single-tab a:hover {
	border-bottom: none;
}

.side-column
.quote {
	padding-bottom: 30px;
	overflow: hidden;
}

.side-column .rotator-image {
	float: none !important;
	margin: 10px auto 0 auto !important;
	height: auto;
}

.side-column .quovolve-nav {
	bottom: 10px !important;
	left: 0;
	width: 100%;
	text-align: center;
}

.side-column .quovolve-nav ul, .side-column .quovolve-nav
ol {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.side-column .journal-gallery {
	overflow: hidden;
}

.side-column .journal-gallery .box-heading {
	margin-bottom: 10px;
}

.side-column .journal-gallery .box-content {
	margin-right: -10px;
	margin-bottom: -10px;
}

.side-column .journal-gallery .box-content .gallery-thumb {
	padding-right: 10px;
	margin-bottom: 10px;
}

.side-column .gallery-thumb a:before {
	font-size: 20px;
}

.side-column .cms-block, .side-column .static-banner {
	margin-bottom: 20px;
}

.side-column .cms-block:last-of-type, .side-column .static-banner:last-of-type {
	margin-bottom: 0;
}

.side-column .box.cms-blocks {
	background-color: transparent;
}

.side-column .box.cms-blocks .cms-block {
	margin-bottom: 0;
}

.side-column .box.cms-blocks .cms-block:last-of-type {
	margin-bottom: 0;
}

.side-column .box.cms-blocks .box-heading {
	margin-bottom: 0;
}

.side-column .box.cms-blocks .block-content {
	height: auto !important;
	background-color: transparent;
}

.side-column .static-banners.box {
	background-color: transparent;
}

.side-column .block-content
p {
	padding-bottom: 0;
}

.side-column .editor-content
img {
	max-width: 200px !important;
	height: auto;
}

.side-column .editor-content h1, .side-column .editor-content h2, .side-column .editor-content
h3 {
	padding-bottom: 0;
}

.extended-layout #column-right .journal-gallery .box-content, .extended-layout #column-left .journal-gallery .box-content {
	padding: 10px;
	padding-top: 0;
}

.extended-layout #column-right .box:last-of-type, .extended-layout #column-left .box:last-of-type {
	margin-bottom: 20px;
}

.side-column .oc-module .inline-button
br {
	display: none;
}

.side-column .box.journal-carousel {
	background-color: transparent;
}

.side-column .side-products .product-wrapper {
	background: transparent;
}

.side-column .product-wrapper {
	box-shadow: none !important;
}

.ie:not(.edge) .side-column .oc-module .product-details {
	float: left;
}

#column-right + .row
#content {
	margin-right: 220px;
}

#column-left + .row
#content {
	margin-left: 220px;
}

#column-left + #column-right + .row
#content {
	margin-left: 220px;
	margin-right: 220px;
}

.flyout .fly-mega-menu {
	left: 100%;
	top: 0;
	z-index: 1;
	min-height: 100%;
	width: 764px;
	transition: all .2s;
	box-shadow: 12px 15px 30px -8px rgba(0, 0, 0, .2);
}

.flyout .fly-mega-menu .mega-menu-column {
	margin: 0;
}

.flyout .fly-mega-menu .mega-menu-column:last-of-type:not(:only-of-type)>div {
	margin-right: 0;
	margin-bottom: 15px;
}

.flyout .fly-mega-menu .mega-menu-column:last-of-type:not(:only-of-type)>div>h3 {
	margin-right: 15px;
}

.flyout .fly-mega-menu .mega-menu-column.mega-menu-html-block>div {
	margin-right: 15px;
	margin-bottom: 15px;
}

.flyout .fly-mega-menu .mega-menu-column.mega-menu-html-block>div>h3 {
	margin-right: 0;
}

.flyout .mega-menu div>h3>a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flyout-menu {
	overflow: visible;
}

.flyout-menu .flyout>ul>li {
	display: table;
	width: 100%;
	min-height: 40px;
}

.flyout-menu .flyout>ul>li>a {
	padding: 7px 25px 7px 12px;
	width: 100%;
	min-height: inherit;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	transition: background-color .2s, color .2s;
	border-bottom-width: 1px;
	border-bottom-color: #f4f4f4;
	border-bottom-style: solid;
}

.flyout-menu .flyout>ul>li>a:before {
	display: none;
}

.flyout-menu .flyout > ul > li > a
i {
	left: -2px;
}

.flyout-menu .flyout > ul > li > a i:before {
	padding-left: 1px;
}

.flyout-menu .flyout > ul > li > a i.menu-plus {
	left: auto;
}

.flyout-menu .flyout > ul > li:last-of-type
a {
	border-bottom-width: 0;
}

.flyout-menu .flyout > ul > li:hover .fly-mega-menu, .flyout-menu .flyout>ul>li:hover>ul {
	display: block;
}

.flyout>ul>li.fly-mega-menu-mixed {
	position: static;
}

.fly-drop-down .menu-plus, .fly-mega-menu-mixed .menu-plus {
	position: absolute;
	font-size: 17px;
	top: 14px;
	right: 8px;
}

.fly-drop-down .menu-plus::before, .fly-mega-menu-mixed .menu-plus::before {
	content: "";
	font-size: 11px;
	float: left;
}

.flyout-menu .flyout>ul>li:hover>a {
	z-index: 2;
	transition: all .2s;
}

.fly-drop-down
ul {
	z-index: 999;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 8px -3px rgba(0, 0, 0, .5);
	height: 100%;
	min-height: inherit;
}

.fly-drop-down ul
li {
	color: #333745;
	background-color: white;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	height: 100%;
	display: table;
	width: 100%;
	min-height: inherit;
}

.fly-drop-down ul li:last-of-type {
	border-bottom-width: 0;
}

.fly-drop-down ul li
ul {
	visibility: hidden;
	opacity: 0;
	left: 100%;
	top: 0;
	min-height: 40px;
}

.fly-drop-down ul li.left
ul {
	left: -100%;
}

.fly-drop-down ul li:hover>ul {
	transition: opacity .2s;
	visibility: visible;
	opacity: 1;
}

.fly-drop-down ul li
a {
	min-width: 100px;
	padding: 0 30px 0 12px;
	color: inherit;
	white-space: nowrap;
	min-height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.fly-drop-down ul li a:before {
	margin-right: 5px;
}

.fly-drop-down>ul {
	display: none;
	left: 100%;
	top: 0;
}

.fly-drop-down>ul>li>a {
	min-width: 120px;
}

.flyout-left {
	z-index: 4;
}

.flyout-left .fly-mega-menu {
	left: 100%;
}

.flyout-right {
	z-index: 3;
}

.flyout-right .fly-mega-menu {
	left: -100%;
}

.flyout-right .fly-drop-down>ul {
	left: auto;
	right: 100%;
}

.flyout-right .fly-drop-down ul li
ul {
	left: auto;
	right: 100%;
}

#column-right:hover {
	z-index: 9;
}

#column-right .flyout-menu .flyout > ul > li > a i.menu-plus {
	left: 8px;
	right: auto;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

#column-right .flyout-menu i.menu-plus {
	left: 8px;
	right: auto;
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

#column-right .fly-drop-down ul li
a {
	min-width: 100px;
	padding: 0 12px 0 25px;
}

#column-right .flyout-menu .flyout>ul>li>a {
	padding: 7px 12px 7px 25px;
	text-align: right;
}

.product-info {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.product-info>div {
	width: 50%;
	float: left;
}

.product-info .left
.image {
	padding: 0;
	text-align: left;
	position: relative;
}

.product-info .left .image>a {
	display: table;
	width: 100%;
}

.product-info .left .image > a
img {
	width: 100%;
	height: auto;
	float: left;
}

.product-info .left .image-additional {
	clear: both;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: -10px;
}

.product-info .left .image-additional
a {
	position: relative;
	display: inline-block;
	float: left;
	transition: opacity .2s;
}

.product-info .left .image-additional a
img {
	width: 100%;
	float: left;
	height: auto;
}

.product-info .left .image-additional a:hover {
	opacity: .8;
}

.product-info .left .image-additional.image-additional-grid
a {
	width: 20%;
}

.product-info .left .image-additional .swiper-container-horizontal
a {
	padding: 0;
}

.product-info .left .image-additional
.swiper {
	margin-bottom: 10px;
}

.product-info .left .image-additional .swiper-button-prev, .product-info .left .image-additional .swiper-button-next {
	width: 30px;
	height: 30px;
}

.product-info .left .image-additional .swiper-button-prev {
	left: 0;
}

.product-info .left .image-additional .swiper-button-next {
	right: 0;
}

.product-info .left .product-tabs, .product-info .left .journal-custom-tab {
	clear: both;
}

.product-info .gallery-text {
	text-align: center;
	padding: 5px 0 10px;
	color: #5f6874;
	cursor: pointer;
	clear: both;
}

.product-info .gallery-text
span {
	display: inline-block;
	position: relative;
}

.product-info .gallery-text:before {
	margin-right: 5px;
}

.product-info .product-sold-count.ps-right {
	display: none;
}

.product-info
.right {
	padding-left: 20px;
}

.product-info .right .product-options {
	background-color: transparent;
}

.product-info .right > div > div, .product-info .right>div>ul {
	position: relative;
}

.product-info .right > div > div.social, .product-info .right>div>ul.social {
	overflow: visible;
}

.product-info .right
.description {
	line-height: 1.5;
}

.product-info .right .description .product-views-count {
	float: right;
}

.product-info .right .description
span {
	padding-right: 3px;
}

.product-info .right .description .product-sold-count.ps-left {
	padding-right: 1px;
}

.product-info .right .price
span {
	position: relative;
}

.product-info .right .price-old {
	font-size: 18px;
	text-decoration: line-through;
	background: #ea2e49;
	color: white;
	padding: 3px 6px;
	top: -3px;
	margin-right: 5px;
}

.product-info .right .price-tax {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 0 4px 0;
	display: block;
}

.product-info .right .price
.reward {
	display: block;
	font-size: 12px;
	margin: 5px 0;
	font-weight: normal;
}

.product-info .right .price .reward
small {
	font-size: inherit;
}

.product-info .right .price
.discount {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 7px;
}

.product-info .right .options
h3 {
	height: 35px;
	line-height: 35px;
	background-color: #f4f4f4;
	color: #333745;
	padding-left: 10px;
	margin-bottom: 5px;
}

.product-info .right .options h3+br {
	display: none;
}

.product-info .right .options.push-select .option b + br, .product-info .right .options.push-image .option b + br, .product-info .right .options.push-checkbox .option b + br, .product-info .right .options.push-radio .option b+br {
	display: none;
}

.product-info .right .options.push-select .option-image li, .product-info .right .options.push-image .option-image li, .product-info .right .options.push-checkbox .option-image li, .product-info .right .options.push-radio .option-image
li {
	padding: 0;
}

.product-info .right .options.push-select .option-image li span, .product-info .right .options.push-image .option-image li span, .product-info .right .options.push-checkbox .option-image li span, .product-info .right .options.push-radio .option-image li
span {
	display: block;
}

.product-info .right .options.push-select .option-image li span img, .product-info .right .options.push-image .option-image li span img, .product-info .right .options.push-checkbox .option-image li span img, .product-info .right .options.push-radio .option-image li span
img {
	margin-right: 0;
	float: left;
	transition: all .2s;
	border: 2px solid #a9b8c0;
}

.product-info .right .options.push-select .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-checkbox .option-image li span img:hover, .product-info .right .options.push-radio .option-image li span img:hover {
	border-color: #3f5765;
}

.product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span
img {
	border-color: #3f5765;
}

.product-info .right .options
.option {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
	width: 100%;
}

.product-info .right .options .option
label {
	font-weight: normal;
	transition: color .2s;
}

.product-info .right .options .option
.required {
	font-size: 20px;
	font-family: Arial !important;
	float: left;
	height: 0;
}

.product-info .right .options .option
b {
	font-size: 12px;
	display: block;
	padding: 2px 0 1px 0;
	font-weight: normal;
}

.product-info .right .options .option b:after {
	content: "";
	display: table;
	clear: both;
}

.product-info .right .options .option b+br {
	display: none;
}

.product-info .right .options .option
span {
	padding: 3px 3px 3px 0;
}

.product-info .right .options .option input[type='text'], .product-info .right .options .option
textarea {
	min-width: 100%;
}

.product-info .right .options .option:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.product-info .right .options
span.error {
	position: absolute;
	right: 5px;
	padding: 3px 4px 2px 4px;
}

.product-info .right .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}

.product-info .right .option-image tbody tr td:first-of-type+td {
	width: 50px;
}

.product-info .right .option-image
label {
	display: block;
	width: 100%;
	height: auto;
	padding-right: 0;
}

.product-info .right .option-image
img {
	margin-right: 5px;
	cursor: pointer;
}

.product-info .right
.cart {
	overflow: hidden;
}

.product-info .right .cart div
.qty {
	width: 34%;
	display: block;
	float: left;
	height: 40px;
	margin-right: 8px;
	overflow: hidden;
}

.product-info .right .cart div .text-qty {
	width: 50%;
	font-weight: bold;
	display: none;
	height: 100%;
	line-height: 40px;
	text-align: center;
	float: left;
}

.product-info .right .cart div .journal-stepper {
	width: 30%;
	color: white;
	background-color: #a9b8c0;
	text-align: center;
	height: 100%;
	float: left;
	line-height: 37px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	transition: all .2s;
	display: inline-block;
}

.product-info .right .cart div input[name=quantity] {
	float: left;
	width: 40%;
	line-height: 38px;
	height: 100%;
	text-align: center;
	margin: 0;
	border: 0;
}

.product-info .right .cart div
.button {
	position: relative;
	line-height: 40px;
	min-height: 40px;
	font-size: 15px;
	display: inline-block;
	width: 63%;
	float: right;
}

.product-info .right .cart div .button.enquiry-button {
	width: 100% !important;
}

.product-info .right .cart div .button .button-cart-text:before {
	margin-right: 8px;
	line-height: 100%;
}

.product-info .right .cart div .button .button-cart-text:after {
	line-height: 100%;
	margin-left: 8px;
}

.product-info .right .cart
.minimum {
	padding-top: 10px;
	font-size: 12px;
	clear: both;
}

.product-info .right .wishlist-compare {
	padding: 0;
}

.product-info .right .wishlist-compare
.links {
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	padding: 2px 0 4px 0;
}

.product-info .right .wishlist-compare .links
a {
	padding: 0 15px;
	border: none;
	color: #428bca;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	transition: all .2s;
}

.product-info .right .wishlist-compare .links a:before {
	position: relative;
	right: 5px;
	font-size: 15px;
	float: left;
}

.product-info .right .wishlist-compare .links
span {
	line-height: 24px;
	display: none;
}

.product-info .right .review
img {
	top: 2px;
	position: relative;
	margin-right: 7px;
}

.product-info .right .review
a {
	position: relative;
	top: -1px;
}

.product-info .right .review
.share {
	display: none;
	overflow: auto;
	line-height: normal;
}

.product-info .right .review .share
a {
	text-decoration: none;
}

.product-info .option
ul {
	list-style: none;
	padding: 0;
	margin: -5px 0 0 0;
}

.product-info .option ul
li {
	background-color: white;
	color: #333745;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	padding: 0 7px;
	margin: 4px 6px 0 0;
	line-height: 23px;
	cursor: pointer;
	transition: all .2s;
}

.product-info .option ul li
span {
	padding: 0 !important;
}

.product-info .tab-content {
	border-radius: 0;
}

.product-info.split-70-30
.left {
	width: 70%;
}

.product-info.split-70-30
.right {
	width: 30%;
}

.product-info.split-70-30 .right .cart div
.qty {
	width: 100%;
	margin-bottom: 10px;
}

.product-info.split-70-30 .right .cart div
.button {
	width: 100%;
}

.product-info.split-60-40
.left {
	width: 60%;
}

.product-info.split-60-40
.right {
	width: 40%;
}

.product-info.split-40-60
.left {
	width: 40%;
}

.product-info.split-40-60
.right {
	width: 60%;
}

.product-info.split-30-70
.left {
	width: 30%;
}

.product-info.split-30-70
.right {
	width: 70%;
}

.push-checkbox .checkbox, .push-checkbox input[type="checkbox"], .push-checkbox input[type="checkbox"] + label, .push-checkbox input[type="checkbox"]+label+br {
	display: none !important;
}

.push-select
select {
	display: none !important;
}

.push-radio .radio, .push-radio input[type="radio"], .push-radio input[type="radio"] + label, .push-radio input[type="radio"]+label+br {
	display: none !important;
}

table.option-image input[type="radio"], table.option-image input[type="radio"] + label, table.option-image input[type="radio"]+label+br {
	display: inherit !important;
}

.push-image .option-image .radio, .push-image .option-image input[type="radio"], .push-image .option-image input[type="radio"] + label, .push-image .option-image input[type="radio"]+label+br {
	display: none !important;
}

.push-image table.option-image {
	display: none !important;
}

.oc2 .product-info .option
ul {
	margin: 0;
}

@media only screen and (min-width: 470px) {
	.product-info .product-options .cart>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.quickview #more-details {
		margin-left: 8px;
	}
}

.ie .product-info .right .cart div input[name=quantity] {
	line-height: 100%;
}

.social {
	margin-bottom: 20px;
	padding: 7px 8px 10px 0;
	min-height: 40px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 18px;
}

.social-loaded {
	background-color: inherit;
	display: table;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 30px;
}

.social-loaded>span {
	min-height: 30px !important;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-loaded>span>span {
	margin-top: 0 !important;
	bottom: auto !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton
.stButton_gradient {
	min-height: 22px;
}

.st_fblike {
	margin-right: 5px;
}

.left
.social {
	margin-top: 10px;
	padding: 10px;
}

.product-info .right>div>div.social {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
}

.product-info .right>div>div.social.nitro-lazy {
	background-image: none !important;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.attribute thead td, .attribute thead tr td:first-child {
	color: #333745;
	font-size: 14px;
	background: #f4f4f4;
	text-align: left;
}

.attribute tr td:first-child {
	text-align: center;
	width: 20%;
}

.attribute
td {
	padding: 7px;
	color: #333745;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

body>figure {
	direction: ltr;
}

ul.product-option {
	padding: 0;
}

input[name='captcha'] {
	width: 150px;
	margin-right: 10px;
}

label[for="input-captcha"]+div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-content
img {
	max-width: 100%;
	height: auto;
}

#tab-description div, #tab-description p:not(:only-of-type) {
	margin-bottom: 10px;
}

#tab-description h1, #tab-description h2, #tab-description h3, #tab-description
h4 {
	line-height: 1.2;
}

#tab-description
h3 {
	padding-left: 0;
	margin-bottom: 3px;
}

#tab-description ul
li {
	margin-bottom: 5px;
}

#tabs {
	overflow: hidden;
	list-style: none;
	display: inline-block;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

#tabs
li {
	border-width: 0;
	overflow: hidden;
	float: left;
}

#tabs li:nth-last-child(n + 6), #tabs li:nth-last-child(n+6)~li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

#tabs li:only-of-type>a {
	cursor: default;
}

#tabs li
a {
	width: 100%;
	float: left;
}

#tabs a, #tabs li
a {
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	transition: all .2s;
	box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, .5);
	line-height: 37px;
}

.product-options .text-danger {
	margin-bottom: 5px;
}

@media only screen and (max-width: 760px) {
	#tabs
li {
		min-width: 50%;
	}
	
	#tabs li a:last-of-type {
		border-top-right-radius: 0;
	}
}

#tabs a.selected, #tabs li.active
a {
	background-color: #f4f4f4;
	box-shadow: none;
	color: #333745;
}

.tab-content {
	padding: 15px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	position: relative;
}

.tab-content
p {
	margin-bottom: 0;
}

.journal-custom-tab h3, .tab-content
h3 {
	padding-bottom: 4px;
}

.journal-custom-tab>div:only-child {
	float: none;
}

.product-info .left .journal-custom-tab {
	margin-top: 15px;
	overflow: hidden;
}

.tab-related, #tab-related {
	display: none !important;
}

#content .related-products .box-product {
	padding-top: 0;
}

#content .related-products .box-heading {
	margin-bottom: 20px;
}

#content .related-products .box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-content ul li, .cms-blocks ul li, .journal-custom-tab ul
li {
	margin-left: 30px;
}

.review-list {
	background-color: transparent;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}

.review-list
.text {
	padding: 10px;
	padding-top: 0;
	line-height: 1.3;
	clear: both;
}

.review-list
.author {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	display: inline-block;
	color: #333;
}

.review-list .author
b {
	font-size: 15px;
	font-weight: bold;
	color: #5c8ba6;
}

.review-list
.rating {
	float: right;
	margin-bottom: 20px;
}

#content #review-title {
	color: white;
	margin-bottom: 15px;
	height: auto;
}

#tab-review {
	padding-bottom: 0;
}

#tab-review
.buttons {
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	border-width: 0;
}

#tab-review .buttons .right, #tab-review .buttons .pull-right {
	float: left;
}

#tab-review .buttons .pull-right {
	margin: 10px 0 0 10px;
}

#tab-review.tab-content ul
li {
	margin-left: 0;
}

#tab-review .form-group:nth-child(5) label {
	position: relative;
	top: -4px;
}

.oc2 #tab-review .form-group
label {
	width: auto;
	padding: 0;
}

.oc2 #tab-review input[name='captcha'] {
	display: block;
	clear: both;
	margin-left: 10px;
	margin-bottom: 0;
}

.oc2 #tab-review .buttons .pull-right {
	margin: 10px 0 0 0;
}

.g-capthca {
	background-image: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/image/data/journal2/loader.gif");
	background-repeat: no-repeat;
}

.g-capthca.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width: 760px) {
	#content .g-capthca {
		margin-left: 25%;
	}
}

@media only screen and (min-width: 470px) {
	.quickview .product-info .product-options .cart>div {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.product-info .product-options .cart>div>div {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tags {
	margin-left: 0;
	color: transparent;
	margin-bottom: 15px;
}

.tags
b {
	padding: 2px 6px 3px 6px;
	background-color: #5f6874;
	color: white;
	margin-right: 5px;
	font-weight: normal;
}

.tags
a {
	margin-left: 0;
	padding: 1px 6px 1px 6px;
	background-color: #f4f4f4;
	color: #333745;
	display: inline-block;
	margin-bottom: 5px;
	transition: all .2s;
}

.product-grid-item .image > span, .product-list-item .image > span, .product-info .image>span {
	position: absolute;
	z-index: 99;
	text-align: center;
	display: block;
	transition: opacity .2s;
}

.label-latest {
	color: white;
	background: #428bca;
	top: 5px;
	right: 5px;
	padding: 5px 6px;
}

.label-latest
b {
	font-weight: inherit;
}

.label-sale {
	top: 5px;
	right: 5px;
	background: #ea2e49;
	color: white;
	font-weight: bold;
	padding: 5px 5px 6px 5px;
}

.label-sale
b {
	font-weight: inherit;
}

.label-latest+.label-sale {
	top: 26px;
	margin-top: 9px;
}

.label-outofstock {
	pointer-events: none;
	top: 0;
	min-width: 200px;
	-webkit-transform: translate(-28%, 100%) rotate(-45deg);
	transform: translate(-28%, 100%) rotate(-45deg);
	-webkit-transform-origin: 53%;
	transform-origin: 53%;
	font-size: 15px;
	padding-top: .3em;
	padding-bottom: .4em;
	padding-left: 4em;
	padding-right: 4em;
	white-space: nowrap;
	background: #ea2e49;
	color: white;
	line-height: 1;
}

.label-outofstock
b {
	font-weight: inherit;
}

.ie9 .label-sale
b {
	display: inline-block;
	width: 110%;
}

.hide-cart .cart.outofstock .button:not(.compare-remove) {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}

.hide-cart .cart.outofstock .button.enquiry-button, .hide-cart .cart.outofstock #more-details {
	opacity: 1 !important;
	cursor: auto !important;
	pointer-events: auto !important;
}

.hide-cart td.outofstock > .btn-primary, .hide-cart td
img.outofstock {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}

.ie.hide-cart .cart.outofstock .button:not(.compare-remove), .ie.hide-cart .cart.outofstock .button:not(.enquiry-button) {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}

.ie.hide-cart .cart.outofstock::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ie.hide-cart .cart.outofstock .button.compare-remove {
	position: relative;
	z-index: 2;
}

.ie.hide-cart .product-info .cart.outofstock::before {
	display: none;
}

.ie.hide-cart .product-info .cart.outofstock>div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ie.hide-cart .product-info .cart.outofstock > div
.qty {
	z-index: 2;
	position: relative;
}

.product-grid-item .enquiry-button .button
i {
	margin-right: 0 !important;
}

.enquiry-button>i {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.enquiry-button>i::before {
	font-size: 1.2em;
	transition: all .15s ease-out;
}

#product .option
label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#product .option label
img {
	margin: 0 5px 0 2px;
}

#product .option-radio div>label {
	margin-bottom: 5px;
}

.quickview-button {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s;
}

.quickview-button
a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.quickview-button {
	-webkit-backface-visibility: hidden;
}

.product-wrapper:hover .quickview-button, .product-list-item:hover .quickview-button {
	opacity: 1;
	visibility: visible;
}

.quickview {}

.quickview
body {
	background-color: transparent;
	background-image: none;
}

.quickview
body.nitro-lazy {
	background-image: none !important;
}

.quickview .mfp-iframe {
	background-color: white;
}

.quickview
#container {
	min-height: 100%;
	background-color: white;
	margin-bottom: 0;
	margin-top: 0;
	box-shadow: none;
}

.quickview
#content {
	padding: 15px 15px 5px 15px !important;
}

.quickview #content:after {
	content: "";
	display: none;
}

.quickview .heading-title {
	margin-bottom: 15px;
}

.quickview .mfp-iframe-holder .mfp-content {
	max-width: 800px;
	height: 530px;
}

.quickview .tab-content {
	background-color: transparent;
}

.quickview .product-info {
	margin-bottom: 15px;
}

.quickview .product-info
.right {
	padding-left: 15px;
}

.quickview .product-info .right
.cart {
	display: table;
	overflow: visible;
	width: 100%;
}

.quickview .product-info .left .image-additional {
	margin-bottom: 5px;
	margin-top: 10px;
}

.quickview .product-info .left .tab-content {
	margin-top: 15px;
	margin-bottom: 0;
}

.quickview #button-cart {
	width: 50%;
	float: left;
}

.quickview #more-details {
	width: 40px;
	height: 40px;
	float: right;
}

.quickview .cart [data-hint]:before {
	display: block;
	margin-left: -6px;
}

.quickview .cart [data-hint]:after {
	display: block;
	left: auto;
	right: 0;
	text-shadow: none;
	box-shadow: none;
	line-height: 100%;
}

.quickview .mfp-iframe, .quickview .journal-popup {
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.quickview.mfp-bg {
	opacity: .01;
	transition: all .2s ease-out;
}

.quickview.mfp-ready .mfp-iframe, .quickview.mfp-ready .journal-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.quickview.mfp-ready.mfp-bg {
	opacity: .75;
}

.quickview.mfp-removing .mfp-iframe, .quickview.mfp-removing .journal-popup {
	-webkit-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
}

.quickview.mfp-removing.mfp-bg {
	opacity: 0;
}

.quickview .zm-viewer, .quickview .zm-handler {
	cursor: default;
}

.mfp-bg {
	z-index: 9999999;
}

.mfp-wrap {
	z-index: 99999999;
}

#product-gallery .swiper-button-prev, #product-gallery .swiper-button-next {
	margin-top: 0;
}

.zm-viewer {
	position: absolute;
	display: none;
	overflow: hidden;
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/image-zoom/loading.gif") no-repeat center center;
	cursor: pointer;
	z-index: 999;
}

.zm-viewer.nitro-lazy {
	background-image: none !important;
}

.zm-handler {
	position: absolute !important;
	display: none;
	overflow: hidden;
	cursor: pointer;
	border: none !important;
}

.zm-handlerarea {
	background: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/lib/image-zoom/lens.png");
	opacity: .9;
	position: relative;
}

.zm-description {
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	background-color: #eee;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	color: rgba(0, 0, 0, .6);
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	padding: 4px;
}

.followViewer, .standardViewer {
	border: 4px solid rgba(255, 255, 255, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.oc2 .list-unstyled {
	margin-top: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.oc2 .product-info .right .price-old {
	float: left;
}

.oc2 .product-info .right .price-new {
	position: relative;
	top: -5px;
}

.oc2 .product-info .right .options .option div label:before {
	display: none;
}

.oc2 .product-info .right .options .option .input-group-btn {
	padding: 0;
}

.oc2 .product-info .right .options .option
label {
	display: block;
}

.oc2 .rating .fa-stack {
	width: auto;
	height: auto;
	line-height: 100%;
	padding: 0 8px;
	display: inline;
}

.oc2 .rating .fa-star {
	color: #f1c40f;
}

.oc2 .rating .fa-star+.fa-star-o {
	color: #f1c40f;
}

.oc2 .rating .fa-star-o {
	color: #5f6874;
}

.oc2 .rating
a {
	position: relative;
	top: -1px;
}

.oc2 .rating a:first-of-type {
	margin-left: 10px;
}

.oc2 .tab-content {
	display: none;
}

.oc2 .tab-content.active {
	display: block;
}

.oc2 .tab-content
#captcha {
	margin-left: 10px;
}

.oc2.quickview .tab-content {
	display: block;
}

.oc2 .product-info .left .tabs-content .journal-custom-tab {
	border-radius: inherit;
	border-top-width: inherit;
	margin-top: 0;
}

.oc2 #tab-review .form-group {
	font-size: 12px;
}

.oc2 #tab-review input[type='radio'], .oc2 #tab-review input[type='checkbox'] {
	margin: 4px 0 0;
}

.oc2 #tab-review form table td>p {
	margin: 10px 0;
}

.oc2 #tab-review form table td:first-of-type {
	width: 100px !important;
	padding-right: 10px;
}

.oc2 #tab-review .fa-stack-1x, .oc2 #tab-review .fa-stack-2x {
	width: auto;
}

.oc2 #tab-review .fa-stack {
	width: auto;
	height: auto;
	line-height: 100%;
	padding: 0 8px;
	display: inline-block;
	margin-bottom: 20px;
}

.oc2 #tab-review .fa-star {
	color: #f1c40f;
}

.oc2 #tab-review .fa-star+.fa-star-o {
	color: #f1c40f;
}

.oc2 #tab-review .fa-star-o {
	color: #5f6874;
}

.oc2 #tab-review
a {
	position: relative;
	top: -1px;
}

.oc2 .attribute
strong {
	font-weight: inherit;
}

.text-empty, .not_found {
	padding-bottom: 10px;
	padding-top: 10px;
}

.category-info {
	display: table;
	width: 100%;
	overflow: hidden;
}

.category-info .image
img {
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	float: left;
	max-width: 100%;
	width: auto;
	height: auto;
}

h2.refine {
	margin-bottom: 0;
	border: none;
	display: none;
}

.refine-images {
	margin-right: -15px;
}

.refine-images::before {
	width: 100%;
}

.refine-images::before, #refine-images::before, .category-list::before {
	content: "";
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.refine-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	text-align: center;
	padding-right: 15px;
	margin-bottom: 15px;
}

.refine-image
a {
	display: block;
	padding: 7px;
	transition: background-color .2s;
	width: 100%;
}

.refine-image a
span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s;
}

.refine-image
img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#refine-images .swiper-container {
	opacity: 0;
}

#refine-images .swiper-container-horizontal {
	opacity: 1;
}

#refine-images .swiper-container-horizontal .refine-image {
	padding-right: 0;
	margin-bottom: 0;
}

.refine-category-name {
	display: table;
	width: 100%;
	text-align: center;
}

.category-list {
	position: relative;
	margin-top: 10px;
}

.category-list::before {
	margin-bottom: 0;
}

.category-list>ul {
	margin: 0;
	padding: 10px;
}

.category-list>ul>li {
	color: white;
	position: relative;
	display: inline-block;
	padding: 2px 0;
}

.category-list>ul>li>a {
	padding: 0 6px;
	color: inherit;
	font-size: 12px;
	font-weight: bold;
	transition: all .2s;
}

.category-list>ul>li:after {
	position: absolute;
	content: "|";
}

.category-list>ul>li:last-of-type:after {
	content: "";
}

.category-list>ul>li:first-child>a {
	padding-left: 0;
}

.product-filter {
	padding-left: 0;
	overflow: auto;
	width: 100%;
	transition: color .2s;
}

.product-filter>div {
	float: right;
	height: 40px;
	line-height: 38px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.product-filter > div
b {
	position: relative;
	font-weight: normal;
}

.product-filter .product-compare {
	float: left;
	color: inherit;
	font-family: inherit;
}

.product-filter .product-compare
a {
	text-decoration: none;
	color: inherit;
	transition: all .2s;
}

.product-filter .product-compare a:before {
	padding-left: 1px;
	float: left;
	margin-right: 5px;
}

.product-filter
.display {
	float: left;
	padding-left: 5px;
}

.product-filter .display
a {
	position: relative;
}

.product-filter .display a+a {
	left: -14px;
}

.product-filter .display a + a
i {
	margin-right: 0 !important;
	transition: all .2s;
}

.product-filter
.limit {
	margin: 0 10px;
}

.ie10 .main-products, .main-products.product-list {
	width: 100%;
}

.product-grid, .product-list, #content .box-product {
	padding-top: 20px;
}

.product-grid .no-results, .product-list .no-results {
	margin-bottom: 20px;
}

.backface :before, .backface :after {
	-webkit-backface-visibility: hidden;
}

.product-grid, #content .box-product {
	margin-right: -20px;
	overflow: visible !important;
}

.product-wrapper {
	margin-right: 20px;
}

.product-wrapper:hover {
	transition: all .3s;
}

.product-details {
	padding-bottom: 6px;
	position: relative;
	z-index: 2;
}

.product-details:before {
	position: absolute;
	content: "";
	font-size: 40px;
	top: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #f4f4f4;
	z-index: 0;
}

.product-grid-item {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: transparent;
	margin-bottom: 20px;
}

.product-grid-item
.image {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.product-grid-item .image>a {
	width: 100%;
	display: block;
	text-align: center;
	background-color: transparent;
}

.product-grid-item .image > a
img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: inherit;
}

.product-grid-item
.name {
	width: 100%;
	display: table;
	table-layout: fixed;
	position: relative;
	overflow: hidden;
	font-weight: normal;
}

.product-grid-item .name
a {
	padding: 10px 7px 7px 7px;
	line-height: 1.1;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-grid-item
.description {
	display: none;
	padding: 8px;
}

.product-grid-item
.rating {
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -47px;
	padding: 4px 6px 8px 6px;
}

.product-grid-item
.price {
	text-align: center;
	font-size: 15px;
	display: inline-block;
	margin: auto 0 10px 0;
}

.product-grid-item .price
br {
	display: none;
}

.product-grid-item
hr {
	height: 0;
	display: none;
	background-color: transparent;
}

.product-grid-item .price-old {
	color: #ea2e49;
	font-size: 13px;
	text-decoration: line-through;
}

.product-grid-item .price-new {
	font-weight: bold;
	padding-left: 5px;
}

.product-grid-item .price-tax {
	display: none;
}

.product-grid-item
.cart {
	vertical-align: top;
	padding: 0 5px;
	margin-bottom: 8px;
}

.android .product-grid-item .cart .button
i {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-grid-description .product-grid-item
.description {
	margin-top: auto;
}

.product-grid-description .product-grid-item .description+.price {
	margin-top: 5px;
}

.product-grid-item.display-icon.inline-button
.cart {
	padding: 0;
}

.product-grid-item.display-icon .enquiry-button a, .product-grid-item.display-icon .enquiry-button
i {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel-category .product-grid-item .name a, .carousel-brand .product-grid-item .name
a {
	padding: 7px;
}

.p-over {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	transition: all .2s ease-out;
}

.product-grid-item:hover .p-over, .product-list-item:hover .p-over {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	visibility: visible;
}

.product-list-item {
	background-color: #f4f4f4;
	margin-bottom: 20px;
	padding: 10px;
}

.product-list-item .product-details {
	margin-left: 215px;
	background-color: transparent;
	padding-bottom: 0;
}

.product-list-item .product-details:before {
	display: none;
}

.product-list-item
.left {
	position: relative;
}

.product-list-item
.image {
	width: 200px;
	float: left;
	margin-right: 15px;
	position: relative;
}

.product-list-item .image>a {
	display: block;
	overflow: hidden;
}

.product-list-item .image>a>img {
	width: 100%;
	float: left;
	border-radius: inherit;
	height: auto;
}

.product-list-item
.name {
	font-weight: normal;
}

.product-list-item .name
a {
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	display: inline-block;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.product-list-item
.rating {
	position: relative;
	margin-top: 0;
	margin-bottom: 8px;
	left: 1px;
	top: -1px;
}

.product-list-item
.price {
	font-weight: bold;
	text-align: left;
	padding: 8px 0;
	font-size: 16px;
	display: inline-block;
}

.product-list-item .price-old {
	color: #ea2e49;
	font-size: 90%;
	text-decoration: line-through;
}

.product-list-item .price-new {
	font-weight: bold;
	padding-left: 5px;
}

.product-list-item .price-tax {
	opacity: .7;
	font-weight: normal;
	font-size: 75%;
	text-align: left;
	padding-top: 5px;
	display: none;
}

.product-list-item
.description {
	padding: 0 0 12px 0;
	color: #5f6874;
}

.product-list-item
.cart {
	float: left;
	margin-right: 10px;
}

.product-list-item.lt400 .product-list-item
.image {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.product-list-item.lt400 .product-list-item .image
img {
	float: none;
}

@media only screen and (max-width: 470px) {
	.product-list-item
.image {
		width: 100%;
	}
	
	.product-list-item .product-details {
		margin-left: 0;
	}
}

.product-grid-item .wishlist, .product-grid-item .compare, .product-list-item .wishlist, .product-list-item
.compare {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 3px;
}

.product-grid-item .wishlist a, .product-grid-item .compare a, .product-list-item .wishlist a, .product-list-item .compare
a {
	display: block;
	font-size: 11px;
	text-align: center;
	position: relative;
}

.product-grid-item .wishlist a i, .product-grid-item .compare a i, .product-list-item .wishlist a i, .product-list-item .compare a
i {
	transition: background-color .2s;
	color: inherit;
	text-align: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-grid-item .wishlist a i:before, .product-grid-item .compare a i:before, .product-list-item .wishlist a i:before, .product-list-item .compare a i:before {
	width: 100%;
}

.oc2 .product-grid-item
.compare {
	padding-left: 0;
}

.product-grid-item .image .wishlist, .product-grid-item .image
.compare {
	position: absolute;
	bottom: 8px;
	z-index: 99;
	transition: opacity .2s;
}

.product-grid-item .image
.wishlist {
	left: 5px;
}

.product-grid-item .image
.compare {
	right: 5px;
}

.product-grid-item .product-wrapper .image .wishlist [data-hint]::after {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
	transform: translate3d(0, 0, 0) translateX(0) translateY(0);
}

.product-grid-item .product-wrapper .image .wishlist [data-hint]:hover::after {
	-webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
	transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
}

.product-grid-item .product-wrapper .image .compare [data-hint]::after {
	left: auto;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(0);
	transform: translate3d(0, 0, 0) translateX(0) translateY(0);
}

.product-grid-item .product-wrapper .image .compare [data-hint]:hover::after {
	-webkit-transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
	transform: translate3d(0, 0, 0) translateX(0) translateY(-8px);
}

.product-list-item
.image {
	overflow: hidden;
}

.product-list-item .image .wishlist, .product-list-item .image
.compare {
	position: absolute;
	bottom: 8px;
}

.product-list-item
.cart {
	float: none;
	display: block;
}

.product-list-item .wishlist a i, .product-list-item .compare a
i {
	background-color: transparent;
	padding-right: 3px;
}

.product-list-item
.wishlist {
	margin-top: 10px;
	padding-left: 0;
}

.product-list-item .wishlist
a {
	text-align: left;
}

.product-list-item
.compare {
	margin-top: 0;
	text-align: left;
}

.inline-button
.cart {
	display: inline-block;
	margin-bottom: 5px;
}

.inline-button
hr {
	display: block;
}

.product-grid-item:hover {
	z-index: 3;
}

.pagination {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
	padding: 10px;
}

.pagination:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.pagination
.links {
	float: left;
}

.pagination ul, .pagination
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination a, .pagination b, .pagination
li {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: inherit;
	margin-right: 4px;
	transition: all .2s;
}

.pagination b, .pagination
.active {
	background-color: #ea2e49;
	color: white;
}

.pagination
.results {
	color: inherit;
	float: right;
	padding-right: 5px;
}

.pagination .links+.results {
	margin-top: 4px;
}

.infinite-scroll .pagination .links+.results {
	margin-top: 0;
}

.ias-button {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.ie:not(.edge) .ias-button {
	display: table !important;
	width: calc(100% - 20px);
	clear: none;
}

a.ias-trigger {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px;
	min-height: 35px;
	position: relative;
}

a.ias-trigger
span {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ias-loader, .ias-noneleft {
	background: #e4e4e4;
	width: 100%;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	font-size: 14px;
}

.ias-loader>span, .ias-noneleft>span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ias-loader i.fa, .ias-noneleft
i.fa {
	float: left;
	margin: 1px 5px 0 0;
	color: inherit;
	font-size: inherit;
}

.ias-loader i.fa::before, .ias-noneleft i.fa::before {
	color: inherit;
	font-family: FontAwesome;
}

html[dir="rtl"] .ias-loader, html[dir="rtl"] .ias-noneleft {
	text-align: right;
}

html[dir="rtl"] .ias-loader i, html[dir="rtl"] .ias-noneleft
i {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}

.oc1 .ias-loader {
	padding-left: 10px;
}

.oc1 .button-search {
	width: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

html[dir="rtl"].oc1 .ias-loader {
	padding-right: 10px;
}

.oc2 .product-list-item
.description {
	height: auto !important;
}

.oc2 .product-list-item
.rating {
	margin-bottom: 0;
}

#footer {
	border: 0;
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	display: table;
	width: 100%;
}

#footer .product-wrapper {
	background: transparent;
	display: inline-block;
	box-shadow: none;
}

.fullwidth-footer {
	max-width: 100%;
}

.fullwidth-footer
#footer {
	overflow: visible;
	border-radius: 0;
}

.fullwidth-footer .bottom-footer {
	max-width: 100%;
	padding: 0;
}

footer .column>h3 {
	margin-bottom: 12px;
}

@media only screen and (max-width: 760px) {
	footer .column:only-of-type {
		margin-left: -15px;
		width: calc(100% + 15px);
	}
	
	.collapse-footer-columns footer .column>h3 {
		margin-bottom: 0;
	}
	
	.collapse-footer-columns footer .column>div>ul {
		margin-top: 12px;
	}
	
	.collapse-footer-columns footer .column.newsletter:last-of-type {
		padding-right: 15px;
	}
	
	.collapse-footer-columns footer .column:only-of-type {
		margin-left: 0;
		width: 100%;
	}
}

footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: table;
	z-index: 10;
}

footer
.columns {
	overflow: hidden;
	padding-left: 15px;
	color: #e4e4e4;
}

footer
.column {
	padding: 0 15px 5px 0;
	position: relative;
}

footer .column .journal-newsletter {
	margin-bottom: 0;
}

footer .column.newsletter>div {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

footer .column>h3 {
	color: #e4e4e4;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-color: #333745;
	border-style: solid;
	padding-bottom: 12px;
	margin-top: 12px;
}

footer .column-menu-wrap>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .column-menu-wrap > ul
li {
	padding: 1px 0;
	color: #e4e4e4;
}

footer .column-menu-wrap > ul li:first-of-type {
	padding-top: 0;
}

footer .column-menu-wrap > ul li
i {
	margin-right: 6px !important;
}

footer .column-menu-wrap > ul
a {
	display: block;
	color: inherit;
	transition: color .2s;
}

footer .column-text-wrap
a {
	transition: color .2s;
}

footer .column-text-wrap>ul {
	padding-left: 15px;
	margin: 0 0 7px 0;
}

footer .column-text-wrap>ol {
	padding-left: 20px;
	margin: 0 0 7px 0;
}

footer .column-text-wrap
p {
	color: inherit;
	margin: 0;
	overflow: hidden;
	line-height: 1.3;
}

footer .column-text-wrap p span, footer .column-text-wrap p
strong {
	line-height: 100% !important;
}

footer .column-text-wrap p
iframe {
	width: 100%;
}

footer .column-text-wrap
img {
	max-width: 100%;
	height: auto !important;
}

footer
.contacts {
	position: relative;
	clear: both;
	display: table;
	width: 100%;
	padding: 10px;
}

footer .contacts > div > span .contact-icon {
	font-size: 20px;
	color: inherit;
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 2px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 39px;
	transition: background-color .2s;
	vertical-align: middle;
}

footer .contacts > div > span .contact-icon
i {
	color: inherit;
	display: block;
	position: absolute;
	margin: 50% 0 0 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

footer .contacts > div > span .contact-icon+a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

footer .contacts > div > span .contact-icon:not([href]) {
	cursor: default;
}

footer .contacts [data-hint]:before, footer .contacts [data-hint]:after {
	display: block;
}

footer .contacts .hint--top:before {
	margin-left: -10px;
}

footer .contacts .hint--top:after, footer .contacts .hint--top:focus:after {
	-webkit-transform: translate3d(0, 0, 0) translateX(-54%);
	transform: translate3d(0, 0, 0) translateX(-54%);
}

footer .contacts .hint--top:hover:after, footer .contacts .hint--top:focus:after {
	-webkit-transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
	transform: translate3d(0, 0, 0) translateY(-8px) translateX(-54%);
}

footer .contacts-text {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	color: inherit;
	line-height: 36px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	vertical-align: top;
}

footer .contacts-center {
	margin: 0 auto;
	position: absolute;
	clear: both;
	width: 100%;
	top: 10px;
	right: 10px;
	z-index: 0;
}

footer .contacts-left {
	position: relative;
	float: left;
	z-index: 1;
}

footer .contacts-right {
	position: relative;
	float: right;
	z-index: 1;
}

footer .has-tooltip {
	margin: 0 1px;
}

footer .has-tooltip .contacts-text {
	display: none;
}

footer .contacts .hint--top:not(.has-tooltip)::before, footer .contacts .hint--top:not(.has-tooltip)::after {
	display: none;
}

.column.products {
	padding-bottom: 12px;
}

.column.products>h3 {
	margin-bottom: 12px;
}

.column.products .product-wrapper {
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	transition: all .2s;
}

.column.products .product-wrapper .p-over {
	display: none;
}

.column.products .product-wrapper:hover {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.column.products .product-details {
	margin: 0;
	background-color: transparent;
	padding-bottom: 0;
	float: left;
	max-width: 150px;
	padding-left: 8px;
}

.column.products .product-details:before {
	content: "";
}

.column.products .product-grid-item {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
	text-align: left;
	padding: 5px 0;
}

.column.products .product-grid-item .quickview-button {
	display: none !important;
}

.column.products .product-grid-item:first-of-type {
	padding-top: 2px;
}

.column.products .product-grid-item
.image {
	display: block;
	float: left;
	position: relative;
	width: auto;
}

.column.products .product-grid-item .image
span {
	display: none !important;
}

.column.products .product-grid-item .image
a {
	background: transparent !important;
	margin-top: 1px;
	line-height: 100%;
	border-radius: 0;
	border: none;
}

.column.products .product-grid-item .image
img {
	border: 0;
	display: block;
	padding: 0;
	max-width: 50px;
}

.column.products .product-grid-item
.name {
	position: relative;
}

.column.products .product-grid-item .name
a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0 0 1px 0;
	transition: all .2s;
}

.column.products .product-grid-item
.sale {
	display: none;
}

.column.products .product-grid-item
.price {
	display: inline-block;
	font-size: 13px;
	padding: 0;
	text-align: left;
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.column.products .product-grid-item .price-old {
	font-weight: normal;
	color: #ea2e49;
	padding-right: 0;
	text-decoration: line-through;
	font-size: 12px;
}

.column.products .product-grid-item .price-new {
	font-size: 13px;
}

.column.products .product-grid-item
.rating {
	position: relative;
	margin: 0;
	left: 0;
	top: 0;
	padding: 0;
}

.column.products .product-grid-item
.cart {
	display: none !important;
}

.column.products .product-grid-item .cart
input {
	color: white;
	text-transform: none;
	font-weight: bold;
}

.column.products .product-grid-item:last-of-type {
	border-bottom: none;
}

.bottom-footer {
	height: 60px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

.bottom-footer>div {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.bottom-footer
.copyright {
	float: left;
	line-height: 60px;
}

.bottom-footer
.payments {
	float: right;
}

.bottom-footer .payments
a {
	display: inline-block;
}

.bottom-footer .payments a:not(.last-of-type) {
	margin-right: 8px;
}

.bottom-footer .payments a
img {
	margin-left: 0;
}

.bottom-footer .payments
img {
	max-width: 100%;
	max-height: 35px;
	height: auto;
	width: auto;
	margin-left: 10px;
	position: relative;
	margin-top: 13px;
	vertical-align: middle;
}

.bottom-footer .no-copyright {
	text-align: center;
}

.bottom-footer .no-copyright
.payments {
	float: none;
}

.bottom-footer .no-copyright .payments img:first-of-type {
	margin-left: 0;
}

.bottom-footer .no-payments {
	text-align: center;
}

.bottom-footer .no-payments
.copyright {
	float: none;
}

.bottom-footer.boxed-bar {
	padding: 0 15px;
}

.column-text-wrap.has-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.column-text-wrap.has-icon>div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.column-text-wrap.has-icon>span:only-child {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.column-text-wrap.has-icon .block-icon-left+p {
	display: inline;
}

.column-text-wrap.has-icon.block-icon-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsletter.no-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.newsletter.no-title>div {
	width: 100%;
}

footer .no-icon .contact-icon {
	display: none !important;
}

footer
.column.text {
	min-height: 50px;
}

@media only screen and (max-width: 760px) {
	.journal-newsletter.text-top .newsletter-input-wrap
input {
		min-height: 35px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "journal-icons";
		src: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/catalog/view/theme/journal2/css/icons/fonts/journal-icons.svg#journal-icons") format("svg");
	}
}

[data-icon]:before {
	font-family: "journal-icons";
	content: attr(data-icon);
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1220px) {
	.lg-5 {
		width: 5%;
	}
	
	.lg-10 {
		width: 10%;
	}
	
	.lg-15 {
		width: 15%;
	}
	
	.lg-20 {
		width: 20%;
	}
	
	.lg-25 {
		width: 25%;
	}
	
	.lg-30 {
		width: 30%;
	}
	
	.lg-35 {
		width: 35%;
	}
	
	.lg-40 {
		width: 40%;
	}
	
	.lg-45 {
		width: 45%;
	}
	
	.lg-50 {
		width: 50%;
	}
	
	.lg-55 {
		width: 55%;
	}
	
	.lg-60 {
		width: 60%;
	}
	
	.lg-65 {
		width: 65%;
	}
	
	.lg-70 {
		width: 70%;
	}
	
	.lg-75 {
		width: 75%;
	}
	
	.lg-80 {
		width: 80%;
	}
	
	.lg-85 {
		width: 85%;
	}
	
	.lg-90 {
		width: 90%;
	}
	
	.lg-95 {
		width: 95%;
	}
	
	.lg-100 {
		width: 100%;
	}
	
	.lg-11 {
		width: 11.111111%;
	}
	
	.lg-12 {
		width: 12.5%;
	}
	
	.lg-14 {
		width: 14.285714%;
	}
	
	.lg-16 {
		width: 16.666666%;
	}
	
	.lg-33 {
		width: 33.333333%;
	}
	
	.lg-66 {
		width: 66.666666%;
	}
}

@media only screen and (max-width: 980px) {
	.md-5 {
		width: 5%;
	}
	
	.md-10 {
		width: 10%;
	}
	
	.md-15 {
		width: 15%;
	}
	
	.md-20 {
		width: 20%;
	}
	
	.md-25 {
		width: 25%;
	}
	
	.md-30 {
		width: 30%;
	}
	
	.md-35 {
		width: 35%;
	}
	
	.md-40 {
		width: 40%;
	}
	
	.md-45 {
		width: 45%;
	}
	
	.md-50 {
		width: 50%;
	}
	
	.md-55 {
		width: 55%;
	}
	
	.md-60 {
		width: 60%;
	}
	
	.md-65 {
		width: 65%;
	}
	
	.md-70 {
		width: 70%;
	}
	
	.md-75 {
		width: 75%;
	}
	
	.md-80 {
		width: 80%;
	}
	
	.md-85 {
		width: 85%;
	}
	
	.md-90 {
		width: 90%;
	}
	
	.md-95 {
		width: 95%;
	}
	
	.md-100 {
		width: 100%;
	}
	
	.md-11 {
		width: 11.111111%;
	}
	
	.md-12 {
		width: 12.5%;
	}
	
	.md-14 {
		width: 14.285714%;
	}
	
	.md-16 {
		width: 16.666666%;
	}
	
	.md-33 {
		width: 33.333333%;
	}
	
	.md-66 {
		width: 66.666666%;
	}
}

@media only screen and (max-width: 760px) {
	.sm-5 {
		width: 5%;
	}
	
	.sm-10 {
		width: 10%;
	}
	
	.sm-15 {
		width: 15%;
	}
	
	.sm-20 {
		width: 20%;
	}
	
	.sm-25 {
		width: 25%;
	}
	
	.sm-30 {
		width: 30%;
	}
	
	.sm-35 {
		width: 35%;
	}
	
	.sm-40 {
		width: 40%;
	}
	
	.sm-45 {
		width: 45%;
	}
	
	.sm-50 {
		width: 50%;
	}
	
	.sm-55 {
		width: 55%;
	}
	
	.sm-60 {
		width: 60%;
	}
	
	.sm-65 {
		width: 65%;
	}
	
	.sm-70 {
		width: 70%;
	}
	
	.sm-75 {
		width: 75%;
	}
	
	.sm-80 {
		width: 80%;
	}
	
	.sm-85 {
		width: 85%;
	}
	
	.sm-90 {
		width: 90%;
	}
	
	.sm-95 {
		width: 95%;
	}
	
	.sm-100 {
		width: 100%;
	}
	
	.sm-11 {
		width: 11.111111%;
	}
	
	.sm-12 {
		width: 12.5%;
	}
	
	.sm-14 {
		width: 14.285714%;
	}
	
	.sm-16 {
		width: 16.666666%;
	}
	
	.sm-33 {
		width: 33.333333%;
	}
	
	.sm-66 {
		width: 66.666666%;
	}
}

@media only screen and (max-width: 470px) {
	.xs-5 {
		width: 5%;
	}
	
	.xs-10 {
		width: 10%;
	}
	
	.xs-15 {
		width: 15%;
	}
	
	.xs-20 {
		width: 20%;
	}
	
	.xs-25 {
		width: 25%;
	}
	
	.xs-30 {
		width: 30%;
	}
	
	.xs-35 {
		width: 35%;
	}
	
	.xs-40 {
		width: 40%;
	}
	
	.xs-45 {
		width: 45%;
	}
	
	.xs-50 {
		width: 50%;
	}
	
	.xs-55 {
		width: 55%;
	}
	
	.xs-60 {
		width: 60%;
	}
	
	.xs-65 {
		width: 65%;
	}
	
	.xs-70 {
		width: 70%;
	}
	
	.xs-75 {
		width: 75%;
	}
	
	.xs-80 {
		width: 80%;
	}
	
	.xs-85 {
		width: 85%;
	}
	
	.xs-90 {
		width: 90%;
	}
	
	.xs-95 {
		width: 95%;
	}
	
	.xs-100 {
		width: 100%;
	}
	
	.xs-11 {
		width: 11.111111%;
	}
	
	.xs-12 {
		width: 12.5%;
	}
	
	.xs-14 {
		width: 14.285714%;
	}
	
	.xs-16 {
		width: 16.666666%;
	}
	
	.xs-33 {
		width: 33.333333%;
	}
	
	.xs-66 {
		width: 66.666666%;
	}
}

@media only screen and (max-width: 1024px) {
	.product-grid-item:hover .image > a > img, .product-list-item:hover .image>a>img {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		transition: opacity 0;
	}
	
	.p-over, .quickview-button, .gallery-thumb a:before, .gallery-thumb .item-hover {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	#container, #header {
		max-width: 100%;
	}
	
	.side-block-left, .side-block-right, .banner-overlay {
		display: none !important;
	}
}

@media only screen and (max-width: 760px) {
	.hide-on-phone {
		display: none !important;
	}
	
	#cart
.content {
		width: 100%;
	}
	
	.login-content
.left {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.login-content
.right {
		width: 100%;
	}
	
	.login-content .left p:nth-child(2) {
		min-height: 55px;
	}
	
	.side-block-left, .side-block-right {
		display: none;
	}
	
	.heading-title, .box-heading {
		max-height: 100%;
	}
	
	.home-page #container:before {
		display: none;
	}
}

@media only screen and (max-width: 470px) {
	table.form
td {
		display: block;
	}
}

@media only screen and (max-width: 980px) {
	.journal-desktop .sticky-wrapper {
		max-height: 160px;
	}
	
	.journal-menu {
		clear: both;
	}
	
	.journal-header-default.nocart-nosearch .journal-menu {
		clear: none;
	}
	
	#cart {
		box-shadow: none;
	}
	
	.sticky-wrapper {
		height: auto !important;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header-center .journal-links
.links {
		width: 100%;
	}
	
	body
header {
		box-shadow: none;
	}
	
	header .links>a {
		border-bottom-color: #e4e4e4;
		border-top-style: solid;
		border-top-width: 1px;
	}
	
	#header {
		padding-top: 40px;
	}
	
	#header .journal-links {
		position: absolute;
		top: 0;
	}
	
	.is-sticky {
		max-height: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header .text-only>i {
		display: none;
	}
	
	.journal-header .icon-only>i {
		font-size: 160% !important;
	}
	
	.journal-header .icon-only>span {
		display: none;
	}
}

@media only screen and (max-width: 1039px) {
	.journal-header-default.nocart .links>a:last-child {
		border-right-width: 0;
	}
}

@media only screen and (max-width: 760px) {
	.super-menu>li:last-of-type {
		border-left-width: 0 !important;
	}
	
	.journal-header-center {
		box-shadow: none;
	}
	
	.journal-header-center .j-100 {
		height: 70px !important;
	}
	
	.journal-header-center .journal-cart, .journal-header-center .journal-search, .journal-header-center .journal-secondary, .journal-header-center .journal-links {
		padding: 0;
	}
	
	.journal-header-center .journal-search, .journal-header-center .journal-cart {
		top: 0 !important;
	}
	
	.journal-header-center .journal-top-header {
		border-bottom-width: 0;
	}
	
	.journal-header-center .journal-menu-bg {
		display: none;
	}
	
	.journal-header-center #search
input {
		border-radius: 0;
	}
	
	.journal-header-center .button-search {
		border-radius: 0;
	}
	
	.journal-header-center .journal-cart {
		border-radius: 0;
	}
	
	.journal-header-center .journal-cart #cart .heading a
span {
		border-top: 1px solid transparent;
	}
	
	.journal-header-center .journal-cart
#cart {
		border-radius: 0;
		border-right-width: 0 !important;
	}
	
	.journal-header-center .journal-cart #cart
.content {
		padding-top: 0;
	}
	
	.journal-header-center .journal-cart #cart .content .cart-wrapper {
		border-radius: 0;
	}
	
	.journal-header-center .journal-cart #cart .content:before {
		display: none;
	}
	
	.journal-header-center .journal-cart #cart .heading
i {
		border-radius: 0;
	}
	
	.journal-header-center .journal-center-bg {
		top: 80px;
	}
	
	.journal-header-center .journal-secondary {
		width: 100%;
		text-align: center;
		clear: both;
		background-color: #fafafa;
		border-bottom: 1px solid transparent;
		border-top: 1px solid transparent;
	}
	
	.journal-header-center
.links {
		float: none !important;
		margin: 0 auto;
	}
	
	.journal-header-center .autocomplete2-suggestions {
		top: 40px;
		border-radius: 0;
	}
	
	.journal-header-center .autocomplete2-suggestions:before {
		display: none;
	}
	
	.journal-header-center .autocomplete2-selected:first-child, .journal-header-center .autocomplete2-selected:last-child, .journal-header-center .autocomplete2-suggestion:first-child > a > span > img, .journal-header-center .autocomplete2-suggestion:last-child>a>span>img {
		border-radius: 0;
	}
	
	.journal-top-header {
		border-bottom-width: 0;
	}
	
	header.journal-header-mega #logo
a {
		text-align: center;
	}
}

@media only screen and (max-width: 470px) {
	#cart
.content {
		min-width: 100%;
	}
	
	.journal-header-center .journal-cart
#cart {
		border-left-width: 0 !important;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header-default .j-tall, .journal-header-menu .j-tall {
		height: 85px;
	}
}

@media only screen and (max-width: 760px) {
	#cart, #search {
		box-shadow: none !important;
	}
	
	.super-menu>li:first-of-type {
		border-top-width: 1px;
		border-top-style: solid;
	}
	
	.phone-sticky-cart
#cart {
		z-index: 9999;
		position: fixed;
		top: 0;
		width: 50%;
		left: 50%;
		background-color: inherit;
		transition: background-color 0s;
	}
	
	.phone-sticky-cart #cart
.content {
		width: 200%;
	}
	
	.phone-sticky-cart.journal-header-compact {
		margin-bottom: 40px;
	}
	
	.phone-sticky-cart.journal-header-compact .journal-menu {
		position: fixed;
		box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
		top: 0;
	}
	
	.phone-sticky-cart.phone-sticky-menu .journal-menu {
		position: fixed;
		box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
		top: 0;
	}
	
	.phone-sticky-cart.phone-sticky-menu:not(.menu-cart-off) {
		margin-bottom: 40px;
	}
	
	.phone-sticky-cart.menu-cart-off
#cart {
		width: 100%;
		left: 0;
		box-shadow: 0 3px 20px rgba(0, 0, 0, .3) !important;
	}
	
	.phone-sticky-cart.menu-cart-off #cart
.content {
		width: 100%;
	}
	
	.phone-sticky-cart.menu-cart-off .journal-menu {
		z-index: 9999;
		position: fixed;
		top: 0;
		width: 50%;
		box-shadow: none;
	}
	
	.phone-sticky-cart.menu-cart-off .journal-menu .mobile-menu {
		width: 200%;
	}
	
	.phone-sticky-cart.menu-cart-off .journal-menu .mobile-trigger {
		margin-top: 0;
	}
	
	html[dir="rtl"] .phone-sticky-cart
#cart {
		right: 50%;
		left: auto;
	}
}

@media only screen and (max-width: 760px) {
	.journal-menu .mega-menu, .journal-menu .mobile-menu>li>ul {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.journal-menu .mega-menu-item.xs-50 {
		max-width: 50vw;
	}
	
	.mobile-menu > li:nth-child(-n+3) .mega-menu, .mobile-menu>li:nth-child(-n+3)>ul {
		max-height: 65vh;
	}
	
	.mobile-menu > li:nth-child(n+3) .mega-menu, .mobile-menu>li:nth-child(n+3)>ul {
		max-height: 50vh;
	}
	
	.mobile-menu > li:nth-child(n+5) .mega-menu, .mobile-menu>li:nth-child(n+5)>ul {
		max-height: 40vh;
	}
	
	.mobile-menu > li:nth-child(n+6) .mega-menu, .mobile-menu>li:nth-child(n+6)>ul {
		max-height: 30vh;
	}
	
	.super-menu {
		box-shadow: none;
		border-radius: 0;
	}
}

@media only screen and (max-width: 980px) {
	.journal-header-menu
#cart {
		box-shadow: none;
	}
	
	.journal-header-menu .j-50 {
		height: 40px;
	}
	
	.journal-header-menu.nocart-nosearch .j-med {
		height: 80px;
	}
}

@media only screen and (max-width: 1024px) {
	.super-menu>li:first-of-type {
		border-left-width: 0;
	}
}

@media only screen and (max-width: 980px) {
	.journal-header-default .super-menu>li>div {
		left: 0;
		margin-left: 0;
	}
}

@media only screen and (max-width: 760px) {
	.super-menu>li.icon-only {
		width: 100%;
	}
	
	.mobile-trigger {
		display: block;
		height: 40px;
		line-height: 39px;
		text-transform: uppercase;
		width: 100%;
		font-size: 16px;
		padding-left: 10px;
		color: #eee;
		cursor: pointer;
	}
	
	.mobile-trigger:before {
		content: "";
		color: inherit;
		margin-right: 10px;
		font-size: 23px;
		float: left;
	}
	
	.journal-mobile .mega-menu, .journal-mobile .html-menu {
		position: relative;
	}
	
	.journal-menu .mobile-menu li:last-of-type {
		border-right-width: 0;
	}
	
	.journal-menu {
		height: auto;
	}
	
	.journal-menu .mobile-menu {
		display: none;
		box-shadow: none;
	}
	
	.journal-menu .mobile-menu>li {
		position: relative;
		display: block;
		border-bottom: 1px solid #333745;
		border-left-width: 0;
		border-right-width: 0;
		left: 0;
	}
	
	.journal-menu .mobile-menu > li .mobile-plus {
		display: none;
		width: 40px;
		height: 40px;
		line-height: 35px;
		font-size: 25px;
		font-weight: bold;
		top: 0;
		right: 0;
		position: absolute;
		text-align: center;
		cursor: pointer;
		color: white;
		background-color: #4f5660;
		border-style: solid;
		border-color: inherit;
	}
	
	.journal-menu .mobile-menu>li>ul {
		left: 0 !important;
	}
	
	.journal-menu .mobile-menu > li > ul li .mobile-plus {
		border-left-width: 0;
		height: 40px;
	}
	
	.journal-menu .mobile-menu>li>a {
		text-align: left;
		padding-left: 10px;
	}
	
	.journal-menu .mobile-menu li:last-of-type {
		border-bottom-color: transparent !important;
	}
	
	.journal-menu .mobile-menu li:last-of-type .mobile-plus {
		border-bottom-color: transparent !important;
	}
	
	.journal-menu .mobile-menu > li > ul + .mobile-plus, .journal-menu .mobile-menu > li > div + .mobile-plus, .journal-menu .mobile-menu > li > span + .mobile-plus, .journal-menu .mobile-menu > li > ul li .mobile-plus {
		display: block;
	}
	
	.journal-menu .mobile-menu .mega-menu {
		max-width: 100vw;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media only screen and (max-width: 980px) {
	.mobile-menu-on-tablet .super-menu {
		box-shadow: none;
	}
	
	.mobile-menu-on-tablet .sticky-wrapper {
		height: auto !important;
		max-height: 100% !important;
	}
	
	.mobile-menu-on-tablet .journal-header-center {
		box-shadow: none;
	}
	
	.mobile-menu-on-tablet header .super-menu>li.icon-only {
		width: 100%;
	}
	
	.mobile-menu-on-tablet .mobile-trigger {
		display: block;
		height: 40px;
		line-height: 39px;
		text-transform: uppercase;
		width: 100%;
		font-size: 16px;
		padding-left: 10px;
		cursor: pointer;
		color: #eee;
	}
	
	.mobile-menu-on-tablet .mobile-trigger:before {
		content: "";
		margin-right: 10px;
		font-size: 23px;
		float: left;
	}
	
	.mobile-menu-on-tablet.journal-desktop header .mega-menu, .mobile-menu-on-tablet .journal-mobile .html-menu {
		position: relative;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type {
		border-right-width: 0;
	}
	
	.mobile-menu-on-tablet header .journal-menu {
		height: auto;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu {
		display: none;
		border-width: 0;
		overflow: hidden;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu>li {
		position: relative;
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-left-width: 0;
		border-right-width: 0;
		left: 0;
		width: 100%;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus {
		display: none;
		width: 40px;
		height: 40px;
		line-height: 35px;
		font-size: 25px;
		font-weight: bold;
		top: 0;
		right: 0;
		position: absolute;
		text-align: center;
		cursor: pointer;
		color: white;
		background-color: #4f5660;
		border-left-width: 0;
		border-style: solid;
		border-color: inherit;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu>li>ul {
		left: 0 !important;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul li .mobile-plus {
		border-left-width: 0;
		height: 40px;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu>li>a {
		text-align: left;
		padding-left: 10px;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type {
		border-bottom-color: transparent !important;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu li:last-of-type .mobile-plus {
		border-bottom-color: transparent !important;
	}
	
	.mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul + .mobile-plus, .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > div + .mobile-plus, .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > span + .mobile-plus, .mobile-menu-on-tablet header .journal-menu .mobile-menu > li > ul li .mobile-plus {
		display: block;
	}
}

.mobile-menu>li>ul {
	border-width: 0;
}

@media only screen and (max-width: 980px) {
	.mobile-menu-on-tablet .mobile-menu > li > ul, .mobile-menu-on-tablet .mobile-menu>li>.mega-menu {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #eee;
	}
	
	.mobile-menu-on-tablet .mobile-menu .drop-down>ul {
		border-width: 1px 0 0 0;
		display: none;
	}
	
	.mobile-menu-on-tablet .mobile-menu .drop-down
ul {
		width: 100%;
		position: relative;
		box-shadow: none;
		left: 0;
		visibility: visible;
		opacity: 1;
		display: none;
	}
	
	.mobile-menu-on-tablet .mobile-menu .drop-down ul
li {
		color: #333745;
		position: relative;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #eee;
	}
}

@media only screen and (max-width: 760px) {
	.mega-menu-mixed .mega-menu .mega-menu-column {
		width: 100% !important;
		float: none;
	}
}

@media only screen and (max-width: 760px) {
	.mobile-menu>li>ul, .mobile-menu>li>.mega-menu {
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #eee;
	}
	
	.mobile-menu .drop-down>ul {
		display: none;
		border-width: 1px 0 0 0;
	}
	
	.mobile-menu .drop-down
ul {
		width: 100%;
		position: relative;
		box-shadow: none;
		left: 0;
		visibility: visible;
		opacity: 1;
		display: none;
	}
	
	.mobile-menu .drop-down ul
li {
		color: #333745;
		position: relative;
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #eee;
	}
	
	.mobile-menu .drop-down ul li
a {
		margin-right: 20px;
		width: calc(100% - 50px);
		min-height: 38px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 10px;
		white-space: normal;
	}
}

@media only screen and (max-width: 470px) {
	.firefox .sticky-wrapper, .firefox
header {
		display: table;
	}
	
	.firefox #top-modules {
		clear: both;
	}
}

@media only screen and (max-width: 1040px) {
	#column-left + #column-right + #content .product-info > div, #column-left + #column-right + .row #content .product-info>div {
		display: block;
		width: 100%;
		float: none;
	}
	
	#column-left + #column-right + #content .product-info .right, #column-left + #column-right + .row #content .product-info
.right {
		padding: 0;
		margin-top: 15px;
	}
	
	#column-left + #column-right + #content .product-info .right .text-qty, #column-left + #column-right + .row #content .product-info .right .text-qty {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.product-info .right .cart div .links
span {
		display: none;
	}
	
	.product-info .right .cart div .links
a {
		width: 100%;
		display: block;
	}
	
	.product-info .right .cart div .links a:first-of-type {
		margin-bottom: 10px;
	}
	
	.product-info.split-60-40 .right .cart div
.qty {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.product-info.split-60-40 .right .cart div
.button {
		width: 100%;
	}
	
	#column-left + #content .product-info > div, #column-left + .row #content .product-info > div, #column-right + #content .product-info > div, #column-right + .row #content .product-info>div {
		display: block;
		width: 100%;
	}
	
	#column-left + #content .product-info .right, #column-left + .row #content .product-info .right, #column-right + #content .product-info .right, #column-right + .row #content .product-info
.right {
		padding: 0;
		margin-top: 15px;
	}
	
	#column-left + #content .product-info .right .text-qty, #column-left + .row #content .product-info .right .text-qty, #column-right + #content .product-info .right .text-qty, #column-right + .row #content .product-info .right .text-qty {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
	.social {
		padding-top: 10px;
	}
	
	#tabs li:nth-last-child(n + 5), #tabs li:nth-last-child(n+5)~li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	#tabs li:nth-last-child(n + 5) a, #tabs li:nth-last-child(n + 5) ~ li
a {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 760px) {
	body.is-sticky {
		padding-top: 0 !important;
	}
	
	.header {
		top: 0 !important;
	}
	
	.product-info>div {
		display: block !important;
		width: 100% !important;
	}
	
	.product-info
.right {
		padding: 0;
		margin-top: 15px;
	}
	
	.product-info .right .text-qty {
		display: none;
	}
	
	.social {
		padding-top: 10px;
	}
	
	#tabs {
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	#tabs
li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	
	#tabs li:last-of-type:nth-of-type(odd) {
		width: 100%;
	}
	
	#tabs
a {
		width: 100%;
		display: block;
	}
	
	.tab-content {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.product-page #tabs li, .product-page #tabs
a {
		float: none;
	}
}

@media only screen and (max-width: 460px) {
	.product-info .right .cart div
.qty {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.product-info .right .cart div
.button {
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	.product-filter > div
b {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	#column-left, #column-right, .column-left-bg, .column-right-bg {
		display: none !important;
	}
	
	#column-left + #content, #column-right + #content, #column-left + .row #content, #column-right + .row #content, #column-left + #column-right + #content, #column-left + #column-right + .row #content, #column-left+span+#content, #column-right+span+#content, #column-left+#column-right+span+#content {
		margin: 0;
	}
	
	div#content {
		padding: 20px 20px 0 20px !important;
	}
}

@media only screen and (max-width: 360px) {
	.block-button
.button {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
	}
	
	div.buttons {
		padding: 10px;
	}
	
	.pull-right {
		line-height: 1;
	}
	
	.pull-right .button+.button {
		width: 100%;
		margin-top: 5px;
	}
	
	.product-compare {
		display: none;
	}
	
	.product-list-item
.image {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.product-list-item .image
img {
		float: none;
	}
	
	.product-list-item
.name {
		margin-left: 0;
	}
	
	.product-list-item .product-details {
		margin-left: 0;
	}
	
	.product-filter
.sort {
		position: absolute;
		max-width: 125px;
		right: 100px;
	}
	
	.product-filter .sort
select {
		margin: 0;
	}
}

.mobile .product-wrapper, .tablet .product-wrapper {
	box-shadow: none !important;
}

.mobile #top-modules > div, .mobile #bottom-modules > div, .tablet #top-modules > div, .tablet #bottom-modules>div {
	background-attachment: scroll !important;
	background-size: auto;
}

.mobile .product-grid-item .image .wishlist, .mobile .product-grid-item .image .compare, .tablet .product-grid-item .image .wishlist, .tablet .product-grid-item .image
.compare {
	visibility: visible;
	opacity: 1;
}

.mobile .hint--top::before, .mobile .hint--top::after, .mobile .product-details::before, .tablet .hint--top::before, .tablet .hint--top::after, .tablet .product-details::before {
	display: none !important;
}

@media only screen and (max-width: 760px) {
	.single-section .box-sections.box-block ul
li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	
	.box-sections {
		height: auto;
	}
	
	.box-sections ul
li {
		min-width: 100%;
		float: none;
		display: block;
		margin-bottom: 0;
		border-right-width: 0;
		border-bottom-width: 1px;
	}
	
	.box-sections ul li:last-of-type {
		border-bottom-width: 0;
	}
	
	.box-sections
ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.box-sections ul
li {
		min-width: 50%;
		width: 50%;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		border-right-width: 1px;
	}
	
	.box-sections ul li:nth-child(even) {
		border-right-width: 0;
	}
	
	.box-sections ul li:nth-last-child(2):nth-child(odd) {
		border-bottom-width: 0;
	}
	
	.box-sections ul li:last-of-type {
		border-right-width: 0;
	}
	
	html[dir="rtl"] .box-sections ul li:nth-child(even) {
		border-right-width: 1px;
	}
	
	html[dir="rtl"] .box-sections ul li:nth-last-child(odd) {
		border-right-width: 0;
	}
}

@media only screen and (max-width: 560px) {
	.journal-carousel
.htabs {
		height: auto;
	}
	
	.journal-carousel .htabs
a {
		background-color: transparent;
		box-shadow: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: inherit;
		border-right-width: 0;
		width: 100%;
	}
	
	.journal-carousel .htabs a:last-of-type {
		border-bottom-width: 0;
	}
	
	.journal-carousel .htabs.single-tab a, .journal-carousel .htabs.single-tab a.selected, .journal-carousel .htabs.single-tab a:hover {
		border-bottom-width: 0;
	}
}

@media only screen and (max-width: 540px) {
	table.list .t-2, table.list .t-3, table.list .t-6, table.list .t-span-3 {
		display: none;
	}
	
	table.list .t-span-1 {
		display: table-cell;
	}
}

@media only screen and (max-width: 760px) {
	.login-content .login-wrap {
		min-height: 50px;
	}
	
	.login-content>div {
		min-height: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.order-list .order-info {
		text-align: center;
		padding: 5px 0;
		width: 50px;
	}
}

@media only screen and (max-width: 460px) {
	.wishlist-info .model, .wishlist-info
.stock {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	#content ::-webkit-scrollbar {
		-webkit-appearance: none;
	}
	
	#content ::-webkit-scrollbar:horizontal {
		height: 10px;
	}
	
	#content ::-webkit-scrollbar-thumb {
		background-color: #999;
	}
	
	#content ::-webkit-scrollbar-track {
		background-color: #ddd;
	}
}

@media only screen and (max-width: 1024px) {
	.compare-info .cart
a {
		width: 100%;
		margin: 0;
	}
	
	.compare-info .cart a:first-of-type {
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 760px) {
	.cart-info .model, .cart-info
.price {
		display: none;
	}
	
	.cart-info .name
a {
		white-space: normal;
	}
	
	.compare-info.table>tbody>tr>td, .table-responsive>.table>tbody>tr>td.name {
		white-space: normal;
	}
	
	.compare-info.table>tbody>tr>td {
		min-width: 180px;
	}
}

@media only screen and (max-width: 470px) {
	.cart-info
.quantity {
		min-width: 50px;
	}
	
	.cart-info .quantity input[type="text"] {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 5px;
		right: 0;
	}
	
	.cart-info .image
img {
		max-width: 50px;
	}
	
	.sc-page .buttons > div, .sc-page .buttons > div
a {
		width: 100%;
	}
	
	.sc-page .buttons
.right {
		margin-bottom: 10px;
	}
	
	#total
.right {
		width: 74%;
	}
	
	.checkout-content
table {
		table-layout: auto;
	}
}

@media only screen and (max-width: 760px) {
	.checkout-content
label {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.confirm-section > div label input[type='radio'], .confirm-section > div label input[type='checkbox'] {
		margin: 4px 5px 5px 0;
		float: left;
	}
	
	.confirm-section > div label
a {
		margin-left: 3px;
	}
	
	.confirm-section>div::after {
		content: "";
		display: table;
		width: 100%;
		clear: both;
	}
	
	.confirm-section>div:first-of-type {
		margin-bottom: 5px;
	}
	
	.modal-open {
		overflow: hidden;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 470px) {
	.checkout-content .left, .checkout-content
.right {
		width: 100%;
	}
	
	.checkout-content
table {
		table-layout: fixed;
	}
	
	.checkout-content table
td {
		width: 100%;
	}
	
	.checkout-content thead .model, .checkout-content thead .quantity, .checkout-content thead .price, .checkout-content tbody .model, .checkout-content tbody .quantity, .checkout-content tbody
.price {
		display: none;
	}
	
	.checkout-content
.button {
		display: block;
		float: right;
	}
	
	.checkout-content .buttons
a {
		display: inline-block;
	}
	
	.checkout-content .buttons
.right {
		text-align: left;
	}
	
	.checkout-content .left .button, .checkout-content #login
.button {
		float: none;
	}
}

@media only screen and (max-width: 760px) {
	.sitemap-info>div {
		width: 100%;
		padding: 0;
	}
	
	.sitemap-info>div:first-of-type {
		padding: 0;
		padding-bottom: 20px;
	}
	
	.manufacturer-list
ul {
		display: block;
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	#content.search-page
h2 {
		padding: 8px;
		line-height: 18px;
		height: auto;
	}
	
	#content.search-page .content
select {
		display: block;
		margin: 10px 0;
	}
	
	#content.search-page .content
label {
		min-width: 95%;
		display: inline-block;
	}
}

@media only screen and (max-width: 760px) {
	#content.search-page .content
label {
		min-width: 90%;
	}
}

@media only screen and (max-width: 470px) {
	#content.search-page .content
label {
		min-width: 85%;
	}
}

@media only screen and (max-width: 760px) {
	[data-hint]:before, [data-hint]:after {
		display: none !important;
	}
	
	footer .contacts-left, footer .contacts-right {
		float: none;
	}
	
	footer .bottom-footer {
		height: auto;
		overflow: visible;
		border-radius: 0;
	}
	
	footer .bottom-footer
.copyright {
		float: none;
		height: auto;
		margin-bottom: 10px;
		line-height: 50px;
		padding-left: 0 !important;
		text-align: center;
		width: 100%;
	}
	
	footer .bottom-footer
.payments {
		padding-right: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		float: none;
	}
	
	footer .bottom-footer .payments
img {
		max-height: 25px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#footer
.contacts {
		border-radius: 0;
	}
	
	#footer .contacts>div>span {
		display: block;
		margin-bottom: 5px;
	}
	
	#footer .contacts>div>span.hint--top {
		display: inline-block;
	}
	
	.footer-post-title {
		white-space: normal !important;
	}
	
	.collapse-footer-columns .column>h3 {
		position: relative;
	}
	
	.collapse-footer-columns .column>h3+div {
		display: none;
	}
	
	.collapse-footer-columns .column>h3::after {
		content: "";
		font-size: 12px;
		position: absolute;
		right: 7px;
		top: 3px;
		transition: all .05s ease-out;
	}
	
	.collapse-footer-columns .column>h3.column-open::after {
		top: 3px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.collapse-footer-columns
.column.products {
		padding-bottom: 0;
	}
	
	.collapse-footer-columns .column.products>h3 {
		margin-bottom: 0;
	}
	
	.collapse-footer-columns .column.products>h3+div {
		margin-top: 8px;
	}
	
	.collapse-footer-columns
.column.text {
		min-height: 100%;
	}
	
	.collapse-footer-columns .column.text
h3 {
		margin-bottom: 0;
	}
	
	.collapse-footer-columns .column.text h3+div {
		margin-top: 12px;
	}
	
	.collapse-footer-columns .column:last-of-type
h3 {
		border-bottom-width: 0;
	}
	
	.collapse-footer-columns .column:last-of-type.xs-50
h3 {
		border-bottom-width: 1px;
	}
	
	.default-header .lang-full-mobile .journal-language {
		left: 5px;
	}
}

@media only screen and (max-width: 470px) {
	footer .contacts > div .no-name {
		display: inline-block;
		margin-bottom: 0;
	}
	
	footer .bottom-footer
.copyright {
		line-height: 100%;
		padding-top: 12px;
	}
}

@media only screen and (max-width: 1024px) {
	.gallery-thumb a:before, .gallery-thumb .item-hover {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	.cms-block, .static-banner {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.multi-modules-column {
		width: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	.two-columns #content .journal-newsletter .newsletter-text {
		float: none;
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.two-columns #content .journal-newsletter .newsletter-input-wrap {
		float: none;
		width: 100% !important;
		height: auto !important;
		text-align: center;
	}
	
	.two-columns #content .journal-newsletter .newsletter-input-wrap .newsletter-button {
		position: relative;
		left: auto !important;
		right: auto !important;
		width: 100%;
	}
	
	.two-columns #content .journal-newsletter .newsletter-input-wrap input+.button {
		margin-top: 0;
	}
	
	.one-column #content .journal-newsletter .newsletter-text {
		float: none;
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.one-column #content .journal-newsletter .newsletter-input-wrap {
		float: none;
		width: 100% !important;
		text-align: center;
	}
}

@media only screen and (max-width: 760px) {
	#content .journal-newsletter .newsletter-text, footer .journal-newsletter .newsletter-text, #top-modules .journal-newsletter .newsletter-text, #bottom-modules .journal-newsletter .newsletter-text {
		float: none;
		display: block !important;
		width: 100% !important;
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	#content .journal-newsletter .newsletter-input-wrap, footer .journal-newsletter .newsletter-input-wrap, #top-modules .journal-newsletter .newsletter-input-wrap, #bottom-modules .journal-newsletter .newsletter-input-wrap {
		float: none;
		width: 100% !important;
		height: auto !important;
		text-align: center;
	}
	
	#content .journal-newsletter .newsletter-input-wrap input, footer .journal-newsletter .newsletter-input-wrap input, #top-modules .journal-newsletter .newsletter-input-wrap input, #bottom-modules .journal-newsletter .newsletter-input-wrap
input {
		min-height: 34px;
	}
	
	#content .journal-newsletter .newsletter-input-wrap .newsletter-button, footer .journal-newsletter .newsletter-input-wrap .newsletter-button, #top-modules .journal-newsletter .newsletter-input-wrap .newsletter-button, #bottom-modules .journal-newsletter .newsletter-input-wrap .newsletter-button {
		position: relative !important;
		left: auto !important;
		right: auto !important;
		width: 100%;
		top: 0 !important;
		margin-top: 5px !important;
	}
	
	#content .journal-newsletter .newsletter-input-wrap input + .button, footer .journal-newsletter .newsletter-input-wrap input + .button, #top-modules .journal-newsletter .newsletter-input-wrap input + .button, #bottom-modules .journal-newsletter .newsletter-input-wrap input+.button {
		margin-top: 0;
	}
	
	.ui-pnotify {
		top: 0;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 470px) {
	.posts h2
a {
		height: auto !important;
	}
	
	.blog-list-view .posts .post-image {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	
	.blog-list-view .posts .post-item-details {
		float: none;
		width: 100%;
	}
	
	.blog-list-view .posts
h2 {
		margin-top: 10px;
	}
	
	.blog-list-view .posts h2
a {
		height: auto !important;
		display: inline-block;
		border-bottom: 1px solid #e4e4e4;
		padding-bottom: 7px;
	}
	
	.blog-list-view .post-text {
		padding: 5px 10px 10px 0;
	}
	
	.blog-list-view .comment-date {
		padding: 5px 0;
		border: 0;
	}
}

@media only screen and (max-width: 500px) {
	.posts.blog-list-view .post-image {
		float: none;
		display: block;
		margin-bottom: 12px;
		width: 100% !important;
	}
	
	.posts.blog-list-view .post-item-details {
		width: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	.two-columns .posts h2
a {
		height: auto !important;
	}
}

@media only screen and (max-width: 1220px) {
	.two-columns.blog-list-view .posts .post-image {
		width: 35%;
	}
	
	.two-columns.blog-list-view .post-item-details {
		width: 65%;
	}
}

@media only screen and (max-width: 980px) {
	.two-columns.blog-list-view .post-image {
		float: none;
		padding-right: 0;
		width: 100%;
	}
	
	.two-columns.blog-list-view .post-item-details {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.comments > .comment, .comments
.reply {
		padding: 15px 15px 15px 15px;
	}
	
	.comments
.avatar {
		position: relative;
		float: left;
		top: 0;
		left: 0;
		margin: 0 10px 0 0;
	}
	
	.comment-form
form {
		padding: 15px;
	}
	
	.comment-form form > div
input {
		width: 100%;
		max-width: 100%;
	}
	
	.blog-post .post-stats
span {
		display: block;
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 760px) {
	.comments .reply, .reply-form, .comments .reply+.success {
		margin-left: 0;
	}
}

@media only screen and (max-width: 760px) {
	.oc2 #column-right + .row
#content {
		margin-right: 0;
	}
	
	.oc2 #column-left + .row
#content {
		margin-left: 0;
	}
	
	.oc2 fieldset label, .oc2 fieldset label + div, .oc2 fieldset label+input.form-control {
		width: 100%;
	}
	
	.oc2 fieldset label, .oc2 fieldset label+div {
		padding-top: 0;
	}
	
	.oc2 .captcha-row .pull-right {
		margin-left: 0;
	}
	
	.oc2 .contact-page
.col {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
	}
	
	.oc2 .contact-page .col-sm-10 {
		width: 100%;
	}
	
	.oc2 .form-horizontal .form-group
label {
		width: 100%;
		float: none;
		margin-bottom: 2px;
	}
	
	.oc2 .form-horizontal .form-group label+div {
		width: 100%;
	}
	
	.oc2 .action-area .panel-body
label {
		display: inline-block;
		margin-bottom: 5px;
	}
	
	.oc2 .action-area .panel-body .input-group {
		width: 100%;
	}
	
	.oc2 .action-area .panel-body .input-group input[type="text"] {
		min-width: 100%;
		width: 100%;
	}
	
	.oc2 .action-area .panel-body .input-group .input-group-btn {
		margin-top: 5px;
		display: block;
	}
	
	.oc2 .action-area .panel-body .input-group
.button {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	
	.oc2 .action-area .sc-shipping .form-horizontal .form-group
label {
		padding-top: 0;
	}
	
	.oc2 .action-area .sc-shipping .form-horizontal .form-group label+div {
		width: 100%;
	}
	
	.oc2 .action-area .sc-shipping
.button {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 980px) {
	.journal-checkout .left
select {
		width: 100%;
		margin-left: 0;
	}
	
	.journal-checkout .left input[type='radio'] {
		margin-left: 0;
	}
	
	.journal-checkout .left
.button {
		width: 100%;
	}
	
	.journal-checkout .right
select {
		margin-left: 0;
	}
	
	.journal-checkout .section-left .coupon-voucher input[type='text'], .journal-checkout .section-left .coupon-voucher .input-group-btn, .journal-checkout .section-left .coupon-voucher
input {
		width: 100%;
	}
	
	.journal-checkout .section-left .coupon-voucher input[type='text'] {
		margin-bottom: 7px;
	}
	
	.journal-checkout
label {
		padding-right: 0;
		line-height: 1;
	}
	
	.journal-checkout label
input {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	
	.journal-checkout .coupon-voucher .panel-body {
		display: block;
		float: none;
	}
	
	.journal-checkout .coupon-voucher .checkout-coupon {
		padding-right: 0;
		margin-bottom: 10px;
	}
	
	.journal-checkout
.spw {
		margin-bottom: 0;
	}
	
	.journal-checkout .spw>div {
		display: block;
	}
	
	.journal-checkout .spw>div:first-of-type {
		padding-right: 12px;
	}
	
	.journal-checkout .checkout-cart
td.quantity {
		padding: 5px;
	}
	
	.journal-checkout .checkout-cart td.quantity input[type='text'] {
		display: block;
		float: none;
		width: auto;
		min-width: 42px;
		margin: 0 auto;
	}
	
	.journal-checkout .checkout-cart td.quantity .input-group {
		display: inline-block;
	}
	
	.journal-checkout .checkout-cart td.quantity .input-group
input {
		margin-top: 5px;
	}
	
	.journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
		margin-right: 5px;
	}
	
	.journal-checkout .checkout-cart
td.image {
		padding-right: 5px;
	}
	
	.journal-checkout .confirm-order
.button {
		width: 100%;
	}
	
	.journal-checkout .checkout-cart
td.name {
		padding-left: 15px;
	}
	
	.journal-checkout .coupon-voucher .input-group-btn {
		padding-left: 0;
	}
	
	.oc2 .journal-checkout .checkout-cart
td.quantity {
		padding: 5px;
	}
	
	.oc2 .journal-checkout .checkout-cart td.quantity input[type='text'] {
		min-width: 77px;
		margin-bottom: 5px;
	}
	
	.oc1 .journal-checkout .form-horizontal .form-group
label {
		width: 100%;
		float: none;
	}
	
	.oc1 .journal-checkout .form-horizontal .form-group label+div {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 760px) {
	.one-page-checkout {
		margin-bottom: 20px;
	}
	
	.journal-checkout {
		display: block;
	}
	
	.journal-checkout .left, .journal-checkout
.right {
		width: 100%;
		padding-right: 0;
	}
	
	.journal-checkout
.left {
		margin-bottom: 15px;
	}
	
	.journal-checkout .left.login-mobile .checkout-content.checkout-register {
		display: none;
	}
	
	.journal-checkout .left.login-mobile .checkout-content.checkout-login {
		margin-bottom: 0;
	}
	
	.journal-checkout #shipping-address {
		margin-top: 18px;
	}
	
	.journal-checkout .spw>div:first-of-type {
		padding-right: 0;
	}
	
	.journal-checkout .coupon-voucher input[type='text'], .journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher
input {
		width: 100%;
	}
	
	.journal-checkout #payment-confirm-button fieldset #card-new
label {
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}
	
	.journal-checkout #payment-confirm-button fieldset #card-new label+div {
		display: block;
		width: 100%;
	}
	
	.journal-checkout #payment-confirm-button fieldset input[type='text'], .journal-checkout #payment-confirm-button fieldset input[type='email'], .journal-checkout #payment-confirm-button fieldset input[type='password'], .journal-checkout #payment-confirm-button fieldset input[type='tel'], .journal-checkout #payment-confirm-button fieldset
textarea {
		width: 100%;
		max-width: 100%;
	}
	
	.journal-checkout .coupon-voucher .panel-body:nth-of-type(1) {
		padding-right: 0;
	}
	
	.journal-checkout .checkout-product
table {
		min-width: 460px;
	}
	
	.journal-checkout .checkout-product table
td {
		width: auto;
	}
	
	.journal-checkout .checkout-cart
td.name {
		padding-left: 0;
	}
	
	.journal-checkout .checkout-content thead .model, .journal-checkout .checkout-content thead .quantity, .journal-checkout .checkout-content thead .price, .journal-checkout .checkout-content tbody .model, .journal-checkout .checkout-content tbody .quantity, .journal-checkout .checkout-content tbody
.price {
		display: table-cell;
	}
	
	.journal-checkout .checkout-cart td.name
a {
		margin-left: 0;
	}
	
	.journal-checkout .checkout-cart td.image
img {
		max-width: 80%;
	}
	
	.is-customer .journal-checkout section.section-left, .is-customer .journal-checkout section.section-right {
		width: 100%;
		padding-left: 0;
	}
	
	.is-customer .journal-checkout .section-left {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 760px) {
	.product-filter .sort
select {
		width: 94%;
		margin-left: 3%;
	}
	
	.product-filter
.sort {
		max-width: 100%;
		right: 0;
		width: 100%;
		bottom: 0;
	}
	
	.product-filter {
		height: 80px;
		position: relative;
	}
	
	.product-compare
a {
		font-size: 12px;
	}
	
	.product-filter
.display {
		margin-right: -10px;
	}
}

@media only screen and (max-width: 470px) {
	.product-filter
.limit {
		top: 5px;
		position: absolute;
		right: -5px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
	.journal-popup
img {
		max-height: 200px;
		width: auto;
	}
}

@media only screen and (max-width: 470px) {
	div.journal-popup
img {
		max-height: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.oc1 .journal-checkout .checkout-cart tbody
td {
		width: 100% !important;
		border-left-width: 1px;
	}
	
	.oc1 .journal-checkout .checkout-cart tbody tr:first-of-type
td {
		border-bottom-width: 0;
	}
	
	.category-page .heading-title, .manufacturer-page .heading-title, .search-page .heading-title, .special-page .heading-title {
		display: table;
		width: 100%;
	}
	
	.has-popup {
		overflow: hidden;
	}
	
	.mfp-container {
		padding: 0;
	}
	
	.mfp-wrap {
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.mfp-content {
		overflow: visible;
	}
	
	.mfp-content {
		text-align: center;
	}
	
	.journal-popup, .journal-popup-content {
		height: auto !important;
		text-align: left;
	}
	
	.journal-popup .journal-popup-header-content {
		padding: 7px 20px 7px 7px;
	}
	
	.journal-popup-newsletter .journal-newsletter {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.journal-popup-newsletter .journal-newsletter.text-left .newsletter-text, .journal-popup-newsletter .journal-newsletter.text-left .newsletter-input-wrap {
		width: 100%;
		float: none;
		margin-top: 10px;
		display: block;
	}
	
	.journal-popup-contact .content, .journal-popup-contact
fieldset {
		padding: 10px;
	}
	
	.journal-popup, .mfp-wrap {
		width: 96% !important;
		left: 1%;
		max-height: 100vh;
	}
	
	.journal-popup label, .mfp-wrap
label {
		line-height: 1;
		font-size: 12px;
		position: relative;
	}
	
	.journal-popup .journal-popup-footer-content, .mfp-wrap .journal-popup-footer-content {
		padding: 0 10px;
	}
	
	.journal-popup-footer-content
.button {
		line-height: 26px;
		font-size: .9em;
	}
	
	.journal-popup-footer-content.has-btn {
		height: auto !important;
	}
	
	.journal-checkout .confirm-order {
		margin-top: 5px;
	}
	
	.journal-popup.journal-popup-text {
		display: inline-block;
	}
	
	.mfp-content {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) {
	.mfp-container {
		overflow: hidden;
	}
	
	.journal-popup .mfp-close {
		top: -7px;
		right: -7px;
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	}
	
	.journal-popup
textarea {
		height: 100px;
		height: 20vh;
	}
	
	.radio.check-terms {
		padding-top: 10px;
	}
	
	.radio.check-terms
input {
		display: block;
		float: left;
	}
}

@media only screen and (max-width: 760px) and (orientation: landscape) {
	.journal-popup.journal-popup-text {
		left: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	.journal-popup.journal-popup-text .journal-popup-content p
img {
		max-height: 160px;
		max-height: 52vh;
	}
	
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
		width: auto;
	}
}

@media only screen and (max-width: 600px) and (orientation: landscape) {
	.journal-popup.journal-popup-text {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	
	.journal-popup.journal-popup-text .journal-popup-content p
img {
		max-height: 125px;
		max-height: 66vh;
	}
	
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
		height: 100vh;
	}
	
	.journal-popup, .mfp-wrap {
		width: 100% !important;
		left: 0;
		max-height: none;
	}
	
	.mfp-content {
		vertical-align: top;
	}
}

@media only screen and (max-width: 760px) {
	.mobile-menu {
		overflow-y: scroll !important;
		max-height: calc(100vh - 40px);
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 760px) {
	.filter-on-mobile.category-page #container #column-left, .filter-on-mobile.manufacturer-page #container #column-left, .filter-on-mobile.search-page #container #column-left, .filter-on-mobile.special-page #container #column-left {
		display: block !important;
		width: 100% !important;
		padding-right: 20px !important;
		padding-bottom: 0;
		position: relative;
		z-index: 9;
	}
	
	.open-filter {
		display: block !important;
		color: white;
		background-color: #5f6874;
		line-height: 38px;
		padding-left: 15px;
		font-family: inherit;
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	.open-filter::before {
		content: "";
		font-size: 16px;
		float: left;
		margin-right: 10px;
		color: white;
	}
	
	.sf-reset, .side-column .journal-sf
.box {
		display: none;
	}
	
	#column-left+#content {
		padding-top: 0 !important;
		clear: left;
	}
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
	.journal-header-center .autocomplete2-suggestions {
		min-width: 240px;
	}
}

@media only screen and (max-width: 980px) {
	.journal-header-default .journal-cart {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	
	.side-column .oc-module .product-details {
		max-width: 110px;
	}
}

@media only screen and (max-width: 760px) {
	.oc2
.alert {
		display: block;
	}
	
	.default-header .journal-top-header {
		display: none;
	}
	
	.journal-header-default .journal-logo {
		height: 85px;
	}
	
	.journal-header-default .header-assets {
		position: static;
	}
	
	.journal-header-center .links a, .journal-header-center .links .no-link {
		height: 40px;
	}
	
	.journal-header-center
#header {
		padding-top: 0;
	}
	
	.journal-header-center #header .journal-links {
		position: relative;
	}
	
	.journal-header-center .journal-search {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	
	.journal-header-center .journal-cart {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
}

.iphone .form-horizontal .form-group label, .ipad .form-horizontal .form-group
label {
	padding-top: 0;
}

@supports ((display: -webkit-box) or (display: -webkit-flex) or (display: -ms-flexbox) or (display: flex)) {
	.product-grid, .box-product, .cms-blocks .blocks, .refine-images {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.product-list, .product-grid-item, .product-wrapper, .product-wrapper .product-details, .product-wrapper .product-details
.caption {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.product-details {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.product-wrapper, .product-details, .product-details
.caption {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.product-details
.caption {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.cms-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.block-content-top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.block-content-top .block-icon {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.blog-grid-view, .posts.box-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.post-module .post-item, .blog-grid-view>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.post-wrapper, .post-item-details {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.blog-list-view .post-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.post-item-details {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.mega-menu>div, .mega-menu-column.mega-menu-categories>div, .mega-menu-column.mega-menu-products>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.mega-menu>div>h3, .mega-menu-column.mega-menu-categories>div>h3, .mega-menu-column.mega-menu-products>div>h3 {
		width: 100%;
	}
	
	.mega-menu .mega-menu-item, .mega-menu-column.mega-menu-categories .mega-menu-item, .mega-menu-column.mega-menu-products .mega-menu-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.mega-menu .mega-menu-item > div, .mega-menu-column.mega-menu-categories .mega-menu-item > div, .mega-menu-column.mega-menu-products .mega-menu-item>div {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	footer
.columns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.journal-checkout #payment-confirm-button fieldset #card-new label+div {
		width: auto;
		margin-right: 10px;
	}
	
	.journal-checkout #payment-confirm-button fieldset input[type='text'] {
		min-width: 250px;
	}
	
	#card-new .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#account .form-group
.radio {
		width: auto;
	}
	
	.headline-mode .quote>div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.headline-mode .quote.cta-center>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.oc2 .ui-pnotify-text
a {
	margin: 0;
}

.oc2 .notification-buttons
a {
	margin: 7px 10px 0 0;
}

.oc2.account-page
.buttons.clearfix {
	clear: none;
}

html[dir="rtl"] .breadcrumb {
	text-align: right;
}

html[dir="rtl"] ul.breadcrumb li::before {
	float: right;
}

html[dir="rtl"].catalog-cart .journal-header-center .journal-logo {
	margin-left: auto;
	margin-right: 0;
}

html[dir="rtl"].catalog-cart .journal-header-center .journal-search {
	padding-left: 0;
}

html[dir="rtl"] #cart .heading a>span {
	text-align: left;
	padding-right: 0;
	margin-right: 0;
	margin-left: 40px;
}

html[dir="rtl"] #cart
.content {
	float: left;
}

html[dir="rtl"] #cart .checkout a+a {
	margin-left: auto;
	margin-right: 10px;
}

html[dir="rtl"] #cart .heading
i {
	left: 0;
	right: auto;
	border-left-width: 0;
	border-right-width: 1px;
}

html[dir="rtl"] .journal-header-center #cart .heading a>span {
	padding-left: 8px;
}

html[dir="rtl"] .mini-cart-info
table {
	width: 100%;
}

html[dir="rtl"] .mini-cart-info table tr
td.image {
	width: auto;
}

html[dir="rtl"] .mini-cart-info table tr
td.name {
	padding-right: 10px;
}

html[dir="rtl"] .mini-cart-info table tr td.remove
i {
	left: auto;
}

html[dir="rtl"] .mini-cart-info table tr td.remove i::before {
	top: 0;
}

html[dir="rtl"] .mini-cart-info table tr
td.total {
	text-align: left;
}

html[dir="rtl"] .mini-cart-info table tr
td.quantity {
	text-align: left;
}

html[dir="rtl"] .mini-cart-total {
	text-align: left;
}

html[dir="rtl"] .mini-cart-total
.table {
	padding: 5px 10px 3px 0;
}

html[dir="rtl"] .button-search {
	border-right-color: transparent;
	border-left-width: 1px;
}

html[dir="rtl"] #search
input {
	padding-left: 10px;
	padding-right: 50px;
}

html[dir="rtl"] .autocomplete2-suggestion .p-image, html[dir="rtl"] .autocomplete2-suggestion .p-name {
	float: right;
}

html[dir="rtl"] .autocomplete2-suggestion .p-name {
	padding-right: 8px;
}

html[dir="rtl"] .autocomplete2-suggestion span.p-price {
	width: 100%;
}

html[dir="rtl"] .autocomplete2-suggestion span.p-price .price-old {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

html[dir="rtl"] .has-dropdown::after {
	margin-left: 0;
	margin-right: 5px;
}

html[dir="rtl"] .journal-secondary .top-menu>li:last-of-type {
	padding-left: 10px;
}

html[dir="rtl"] .journal-header-default .links li
i {
	margin-right: 0 !important;
	margin-left: 5px;
}

html[dir="rtl"] .journal-header-default .links li:last-of-type a, html[dir="rtl"] .journal-header-default .links li:last-of-type .no-link {
	border-right-width: 1px;
	border-left-width: 0;
}

html[dir="rtl"] .journal-header-default .links li:first-of-type a, html[dir="rtl"] .journal-header-default .links li:first-of-type .no-link {
	border-right-width: 0;
}

html[dir="rtl"] .journal-header-default .super-menu>li:first-of-type {
	border-left-width: 1px;
}

html[dir="rtl"] .journal-header-default .super-menu>li:last-of-type {
	border-left-width: 0;
	border-right-width: 0;
}

html[dir="rtl"] .journal-header-default .super-menu > li.float-left:last-of-type, html[dir="rtl"] .journal-header-default .super-menu>li.float-right:last-of-type {
	border-left-width: 1px;
}

html[dir="rtl"].boxed-header .super-menu>li:last-of-type {
	border-left-width: 0;
}

html[dir="rtl"].boxed-header .super-menu>li:first-of-type {
	border-left-width: 1px;
}

html[dir="rtl"].boxed-header .super-menu>li.float-right:first-of-type {
	border-left-width: 0;
}

html[dir="rtl"] header .no-link {
	margin-right: 0;
	margin-left: 0;
}

html[dir="rtl"] .super-menu > li:not(.icon-only) > a
i {
	margin-right: 0 !important;
	margin-left: 5px;
}

html[dir="rtl"] .journal-header-default .mega-menu, html[dir="rtl"] .journal-header-menu.sticky-header .mega-menu {
	left: 0;
}

html[dir="rtl"] .mega-menu .mega-menu-column {
	float: right;
}

html[dir="rtl"] .mega-menu>div {
	margin-right: 0;
	margin-left: -15px;
}

html[dir="rtl"] .mega-menu-item
h3 {
	text-align: right;
}

html[dir="rtl"] .mega-menu-column > div > h3, html[dir="rtl"] .mega-menu-column>h3 {
	text-align: right;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li
a {
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-left
img {
	float: right;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li a::before, html[dir="rtl"] .flyout .mega-menu-categories .mega-menu-item ul li a::before {
	display: none;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item ul li a::after, html[dir="rtl"] .flyout .mega-menu-categories .mega-menu-item ul li a::after {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

html[dir="rtl"] .mega-menu-mixed .mega-menu>div {
	margin-left: 0;
}

html[dir="rtl"] .mega-menu-mixed .mega-menu > div p
img {
	margin-right: 0 !important;
}

html[dir="rtl"] .mega-menu .mega-menu-column:last-of-type>div>h3 {
	margin-left: 0;
}

html[dir="rtl"] .mega-menu .mega-menu-column.mega-menu-products>div {
	margin-right: 0;
}

html[dir="rtl"] .drop-down ul li
a {
	padding: 11px 9px 12px 25px;
}

html[dir="rtl"] .drop-down .menu-plus {
	right: auto;
	left: 8px;
}

html[dir="rtl"] .drop-down .menu-plus::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

html[dir="rtl"] .drop-down ul li
ul {
	right: 100%;
	left: auto;
}

html[dir="rtl"] .journal-header-center .journal-secondary
.links {
	float: left;
}

html[dir="rtl"] .journal-header-center .button-search
i {
	margin-right: 3px;
}

html[dir="rtl"] .journal-header-center #cart .heading
i {
	border-left-color: transparent;
}

html[dir="rtl"] .journal-header-center .links a i, html[dir="rtl"] .journal-header-center .links .no-link
i {
	margin-right: 0 !important;
	margin-left: 5px;
}

html[dir="rtl"] .journal-header-center .top-menu>li:last-of-type {
	padding-left: 0;
}

html[dir="rtl"] .journal-header-mega .journal-search {
	padding-right: 0;
	padding-left: 5%;
}

html[dir="rtl"] #cart .content .cart-wrapper::before {
	right: auto;
	left: 10px;
}

html[dir="rtl"].journal-desktop .menu-floated .float-left {
	float: right;
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

html[dir="rtl"].journal-desktop .menu-floated .float-left:first-of-type {
	border-right-width: 1px;
}

html[dir="rtl"].journal-desktop .menu-floated .float-right {
	float: left;
}

html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {
	border-right-width: 1px;
}

html[dir="rtl"].journal-desktop .menu-floated .float-right:first-of-type {
	border-left-width: 0;
}

html[dir="rtl"] .pull-right {
	float: left;
}

html[dir="rtl"] .pull-left {
	float: right;
}

html[dir="rtl"] table.list thead
td {
	text-align: right;
}

html[dir="rtl"] .multi-modules-column {
	float: right;
}

html[dir="rtl"] .has-cta .rotator-text {
	margin-left: 5px;
}

html[dir="rtl"] .headline-mode .quote .button-icon-right
i {
	margin-left: 0;
	margin-right: 7px !important;
	float: left;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .product-grid-item .enquiry-button i::before {
	margin-right: 0;
}

html[dir="rtl"] .button-cart-text {
	margin-right: 5px;
}

html[dir="rtl"] .product-grid-item
.compare {
	padding-right: 0;
}

html[dir="rtl"] .alert
.fa {
	top: -2px;
	margin-left: 5px;
}

html[dir="rtl"] .alert
button {
	right: auto;
	left: 10px;
}

html[dir="rtl"] .fa {
	margin-left: 0;
}

html[dir="rtl"] .manufacturer-list
ul {
	float: right;
}

html[dir="rtl"] .sitemap-info>div:first-of-type {
	padding-left: 15px;
	padding-right: 0;
}

html[dir="rtl"] .sitemap-info>div {
	float: right;
}

html[dir="rtl"] .sitemap-info>div>ul {
	padding: 10px 10px 5px 0;
}

html[dir="rtl"] .date .input-group-btn button, html[dir="rtl"] .time .input-group-btn button, html[dir="rtl"] .datetime .input-group-btn
button {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir="rtl"] .label-sale, html[dir="rtl"] .label-latest {
	left: 5px;
	right: auto;
}

html[dir="rtl"] .label-outofstock {
	-webkit-transform: translate(30%, 130%) rotate(45deg);
	transform: translate(30%, 130%) rotate(45deg);
}

html[dir="rtl"] .countdown span:last-of-type {
	border-right-width: 1px !important;
}

html[dir="rtl"] .countdown span:first-of-type {
	border-right-width: 0 !important;
}

html[dir="rtl"] .expire-text {
	text-align: right;
}

html[dir="rtl"] .box-sections ul li:first-of-type {
	border-right-width: 0;
}

html[dir="rtl"] .box-sections ul li:last-of-type {
	border-right-width: 1px;
}

html[dir="rtl"] .single-section .box-sections ul li
a {
	text-align: right;
}

html[dir="rtl"] .single-section .box-sections ul li:last-of-type {
	border-right-width: 0;
}

html[dir="rtl"] .ui-pnotify-closer {
	right: auto;
	left: 3px;
}

html[dir="rtl"] .ui-pnotify-text
img {
	float: right;
	margin: 0 0 10px 10px;
}

html[dir="rtl"] .notification-buttons {
	float: right;
}

html[dir="rtl"] .notification-buttons
a {
	margin: 7px 0 0 8px;
}

html[dir="rtl"] .journal-carousel .htabs
a {
	float: right;
}

html[dir="rtl"] .posts:not(.column) {
	margin: 20px 0 0 0;
}

html[dir="rtl"] .side-column .journal-carousel .htabs
a {
	text-align: right;
}

html[dir="rtl"] .journal-carousel .box-product {
	margin-right: 0 !important;
}

html[dir="rtl"] .journal-carousel .htabs.box-heading {
	padding-right: 0;
}

html[dir="rtl"] .journal-carousel .htabs a:last-of-type {
	border-left: 1px solid white;
}

html[dir="rtl"] .journal-carousel .htabs a:only-of-type {
	border-left-width: 0;
}

html[dir="rtl"] .tp-leftarrow, html[dir="rtl"] .tp-leftarrow.default, html[dir="rtl"] .tp-rightarrow, html[dir="rtl"] .tp-rightarrow.default {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .journal-popup-footer-content .dont-show-label {
	left: auto;
	right: 5px;
}

html[dir="rtl"] .journal-popup-footer-content .dont-show-label
label {
	padding-right: 0;
}

html[dir="rtl"] .journal-popup .mfp-close {
	right: auto;
	left: -16px;
}

html[dir="rtl"] .heading-title, html[dir="rtl"] .box-heading:not(.box-sections), html[dir="rtl"] #blogArticle
.articleHeader h1, html[dir="rtl"] .journal-carousel .htabs.single-tab a, html[dir="rtl"] .oc-filter .panel-heading, html[dir="rtl"] .post-module .box-heading, html[dir="rtl"] #content h1.heading-title, html[dir="rtl"] .secondary-title, html[dir="rtl"] #content #review-title {
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"].oc2 .product-info .right .price-old {
	float: right;
	margin-left: 5px;
}

html[dir="rtl"] .journal-newsletter .newsletter-input-wrap .newsletter-button {
	top: 4px;
	right: auto !important;
	left: 4px;
}

html[dir="rtl"] .journal-newsletter:not(.text-top) .box-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

html[dir="rtl"] .journal-newsletter.text-left .newsletter-text {
	padding-right: 0;
	padding-left: 20px;
	width: auto;
	text-align: right;
}

html[dir="rtl"] .journal-newsletter.text-top .newsletter-text {
	text-align: right;
}

html[dir="rtl"] footer .column-menu-wrap > ul li
i {
	margin-right: 0 !important;
	margin-left: 8px;
	text-align: right;
}

html[dir="rtl"] footer .column-text-wrap
img {
	height: auto !important;
	float: right !important;
	margin: 0 0 2px 10px !important;
}

html[dir="rtl"] footer
.column {
	padding: 0 15px 0 0;
}

html[dir="rtl"] footer .column:not(.newsletter):last-of-type {
	padding-left: 15px;
}

html[dir="rtl"] footer
.columns {
	padding-left: 0;
}

html[dir="rtl"] .footer-post-image {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] .p-date {
	margin-right: 0;
	margin-left: 7px;
}

html[dir="rtl"] .footer-post-title, html[dir="rtl"] .footer-post .comment-date {
	text-align: right;
}

html[dir="rtl"] .column.products .product-details {
	float: none;
}

html[dir="rtl"] .column.products .product-grid-item
.image {
	float: right;
}

html[dir="rtl"] .column.products .product-grid-item, html[dir="rtl"] .column.products .product-grid-item .name a, html[dir="rtl"] .column.products .product-grid-item .price, html[dir="rtl"] footer .column>h3 {
	text-align: right;
}

html[dir="rtl"] .column.products .product-details {
	max-width: 100%;
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"] footer .contacts [data-hint]:after {
	margin-left: 2px;
}

html[dir="rtl"] footer .contacts .hint--top:before {
	margin-left: -6px;
}

html[dir="rtl"] .bottom-footer
.payments {
	float: left;
}

html[dir="rtl"] .bottom-footer .no-copyright
.payments {
	float: none;
}

html[dir="rtl"] .bottom-footer
.copyright {
	float: right;
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"] .bottom-footer .no-payments
.copyright {
	float: none;
}

html[dir="rtl"] .bottom-footer
.block-icon-left {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] footer .contacts-right {
	float: left;
}

html[dir="rtl"] footer .contacts-left {
	float: right;
}

html[dir="rtl"] .product-list-item
.image {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

html[dir="rtl"] .product-list-item .wishlist a i, html[dir="rtl"] .product-list-item .compare a
i {
	padding-right: 0;
	padding-left: 5px;
}

html[dir="rtl"] .product-list-item .button-cart-text {
	margin-right: 0;
}

html[dir="rtl"] .journal-accordion-content {
	text-align: right;
}

html[dir="rtl"] .journal-accordion .journal-accordion-heading::after {
	right: auto;
	left: 5px;
	-webkit-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

html[dir="rtl"] .lg-toolbar .lg-icon {
	float: left;
}

html[dir="rtl"] #lg-counter {
	margin-right: 20px;
}

html[dir="rtl"] .lg-actions .lg-next {
	left: 20px;
	right: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .lg-actions .lg-prev {
	right: 20px;
	left: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .lg-outer .lg-thumb-item {
	float: right;
}

html[dir="rtl"] #lg-intense-zoom {
	left: 50px;
	right: auto;
}

html[dir="rtl"] .rating a:first-of-type {
	margin-left: 0;
	margin-right: 10px;
}

html[dir="rtl"] .social
span {
	float: right;
}

html[dir="rtl"] .product-info>div {
	float: right;
}

html[dir="rtl"] .product-info
.right {
	padding-left: 0;
	padding-right: 20px;
}

html[dir="rtl"] .product-info .right .cart div
.qty {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

html[dir="rtl"] .product-info .right .cart div .button .button-cart-text:before {
	margin-right: 0;
	margin-left: 8px;
}

html[dir="rtl"] .product-info .right .description .product-views-count {
	float: left;
}

html[dir="rtl"] .product-info .option ul
li {
	margin: 0 0 7px 8px;
}

html[dir="rtl"] .product-info .left .image-additional {
	margin-right: 0;
}

html[dir="rtl"] .product-info .left .image-additional .swiper-button-prev {
	left: auto;
	right: 5px;
}

html[dir="rtl"] .product-info .left .image-additional .swiper-button-next {
	right: auto;
	left: 5px;
}

html[dir="rtl"] .product-info .gallery-text:before {
	margin-right: 0;
	margin-left: 5px;
	top: 3px;
}

html[dir="rtl"] #tabs li, html[dir="rtl"] #tabs
a {
	float: right;
}

html[dir="rtl"] #tab-review .buttons .pull-right {
	margin: 10px 0 0 0;
	float: right;
}

html[dir="rtl"] #tab-review .form-group
label {
	margin-top: -4px;
}

html[dir="rtl"] .attribute tbody td, html[dir="rtl"] .attribute thead td, html[dir="rtl"] .attribute thead tr td:first-child {
	text-align: right;
}

html[dir="rtl"] #content
label {
	padding-right: 0;
	padding-left: 20px;
}

html[dir="rtl"] #content label .text-danger {
	position: absolute;
	top: -20px;
}

html[dir="rtl"] .confirm-section
label {
	padding-left: 0 !important;
}

html[dir="rtl"] .confirm-section > div label input[type='radio'], html[dir="rtl"] .confirm-section > div label input[type='checkbox'] {
	margin: 4px 0 5px 5px;
	float: right;
}

html[dir="rtl"] span.error, html[dir="rtl"] .text-danger {
	margin-left: 5px;
}

html[dir="rtl"] .form-horizontal .form-group
label {
	float: right;
}

html[dir="rtl"] .required label:before {
	top: 0;
	margin-right: 0;
	margin-left: 3px;
}

html[dir="rtl"] #content.search-page .content input[type="text"], html[dir="rtl"] #content.search-page .content
select {
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] #content.search-page .content input[type='checkbox'] {
	float: right;
}

html[dir="rtl"] .contact-page
.col {
	float: right;
}

html[dir="rtl"] .wishlist-info tbody .name, html[dir="rtl"] .wishlist-info thead
.name {
	text-align: right;
}

html[dir="rtl"] .cart-info tbody td
a {
	display: inherit;
}

html[dir="rtl"] .cart-info
.name {
	text-align: right;
}

html[dir="rtl"] #total
.right {
	text-align: left;
}

html[dir="rtl"] .sc-page .buttons .pull-left {
	margin-bottom: 0;
	float: right;
}

html[dir="rtl"] .sc-page .buttons .pull-right {
	float: left;
}

html[dir="rtl"] .journal-checkout .left, html[dir="rtl"] .journal-checkout
.right {
	float: right;
}

html[dir="rtl"] .journal-checkout
.left {
	padding-right: 0;
	padding-left: 18px;
}

html[dir="rtl"] .journal-checkout .checkout-product tfoot
td {
	text-align: left;
}

html[dir="rtl"] .journal-checkout .checkout-cart
td.image {
	padding: 10px;
}

html[dir="rtl"] .journal-checkout .secondary-title {
	text-align: right;
}

html[dir="rtl"] .checkout-product tfoot
td {
	text-align: left;
}

html[dir="rtl"] .sf-reset {
	right: auto;
	left: 10px;
}

html[dir="rtl"] .journal-sf .sf-image .box-content ul
li {
	float: right;
}

html[dir="rtl"] .journal-sf ul label input[type=checkbox] {
	margin: 0 5px 0 5px;
}

html[dir="rtl"] .filter-collapse .box-heading::after {
	left: 7px;
	right: auto;
}

html[dir="rtl"] .filter-collapse .is-collapsed .box-heading::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

html[dir="rtl"] .filter-collapse .sf-reset {
	right: auto;
	left: 28px;
}

html[dir="rtl"] .product-grid-item .cart.display-both .button-left-icon::before, html[dir="rtl"] .product-grid-item .enquiry-button i::before {
	margin-right: 0;
	float: right;
}

html[dir="rtl"] .block-icon-left {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html[dir="rtl"] .block-icon-left+.editor-content {
	text-align: right !important;
}

html[dir="rtl"] .category-info img, html[dir="rtl"] .category-info .image
img {
	margin-right: 0;
	margin-left: 15px;
	float: right;
}

html[dir="rtl"] .product-filter .display, html[dir="rtl"] .product-filter .product-compare {
	float: right;
}

html[dir="rtl"] .product-filter .display a+a {
	left: 10px;
}

html[dir="rtl"] .product-filter>div {
	float: left;
}

html[dir="rtl"] .pagination
.links {
	float: right;
}

html[dir="rtl"] .pagination
.results {
	float: left;
}

html[dir="rtl"] .posts.blog-list-view .post-image {
	float: right;
	padding-right: 0;
	padding-left: 15px;
}

html[dir="rtl"] .posts.blog-list-view .post-item-details {
	text-align: right !important;
}

html[dir="rtl"] .post-item-details {
	text-align: right !important;
}

html[dir="rtl"] .comment-date span::before {
	margin-right: 0;
	margin-left: 4px;
	float: right;
}

html[dir="rtl"] .box-search
a {
	left: 0;
	right: auto;
	border-left-width: 0;
	border-right-width: 1px;
}

html[dir="rtl"] .journal-blog-feed {
	right: auto;
	left: 30px;
}

html[dir="rtl"] .journal-blog-feed::before {
	margin-right: 0;
	margin-left: 5px;
}

html[dir="rtl"] .blog-post .post-stats>span:before {
	margin-right: 0;
	margin-left: 4px;
	float: right;
}

html[dir="rtl"] .blog-post
.tags {
	margin: 15px 0 10px 10px;
}

html[dir="rtl"] .blog-post .tags a, html[dir="rtl"] .blog-post .tags
b {
	display: block;
	float: right;
}

html[dir="rtl"] .blog-post .tags::after {
	display: table;
	content: "";
	clear: both;
}

html[dir="rtl"] .blog-post
.social {
	text-align: right;
	padding: 12px 0 0 8px;
}

html[dir="rtl"] .comments
h3 {
	text-align: right;
}

html[dir="rtl"] .comments
.avatar {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

html[dir="rtl"] .comments .reply-btn {
	right: auto;
	left: 13px;
}

html[dir="rtl"] .side-post-image {
	float: right;
	margin-right: 0;
	margin-left: 5%;
}

html[dir="rtl"] .side-blog-tags .box-tag
a {
	float: right;
}

html[dir="rtl"] .journal-popup-contact .form-horizontal .form-group
label {
	padding-right: 0;
	text-align: right;
}

html[dir="rtl"] .dont-show-label input[type='checkbox'] {
	margin-right: 0;
}

html[dir="rtl"] .tags {
	text-align: right;
}

html[dir="rtl"] .journal-popup-footer-content {
	text-align: right;
}

html[dir="rtl"] .product-info .right .options
h3 {
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"].quickview #more-details {
	float: left;
}

html[dir="rtl"].quickview #button-cart {
	float: right;
}

html[dir="rtl"] #more-details i:before {
	top: 0;
	left: -1px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .side-column .box-content li a, html[dir="rtl"] .side-column .box-category li
a {
	padding-right: 10px;
	padding-left: 25px;
}

html[dir="rtl"] .side-column .box-content li a::before, html[dir="rtl"] .side-column .box-category li a::before {
	margin-right: 0;
	margin-left: 5px;
	float: right;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .side-column .box-category > ul li ul li
a {
	padding-right: 20px;
}

html[dir="rtl"] .side-column .box-category > ul li ul li ul li
a {
	padding-right: 35px;
}

html[dir="rtl"] .side-column .side-category
i {
	right: auto;
	left: 8px;
}

html[dir="rtl"] .side-column .oc-module .product-details {
	float: right;
}

html[dir="rtl"] .side-column .oc-module .product-grid-item
.image {
	float: right;
}

html[dir="rtl"] .side-column .oc-module .product-grid-item .image
a {
	margin-right: 0;
	margin-left: 5px;
}

html[dir="rtl"] .side-column .oc-module .product-grid-item .price, html[dir="rtl"] .side-column .oc-module .product-grid-item
.rating {
	text-align: right;
}

html[dir="rtl"] .flyout .mega-menu-column.mega-menu-html
.wrapper {
	margin-left: 15px;
}

html[dir="rtl"] .flyout .mega-menu .mega-menu-column:last-of-type>div>h3 {
	margin-left: 15px;
	margin-right: 0;
}

html[dir="rtl"] .flyout .fly-drop-down ul li
ul {
	left: auto;
	right: 100%;
}

html[dir="rtl"] .flyout .fly-drop-down .menu-plus, html[dir="rtl"] .flyout .fly-mega-menu-mixed .menu-plus {
	right: auto;
	left: 6px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir="rtl"] .flyout .fly-drop-down ul li
a {
	padding: 0 12px 0 30px;
}

html[dir="rtl"] .flyout .fly-mega-menu .mega-menu-column.mega-menu-html-block>div {
	margin-right: 0;
}

html[dir="rtl"].no-secondary .journal-header-center .journal-language {
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

html[dir="rtl"].no-secondary .journal-header-center .journal-currency {
	right: auto;
	left: 0;
}

html[dir="rtl"].no-secondary .journal-header-center
#currency {
	border-left-width: 1px;
}

html[dir="rtl"] .journal-login .journal-secondary {
	float: left;
}

html[dir="rtl"] .journal-language .dropdown-menu > li > a, html[dir="rtl"] .journal-currency .dropdown-menu>li>a {
	text-align: right;
}

html[dir="rtl"] .journal-language .dropdown-toggle img, html[dir="rtl"] .journal-currency .dropdown-toggle
img {
	margin-right: 5px;
	margin-left: 2px;
}

html[dir="rtl"] .lang-full .journal-header-default .journal-language, html[dir="rtl"] .currency-full .journal-header-default .journal-language {
	padding-left: 0;
}

@media only screen and (min-width: 1100px) {
	html[dir="rtl"] .journal-checkout .left .checkout-register label, html[dir="rtl"] .journal-checkout .left .checkout-login label, html[dir="rtl"] .journal-checkout section.section-left .form-horizontal .form-group label, html[dir="rtl"] .oc1 .journal-checkout .form-horizontal .form-group
label {
		float: right;
	}
}

@media only screen and (max-width: 980px) {
	html[dir="rtl"] .journal-checkout .left input[type='radio'] {
		margin-left: 5px;
		margin-right: 0;
	}
	
	html[dir="rtl"].mobile-menu-on-tablet .mobile-trigger:before {
		float: right;
		margin-left: 10px;
	}
	
	html[dir="rtl"] .journal-popup .mfp-close {
		left: -8px;
	}
}

@media only screen and (max-width: 760px) {
	html[dir="rtl"].collapse-footer-columns .column>h3::after {
		right: auto;
		left: 0;
	}
	
	html[dir="rtl"] .product-info
.right {
		padding-right: 0;
	}
	
	html[dir="rtl"] .mobile-trigger {
		padding-left: 0;
	}
	
	html[dir="rtl"] .journal-checkout
.left {
		padding-left: 0;
	}
	
	html[dir="rtl"] .journal-checkout .checkout-cart td.image
img {
		max-width: 100%;
	}
	
	html[dir="rtl"] .journal-checkout .checkout-cart tbody
td.name {
		padding: 0 5px;
	}
	
	html[dir="rtl"] .journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
		margin-right: 0;
	}
	
	html[dir="rtl"] .mobile-trigger:before {
		margin-right: 10px;
		margin-left: 10px;
		float: right;
	}
	
	html[dir="rtl"] .journal-menu .mobile-menu > li .mobile-plus {
		right: auto;
		left: 0;
		border-left-width: 0;
	}
	
	html[dir="rtl"] .journal-menu .mobile-menu>li>a {
		text-align: right;
		padding-right: 10px;
	}
	
	html[dir="rtl"] .journal-header-mega #logo
a {
		text-align: center;
	}
	
	html[dir="rtl"] .drop-down ul li
a {
		padding: 10px 9px 10px 25px;
	}
	
	html[dir="rtl"] .drop-down ul li
ul {
		right: 0;
	}
	
	html[dir="rtl"] .phone-sticky-cart.menu-cart-off #cart, html[dir="rtl"] .menu-cart-off.phone-sticky-cart.phone-sticky-menu #cart, html[dir="rtl"] .phone-sticky-cart.search-cart-same-line:not(.menu-cart-off) #cart {
		left: 0;
		right: auto;
	}
	
	html[dir="rtl"] .search-cart-same-line.phone-sticky-menu.phone-sticky-cart .journal-menu {
		z-index: 3;
	}
	
	html[dir="rtl"] .journal-header-center .journal-search {
		padding-left: 0;
	}
	
	html[dir="rtl"] .phone-sticky-menu .journal-menu {
		left: auto;
		right: 0;
	}
	
	html[dir="rtl"] #search
input {
		padding-left: 0;
	}
	
	html[dir="rtl"] .journal-header-mega .journal-search {
		padding-left: 0;
	}
	
	html[dir="rtl"] .product-filter
.sort {
		right: auto;
		left: 0;
	}
	
	html[dir="rtl"] .product-filter
.display {
		margin-right: 0;
	}
	
	html[dir="rtl"] footer
.column {
		padding-left: 15px;
	}
}

html[dir="rtl"] .journal-header-default .journal-logo {
	float: right;
}

html[dir="rtl"] .top-menu li *:not(.icon-only) i {
	margin-right: 0 !important;
	margin-left: 5px;
}

html[dir="rtl"] .journal-header-compact #header>div {
	float: right;
}

html[dir="rtl"] .journal-header-compact #header .top-menu {
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"] .journal-header-compact #header .journal-cart {
	padding-right: 15px;
	padding-left: 0;
	float: left;
}

html[dir="rtl"] .journal-header-compact #header
.divider {
	right: 23.3%;
	left: auto;
}

html[dir="rtl"] .journal-header-compact #header .journal-search
input {
	padding-left: 0;
	padding-right: 35px;
}

html[dir="rtl"] .journal-header-compact #header .lang-curr {
	float: left;
	padding-left: 15px;
	padding-right: 0;
}

html[dir="rtl"] .journal-header-compact #header .lang-curr::after {
	left: -1px;
	right: auto;
}

html[dir="rtl"] .journal-header-compact #header .journal-cart
.content {
	right: auto;
	left: 0;
}

html[dir="rtl"] .journal-header-compact #header .journal-menu .super-menu>li:first-of-type>a {
	margin-left: 0;
	margin-right: 15px;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-right
ul {
	float: right;
}

html[dir="rtl"] .mega-menu-categories .mega-menu-item.menu-image-right
img {
	float: left;
}

html[dir="rtl"] .super-menu>li:first-of-type {
	border-left-width: 1px;
}

html[dir="rtl"] .super-menu>li:first-of-type>a {
	margin-left: 0;
	margin-right: 15px;
}

html[dir="rtl"] .super-menu>li:last-of-type {
	border-right-width: 0;
}

html[dir="rtl"] .super-menu>li.icon-only {
	margin-right: 0;
}

html[dir="rtl"] .super-menu>li:first-of-type:not(.icon-only)>a {
	margin-right: 0;
}

html[dir="rtl"] .journal-header-center .super-menu > li.icon-only > a, html[dir="rtl"] .journal-header-default .super-menu>li.icon-only>a {
	margin-right: 0;
}

html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {
	border-left-width: 1px;
}

@media only screen and (max-width: 980px) {
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart {
		right: auto;
		left: 5px;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart #cart .heading a>span {
		padding-left: 8px;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header
.divider {
		left: auto;
		right: 30%;
		width: 68%;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search {
		right: 30%;
		left: auto;
		padding-right: 15px;
		padding-left: 0;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-menu .super-menu>li:first-of-type>a {
		margin-right: 0;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .mega-menu {
		left: auto !important;
		right: 0 !important;
	}
	
	html[dir="rtl"].mobile-menu-on-tablet .journal-header-default .journal-menu .mobile-menu > li > a, html[dir="rtl"].mobile-menu-on-tablet .journal-header-compact .journal-menu .mobile-menu > li > a, html[dir="rtl"].mobile-menu-on-tablet .journal-header-center .journal-menu .mobile-menu>li>a {
		text-align: right;
		padding-left: 0;
		padding-right: 10px;
	}
	
	html[dir="rtl"].mobile-menu-on-tablet .journal-header-default .journal-menu .mobile-menu > li .mobile-plus, html[dir="rtl"].mobile-menu-on-tablet .journal-header-compact .journal-menu .mobile-menu > li .mobile-plus, html[dir="rtl"].mobile-menu-on-tablet .journal-header-center .journal-menu .mobile-menu > li .mobile-plus {
		right: auto;
		left: 0;
		border-left-width: 0;
		border-right-width: 1px;
	}
}

@media only screen and (max-width: 760px) {
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-cart {
		left: 0;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search {
		right: auto;
		left: 5px;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search
input {
		padding-right: 10px;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search .button-search {
		left: 0;
		right: auto;
	}
	
	html[dir="rtl"] .journal-header-compact #header.journal-header .journal-search
#search {
		left: 0;
		right: auto;
	}
	
	html[dir="rtl"] .journal-newsletter:not(.text-top) .box-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	html[dir="rtl"] .open-filter {
		padding-left: 0;
		padding-right: 15px;
	}
	
	html[dir="rtl"] .open-filter::before {
		float: right;
		margin-right: 0;
		margin-left: 10px;
	}
	
	html[dir="rtl"] .journal-menu .mobile-menu > li:first-of-type .mobile-plus {
		left: -1px;
	}
	
	html[dir="rtl"] .journal-carousel .htabs a:last-of-type {
		border-left-width: 0;
	}
}

@media only screen and (max-width: 470px) {
	html[dir="rtl"] .cart-info .quantity input[type="text"] {
		left: 25px;
		right: auto;
	}
	
	html[dir="rtl"] .sc-page .buttons .pull-left {
		margin-bottom: 10px;
	}
	
	html[dir="rtl"] .product-filter .sort
select {
		width: 94%;
		right: 10px;
		position: absolute;
		top: 5px;
	}
	
	html[dir="rtl"] .product-filter
.limit {
		right: auto;
		left: -7px;
	}
	
	html[dir="rtl"] .product-filter .limit
select {
		margin: 7px;
	}
}

html[dir="rtl"] .product-list-item .product-details {
	margin-left: auto;
	margin-right: 212px;
}

@media only screen and (max-width: 760px) {
	html[dir="rtl"] .product-list-item .product-details {
		margin-left: 0;
		margin-right: 0;
	}
	
	html[dir="rtl"] .journal-newsletter:not(.text-top) .box-content {
		display: block;
	}
}

@media only screen and (min-width: 760px) {
	html[dir="rtl"].boxed-header .journal-header-center .journal-cart {
		padding-right: 0;
		padding-left: 20px;
	}
	
	html[dir="rtl"] .product-list-item .product-details {
		margin-left: auto;
		margin-right: 212px;
	}
}

html[dir='rtl'].is-guest .spw>div:last-of-type {
	border-left-width: 1px;
	border-right-width: 0;
}

html[dir='rtl'].is-guest .spw>div:first-of-type {
	padding-right: 10px;
	border-right-width: 1px;
	border-left-width: 0;
}

html[dir='rtl'] .journal-checkout .coupon-voucher .cvr>div:not(:nth-child(2)) {
	padding-right: 0;
	padding-left: 12px;
}

html[dir='rtl'] .journal-checkout .checkout-cart tbody tr:first-of-type
td {
	border-right-width: 1px;
	border-left-width: 0;
}

html[dir='rtl'] .journal-checkout .checkout-cart table tbody
td.total {
	border-left-width: 1px;
}

html[dir='rtl'] .journal-checkout .checkout-cart thead td:last-of-type {
	border-right-width: 0;
	border-left-width: 1px;
}

html[dir='rtl'] .journal-checkout .checkout-cart thead td:first-of-type {
	border-right-width: 1px;
	border-left-width: 0;
}

html[dir='rtl'] .journal-checkout .checkout-cart tfoot td:last-of-type {
	border-right-width: 0;
	border-left-width: 1px;
}

html[dir='rtl'] .journal-checkout .checkout-cart tfoot td:first-of-type {
	border-right-width: 1px;
	border-left-width: 0;
}

html[dir='rtl'] .journal-checkout
select {
	margin-right: 0;
}

html[dir='rtl'] .journal-sf .sf-both ul label input[type=checkbox] {
	left: auto;
}

html[dir='rtl'] .journal-sf .sf-both ul label
img {
	margin: 0 22px 0 5px;
}

@media only screen and (max-width: 760px) {
	html[dir="rtl"] footer .contacts-right {
		float: right;
	}
}

html[dir='rtl'].collapse-footer-columns .column>h3::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media only screen and (max-width: 760px) {
	html[dir="rtl"] .journal-newsletter.text-left .newsletter-text {
		width: auto;
	}
}

html[dir='rtl'] .secondary-title, html[dir='rtl'] #content #review-title, html[dir='rtl'] #content legend, html[dir='rtl'] .checkout-content
h2 {
	text-align: right;
}

html[dir='rtl'] footer .column-menu-wrap > ul li i::before, html[dir='rtl'] .journal-accordion .journal-accordion-heading::after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

html[dir='rtl'] .journal-accordion .journal-accordion-heading {
	text-align: right;
}

html[dir='rtl'].collapse-footer-columns .column>h3.column-open::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

html[dir="rtl"].is-customer .journal-checkout
.right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

html[dir='rtl'].is-customer .journal-checkout .section-right {
	padding-left: 0;
}

html[dir='rtl'].is-customer .journal-checkout .section-left {
	padding-left: 18px;
}

@media only screen and (max-width: 760px) {
	html[dir='rtl'].is-customer .journal-checkout .section-left {
		padding-left: 0;
	}
}

html[dir='rtl'] #content.one-page-checkout h1.heading-title {
	text-align: center;
}

html[dir='rtl'] .journal-checkout .checkout-cart tbody tr
td {
	text-align: right;
}

.product-grid-item .compare, .product-filter .product-compare {
	display: none;
}

.journal-language {
	visibility: hidden;
}

.journal-cart {
	visibility: visible;
}

.side-column .journal-sf .box ul
li {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.label-outofstock {
	font-weight: 300;
	font-family: "Open Sans";
	letter-spacing: .5px;
	color: #fff;
	background-color: #dd0017;
	padding-right: 60px;
}

.product-grid-item
.price {
	display: block;
}

ul.breadcrumb li::before {
	top: 2px;
	content: "";
}

.mega-menu div>h3 {
	font-weight: bold;
	font-size: 13px;
	color: #646464;
	padding-bottom: 5px;
}

.mega-menu-column>div>h3, .mega-menu-column>h3 {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
}

.journal-menu .mobile-trigger {
	background-color: rgba(224, 228, 229, 0);
}

.mobile .journal-menu .mobile-menu > li, .tablet.mobile-menu-on-tablet header .journal-menu .mobile-menu > li, .mobile.mobile-menu-on-tablet header .journal-menu .mobile-menu > li, #header .journal-menu .mobile-menu > li .mobile-plus {
	border-style: solid;
}

header .links a, .links .no-link, .mm-header-link
a {
	font-size: 13px;
	color: #fff;
}

.drop-down ul li a, .fly-drop-down ul li
a {
	color: #646464;
}

.side-column .side-category
i {
	margin-top: 1px;
	margin-right: 10px;
	width: 20px;
	font-weight: 400;
	font-family: "Montserrat";
	font-size: 16px;
	height: 15px;
}

.side-column .box-content li a, .side-column .box-category li a, .flyout-menu .flyout > ul > li > a, #column-right .recentArticles li > a, #column-right .popularArticles li > a, #column-left .recentArticles li > a, #column-left .popularArticles li>a, .side-post-title {
	font-size: 13px;
	color: #646464;
}

.side-column .oc-module .product-grid-item .price-old {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #aaa;
}

.side-column .oc-module .product-grid-item .price, .side-column .oc-module .product-grid-item .price-new {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	color: #777;
}

.side-column .box-content li a, .side-column .box-category li
a {
	padding-left: 4px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.side-column .box-content li a:hover, .side-column .box-category li a:hover, .flyout-menu .flyout > ul > li:hover > a, .flyout-menu .flyout > ul > li > a:active, .side-column .box-content li a.active, .side-column .box-category li a.active, .side-column .oc-module .product-grid-item .name a:hover, #column-right .recentArticles li > a:hover, #column-right .popularArticles li > a:hover, #column-left .recentArticles li > a:hover, #column-left .popularArticles li>a:hover {
	color: #000;
}

.button.ias-trigger {
	min-height: 40px;
	background-color: #f1c40f;
	max-width: 70%;
	border-radius: 2px;
	font-size: 12px;
	color: #000;
}

.button.ias-trigger:hover {
	background-color: #e4e4e4;
	color: #000;
}

.pagination .results, .dataTables_info {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 1px;
	color: #333;
}

.label-latest {
	font-size: 12px;
	color: #fff;
	border-radius: 1px;
	background-color: #ec8702;
	height: 22px;
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 0;
	width: 40px;
}

.pagination b, .pagination a:hover, .pagination
.active {
	color: #fff;
}

.ias-loader, .ias-noneleft {
	background-color: rgba(250, 249, 245, 0);
	font-size: 12px;
	color: #000;
	border-radius: 2px;
}

.pagination
a {
	background-color: #f4f4f4;
}

.product-filter .display a i:hover, .product-filter .display a.active
i {
	color: #333 !important;
}

.label-sale {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background-color: #ec8702;
	border-radius: 1px;
	width: 40px;
	height: 22px;
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 0;
}

.oc2 .rating .fa-star, .oc2 .rating .fa-star + .fa-star-o, .oc2 #tab-review form table td .fa-star, .oc2 #tab-review form table td .fa-star+.fa-star-o {
	color: rgba(100, 100, 100, .6);
}

.product-grid-item .quickview-button
.button {
	line-height: 36px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, .7);
}

.product-grid-item .wishlist-icon:before {
	content: "";
	font-size: 15px;
}

.product-grid-item .product-wrapper .cart .button:hover {
	background-color: rgba(255, 255, 255, 0);
}

.product-grid-item .wishlist [data-hint]:after, .product-grid-item .compare [data-hint]:after {
	color: #fff;
	background-color: #000;
}

.product-grid-item .cart
.button {
	line-height: 18px;
	padding: 0 0px;
}

.journal-checkout .quantity .input-group-btn button:first-of-type
i.fa {
	color: #ec8702;
}

.quickview h1.heading-title {
	text-align: left;
}

.product-grid-item
.rating {
	display: block;
}

.product-grid-item .price-old, .compare-info .price-old, .autocomplete2-suggestion span.p-price .price-old {
	font-weight: 400;
	font-family: "Lato";
	font-size: 13px;
	color: #6e6e70;
}

.countdown>span {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	border-color: rgba(255, 255, 255, 0);
}

.product-info .right > div
.countdown {
	background-color: #f7f7f7;
}

.expire-text {
	padding-right: 10px;
	background-color: #eee;
	padding-bottom: 7px;
	text-align: center;
	padding-left: 10px;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	color: #333;
	padding-top: 7px;
}

.oc2 .rating .fa-star-o, .oc2 #tab-review .fa-star-o {
	color: rgba(204, 204, 204, .65);
}

.countdown>span>div {
	color: #fff;
}

.product-grid-item .product-wrapper .cart
.button {
	color: #646464;
	background-color: rgba(255, 255, 255, 0);
}

.product-list-item .cart
.button {
	border-radius: 2px;
	color: #000;
	padding: 0 15px;
	background-color: #eee;
	line-height: 28px;
}

.product-list-item .price, .product-list-item .price-new {
	font-weight: 400;
	font-family: "Lato";
	font-size: 16px;
	color: #000;
}

.product-list-item .quickview-button
.button {
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: rgba(255, 255, 255, .75);
	padding: 0 15px;
	line-height: 25px;
}

.category-list ul li:after {
	color: rgba(255, 255, 255, 0);
}

.journal-sf .sf-image .box-content {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 10px;
}

.sf-price .ui-slider-handle {
	background-color: #000;
	width: 10px;
	height: 10px;
	border-radius: 25px;
	top: -3px;
}

.journal-sf .sf-manufacturer.sf-image .box-content ul
li {
	width: 33.333333%;
}

.side-column .journal-sf
.box {
	margin-bottom: 30px;
}

.sf-price
.value {
	background-color: #e0e4e5;
	color: #000;
	font-weight: 400;
	font-family: "Lato";
	font-size: 12px;
}

.journal-sf ul label.sf-checked img, .journal-sf ul label:hover
img {
	border-color: #000;
}

.sf-icon:after {
	color: #fff;
	border-radius: 3px;
	background-color: #000;
}

.open-filter {
	background-color: #2a2b2e;
}

.side-column .block-content
p {
	line-height: 12px;
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.side-column .block-content {
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
}

.super-menu>li>a {
	font-weight: 400;
	font-family: "ABeeZee";
	font-size: 15px;
	text-transform: none;
	letter-spacing: .5px;
	color: #2a2b2e;
}

.side-column .box.cms-blocks .cms-block {
	margin-bottom: 15px;
}

.product-grid-item.display-icon .wishlist > a, .product-grid-item.display-icon .compare>a {
	height: 20px;
	padding: 0;
	width: 15px;
}

.notification-buttons .notification-checkout {
	background-color: #fff;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}

.ui-pnotify {
	border-width: 1px;
	border-style: dashed;
	border-color: #d8fab7;
	display: block !important;
	background-color: #f2ffe6;
}

.journal-checkout .quantity .input-group-btn button:first-of-type {
	background-color: #eee4d6;
}

.box-sections, .box-sections ul li a, #top-modules .journal2_custom_sections::before, #bottom-modules .journal2_custom_sections::before {
	line-height: 40px;
	min-height: 40px;
}

.journal-checkout .confirm-button {
	background-color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #fff;
}

.journal-checkout .confirm-button:hover {
	background-color: #fff;
	color: #000;
}

.journal-checkout .coupon-voucher .input-group-btn
input.button {
	background-color: #000;
	color: #fff;
}

.journal-checkout .coupon-voucher .input-group-btn input.button:hover {
	color: #999;
}

button.btn-upload:hover, .option button.btn-default:hover {
	border-color: #63abff;
	background-color: #fff;
}

.sf-price .ui-widget-header {
	background-color: #e4e4e4;
}

#tab-review form #review-title {
	color: #000;
}

.product-info .tab-content, .tab-content, .quickview .tab-content {
	background-color: rgba(255, 255, 255, 0);
}

.product-info .gallery-text:before {
	content: "";
	font-size: 11px;
	color: #000;
	top: 1px;
}

#tabs a, #tabs li
a {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	box-shadow: none;
}

#column-left {
	padding-top: 100px !important;
	padding-right: 20px !important;
	width: 220px;
}

.secondary-title, #content #review-title, #content legend, .checkout-content
h2 {
	font-weight: 600;
	font-family: "Crimson Text";
	font-size: 20px;
	color: #000;
}

div#content {
	padding-top: 100px !important;
}

.box-sections ul li a:hover, .box-sections ul li
a.selected {
	color: #000;
	background-color: #f7f7f7;
}

.route-account-order #content table .text-right .btn-primary:hover
i {
	color: #fb8f00;
}

.route-account-order-info #content table .text-right .btn-danger:hover
i {
	color: #eb4d4b;
}

.wishlist-info .action a.btn-danger:hover, .cart-info .quantity .input-group .btn-danger:hover {
	background-color: #f6e0e0;
}

.action-area
h3 {
	font-weight: 600;
	font-family: "Crimson Text";
	font-size: 24px;
	color: #000;
}

.route-account-order-info #content table .text-right .btn-primary
i {
	color: #22a6b3;
}

span.error, .text-danger {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 13px;
	color: #f00;
	background-color: #fff1f1;
}

.wishlist-info .action .btn-primary:hover, .cart-info .quantity .input-group .btn-primary:hover {
	background-color: #eadecd;
}

.maintenance-message
h1 {
	font-weight: 600;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 22px;
	text-transform: none;
	letter-spacing: 2px;
	color: #000;
	line-height: 28px;
}

.cart-info thead td, .wishlist-info thead td, .compare-info thead td, .manufacturer-heading, table.list thead td, .order-list .order-id, .order-list .order-status {
	background-color: #eee;
	color: #000;
}

input[type='text']:hover, input[type='email']:hover, input[type='password']:hover, input[type='tel']:hover, textarea:hover, input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, textarea:focus {
	border-color: #63abff;
	color: #000;
	background-color: #fff;
}

.route-account-order #content table .text-right .btn-primary:hover {
	background-color: #eee4d6;
}

#content.sc-page .content p, #content.sc-page .action-area
p {
	font-size: 14px;
}

.route-account-order-info #content table .text-right .btn-primary:hover {
	background-color: #caddde;
}

.wishlist-info .action a.btn-danger i.fa, .cart-info .quantity .input-group .btn-danger
i.fa {
	color: #eb4d4b;
}

.cart-info thead td, .wishlist-info thead
td {
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}

.wishlist-info .action .btn-primary i.fa, .cart-info .quantity .input-group .btn-primary
i.fa {
	color: #ec8702;
}

.warning, .attention {
	background-color: #fff1f3;
	font-weight: 600;
	font-family: "Open Sans";
	color: #cc5b6d;
}

.product-info .right .cart div .journal-stepper {
	background-color: #fff;
	color: #000;
	font-size: 20px;
}

.product-info .right .price li.price-tax {
	font-size: 11px;
}

.product-info .right .price-tax {
	display: none;
}

li.p-model {
	display: block;
}

.mobile-trigger, .mobile-menu-on-tablet .mobile-trigger {
	font-size: 12px;
	color: #000;
}

.journal-checkout .quantity .input-group-btn button:hover:last-of-type
i.fa {
	color: #eb4d4b;
}

.route-account-order-info #content table .text-right .btn-danger:hover {
	background-color: #ead3d3;
}

.route-account-order #content table .text-right .btn-primary
i {
	color: #fb8f00;
}

#container.maintenance-message {
	padding-top: 130px;
	min-height: 350px;
}

a:hover {
	color: #777;
}

.product-filter, .product-compare
a {
	color: #45738f;
}

.product-info .right .price .price-old, .product-info .right .price li.price-old {
	font-weight: 400;
	font-family: "Lato";
	font-size: 16px;
	letter-spacing: 1px;
	color: #5d5d60;
}

.product-info .right > div .countdown>span {
	font-weight: 600;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 14px;
	text-transform: none;
	color: #000;
	border-color: #f4f4f4;
	border-style: dotted;
}

.ui-pnotify-text {
	font-size: 13px;
	color: #4e8022;
}

.ui-pnotify-title {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #588f27;
	background-color: rgba(255, 255, 255, 0);
}

.ui-pnotify-closer {
	margin-top: 5px;
	color: #000;
}

#column-right {
	padding-left: 20px !important;
	width: 220px;
	padding-top: 100px !important;
}

.scroll-top:before {
	content: "";
	font-size: 32px;
	color: rgba(168, 168, 168, .6);
	top: -40px;
}

.product-info .right .cart div
.button {
	line-height: 34px;
}

.category-info {
	padding-bottom: 10px;
}

.category-info p, .category-info p
span {
	line-height: 18px !important;
}

.button, #quickcheckout .button, .modal-footer
.btn {
	line-height: 40px;
	background-color: #212121;
	border-width: 0px;
	border-radius: 2px;
	border-style: solid;
	padding: 0 20px;
}

.post-details .tags
b {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #fff;
	background-color: #000;
}

.comments .reply:nth-of-type(even) {
	background-color: #fff;
}

.post-details .tags a:hover, .side-blog-tags .box-tag a:hover {
	background-color: #000;
	color: #fff;
}

.comment-submit.button, .reply-submit.button, .comments .reply-btn {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

.blog-post .post-stats .p-author:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.post-details .tags a, .side-blog-tags .box-tag
a {
	background-color: #eee;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #000;
}

.comments>.comment:nth-of-type(even) {
	background-color: #fff;
}

.blog-post .post-stats .p-comment:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.blog-post .post-stats .p-date:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.comments .reply:nth-of-type(odd) {
	background-color: #fff;
}

.blog-post .post-stats .p-category:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.comments>.comment {
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}

.post-details, .post-details p, .post-details font, .post-details > span, .post-details p font, .post-details p
span {
	font-size: 13px;
}

.comments
.reply {
	border-width: 1px;
	border-style: solid;
	border-color: #f4f4f4;
}

blockquote {
	border-color: #ccc;
}

blockquote, blockquote
font {
	line-height: 18px;
	color: #999 !important;
}

.post-stats.comment-date {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #999;
}

.post-details, .post-details p, .post-details font, .post-details > span, .post-details p font, .post-details p span, .post-details
strong {
	line-height: 20px !important;
}

.comments
.avatar {
	border-radius: 4px;
}

.comments .user-site
a {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
}

.post-view-more.button {
	padding-left: 10px;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-radius: 2px;
	padding-right: 10px;
	padding-top: 8px;
}

.post-item-details {
	text-align: left;
}

.posts .post-wrapper h2
a {
	font-weight: 600;
	font-family: "Crimson Text";
	font-size: 22px;
	letter-spacing: .5px;
	color: #000;
	white-space: normal;
}

.post-item-details .post-text {
	font-size: 13px;
}

.journal-blog-feed:before {
	content: "";
	font-size: 16px;
	color: #000;
}

.side-column .box-content li a, .side-column .box-category li a, .flyout-menu .flyout > ul > li > a, .journal-sf ul li, .side-column .oc-module .product-grid-item, #column-right .recentArticles li, #column-right .popularArticles li, #column-left .recentArticles li, #column-left .popularArticles li, .side-post+hr {
	border-color: rgba(255, 255, 255, 0);
}

.post-module .p-comment:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.side-post .comment-date {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
}

.post-module .p-author:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.post-module .p-date:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.lg-backdrop {
	background-color: rgba(0, 0, 0, .74);
}

.lg-toolbar, .lg-sub-html {
	background-color: rgba(255, 255, 255, 0);
}

.gallery-thumb .item-hover {
	background-color: rgba(255, 255, 255, .28);
}

.gallery-thumb a:before {
	content: "";
	font-size: 20px;
	color: #fff;
}

.mega-menu-categories .mega-menu-item ul
li {
	padding-bottom: 12px;
}

.box-sections ul li
a {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

#container {
	margin-top: 0px;
	background-color: #fff;
	margin-bottom: 100px;
}

.journal-carousel .htabs a:hover, .journal-carousel .htabs
a.selected {
	background-color: #fa8d00;
	color: #fff;
}

.journal-carousel .htabs a, .side-column .journal-carousel .htabs
a {
	border-right-style: dotted;
	border-color: #000;
}

.journal-carousel.arrows-top .swiper-button-next::before {
	content: "";
	font-size: 20px;
	color: #000;
}

.journal-carousel.arrows-top .swiper-button-prev::before {
	content: "";
	font-size: 20px;
	color: #000;
}

.journal-carousel:not(.arrows-top) .swiper-button-prev {
	left: -25px;
}

.journal-carousel:not(.arrows-top) .swiper-button-prev, .journal-carousel:not(.arrows-top) .swiper-button-next {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.journal-carousel.arrows-top .swiper-button-prev {
	right: 40px;
}

.journal-carousel.arrows-top .swiper-button-prev, .journal-carousel.arrows-top .swiper-button-next {
	border-radius: 50%;
	width: 40px;
	background-color: #fff;
	height: 40px;
}

.journal-carousel.arrows-top .swiper-button-prev:hover, .journal-carousel.arrows-top .swiper-button-next:hover {
	background-color: #fff;
}

.swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, .2);
}

#more-details[data-hint]:after {
	color: #fff;
	background-color: #000;
}

.tp-bullets.simplebullets.round .bullet, .journal-simple-slider .owl-controls .owl-page
span {
	width: 12px;
	border-radius: 50%;
	margin-left: 7px;
	height: 12px;
	background-color: #fff;
}

.tp-bannertimer, .tp-bannertimer.tp-bottom {
	height: 2px;
	background-color: rgba(0, 0, 0, .05);
}

.tp-leftarrow:before, .tp-leftarrow.default:before, .journal-simple-slider .owl-controls .owl-buttons .owl-prev:before {
	content: "";
	font-size: 32px;
	color: #fff;
}

.tp-leftarrow:hover:before, .tp-leftarrow.default:hover:before, .tp-rightarrow:hover:before, .tp-rightarrow.default:hover:before, .journal-simple-slider .owl-controls .owl-buttons .owl-prev:hover:before, .journal-simple-slider .owl-controls .owl-buttons .owl-next:hover:before {
	color: #000;
}

.tp-rightarrow:before, .tp-rightarrow.default:before, .journal-simple-slider .owl-controls .owl-buttons .owl-next:before {
	content: "";
	font-size: 32px;
	color: #fff;
}

.product-info .tab-content, .tab-content {
	padding: 0px;
}

.category-page .heading-title {
	text-align: left;
}

.sf-price .box-content {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 17px;
	padding-left: 15px;
}

.journal-sf ul label
img {
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

.lg-sub-html {
	font-weight: 600;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 20px;
	text-transform: none;
	color: #fff;
}

.breadcrumb {
	background-color: #f4f4f4;
	line-height: 100px;
}

table.radio .highlight td, .action-area .panel-heading {
	background-color: rgba(255, 255, 255, 0);
}

span.p-comment:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

#cart .checkout
.button {
	background-color: #fff;
	color: #000;
}

#cart .checkout .button:hover {
	background-color: #f4f4f4;
}

#cart .checkout .button+.button:hover {
	background-color: #f4f4f4;
}

.autocomplete2-suggestion .p-image {
	display: block;
}

.journal-top-header {
	background-color: #6c757d;
}

.journal-language .dropdown-toggle, .journal-currency .dropdown-toggle, .journal-language .dropdown-menu, .journal-currency .dropdown-menu {
	font-size: 13px;
	color: #fff;
}

.product-details {
	margin-top: 10px;
}

.journal-currency {
	visibility: hidden;
}

.product-grid-item .wishlist a, .product-grid-item .compare
a {
	color: #000;
}

.product-list-item
.description {
	color: #646464;
}

.product-list-item .price-old {
	font-weight: 400;
	font-family: "Lato";
	font-size: 15px;
	color: #797979;
}

.product-list-item {
	background-color: rgba(255, 255, 255, 0);
}

.product-list-item .wishlist a, .product-list-item .compare
a {
	font-size: 13px;
}

.product-info .right .cart div
.qty {
	border-width: 1px;
	border-style: solid;
	border-color: #c8c8c8;
}

.product-page .heading-title {
	text-align: left;
	font-size: 30px;
}

#content .product-info .options h3, .ms-sellerprofile.description
h3 {
	background-color: rgba(255, 255, 255, 0);
}

#tab-review .text-danger {
	background-color: #fff1f7;
	color: #a30d1c;
}

.qty input, .product-info .right .cart div input[name=quantity] {
	font-size: 16px;
}

.product-info .right .price-old {
	background-color: rgba(255, 255, 255, 0);
}

.product-info .left .image-additional
a {
	padding: 0 25px 25px 0;
}

.product-info .option>ul>li {
	background-color: #f7f7f7;
}

.route-account-order-info #content table .text-right .btn-primary:hover
i {
	color: #22a6b3;
}

.success {
	background-color: #dff0d8;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 1px;
	color: #468847;
}

.checkout-content, .checkout-page .panel-body {
	padding: 30px;
}

.mini-cart-info table tr td.remove
i {
	color: #000;
}

.autocomplete2-suggestions {
	background-color: #fff;
}

.super-menu>li:hover>a {
	color: #fb8f00;
}

.mega-menu-column.mega-menu-html .wrapper p, .mega-menu-column.mega-menu-html .wrapper p span, .mega-menu .mega-menu-column .menu-cms-block {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: .5px;
	color: #333;
}

#cart .heading
i {
	border-left-style: dotted;
}

.header, .boxed-header.default-header .journal-login {
	background-color: rgba(224, 228, 229, 0);
}

#cart .heading, .ie9 #cart
button.heading {
	font-size: 12px;
	letter-spacing: .5px;
	color: #000;
}

.journal-header-center #search
input {
	background-color: rgba(255, 255, 255, .35);
	border-radius: 4px;
}

.journal-language .dropdown-menu > li, .journal-currency .dropdown-menu>li {
	border-color: #fff;
}

.home-page
#container {
	margin-bottom: 0px;
	margin-top: 0px;
}

.bottom-footer {
	border-top-width: 1px;
	border-style: solid;
	border-color: rgba(198, 188, 151, .24);
}

footer .column>h3 {
	border-color: rgba(255, 255, 255, 0);
	font-weight: 400;
	font-family: "Cabin Sketch";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}

footer .column-menu-wrap > ul li:hover
a {
	color: #000;
}

.fullwidth-footer {
	background-color: #faf9f5;
}

.notification-buttons .notification-cart {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
}

.ui-pnotify-text
a {
	color: #4e8022;
}

.ui-pnotify-text
img {
	display: none;
}

span.p-author:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.journal-checkout .check-newsletter {
	display: none;
}

.journal-checkout .checkout-product thead td, .journal-checkout .checkout-product tfoot
td {
	background-color: #fff;
}

.journal-checkout .quantity .input-group-btn button:hover:last-of-type {
	background-color: #f6d7d7;
}

.journal-checkout .checkout-cart tbody tr td, .journal-checkout .checkout-cart tbody td:first-of-type, .one-page-checkout .journal-checkout .checkout-product tbody td, .journal-checkout .checkout-cart thead td, .journal-checkout .checkout-cart thead td:first-of-type, .journal-checkout .checkout-cart thead td:last-of-type, .journal-checkout .checkout-cart tfoot tr:last-of-type td, .journal-checkout .checkout-cart tfoot td:first-of-type, .journal-checkout .checkout-cart tfoot td:last-of-type {
	border-color: #ccc;
}

.journal-checkout .checkout-content {
	padding: 22px;
	border-width: 1px;
	border-radius: 4px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

.journal-checkout .secondary-title {
	border-bottom-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .08);
	padding-bottom: 20px;
	font-weight: 600;
	font-family: "Open Sans";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #000;
	padding-top: 5px;
}

#cart .checkout .button+.button {
	background-color: #fff;
	color: #000;
}

.mini-cart-total {
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

.button:hover, #quickcheckout .button:hover, .modal-footer .btn:hover {
	background-color: #3a3a3a;
}

footer .contacts [data-hint]:after {
	color: #000;
	border-radius: 0px;
	background-color: #fff;
}

.bottom-footer
.copyright {
	font-weight: 400;
	font-family: "ABeeZee";
}

#header .top-menu .top-dropdown
li {
	border-color: #fff;
	background-color: #fff;
}

#header .top-menu .top-dropdown li:hover {
	background-color: #fff;
}

.mega-menu-categories .mega-menu-item ul li
a {
	font-size: 13px;
	color: #646464;
	padding-left: 4px;
}

.mega-menu-categories .mega-menu-item ul li a:hover {
	color: #000;
}

.journal-menu .mobile-menu > li .mobile-plus, .tablet.mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus, .mobile.mobile-menu-on-tablet header .journal-menu .mobile-menu > li .mobile-plus {
	background-color: rgba(250, 250, 250, .6);
	color: #000;
}

#header .top-menu .top-dropdown li:hover
a {
	color: #000;
}

.option li.hint--top:after {
	color: #fff;
	background-color: #000;
}

.product-info .right .price
.reward {
	font-size: 13px;
}

.side-column .oc-module .product-grid-item {
	padding-top: 4px;
	padding-bottom: 4px;
}

.side-column .oc-module .product-grid-item .name
a {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #000;
	white-space: normal;
}

.pagination {
	box-shadow: none;
}

.product-grid-item .name a, .posts h2
a {
	white-space: normal;
	font-weight: 400;
	font-family: "ABeeZee";
	font-size: 14px;
	letter-spacing: 1px;
	color: #5d5d60;
}

.journal-desktop .ui-pnotify-closer:hover {
	color: #000;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover, .journal-simple-slider .owl-controls .owl-page.active span, .journal-simple-slider .owl-controls.clickable .owl-page:hover
span {
	background-color: #646464;
}

.hide-cart .cart.outofstock
.button {
	opacity: 4;
}

.box-sections ul li, .custom-sections .box-heading.box-sections {
	border-color: rgba(255, 255, 255, 0);
}

span.p-date:before {
	content: "";
	font-size: 12px;
	top: 2px;
}

.comments .user-name {
	font-weight: 700;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	color: #000;
}

table.radio .highlight td label, .action-area .panel-title {
	font-weight: normal;
	font-size: 14px;
	color: #5d5d60;
}

.mini-cart-info, #cart
.empty {
	font-size: 13px;
	color: #000;
}

.journal-language .dropdown-menu > li > a:hover, header .journal-currency .dropdown-menu>li>a:hover {
	color: #000;
}

.journal-language .dropdown-menu > li > a, header .journal-currency .dropdown-menu>li>a {
	font-weight: 400;
	font-family: "Open Sans";
	color: #646464;
	color: #000;
}

.drop-down ul li:hover > a, .fly-drop-down ul li:hover>a {
	color: #000;
}

.super-menu > li, .super-menu > li:last-of-type, .journal-desktop .menu-floated .float-left, .journal-desktop .menu-floated .float-right {
	border-color: rgba(255, 255, 255, 0);
}

body {
	background-color: #faf9f5;
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: .1px;
	color: #5d5d60;
}

.home-page
body {
	background-color: #faf9f5;
}

.button, .side-column .box-content a.button, #quickcheckout .button, .modal-footer
.btn {
	font-weight: 600;
	font-family: "Open Sans";
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.button-search i:before {
	content: "";
	color: #000;
}

.mini-cart-info table tr td.remove i:hover, .firefox .mini-cart-info table tr td.remove button:hover
i {
	color: #f44336;
}

.journal-language .dropdown-menu, .journal-currency .dropdown-menu {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.journal-currency form .currency-symbol {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 2px;
}

.journal-header-center #cart .content .cart-wrapper {
	border-radius: 10%;
}

.side-column .journal-sf .box ul li
label {
	color: #646464;
}

.product-info .right > div .countdown>span>div {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 10px;
	text-transform: none;
	color: #000;
}

.product-info .right .options .option
label {
	font-size: 13px;
}

.product-info .option > ul > li:active, .product-info .option>ul>li.selected {
	box-shadow: none;
}

button.btn-upload, button.btn-upload i.fa, .option button.btn-default {
	color: #000;
}

button.btn-upload, .option button.btn-default {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #c8c8c8;
}

#tabs a:hover, #tabs a.selected, #tabs li a:hover, #tabs li.active
a {
	background-color: rgba(255, 255, 255, 0);
	color: #ec8702;
}

.tags
a {
	background-color: #f4f4f4;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #000;
}

.tags a:hover {
	color: #fff;
	background-color: #000;
}

#more-details i:before {
	content: "";
	font-size: 15px;
	color: #fff;
	left: -4px;
}

.journal-carousel:not(.arrows-top) .swiper-button-prev:hover::before, .journal-carousel:not(.arrows-top) .swiper-button-next:hover::before {
	color: #000;
}

.journal-carousel .htabs a, .journal-carousel .htabs.single-tab a:hover, .journal-carousel .htabs.single-tab
a.selected {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 18px;
	text-transform: none;
}

.mega-menu-column.mega-menu-html .wrapper, .mega-menu .mega-menu-column .menu-cms-block {
	padding-bottom: 20px;
	padding-top: 15px;
}

.heading-title, .box-heading, #blogArticle .articleHeader h1, #swipebox-caption, .journal-carousel .htabs.single-tab a:hover, .journal-carousel .htabs.single-tab a.selected, .oc-filter .panel-heading {
	font-weight: 600;
	font-family: "Crimson Text";
	font-size: 32px;
	color: #000;
}

.category-list ul li a, .refine-category-name {
	font-weight: bold;
	font-size: 13px;
	color: #646464;
}

footer .contacts>div>span>.contact-icon {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

footer .contacts-text {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
}

footer a .contacts-text:hover {
	color: #ccc;
}

.action-area {
	margin-top: 100px;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea {
	color: #000;
	background-color: #fff;
	border-color: #b7b7b7;
}

#total
.right {
	font-weight: 400;
	font-family: "Lato";
	font-size: 16px;
	color: #000;
}

.checkout-product thead td, .checkout-product tfoot
td {
	background-color: #f7f7f7;
}

.product-grid-item .compare-icon:before {
	content: "";
	font-size: 15px;
}

.product-grid-item .quickview-button .button-left-icon:before, .product-grid-item .quickview-button .button-right-icon:before {
	content: "";
	font-size: 14px;
	color: #000;
}

.product-grid-item .price, .product-grid-item .price-new {
	font-weight: 400;
	font-family: "Lato";
	font-size: 15px;
	letter-spacing: .5px;
	color: #e48200;
}

.countdown {
	background-color: rgba(251, 143, 0, .6);
}

.product-list-item .name
a {
	font-weight: 400;
	font-family: "ABeeZee";
	font-size: 15px;
	color: #000;
	border-color: rgba(255, 255, 255, 0);
}

.tags
b {
	background-color: #000;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #fff;
}

#button-cart, .product-info .right .cart div .button.enquiry-button, .quickview #more-details {
	background-color: #f17d0f;
	border-radius: 2px;
}

.product-info .option > ul > li.selected, .product-info .option>ul>li:hover {
	background-color: #000;
	color: #fff;
}

.autocomplete2-suggestion span.p-price {
	font-weight: 400;
	font-family: "Ubuntu";
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	color: #333;
}

.mini-cart-info table
tr {
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
}

#search
input {
	font-size: 13px !important;
}

.journal-currency form .currency-symbol, .journal-currency .dropdown-menu>li>a {
	font-size: 13px;
	color: #fff;
}

.post-item-details .comment-date {
	border-width: 0px;
	border-style: solid;
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	color: #999;
}

.drop-down ul li, .mobile-menu .drop-down ul li, .flyout-menu .fly-drop-down ul
li {
	border-color: rgba(255, 255, 255, 0);
}

.mega-menu, .html-menu {
	background-color: #fff;
}

#header .top-menu .top-dropdown a, #header .top-menu .top-dropdown .no-link {
	font-size: 13px;
	color: #646464;
	min-height: 40px;
}

#header .top-menu .top-dropdown {
	border-radius: 2px;
}

.sf-icon .sf-reset-icon::after, .sf-reset .sf-reset-icon::after {
	content: "";
	font-size: 11px;
	top: 2px;
	left: -4px;
}

.sf-price .ui-slider-horizontal {
	height: 4px;
}

.journal-sf .sf-image .box-content ul
li {
	padding-bottom: 10px;
	padding-right: 10px;
	width: 20%;
}

.route-account-register .form-group label, .route-checkout-checkout .form-group label, .oc1.route-account-register table.form td, .oc1.route-checkout-checkout table.form
td {
	font-size: 14px;
	color: #5d5d60;
}

.route-account-order-info #content table .text-right .btn-danger
i {
	color: #eb4d4b;
}

.product-info .right .price .discount, .product-info .right .price
li {
	font-size: 13px;
}

.option li.hint--top:before, .option li.hint--top:after {
	display: block;
}

#button-cart, .product-info .right .cart div .button.enquiry-button {
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

button.btn-upload:hover, button.btn-upload:hover i.fa, .option button.btn-default:hover {
	color: #000;
}

.product-info .right .options.push-1 .option-image li span img, .product-info .right .options.push-image .option-image li span
img {
	border-width: 2px;
	border-radius: 0px;
	border-style: solid;
	border-color: #fff;
}

#button-cart:hover, .product-info .right .cart div .button.enquiry-button:hover, .quickview #more-details:hover {
	background-color: #f1b00f;
}

.journal-header-center .autocomplete2-suggestions {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#cart .cart-wrapper {
	box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, .4);
}

.extended-container:before {
	background-color: #f4f4f4;
}

.wishlist-info .action .btn-primary:hover i.fa, .cart-info .quantity .input-group .btn-primary:hover
i.fa {
	color: #ec8702;
}

.checkout-heading, .checkout .panel-title, .route-checkout-checkout .panel-title {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.wishlist-info .action a.btn-danger, .cart-info .quantity .input-group .btn-danger {
	background-color: #f5e9e9;
}

.cart-info tbody td, .wishlist-info tbody td, .compare-info td, .journal-checkout .checkout-cart tbody td, .journal-checkout .checkout-cart tbody td:first-of-type, .account-page table.list td, .account-page
table.list {
	border-color: #ccc;
}

.wishlist-info .action .btn-primary, .cart-info .quantity .input-group .btn-primary {
	background-color: #eee4d6;
}

.checkout-heading, .checkout .panel-heading, .route-checkout-checkout .panel-heading:hover {
	background-color: rgba(255, 255, 255, 0);
}

.checkout .panel-heading:hover .panel-title a, .route-checkout-checkout .panel-title:hover
a {
	color: #000;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.drop-down ul li, .fly-drop-down ul
li {
	background-color: #fff;
}

.top-menu > li:hover .has-dropdown::after {
	color: #fff;
}

.has-dropdown::after {
	color: #fff;
}

.mobile-trigger:before {
	color: #000;
}

.mega-menu-column.mega-menu-html .wrapper h1, .mega-menu-column.mega-menu-html .wrapper h2, .mega-menu-column.mega-menu-html .wrapper h3, .mega-menu .mega-menu-column .menu-cms-block h1, .mega-menu .mega-menu-column .menu-cms-block h2, .mega-menu .mega-menu-column .menu-cms-block
h3 {
	font-weight: 600;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 12px;
	text-transform: none;
	letter-spacing: .5px;
	color: #333;
}

.product-info .right .price .price-new, .product-info .right .price .product-price, .product-info .right .price li.price-new, .product-info .right .price li.product-price {
	font-weight: 400;
	font-family: "Lato";
	font-size: 22px;
	letter-spacing: 1px;
	color: #000;
}

.route-account-order #content table .text-right .btn-primary {
	background-color: #e7d9c6;
}

.journal-checkout .checkout-cart td.name
a {
	font-size: 13px;
}

.journal-checkout .checkout-product tfoot
td {
	font-weight: bold;
	font-size: 13px;
	color: #2a2b2e;
}

.journal-checkout .checkout-product thead
td {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

.journal-checkout .quantity .input-group-btn button:hover:first-of-type {
	background-color: #eadecd;
}

.product-options > div, .product-options > ul, .skin-11 .right .heading-title {
	margin-bottom: 15px;
}

.product-info .right .options .option b, .product-info .right .options .option .control-label {
	font-size: 13px;
}

#tab-description {
	line-height: 20px;
}

.product-page .lg-sub-html {
	font-weight: normal;
	font-size: 18px;
}

.tags {
	text-align: right;
}

a {
	color: #000;
}

.button:hover, .side-column .box-content a.button:hover, #quickcheckout .button:hover, .modal-footer .btn:hover {
	color: #fff;
}

li.p-brand {
	display: block;
}

.route-account-order-info #content table .text-right .btn-danger {
	background-color: #e4c5c5;
}

table.radio .highlight:hover td label, .action-area .panel-title:hover
a {
	color: #000;
}

.cart-info .name a, .wishlist-info tbody .name
a {
	font-weight: normal;
	color: #000;
}

.account-page #content .content>ul>li>a {
	font-size: 14px;
	color: #f44336;
}

.login-content
hr {
	background-color: rgba(255, 255, 255, 0);
}

.login-content > div, .login-content .right p:first-child, .login-content .left p:nth-child(2), .login-content .left p:first-child {
	font-size: 14px;
	color: #5d5d60;
}

.route-account-order-info #content table .text-right .btn-primary {
	background-color: #bddfe2;
}

.journal-checkout .quantity .input-group-btn button:last-of-type {
	background-color: #f1dddd;
}

.journal-checkout .left .login-box .radio label, .journal-checkout .spw > div .radio label, .journal-checkout .confirm-order, .journal-checkout .checkout-login .form-group:last-of-type, .is-customer .journal-checkout .checkout-payment-form #payment-new, .is-customer .journal-checkout .checkout-shipping-form #shipping-new, .journal-checkout #payment-confirm-button fieldset legend, .journal-checkout .customer-group label.control-label, .journal-checkout .customer-group {
	border-color: rgba(255, 255, 255, 0);
}

.journal-checkout .quantity .input-group-btn button:last-of-type
i.fa {
	color: #eb4d4b;
}

.journal-checkout .quantity .input-group-btn button:hover:first-of-type
i.fa {
	color: #ec8702;
}

.notification-buttons {
	display: none;
}

.product-grid-item .quickview-button .button, .side-column .box-content .quickview-button
.button {
	font-size: 12px;
	color: #000;
}

.wishlist-info .action a.btn-danger:hover i.fa, .cart-info .quantity .input-group .btn-danger:hover
i.fa {
	color: #eb4d4b;
}

.journal-sf .sf-category.sf-image .box-content ul
li {
	width: 16.666666%;
}

.information-page #content
p {
	line-height: 19px;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}

.journal-carousel:not(.arrows-top) .swiper-button-prev::before {
	content: "";
	font-size: 20px;
	color: #333;
}

.journal-carousel
.htabs {
	background-color: rgba(228, 228, 228, 0);
}

.journal-carousel:not(.arrows-top) .swiper-button-prev:hover, .journal-carousel:not(.arrows-top) .swiper-button-next:hover {
	background-color: #fff;
}

.journal-carousel.arrows-top .swiper-button-prev:hover::before, .journal-carousel.arrows-top .swiper-button-next:hover::before {
	color: #000;
}

.comments>.comment:nth-of-type(odd) {
	background-color: #fff;
}

.journal-header-center .journal-search:hover #search
input {
	background-color: rgba(255, 255, 255, .7);
}

.autocomplete2-suggestion:hover {
	background-color: #e4e4e4;
}

.autocomplete2-suggestion .p-name {
	font-weight: 400;
	font-family: "Open Sans";
	font-style: normal;
	font-size: 11px;
	text-transform: none;
	letter-spacing: 1px;
	color: #333;
}

#cart .heading i:before {
	content: url("https://cdn-aphch.nitrocdn.com/EJOGGJcALwKgZapBmNYbfesYjpvnVFAg/assets/images/optimized/rev-110484b/image/data/oceanesia/bag.png");
	font-size: ---;
}

.journal-header-center .no-results {
	color: #000;
}

.mega-menu-column.mega-menu-html .wrapper p, .mega-menu .mega-menu-column .menu-cms-block {
	line-height: 18px;
}

#cart .content .cart-wrapper, .oc2 #cart
.checkout {
	background-color: #fff;
}

.mini-cart-info {
	max-height: 200px;
}

.autocomplete2-suggestions>div {
	max-height: 250px;
}

footer .contacts > div > span .contact-icon
i {
	color: #ccc;
}

.mega-menu, .drop-down
ul {
	box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, .4);
}

.drop-down .menu-plus:before {
	content: "";
	font-size: 14px;
	top: -5px;
}

#tab-review .review-list .author b, .oc2 #tab-review form table td:first-of-type>strong {
	font-weight: 600;
	font-family: "Open Sans";
	letter-spacing: .5px;
}

.product-info .right .wishlist-compare .links a:hover {
	color: #000;
}

footer .column-menu-wrap > ul
li {
	font-weight: 400;
	font-family: "ABeeZee";
	font-size: 14px;
	color: #000;
}

.product-options > div a, .product-options > ul
a {
	color: #646464;
}

li.p-stock {
	display: block;
}

.product-info .right .options.push-1 .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span
img {
	border-color: #000;
}

.product-info .right .wishlist-compare .links
a {
	font-size: 13px;
	color: #646464;
}

.sf-reset {
	color: #000;
}

.sf-price .ui-widget-content {
	background: #b6bbbc;
}

.journal-sf .box-content {
	max-height: 300px;
}

.pagination b, .pagination a:hover, .pagination
li.active {
	background-color: #000;
}

.category-list ul li a:hover, .refine-image a:hover .refine-category-name {
	color: #000;
}

.side-column .heading-title, .side-column .box-heading, .side-column #blogArticle .articleHeader h1, .side-column .journal-carousel .htabs.single-tab a.selected, .oc-filter .panel-heading, .oc-filter a.list-group-item {
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.product-grid-item
.wishlist {
	display: inline-block;
}

.journal-carousel .product-grid-item
.compare {
	display: none;
}

.journal-carousel:not(.arrows-top) .swiper-button-next {
	right: -25px;
}

.journal-carousel:not(.arrows-top) .swiper-button-next::before {
	content: "";
	font-size: 20px;
	color: #333;
}

.quickview .product-info .heading-title {
	display: none;
}

@media only screen and (min-width: 760px) {
	.ui-pnotify {
		width: 350px !important;
	}
}

#container, #header, #footer, .bottom-footer>div, .bottom-footer.boxed-bar {
	max-width: 1024px;
}

ul.breadcrumb, .extended-container::before {
	display: none !important;
}

.product-page div.lg-sub-html {
	top: auto;
	bottom: 0;
	padding: 13px 70px;
}

.product-page .lg-toolbar {}

.product-page .heading-title {
	white-space: normal;
	height: auto;
	min-height: 40px;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 10px;
}

.category-page .heading-title {
	white-space: normal;
	height: auto;
	min-height: 40px;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 10px;
}

.category-info
.image {
	display: none;
}

.ui-pnotify {
	right: 20px;
}

html[dir="rtl"] .ui-pnotify {
	left: 20px;
	right: auto;
}

.ui-pnotify-closer {
	opacity: 1;
}

.breadcrumb {
	text-align: right;
}

html[dir="rtl"] .breadcrumb {
	text-align: left;
}

.product-grid-item .cart .button-left-icon:before {
	display: none;
}

.product-grid-item .enquiry-button .button
i {}

.product-list-item .enquiry-button .button
i {}

footer .contacts > div > span .contact-icon:hover {}

.product-grid-item .cart .button-right-icon {
	display: none !important;
}

.post-wrapper {
	box-shadow: none;
}

.post-item .post-wrapper {
	box-shadow: none !important;
}

.blog-list-view .post-wrapper {
	box-shadow: none !important;
}

.product-details:before {
	display: none;
}

.product-grid-item:hover .quickview-button {
	opacity: 1;
	visibility: visible;
}

.product-grid-item:hover
.rating {
	margin-top: -28px;
	transition: all .1s ease-out;
}

.product-grid-item .quickview-button .button-right-icon {
	display: none;
}

.product-grid-item .quickview-button .button-left-icon:before {
	margin-right: 6px;
}

.product-grid-item .button-wishlist-text, .product-grid-item .button-compare-text {
	display: none;
}

.product-grid-item .wishlist [data-hint]:after, .product-grid-item .wishlist .hint--top:before, .product-grid-item .compare [data-hint]:after, .product-grid-item .compare .hint--top:before {
	display: block;
}

.product-grid-item .wishlist .hint--top:before, .product-grid-item .compare .hint--top:before {
	border-top-color: #000;
}

.product-grid-item .wishlist .hint--right:before, .product-grid-item .compare .hint--right:before {
	border-right-color: #000;
}

.product-grid-item .wishlist .hint--left:before, .product-grid-item .compare .hint--left:before {
	border-left-color: #000;
}

.product-list-item {
	box-shadow: none;
}

.product-list-item .cart .button-left-icon:before {
	display: none;
}

.product-list-item .cart .button-right-icon {
	display: none;
}

.product-list-item:hover .quickview-button {
	opacity: 1;
	visibility: visible;
}

.product-list-item .quickview-button .button-right-icon {
	display: none;
}

.product-list-item .quickview-button .button-left-icon:before {
	margin-right: 8px;
}

#product-gallery.image-additional-grid
a {
	width: 20%;
}

#button-cart .button-cart-text:after {
	display: none;
}

.product-info .left .image-additional .swiper-button-prev, .product-info .left .image-additional .swiper-button-next {
	display: none;
}

.product-info .left .image-additional:hover .swiper-button-prev, .product-info .left .image-additional:hover .swiper-button-next {
	display: block;
}

.compare-info
td {}

table.list {}

table.list
td {}

.label-latest+.label-sale {
	top: 22px;
}

.label-latest {
	visibility: hidden;
	opacity: 0;
}

.product-wrapper:hover .label-latest, .product-list-item:hover .label-latest, .product-info .image:hover .label-latest {
	visibility: visible;
	opacity: 1;
}

span.label-outofstock {
	padding: .4em .55em .3em;
	transform: translate(5px, 5px) rotate(0deg);
	min-width: inherit;
}

html[dir="rtl"] span.label-outofstock {
	padding: .4em .55em .3em;
	transform: translate(-5px, 5px) rotate(0deg);
	min-width: inherit;
}

#more-details.hint--top:before {
	border-top-color: #000;
}

.boxed-header
header {
	max-width: 1024px;
}

.boxed-header .super-menu>li:first-of-type {
	border-left-width: 0;
}

.boxed-header .super-menu>li:last-of-type {
	border-right-width: 0;
}

@media only screen and (max-width: 760px) {
	.journal-language .dropdown-toggle, .journal-currency .dropdown-toggle {
		color: #646464;
	}
	
	.journal-header-center #language, .journal-header-center
#currency {}
}

.sticky-menu .is-sticky .journal-header-default
.header {}

html[dir="rtl"] .journal-carousel .htabs a:last-of-type {
	border-left-color: #000;
}

.boxed-header .journal-header-center .journal-links {
	padding-left: 10px;
}

.boxed-header .journal-header-center .journal-search {
	padding-left: 20px;
}

.boxed-header .journal-header-center .journal-secondary {
	padding-right: 10px;
}

#cart {
	box-shadow: none;
}

.journal-header-center .journal-center-bg {
	top: 36px;
}

#search
input {
	box-shadow: none;
}

.autocomplete2-suggestions {
	box-shadow: 0 3px 15px -3px rgba(0, 0, 0, .25);
}

@media only screen and (max-width: 760px) {
	ul.super-menu>li>a, ul.super-menu>li:hover>a {}
	
	ul.super-menu>li, ul.super-menu>li:hover {
		background-color: #faf9f5;
	}
	
	.boxed-header .journal-header-center .journal-search, .boxed-header .journal-header-center .journal-links {
		padding-left: 0;
	}
	
	.boxed-header .journal-header-center .journal-cart, .boxed-header .journal-header-center .journal-secondary {
		padding-right: 0;
	}
	
	.button-search {}
	
	.button-search i:before {}
}

@media only screen and (max-width: 980px) {
	.mobile-menu-on-tablet ul.super-menu > li > a, .mobile-menu-on-tablet ul.super-menu>li:hover>a {}
	
	.mobile-menu-on-tablet ul.super-menu > li, .mobile-menu-on-tablet ul.super-menu>li:hover {
		background-color: #faf9f5;
	}
}

@media only screen and (min-width:760px) and (max-width:1039px) {
	.journal-header-center .journal-search {
		padding-left: 15px;
	}
	
	.journal-header-center .journal-cart {
		padding-right: 15px;
	}
	
	.journal-header-center .journal-cart {
		width: calc(25% - 20px);
		padding-right: 0;
	}
	
	html[dir="rtl"] .journal-header-center .journal-search {
		padding-right: 15px;
	}
}

@media only screen and (max-width:760px) {
	.journal-header-center .journal-search, html[dir="rtl"] .journal-header-center .journal-search {
		padding-left: 0;
		padding-right: 0;
	}
	
	.journal-header-center .journal-cart, html[dir="rtl"] .journal-header-center .journal-cart {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 760px) {
	.boxed-header .journal-header-center .journal-cart {
		padding-right: 15px;
	}
	
	html[dir="rtl"] .boxed-header .journal-header-center .journal-cart {
		padding-right: 0;
		padding-left: 15px;
	}
}

@media only screen and (min-width: 1024px) {
	.sticky-menu:not(.boxed-header) .is-sticky .journal-header-compact #header .journal-menu .super-menu>li:first-of-type>a {
		margin-left: 0;
	}
	
	.skin-16 .journal-header-mega .journal-search {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1039px) {
	.super-menu, .mega-menu, .html-menu {
		border-radius: 0;
	}
	
	.bottom-footer.fullwidth-bar
.copyright {
		padding-left: 15px;
	}
	
	.bottom-footer.fullwidth-bar
.payments {
		padding-right: 15px;
	}
	
	#top-modules>div:not(.gutter), #bottom-modules>div:not(.gutter) {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#top-modules .journal2_slider, #bottom-modules .journal2_slider, #top-modules
.journal2_headline_rotator {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.no-secondary .journal-header-center
#currency {
		border-right-width: 0;
	}
	
	.no-secondary .journal-header-center
#language {
		border-left-width: 0;
	}
	
	html[dir="rtl"].no-secondary .journal-header-center
#currency {
		border-left-width: 0;
		border-right-width: 1px;
	}
	
	html[dir="rtl"].no-secondary .journal-header-center
#language {
		border-right-width: 0;
		border-left-width: 1px;
	}
	
	.journal-header-compact #header .journal-search {
		padding-right: 15px !important;
	}
	
	html[dir="rtl"] .journal-header-compact #header .journal-search {
		padding-right: 0 !important;
		padding-left: 15px !important;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:first-of-type {
		border-left-width: 0;
	}
	
	.sticky-menu .is-sticky .journal-header-default .journal-menu .super-menu>li:last-of-type {
		border-right-width: 0;
	}
	
	.boxed-header
body {
		padding: 0;
	}
	
	.fullwidth-footer
.columns {
		padding-left: 15px;
	}
	
	.copyright {
		padding-left: 15px;
	}
	
	.journal-header-mega .journal-logo {
		padding-left: 15px;
	}
	
	html[dir="rtl"] .journal-header-mega .journal-logo {
		padding-left: 0;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header-mega .journal-logo {
		padding-left: 0;
	}
	
	html[dir="rtl"] .journal-header-mega .journal-logo {
		padding-left: 0;
		padding-right: 0;
	}
}

.boxed-header .journal-header-mega .journal-logo {
	padding-left: 15px;
}

html[dir="rtl"].boxed-header .journal-header-mega .journal-logo {
	padding-left: 0;
	padding-right: 15px;
}

@media only screen and (min-width : 760px) {
	.side-blocks-active .journal-fullwidth-slider .tp-leftarrow, .side-blocks-active .journal-fullwidth-slider .tp-leftarrow.default {
		left: 60px !important;
	}
	
	.side-blocks-active .journal-fullwidth-slider .tp-rightarrow, .side-blocks-active .journal-fullwidth-slider .tp-rightarrow.default {
		right: 60px !important;
	}
	
	html[dir="rtl"].side-blocks-active .journal-fullwidth-slider .tp-leftarrow, html[dir="rtl"].side-blocks-active .journal-fullwidth-slider .tp-leftarrow.default {
		right: 60px !important;
		left: auto !important;
	}
	
	html[dir="rtl"].side-blocks-active .journal-fullwidth-slider .tp-rightarrow, html[dir="rtl"].side-blocks-active .journal-fullwidth-slider .tp-rightarrow.default {
		left: 60px !important;
		right: auto !important;
	}
}

header .links a, header .links .no-link {
	border-bottom-color: #e4e4e4;
}

.boxed-header.default-header .journal-top-header {
	clip: rect(0px, 1024px, 45px, 0px);
}

.journal-header-default .links .no-link {}

.journal-header-center #cart .content:before, .oc2 #cart .content .cart-wrapper:before {
	color: #fff;
}

.journal-header-center .autocomplete2-suggestions:before {
	color: #fff;
}

.journal-language .dropdown-menu:before, .journal-currency .dropdown-menu:before {
	color: #fff;
}

#header .top-menu .top-dropdown li:first-of-type {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

#header .top-menu .top-dropdown li:last-of-type {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

#header .top-menu .top-dropdown li:first-of-type::before {
	color: #fff;
}

#search ::-webkit-input-placeholder {
	font-family: inherit;
}

#search :-moz-placeholder {
	font-family: inherit;
}

#search ::-moz-placeholder {
	font-family: inherit;
}

#search :-ms-input-placeholder {
	font-family: inherit;
}

.compare-info tbody
td {}

@media only screen and (max-width: 760px) {
	#search ::-webkit-input-placeholder {
		font-family: inherit;
	}
	
	#search :-moz-placeholder {
		font-family: inherit;
	}
	
	#search ::-moz-placeholder {
		font-family: inherit;
	}
	
	#search :-ms-input-placeholder {
		font-family: inherit;
	}
}

.button-search {}

html[dir="rtl"] .button-search {}

html[dir="rtl"].journal-desktop .menu-floated .float-left {}

@media only screen and (max-width: 760px) {
	.center-header #search, .default-header
#search {
		border-top-width: 1px;
	}
}

header .journal-login {}

.super-menu>li:last-of-type {
	border-right-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 760px) {
	.default-header .journal-login {}
	
	.journal-header-center #search input, .journal-header-center .button-search {
		border-radius: 0;
	}
	
	.center-header #search input, .default-header #search
input {
		background-color: rgba(244, 244, 244, .53);
	}
	
	.center-header header #cart, .default-header header
#cart {
		background-color: rgba(224, 228, 229, 0);
	}
	
	.journal-menu .mobile-menu>li {
		border-color: rgba(255, 255, 255, 0);
	}
}

.inline-button .product-details {
	padding-bottom: 0;
}

.product-grid-item
.cart {
	display: none !important;
}

.product-info .right .options
h3 {
	display: none;
}

.product-info .right .option-image:first-of-type {
	margin-top: 0;
}

.product-info .right .options.push-1 .option-image li.selected span
img {
	border-color: #000;
}

.mega-menu-categories .mega-menu-item, .mega-menu-brands .mega-menu-item, .mega-menu-html .mega-menu-item, #header .mega-menu .product-grid-item {
	margin-bottom: px;
}

html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {}

html[dir="rtl"].journal-desktop .menu-floated .float-right:last-of-type {
	border-color: rgba(255, 255, 255, 0);
}

.mega-menu>div {
	margin-bottom: -px !important;
	margin-right: -px;
}

html[dir="rtl"] .mega-menu-item > div, html[dir="rtl"] #header .mega-menu .product-wrapper {
	margin-right: 0;
	margin-left: px;
}

.mega-menu .mega-menu-column:last-of-type>div {
	margin-right: -px;
}

html[dir="rtl"] .mega-menu .mega-menu-column.mega-menu-products>div {
	margin-left: -px;
}

.mega-menu-column > div > h3, .mega-menu .mega-menu-column .menu-cms-block {
	margin-right: px;
}

html[dir="rtl"] .mega-menu-column > div > h3, html[dir="rtl"] .mega-menu .mega-menu-column .menu-cms-block {
	margin-right: 0;
	margin-left: px;
}

.mega-menu .mega-menu-column:last-of-type > h3, .mega-menu .mega-menu-column:last-of-type > div > h3, .mega-menu .mega-menu-column:last-of-type > .menu-cms-block, .mega-menu .mega-menu-column.mega-menu-html-block>div {
	margin-right: 0;
}

@media only screen and (max-width: 760px) {
	.super-menu {
		border-width: 0;
	}
	
	.mega-menu .mega-menu-column>div {
		margin-right: -px;
	}
	
	html[dir="rtl"] .mega-menu .mega-menu-column>div {
		margin-left: -px;
		margin-right: 0;
	}
}

.journal-sf .sf-image .box-content
ul {
	margin-bottom: -10px;
	margin-right: -10px;
}

.product-grid-item .price + hr, .product-grid-item .price+.rating+hr {
	display: block;
}

footer
.contacts {
	text-align: center;
}

footer .contacts-left, html[dir="rtl"] footer .contacts-left {
	float: none;
}

footer .contacts-right {
	display: none;
}

.has-cta .rotator-tex {
	line-height: px;
}

footer .contacts .hint--top:before {
	border-top-color: #fff;
}

.side-column .box-category, .side-column .box-content, .side-column .box-content > div, .side-column .box-content > ul > li:last-of-type, .side-column .oc-module .product-grid-item:last-of-type {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	border-radius: inherit;
}

.journal-sf ul li label:hover {}

.sf-icon:before {
	border-top-color: #000;
}

.sf-price .value:after {
	border-bottom-color: #e0e4e5;
}

.mobile-trigger {}

.journal-header-default .links>a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 760px) {
	.super-menu {
		background-color: #fff;
	}
	
	.journal-header-default .links>a {}
}

.nav-numbers a:hover, .nav-numbers li.active
a {
	-webkit-backface-visibility: hidden;
}

.headline-mode .nav-numbers a:hover, .headline-mode .nav-numbers li.active
a {
	-webkit-backface-visibility: hidden;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover, .journal-simple-slider .owl-controls .owl-page.active span, .journal-simple-slider .owl-controls.clickable .owl-page:hover
span {}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {}

@media only screen and (max-width: 980px) {
	.journal-header-default .mega-menu {
		width: 100%;
	}
}

@media only screen and (max-width: 760px) {
	.journal-header-center .journal-secondary {
		background-color: #6c757d;
	}
}

.mega-menu {
	max-width: 1024px;
}

@media only screen and (max-width: 760px) {
	.bottom-menu-bar #header .top-menu>li {}
	
	.bottom-menu-bar #header .journal-links {}
	
	.bottom-menu-bar .journal-header-center .journal-secondary {
		border-top-width: 0;
	}
	
	.bottom-menu-bar #header .journal-links ul.top-menu>li {
		border-color: rgba(0, 0, 0, 0);
	}
	
	.bottom-menu-bar #header div.journal-links, .bottom-menu-bar #header .journal-links a:hover {
		background-color: rgba(255, 255, 255, .75);
	}
	
	.bottom-menu-bar #header .journal-links ul.top-menu > li > a, .bottom-menu-bar #header .journal-links ul.top-menu > li > a:hover, .bottom-menu-bar #header .journal-links ul.top-menu>li>.no-link {
		color: #000;
	}
}

.boxed-header .is-sticky
.header {
	max-width: 1024px;
	left: 50%;
	transform: translateX(-50%);
}

.bottom-menu-bar #header .journal-links .top-menu .top-dropdown li:last-of-type::after {
	color: #fff;
}

@media only screen and (min-width : 760px) and (max-width: 980px) {
	.mobile-menu-on-tablet .mobile-menu > li > ul, .mobile-menu-on-tablet .mobile-menu>li>.mega-menu {
		border-style: solid;
	}
	
	.mobile-menu-on-tablet ul.menu-centered {
		height: auto;
	}
}

@media only screen and (max-width: 760px) {
	.mobile-menu>li>ul, .mobile-menu>li>.mega-menu {
		border-style: solid;
	}
}

@media only screen and (min-width: 760px) {
	.journal-header-mega
#search {
		max-width: 100%;
		left: 0px;
	}
	
	.journal-header-center .j-100 {
		height: 180px;
	}
	
	.journal-header-center .journal-menu-bg {
		top: 216px;
	}
	
	.journal-header-center .top-bar > .j-min, .journal-header-center .top-menu > li > .m-item, .journal-header-center .journal-top-header {
		height: 36px;
	}
	
	.journal-header-center .journal-menu, .journal-header-center .journal-menu-bg, .journal-header-center .mobile-trigger, ul.menu-centered {
		height: 50px;
	}
	
	.journal-header-center .mobile-trigger, .journal-header-center .super-menu>li>a {
		line-height: 50px;
	}
	
	.journal-header-center .journal-language form .dropdown-menu, .journal-header-center .journal-currency form .dropdown-menu {
		top: 36px;
	}
	
	.sticky-default.center-header .is-sticky .journal-header-center .j-100 {
		height: px;
	}
	
	.sticky-default.center-header .is-sticky .journal-menu-bg {
		top: px;
	}
	
	.is-sticky .journal-header-center .journal-menu, .is-sticky .journal-header-center .journal-menu-bg, .is-sticky .journal-header-center .mobile-trigger {
		height: 40px;
	}
	
	.is-sticky .journal-header-center .mobile-trigger, .is-sticky .journal-header-center .super-menu>li>a {
		line-height: 40px;
	}
}

@media only screen and (max-width: 760px) {
	#header .journal-logo {
		height: 100px !important;
	}
}

.center-header body.is-sticky .header-assets.top-bar {
	background-color: #6c757d;
}

@media only screen and (min-width : 760px) and (max-width: 980px) {
	.mobile-menu-on-tablet .journal-header-center .journal-menu {
		height: auto;
	}
	
	.mobile-menu-on-tablet .journal-header-center .super-menu>li>a {
		line-height: 40px;
	}
}

@media only screen and (min-width: 760px) {
	.header-assets.top-bar, .journal-top-header {
		display: none;
	}
	
	.journal-header-center .journal-menu-bg {
		top: 180px;
	}
}

.product-grid-item
.price {
	width: 100%;
}

#tabs {}

.product-grid-item.display-icon .wishlist-icon:before, .product-grid-item.display-icon .compare-icon:before {
	line-height: 20px;
}

.journal-header-center #cart .heading
i {
	height: 40px;
}

.journal-desktop .menu-floated .float-left {}

.column.products>h3 {
	margin-bottom: 12px;
}

.column.products {
	padding-bottom: 12px;
}

.side-column .journal-gallery .box-heading {
	margin-bottom: 10px;
}

.side-column .box-category > ul li ul li
a {
	padding-left: 4px;
}

.side-column .box-category > ul li ul li ul li
a {
	padding-left: 4px;
}

.side-column .box-category > ul li ul li ul li ul li
a {
	padding-left: 4px;
}

.side-column .box-category > ul li ul li ul li ul li ul li
a {
	padding-left: 4px;
}

.side-column .box-category > ul li ul li ul li ul li ul li ul li
a {
	padding-left: 4px;
}

@media only screen and (max-width: 1039px) {
	.breadcrumb {
		padding-left: 10px;
	}
	
	.super-menu>li:first-of-type {
		border-left-width: 0;
	}
	
	.super-menu>li:last-of-type {
		border-right-width: 0;
	}
	
	html[dir="rtl"] .super-menu>li:first-of-type {
		border-left-width: 1px;
		border-right-width: 0;
	}
	
	html[dir="rtl"] .super-menu>li:last-of-type {
		border-left-width: 0;
	}
	
	html[dir="rtl"] .super-menu.menu-floated > li:first-of-type
border-right-width:0 {}
}

.super-menu.menu-floated {
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
}

.custom-sections .box-heading.box-sections {}

.journal-carousel:not(.journal-gallery) .box-content .swiper-container {
	padding: px;
	margin: -px;
}

.journal-carousel.arrows-top .swiper-button-prev, .journal-carousel.arrows-top .swiper-button-next {
	margin-top: px;
}

.side-column .journal-carousel.arrows-top .swiper-button-prev, .side-column .journal-carousel.arrows-top .swiper-button-next, .related-products.journal-carousel.arrows-top .swiper-button-prev, .related-products.journal-carousel.arrows-top .swiper-button-next {
	margin-top: 0;
}

div#footer {
	margin-top: 50px;
}

div#footer {
	margin-bottom: 50px;
}

.extended-container + .boxed-footer
#footer {
	margin-top: -50px;
}

.side-column .journal-carousel
.htabs {
	margin-bottom: 0;
}

.side-column .arrows-top:not(.journal-gallery) .swiper-button-prev, .side-column .arrows-top:not(.journal-gallery) .swiper-button-next {
	margin-top: 20px;
}

.side-column .journal-carousel .box-content .swiper-container {
	padding: 0;
	margin: 0;
}

html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-next {
	right: auto;
	left: 40px;
}

html[dir="rtl"] .journal-carousel.arrows-top .swiper-button-prev {
	right: auto;
	left: px;
}

html[dir="rtl"] .journal-carousel:not(.arrows-top) .swiper-button-next {
	right: auto;
	left: -25px;
}

html[dir="rtl"] .journal-carousel:not(.arrows-top) .swiper-button-prev {
	left: auto;
	right: -25px;
}

html[dir="rtl"] footer .column-menu-wrap > ul
li {
	text-align: right;
}

html[dir="rtl"] footer .column>h3 {
	text-align: right;
}

.posts.blog-list-view .post-item-details {
	width: 66.666667%;
}

.side-column .box.cms-blocks .box-heading {
	margin-bottom: 15px;
}

@media only screen and (min-width: 1039px) {
	.safari5 #footer, .safari5.boxed-header
header {
		width: 1024px;
	}
	
	.tp-banner {
		height: 100% !important;
	}
}

@media only screen and (max-width: 1039px) {
	.tp-banner-container {
		height: auto !important;
	}
	
	.side-column .oc-module .product-details {
		max-width: 130px;
	}
	
	.checkout-page
#content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.product-grid-item .has-countdown + .product-details
.rating {
		top: -50px;
	}
	
	.product-grid-item .image.has-countdown .wishlist, .product-grid-item .image.has-countdown
.compare {
		margin-bottom: 42px;
	}
}

.product-grid-item:hover .countdown, .product-list-item:hover
.countdown {
	opacity: 1;
	visibility: visible;
}

.product-grid-item:hover .has-countdown + .product-details
.rating {
	top: -70px;
}

.product-grid-item:hover .image.has-countdown .wishlist, .product-grid-item:hover .image.has-countdown
.compare {
	margin-bottom: 42px;
}

.product-grid-item:hover .has-countdown .quickview-button {
	margin-top: -40px;
}

.option li.hint--top:before {
	border-top-color: #000;
}

@media only screen and (max-width: 470px) {
	.phone-sticky-cart.menu-cart-off .journal-menu .mobile-trigger {
		width: 100%;
	}
	
	header .journal-menu .mobile-trigger {
		width: 50%;
		margin-top: -40px;
		z-index: 3;
		background-color: transparent;
	}
	
	.journal-cart {
		z-index: 2;
	}
}

.phone-sticky-cart.phone-sticky-menu:not(.menu-cart-off) .journal-menu {
	z-index: 1;
}

@media only screen and (max-width: 470px) {
	div.mobile-trigger, .mobile-menu-on-tablet div.mobile-trigger {}
	
	div.mobile-trigger:before, .mobile-menu-on-tablet div.mobile-trigger:before {}
}

.journal-header-center #header .menu-dropdown::before {
	border-bottom-color: #fff;
}

.header-notice>div {
	max-width: 1024px;
}

@media only screen and (max-width:1039px) {
	.header-notice>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-notice.floated-icon>div {
		padding-bottom: 10px;
	}
	
	button.close-notice {
		right: 8px;
	}
	
	html[dir="rtl"] button.close-notice {
		right: auto;
		left: 8px;
	}
}

.product-grid-item .quickview-button {
	top: 100%;
	transform: translate(-50%, -100%);
}

footer
.columns {
	padding-left: 0;
}

html[dir="rtl"] footer
.columns {
	padding-right: 0;
}

footer {
	box-shadow: none;
}

.journal-top-header {
	box-shadow: none;
}

@media only screen and (min-width: 760px) {
	#column-left+#content {
		margin-left: 220px;
	}
	
	#column-right+#content {
		margin-right: 220px;
	}
	
	#column-left+#column-right+#content {
		margin-left: 220px;
		margin-right: 220px;
	}
}

@media only screen and (min-width:760px) and (max-width:980px) {
	#column-left {
		width: 220px;
	}
	
	#column-right {
		width: 220px;
	}
	
	#column-left+#content {
		margin-left: 220px;
	}
	
	#column-right+#content {
		margin-right: 220px;
	}
	
	#column-left+#column-right+#content {
		margin-left: 220px;
		margin-right: 220px;
	}
}

@media only screen and (min-width:760px) and (max-width: 1039px) {
	.skin-16 .journal-header-center .journal-search {
		padding-left: 30px;
	}
	
	.extended-layout #column-left {
		padding-left: 20px;
	}
	
	.extended-layout #column-right {
		padding-right: 20px;
	}
	
	.extended-layout #content, .extended-layout #column-left + #content, .extended-layout #column-right+#content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	html[dir="rtl"].extended-layout #column-left {
		padding-right: 20px !important;
	}
	
	html[dir="rtl"].extended-layout #column-right {
		padding-left: 20px !important;
	}
	
	html[dir="rtl"].extended-layout #column-left+#content {
		margin-right: 220px;
		margin-left: 0;
	}
	
	html[dir="rtl"].extended-layout #column-right+#content {
		margin-right: 0;
	}
}

.mega-menu .mega-menu-column .menu-cms-block {
	margin-bottom: px;
}

.fly-drop-down ul
li {
	min-height: 40px;
}

@media only screen and (max-width: 760px) {
	.product-grid-item
.rating {
		margin-left: px;
	}
	
	.product-grid-item
.rating {
		top: px;
	}
}

html[dir="rtl"] .flyout-left .fly-mega-menu, html[dir="rtl"] .flyout-left .fly-drop-down>ul {
	left: auto;
	right: 100%;
}

html[dir="rtl"] .flyout-right .fly-mega-menu, html[dir="rtl"] .flyout-right .fly-drop-down>ul {
	left: 100% !important;
	right: auto;
}

html[dir="rtl"] .flyout-menu .flyout > ul > li > a i.menu-plus {
	left: 5px;
	right: auto;
	transform: scale(-1);
}

html[dir="rtl"] #column-right .flyout-menu .flyout > ul > li > a i.menu-plus {
	left: auto;
	right: 8px;
	transform: scale(1);
}

html[dir="rtl"] .flyout-menu .flyout>ul>li>a {
	padding: 7px 12px 7px 25px;
}

html[dir="rtl"] #column-right .flyout-menu .flyout>ul>li>a {
	padding: 7px 25px 7px 12px;
	text-align: left;
}

html[dir="rtl"] #column-left {
	float: right;
}

html[dir="rtl"] #column-right {
	float: left;
}

@media only screen and (min-width: 760px) {
	html[dir="rtl"] #column-left {
		padding: 20px 20px 20px 0;
	}
	
	html[dir="rtl"] #column-right {
		padding: 20px 0 20px 20px;
	}
	
	html[dir="rtl"] #column-left+#content {
		margin-right: 220px;
		margin-left: 0;
	}
	
	html[dir="rtl"] #column-right+#content {
		margin-left: 220px;
		margin-right: 0;
	}
	
	html[dir="rtl"] #column-left+#column-right+#content {
		margin-right: 220px;
		margin-left: 220px;
	}
}

@media only screen and (min-width : 760px) and (max-width: 980px) {
	html[dir="rtl"] #column-left+#content {
		margin-right: 220px;
		margin-left: 0;
	}
	
	html[dir="rtl"] #column-right+#content {
		margin-left: 220px;
		margin-right: 0;
	}
	
	html[dir="rtl"] #column-left+#column-right+#content {
		margin-right: 220px;
		margin-left: 220px;
	}
	
	html[dir="rtl"].extended-layout #column-left+#content {
		margin-right: 220px;
		margin-left: 0;
	}
}

@media only screen and (min-width: 1039px) {
	html[dir="rtl"].extended-layout #column-left {
		padding-right: 0;
	}
	
	html[dir="rtl"].extended-layout #column-right {
		padding-left: 0;
	}
	
	html[dir="rtl"].extended-layout #column-right+#content {
		padding-left: 20px;
		padding-right: 0;
	}
	
	html[dir="rtl"].extended-layout #column-left+#content {
		padding-right: 20px;
		padding-left: 0;
	}
}

.refine-images::before, #refine-images::before, .category-list::before {
	content: "";
	margin-right: px;
}

.refine-images::before, #refine-images::before, .category-list::before {
	display: none;
}

.refine-image {
	padding-right: 15px;
	margin-bottom: 15px;
}

.refine-images {
	margin-right: -15px;
	margin-bottom: 0px;
}

.product-grid-item {
	margin-bottom: 20px;
}

.product-wrapper, .ias-button, .ias-loader, .ias-noneleft {
	margin-right: 20px;
}

.ias-button, .ias-loader, .ias-noneleft {
	margin-top: 0px;
}

.product-grid, #content .box-product {
	margin-right: -20px;
}

@media only screen and (max-width: 760px) {
	#cart .heading i::before {}
	
	#cart .heading
i {}
	
	div#container, .home-page
div#container {
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	
	.product-grid-item:not(.swiper-slide) {
		margin-bottom: 20px;
	}
	
	.product-grid-item:not(.swiper-slide) .product-wrapper, .ias-button, .ias-loader, .ias-noneleft {
		margin-right: 20px;
	}
	
	.product-grid, #content .box-product {
		margin-right: -20px;
	}
}

.button:active {}

#column-left .oc-module .product-details {
	max-width: 145px;
}

#column-right .oc-module .product-details {
	max-width: 145px;
}

.information-page
img {
	max-width: 100% !important;
}

@media only screen and (max-width: 980px) {
	html, body {
		overflow-x: hidden;
	}
}

.MDow-1 {
	display: none;
}

.oc2 .product-info .right .price-old {
	margin-top: 5px;
}

.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videowrapper
iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapwrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 43%;
	padding-top: 25px;
	height: 0;
}

.mapwrapper
iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oc2
.fa {
	font-size: 12px;
}

@media only screen and (min-width:700px) {
	.breadcrumb {
		height: 100px;
	}
	
	.extended-container:before {
		height: 100px;
	}
}

@media only screen and (max-width: 760px) {
	.product-filter
.sort {
		max-width: 80%;
		float: left;
	}
	
	.product-filter
.limit {
		top: 0;
	}
}

.product-filter
.display {
	display: none;
}

.product-grid-item {
	margin-bottom: 30px;
}

.product-grid-item
.name {}

.product-grid-item .name
a {
	text-transform: capitalize;
	line-height: 20px;
}

.product-grid-item
.price {
	margin-top: 1px;
}

.product-list-item .name
a {
	text-transform: capitalize;
}

.product-grid-item .quickview-button {
	width: 100%;
}

.product-grid-item .has-countdown .quickview-button {
	margin-top: -36px;
}

.product-grid-item:hover .has-countdown .quickview-button {
	margin-top: -36px;
}

.comments
.avatar {
	width: 32px;
	height: 32px;
}

.comments>.comment
p {
	font-size: 13px;
}

.ui-pnotify-title {
	padding-left: 0px;
}

.ui-pnotify-closer:before {
	font-size: 12px;
}

.filter-collapse .box-heading::after {
	font-size: 10px;
}

.success, .warning, .information, .attention {
	padding: 5px 20px;
	border-radius: 3px;
	margin-top: 10px;
}

.has-error .form-control {
	border-color: #c30048 !important;
}

.static-banner {
	padding-right: 40px;
}

.static-banners>div {
	margin-right: -40px;
}

.journal-checkout .checkout-cart tbody td, .journal-checkout .checkout-cart tbody td:first-of-type {
	border-color: #ccc;
}

#header .top-menu .top-dropdown {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.journal-header-center #search
input {
	min-height: 30px;
	max-height: 34px;
	margin-top: 3px;
}

#logo a img.logo-1x {}

.mini-cart-info table tr td
a {
	text-transform: capitalize;
}

.mini-cart-info table tr td.remove i:before {
	font-size: 13px;
}

.mobile-menu-on-tablet .mobile-trigger:before {
	font-size: 16px;
}

.login-content .right
a {
	font-size: 13px;
}

.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box) {
	opacity: .3;
}

.cart-info thead
td {
	height: 32px;
}

button.btn-upload
i.fa {
	font-size: 12px;
}

button.btn-upload {
	font-size: 13px;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea {
	font-size: 13px;
	box-shadow: none;
	border-radius: 2px;
}

select {
	padding: 7px;
	background-color: white;
	border: 1px solid #b7b7b7;
}

input::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder {
	color: #ccc;
}

input:-moz-placeholder {
	color: #999;
}

input:focus:-moz-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #999;
}

input:focus::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #999;
}

input:focus:-ms-input-placeholder {
	color: #ccc;
}

footer .column>h3 {
	margin-bottom: 0px;
	padding-bottom: 12px;
}

footer .column-menu-wrap>ul
li {
	padding-bottom: 12px;
}

@media only screen and (max-width: 760px) {
	.collapse-footer-columns .column>h3::after {
		font-size: 9px;
	}
}

.bottom-footer .payments
img {
	max-height: 32px;
}

.journal-newsletter.text-top .newsletter-input-wrap
input {
	letter-spacing: 1px;
}

.journal-newsletter.text-top .newsletter-input-wrap .newsletter-button {
	padding: 0 6px;
}

footer .contacts [data-hint]:before, footer .contacts [data-hint]:after {
	display: none;
}

.product-info {
	margin-bottom: 40px;
}

@media only screen and (min-width: 760px) {
	.product-info
.right {
		padding-left: 40px;
	}
}

.oc2 .product-info .right .price-new {
	top: 1px;
}

.product-info .right .options
h3 {
	padding-left: 0;
}

.product-info .right .options.push-image .option-image li span
img {
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .2);
}

#tabs a, #tabs li
a {
	padding: 0 40px 0 0;
}

.tab-content {
	padding-top: 10px;
}

#tab-review form #review-title {
	margin-top: 20px;
}

.journal-carousel:not(.arrows-top) .swiper-button-prev, .journal-carousel:not(.arrows-top) .swiper-button-next {
	-webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
}

.journal-carousel.arrows-top .swiper-button-prev, .journal-carousel.arrows-top .swiper-button-next {
	-webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .25);
}
