/**
 * @package     shopgram
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 * @template_version    1.1
 */


/* Reset ================================================================================= */


/* Fonts */

@font-face {
	font-family: 'montserratlight';
	src: url('../fonts/montserrat-light-webfont.eot');
	src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Tools */

.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

body .no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

body.modal-open,
body.modal-open .modal {
	overflow: visible;
}

body.sidebar-left .col2-left-layout .col-main {
	float: right !important;
}

body.sidebar-right .col2-left-layout aside.sidebar {
	float: right !important;
}

body.sidebar-right .col2-left-layout .col-main {
	float: left!important;
}

body:not(.boxed-layout) .backstretch {
	display: none!important;
}


/* toTop Button */

#toTop {
	z-index: 999;
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
}

#toTopHover i {
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #222;
}

#toTopHover i:hover {
	background-color: #648ec8;
}

#toTop:active,
#toTop:focus {
	outline: none;
}

#toTopHover {
	opacity: 1!important;
}

.main-container {
	padding-bottom: 3em;
}

.cms-index-index .main-container {
	padding-bottom: 0;
}

body h6 {
	font-weight: bold;
}

h2.sub-title {
	font-size: 1.5em;
}

.col-one {
	width: 1px;
}


/* ======================================================================================= */

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

img {
	max-width: 100%;
	width: auto;
}


/* 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,
hr.indent-64,
hr.indent-72,
hr.solid,
hr.dotted,
hr.dashed {
	padding: 0;
	border: none;
	background: none;
	height: 0;
}


/* solid indents */

hr.solid {
	border-bottom: 1px solid #B4B4B4;
	margin: 0;
}


/* dotted indents */

hr.dotted {
	border-bottom: 1px dotted #B4B4B4;
	margin: 0;
}


/* dashed indents */

hr.dashed {
	border-bottom: 1px dashed #B4B4B4;
	margin: 0;
}

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;
}

hr.indent-64 {
	margin: 5.33em 0;
}

hr.indent-72 {
	margin: 6em 0;
}


/* invisible indents */

hr.white-space {
	margin-top: 0;
}


/* mobile indents */

hr.mobile {
	display: none;
}


/* Layout ================================================================================ */

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
}

.main {
	margin: 10px 0;
}

.customer-account-index .main-container {
	padding-bottom: 5em;
}

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


/* 2 Columns Layout */

.col2-left-layout .col-main {
	float: right;
}


/* 3 Columns Layout */

.col3-layout .col-wrapper .col-main {
	float: right;
}


/* Content Columns */

.col2-set .col-1 {
	float: left;
	width: 49%;
}

.col2-set .col-2 {
	float: right;
	width: 49%;
}

.col2-set .col-narrow {
	width: 33%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}


/* ======================================================================================= */

body .content-wrapper>.container {
	padding-top: 1em;
}

body {
	background-attachment: fixed;
}

body.catalog-product-compare-index {
	/* background: #fff; */
	background-image: none!important;
}

body.page-popup .backstretch {
	display: none!important;
}

body.boxed-layout .container {
	background-color: #fff;
}

body.boxed-layout .header .middle-block {
	padding: 0;
}

body.boxed-layout .header .middle-block .container {
	padding-bottom: 2.6em;
	padding-top: 2.5em;
}


/* Global Styles ========================================================================= */


/* Form Elements */

select option {
	padding-right: 10px;
}

select.multiselect option {
	padding: 3px 5px;
}

input.radio,
input.checkbox {
	margin-right: 3px;
}

p.control input.checkbox,
p.control input.radio {
	margin-right: 6px;
}

input[type="text"],
textarea,
input[type="password"],
input.input-text,
input.qty,
input[id*="qty"] {
	-webkit-appearance: none;
}


/* Form lists */


/* Grouped fields */

.form-list li {
	margin: 0 0 1em;
}

.form-list label {
	float: left;
	color: #666;
	margin: 0;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.form-list label.required em {
	float: right;
	font-style: normal;
	color: #550065;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

form .radio label,
form .checkbox label {
	font-weight: bold;
	color: #666;
}

.form-list li.form-group+div.form-group {
	margin-bottom: 1em;
}

.form-list div.form-group li {
	margin-bottom: 0;
}

.form-list div.form-group li+li.wide {
	margin-top: 1em;
}

input.form-control,
textarea.form-control,
select.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

form.form-horizontal {
	margin-bottom: 2.25em;
}

form
/* .form-horizontal */

.buttons-set {
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding-top: 1.5em;
	padding-bottom: 0;
}

form.form-horizontal .checkbox,
div.form-horizontal .checkbox,
form.form-horizontal .radio,
div.form-horizontal .radio {
	min-height: 20px;
}

a:focus,
.close:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none !important;
}


/* Customer */

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename .name-middlename {
	margin-top: -1.5em;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 16.66666667%;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname,
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname,
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-lastname,
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
	width: 25%;
}

.form-list .gender {
	width: 11.10223642172524%;
}

.form-list .gender+li.customer-dob {
	width: 58.33333333%;
}

.form-list .gender+li.customer-dob .dob-month,
.form-list .gender+li.customer-dob .dob-day {
	width: 19.04109589041096%;
}

.form-list .gender+li.customer-dob .dob-year {
	width: 57.12328767123288%;
}

.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-middlename-suffix .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-suffix .name-lastname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-suffix .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-middlename .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-middlename .name-lastname,
.checkout-multishipping-address-newshipping .form-list .customer-name-suffix .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-suffix .name-lastname,
.checkout-multishipping-address-newshipping .form-list .customer-name-middlename .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-middlename .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-middlename .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-middlename .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-suffix .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-middlename-suffix .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-suffix .name-lastname {
	width: 33.3333333333%;
}

.checkout-multishipping-address-editshipping .form-list .customer-name-prefix-middlename-suffix .name-lastname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 25%;
}

.checkout-multishipping-address-newshipping .form-list .customer-name-middlename .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-suffix .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name .name-lastname,
.checkout-multishipping-address-newshipping .form-list .customer-name-prefix .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-prefix .name-lastname,
.checkout-multishipping-address-editshipping .form-list .customer-name-suffix .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-middlename-suffix .name-firstname,
.checkout-multishipping-address-editshipping .form-list .customer-name-middlename .name-firstname,
.checkout-multishipping-address-newshipping .form-list .customer-name-middlename-suffix .name-firstname {
	width: 41.666667%;
}

.col-main.col-sm-9 .form-list .customer-name-prefix .name-firstname,
.col-main.col-sm-9 .form-list .customer-name-prefix-suffix .name-firstname,
.col-main.col-sm-9 .form-list .customer-name-prefix-suffix .name-lastname,
.col-main.col-sm-9 .form-list .customer-name-middlename-suffix .name-lastname,
.col-main.col-sm-9 .form-list .customer-name-prefix-middlename .name-firstname,
.col-main.col-sm-9 .form-list .customer-name-suffix .name-lastname,
.col-main.col-sm-9 .form-list .customer-name-prefix-middlename-suffix .name-firstname {
	width: 33.3333333333%;
}

.col-main.col-sm-9 .form-list .customer-name-prefix-middlename-suffix .name-middlename {
	width: 13.90635918937806%;
}

.col-main.col-sm-9 .form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 19.39203354297694%;
}

.col-main.col-sm-9 .form-list .customer-name-middlename .name-lastname {
	width: 25%;
}

.col-main.col-sm-9 .form-list .customer-name-prefix-middlename .name-middlename,
.col-main.col-sm-9 .form-list .customer-name-middlename .name-middlename,
.col-main.col-sm-9 .form-list .customer-name-middlename-suffix .name-middlename {
	width: 16.66666667%;
	margin-top: 0;
}


/*.col-main.col-sm-9 .form-list .customer-name .name-firstname,
.col-main.col-sm-9 .form-list .customer-name .name-lastname,
.col-main.col-sm-9 .form-list .customer-name-prefix .name-lastname,
.col-main.col-sm-9 .form-list .customer-name-middlename .name-firstname { width: 41.66666667%; }*/

.col-main.col-sm-9 .form-list .customer-name-suffix .name-firstname {
	width: 41.66666667%;
}

.col-main.col-sm-9 .form-list .gender+li.customer-dob {
	width: 75%;
}

.col-main.col-sm-9 .form-list .gender+li.customer-dob .dob-month,
.col-main.col-sm-9 .form-list .gender+li.customer-dob .dob-day {
	width: 18.55477855477855%;
}

.col-main.col-sm-9 .form-list .gender+li.customer-dob .dob-year {
	width: 55.58659217877095%;
}

.col-main.col-sm-9 .form-list .gender {
	width: 13.90635918937806%;
}

.form-list .customer-dob label {
	float: none;
}

.opc .gender+.dob {
	width: 69.44444444444444%;
}

.opc .gender+.dob .dob-day,
.opc .gender+.dob .dob-month {
	width: 20.01053185887309%;
}

.opc .gender+.dob .dob-year {
	width: 59.97893628225382%;
}

.buttons-set .back-link {
	margin: .75em 0 0;
}

.fieldset {
	border: 1px solid #ddd;
	background: #fefefe;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}

.fieldset .legend {
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #fefefe;
	background: #dedede;
	color: #333;
	margin: -33px 0 0 -10px;
	padding: 0 8px;
	position: relative;
}

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


/* Form Validation */

.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 8px 0 0;
	padding-left: 17px;
	font-size: 12px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
}

p.required {
	font-size: 10px;
	text-align: right;
	color: #f00;
	margin-bottom: 0;
}


/* Expiration date and CVV number validation fix */

.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}


/* Global Messages  */

.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #f00;
	font-weight: bold;
}

.notice {
	color: #ccc;
}

.messages,
.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px;
}

.messages li li {
	margin: 0 0 3px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
}

.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/i_msg-error.gif);
	color: #df280a;
}

.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/i_msg-success.gif);
	color: #3d6611;
}

.note-msg,
.notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/i_msg-note.gif);
	color: #3d6611;
}


/* BreadCrumbs */

.breadcrumbs-wrapper {
	padding-bottom: 2em;
}

ul.breadcrumb {
	background: none;
	margin: 0;
	text-align: left;
	font-size: .91em;
}

ul.breadcrumb li a {
	color: #666;
}

ul.breadcrumb li a:hover {
	color: #648ec8;
}

ul.breadcrumb li strong {
	font-weight: normal;
}

.breadcrumbs-wrapper .breadcrumb>li+li:before {
	content: "\f105";
	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;
	transform: translate(0, 0);
	color: inherit;
}


/* Page Heading */

.page-title {
	border-bottom: 1px solid #ddd;
	padding: 0 0 .75em;
	margin: 0 0 1.5em;
}

.page-title h1,
.page-title h2 {
	font-size: 2em;
	color: #222;
	font-family: Montserrat;
	margin: 0;
	line-height: 1.5em;
}

.page-title .separator {
	margin: 0 3px;
	color: #aaa;
}

.page-title .link-rss {
	float: right;
}

.page-title .link-print {
	margin-top: .667em;
}

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

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
	float: left;
}

.subtitle,
.sub-title {
	clear: both;
}

.content h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: 'Montserrat';
	font-size: 1.5em;
}

.page-subtitle {
	border-bottom: 1px solid #ddd;
	padding-top: 1em;
	margin-bottom: 1.5em;
}

.page-subtitle h2 {
	font-family: 'Montserrat';
	font-size: 1.5em;
	color: #222;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .5em;
	margin: 0;
	display: inline-block;
}

.page-subtitle a {
	margin-top: .25em;
	color: inherit;
}

table.table thead th {
	text-align: center;
}

table.table-bordered>thead>tr>th,
table.table-bordered>tbody>tr>th,
table.table-bordered>tfoot>tr>th,
table.table-bordered>thead>tr>td,
table.table-bordered>tbody>tr>td,
table.table-bordered>tfoot>tr>td {
	border-color: inherit;
	border-color: -moz-use-text-color;
	-moz-use-text-color: inherit!important;
}


/* Panels */

.panel.panel-default {
	padding: 1.5em 20px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}

.panel.panel-default .panel-heading,
.panel.panel-default .panel-body,
.panel.panel-default .panel-footer {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.panel.panel-default .panel-heading {
	margin-bottom: 1.5em;
}

.panel.panel-default .panel-title {
	font-family: 'Montserrat';
	font-size: 1.083em;
	color: #222;
	padding-bottom: .5em;
	line-height: 1.5;
}

.panel.panel-default .panel-heading a,
.panel.panel-default .panel-heading a i.fa {
	color: inherit;
}

.panel.panel-default .panel-heading a:hover i.fa {
	color: #648ec8;
}

.panel.panel-default .panel-body li.item+li.item {
	margin-top: 1.5em;
}

.panel.panel-default p,
.panel.panel-default address {
	margin-bottom: 0;
}


/* Pager */

body .pager {
	margin: .75em 0 0;
	text-align: left;
}

.pager .pages ol {
	padding: 0;
	margin: 0;
}

.pager label {
	margin-right: 5px;
}

.pager select {
	width: auto;
	margin-right: 5px;
	display: inline-block;
}

.pager .pages>strong {
	display: none;
}

.pager .pages li {
	display: inline-block;
}

.pager .pages li a {
	width: 40px;
	height: 40px;
	border: none;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	padding: 0;
	color: #666;
	border-radius: 0;
}

.pager .pages li a i {
	font-size: 14px;
}

.pager .pages li.current {
	color: #fff;
	background-color: #5c5755;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.pager .pages li a:hover {
	background-color: #aaa;
}

.my-account .pager,
.widget-products .pager {
	margin: 0 0 1.5em;
	background-color: #eee;
	padding: .5em 6px .5em 15px;
}

.my-account .pager .amount,
.widget-products .pager .amount {
	float: left;
	margin: .35em 0;
	color: #666;
	margin-right: 15px;
}

.my-account .pager .limiter,
.widget-products .pager .limiter {
	float: right;
	color: #666;
}

.my-account .pager .limiter label,
.widget-products .pager .limiter label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-family: 'Montserrat';
	color: #666;
}

.my-account .pager .bootstrap-select.form-control:not([class*="col-"]),
.widget-products .pager .bootstrap-select.form-control:not([class*="col-"]) {
	width: auto;
	vertical-align: middle;
	background: none;
	height: auto;
}

.my-account .pager .bootstrap-select>.selectpicker,
.widget-products .pager .bootstrap-select>.selectpicker {
	height: 26px;
	line-height: 26px;
	background-color: #ddd;
	color: #888;
	font-family: 'Arial';
	min-width: 60px;
}

.my-account .pager li>a,
.my-account .pager li>span,
.widget-products .pager li>a,
.widget-products .pager li>span {
	display: block;
	padding: 3px 20px;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}

.my-account .pager li>a:hover,
.my-account .pager li>a:focus,
.widget-products .pager li>a:hover,
.widget-products .pager li>a:focus {
	text-decoration: none;
	color: #8c8c8c;
	background-color: #f5f5f5;
}

.my-account .pager .pages,
.widget-products .pager .pages {
	float: left;
}

.my-account .pager .pages li,
.widget-products .pager .pages li {
	margin-right: 5px;
}

.my-account .pager .pages li.current,
.widget-products .pager .pages li.current {
	width: 26px;
	height: 26px;
	line-height: 2.167;
	background-color: #ddd;
	color: #888;
}

.my-account .pager .pages li a,
.widget-products .pager .pages li a {
	width: 26px;
	height: 26px;
	line-height: 2.167;
	padding: 0;
	color: #888;
}


/* Sorter */

.sorter .view-mode {
	float: left;
	margin: .5em 30px .5em 6px;
	line-height: 1;
}

.sorter .view-mode label {
	display: none;
}

.sorter .view-mode a {
	font-size: 1.16em;
	color: #aaa;
}

.sorter .view-mode a:hover {
	color: #550065;
}

.sorter .view-mode strong {
	font-size: 1.16em;
	color: #550065;
}

.sorter .view-mode .list {
	margin-left: 18px;
}

.sorter select {
	display: none;
}

.sorter .amount {
	float: left;
	margin: .35em 0;
}

.sorter .amount strong {
	font-weight: normal;
}

.sorter .sort-by,
.sorter .limiter,
.sorter .asc,
.sorter .desc {
	float: right;
}

.sorter .sort-by label,
.sorter .limiter label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-family: Montserrat;
	color: #666;
}

.sorter .bootstrap-select.form-control:not([class*="col-"]) {
	width: auto;
	vertical-align: middle;
	background: none;
	height: auto;
}

.sorter .bootstrap-select>.selectpicker {
	height: 26px;
	line-height: 26px;
	background-color: #fff;
	color: #888;
	font-family: Arial;
	min-width: 60px;
}

.sorter .sort-by .bootstrap-select>.selectpicker {
	min-width: 120px;
}

.sorter .bootstrap-select.btn-group .btn .caret {
	width: auto;
	height: auto;
	line-height: 1;
	margin-top: -5px;
	border: none;
}

.sorter .bootstrap-select.btn-group .btn .caret:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ddd;
}

.sorter .asc,
.sorter .desc {
	font-size: 1.16em;
	color: #aaa;
	margin: .2em 20px .2em 10px;
}

.sorter .asc:hover,
.sorter .desc:hover {
	color: #648ec8;
}


/* Toolbar */

.toolbar {
	background: #eee;
	padding: .5em 6px;
	margin-bottom: 1.5em;
	margin-top: .75em;
}

.toolbar .pager {
	display: none;
}

.toolbar-bottom:not(.no-border) {
	border-top: solid 1px #ddd;
}

.toolbar-bottom .toolbar {
	background: none;
	padding: 0;
	margin: 0;
}

.toolbar-bottom .toolbar .sorter {
	display: none;
}

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

.col3-layout .sorter .view-mode {
	margin-right: 15px;
}

.col3-layout .sorter .sort-by .bootstrap-select>.selectpicker {
	min-width: 60px;
}


/* Shopping cart total summary row expandable to details */

tr.summary-total {
	cursor: pointer;
}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -53px;
}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
	font-style: italic;
}


/* Shopping cart tax info */

.cart-tax-info {
	display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded {
	background-position: 100% -53px;
}


/* Class: std - styles for admin-controlled content */

.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

.std dl dt {
	font-weight: bold;
}

.std dl dd {
	margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
	margin: 0 0 1em;
	padding: 0;
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul ul {
	list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
	margin: .5em 0;
}

.std dt {
	font-weight: bold;
}

.std dd {
	padding: 0 0 0 1.5em;
}

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address {
	font-style: normal;
}

.std b,
.std strong {
	font-weight: bold;
}

.std i,
.std em {
	font-style: italic;
}

.std i.fa {
	font-style: normal;
}


/* Misc */

.link-cart {
	font-weight: bold;
	color: #f00;
}

.link-wishlist {
	font-weight: bold;
}

.link-reorder {
	color: #aaa;
}

.link-compare {
	font-weight: bold;
}

.link-print,
.link-rss {
	display: inline-block;
	padding: 2px 0;
	color: #aaa;
	white-space: nowrap;
}

.link-rss i,
.link-print i {
	margin-right: 5px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.btn-remove {
	color: #aaa;
	margin-right: 5px;
}

.cards-list dt {
	margin: 5px 0 0;
}

.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: #ddd;
	text-indent: -999em;
	overflow: hidden;
}


/* Noscript Notice */

.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
	margin: 0;
}


/* Demo Notice */

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}


/* Cookie Notice */

.notice-cookie {
	border-bottom: 1px solid #cfcfcf;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.notice-cookie .notice-inner {
	width: 870px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(../images/i_notice.gif) 20px 25px no-repeat;
	text-align: left;
}

.notice-cookie .notice-inner p {
	margin: 0 0 10px;
	border: 1px dotted #cccc73;
	padding: 10px;
}


/* Buttons */

.btn {
	font-family: Montserrat;
	text-transform: none;
}


/* ======================================================================================= */


/* Header ================================================================================ */

.header-wrapper.absolute-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
}

.logo {
	float: left;
	margin: 0 16px 0 0;
}

.header .menu-block .container {
	padding-top: 0;
	padding-bottom: 0;
}

.header .logo strong,
.header .small-logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
	display: none;
}

.header .welcome-msg {
	margin-top: 52px;
}

.header .form-search label {
	display: none;
}

.header .form-search input {
	display: inline-block;
	width: 364px;
	height: 40px;
	border-radius: 0;
	background-color: #eee;
	border-color: #eee;
	box-shadow: none;
	color: #888;
	font-size: 11px;
	vertical-align: middle;
}

.header .form-search .btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	border-radius: 0;
	margin-left: -4px;
	background-color: #eee;
	border: 1px solid #eee;
	background-image: none;
	box-shadow: none;
	vertical-align: middle;
}

.header .form-search .btn i {
	line-height: 40px;
	font-size: 14px;
	color: #666;
}

.header .top-block {
	background-color: #222;
}

.header .middle-block {
	padding-top: 2.5em;
}

body.boxed-layout .header .top-block {
	background: none;
	margin-bottom: 0;
}

body.boxed-layout .header .top-block .container {
	background-color: #222;
}

.header .middle-block {
	padding-bottom: 1.75em;
}

.header .links {
	float: right;
}

.header .form-search .search-autocomplete {
	z-index: 999999;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}

.header .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}


/**** Switcher ****/

.language-currency-wrapper {
	margin-right: 30px;
	position: relative;
}

.language-currency-block {
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: .91em 0;
	cursor: pointer;
	position: relative;
}

.header .top-block .language-currency-block,
.footer-middle .language-currency-block,
.footer-bottom .language-currency-block,
.header .top-block .form-language.list a,
.header .top-block .form-currency.list a,
.footer-middle .form-language.list a,
.footer-middle .form-currency.list a,
.footer-bottom .form-language.list a,
.footer-bottom .form-currency.list a {
	color: #fff;
}

.header .top-block .form-language.list a:hover,
.header .top-block .form-currency.list a:hover,
.footer-middle .form-language.list a:hover,
.footer-middle .form-currency.list a:hover,
.footer-bottom .form-language.list a:hover,
.footer-bottom .form-currency.list a:hover {
	color: #648ec8;
}

.language-currency-block:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, .2);
	opacity: 0;
	transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.language-currency-block:hover:after,
.language-currency-block.open:after {
	opacity: 1;
}

.language-currency-block .language {
	padding: 3px 0;
	line-height: 1;
	display: inline-block;
}

.with-border .language-currency-block .language {
	padding: 3px 9px 3px 0;
	margin-right: 6px;
	border-right: solid 1px rgba(255, 255, 255, .2);
}

.language-currency-block .currency .icon {
	display: inline-block;
}

.language-currency-block .currency i {
	margin-left: 3px;
	margin-top: 3px;
}

.language-currency-dropdown {
	width: 232px;
	padding: 1.5em 20px 0;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
	position: absolute;
	top: 100%;
	display: none;
	clear: both;
	z-index: 9999;
	left: 0;
}

.language-currency-dropdown .label {
	color: #333;
	font-size: 1em;
	margin-bottom: .5em;
	display: block;
	padding: 0;
	font-family: Montserrat;
	text-align: left;
	border-radius: 0;
	line-height: 1.5;
}

.language-currency-dropdown>div {
	margin-bottom: 1.5em;
}

.language-currency-dropdown>div.list+div.list {
	margin-top: 1.5em;
}

.language-currency-dropdown .form-language.list a,
.language-currency-dropdown .form-currency.list a,
.header .language-currency-dropdown .form-language.list a,
.header .language-currency-dropdown .form-currency.list a {
	display: block;
	font-size: .91em;
	color: #666;
	border-bottom: dotted 1px #ddd;
	padding: 1em 0;
}

.language-currency-dropdown>div>a:hover {
	color: #648ec8;
}

.language-currency-dropdown>div>a:last-of-type {
	border-bottom: none;
}

.language-currency-dropdown>div>a img {
	margin: -1px 9px 0 0;
}

.language-currency-dropdown .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.form-language.list a,
.form-currency.list a {
	color: #666;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.form-language.list a:hover,
.form-currency.list a:hover {
	color: #648ec8;
}

.form-language.list a:last-child,
.form-currency.list a:last-child {
	margin-right: 0;
}

.form-language.list a img {
	margin-right: 3px;
}

.header-phone {
	font-size: .91em;
	margin: 1.087em 0;
}

.header-phone a {
	color: #fff;
}

.header-links {
	margin: 0;
}

.header-links.navbar-collapse {
	padding: 0;
}

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

.header-links li a {
	color: #fff;
	padding: .91em 8px;
	display: inline-block;
}

.header-links li a:hover {
	background-color: rgba(255, 255, 255, .1);
}

.header-links li a i {
	margin-right: 5px;
	color: #aaa;
	font-size: 1.16em;
}

.header .middle-block .quick-access,
.header .middle-block form {
	float: right;
}

.header .top-block {
	color: #fff;
}

.header .top-block .navbar-toggle {
	position: relative;
	margin: 0;
	padding: .83em 0;
	color: #fff;
}

.header .top-block .navbar-toggle i {
	font-size: 1.16em;
	margin-left: 10px;
}

.header .top-block .navbar-toggle:after {
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .2);
	opacity: 0;
	transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}

.header .top-block .navbar-toggle:focus:after,
.header .top-block .navbar-toggle:hover:after {
	opacity: 1;
}

.menu-block .row {
	position: relative;
}

.menu-block .top-divider,
.menu-block .bottom-divider {
	border-top: dotted 1px;
	border-color: #ddd;
	width: 100%;
	height: 5px;
	position: relative;
}

.menu-block .top-divider:after,
.menu-block .bottom-divider:after {
	content: "";
	display: inline-block;
	border-top: dotted 1px;
	border-color: inherit;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
}

.menu-block .top-divider:before,
.menu-block .bottom-divider:before {
	content: "";
	display: inline-block;
	border-top: dotted 1px;
	border-color: inherit;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 1px;
}

.menu-block .wrapper-menu {
	margin-left: 10px;
	margin-right: 10px;
}

.menu-block .wrapper-menu .navbar-collapse {
	padding-left: 10px;
}

.menu-block .navbar-default {
	float: left;
	padding-left: 10px;
}

.menu-block .navbar-default .navbar-toggle {
	border: none;
	margin-left: 10px;
	color: #222;
	font-family: 'Montserrat';
	font-size: 1.16em;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.menu-block .navbar-default .navbar-toggle i {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.menu-block .navbar-default .navbar-toggle:hover,
.menu-block .navbar-default .navbar-toggle:active {
	color: #fff;
	background-color: #550065;
}

.menu-block .links {
	float: right;
	margin: 0;
}

.menu-block .default-links.links {
	margin: 1.75em 10px 1.75em 0;
}

.menu-block .default-links.links li {
	margin-left: 10px;
	float: left;
}

.menu-block .default-links.links li:first-child {
	margin-left: 0;
}

.menu-block .default-links.links li a {
	font-size: 1em;
	color: #666;
}

.menu-block .default-links.links li a:hover {
	color: #648ec8;
}

.menu-block .customer-name-wrapper {
	float: right;
}

.menu-block .customer-name {
	font-size: 1em;
	color: #222;
	font-family: Montserrat;
	display: block;
	padding: .75em 20px;
	margin: .75em 10px .75em 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.page-sitemap .customer-name-wrapper {
	display: none!important;
}

.menu-block .links:not(.default-links) li {
	display: inline-block;
}

.menu-block .links:not(.default-links) li a {
	font-size: 0;
}

.menu-block .links:not(.default-links) li a.top-link-login {
	font-size: 1.167em;
	color: #222;
	font-family: Montserrat;
	display: block;
	padding: 0.65em 20px;
	margin: .6em 10px .6em 0;
	cursor: pointer;
}

.menu-block .links:not(.default-links) li a.top-link-login:before {
	content: '\f084';
	color: #aaa;
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
}

.menu-block .links:not(.default-links) li a.top-link-login:hover {
	background-color: #550065;
	color: #fff;
}

.menu-block .links:not(.default-links) li a.top-link-login:hover:before {
	color: #fff;
}

.menu-block .customer-name strong {
	font-size: 1.167em;
	margin: 0 8px;
	font-weight: normal;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.menu-block .customer-name strong+i {
	color: #666;
}

.menu-block .customer-name .user-icon {
	font-size: 1.167em;
	color: #aaa;
}

.menu-block .customer-name:hover,
.menu-block .customer-name.open {
	background-color: #550065;
}

.menu-block .customer-name:hover>strong,
.menu-block .customer-name:hover>i.fa,
.menu-block .customer-name:hover>span,
.menu-block .customer-name.open>strong,
.menu-block .customer-name.open>i.fa,
.menu-block .customer-name.open>span {
	color: #fff;
}

header.header .customer-name-wrapper+.links {
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
	display: none;
	position: absolute;
	right: 10px;
	z-index: 999;
	margin-left: 0!important;
	padding: .75em 9px;
	min-width: 153px;
}

body header.header .customer-name-wrapper+.links {
	margin-top: -.75em!important;
}

header.header .customer-name-wrapper+.links li {
	float: none;
	display: block;
	margin-left: 10px;
}

header.header .customer-name-wrapper+.links li a {
	display: inline-block!important;
	font-size: 1em;
	float: none;
	text-align: left;
	position: relative;
	margin: 0;
	padding: .5em 0 .5em 10px;
	color: #666;
}


/* header.header .customer-name-wrapper + .links li a:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background-color: #648ec8;
} */

header.header .customer-name-wrapper+.links li a i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	font-size: .4em;
	color: #648ec8;
}

header.header .customer-name-wrapper+.links li a .hover-divider {
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 10px;
	background-color: #648ec8;
	content: '';
	position: absolute;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	transition: width 500ms ease;
	-o-transition: width 500ms ease;
}

header.header .customer-name-wrapper+.links li a:hover .hover-divider {
	width: 90%;
}

header.header .customer-name-wrapper+.links li a:hover {
	color: #648ec8;
}


/* Header Cart ================================================================================ */

header.header .top-cart {
	float: right;
	position: relative;
	margin: -.8em 0 -.8em 20px;
}

header.header .top-cart .block-title {
	border: none;
	margin: 0;
	z-index: 9998;
	padding: 0;
}

header.header .top-cart .block-title a:hover {
	color: inherit;
}

header.header .top-cart .block-title .title-cart {
	padding: .62em 20px;
	border: solid 1px #fff;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
}

header.header .top-cart .block-title.active .title-cart,
header.header .top-cart .block-title .title-cart:hover {
	border-color: #ddd;
}

header.header .top-cart .block-title .top-cart-icon {
	display: inline-block;
	vertical-align: middle;
}

header.header .top-cart .block-title .top {
	display: block;
}

header.header .top-cart .block-title .bottom {
	display: block;
	font-size: .786em;
	border-top: solid 1px #eee;
	margin-top: 1px;
}

header.header .top-cart .block-title .top-cart-icon i {
	font-size: 1.16em;
	color: #550065;
	margin-right: 5px;
}

header.header .top-cart .block-title .subtotal {
	line-height: 1.5;
	vertical-align: middle;
}

header.header .top-cart .block-title .cart-qty {
	display: inline-block;
	vertical-align: middle;
}

header.header .top-cart .block-title .subtotal .price {
	font-size: 1em;
	/*  color: #648ec7; */
}

header.header .top-cart .block-title .title-cart {
	font-size: 1.16em;
	display: block;
	font-weight: normal;
	color: #222;
	font-family: Montserrat;
}

header.header .top-cart .block-title .top-cart-label {
	display: inline-block;
	vertical-align: middle;
}

header.header .top-cart .block-title .top-cart-label i {
	color: #aaa;
	margin-left: 6px;
}

header.header .top-cart .block-content {
	background: #fff;
	z-index: 9998;
	position: absolute;
	right: 0px;
	top: 100%;
	width: 338px;
	padding: 0;
	border: solid 1px #ddd;
	margin-top: -1px!important;
}

header.header .top-cart .block-content .inner-wrapper {
	padding: 1.5em 20px;
}

header.header .top-cart .block-title.no-items+.block-content {
	text-align: center;
}

header.header .top-cart .cart-empty {
	padding: 0;
	text-align: center;
	font-size: 1.16em;
}

header.header .top-cart .cart-empty i {
	display: block;
	color: #ccc;
	font-size: 56px;
	margin-bottom: 0.1em;
}

header.header .top-cart .cart-empty .small-label {
	display: block;
	font-size: 0.78em;
	font-family: Arial, sans-serif;
}

header.header .top-cart .img-container {
	float: left;
	width: 78px;
	margin-right: 15px;
}

header.header .top-cart .img-container .product-image {
	width: 78px;
	padding: 0;
	border: none;
}

header.header .top-cart .img-container .btn-remove {
	margin: 0;
}

header.header .top-cart .cart-price-qt {
	display: block;
	margin-top: 0px;
}

header.header .top-cart .cart-price-qt strong {
	font-size: 1.16em;
	color: #888;
	display: inline-block;
	padding-left: 8px;
	position: relative;
}

header.header .top-cart .cart-price-qt strong i.fa {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	color: #38c659;
	font-size: .4em;
}

header.header .top-cart .block-content .mini-products-list {
	padding-bottom: .75em;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

header.header .top-cart .block-content .mini-products-list .product-details {
	float: right;
	width: 68%;
	padding-right: 7%;
	margin: 0;
	position: relative;
}

header.header .top-cart .block-content .mini-products-list .product-details .price {
	line-height: 1.583em;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

header.header .top-cart .block-content .subtotal {
	text-align: left;
	margin: 0;
}

header.header .top-cart .block-content .subtotal .label,
header.header .top-cart .block-content .subtotal .price {
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0;
}

header.header .top-cart .block-content .subtotal .label {
	color: #222;
	font-family: Montserrat;
}

header.header .top-cart .block-content .actions {
	border-top: dotted 1px #ddd;
	margin: 0 -20px;
	padding: 1.5em 20px 0;
	position: relative;
}

header.header .top-cart .block-content .actions:after {
	content: "";
	display: inline-block;
	border-top: dotted 1px #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 3px;
	left: 0;
	border-color: inherit;
}

header.header .top-cart .block-content .actions:before {
	content: "";
	display: inline-block;
	border-top: dotted 1px #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 1px;
	left: 0;
	border-color: inherit;
}

header.header .top-cart .block-content .actions a {
	font-size: 1em;
	text-transform: lowercase;
	color: #666;
}

header.header .top-cart .block-content .actions a i {
	margin-left: 4px;
	font-size: 1.16em;
	vertical-align: middle;
	line-height: 1em;
}

header.header .top-cart .block-content .actions button.button {
	float: none;
	display: block;
	width: 100%;
	margin-top: 1em;
}

header.header .top-cart .block-content .actions button.button span {
	height: 36px;
	display: block;
	float: none;
	text-align: center;
	padding: 0;
	line-height: 36px;
}

header.header .top-cart .mini-products-list li {
	padding: 0 0 .75em;
	margin: 0;
	clear: both;
	position: relative;
}

header.header .top-cart .product-name {
	margin-bottom: 3px;
	text-align: left;
}

header.header .top-cart .product-name a {
	font-size: 1.16em;
	color: #222;
	line-height: 1.25em;
	font-family: Montserrat;
}

header.header .top-cart .product-box {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

header.header .top-cart .btn-remove {
	position: absolute;
	top: 0;
	right: -5px;
	z-index: 1;
	background: none;
	font-size: 1em;
	width: auto;
	text-indent: 0;
	height: auto;
}

.add-to-cart-success .btn-remove {
	margin: 3px 0 0;
}

header.header .top-cart .btn-edit {
	position: absolute;
	right: -5px;
	top: 25px;
	z-index: 1;
	background: none;
	font-size: 1em;
	width: auto;
	text-indent: 0;
	height: auto;
}

header.header .top-cart .btn-edit i,
header.header .top-cart .btn-remove i {
	font-size: 1.16em;
	padding: 5px;
	color: #ddd;
}

header.header .top-cart button.button span {
	display: block;
	float: none;
}

header.header .top-cart.horizontal {
	margin-top: 0;
}

header.header .top-cart.horizontal .title-cart .top-cart-label,
header.header .top-cart.horizontal .title-cart .top-cart-icon {
	margin-right: 5px;
}

header.header .top-cart.horizontal .title-cart .fa-angle-down {
	margin-left: 3px;
}


/* Header #2 */

header.header-2 .logo {
	float: none;
	text-align: center;
}

header.header-2 .logo {
	float: none;
}

header.header-2 .form-search {
	margin-bottom: 10px;
}

header.header-2 .form-search input {
	width: 240px;
}

header.header-2 .top-cart {
	margin: 0 0 0 20px;
}

header.header-2 .top-cart .block-title .title-cart {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
}

header.header-2 .top-cart.long-cart {
	margin: 0 0 5px 0;
}

header.header-2 .top-cart.horizontal {
	margin-left: 0;
	margin-top: -0.4em;
}

header.header-2 .top-cart.horizontal .block-title .title-cart {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

header.header-2 .top-cart.horizontal .block-title .top-cart-icon i {
	color: #A0A0A0;
	font-size: 28px;
}


/* Header banners */

.widget .header-banners {
	padding-top: 1.2em;
}

.top-container .widget .header-banners a {
	padding: 0;
}

.header-banners .banner-content {
	top: 24%;
	right: 8%;
	text-align: center;
}

.header-banners .banner-3 .banner-content {
	right: auto;
	left: 23%;
}

.header-banners .banner-content h3 {
	font-family: Montserrat;
	color: #222;
	text-transform: uppercase;
	font-size: .91em;
	font-weight: normal;
	margin: 0 0 .5em;
}

.header-banners .banner-content p {
	font-size: .91em;
}

.header-banners .banner-3 .banner-content.skin-2 {
	left: 31%;
}

.header-banners .banner-content.skin-2 {
	width: auto;
	top: 12%;
	left: 37%;
	right: auto;
}

.header-banners .banner-content.skin-2 h3 {
	margin: 0;
	color: #fff;
}

.header-banners .banner-content.skin-2 p {
	color: #666;
}

.header-banners .banner-label {
	background: #550065;
	font-size: .817em;
	color: #fff;
	position: absolute;
	top: 9%;
	line-height: 1;
	left: 4%;
	padding: 1px 4px;
}


/* Sticky Header */

.search-button {
	display: none;
}

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

#sticky-header .small-logo {
	margin: .6em 0;
}

#sticky-header .form-search input {
	width: 225px;
}

#sticky-header .navbar {
	margin: 0;
}

#sticky-header .quick-access {
	margin: .75em 0;
}

#sticky-header ul.topmenu li.level0+li.level0:after,
#sticky-header ul.topmenu li.level0+li.level0:before {
	content: none;
}

#sticky-header ul.topmenu li.level0 a.level-top {
	padding-left: 15px;
	padding-right: 15px;
}

#sticky-header .search-button {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	color: #666;
	text-align: center;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	float: right;
}

#sticky-header .search-button i {
	font-size: 14px;
	line-height: 40px;
}

#sticky-header .form-search {
	position: relative;
}

#sticky-header .form-search .indent {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	background: #fff;
	padding: 1.5em 20px;
	width: 306px;
}

#sticky-header .search-button:hover {
	background-color: #550065;
}

#sticky-header .search-button:hover i {
	color: #fff;
}


/**** Select ****/

.bootstrap-select {
	/*width: 220px\9; IE8 and below*/
	width: 220px;
	/*IE9 and below*/
}

.bootstrap-select>.btn {
	width: 100%;
	padding-right: 25px;
	text-transform: inherit;
}

.error .bootstrap-select .btn {
	border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select .btn:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.input-append .bootstrap-select.btn-group {
	margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
	margin-right: -1px;
}

.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
	border-top-color: #666;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	z-index: 1035;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
	color: #64b1d8;
	color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.btn {
	z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-color: rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-bottom: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox {
	padding: 4px 8px;
}

.bs-actionsbox {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
	margin-bottom: 0;
	width: 100%;
}

.bootstrap-select>.selectpicker {
	background-image: none;
	background: #eee;
	border: none;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
	font-size: 11px;
	color: #888;
	padding: 0 30px 0 10px;
	line-height: 30px;
}

body .navbar-default {
	background: none;
	border: none;
	background-image: none;
	box-shadow: none;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
	width: 100%!important;
}


/* Widget: Social Links */

ul.social-links {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 240px;
	list-style: none;
}

ul.social-links li {
	float: left;
}

ul.social-links li a {
	display: block;
	text-align: center;
}

ul.social-links li a:hover {
	text-decoration: none;
	background-color: #5D9219;
}

ul.social-links li a.twitter:hover {
	background-color: #00aced;
}

ul.social-links li a.facebook:hover {
	background-color: #3b5998;
}

ul.social-links li a.googleplus:hover {
	background-color: #dd4b39;
}

ul.social-links li a.youtube:hover {
	background-color: #bb0000;
}

ul.social-links li a.linkedin:hover {
	background-color: #007bb6;
}

ul.social-links li a.instagram:hover {
	background-color: #517fa4;
}

ul.social-links li a.pinterest:hover {
	background-color: #cb2027;
}

ul.social-links li a:hover i {
	color: #FFF;
}

ul.social-links li a.rss:hover {
	background-color: #ff6600;
}

ul.social-links li a i {
	color: #FFF;
	line-height: 40px;
	font-size: 2em;
	height: 40px;
	width: 40px;
}


/********** < Navigation */

ul.topmenu {
	border-width: 0;
	padding: 0;
	margin: .75em 0;
}

ul.topmenu li.level0 a.level-top {
	position: relative;
	font-family: 'Montserrat';
	font-size: 1em;
	line-height: 1.429;
	color: #222;
	padding: .55em 15px;
	z-index: 999;
}

ul.topmenu li.level0+li.level0 {
	margin-left: 1px;
}

ul.topmenu li.level0+li.level0:after,
ul.topmenu li.level0+li.level0:before {
	position: absolute;
	content: '';
	display: inline-block;
	height: 5px;
	left: -3px;
	top: 46%;
	border-left: 1px dotted #ddd;
}

ul.topmenu li.level0+li.level0:before {
	width: 3px;
	left: -1px;
	border-right: 1px dotted #ddd;
}

ul.topmenu li.level0 a.level-top:hover,
ul.topmenu li.level0.over a.level-top,
ul.topmenu.navbar-nav li.level0.active>a.level-top {
	color: #fff;
	background-color: #550065;
}


/* All Levels */

ul.topmenu li {
	text-align: left;
	position: relative;
}

ul.topmenu li a {
	display: block;
	text-decoration: none;
}

ul.topmenu li a:hover {
	text-decoration: none;
}

ul.topmenu li a span {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
}

ul.topmenu li a i {
	font-size: .83em;
	color: #666;
	padding-left: 5px;
}

ul.topmenu li ul a span {
	white-space: normal;
}

ul.topmenu li.level0 a.level-top:hover i,
ul.topmenu li.level0.over a.level-top i,
ul.topmenu.navbar-nav li.level0.active>a.level-top i {
	color: #fff;
}


/* 1st Level */

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	color: #888;
}

ul.topmenu li a:hover {
	color: #000;
}


/* 2nd Level */

ul.topmenu ul,
ul.topmenu div {
	position: absolute;
	width: 15em;
	top: 100%;
	left: 0;
	display: none;
	background: #fff;
	padding: .833em 20px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	z-index: 999;
}

ul.topmenu div ul {
	position: static;
	width: auto;
	border: none;
}


/* 3rd+ leven */

ul.topmenu ul ul,
ul.topmenu ul div {
	top: 7px;
}

ul.topmenu ul li {
	float: none;
}

ul.topmenu ul li.last {
	border-bottom: 0;
}

ul.topmenu ul li a {
	float: none;
	position: relative;
	display: inline-block;
	padding: .5em 0 .5em 10px;
	font-weight: normal;
	color: #666;
}

ul.topmenu ul li a:hover {
	color: #648ec8;
}

ul.topmenu ul li.active>a:hover,
ul.topmenu ul li.over>a:hover,
ul.topmenu ul li.active>a,
ul.topmenu ul li.over>a,
ul.topmenu ul li.active>a:hover i.fa,
ul.topmenu ul li.over>a:hover i.fa,
ul.topmenu ul li.active>a i.fa,
ul.topmenu ul li.over>a i.fa {
	color: #648ec8;
}

ul.topmenu ul li a i.fa {
	color: #5c5755;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	font-size: .4em;
	line-height: 1;
	padding: 0;
}

ul.topmenu ul li a .hover-divider {
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 10px;
	background-color: #648ec8;
	content: '';
	position: absolute;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	transition: width 500ms ease;
	-o-transition: width 500ms ease;
}

ul.topmenu ul li a:hover .hover-divider,
ul.topmenu ul li.active>a .hover-divider {
	width: 90%;
}


/* Show menu */

ul.topmenu li ul.shown-sub,
ul.topmenu li div.shown-sub {
	display: block;
}

ul.topmenu li .shown-sub ul.shown-sub,
ul.topmenu li .shown-sub li div.shown-sub {
	left: 100px;
}


/********** Navigation > */


/* ======================================================================================= */


/* loader */

#images-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	background: rgba(0, 0, 0, .7);
}

#JsCssLoader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999998;
	background: rgba(0, 0, 0, .7);
}

.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 */


/* Home Page ============================================================================= */

.rev_slider_wrapper .tparrows.default {
	background-image: none;
}

.rev_slider_wrapper .tp-leftarrow.default,
.rev_slider_wrapper .tp-rightarrow.default {
	background-color: rgba(0, 0, 0, .5);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.rev_slider_wrapper .tp-leftarrow.default:after,
.rev_slider_wrapper .tp-rightarrow.default:after {
	display: inline-block;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -18px 0 0 -5px;
}

.rev_slider_wrapper .tp-leftarrow.default:after {
	content: "\f104";
}

.rev_slider_wrapper .tp-rightarrow.default:after {
	content: "\f105";
	margin-left: -3px;
}

.rev_slider_wrapper .tp-leftarrow.default:hover,
.rev_slider_wrapper .tp-rightarrow.default:hover {
	background-color: #648ec8;
	color: #fff;
}


/* Widgets =============================================================================== */

body .widget .widget-title,
.widget-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	padding-top: 0;
	margin-bottom: 1.5em;
}

body .widget .widget-title h2,
.widget-title h2 {
	font-family: 'Montserrat';
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.11;
	color: #222;
	margin: 0;
}


/* Widget */

body .col-main .widget-compared,
body .col-main .widget-viewed,
body .col-main .widget-new-products {
	margin: 0;
}

body .widget.widget-compared .product-image,
body .widget.widget-viewed .product-image,
body .widget-new-products .products-grid .product-image,
body .widget-new-products .products-list .product-image {
	width: 100%;
	height: auto;
}

body .widget.widget-compared .price-box p,
body .widget.widget-viewed .price-box p,
body .widget-new-products .products-grid .price-box p,
body .widget-new-products .products-list .price-box p {
	margin-bottom: 0;
}

body .widget.widget-compared .products-grid .availability {
	padding: 1px 3px 1px;
	margin-bottom: .667em;
}

body .widget.widget-compared .products-list .availability,
body .widget.widget-viewed .products-list .availability,
body .widget.widget-viewed .products-grid .availability,
body .widget-new-products .products-grid .availability,
body .widget-new-products .products-list .availability {
	padding: 1px 3px 0px;
	font-size: .833em;
	margin-bottom: .667em;
}

body .widget.widget-compared .product-shop,
body .widget-viewed .products-list .product-shop,
body .widget-new-products .products-list .product-shop {
	margin-left: 0;
}


/* Sidebar =============================================================================== */

.block {
	margin-bottom: 3em;
	color: #666;
}

.block:last-of-type {
	margin-bottom: 0;
}

.block-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: .86em;
	font-family: 'Montserrat';
	color: #222;
	font-weight: normal;
	padding-bottom: .5em;
	font-size: 1.16em;
}

.block-title strong span {}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-subtitle {
	font-size: 1.083em;
	font-family: 'Montserrat';
	color: #222;
}

.block .block-content {
	font-size: 13px;
}

.block .block-content li.item {
	padding: 0;
}


/* .block .block-content li {color: #666;} */

.block:not(.block-related) .block-content li a {
	font-size: 1.083em;
	/* color: #666; */
	position: relative;
	padding: .5em 0 .5em 10px;
	display: inline-block;
}

.block .btn-remove,
.block .btn-edit {
	float: right;
}

.block .actions {
	border-top: solid 1px #ddd;
	padding-top: 1.5em;
	margin-top: .75em;
	text-align: left;
}

.block .actions .btn-default+.btn-primary {
	margin-left: 14px;
}

.block .block-content ul,
.block .block-content ol {
	list-style: none;
	padding: 0;
	margin: 0;
}


/* Block: Layered Navigation */

.block-layered-nav {
	border: solid 4px #eee;
	padding: 1.5em 16px;
}

.block-layered-nav .block-title {}

.block-layered-nav .block-title strong span {}

.block-layered-nav .block-subtitle {
	display: none;
}


/* .block-layered-nav .block-content li {color: #666;} */

.block-layered-nav .block-content li a {
	/* color: #666;  */
	font-size: 1.083em;
}


/* .block-layered-nav .block-content li a:hover {color: #648ec8;} */

.block-layered-nav li a:before {
	content: "";
	background: rgba(100, 142, 199, .5);
	height: 4px;
	width: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.block-layered-nav dl {
	margin: 0;
}

.block-layered-nav dt {
	font-family: 'Montserrat';
	color: #222;
	font-size: 1.16em;
	font-weight: normal;
	line-height: 1.583em;
	margin-bottom: .5em;
}

.block-layered-nav dd {
	margin-bottom: 1em;
}

.block-layered-nav dd .price {
	font-family: inherit;
	font-size: 1.083em;
	color: inherit;
}

.block-layered-nav .block-content .btn-remove {
	font-size: 1.16em;
	padding-top: 0;
	padding-bottom: 0;
}

.block-layered-nav .btn-remove:before {
	content: none;
}

.block-layered-nav .currently li {
	margin-bottom: .75em;
}

.block-layered-nav .currently li:last-child {
	margin-bottom: 0;
}

.block-layered-nav .currently li .label {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 1.16em;
	font-weight: normal;
	line-height: 1.583em;
	margin-bottom: .5em;
	padding: 0;
}

.block-layered-nav .actions {
	border-color: #7b7775;
	margin: 1.5em 0;
}


/* Block: Cart */

.block-cart .img-container {
	float: left;
	width: 78px;
	margin-right: 15px;
}

.block-cart .img-container .product-image {
	width: 78px;
	padding: 0;
	border: none;
}

.block-cart .cart-price-qt {
	display: block;
	margin-top: 0px;
}

.block-cart .cart-price-qt strong {
	font-size: 1.16em;
	color: #888;
	display: inline-block;
	padding-left: 8px;
	position: relative;
}

.block-cart .cart-price-qt strong:before {
	content: "";
	background: #38c659;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.block-cart .block-content .mini-products-list {
	padding-bottom: .75em;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.block-cart .block-content .mini-products-list .product-details {
	float: right;
	width: 68%;
	padding-right: 7%;
	margin: 0;
	position: relative;
}

.block-cart .block-content .mini-products-list .product-details .price {
	line-height: 1.583em;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.block-cart .block-content .subtotal {
	text-align: left;
	margin: 0;
}

.block-cart .block-content .subtotal .label,
.block-cart .block-content .subtotal .price {
	display: inline-block;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0;
}

.block-cart .block-content .subtotal .label {
	color: #222;
	font-family: Montserrat;
}

.block-cart.block .block-content .mini-products-list li {
	padding: 0 0 .75em;
	margin: 0;
	clear: both;
	position: relative;
}

.block-cart.block .block-content .product-name {
	margin-bottom: 3px;
	text-align: left;
}

.block-cart.block .block-content .product-name a {
	font-size: 1.16em;
	color: #222;
	line-height: 1.25em;
	font-family: Montserrat;
	padding: 0;
}

.block-cart.block .block-content .product-box {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

.block-cart.block .block-content .btn-remove {
	position: absolute;
	top: 0;
	right: -5px;
	z-index: 1;
	background: none;
	font-size: 1em;
	width: auto;
	text-indent: 0;
	height: auto;
	margin: 0;
}

.block-cart.block .block-content .btn-edit {
	position: absolute;
	right: -5px;
	top: 25px;
	z-index: 1;
	background: none;
	font-size: 1em;
	width: auto;
	text-indent: 0;
	height: auto;
}

.block-cart.block .block-content .btn-edit i,
.block-cart.block .block-content .btn-remove i {
	font-size: 1.16em;
	padding: 5px;
	color: #ddd;
}

.block-cart.block .block-content .summary .amount {
	display: none;
}

.block-cart .subtotal {
	text-align: center;
}

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 5px 0;
}


/* Block: Wishlist */

.block.block-wishlist {
	position: relative;
}

aside.sidebar .block.block-wishlist li.item {
	width: 100%;
	overflow: hidden;
}

aside.sidebar .block.block-wishlist #wishlist-sidebar li.item {
	margin-bottom: 1.5em;
}

aside.sidebar .block.block-wishlist #wishlist-sidebar li.item:last-child {
	margin: 0;
}

aside.sidebar .block.block-wishlist li.item .product-image {
	display: inline-block;
	width: 80px;
	padding: 0;
	margin-right: 20px;
	vertical-align: top;
}

aside.sidebar .block.block-wishlist li.item .product-image img {
	width: 100%;
}

aside.sidebar .block.block-wishlist li.item .product-details {
	width: 65%;
	display: inline-block;
}

aside.sidebar .block.block-wishlist li.item .product-details .product-name {
	margin-bottom: 5px;
	margin-top: -3px;
	padding-right: 20px;
}

.sidebar .block li.item .product-details .product-name a {
	color: #222;
}

aside.sidebar .block.block-wishlist li.item .product-details .product-name a {
	font-size: 1.16em;
	line-height: 1.25em;
	font-family: Montserrat;
	padding: 0;
	max-width: 90%;
}

aside.sidebar .block.block-wishlist li.item .product-details .product-name a:hover {
	color: #648ec8;
}

aside.sidebar .block.block-wishlist li.item .product-details .price-box {
	margin-bottom: 1em;
}

aside.sidebar .block.block-wishlist li.item .product-details .price-box.map-info {
	float: none;
}

aside.sidebar .block.block-wishlist li.item .product-details .price-box .price {
	font-style: normal;
}

aside.sidebar .block.block-wishlist li.item .product-details .btn-remove {
	margin-top: -.5em;
	padding: 0;
}

aside.sidebar .block.block-wishlist li.item .product-details .btn-remove i {
	font-size: 1em;
	color: #ccc;
	padding: 5px;
	line-height: 1;
}

aside.sidebar .block.block-wishlist li.item.last {
	padding-bottom: 0;
}

aside.sidebar .block.block-wishlist .link-cart {
	font-size: .91em;
	color: #888;
	font-family: Montserrat;
	text-transform: lowercase;
	padding: 0;
}

aside.sidebar .block.block-wishlist .link-cart:hover,
aside.sidebar .block.block-wishlist li.item .product-details .btn-remove i:hover {
	color: #648ec8;
}

aside.sidebar .block.block-wishlist .link-cart i {
	font-size: 1.273em;
	vertical-align: middle;
	margin-left: 4px;
}

aside.sidebar .block.block-wishlist .actions {
	margin-top: 1.5em;
}

#wishlist-slider .es-carousel-wrapper {
	position: relative;
}

#wishlist-slider .es-carousel {
	min-height: 75px;
	overflow: hidden;
}

#wishlist-slider .es-carousel ul.carousel-ul {
	margin: auto;
}

#wishlist-slider .es-carousel ul.carousel-ul>li {
	float: left;
	display: block;
}

#wishlist-slider .es-carousel ul.carousel-ul li a.product-image img {
	display: block;
	border: none;
	max-height: none;
	max-width: none;
}

.block-wishlist .prev,
.block-wishlist .next,
.block-related .prev,
.block-related .next {
	float: left;
	margin-left: 1px;
	cursor: pointer;
}

.block-wishlist .slider-buttons,
.block-related .slider-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.slider-buttons i {
	font-size: 14px;
	background-color: #eee;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #777;
}

.slider-buttons i:hover {
	background-color: #648ec8;
	color: #fff;
}


/* Block: Block List */

.block-list .block-content {
	padding-left: 0!important;
}

.block-list li.item {
	width: 100%;
	overflow: hidden;
}

.block-list li.item a {
	padding: .25em 5px;
	display: inline-block;
}

.block-list li.item:first-child {
	border-top: none;
}


/* Block: Compare Products */

.block-compare li.item {
	width: 100%;
	overflow: hidden;
}

.block-compare li.item a {
	padding: .25em 0 .25em 10px;
}

.block-list li.item .product-name {
	position: relative;
}

.block-list li.item .product-name:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
}

.block-list li.item .product-name a {
	padding-left: 10px;
}

.block-list li.item .product-name a:hover,
.block-compare li.item .btn-remove i:hover {
	color: #648ec8;
}

.block-compare li.item .product-name {
	float: left;
	width: 87%;
	position: relative;
}

.block-compare li.item .btn-remove {
	margin: 0;
	padding: 0;
}

.block-compare li.item .btn-remove i {
	color: #ccc;
	padding: 5px;
}

.block-compare .actions {
	text-align: center;
}


/* Block: Poll */

.block-poll .block-content {
	padding-left: 0!important;
}

.block-poll li {
	padding: .25em 5px;
	background: none;
}

.block-poll input.radio {
	float: left;
	margin: 2px 5px 0 1px;
}

.block-poll .label {
	display: block;
	float: left;
	width: 80%;
	text-align: left;
	font-size: 1.083em;
	color: #666;
	font-weight: normal;
}

.block-poll label {
	font-weight: normal;
}

.block-poll #poll-answers li {
	padding-left: 0;
	padding-right: 0;
}

.block-poll .answer {
	float: left;
	width: 70%;
}

.block-poll .answer span {
	display: block;
	width: 140px;
}

.block-poll .votes {
	float: right;
	width: 28%;
	text-align: right;
}


/* Block: Tags */

aside.sidebar .block-tags .block-content {
	padding-left: 0;
}

aside.sidebar .block-tags ul {
	margin-bottom: 1.5em;
	display: block;
	font-size: 1.16em;
}

aside.sidebar .block-tags li {
	display: inline-block;
	margin-bottom: 2px;
}

aside.sidebar .block-tags li a {
	color: #666;
	display: inline-block;
	font-style: normal;
}

aside.sidebar .block-tags li a:hover {
	color: #648ec8;
}


/* Block: Reorder */

.block-reorder .block-content li.item {
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.block-reorder .block-content li.item a {
	padding-left: 7px;
}

.block-reorder .block-content li.item a i.fa {
	margin-right: 5px;
	color: #666;
}

.block-reorder .block-content li.item a:hover {
	color: #648ec8;
}

.block-reorder input.checkbox {
	float: left;
	margin: .75em 0 0;
}

.block-reorder .product-name {
	margin-left: 0;
	float: left;
	width: 80%;
	margin-bottom: 0;
	padding-left: 0;
}

.block-reorder .actions {
	text-align: center;
}


/* Block: Banner */

.block-banner .block-content {
	padding: 0;
	text-align: center;
}


/* Block: Login */

.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}


/* Paypal */

.sidebar .paypal-logo {
	display: block;
	margin: 0.75em 0 1.5em;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}


/* newsletter */

.block-subscribe {
	padding: 1.5em 16px;
	border: solid 4px #eee;
}

.block-subscribe .block-title {
	border-color: #ddd;
}

.block-subscribe .form-subscribe-header label {
	display: block;
	font-size: 1.083em;
	padding-bottom: 1.5em;
	cursor: auto;
	font-family: Arial;
	font-weight: normal;
	color: inherit;
}

aside.sidebar .block-subscribe input {
	background-color: #eee;
	border-color: #eee;
	color: #888;
}

aside.sidebar .block-subscribe .btn {
	z-index: 2;
}

aside.sidebar .block-subscribe .validation-advice,
.product-sidebar .block-subscribe .validation-advice {
	position: absolute;
	bottom: -15px;
}


/* Configurable Swatch */

.configurable-swatch-list li {
	float: left;
	margin: 0 0 0 3px;
}

.block-layered-nav dd .configurable-swatch-list li {
	margin: 0 10px 1em 0;
}

.block-layered-nav dd .configurable-swatch-list li:last-child {
	margin-left: 0;
}

.block-layered-nav dd .configurable-swatch-list li a {
	padding-left: 0;
}

.block-layered-nav dd .configurable-swatch-list li a:before {
	content: none;
}

.block-layered-nav dd .swatch-link {
	text-align: left;
	display: inline-block;
	padding: 5px;
	border: none;
}

.block-layered-nav dd .swatch-link .count {
	line-height: 1.7em;
}

.block-layered-nav dd .swatch-link .swatch-label {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 1px 5px;
	box-sizing: content-box;
}

.block-layered-nav dd .swatch-link.has-image {
	margin-top: 1px;
}

.block-layered-nav dd .swatch-link.has-image .swatch-label {
	padding: 0;
}

.block-layered-nav dd .swatch-link.has-image .count {
	line-height: 1.5em;
}

.block-layered-nav dd .swatch-link .swatch-label img,
.swatch-current .swatch-link .swatch-label img {
	margin: 1px;
	vertical-align: top;
}

.configurable-swatch-list {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.products-grid .configurable-swatch-list li {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}

.products-grid .configurable-swatch-list li,
.products-list .configurable-swatch-list li {
	margin-bottom: 2px;
}

.configurable-swatch-list .not-available .x {
	display: block;
}

.configurable-swatch-list .not-available .swatch-link {
	opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
}

.configurable-swatch-list .not-available a:focus {
	outline: 0;
}

.configurable-swatch-list .swatch-link,
.swatch-current .swatch-link {
	color: #aaa;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-sizing: content-box;
}

.configurable-swatch-list .swatch-link:hover {
	color: #648ec8;
}

.swatch-current .selected .swatch-link,
.configurable-swatch-list .selected .swatch-link {
	border-color: #000;
	color: #000;
}

.swatch-current .btn-remove {
	line-height: 1em;
	overflow: visible;
}

.configurable-swatch-list .swatch-link span.x {
	display: none;
}

.configurable-swatch-list .swatch-link .swatch-label {
	border-radius: 3px;
	border: 1px solid transparent;
	display: block;
	padding: 1px 5px;
	box-sizing: content-box;
}

.configurable-swatch-list .swatch-link.has-image .swatch-label {
	padding: 0;
}

.configurable-swatch-list .swatch-link.has-image .swatch-label img {
	vertical-align: top;
}

.swatch-current .swatch-link {
	margin-left: 5px;
}

.products-list .configurable-swatch-list,
.products-grid .configurable-swatch-list {
	margin-bottom: .91em;
}

.products-list .configurable-swatch-list li .swatch-label,
.products-grid .configurable-swatch-list li .swatch-label {
	display: block;
	padding: 1px 5px;
}

.products-list .configurable-swatch-list li .swatch-link.has-image .swatch-label,
.products-grid .configurable-swatch-list li .swatch-link.has-image .swatch-label {
	padding: 0;
}

.product-image-gallery .gallery-image {
	display: none!important;
}

.product-image-gallery #image.gallery-image {
	display: block!important;
}


/* ======================================================================================= */


/* Text Banners */

.banner-content {
	position: absolute;
	text-align: center;
}

.banner-content.skin-1 {
	width: 39%;
	right: 1%;
	top: 24%;
}

.banner-content i {
	font-style: normal;
	font-size: 1.16em;
	color: #807875;
}

.banner-content p {
	font-size: .91em;
	margin: 0 0 1%;
}

.banner-content h2 {
	font-family: Montserrat;
	font-weight: bold;
	color: #222;
	font-size: 2em;
	line-height: .91;
	margin: 0 0 5%;
}

.banner-content.skin-2 {
	top: 24%;
	width: 42%;
	left: 29%;
}

.banner-content.skin-2 i,
.banner-content.skin-2 p {
	color: #fff;
}

.banner-content.skin-2 h2 {
	color: #fff;
	margin-bottom: 10%;
}

.text-banner.dark-store {
	position: relative;
}

.text-banner.dark-store .banner-content.skin-2 {
	top: 16%;
	width: 56%;
	left: 22%;
}

.text-banner.dark-store .banner-content.skin-2 h2 {
	font-size: 2.5em;
	text-transform: uppercase;
	margin-bottom: 4%;
}

.col3-layout .banner-content.skin-1 {
	top: 12%;
	right: 5%;
}

.col3-layout .banner-content.skin-2 {
	top: 12%;
	width: 70%;
	left: 16%;
}

.banner-home .banner-content.skin-2 {
	top: 7%;
}

.banner-content.skin-2 .btn {
	margin-top: 4%;
}

.banner-home .banner-content.skin-2 h2~p {
	font-size: 1em;
}

.banner-home .text-banner-bottom .banner-content.skin-2 {
	width: 82%;
	left: 9%;
	top: 16%;
}

.banner-home .text-banner-bottom .banner-content.skin-2 h2 {
	margin-bottom: 4%;
}

.banner-home .text-banner-bottom .banner-content.skin-2 .btn {
	margin-top: 4%;
}

.banner-home .divider-border {
	border-top: 1px solid rgba(255, 255, 255, .3);
	line-height: 0;
	width: 28%;
	height: 3px;
	margin: 0 auto 3%;
	font-size: 0;
}

.banner-home .divider-block {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(255, 255, 255, .3);
	background: none;
}

.banner-home .text-banner .banner-content.skin-3 {
	position: absolute;
	bottom: 9.5%;
	left: 9.5%;
	right: 9.5%;
	top: 85%;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.banner-home .text-banner .banner-content.skin-3 h2 {
	margin: 0;
	font-size: .9em;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

.banner-home .text-banner .banner-content.skin-3 h2~p {
	font-size: 1em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.banner-home .text-banner .banner-content.skin-3 .divider-border {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: inherit;
}

.banner-home .text-banner .banner-content.skin-3 .btn {
	margin: 1.5em auto 0;
}

.banner-home .text-banner .banner-content.skin-3 .divider-border,
.banner-home .text-banner .banner-content.skin-3 h2~p,
.banner-home .text-banner .banner-content.skin-3 .btn {
	opacity: 0;
	-webkit-transition: opacity 1500ms ease, background 500ms ease, border 500ms ease;
	-o-transition: opacity 1500ms ease, background 500ms ease, border 500ms ease;
	transition: opacity 1500ms ease, background 500ms ease, border 500ms ease;
}

.banner-home .text-banner:hover .banner-content.skin-3 {
	top: 5%;
	padding-top: 3em;
}

.banner-home .text-banner:hover .banner-content.skin-3 .divider-border,
.banner-home .text-banner:hover .banner-content.skin-3 h2~p,
.banner-home .text-banner:hover .banner-content.skin-3 .btn {
	opacity: 1;
}

.home-banners-wrapper .text-banner .banner-content.skin-1 {
	bottom: 10%;
	left: 9%;
	top: auto;
	right: auto;
}

.home-banners-wrapper .text-banner .banner-content.skin-2 {
	width: auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 27%;
}

.home-banners-wrapper .text-banner .banner-content.skin-3 {
	bottom: 26%;
	width: 90%;
	left: 5%;
}

.home-banners-wrapper .text-banner .banner-content.skin-4 {
	bottom: 20%;
	width: 50%;
	left: 25%;
}

.home-banners-wrapper .text-banner .banner-content.skin-2 p {
	width: 68%;
}

.home-banners-wrapper .text-banner .banner-content.skin-3 p {
	width: 62%;
}

.home-banners-wrapper .text-banner .banner-content i {
	color: #fff;
}

.home-banners-wrapper .text-banner .banner-content h4 {
	font-size: .91em;
	font-weight: 500;
	margin: 0 0 .5em;
	color: #fff;
}

.home-banners-wrapper .text-banner .banner-content h2 {
	font-size: 2.5em;
	font-family: Montserrat;
	font-weight: 500;
	margin: 0 0 .25em;
	text-transform: uppercase;
	line-height: 1.25;
	color: #fff;
}

.home-banners-wrapper .text-banner .banner-content h2 i {
	font-weight: normal;
	font-size: .583em;
	color: #fff;
}

.home-banners-wrapper .text-banner .banner-content h2 strong {
	font-size: .8em;
	display: block;
	text-transform: none;
}

.home-banners-wrapper .text-banner .banner-content h2 sup {
	font-family: Arial;
	font-size: .333em;
	font-weight: normal;
	color: #fff;
	vertical-align: top;
	top: 0;
}

.home-banners-wrapper .text-banner .banner-content p {
	margin-bottom: 1.5em;
	color: #fff;
	width: 80%;
	font-size: 1em;
}

.home-banners-wrapper .text-banner .banner-content .divider-border {
	border-top: 1px solid rgba(255, 255, 255, .3);
	line-height: 0;
	width: 26%;
	height: 3px;
	margin: 0 0 3%;
	font-size: 0;
}

.home-banners-wrapper .text-banner .banner-content .divider-block {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(255, 255, 255, .3);
	background: none;
}

.home-banners-wrapper .text-banner .banner-content.a-center .divider-border,
.home-banners-wrapper .text-banner .banner-content.a-center .divider-block,
.home-banners-wrapper .text-banner .banner-content.a-center p {
	margin-left: auto;
	margin-right: auto;
}

.text-banner a {
	display: block;
}

.products-grid .btn,
.products-list .btn {
	padding-top: 7px;
	padding-bottom: 7px;
}

.products-grid .btn i,
.products-list .btn i,
.footer-products-list .btn i,
#crosssell-products-list .btn i {
	color: #888;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #ddd;
}


/* Popup Block */

#popup-block {
	z-index: 99999;
}

#popup-block .modal-backdrop {
	z-index: 0;
}

#popup-block .modal-dialog {
	width: 838px;
	position: static;
	margin: 0 auto;
	height: 100%;
}

#popup-block .modal-dialog .modal-content {
	position: absolute;
	top: 50%;
}

#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: 12px;
	right: 12px;
	opacity: 1;
	z-index: 99;
}

#popup-block .modal-header .close i {
	color: #666;
	font-size: 1.16em;
}

#popup-block .modal-header .close i:hover {
	color: #648ec8;
}

#popup-block .modal-dialog .modal-body {
	padding: 0;
}

#popup-block .block-subscribe {
	float: left;
	text-align: center;
	width: 45%;
	margin-left: 30px;
	margin-bottom: 0;
	padding: 8em 0 9.25em;
	background: none;
	border: none;
}

#popup-block .block-subscribe .block-title {
	border: none;
	margin: 0;
}

#popup-block .block-subscribe strong span {
	color: #222;
	font-weight: normal;
	text-transform: none;
	font-size: 2em;
	line-height: 1.44em;
	text-transform: uppercase;
	padding-bottom: .25em;
}

#popup-block .block-subscribe label {
	font-size: 1em;
	color: #888;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 1.5em;
	font-weight: normal;
	width: 86%;
	margin: 0 auto;
}

#popup-block .block-subscribe~.popup-bottom {
	color: #fff;
}

#popup-block .block-subscribe .input-box {
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}

#popup-block .block-subscribe input {
	height: 40px;
	background-color: #e2e2e2;
	border-color: #e2e2e2;
}

#popup-block .block-subscribe .actions {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#popup-block .block-subscribe .btn {
	height: 40px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

#popup-block {
	display: none;
}

#popup-block .popup-content-wrapper {
	height: 100%;
	background-size: cover;
}

#popup-block .popup-bottom {
	position: absolute;
	margin-left: 30px;
	bottom: 20px;
	color: #888;
	font-size: .83em;
	color: #888;
	font-weight: normal;
}

#popup-block .popup-bottom input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 3px;
}


/* 
 * 	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 {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.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;
}

.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;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}


/* 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);
	}
}


/* Category Page ========================================================================= */

.catalog-category-view .content-wrapper .container,
.catalogsearch-result-index .content-wrapper .container {
	/*padding-bottom: 5.33em;*/
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1.5em;
	text-align: center;
}

.category-description {
	margin: 0 0 1.5em;
}


/* View Type: Grid */

.products-grid li.item,
.products-list li.item {
	margin-bottom: 2.5em;
}

.widget-slider .products-grid li.item {
	margin-bottom: 0;
}

.widget .products-grid li.item:nth-child(4n+1) {
	clear: left;
}

.widget .products-grid li.item:nth-child(4n+4) {
	clear: right;
}

.image-box {
	position: relative;
	overflow: hidden;
}

.products-grid .image-box {
	margin-bottom: 1em;
}

.products-list .product-image,
.products-grid .product-image {
	display: block;
	border: solid 1px transparent;
	position: relative;
}

.products-grid .product-name,
.products-list .product-name {
	margin: 0 0 .5em;
}

.products-grid .product-name a,
.products-list .product-name a,
.footer-products-list .product-name a {
	font-size: 1.16em;
	color: #222;
	font-family: Montserrat;
	line-height: 1.583em;
}

.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.footer-products-list .product-name a:hover {
	color: #648ec8;
}

.products-grid .availability,
.products-list .availability {
	margin-bottom: 1em;
}

.products-grid .ratings,
.products-list .ratings {
	margin: 0 0 .66em;
}

.products-grid .price-box,
.products-list .price-box {
	margin-bottom: 1em;
	line-height: 1;
}

.products-grid .btn,
.products-list .btn {
	margin-right: 15px;
}

.products-grid .add-to-links,
.products-list .add-to-links {
	display: inline-block;
	margin-top: .55em;
	vertical-align: top;
}

.products-grid .add-to-links li,
.products-list .add-to-links li {
	display: inline-block;
	margin-left: 15px;
}

.products-grid .add-to-links li:first-child,
.products-list .add-to-links li:first-child {
	margin-left: 0;
}

.add-to-links li i,
.link-wishlist i {
	color: #666;
}

.add-to-links li i:hover,
.link-wishlist i:hover {
	color: #648ec8;
}


/* Products Grid Colums */

.home-slider-conainer {
	position: relative;
	padding-bottom: 1.5em;
}

.widget-grid.row {
	margin-left: -10px;
	margin-right: -10px;
}

.products-grid li.item {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.products-grid.one-column:not(.carousel-ul) li.item {
	width: 100%;
}

.products-grid.two-columns:not(.carousel-ul) li.item {
	width: 50%;
}

.products-grid.three-columns:not(.carousel-ul) li.item {
	width: 33.3%;
}

.products-grid.four-columns:not(.carousel-ul) li.item {
	width: 25%;
}

.products-grid.five-columns:not(.carousel-ul) li.item {
	width: 20%;
}

.products-grid.six-columns:not(.carousel-ul) li.item {
	width: 16.66%;
}

.products-grid.seven-columns:not(.carousel-ul) li.item {
	width: 14.28%;
}

.products-grid.eight-columns:not(.carousel-ul) li.item {
	width: 12.5%;
}

.products-grid.one-column:not(.carousel-ul) li.item,
.products-grid.two-columns:not(.carousel-ul) li.item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) li.item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) li.item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) li.item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) li.item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) li.item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) li.item:nth-of-type(8n+1) {
	clear: left;
}

.products-grid.one-column:not(.carousel-ul) li.item,
.products-grid.two-columns:not(.carousel-ul) li.item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) li.item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) li.item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) li.item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) li.item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) li.item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) li.item:nth-of-type(8n) {
	clear: right;
}


/* View Type: List */

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

.products-grid .desc,
.products-list .desc {
	margin-bottom: 1em;
}

.products-list .product-name {
	margin-bottom: .25em;
}

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

.widget-products .products-list .image-box,
.widget-products .products-list .product-shop,
.widget-products .footer-products-list .image-box,
.widget-products .footer-products-list .product-shop {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.products-list .twenty {
	width: 20%;
}

.products-list .twenty-five {
	width: 25%;
}

.products-list .thirty {
	width: 30%;
}

.products-list .thirty-five {
	width: 35%;
}

.products-list .forty {
	width: 40%;
}

.products-list .forty-five {
	width: 45%;
}

.products-list .fifty {
	width: 50%;
}

.products-list .fifty-five {
	width: 55%;
}

.products-list .sixty {
	width: 60%;
}

.products-list .sixty-five {
	width: 65%;
}

.products-list .seventy {
	width: 70%;
}

.products-list .seventy-five {
	width: 75%;
}

.products-list .eighty {
	width: 80%;
}


/* Masonry Grid */

.masonry-grid .item {
	padding-bottom: 1.5em!important;
}

.masonry-grid .item:hover .product-info-top {
	background-color: #648ec8;
}

.masonry-grid .item:hover .product-info-top .desc,
.masonry-grid .item:hover .product-info-top .link-shop,
.masonry-grid .item:hover .product-info-top .product-name a {
	color: #fff;
}

.masonry-grid .item .product-image {
	margin-bottom: 0;
	display: block;
}

.masonry-grid .product-info-top {
	background-color: #fff;
	border-bottom: solid 1px #ddd;
	padding: 2.833em 30px;
	transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-webkit-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
}

.masonry-grid .product-info-top .product-name {
	margin-bottom: 1em;
}

.masonry-grid .product-info-top .product-name a {
	font-size: 1.5em;
	color: #222;
	line-height: 1;
}

.masonry-grid .product-info-top .desc {
	font-size: 1em;
	color: #666;
	margin-bottom: 1em;
}

.masonry-grid .product-info-top .link-shop {
	font-size: 1em;
	text-transform: uppercase;
}

.masonry-grid .product-info-top .link-shop i {
	font-size: 1.16em;
	margin-top: 1px;
	margin-left: 5px;
}

.masonry-grid .product-info-top .link-shop:hover i {
	margin-left: 10px;
}

.masonry-grid .category-button {
	position: relative;
	z-index: 9;
	text-align: center;
}

.masonry-grid .category-button a {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0 21px;
}

.masonry-grid .category-button a i {
	margin-right: 10px;
	font-size: 1.16em;
	line-height: 40px;
}


/* Footer list */

.footer-products-list .item {
	margin-bottom: 1.5em;
}

.footer-products-list .item.last {
	margin-bottom: 0;
}

.footer-products-list .product-image {
	display: inline-block;
	width: 64px;
	vertical-align: top;
	position: relative;
}

.footer-products-list .product-shop {
	display: inline-block;
	vertical-align: top;
	width: 73%;
}

.footer-products-list .product-shop .product-name {
	margin-top: -3px;
	margin-bottom: .5em;
}

.footer-products-list .product-shop .product-name a {
	font-size: 1em;
}

.footer-products-list .product-shop .price-box {
	margin-bottom: .75em;
}

.footer-products-list .product-buttons .button-holder {
	display: inline-block;
	vertical-align: middle;
}

.footer-products-list .product-buttons .add-to-links {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	list-style: none;
}

.footer-products-list .product-buttons .add-to-links li {
	float: left;
	line-height: 1;
	margin-left: 15px;
}

.footer-products-list .product-buttons .add-to-links li:first-child {
	margin-left: 12px;
}


/* Light box */

.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;
	opacity: 1;
}

.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: #648ec8;
}

.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: #648ec8;
}

.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;
}

.lightbox-button {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	opacity: 0;
	z-index: 5;
}

.image-box:hover .lightbox-button {
	opacity: 1;
}

.lightbox-button i {
	width: 30px;
	height: 30px;
	background-color: #550065;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.lightbox-button i:hover {
	background-color: #648ec8;
}

.product-image:hover .lightbox-button.active {
	opacity: 1;
	z-index: 9999;
}

.image-box .hover-image {
	position: absolute;
	max-width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 3;
}

.image-box:hover span.hover-image,
.image-box:hover span.hover-image {
	opacity: 1;
}

.image-box .product-image .hover-image.scale {
	transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
}

.image-box .product-image .hover-image.scale+img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	position: relative;
	display: block;
	z-index: 1;
}

.image-box:hover .product-image .hover-image.scale+img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	opacity: 0;
	z-index: 2;
}


/* ======================================================================================= */


/* Product Labels */

.product-labels-wrapper {
	position: absolute;
	top: 1px;
	left: 20px;
	right: 20px;
	z-index: 5;
}

.five-columns .product-labels-wrapper,
.six-columns .product-labels-wrapper {
	left: 5px;
	right: 5px;
}

.seven-columns .product-labels-wrapper,
.eight-columns .product-labels-wrapper {
	left: 0;
	right: 0;
}

.seven-columns .product-labels-wrapper>div,
.eight-columns .product-labels-wrapper>div {
	padding-left: 8px;
	padding-right: 8px;
}

.widget-products .products-list .product-labels-wrapper {
	left: 30px;
	right: 30px;
}

.product-labels-wrapper>div {
	padding: .6em 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: lowercase;
	margin: 0;
}

.label-new {
	background-color: #550065;
	border-color: #550065;
	float: left;
}

.product-labels-wrapper>div:not(.label-new) {
	background-color: #648ec7;
	border-color: #648ec7;
	float: right;
}

.product-labels-wrapper.bottom {
	top: auto;
	bottom: 0;
}

.product-labels-wrapper.sale-new .label-new {
	float: right;
}

.product-labels-wrapper.sale-new>div:not(.label-new) {
	float: left;
}


/* label type 1 */

.product-labels-wrapper.label-type-1>div {
	border-radius: 50%;
	-moz-border-radius: 50%;
	height: 25px;
	line-height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 7px;
}

.product-labels-wrapper.label-type-1 .availability-only {
	min-width: 33px;
	line-height: 26px;
	min-height: 33px;
}

.product-labels-wrapper.label-type-1 .availability-only p {
	display: block;
	line-height: normal;
	position: relative;
	top: -10px;
}

.label-type-1 .label-sale.percentage {
	font-size: 1em;
	padding: 0 9px
}

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


/* label type 2 */

.product-labels-wrapper.label-type-2 .availability-only p,
.product-labels-wrapper.label-type-2 .percentage span {
	display: inline;
	padding-left: 1px;
}


/* label type 3 */

.product-labels-wrapper.label-type-3>div {
	border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 33px;
	height: 33px;
	padding: 0 12px;
}

.product-labels-wrapper.label-type-3 .availability-only {
	line-height: 33px;
}

.product-labels-wrapper.label-type-3 .availability-only p {
	display: inline;
	padding-left: 1px;
}

.product-labels-wrapper.label-type-3 .percentage {
	line-height: 27px;
	padding: 0 18px;
	font-size: 1em;
}

.product-labels-wrapper.label-type-3 .percentage span {
	top: -17px;
	display: block;
	position: relative;
	font-size: .75em;
}


/**** label type 4 ****/

.product-labels-wrapper.label-type-4>div {
	line-height: 20px;
	height: 20px;
	padding: 0 5px 0 7px;
	position: relative;
}

.product-labels-wrapper.label-type-4 .percentage {
	font-size: 1em;
}

.product-labels-wrapper.label-type-4 .percentage span {
	display: inline;
	padding-left: 1px;
	font-size: .75em;
}

.product-labels-wrapper.label-type-4 .availability-only p {
	display: inline;
	padding-left: 1px;
}

.product-labels-wrapper.label-type-4>div:before,
.product-labels-wrapper.label-type-4>div:after {
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	content: '';
	position: absolute;
	right: -5px;
}

.product-labels-wrapper.label-type-4>div:before {
	border-top: 10px solid;
	top: 0;
}

.product-labels-wrapper.label-type-4>div:after {
	border-bottom: 10px solid;
	bottom: 0;
}

.product-labels-wrapper.label-type-4 .label-new:before,
.product-labels-wrapper.label-type-4 .label-new:after {
	left: auto;
}

.product-labels-wrapper.label-type-4 .label-new:before {
	border-top-color: inherit;
}

.product-labels-wrapper.label-type-4 .label-new:after {
	border-bottom-color: inherit;
}

.product-labels-wrapper.label-type-4>div:not(.label-new):before,
.product-labels-wrapper.label-type-4>div:not(.label-new):after {
	left: -5px;
	right: auto;
	border-left: 5px solid transparent;
}

.product-labels-wrapper.label-type-4>div:not(.label-new):before {
	border-top-color: inherit;
}

.product-labels-wrapper.label-type-4>div:not(.label-new):after {
	border-bottom-color: inherit;
}

.product-labels-wrapper.sale-new.label-type-4>div:before,
.product-labels-wrapper.sale-new.label-type-4>div:after {
	border-left: 5px solid transparent;
	border-right: inherit;
	right: auto;
	left: -5px;
}

.product-labels-wrapper.sale-new.label-type-4>div:not(.label-new):before,
.product-labels-wrapper.sale-new.label-type-4>div:not(.label-new):after {
	border-right: 5px solid transparent;
	border-left: inherit;
	left: auto;
	right: -5px;
}


/* Product View ========================================================================== */


/* Rating */

.no-rating {
	margin: 0;
}

.ratings {
	line-height: 1.25;
	margin: 7px 0;
}

.ratings strong {
	float: left;
	margin: 1px 5px 0 0;
}

.ratings .rating-links {
	margin: 0;
	display: inline-block;
	/* font-size: .91em; */
	font-size: 11px;
}

.ratings .rating-links a,
.ratings .amount a {
	color: #666;
}

.ratings .rating-links a:hover,
.ratings .amount a:hover {
	color: #648ec8;
}

.ratings .rating-links .separator {
	margin: 0 2px;
}

.rating-box {
	float: left;
	position: relative;
	font-size: 12px;
	color: #aaa;
	margin-right: 10px;
}

.rating-box i {
	margin-right: 5px;
	width: 11px;
}

.rating-box i:nth-child(5n) {
	margin-right: 0;
}

.rating-box .rating {
	position: absolute;
	overflow: hidden;
	top: 1px;
	left: 0;
	color: #ffc834;
	height: 12px;
}

.rating-box .rating i {
	position: absolute;
	left: 0;
	width: 11px;
}

.rating-box .rating i:nth-child(2n) {
	left: 16px;
}

.rating-box .rating i:nth-child(3n) {
	left: 32px;
}

.rating-box .rating i:nth-child(4n) {
	left: 48px;
}

.rating-box .rating i:nth-child(5n) {
	left: 64px;
}

.ratings .amount {
	display: inline-block;
	font-size: .91em;
}

.ratings-table th,
.ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}


/* Availability */

.availability {
	font-size: .817em;
	color: #888;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	margin-bottom: 1.5em;
	position: relative;
}

.availability i.fa {
	font-size: 11px;
	line-height: 11px;
	margin-right: 5px;
	color: #888;
}


/* .availability span {line-height: 1;} */

.availability.in-stock i.fa {
	color: #63c55b;
}

.availability.in-stock span {
	color: #63c55b;
}

.availability-only {
	margin: 0 0 7px;
}

.availability-only a {
	background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor: pointer;
	padding-right: 15px;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	background: #f2f2f2;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 2px 8px 1px;
}


/********** < Product Prices */

.availability.out-of-stock+.price-box .price {
	color: #b2b2b2;
}

.price {
	white-space: nowrap !important;
	color: #550065;
	font-size: 1.4em;
	font-weight: normal;
}

.catalog-mode .price,
.catalog-mode .price-box,
.catalog-mode .price-box-bundle {
	display: none!important;
}


/* Old price */

.old-price,
.special-price {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.std .old-price,
.std .special-price {
	margin-bottom: 0;
}

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

.old-price .price {
	font-size: 1em;
	color: #aaa;
	text-decoration: line-through;
}


/* Special price */

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


/* Minimal price (as low as) */

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

.minimal-price-link .label {
	font-size: 1em;
	color: #666;
	font-weight: bold;
	padding-left: 0;
}

.minimal-price-link .price {
	font-weight: normal;
}


/* Excluding tax */

.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}


/* Including tax */

.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}


/* Configured price */

.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}


/* FPT */

.weee {
	display: block;
	font-size: 11px;
	color: #444;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}


/* Excl tax (for order tables) */

.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}


/* Incl tax (for order tables) */

.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}


/* Price range */

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

.price-from .price-label,
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}


/* Price notice next to the options */

.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}


/* Price as configured */

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}


/********** Product Prices > */


/* Tier Prices */

.tier-prices .price {
	font-weight: bold;
}


/* Add to Links */

.add-to-links {
	margin-bottom: 1.5em;
}

.add-to-links .separator {
	display: none;
}


/* Add to Cart */

.add-to-cart label {
	float: left;
	margin-right: 5px;
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart button.button {
	float: left;
	margin-left: 5px;
}

.add-to-cart .paypal-logo {
	clear: left;
	text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
	margin: 0;
}


/* Add to Links + Add to Cart */

.product-collateral .box-collateral {
	margin: 0 0 15px;
}


/* Product View */

.product-view {
	margin-bottom: 5em;
}

.product-view .product-shop .product-name {
	padding-bottom: 0.9em;
	margin-bottom: 0.9em;
}

.product-view .product-name h1 {
	margin: 0 0 0.5em 0;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	font-family: Montserrat;
	line-height: 1.25em;
}

@media (min-width:768px) {
	.product-view .product-name h1 {
		font-size: 20px;
	}
}

.product-view .sku {
	color: #888;
}

.product-view .sku span {
	padding-left: 2px;
}

.product-view .no-rating,
.product-view .ratings {
	display: inline-block;
	vertical-align: middle;
}

.product-view .sku-reviews-block,
.product-view .short-description {
	margin-bottom: 1.5em;
}
.product-view .sku-reviews-block {
	float: right;
	text-align: right;
	margin-top: 40px;
}
@media (min-width:768px) {
	.product-view .sku-reviews-block {
		float: none;
		text-align: left;
		margin-top: 0;
		line-height: 43px;
	}
}
@media (min-width:1350px) {
	.product-view .sku-reviews-block {
		float: right;
		text-align: right;
	}
}
.product-view .sku-reviews-block .price {
	vertical-align: middle;
	font-size: 30px;
	color: #000000;
}
.product-shop__inner .short-description {
	display: none;
}
@media (min-width:768px) {
	.product-view .sku-reviews-block .price {
		font-size: 34px;
	}
}
.product-view .sku-reviews-block .availability {
	display: none;
}

.product-view .short-description h2 {
	font-family: Montserrat;
	color: #222;
	font-size: 1.16em;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	line-height: 1.583em;
	margin: 0 0 1em;
	padding-bottom: 1em;
}

.product-view .add-to-cart .btn {
	padding: 15px 18px;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 29px;
}
@media (min-width:768px) {
	.product-view .add-to-cart .btn {
		padding: 18px;
		font-size: 16px;
	}
}

.product-view .add-to-cart .btn i.fa {
    display: none;
    font-size: 18px;
    line-height: 1.10em;
    padding-right: 9px;
    margin-right: 9px;
    border-right: 1px solid #ddd;
}

.product-view .add-to-links li {
	display: inline-block;
	margin-right: 30px;
}

.product-view .add-to-links li:last-child {
	margin-right: 0;
}

.product-view .add-to-links i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	background-color: #eee;
	margin-right: 10px;
	vertical-align: top;
}

.product-view .add-to-links a {
	font-size: 1em;
	color: #666;
	line-height: .95;
	font-family: Montserrat;
	font-weight: normal;
}

.product-view .add-to-links a span {
	display: inline-block;
	padding-top: .7em;
	transition: color 400ms ease;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-webkit-transition: color 400ms ease;
}

.product-view .add-to-links a:hover span {
	color: #648ec8;
}

.col-xs-0,
.col-sm-0,
.col-lg-0 {
	width: 100%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}


/* Product Buttons */

.product-view .product-buttons {
	margin-bottom: 1em;
}

.product-view .product-buttons div {
	background-color: #f3f3f3;
	float: left;
	width: 48%;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	color: #888;
}

.product-view .product-buttons div:hover {
	background-color: #648ec8;
	color: #fff;
}

.product-view .product-buttons div:hover i {
	background-color: #fff;
	color: #648ec8;
}

.product-view .product-buttons .prev-button+.next-button {
	margin-left: 4%;
}

.product-view .product-buttons div a {
	display: block;
	padding: .75em;
	min-height: 36px;
	color: inherit;
}

.product-view .product-buttons a span {
	font-size: .91em;
	line-height: 1.15em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}

.product-view .product-buttons i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #888;
	font-size: 14px;
	background-color: #ddd;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	position: absolute;
}

.product-view .product-buttons.default {
	position: absolute;
	right: 10px;
	top: -10px;
	margin: 0;
}

.product-view .product-buttons.default>div {
	width: auto;
}

.product-view .product-buttons.default .next-button,
.product-view .product-buttons.default i {
	margin: 0;
	position: relative;
}

.product-view .product-buttons.default+.product-name h1 {
	padding-right: 100px;
}


/* Product Images */

.product-view .product-img-box .product-image {
	margin-bottom: 1.5em;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	overflow: hidden!important;
	z-index: 9;
	width: 100%;
	float: left;
	text-align: center;
}


.product-view .product-img-box .more-views {
	position: relative;
	margin-bottom: 2em;
}

.product-view .product-img-box .more-views h2 {
	font-family: Montserrat;
	color: #222;
	font-size: 1.16em;
	margin: 0;
	border-bottom: solid 1px #ddd;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	line-height: 1.587em;
	font-weight: normal;
}

.product-view .product-img-box .more-views ul {
	margin-left: -5px;
}

.product-view .product-img-box .more-views .prev,
.product-view .product-img-box .more-views .next {
	float: left;
	margin-left: 1px;
	cursor: pointer;
}

.product-view .product-img-box .more-views .slider-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

.more-views-container {
	overflow: hidden;
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .buttons-set {
	float: right;
	clear: none;
	border: 0;
	margin: 0;
	padding: 0;
}

.product-image-popup .nav {
	margin: 0 100px;
	text-align: center;
}

.product-image-popup .image {
	display: block;
}


/* Product Options */

.product-essential {
	/*margin-bottom: 3.33em;*/
}

.product-options {
	margin-bottom: 1.5em;
}

.product-options h2 {
	font-family: Montserrat;
	color: #222;
	font-size: 1.16em;
	font-weight: normal;
	border-bottom: solid 1px #ddd;
	line-height: 1.583em;
	margin: 0 0 1em;
	padding-bottom: 1em;
}

.product-options dd .qty-holder {
	display: block;
	margin-top: .75em;
}

.product-options dt label,
.product-options dd .qty-holder label {
	color: #333333;
	font-size: 1em;
}

.product-options dd .qty-holder label {
	display: inline-block;
	margin: 1em 0 .4em;
}

.product-options dd .qty-holder {
	display: block;
}

.product-options dd .qty-holder input.qty {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	float: none;
}

.product-options dl {
	margin-bottom: 0;
}

.product-options dt .qty-holder {
	float: right;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}

.product-options dd {
	margin-bottom: 1em;
}

.product-options dd:last-child {
	margin-bottom: 0;
}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 100%;
	height: 8em;
}

.product-options dd select {
	width: 100%;
}

.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}

.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}

.product-options .options-list .label {
	display: block;
	margin-left: 20px;
	font-size: 1em;
	color: #666;
	text-align: left;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	display: none;
	padding: .75em 0;
}

.product-options .tier-prices {
	margin: .75em 0 0;
}

.product-options-bottom .add-to-links {
	margin-top: 1.5em;
}

.product-options-bottom .price-box {
	display: inline-block;
	float: right;
	text-align: right;
	line-height: 43px;
	margin-top: 40px;
	margin-bottom: 0.5em;
}
@media (min-width:768px) {
	.product-options-bottom .price-box {
		display: block;
		float: none;
		text-align: left;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-options-bottom .price-box {
		float: right !important;
	}
}
@media (min-width:1350px) {
	.product-options-bottom .price-box {
		display: inline-block;
		float: right;
		text-align: right;
		margin-top: 0;
	}
}
.product-options-bottom .price {
	vertical-align: middle;
	font-size: 30px;
	color: #333333;
}

@media (min-width:768px) {
	.product-options-bottom .price {
		font-size: 34px;
	}
}

.small-layout .product-options-bottom .timer-wrapper .price-box {
	float: none;
}


/* Block: Upsell */

#upsell-product-table li.item:nth-child(4n+1) {
	clear: left;
}

#upsell-product-table li.item:nth-child(4n+4) {
	clear: right;
}


/* Block: Tags */

.product-view .box-tags .form-add label {
	display: block;
	float: none;
	margin: 0 0 .75em;
	font-family: Montserrat;
	color: #666;
	font-size: 1em;
}

.product-view .box-tags .form-add .input-box {
	margin: 0 0 .75em;
}

.product-view .extralarge-layout .box-tags .form-add .input-box,
.product-view>.product-collateral .box-tags .form-add .input-box {
	width: 50%;
}

.product-view .box-tags .form-add .btn {
	float: left;
}

.product-view .box-tags .form-add .input-group-btn:last-child>.btn {
	margin-left: 0;
}

.product-view .box-tags .form-add input.input-text {
	width: 254px;
}

.product-view .box-tags p.note {
	clear: both;
	margin-top: .75em;
	margin-bottom: 0;
}

.product-view .box-tags h3 {
	margin: 0 0 .5em;
	font-size: 1.16em;
	color: #222;
	font-weight: bold;
}

.product-view .box-tags .product-tags li {
	display: inline-block;
}

.product-view .box-tags .product-tags li a {
	color: #666;
}

.product-view .box-tags .product-tags li a:hover {
	color: #648ec8;
}


/* Quantity */
.add-to-cart .faux-label {
	display: block;
	
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
@media (min-width: 768px) {
	.add-to-cart .faux-label {
		display: inline-block;
		vertical-align: middle;
		margin-right: 14px;
	}
}
.add-to-cart label[for="qty"] {
	display: none;
}

input.qty,
input[id*="qty"] {
	float: left;
	margin: 0 3px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.quantity-wrapper {
	width: 86px;
}

.quantity-increase,
.quantity-decrease {
	float: left;
	margin: 10px 0;
}


.product-view .quantity-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.quantity-wrapper+#product-addtocart-button,
.add-to-cart .quantity-wrapper+.btn {}

.quantity-wrapper i {
	color: #333;
	font-size: 14px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.quantity-wrapper i:hover {
	background-color: #648ec8;
	color: #fff;
}


/* Tabs */

.product-view .nav-tabs li a {
	font-family: Montserrat;
	font-size: 1em;
	color: #666;
	background-color: #E6E6E6;
	margin-right: 0;
	transition: none;
	-moz-transition: none;
	-o-transitiom: none;
	-webkit-transition: none;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-o-transitiom: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
}

.product-view .vertical-tabs .nav-tabs a:hover {
	background-color: #9500B2;
	color: #fff !important;
}

.product-view .nav-tabs li a:hover,
.product-view .nav-tabs li a:focus,
.product-view .nav-tabs li.active a:hover,
.product-view .nav-tabs li.active a:focus {
	color: #222;
	border-color: #ddd;
	border-bottom-color: #fff;
}

.product-view .nav-tabs li.active a {
	color: #222;
	border-color: #ddd;
	margin-top: -2px;
	padding-top: 12px;
	border-bottom-color: #fff;
}

.product-view .tab-content {
	border: solid 1px #ddd;
	margin-top: -1px;
	padding: 1.5em 20px;
}

.product-view .tab-content h2 {
	display: none;
}

#product-attribute-specs-table th {
	background-color: #eee;
	color: #888;
	vertical-align: middle;
	padding-left: 20px;
	display: block;
	height: 100%;
	font-size: 1em;
	border-radius: 0;
	text-align: left;
	font-weight: normal;
	border-width: 0;
	border-top-width: 1px;
}

#product-attribute-specs-table .first th {
	border-top: none;
}

.product-collateral .box-collateral {
	margin-bottom: 0;
}

.product-view #tabs.vertical-tabs {
	position: relative;
}

.product-view #tabs.vertical-tabs:after {
	position: absolute;
	background: #ddd;
	height: 100%;
	width: 1px;
	left: 199px;
	display: block;
	top: 0;
}

.vertical-tabs>.nav-tabs>li {
	float: none;
}


/* Vertical Tabs */

.vertical-tabs>.nav-tabs>li>a {
	width: 200px;
	margin-right: 0;
}

.vertical-tabs>.nav-tabs {
	float: left;
	margin-right: 19px;
	margin-top: -1px;
}

.vertical-tabs>.nav-tabs>li>a {
	margin-right: -1px;
}

.vertical-tabs>.nav-tabs>li>a:hover,
.vertical-tabs>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.product-view .vertical-tabs>.nav-tabs>li.active>a {
	margin-top: 0;
	padding-top: 10px;
	border-bottom: none;
}

.product-view .vertical-tabs .tab-content-inner {
	float: left;
	width: 83%;
}

.product-view .extralarge-layout .vertical-tabs .tab-content-inner {
	width: 77%;
}


/* Accordion */

.product-collateral .panel.panel-default .panel-heading {
	margin: 0;
}

.product-collateral .panel.panel-default .panel-heading h4 {
	padding: 0;
}

.product-collateral .panel.panel-default .panel-heading h4:hover {
	color: #648ec8;
}

.product-collateral .panel-group .panel+.panel {
	margin-top: 1.5em;
}

.product-collateral .panel-default .panel-body {
	margin-top: 1em;
	padding-top: 1.5em;
	border-top: solid 1px #ddd;
}

.product-collateral .panel-default .panel-body h2 {
	display: none;
}

.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item {
	margin-top: 0;
}

.product-collateral .product-simple-list .panel.panel-default .panel-heading h4:hover {
	color: #222;
}

.product-collateral table {
	margin-bottom: 0;
}


/* Related sidebar */

.block-related {
	position: relative;
}

.block-related ul,
.block-related li:last-child,
.block-related #related-slider li {
	margin-bottom: 0;
}

.block-related li {
	margin-bottom: 1em;
}

.block-related .block-content .product-image {
	display: block;
}

.block-related .block-content .product-name {
	margin-bottom: 0;
}

.block-related .block-content .product-name a {
	padding: 0;
	font-family: Montserrat;
	font-size: 1.16em;
	/* color: #222; */
	float: left;
	max-width: 90%;
}

.block-related .block-content li a {
	font-size: 1em;
	margin-top: -2px;
	padding: 0;
}

.block-related .product-image {
	/* margin-bottom: 1em;  */
	display: block;
}

.block-related .related-button {
	padding-top: 1.5em;
	border-top: solid 1px #ddd;
	margin-top: 1.5em;
	text-align: center;
}

.block-related #related-slider+.related-button {
	margin-top: 1em;
}


/* Related bottom */

.related-bottom {
	margin-top: 3em;
}

.related-bottom .block-title {
	font-size: 1.5em;
}

.related-bottom .block-title strong {
	float: left;
}


/* .related-bottom .block-title strong span {font-family: Montserrat; font-size: 1.5em; color: #222; font-weight: normal; line-height: 1.5em; padding-bottom: .5em; display: inline-block;} */

.related-bottom .block-subtitle {
	float: right;
	margin: .25em 0;
	font-size: .667em;
}

.related-bottom .block-subtitle a {
	font-family: Montserrat;
}

.related-bottom .block-content {
	position: relative;
}

.related-bottom ol,
.related-bottom ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.related-bottom .product-name {
	border: none;
	padding: 0;
	margin-bottom: .5em;
}

.related-bottom .product-name a {
	float: left;
	max-width: 90%;
}

.related-bottom .product-name input.checkbox,
.block-related .product-name .checkbox {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
}

.related-bottom li.item:nth-of-type(4n+1) {
	clear: none;
}

.related-bottom li.item:nth-of-type(4n+4) {
	clear: none;
}

.related-bottom .price-box,
.block-related .price-box {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 0;
}

.related-bottom .link-wishlist,
.block-related .link-wishlist {
	display: inline-block;
	vertical-align: middle;
}


/* .related-bottom .link-wishlist:hover,
.block-related .link-wishlist:hover {color: #648ec8;} */

.related-bottom .next,
.related-bottom .prev,
.slider-container .next,
.slider-container .prev {
	position: absolute;
	display: block;
	z-index: 9999;
	opacity: 0;
	top: 30%;
	margin-top: -20px;
	cursor: pointer;
	transition: opacity 800ms ease;
	-moz-transition: opacity 800ms ease;
	-webkit-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
}

.related-bottom .prev,
.slider-container .prev {
	left: -8px;
}

.related-bottom .next,
.slider-container .next {
	right: -8px;
}

.related-bottom:hover .next,
.related-bottom:hover .prev,
.mobile-device .related-bottom .next,
.mobile-device .related-bottom .prev,
.slider-container:hover .next,
.slider-container:hover .prev,
.mobile-device .slider-container .next,
.mobile-device .slider-container .prev {
	opacity: 1;
}

.related-bottom .next i,
.related-bottom .prev i,
.slider-container .next i,
.slider-container .prev i {
	font-size: 24px;
	color: #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #777;
}

.related-bottom .next i:hover,
.related-bottom .prev i:hover,
.slider-container .next i:hover,
.slider-container .prev i:hover {
	background-color: #648ec8;
}

#related-bottom-slider li.item {
	margin-bottom: 0;
}


/* Reviews */

.box-reviews {
	margin-top: 3em;
}

.box-reviews .block-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	font-family: Montserrat;
	font-size: 1.5em;
	color: #222;
	line-height: 1.5em;
	padding-bottom: .5em;
}

.box-reviews .block-title h2 {
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
	font-weight: normal;
}

.box-reviews .rating-block {
	border: solid 1px #ddd;
	padding: 1em 20px 0;
	margin-bottom: 1.5em;
}

.box-reviews .rating-block h2,
.box-reviews .rating-block h3 {
	font-family: Montserrat;
	color: #222;
	font-size: 1.16em;
	line-height: 1.583em;
	font-weight: normal;
	margin: 0;
}

.box-reviews .rating-block h3 {
	color: #666;
	margin-bottom: .25em;
}

.box-reviews .rating-block h3 span {
	color: #550065;
}

.box-reviews .rating-block h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1.25em;
	line-height: 1.5em;
}

.box-reviews .rating-block #product-review-table {
	border-top: solid 1px #ddd;
	margin: 0 -20px;
}

.box-reviews .rating-block #product-review-table .item {
	float: left;
	width: 33.3%;
	border-right: solid 1px #ddd;
	padding: 1em 20px;
}

.box-reviews .rating-block #product-review-table .item:last-child {
	border-right: none;
}

.box-reviews .rating-block .rating-title {
	float: left;
	font-family: Montserrat;
	color: #222;
	text-transform: uppercase;
	font-size: .91em;
	line-height: 1.5em;
	margin-right: 2px;
}

.box-reviews .rating-block .rating-title:after {
	content: ":";
}

.box-reviews .rating-block .rating-values {
	font-family: Montserrat;
	font-size: .91em;
	color: #aaa;
	line-height: 1.5em;
}

.box-reviews .rating-block .stars-wrapper .value {
	font-size: 1.16em;
	margin-left: 5px;
	float: left;
	color: #aaa;
	cursor: pointer;
}

.box-reviews .rating-block .stars-wrapper .value:first-child {
	margin-left: 0;
}

.box-reviews .stars-wrapper .value i.active {
	color: #ffd322;
}

.box-reviews .stars-wrapper .value i {
	transition: color 100ms ease;
	-moz-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	-webkit-transition: color 100ms ease;
	position: relative;
	z-index: 4;
}

.box-reviews .stars-wrapper .value input {
	display: none;
}

.box-reviews .rating-inputs {
	border: solid 1px #ddd;
	padding: 1em 20px 1.5em;
}

.box-reviews .rating-inputs ul {
	margin-bottom: 1.5em;
}

.box-reviews .rating-inputs .fields .field {
	width: 47%;
	float: left;
}

.box-reviews .rating-inputs .fields .field+.field {
	float: right;
}

.box-reviews .rating-inputs .input-box {
	width: 100%;
}

.box-reviews .rating-inputs .input-box textarea {
	width: 100%;
	height: 100px;
}

.box-reviews .rating-inputs .fields .field input {
	width: 100%;
	height: 40px;
}

.box-reviews .rating-inputs label {
	font-family: Montserrat;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	font-weight: normal;
	margin-bottom: .5em;
	float: none;
}

.box-reviews .rating-inputs label em {
	float: left;
}

.box-reviews .rating-inputs .buttons-set {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.customer-reviews-wrapper {
	overflow: hidden;
}

.review-box-wrapper {
	margin-bottom: 1.5em;
}

.review-box {
	border: solid 1px #ddd;
	float: left;
	width: 82.5%;
	padding: 1.5em 20px;
	min-height: 180px;
}

.review-box .customer {
	float: left;
	width: 60px;
	margin-right: 20px;
	text-align: center;
	white-space: normal;
	color: #aaa;
	line-height: 1.25;
}

.review-box .customer i {
	display: block;
	font-size: 28px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background-color: #550065;
	margin-bottom: .2em;
}

.review-box .review {
	float: left;
	width: 86%;
	color: #888;
}

.review-box .review h3 {
	font-family: Montserrat;
	color: #222;
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 .75em;
}

.review-box .review small {
	display: block;
	font-size: .91em;
	color: #aaa;
	margin: 0 0 .75em;
}

.customer-rating {
	float: right;
	width: 15%;
	border: solid 1px #ddd;
}

.customer-rating .item {
	border-bottom: solid 1px #ddd;
	padding: .91em 12px;
}

.customer-rating .item:last-child {
	border-bottom: none;
}

.customer-rating .rating-title {
	float: left;
	font-family: Montserrat;
	color: #222;
	text-transform: uppercase;
	font-size: .91em;
	line-height: 1.5em;
	margin-right: 2px;
}

.customer-rating .rating-title:after {
	content: ":";
}

.customer-rating .rating-values {
	font-family: Montserrat;
	font-size: .91em;
	color: #aaa;
	line-height: 1.5em;
}

.customer-rating .item .rating-box {
	margin-right: 0;
	font-size: 14px;
}

.customer-rating .item .rating-box i {
	margin-right: 7px;
	width: 13px;
}

.customer-rating .item .rating-box i:nth-child(5n) {
	margin-right: 0;
}

.customer-rating .item .rating-box .rating {
	top: 3px;
	color: #ffd322;
}

.customer-rating .item .rating-box .rating i:nth-child(2n) {
	left: 20px;
}

.customer-rating .item .rating-box .rating i:nth-child(3n) {
	left: 40px;
}

.customer-rating .item .rating-box .rating i:nth-child(4n) {
	left: 60px;
}

.customer-rating .item .rating-box .rating i:nth-child(5n) {
	left: 80px;
}

.product-custom {
	padding: 1.5em 0;
}

.product-view .fb-like {
	margin-right: 20px;
	margin-bottom: 1em;
	min-width: 80px;
	float: left;
	width: auto !important;
}

.product-view .product-custom .fb-like~div {
	vertical-align: top!important;
	width: 80px!important;
}

.product-view .product-custom .twitter-share-button {
	min-width: 100px !important;
	width: 100px!important;
	margin-bottom: 1em;
}

.col3-layout #customer-reviews>div {
	float: none!important;
	width: 100%;
}

.col3-layout .customer-rating {
	width: 20%;
}

.col3-layout .review-box {
	width: 77.5%;
}

.col3-layout .review-box .review {
	width: 80%;
}

[class*="col2-"] .box-reviews .rating-block #product-review-table .item {
	padding-left: 6px;
	padding-right: 6px;
}

[class*="col2-"] .box-reviews .customer-rating {
	width: 20%;
}

[class*="col2-"] .review-box {
	width: 77%;
}

[class*="col2-"] .review-box .review {
	width: 81%;
}

[class*="col2-"] .with-sidebar .small-layout .timer-wrapper .add-to-links li:not(:first-child),
[class*="col2-"] .with-sidebar .small-layout .add-to-links li.email-friend {
	margin-top: .75em;
}

[class*="col2-"] .product-view .vertical-tabs .tab-content-inner {
	width: 77%;
}

.col3-layout .product-view .vertical-tabs .tab-content-inner {
	width: 65%;
}

.product-view .product-labels-wrapper {
	z-index: 99;
}

.with-sidebar .small-layout .timer-wrapper .add-to-links li.email-friend {
	margin-top: .75em;
}

.with-sidebar .medium-layout .timer-wrapper .price-box {
	float: none;
}

[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {
	margin: .75em 0 0;
}

[class*="col2-"] .with-sidebar .small-layout .product-options-bottom .price-box,
.col3-layout .product-options-bottom .price-box {
	float: none;
}

.col3-layout .product-view .add-to-links li:last-child {
	margin-top: .75em;
}

.col3-layout .nav-tabs>li {
	float: none;
}


/* Small layout */

.small-layout .nav-tabs>li,
.with-sidebar .medium-layout .nav-tabs>li,
.with-sidebar .large-layout .nav-tabs>li {
	float: none;
}

.product-view .small-layout .nav-tabs>li.active>a,
.product-view .with-sidebar .medium-layout .nav-tabs>li.active>a,
.product-view .with-sidebar .large-layout .nav-tabs>li.active>a {
	margin-top: 0;
	padding-top: 10px;
	border-bottom: solid 1px #ddd;
}

.small-layout .vertical-tabs>.nav-tabs,
.with-sidebar .medium-layout .vertical-tabs>.nav-tabs,
.with-sidebar .large-layout .vertical-tabs>.nav-tabs {
	float: none;
	margin: 0;
}

.small-layout .vertical-tabs>.nav-tabs>li>a,
.with-sidebar .medium-layout .vertical-tabs>.nav-tabs>li>a,
.with-sidebar .large-layout .vertical-tabs>.nav-tabs>li>a {
	width: 100%;
	margin: 0;
}

.small-layout #tabs.vertical-tabs:after,
.with-sidebar .medium-layout #tabs.vertical-tabs:after,
.with-sidebar .large-layout #tabs.vertical-tabs:after {
	content: none;
}

.small-layout .vertical-tabs .tab-content-inner,
.with-sidebar .medium-layout .vertical-tabs .tab-content-inner,
.with-sidebar .large-layout .vertical-tabs .tab-content-inner {
	float: none;
	width: 100%;
}

.with-sidebar .small-layout .product-buttons a span {
	width: 70%;
}

.with-sidebar .small-layout .add-to-links li:not(:last-child) {
	margin-right: 25px;
}

.with-sidebar .small-layout #upsell-product-table li.item {
	float: none;
	width: 100%;
}

.no-sidebar .small-layout .product-buttons a span {
	width: 82%;
}

.no-sidebar .small-layout #upsell-product-table li.item,
.with-sidebar .medium-layout #upsell-product-table li.item {
	width: 50%;
}

.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+1),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1) {
	clear: left;
}

.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+2),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2) {
	clear: right;
}


/* Medium layout */

.medium-layout .product-buttons a span {
	width: 81%;
}

.no-sidebar .medium-layout #upsell-product-table li.item,
.large-layout #upsell-product-table li.item {
	width: 33.33%;
}

.large-layout #upsell-product-table li.item:nth-child(4n+1),
.large-layout #upsell-product-table li.item:nth-child(4n+4),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+1),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+4) {
	clear: none;
}

.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
.large-layout #upsell-product-table li.item:nth-child(3n+1) {
	clear: left;
}

.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
.large-layout #upsell-product-table li.item:nth-child(3n+3) {
	clear: right;
}

.no-sidebar .medium-layout .vertical-tabs .tab-content-inner {
	width: 65%;
}

.no-sidebar .large-layout .vertical-tabs .tab-content-inner {
	width: 70.5%;
}

.product-view .extralarge-layout.product-img-box {
	margin-bottom: 1.5em;
}

.product-view .extralarge-layout .more-views li {
	width: 12.5%;
}


/* Timer */

.timer-box {
	margin-bottom: .75em;
	display: none;
	font-size: .91em;
	color: #222;
	text-transform: uppercase;
}

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

.timer-box span {
	float: left;
}

.timer-box div {
	float: left;
	font-style: italic;
	color: #dd1313;
	text-transform: none;
}

.timer-box>div:after {
	content: ":";
	display: inline-block;
}

.timer-box>.seconds:after,
.timer-box>.title:after {
	content: none;
}

.timer-wrapper {
	border: solid 1px #dd1313;
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 1.5em 24px 1em;
}

.timer-wrapper .add-to-cart {
	margin: 0;
	border: none;
}

.timer-wrapper+.add-to-links {
	padding-top: 1.5em;
	border-top: dotted 1px #ddd;
}

.timer-wrapper .title,
.timer-wrapper .timer-box>span.title,
.timer-wrapper.full .timer-box>span.title {
	font-size: 1.083em;
	float: none;
	text-align: left;
	display: block;
}

.timer-wrapper .timer-box>span.title:after {
	font-size: 1.083em;
}

.timer-wrapper .timer-box>div {
	font-style: normal;
	font-size: 2em;
}

.timer-wrapper.full .timer-box>div {
	font-size: 1em;
}

.timer-wrapper.full .timer-box>div {
	text-align: center;
	font-style: normal;
	min-width: 42px;
	position: relative;
	margin-right: 10px;
}

.timer-wrapper.full .timer-box>div:after,
.timer-wrapper.full .timer-box>div.seconds span:after {
	content: none;
}

.timer-wrapper.full .timer-box>div.seconds {
	margin-right: 0;
}

.timer-wrapper.full .timer-box>div span:after {
	content: ":";
	display: inline-block;
	position: absolute;
	right: -12px;
}

.timer-wrapper.full .timer-box>div span {
	font-size: 3em;
	display: block;
	line-height: 1em;
	min-width: 42px;
	float: none;
}

.product-view .timer-box {
	margin-top: 1.5em;
}

.timer-wrapper.full .timer-box>div span {
	line-height: .85;
}

.timer-wrapper.full .timer-box>div strong {
	font-size: .91em;
	color: #666;
}

.product-view .with-sidebar .small-layout .product-options-bottom .timer-wrapper.full .price-box {
	float: none;
}


/* ======================================================================================= */


/* Content Styles ================================================================= */

.product-name {
	font-size: 1em;
	font-weight: normal;
}


/* Product Tags */

.tags-list li {
	display: inline;
}


/* Sitemap */

.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
	color: #aaa;
}

.page-sitemap .links a:hover {
	color: #648ec8;
}

.page-sitemap .sitemap {
	margin: 1em 0;
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li a {
	color: #aaa;
}

.page-sitemap .sitemap li a:hover {
	color: #648ec8;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 1.16em;
}

.page-sitemap .sitemap li.level-0 a {
	color: #222;
}

.page-sitemap .sitemap li.level-0 a:hover {
	color: #648ec8;
}


/* RSS */

.rss-title h1 {
	background: url(../images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}


/* Background Wrapper */

.background-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* Parallax */

.parallax-banners-wrapper .image-wrapper {
	position: relative;
}

.parallax-banners-wrapper .image-wrapper .content {
	position: absolute;
	z-index: 99;
	color: #fff;
	bottom: 30%;
	left: 40.5%;
	width: 19%;
}

.parallax-banners-wrapper .image-wrapper.first .content {
	bottom: 10%;
}

.parallax-banners-wrapper .image-wrapper .content h4 {
	font-size: .91em;
	font-weight: 500;
	margin: 0 0 .5em;
}

.parallax-banners-wrapper .image-wrapper .content h2 {
	font-size: 2.5em;
	font-family: Montserrat;
	font-weight: 500;
	margin: 0 0 .25em;
	text-transform: uppercase;
	line-height: 1.25;
}

.parallax-banners-wrapper .image-wrapper .content h2 i {
	font-weight: normal;
	font-size: .583em;
	color: #807875;
}

.parallax-banners-wrapper .image-wrapper .content h2 strong {
	font-size: .8em;
	display: block;
	text-transform: none;
}

.parallax-banners-wrapper .image-wrapper .content h2 sup {
	font-family: Arial;
	font-size: .333em;
	font-weight: normal;
	color: #222;
	vertical-align: top;
	top: 0;
}

.parallax-banners-wrapper .image-wrapper .content p {
	margin-bottom: 1.5em;
	color: #666;
}

.parallax-banners-wrapper .image-wrapper .content .divider-border {
	border-top: 1px solid rgba(0, 0, 0, .15);
	line-height: 0;
	width: 26%;
	height: 3px;
	margin: 0 0 3%;
	font-size: 0;
}

.parallax-banners-wrapper .image-wrapper .content .divider-block {
	display: block;
	width: 30px;
	height: 2px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-left: 1px solid rgba(0, 0, 0, .15);
	border-right: 1px solid rgba(0, 0, 0, .15);
	background: none;
}

.parallax-banners-wrapper .image-wrapper .content.a-center .divider-border,
.parallax-banners-wrapper .image-wrapper .content.a-center .divider-block {
	margin-left: auto;
	margin-right: auto;
}

.parallax-banners-wrapper .image-wrapper .content.colors-1>*:not(.btn) {
	color: #fff;
}

.parallax-banners-wrapper .image-wrapper .content.colors-1 .divider-border,
.parallax-banners-wrapper .image-wrapper .content.colors-1 .divider-block {
	border-color: rgba(255, 255, 255, .3);
}


/* ======================================================================================= */


/* Shopping Cart ========================================================================= */


/* Checkout Types */

.cart .checkout-types {
	float: right;
	text-align: right;
	margin: 0;
}

.cart .checkout-types a {
	color: #FFFFFF;
}
.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 3px 55px 8px 0;
	line-height: 1.0;
	font-size: 11px;
}

table h3.product-name,
table .product-name a {
	font-family: Montserrat;
	color: #222;
	font-size: 1.16em;
}

table .product-name a:hover {
	color: #648ec8;
}

table .cart-actions i,
table .table-button i {
	color: #aaa;
	font-size: 1.16em;
	padding: 5px;
}

table .cart-actions i:hover,
table .table-button i:hover {
	color: #648ec8;
}


/* Shopping Cart Table */

#shopping-cart-table {
	margin-bottom: 2.5em;
}

#shopping-cart-table .product-image {
	display: block;
	float: left;
	width: 86px;
	margin-right: 20px;
}

#shopping-cart-table .cart-actions {
	float: right;
}

#shopping-cart-table .cart-actions i {
	padding: 5px;
}

#shopping-cart-table .product-name a {
	display: inline-block;
	max-width: 79%;
}

#shopping-cart-table tr td {
	padding: 1.5em;
	vertical-align: middle;
}

#shopping-cart-table .product-name {
	margin: 0 0 .75em;
}

#shopping-cart-table .item-options {
	float: left;
	margin-bottom: 0;
}

#shopping-cart-table .item-options dd {
	padding-left: 0;
}

#shopping-cart-table .item-options dd .price {
	font-size: 1em;
}

#shopping-cart-table .btn-continue {
	float: left;
}


/* Cart Blocks */

.cart-block-title {
	border-bottom: solid 1px #ddd;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

.cart-block-title h2 {
	font-size: 1.5em;
	color: #222;
	font-family: Montserrat;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}

.cart-block label {
	font-size: 1em;
	font-family: Montserrat;
	color: #222;
	font-weight: normal;
	float: none;
}

.cart-block .buttons-set {
	/* 	border-top: solid 1px #ddd; */
	padding-top: 1.5em;
	margin-top: 1.5em;
	text-align: left;
}

.cart-block .sp-methods {
	margin: 0;
}

.cart-block .sp-methods dd:last-child li:last-of-type label {
	margin-bottom: 0;
}

.cart-block #shipping-zip-form~#co-shipping-method-form {
	margin-top: 3em;
}

.cart .sidebar .cart-block {
	margin-bottom: 3em;
}

.cart .sidebar .cart-block:last-child {
	margin-bottom: 0;
}

.cart-block .discount-form label {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

.cart .totals:not(.panel-body) {
	background-color: #222;
	padding: 1.5em;
	color: #aaa;
}

.cart .totals:not(.panel-body) #shopping-cart-totals-table {
	margin-bottom: 1em;
}

.cart .totals:not(.panel-body) .price {
	color: #fff;
}

.cart .totals:not(.panel-body) .checkout-types {
	float: none;
	text-align: center;
	padding-top: 1.5em;
	border-top: solid 1px #373737;
}


/* Shopping Cart Collateral boxes */

.cart .crosssell .product-image {
	float: left;
	width: 86px;
	margin-right: 15px;
}

.cart .crosssell .product-details {
	float: left;
	width: 66%;
}

.cart .crosssell li.item {
	margin-bottom: 1.5em;
}

.cart .crosssell li.item.last {
	margin-bottom: 0;
}

.cart .crosssell li.item .product-name {
	margin: 0 0 .5em;
}

.cart .crosssell li.item .product-name a {
	font-family: Montserrat;
	color: #222;
	font-size: 1em;
}

.cart .crosssell li.item .product-name a:hover {
	color: #648ec8;
}

.cart .crosssell li.item .price-box {
	margin-bottom: .5em;
}

.cart .crosssell li.item .btn {
	float: left;
	margin-right: 15px;
}

.cart .crosssell li.item .add-to-links {
	float: left;
	margin: .42em 0;
}

.cart .crosssell li.item .add-to-links li {
	float: left;
	margin-left: 10px;
}

.cart .crosssell li.item .add-to-links li:first-child {
	margin-left: 0;
}

.cart .crosssell li.item .add-to-links li i {
	padding: 5px;
}

.cart-collaterals .panel.panel-default .panel-heading {
	margin: 0;
}

.cart-collaterals .panel.panel-default .panel-heading h4 {
	padding: 0;
}

.cart-collaterals .panel.panel-default .panel-heading h4:hover {
	color: #648ec8;
}

.cart-collaterals.panel-group .panel+.panel {
	margin-top: 1.5em;
}

.cart-collaterals .panel.panel-default .cart-block-title {
	display: none;
}

.cart-collaterals .panel-default>.panel-heading+.panel-collapse>.panel-body {
	margin-top: 1.5em;
	padding-top: 1.5em;
}

.cart-collaterals .panel-default #crosssell-products-list.products-grid li.item {
	margin-top: 0;
	margin-bottom: 0;
}

.cart-collaterals .discount-form {
	margin-bottom: 1em;
}


/* Shopping Cart Totals */

#shopping-cart-totals-table,
#shopping-cart-totals-table th,
#shopping-cart-totals-table td {
	border: none;
}

#shopping-cart-totals-table .price {
	font-size: 1em;
}

#shopping-cart-totals-table+.checkout-types .btn-proceed-checkout {
	margin-bottom: .75em;
}


/* Options Tool Tip */

.item-options dt,
.item-options dd {
	font-style: italic;
	font-size: 1em;
	color: #aaa;
	font-weight: bold;
}

.item-options dd {
	font-weight: normal;
	color: #666;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
	font-weight: bold;
	text-transform: uppercase;
}

.truncated .show .item-options {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show .item-options {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}


/* ======================================================================================= */


/* Checkout ============================================================================== */


/********** < Common Checkout Styles */


/* Shipping and Payment methods */

.panel-body .sp-methods dt {
	color: inherit;
}

.sp-methods dt {
	font-family: Montserrat;
	color: #222;
	font-size: 1em;
}

.sp-methods {
	margin-bottom: .75em;
}

.sp-methods dd:last-child ul {
	margin-bottom: 0;
}

.sp-methods input[type="radio"] {
	float: left;
	margin-right: 5px;
}

.sp-methods .price {
	font-size: 1em;
}

.sp-methods .form-list {
	padding-left: 20px;
}

.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.sp-methods .release-amounts {
	margin: 0.5em 0 1em;
}

.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}

.please-wait {
	float: right;
	margin-right: 5px;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}


/* Tooltip */

.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}


/* Gift Messages */

.gift-messages-form {
	position: relative;
	padding: 1.5em 18px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	margin-top: 1em;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
	font-family: 'Montserrat';
	margin-top: 0;
	color: #222;
	font-size: 1.16em;
	line-height: 1.583em;
}

.gift-message-link {
	display: block;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row .btn-close {
	float: right;
}

.gift-message dt strong {
	font-weight: bold;
}

.gift-messages-form .allow-gift-messages-for-order-container {
	margin-bottom: 1.5em;
}

.gift-messages-form .inner-box ul.row {
	margin-top: 1.5em;
}

.gift-messages-form .inner-box input.form-control,
.gift-messages-form .inner-box textarea.form-control {
	background-color: #fff;
}

.gift-messages-form .inner-box h4 {
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 1em;
	margin: 0;
}

.gift-messages-form .inner-box h4+.checkbox {
	margin-bottom: 1em;
}

.gift-messages-form .inner-box ul.form-list {
	margin: .75em 0;
}


/* Checkout Agreements */

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #eee;
	background-color: #eee;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}


/* Centinel */

.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}


/********** Common Checkout Styles > */


/* One Page Checkout */

.block-progress dt {
	font-weight: normal;
	font-family: 'Montserrat';
	color: #222;
	padding: .75em 0;
	border-bottom: 1px solid #ddd;
}

.block-progress dt a i {
	color: #aaa;
}

.block-progress dt a:hover i {
	color: #ef2626;
}

.block-progress dd {
	padding: 1.5em 0;
}

.block-progress dd address {
	margin: 0;
}

.block-progress dt.complete,
.block-progress dd.complete {
	background-color: #fff;
}

.opc {
	/* border-bottom:1px solid #ddd; */
	position: relative;
}


/* .opc li.section { border:1px solid #ddd; } */

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
	margin-top: .5em;
}

.opc .step-title {
	background-color: #f6f6f6;
	padding: 0 5px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}

.opc .step-title h2 {
	float: left;
}

.opc .step-title a {
	display: none;
	float: right;
}

.opc .allow .step-title {
	cursor: pointer;
}

.opc .active .step-title {
	cursor: default;
}

.opc .step {
	padding: 10px;
	position: relative;
}

.step.panel-body {
	border-top: 1px solid #ddd;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .panel.section .panel-heading {
	margin-bottom: 0;
}

.opc .panel.section.active .panel-heading {
	margin-bottom: 1.5em;
}

.opc.panel-group .panel-heading .number {
	float: left;
	margin-right: 7px;
	background-color: #f5f5f5;
	line-height: normal;
	padding: .75em 12px .67em;
	border-radius: 35px;
	-moz-border-radius: 35px;
}

.opc.panel-group .panel-title {
	font-size: 1.16em;
	padding: 0;
	line-height: 2.32;
}

.opc.panel-group .active .panel-title {
	text-transform: uppercase;
	font-weight: bold;
}

.opc .page-subtitle {
	padding-top: 1.5em;
}

.opc h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.16em;
	padding-bottom: .333em;
	line-height: 1.583em;
	font-weight: bold;
	color: #222;
}

.opc h4 {
	color: #ef2626;
	font-weight: normal;
	font-family: 'Montserrat';
	font-size: 1em;
	margin: 0 0 1em;
}

.opc ul.form-list+h4 {
	border-top: solid 1px #ddd;
	padding-top: 1.5em;
}

.opc p {
	color: #777;
}

.opc ul.form-list {
	margin: .75em 0;
}

.opc ul.form-list div.radio {
	margin-top: 0;
}

.opc ul.form-list div.radio label {
	/*  color: #222;  */
	font-weight: bold;
}

.opc ul.ul {
	padding: 1em 12px 1em;
}

.opc ul.ul li {
	color: #aaa;
}

.opc ul.ul li:before {
	content: "\2022";
	font-size: 1em;
	padding-left: 5px;
	padding-right: 10px;
	float: left;
}

.opc #login-form {
	margin-bottom: 0;
}

.opc #login-form .form-list {
	margin-top: 1.5em;
}

.opc .buttons-set {
	border-top: 1px solid #ddd;
	padding-top: 1.5em;
}

.opc .buttons-set a {
	margin-top: .75em;
}

.opc .buttons-set p {
	margin-top: .75em;
}

.opc p.required {
	padding-top: .58em;
	color: #f00;
}

.opc .sp-methods dd {
	margin-bottom: 1em;
}

.opc table.table tr>th,
.opc table.table tr>td {
	vertical-align: middle;
}

.opc .form-group>div[class*="customer-name"] {
	margin-top: 1.5em;
}

.opc .order-review .table-bordered {
	border-top: none;
}

#opc-login .radio input.radio {
	margin-top: 2px;
}

#co-shipping-method-form .buttons-set {
	margin-top: 1.5em;
}

#co-shipping-method-form,
#co-shipping-form,
#co-payment-form,
#co-billing-form {
	margin-top: 1.5em;
	margin-bottom: 0;
}

#co-billing-form li.address,
#co-billing-form li.address ul {
	margin-bottom: 0;
}

#co-payment-form .form-list {
	padding-left: 10px;
}

#checkout-payment-method-load dd {
	margin-bottom: 0;
}

#checkout-step-payment .buttons-set {
	margin-top: 1em;
}

.checkout-onepage-success .buttons-set {
	margin-top: 1.5em;
	/*  padding-top: 1.5em; border-top: 1px solid #ddd; */
}


/* Multiple Addresses Checkout */

.checkout-progress {
	padding: 0 50px;
	margin: 1em 0 2em;
}

.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #ccc;
	text-align: center;
	color: #ccc;
}

.checkout-progress li.active {
	border-top-color: #000;
	color: #000;
}

.multiple-checkout {
	position: relative;
	padding-bottom: 3em;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}

.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}

.multiple-checkout .buttons-set {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

.multiple-checkout #review-buttons-container {
	font-size: .66em;
	margin-top: .75em;
}

.multiple-checkout table.table tr>td {
	padding: 1.5em;
	vertical-align: middle;
}

.multiple-checkout .content h2 {
	font-size: 1.16em;
	margin: 0 0 .64em;
}

.multiple-checkout h3 {
	font-family: 'Montserrat';
	font-size: 1.16em;
	margin-top: 0;
}

.multiple-checkout h3 a {
	color: #222;
}

.multiple-checkout h3 a:hover {
	color: #648ec8;
}

.multiple-checkout table.table i.fa {
	color: #ddd;
}

.multiple-checkout table.table i.fa:hover {
	color: #648ec8;
}

.multiple-checkout table.table select.form-control {
	width: auto;
}

.multiple-checkout .panel-default .sp-methods {
	margin-bottom: 0;
}

.multiple-checkout .please-wait {
	font-size: .67em;
	margin-top: .58em;
}


/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.registered-users .form-list,
.registered-users .form-group {
	margin-bottom: 0;
}

form.form-horizontal .form-list li.fields {
	margin-bottom: 0;
}

form.form-horizontal .fields div[class*="customer-name"]>div {
	margin-bottom: .833em;
}

.account-create form.form-horizontal p.required,
.account-login form.form-horizontal p.required {
	padding-top: .833em;
	margin-bottom: 0;
}

.account-create #form-validate ul.form-list.form-group {
	margin-bottom: 0;
}


/* Customer Login */

.account-login form.form-horizontal .checkbox {
	min-height: 20px;
}

.account-login form.form-horizontal .buttons-set a {
	margin-top: .75em;
}

.account-login form.form-horizontal .new-users .content {
	margin-bottom: 1.5em;
}


/* Forgot You Password */


/* Account Create */

.account-create form.form-horizontal {
	margin-bottom: 2.5em;
}


/* Account Login/Create Pages ============================================================ */


/* Captcha */

.captcha-image {
	float: left;
	position: relative;
}

.captcha-img {
	border: 1px solid #ccc;
}

.captcha-reload {
	position: absolute;
	top: 2px;
	right: 2px;
}

.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}
	0% {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0);
	}
	0% {
		-moz-transform: rotate(-360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	0% {
		transform: rotate(-360deg);
	}
}


/* Remember Me Popup ===================================================================== */

.window-overlay {
	background: url(../images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}

#remember-me-popup .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -300px;
}

#remember-me-popup .modal-content {
	padding: 1.5em 20px;
}

#remember-me-popup .modal-header,
#remember-me-popup .modal-body {
	padding: 0;
}

#remember-me-popup .modal-header {
	border-bottom-color: #ddd;
	margin-bottom: 1.5em;
}

#remember-me-popup .modal-title {
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 1.5em;
	color: #222;
	line-height: 1.5;
	padding-bottom: .5em;
}

#remember-me-popup .modal-header .close {
	opacity: 1;
	color: #aaa;
}

#remember-me-popup .modal-header .close:hover i.fa {
	opacity: 1;
	color: #648ec8;
}


/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {
	float: none;
	margin: .667em 0 0;
}

.my-account table.table {
	margin-bottom: 0;
}

.my-account table.table tr td .product-image {
	width: 86px;
	display: block;
}

.my-account .table-responsive {
	margin-bottom: 1.5em;
}

.my-account table.table-hover tr {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.my-account table.table>thead>tr>td,
.my-account table.table>tbody>tr>td,
.my-account table.table>tfoot>tr>td,
.my-account table.table>thead>tr>th,
.my-account table.table>tbody>tr>th,
.my-account table.table>tfoot>tr>th {
	vertical-align: middle;
}

.my-account .table>tbody+tbody {
	border-top-width: 1px;
}

.my-account .table-bordered>thead>tr>th,
.my-account .table-bordered>thead>tr>td {
	border-bottom-width: 1px;
}

.my-account table.table>thead>tr>td,
.my-account table.table>tbody>tr>td,
.my-account table.table>tfoot>tr>td {
	padding: 1.5em 18px;
}

.my-account table.table tr.first>td {
	border-top: 0;
}

.my-account table.table-condensed>thead>tr>th,
.my-account table.table-condensed>tbody>tr>th,
.my-account table.table-condensed>tfoot>tr>th {
	border: 0;
	width: 50%;
	padding-left: 0;
}

.my-account table.table-condensed>thead>tr>td,
.my-account table.table-condensed>tbody>tr>td,
.my-account table.table-condensed>tfoot>tr>td {
	padding: inherit;
	border: 0;
}

.my-account table.table a {
	color: #666;
}


/* .my-account table.table a i.fa { color: #aaa; font-size: 1.167em; margin-left: 10px; }
.my-account table.table a:hover i.fa,
.my-account table.table a:hover,
.my-account table.table .product-name a:hover { color: #648ec8; } */


/* .my-account table.table .product-name a { color: #222; } */

.my-account table.table .product-name {
	font-size: 1.167em;
	color: #222;
	font-family: 'Montserrat';
	line-height: 1.583em;
	margin: 0;
}

.my-account table.table .price-excl-tax .price,
.my-account table.table .price-excl-tax {
	display: inline-block;
}

.my-account table.table .rating-box {
	width: 90px;
}

.my-account table.table .rating-box .rating {
	top: 3px;
}

.my-account table.table .rating-box .rating i:nth-child(2n) {
	left: 19px;
}

.my-account table.table .rating-box .rating i:nth-child(3n) {
	left: 38px;
}

.my-account table.table .rating-box .rating i:nth-child(4n) {
	left: 57px;
}

.my-account table.table .rating-box .rating i:nth-child(5n) {
	left: 77px;
}

.my-account table#my-tags-table>tbody>tr>td {
	vertical-align: top;
}

.my-account table#my-tags-table>tbody>tr>td.last {
	vertical-align: middle;
}

.my-account .panel-default p.edit {
	margin-top: .75em;
}

.my-account .panel-default p.edit,
.my-account .panel-default p.edit a {
	color: #aaa;
}

.my-account .panel-default p.edit a:hover,
.my-account a:hover {
	color: #648ec8;
}

.my-account .actions {
	width: 130px;
	text-align: center;
}

.my-account .actions .btn {
	vertical-align: middle;
}

.my-account .actions .add-to-links {
	display: inline-block;
	vertical-align: middle;
	margin: 1em 0 0;
	font-family: 'Montserrat';
}

.my-account .actions .add-to-links i.fa {
	margin: 0 5px 0 0;
}

.my-account .actions .add-to-links li {
	display: inline-block;
}

.my-account .actions .add-to-links li:first-child {
	margin-left: 0;
}

.my-account .truncated {
	display: inline-block;
	margin-top: .75em;
}

.my-account .truncated .truncated_full_value {
	position: absolute;
}

.my-account .truncated .truncated_full_value .item-options {
	width: 200px;
	background-color: #fff;
	border-color: #fff;
	padding: 1em;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
}

.my-account .truncated .truncated_full_value .item-options>p {
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.my-account .truncated .truncated_full_value .item-options dl {
	display: inline-block;
	margin-bottom: 1em;
}

.my-account .truncated .truncated_full_value .item-options dl:last-child {
	margin-bottom: 0;
}

.my-account .truncated .truncated_full_value .item-options dt {
	float: left;
	font-family: 'Montserrat';
	clear: left;
	font-style: normal;
}

.my-account .truncated .truncated_full_value .item-options dd {
	float: left;
	padding-left: 5px;
	clear: right;
}

.my-account .customer-rating {
	float: none;
	width: auto;
}

.my-account .product-review .media {
	border: solid 1px #ddd;
	padding: 1.5em 20px;
	min-height: 180px;
}

.my-account .product-review .product-img-box .product-image {
	width: auto;
	height: auto;
}

.my-account .product-review .media-body .product-details {
	margin: 0;
}

.my-account .product-review .media-body .product-name {
	font-size: 1.167em;
	color: #222;
	font-family: 'Montserrat';
	line-height: 1.583em;
	margin: 0 0 .833em;
	text-transform: uppercase;
}

.my-account .product-review .media-body .product-details small {
	display: block;
	float: right;
	font-size: .91em;
	color: #aaa;
	margin: 0;
	padding: .2em 0;
}

.my-account .product-review .media-body .product-details .ratings {
	margin: 0 0 1em;
}

.my-account .product-review .media-body .product-details p {
	color: #888;
}

.my-account .product-review .buttons-set {
	margin-top: 1.5em;
}

.my-account .order-links {
	text-align: right;
}


/** Block: Account **/

.block-account .block-content li:before {
	content: '\f105';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	/* 	color: #666; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.block-account .block-content li.current:before {
	margin-right: 10px;
}

.block-account .block-content li.current {
	font-size: 1.083em;
	padding: .5em 0 .45em;
}

.block-account .block-content li.current,
.block-account .block-content li a:hover {
	color: #648ec8;
}


/* Wishlist */

.my-wishlist table.table .product-name {
	margin: 0 0 .5em;
}

.my-wishlist .table-button {
	margin: .2em 0 0;
}

.my-wishlist .cart-cell {
	text-align: center;
}

.my-wishlist .cart-cell .add-to-cart-alt {
	display: inline-block;
}

.my-wishlist .cart-cell .price-box {
	margin-bottom: 1.5em;
}

.my-wishlist .cart-cell .btn-primary {
	height: 40px;
	padding: 6px 28px;
	margin-left: 10px;
}

.my-wishlist .form-horizontal .buttons-set {
	padding-top: 0;
	border-width: 0;
}

.my-wishlist .buttons-set .btn-share {
	float: right;
	margin-left: 10px;
}

.my-wishlist .buttons-set .btn-update {
	float: left;
}

.my-wishlist .buttons-set .btn-tocart {
	float: right;
}


/* Tags */

.box-tags li.item .product-name {
	font-family: 'Montserrat';
	font-size: 1.083em;
	margin-bottom: .5em;
	line-height: 1.5;
}

.box-tags li.item .product-name a {
	color: #222;
}

.tags-list li {
	font-size: 1.167em;
	margin-right: 5px;
}

.tags-list a,
.box-tags .tags a {
	color: #aaa;
}

.tags-list a:hover,
.box-tags .tags a:hover,
.box-tags li.item .product-name a:hover {
	color: #648ec8;
}


/* Reviews */

.dashboard .box-reviews {
	margin: 0 0 1.5em;
}

.dashboard .box-reviews li.item .product-name {
	font-family: 'Montserrat';
	font-size: 1.083em;
	margin-bottom: .5em;
	line-height: 1.5;
}

.dashboard .box-reviews li.item .product-name a {
	color: #222;
}

.dashboard .box-reviews li.item .product-name a:hover {
	color: #648ec8;
}


/********** < Dashboard */


/* Block: Recent Orders */

.dashboard .box-recent {
	margin: 10px 0;
}


/* Block: Reviews */

.dashboard .box-reviews .number {
	float: left;
	font-size: .833em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: .3em -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}

.dashboard .box-reviews .details {
	margin-left: 20px;
}


/* Block: Tags */

.dashboard .box-tags .number {
	float: left;
	font-size: .833em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: .3em -20px 0 0;
	padding: 2px 3px;
	background: #ddd;
}

.dashboard .box-tags .details {
	margin-left: 20px;
}


/********** Dashboard > */


/* Order View */

.order-info {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 1.5em;
}

.order-info a {
	color: #aaa;
}

.order-info dl,
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
	display: inline;
	margin: 0 5px 0 0;
}

.order-info dt {
	font-weight: bold;
}

.order-date {
	margin: 0;
	float: right;
}

.order-items {
	width: 100%;
	overflow-x: auto;
}

.order-additional {
	margin: 1.5em 0;
}


/* Order Gift Message */

.gift-message dt {
	font-weight: normal;
	color: #222;
	font-family: 'Montserrat';
}

.gift-message dt strong {
	color: #888;
	font-weight: normal;
}

.gift-message dd {
	margin: .75em 0 0;
	color: #888;
}


/* Order Comments */

.order-about dt {
	font-weight: bold;
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
	padding: 1px 8px;
}


/* Order Print Pages */

.page-print .print-head {
	text-align: center;
}

.page-print .print-head:after {
	display: block;
	content: "";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
	margin-bottom: 0;
}


/* Price Rewrites */

.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: inline-block;
	white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
	display: inline;
}

.page-print .product-name,
.page-print h2 {
	font-family: 'Montserrat';
}

.page-print .method p {
	margin: 0;
}

.page-print .method,
.page-print address {
	display: inline-block;
	font-style: normal;
	font-family: 'Arial';
	border: 1px solid #ddd;
	padding: .75em 12px;
	margin-bottom: 1.12em;
}

.page-print .method {
	margin-bottom: 2.25em;
}

.page-print table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}

.page-print table th,
.page-print table td {
	padding: .75em 12px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.page-print .item-options dd {
	margin: 0;
}


/* My Reviews */

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

.product-review .product-details {
	margin-left: 150px;
}

.product-review .product-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	font-weight: bold;
}

.product-review dd {
	font-size: 13px;
	margin: 5px 0 0;
}


/* ======================================================================================= */

ul.advanced-search .separator {
	float: left;
}

ul.advanced-search .currency,
ul.advanced-search .separator {
	line-height: 2.66em;
}

ul.advanced-search li.last {
	margin-bottom: 1.5em;
}

.form-contact {
	margin-top: 1.5em;
}

.map-popup {
	background: #fff;
	border: 1px solid #eee;
	margin: 12px 0 0;
	position: absolute;
	-moz-box-shadow: 0 0 6px #eee;
	-webkit-box-shadow: 0 0 6px #eee;
	box-shadow: 0 0 6px #eee;
	text-align: left;
	width: 287px;
	z-index: 100;
}

.map-popup-heading {
	border-bottom: 1px solid #eee;
	padding: .75em 10px;
}

.map-popup-heading h2 {
	font-size: 1.16em;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
	font-family: Montserrat;
	color: #222;
}

.map-popup-arrow {
	background: 0;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}

.map-popup-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
}

.map-popup-close i {
	font-size: 14px;
	color: #aaa;
}

.map-popup-close i:hover {
	color: #648ec7;
}

.map-popup-content {
	border-top: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}

.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
	margin: 0;
	padding: 5px 0;
}

.map-popup-price {
	margin: 5px 0 0;
}

.map-popup-text {
	clear: right;
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	word-wrap: break-word;
}

.map-popup-only-text {
	border-top: 1px solid #ddd;
}


/* Home Message =============================================================================== */

.home-ideas {
	padding: 12px;
}

.home-ideas p {
	font-family: Montserrat;
	text-align: center;
	font-size: 0.85em;
}

.home-ideas h2 {
	font-family: Montserrat;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.11;
}


/* Mission Statement ========================================================================== */

.mission-statement {
	padding: 12px;
}

.mission-statement p {
	font-family: Montserrat;
	font-size: 0.9em;
}

.mission-statement h2 {
	font-family: Montserrat;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.11;
}


/* Contact Map ================================================================================ */

.contact-map,
.map-container .map-wrapper {
	position: relative;
	height: 360px;
	margin-bottom: 1.5em;
	width: 100%;
	border: none;
	font-size: 1em;
}

.map-container .map-wrapper {
	width: 100%;
	margin-bottom: 0;
}

.map-body {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial;
}

.map-wrapper img {
	max-width: none;
}

.map-container .map-block {
	background: #fff;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.map-container .map-block .indent {
	padding: 1.25em 30px 2em;
}

.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.75em;
}

.map-container .map-block a {
	color: #666;
}

.map-container .map-block a:hover {
	text-decoration: underline;
}

.map-container .block-title {
	padding: 0!important;
	margin: 0!important;
	text-align: left;
	background: none!important;
}


/* Footer ================================================================================ */

#footer.default-footer {
	background-color: #111;
}

body.boxed-layout #footer.default-footer {
	background: none;
}

body.boxed-layout #footer.default-footer .container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #111;
}

#footer h2.footer-block-title {
	font-size: 1.33em;
	font-family: Montserrat;
	font-weight: normal;
	color: #222;
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 1.16em;
	padding-bottom: 1em;
	margin-top: 0;
}

body.boxed-layout #footer .footer-top,
body.boxed-layout #footer .footer-middle,
body.boxed-layout #footer .footer-bottom {
	background: none;
	border: none;
	padding: 0;
}

body.boxed-layout #footer .footer-top:after,
body.boxed-layout #footer .footer-top:before {
	content: none;
}

#footer .footer-top,
body.boxed-layout #footer .footer-top .container {
	background-color: #fff;
	border-top: dotted 1px;
	border-color: #ddd;
	color: #666;
	position: relative;
}

#footer .footer-top:after,
body.boxed-layout #footer .footer-top .container:after {
	content: "";
	display: inline-block;
	border-top: dotted 1px;
	border-color: inherit;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 3px;
	left: 0;
}

#footer .footer-top:before,
body.boxed-layout #footer .footer-top .container:before {
	content: "";
	display: inline-block;
	border-top: dotted 1px;
	border-color: inherit;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 1px;
	left: 0;
}

#footer .footer-logo {
	margin-bottom: 1.5em;
	display: block;
}

#footer .footer-top .contact-info {
	font-size: 0.9em;
	font-family: Montserrat;
}

#footer .footer-top .contact-info i {
	margin-right: 12px;
}

#footer .footer-top .contact-info a {
	color: #666;
}

#footer .footer-top .contact-info a:hover {
	color: #648ec8;
}

#footer ul:not(.social-links) li {
	position: relative;
	padding-left: 10px;
}

#footer ul:not(.social-links) li a {
	color: #666;
	position: relative;
	padding: .5em 0 .5em 10px;
	display: inline-block;
}

#footer ul:not(.social-links) li a:hover {
	color: #648ec8;
}

#footer ul:not(.social-links) li a i {
	font-size: .4em;
	position: absolute;
	left: 0;
	vertical-align: middle;
	top: 50%;
	margin-top: -2px;
	color: rgba(255, 255, 255, .2);
}

#footer .footer-top ul:not(.social-links) li a i {
	color: rgba(0, 0, 0, .7);
}

#footer .footer-top .schedule li {
	margin: 0 0 .5em;
	padding: .5em 0 0;
	border-color: #ddd;
}

#footer .footer-top .schedule li:before {
	content: "";
	border-bottom: dashed 1px;
	border-color: inherit;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 1px;
}

#footer .footer-top .schedule li span {
	position: relative;
	background: #fff;
}

#footer .footer-middle,
body.boxed-layout #footer .footer-middle .container {
	background-color: #222;
	border-bottom: solid 1px #333;
}

#footer .footer-middle h2.footer-block-title {
	color: #fff;
	border-color: #373737;
}

#footer .footer-middle .footer-block-content ul li a .hover-divider {
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 10px;
	background-color: #fff;
	content: '';
	position: absolute;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	transition: width 500ms ease;
	-o-transition: width 500ms ease;
}

#footer .footer-middle ul li a:hover {
	color: #fff;
}

#footer .footer-middle .footer-block-content ul li a:hover .hover-divider {
	width: 94%;
}

#footer .footer-middle ul li a {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #aaa;
	position: relative;
	z-index: 2;
}

#footer .footer-middle .second-block {
	background-color: #333;
	position: relative;
	bottom: -20px;
	margin-top: -20px;
}

#footer .payments {
	float: right;
}

#footer ul {
	margin: 0;
}

#footer .footer-links {
	padding: .4em 10px;
	float: left;
}

#footer .footer-links li {
	display: inline-block;
	border: none;
	padding: 0;
	margin-left: -3px;
}

#footer .footer-links li:first-child {
	margin-left: 0;
}

#footer .footer-links a {
	padding-left: 12px;
	padding-right: 12px;
}

#footer .footer-links a:hover {
	background-color: #393939;
}

#footer .footer-links a:before {
	border-radius: 0;
	-moz-border-radius: 0;
	height: 14px;
	width: 1px;
	margin-top: -7px;
	background-color: #444;
}

#footer .footer-links li:first-child a:before {
	content: none;
}

#footer .store-switcher {
	margin-top: .5em;
}

#footer .footer-links .footer-copyright {
	padding: .5em 0 .5em 0;
	margin: 0;
	color: #aaa;
}

#footer .form-language,
#footer .form-currency {
	margin-top: .67em;
	margin-right: 20px;
}

#footer .store-switcher label,
#footer .form-language label,
#footer .form-currency label {
	font-size: .92em;
	color: #aaa;
	margin-right: 4px;
}

#footer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: auto;
}

#footer .selectpicker {
	background: #292929;
	color: #fff;
}

#footer .selectpicker .caret {
	border-top-color: rgba(255, 255, 255, .2);
}

#footer .bootstrap-select .dropdown-menu,
#footer .bootstrap-select .dropdown-menu li {
	padding: 0;
}

#footer .bootstrap-select .dropdown-menu li a {
	display: block;
}

#footer .bootstrap-select .dropdown-menu li a:hover {
	background: #444;
}

#footer .bootstrap-select .dropdown-menu li a:before {
	content: none;
}

#footer .footer-bottom {
	background-color: #111;
	padding-top: 2.33em;
	padding-bottom: 1em;
	color: #fff;
}

#footer .footer-bottom a {
	color: #fff;
}

#footer .footer-bottom a:hover {
	color: #648ec8;
}

body.boxed-layout #footer .footer-bottom .container {
	background-color: #111;
	padding-top: 2.33em;
	padding-bottom: 1em;
}

#footer address {
	font-size: .92em;
	margin: 1.083em 0 1.083em 20px;
}

#footer address a {
	color: #fff;
}

#footer address a:hover {
	color: #648ec8;
}

#footer .footer-bottom .small-logo {
	margin-right: 16px;
	margin-top: .75em;
}

#footer .language-currency-dropdown .form-language,
#footer .language-currency-dropdown .form-currency {
	margin: 0 0 1.5em;
}

#footer .language-currency-dropdown .form-language.list {
	margin-bottom: 0;
}

#footer .language-currency-dropdown .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

#footer .language-currency-dropdown .bootstrap-select>.selectpicker {
	background: #eee;
	color: #888;
}

#footer .language-currency-dropdown .bootstrap-select .dropdown-menu>li>a {
	background-color: #fff;
	color: #999;
}

#footer .language-currency-dropdown .bootstrap-select .dropdown-menu>li>a:hover,
#footer .language-currency-dropdown .bootstrap-select .dropdown-menu>li>a:focus {
	color: #8c8c8c;
	background-color: #f5f5f5;
}

#footer .footer-bottom .language-currency-block:after {
	bottom: auto;
	top: 0;
}

#footer .footer-bottom .language-currency-block .fa-angle-down:before {
	content: "\f106";
}

#footer .footer-bottom .language-currency-dropdown {
	bottom: 100%;
	top: auto;
}


/* Footer Contact Form */

#footer #AjaxcontactForm {
	padding: 1.5em;
	background-color: #fff;
	position: relative;
}

#footer #AjaxcontactForm li {
	margin: 0 0 .25em;
	border: none;
	padding-left: 0;
}

#footer #AjaxcontactForm .form-list label.required em {
	right: -7px;
	top: 3px;
}

#footer #AjaxcontactForm li label {
	position: absolute;
	top: .75em;
	left: 0;
	display: block!important;
	float: left;
	color: #222;
	font-size: .91em;
	font-family: Montserrat;
	padding: 0 0 .75em;
	z-index: 2;
}

#footer #AjaxcontactForm li.fields .input-box input {
	float: left;
}

#footer #AjaxcontactForm li input {
	border: none;
	border-bottom: dashed 1px #ddd;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	padding: 0;
	width: 100%!important;
	margin-top: .5em;
	color: #666;
	font-size: 12px;
}

#footer #AjaxcontactForm li input:focus,
#footer #AjaxcontactForm li input:active,
#footer #AjaxcontactForm li textarea:focus,
#footer #AjaxcontactForm li textarea:active {
	outline: none;
}

#footer #AjaxcontactForm li textarea {
	border: none;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-top: .25em;
	line-height: 2.35em;
	position: relative;
	padding: 0;
	width: 100%;
	height: 76px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	resize: none;
}

#footer #AjaxcontactForm li .input-box {
	width: 100%;
	border-color: #ddd;
}

#footer #AjaxcontactForm li .input-box span {
	border-color: #ddd;
}

#footer #AjaxcontactForm li .input-box span:before {
	content: "";
	display: block;
	position: absolute;
	border-top: dashed 1px;
	border-bottom: dashed 1px;
	border-color: inherit;
	height: 2.5em;
	width: 100%;
	top: 2em;
}

#footer #AjaxcontactForm li .input-box span:after {
	content: "";
	display: block;
	position: absolute;
	border-top: dashed 1px;
	border-color: inherit;
	height: 1.75em;
	width: 100%;
	top: 6.75em;
}

#footer #AjaxcontactForm .buttons-set {
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
}

#footer #AjaxcontactForm .validation-failed {
	border: none!important;
	border-bottom: dashed 1px #f00!important;
	background: none!important;
}

#footer #AjaxcontactForm .buttons-set #ajax-loader {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

#footer #AjaxcontactForm .validation-advice {
	margin-top: 5px;
}


/* ======================================================================================= */

.footer-top .schedule li:after,
.block-poll li:after,
.sorter:after,
.qty-holder:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.quick-access {
	margin-top: 40px;
}


/** canMonday Box */

.canmonday {
	background: #F2F2F2;
	padding: 7px;
	border: 1px solid #C2C2C2;
	margin-bottom: 5px;
}


/** CMS Accordian Pages */

ul#menu,
ul#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#menu a {
	display: block;
	text-decoration: none;
}

ul#menu li {
	margin-top: 2px;
	float: left;
	width: 100%;
	clear: both;
}

ul#menu li span {
	background: #F2F2F2;
	border: 1px solid #C2C2C2;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 40px;
	display: block;
	font-weight: bold;
}

ul#menu li span:hover {
	background: #5D9219;
	color: white;
	border: 1px solid #4D7815;
}

ul#menu li ul li a {
	background: #ccc;
	color: #000;
}

ul#menu li ul li a:hover {
	background: #aaa;
	border-left: 5px #000 solid;
}

ul#menu li ul {
	padding: 15px;
}

ul#menu li ul p {
	color: #000
}


/* Testimonails Page */

#tabs_testimonials h1 {
	font-size: 24px;
	color: #5D9219;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	margin: 0 0 16px;
}

#tabs_testimonials {
	width: 100%;
	margin-top: 20px;
}

#tabs_testimonials .tab-box {
	border: 1px solid #E1E1E1;
	width: 905px;
	padding: 20px;
	margin-top: -11px;
	float: left;
}

#tabs_testimonials .active {
	display: block;
}

#tabs_testimonials ul {
	height: 50px;
	list-style: none;
	margin-top: 20px;
	font-size: 14px;
}

#tabs_testimonials ul li a {
	text-decoration: none;
	background: #F2F2F2;
	border: 1px solid #C2C2C2;
	margin-right: 10px;
	color: #5D9219;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0px 10px;
	font-size: 18px;
}

#tabs_testimonials ul li.active a {
	background: #5D9219;
	color: white;
}

#tabs_testimonials .row {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
}

#tabs_testimonials .item {
	width: 48%;
	margin-right: 2%;
	float: left;
}

#tabs_testimonials .item h5 {
	color: #5D9219;
	font-size: 16px;
	line-height: 20px;
}

#tabs_testimonials .item span.customer {
	color: #5D9219;
	float: right;
}


/** Our Suppliers Page **/

ul#suppliers li {
	text-align: center;
}


/** Checkout Override **/

.form-list li.control input.radio,
.form-list li.control input.checkbox {
	float: left;
}


/** Top level Caterory Slider Changes */


/*.category-banner .text-banner .banner-content.skin-3  {
	top: 82%;
}*/

#category-slider .banner-content {
	position: relative;
	margin-top: -75px;
}


/** Remove SagePay and PayPal Styling */

label[for="p_method_sagepaydirectpro"],
label[for="p_method_sagepayserver"],
label[for="p_method_sagepayform"] {}

input#p_method_sagepayserver {
	float: left;
}

#p_method_sagepayserver,
#p_method_sagepayform,
#p_method_sagepaydirectpro {
	margin-top: 0px;
}

label[for="p_method_paypal_standard"] a {
	display: none;
}

input#agreement-3.checkbox {
	float: left;
	margin-right: 5px;
}


/** My Account Page: Better styles for the preferred delivery date page */

.my-account .box {
	margin-bottom: 18px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #ccc;
	padding: 1.5em 20px;
}

.my-account .box .box-title {
	color: #999;
	border-color: #ddd;
	margin-bottom: 1.5em;
}

.my-account .box .box-title h2 {
	font-family: 'Montserrat';
	font-size: 1.083em;
	color: #222;
	padding-bottom: .5em;
	line-height: 1.5;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
}


/** Responsive Video Wrapper */

.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
	height: 100%;
}

.basket-presentation img {
	width: 100%;
	padding-bottom: 1em;
}


/** Navbar Style Tweaks */

.navbar {
	margin-bottom: 0;
}

.menu-block .navbar-default {
	padding-left: 0;
	margin-bottom: 0;
}

a.control_prev:hover,
a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	color: #5D9219;
}

a.control_next {
	right: 0;
}

li .box {
	margin-right: 20px !important;
}

li .box:last-child {
	margin-right: 0 !important;
}


/*-------------------------- Style Default --------------------------*/

#category-slider {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	overflow: hidden;
}

#category-slider li.box.item {
	cursor: pointer;
	height: 380px;
	float: left;
	width: 298px;
}

@media screen and (max-width: 1335px) {
	#category-slider li.box.item {
		height: 304px;
	}
	#category-slider li.box.item .full-caption {
		height: 75%;
	}
}

#category-slider li.box.item img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#category-slider li.box.item .caption {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	left: 0;
}

#category-slider li.box.item .full-caption {
	width: 81%;
	margin-left: 20px;
	height: 83%;
	bottom: -83%;
	text-align: left;
}

#category-slider li.box.item .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}

#category-slider li.box.item h3 {
	font-family: Montserrat;
	margin: 0;
	font-size: 11px;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 33px;
}

#category-slider li.box.item .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}

#category-slider li.box.item:hover .full-caption {
	-moz-transform: translateY(-106%);
	-o-transform: translateY(-106%);
	-webkit-transform: translateY(-106%);
	opacity: 1;
	transform: translateY(-106%);
}

#category-slider .full-caption p {
	padding: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}

#category-slider .button {
	width: 85px !important;
	height: 32px !important;
	background-color: #5D9219;
	font-size: 12px;
	font-family: Montserrat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	transition: all 0.3s ease 0s;
	text-align: center;
	padding-top: 8px;
}

#category-slider .button a {
	color: #ffffff !important;
}

#category-slider .button:hover {
	background-color: #801120;
}


/*paypal restyle ----------------------------------------------------------------------- */

#p_method_paypal_standard {
	float: left;
	margin-right: 27px;
}


/* Our Suppliers ----------------------------------------------------------------------- */

#staticpages img {
	margin-top: 10px;
}

#staticpages p {
	text-align: justify;
}


/* Testimonial Box Styling ------------------------------------------------------------- */

#testimonials_box {
	font-family: 'Montserrat';
	color: #FFF;
	text-align: justify;
	position: absolute;
	top: 0;
	width: 94%;
	margin: 0 auto;
}

.slider-container.widget-products {
	clear: both;
}


/*Subindex category slider -------------------------------------------------------------------------- */

#owl-demo .item {
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.customNavigation .prev {
	left: 5px;
}

.customNavigation .next {
	right: 5px;
}

.customNavigation .btn {
	*display: inline-block;
	/*IE7 life-saver */
	padding: 3px 12px;
	font-size: 1.5em;
	opacity: 0.8;
	position: absolute;
	z-index: 9999;
	margin-top: -200px;
}

.customNavigation .prev,
.customNavigation .next {
	background-color: rgba(0, 0, 0, .5);
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.customNavigation .prev:after,
.customNavigation .next:after {
	display: inline-block;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -18px 0 0 -5px;
}

.customNavigation .prev:after {
	content: "\f104";
}

.customNavigation .next:after {
	content: "\f105";
	margin-left: -3px;
}

.customNavigation .prev:hover,
.customNavigation .next:hover {
	background-color: #648ec8;
	color: #fff;
}

.category-image span.text {
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 0;
	float: left;
	padding: 10px 15px;
	color: #000;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.split-box {
	margin-top: 27px;
}

.lol-simon {
	font-family: 'montserratlight';
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
}


/* Delivery Page */

.delivery-table {
	border-left: 1px solid #e1e1e1;
	font-size: 12px;
	width: 100%;
}

.delivery-table thead tr th {
	background: #921929;
	color: #fff;
	border: 1px solid #fcfcfc;
	padding: 10px 5px 10px 5px;
}

.delivery-table tr td {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #fcfcfc;
}

.delivery-table tr:nth-child(odd) {
	background: #eee;
}


/* Simple Contact Form */

#simple_contact .field {
	padding-top: 1em;
}

.product-view .quantity-wrapper {
	position: relative;
	width: 90px;
	border: 1px solid #DDDDDD;
}

.product-view input.qty,
.product-view input[id*="qty"] {
	width: 59px;
	height: 41px;
	line-height: 41px;
	margin: 0;
	border: 0;
	background-color: #FFFFFF;
}

.product-view .quantity-increase,
.product-view .quantity-decrease {
	float: none;
	position: absolute;
	right: -1px;
	margin: 0;
	width: 30px;
	height: 22px;
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
}

.product-view .quantity-increase {
	top: -1px;
}

.product-view .quantity-decrease {
	top: 20px;
	height: 22px;
}

.product-view .quantity-wrapper i {
	height: 100%;
	width: 100%;
	line-height: 22px;
}

.product-view .fa-angle-right:hover,
.product-view .fa-angle-left:hover {
	background-color: #EAEAEA;
}

.product-view .fa-angle-right:before,
.product-view .fa-angle-left:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	position: relative;
	top: -2px;
	font-size: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.product-view .fa-angle-right:before {
	border-bottom: 5px solid #6E6E6E;
}

.product-view .fa-angle-left:before {
	border-top: 5px solid #6E6E6E;
}

.countdown {
	clear: both;
	margin-bottom: 1em;
	font-size: 14px;
}

.product-view select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 45px;
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: '';
	background: url("../images/select-arrow.png") no-repeat right;
	background-size: 45px;
	color: #333333;
	border-color: #DDDDDD;
	background-color: #FFFFFF;
}

.product-view select.form-control::-ms-expand {
	display: none;
}

.product-options h2 {
	display: none;
}

.product-options dt {
	margin-bottom: 0.2em;
	font-size: 14px;
	color: #333333;
}

.product-shop__inner {
	padding: 22px 15px;
	background-color: #F8F8F8;
}

@media (min-width:768px) {
	.product-shop__inner {
		padding: 35px;
	}
}

@media (max-width:767px) {
	.product-shop.col-sm-6.col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.row.mb-sm-0 {
		margin-bottom: 0;
	}
	.pad-sm-0 {
		padding-left: 0 !important;
		;
		padding-right: 0 !important;
		;
	}
}

.product-info-box {
	padding: 15px;
	background-color: #ECF9F2;
}

@media (min-width:768px) {
	.product-info-box {
		padding: 35px;
	}
}

.icon-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	color: #000000;
	font-size: 14px;
}

.icon-text p {
	padding-left: 16px;
	margin: 0;
}

.icon-text__img img {
	width: 30px;
	max-width: none;
}

.contents-info {
	display: none;
}

@media (min-width:768px) {
	.contents-info {
		clear: both;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
}

.contents-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	width: 50%;
	padding: 6px 0
}

@media (min-width:1400px) {
	.contents-info__item {
		width: 25%;
	}
}

.contents-info__img {
	width: 65px;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.contents-info__text {
	font-size: 14px;
	color: #000000;
	padding-left: 16px;
	padding-left: 16px;
}

.tag-items {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.tag {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 2;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 1.8em;
	padding-right: 1.8em;
}

.tag-items__text {
	display: inline-block;
	vertical-align: top;
	z-index: 2;
	font-size: 10px;
	font-weight: bold;
	color: #550065;
	text-transform: uppercase;
	padding-left: 1.8em;
	padding-right: 1.8em;
}

.tag--lg {
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
}

.tag--yellow {
	background-color: #E9AB19;
}

.tag--burgundy {
	background-color: #550065;
}

@media (min-width:768px) {
	.tag,
	.tag-items__text {
		font-size: 12px;
	}
	.tag--lg {
		height: 42px;
		line-height: 42px;
		border-radius: 21px;
	}
}

.tag-items__arrow {
	position: relative;
	top: 11px;
}

.product-view .product-img-box .product-image-zoom .product-image-badge {
	position: absolute;
	left: auto;
	opacity: 1;
	right: 0;
	top: 0;
	z-index: 3;
	width: 80px;
}

@media (min-width:768px) {
	.product-view .product-img-box .product-image-zoom .product-image-badge {
		width: 98px;
	}
}

.mb-1 {
	margin-bottom: 3em;
}

.product-collateral .panel.panel-default {
	margin-bottom: 4em;
	padding: 0;
	box-shadow: none;
	border: 0;
}

.product-collateral .panel-default .panel-body {
	border: 0;
}

.box-up-sell .item {
	text-align: center;
}

.box-up-sell .price {
	display: block;
	margin-bottom: 1.4em;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.box-up-sell .product-name {
	margin-bottom: 2em;
}

.box-up-sell .btn {
	margin-right: 0;
	padding: 14px 22px;
	font-size: 13px;
	text-transform: uppercase;
}

.product-collateral .panel.panel-default .panel-title {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.product-collateral .panel.panel-default .panel-title {
		font-size: 20px;
	}
}

.further_info {
	margin-bottom: -1px;
	padding: 22px 15px;
	font-size: 14px;
	border: 1px solid #E1E1E1;
}

@media (min-width:768px) {
	.further_info {
		padding: 15px;
	}
}

.further_info h4 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.further_info a {
	color: #550065;
	text-decoration: underline;
}

.further_info p {
	margin-bottom: 1em;
}

.further_info ul {
	margin-bottom: 1.5em;
}

.further_info li {
	margin-bottom: 0.7em;
	color: #000000;
}

.further_info a:hover {
	text-decoration: none;
}

.further_info .icon-text {
	color: #727272;
}

.further_info .icon-text:first-of-type {
	padding-top: 1em;
}

.further_info .icon-text:last-of-type p {
	margin-bottom: 0;
}

.further_info .icon-text__img {
	flex-grow: 0;
	flex-shrink: 0;
	width: 36px;
	text-align: center;
}

.further_info .icon-text__img img {
	width: auto;
}

@media (min-width:768px) {
	.further_info {
		padding: 35px;
	}
}

#desc.desc {
	margin-bottom: -1px;
	padding: 15px;
	font-size: 14px;
	border: 1px solid #E1E1E1;
}

#desc.desc h3 {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#desc.desc p {
	padding-bottom: 1.5em;
}

#desc.desc li {
	margin-bottom: 0.6em;
}

#desc.desc a {
	color: #550065;
	text-decoration: underline;
}

#desc.desc a:hover {
	text-decoration: none;
}

@media (min-width:768px) {
	#desc.desc {
		padding: 35px;
		font-size: 16px;
	}
}

.info-icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.4em;
	cursor: pointer;
}

.products-grid .info-icon {
	display: none;
}

.info-popup-container {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.5);
}

.info-popup-container.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-popup {
	position: relative;
	width: 280px;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #FFFFFF;
}

@media (min-width:768px) {
	.info-popup {
		width: 410px;
	}
}

.info-popup h3 {
	margin-bottom: 1.4em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}

.info-popup p {
	font-size: 14px;
}

@media (min-width:768px) {
	.info-popup p {
		font-size: 16px;
	}
}

.info-popup__close {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}

.info-popup__close:hover {
	opacity: 0.6;
}

body.overflow {
	overflow: hidden;
}

.product-image-thumbs a {
	display: inline-block;
	outline: 1px solid #E4E4E4;
	border: 1px solid transparent;
}

.product-image-thumbs a:focus,
.product-image-thumbs a:hover,
.product-image-thumbs a:active {
	outline: 1px solid #D0D0D0 !important;
	border: 1px solid transparent !important;
}

.product-image-thumbs a.active {
	outline: 1px solid #771527;
	border-color: #771527;
}

.product-image-thumbs {
	text-align: center;
}

.product-image-thumbs li {
	display: inline-block;
	margin-bottom: 13px;
}

.product-image-zoom a:first-of-type {
	height: auto !important;
}

@media (min-width:768px) {
	.product-image-gallery {
		float: right;
		width: 81.6%;
	}
	.more-views {
		float: left;
		width: 10.7%;
	}
}

.flexslider {
	margin-bottom: 0 !important;
}

@media (max-width:767px) {
	.flexslider {
		margin-bottom: -40px !important;
	}
}

.flexslider .slides>li {
	text-align: center;
}

.flexslider .slides img {
	display: inline-block !important;
	width: auto !important;
}

.flex-control-nav {
	position: relative !important;
	bottom: auto !important;
}

.flex-control-nav img {
	cursor: pointer;
}

@media (min-width:768px) {
	.flex-control-nav li {
		margin: 0 0 13px 0 !important;
	}
}

.product-image-thumbs span {
	display: inline-block;
	vertical-align: middle;
	outline: 1px solid #D0D0D0 !important;
	border: 1px solid transparent;
}

.product-image-thumbs .flex-active span {
	outline: 1px solid #550065!important;
	border-color: #550065;
}

@media (max-width:767px) {
	.product-image-thumbs span {
		outline: none !important;
		border: 0;
	}
	.product-image-thumbs .flex-active span {
		outline: none !important;
	}
	.flex-control-nav li {
		margin: 0 5px !important;
	}
	.flex-control-nav img {
		display: none !important;
	}
	.product-image-thumbs span {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background-color: #D8D8D8;
	}
	.product-image-thumbs .flex-active span {
		background-color: #550065;
	}
}

.f-sm {
	font-size: 16px;
	font-weight: bold;
}

.uc {
	text-transform: uppercase;
}

@media (min-width:768px) {
	.f-sm {
		font-size: 18px;
	}
}
