.actions-toolbar {
	margin-top: 1.5em;
}

.actions-toolbar .primary,
.actions-toolbar .secondary {
	display: inline-block;
	vertical-align: middle;
}

body .label {
	color: inherit;
	padding: 0 0 .5em;
	margin: 0;
	display: inline-block;
	font-weight: normal;
	position: relative;
	z-index: 0;
	font-size: .91em;
	line-height: normal;
}

.fotorama__nav {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	height: 30px !important;
}

.pando li {
	text-align: center;
}

.pando li a {
	color: #aaa;
	font-size: 0.95em !important;
}

.fieldset~.fieldset {
	margin-top: 1.5em;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0 0;
}

.mage-error {
	font-size: 11px;
	color: #f00;
}

input.mage-error,
select.mage-error,
textarea.mage-error {
	font-size: 12px;
	border-color: #f00 !important;
}

.cart-container fieldset.fieldset,
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* ===== Account ===== */
body * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body *:focus,
body a:focus {
	outline: none;
}

html {
	font-size: 10px;
}

html body {
	color: #222222;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}

html body .container {
	background: #fff;
	max-width: 1372px;
	width: 100%;
}

.content-wrapper>.container {
	width: 100%;
	padding-bottom: 1rem;
}

a,
i,
.btn {
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

a:hover i,
.btn:hover i {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

p {
	margin: 0 0 10px;
}

a {
	color: #337ab7;
	text-decoration: none;
}

body a,
body a:hover {
	text-decoration: none;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

body ul,
body ol {
	padding: 0;
	margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
	margin-top: 0;
	font-family: 'Open Sans';
}

img:not(.fotorama__img) {
	max-width: 100%;
	width: auto;
	height: auto !important;
}

body .btn,
.actions-toolbar .action,
.cart-container .cart.actions a.continue,
body button {
	height: 37px;
	text-align: center;
	white-space: nowrap;
	border: solid 1px #eee;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border-radius: 0;
	font-size: 14px;
	padding: 6px 18px;
	background-color: #fff;
	color: #aaa;
	text-transform: uppercase;
	line-height: inherit;
	cursor: pointer;
}

body button.primary,
.actions-toolbar .primary .action,
.actions-toolbar .secondary .action,
body .btn,
body button,
body .btn-default.disabled:hover,
body .btn-default[disabled]:hover,
body fieldset[disabled] .btn-default:hover,
body .btn-default.disabled:focus,
body .btn-default[disabled]:focus,
body fieldset[disabled] .btn-default:focus,
body .btn-default.disabled.focus,
body .btn-default[disabled].focus,
body fieldset[disabled] .btn-default.focus {
	border-color: #ddd;
	background-color: #fff;
	color: #aaa;
}

body .btn:focus,
body .btn:active:focus,
body .btn.active:focus,
body .btn.focus,
body .btn:active.focus,
body .btn.active.focus {
	outline: none;
}

/* .actions-toolbar .primary .action, */
/* body button.primary, */
body button.primary:hover,
body .btn-primary.disabled:hover,
body .btn-primary[disabled]:hover,
body fieldset[disabled] .btn-primary:hover,
body .btn-primary.disabled:focus,
body .btn-primary[disabled]:focus,
body fieldset[disabled] .btn-primary:focus,
body .btn-primary.disabled.focus,
body .btn-primary[disabled].focus,
body fieldset[disabled] .btn-primary.focus,
.actions-toolbar .primary .action:hover,
.actions-toolbar .secondary .action:hover,
body .btn:hover,
body button:hover,
.cart-container .cart.actions a.continue:hover,
body .btn.btn-primary.type-2:hover,
#popup-block .block.newsletter .content button.primary:hover,
body button.primary.checkout,
body .btn.btn-primary {
	border-color: #ff1341;
	background-color: #ff1341;
	color: #fff;
}


.cart-container .cart.actions a.continue,
body .btn.btn-primary:hover,
body .btn.btn-primary.type-2,
#popup-block .block.newsletter .content button.primary,
/* .actions-toolbar .primary .action:hover, */
/* body button.primary:hover, */
body .btn-primary.active:hover,
body .open>.dropdown-toggle.btn-primary:hover,
body .btn-primary.active:focus,
body .open>.dropdown-toggle.btn-primary:focus,
body .btn-primary:active.focus,
body .btn-primary.active.focus,
body button.primary.checkout:hover,
body .open>.dropdown-toggle.btn-primary.focus {
	border-color: #222;
	background-color: #222;
	color: #fff;
}

body .form-control,
input[type="text"],
input[type="number"],
textarea,
input[type="password"],
select,
input[type="email"] {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #888;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	margin: 0;
}

.no-visible {
	position: absolute;
	left: 0;
	opacity: 0;
}

body dd {
	margin: 0;
}

body .form-control.options-list,
body .form-control.options-list .form-control.field,
body .form-control.options-list .form-control.label,
body input[type="radio"],
body input[type="checkbox"] {
	width: auto;
	height: auto;
	padding: 0;
	line-height: normal;
	background-color: transparent;
	border: none;
}

body input[type="radio"],
body input[type="checkbox"] {
	display: inline-block;
	margin: 3px 7px 0 0;
}

#product-options-wrapper>.fieldset>.field {
	margin-bottom: 12px;
}

.product-info-main .product-add-form div.form-control.options-list div.form-control.field label.form-control.label>span,
.product-info-main .product-add-form div.form-control.options-list div.form-control.field label.form-control.label>span .form-control.price-container,
.product-info-main .product-add-form div.form-control.options-list div.form-control.field label.form-control.label>span .form-control.price-wrapper {
	display: inline-block;
	width: auto;
	border: none;
	padding: 0;
	height: auto;
}


input[type="number"] {
	-moz-appearance: textfield;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea,
input[type="password"] {
	-webkit-appearance: none;
}

.message.info {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}

.message.info a {
	color: #1979c3;
}

.message.info a:hover {
	color: #006bb4;
}

.message.info a:active {
	color: #006bb4;
}

.message.info>*:first-child:before {
	color: #c07600;
	content: '\f0eb';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
	width: 45px;
}

.message.error {
	background: #fae5e5;
	color: #e02b27;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}

.message.error a {
	color: #1979c3;
}

.message.error a:hover {
	color: #006bb4;
}

.message.error a:active {
	color: #006bb4;
}

.message.error>*:first-child:before {
	color: #b30000;
	content: '\f057';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}

.message.warning {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}

.message.warning a {
	color: #1979c3;
}

.message.warning a:hover {
	color: #006bb4;
}

.message.warning a:active {
	color: #006bb4;
}

.message.warning>*:first-child:before {
	color: #c07600;
	content: '\f06a';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
	width: 45px;
}

.message.notice {
	background: #fdf0d5;
	color: #6f4400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}

.message.notice a {
	color: #1979c3;
}

.message.notice a:hover {
	color: #006bb4;
}

.message.notice a:active {
	color: #006bb4;
}

.message.notice>*:first-child:before {
	color: #c07600;
	content: '\f0eb';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}

.message.success {
	background: #e5efe5;
	color: #006400;
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 12px 20px 12px 25px;
	padding-left: 45px;
	position: relative;
}

.message.success a {
	color: #1979c3;
}

.message.success a:hover {
	color: #006bb4;
}

.message.success a:active {
	color: #006bb4;
}

.message.success>*:first-child:before {
	color: #006400;
	content: '\f058';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-weight: normal;
	left: 0;
	line-height: 24px;
	margin: -12px 0 0;
	overflow: hidden;
	position: absolute;
	speak: none;
	text-align: center;
	top: 22px;
	vertical-align: middle;
	width: 45px;
}

.search-terms {
	padding: 0;
	margin: 0;
	list-style: none;
}

.search-terms li {
	display: inline-block;
	padding: 0 10px;
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.visible-xs {
	display: none !important;
}

/* Indents */
hr.indent-9,
hr.indent-12,
hr.indent-18,
hr.indent-24,
hr.indent-28,
hr.indent-32,
hr.indent-36,
hr.indent-40,
hr.indent-46,
hr.indent-52,
hr.indent-56,
hr.indent-60 {
	padding: 0;
	border: none;
	background: none;
	height: 0;
	width: 100%;
}

hr.indent-9 {
	margin: .75em 0;
}

hr.indent-12 {
	margin: 1em 0;
}

hr.indent-18 {
	margin: 1.5em 0;
}

hr.indent-24 {
	margin: 2em 0;
}

hr.indent-28 {
	margin: 2.333em 0;
}

hr.indent-32 {
	margin: 2.5em 0;
}

hr.indent-36 {
	margin: 3em 0;
}

hr.indent-40 {
	margin: 3.333em 0;
}

hr.indent-46 {
	margin: 3.883em 0;
}

hr.indent-52 {
	margin: 4.333em 0;
}

hr.indent-56 {
	margin: 4.667em 0;
}

hr.indent-60 {
	margin: 5em 0;
}

/* invisible indents */
hr.white-space {
	margin-top: 0;
}

/* solid indents */
hr.solid {
	border-bottom: 1px solid #B4B4B4;
}

/* dotted indents */
hr.dotted {
	border-bottom: 1px dotted #B4B4B4;
}

/* dashed indents */
hr.dashed {
	border-bottom: 1px dashed #B4B4B4;
}

/* Widget: Social Links */
ul.social-links li {
	margin: 0 !important;
	float: left;
}

ul.social-links li a i {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	color: #888;
	background-color: #111;
	border-color: #111;
	line-height: 40px;
	font-size: 14px;
}

ul.social-links li a:hover i {
	color: #fff;
	background-color: #FF1341;
	border-color: #FF1341;
}

/* //Social Links */

/* Tables */

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

address {
	font-style: normal;
	font-size: 1em;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border: 1px solid #ddd;
	/* border-top-width: 0; */
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
	display: table-cell;
	width: auto;
}

.table>thead>tr>th+th,
.table>tbody>tr>th+th,
.table>tfoot>tr>th+th,
.table>thead>tr>th+td,
.table>tbody>tr>th+td,
.table>tfoot>tr>th+td,
.table>thead>tr>td+td,
.table>tbody>tr>td+td,
.table>tfoot>tr>td+td {
	border-left: 1px solid #ddd;
}

.table>tbody>tr:last-child>td {
	border-bottom: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}

.table-bordered {
	border: 1px solid #dddddd;
}

.table>thead>tr>th,
.table>thead>tr>td {
	border-bottom-width: 2px;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
	background-color: #f5f5f5;
}

.table>tbody>tr>td.active:hover,
.table>tbody>tr>th.active:hover,
.table>tbody>tr.active:hover>td,
.table>tbody>tr:hover>.active,
.table>tbody>tr.active:hover>th {
	background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background-color: #dff0d8;
}

/* !Tables */

body.wide-layout .page-header,
body.wide-layout .breadcrumbs-wrapper,
body.wide-layout .content-wrapper {
	background: #fff;
}

.panel.header .switcher {
	display: none
}

.footer.content .switcher-store {
	margin: 0 0 30px
}

.page-header .header-switcher,
.page-footer .switcher {
	margin-right: 10px
}

.page-header .header-switcher .options,
.page-footer .switcher .options {
	display: inline-block;
	position: relative
}

.page-header .header-switcher .options:before,
.page-footer .switcher .options:before,
.page-header .header-switcher .options:after,
.page-footer .switcher .options:after,
.block-title:before,
.block-title:after {
	content: '';
	display: table
}

.page-header .header-switcher .options:after,
.page-footer .switcher .options:after,
.block-title:after {
	clear: both
}

.page-header .header-switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
	padding: 0;
	cursor: pointer;
	display: inline-block;
	text-decoration: none
}

.page-header .header-switcher .options .action.toggle>span,
.page-footer .switcher .options .action.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.page-header .header-switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
	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;
	font-size: 12px;
	line-height: 16px;
	color: inherit;
	content: '\f0d7';
	margin: 0 0 0 5px;
	vertical-align: middle;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.page-header .header-switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
	color: inherit
}

.page-header .header-switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
	color: inherit
}

.page-header .header-switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
	display: inline-block;
	text-decoration: none
}

.page-header .header-switcher .options .action.toggle.active>span,
.page-footer .switcher .options .action.toggle.active>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.page-header .header-switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
	content: '\f0d8';
}

.page-header .header-switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
	color: inherit
}

.page-header .header-switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
	color: inherit
}

.page-header .header-switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
	background: #fff;
	border: 1px solid #bbb;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none none;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	margin-top: 4px;
	min-width: 160px;
	display: none;
}

.page-header .header-switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
	margin: 0;
	padding: 0;
	display: block;
}

.page-header .header-switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
	background: #e8e8e8;
	cursor: pointer
}

.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
	border: 6px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99
}

.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
	border: 7px solid;
	border-color: transparent transparent #bbb transparent;
	z-index: 98
}

.page-header .header-switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
	left: 10px;
	top: -12px
}

.page-header .header-switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
	left: 9px;
	top: -14px
}

.page-header .header-switcher .options.active,
.page-footer .switcher .options.active {
	overflow: visible
}

.page-header .header-switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
	display: block
}

.page-header .header-switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
	display: block;
	padding: 8px
}

.page-header .header-switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
	text-decoration: none
}

.page-header .header-switcher li,
.page-footer .switcher li {
	margin: 0;
	font-size: 12px
}

.page-header .header-switcher .label {
	font-weight: normal;
	color: #222;
}

.page-header .header-switcher .label:after {
	content: ':';
}

.page-header .header-switcher strong,
.page-footer .switcher strong {
	font-weight: 400
}

.nav-sections {
	-webkit-transition: left .3s;
	-moz-transition: left .3s;
	-ms-transition: left .3s;
	transition: left .3s;
	height: 100%;
	left: -80%;
	left: calc(-1 * (100% - 54px));
	overflow: auto;
	position: fixed;
	top: 0;
	width: 80%;
	width: calc(100% - 54px)
}

.nav-sections .switcher {
	border-top: 1px solid #d1d1d1;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	padding: .8rem 3.5rem .8rem 2rem
}

.nav-sections .switcher .label {
	display: block;
	margin-bottom: 5px
}

.nav-sections .switcher:last-child {
	border-bottom: 1px solid #d1d1d1
}

.nav-sections .switcher-trigger strong {
	display: inline-block !important;
	position: relative;
	display: block;
	text-decoration: none
}

.nav-sections .switcher-trigger strong:after {
	-webkit-font-smoothing: antialiased;
	font-size: 42px;
	line-height: inherit;
	color: inherit;
	content: '\e622';
	font-family: 'icons-blank-theme';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.nav-sections .switcher-trigger strong:after {
	position: absolute;
	right: -40px;
	top: -18px
}

.nav-sections .switcher-trigger.active strong:after {
	content: '\e621'
}

.nav-sections .switcher-dropdown {
	margin: 0;
	padding: 0;
	list-style: none none;
	padding: 10px 0
}

/* Header */
body .page-header {
	margin: 0;
	border: none;
	padding: 0;
}

.page-header .right-block {
	float: right;
}

.page-header .right-block .top-block {
	padding: 1.5em 0;
	position: relative;
}

.page-header .right-block .bottom-block {
	float: right;
}

.page-header .panel {
	margin: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.page-header>.container {
	padding-bottom: 1.5em;
}

.page-header .logo {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 1em 0 0;
	width: 200px;
}

.customer-welcome {
	display: inline-block;
	position: relative;
}

.customer-welcome:before,
.customer-welcome:after {
	content: '';
	display: table;
}

.customer-welcome:after {
	clear: both;
}

.customer-welcome .action.switch {
	padding: 0;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.customer-welcome .action.switch>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.customer-welcome .action.switch:after {
	content: '\f107';
	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;
	position: relative;
	color: #ff1341;
	top: 0;
	margin-left: 5px;
}

.customer-welcome .action.switch.active {
	display: inline-block;
	text-decoration: none;
}

.customer-welcome .action.switch.active>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.customer-welcome.active .action.switch:after {
	content: '\f106';
}

.customer-welcome ul {
	background: #fff;
	border: 1px solid #bbb;
	z-index: 101;
	margin: 0;
	padding: 0;
	list-style: none none;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	right: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	margin-top: 4px;
	min-width: 100%;
	display: none;
}

.customer-welcome ul li {
	margin: 0;
	padding: 0;
}

.customer-welcome ul li:hover {
	background: #e8e8e8;
	cursor: pointer;
}

.customer-welcome ul:before,
.customer-welcome ul:after {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.customer-welcome ul:before {
	border: 6px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
}

.customer-welcome ul:after {
	border: 7px solid;
	border-color: transparent transparent #bbb transparent;
	z-index: 98;
}

.customer-welcome ul:before {
	right: 10px;
	top: -12px;
}

.customer-welcome ul:after {
	right: 9px;
	top: -14px;
}

.customer-welcome.active {
	overflow: visible;
}

.customer-welcome.active ul {
	display: block;
}

.customer-welcome li a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 1.4;
	padding: 8px;
}

.customer-welcome li a:visited {
	color: #333;
	text-decoration: none;
}

.customer-welcome li a:hover {
	color: #333;
	text-decoration: none;
}

.customer-welcome li a:active {
	color: #333;
	text-decoration: none;
}

.customer-welcome .customer-name {
	cursor: pointer;
}

.customer-welcome .customer-menu {
	display: none;
}

.customer-welcome .action.switch {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	font-weight: 400;
	color: #fff;
	height: auto;
	font-size: 12px;
}

.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active,
.customer-welcome .action.switch:hover {
	background: none;
	border: none;
}

.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .5;
}

.customer-welcome .header.links {
	min-width: 175px;
}

.customer-welcome.active .customer-menu {
	display: block;
}

.customer-welcome .greet {
	display: none;
}



.header-wrapper .page-header .container {
	max-width: 100%;
	padding: 0 0;
}

.header-wrapper .page-header .container .toplink_block {
	border-bottom: 1px solid #eeeeee;
}

.header-wrapper .header.links {
	padding: 0;
	list-style: none none;
	float: left;
}

.header-wrapper .header.links>li {
	display: inline-block;
	vertical-align: top;
}

.header-wrapper .header.links>li.welcome,
.header-wrapper .header.links>li>a {
	display: block;
	line-height: 40px;
}

.header-wrapper .page-header .customer-menu .header.links>li>a {
	color: #222;
}

.header-wrapper .top-block>.header.links>li:not(.customer-welcome) {
	vertical-align: middle;
	margin-top: 3px;
	display: inline-block;
}

.header-wrapper .top-block>.header.links>li>a {
	display: inline-block;
	line-height: normal;
}

.header-wrapper .header.links>li.welcome a {
	color: #fff;
	padding-left: 5px;
}

.header-wrapper .top-block>.header.links>.authorization-link:after {
	content: attr(data-label);
	display: inline-block;
	margin: 0 -3px 0 -3px;
}

.header-wrapper .header.links>.customer-welcome+.authorization-link {
	display: none !important;
}

.page-header .toplink-block {
	width: 1372px;
	margin: 0 auto;
}

.page-header .toplink-block .top-block-left {
	float: left;
}

.page-header .toplink-block .top-block-left .welcome {
	float: left;
}

.page-header .toplink-block .top-block-right {
	float: right;
}

.header-wrapper .page-header .menu-wrapper .container {
	max-width: 1372px;
	margin: 0 auto;
	padding: 0 50px;
}




/* Header Search */
.header-wrapper .block-search {
	width: 212px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.header-wrapper .block-search .form.minisearch {
	margin: 5px 5px;
}

.header-wrapper .block-search .block-title {
	display: none;
}

.header-wrapper .block-search .input-group {
	position: relative;
	border: solid 1px #ddd;
	padding: 0px 10px 0px 6px;
	transition: border-color .8s ease;
	-moz-transition: border-color .8s ease;
	-webkit-transition: border-color .8s ease;
	-o-transition: border-color .8s ease;
	display: table;
	border-collapse: separate;
}

.header-wrapper .block-search .input-group input {
	border: none;
	padding: 2px;
	font-size: 14px;
	box-shadow: none;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	line-height: 40px;
	margin-bottom: 0;
	display: table-cell;
}

.header-wrapper .block-search .input-group-btn {
	width: 1%;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.header-wrapper .block-search .input-group .btn {
	padding: 0;
	border: none;
	font-size: 14px;
	color: #aaa;
	margin-right: 2px;
	height: auto;
	background: none;
}

.header-wrapper .block-search .nested {
	display: none;
}

.header-wrapper .block-search .search-autocomplete {
	border: 1px solid #ddd;
	border-bottom: none;
	background-color: #fff;
	z-index: 99999;
	padding: 0;
	top: 27px;
}

.header-wrapper .block-search .search-autocomplete ul {
	list-style: none;
}

.header-wrapper .block-search .search-autocomplete ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.header-wrapper .block-search .search-autocomplete ul li {
	position: relative;
}

.header-wrapper .block-search .search-autocomplete ul li:after {
	content: '';
	clear: both;
	display: block;
}

.header-wrapper .block-search .search-autocomplete ul li span {
	float: left;
	width: 80%;
	text-align: left;
}

.header-wrapper .block-search .search-autocomplete ul li span.amount {
	float: right;
	width: 15%;
	text-align: right;
}

/* !Header Search */

/* Header Nav */
.header-wrapper.header-1 {
	border: 1px solid #eeeeee;
	margin-bottom: 1rem;
}

.header-wrapper .menu-inner {
	position: relative;
}

.header-wrapper .toggle-nav {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.nav>li {
	display: inline-block;
}

.header-wrapper .navbar-collapse.collapse a.level-top {
	line-height: 1.5em;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.5em 20px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	border-bottom: 2px solid #FFFFFF;
}

.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-focus,
.header-wrapper .navbar-collapse.collapse a.level-top.ui-state-active {
	background-color: #fff;
	color: #222;
	border-bottom: 2px solid #222222;
}

.navigation .level0 .submenu {
	background: #ffffff;
	border: 1 solid #ddd;
	box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
	font-weight: 400;
	min-width: 300px !important;
	padding: 15px 15px;
	display: none;
	margin: 0 !important;
	position: absolute;
	z-index: 999;
	margin-top: 11px;
	list-style: none;
	max-width: 490px;
}

.navigation .level0 .submenu li {
	position: relative;
	min-width: 150px;
	width: 150px;
    float: left;
}

.navigation .level0 .submenu>ul {
	margin-top: 11px;
}

.navigation .level0 .submenu>ul:before,
.navigation .level0 .submenu>ul:after {
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
}

.navigation .level0 .submenu>ul:before {
	color: #fff;
	left: 20px;
	top: -20px;
	border: 10px solid transparent;
	height: 0;
	width: 0;
	border-bottom-color: #fff;
	z-index: 4;
}

.navigation .level0 .submenu>ul:after {
	border: 11px solid transparent;
	height: 0;
	width: 0;
	border-bottom-color: #08c;
	color: #08c;
	left: 19px;
	top: -22px;
	z-index: 3;
}

.navigation .level0 .submenu a {
	display: block;
	line-height: inherit;
	color: #aaa;
	padding: 9px 15px;
	font-size: 14px;
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus,
.navigation .level0 .submenu .active>a {
	background-color: rgba(255, 255, 255, .1);
	color: #FF1341;
	text-decoration: none;
}

.navigation .level0 .submenu .submenu {
	top: 0 !important;
	left: 100% !important;
}

.navigation .level0 .submenu .submenu-reverse {
	left: auto !important;
	right: 100%;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #e7e7e7;
}

/* !Header Nav */

/* Header Cart */
.minicart-wrapper {
	float: right;
}

.minicart-wrapper .title-cart {
	display: block;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 40px;
	padding: 0 0;

}

.minicart-wrapper .title-cart:hover {

	height: auto;
	background-color: #ffffff;
	color: #FF1341;
}

.minicart-wrapper .title-cart .icon {
	padding-right: 5px;
}

.minicart-wrapper .title-cart .icon i {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.minicart-wrapper .title-cart .counter-label {
	display: none;
}

.minicart-wrapper .title-cart .cart-divider {
	background: #222;
	display: inline-block;
	vertical-align: middle;
	height: 0.84em;
	margin: 0 4px;
	position: relative;
	top: -1px;
	width: 1px;
	display: none;
}

.minicart-wrapper .title-cart .counter:not(.empty):before {
	background: #222;
	display: inline-block;
	vertical-align: middle;
	height: 0.84em;
	margin: 0 4px;
	position: relative;
	top: -1px;
	width: 1px;
	content: '';
}

.minicart-wrapper .title-cart:hover .counter:not(.empty):before {
	background: #fff;
}

.minicart-wrapper .product-item-pricing:before,
.minicart-wrapper .product-item-pricing:after {
	content: '';
	display: table;
	clear: both;
}

.minicart-items-wrapper {
	overflow-x: auto;
	padding-bottom: 20px;
}

/* !Header Cart */

.page-header .action.skip.contentarea {
	display: none;
}

.page-header .action.nav-toggle {
	display: none;
	font-size: 14px;
	font-family: 'Open Sans';
	color: #222;
	padding: 1.25em 0;
}

.page-header .action.nav-toggle i {
	margin-right: 5px;
}

.page-header .header-switcher .label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.page-header .header-switcher .switcher-options {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	position: relative;
	padding: 4px 7px 5px;
	border: solid 1px rgba(0, 0, 0, .1);
	cursor: pointer;
}

.page-header .header-switcher .switcher-options strong {
	font-weight: normal;
}

.page-header .header-switcher .switcher-options .mage-dropdown-dialog {
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
}

.page-header .welcome {
	margin: 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: .91em;
	color: #888;
	line-height: 40px;
}

.header.links {
	float: right;
	list-style: none;
	margin: 0 0 0 15px;
}

.customer-menu .header.links li:first-child:after {
	content: none;
}

.header.links li {
	display: inline-block;
	vertical-align: middle;
}

.header.links li.welcome span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 10px;
}

.header.links li .customer-name {
	font-size: .91em;
	color: #222;
	padding: .75em 11px;
	display: block;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
}

.header.links li .customer-name:hover {
	background-color: rgba(0, 0, 0, .1);
}

.header.links li a {
	font-size: .91em;
	color: #222;
	padding: 0 11px;
	display: block;
}

.header.links li a:hover {
	background-color: #F5F5F5;
	color: #222222;
}

.page-header .header-switcher {
	display: inline-block;
	vertical-align: middle;
}

.page-header .header-switcher+.header-switcher:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	border-left: solid 1px #ddd;
	margin: 0 10px;
}

.page-header .header-switcher+.header-switcher>div {
	display: inline-block;
	vertical-align: middle;
}

.page-header .header-switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-header .header-switcher ul li {
	display: inline-block;
}

.page-header .header-switcher ul li a,
.page-header .header-switcher ul li span,
.page-header .header-switcher .switcher-trigger span {
	font-size: .91em;
	color: #aaa;
	display: inline-block;
	padding: 4px 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 1;
}

.page-header .header-switcher ul li a:hover {
	background-color: #eee;
	color: #ec5d5d;
}

.page-header .block-search .search-button {
	display: none;
}

/* Header 2 */
.header-wrapper.header-2 .page-header>.container,
.header-wrapper.header-2 .page-header .menu-wrapper .container {
	background-color: #222;
}

body.wide-layout .header-wrapper.header-2 .page-header {
	background-color: #222;
}

.header-wrapper.header-2 .menu-inner {
	border-color: rgba(255, 255, 255, 0.1);
}

.header-wrapper.header-2 .page-header .welcome {
	color: rgba(255, 255, 255, 0.5);
}

.header-wrapper.header-2 .block-search .input-group input,
.header-wrapper.header-2 .page-header .header-switcher .switcher-options:not(.list),
.header-wrapper.header-2 .header.links li:first-child:before {
	border-color: rgba(255, 255, 255, 0.3);
}

.header-wrapper.header-2 .block-search .input-group {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.15);
}

.header-wrapper.header-2 .block-search .search-autocomplete {
	border: none;
}

.header-wrapper.header-2 .block-search .input-group input {
	background-color: transparent;
}

.header-wrapper.header-2 .top-block>.header.links>.authorization-link:after,
.header-wrapper.header-2 .header.links li a {
	color: #fff;
}

.header-wrapper.header-2 .header.links li .customer-name,
.header-wrapper.header-2 .page-header .action.nav-toggle,
.header-wrapper.header-2 .minicart-wrapper .title-cart,
.header-wrapper.header-2 .navbar-collapse.collapse a.level-top {
	color: #fff;
}

.header-wrapper.header-2 .header.links li .customer-name:hover,
.header-wrapper.header-2 .header.links li .customer-name.active,
.header-wrapper.header-2 .header.links li a:hover,
.header-wrapper.header-2 .minicart-wrapper .title-cart.active,
.header-wrapper.header-2 .minicart-wrapper .title-cart:hover,
.header-wrapper.header-2 .navbar-collapse.collapse a.level-top.ui-state-focus,
.header-wrapper.header-2 .navbar-collapse.collapse a.level-top.ui-state-active,
.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top,
.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top:hover,
.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top:focus {
	background-color: #c40038;
	color: #fff;
}

.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top,
.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top:hover,
.header-wrapper.header-2 .navbar-default .navbar-nav>.active>a.level-top:focus {
	margin-top: -4px;
	margin-bottom: -4px;
	padding-top: 1.833em;
	padding-bottom: 1.833em;
}

.header-wrapper.header-2 .page-header .header-switcher .options:not(.switcher-options) ul li a:hover,
.header-wrapper.header-2 .page-header .header-switcher .options:not(.switcher-options) ul li span:hover,
.header-wrapper.header-2 .page-header .header-switcher .options:not(.switcher-options) .switcher-trigger span:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #c40038;
}

.header-wrapper.header-2+* .container {
	padding-top: 1.5em;
}


#sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.wide-layout #sticky-header {
	background: #fff;
}

.boxed-layout #sticky-header .container {
	background: #fff;
}

#sticky-header .left-wrapper {
	float: left;
	width: 15%;
}

#sticky-header .right-wrapper {
	float: right;
	width: 85%;
}

#sticky-header .action.nav-toggle {
	display: none;
}

#sticky-header .logo {
	float: left;
}

#sticky-header .navbar-collapse.collapse a.level-top {
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
	color: #222;
}

#sticky-header .navbar-collapse.collapse a.level-top.ui-state-focus {
	margin: 0;
}

#sticky-header .minicart-wrapper .title-cart {
	height: auto;
	line-height: 42px;
	padding: 0 15px;
	margin: 0;
}

#sticky-header .minicart-wrapper .title-cart span:not(.icon) {
	display: none;
}

#sticky-header .block-search {
	position: relative;
	width: auto;
	float: right;
	margin: 0;
}

#sticky-header .block-search .search-button {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 44px;
	font-size: 13px;
	color: #222;
	text-align: center;
	float: right;
	cursor: pointer;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

#sticky-header .block-search .search-button.active,
#sticky-header .block-search .search-button:hover {
	background-color: #222;
	color: #fff;
}

#sticky-header .block-search .input-group {
	border: solid 1px #ddd;
}

#sticky-header .block-search form.minisearch {
	display: none;
	position: absolute;
	width: 212px;
	top: 42px;
	background: #fff;
	padding: 1em;
	border: 1px solid #ddd;
	right: 0;
	z-index: 99;
}

#sticky-header .navbar-default {
	float: left;
	position: relative;
}

.small-logo img {
	vertical-align: middle;
}

#sticky-header .small-logo img {
	width: 105px;
	margin-top: 5px;
	margin-left: 10px;
}

.block.paypal.acceptance {
	display: none;
}

/* Home Page ============================================================================== */
.text-blocks-wrapper .indent {
	background-color: #f5f5f5;
	padding: 1em 18px;
}

.text-blocks-wrapper h3 {
	font-size: .91em;
	text-transform: uppercase;
	color: #222;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
	line-height: normal;
}

.text-blocks-wrapper h3:after {
	content: "";
	display: block;
	border-bottom: solid 1px #cfcfcf;
	width: 20px;
	margin: 3px auto 0;
}

.text-blocks-wrapper p {
	font-size: .91em;
	color: #aaa;
	margin: 0;
}

a.hover-img-wrapper {
	display: block;
	overflow: hidden;
}

a.hover-img-wrapper img {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

a.hover-img-wrapper:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.widget-title h2 {
	width: 190px;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0;
	padding: 0 20px;
	font-size: 18px;
	color: #222;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.left-divider,
.right-divider {
	display: block;
	float: left;
	margin-top: 19px;
	border-bottom: solid 1px #ddd;
}

.widget-title .left-divider,
.widget-title .right-divider {
	width: 540px;
	display: block;
	float: left;
	margin-top: 19px;
}

.cms-index-index .page-title-wrapper {
	display: none;
}

.block.widget.block-products-list.widget-slider li.item {
	padding: 0 15px;
}

.widget-title {
	position: relative;
}

.widget-title .owl-nav-wrapper {
	position: absolute;
	right: 0;
	top: 9px;
	z-index: 999;
	background: #fff;
	padding-left: 10px;
}

.owl-nav {
	text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: inline-block;
	margin: 0 2px;
}

.owl-nav i {
	padding: 10px;
	background: #eee;
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.owl-nav i:hover {
	background-color: #ff1341;
	color: #fff;
}




.main-container .content-inner {
	transition: width 100ms ease;
}

.main-container .content-inner,
.main-container>.sidebar {
	float: left;
}





/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded.row,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/**** Parallax Page ****/
/* loader */
.spinner {
	margin: -30px auto 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}

.container1>div,
.container2>div,
.container3>div {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* //loader */

.parallax-banners-wrapper .text-banner {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: relative;
}

#parallax-loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

#parallax-loading img {
	width: 100% !important;
	height: 100% !important;
}

.parallax-page header#header,
.parallax-page header#header .topline,
.parallax-page header#header .container_12,
.parallax-page .nav-container li.level-top>a,
.parallax-page header#header .top-cart .block-title,
.parallax-page header#header .top-link-wishlist {
	position: relative;
	z-index: 99;
}

.parallax-page header#header>.container_12 {
	z-index: 100;
}

.parallax-page header#header .header-top-right {
	margin-top: 3.25em;
}

.parallax-page header#header .header-top-right.toplinks {
	margin-top: 0;
}

.parallax-page header#header ul {
	margin: 0;
	list-style: none;
}

.parallax-page .parallax-content {
	position: relative;
	overflow: hidden;
}

.parallax-page header#header .quick-access {
	padding-bottom: 1em;
}

.parallax-page header#header .quick-access .links {
	margin-left: 12px;
}

.parallax-page header#header .quick-access .links li a {
	background: none;
}

.parallax-page header#header .customer-name {
	border: 1px solid;
}

.parallax-page .welcome-msg {
	margin-bottom: 0;
}

.parallax-content .parallax-buttons {
	position: fixed;
	right: 10px;
	z-index: 999;
}

.parallax-content .parallax-buttons>div {
	display: block;
	width: 20px;
}

.parallax-content .parallax-buttons>div i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	background: #eee;
	color: #222;
	cursor: pointer;
}

.parallax-banners-wrapper .text-banner .banner-content {
	position: absolute;
	top: 43%;
	left: 21%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 600ms ease;
	-moz-transition: opacity 600ms ease;
	-webkit-transition: opacity 600ms ease;
	-o-transition: opacity 600ms ease;
}

.parallax-banners-wrapper .text-banner {
	position: relative;
}

.parallax-banners-wrapper .text-banner.slideup .banner-content {
	opacity: 1;
	filter: alpha(opacity=100);
}

.parallax-banners-wrapper .text-banner .banner-content .container_12 {
	background: none !important;
	position: relative;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-1 .container_12 {
	left: 4.5%;
	text-align: left;
}

.parallax-banners-wrapper .text-banner .banner-content .container_12 {
	text-align: left;
}

.parallax-banners-wrapper .text-banner .banner-content h2 {
	font-size: 8.333em;
	line-height: 1;
	font-weight: 300;
	margin: 0;
	color: #222;
	text-transform: uppercase;
	letter-spacing: -10px;
}

.parallax-banners-wrapper .text-banner .banner-content h2 span {
	color: #fff;
}

.parallax-banners-wrapper .text-banner .banner-content h3 {
	color: #fff;
	line-height: 1;
	font-weight: 300;
	margin: 0;
	font-size: 4.667em;
	text-transform: uppercase;
	margin-top: -7px;
	letter-spacing: -5px;
}

.parallax-banners-wrapper .text-banner .banner-content h4 {
	position: relative;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 0 .5%;
	font-size: 2.5em;
	text-transform: uppercase;
	margin-top: -.25em;
	letter-spacing: -2.5px;
}

.parallax-banners-wrapper .text-banner .banner-content h5 {
	color: #fff;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 0 .5%;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: -1.75px;
}

.parallax-banners-wrapper .text-banner .banner-content p {
	color: #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	margin: -3px 0 0 .75%;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-2 h2 {
	font-size: 6.667em;
	color: #fff;
	font-weight: normal;
	letter-spacing: -6px;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-2 h4 {
	margin-top: .125em;
	font-size: 2.33em;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-2 h5 {
	font-size: 1.833em;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-3 p {
	margin-left: 27%;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1.5px;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-3 h2 {
	margin-left: 11%;
	line-height: .7em;
	margin-bottom: .75%;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-3 h3 {
	margin-left: 1%;
	letter-spacing: -2.25px;
	margin-bottom: .25%;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-3 h4 {
	margin-left: 12.5%;
	letter-spacing: -3px;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-3 h3 span {
	font-weight: 900;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-4 h2 {
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -4.5px;
	line-height: .91em;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-4 h5 {
	letter-spacing: -1px;
	margin-left: .25%;
	font-weight: bold;
	font-size: 1.33em;
	margin-bottom: .25em;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-4 h3 {
	font-size: 3em;
	margin-left: 12.5%;
	font-weight: normal;
	letter-spacing: -2px;
	margin-bottom: .45%;
}

.parallax-banners-wrapper .text-banner .banner-content.skin-4 h4 {
	font-size: 1.5em;
	margin-left: 6.5%;
	letter-spacing: -1.25px;
}

#parallax-banner-1.text-banner .banner-content {
	opacity: 1;
}

.parallax-banners-wrapper .text-banner .background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.parallax-banners-wrapper img.img-hide {
	position: absolute;
	width: 100%;
	max-width: 100%;
}

.widget-list .background-wrapper img,
.widget-grid .background-wrapper img {
	height: 100% !important;
}

.widget-list .block.widget,
.widget-grid .block.widget {
	padding: 5em;
}

.widget-grid .block.widget .block-content,
.widget-list .block.widget .block-content {
	margin: 0 -40px;
	background: #fff;
	position: relative;
	padding: 3.33em 40px;
}

.widget-list .products-list .image-wrapper {
	width: 25%;
}

.widget-list .products-list .product-item-details {
	width: 75%;
}

.widget-list .products-list p {
	margin-bottom: 24px;
}

.widget-list .products-list .price-box {
	margin-bottom: 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: .75em 0;
}

.widget-list .products-list .stock {
	padding-bottom: 12px;
}

.widget-list .products-list li.item {
	padding-bottom: 0;
}

.mobile-device .parallax-banners-wrapper .text-banner .background {
	background-attachment: scroll;
}

#parallax-banner-1 .banner-content {
	top: 47%;
}

/**** Colors 1 ****/
.parallax-banners-wrapper .text-banner .banner-content.colors-1 h2 {
	color: #222222;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 h2 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 h3 {
	color: #F8BA75;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 h3 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 h4 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 h5 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-1 p {
	color: #FFFFFF;
}

/**** Colors 2 ****/
.parallax-banners-wrapper .text-banner .banner-content.colors-2 h2 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 h2 span {
	color: #FF1341;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 h3 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 h3 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 h4 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 h5 {
	color: #FF1341;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-2 p {
	color: #FFFFFF;
}

/**** Colors 3 ****/
.parallax-banners-wrapper .text-banner .banner-content.colors-3 h2 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 h2 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 h3 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 h3 span {
	color: #FF1341;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 h4 {
	color: #F8BA75;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 h5 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-3 p {
	color: #FFFFFF;
}

/**** Colors 4 ****/
.parallax-banners-wrapper .text-banner .banner-content.colors-4 h2 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 h2 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 h3 {
	color: #F8BA75;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 h3 span {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 h4 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 h5 {
	color: #FFFFFF;
}

.parallax-banners-wrapper .text-banner .banner-content.colors-4 p {
	color: #FFFFFF;
}


body.parallax .content-wrapper {
	overflow: hidden;
}

body.parallax .content-wrapper>.container {
	padding-bottom: 0;
}

body.parallax .page-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	z-index: 99999;
}

body.parallax .page-header>.container,
body.parallax .page-header .menu-wrapper>.container {
	background: transparent;
}

body.parallax .header.links li a,
body.parallax .page-header .welcome {
	color: #fff;
}

body.parallax .header-wrapper .top-block>.header.links>.authorization-link:after {
	color: #fff;
}

body.parallax .page-header .header-switcher .switcher-options {
	border-color: rgba(255, 255, 255, .2);
}

body.parallax .page-header .header-switcher ul li a,
body.parallax .page-header .header-switcher ul li span {
	color: #666;
}

body.parallax .page-header .header-switcher .switcher-trigger span {
	color: #fff;
}

body.parallax .page-header .header-switcher ul li a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

body.parallax .header.links li a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

body.parallax .page-header .panel {
	background: transparent;
}

body.parallax .page-header .action.nav-toggle {
	color: #fff;
}

body.parallax .page-header .header-switcher .options .action.toggle:after,
body.parallax .page-header .header-switcher .options .action.toggle:hover:after {
	color: #fff;
}



body.parallax .header-wrapper .block-search .input-group input {
	background-color: transparent;
	color: #fff;
}

body.parallax .header-wrapper .block-search .input-group input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

body.parallax .header-wrapper .block-search .input-group input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

body.parallax .header-wrapper .block-search .input-group input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

body.parallax .header-wrapper .block-search .input-group input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

body.parallax .header-wrapper .block-search .input-group {
	background-color: rgba(255, 255, 255, 0.2);
}

body.parallax .minicart-wrapper .title-cart {
	color: #fff;
}

body.parallax .page-header .logo {
	display: none;
}

body.parallax .page-header .logo.parallax-logo {
	display: block;
}

body.parallax .header-wrapper .menu-inner {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}




/* Slider ================================================================================= */
#home-slider .item {
	position: relative;
}

#home-slider .item a {
	display: block;
	position: relative;
	z-index: 7;
}

#home-slider .item img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 7;
}

#home-slider .item .slide-container.slide-skin-3 {
	left: 26%;
	top: 54%;
}

#home-slider .item .slide-container {
	left: 9%;
	top: 47%;
}

#home-slider .item .slide-container.slide-skin-2 {
	top: 53%;
	right: 29%;
	left: auto;
}

#home-slider .item .slide-container.slide-skin-3 {
	right: auto;
	top: 54%;
}

#home-slider .item .slide-container {
	position: absolute;
	z-index: 9;
	top: 41%;
	left: 17%;
}

#home-slider .item .slide-container.slide-skin-2 {
	top: 49%;
	right: 20%;
	left: auto;
}

#home-slider .item .slide-container.slide-skin-2 h2 {
	margin-right: 0;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: -2.5%;
}

#home-slider .item .slide-container.slide-skin-2 h3 {
	font-weight: 400;
	color: #fff;
	letter-spacing: -5px;
	float: left;
	font-size: 5em;
	margin-top: -2.5%;
	margin-left: 24%;
}

#home-slider .item .slide-container.slide-skin-2 h3 span {
	font-weight: 800;
	margin-left: 4px;
}

#home-slider .item .slide-container.slide-skin-2 p {
	font-size: 1.5em;
	color: #fff;
	text-align: right;
	letter-spacing: -1.5px;
	font-weight: 400;
	float: right;
}

#home-slider .item .slide-container.slide-skin-2 h4 {
	margin-right: -6%;
	float: right;
}

#home-slider .item .slide-container.slide-skin-3 {
	right: auto;
	top: 45%;
	left: 38%;
}

#home-slider .item .slide-container.slide-skin-3 h2 {
	margin-right: 1%;
	color: #fff;
}

#home-slider .item .slide-container.slide-skin-3 h3 {
	font-size: 5em;
	color: #fff;
	margin-left: 12%;
	margin-top: -4%;
}

#home-slider .item .slide-container.slide-skin-3 h3 span {
	font-weight: 800;
}

#home-slider .item .slide-container.slide-skin-3 h4 {
	margin-right: -4%;
	float: right;
	margin-left: 0;
	margin-top: -1%;
}

#home-slider .item h2 {
	position: relative;
	z-index: 9;
	font-size: 8.333em;
	line-height: 1;
	font-weight: 300;
	text-align: left;
	float: left;
	clear: both;
	margin: 0;
	color: #222;
	text-transform: uppercase;
	letter-spacing: -10px;
}

#home-slider .item h2 span {
	color: #fff;
}

#home-slider .item h3 {
	position: relative;
	z-index: 9;
	color: #fff;
	line-height: 1;
	font-weight: 300;
	text-align: left;
	float: left;
	clear: both;
	margin: 0;
	font-size: 4.667em;
	text-transform: uppercase;
	margin-top: -7px;
	margin-left: 1%;
	letter-spacing: -5px;
}

#home-slider .item h4 {
	position: relative;
	z-index: 9;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	text-align: left;
	float: left;
	clear: both;
	margin: 0;
	font-size: 2.5em;
	text-transform: uppercase;
	margin-top: -.25em;
	margin-left: 1%;
	letter-spacing: -2.5px;
}

#home-slider .item h5 {
	position: relative;
	z-index: 9;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	text-align: left;
	float: left;
	clear: both;
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-left: 2%;
	letter-spacing: -1.5px;
}

#home-slider .item p {
	position: relative;
	z-index: 9;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	float: left;
	clear: both;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-left: 2%;
}

#home-slider .item h3,
#home-slider .item .slide-container.slide-skin-2 h4,
#home-slider .item .slide-container.slide-skin-3 h4 {
	color: #F8BA75;
}

#home-slider .item .slide-container.slide-skin-2 h3 span,
#home-slider .item .slide-container.slide-skin-3 h3 span {
	color: #FF1341;
}

#home-slider .owl-nav div {
	color: #fff;
	font-size: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 52px;
	background-color: #222;
	opacity: 1;
	border-radius: 0;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	transition: opacity 400ms ease, background-color 300ms;
	-moz-transition: opacity 400ms ease, background-color 300ms;
	-webkit-transition: opacity 400ms ease, background-color 300ms;
	-o-transition: opacity 400ms ease, background-color 300ms;
}

#home-slider:hover .owl-nav div {
	opacity: 1;
}

#home-slider .owl-nav div:hover {
	color: #fff;
	background-color: #ff1341;
}

#home-slider .owl-nav div.owl-prev {
	left: 10px;
}

#home-slider .owl-nav div.owl-next {
	right: 10px;
}

#home-slider .owl-nav div:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}

#home-slider .owl-nav div.owl-prev:before {
	content: '\f053';
}

#home-slider .owl-nav div.owl-next:before {
	content: '\f054';
}


/* Breadcrumbs ============================================================================= */
body .breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 1em;
	margin-top: -.5em;
	font-size: .917em;
	list-style: none;
}

body .breadcrumb>li {
	display: inline-block;
}

body .breadcrumb a {
	margin: 0 4px;
	color: #aaa;
	position: relative;
	transition: color .8s ease;
	-moz-transition: color .8s ease;
	-webkit-transition: color .8s ease;
	-o-transition: color .8s ease;
}

body .breadcrumb strong {
	font-weight: normal;
}

body .breadcrumb span {
	margin-right: 2px;
	display: inline-block;
	position: relative;
}

body .breadcrumb span:after {
	content: '';
	position: absolute;
	right: 0;
	height: 5px;
	width: 5px;
	border-radius: 2px;
	top: 50%;
	margin-top: -1px;
	display: none;
	background-color: #FF1341;
}

body .breadcrumb a:hover+span {
	color: #ff1341;
}

body .breadcrumb a:hover+span:after {
	display: inline-block;
}

body .breadcrumb>li+li:before {
	content: none;
}

.catalogsearch-advanced-result .page-title,
.catalogsearch-result-index .page-title,
.catalog-category-view .page-title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5em;
	color: #222;
	font-weight: 400;
}

.page-title {
	font-size: 18px;
	color: #222;
	margin: 0;
	line-height: 1.5em;
	font-weight: 400;
	font-family: 'Open Sans';
}

/* Toolbar ================================================================================ */
.toolbar {
	margin-bottom: 1.5em;
}

.toolbar .modes {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	top: -1px;
}

.toolbar .modes .modes-label {
	display: none;
}

.toolbar .modes {
	font-size: 0;
}

.toolbar .modes span {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	display: block;
}

.toolbar .modes a,
.toolbar .modes strong {
	float: left;
	font-size: 0;
}

.toolbar .modes a span {
	color: #aaa;
	background-color: #EEEEEE;
}

.toolbar .modes a:hover span,
.toolbar .modes strong span {
	background-color: #ff1341;
	color: #fff;
}

.toolbar .modes span:before {
	content: '';
	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;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}

.toolbar .modes .mode-grid span:before {
	content: "\f00a";
}

.toolbar .modes .mode-list span:before {
	content: "\f00b";
}

.toolbar label,
.toolbar .label {
	font-size: 1.16em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.583em;
	color: #888;
	text-transform: uppercase;
	font-weight: 400;
	padding-right: 20px;
	font-family: 'Open Sans';
	margin: 0;
}

.toolbar .pages-label {
	display: none;
}

.toolbar .toolbar-amount {
	display: none;
}

.toolbar .toolbar-sorter {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.toolbar .toolbar-sorter select {
	display: inline-block;
	width: auto;
	height: 34px;
	position: relative;
	top: -1px;
}

.toolbar .toolbar-sorter .sorter-action {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -1px;
}

.toolbar .toolbar-sorter .sorter-action span {
	width: 34px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 0;
	color: #888;
	background-color: #ddd;
	-webkit-transition: background-color 300ms ease, color 300ms ease;
	-moz-transition: background-color 300ms ease, color 300ms ease;
	transition: background-color 300ms ease, color 300ms ease;
}

.toolbar .toolbar-sorter .sorter-action span:before {
	content: '';
	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;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}

.toolbar .toolbar-sorter .sorter-action.sort-asc span:before {
	content: '\f160';
}

.toolbar .toolbar-sorter .sorter-action.sort-desc span:before {
	content: '\f161';
}

.toolbar .toolbar-sorter .sorter-action span:hover {
	color: #fff;
	background-color: #ff1341;
}

.toolbar .limiter {
	float: right;
}

.toolbar .limiter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toolbar .limiter ul li {
	float: left;
	border-left: solid 1px #ddd;
	padding: 0 6px;
}

.toolbar .limiter ul li:first-child {
	border: none;
}

.toolbar .limiter ul li a {
	display: block;
	min-width: 25px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	color: #888;
	text-align: center;
	padding: 4px 5px 3px;
}

.toolbar .limiter ul li a:hover {
	background-color: #eee;
}

.toolbar .limiter .label,
.toolbar .limiter .limiter-text {
	display: none;
}

.toolbar .pages {
	text-align: center;
	display: none;
}

.toolbar-bottom {
	border-top: solid 1px #e2e2e2;
	padding-top: 1.5em;
	margin-top: 2rem;
}

.toolbar-bottom .toolbar .pages {
	display: block;
}

.toolbar-bottom .toolbar .pages .pagination {
	float: right;
}

.toolbar-bottom .toolbar {
	margin: 0;
}

.toolbar .pagination>li {
	border-left: solid 1px #ddd;
	display: inline-block;
	height: 20px;
	width: 42px;
	float: left;
	text-align: center;

}

.toolbar .pagination>li>a,
.toolbar .pagination>li>span {
	font-size: 12px;
	line-height: 30px;
	border: solid 2px transparent;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin: -5px;
	padding: 5px;
	display: inline-block;
	color: #888;
	text-align: center;
	float: none;
	font-family: 'Open Sans';
}

.toolbar .pagination>li:first-child>a,
.toolbar .pagination>li:first-child>span,
.toolbar .pagination>li:last-child>a,
.toolbar .pagination>li:last-child>span {
	border-radius: 50%;
}

.toolbar .pagination>li>a:hover,
.toolbar .pagination>li>span:hover,
.toolbar .pagination>li>a:focus,
.toolbar .pagination>li>span:focus {
	color: #888;
	background-color: transparent;
	border-color: #ddd;
}

.toolbar .pagination>.active>a,
.toolbar .pagination>.active>span,
.toolbar .pagination>.active>a:hover,
.toolbar .pagination>.active>span:hover,
.toolbar .pagination>.active>a:focus,
.toolbar .pagination>.active>span:focus {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

.pages li.pages-item-previous,
.pages li.pages-item-next,
.pages li:first-child,
.pages li.pages-item-previous+li {
	border: none;
}

.toolbar .pagination>li>a span:not(.label) {
	display: inline-block;
	height: 20px;
	line-height: 18px;
	vertical-align: top;
}

.toolbar .pagination>li>a i {
	display: inline-block;
	height: 20px;
	line-height: 16px;
	vertical-align: top;
	font-size: 20px;
}

.toolbar-bottom .toolbar .modes,
.toolbar-bottom .toolbar .limiter,
.toolbar-bottom .toolbar .toolbar-sorter,
.toolbar-bottom .toolbar .sidebar-button {
	display: none;
}

.toolbar .sidebar-button {
	float: left;
	border: 1px solid #eee;
	padding: 7px 11px 7px;
	cursor: pointer;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #aaa;
	/* background-color: #eee; */
	margin-right: 10px;
}

.toolbar .sidebar-button .open,
.toolbar .sidebar-button.open .close {
	display: none;
}

.toolbar .sidebar-button.open .open {
	display: inline;
}

.toolbar .sidebar-button i {
	margin-right: 5px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.toolbar .sidebar-button span {
	line-height: 1.15;
	font-size: 12px;
	color: #aaa;
	opacity: 1;
	font-weight: normal;
	float: none;
}

.toolbar .sidebar-button:hover {
	background-color: #eee;
}

.page-layout-1column .toolbar .sidebar-button {
	display: none;
}

/* Listing ================================================================================ */
.product-item-name a {
	font-size: 1.16em;
	color: #222;
	line-height: 1.583em;
	text-align: left;
	font-weight: 400;
	height: 70px;
	display: block;
	font-family: 'Open Sans';
}

.catalog-product-view .products-grid ol {
	overflow: hidden;
	max-height: 796px;
}

.products-grid ol {
	list-style: none;
	margin-left: 0;
	padding-top: 20px;
	margin-right: 0;
}

.block-content.content {
	max-height: 780px;
	overflow: hidden;
}

/* .products-grid ol.widget-product-grid {
	margin: 0 -10px;
} */
.products-grid ol.widget-product-grid li.product-item,
.products-grid:not(.widget-product-grid) li.item {
	width: 25%;
	padding: 0 10px;
	float: left;
}

body:not(.page-products) .products-grid:not(.widget-product-grid) li.item:nth-of-type(4n+1) {
	clear: left;
}

body:not(.page-products) .products-grid:not(.widget-product-grid) li.item:nth-of-type(4n+4) {
	clear: right;
}

.page-products .products-grid li.item,
.page-products .products-grid li.product-item,
.products-grid.wishlist li.product-item {
	float: left;
	width: 33.33%;
}

.page-products .products-grid li.item {
	padding: 0 10px 0;
}

.products-grid.wishlist li.product-item:nth-of-type(3n+1)

/* ,
.catalog-category-view .products-grid li.item:nth-of-type(3n+1) */
	{
	clear: left;
}

.products-grid.wishlist li.product-item:nth-of-type(3n+3)

/* ,
.catalog-category-view .products-grid li.item:nth-of-type(3n+3) */
	{
	clear: right;
}

.pagination li .label {
	display: none;
}

.products-grid.wishlist .product-items {
	margin-left: -10px;
	margin-right: -10px;
}

.products-grid.wishlist li.product-item {
	padding: 0 10px;
}

.products-grid.two-columns .item {
	width: 50%;
}

.products-grid.two-columns .item:nth-of-type(2n+1) {
	clear: left;
}

.products-grid.two-columns .item:nth-of-type(2n+2) {
	clear: right;
}

.products-grid.three-columns .item {
	width: 33.33334%;
}

.products-grid.three-columns .item:nth-of-type(3n+1) {
	clear: left;
}

.products-grid.three-columns .item:nth-of-type(3n+3) {
	clear: right;
}

.products-grid.four-columns .item {
	width: 25%;
}

.products-grid.four-columns .item:nth-of-type(4n+1) {
	clear: left;
}

.products-grid.four-columns .item:nth-of-type(4n+4) {
	clear: right;
}

.products-grid.five-columns .item {
	width: 20%;
}

.products-grid.five-columns .item:nth-of-type(5n+1) {
	clear: left;
}

.products-grid.five-columns .item:nth-of-type(5n+5) {
	clear: right;
}

.products-grid.six-columns .item {
	width: 16.66666667%;
}

.products-grid.six-columns .item:nth-of-type(6n+1) {
	clear: left;
}

.products-grid.six-columns .item:nth-of-type(6n+6) {
	clear: right;
}

.products-grid.seven-columns .item {
	width: 14.28571%;
}

.products-grid.seven-columns .item:nth-of-type(7n+1) {
	clear: left;
}

.products-grid.seven-columns .item:nth-of-type(7n+7) {
	clear: right;
}

.products-grid.eight-columns .item {
	width: 12.5%;
}

.products-grid.eight-columns .item:nth-of-type(8n+1) {
	clear: left;
}

.products-grid.eight-columns .item:nth-of-type(8n+8) {
	clear: right;
}

.products-grid.wishlist li.product-item .comment-box {
	margin-bottom: 1.25em;
}

.products-grid.wishlist li.product-item .fieldset {
	margin-bottom: 1.25em;
}

.products-grid.wishlist li.product-item .qty {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.products-grid.wishlist li.product-item .qty input {
	margin: 0;
}

.products-grid.wishlist li.product-item .qty label {
	display: none;
}

.products-grid.wishlist li.product-item .product-item-actions {
	border: medium none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.products-grid .product-item-photo {
	display: block;
	margin: 0 0 0.75em;
}

.products-grid .product-item-name a,
.products-list .product-item-name a {
	text-align: inherit;
	height: 80px;
	overflow: hidden;
	font-size: 14px;
	min-height: 80px;
}

.products-grid .product-item-name {
	font-weight: normal;
	margin-bottom: 0.375em;
	font-size: 1em;
	line-height: 1;
}

.products-grid .product-item-actions {
	margin-top: .75em;
	padding-bottom: 10px;
}

.products-grid .actions-primary {
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.products-grid .actions-secondary {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.products-grid .actions-secondary a {
	font-size: 1.16em;
	color: #aaa;
	display: inline-block;
	margin-left: 20px;
}

.products-grid .actions-secondary a:hover {
	color: #ff1341;
}

.products-grid {
	margin-left: -10px;
	margin-top: 15px;
	margin-right: -10px;
}

.products-grid:before,
.products-grid:after {
	content: '';
	display: table;
	clear: both;
}

.products-grid .item {
	padding: 0 10px;
}

.products-grid .item .item {
	padding: 0;
}

.price {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #FF1341;
	font-family: 'Open Sans';
}

.old-price .price {
	font-size: 14px;
	line-height: 1.583em;
	text-decoration: line-through;
	font-weight: 300;
	color: #aaa;
}

.special-price .price-label,
.old-price .price-label {
	display: none;
}

body .swatch-option-tooltip .corner,
body .swatch-option-tooltip-layered .corner {
	bottom: -2px;
}

.products-list ol {
	list-style: none;
}

.products-list li.item {
	padding-bottom: 1.5em;
}

.products-list .product-item-name {
	display: inline-block;
	margin-bottom: .75em;
}

.products-list .swatch-attribute-options {
	margin-top: 0;
}

.products-list .image-wrapper {
	float: left;
	padding: 0 10px;
	width: 33.334%;
}

.products-list .product-item-details {
	float: left;
	padding: 0 10px;
	width: 66.666%;
}

.products-list .product-item-name a {
	font-size: 2em;
}

.products-list .product-reviews-summary {
	margin-bottom: .75em;
}

.products-list .price-availability-block {
	margin-bottom: 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: .75em 0;
}

.products-list .price-availability-block .price-box {
	float: left;
}

.products-list .price-availability-block .stock {
	float: right;
	margin: .75em 0;
}

.products-list .product-item-description {
	clear: both;
	margin-bottom: .75em;
	font-size: 1em;
	color: #888;
	line-height: 1.5em;
}

.products-list .product-item-description a,
.products-grid .product-item-description a {
	color: #F8BA75;
}

.products-list .product-item-description a:hover,
.products-grid .product-item-description a:hover {
	color: #FF1341;
}

.products-list .actions-primary,
.products-list .actions-secondary {
	display: inline-block;
	vertical-align: middle;
}

.products-list .actions-secondary a {
	font-size: 1.16em;
	color: #aaa;
	display: inline-block;
	margin-left: 20px;
}

.products-list .image-wrapper,
.products-grid .image-wrapper {
	position: relative;
	overflow: hidden;
}

.products-list li.item .lightbox-button,
.products-grid .item .lightbox-button {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	opacity: 0;
	width: 30px;
	height: 30px;
	background-color: #ff1341;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	z-index: 9;
}

.products-list li.item:hover .lightbox-button,
.products-grid .item:hover .lightbox-button {
	position: absolute;
	left: 50%;
	opacity: 1;
}

.products-list li.item .lightbox-button:hover,
.products-grid .item .lightbox-button:hover {
	background-color: #222;
}

.mobile-device .lightbox-button,
.mobile-device .lightbox-button {
	opacity: 1 !important;
}

/* Timer ================================================================================= */
.timer-box {
	margin-bottom: 7px;
}

.timer-box div {
	width: 42px;
	height: 26px;
	font-size: 0;
	position: relative;
	float: left;
	text-align: center;
	line-height: 26px;
	font-style: normal;
	background: #de3c1c;
	display: block;
	border-radius: 3px;
}

.timer-box div:after {
	content: ':';
	position: absolute;
	right: -11px;
	top: 0;
	width: 10px;
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

.timer-box div:last-child:after {
	content: none;
}

.timer-box.no-days div.days {
	display: none;
}

.timer-box div:not(:last-child) {
	margin-right: 11px;
}

.timer-box div:before {
	content: '';
	display: block;
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.timer-box div span {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	float: none;
	position: relative;
	z-index: 2;
}


.catalog-product-view .timer-box {
	margin-top: 2px;
	margin-bottom: 20px;
}

.catalog-product-view .timer-box div {
	height: 40px;
	line-height: 40px;
}

.catalog-product-view .timer-box div:before {
	height: 20px;
}

.catalog-product-view .timer-box div:after {
	font-size: 30px;
}

.catalog-product-view .timer-box div:not(:last-child) {
	margin-right: 12px;
}


/* Labels ================================================================================ */
.product-labels {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	z-index: 4;
}

.product-labels span {
	padding: 2px 5px 1px;
	z-index: 3;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: -.4px;
	background-color: #F8BA75;
	border-radius: 0;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	float: left;
	position: relative;
}

.label-sale strong {
	font-weight: 400;
}

div.label-sale.percentage {
	font-size: 1em;
	line-height: 2.5em;
}

div.label-sale.percentage span {
	display: block;
	height: auto;
	font-weight: normal;
	font-size: 0.75em;
	line-height: normal;
	position: relative;
	top: -10px;
}

.label-type-1 .label-new,
.label-type-1 .label-sale {
	border-radius: 50%;
	-moz-border-radius: 50%;
	height: 40px;
	min-width: 40px;
	line-height: 35px;
}

.label-type-1 .label-sale.availability-only {
	line-height: 27px;
}

.label-type-1 .label-sale strong {
	display: block;
	line-height: normal;
	font-weight: 400;
	position: relative;
	top: -9px;
}

.label-type-2 .label-new,
.label-type-2 .label-sale {
	line-height: 33px;
	height: 33px;
	padding: 0 12px;
}

.label-type-2 div.label-sale.percentage span {
	top: -9px;
}

.label-type-3 .label-new,
.label-type-3 .label-sale {
	border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 34px;
	height: 33px;
	padding: 0 12px;
	min-width: 33px;
}

.label-type-3 .label-sale.percentage {
	line-height: 2.1em;
}

.label-type-3 .label-sale.percentage span {
	top: -9px;
}

.label-type-4 .label-new,
.label-type-4 .label-sale {
	line-height: 34px;
	height: 33px;
	padding: 0 10px 0 12px;
}

/* .label-type-4 .label-sale {
	padding:0 12px 0 10px;
} */
.label-type-4 .label-sale.percentage {
	line-height: 2.1em;
}

.label-type-4 .label-sale.percentage span {
	top: -9px;
}

.label-type-4 .label-new:before,
.label-type-4 .label-sale:before {
	width: 0;
	height: 0;
	border-top: 17px solid;
	border-right: 8px solid transparent;
	content: '';
	position: absolute;
	right: -8px;
	top: 0;
}

.label-type-4.two-items .label-sale:before {
	right: auto;
	left: -8px;
	border-left: 8px solid transparent;
	border-right: none;
	border-bottom-color: #ff1341;
}

.label-type-4 .label-new:after,
.label-type-4 .label-sale:after {
	width: 0;
	height: 0;
	border-bottom: 17px solid;
	border-right: 8px solid transparent;
	content: '';
	position: absolute;
	right: -8px;
	bottom: 0;
}

.label-type-4.two-items .label-sale:after {
	right: auto;
	left: -8px;
	border-left: 8px solid transparent;
	border-bottom-color: #ff1341;
	border-right: none;
}

.label-type-4 .label-sale:before {
	border-top-color: #ff1341;
}

.label-type-4 .label-sale:after {
	border-bottom-color: #ff1341;
}

.label-type-4 .label-new:before {
	border-top-color: #F8BA75;
}

.label-type-4 .label-new:after {
	border-bottom-color: #F8BA75;
}

.product-labels.two-items span+span {
	/* border-radius: 0; */
	float: right;
}

.product-labels span.label-sale {
	background-color: #ff1341;
}

.stock {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: .91em;
}

.stock.unavailable span {
	color: #ff1341;
}

.stock.available span {
	color: #3ebd00;
}

/* .stock.unavailable span:before,
.stock.available span:before {content: ':';} */

/* Send to Friend ========================================================================= */
#product-sendtofriend-form #recipients-options .fields .actions-toolbar {
	margin: 0;
}

#product-sendtofriend-form>.actions-toolbar .primary {
	float: right;
}

/* Actions ================================================================================ */
.product-item-actions a.action,
.product-addto-links .action {
	font-size: 0;
	color: #aaa;
}

.product-social-links .action.mailto:hover,
.product-item-actions a.action:hover,
.product-addto-links .action:hover {
	color: #ff1341;
}

a.action.delete:before,
.product-item-actions a.action i,
.product-item-actions a.action:before,
.product-addto-links .action:before {
	content: '';
	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;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}

.product-item-actions a.action.towishlist:before,
.product-addto-links .action.towishlist:before {
	content: "\f08a";
}

.product-item-actions a.action.tocompare:before,
.product-addto-links .action.tocompare:before {
	content: "\f012";
}

.product-item-actions a.action i {
	display: none;
}

.product-social-links .action.mailto {
	font-size: 0;
	color: #aaa;
}

.product-item-actions a.action.mailto:before,
.product-social-links .action.mailto:before {
	content: "\f003";
	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;
	font-size: 14px;
	color: inherit;
	vertical-align: middle;
}

a.action.delete,
a.action.delete span {
	font-size: 0;
}

a.action.delete:before {
	content: "\f00d";
}

/* Product View =========================================================================== */
.catalog-product-view .breadcrumbs {
	display: none;
}

.product-top-block {
	padding-bottom: 4.5em;
}

.product-info-main .title-wrapper {
	border-bottom: dotted 1px #ddd;
	margin-bottom: 1.5em;
}

.product-info-main .page-title {
	font-size: 18px;
	line-height: 1.8em;
	color: #222;
	font-weight: 400;
	margin: 0;
}

.product-info-main .sku {
	font-size: .91em;
	color: #aaa;
	line-height: 1.583em;
}

.product-info-main .sku strong,
.product-info-main .sku div {
	display: inline-block;
	font-weight: normal;
}

.product-info-main .sku strong:after {
	content: ':';
}

.product-info-main .product-reviews-summary {
	margin-top: -3px;
	padding-bottom: 1.5em;
	border-bottom: dotted 1px #ddd;
}

.product-info-main .product-info-price-inner {
	padding: 1.5em 0;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 1.5em;
}

.product-info-main .product-info-price-inner .price-box {
	display: inline-block;
}

.product-info-main .product-info-price-inner .stock {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 0;
	min-height: 36px;
	line-height: 36px;
	font-size: .91em;
}

.product-info-main .product-info-price-inner .stock.available span {
	color: #3ebd00;
}

.product-info-main .product-info-price-inner .stock.unavailable span {
	color: #ff1341;
}

.product-info-main .product.attibute.overview {
	margin-bottom: 1.5em;
}

.product-info-main .product-options-wrapper {
	padding: 1.5em 20px;
	border: solid 1px #eee;
}

.product-options-wrapper .block-title {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.product-options-wrapper .block-title+div.fieldset {
	padding-left: 9px;
}

.product-options-wrapper .block-title+div.fieldset legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.product-info-main .product-options-wrapper .swatch-opt {
	margin: 0;
}

.product-info-main .product-options-wrapper .swatch-attribute-label {
	font-weight: normal;
	font-size: .91em;
	color: #222;
}

.product-info-main .product-options-wrapper .swatch-attribute-options {
	margin-top: 3px;
}

.product-info-main .product-options-wrapper .swatch-attribute+.swatch-attribute {
	margin-top: .75em;
}

.product-info-main .product-options-bottom {
	border: 1px solid #eee;
	background-color: #eee;
	border-top: 0;
	padding: 1.5em 20px;
	margin-bottom: 3em;
}

.product-info-main .field.qty {
	margin-right: 20px;
	float: left;
}

.product-info-main .box-tocart .actions {
	float: left;
}

.product-info-main .box-tocart {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.product-info-main .product-social-links,
.product-add-form .product-social-links {
	display: inline-block;
	vertical-align: middle;
}

.product-info-main .product-social-links .product-addto-links,
.product-add-form .product-social-links .product-addto-links {
	display: inline-block;
	vertical-align: middle;
}

.product-info-main .product-social-links a,
.product-add-form .product-social-links a {
	display: inline-block;
}

.bundle-options-container .product-add-form .product-addto-links a,
.product-info-main .product-social-links .product-addto-links a,
.product-add-form .product-social-links .product-addto-links a {
	margin-right: 20px;
}

.bundle-options-container .product-add-form .product-addto-links a i,
.product-info-main .product-social-links i,
.product-add-form .product-social-links i {
	font-size: 1.16em;
	color: #aaa;
	vertical-align: middle;
}

.product.media .fotorama__nav-wrap--horizontal {
	margin-top: 1.5em;
}

.product.media .fotorama__wrap .fotorama__stage__frame img {
	width: 100% !important;
}

.prices-tier.items {
	margin-bottom: 1em;
}

.prices-tier .price {
	font-size: 1em;
}

body.page-product-downloadable .product-options-bottom .price-box {
	padding: 1.5em 0;
	border-bottom: dotted 1px #ddd;
	margin-bottom: 1.5em;
}

body.page-product-downloadable .product-options-bottom .box-tocart {
	margin-right: 15px;
}

body.page-product-downloadable .product-options-bottom .box-tocart,
body.page-product-downloadable .product-options-bottom .product-social-links {
	float: left;
}

body.page-product-downloadable .product-options-bottom .box-tocart .field.qty,
body.page-product-downloadable .product-options-bottom .box-tocart .actions {
	float: left;
}

body.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
	margin-right: 20px;
}

body.page-product-downloadable .product-add-form .product-social-links {
	padding-top: 9px;
}

body.page-product-downloadable .product-add-form .product-social-links+.product-social-links {
	display: none;
}


body .swatch-option.image,
body .swatch-option.color {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

body .swatch-option.image.selected,
body .swatch-option.image:hover,
body .swatch-option.color.selected,
body .swatch-option.color:hover,
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover {
	border: solid 2px #fff;
	box-shadow: 0 0 0 2px #222;
	outline: none;
}

.bundle-options-container .product-add-form {
	display: none;
}

.bundle-options-container .product-options-title {
	display: none;
}

.bundle-options-container #product_addtocart_form {
	margin-left: -10px;
	margin-right: -10px;
}

.bundle-options-container #product_addtocart_form:before,
.bundle-options-container #product_addtocart_form:after {
	content: '';
	display: table;
}

.bundle-options-container #product_addtocart_form:after {
	clear: both;
}

.bundle-options-container .product-add-form .price {
	font-size: 1em;
}

.bundle-options-container .product-add-form .control .field .label:after {
	content: none;
}

.bundle-options-container .product-add-form .btn.customization {
	margin-bottom: 1.5em;
}

.bundle-options-container .product-add-form .fieldset>.field>.label {
	font-weight: bold;
	font-size: 1em;
	color: #444;
}

.bundle-options-container .product-add-form .fieldset .field+.field {
	margin-top: .5em;
}

.bundle-options-container .product-add-form input.qty {
	float: none;
	margin: 0;
}

.bundle-options-container .product-add-form .fieldset .field.option {
	border-bottom: solid 1px #ddd;
	padding: 0 0 1.5em;
	margin: 0 0 1.5em;
}

.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.bundle-options-container .product-add-form .block-bundle-summary .price {
	font-size: 1.5em;
}

.bundle-options-container .product-add-form .block-bundle-summary input.qty {
	float: left;
	margin: 0 4px;
}

.bundle-options-container .product-add-form .block-bundle-summary .field.qty {
	float: left;
	margin-right: 20px;
}

.bundle-options-container .product-add-form .block-bundle-summary #product-addtocart-button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links {
	display: inline-block;
	vertical-align: middle;
}

.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary {
	margin-top: 1.5em;
}

.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary .subtitle {
	margin-bottom: .75em;
	color: #444;
	display: block;
	font-size: 1.16em;
}

.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary li {
	margin-bottom: .75em;
}

.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary .label {
	padding-bottom: .25em;
	color: #444;
	display: block;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
}

.bundle-options-container .bundle-options-wrapper .product-social-links {
	display: none;
}

.price-box .price-from,
.price-box .price-to {
	margin: 0;
}

.price-box .price-from .price,
.price-box .price-to .price {
	font-size: 1.16em;
}

/* Qty */
label[for="qty"] {
	display: none;
}

input.qty {
	border: solid 1px #dfdfdf;
	height: 37px;
	width: 37px;
	background-color: #fff;
	text-align: center;
	font-size: 1em;
	color: #888;
	line-height: 37px;
	margin: 0 4px;
	padding: 0;
	float: left;
}

div.quantity-decrease,
div.quantity-increase {
	float: left;
	border: none;
	padding: 0;
	margin: 11px 0;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
}

/* Tabs */
.product.data.items {
	position: relative;
	z-index: 1;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 4.5em;
}

.product.data.items:before,
.product.data.items:after {
	content: '';
	display: table;
}

.product.data.items:after {
	clear: both;
}

.product.data.items>.item.title {
	float: left;
	width: auto;
}

.product.data.items>.item.content {
	margin-top: 20px;
	box-sizing: border-box;
	float: right;
	margin-left: -100%;
	width: 100%;
}

.product.data.items>.item.content:before,
.product.data.items>.item.content:after {
	content: '';
	display: table;
}

.product.data.items>.item.content:after {
	clear: both;
}

.product.data.items>.item.content.active {
	display: block;
}

.product.data.items>.item.title>.switch {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	color: #aaa;
	position: relative;
	font-family: 'Open Sans';
	border-color: #ddd;
	background-color: #ddd;
	margin-right: 1px;
	border-radius: 0;
	border: 1px solid #dddddd;
}

.product.data.items>.item.title>.switch:visited {
	color: #7d7d7d;
	text-decoration: none;
}

.product.data.items>.item.title>.switch:hover {
	color: #7d7d7d;
	text-decoration: none;
}

.product.data.items>.item.title>.switch:active {
	color: #333;
	text-decoration: none;
}

.product.data.items>.item.title:not(.disabled)>.switch:focus,
.product.data.items>.item.title:not(.disabled)>.switch:hover {
	background: #fff;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
	color: #222;
	background: #fff;
	z-index: 99;
	border-bottom-color: #fff;
}

.product.data.items>.item.content {
	background: #fff;
	margin-top: 40px;
	padding: 1.5em;
	border: solid 1px #ddd;
	font-size: 1em;
	color: #888;
	line-height: 1.5em;
}

.product.data.items .item.title a:after {
	display: none;
}

/* !Tabs */

.additional-attributes .table-label {
	vertical-align: middle;
	font-weight: normal;
}

.upsell .block-title,
.related .block-title {
	text-align: center;
	margin-bottom: 1.5em;
	width: 100%;
	overflow: hidden;
}

.related .block-actions {
	text-align: center;
	margin: -18px 0 1em;
}

.related .block-actions .action {
	cursor: pointer;
	color: #222;
	font-weight: 700;
	font-size: inherit;
	padding: 0;
	border: none;
	background: none;
	height: auto;
	text-transform: none;
	font-family: 'Open Sans';
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
}

.related .block-actions .action:hover {
	color: #ff1341;
}

.upsell .block-title strong,
.related .block-title strong {
	font-size: 2.5em;
	font-weight: 400;
	padding: 0 10px;
	text-transform: none;
}

.upsell .block-title .right-divider,
.related .block-title .right-divider {
	margin-top: 1.5em;
}

.products-grid.products-related li.item {
	width: 25%;
}

.products-grid.products-related li.item:nth-of-type(3n+1),
.products-grid.products-related li.item:nth-of-type(3n+3) {
	clear: none;
}

.products-grid.products-related li.item:nth-of-type(4n+1) {
	clear: left;
}

.products-grid.products-related li.item:nth-of-type(4n+4) {
	clear: right;
}

.products-grid.products-related .actions-secondary a.towishlist {
	margin: 0;
}

.related+.upsell {
	margin-top: 3em;
}

.product-custom-social-links {
	margin-top: 1.5em;
	display: none;
}

.product-custom-social-links .fb_iframe_widget.fb-like {
	vertical-align: top;
	margin-right: 20px;
}

.product-custom-social-links .twitter-share-button {
	margin-right: 20px;
}

/*Instagram widget*/
.meigee-instagram-widget .insta-photo {
	display: inline-block;
	width: calc((100% + 20px) / 6 - 20px);
	padding-top: calc((100% + 20px) / 6 - 20px);
	position: relative;
	overflow: hidden;
}

.meigee-instagram-widget .insta-photo:not(:last-of-type) {
	margin-right: 20px;
}

.meigee-instagram-widget .insta-photo img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.meigee-instagram-widget .insta-photo:after {
	content: '';
	display: block;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.18);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.meigee-instagram-widget .insta-photo:hover,
.meigee-instagram-widget .insta-photo:hover:after {
	opacity: 1;
}

.sidebar .meigee-instagram-widget {
	margin-left: -5px;
	margin-right: -5px;
}

.sidebar .meigee-instagram-widget .block-title {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

.sidebar .meigee-instagram-widget .insta-photo {
	width: calc((100%) / 3 - 10px);
	padding-top: calc((100%) / 3 - 10px);
	margin-bottom: 4px;
}

.sidebar .meigee-instagram-widget .insta-photo {
	margin-right: 5px;
	margin-left: 5px;
}

/* Product Review */
#reviews {
	margin: 0 -10px;
	width: calc(100% + 10px);
}

#reviews:before,
#reviews:after {
	content: '';
	display: table;
	clear: both;
}

#reviews #product-review-container {

	padding: 0 10px;
	float: right;
}

#reviews .review-add {

	padding: 0 10px;
	float: left;
}

#reviews .fieldset {
	padding: 0;
	border: none;
}

.data.item.content .block-title {
	overflow: hidden;
}

.data.item.content .block-title strong {
	padding-left: 0;
	position: relative;
}

#reviews #review-form .review-legend {
	color: #888;
	font-size: 1.16em;
	font-weight: normal;
	border: none;
	margin: 0 0 .6em;
	padding: 0;
	text-transform: none;
}

#reviews #review-form .review-legend strong {
	font-weight: normal;
	color: #222;
}

.review-form-wrapper .review-field-ratings .label {
	color: #222;
	font-size: .91em;
	font-weight: normal;
	border: none;
	margin: 0 0 .75em;
	text-align: left;
	padding: 0;
	display: block;
}

.review-form-wrapper .inputs-wrapper {
	margin-bottom: .5em;
}

.review-form-wrapper .inputs-wrapper .field label,
.review-form-wrapper .review-field-text label {
	color: #222;
	font-size: .91em;
	line-height: 1.5em;
	font-weight: normal;
}

#product-review-container .review-items {
	list-style: none;
}

#product-review-container .review-item {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ddd;
}

#product-review-container .review-title {
	font-weight: 700;
	color: #444;
	font-size: 1.083em;
	line-height: 1.5em;
	font-family: 'Open Sans';
	margin-bottom: .75em;
}

#product-review-container .review-ratings {
	float: left;
}

#product-review-container .review-details-wrapper {
	float: left;
	width: 73%;
	margin-left: 20px;
	padding-left: 20px;
	border-left: solid 1px #ddd;
}

#product-review-container .review-details {
	display: block;
	margin-bottom: 4px;
	font-size: .83em;
	color: #aaa;
}

#product-review-container .review-author,
#product-review-container .review-date {
	float: left;
	margin: 0;
}

#product-review-container .review-author strong {
	color: #ff1341;
	font-weight: normal;
	padding-right: 5px;
}

.toolbar.review-toolbar .pager {
	text-align: left;
}

.toolbar.review-toolbar .limiter {
	display: inline-block;
	float: none;
}

.toolbar.review-toolbar .limiter-label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.toolbar.review-toolbar select {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.review-field-rating {
	float: left;
	margin: 0 20px 0 0 !important;
	padding: 5px 20px 5px 0;
	border-right: solid 1px #ddd;
}

.review-field-rating:last-of-type {
	border: none;
}

.review-control-vote:before {
	content: '\f005''\f005''\f005''\f005''\f005';
}

.review-control-vote {
	min-height: 20px;
	min-width: 100px;
}

.review-control-vote:before {
	color: #c7c7c7;
	font-family: 'FontAwesome';
	font-size: 16px;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	content: '\f005''\f005''\f005''\f005''\f005';
	display: block;
	position: absolute;
	z-index: 1;
	letter-spacing: 4px;
}

.review-control-vote label:before {
	color: #ffdf2e;
	font-family: 'FontAwesome';
	font-size: 16px;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	opacity: 0;
	letter-spacing: 4px;
}

.review-control-vote label {
	cursor: pointer;
	display: block;
	position: absolute;
	padding: 0 !important;
}

.review-control-vote label:hover:before {
	opacity: 1;
}

.review-control-vote .rating-1 {
	z-index: 6;
}

.review-control-vote .rating-2 {
	z-index: 5;
}

.review-control-vote .rating-3 {
	z-index: 4;
}

.review-control-vote .rating-4 {
	z-index: 3;
}

.review-control-vote .rating-5 {
	z-index: 2;
}

.review-control-vote .rating-1:before {
	content: '\f005';
}

.review-control-vote .rating-2:before {
	content: '\f005''\f005';
}

.review-control-vote .rating-3:before {
	content: '\f005''\f005';
}

.review-control-vote .rating-4:before {
	content: '\f005''\f005''\f005''\f005';
}

.review-control-vote .rating-5:before {
	content: '\f005''\f005''\f005''\f005''\f005';
}

.review-control-vote input[type="radio"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.review-control-vote label:after {
	content: none !important;
}

.review-control-vote label span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.review-control-vote input[type="radio"]:focus+label:before,
.review-control-vote input[type="radio"]:checked+label:before {
	opacity: 1;
}

/* #product-review-table {margin: 1.5em 0;}
#product-review-table thead {background-color: #aaa;}
#product-review-table thead th {border: none; text-align: center;}
#product-review-table thead th span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 41px;
	margin: 0 auto;
	background-image: url(../images/review_stars.png);
	background-repeat: no-repeat;
	display: inline-block;
}
#product-review-table thead th span.one-star{background-position:center 6px;}
#product-review-table thead th span.two-stars{background-position:center -31px;}
#product-review-table thead th span.three-stars{background-position:center -67px;}
#product-review-table thead th span.four-stars{background-position:center -101px;}
#product-review-table thead th span.five-stars{background-position:center -133px;}
#product-review-table th {
	padding: .75em 12px;
    font-size: .91em;
    border-color: #e5e5e5;
	font-weight: bold;
    color: #222;
    white-space: nowrap;
	vertical-align: middle;
}
#product-review-table td {text-align: center; padding: .75em 12px;}
#product-review-table td label {display: none;} */

/* Rating ================================================================================= */
.rating-summary {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.reviews-actions {
	display: inline-block;
	vertical-align: middle;
	font-size: .91em;
}

.reviews-actions a {
	color: #aaa;
	text-decoration: none;
	line-height: 1.44em;
}

.reviews-actions a:hover {
	color: #000;
}

.reviews-actions a.add {
	position: relative;
	display: inline-block;
}

.reviews-actions a+a.add {
	margin-left: 9px;
}

.reviews-actions a+a.add:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #aaa;
	left: -6px;
}

.rating-summary .label {
	display: none;
}

.rating-result {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #ccc;
}

.rating-result i {
	font-size: 10px;
}

.rating-result span {
	position: absolute;
	color: #FFD322;
	top: 0;
	left: 0;
	height: 12px;
	overflow: hidden;
}

body .swatch-option.text {
	line-height: 1;
}


#product-review-container .rating-summary {
	display: block;
}

#product-review-container .rating-summary .label {
	display: inline-block;
	min-width: 50px;
	margin-right: 4px;
	text-align: left;
	padding: 0;
}

#popup-block {
	z-index: 100000;
}

#popup-block .modal-backdrop {
	z-index: 0;
}

#popup-block .modal-dialog {
	width: 738px;
	position: static;
	margin: 0 auto;
	height: 100%;
}

#popup-block .modal-dialog .modal-content {
	position: absolute;
	top: 50%;
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
}

#popup-block .modal-header {
	padding: 0;
	min-height: 0;
	border: none;
}

#popup-block .modal-header .close {
	font-size: 1em;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	z-index: 999;
	height: 14px;
	width: 14px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
}

#popup-block .modal-header .close i {
	color: rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 14px;
	width: 14px;
	height: 14px;
	display: block;
}

#popup-block .modal-header .close i:hover {
	color: #000;
}

#popup-block .modal-dialog .modal-body {
	padding: 0;
	height: 100%;
}

#popup-block .block-title {
	line-height: 1;
	font-size: 2.5em;
	line-height: 1.48em;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 0.5em;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans';
	display: block;
}

#popup-block .block-subscribe {
	padding: 6.5em 24px 2.5em 30px;
	float: left;
	width: 50%;
	text-align: center;
}

#popup-block .block.newsletter {
	border-radius: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#popup-block .block.newsletter .content {
	background-color: transparent;
	padding: 0;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 15px;
	width: 100%;
}

#popup-block .block.newsletter .content .field.newsletter {
	padding: 0 0 12px;
}

#popup-block .block.newsletter .title {
	display: none;
	line-height: 1;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	margin: 0;
	padding: 0 0 34px;
	border: none;
}

#popup-block .block.newsletter .left-icon i {
	font-size: 26px;
	margin-left: 20px;
	margin-right: 8px;
}

#popup-block .block.newsletter i {
	display: inline-block;
	vertical-align: middle;
}

#popup-block .block.newsletter .block-subscribe {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin: 0;
	max-width: 434px;
	padding: 0;
	width: 100%;
}

#popup-block .block.newsletter .input-group-btn.left-icon {
	display: none;
}

#popup-block .block.newsletter label {
	display: none;
	line-height: 24px;
	padding-bottom: 18px;
	white-space: normal;
}

#popup-block .block.newsletter i.meigee-envelope {
	color: rgba(0, 0, 0, 0.4);
	line-height: 36px;
	padding: 0 12px 0 16px;
	position: relative;
}

#popup-block .block.newsletter i.meigee-envelope::before {
	position: relative;
	top: 2px;
}

#popup-block .block.newsletter i.meigee-envelope::after {
	background-color: rgba(0, 0, 0, 0.09);
	content: "";
	height: 20px;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}

#popup-block .block.newsletter .input-wrapper {
	border-radius: 0;
	padding: 1px;
	position: relative;
	width: 100%;
}

#popup-block .block.newsletter input {
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-size: 11px;
	height: 30px;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 5px 7px;
	color: #aaa;
}

#popup-block .block.newsletter .btn {
	border: medium none;
	background-color: #222;
	color: #fff;
	position: relative;
}

#popup-block .block.newsletter .btn:hover,
#popup-block .block.newsletter .btn:focus,
#popup-block .block.newsletter .btn:active {
	background-color: #de3c1c;
	color: #fff;
}

#popup-block .block.newsletter .btn span {
	vertical-align: middle;
}

#popup-block .block.newsletter .btn>span:after {
	background-color: rgba(255, 255, 255, 0.1);
}

#popup-block .block.newsletter .btn i {
	line-height: inherit;
	position: relative;
	top: 6px;
	margin: 0;
	padding: 0;
	font-size: 22px;
}

#popup-block {
	display: none;
}

#popup-block .popup-content-wrapper {
	height: 100%;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -1px;
	background-size: cover;
}

#popup-block .popup-content-wrapper .block-title+p {
	padding-left: 40px;
	padding-right: 40px;
	padding: 0 0 12px;
	margin: 0;
	text-align: center;
	font-size: 1em;
	line-height: 18px;
	color: #888;
	font-family: "Open Sans", sans-serif;
}

#popup-block .popup-bottom {
	position: absolute;
	margin-left: 30px;
	bottom: 20px;
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
	left: 50%;
	display: none;
}

#popup-block .popup-bottom input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 3px;
}


/* Customer =============================================================================== */
.login-container {
	margin: 0 -10px;
}

.login-container:before,
.login-container:after {
	content: '';
	display: table;
	clear: both;
}

.login-container .block {
	padding: 0 10px;
	float: left;
	width: 50%;
}

.login-container .block.block-customer-login {
	float: right;
}

body a.action.remind {
	margin-left: 10px;
}

body a.action.remind,
body .actions-toolbar a.action.back,
.login-container .block .action.remind {
	color: #ff1341;
	font-size: inherit;
	font-family: inherit;
	padding: 0;
	border: none;
	height: auto;
	font-weight: inherit;
	text-transform: none;
}

body a.action.remind:hover,
body .actions-toolbar a.action.back:hover,
.login-container .block .action.remind:hover {
	color: #ff1341 !important;
	background: none !important;
	opacity: .75;
}

.login-container .block-title strong {
	display: block;
	float: none;
	text-align: left;
	border-bottom: solid 4px #eee;
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
	line-height: 1.583em;
	padding-bottom: .75em;
	margin-bottom: 1.5em;
	font-size: 1.33em;
}

.login-container p,
.login-container .note {
	font-size: .91em;
}

.login-container .actions-toolbar {
	margin: 0.42em 0 0;
	text-align: right;
}

.login-container .label {
	float: left;
	font-weight: normal;
	position: relative;
	z-index: 0;
	font-size: .91em;
	padding-bottom: 5px;
	color: inherit;
	line-height: 1.5;
}

.login-container .block-customer-login .actions-toolbar {
	margin-top: 1.5em;
}

.login-container .block-customer-login .actions-toolbar .secondary {
	float: left;
	margin: .75em 0;
}

.login-container .block-customer-login .field:not(.note) {
	margin-top: 1em;
}

fieldset.fieldset.login {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset.fieldset {
	border: 1px solid #ddd;
	padding: 1.5em 20px;
	margin: 0 0 1.5em;
}

fieldset.fieldset .legend {
	display: block;
	text-align: left;
	border-bottom: solid 4px #eee;
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
	line-height: 1.583em;
	padding: 0 0 .75em;
	margin: 0 0 1.5em;
	font-size: 1.33em;
	width: 100%;
	float: right;
	clear: both;
}

fieldset.fieldset br {
	display: none;
}

fieldset.fieldset input+.nested,
fieldset.fieldset .field+.row {
	margin-top: .75em;
}

.form-create-account fieldset .field:not([class*='col-'])~.field:not([class*='col-']) {
	margin-top: 0;
}

.form-create-account fieldset.fieldset {
	padding-left: 10px;
	padding-right: 10px;
}

.form-create-account fieldset.fieldset .legend {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.form-address-edit .actions-toolbar .primary {
	float: right;
}

.form-create-account .fieldset .field {
	padding: 0 10px;
	width: 50%;
	float: left;
	margin-bottom: .75em;
}

.form-create-account .fieldset .field input+.nested {
	margin-top: .75em;
}

/* .form-create-account .fieldset */
.field.password {
	margin-top: 0 !important;
}

/* .form-create-account .fieldset */
.field.password .control {
	position: relative;
}

/* .form-create-account .fieldset */
.field.password .control:before,
/* .form-create-account .fieldset */
.field.password .control:after {
	content: '';
	display: table;
}

/* .form-create-account .fieldset */
.field.password .control:after {
	clear: both;
}

/* .form-create-account .fieldset */
.field.password .control #password {
	float: left;
	width: 63%;
}

/* .form-create-account .fieldset */
.field.password .control #password-error {
	position: absolute;
	top: 100%;
	font-size: 11px;
	color: #f00;
}

.form-edit-account .fieldset .field.password .control {
	padding-bottom: 20px;
}

.form-edit-account .fieldset .field.password .control #password-error {
	position: absolute;
	top: calc(100% - 20px);
	font-size: 11px;
	color: #f00;
}

/* .form-create-account .fieldset */
.field.password .control #password-strength-meter-container {
	background-color: #f4f4f4;
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	position: relative;
	z-index: 1;
	width: 35%;
	float: right
}

.password-strength-meter:before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.password-strength-meter-0 .password-strength-meter:before {
	background-color: #f4f4f4;
	width: 100%;
}

.password-strength-meter-1 .password-strength-meter:before {
	background-color: #ffafae;
	width: 25%;
}

.password-strength-meter-2 .password-strength-meter:before {
	background-color: #ffd6b3;
	width: 50%;
}

.password-strength-meter-3 .password-strength-meter:before {
	background-color: #c5eeac;
	width: 75%;
}

.password-strength-meter-4 .password-strength-meter:before {
	background-color: #81b562;
	width: 100%;
}

.control.captcha-image {
	margin-top: 10px;
}

.control.captcha-image .captcha-img {
	vertical-align: middle;
}

.form-create-account .fieldset .field.newsletter {
	clear: both;
	width: auto;
	float: none;
}

.form.password.forget .actions-toolbar,
.form-create-account .actions-toolbar {
	text-align: right;
}

.form.password.forget .actions-toolbar .secondary,
.form-create-account .actions-toolbar .secondary {
	float: left;
	margin: .75em 0;
}

.form-create-account .fieldset .customer-name-prefix-middlename-suffix {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .75em;
}

.form-create-account .fieldset .field.region {
	clear: right;
	margin-top: 0 !important;
}

.form-create-account .fieldset .field.zip {
	clear: left;
}

.form-create-account .fieldset .field.password+.field.confirmation {
	margin-top: 0;
}

.field.required label:not(.form-control):after,
.field.required .label:not(.form-control):after {
	content: '*';
	color: #f00;
	padding-left: 2px;
}

.fieldset .customer-name-prefix-middlename-suffix {}

.fieldset .customer-name-prefix-middlename-suffix .field-name-prefix,
.fieldset .customer-name-prefix-middlename-suffix .field-name-suffix {
	width: 12.5%;
}

.fieldset .customer-name-prefix-middlename-suffix .field-name-firstname,
.fieldset .customer-name-prefix-middlename-suffix .field-name-middlename,
.fieldset .customer-name-prefix-middlename-suffix .field-name-lastname {
	width: 25%;
}

#shipping-new-address-form {
	margin: 0 -10px;
}

#shipping-new-address-form .field {
	padding: 0 10px;
}

#shipping-new-address-form .field[name="shippingAddress.prefix"],
#shipping-new-address-form .field[name="shippingAddress.suffix"] {
	width: 12.5%;
	float: left;
}

#shipping-new-address-form .field[name="shippingAddress.firstname"],
#shipping-new-address-form .field[name="shippingAddress.middlename"],
#shipping-new-address-form .field[name="shippingAddress.lastname"] {
	width: 25%;
	float: left;
}

#shipping-new-address-form .field.choice,
#shipping-new-address-form .field[name="shippingAddress.company"],
#shipping-new-address-form .field[name="shippingAddress.city"],
#shipping-new-address-form .field[name="shippingAddress.region_id"],
#shipping-new-address-form .field[name="shippingAddress.region"],
#shipping-new-address-form .field[name="shippingAddress.postcode"],
#shipping-new-address-form .field[name="shippingAddress.country_id"],
#shipping-new-address-form .field[name="shippingAddress.telephone"] {
	clear: both;
	margin-top: .5em;
	float: none;
	width: 100%;
	display: block;
}

#shipping-new-address-form fieldset.street {
	margin: .5em 0;
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	text-align: left;
}

#shipping-new-address-form fieldset.street .field {
	width: 50%;
	float: left;
	margin: 0;
}

#shipping-new-address-form fieldset.street label {
	display: none;
}

#shipping-new-address-form fieldset.street label:after {
	content: none;
}

#shipping-new-address-form fieldset.street legend.label {
	text-align: left;
	border: none;
	margin-left: 10px;
	margin-right: 10px;
}

.form.search.advanced .price {
	font-size: inherit;
	color: inherit;
}

.form.search.advanced .range .field {
	display: inline-block;
	width: 48%;
	margin: 0;
	vertical-align: middle;
}

.form.search.advanced .range .field+.field {
	margin-left: 2%;
}

.form.search.advanced .range .field.with-addon input {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}

.form.search.advanced .range .field.with-addon .addafter {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.account .content-inner a {
	color: #aaaaaa;
}

.account .content-inner .product-item-name a {
	color: #222;
}

.account .content-inner .product-item-name a:hover,
.account .content-inner a:hover {
	color: #ff1341;
}

.account .content-inner .box-content,
.account .content-inner .box-actions {
	font-size: .91em;
}

.account .content-inner .actions-toolbar .primary {
	margin: 9px 0;
}

.account .content-inner .actions-toolbar .secondary {
	float: right;
}

.downloadable-customer-products .content-inner .actions-toolbar .secondary {
	float: none;
}

.customer-review.view .product-media,
.customer-review.view .product-info {
	display: inline-block;
	vertical-align: top;
}

.customer-review.view .product-info {
	margin-left: 20px;
}

.customer-review.view .product-info .rating-average-label {
	display: none;
}

.customer-review.view .product-info .reviews-actions a+a.add:before {
	content: none;
}

.customer-review.view .review-details {
	margin-top: 1.5em;
}

.customer-review.view .review-details .title {
	font-size: 1.5em;
	font-family: 'Open Sans';
	font-weight: normal;
	line-height: normal;
	padding-bottom: 9px;
	margin-bottom: 18px;
	color: #222;
	border-bottom: solid 1px #ddd;
}

.customer-review.view .review-details .title strong {
	font-weight: inherit;
}

.customer-review.view .review-details .rating-summary {
	display: block;
}

.customer-review.view .review-details .rating-summary+.rating-summary {
	margin-top: .25em;
}

.customer-review.view .review-details .rating-summary .rating-label {
	color: #222;
	min-width: 40px;
	display: inline-block;
}

.customer-review.view .customer-review-rating {
	margin-bottom: 1.5em;
}

.customer-review.view .review-title {
	color: #222;
	font-family: 'Open Sans';
	font-size: 1.16em;
	margin-bottom: .66em;
}

.customer-review.view .review-date {
	color: #aaa;
	font-size: .91em;
}

.customer-review.view .review-content {
	margin-bottom: .75em;
}

.review-customer-view .content-inner .actions-toolbar .secondary {
	float: left;
}


.box {
	width: calc(50% - 10px);
	border: 1px solid #ddd;
	float: left;
	padding: 1.5em 20px;
}

.box:nth-of-type(2n+2) {
	float: right;
}

.block-dashboard-info {
	margin-bottom: 3em;
}

.block-dashboard-info:before,
.block-dashboard-info:after {
	content: '';
	display: table;
	clear: both;
}

.block-dashboard-orders .block-title,
.block-dashboard-addresses .block-title,
.block-dashboard-info .block-title,
.block-reviews-dashboard .block-title {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 4px #eee;
	margin-bottom: 1.5em;
}

.block-dashboard-orders .block-title strong,
.block-dashboard-addresses .block-title strong,
.block-dashboard-info .block-title strong,
.block-reviews-dashboard .block-title strong,
.box .box-title span {
	float: left;
	font-size: 1.16em;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.583em;
	margin-bottom: .75em;
}

.box .box-inner {
	border: solid 1px #ddd;
	padding: 1.5em 20px;
}

.box .box-title {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 4px #eee;
	margin-bottom: 1.5em;
	display: block;
}

.block-dashboard-orders .block-title a,
.block-dashboard-addresses .block-title a,
.block-dashboard-info .block-title a,
.block-reviews-dashboard .block-title a,
.box .box-title a {
	float: right;
	text-decoration: none;
	font-size: .91em;
}

.block-dashboard-addresses .block-title a i,
.block-dashboard-info .block-title a i,
.box .box-title a i {
	font-size: 1.273em;
	color: #ddd;
	padding: 5px;
}

.block-dashboard-addresses .block-title a :hover,
.block-dashboard-info .block-title a i:hover,
.box .box-title a i:hover {
	color: #ff1341;
}

#my-orders-table caption {
	display: none;
}

#my-orders-table td {
	text-align: center;
	font-size: .91em;
}

#my-orders-table a {
	color: #aaa;
	display: inline-block;
}

#my-orders-table a:hover {
	color: #ff1341;
}

.account .content-inner .action {
	display: inline-block;
}

.account .content-inner .action+.action {
	border-left: solid 2px #ddd;
	margin-left: 2px;
	padding-left: 5px;
}

.block-addresses-list-wrapper {
	margin-top: 1.5em;
}

.block-addresses-list-wrapper .addresses .item+.item {
	margin-top: 1.5em;
}

.block-new-customer ul {
	padding-left: 20px;
}

.block-customer-login .field+.field {
	margin-top: .75em;
}

.block-customer-login .actions-toolbar .primary {
	float: right;
}

.block-customer-login .actions-toolbar>.secondary {
	margin-top: 9px;
}

.category-description {
	margin-top: 24px;
}

.stock.available {
	display: none;
}

li.item.col-sm-3 {
	padding-top: 21px;
}

div#product_tabs_reviews {
	display: none;
}

body.catalog-product-compare-index .action.print {
	float: right;
	margin: 15px 0;
}

.table-wrapper.comparison {
	clear: both;
	max-width: 100%;
	overflow-x: auto;
}

.table-comparison {
	table-layout: fixed;
}

.table-comparison .cell.table-label span {
	font-size: 1em;
	color: #222;
	font-weight: bold;
}

.table-comparison td:last-child {
	border-right: 1px solid #d1d1d1;
}

.table-comparison .cell {
	width: 100px;
	padding: 15px;
}

.table-comparison .cell .attibute.value {
	width: 100%;
	overflow: hidden;
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
	border-bottom: 1px solid #d1d1d1;
}

.table-comparison .cell.label .attribute.label {
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.table-comparison .cell.attribute {
	font-size: 1.3rem;
}

.table-comparison .cell.attribute img {
	max-width: 100%;
	height: auto;
}

.table-comparison .product-item-photo {
	display: block;
	margin: 0 auto 15px;
}

.table-comparison .product-image-photo {
	margin-left: 0;
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
	display: block;
	margin: 15px 0;
}

.table-comparison .product-addto-links {
	margin-top: 15px;
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
	line-height: 1.2rem;
	padding: 5px 8px;
	font-size: 1.1rem;
}

.table-comparison .product-addto-links .action.toggle {
	padding: 0;
}

.table-comparison .cell.remove {
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}

.table-comparison .product-item-actions>.actions-primary {
	display: inline-block;
	vertical-align: middle;
}

.table-comparison .product-item-actions>.actions-primary+.actions-secondary {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.table-comparison .action.tocart {
	white-space: nowrap;
}

.comparison.headings {
	background: #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 2;
}

#checkout_multishipping_form .actions-toolbar a.action.back {
	float: left;
	padding: 9px 0;
	margin-right: 10px;
}



/* Sidebar ================================================================================ */
.sidebar .block {
	margin-bottom: 2.33em;
}

.sidebar .block .actions-toolbar {
	text-align: center;
	margin: 0;
	padding-top: 1.5em;
	border-top: solid 1px #ddd;
}

.sidebar .block .secondary {
	margin-left: 7px;
}

.sidebar .block ul,
.sidebar .block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.block-title,
.sidebar .block .block-title,
.block-collapsible-nav-title {
	margin-bottom: 1em;
}

.sidebar .block .block-title {
	font-size: 0;
	margin-bottom: 12px;
}

body .sidebar .block-title .left-divider,
body .sidebar .block-title .right-divider {
	margin-top: 9px;
}

.cart-summary .title:before,
.cart-summary .title:after {
	content: '' !important;
	display: table !important;
	clear: both !important;
	position: static !important;
}

.cart-summary .title>span,
.cart-summary .title strong,
.block-title strong,
.cart-totals .table-caption,
.sidebar .block .block-title strong,
.block-collapsible-nav-title strong,
.sidebar .block.filter .filter-options-title {
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.583em;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Open Sans';
}

.sidebar .block.filter .filter-options-title strong {
	float: left;
	padding: 0 10px;
}

.sidebar .block.filter .filter-options-title .left-divider,
.sidebar .block.filter .filter-options-title .right-divider {
	margin-top: 10px;
}


.block-collapsible-nav-title strong {
	float: none;
}

.block-title .right-divider {
	margin-top: .75em;
}

.sidebar .block-title .left-divider {
	margin-top: .75em;
}

.sidebar .block.filter .block-title,
.sidebar .block.filter .block-subtitle {
	display: none;
}

.sidebar .block.filter {
	padding: 1.5em 20px .5em;
}

.sidebar .block.filter .filter-count-label {
	display: none;
}

.sidebar .block.filter dl dd {
	margin-bottom: 2.333em;
	margin-left: 0;
}

.sidebar .block.filter .filter-options-title {
	margin-bottom: 1em;
	padding: 0 15px 0 0;
	float: none;
}

.sidebar .block.filter ol li {
	margin: 0 -20px;
	padding: 0 20px;
	font-family: 'Open Sans';
	transition: background-color .8s ease;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
}

.sidebar .block.filter ol li:hover {
	background-color: #e7e7e7;
}

.sidebar .block.filter ol li:not(:first-child) {
	border-top: dotted 1px #ddd;
}

.sidebar .block.filter ol li a {
	font-size: 1.083em;
	line-height: 1.583em;
	font-weight: 400;
	color: #444;
	display: block;
	padding: 3px !important;
}

.sidebar .block.filter ol li .filter-label {
	display: inline-block;
	width: 85%;
}

.sidebar .block.filter ol li .count {
	float: right;
	background: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: -2px;
	padding: 0;
}

.sidebar .block.filter ol li .price {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

.sidebar .filter-options-title:after {
	top: 4px;
	right: 0;
}

.sidebar .filter-options-content .count:before,
.sidebar .filter-options-content .count:after {
	content: none;
}

.sidebar .block.filter .swatch-attribute-options .swatch-option.text {
	border: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	display: inline-block;
	-moz-transition: box-shadow 300ms ease;
	-webkit-transition: box-shadow 300ms ease;
	-o-transition: box-shadow 300ms ease;
	transition: box-shadow 300ms ease;
	color: #444;
	font-weight: normal;
}

.sidebar .block li {
	width: auto;
	overflow: hidden;
	padding: 0 10px;
	float: none;
	transition: background-color .8s ease;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
}

.sidebar .block li+li {
	border-top: dotted 1px #ddd;
}

.sidebar .block li:not(.current):hover {
	background-color: #eee;
}

.sidebar .block li a,
.sidebar .block li strong {
	color: #666;
	font-size: 1.083em;
	line-height: 1.583em;
	padding: .75em 0;
	display: inline-block;
	font-family: 'Open Sans';
}

.sidebar .block li a.delete:hover {
	color: #ff1341;
}

.sidebar .block li strong {
	font-weight: normal;
	color: #222;
}

.sidebar .block li a:hover {
	background: transparent;
}

.sidebar .block.block-reorder .product-item label {
	display: none;
}

.sidebar .block.block-reorder li {
	padding: 10px 0;
	background: none;
}

.sidebar .block.block-reorder li:hover {
	background: none;
}

.sidebar .block.block-reorder li .field {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.sidebar .block.block-reorder li .product-item-name {
	padding: 0;
	vertical-align: middle;
}

.sidebar .block.block-reorder li .product-item-name a {
	padding: 0;
}

.sidebar .block.block-wishlist li {
	padding: 1em 0;
}

.sidebar .block.block-wishlist li a {
	padding: 0;
}

.sidebar .block.block-wishlist li:hover {
	background: none;
}

.sidebar .block.block-wishlist .product-item-photo {
	display: table-cell;
	max-width: 100%;
	padding-right: 20px;
	position: static;
	vertical-align: top;
	width: 1%;
}

.sidebar .block.block-wishlist .product-image-container {
	display: inline-block;
	max-width: 100%;
	width: 64px;
}

.sidebar .block.block-wishlist .product-item-details {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
	width: 99%;
	position: relative;
	padding-right: 20px;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions a {
	padding: 0;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions button.action {
	background: none;
	padding: 0;
	border: none;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions .action i {
	color: #dddddd;
	font-size: 1.16em;
	line-height: 1;
	padding: 5px;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions a i {
	color: #dddddd;
	font-size: 1.16em;
	line-height: 1;
	padding: 5px;
}

.sidebar .block.block-wishlist .product-item-details .product-item-actions .action i:hover,
.sidebar .block.block-wishlist .product-item-details .product-item-actions a i:hover {
	color: #222;
}

.sidebar .block.block-wishlist .product-item-details .product-item-name,
.sidebar .block.block-wishlist .product-item-details .product-item-link {
	padding: 0;
}

.sidebar .block.block-wishlist .product-item-details .product-item-name a {
	color: #222;
}

.sidebar .block.block-wishlist .actions-toolbar {
	margin-top: 1em;
}

.sidebar .block.block-compare .product-item-name {
	padding: 0;
}

.sidebar .block.block-compare .action {
	float: right;
}

.block-reviews-dashboard {
	margin-top: 3em;
}

.block-reviews-dashboard ol {
	list-style: decimal;
	padding-left: 20px;
	color: #222;
}

.block-reviews-dashboard ol li .product-name a {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #222;
}

.block-reviews-dashboard ol li .rating-summary {
	margin: -1px 0 0 5px;
}



.filter-title {
	display: none;
}

.filter-content .item {
	margin: 10px 0;
}

.filter-actions {
	margin-bottom: 30px;
}

.filter.active .filter-options,
.filter-options {
	background: transparent;
	clear: both;
	display: block;
	overflow: initial;
	position: static;
}

.filter-subtitle {
	position: static;
	display: block;
}

.page-layout-1column.page-with-filter .column.main {
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

.page-layout-1column .filter.block {
	margin-bottom: 24px;
}

.page-layout-1column .filter-content {
	margin-top: 10px;
}

.page-layout-1column .filter-subtitle {
	display: none;
}

.page-layout-1column .filter-options-item {
	border: 0;
	display: inline-block;
	margin-right: 25px;
}

.page-layout-1column .filter-options-item.active {
	position: relative;
	z-index: 9;
}

/* .page-layout-1column .filter-options-item.active:hover{z-index: 3;} */
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before {
	border: 8px solid transparent;
	height: 0;
	width: 0;
	border-bottom-color: #000;
	bottom: -1px;
	content: '';
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	z-index: 3;
}

.page-layout-1column .filter-options-item.active:after {
	border-bottom-color: #fff;
	margin-top: 2px;
	z-index: 4;
}

.page-layout-1column .filter-options-title {
	padding: 0 20px 0 0;
}

.page-layout-1column .filter-options-title:after {
	right: 2px;
	top: 3px;
	z-index: 3;
}

.page-layout-1column .filter-options-content {
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
	-ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
	border: 1px solid #ccc;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	width: 180px;
	z-index: 2;
	display: none;
}

.page-layout-1column .filter-options-content .item {
	padding: 5px;
	margin: 0;
}

.page-layout-1column .filter-options-content .item a {
	margin-left: 0;
}

.page-layout-1column .filter-options-content .item:hover {
	background-color: #e8e8e8;
}

.page-layout-1column .filter-current {
	display: inline;
	line-height: 35px;
}

.page-layout-1column .filter-current-subtitle {
	color: #7d7d7d;
	display: inline;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

.page-layout-1column .filter-current-subtitle:after {
	content: ':';
}

.page-layout-1column .filter-current .item,
.page-layout-1column .filter-current .items {
	display: inline;
}

.page-layout-1column .filter-current .item {
	margin-right: 25px;
}

.page-layout-1column .filter-current .action.remove {
	line-height: normal;
}

.page-layout-1column .filter-actions {
	display: inline;
}

.page-layout-1column .filter-actions~.filter-options {
	margin-top: 25px;
}


.filter-options-title {
	cursor: pointer;
	font-weight: 600;
	margin: 0;
	overflow: hidden;
	padding: 10px 40px 0 10px;
	position: relative;
	text-transform: uppercase;
	word-break: break-all;
	z-index: 1;
	display: block;
	text-decoration: none;
}

div.filter-options-title:after {
	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;
	content: "\f107";
	position: absolute;
	right: 13px;
	top: 9px;
}

.filter-options-title:hover {
	color: #000;
}

.active>.filter-options-title:after {
	content: '\f106';
}

.filter-options-content {
	margin: 0;
	padding: 10px;
}

.filter-options-content .item {
	margin: 10px 0;
	line-height: 1.5em;
}

.filter-options-content a {
	color: #494949;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 7px;
}

.filter-options-content a:hover {
	background-color: #e8e8e8;
	text-decoration: none;
}

.filter-options-content a:hover+.count {
	background-color: #e8e8e8;
}

.filter-options-content .count {
	color: #858585;
	padding-right: 5px;
}

.filter-options-content .count:before {
	content: '(';
}

.filter-options-content .count:after {
	content: ')';
}

.filter-options-content .price {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}

.filter-options-content .swatch-attribute.swatch-layered {
	padding: 0 8px;
}

body:not(.page-layout-1column) .default-open .filter-options-title:after {
	content: '\f106';
}

body:not(.page-layout-1column) .default-open .active .filter-options-title:after {
	content: '\f107';
}

body:not(.page-layout-1column) .default-open .filter-options-content {
	display: block;
}

/* Cart ================================================================================= */
body table>tbody+tbody {
	border-width: 1px;
}

body .table>thead>tr>th {
	border-bottom-width: 1px;
	padding: .75em;
	font-size: 1em;
	font-weight: bold;
	color: #222;
	white-space: nowrap;
	text-align: center;
}

body .table .product-item-name {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: none;
	font-weight: 400;
	color: #222;
	display: inline-block;
	margin-top: -6px;
	max-width: 83%;
}

body .table .product-item-name a {
	font-size: 1em;
	line-height: normal;
}

body .table .action-edit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

body .table .action i {
	font-size: 1.16em;
	color: #ddd;
	padding: 5px;
}

.item-options dt {
	font-weight: bold;
	margin-top: 6px;
}

.item-options dt:after {
	content: ":";
}

.item-options dt,
.item-options dd {
	font-style: italic;
	display: block;
}

.item-options dd {
	color: #222;
	margin: 0;
}

.cart.table-wrapper td {
	padding: 1.5em;
	vertical-align: middle;
}

.cart.table-wrapper td:first-child,
.cart.table-wrapper th {
	border-left: none;
	padding-left: 0;
}

.cart.table-wrapper th {
	border-right: none;
}

.cart.table-wrapper .table,
.cart.table-wrapper .table>tbody+tbody {
	border: none;
	margin-bottom: 20px;
}

#multiship-addresses-table td.actions,
.table td.remove {
	border-right: none;
	background-color: #f5f5f5;
	width: 75px;
}

#multiship-addresses-table td.actions a:before,
.table td.remove i {
	font-size: 14px;
	color: #aaa;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border: solid 1px #cdcdcd;
	border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0;
}

.cart.table-wrapper .product-item-photo {
	display: table-cell;
	max-width: 100%;
	padding-right: 20px;
	position: static;
	vertical-align: top;
	width: 1%;
}

.cart.table-wrapper .product-image-container {
	display: inline-block;
	max-width: 100%;
	width: 64px;
}

.cart.table-wrapper .product-image-container .product-image-wrapper {
	vertical-align: top;
}

.cart.table-wrapper .product-item-details {
	display: table-cell;
	vertical-align: top;
	white-space: normal;
	width: 99%;
	position: relative;
}

.cart.table-wrapper .item-options {
	margin: 0;
}

.cart.table-wrapper .action-gift {
	margin: 12px 0;
}

.gift-content {
	display: none;
}

.gift-content._active {
	display: block;
}

/* .cart.table-wrapper .actions-toolbar {margin: 0;} */
body .table .action i:hover {
	color: #FF1341;
}

.cart.table-wrapper .qty .label {
	display: none;
}

.cart.table-wrapper .field.qty {
	width: 68px;
}

.cart-container .cart.actions {
	text-align: right;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #ddd;
	margin-bottom: 1.5em;
}

.cart-container .cart.actions a {
	float: left;
}

body .description ul,
body .description ol {
	margin-left: 20px;
}

fieldset .field.review-field-summary {
	margin-top: 0;
}

fieldset .field:not([class*='col-'])~.field:not([class*='col-']) {
	margin-top: .75em;
}

#co-shipping-method-form {
	margin-top: 1.5em;
}

.cart-summary .title {
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.cart-totals .table-caption,
.cart-summary .title strong,
.cart-summary .title span {
	padding: 0 10px 0 0;
	position: relative;
}

.cart-totals .table-caption:after,
.cart-summary .title strong:after,
.cart-summary .title span:after {
	content: '';
	display: block;
	background: #eee;
	position: absolute;
	left: 100%;
	width: 1000%;
	height: 4px;
	top: 50%;
	margin-top: -2px;
}

.cart-summary .content {
	display: block !important;
}

#shipping-zip-form legend {
	display: none;
}

.cart-summary .title .right-divider {
	margin-top: .75em;
}

.cart-summary .title .left-divider {
	margin-top: .75em;
}

.cart-summary .actions-toolbar {
	padding-top: 1.5em;
	border-top: solid 1px #ddd;
}

.cart-summary .rate .methods dt {
	color: #666;
	font-weight: normal;
	font-size: .91em;
	margin-bottom: .25em;
}

.cart-summary .rate .methods dd+dt {
	margin-top: 1em;
}

.cart-summary #block-shipping .item-options input {
	margin: 5px 2px 0 0;
}

.cart-summary #block-shipping .item-options .price {
	font-size: 1.15em;
}

.table.totals th,
.table.totals td {
	color: #888;
	font-size: .91em;
	line-height: 1.583em;
	border-top: none;
	border-bottom: dotted 1px #eee;
	text-align: right;
	padding: 1em 0 1em 12px;
	font-weight: normal;
	background: none;
}

.table.totals th {
	width: 60%;
}

.table.totals th strong {
	font-weight: normal;
}

.table.totals td .price {
	font-size: 1em;
}

.cart-totals table {
	border: none;
	border-bottom: solid 1px #eee;
	overflow: hidden;
}

.checkout-methods-items {
	list-style: none;
	text-align: right;
}

.checkout-methods-items li+li {
	padding-top: 1em;
}

.checkout-methods-items li a {
	color: #444;
	font-size: .91em;
	line-height: 1.583em;
}

.checkout-methods-items li a:hover {
	color: #ff1341;
}

.checkout-cart-index #block-shipping,
.checkout-cart-index #block-discount {
	display: none;
}


/* Checkout =============================================================================== */
.table-caption,
.multicheckout .block .title {
	font-family: 'Open Sans';
	color: #222;
	font-weight: 400;
	font-size: 1.16em;
	line-height: 1.583em;
}

.multicheckout .block-content .title {
	margin-left: 10px;
}

.multicheckout .block .title {
	margin-bottom: 9px;
}

.multicheckout .block .title strong {
	font-weight: inherit;
}

body .table>tbody>tr>td {
	padding: 1.5em;
	vertical-align: middle;
}

body .table>tbody>tr>td.qty {
	width: 40px;
}

body .table>tbody>tr>td .qty input:not(.cart-qty) {
	background-color: #eee;
	border-color: #eee;
	float: none;
	margin: 0;
}

body .table>tbody>tr>td.address label,
#multiship-addresses-table .qty label {
	display: none;
}

.multicheckout .actions-toolbar .primary {
	margin: 9px 0;
}

.multicheckout .actions-toolbar .secondary {
	float: right;
}

.multicheckout .box:not(.box-items) {
	border: solid 1px #e5e5e5;
	padding: .75em;
	margin: 0 0 0.75em 0;
}

.multicheckout .box-title {
	display: block;
	margin-bottom: 9px;
	font-size: 13px;
}

.multicheckout .box-title.with-link>span {
	position: relative;
	padding-right: 10px;
}

.multicheckout .box-title.with-link .action {
	font-size: 0;
	color: #ddd;
}

.multicheckout .box-title.with-link .action:hover {
	color: #ff1341;
}

.multicheckout .box-title.with-link .action:before {
	font-size: 14px;
	padding: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f040";
}

/* .multicheckout .box-title.with-link > span:after {content: ''; display: block; border-right: solid 1px; border-color: inherit; position: absolute; right: 3px; top: 0; height: 100%;} */
.multicheckout .box dl,
.multicheckout .box address {
	margin: 0;
}

.multicheckout .box .radio {
	margin-top: 0;
	margin-bottom: 0;
}

.multicheckout .box .legend {
	display: none;
}

.multicheckout .box .radio input {
	margin-top: 2px;
}

.multicheckout .box label .price {
	font-size: inherit;
	font-weight: inherit;
}

.multicheckout .grand.totals {
	text-align: right;
}

.table-order-review .price {
	font-size: 1.16em;
}

.table-order-review td.price,
.table-order-review td.subtotal {
	font-size: 1em;
	text-align: center;
}

.table-order-review .totals th,
.table-order-review .totals-tax th {
	background: none;
}

.table-order-review .totals td,
.table-order-review .totals-tax td {
	font-size: 1em;
	text-align: right;
}

.box-shipping-method .price {
	font-size: inherit;
	font-weight: inherit;
}

.customer-name-prefix-middlename-suffix {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: .75em;
}

.customer-name-prefix-middlename-suffix .field {
	float: left;
	margin: 0 !important;
	padding: 0 10px;
}

/* OPC =================================================================================== */
#checkout .authentication-wrapper {
	width: 33.33333333%;
	text-align: right;
	float: right;
	margin-top: -62px;
	max-width: 50%;
	position: relative;
	z-index: 1;
}

#checkout .authentication-wrapper .action-auth-toggle {
	height: auto;
	top: -9px;
	position: relative;
	color: #333;
	border: none;
	padding: 0;
	background: none;
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
}

#checkout .authentication-wrapper .action-auth-toggle:hover {
	color: rgba(0, 0, 0, 0.5);
}

#checkout .authentication-wrapper .action-auth-toggle:before {
	content: '\f090';
	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;
	font-size: 16px;
	margin-right: 5px;
}

#checkout .authentication-wrapper .dropdown-overlay.modal-custom-overlay {
	display: none;
}

.authentication-dropdown {
	background-color: #fff;
	border: 1px solid #aeaeae;
	-webkit-transform: scale(1, 0);
	-webkit-transform-origin: 0 0;
	-webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
	position: absolute;
	text-align: left;
	top: 100%;
	transform: scale(1, 0);
	transform-origin: 0 0;
	transition: transform linear .1s, visibility 0s linear .1s;
	visibility: hidden;
	width: 100%;
}

.authentication-dropdown._show {
	z-index: 100;
	-webkit-transform: scale(1, 1);
	-webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
	transform: scale(1, 1);
	transition: transform linear .1s, visibility 0s linear 0s;
	visibility: visible;
}

.authentication-dropdown .modal-header {
	padding: 0;
}

.authentication-dropdown .modal-header .action-close {
	margin: 0;
	z-index: 99999;
}

.block-authentication .block-title {
	padding: 0;
	border: none;
}

.block-authentication .block-title strong {
	padding-left: 0;
}

.block-authentication .actions-toolbar:before,
.block-authentication .actions-toolbar:after {
	content: '';
	display: table;
}

.block-authentication .actions-toolbar:after {
	clear: both;
}

.block-authentication .actions-toolbar>.secondary {
	margin-top: 10px;
}

.block-authentication .actions-toolbar>.primary {
	display: inline;
	float: right;
	margin-right: 0;
}

.block-authentication .actions-toolbar>.primary .action {
	margin-right: 0;
}

.popup-authentication .modal-inner-wrap {
	min-width: 768px;
	width: 60%;
}

.popup-authentication .block-authentication {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 1px solid #c1c1c1;
}

.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.popup-authentication .block[class] {
	box-sizing: border-box;
	float: left;
	padding: 10px 30px 0 0;
	width: 50%;
}

.popup-authentication .block[class]+.block {
	border-left: 1px solid #c1c1c1;
	border-top: 0;
	margin: 0;
	padding: 10px 0 0 40px;
}

.popup-authentication .block[class]+.block::before {
	left: 0;
	top: 50%;
}

.popup-authentication .actions-toolbar {
	margin-bottom: 0;
	margin-top: auto;
}

.authentication-dropdown {
	box-sizing: border-box;
}

.authentication-dropdown .modal-inner-wrap {
	padding: 18px;
}

.authentication-dropdown .modal-content {
	background: none;
}

._has-auth-shown .authentication-wrapper {
	z-index: 900;
}

.block-authentication .field .label {
	font-weight: 400;
}

.block-authentication .actions-toolbar {
	margin-bottom: 5px;
}

.block-authentication .block[class] {
	margin: 0;
}

.block-authentication .block[class] ul {
	list-style: none;
	padding-left: 10px;
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
	float: none;
	width: auto;
}

.block-authentication .block[class]+.block {
	border-top: 1px solid #c1c1c1;
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
}

.block-authentication .block[class]+.block::before {
	height: 36px;
	line-height: 34px;
	margin: -19px 0 0 -18px;
	min-width: 36px;
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	box-sizing: border-box;
	color: #c1c1c1;
	content: attr(data-label);
	display: inline-block;
	left: 50%;
	letter-spacing: normal;
	padding: 0 .2rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

.checkout-container:before,
.checkout-container:after {
	content: '';
	display: table;
	clear: both;
}

.checkout-container ol,
.checkout-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkout-container #checkoutSteps>li+li {
	margin-top: 1.5em;
}

.checkout-container .opc-progress-bar {
	margin: 0 0 20px;
	counter-reset: i;
	display: block;
	font-size: 0;
}

.checkout-container .opc-progress-bar-item {
	margin: 0;
	width: 185px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.checkout-container .opc-progress-bar-item:before {
	background: #e4e4e4;
	top: 19px;
	transition: background .3s;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
}

.checkout-container .opc-progress-bar-item:first-child:before {
	border-radius: 6px 0 0 6px;
}

.checkout-container .opc-progress-bar-item._active:before {
	background: #222;
}

.checkout-container .opc-progress-bar-item>span {
	display: inline-block;
	padding-top: 45px;
	width: 100%;
	word-wrap: break-word;
	color: #e4e4e4;
	font-weight: 300;
	font-size: 1.8rem;
}

.checkout-container .opc-progress-bar-item._active>span {
	color: #333;
}

.checkout-container .opc-progress-bar-item>span:before,
.checkout-container .opc-progress-bar-item>span:after {
	background: #e4e4e4;
	height: 38px;
	margin-left: -19px;
	transition: background .3s;
	width: 38px;
	border-radius: 50%;
	content: '';
	left: 50%;
	position: absolute;
	top: 0;
}

.checkout-container .opc-progress-bar-item>span:after {
	background: #fff;
	height: 26px;
	line-height: 26px;
	margin-left: -13px;
	top: 6px;
	width: 26px;
	content: counter(i);
	counter-increment: i;
	color: #333;
	font-weight: 600;
	font-size: 1.8rem;
	font-family: 'Open Sans';
}

.checkout-container .opc-progress-bar-item._active>span:before {
	background: #222;
}

.checkout-container .opc-progress-bar-item._active>span:after {
	content: "\f00c";
	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;
	line-height: 26px;
	font-size: 1.5rem;
}

.opc-wrapper {
	float: left;
	width: 66.666667%;
	padding-right: 10px;
}

.opc-summary-wrapper {
	float: left;
	width: 33.33333334%;
	padding-left: 10px;
}

#checkout-shipping-method-load .row {
	margin: 0;
}

.opc-estimated-wrapper {
	display: none;
}

.opc-estimated-wrapper {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: -10px -15px 15px;
	padding: 18px 15px;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
	padding-bottom: 10px;
	color: #333;
	font-weight: 300;
	font-size: 2.6rem;
	font-family: 'Open Sans';
	line-height: 1.25;
}

.opc-block-shipping-information .shipping-information-title .action {
	border: none;
	background: none;
	font-size: 14px;
	color: #aaa;
	float: right;
	margin-top: 7px;
}

.opc-wrapper .step-title {
	border-bottom: 1px solid #ccc;
}

.opc-wrapper .shipping-address-items {
	font-size: 0;
}

.opc-wrapper .shipping-address-item {
	border: 2px solid transparent;
	font-size: 12px;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 20px 35px 20px 20px;
	transition: .3s border-color;
	width: 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	word-wrap: break-word;
}

.opc-wrapper .shipping-address-item {
	width: 33.33333333%;
}

.opc-wrapper .shipping-address-item.selected-item {
	border-color: #222;
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
	visibility: hidden;
}

.opc-wrapper .btn {
	line-height: 1;
}

.opc-wrapper .action-select-shipping-item {
	float: right;
	margin: 0;
	line-height: 1;
}

.opc-wrapper .shipping-address-item.selected-item:after {
	background: #222;
	color: #fff;
	content: "\f00c";
	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;
	height: 27px;
	width: 29px;
	font-size: 16px;
	line-height: 21px;
	padding-top: 2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.opc-wrapper .shipping-address-item:before {
	background: #ccc;
	height: calc(100% - 20px);
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.opc-wrapper .shipping-address-item:nth-child(3n+1):before,
.opc-wrapper .shipping-address-item.selected-item:before,
.opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
	content: none;
}

.opc-wrapper .action-show-popup>span:before {
	content: '+';
	padding-right: 5px;
}

.opc-wrapper .step-content {
	margin: 0 0 40px;
}

.opc-block-shipping-information .shipping-information>div+div {
	margin-top: 20px;
}

.opc-wrapper .field.street .label {
	text-align: left;
}

.opc-wrapper .field.street label.label:after {
	content: none;
}

#checkout-shipping-method-load .table-checkout-shipping-method {
	min-width: 500px;
}

#checkout-shipping-method-load .table-checkout-shipping-method thead th {
	display: none;
}

#checkout-shipping-method-load .table-checkout-shipping-method tbody td {
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

#checkout-shipping-method-load .table-checkout-shipping-method tbody td:first-child {
	padding-left: 0;
	padding-right: 0;
	width: 20px;
	max-width: 20px;
}

#checkout-shipping-method-load .table-checkout-shipping-method tbody tr:first-child td {
	border-top: none;
}

#checkout-shipping-method-load .table-checkout-shipping-method .price {
	font-size: 1em;
	font-weight: inherit;
}

#checkout-shipping-method-load .table-checkout-shipping-method input[type="radio"] {
	margin-top: 0;
}

#customer-email-fieldset {
	margin-top: 1.5em;
	border: none;
	padding: 0;
}

#customer-email-fieldset .fieldset.hidden-fields {
	margin-bottom: 1.5em;
	border: none;
	padding: 0;
	margin-top: 12px;
}

#customer-email-fieldset .fieldset.hidden-fields .note {
	display: inline-block;
	padding-top: 6px;
}

.opc-summary-wrapper .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0;
}

.opc-block-summary {
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 22px 30px;
}

.opc-block-summary .items-in-cart>.title {
	border-bottom: 1px solid #ccc;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	position: relative;
}

.opc-block-summary .items-in-cart>.title:after {
	-webkit-font-smoothing: antialiased;
	color: inherit;
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	line-height: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 3px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	position: absolute;
	right: 0;
	top: 10px;
}

.opc-block-summary .items-in-cart.active>.title:after {
	content: '\f106';
}

.opc-block-summary .items-in-cart .product {
	position: relative;
}

.opc-block-summary .product-item .product-item-inner {
	display: table;
	margin: 0 0 10px;
	width: 100%;
}

.opc-block-summary .product-item .product-item-name-block {
	display: table-cell;
	padding-right: 5px;
	text-align: left;
}

.opc-block-summary .product-item .subtotal {
	display: table-cell;
	text-align: right;
}

.opc-block-summary .minicart-items-wrapper {
	margin: 0 -15px 0 0;
	/*  max-height: 370px; */
	padding: 15px 15px 0 0;
	border: 0;
}




.product-item-name {
	font-family: 'Open Sans';
	color: #222;
	font-size: 1.16em;
	font-weight: 300;
}

/*
.minicart-items-wrapper {
    border: 1px solid #ccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
}
.minicart-items .product-item {padding: 20px 0;}
.minicart-items .product-item:first-child {padding-top: 0;}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {float: left; width: 75px;}
.minicart-items .product-item-details {padding-left: 88px;}
.minicart-items .product-item-details .details-qty {margin-top: 10px;}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {margin: 5px 0;}
.minicart-items .product-item-details .price {font-size: 1em; font-weight: inherit;} */

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
	content: ": ";
}

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.paypal-review-discount .block>.title {
	border-top: 1px solid #ccc;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	padding: 10px 40px 10px 15px;
	display: block;
	text-decoration: none;
}

.minicart-items .product .toggle {
	border: 0;
	padding: 0 40px 5px 0;
}

.minicart-items .subtitle {
	display: none;
}

.minicart-items .item-options dt {
	text-align: left;
}

.block-minicart .product.options.list {
	padding: 12px;
	background: #f5f5f5;
}


.block-minicart .items-total {
	float: left;
	margin: 0 10px;
	display: none;
}

.block-minicart .items-total .count {
	font-weight: 700;
}

.block-minicart .subtotal {
	margin: 0 -20px 20px;
	/*  padding: 1.5em 25px 0; border-top: solid 1px #ddd; */
	text-align: center;
}

/* .block-minicart .amount .price-wrapper:first-child .price {font-size: 18px; font-weight: 700;} */
.block-minicart .subtitle {
	display: none;
}

.block-minicart .subtotal .label,
.block-minicart .subtotal .price-container {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	vertical-align: middle;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 2em;
	color: #222;
}

.block-minicart .subtotal .price-container .price {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.block-minicart .subtitle.empty {
	display: block;
	font-size: 14px;
	padding: 30px 0 20px;
	text-align: center;
}

.block-minicart .text.empty {
	text-align: center;
}

.block-minicart .block-content>.actions {
	margin-top: 15px;
}

/* .block-minicart .block-content > .actions > .secondary {text-align: center;}
.block-minicart .block-content > .actions > .primary {margin: 0 10px 15px;} */
.minicart-wrapper .actions div.primary,
.minicart-wrapper .actions div.secondary {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}

.minicart-wrapper .actions .btn {
	display: block;
}

.minicart-wrapper .actions .primary {
	float: right;
}

.block-minicart .block-content>.actions .paypal-logo {
	margin-top: 15px;
	text-align: center;
}

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
	margin: 15px 0 0;
	text-align: center;
}

.minicart-wrapper {
	display: inline-block;
	float: right;
	position: relative;
}

.minicart-wrapper:before,
.minicart-wrapper:after {
	content: '';
	display: table;
}

.minicart-wrapper:after {
	clear: both;
}

.minicart-wrapper .action.showcart {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.minicart-wrapper .action.showcart.active {
	display: inline-block;
	text-decoration: none;
}

.minicart-wrapper .block-minicart {
	background: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	display: none;
	list-style: none none;
	margin: 0;
	margin-top: 4px;
	min-width: 100%;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 100;
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.minicart-wrapper .block-minicart:before {
	border: 6px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
}

.minicart-wrapper .block-minicart:after {
	border: 7px solid;
	border-color: transparent transparent #bbb transparent;
	z-index: 98;
}

.minicart-wrapper .block-minicart:before {
	left: 10px;
	top: -12px;
}

.minicart-wrapper .block-minicart:after {
	left: 9px;
	top: -14px;
}

.minicart-wrapper.active {
	overflow: visible;
}

.minicart-wrapper.active .block-minicart {
	display: block;
}

.minicart-wrapper .block-minicart {
	padding: 25px 20px;
	right: 0;
	width: 320px;
}

.minicart-wrapper .block-minicart .block-title {
	display: none;
}

.minicart-wrapper .block-minicart:after {
	left: auto;
	right: 25px;
}

.minicart-wrapper .block-minicart:before {
	left: auto;
	right: 26px;
}

.minicart-wrapper .product .actions {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
	display: block;
	width: auto;
}

.minicart-wrapper .action.close {
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	/* display: inline-block; */
	display: none;
	font-weight: 400;
	height: 40px;
	line-height: inherit;
	margin: 0;
	moz-box-sizing: content-box;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-shadow: none;
	top: 0;
	width: 40px;
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
	background: none;
	border: none;
}

.minicart-wrapper .action.close:hover {
	background: none;
	border: none;
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

.minicart-wrapper .action.close>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-wrapper .action.close:before {
	color: #8f8f8f;
	content: '\f00d';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: top;
}

.minicart-wrapper .action.close:hover:before {
	color: inherit;
}

.minicart-wrapper .action.close:active:before {
	color: inherit;
}

.minicart-wrapper .action.showcart {
	white-space: nowrap;
}

.minicart-items {
	list-style: none none;
	margin: 0;
	padding: 0;
	height: auto !important;
}

.minicart-items .product-item {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.minicart-items .product-item:first-child {
	padding-top: 0;
}

.minicart-items .product-item-pricing .label {
	display: none;
	width: 4.5rem;
}

.minicart-items .price-minicart {
	margin-bottom: 5px;
}

.minicart-items .product-item-name {
	font-weight: 400;
	margin: 0 12px 10px 0;
	display: block;
}

.minicart-items .product-item-details {
	padding-left: 88px;
	position: relative;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
	margin: 5px 0;
}

.minicart-items .product-item-details .weee[data-label] {
	font-size: 1.1rem;
}

.minicart-items .product-item-details .details-qty {
	margin-top: 5px;
	float: left;
}

.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
	float: left;
}

.minicart-items .product .toggle {
	border: 0;
	padding: 0 40px 5px 0;
}

.minicart-items .product .toggle:after {
	color: #8f8f8f;
	margin: 0 0 0 5px;
	position: static;
}

.minicart-items .product .active>.toggle:after {
	content: '\e621';
}

.minicart-items .product.pricing {
	margin-top: 3px;
}

.minicart-items .product.options .tooltip.toggle {
	display: inline-block;
	text-decoration: none;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle:after {
	color: inherit;
	content: '\e622';
	display: inline-block;
	font-family: 'luma-icons';
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: -3px 0 0 7px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
}

.minicart-items .product.options .details {
	display: none;
}

.minicart-items .item-qty {
	margin-right: 10px;
	text-align: center;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.minicart-items .update-cart-item {
	font-size: 1.1rem;
	display: inline-block;
	vertical-align: middle;
}

.minicart-items .subtitle {
	display: none;
}

.minicart-items .action.edit,
.minicart-items .action.delete {
	display: inline-block;
	text-decoration: none;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
	color: #aaa;
	content: '\f040';
	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;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
	color: #ff1341;
}

.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
	color: #ff1341;
}

.minicart-items .action.delete:before {
	content: '\f00d';
}


.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
	position: absolute;
	right: 20px;
	top: 10px;
}

.abs-toggling-title:after,
.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	line-height: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 3px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.minicart-items .product .active>.toggle:after {
	content: '\f106';
}

.minicart-items .product .toggle:after {
	color: #8f8f8f;
	margin: 0 0 0 5px;
	position: static;
}


.checkout-payment-method .payment-method-title {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin: 0;
	font-family: 'Open Sans';
	font-size: 1.16em;
	color: #222;
}

.checkout-payment-method .step-title {
	margin-bottom: 1em;
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
	border-top: 0;
}

.checkout-payment-method .payment-method._active .payment-method-content {
	display: block;
}

.checkout-payment-method .payment-method-title {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin: 0;
	font-family: 'Open Sans';
	font-size: 1.16em;
	color: #222;
}

.checkout-payment-method .payment-method-title .payment-icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.checkout-payment-method .payment-method-title .action-help {
	display: inline-block;
	margin-left: 5px;
}

.checkout-payment-method .payment-method-content {
	display: none;
	padding: 0 0 20px;
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
	margin: 0 0 20px;
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
	max-width: 500px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
	margin: 0 0 10px;
}

.checkout-payment-method .payment-method-billing-address {
	margin: 0 0 20px;
}

.checkout-payment-method .payment-method-billing-address input[type="checkbox"] {
	margin-top: 0;
}

.checkout-payment-method .payment-method-billing-address .primary .action-update {
	margin-right: 0;
}

.checkout-payment-method .payment-method-billing-address .billing-address-details {
	line-height: 27px;
	padding: 0;
}

.checkout-payment-method .payment-method-billing-address .billing-address-details .btn {
	line-height: normal;
}

.checkout-payment-method .payment-method-note+.payment-method-billing-address {
	margin-top: 20px;
}

.checkout-payment-method .payment-method-iframe {
	background-color: transparent;
	display: none;
	width: 100%;
}

.checkout-payment-method .no-payments-block {
	margin: 20px 0;
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
	content: '\f106';
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
	cursor: pointer;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
	display: none;
}

.checkout-payment-method .payment-option-title {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
	color: #222;
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans';
}

.checkout-payment-method .payment-option-title .action-toggle:after {
	color: #8f8f8f;
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	line-height: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 0 10px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
	color: #333;
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
	color: #8f8f8f;
}

.checkout-payment-method .payment-option-content {
	padding: 0 0 20px;
}

.checkout-payment-method .payment-option-inner {
	margin: 0 0 20px;
}

.checkout-payment-method .credit-card-types {
	padding: 0;
}

.checkout-payment-method .credit-card-types .item {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: top;
}

.checkout-payment-method .credit-card-types .item._active {
	font-weight: 700;
}

.checkout-payment-method .credit-card-types .item._active img {
	filter: grayscale(0%);
	filter: none;
	webkit-filter: grayscale(0%);
}

.checkout-payment-method .credit-card-types .item._inactive {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.checkout-payment-method .credit-card-types .item span {
	display: inline-block;
	padding-top: 6px;
	vertical-align: top;
}

.checkout-payment-method .credit-card-types img {
	filter: gray;
	filter: grayscale(100%);
	webkit-filter: grayscale(100%);
	webkit-transition: all .6s ease;
}

.checkout-payment-method .ccard .fields>.year {
	padding-left: 5px;
}

.checkout-payment-method .ccard .fields .select {
	padding-left: 5px;
	padding-right: 5px;
}

.checkout-payment-method .ccard .month .select {
	width: 140px;
}

.checkout-payment-method .ccard .year .select {
	width: 80px;
}

.checkout-payment-method .ccard .number .input-text {
	width: 225px;
}

.checkout-payment-method .ccard>.field.cvv>.control {
	display: inline-block;
	padding-right: 20px;
}

.checkout-payment-method .ccard .cvv .label {
	display: block;
}

.checkout-payment-method .ccard .cvv .input-text {
	width: 55px;
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
	width: auto !important;
}

.checkout-payment-method .payment-method-content .actions-toolbar {
	text-align: right;
}

.checkout-agreements-block {
	margin-bottom: 20px;
}

.checkout-agreements-block .action-show {
	vertical-align: baseline;
}

.checkout-agreements-items {
	padding-bottom: 30px;
}

.checkout-agreements-items .checkout-agreements-item {
	margin-bottom: 20px;
}

.checkout-agreements-items .checkout-agreements-item-title {
	border-bottom: 0;
}

.checkout-agreement-item-content {
	overflow: auto;
}

/* .cart-totals, */
.totals-inner {
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 22px 30px;
}

.totals-inner .block-title {
	padding: 0;
}

.opc-block-summary .table-totals {
	/* border-top: 1px solid #ccc; */
	padding-top: 10px;
	border: none;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
	border: none;
	font-weight: 400;
	padding: 6px 0;
	background: none;
	font-size: .91em;
}

.cart-totals .price,
.opc-block-summary .table-totals .price {
	font-size: .91em;
	font-weight: inherit;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
	border: none;
	font-weight: 400;
	padding: 6px 0 6px 14px;
	text-align: right;
	white-space: nowrap;
}

.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
	padding: 9px 0;
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
	display: inline-block;
	font-weight: bold;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
	border-top: 1px dotted #eee;
	font-weight: bold;
	color: #222;
}

.cart-totals .grand .mark strong {
	font-weight: bold !important;
	color: #222;
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
	border-top: 1px dotted #eee;
	font-weight: bold;
	border-bottom: none;
}

.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
	margin-bottom: 10px;
}

/* .cart-totals tbody tr:last-child td, */
.opc-block-summary .table-totals tbody tr:last-child td {
	padding: 9px 0;
}

.opc-block-summary .table-totals tbody td.grandtotal {
	text-align: right;
}

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: pointer;
}

.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
	display: inline-block;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}

.abs-sidebar-totals .totals-tax-summary .amount .price>span,
.cart-totals .totals-tax-summary .amount .price>span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
	color: inherit;
	content: '\e622';
	display: inline-block;
	font-family: 'luma-icons';
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: middle;
	webkit-font-smoothing: antialiased;
}

.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
	position: absolute;
	right: 3px;
	top: 3px;
}

.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
	border-bottom: 0;
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
	content: '\e621';
}

.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
	border-bottom: 1px solid #ccc;
	display: none;
}

.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
	display: table-row;
}

.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
	margin-bottom: 0;
}

.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
	color: #1979c3;
	font-weight: 400;
}

.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}

.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin: 0 0 0 -1px;
	white-space: nowrap;
	width: auto;
}

.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
	bottom: 5px;
	left: 15px;
	position: absolute;
}

.paypal-review-discount .action.check,
.cart-discount .action.check {
	font-weight: 400;
}

.paypal-review-discount .fieldset,
.cart-discount .fieldset {
	display: table;
	width: 100%;
}

.paypal-review-discount .fieldset>.field>.label,
.cart-discount .fieldset>.field>.label {
	display: none;
}

.paypal-review-discount .field,
.cart-discount .field {
	display: table-cell;
}

.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.items {
	margin: 0;
	padding: 0;
	list-style: none none;
}

.opc-summary-wrapper .modal-header {
	border: none;
	padding: 0;
}

.opc-summary-wrapper .modal-header .action-close {
	display: none;
}

.modal-custom .action-close {
	margin: 25px;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	content: '\f00d';
	color: #8f8f8f;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	line-height: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

/* 404 Page */

html body.cms-no-route .container {
	background: transparent;
}

.cms-no-route .page-title-wrapper {
	display: none;
}

.cms-no-route .footer-topline,
.cms-no-route .footer-second-line .row,
.cms-no-route .footer-bottom-wrapper .pull-right {
	display: none;
}

body.wide-layout.cms-no-route .footer .footer-bottom-wrapper,
body.boxed-layout.cms-no-route .footer .footer-bottom-wrapper .container {
	background: none;
}

.cms-no-route .footer-second-line [class*='indent-'] {
	display: none;
}

.cms-no-route .page-footer {
	position: relative;
}

.cms-no-route .footer-bottom-wrapper {
	text-align: center;
}

.cms-no-route .footer-bottom-wrapper .pull-left {
	float: none !important;
	display: inline-block;
	padding-bottom: 9px;
}

body.wide-layout.cms-no-route .footer .footer-second-line,
body.boxed-layout.cms-no-route .footer .footer-second-line .container {
	padding-top: .75em;
	background: none;
}

.cms-no-route .page-header .right-block .top-block,
.cms-no-route .page-header .header,
.cms-no-route .page-header .header-switcher,
.cms-no-route #sticky-header {
	display: none !important;
}

.cms-no-route .menu-wrapper {
	display: none;
}

.cms-no-route .page-header {
	text-align: center;
}

.cms-no-route .header-wrapper .block-search {
	width: auto;
	margin: 0;
}

.cms-no-route .page-header .right-block .bottom-block,
.cms-no-route .page-header .right-block {
	float: none;
	display: inline-block;
}

.cms-no-route #search_mini_form {
	width: 424px;
	margin: 0;
	background: rgba(255, 255, 255, .2);
	padding: .66em 0;
	border: none;
}

.cms-no-route .page-header .form.minisearch .input-group {
	border: none !important;
	padding: 1.05em 18px;
	max-width: 460px;
	background: rgba(255, 255, 255, .2);
}

.cms-no-route .header-wrapper .block-search .search-autocomplete {
	display: none;
}

.cms-no-route .header-wrapper .block-search .input-group .btn {
	background: none;
	font-size: 12px;
}

.cms-no-route .page-header .form.minisearch button span i {
	font-size: 2.33em;
	color: #fff;
}

.cms-no-route .page-header .form.minisearch input {
	width: 100%;
	border-color: rgba(255, 255, 255, .5);
	border-width: 2px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	padding: 5px 6px;
	margin-left: 5px;
	background: none;
}

.cms-no-route .page-header .form.minisearch input::-webkit-input-placeholder {
	color: #fff;
}

.cms-no-route .page-header .form.minisearch input::-moz-placeholder {
	color: #fff;
}

.cms-no-route .page-header .form.minisearch input:-moz-placeholder {
	color: #fff;
}

.cms-no-route .page-header .form.minisearch input:-ms-input-placeholder {
	color: #fff;
}

.cms-no-route .page-not-found {
	text-align: center;
	padding: 6em 0 10em;
}

.cms-no-route .page-not-found h2 {
	font-size: 25em;
	font-weight: 300;
	letter-spacing: -30px;
	margin-bottom: 0;
	line-height: 1;
	color: #fff;
	font-family: inherit;
}

.cms-no-route .page-not-found h3 {
	font-size: 5em;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: -4px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: inherit;
}

.cms-no-route .page-not-found p {
	font-size: 1.16em;
	line-height: 1.5em;
	margin-bottom: .75em;
	letter-spacing: -.5px;
	font-weight: 300;
	color: #fff;
	font-family: inherit;
}

.cms-no-route .page-not-found .btn {
	display: inline-block;
	margin-top: 2em;
	font-size: 16px;
	letter-spacing: -.5px;
	padding: 0 28px;
	height: 60px;
	line-height: 56px;
	background: none;
	color: #fff;
}

.cms-no-route .page-not-found .btn:hover {
	background-color: #ff1341;
}

.cms-no-route .page-not-found .btn span span {}

.cms-no-route .page-not-found>* {
	position: relative;
}

.cms-no-route .header-wrapper {
	position: relative;
	z-index: 2;
	padding-top: 6em;
}

.cms-no-route .page-not-found .not-found-bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.cms-no-route #footer .footer-links li:before {
	display: inline-block;
	margin-top: -2px;
}

.cms-no-route~#sticky-header {
	display: none !important;
}

body.cms-no-route .container_12 {
	background: none !important
}

/* Carousel ============================================================================== */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel.row,
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	list-style: none;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

#custom-slider.owl-carousel {
	cursor: move;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* preloading images */
.product-img-box .loading .product-image,
.owl-item.loading .image-box,
.product-image.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

#wishlist-slider .owl-item.loading .product-image {
	min-height: 60px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

/* mouse grab icon */
.grabbing {
	cursor: url(../images/grabbing.png) 8 8, move;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	line-height: 1;
}

.owl-theme .owl-controls .owl-page span {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	margin: 0 9px;
	background: rgba(0, 0, 0, .15);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	vertical-align: middle;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	width: 10px;
	height: 8px;
	margin: 0px 10px 0;
	position: relative;
	top: 2px;
	background: rgba(0, 0, 0, .15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #2991d6;
}

.owl-theme .owl-controls .owl-page.active span:after,
.owl-theme .owl-controls.clickable .owl-page:hover span:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #2991d6;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%);
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%);
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}

	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%);
	}
}

@-webkit-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0);
	}
}

@-moz-keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0);
	}
}

@keyframes backSlideIn {

	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%);
	}

	75% {
		opacity: .5;
		transform: translateZ(-500px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0);
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8);
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8);
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8);
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%);
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%);
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5);
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5);
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5);
	}
}

/* Light box */


.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.modal-open {
	overflow: hidden;
}

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

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

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-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;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

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

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

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

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

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

.modal-body {
	position: relative;
	padding: 15px;
}

.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 {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

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

.ekko-lightbox .modal-dialog {
	z-index: 9999;
}

.modal-open .modal.ekko-lightbox {
	z-index: 99999;
}

.modal-open .modal.ekko-lightbox .modal-header {
	padding: 0;
	min-height: 0;
	border: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.modal-open .modal.ekko-lightbox .modal-header .close {
	font-size: 0;
	display: inline-block;
	position: relative;
	top: 12px;
	right: 12px;
	float: right;
	opacity: 1;
	background: none;
	border: none;
}

.modal-open .modal.ekko-lightbox .modal-header .close:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
	color: #666;
}

.modal-open .modal.ekko-lightbox .modal-header .close:hover:before {
	color: #ff1341;
}

.modal-open .modal.ekko-lightbox .modal-footer {
	border-top: none;
	padding-top: 0;
	text-align: center;
	font-weight: 700;
}

.ekko-lightbox-container {
	position: relative;
}

.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	padding-top: 45%;
	color: #fff;
	opacity: 0;
	position: absolute;
	margin-top: -20px;
}

.ekko-lightbox-nav-overlay a.prev {
	left: 0;
	text-align: left;
}

.ekko-lightbox-nav-overlay a.next {
	right: 0;
	text-align: right;
}

.ekko-lightbox-nav-overlay a i {
	font-size: 28px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #777;
}

.ekko-lightbox-nav-overlay a i:hover {
	background-color: #ff1341;
}

.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}

.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}

.ekko-lightbox .modal-footer {
	text-align: left;
}

.product-image:hover .lightbox-button.active {
	opacity: 1;
	z-index: 9999;
}

/* Contact Page =========================================================================== */
.form.contact textarea {
	height: 12em;
}

.form.contact .actions-toolbar .primary {
	float: right;
}

.map-body {
	position: relative;
}

.map-container {
	margin-bottom: 1.5em;
}

.map-container .map-wrapper {
	width: 100%;
	margin-bottom: 0;
	height: 460px;
}

.map-wrapper img {
	max-width: none;
}

.map-container .map-block {
	background: #fff;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}

.map-container .map-block .indent {
	padding: 0.5em 12px 1.16em 20px;
}

.map-container .map-block.left-top {
	top: 40px;
	left: 40px;
}

.map-container .map-block.right-top {
	top: 40px;
	right: 40px;
}

.map-container .map-block.left-bottom {
	bottom: 40px;
	left: 40px;
}

.map-container .map-block.right-bottom {
	bottom: 40px;
	right: 40px;
}

.map-container .map-block p {
	margin-top: 0.6em;
}

.map-container .map-block a {
	color: #888;
}

.map-container .map-block a:hover {
	text-decoration: underline;
}


body.wide-layout .content-inner .footer-topline,
body.boxed-layout .content-inner .footer-topline .container {
	background-color: #FFF;
	padding-bottom: 3rem;
	padding-top:3rem;
	border-bottom: solid 1px #ddd;
	padding-left: 0;
	padding-right: 0;
}

.content-inner .footer-topline p {
	color: #666;
}

.content-inner .footer-topline .footer-block-title {
	margin-bottom: 1.5em;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.content-inner .footer-topline .footer-block-title h5 {
	display: block;
	font-size: 2em;
	line-height: 1.5em;
	color: #222;
	padding-right: 13px;
	font-weight: 400;
	margin-bottom: 0;
	vertical-align: middle;
}

/* Footer ================================================================================ */
.footer {
	padding: 0;
}

body.wide-layout .footer .footer-topline,
body.boxed-layout .footer .footer-topline .container {
	background-color: #FFF;
	padding-bottom: 4.5em;
	border-bottom: solid 1px #ddd;
}

.footer .footer-topline p {
	color: #666;
}

.footer .footer-topline .footer-block-title {
	margin-bottom: 1.5em;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.footer .footer-topline .footer-block-title h5 {
	display: block;
	font-size: 2em;
	line-height: 1.5em;
	color: #222;
	padding-right: 13px;
	font-weight: 400;
	margin-bottom: 0;
	vertical-align: middle;
}

.footer .custom-footer-content.features i {
	font-size: 1.16em;
	color: #aaa;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	border: solid 1px #eee;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.footer .custom-footer-content.features i:hover {
	background-color: #f5f5f5;
}

.footer .custom-footer-content.features li {
	margin-bottom: 1.5em;
}

.footer .custom-footer-content.features li>div {
	display: inline-block;
	width: 81%;
}

.footer .custom-footer-content.features li>div h3 {
	font-size: 1.333em;
	color: #222;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 0;
}

.footer .footer-second-line .custom-footer-content.features li>div h3 {
	color: #fff;
}

.footer .footer-second-line .custom-footer-content.features li>div p {
	color: #aaa;
}

.footer .footer-bottom-wrapper .custom-footer-content.features li>div h3,
.footer .footer-bottom-wrapper .custom-footer-content.features li>div p {
	color: #aaa;
}

.footer .custom-footer-content.features li>div p {
	color: #666;
	margin: 0;
}

.footer ul {
	list-style: none !important;
}

.footer .container {
	background: none;
}

.footer ul.links li {
	border-top: solid 1px #eee;
	position: relative;
}

.footer ul.links li:hover:after {
	width: 100%;
}

.footer ul.links li:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	transition: width .5s ease;
}

.footer ul.links li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.footer ul.links li:first-child {
	border-top: none;
}

.footer ul.links li a {
	display: block;
	font-size: 1em;
	color: #666;
	padding: 10px 0;
	position: relative;
	z-index: 9;
}

.footer .switcher .options .action.toggle {
	padding: 2px 15px;
	color: #aaa;
	font-size: .91em;
	border: solid 1px #3e3e3e;
	background: none;
	min-width: 100px;
}

.footer .switcher .options ul.dropdown {
	top: auto;
	bottom: 100%;
	margin: 0 0 4px;
}

.footer .switcher .options ul.dropdown:before {
	top: auto;
	bottom: -12px;
	border-color: #fff transparent transparent transparent;
}

.footer .switcher .options ul.dropdown:after {
	top: auto;
	bottom: -14px;
	border-color: #bbb transparent transparent transparent;
}

.footer .footer-topline .footer-links ul li a {
	color: #666666;
}

.footer .footer-topline .footer-links li a:hover {
	background-color: #F5F5F5;
}

.footer .block-tags .block-title {
	display: none;
}

.footer .block-tags .tags-list li {
	display: inline-block;
	margin-bottom: 2px;
}

.footer .block-tags .tags-list li a {
	font-size: .91em !important;
	color: #888;
	border: solid 1px #ddd;
	display: inline-block;
	padding: .5em 10px;
}

.footer button.button {
	background-color: #FFF;
}

.footer .footer-second-line .block-tags .tags-list li a,
.footer .footer-bottom-wrapper .block-tags .tags-list li a {
	border-color: #888;
}

.footer .block-tags .tags-list li a:hover {
	color: #7d7d7d;
}

.footer .block-tags .actions {
	display: none;
}

.footer .block-tags .actions a {
	border: solid 4px #eee;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	font-size: .75em;
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 18px;
}

.footer .block-tags .actions a:hover {
	color: #222;
}

.row.text-blocks-wrapper {
	margin-top: 30px;
}

body.wide-layout .footer .footer-second-line,
body.boxed-layout .footer .footer-second-line .container {
	background-color: #ffffff;
	padding-bottom: 0.75em;
}

.footer .footer-second-line {
	padding-top: 10px;
}

.footer .footer-second-line .footer-block-title {
	padding-bottom: .75em;
	width: 100%;
	overflow: hidden;
}

.footer .footer-second-line .footer-block-title h5 {
	font-size: 1.5em;
	color: #222;
	margin-bottom: 0;
	display: block;
	float: left;
	vertical-align: middle;
	padding-right: 13px;
	font-weight: normal;
}

.footer .footer-second-line .footer-block-title .right-divider {
	display: block;
	float: left;
	vertical-align: middle;
	border-bottom: solid 4px #393939;
	margin-top: .75em;
}

.footer .footer-second-line .footer-logo {
	padding-top: 4px;
	display: inline-block;
	margin-bottom: 10px;
	width: 150px
}

.footer .footer-second-line ul.links li {}

.footer .footer-second-line ul.links li a {
	color: #aaa;
}

.footer .footer-second-line ul.links li:after {}

.footer .footer-second-line ul.links li a:hover {
	color: #777777;
}

.footer .footer-address-block {
	position: relative;
	z-index: 2;
	font-family: 'Open Sans';
}

.footer .footer-address-block p {
	font-size: 1.16em;
	line-height: 1.57em;
	color: #222;
	font-weight: 300;
	margin-bottom: 1em;
}

.footer .footer-address-block p a {
	color: #222;
}

.footer .footer-links {
	padding: 10px 0;
}

.footer .footer-links li {
	display: inline-block;
}

.footer .footer-links li a {
	color: #aaa;
	font-size: .83em;
	padding: 5px 7px;
}

.footer .footer-bottom-wrapper .footer-links li a:hover,
.footer .footer-bottom-wrapper ul.links li:after,
.footer .footer-links li a:hover {
	color: #000;
	text-decoration: underline;
}

.footer .footer-bottom-wrapper ul.links li {}

.footer .footer-links li:before {
	content: "\00B7";
	font-size: 2em;
	line-height: 0;
	vertical-align: middle;
	font-family: Arial, sans-serif;
}

.footer .footer-links li:first-child:before {
	content: none;
}

.footer p {
	text-align: left;
}

.footer address {
	font-size: .91em;
	color: #aaa;
	line-height: 1.7em;
	margin: 10px 0;
}

.footer address a {
	color: #aaa;
}

.footer .footer-columns-block.indent {
	padding-top: 6em;
}

.footer .switcher-store {
	display: inline-block;
	margin-right: 0;
	margin-left: 60px;
	margin-top: -2px;
}

.footer .store-switcher label {
	display: none;
}

.footer .block-subscribe label {
	display: block;
}

.footer .sbSelector {
	padding: 2px 15px;
	color: #aaa;
	font-size: .91em;
	border: solid 1px #3e3e3e;
	background: none;
	min-width: 100px;
}

.footer .sbOptions {
	top: auto !important;
	bottom: 100% !important;
	background: #fff;
	border: solid 1px #ddd;
	padding: 10px 0;
	right: 0;
	left: auto;
}

.footer .sbOptions li {
	padding: 0;
	margin-top: 0 !important;
	transition: background-color .8s ease;
	-moz-transition: background-color .8s ease;
	-webkit-transition: background-color .8s ease;
	-o-transition: background-color .8s ease;
}

.footer .sbOptions li a {
	line-height: 1.5em;
	padding: .75em 18px;
}

.footer .footer-bg {
	position: absolute;
	top: -2em;
	left: -50px;
	z-index: 0;
}

.footer .footer-bg img {
	max-width: none;
}

.footer .form-language a {
	display: block;
	position: relative;
}

.footer .form-language a.sbToggle {
	display: none;
}

.footer .form-language a.sbSelector {
	top: 0;
}

.footer .footer-bottom-wrapper .sbSelector>span {
	transition: border-top-color 300ms ease;
	-moz-transition: border-top-color 300ms ease;
	-webkit-transition: border-top-color 300ms ease;
	-o-transition: border-top-color 300ms ease;
}

.footer .footer-second-line p a:hover {
	text-decoration: underline;
}

body.wide-layout .footer.default,
body.boxed-layout .footer.default .container {
	background-color: #222;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.footer.default .copyright {
	float: left;
	margin: 3px 0;
	display: block;
}

.footer.default .switcher-store {
	float: right;
	margin: 0;
}

.footer .block.newsletter .title,
.footer .block.newsletter .content .label {
	display: none;
}

.footer .block.newsletter .control {
	margin-bottom: 18px;
}

.footer .block.newsletter input {
	border-color: #3E3E3E;
	background: none;
	height: 37px;
	font-size: 11px;
	color: #aaa;
}

.footer .block.newsletter input::-webkit-input-placeholder {
	color: #aaa;
}

.footer .block.newsletter input::-moz-placeholder {
	color: #aaa;
}

.footer .block.newsletter input:-ms-input-placeholder {
	color: #aaa;
}

.footer .block.newsletter input:-moz-placeholder {
	color: #aaa;
}

.footer-second-line hr.solid,
.footer-second-line hr.dotted .footer-second-line hr.dashed,
.footer-bottom-wrapper hr.solid,
.footer-bottom-wrapper hr.dotted,
.footer-bottom-wrapper hr.dashed {
	border-bottom-color: #444;
}

.footer .footer-bottom-wrapper #contact-form-mini input,
.footer .footer-bottom-wrapper #contact-form-mini textarea,
.footer .footer-second-line #contact-form-mini input,
.footer .footer-second-line #contact-form-mini textarea {
	padding: 5px 0;
	background: none;
	border-color: #3E3E3E;
	text-indent: 5px;
}

.footer .footer-bottom-wrapper #contact-form-mini label,
.footer .footer-second-line #contact-form-mini label {
	color: #aaa;
}

/* Footer Contact Form =================================================================== */
#contact-form-mini .fieldset {
	padding: 0;
	border: none;
}

#contact-form-mini .field {
	margin: 0 0 .75em;
}

#contact-form-mini label {
	float: none;
	display: inline-block;
	font-size: .91em;
	color: #888;
	font-weight: normal;
}

#contact-form-mini input,
#contact-form-mini textarea {
	border-color: #ddd;
	padding: 5px 10px;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
	transition: border-color .8s ease;
	-moz-transition: border-color .8s ease;
	-webkit-transition: border-color .8s ease;
	-o-transition: border-color .8s ease;
}

#contact-form-mini textarea {
	height: 60px;
}

#contact-form-mini p.required {
	font-size: .91em;
	text-align: right;
	display: none;
}

#contact-form-mini .actions-toolbar {
	margin: 0;
}

#contact-form-mini button {
	float: none;
	margin: 0;
	width: 100%;
}

#contact-form-mini button span {
	float: none;
	display: block;
}

.footer .footer-bottom-wrapper .footer-block-title h2 {
	display: inline-block;
	font-size: 1.5em;
	margin-bottom: 0;
	padding-right: 13px;
	vertical-align: middle;
	color: #aaa;
}

.footer .footer-bottom-wrapper .footer-block-title .right-divider {
	display: inline-block;
	vertical-align: middle;
	border-bottom: solid 4px #aaa;
	margin-top: .5em;
}

/* footer newsletter */
.footer .block-subscribe .block-title,
.footer .block-subscribe .form-subscribe-header {
	display: none;
}

.footer .footer-second-line .block-subscribe .input-box input,
.footer .footer-bottom-wrapper .block-subscribe .input-box input {
	border-color: #3E3E3E;
	background: none;
}


/* Modals ================================================================== */
body._has-modal {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.modals-overlay {
	z-index: 899;
}

.modal-inner-wrap .modal-header,
.modal-inner-wrap .modal-footer {
	border: none;
}

.modal-inner-wrap .modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

.modal-slide,
.modal-popup {
	bottom: 0;
	left: 0;
	min-width: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
	visibility: visible;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
	background-color: #fff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
	opacity: 1;
	pointer-events: auto;
}

.modal-slide {
	left: 44px;
	z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
	overflow-y: visible;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
	overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
	margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
	padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
	padding-bottom: 2.1rem;
	padding-top: 2.1rem;
}

.modal-popup {
	left: 0;
	overflow-y: auto;
	z-index: 900;
}

.modal-popup._show .modal-inner-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-popup.confirm .modal-inner-wrap {
	width: 100%;
	max-width: 400px;
}

.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}

.modal-popup._inner-scroll {
	overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
	overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
	max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
	max-height: none;
}

.modal-popup._inner-scroll .modal-content {
	overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
	padding-left: 3rem;
	padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-popup .modal-header {
	padding-bottom: 1.2rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer {
	margin-top: auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
	text-align: right;
}

@media (max-width: 768px) {
	.modal-popup.modal-slide {
		left: 44px;
		z-index: 900;
	}

	.modal-popup.modal-slide._show .modal-inner-wrap {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.modal-popup.modal-slide .modal-inner-wrap {
		height: 100%;
		overflow-y: auto;
		position: static;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		transition-duration: .3s;
		-webkit-transition-property: -webkit-transform, visibility;
		transition-property: transform, visibility;
		transition-timing-function: ease-in-out;
		width: auto;
	}

	.modal-popup.modal-slide .modal-inner-wrap {
		margin: 0;
		max-height: none;
	}
}

.fotorama-video-container:after {
	background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
	bottom: 0;
	content: '';
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 12px;
	width: 100px;
}

.fotorama-video-container .magnify-lens {
	display: none !important;
}

.fotorama-video-container.video-unplayed:hover img {
	opacity: 0.6;
}

.fotorama-video-container.video-unplayed:hover:after {
	transform: scale(1.25);
}

.video-thumb-icon:after {
	background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
	bottom: 0;
	content: '';
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 49px;
}

.product-video {
	height: 75%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
}

.product-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
	.product-video {
		height: 100%;
		width: 81%;
	}
}

.fotorama__arr.hidden-video {
	z-index: -1 !important;
}

.fotorama__video-close {
	bottom: 89%;
	top: auto;
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
	bottom: 0;
	content: '';
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 12px;
	width: 100px;
}

.block-wishlist-search .form-wishlist-search {
	margin: 20px 0 0;
}







.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
	right: -10px;
	top: 40px;
	left: auto;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	margin-top: -21px;
	right: 10px;
	left: auto;
	top: 0%;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
	border-bottom-color: #999;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border-bottom-color: #f4f4f4;
	top: 1px;
}


body._has-modal {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.modals-overlay {
	z-index: 899;
}

.modal-slide,
.modal-popup {
	bottom: 0;
	left: 0;
	min-width: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
	visibility: visible;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
	background-color: #fff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
	opacity: 1;
	pointer-events: auto;
}

.modal-slide {
	left: 44px;
	z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
	overflow-y: visible;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
	overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
	margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
	padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
	padding-bottom: 2.1rem;
	padding-top: 2.1rem;
}

.modal-popup {
	left: 0;
	overflow-y: auto;
	z-index: 900;
}

.modal-popup._show .modal-inner-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
	box-sizing: border-box;
	height: auto;
	left: 0;
	margin: 5rem auto;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 75%;
}

.modal-popup._inner-scroll {
	overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
	overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
	max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
	max-height: none;
}

.modal-popup._inner-scroll .modal-content {
	overflow-y: auto;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
	padding-left: 3rem;
	padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-popup .modal-header {
	padding-bottom: 1.2rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer {
	margin-top: auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
	text-align: right;
}

@media (max-width: 768px) {
	.modal-popup.modal-slide {
		left: 44px;
		z-index: 900;
	}

	.modal-popup.modal-slide._show .modal-inner-wrap {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.modal-popup.modal-slide .modal-inner-wrap {
		height: 100%;
		overflow-y: auto;
		position: static;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		transition-duration: .3s;
		-webkit-transition-property: -webkit-transform, visibility;
		transition-property: transform, visibility;
		transition-timing-function: ease-in-out;
		width: auto;
	}

	.modal-popup.modal-slide .modal-inner-wrap {
		margin: 0;
		max-height: none;
	}
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
	background: none;
	border: none;
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
	background: none;
	border: none;
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .5;
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	background: none;
	background-image: none;
	border: 0;
	box-shadow: none;
	display: inline-block;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	moz-box-sizing: content-box;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	width: 40px;
	font-family: 'FontAwesome';
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
	color: inherit;
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
	color: inherit;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
	color: #1a1a1a;
}

.modal-custom .action-close {
	margin: 25px;
}

.modal-popup .modal-title {
	border-bottom: 1px solid #c1c1c1;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 26px;
	margin-bottom: 0;
	min-height: 1em;
	word-wrap: break-word;
}

.modal-slide .page-main-actions {
	margin-top: 2.1rem;
	margin-bottom: -12.9rem;
}

.modals-overlay {
	background-color: rgba(51, 51, 51, 0.55);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

body._has-modal-custom .modal-custom-overlay {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 899;
}





/* tooltip */

.shipping-policy-block.field-tooltip .field-tooltip-action span {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.minicart-items .product.options .tooltip.toggle {
	display: inline-block;
	text-decoration: none;
}

.minicart-items .product.options .tooltip.toggle>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.minicart-items .product.options .tooltip.toggle:after {
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 12px;
	color: inherit;
	content: '\e622';
	font-family: 'luma-icons';
	margin: -3px 0 0 7px;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.field-tooltip {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 1px;
}

.field-tooltip._active {
	z-index: 100;
}

.field-tooltip._active .field-tooltip-content {
	display: block;
}

.field-tooltip._active .field-tooltip-action:before {
	color: #333;
}

.field-tooltip .field-tooltip-action {
	display: inline-block;
	text-decoration: none;
}

.field-tooltip .field-tooltip-action>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.field-tooltip .field-tooltip-action:before {
	-webkit-font-smoothing: antialiased;
	font-size: 21px;
	line-height: inherit;
	color: #bbb;
	content: '\e623';
	font-family: 'luma-icons';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.field-tooltip .field-tooltip-action:hover:before {
	color: #333;
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
	z-index: 100;
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
	display: block;
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
	color: #333;
}

.field-tooltip .field-tooltip-content {
	background: #f4f4f4;
	border: 1px solid #999;
	border-radius: 1px;
	font-size: 14px;
	padding: 12px;
	width: 270px;
	display: none;
	left: 38px;
	position: absolute;
	text-transform: none;
	top: -9px;
	word-wrap: break-word;
	z-index: 2;
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	border-right-color: #f4f4f4;
	left: -21px;
	top: 12px;
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
}

.field-tooltip .field-tooltip-content:before {
	border-right-color: #666;
}

.field-tooltip .field-tooltip-content:after {
	border-right-color: #f4f4f4;
	width: 1px;
	z-index: 4;
}

.shipping-policy-block.field-tooltip {
	top: 12px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
	color: #1979c3;
	cursor: pointer;
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
	display: none;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
	width: 420px;
	top: 30px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action span {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
	right: -10px;
	top: 40px;
	left: auto;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	margin-top: -21px;
	right: 10px;
	left: auto;
	top: 0%;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
	border-bottom-color: #666;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
	border-bottom-color: #f4f4f4;
	top: 1px;
}



.tooltip.wrapper {
	position: relative;
}

.tooltip.wrapper .tooltip.content {
	background: #fff;
	max-width: 360px;
	min-width: 210px;
	padding: 12px 16px;
	z-index: 100;
	display: none;
	position: absolute;
	text-align: left;
	color: #333;
	line-height: 1.4;
	border: 1px solid #bbb;
	margin-top: 5px;
	left: 0;
	top: 100%;
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
	border: solid transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
}

.tooltip.wrapper .tooltip.content:after {
	border-width: 5px;
	border-color: transparent;
}

.tooltip.wrapper .tooltip.content:before {
	border-width: 6px;
	border-color: transparent;
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
	bottom: 100%;
}

.tooltip.wrapper .tooltip.content:after {
	border-bottom-color: #fff;
	left: 15px;
	margin-left: -5px;
}

.tooltip.wrapper .tooltip.content:before {
	border-bottom-color: #bbb;
	left: 15px;
	margin-left: -6px;
}

.tooltip.wrapper .tooltip.toggle {
	cursor: help;
}

.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
	display: block;
}

.tooltip.wrapper .tooltip.content dl {
	margin-bottom: 0;
}

.tooltip.wrapper .tooltip.content dd {
	white-space: normal;
}

.tooltip.wrapper .tooltip.content .subtitle {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}

.tooltip.wrapper .tooltip.content .label {
	margin-top: 10px;
}

.tooltip.wrapper .tooltip.content .label:first-child {
	margin-top: 0;
}

.tooltip.wrapper .tooltip.content .values {
	margin: 0;
}

.ui-tooltip {
	position: absolute;
	z-index: 9999;
}


.field .tooltip {
	position: relative;
}

.field .tooltip .tooltip-content {
	background: #fff;
	max-width: 360px;
	min-width: 210px;
	padding: 12px 16px;
	z-index: 100;
	display: none;
	position: absolute;
	text-align: left;
	color: #333;
	line-height: 1.4;
	border: 1px solid #bbb;
	margin-left: 5px;
	left: 100%;
	top: 0;
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
	border: solid transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
}

.field .tooltip .tooltip-content:after {
	border-width: 5px;
	border-color: transparent;
}

.field .tooltip .tooltip-content:before {
	border-width: 6px;
	border-color: transparent;
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
	right: 100%;
}

.field .tooltip .tooltip-content:after {
	border-right-color: #fff;
	margin-top: -5px;
	top: 15px;
}

.field .tooltip .tooltip-content:before {
	border-right-color: #bbb;
	margin-top: -6px;
	top: 15px;
}

.field .tooltip .tooltip-toggle {
	cursor: help;
}

.field .tooltip .tooltip-toggle:hover+.tooltip-content,
.field .tooltip .tooltip-toggle:focus+.tooltip-content,
.field .tooltip:hover .tooltip-content {
	display: block;
}

.field .tooltip .tooltip-content {
	min-width: 200px;
	white-space: normal;
}

input:focus~.tooltip .tooltip-content,
select:focus~.tooltip .tooltip-content {
	display: block;
}

.control._with-tooltip {
	position: relative;
	padding-right: 40px;
}

.field-tooltip {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 1px;
}

.field-tooltip._active {
	z-index: 100;
}

.field-tooltip._active .field-tooltip-content {
	display: block;
}

.field-tooltip._active .field-tooltip-action:before {
	color: #333;
}

.field-tooltip .field-tooltip-action {
	display: inline-block;
	text-decoration: none;
}

.field-tooltip .field-tooltip-action>span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.field-tooltip .field-tooltip-action:before {
	content: '\f059';
	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;
	font-size: 18px;
	padding: 5px;
}

.field-tooltip .field-tooltip-action:hover:before {
	color: #333;
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
	z-index: 100;
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
	display: block;
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
	color: #333;
}

.field-tooltip .field-tooltip-content {
	background: #fff;
	border: 1px solid #999;
	border-radius: 1px;
	font-size: 14px;
	padding: 12px;
	width: 270px;
	display: none;
	left: 38px;
	position: absolute;
	text-transform: none;
	top: -9px;
	word-wrap: break-word;
	z-index: 2;
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
	border: 10px solid transparent;
	height: 0;
	width: 0;
	border-right-color: #999;
	left: -21px;
	top: 12px;
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
}

.field-tooltip .field-tooltip-content:before {
	border-right-color: #999;
}

.field-tooltip .field-tooltip-content:after {
	border-right-color: #999;
	width: 1px;
	z-index: 4;
}

.shipping-policy-block.field-tooltip {
	top: 12px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
	color: #1979c3;
	cursor: pointer;
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
	display: none;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
	width: 420px;
	top: 30px;
}

.ui-tooltip {
	border: 1px solid #bbb;
	background: #fff;
	padding: 10px;
}

@media only screen and (max-width: 479px) {

	/* 	.minicart-wrapper .block-minicart {width: 290px;} */
	.modal-popup .field-tooltip .field-tooltip-content {
		width: 200px;
	}
}


.shipping-policy-block.field-tooltip {
	margin-bottom: 20px;
	position: relative;
	right: auto;
	top: auto;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
	width: 300px;
	right: auto;
}

.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
	right: auto;
}

.page-multiple-wishlist .products-grid.wishlist .product-item-name,
.page-multiple-wishlist .products-grid.wishlist .product-item-description,
.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
	margin-left: 115px;
}


.load.indicator {
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 9999;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	position: absolute;
}

.load.indicator:before {
	background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
	border-radius: 5px;
	height: 160px;
	width: 160px;
	bottom: 0;
	box-sizing: border-box;
	content: '';
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.load.indicator>span {
	display: none;
}

.loading-mask {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader>img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.loading-mask .loader>p {
	display: none;
}

body>.loading-mask {
	z-index: 9999;
}

._block-content-loading {
	position: relative;
}

.cms-index-index .product-image-photo,
.catalog-category-index .product-image-photo,
.catalog-produvt-view .product-image-photo {
	/*width: 330px;*/
	/*height: 330px !important;*/
}

.cart-summary {
	width: 25%;
	float: right;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 25px;
	padding: 15px 15px;
}

.cart-container .form-cart,
.cart-container .cart-gift-item {
	width: 75%;
	float: left;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	padding-right: 4%;
	position: relative;
}

.cart-container .table .product-item-name a {
	font-size: 14px;
}

.checkout-index-index .checkout-payment-method button.checkout {
	border-color: #ff1341;
	background-color: #ff1341;
	color: #fff;
}
.checkout-index-index .checkout-payment-method .payment-method-content p{
	color: #000;
	font-weight: 600;
}

#product-attribute-specs-table .table-caption{
	display: none;
}

.catalog-category-index .product-reviews-summary{
	display: none;
}