/**
 * @package     mainstream
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 */
/* Variables ================================================================================= */
.transition-none {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.transition-bg {
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
}
.transition-all {
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
/* Reset ================================================================================= */
/* 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:not(.boxed-layout) .backstretch {display: none!important;} */
.col-right.sidebar {float: right;}
.col-left.sidebar {float: left;}
.col3-layout .toolbar .pager {display: none;}
.col3-layout .toolbar .sorter {width: 100%;}
.col3-layout .toolbar-bottom .pager {display: block;}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* 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: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #222;
	display: inline-block;
}
#toTopHover i:hover {background-color: #ff5555;}
#toTop:active,
#toTop:focus {outline: none;}
#toTopHover {opacity: 1!important;}
.main-container {padding-bottom: 3em;}
.cms-index-index .main-container {padding-bottom: 0;}
h2.sub-title {font-size: 1.5em;}

body i[class*="icon-"] {font-style: normal;}
body .tooltip {font-family: inherit;}

html body {font-family: sans-serif; color: #888; font-size: 13px;}

body a {color: #ff5555;}
body a:hover,
body a:focus {color: #ff5555; opacity: .75;}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {font-family: 'Work Sans', sans-serif; font-weight: normal; margin-top: 0; margin-bottom: 18px; color: #222;}

body h1,
body .h1 {font-size: 36px; line-height: 40px; font-weight: 300; letter-spacing: -1px;}
body h2,
body .h2 {font-size: 30px; line-height: 38px; font-weight: 300; letter-spacing: -1px;}
body h3,
body .h3 {font-size: 24px; line-height: 32px; font-weight: 300; letter-spacing: -.75px; text-transform: uppercase;}
body h4,
body .h4 {font-size: 18px; line-height: 26px; font-weight: 300; letter-spacing: -.5px;}
body h5,
body .h5 {font-size: 15px; line-height: 24px; font-weight: 400; letter-spacing: -.5px;}
body h6,
body .h6 {font-size: 13px; line-height: 18px; font-weight: 400; letter-spacing: -.5px;}

.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.indent-76,
hr.indent-80,
hr.indent-84,
hr.indent-88,
hr.indent-92,
hr.indent-96,
hr.indent-100,
hr.indent-104,
hr.indent-108,
hr.indent-112,
hr.indent-116,
hr.indent-120,
hr.indent-124,
hr.indent-128,
hr.indent-132,
hr.indent-136,
hr.indent-140,
hr.indent-144,
hr.indent-148,
hr.indent-152,
hr.indent-156,
hr.indent-160,
hr.indent-164,
hr.indent-168,
hr.indent-172,
hr.indent-176,
hr.indent-180,
hr.solid,
hr.dotted,
hr.dashed {
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}

/* solid indents */
hr.solid {border-bottom: 1px solid rgba(0,0,0,.13); margin: 0;}

/* dotted indents */
hr.dotted {border-bottom: 1px dotted rgba(0,0,0,.13); margin: 0;}

/* dashed indents */
hr.dashed {border-bottom: 1px dashed rgba(0,0,0,.13); 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.333em 0;}
hr.indent-72 {margin: 6em 0;}
hr.indent-76 {margin: 6.333em 0;}
hr.indent-80 {margin: 6.667em 0;}
hr.indent-84 {margin: 7em 0;}
hr.indent-88 {margin: 7.333em 0;}
hr.indent-92 {margin: 7.667em 0;}
hr.indent-96 {margin: 8em 0;}
hr.indent-100 {margin: 8.333em 0;}
hr.indent-104 {margin: 8.667em 0;}
hr.indent-108 {margin: 9em 0;}
hr.indent-112 {margin: 9.333em 0;}
hr.indent-116 {margin: 9.667em 0;}
hr.indent-120 {margin: 10em 0;}
hr.indent-124 {margin: 10.333em 0;}
hr.indent-128 {margin: 10.667em 0;}
hr.indent-132 {margin: 11em 0;}
hr.indent-136 {margin: 11.333em 0;}
hr.indent-140 {margin: 11.667em 0;}
hr.indent-144 {margin: 12em 0;}
hr.indent-148 {margin: 12.333em 0;}
hr.indent-152 {margin: 12.667em 0;}
hr.indent-156 {margin: 13em 0;}
hr.indent-160 {margin: 13.333em 0;}
hr.indent-164 {margin: 13.667em 0;}
hr.indent-168 {margin: 14em 0;}
hr.indent-172 {margin: 14.333em 0;}
hr.indent-176 {margin: 14.667em 0;}
hr.indent-180 {margin: 15em 0;}

/* invisible indents */
hr.white-space {margin-top: 0;}

/* mobile indents */
hr.mobile {display: none;}

.boxed-content hr.fullwidth {margin-left: -10px; margin-right: -10px;}

/* 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;}
table th,
table td strong,
table th strong {font-weight: normal;}

/* 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 {background-attachment: fixed;}
body.catalog-product-compare-index {background-image: none!important;}
body.page-popup .backstretch {display: none!important;}
body.boxed-header .header-wrapper .container {background-color: #fff;}
body.boxed-breadcrumbs .breadcrumbs-wrapper .container {background-color: #fff;}
body.boxed-content .content-wrapper .container {background-color: #fff;}
body.boxed-footer #footer .container {background-color: #fff;}
body:not(.cms-index-index) .content-wrapper {padding-top: 1em;}
body:not(.cms-index-index) .header-breadcrumbs-wrapper.with-breadcrumbs + .content-wrapper {padding-top: 0;}
.wide-header .header-breadcrumbs-wrapper,
.wide-content .content-wrapper {background-color: #fff;}
/* body.boxed-breadcrumbs .container {background-color: #fff;}
body.boxed-content .container {background-color: #fff;}
body.boxed-footer .container {background-color: #fff;} */
body.boxed-header .header .middle-block {padding: 0;}
body.boxed-header .header .middle-block .container {padding-bottom: 1.75em; padding-top: 2.5em;}
.skincolor {color: #ff5555;}
.skincolor-2 {color: #ff5555;}

/* 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: none;
  color: #222;
  margin: 0 0 .5em;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  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 label {font-family: inherit;}
form .radio label,
form .checkbox label {font-weight: normal; color: #666;}
form .checkbox input {top: 0;}
form .checkbox label {padding-top: 1px;}
.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,
select.form-control:not(.multiselect) {height: 36px;}
input.form-control,
textarea.form-control,
select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
border-radius: 0;
background-color: transparent;
color: #aaa;
border-width: 0;
font-size: 14px;
border-color: #585555;
padding: 6px 8px 2px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
textarea.form-control {padding: 9px 8px;}
.form-control-wrapper {position: relative; display: block; border-bottom: 2px solid #8a8282;}
.form-control-wrapper:before,
.form-control-wrapper:after {
  display: block;
  content: '';
  width: 2px;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
}
.form-control-wrapper:before {left: 0;}
.form-control-wrapper:after {right: 0;}
form.form-horizontal {margin-bottom: 2.25em;}
form .buttons-set {margin-top: 0; border-top: 1px solid rgba(0,0,0,.1); 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;}

body .form-control:focus {box-shadow: 0 0 1px rgba(0,0,0,.1);}

/* 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 .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%;}

 /* new */
.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-suffix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {width: 41.666667%;}
.form-list .customer-name-prefix .name-lastname,
.form-list .customer-name-suffix .name-lastname {width: 50%;}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname,
.form-list .customer-name-prefix-middlename .name-lastname,
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {width: 33%;}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename .name-middlename {width: 25%;}
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-middlename .name-middlename {width: 16.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 rgba(0,0,0,.1); 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;
}
a i,
.btn i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 10px;
  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 {color: #fff; font-size: 13px; padding: 10px 20px 10px 50px; position: relative;}
.error-msg {background-color: #ff2a00;}
.error-msg:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
}
.success-msg {background-color: #5cb03f;}
.success-msg:before {
	content: "\f05d";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
}
.note-msg,
.notice-msg {background-color: #ffae00;}
.note-msg:before,
.notice-msg:before {
	content: "\f05a";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -11px;
	font-size: 22px;
}
/* BreadCrumbs */
ul.breadcrumb {
	background: none;
	margin: 0;
  padding: 15px 0;
	text-align: left;
	font-size: 11px;
	color: #aaa;
  font-style: italic;
}
ul.breadcrumb li a {color: inherit;}
ul.breadcrumb li a:hover {color: #ff5555;}
ul.breadcrumb li strong {font-weight: normal;}
.breadcrumbs-wrapper .breadcrumb > li + li:before {
	content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #aaa;
	color: inherit;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	line-height: 1;
	position: relative;
	top: 1px;
	text-align: center;
}

.breadcrumbs-wrapper .page-title {border: none; float: left; margin: 0; padding: 0; display: none;}
.breadcrumbs-wrapper .page-title h1,
.breadcrumbs-wrapper .page-title h2 {margin: 0; font-size: 32px; text-transform: none; font-weight: normal;}
.breadcrumbs-wrapper .page-title h1:after,
.breadcrumbs-wrapper .page-title h2:after {content: ''; display: block; width: 80px; height: 2px; background: #ff5555; position: absolute; bottom: -1px;}
.breadcrumbs-wrapper .breadcrumbs-inner {position: relative; margin: 0 0 6px; padding-bottom: 0;}
.header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner {margin-left: 0; margin-right: 0;}

/* Page Heading */

.page-title {border-bottom: 2px solid #ddd; padding: 0 0 20px; margin: 0 0 13px; display: table; width: 100%;}
.page-title h1,
.page-title h2 {font-size: 32px; color: #222; margin: 0; line-height: 1.5em; font-weight: 300; text-transform: uppercase; display: table-cell; vertical-align: top;}
.page-title .separator {margin: 0 3px; color: #aaa;}
.page-title .link-rss {float: right;}
.page-title .link-print {margin-top: .667em;}
.header-breadcrumbs-wrapper:not(.with-breadcrumbs) + .content-wrapper .page-title {padding-bottom: 1em;}
.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; color: #888; font-size: 12px;}
.content h2 {margin-top: 0; margin-bottom: 1em; font-size: 1.5em; font-weight: 300; text-transform: uppercase;}
.page-subtitle {border-bottom: 1px solid rgba(0,0,0,.1); padding-top: 1em; margin-bottom: 1.5em;}
.page-subtitle h2 {
  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 {border: none;}
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: rgba(0,0,0,.1);}
table.table-bordered > thead > tr > th {
  text-transform: none;
  border-top: none;
  border-left: none;
  border-right: none;
  line-height: 1;
  padding: 1.25em 0;
}
/* Panels */
.panel.panel-default {padding: 1.5em 20px; -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 5px rgba(0, 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-heading a,
.panel.panel-default .panel-heading a i.fa {color: inherit;}
.panel.panel-default .panel-heading a:hover i.fa {color: #ff5555;}
.panel.panel-default .panel-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.33em;
  color: #222;
  padding-bottom: .5em;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
}
.panel.panel-default p,
.panel.panel-default address {margin-bottom: 0;}
.panel.panel-default .panel-body li.item + li.item {margin-top: 1.5em;}

/* Pager */
.toolbar .pager {display: none;}
.toolbar-bottom .toolbar {text-align: left;}
.toolbar-bottom .toolbar .pager {display: inline-block; margin: 0; padding-bottom: 0;}

.pages > strong {display: none;}
.pager ol {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px 0 0;
}
.pager .pages  li {display: inline-block; margin-left: 1px; vertical-align: top; border-radius: 4px; overflow: hidden;}
.pager .pages  li > a {
  width: 26px;
  height: 26px;
  border: none;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  padding: 0;
  color: #666;
  background-color: #eee;
  border-radius: 4px;
}
.pager .pages li a i {font-size: 13px;}
.pager .pages li a:hover {background-color: #dddddd;}
.pager .pages li.current {
  color: #fff;
  background-color: #335f63;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.my-account .amount {margin-right: 20px;}

/* Sorter */
.sorter {color: #aaa;}
.sorter .form-control-wrapper {display: inline-block;}
.sorter p {margin-bottom: 0;}
.sorter select {display: none;}
.sorter .amount {display: none; vertical-align: middle; font-size: 13px;}
.sorter .amount strong {font-weight: normal;}
.sorter .sort-by,
.sorter .limiter,
.sorter .asc,
.sorter .desc,
.toolbar label {
  display: inline-block;
  font-family: inherit;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 13px;
  color: #666;
  font-weight: normal;
}
.sorter .asc,
.sorter .desc {
	font-size: 20px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #aaa;
  margin: 5px 0 0 20px;
  padding: 1px;
  border: 1px solid #222;
  border-radius: 50%;
  float: right;
	line-height: 1;
}
.sorter .icon-arrow-down,
.sorter .icon-arrow-up {display: inline-block; vertical-align: middle;}
.sorter .asc:hover,
.sorter .desc:hover {color: #ff5555;}
.sorter .sort-by {float: right; margin: 0;}
.sorter .limiter {float: right; margin: 0 0 0 30px;}
.sorter .bootstrap-select.form-control:not([class*="col-"]) {width: auto; vertical-align: middle; background: none; height: auto; box-shadow: none;}
.sorter .bootstrap-select > .selectpicker {
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  box-shadow: none;
  font-weight: normal;
  color: #aaa;
  min-width: 60px;
  border-radius: 4px;
  border: solid 0 #ddd;
  font-family: inherit;
}
.sorter .sort-by .bootstrap-select > .selectpicker {min-width: 120px;}
.sorter .bootstrap-select.btn-group .btn .caret {margin-top: -1px; border-top-color: #888;}

/* Toolbar */
.toolbar {padding-bottom: 20px;}
.toolbar.no-pagination .sorter {float: none; width: auto;}
.toolbar-bottom.no-border .toolbar {border: none;}
.toolbar-bottom .toolbar {background: none; padding: 0; margin: 0; padding-top: 20px; border-top: 1px solid #ddd;}
.toolbar-bottom .toolbar .sorter {display: none;}
.toolbar-bottom .pager {display: block; width: auto;}
.col3-layout .sorter .view-mode {margin-right: 15px;}
.col3-layout .sorter .sort-by .bootstrap-select > .selectpicker {min-width: 60px;}
.sorter .view-mode {display: inline-block; vertical-align: middle; margin: -2px 20px -2px 0;}
.sorter .view-mode label {display: none;}
.sorter .view-mode .item {float: left; padding:  8px 30px 12px 0; border-bottom: 1px solid #ddd; color: #666;}
.sorter .view-mode .item .icon-grid,
.sorter .view-mode .item .icon-list {display: inline-block; vertical-align: middle;}
.sorter .view-mode .item span {vertical-align: middle; display: inline-block; margin-left: 10px; line-height: 1;}
.sorter .view-mode i {
	font-size: 16px;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #aaa;
	text-align: center;
	border-radius: 4px;
}
.sorter .view-mode .list i {font-size: 18px;}
.sorter .view-mode strong i {color: #222; background-color: #ff5555;}
.sorter .view-mode a i:hover {background-color: rgba(0,0,0,.06);}
.sorter .view-mode .item + .item {margin-left: 30px;}

/* 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-compare i,
.link-wishlist i {font-style: normal; font-size: 16px; display: inline-block; vertical-align: middle; margin-right: 5px; position: relative; top: -1px;}
.link-rss i,
.link-print i {
  margin-right: 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-remove {
  color: #aaa;
}
.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: rgba(0,0,0,.1);
  text-indent: -999em;
  overflow: hidden;
}
/* Noscript Notice */
.noscript {
  border: 1px solid rgba(0,0,0,.1);
  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 */
body .btn {
  font-size: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  padding: 6px 12px;
  text-transform: uppercase;
  line-height: 1.44;
  letter-spacing: 1px;
  border-width: 0;
  border-radius: 4px;
  border-color: transparent;
  color: #666;
  background-color: #eee;
}
body .btn-default.light {background-color: transparent; border: 1px solid rgba(0,0,0,0.3); color: #222;}
body .btn-default {background-color: #eeeeee; border: none; color: #222;}
body .btn i {margin-right: 5px; font-size: 16px; position: relative; top: 1px; line-height: 1; font-style: normal;}
body .btn-default:focus,
body .btn-primary:focus,
body .btn-default.focus,
body .btn-primary.focus,
body .btn-default:active,
body .btn-primary:active,
body .btn-default.active,
body .btn-primary.active,
body .btn-default:hover,
body .btn-default.light:hover,
body .btn-primary:hover,
body .btn-default:hover {
	background-color: #ff5555;
	color: #fff;
	border-color: #ff5555;
	box-shadow: none;
}
body .btn-primary {background-color: #222; border-color: #222; color: #fff;}
body .btn-primary.type-2 {background-color: #ff5555; border-color: #ff5555; color: #fff;}
body .btn-primary.type-2:focus,
body .btn-primary.type-2.focus,
body .btn-primary.type-2:active,
body .btn-primary.type-2.active,
body .btn-primary.type-2:hover {background-color: #222; border-color: #222; color: #fff;}

/* ======================================================================================= */
/* Header ================================================================================ */

#header {position: relative; color: #888; font-size: 13px;}
#header .top-block {position: relative;}
.wide-header #header .top-block,
.boxed-header #header .top-block .container {
	background-color: #fff;
	text-transform: none;
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 0;
}
#header h2.logo {display: inline-block; font-size: 1em; margin: 0;}
.wide-header  #header .bottom-block,
.boxed-header  #header .bottom-block .container {
  background-color: #fff;
  -webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
#header .bottom-block .container {position: relative; margin-bottom: 0;}
.boxed-header #header ~ .container {padding-left: 0; padding-right: 0;}
.header .middle-block .container {padding-top: 15px; padding-bottom: 0;}

.header .welcome-msg {display: inline-block; margin: 0; vertical-align: middle;}
.header .header-custom-links {display: inline-block;}
.header .header-custom-links ul {margin: 0; padding: 0; font-size: 0;}
.header .header-custom-links li {display: inline-block; padding: 0 20px; border-right: solid 1px rgba(0,0,0,.13);}
.header .header-custom-links li a {color: inherit; font-size: 10px; display: inline-block;}
.header .header-custom-links li a:hover {color: #ff5555;}
.header .links {display: inline-block;}
.header .logo-wrapper {display: inline-block; padding: 35px 30px 35px 0; vertical-align: middle;}
.header .left-block {float: left;}
.header .right-block {float: right;}
.header .form-language,
.header .form-currency {display: inline-block; vertical-align: middle; position: relative;}
.header .form-language + .form-currency {padding-left: 10px;}
.header .form-language + .form-currency:before {background: rgba(0,0,0,.06); content: ''; height: 18px; width: 1px; position: absolute; left: 0; top: 50%; margin-top: -9px;}
.header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: auto; padding: 10px 0;}
.header .bootstrap-select > .selectpicker {height: auto; border: none; background: none; line-height: normal; font-size: 13px; color: rgba(0,0,0,.65); padding: 0 30px 0 0;}
.header .bootstrap-select > .selectpicker:hover,
.header .btn-group.open .dropdown-toggle {color: #ff5555;}
.header .btn-group.open .dropdown-toggle {outline: none; box-shadow: none; background: none; border: none;}
.header .bootstrap-select.btn-group .dropdown-menu {background: #fff; box-shadow: 0 0 8px rgba(0,0,0,.15); border: none; right: 0; left: auto; min-width: 120px; padding: 10px 0;}
.header .bootstrap-select.btn-group .dropdown-menu > li > a {color: #616161; font-size: 13px; padding: 10px 16px;}
.header .bootstrap-select.btn-group .dropdown-menu > li > a:hover,
.header .bootstrap-select.btn-group .dropdown-menu > li > a:focus {background-color: #eee; color: #616161;}
.header .wishlist-link {font-size: 20px; display: inline-block; vertical-align: middle; color: rgba(0,0,0,.85); margin: 0 12px 0 18px;}
.header .wishlist-link a {color: inherit;}
.header .wishlist-link a:hover {color: #ff5555;}
.header .bootstrap-select.btn-group .btn .filter-option {font-size: 11px; color: #888; font-family: 'Playfair Display';}

.header .header-text-blocks {margin-bottom: 17px;}
.header .header-text-blocks li {display: inline-block;}
.header .header-text-blocks .item + .item {margin-left: 80px;}
.header .header-text-blocks span {font-size: 12px; color: #888; display: block; line-height: 1;}
.header .header-text-blocks span.text-wrapper {display: inline-block; vertical-align: middle; margin-left: 1px;}
.header .header-text-blocks span.icon-1 + span.text-wrapper {margin-left: 20px;}
.header .header-text-blocks span.title {font-family: 'Work Sans'; font-size: 16px; color: #222; font-weight: 400; margin-bottom: 3px;}
.header .header-text-blocks span.icon {
  background-image: url('../images/mainstream_icons.png');
  background-position: 0px -155px;
  height: 47px;
  width: 61px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-text-blocks span.icon.icon-2 {
  background-position: 0px -214px;
}

/**** Switcher ****/
.language-currency-wrapper {
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Playfair Display', sans-serif;
}
.language-currency-block {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 9px;
  cursor: pointer;
  position: relative;
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
}
.language-currency-block .icon-setting {display: inline-block; vertical-align: middle;}
.language-currency-block i {font-size: 16px; margin-left: 10px; color: rgba(0,0,0,.1); line-height: 1; position: relative; top: 3px;}
.language-currency-block:hover,
.language-currency-block.open {background-color: rgba(0,0,0,.06);}
.footer-middle .language-currency-block,
.footer-bottom .language-currency-block,
.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;}
.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: #ff5555;}

.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(0, 0, 0, .16);}
.language-currency-block .currency .icon {display: inline-block;}
.language-currency-block .currency i {margin-left: 3px; margin-top: 3px;}
.language-currency-dropdown {
  width: 240px;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  display: none;
  clear: both;
  z-index: 9999;
  right: 0;
  color: #333;
  text-align: left;
}
.language-currency-dropdown .label {
  color: inherit;
  font-size: 1em;
  margin-bottom: .5em;
  display: block;
  padding: 0;
  text-align: left;
  border-radius: 0;
  line-height: 1.5;
}
.language-currency-dropdown > div {margin-bottom: 1.5em;}
.language-currency-dropdown .form-language > .btn-group {margin-top: 1.5em;}
.language-currency-dropdown .form-currency.list a {
  display: block;
  font-size: 14px;
  color: rgba(0,0,0,.86);
  border-bottom: solid 1px rgba(0,0,0,.16);
  margin: 0 -30px!important;
  padding: 1em 30px;
}
.language-currency-dropdown .form-language.list a {float: left; height: 60px; width: 60px; text-align: center; padding: 14px; margin: 0;}
.language-currency-dropdown .form-language.list a:hover,
.language-currency-dropdown .form-currency.list a:hover {background-color: rgba(0,0,0,.1); color: inherit;}
.language-currency-wrapper .form-language,
.language-currency-wrapper .form-currency {display: block; padding: 20px; margin: 0;}
.language-currency-wrapper .form-language,
.language-currency-wrapper .form-currency {display: block; padding: 20px; margin: 0;}
.language-currency-wrapper .form-language + .form-currency,
.language-currency-wrapper .form-currency + .form-language {border-top: 1px dotted #ddd;}
.header .language-currency-wrapper .bootstrap-select.btn-group .dropdown-menu {left: 0;}
.language-currency-wrapper .bootstrap-select.btn-group .dropdown-menu.inner {width: 100%;}
.header .btn-default:active:hover,
.header .btn-default.active:hover,
.header .open>.dropdown-toggle.btn-default:hover,
.header .btn-default:active:focus,
.header .btn-default.active:focus,
.header .open>.dropdown-toggle.btn-default:focus,
.header .btn-default:active.focus,
.header .btn-default.active.focus,
.header .open>.dropdown-toggle.btn-default.focus {background-color: transparent;}

.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%;}
.language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu li a {color: inherit;}
.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: #ff5555;}
.form-language.list a:last-child,
.form-currency.list a:last-child {margin-right: 0;}
.form-language.list a img {margin-right: 3px;}

/* Header links */
.header .links {display: inline-block; padding-left: 16px; margin: 0;}
.header .default-links.links {margin: 37px 0 20px 10px;}
.header .default-links.links li {margin-left: 20px; float: left;}
.header .default-links.links li:first-child {margin-left: 0;}
.header .default-links.links li a {color: #888; display: inline-block; padding: 8px 10px; border-bottom: 2px solid transparent;}
.header .default-links.links li a:before{
  content: '';
  display: inline-block;
  float: left;
  height: 16px;
  width: 16px;
  line-height: 16px;
  margin-right: 10px;
  background: url(../luxurywatchimg/icons.svg);
  background-position: 0 0;
}
.header .default-links.links li a.top-link-wishlist:before{background-position: 0 -16px;}
.header .default-links.links li a.top-link-checkout:before{background-position: 0 -48px;}
.header .default-links.links li a.top-link-logout:before,
.header .default-links.links li a.top-link-login:before{background-position: 0 -64px;}
.header .default-links.links li a:hover {color: #888; border-color: #ddd; opacity: 1;}
.header .customer-block {display: inline-block; position: relative; padding-left: 20px; top: 2px;}
.header .customer-name-wrapper .customer-name {display: block; cursor: pointer;}
.page-sitemap .customer-block {display: none!important;}
.header .links:not(.default-links) li:not(.last) {display: none;}
.header .links:not(.default-links) li a {font-size: 0;}
.header .links:not(.default-links) li a.top-link-login {font-size: 1em; color: #54b541;}
.header .links:not(.default-links) li a.top-link-login:hover {color: #ff5555;}
.header .customer-name .user-icon {font-size: 1em;}
.header .customer-name .user-icon span {display: inline-block; position: relative; top: -2px;}
.header .customer-name .user-icon i:not(.fa) {font-size: 14px; margin-right: 5px;}
.header .customer-name i.caret {
	color: #aaa;
	margin-left: 5px;
	font-size: 1em;
	top: -2px;
	position: relative;
	margin-right: 0;
}
header.header .customer-name-wrapper + .links {
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 0;
  z-index: 99999;
  margin-left: 0!important;
  padding: .75em 9px;
  min-width: 153px;
  text-align: left;
}
header.header .customer-name-wrapper + .links li {float: none; display: block!important; 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 i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  font-size: .4em;
  color: #ff5555;
}
header.header .customer-name-wrapper + .links li a .hover-divider {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: #ff5555;
  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: #ff5555;}

.wide-header .header .welcome-block,
.boxed-header .header .welcome-block .container {border-bottom: solid 1px rgba(0,0,0,.1); padding-top: 10px; padding-bottom: 10px; color: rgba(0,0,0,.4);}
#header .welcome-block .welcome-msg {display: inline-block; float: left; margin: 0;}
#header .welcome-block .header-phones {float: right;}

/********** < Navigation */
div.topmenu {padding: 0;}
ul.topmenu {border-width: 0; padding: 0; margin: 0;}
ul.topmenu li.level0:first-child {padding-left: 0;}
ul.topmenu li.level0 a.level-top {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.429;
  color: rgba(0,0,0,.85);
  padding: 14px 20px;
  z-index: 999;
  background: none;
  text-transform: uppercase;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
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 {background-color: #eee;}
ul.topmenu li.level0.parent a.level-top span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top-color: rgba(0,0,0,.23);
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
}
ul.topmenu li.level0 a.level-top span {line-height: 1.5em; display: inline-block; position: relative;}
/* ul.topmenu li.level0:not(.first) a.level-top:not(.vertical-parent ):before {content: ''; height: 14px; width: 1px; background-color: rgba(0,0,0,.16); position: absolute; top: 50%; margin-top: -7px; left: 0;} */
ul.topmenu li.level0.vertical-parent + li.level0 a.level-top:before {content: none;}

ul.topmenu li.level0 a.level-top .custom-icon {font-size: 32px; display: inline-block; vertical-align: middle; line-height: .5;}
#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: -30px;}
ul.topmenu li.level0 a.level-top .custom-icon:before {line-height: .5;}
ul.topmenu li.level0 a.level-top .custom-icon + span {display: none; margin-left: 3px;}
ul.topmenu li {text-align: left; position: relative; float: left;}
ul.topmenu li a {display: block; text-decoration: none;}
ul.topmenu li a:hover {text-decoration: none; color: #000;}
ul.topmenu li a span {display: inline-block; white-space: nowrap; cursor: pointer; vertical-align: middle;}
ul.topmenu li a:not(.lightbox-button) i:not(.custom-icon) {
  font-size: .5em;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -1px;
}
ul.topmenu li:not(.item) > a {float: left; padding: 5px 10px; font-weight: bold; color: #888;}
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;}
ul.topmenu:not(.nav-wide) ul,
ul.topmenu:not(.nav-wide) 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, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
ul.topmenu:not(.nav-wide) div ul {position: static; width: auto; border: none;}
ul.topmenu ul ul {top: 7px;}
ul.topmenu ul li {float: none;}
ul.topmenu ul li.last {border-bottom: 0;}
ul.topmenu ul li:not(.item) a {
  float: none;
  position: relative;
  display: inline-block;
  padding: .5em 0 .5em 10px;
  font-weight: normal;
  color: #666;
}
ul.topmenu ul li a:hover,
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: #ff5555;}
ul.topmenu ul li a:not(.lightbox-button) i.fa {
  color: #5c5755;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  font-size: .4em;
  line-height: 1;
  padding: 0;
  right: auto;
}
ul.topmenu ul li a .hover-divider {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: #ff5555;
  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%;}

/********** Wide Navigation > */
body .navbar-default {
	background: none;
	border: none;
	background-image: none;
	box-shadow: none;
	position: static;
	min-height: 1px;
	margin: 0;
}
.nav-wide {position: static; text-align: left;}
.nav-wide ul {display: block;}
.nav-wide li.level-top {display: inline-block; vertical-align: top; position: static;}
.nav-wide a.level-top span {display: inline;}
.nav-wide .menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-top: solid 1px #ddd;
  z-index: 99999;
  padding: 40px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  overflow: hidden;
  background-size: cover;
}
.nav-wide .menu-wrapper .meigee-widget .products-grid {margin-left: 0; margin-right: 0;}
.nav-wide .menu-wrapper .meigee-widget .products-grid .product-name a {font-size: 1em;}
.nav-wide .menu-wrapper > div.first {padding-left: 18px;}
.nav-wide .menu-wrapper .sub-content {padding-left: 18px; padding-right: 18px;}
.nav-wide .menu-wrapper .sub-content .menu-banners {margin: -80px -58px 0; position: relative; bottom: -40px;}
.nav-wide .menu-wrapper .sub-content .menu-banners .banner {float: left; width: 25%;}
.nav-wide .menu-wrapper .sub-content .menu-banners .banner img{width: 100%;}
.nav-wide .menu-wrapper ul.level0 {margin-left: -8px; margin-right: -8px;}
.nav-wide .menu-wrapper ul.level0 li.level1 {display: inline-block; float: none; padding: 0 8px; vertical-align: top;}
.nav-wide .menu-wrapper ul.level0 li.level1 > a {display: block; position: relative; padding: 0;}
.nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin: 0 10px 1em 0; padding-left: 0;}
.nav-wide .menu-wrapper ul.level0 li.level1 > ul + ul {margin-top: .75em;}
.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {
  color: rgba(0,0,0,.86);
  font-size: 1.167em;
  line-height: 1.5em;
  display: block;
  font-family: sans-serif;
  padding-bottom: 1em;
}
.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle:before {content: none;}
.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle:hover {color: #ff5555;}
.nav-wide .menu-wrapper ul.level1 a {
  position: relative;
  text-transform: none;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  display: block;
  font-size: 13px;
  color: rgba(0,0,0,.6);
  padding-left: 0;
}
.nav-wide .menu-wrapper ul.level0 li.level1 a:hover {color: #ff5555;}
.nav-wide .menu-wrapper ul.level0 li.level1  a span:before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px;
  color: #aaa;
}
.nav-wide .menu-wrapper .top-content {
  margin-bottom: 3em;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
}
.nav-wide .menu-wrapper .bottom-content {
  overflow: hidden;
  margin: 1.5em 18px 0;
  background-color: #dcdcdc;
  font-size: 1em;
  color: #888;
  line-height: 1.5em;
  padding: 1em 20px;
}
.nav-wide .menu-wrapper .right-content {display: inline-block; float: none; font-size: 1em;}
.nav-wide .inline-links {margin-bottom: 9px;}
.nav-wide .inline-links li {display: inline; padding: 0 10px 0 0;}
.nav-wide .inline-links li a {display: inline-block; padding: 5px 10px;}
.nav-wide .inline-links li a:hover {background-color: #f5f5f5;}
.nav-wide p {margin-bottom: 9px;}
.nav-wide .awesome-content-top,
.nav-wide .awesome-content-left {
  background: #f5f5f5;
  color: #444;
  text-align: center;
  font-size: 1.24em;
  line-height: 1.01em;
  padding: 18px;
  margin: 0 0 18px 0;
  overflow: hidden;
}
.nav-wide .awesome-content-top i,
.nav-wide .awesome-content-left i {font-size: 1.18em; display: block; margin-bottom: 5px;}
.nav-wide .awesome-content-left {text-align: left; padding-top: 30px; padding-bottom: 19px;}
.nav-wide .awesome-content-left i {float: left; margin: 0 10px 5px 0;}
.nav-wide .products-grid li.item {margin-bottom: 0;}
.nav-wide .menu-banner {float: right; margin: 40px;}

/* Category Labels */
.category-label {
	display: none;
	transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
	font-style: italic;
	padding: 0;
	z-index: 3;
  font-family: 'Playfair Display', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	text-transform: lowercase;
	margin: 0 0 0 10px;
	position: absolute;
  bottom: 6px;
  left: 10px;
}

.category-label.label_one {color: #51ba56;}
.category-label.label_two {color: #c8b78a;}
.category-label.label_three {color: #444444;}

.menu-wrapper .category-label {
  top: 3px;
  left: 20px;
  bottom: auto;
}
.menu-wrapper .subtitle + .category-label {
  left: 0;
  top: -7px;
  bottom: auto;
}
/* ul.topmenu a.over > .category-label.label_one,
ul.topmenu li.active a > .category-label.label_one,
ul.topmenu a.over > .category-label.label_two,
ul.topmenu li.active a > .category-label.label_two,
ul.topmenu a.over > .category-label.label_three,
ul.topmenu li.active a > .category-label.label_three {background-color: #222;} */

/* For Top Menu */
@media only screen and (min-width: 978px) {
  .nav-wide li.over .menu-wrapper {
    display: block!important;
  }
  .category-label {display: block; vertical-align: middle;}
  /* Default Menu in Wide Mode */
  .nav-wide .menu-wrapper.default-menu {
    position: absolute;
    width: 15em;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    overflow: visible;
  }
  .nav-wide .menu-wrapper.default-menu ul {background-color: inherit; background: #fff;}
  .nav-wide .menu-wrapper.default-menu ul.level0 {margin-left: 0; margin-right: 0; padding: 0;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    position: relative;
    padding: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li {border-bottom: 1px solid rgba(0,0,0,.2);}
  .nav-wide .menu-wrapper.default-menu ul.level0 li:last-of-type {border-bottom: none;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li.over > a,
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover {background-color: #f5f5f5; color: #ff5555;}
  .nav-wide .menu-wrapper.default-menu ul.level0 a {padding: 0 9px;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li a span.subtitle {color: inherit!important;}
  .nav-wide .menu-wrapper.default-menu li.level1.parent > a:after,
  .nav-wide .menu-wrapper.default-menu li.level1.parent li.parent > a:after {right: 20px;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a,
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 li a {
    float: none;
    position: relative;
    display: block;
    padding: 13px 29px 13px 30px;
    font-weight: normal;
    margin: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 li.level2 a {line-height: 1.5em; font-size: 1.167em;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:before {
    content: none;
    width: 6px;
    height: 6px;
    border: solid 2px #ddd;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a:hover span.menu-wrapper:not(.default-menu) {background: none!important;}
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:not(.hover-divider) {
    float: none;
    position: relative;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul {
    margin: 0;
    padding: 0;
    border: none;
    display: none;
    width: 15em;
    position: absolute;
    top: -10px;
    left: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul li {/*  padding: 0 19px; */ position: relative;}
  .nav-wide .menu-wrapper.default-menu ul.level0 ul li a {padding-left: 0;}
  .nav-wide .menu-wrapper.default-menu ul.level0 ul a span:before {display: none;}
}
/********** Navigation > */

.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 .search-mini-form {display: inline-block; vertical-align: middle; margin: 0 25px 0 0;}
.header .search-mini-form .form-search {position: relative; overflow: hidden;}
.header .search-mini-form .form-search .search-button {
  display: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #222;
  width: 54px;
  height: 54px;
  transition: background-color 300ms ease, color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
}
.header .search-mini-form .form-search .search-button:hover {background-color: rgba(0, 0, 0, 0.2);}
.header .search-mini-form .form-search .search-button span {display: none;}
.header .search-mini-form .form-search .search-button i {font-size: inherit; color: inherit;}
.header .search-mini-form .form-search .indent {
	width: 350px;
	position: static;
}
.header .search-mini-form .form-search label {display: none;}
.header .search-mini-form .form-search input {
  display: inline-block;
  height: 20px;
  padding-top: 0;
  padding-bottom: 4px;
}
.header .search-mini-form .form-search .form-control-wrapper {border-color: #aaa;}
.header .search-mini-form .form-control-wrapper {display: table-cell;}
.header .search-mini-form .form-control-wrapper:before,
.header .search-mini-form .form-control-wrapper:after {background-color: #aaa;}
.header .search-mini-form .input-group-btn {vertical-align: bottom;}
.header .search-mini-form .form-search .btn {
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0;
	text-align: center;
	border: none;
	border-radius: 0;
	background-image: none;
  background-color: transparent;
	box-shadow: none;
	vertical-align: middle;
	color: rgba(0,0,0,.85);
	position: relative;
  margin-left: 4px;
}
.header .search-mini-form .form-search .btn:after {
	content: none;
	position: absolute;
	left: 0;
	opacity: 0;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background-color: rgba(0,0,0,.1);
	transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-webkit-transition: opacity 150ms linear;
}
.header .search-mini-form .form-search .btn:hover:after {opacity: 1;}
.header .search-mini-form .form-search .btn span {padding: 0;}
.header .search-mini-form .form-search .btn:hover {background-color: transparent; color: rgba(0,0,0,.85);}
.header .search-mini-form .form-search .btn i {
	line-height: 36px;
	font-size: 18px;
	color: inherit;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	margin: 0;
}
.header .search-mini-form .form-search .search-autocomplete {z-index: 999;}
.header .search-mini-form .form-search .search-autocomplete ul {
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  color: #666;
  text-align: left;
}
.header .search-mini-form .form-search .search-autocomplete ul li {
  padding: 3px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
}
.header .search-mini-form .form-search .search-autocomplete ul li .amount {float: right; font-weight: bold;}

.fb_iframe_widget > span,
.fb_iframe_widget iframe {max-width: 100%!important;}

/* Menu button */
#header .menu-button {font-size: 12px; color: rgba(0,0,0,.86); font-family: 'Playfair Display', sans-serif; text-transform: uppercase; margin-top: 6px; margin-bottom: 6px;}
#header .menu-button i {font-size: 20px; margin-right: 5px; line-height: 1; vertical-align: middle;}
#header .menu-button span {display: inline-block; vertical-align: middle;}

/* Header Cart ================================================================================ */
header.header .top-cart {display: inline-block; vertical-align: middle; position: relative; margin: 0 15px 0 0;}
header.header .top-cart .block-title {
  border: none;
  margin: 0;
  z-index: 9998;
  padding: 0;
  font-size: 1em;
}
header.header .top-cart .block-title:after {content: none;}
header.header .top-cart .block-title a:hover {color: inherit;}
header.header .top-cart .block-title .title-cart {
	padding: 9px;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	display: block;
	color: rgba(0,0,0,.86);
	font-family: 'Playfair Display', sans-serif;
}
header.header .top-cart .block-title.active .title-cart,
header.header .top-cart .block-title .title-cart:hover {background-color: rgba(0, 0, 0, 0.06);}
header.header .top-cart .block-title .top-cart-label {display: inline-block; vertical-align: middle; font-size: 15px;}
header.header .top-cart .block-title .top-cart-icon {display: inline-block; vertical-align: middle; position: relative; line-height: 1;}
header.header .top-cart .block-title .top-cart-icon i {font-size: 20px; color: rgba(0,0,0,.86);}
header.header .top-cart .block-title .top {display: block; margin-top: -9px;}
header.header .top-cart .block-title .bottom {
  display: block;
  font-size: .786em;
  border-top: solid 1px #eee;
  margin-top: 3px;
  padding-top: 3px;
  text-align: center;
}
header.header .top-cart .block-title .subtotal {margin-left: 3px; display: inline-block; vertical-align: middle; font-size: 15px;}
header.header .top-cart .block-title .subtotal .price {font-size: 1em; color: inherit;}
header.header .top-cart .block-title .cart-qty {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10px;
	color: rgba(0,0,0,.85);
	background-color: #ff5555;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -5px;
}
header.header .top-cart .block-title .cart-qty span {display: none;}
header.header .top-cart .block-content {
  background: #fff;
  z-index: 9998;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 404px;
  padding: 0;
  margin-top: -1px !important;
  color: #666;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 14px 20px 20px;
}
header.header .top-cart .block-content .inner-wrapper {position: relative;}
header.header .top-cart .block-content .close-btn {
  font-size: 1em;
  display: none;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 1;
  z-index: 99;
  height: 50px;
  width: 50px;
  text-align: center;
  text-shadow: none;
  background-color: #ff5555;
  cursor: pointer;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
header.header .top-cart .block-content .close-btn i {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
}
header.header .top-cart .block-content .close-btn i::before {line-height: inherit;}
header.header .top-cart .block-content .close-btn:hover {background-color: #444444;}
header.header .top-cart .block-content h4 {padding: 0; margin-bottom: 12px; text-transform: uppercase;}
header.header .top-cart .block-content.no-items + .block-content {text-align: center;}
header.header .top-cart .block-content .cart-empty {padding: 1em 0; margin: 0; text-align: center; font-size: 1.16em;}
header.header .top-cart .block-content .cart-empty .icon-bag {width: 100%;}
header.header .top-cart .block-content .cart-empty i {display: block; color: #ccc; font-size: 56px; margin-bottom: 0.1em;}
header.header .top-cart .block-content .cart-empty .small-label {display: block; font-size: 0.78em;}
header.header .top-cart .block-content .cart-empty a {color: inherit; font-size: inherit;}
header.header .top-cart .block-content .cart-empty a:hover {text-decoration: underline;}
header.header .top-cart .block-content .media-left {padding-right: 15px;}
header.header .top-cart .block-content .product-image {width: 90px; padding: 0; border: none; display: block; border-radius: 4px; overflow: hidden;}
header.header .top-cart .block-content .top-cart .cart-price-qt {display: block; margin-top: .25em;}
header.header .top-cart .block-content .top-cart .cart-price-qt strong {
  font-size: 1em;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 1px 9px;
  border-radius: 10px;
  background-color: #ffa96a;
}
header.header .top-cart .block-content .mini-products-list {padding: 0; list-style: none; margin-bottom: 1.5em;}
header.header .top-cart .block-content .mini-products-list li {padding: 0 0 .75em; margin: 0; clear: both; position: relative;}
header.header .top-cart .block-content .mini-products-list li:last-of-type {padding: 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-name {margin-bottom: 12px; padding-right: 50px; text-align: left;}
header.header .top-cart .block-content .mini-products-list .product-name a {font-size: 1em; color: #222; line-height: 1.25em;}
header.header .top-cart .block-content .mini-products-list .cart-price-qt {font-weight: normal; color: #757575; font-size: 18px; display: inline-block; vertical-align: middle;}
header.header .top-cart .block-content .mini-products-list .cart-price-qt strong {font-weight: inherit;}
header.header .top-cart .block-content .mini-products-list .price {display: inline-block; vertical-align: middle; font-size: 18px;}
header.header .top-cart .block-content .cart-actions {margin-top: 16px;}
header.header .top-cart .block-content .cart-actions a  {padding: 0; border: none; float: none!important;}

header.header .top-cart .block-content .subtotal {
  border-top: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
  margin: 0;
  padding: 20px 0;
}
header.header .top-cart .block-content .subtotal .label,
header.header .top-cart .block-content .subtotal .price {
  display: inline-block;
  font-family: 'Work Sans';
  font-size: 18px;
  line-height: 1.25em;
  padding: 0;
  color: #335f63;
  font-weight: normal;
  text-transform: uppercase;
}
header.header .top-cart .block-content .subtotal .price {float: right; font-weight: bold;}
header.header .top-cart .block-content .subtotal .label {font-weight: 300;}
header.header .top-cart .block-content .actions {position: relative; padding: 20px 0 0; margin: 0; border: none;}
header.header .top-cart .block-content .actions .btn i {margin-left: 6px; margin-right: 0;}
header.header .top-cart .block-content .product-box {font-size: 1em; line-height: 1.5em; text-align: left;}
header.header .top-cart.top-cart.horizontal .fa-angle-down {margin-left: 3px;}
header.header .top-cart .btn-default {background-color: transparent; text-transform: none; font-size: 13px; padding-left: 0;}
header.header .top-cart .btn-default:focus,
header.header .top-cart .btn-default:hover {color: #ff5555;}
header.header .top-cart .btn-primary.type-2 {padding: 9px 20px; font-size: 11px; font-weight: 500; float: right;}

/* Sticky Header */
body.boxed-header #sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
}
body.boxed-header #sticky-header .container {
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
body.wide-header #sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
#sticky-header .small-logo {margin: 2px 20px 2px 0;}
#sticky-header .form-search input {width: 225px;}
#sticky-header .navbar {margin: 0; border: none;}
#sticky-header .quick-access {margin: 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 a {color: #222;}
#sticky-header .search-button {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #666;
  text-align: center;
  float: right;
}
#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, 0.2);
  background: #fff;
  padding: 1.5em 20px;
  width: 306px;
}
#sticky-header .top-cart .block-title .title-cart {padding: 12px;}

/**** 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.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;
  padding: 0;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-color: rgba(0,0,0,.3);
  padding: 0;
}
.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;
  border: solid 1px rgba(0, 0, 0, 0.2);
  height: 30px;
  border-radius: 0;
  box-shadow: none;
  font-size: 11px;
  color: #888;
  padding: 0 30px 0 10px;
  line-height: 30px;
}

.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;
  list-style: none;
  margin: 0;
  display: inline-block;
}
ul.social-links li {float: left; margin: 0 0 0 2px;}
ul.social-links li a {
	display: block;
	text-align: center;
	height: 40px;
	width: 40px;
  line-height: 40px;
	color: #fff;
  vertical-align: middle;
	background-color: transparent;
	font-size: 14px;
	border-radius: 0;
}
ul.social-links li a:hover,
#footer ul.social-links li a:hover {background-color: rgba(255,255,255,0.2); color: inherit;}

ul.social-links li a.twitter {background-position: -38px 0;}
ul.social-links li a.facebook {background-position: 0 0;}
ul.social-links li a.googleplus {background-position: 38px 0;}
ul.social-links li a.linkedin {background-position: 76px 0;}
ul.social-links li a.pinterest {background-position: 114px 0;}
ul.social-links li a.vine {background-position: 150px 0;}
ul.social-links li a.youtube {background-position: 188px 0;}
ul.social-links li a.vimeo {background-position: 222px 0;}
ul.social-links li a.tumblr {background-position: 262px 0;}
ul.social-links li a.instagram {background-position: -76px 0;}


/* Widget: Customer Reviews */
.customer-reviews-widget {margin-left: -10px; margin-right: -10px;}
.customer-reviews-widget .item {float: left; padding-left: 10px; padding-right: 10px; width: 100%;}
.customer-reviews-widget.two-items .item {width: 50%;}
.customer-reviews-widget.three-items .item {width: 33.3334%;}
.customer-reviews-widget.four-items .item {width: 25%;}
.customer-reviews-widget.two-items .item:nth-child(2n+1) {clear: left;}
.customer-reviews-widget.two-items .item:nth-child(2n+2) {clear: right;}
.customer-reviews-widget.three-items .item:nth-child(3n+1) {clear: left;}
.customer-reviews-widget.three-items .item:nth-child(3n+3) {clear: right;}
.customer-reviews-widget.four-items .item:nth-child(4n+1) {clear: left;}
.customer-reviews-widget.four-items .item:nth-child(4n+4) {clear: right;}
.customer-reviews-widget.one-item .item:not(:first-child),
.customer-reviews-widget.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {margin-top: 1.5em;}
.slider-container .customer-reviews-widget .owl-item {clear: none!important; padding: 0; margin: 0!important;}
.slider-container .customer-reviews-widget + .owl-buttons {top: -10px;}
.customer-reviews-widget.widget-list .image-wrapper {float: left; width: 25%; padding-right: 10px;}
.customer-reviews-widget.widget-list .content-wrapper {float: left; width: 75%; padding-left: 10px; text-align: left;}
.customer-reviews-widget:not(.square-image) .image {
  display: inline-block;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  height: 56px;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  margin-right: 20px;
}
.customer-reviews-widget:not(.square-image) .image img {
  width: 180px;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.customer-reviews-widget .top-block {border: solid 1px rgba(0,0,0,.16); background-color: #f5f5f5;}
.customer-reviews-widget .product-block {float: left; width: 50%; padding: 36px 30px; border-right: solid 1px rgba(0,0,0,.16);}
.customer-reviews-widget .author-block {float: left; width: 50%; padding: 34px 30px;}
.customer-reviews-widget .right-wrapper {display: inline-block; vertical-align: middle;}
.customer-reviews-widget .product-name {font-size: 1em; margin-bottom: 1em;}
.customer-reviews-widget .product-name h4 {margin: 0;}
.customer-reviews-widget .price-wrapper {line-height: 1; margin-bottom: 1em;}
.customer-reviews-widget .review-title {margin-bottom: 1em;}
.customer-reviews-widget .review-title h6 {margin: 0; font-family: inherit; font-weight: bold;}
.customer-reviews-widget .review-text {font-size: 13px; border: solid 1px rgba(0,0,0,.16); border-top: none; padding: 30px;}
.customer-reviews-widget .review-text a.more{display: none;}
.customer-reviews-widget .ratings {margin: 0;}
.customer-reviews-widget .ratings .rating-box {float: none; display: inline-block; margin: 0;}
.customer-reviews-widget .author {color: #888; margin-bottom: 1em;}
.customer-reviews-widget .author i {font-style: normal; margin-right: 5px;}
.customer-reviews-widget .date {font-size: 11px; color: #888;}
.customer-reviews-widget .date i {font-size: 16px; margin-right: 10px; color: #aaa; line-height: 1; display: inline-block; position: relative; top: 1px;}
.customer-reviews-widget .button-wrapper {text-align: center; margin-top: 1em;}
.customer-reviews-widget .btn {padding-left: 40px; padding-right: 40px;}
.customer-reviews-widget.type-2 .review-text {
  font-size: 1em;
  border: solid 1px rgba(0,0,0,.1);
  padding: 1.5em;
  font-weight: normal;
  position: relative;
  margin-bottom: 2em;
  line-height: 1.75em;
}
.customer-reviews-widget.type-2 .review-text:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: rgba(0,0,0,.2) transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 30px;
}
.customer-reviews-widget.type-2:not(.square-image) .image {width: 80px; height: 80px; margin-right: 18px;}
.customer-reviews-widget.type-2 .pull-right {width: 64%;}
.customer-reviews-widget.type-2 .ratings {margin-bottom: 1em;}
.customer-reviews-widget.type-2.one-item .item:not(:first-child),
.customer-reviews-widget.type-2.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.type-2.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.type-2.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {margin-top: 2.5em;}

/* Product tabs widget =============================================================================== */
.product-tabs-wrapper {position: relative;}
.product-tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	text-align: left;
	list-style-type: none!important;
	margin: 0 0 1.5em;
	border-top: solid 1px;
	border-color: #eee;
}
.top-buttons .product-tabs {
	bottom: auto;
	top: 0;
	border-top: none;
	border-bottom: solid 1px #eee;
}
.product-tabs li {
	display: inline-block;
	margin-left: 2px;
	color: #616161;
	background: none;
	font-size: 18px;
	transition: color 400ms ease, background-color 400ms ease;
	-moz-transition: color 400ms ease, background-color 400ms ease;
	-webkit-transition: color 400ms ease, background-color 400ms ease;
	-o-transition: color 400ms ease, background-color 400ms ease;
	padding: 10px 20px 11px;
	line-height: 1;
	cursor: pointer;
	font-family: 'Playfair Display', sans-serif;
	margin-bottom: -1px;
	border-radius: 4px 4px 0 0;
}
.product-tabs li.current,
.product-tabs li:hover {background-color: #ff5555; color: #222;}
.product-tabs li.current {cursor: default;}
.product-tabs li:first-child {margin-left: 0;}
.product-tabs-widget {position: relative;}
.product-tabs-box {top: 0; z-index: -1; position: absolute; left: -10000px;}
.product-tabs-box.visible {display: block; z-index: 9; position: relative; left: 0;}

/* ======================================================================================= */
/* loader */
#images-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
}
#JsCssLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: rgba(0, 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: -1s;
  animation-delay: -1s;
}
.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);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* //loader */
/* Home Page ============================================================================= */

.boxed-content .fullwidth-banners {margin-left: -10px; margin-right: -10px;}
.fullwidth-banners .banner {float: left; width: 50%;}
.text-banner a,
a.banner {display: block;}
/*
body .subscribe-block {border-radius: 5px; background-color: #ff5555; padding: 61px 60px 90px; color: #222;}
body .subscribe-block i {font-size: 36px; font-style: normal; margin-bottom: 12px; display: inline-block;}
body .subscribe-block .block-subscribe {border: none; background: none; padding: 0; margin: 0; max-width: 434px; width: 100%;}
body .subscribe-block .block-title {display: none;}
body .subscribe-block .block-content label {font-size: 15px; color: #222; letter-spacing: -.75px;}
body .subscribe-block .block-content .input-wrapper {float: left; width: 318px;}
body .subscribe-block .block-content input {height: 40px; background-color: #fff; border-radius: 4px 0 0 4px;}
body .subscribe-block .block-content .btn {height: 40px; border-radius: 0 4px 4px 0;} */

.newsletter-wrapper .background-wrapper {background-image: url('../images/mainstream_newsletter_bg.jpg'); background-repeat: no-repeat; background-size: cover;}
.newsletter-wrapper,
.newsletter-wrapper .block-title,
.newsletter-wrapper input.form-control,
.newsletter-wrapper .block-subscribe .form-subscribe-header label {color: #fff;}
.newsletter-wrapper .block-title {border: none; margin-bottom: 0; padding-bottom: 10px;}
.newsletter-wrapper .newsletter-inner {padding-top: 50px; padding-bottom: 54px;}

/* .rev_slider_wrapper .tparrows.default {background-image: none;}
.rev_slider_wrapper .tp-leftarrow.round,
.rev_slider_wrapper .tp-rightarrow.round {
	display: inline-block;
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: rgba(0,0,0,.85);
	background-color: #fff;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.rev_slider_wrapper .tp-leftarrow.round {border-radius: 0 4px 4px 0;}
.rev_slider_wrapper .tp-leftarrow.round:after {content: "\e605";}
.rev_slider_wrapper .tp-rightarrow.round {border-radius: 4px 0 0 4px;}
.rev_slider_wrapper .tp-rightarrow.round:after {content: "\e606";}
.rev_slider_wrapper .tp-leftarrow.default:hover,
.rev_slider_wrapper .tp-rightarrow.default:hover {background-color: #ff5555; color: #fff;}
.rev_slider_wrapper a,
.rev_slider_wrapper a:hover {color: inherit;}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
	background-image: none;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background-color: #aaa;
	margin: 0 6px!important;
	float: left;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected,
.rev_slider_wrapper .tp-bullets.simplebullets.navbar .bullet:hover .tp-bullets.simplebullets.navbar .bullet.selected {background-color: #ff5555;}
 */
/* #home-slider .owl-wrapper {left: -91px !important; padding-left: 0;}
#home-slider .owl-item {margin: 20px 10px; -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0,0.20); -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0,0.20); box-shadow: 0px 0px 20px 2px rgba(0, 0, 0,0.20);}
#home-slider .owl-prev,
#home-slider .owl-next {
    display: inline-block;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    color: rgba(0,0,0,.85);
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin: 0;
}
#home-slider .owl-theme .owl-controls {margin: 0;}
#home-slider .owl-prev {border-radius: 0 4px 4px 0; left: 0;}
#home-slider .owl-prev:after {content: "\e605"; font-size: 18px; position: relative; top: -2px;}
#home-slider .owl-next {border-radius: 4px 0 0 4px; right: 0;}
#home-slider .owl-next:after {content: "\e606"; font-size: 18px; position: relative; top: -2px;}
#home-slider .owl-prev:hover,
#home-slider .owl-next:hover {background-color: #ff5555; color: #fff;}
#home-slider a,
#home-slider a:hover {color: inherit;}
#home-slider .slide-container.slide-skin {position: absolute; bottom: 22px; left: 0; right: 0; top: auto;}
#home-slider .slide-container.slide-skin .title {display: block; font-family: 'Playfair Display'; font-size: 18px; color: #222;}
#home-slider .slide-container.slide-skin .text {display: block; font-family: 'Playfair Display'; font-size: 13px; color: #757575;} */
.top-banners {padding-top: 80px; padding-bottom: 80px;}
.top-banners .text-block .media-left {min-width: 60px; position: relative; top: 5px;}
.top-banners .text-block i {font-size: 32px; color: #222; font-style: normal;}
.top-banners .text-block h5 {margin-bottom: 0; text-transform: uppercase;}
.top-banners .text-block p {margin-bottom: 0; color: #616161;}

.ftext-banners-block .text-block .media-left {min-width: 60px; position: relative; top: 5px;}
.ftext-banners-block .text-block i {font-size: 32px; color: #222;}
.ftext-banners-block .text-block h5 {margin-bottom: 0; text-transform: uppercase;}
.ftext-banners-block .text-block p {margin-bottom: 0; color: #616161;}

.bordered {
  padding: 0;
  margin: 0 0 5px;
  position: relative;
  z-index: 1;
  height: 20px;
  width: 60px;
  line-height: 20px;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
.bordered:before,
.bordered:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  opacity: 1;
  display: block;
  content: '';
  z-index: -1;
  background: rgba(0,0,0,0.12);
}
.bordered:before {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
}
.bordered:after {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.text-banners-block .media-left {min-width: 80px; padding-right: 20px; vertical-align: middle;}
.text-banners-block .icon {
  padding: 20px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.6);
  background-repeat: no-repeat;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-banners-block .icon i {
  background-image: url('../images/mainstream_content_icons.png');
  background-position: 0 0;
  height: 21px;
  width: 22px;
  display: block;
}
.text-banners-block .icon i.icon-2 {background-position: 23px 0px;}
.text-banners-block .icon i.icon-3 {background-position: 53px 0px;}
.text-banners-block .media-body {vertical-align: middle;}
.text-banners-block a {display: block;}
.text-banners-block .title {
  display: block;
  font-family: 'Work Sans', sans-serif;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 3px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -.5px;
}
.text-banners-block span {
  font-family: 'Playfair Display', sans-serif;
  color: #888;
  font-size: 13px;
}

/* Slider ================================================================================= */
#home-image-slider,
#home-image-slider .owl-controls {margin: 0;}
#home-image-slider .item {position: relative;}
#home-image-slider .item a { display: block; position:relative; z-index:7;}
#home-image-slider .item a:hover {opacity: 1;}
#home-image-slider .item img {
    width:100%;
	height:auto;
    display:block;
    position:relative;
    z-index:7;
}
#home-image-slider .item .label {
	display: inline-block;
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	font-family: "Playfair Display";
	padding: 0px 8px;
	background-color: #E53935;
	margin-bottom: 12px;
	text-transform: uppercase;
	border-radius: 0;
}
#home-image-slider .item .title {
	color: #222;
	font-family: 'Playfair Display', sans-serif;
	display: block;
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1.5px;
}
#home-image-slider .item .title strong {font-weight: 600; display: block; margin-top: 12px;}
#home-image-slider .item .subtitle {
  color: #222;
  font-family: 'Work Sans';
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
#home-image-slider .item .text {
	color: rgba(0,0,0,0.3);
	font-weight: 400;
	font-family: 'Playfair Display', sans-serif;
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
  font-style: italic;
	line-height: 20px;
	letter-spacing: -0.33px;
}
#home-image-slider .item .btn {margin-top: 15px;}
#home-image-slider .item .slide-container {position: absolute; left: 18%; top: 32.7%; z-index: 9;}
#home-image-slider .item .slide-container.slide-skin-2 {left: 22.4%; top: 38.2%;}
#home-image-slider .item .slide-container-2.slide-skin-2 {position: absolute; bottom: 0; right: 17.4%;}
#home-image-slider .item .slide-skin-2 .title {color: #fff; margin-bottom: 0;}
#home-image-slider .item .slide-skin-2 .text {color: #fff; position: relative; z-index: 9; margin-bottom: 0;}
#home-image-slider .item .slide-skin-2 .bordered:before,
#home-image-slider .item .slide-skin-2 .bordered:after {background-color: rgba(255,255,255,0.12);}
#home-image-slider.owl-theme .owl-dots {position: absolute; bottom: 16px; right: 0; left: 0; text-align: center;}
#home-image-slider.owl-theme .owl-dots .owl-dot{display: inline-block; line-height: 1;}
#home-image-slider.owl-theme .owl-dots .owl-dot span{
	display: block;
	background-image: none;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background-color: #aaa;
	margin: 0 6px!important;
	float: left;
	top: 0;
}
#home-image-slider.owl-theme .owl-dots .owl-dot.active span,
#home-image-slider.owl-theme .owl-dots .owl-dot:hover span {background-color: #ff5555;}
#home-image-slider.owl-theme .owl-dots .owl-dot.active span:after,
#home-image-slider.owl-theme .owl-dots.clickable .owl-dot:hover span:after {content: none;}
#home-image-slider .owl-nav div {
	padding: 0;
	position: absolute;
	opacity: 0;
	z-index: 3;
	top: 50%;
	font-size: 18px;
	color: rgba(0,0,0,.85);
	background-color: transparent;
  border-radius: 0;
	-webkit-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0;
	margin-top: -16px;
	transition: opacity 400ms ease, background-color 300ms;
	-moz-transition: opacity 400ms ease, background-color 300ms;
	-webkit-transition: opacity 400ms ease, background-color 300ms;
	-o-transition: opacity 400ms ease, background-color 300ms;
}
#home-image-slider .owl-nav div:before,
#home-image-slider .owl-nav div:after {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 width: 30px;
 height: 40px;
 background-color: transparent;
 border: 20px solid transparent;
 border-left: 20px solid #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#home-image-slider .owl-nav div:before {top: -19px;}
#home-image-slider .owl-nav div:after {top: 9px;}
#home-image-slider:hover .owl-nav div {opacity: 1;}
#home-image-slider .owl-nav div i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 20px;
  text-align: left;
  color: #aaa;
  font-size: 28px;
  line-height: 30px;
  left: 1px;
  top: 0px;
}
#home-image-slider .owl-nav div.owl-prev {left: 0;}
#home-image-slider .owl-nav div.owl-next {right: 10px;}
#home-image-slider .owl-nav div.owl-next i {text-align: right; left: 9px;}
#home-image-slider .owl-nav div.owl-next:before,
#home-image-slider .owl-nav div.owl-next:after {border-color: transparent; border-right: 20px solid #fff;}
#home-image-slider .owl-nav div.owl-prev:hover:before,
#home-image-slider .owl-nav div.owl-prev:hover:after {border-left-color: #ff5555;}
#home-image-slider .owl-nav div.owl-next:hover:before,
#home-image-slider .owl-nav div.owl-next:hover:after {border-right-color: #ff5555;}
#home-image-slider .owl-nav div:hover i {background-color: #ff5555; color: #fff;}

.home-slider.es-carousel-wrapper .owl-dots {display: block; margin: 10px 0; text-align: center;}
.home-slider.es-carousel-wrapper .owl-dots .owl-dot{display: inline-block; line-height: 1;}
.home-slider.es-carousel-wrapper .owl-dots .owl-dot span{
  display: block;
  background-image: none;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #aaa;
  margin: 0 6px!important;
  float: left;
  top: 0;
}
.home-slider.es-carousel-wrapper .owl-dots .owl-dot.active span,
.home-slider.es-carousel-wrapper .owl-dots .owl-dot:hover span {background-color: #ff5555;}
.home-slider.es-carousel-wrapper .owl-dots .owl-dot.active span:after,
.home-slider.es-carousel-wrapper .owl-dots.clickable .owl-dot:hover span:after {content: none;}
.home-slider .owl-nav div {
  padding: 0;
  position: absolute;
  opacity: 0;
  z-index: 3;
  top: 50%;
  font-size: 18px;
  color: rgba(0,0,0,.85);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  margin: 0;
  margin-top: -20px;
  transition: opacity 400ms ease, background-color 300ms;
  -moz-transition: opacity 400ms ease, background-color 300ms;
  -webkit-transition: opacity 400ms ease, background-color 300ms;
  -o-transition: opacity 400ms ease, background-color 300ms;
}
.home-slider:hover .owl-nav div {opacity: 1;}
.home-slider .owl-nav div:hover {background-color: #ff5555; color: #fff;}
.home-slider .owl-nav div i {font-style: normal;}
.home-slider .owl-nav div.owl-prev {left: 0; border-radius: 0 4px 4px 0;}
.home-slider .owl-nav div.owl-next {right: 0; border-radius: 4px 0 0 4px;}
/* #home-image-slider .owl-buttons div:before {
	display: inline-block;
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
} */
/* #home-image-slider .owl-buttons div.owl-prev:before {content: "\e605";}
#home-image-slider .owl-buttons div.owl-next:before {content: "\e606";} */


/* Widgets =============================================================================== */
.widget-title {
  padding-top: 0;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  position: relative;
  border-bottom: solid 2px rgba(0,0,0,.14);
}
.widget-title h2,
.widget-title h3 {margin-bottom: 5px; line-height: 1;}
/* .widget-title h2:after,
.widget-title h3:after {content: ''; display: block; width: 80px; height: 2px; background: #ff5555; position: absolute; bottom: -1px;} */
.widget-title a.more-link {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-title a.more-link i {margin-left: 10px;}
.widget-title a.more-link:hover {color: #ff5555;}

body .widget .widget-title .widget-subtitle,
.widget-title .widget-subtitle {color: #888; display: block; margin-bottom: .75em;}

/* 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:not(.block-banner) {
	margin-bottom: 3em;
	color: #666;
	position: relative;
	z-index: 10;
	padding: 0;
}
.cart-block-wrapper {margin-bottom: 1.5em;}
.block:last-of-type {margin-bottom: 0;}
.sidebar .block a:not(.btn) {color: #666;}
.sidebar .block a:not(.btn):hover {color: #ff5555;}
.block-title {
	margin: 0 0 18px;
	font-family: 'Work Sans', sans-serif;
	color: #222;
	font-weight: normal;
	padding: 0 0 12px;
	font-size: 24px;
	position: relative;
  font-weight: 300;
  text-transform: uppercase;
	letter-spacing: -.75px;
	border-bottom: solid 1px #ddd;
}
/* .block-title:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ff5555;
} */
.block.block-fblikebox {padding: 0;}
.block.block-fblikebox .block-title {margin-left: 0; margin-right: 0;}
.block-title strong {font-weight: inherit;}
.block .block-title a {text-decoration: none !important;}
.block .block-subtitle {font-size: 15px; font-weight: normal; font-family: inherit; color: #222;}
.block .block-content li.item {padding: 0;}
.block:not(.block-related) .block-content li a {
  font-size: 1em;
  position: relative;
  padding: .5em 0 .5em 18px;
  display: inline-block;
}
.block:not(.block-related) .block-content li a.btn-remove {padding-left: 0;}
.block .btn-remove,
.block .btn-edit {float: right;}
.block .actions {padding-top: 1.5em; 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 */
.catalog-category-view aside.sidebar {position: static;}
.catalog-category-view .content-wrapper .container {position: relative;}
.block-layered-nav .block-subtitle {display: none;}
.block-layered-nav .block-content li:last-of-type {border: none;}
.block-layered-nav .block-content #narrow-by-list li a {font-size: 1em; padding: 3px 0;}
.block-layered-nav .block-content dl {margin: 0; clear: both;}
.block-layered-nav .block-content dt {
	font-family: 'Playfair Display', sans-serif;
	color: #222;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 6px;
}
.block-layered-nav .block-content dd {font-size: 13px;}
.block-layered-nav .block-content dd + dt {margin-top: 20px;}
.block-layered-nav .block-content dd .price {font-family: inherit; font-size: 1em; color: inherit; font-weight: normal;}
.block-layered-nav .block-content .btn-remove {font-size: 1.16em; padding-top: 0; padding-bottom: 0;}
.block-layered-nav .block-content .btn-remove::before {content: none;}
.block-layered-nav .block-content .currently li {margin-bottom: .75em; display: block; font-size: 13px; text-transform: none;}
.block-layered-nav .block-content .currently li .label {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
}
.block-layered-nav .block-content .currently li span {display: inline-block; vertical-align: middle;}
.block-layered-nav .block-content .currently li.swatch-current span.label {display: none;}
.block-layered-nav .block-content .currently .btn-remove {float: right; padding: 0; font-size: 14px; margin-left: 7px; margin-top: 1px;}
.block-layered-nav .block-content .actions {margin-bottom: 1.5em;}

/* Block: Cart */
.block.block-cart .empty {font-family: 'Playfair Display', sans-serif;}
.block.block-cart .empty p {line-height: 1; margin-bottom: 15px;}
.block.block-cart .empty p span {text-align: center; font-family: 'Playfair Display', sans-serif; color: #222; font-size: 14px;}
.block.block-cart .empty p.or {color: #aaa; position: relative; display: none;}
.block.block-cart .empty p.or:before,
.block.block-cart .empty p.or:after {content: ''; display: inline-block; width: 30px; border-bottom: solid 1px; border-color: inherit; margin: 0 9px; vertical-align: middle;}
.block.block-cart .empty .icon {display: block; margin-bottom: 12px;}
.block.block-cart .empty i {font-size: 64px; color: #ccc; line-height: 1;}
.block-cart .product-image {padding: 0!important;}
.block-cart .cart-price-qt {display: inline-block; vertical-align: middle;}
.block-cart .cart-price-qt strong {font-weight: normal;}
.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: 67%;
  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.16em;
  font-weight: normal;
  line-height: 1.25em;
  padding: 0;
}
.block-cart .block-content .subtotal .label {color: #222;}
.block-cart.block .block-content .mini-products-list li {padding: 0 0 .75em; margin: 0; clear: both; position: relative;}
.block-cart.block .block-content .mini-products-list li .product-image {min-width: 55px;}
.block-cart.block .block-content .product-name {margin-bottom: 3px; text-align: left; font-size: 12px; padding-right: 50px;}
.block-cart.block .block-content .product-name a {font-size: 1.167em; color: #222; line-height: 1.25em; padding: 0;}
.block-cart.block .block-content .product-box {font-size: 1em; line-height: 1.5em; text-align: left;}
.block-cart.block .product-image {padding: 0;}
.block-cart.block .block-content .cart-actions {margin-top: 12px;}
.block-cart.block .block-content .btn-remove,
.block-cart.block .block-content .btn-edit {float: none; font-size: .91em; padding: 0;}
.block-cart.block .block-content .summary .amount {display: none;}
.block-cart .cart-price-qt,
.block-cart.block .block-content .price {font-size: 14px; display: inline-block; vertical-align: middle;}
.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;}
.catalog-category-view .currently-filter-wrapper {padding: 10px 20px 4px 7px; background-color: #eeeeee; border-top: 1px solid #fff;}
.catalog-category-view .currently-filter-wrapper ol,
.catalog-category-view .currently-filter-wrapper ul {padding-left: 12px;}
.catalog-category-view .currently-filter-wrapper .btn-remove {margin-left: 7px;}
.catalog-category-view .block-layered-nav .currently {display: inline-block;}
.catalog-category-view .block-layered-nav .actions {display: inline-block; float: right; padding-top: 0; margin-top: -2px;}
.catalog-category-view .block-layered-nav .actions .btn-default.light {border: none; background-color: transparent; color: #666; padding: 0;}
.catalog-category-view .block-layered-nav .currently-filter-wrapper li {display: inline-block;}
.catalog-category-view .block-layered-nav .currently-filter-wrapper li + li {margin-left: 30px;}
.catalog-category-view .block-layered-nav .actions .btn-default.light:hover,
.catalog-category-view .block-layered-nav .actions .btn-default.light:focus {border: none; background-color: transparent; color: #ff5555;}
.catalog-category-view .block-layered-nav.horizontal {padding-bottom: 1em; position: absolute; z-index: 9; left: 0; width: 100%; padding: 0 338px 0 10px; top: 76px; overflow: visible;}
.catalog-category-view .block-layered-nav.horizontal .block-title {float: left;
  margin: 0;
  padding: 11px 20px;
  font-weight: 400;
  border: none;
  color: #fff;
  font-family: 'Work Sans';
  background-color: #335f63;
  text-transform: uppercase;
  font-size: 13px;
}
.catalog-category-view .block-layered-nav.horizontal .block-content {float: right;
  margin: 0;
  border: none;
  color: #666;
  letter-spacing: 0;
  font-size: 13px;
  text-transform: uppercase;
  width: 90.8%;
  margin: 0;
  background-color: #eee;
  border-left: solid 1px rgba(255,255,255,.2);
}
.catalog-category-view .block-layered-nav.horizontal .block-content dt {float: left;
  color: #222;
  padding: 12px 20px;
  font-size: 13px;
  font-family: 'Work Sans';
  line-height: 1.2;
  border-right: solid 1px #fff;
  border-bottom: solid 1px rgba(255,255,255,.2);
  margin: 0;
  position: relative;
}
.catalog-category-view .block-layered-nav.horizontal .block-content dt:hover {background-color: #ff5555; color: #fff;}
.catalog-category-view .block-layered-nav.horizontal .block-content dt:before {
  content: "\f0d7";
  font-size: 10px;
  display: inline-block;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  color: #aaa;
  line-height: 0;
  opacity: 1;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}
.catalog-category-view .block-layered-nav.horizontal .block-content dt:hover:before {color: #fff;}
.catalog-category-view .block-layered-nav.horizontal .block-content dt.hover:before,
.catalog-category-view .block-layered-nav.horizontal .block-content dt:hover:before {opacity: 1;}
.catalog-category-view .block-layered-nav.horizontal .block-content dd {display: none; position: absolute; top: 100%; background: #fff; padding: 24px; z-index: 999; box-shadow: 0 0 5px rgba(0,0,0,.1); min-width: 200px;}
.catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter {width: 520px;}
.catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter li {width: 32.5%; display: inline-block; padding-right: 20px;}
.catalog-category-view .toolbar:not(.vertical) {padding-bottom: 0;}
.catalog-category-view .block-layered-nav.horizontal .block-content dd{
  display: block;
  height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  -moz-transition:height 800ms ease, opacity 400ms ease;
  -webkit-transition:height 800ms ease, opacity 400ms ease;
  -o-transition:height 800ms ease, opacity 400ms ease;
  transition:height 800ms ease, opacity 400ms ease;
  padding:0;
}
.catalog-category-view .block-layered-nav.horizontal .block-content dt.hover + dd,
.catalog-category-view .block-layered-nav.horizontal .block-content dt:hover + dd,
.catalog-category-view .block-layered-nav.horizontal .block-content dd:hover{
  opacity: 1;
  height: auto;
  z-index: 2;
  -moz-transition:height 800ms ease, opacity 400ms ease;
  -webkit-transition:height 800ms ease, opacity 400ms ease;
  -o-transition:height 800ms ease, opacity 400ms ease;
  transition:height 800ms ease, opacity 400ms ease;
}
.catalog-category-view .block-layered-nav.horizontal .block-content dd ol{padding: 24px;}

/* Block: Wishlist */
.block.block-wishlist {position: relative;}
aside.sidebar .block.block-wishlist .item {width: 100%; overflow: hidden; margin-bottom: 1.5em;}
aside.sidebar .block.block-wishlist .item:last-child {margin: 0;}
aside.sidebar .block.block-wishlist .item .product-image {display: inline-block; width: 80px; padding: 0; vertical-align: top;}
aside.sidebar .block.block-wishlist .item .product-image img {width: 100%;}
aside.sidebar .block.block-wishlist .item .product-name {padding-right: 20px; margin-bottom: 9px;}
aside.sidebar .block.block-wishlist .item .product-name a {color: inherit; padding: 0; max-width: 86%;}
aside.sidebar .block.block-wishlist .item .product-name a:hover {color: #ff5555;}
aside.sidebar .block.block-wishlist .item .price-box {margin-bottom: 1em;}
aside.sidebar .block.block-wishlist .item .price-box.map-info {float: none;}
aside.sidebar .block.block-wishlist .item .price-box .price {font-style: normal;}
aside.sidebar .block.block-wishlist .item .btn-remove {padding: 0; margin-top: 2px;}
aside.sidebar .block.block-wishlist .item .btn-remove i {font-size: 14px; color: #ccc; padding: 5px;  line-height: 1;}
aside.sidebar .block.block-wishlist .item.last {padding-bottom: 0;}
aside.sidebar .block.block-wishlist .link-cart { padding: 5px 10px;}
aside.sidebar .block.block-wishlist .item .product-details .btn-remove i:hover {color: #ff5555;}
aside.sidebar .block.block-wishlist .slider-buttons {position: absolute; top: 9px; right: 0;}
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 .carousel-ul {margin: auto;}
#wishlist-slider .carousel-ul > .item {float: left; display: block;}
#wishlist-slider .carousel-ul a.product-image img {display: block; border: none; max-height: none; max-width: none;}

/* Block: Block List */
.block-list .block-content {padding-left: 0!important;}
.block.block-list .block-content li.item {width: 100%; overflow: hidden; border-bottom: dotted 1px rgba(0,0,0,.1);  padding-left: 10px;}
.block.block-list .block-content li.item:last-of-type {border: none;}
.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 {font-size: 1em; position: relative; display: inline-block;}
.block-list li.item .product-name {position: relative; margin: 0; color: inherit; font-size: 1em;}
.block-list li.item .product-name:before {
    content: "\f054";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75em;
	margin-right: -5px;
}
.block-list li.item .product-name a {padding: 1em 0 1em 18px;}
.block-list li.item .product-name a:hover,
.block-compare li.item .btn-remove i:hover {color: #ff5555;}
.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; display: inline-block; font-size: 16px;}
.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: inherit;
  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 .block-content ul {margin-bottom: 0; display: block; font-size: 1em;}
aside.sidebar .block-tags .block-content ul li {display: inline-block; margin-bottom: 2px; padding: 0;}
aside.sidebar .block-tags .block-content ul li a {
  color: #777;
  display: inline-block;
  font-style: normal;
  background-color: transparent;
  padding: 5px 0;
}
aside.sidebar .block-tags .block-content ul li a:hover {background-color: transparent; color: #ff5555;}

/* Block: Reorder */
.block-reorder .block-content li.item {padding: 0; width: 100%; overflow: hidden;}
.block-reorder .block-content li.item a {padding: .33em 0 .33em 10px;}
.block-reorder .block-content li.item a i.fa {margin-right: 5px; color: #666;}
.block-reorder .block-content li.item a:hover {color: #ff5555;}
.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 */
aside.sidebar .block-subscribe .input-wrapper {position: relative;}
aside.sidebar .block-subscribe .validation-advice {
  top: -50px;
  background: #aaa;
  padding: .75em;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  color: #222;
  position: absolute;
}
aside.sidebar .block-subscribe .validation-advice::after {
	bottom: -5px;
	left: 30px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #aaa transparent transparent transparent;
}
.block-subscribe .form-subscribe-header label {
  display: block;
  padding-bottom: .75em;
  margin-bottom: 0;
  cursor: auto;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}
.block-subscribe .btn {margin-top: 20px;}
aside.sidebar .block-subscribe input {margin-bottom: 1.5em;}

/* Configurable Swatch */
.configurable-swatch-list li {float: left; margin: 0 0 8px 8px;}
.block-layered-nav dd .configurable-swatch-list li {margin: 0 5px 5px 0; border: none; padding: 0;}
.block-layered-nav dd .configurable-swatch-list li:last-child {margin-left: 0;}
.block-layered-nav dd .configurable-swatch-list li a {padding: 0;}
.block-layered-nav dd .configurable-swatch-list li a:before {content: none;}
.block-layered-nav.block .block-content dd .swatch-link {
  text-align: left;
  display: inline-block;
  padding: 0;
  border: none;
}
.block-layered-nav.block dd .swatch-link.has-image {padding: 0; margin-top: 1px;}
.block-layered-nav dd .swatch-link .count {line-height: 1.7em;}
.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0 4px;
  box-sizing: content-box;
  border-radius: 0;
  min-height: 30px;
  min-width: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label:hover {
  background-color: #ff5555;
  color: #fff;
  border-color: #ff5555;
}
.block-layered-nav dd .swatch-link.has-image .swatch-label {padding: 0; border: none;}
.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;
  border-radius: 50%;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}
.configurable-swatch-list {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-left: -8px;
  margin-bottom: -8px;
}
.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: 0 5px 5px 0;}
.configurable-swatch-list .not-available .swatch-link .x {display: block;}
.configurable-swatch-list .not-available .swatch-link {opacity: 0.4; position: relative;}
.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:not(.has-image),
.swatch-current .swatch-link:not(.has-image) {
  color: #666;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
}
.catalog-product-view .configurable-swatch-list .swatch-link,
.catalog-product-view .swatch-current .swatch-link {
  height: 30px !important;
  width: 60px !important;
}
.block-layered-nav .swatch-current .swatch-link:not(.has-image) {border-width: 0; text-align: left;}
.swatch-current .label {display: none;}
.swatch-current .swatch-link {
  display: inline-block;
  margin: 0 5px 0 0!important;
  position: relative;
}
.configurable-swatch-list .swatch-link:hover {color: #ff5555;}
.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;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.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: .75em; margin-left: 0;}
.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: 1px; overflow: hidden; border-radius: 50%; border: solid 1px transparent;}
.products-list .configurable-swatch-list li .swatch-link.has-image .swatch-label:hover,
.products-grid .configurable-swatch-list li .swatch-link.has-image .swatch-label:hover {border-color: rgba(0,0,0,.2);}
.products-list .configurable-swatch-list li .swatch-link.has-image .swatch-label img,
.products-grid .configurable-swatch-list li .swatch-link.has-image .swatch-label img {border-radius: 50%;}
.product-image-gallery .gallery-image {display: none!important;}
.product-image-gallery #image.gallery-image {display: block!important;}

/* ======================================================================================= */
.category-description .listing-banner {display: none;}
.listing-banner-wrapper.fullwidth {width: 100%!important;}

body .modal-backdrop {z-index: 99999;}

/* Popup Block */
#popup-block {z-index: 100000;}
#popup-block .modal-backdrop {z-index: 0;}
#popup-block .modal-dialog {width: 738px; position: static; margin: 0 auto; height: 100%;}
#popup-block .modal-dialog .modal-content {position: absolute; top: 50%; overflow: hidden; border-radius: 5px;}
#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: 10px;
	right: 10px;
	opacity: 1;
	z-index: 999;
	height: 32px;
	width: 32px;
	text-align: center;
	text-shadow: none;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
}
#popup-block .modal-header .close i {
	color: #aaaaaa;
	font-size: 16px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	display: block;
}
#popup-block .modal-header .close i:hover {color: #ff5555;}
#popup-block .modal-dialog .modal-body {padding: 0; height: 100%;}
#popup-block .block-subscribe {float: right; text-align: left; width: 50%; margin-bottom: 0; padding: 0; background: none; border: none;}
#popup-block .block-subscribe .block-title {border-bottom: solid 1px rgba(0,0,0,.1); padding: 14px 30px; margin: 0 0 1em;}
#popup-block .block-subscribe .block-title:after {content: none;}
#popup-block .block-subscribe .block-content {padding: 0 30px;}
#popup-block .block-subscribe h3 {margin: 0;}
#popup-block .block-subscribe label {
	font-size: 13px;
	color: #616161;
	line-height: 1.5;
	display: inline-block;
	padding-bottom: 16px;
	font-weight: normal;
	margin: 0 auto;
	padding-right: 25px;
}
#popup-block .block-subscribe ~ .popup-bottom {color: #fff;}
#popup-block .block-subscribe .input-box {float: none; width: 100%; margin-bottom: 20px; position: relative;}
#popup-block .block-subscribe input {height: 40px;}
#popup-block .block-subscribe .actions {float: none; border: none; margin: 0; padding: 0 0 30px; text-align: center;}
#popup-block .block-subscribe .btn {height: 40px; width: 100%; padding-left: 30px; padding-right: 30px;}
#popup-block {display: none;}
#popup-block .popup-content-wrapper {height: 100%; background-repeat: no-repeat; background-position: left;}
#popup-block .popup-bottom {position: absolute; margin-left: 30px; bottom: 20px; font-size: 11px; color: #aaa; font-weight: normal; left: 50%;}
#popup-block .popup-bottom input[type="checkbox"] {margin-right: 5px; position: relative; top: 3px;}
#ajaxkit-popup-content .popup-added-product-list tr td {padding-bottom: 10px;}

/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  text-align: center;
}
.category-description {
  display: table-cell;
  color: #666;
  line-height: 2em;
  margin: 0;
  float: right;
  padding-left: 20px;
}
/* View Type: Grid / List */
.products-grid .item {margin-bottom: 0;}
.products-list .item + .item {margin-top: 1.5em; padding-top: 1.5em;}
.products-grid .item .mobile-btn {
	width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.1);
	cursor: pointer;
}
.mobile-device .products-grid .item .mobile-btn {display: inline-block;}
.widget-slider.products-grid .item {margin-bottom: 0;}
.widget-slider.owl-carousel {padding: 0 5px;}
.widget-slider.owl-carousel .owl-stage-outer {padding: 5px; margin: 0 -5px;}
.widget .products-grid .item:nth-child(4n+1) {clear: left;}
.widget .products-grid .item:nth-child(4n+4) {clear: right;}
.widget-products .category-name {
  font-weight: normal;
  font-size: 1em;
  color: #666;
  margin: 0;
}
.ajax-media-overlay {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 300ms ease 0s;
  width: 100%;
  z-index: -1;
}
.hide-overlay .ajax-media-overlay {display: none;}
.ajax-media-overlay .loader {
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  background-image: url("../images/ajaxkit-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.item .loading .ajax-media-overlay,
.product-view .loading .ajax-media-overlay {z-index: 9999; opacity: 1;}
.image-box {position: relative; overflow: hidden;}
.products-grid .image-box {margin-bottom: 1em; overflow: hidden;}
/* .products-list .product-buttons .add-to-links i {
    border-radius: 50%;
    border: solid 1px rgba(0,0,0,.1);
    height: 38px;
    width: 38px;
    font-size: 16px;
    color: rgba(0,0,0,.86);
    background-color: #fff;
    display: inline-block;
    line-height: 39px;
}
.products-list .product-buttons .add-to-links i {margin-right: 5px;}
.products-list .product-buttons .add-to-links a {
  color: rgba(0,0,0,.4);
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-list .product-buttons .add-to-links a span {display: inline-block; vertical-align: middle; margin-top: -6px;}
.products-list .product-buttons .add-to-links a:hover {color: #ff5555;}
.products-list .product-buttons .add-to-links a:hover i {background-color: #ff5555; color: #fff;} */
.widget-products .products-grid {margin-bottom: 0;}
.products-grid div:not(#related-slider) .owl-wrapper-outer {padding: 18px 8px 9px; margin: -18px -8px 0; width: calc(100% + 16px);}
.products-grid .item  {
	padding: 20px;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	border-radius: 5px;
}
.products-grid .item:hover {box-shadow: 0px 0px 15px rgba(0,0,0,.15);}
.sidebar .block-related .products-grid .item {box-shadow: none; padding: 0;}
.sidebar .block-related .products-grid .item:hover {box-shadow: none;}
.catalog-category-view .col1-layout .toolbar:not(.vertical) {border-bottom: solid 1px #ddd; padding-bottom: 1.5em;}
.col1-layout .category-products .products-grid {margin-top: -1px;}
.catalog-category-view .col1-layout .toolbar:not(.vertical){border-color: rgba(0,0,0,.1); margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px;}
.block-layered-nav .block-content #narrow-by-list li a:before{display: none;}

.hover-buttons {
	position: absolute;
	bottom: -200px;
	right: 10px;
	padding: 5px;
	transition: bottom 250ms ease;
	-moz-transition: bottom 250ms ease;
	-webkit-transition: bottom 250ms ease;
	background: #fff;
	border-radius: 4px;
}
.mobile-device .hover-buttons,
.item:hover .hover-buttons {bottom: 10px;}
.hover-buttons .btn-quickview {float: left; width: 30px; height: 30px; font-style: normal; background-color: #fff; border: none; color: #aaa; font-size: 16px; padding: 0; border-radius: 0;}
.hover-buttons .lightbox-button {
	height: 30px;
	width: 30px;
	background-color: #fff;
	border: none;
	color: #aaa;
	opacity: 1;
	position: static;
	padding: 0;
	float: right;
	margin: 0;
	position: relative;
	top: auto;
	left: auto;
	font-size: 16px;
}
.hover-buttons .lightbox-button .tooltip {margin-left: -9px;}
.hover-buttons .lightbox-button i {width: 30px; height: 30px; line-height: 30px; background-color: #fff; color: inherit; border-radius: 0;}
.hover-buttons .btn-quickview:hover,
.hover-buttons .lightbox-button i:hover {color: #ff5555; background-color: #fff;}
.btn-quickview {height: 38px; line-height: 38px; display: inline-block; font-style: normal; background-color: transparent; border: none; color: #aaa; font-size: 14px; padding: 0; border-radius: 0}
.btn-quickview i {position: relative; top: 1px;}
.btn-quickview:hover {color: #ff5555;}
.add-to-links + .btn-quickview,
.btn-quickview + .add-to-links {margin-left: 20px;}

.products-list .product-image,
.products-grid .product-image {display: block; border: solid 1px transparent; position: relative; overflow: hidden; border-radius: 5px;}
.products-grid .product-name,
.products-list .product-name {margin: 0 0 14px; line-height: 1.25;}
.product-name a {color: #222; font-size: 14px; font-weight: 500;}
.products-grid .product-name a,
.products-list .product-name a,
.footer-products-list .product-name a {}
.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.footer-products-list .product-name a:hover {color: #ff5555;}
.products-grid .availability,
.products-list .availability {margin-bottom: 1em;}
.products-list .availability {display: block;}
.products-grid .ratings,
.products-list .ratings {margin: 0 0 14px;}
.products-grid .price-box {margin-bottom: 18px; line-height: 1;}
.products-list .price-box {margin-bottom: 7px; line-height: 1;}
.products-list .product-buttons {margin-bottom: 5px;}
.products-grid .add-to-links span,
.products-list .add-to-links span,
.products-grid .btn,
.products-list .btn {display: inline-block; vertical-align: middle;}
.products-grid .btn i,
.products-list .btn i {display: none;}
.products-grid .add-to-links,
.products-list .add-to-links {display: inline-block; vertical-align: middle; margin: 0;}
.products-grid .add-to-links i,
.products-list .add-to-links i {
  height: 38px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  line-height: 38px;
  margin: 0;
  font-size: 14px;
  color: #aaa;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid .add-to-links span + span,
.products-list .add-to-links span + span {margin-left: 20px;}
.products-grid .add-to-links i:hover,
.products-list .add-to-links i:hover {color: #ff5555;}

.products-grid.no-indents .item {padding: 0; margin-bottom: 0;}
.products-grid.no-indents .item .image-box {margin: 0;}
.products-grid.no-indents .item .product-image {border-width: 0;}
body .btn i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.category-products .products-grid.no-indents {margin: 0!important;}

/* Products Grid Colums */
.products-grid.six-columns .item .product-name a,
.products-grid.seven-columns .item .product-name a,
.products-grid.eight-columns .item .product-name a {font-size: 13px;}
.products-grid.six-columns .item .btn,
.products-grid.seven-columns .item .btn,
.products-grid.eight-columns .item .btn {padding: 0; height: 40px; width: 40px; text-align: center; background: none; color: #aaa;}
.products-grid.six-columns .item .btn:hover,
.products-grid.seven-columns .item .btn:hover,
.products-grid.eight-columns .item .btn:hover {background-color: #f0f0f0;}
.products-grid.six-columns .item .btn span i,
.products-grid.seven-columns .item .btn span i,
.products-grid.eight-columns .item .btn span i {display: inline-block; margin: 0; line-height: 40px; position: relative; top: -1px;}
.products-grid.six-columns .item .btn span span,
.products-grid.seven-columns .item .btn span span,
.products-grid.eight-columns .item .btn span span {display: none;}
.products-grid.six-columns .item .price,
.products-grid.seven-columns .item .price,
.products-grid.eight-columns .item .price {font-size: 15px;}
.products-grid.six-columns .item .old-price .price,
.products-grid.seven-columns .item .old-price .price,
.products-grid.eight-columns .item .old-price .price {font-size: 12px;}
.widget-grid.row {margin-left: -10px; margin-right: -10px; margin-bottom: 0;}
.products-grid .item {float: left;}
.products-grid.one-column:not(.carousel-ul) .item {min-width: 100%;}
.products-grid.two-columns:not(.carousel-ul) .item {width: 50%;}
.products-grid.three-columns:not(.carousel-ul) .item {width: 33.332%;}
.products-grid.three-columns:not(.carousel-ul) .item:first-child {margin-left: -1px;}
.products-grid.four-columns:not(.carousel-ul) .item {width: 25%;}
.products-grid.five-columns:not(.carousel-ul) .item {width: 20%;}
.products-grid.six-columns:not(.carousel-ul) .item {width: 16.66%;}
.products-grid.seven-columns:not(.carousel-ul) .item {width: 14.28%;}
.products-grid.eight-columns:not(.carousel-ul) .item {width: 12.5%;}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n+1) {clear: left;}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) .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: 1.5em;}
.products-list .product-name {margin-bottom: 12px;}
.products-list .product-name a {font-size: 1em;}
.widget-products .products-list .image-box,
.widget-products .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; margin-bottom: 0!important;}
.masonry-grid .item:hover .product-info-top {background-color: #ff5555;}
.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: rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0,0,0,.1);
  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 .item .image-box {position: relative;}
.masonry-grid .item .product-labels-wrapper {
  position: absolute;
  top: 10px;
  left: 5px;
  right: 5px;
  z-index: 5;
}
.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 */
body .footer-products-list {margin: 0;}
.footer-products-list .item:not(:last-of-type) {margin-bottom: 1.5em; padding-bottom: 1.5em; border-bottom: solid 1px rgba(0,0,0,.16);}
.footer-products-list .product-image {
  display: inline-block;
  width: 84px;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}
.footer-products-list .image-box .lightbox-button {margin-left: -20px;}
.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;}
.footer-products-list .btn {font-size: 11px; text-transform: lowercase; padding: 3px 8px;}
.footer-products-list .btn i {font-size: 16px; margin-right: 5px; display: inline-block; line-height: 1; position: relative; top: 1px;}
.footer-products-list .btn span span {display: inline-block; margin-top: -3px; vertical-align: middle;}

/* Light box */
.ekko-lightbox .modal-dialog {z-index: 100000;}
.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: 4px;
	opacity: 1;
	margin: 0;
	height: 32px;
	border: none;
	background: none;

	float: right;
}
.modal-open .modal.ekko-lightbox .modal-header .close:before {
	content: "\f00d"; /* icon-close */
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-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;
	font-size: 16px;
	background: #fff;
	padding: 8px;
	border-radius: 50%;
}
.modal-open .modal.ekko-lightbox .modal-header .close:hover:before {color: #ff5555;}
.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;
	font-style: normal;
}
.ekko-lightbox-nav-overlay a i:hover {background-color: #ff5555;}
.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;
}
.mobile-device .lightbox-button,
.image-box:hover .lightbox-button {opacity: 1;}
.lightbox-button i {
	width: 30px;
	height: 30px;
	background-color: #444444;
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-webkit-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
}
.lightbox-button i:hover {background-color: #ff5555;}
.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 {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  z-index: 4;
}
.product-labels-wrapper > div {
  padding: 3px 7px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  float: left;
  position: relative;
}
.product-labels-wrapper > div + div {float: right;}
.product-labels-wrapper > div.label-new {background-color: #4ab0bc;}
.product-labels-wrapper > div:not(.label-new) {background-color: #e53935;}
.product-labels-wrapper.bottom {
  top: auto;
  bottom: 10px;
}
/* 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: -1px;
}
.product-labels-wrapper.label-type-4 > div:after {
  border-bottom: 10px solid;
  bottom: -1px;
}
.product-labels-wrapper.label-type-4 > div:before,
.product-labels-wrapper.label-type-4 > div: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: 2px 0 0; display: inline-block; font-size: 11px;}
.ratings .rating-links a,
.ratings .amount a {color: #757575;}
.ratings .rating-links a:hover,
.ratings .amount a:hover {color: #ff5555;}
.ratings .rating-links .separator {margin: 0 2px;}
.rating-box {
  float: left;
  position: relative;
  font-size: 14px;
  color: #bbb;
  margin-right: 10px;
  top: -2px;
}
.rating-box i {margin-right: 3px; width: 11px; font-style: normal; font-size: 16px; display: inline-block;}
body.apple-device .rating-box i {font-size: 12px;}
.rating-box i:before {width: 11px;}
.rating-box i:nth-child(5n) {margin-right: 0;}
.rating-box .rating {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #ffe00e;
  height: 17px;
}
body.apple-device  .rating-box .rating{top: 1px;}
.rating-box .rating i {position: absolute; left: 0; width: 11px;}
.rating-box .rating i:nth-child(2n) {left: 14px;}
.rating-box .rating i:nth-child(3n) {left: 28px;}
.rating-box .rating i:nth-child(4n) {left: 42px;}
.rating-box .rating i:nth-child(5n) {left: 56px;}
.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 */
body .availability {
	font-size: 13px;
	color: #888;
	text-transform: none;
	display: inline-block;
	margin-bottom: 1.5em;
	position: relative;
	border-radius: 4px;
	background-color: transparent;
	padding: 2px 10px;
}
body .availability:before{
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #e53935;
  margin-right: 9px;
}
.availability i {
	font-size: 10px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #888;
	display: none;
}
.availability.in-stock {color: #888;}
body .availability.in-stock:before {background-color: #6baf54;}
.availability-only {margin: 0 0 1em;}
.availability-only span {
  display: inline-block;
  padding: .75em;
  background-color: #f5f5f5;
}
.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 rgba(0,0,0,.1);
  font-size: 11px;
  padding: 2px 8px 1px;
}

/********** < Product Prices */
.availability.out-of-stock + .price-box .price {color: #b2b2b2;}
.price {white-space: nowrap !important; font-family: 'Work Sans', sans-serif; color: #335f63; font-size: 18px; font-weight: 300;}

/* Old price */
.old-price,
.special-price {display: inline-block; vertical-align: bottom; margin-bottom: 0;}
.std .old-price,
.std .special-price {margin-bottom: 0;}
.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: 5px;}
.price-notice .price {font-weight: bold; font-size: 1em;}

/* 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 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 */
.add-to-box {display: block;}
.product-view .add-to-cart {display: inline-block; vertical-align: middle; padding-top: 20px;}
.add-to-box .price-availability-box {padding-bottom: 0;}
.add-to-box .price-box {margin-bottom: 0; display: inline-block; margin-right: 8px;}
.product-collateral .box-collateral {margin: 0 0 15px;}

/* Product View */
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner {position: relative;}
.catalog-product-view ul.breadcrumb {padding-bottom: 40px;}
.catalog-product-view .breadcrumbs-wrapper .page-title h2 {display: none;}
.catalog-product-view .breadcrumbs-wrapper .page-title .breadcrumb {float: left;}
.catalog-product-view .breadcrumbs-wrapper .add-review-link {float: right; margin: -0.58em 0 -0.58em 20px;}
.catalog-product-view .breadcrumbs-wrapper .add-review-link a.add-review {
  color: #888;
  font-size: 1em;
  border: solid 2px #ccc;
  padding: .25em 15px;
  border-radius: 4px;
  display: inline-block;
}
.catalog-product-view .breadcrumbs-wrapper .add-review-link a.add-review i {margin-right: 5px; font-size: 1.16em;}

.product-view .std {line-height: 2em;}
.product-view .top-wrapper .product-name {font-size: 1em; padding-right: 0; margin-bottom: 5px; padding-top: 15px; border-top: 1px solid #ddd;}
body.catalog-product-view[class*="breadcrumbs-type-"] .product-view .top-wrapper .product-name {display: none;}
.product-view .top-wrapper .product-name h1 {
	font-size: 24px;
	margin: 0 0 .125em;
	color: #222;
	line-height: 1.25em;
	font-weight: 400;
}
.product-view .top-wrapper .product-buttons {position: absolute; right: 0; top: 0;}
.header-breadcrumbs-wrapper .product-buttons {position: absolute; right: 0; top: 50%; margin-top: -16px;}
.product-buttons.default > div {width: auto; position: relative; float: left;}
.product-buttons.default > div a {display: block;}
.product-buttons.default > div a i {
	margin: 0;
	display: block;
	background-color: #eee;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: rgba(0,0,0,.85);
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
}
.product-buttons.default > div a i:hover {background-color: #ff5555;}
.product-buttons.default > div.next-button {margin-left: 2px; float: right;}
.product-view .top-wrapper .price-availability-block {margin-bottom: 1.5em;}
.product-view .top-wrapper .price-box-bundle .price-label,
.product-view .top-wrapper .price-as-configured .price-label {display: inline-block;}
.product-view .top-wrapper .price-box-bundle .price-from,
.product-view .top-wrapper .price-box-bundle .price-to {margin-bottom: .5em;}
.product-view .top-block .price-box {
  display: none;
  vertical-align: top;
  margin-right: 30px;
  line-height: 1;
}
.product-view .top-wrapper .price-box .old-price .price {font-size: 16px;}
.product-view .top-wrapper .price-box .price {font-size: 24px; line-height: 1;}
.product-view .top-wrapper .price-box .old-price .price-label,
.product-view .top-wrapper .price-box .special-price .price-label {display: none;}
.product-view .product-shop .availability-only {margin: 0 3px 0 0; display: inline-block; vertical-align: middle;}
.product-view .product-shop .availability-only span {padding: 0; background: none; color: #ff2525;}
.product-view .btn-qty-wrapper {display: none;}
.product-view input.qty,
.product-view input[id*="qty"] {background-color: #fff; height: 56px; width: 190px; border-radius: 0; border: 2px solid #ddd; text-align: left; padding: 0 23px 4px; color: #666; font-size: 18px;}

.product-view .bottom-block {padding-top: 8px;}
.product-view .bottom-block .ratings {float: left; margin: 0;}
.product-view .bottom-block .ratings .rating-links {font-size: 11px;}
.product-view .bottom-block .ratings .rating-links a {color: inherit;}
.product-view .availability {vertical-align: middle; margin: 0; display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.product-view .sku {
  display: inline-block;
  vertical-align: middle;
  color: #888;
}
.product-view .a-right .sku-email-block .sku {margin-right: 0; margin-left: 30px;}
.product-view .sku {margin-bottom: 10px;}
.product-view .sku-email-block .email-friend {display: inline-block; vertical-align: middle; font-size: .91em; color: #888;}
.product-view .sku-email-block .email-friend a {color: inherit;}
.product-view .sku-email-block .email-friend a:hover {color: #ff5555;}
.product-view .sku-email-block .email-friend i {font-size: 2.182em; margin-right: 5px; line-height: 1; vertical-align: middle;}

.product-view .short-description {margin-bottom: 15px; padding-bottom: 15px;}
.product-view .short-description h5 {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #ddd; text-transform: uppercase; font-size: 13px;}
.product-view .product-options {margin-bottom: 1.5em;}
.product-view .product-options h2 {
  color: #222;
  font-size: 1.16em;
  border-bottom: solid 1px rgba(0,0,0,.1);
  line-height: 1.583em;
  margin: 0 0 1em;
  padding-bottom: 1em;
  display: none;
}
.product-view .product-options dl {margin-bottom: 0;}
.product-view .product-options dl dt {position: relative; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #ddd;}
.product-view .product-options dl dt label {
  color: #222;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Work Sans';
  font-weight: normal;
  margin: 0;
}
.product-view .product-options dl dt label + .price-notice {position: relative;}
.product-view .product-options dl dt .qty-holder {float: right;}
.product-view .product-options dl dt .qty-holder label {vertical-align: middle;}
.product-view .product-options dl dt .qty-disabled {background: none; border: 0; padding: 3px; color: #000;}
.product-view .product-options dl dd {margin-bottom: 15px; padding-bottom: 15px;}
.product-view .product-options dl dd:last-child {margin-bottom: 0;}
.product-view .product-options dl dd .qty-holder {display: block; margin-top: .75em;}
.product-view .product-options dl dd .qty-holder label {
  color: #666;
  font-size: 1em;
  position: relative;
  font-family: inherit;
  font-weight: normal;
  display: inline-block;
  margin: 1em 0 .4em;
}
.product-view .product-options dl dd .qty-holder input.qty {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  float: none;
}
.product-view .product-options dl dd input.input-text {width: 98%;}
.product-view .product-options dl dd input.datetime-picker {width: 150px;}
.product-view .product-options dl dd .time-picker {display: -moz-inline-box; display: inline-block; padding: 2px 0; vertical-align: middle;}
.product-view .product-options dl dd textarea {width: 100%; height: 8em;}
.product-view .product-options dl dd select {width: 100%;}
.product-view .product-options .options-list input.radio {float: left; margin: 3px -18px 0 0;}
.product-view .product-options .options-list input.checkbox {float: left; margin: 3px -20px 0 0;}
.product-view .product-options .options-list .label {
  display: block;
  margin-left: 20px;
  font-size: 1em;
  color: #666;
  text-align: left;
}
.product-view .product-options #downloadable-links-list input {margin-top: -2px;}
.product-view .product-options #downloadable-links-list .label {padding: 0;}
.product-view .product-options ul.validation-failed {padding: 0 7px;}
.product-view .product-options p.required {padding: .75em 0 0; text-align: inherit;}
.product-view .product-options .tier-prices {margin: .75em 0 0;}
.product-view .product-options-bottom {margin-bottom: .75em;}
.product-view .product-options-bottom .price-box {float: none; margin-bottom: 1.5em;}
.product-view .product-options-bottom .add-to-links {display: none;}
.product-view .product-options-bottom,
.product-view .add-to-box {background-color: #f5f5f5; padding: 40px 30px 30px; margin-top: 20px;}

.product-view .quantity-wrapper {display: inline-block; vertical-align: middle; margin: 0 20px 0 0; width: auto;}
.product-view .quantity-wrapper label[for="qty"] {display: none; font-weight: bold; font-size: 1.16em; color: #888; margin: .66em 20px .66em 0;}
.product-view #product-addtocart-button {color: #fff; text-transform: uppercase; font-size: 13px; padding: 18px 42px;}
.product-view .add-to-links {display: inline-block; vertical-align: middle; margin: 20px 0 0; padding: 19px 40px; border: 1px solid #ddd; width: 100%; text-align: center;}
.product-view .add-to-links li {display: inline-block; vertical-align: middle; padding: 10px;}
.product-view .add-to-links li span {display: inline-block; line-height: 1; vertical-align: middle; margin-left: 15px;}
.product-view .add-to-links li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #222;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  text-align: left;

}
.product-view .add-to-links li a i {
	text-align: center;
	border-radius: 0;
	display: inline-block;
	line-height: 1;
	font-size: 28px;
  vertical-align: middle;
	color: #aaa;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}
.product-view .add-to-links li + li {border-left: 1px solid #ddd; margin-left: 50px; padding-left: 40px;}
.product-view .add-to-links li a i:hover {background-color: #f0f0f0; color: #aaa;}
.product-view a.email-friend {display: inline-block; color: #666; padding: 5px 13px 6px; background-color: #eee; border-radius: 4px; margin-top: 30px;}
.product-view a.email-friend i {vertical-align: middle; margin-right: 10px;}
.product-view a.email-friend span {font-family: 'Work Sans'; font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px;}
.product-view .product-img-box {float: right;}
.product-view .product-img-box .product-image {margin-bottom: 1em;}
.product-view .product-img-box .product-image-zoom {
  position: relative;
  overflow: hidden!important;
  z-index: 9;
  width: 100%;
  float: left;
}
.product-view .product-img-box .product-image-zoom img {position: absolute; left: 0; top: 0; opacity: 0;}
.product-view .product-img-box .more-views {position: relative; }
.product-view .product-img-box .more-views h3 {margin: 0 0 16px; padding: 0 0 12px; position: relative; border-bottom: solid 1px rgba(0, 0, 0, 0.1);}
.product-view .product-img-box .more-views h3:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ff5555;
}
.product-view .product-img-box .more-views .more-views-inner {margin-left: -10px; margin-right: -10px; margin-bottom: 0; width: calc(100% + 20px);}
.product-view .product-img-box .more-views .more-views-inner .owl-item,
.product-view .product-img-box .more-views .more-views-inner > .item {float: left; width: 25%; padding: 0 10px;}
.product-view .product-img-box .more-views .more-views-inner > .item:not(:nth-of-type(-n+4)) {margin-top: 10px;}
.product-view .product-img-box .more-views .more-views-inner .item a {border-radius: 4px; overflow: hidden; display: block;}
.product-view .product-img-box .more-views .slider-buttons {position: absolute; top: 6px; right: 0;}
.product-view .product-img-box .more-views .slider-buttons > div {width: auto; position: relative; float: left;}
.product-view .product-img-box .more-views .slider-buttons > div a {padding: 0; min-height: 1px;}
.product-view .more-views-container {overflow: hidden;}
.product-view .product-view .product-img-box .lightbox-button {
  top: auto;
  bottom: 10px;
  left: auto;
  margin: 0;
  right: 10px;
}
.product-view .product-image-popup {margin: 0 auto;}
.product-view .product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-view .product-image-popup .nav {margin: 0 100px; text-align: center;}
.product-view .product-image-popup .image {display: block;}

.col3-layout .product-view .medium-layout .add-to-cart .btn,
.col3-layout .product-view .small-layout .add-to-cart .btn {margin-top: .75em;}
.product-view .validation-advice {display: inline-block;}
.col-xs-0,
.col-sm-0,
.col-lg-0 {width: 100%; position: relative; padding-left: 10px; padding-right: 10px;}

/* Product Options */
#super-product-table {margin-top: .5em;}
#super-product-table td {vertical-align: middle;}
#super-product-table .availability,
#super-product-table .price-box {margin: 0;}
#super-product-table .price {margin: 0; font-size: 2em;}
#super-product-table .price:before,
#super-product-table .price:after {content: none;}
#super-product-table .quantity-wrapper {margin: 0;}
.product-essential {margin-bottom: 3em;}
.product-essential ~ .box-up-sell {margin-top: 3em;}

/* Block: Upsell */
#upsell-product-table li.item:nth-child(4n+1) {clear: left;}
#upsell-product-table li.item:nth-child(4n+4) {clear: right;}
#upsell-product-table .product-image {margin-bottom: 1em;}
.box-up-sell .rating-links {display: none !important;}
/* Block: Tags */
.product-view .box-tags .form-add label {
  display: block;
  float: none;
  margin: 0 0 .75em;
  color: #222;
  font-size: 1.083em;
}
.product-view .box-tags .form-add .input-box {margin: 0 0 1.5em;}
.product-view .box-tags .form-add .input-box .validation-advice {position: absolute; left: -2px; bottom: -17px;}
.product-view .box-tags .form-control-wrapper {display: table-cell;}
.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: #ff5555;}

/* Quantity */
.add-to-cart label[for="qty"] {display: none;}
.quantity-wrapper {width: 84px; margin: 0 auto; font-size: 0;}
.btn-qty-wrapper {display: inline-block; vertical-align: middle; margin-left: 2px;}
input.qty,
input[id*="qty"] {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  font-size: 12px;
  border: solid 2px #ddd;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.btn-qty {display: block; vertical-align: middle;}
.btn-qty i {
	font-size: 14px;
	text-align: center;
	color: #ddd;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: transparent;
	display: inline-block;
}
.btn-qty.quantity-decrease i {border-radius: 2px 0 0 2px;}
.btn-qty.quantity-increase i {border-radius: 0 2px 2px 0;}
.btn-qty i:hover {color: #ff5555;}

/* Tabs */
.product-view #tabs {border: none;}
.product-view .nav-tabs {border-bottom: none; margin: 0; padding: 0 0 1px; background-color: #eee;}
.product-view .nav-tabs li.first {border-left: none;}
.product-view .nav-tabs li a {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	letter-spacing: -.75px;
	color: #222;
	background: none;
	margin-right: 0;
	font-weight: normal;
	border: none;
	padding: 12px 20px 11px;
	background: transparent;
	position: relative;
	border-radius: 0;
	line-height: 1;
  text-transform: uppercase;
}
.product-view .nav-tabs li:not(.first) {margin-left: 1px;}
.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,
.product-view .nav-tabs li.active a {color: #fff; background-color: #ff5555; border: none!important;}
.product-view .tab-content {padding: 24px 30px; border: 1px solid #ddd; border-width: 0 1px 1px 1px;}
.product-view .tab-content header,
.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-view .tab-content .product_tabs_upsell_products .products-grid .product-image {margin-bottom: 12px;}
#product-attribute-specs-table .first th {border-top: none;}
.product-collateral .box-collateral {margin-bottom: 0;}
.product-view #tabs.vertical-tabs {position: relative; padding: 0;}
.product-view #tabs.vertical-tabs:after {
  position: absolute;
  background: rgba(0,0,0,.1);
  height: 100%;
  width: 1px;
  left: 205px;
  display: block;
  top: 0;
}
body .vertical-tabs > .nav-tabs > li {float: none; margin-right: 0!important; border-bottom: solid 1px rgba(0,0,0,.1);}
body .vertical-tabs > .nav-tabs > li:last-child {border-bottom: none;}
#product_tabs_description .std {font-size: 1.083em;}

/* Vertical Tabs */
.vertical-tabs > .nav-tabs > li > a {width: 206px; margin-right: 0; padding: 10px 15px; border: none!important;}
.vertical-tabs > .nav-tabs {float: left; padding: 0; margin: .75em 19px 0 0; border: none;}
.vertical-tabs > .nav-tabs > li > a {margin-right: -1px;}
.vertical-tabs > .nav-tabs > li > a:after {content: none;}
.product-view .vertical-tabs > .nav-tabs > li.active > a {margin-top: 0; padding-top: 10px; border-bottom: none;}
.product-view .vertical-tabs .tab-content {padding: 1.5em 0;}
.product-view .vertical-tabs .tab-content-inner {float: left; width: 82%; padding-right: 20px;}
.product-view .with-sidebar .vertical-tabs .tab-content-inner  {width: 76%;}
.product-view .extralarge-layout .vertical-tabs .tab-content-inner {width: 77%;}

/* Accordion */
.product-collateral .panel.panel-default .panel-heading {margin: 0; background: none;}
.product-collateral .panel.panel-default .panel-heading h4 {padding: 0;}
.product-collateral .panel.panel-default .panel-heading h4:hover {color: #ff5555;}
.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 rgba(0,0,0,.1); background: none;}
.product-collateral .panel-default .panel-body header,
.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;}
.product-view .configurable-swatch-list .selected .swatch-link.has-image .swatch-label img,
.product-view .swatch-current .selected .swatch-link.has-image .swatch-label img {border-color: rgba(0,0,0,.1);}
.product-view .configurable-swatch-list .swatch-link.has-image .swatch-label img,
.product-view .swatch-current .swatch-link.has-image .swatch-label img {
  margin: 1px;
  vertical-align: top;
  border-radius: 50%;
  border: solid 1px transparent;
  padding: 2px;
}

/* Related sidebar */
.block-related:not(.related-bottom) {
	position: relative;
	margin-bottom: 3em;
	border: none;
	padding: 0!important;
}
.block-related:not(.related-bottom) .block-title {margin-left: 0; margin-right: 0;}
.block-related:not(.related-bottom) ul,
.block-related:not(.related-bottom) li:last-child,
.block-related:not(.related-bottom) #related-slider li {margin-bottom: 0;}
.block-related:not(.related-bottom) .block-content li {margin-bottom: 1em;}
.block-related:not(.related-bottom) .block-content li:hover {box-shadow: none;}
.block-related:not(.related-bottom) .block-content .media-left {min-width: 90px;}
.block-related:not(.related-bottom) .block-content .product-image {width: 78px; display: block; border-radius: 4px; overflow: hidden;}
.block-related:not(.related-bottom) .block-content .media-body {text-align: left;}
.block-related:not(.related-bottom) .related-button {margin-top: 1.5em;}
.block-related:not(.related-bottom) .slider-buttons {position: absolute; top: 7px; right: 0;}
.block-related:not(.related-bottom) .slider-buttons > div {width: auto; position: relative; float: left;}
.block-related:not(.related-bottom) .slider-buttons > div a {padding: 0; min-height: 1px;}
.block-related:not(.related-bottom) .product-name {margin: 0;}
.block-related:not(.related-bottom) .rating-box {float: none; margin-bottom: 6px;}
.block-related:not(.related-bottom) .checkbox {display: inline-block; vertical-align: middle; margin: 0;}

/* Related bottom */
.related-bottom .owl-buttons {position: absolute; top: -63px; right: 0;}
.related-bottom {margin-top: 3em;}
.related-bottom .more-link {
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 13px;
	color: rgba(0,0,0,.44);
	font-family: 'Playfair Display', sans-serif;
	margin: 0;
}
.related-bottom:not(.products-grid) .more-link {right: 60px;}
.boxed-content .related-bottom .widget-title {margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px;}
.boxed-content .related-bottom .widget-title .more-link {right: 10px;}
.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 h4 {float: left; max-width: 90%; width: 90%; margin: 0;}
.block-related .product-name .checkbox {float: right; margin-top: 5px; position: absolute; right: 0;}
.block-related .product-name .checkbox {margin-top: 12px;}
.related-bottom li.item:nth-of-type(4n+1) {clear: none;}
.related-bottom li.item:nth-of-type(4n+4) {clear: none;}
.related-bottom .checkbox {display: inline-block; vertical-align: middle; margin: 0;}
.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;}
.slider-container {position: relative;}
.slider-container .owl-buttons {
  position: absolute;
  height: 0;
  top: 34%;
  left: 0;
  right: 0;
  margin-top: -20px;
  z-index: 9;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.slider-container:hover .owl-buttons {opacity: 1;}
.slider-container .owl-buttons i {
  border: none;
  color: #222;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.slider-container .owl-buttons > div.owl-prev + div.owl-next {margin-left: 0;}
.owl-buttons > div.owl-prev {float: left;}
.owl-buttons > div.owl-next {float: right;}
.owl-buttons > div.owl-prev + div.owl-next {margin-left: 2px;}
.owl-buttons i {
  color: rgba(0,0,0,.85);
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
  background: #eeeeee;
  border-radius: 0;
  font-style: normal;
}

.related-bottom .next i:hover,
.related-bottom .prev i:hover,
.slider-container .next i:hover,
.slider-container .prev i:hover,
.owl-buttons i:hover {background-color: #335f63; color: #fff;}
#related-bottom-slider .owl-carousel .owl-stage-outer {padding: 5px; margin: 0 -5px;}
#related-bottom-slider .item {margin-bottom: 0;}

/* Reviews */
.box-reviews {margin-top: 3em;}
.box-reviews .block-title .more-link {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0,0,0,.44);
  font-family: 'Playfair Display', sans-serif;
}
.box-reviews .block-title .more-link:hover {color: #ff5555;}
.box-reviews .block-title {margin-left: 0; margin-right: 0;}
.box-reviews .block-title h2 {margin: 0; vertical-align: middle;}
.box-reviews .rating-block h2 {
	color: #222;
	margin: 0 0 9px;
	font-size: 12px;
	font-family: inherit;
	line-height: normal;
}
.box-reviews .rating-block h3 {
	color: #222;
	margin: 0 0 9px;
	font-size: 12px;
	font-family: inherit;
	line-height: normal;
}
.box-reviews .rating-block h3 span {color: #2263f4;}
.box-reviews .rating-block h4 {
	color: #222;
	margin: 0 0 9px;
	font-size: 12px;
	font-family: inherit;
	line-height: normal;
}
.box-reviews .rating-block #product-review-table .item {padding: 12px 0;}
.box-reviews .rating-block .rating-title {
  display: inline-block;
  font-family: inherit;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin-right: 2px;
}
.box-reviews .rating-block .rating-title:after {content: ":";}
.box-reviews .rating-block .rating-values {
  font-family: inherit;
  font-size: 13px;
  color: #aaa;
  line-height: 1.5em;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.box-reviews .rating-block .stars-wrapper .value {float: left; cursor: pointer; line-height: 1; margin-left: 2px;}
body.apple-device .box-reviews .rating-block .stars-wrapper .value{margin-left: 7px;}
.box-reviews .rating-block .stars-wrapper .value:first-child {margin-left: 0;}
.box-reviews .rating-block .stars-wrapper .value i {position: relative; z-index: 4; font-size: 32px; color: #ddd; font-style: normal;}
body.apple-device .box-reviews .rating-block .stars-wrapper .value i{font-size: 21px;}
.box-reviews .rating-block .stars-wrapper .value i.active {color: #e6cd45;}
.box-reviews .rating-block .stars-wrapper .value input {display: none;}
.box-reviews .text-wrapper {color: #666; padding-right: 20px; min-width: 80px; font-size: 13px; position: relative; top: 2px;}
.box-reviews .text-wrapper,
.box-reviews .stars-wrapper,
.box-reviews .rating-values {display: inline-block; vertical-align: middle;}
.box-reviews .rating-inputs {padding: 12px 0 0;}
.box-reviews .rating-inputs ul {margin-bottom: 1.5em;}
.box-reviews .rating-inputs  input {width: 100%; height: 40px; border-color: #ddd; background-color: #fff; color: rgba(0, 0, 0, 0.4); font-size: 11px;}
.box-reviews .rating-inputs .input-box {width: 100%;}
.box-reviews .rating-inputs .input-box textarea {
  width: 100%;
  height: 120px;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.box-reviews .rating-inputs label {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5em;
  color: #666;
  font-weight: normal;
  margin-bottom: .5em;
  float: none;
  display: none;
}
.box-reviews .rating-inputs label em {float: left;}
.box-reviews .rating-inputs .buttons-set {
  border: none;
  padding: 0;
  margin: 0;
}
.customer-reviews-wrapper {overflow: hidden;}
.customer-reviews-wrapper .review-box-wrapper {margin-bottom: 1.5em;}
.customer-reviews-wrapper .review-box-wrapper .top-block {border: solid 1px rgba(0,0,0,.1); background-color: rgba(0,0,0,.06); border-radius: 4px 4px 0 0;}
.customer-reviews-wrapper .review-box-wrapper .customer-info {float: left; width: 70%; border-right: solid 1px rgba(0,0,0,.1); padding: 26px;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .icon {
  display: inline-block;
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
 }
.customer-reviews-wrapper .review-box-wrapper .customer-info .icon:before {
  content: '';
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 31px 0;
  border-color: transparent #ffffff transparent transparent;
}
.customer-reviews-wrapper .review-box-wrapper .customer-info .icon i {font-size: 24px; color: #aaa; line-height: 73px;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .info {display: inline-block; vertical-align: middle;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .review-title {font-weight: bold; font-size: 13px; color: #222; margin-bottom: 9px; display: block;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .customer {color: #888; margin-bottom: 9px;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .date {font-size: 11px; color: #888;}
.customer-reviews-wrapper .review-box-wrapper .customer-info .date i {font-size: 14px; line-height: 1; margin-right: 8px; color: #aaa; position: relative; top: 1px;}
.customer-reviews-wrapper .review-box-wrapper .review-box {font-size: 13px; padding: 28px; border: solid 1px rgba(0,0,0,.1); border-top: none; border-radius: 0 0 4px 4px;}
.customer-reviews-wrapper .review-box-wrapper:last-child {border: none; padding: 0;}
#customer-reviews .more-link.open .see {display: none;}
#customer-reviews .more-link.open .hide {display: inline-block!important;}

.customer-rating {padding: 31px 26px; float: left;}
.customer-rating .item .rating-title {
  display: inline-block;
  font-family: inherit;
  color: #666;
  font-size: 13px;
  line-height: 1.5em;
  margin-right: 8px;
  min-width: 50px;
}
.customer-rating .item .rating-values {
  display: inline-block;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  display: none;
}
.customer-rating .item .rating-text-wrapper {display: inline-block; vertical-align: middle;}
.customer-rating .item .rating-box {margin-right: 0; font-size: 14px; line-height: 21px;}
.customer-rating .item .rating-box i {margin-right: 3px; width: 11px; line-height: 1;}
.customer-rating .item .rating-box i:nth-child(5n) {margin-right: 0;}
.customer-rating .item .rating-box .rating {top: 3px; color: #ffe00e;}
.customer-rating .item .rating-box .rating i:nth-child(2n) {left: 14px;}
.customer-rating .item .rating-box .rating i:nth-child(3n) {left: 28px;}
.customer-rating .item .rating-box .rating i:nth-child(4n) {left: 42px;}
.customer-rating .item .rating-box .rating i:nth-child(5n) {left: 56px;}
.product-view .fb-like {
  margin-right: 20px;
  min-width: 80px;
  vertical-align: top;
  width: auto !important;
}
.product-view .fb-like span {vertical-align: top!important;}
.product-view .product-custom {margin-top: 18px;}
.product-view .product-custom .fb-like ~ div {vertical-align: top!important; width: 80px!important;}
.product-view .product-custom .twitter-share-button {min-width: 80px !important; width: 80px!important;}
.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-"] .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: 76%;}
.col3-layout .product-view .vertical-tabs .tab-content-inner {width: 62%;}
.product-view .product-labels-wrapper {z-index: 99; left: 10px; top: 0;}
.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 .vertical-tabs > .nav-tabs {float: none; margin: 0;}
.col3-layout .vertical-tabs > .nav-tabs > li > a {width: auto;}
.col3-layout .product-view .vertical-tabs > .nav-tabs > li.active > a {background-color: inherit;}
.col3-layout .product-view #tabs.vertical-tabs:after {content: none;}
.col3-layout .medium-layout .vertical-tabs .tab-content-inner {width: 100%!important; padding: 0 20px;}
.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 rgba(0, 0, 0, 0.1);
}
.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%;
  padding: 0 20px;
}
.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: 63%;}
.no-sidebar .large-layout .vertical-tabs .tab-content-inner {width: 69%;}
.product-view .extralarge-layout.product-img-box {margin-bottom: 1.5em;}
.product-view .extralarge-layout.product-img-box #image {width: 100%;}
.product-view .product-img-box.extralarge-layout .more-views .item {width: 12.5%;}
.product-view .top-wrapper .extralarge-layout .product-shop-inner {margin-left: 0; margin-right: 0;}

/* Timer */

.products-grid li.item .timer-box {width: 100%;}
.products-grid li.item.type-2 .timer-box {text-align: center;}
.products-grid li.item .timer-box > span.title {float: none; text-align: inherit; margin-right: 0;}
.products-grid li.item .timer-box > div {min-width: 55px; float: none; display: inline-block;}
.products-grid li.item .timer-box > div:after {right: 2px;}
.products-grid li.item .timer-box > div.seconds {min-width: 40px;}
.products-grid li.item .timer-box > div span {font-size: 14px;}
.timer-wrapper .title,
.timer-box > span.title,
.timer-wrapper.full .timer-box > span.title {
  font-size: 13px;
  float: left;
  text-transform: none;
  color: #222;
  font-family: 'Playfair Display', sans-serif;
  text-align: left;
  display: block;
  margin: 5px 15px 5px 0;
}
.timer-wrapper .timer-box {width: 110%; padding: 1.5em; margin: 0 -24px 18px; padding: 0 24px 18px; font-size: 1em; border-bottom: solid 1px #ff5555;}
.timer-wrapper.full .timer-box > div {text-align: center; font-style: normal; padding-right: 15px; min-width: 65px; position: relative;}
.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 {
  display: block;
  float: none;
  background-color: #ec3838;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  color: #fff;
  position: relative;
}
.timer-wrapper.full .timer-box > div:after {content: ':'; position: absolute; right: 4px; top: -1px; line-height: 1; font-size: 1.16em; }
.timer-wrapper.full .timer-box > div strong {display: block; font-size: .5em; color: #888; font-weight: 300; padding-top: .5em;}
.product-view .with-sidebar .small-layout .quantity-wrapper label {display: none;}
.product-view .with-sidebar .small-layout .product-options-bottom .timer-wrapper.full .price-box {float: none;}

.timer-box > div {text-align: center; font-style: normal; padding-right: 15px; min-width: 65px; position: relative; float: left; font-size: 2em; color: #ec3838;}
.timer-box > div.seconds:after {content: none;}
.timer-box > div.seconds {padding-right: 0; min-width: 40px;}
.timer-box > div span {
  display: block;
  float: none;
  background-color: #ec3838;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  color: #fff;
  position: relative;
}
.timer-box > div:after {content: ':'; position: absolute; right: 4px; top: -1px; line-height: 1; font-size: 1.16em; }
.timer-box > div strong {display: block; font-size: .5em; color: #888; font-weight: 300; padding-top: .5em;}
.timer-box.no-days .days {display: none !important;}



/* ======================================================================================= */


/* Content Styles ================================================================= */
/* 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: #ff5555;}
.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: #ff5555;}
.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: #ff5555;}

/* 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 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.background-wrapper ~ * {position: relative;}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */

.checkout-cart-index .sidebar {margin: 0;}

/* Checkout Types */
.cart .checkout-types {float: right; text-align: right; margin: 12px 0 0;}
.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 .product-name a:hover {color: #ff5555;}
.cart-actions a,
.table .cart-actions a {
  display: inline-block;
  font-size: 11px;
  color: #666;
  vertical-align: middle;
}
.cart-actions a + a,
table .cart-actions a + a {margin-left: 12px;}
.cart-actions i,
table .cart-actions i,
table .table-button i {
  font-size: 16px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.cart-actions .btn-edit i,
table .cart-actions .btn-edit i,
table .table-button .btn-edit i {top: 2px;}
.cart-actions a:hover i,
table .cart-actions a:hover i,
table .table-button a:hover i {color: #ff5555;}

/* Shopping Cart Table */
#shopping-cart-table {margin-bottom: 2.5em;}
#shopping-cart-table.table-bordered > tfoot > tr > td {border: none; padding: 1.5em 0 0;}
#shopping-cart-table .product-image {
  display: block;
  float: left;
  width: 86px;
  margin-right: 20px;
  margin-bottom: .75em;
}
#shopping-cart-table .cart-actions {margin-top: 10px;}
#shopping-cart-table .cart-actions i {padding: 2px;}
#shopping-cart-table .product-name a {display: inline-block; max-width: 72%;}
#shopping-cart-table tr td {padding: 40px 1.5em; vertical-align: middle;}
#shopping-cart-table tbody tr td:first-child {border-left: none; padding-left: 0; width: 43%;}
#shopping-cart-table tbody tr td:not(:first-child) {text-align: center !important;}
#shopping-cart-table tbody tr td {border-right: none; vertical-align: top;}
#shopping-cart-table tbody tr td .cart-price {display: inline-block; padding-top: 9px;}
#shopping-cart-table .product-name {margin: 0 0 .75em;}
#shopping-cart-table .product-name a {font-size: inherit;}
#shopping-cart-table .item-options {margin-bottom: 0; display: inline-block;}
#shopping-cart-table .item-options dd {padding-left: 0;}
#shopping-cart-table .item-options dt {float: left; font-weight: normal; font-style: normal;}
#shopping-cart-table .item-options dd {float: left; font-weight: normal; font-style: normal; color: #666; margin: 0 5px;}
#shopping-cart-table .item-options dd + dt {border-left: solid 1px #888; padding-left: 5px;}
#shopping-cart-table .item-options dd .price {font-size: 1em;}
body #shopping-cart-table .btn {font-size: 11px; padding: 9px 22px;}
#shopping-cart-table .btn-continue {float: left;}
#shopping-cart-table .btn-empty {margin-left: 6px;}
#shopping-cart-table .cart-actions .link-wishlist {font-weight: normal;}

/* Cart Blocks */
.cart-block label {font-size: 1em; color: #222; font-weight: normal; float: none;}
.cart-block .buttons-set {margin-top: 1.5em; padding: 0; border: none; 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:last-child {margin-bottom: 0;}
.cart .totals:not(.panel-body) {border-width: 0; background-color: #ff5555; padding: 15px 20px;}
.cart .totals:not(.panel-body) .block-title {color: #fff; border-color: rgba(255,255,255,0.2);}
.cart .totals.panel-body .block-title {margin-left: -20px; margin-right: -20px;}
.cart .totals .totals-wrapper {
  text-align: center;
  margin: 0;
  padding: 1.25em 0;
  border-top: 1px dotted rgba(255,255,255,0.2);
}
.cart .totals .totals-wrapper strong {
  font-family: 'Work Sans';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.cart .totals .totals-wrapper table {width: 100%;}
.cart .totals .totals-wrapper td {
  text-align: center!important;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
}
.cart .totals .totals-wrapper td + td {margin-left: 5px;}
.cart .totals .totals-wrapper td .price {line-height: 1;}
.cart .totals ul.checkout-types {border-top: none;}
.cart .totals #shopping-cart-totals-table {margin-bottom: 1em;}
.cart .totals .checkout-types {
  float: none;
  text-align: center;
  border-top: solid 1px rgba(0,0,0,.1);
}
#shopping-cart-totals-table tbody,
#shopping-cart-totals-table tr,
#shopping-cart-totals-table td,
#shopping-cart-totals-table + .totals-wrapper tbody,
#shopping-cart-totals-table + .totals-wrapper tr,
#shopping-cart-totals-table + .totals-wrapper td {
  vertical-align: middle;
  display: block;
  text-align: left!important;
  padding: 0;
  color: #fff;
  font-family: 'Playfair Display', sans-serif;
}
#shopping-cart-totals-table td,
#shopping-cart-totals-table + .totals-wrapper td {display: inline-block;}
#shopping-cart-totals-table td + td,
#shopping-cart-totals-table + .totals-wrapper td + td {float: right;}

#shopping-cart-totals-table tfoot tr:last-of-type td:last-of-type .price {font-size: 2em;}
#shopping-cart-totals-table + .totals-wrapper td .price {color: #fff; font-size: 18px; font-family: 'Work Sans'; font-weight: bold;}

/* Shopping Cart Collateral boxes */
.cart .crosssell .product-image {float: left; width: 86px; margin-right: 15px;}
.cart .crosssell .product-details {float: left; width: 65%;}
.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 {color: #222; font-size: 1em; font-weight: bold;}
.cart .crosssell li.item .product-name a:hover {color: #ff5555;}
.cart .crosssell li.item .price-box {margin-bottom: .5em;}
.cart .crosssell li.item .btn {
  float: left;
  margin-right: 10px;
  padding: 0;
  height: 37px;
  width: 37px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
.cart .crosssell li.item .btn span {padding: 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 {
  height: 37px;
  width: 37px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  border: solid 1px #ff5555;
  line-height: 37px;
  font-size: 16px;
  color: #ff5555;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.cart .crosssell li.item .add-to-links li i:hover {background-color: #ff5555; color: #fff;}
.cart-collaterals .block-title {margin-left: 0; margin-right: 0;}
.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: #ff5555;}
.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;}

/* 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; color: #fff; font-weight: 400;}
#shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout {margin-bottom: 1em; display: block; width: 100%; font-size: 11px; padding: 10px 12px;}
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout:focus,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout.focus,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout:active,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout.active,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout:hover,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout.light:hover,
body #shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout:hover {background-color: #222;}

#shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout i {margin-left: 6px; margin-right: 0;}
#shopping-cart-totals-table ~ .checkout-types a {font-size: 13px; color: #fff;}
#shopping-cart-totals-table ~ .checkout-types a:hover {color: #222;}

/* Options Tool Tip */
.item-options dt,
.item-options dd {
  font-style: italic;
  font-size: 1em;
  color: #888;
  display: inline-block;
}
.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 rgba(0,0,0,.1);
  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 {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 rgba(0,0,0,.1);
  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 rgba(0,0,0,.1);
  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 {
  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-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 rgba(0,0,0,.1); 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; color: #222; padding: .75em 0; border-bottom: 1px solid rgba(0,0,0,.1);}
.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 {position: relative;}
.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 rgba(0,0,0,.1);}
.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;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  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 {font-weight: normal; font-size: 1em; margin: 0 0 1em;}
.opc ul.form-list + h4 {border-top: solid 1px rgba(0,0,0,.1); 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 {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 rgba(0,0,0,.1); 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 .sp-methods .no-display {display: block!important;}
.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: 0; 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;}
#co-payment-form input[type="text"],
#co-payment-form select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.5;
    color: #aaa;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#co-payment-form input[type="text"],
#co-payment-form select {height: 36px;}
#co-payment-form input[type="text"],
#co-payment-form select,
#co-payment-form input[type="password"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background-color: rgba(0,0,0,.06);
    color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.02);
}
#co-payment-form .input-box:before,
#co-payment-form .input-box:after {content: " "; display: table;}
#co-payment-form .input-box:after {clear: both;}

#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;}
#co-payment-form .radio input[type="radio"] {margin-left: 0;}

/* 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 rgba(0,0,0,.1);}
.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-size: 1.16em; margin-top: 0;}
.multiple-checkout h3 a {color: #222;}
.multiple-checkout h3 a:hover {color: #ff5555;}
.multiple-checkout table.table i.fa {color: rgba(0,0,0,.1);}
.multiple-checkout table.table i.fa:hover {color: #ff5555;}
.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;}

.tag-customer-view .pager .amount {float: left; margin: 6px 0;}
.tag-customer-view .pager .limiter {float: right;}
.tag-customer-view .pager .limiter .form-control {border: none; height: auto; width: auto;}
#my-tags-table {border: solid 1px #ddd;}
#my-tags-table tr,
#my-tags-table td {border-color: #ddd;}
.my-tag-edit .btn-remove {margin: 2px 2px 2px 0; display: inline-block; vertical-align: middle;}

/* 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: rgba(0,0,0,.1); margin-bottom: 1.5em;}
#remember-me-popup .modal-title {
  font-family: 'Playfair Display', sans-serif;
  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: #ff5555;}

/* 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; margin: 0 auto;}
.my-account .table-responsive {margin-bottom: 1.5em; overflow: visible;}
.my-account .table-responsive .rating-box i {float: left;}
.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 .product-name {font-size: 1.167em; color: #222; 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#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: #ff5555;}
.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;}
.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, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.my-account .truncated .truncated_full_value .item-options > p {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; 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; border: solid 1px rgba(0,0,0,.1); padding-top: 29px; padding-bottom: 29px;}
.my-account .product-review .media {border: solid 1px rgba(0,0,0,.1); 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; 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;}
.my-account .form-group strong {font-weight: normal;}
.send-friend .form-list .fields {margin-left: -10px; margin-right: -10px;}
.send-friend .back-link {margin: 0 0 .75em;}

/** Block: Account **/
.block-account .block-content li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: .75em;
}
.block-account .block-content li a {padding-left: 0!important;}
.block-account .block-content li.current {font-size: 1em; padding: .5em 0 .45em;}
.block-account .block-content li.current,
.block-account .block-content li a:hover {color: #ff5555;}

/* Wishlist */
.my-wishlist table.table .product-name {margin: 0 0 .5em;}
.my-wishlist .table-button {margin: .2em 0 0;}
.my-wishlist .table-button a {display: inline-block; padding: 5px;}
.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;}
.my-wishlist .quantity-wrapper {display: inline-block; vertical-align: middle;}
.my-wishlist .quantity-wrapper label[for="qty"] {
  color: #888888;
  display: none;
  float: left;
  font-size: 1.16em;
  font-weight: bold;
  margin: 0.66em 20px 0.66em 0;
}

/* Tags */
.box-tags li.item .product-name {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: 0;}
.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: #ff5555;}
.box-tags .form-control {height: 24px;}

/* Reviews */
.dashboard .box-reviews {margin: 0 0 1.5em;}
.dashboard .box-reviews li.item .product-name {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: #ff5555;}

/********** < 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: 0.3em -20px 0 0;
  padding: 2px 3px;
  background: rgba(0,0,0,.1);
}
.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: 0.3em -20px 0 0;
  padding: 2px 3px;
  background: rgba(0,0,0,.1);
}
.dashboard .box-tags .details {margin-left: 20px;}

/********** Dashboard > */
/* Order View */
.order-info {border: 1px solid rgba(0,0,0,.1); 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%; }
.order-additional {margin: 1.5em 0;}

/* Order Gift Message */
.gift-message dt {font-weight: normal; color: #222;}
.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 .method p {margin: 0;}
.page-print .method,
.page-print address {
  display: inline-block;
  font-style: normal;
  font-family: inherit;
  border: 1px solid rgba(0,0,0,.1);
  padding: .75em 12px;
  margin-bottom: 1.12em;
  width: 100%;
}
.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 rgba(0,0,0,.1);}
.page-print .item-options dd {margin: 0;}
.page-print .row,
.page-print .order-date {clear: both;}

/* 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;
  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 rgba(0,0,0,.1);}

/* 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: inherit;
}
.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 {font-size: 13px; color: rgba(255,255,255,.5); background-color: #222;}


body.wide-footer #footer .footer-top,
body.boxed-footer #footer .footer-top .container {padding-top: 0; padding-bottom: 0;}
#footer h6 {text-transform: uppercase; color: #fff; line-height: 1; padding-bottom: 20px; margin-bottom: 10px; border-bottom: 1px dotted rgba(255,255,255,0.13);}
.footer-top .text-block .media-left {min-width: 60px; position: relative; top: 5px;}
.footer-top .text-block i {font-size: 32px; color: rgba(255,255,255,.5);}
.footer-top .text-block p {margin-bottom: 0; color: rgba(255,255,255,.5);}
.footer-middle .footer-links-wrapper {padding: 15px 0;}
.footer-middle .store-info h5 {margin-bottom: 12px;}
.footer-middle .address {font-size: 15px; max-width: 90%; margin-bottom: 0;}
.footer-middle .contacts-block .item + .item {margin-top: 18px;}
.footer-middle .contacts-block .media-left {padding-right: 20px; position: relative; top: 5px;}
.footer-middle .contacts-block i {font-size: 24px; color: #ff5555;}
.footer-middle .contacts-block p {margin: 0;}
.footer-bottom {border-top: 1px solid rgba(255,255,255,0.13);}
.footer-bottom .banners-row {padding: 30px 0;}
.footer-bottom .banners-row .footer-custom {float: left; margin: 11px 0 6px; line-height: 1;}
.footer-bottom .banners-row .shipping-wrapper {float: right;}
.footer-bottom .payments-wrapper {margin: 3px 0 3px 20px;}

#footer .store-info p {font-size: 13px; line-height: 2em; padding-right: 10px;}
#footer hr.solid {border-color: rgba(255,255,255,0.13);}
#footer .social-links {float: right;}
#footer ul.social-links li a {color: #fff;}
#footer ul.social-links li a:hover {opacity: 1; color: #fff;}
#footer .footer-banners-block {padding-top: 8px;}
#footer .footer-banners-block .icon {
  background-image: url('../images/mainstream_icons.png');
  background-position: 0px 0;
  height: 54px;
  width: 78px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-banners-block .icon.icon-2 {
  height: 78px;
  background-position: 0px -71px;
}
#footer .footer-banners-block .title {font-family: 'Work Sans', sans-serif; text-transform: uppercase; display: block; font-size: 24px; font-weight: 300; color: #fff; margin-bottom: 10px; margin-top: -9px;}
#footer .footer-banners-block .media-left {min-width: 97px; padding-right: 19px;}
#footer form .form-list label {display: none;}
.footer-custom #___plusone_0 {width: 60px !important;}
.footer-custom .fb_iframe_widget {vertical-align: top;}
#footer a {color: inherit;}
#footer a:hover {color: #ff5555;}
#footer .links a {padding: 6px 0; display: inline-block;}
#footer .links a i {font-size: 16px; color: rgba(255,255,255,.5); margin-right: 6px; position: relative; top: 1px;}
#footer .footer-links-wrapper {padding: 11px 0; float: left;}
#footer .horizontal-links {margin: 0;}
#footer .horizontal-links a {color: rgba(255,255,255,.7); font-size: 12px;}
#footer .horizontal-links a:hover {color: #fff; opacity: 1;}
#footer .horizontal-links li {display: inline-block; padding: 0 17px; border-right: solid 1px rgba(255,255,255,.13);}
#footer .horizontal-links li:first-of-type {padding-left: 0;}
#footer .horizontal-links li:last-of-type {border: none;}
#footer .bottom-block {position: relative; font-size: 13px; padding: 18px 0;}
#footer .socials-wrapper {position: absolute; left: 20%; right: 20%; text-align: center; line-height: 1; margin: 10px 0;}
#footer .store-switcher,
#footer .form-language,
#footer .form-currency {margin-left: 20px;}
#footer .store-switcher label,
#footer .form-language label,
#footer .form-currency label {font-size: 1em; color: inherit; margin-right: 8px; font-weight: normal;}
#footer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: auto;}
#footer .bootstrap-select .selectpicker {
	background: #fff;
	padding: 0 32px 0 12px;
	height: 36px;
	color: rgba(255,255,255,.5);
	font-size: 13px;
	font-family: inherit;
	border-radius: 4px;
	font-weight: normal;
	border: solid 1px rgba(0,0,0,.15);
}
#footer .bootstrap-select .selectpicker .caret {border-top-color: rgba(255, 255, 255, 0.2);}
#footer .bootstrap-select .dropdown-menu {
  background: #eee;
  left: auto;
  right: 0;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 0;
}
#footer .bootstrap-select .dropdown-menu li {padding: 0;}
#footer .bootstrap-select .dropdown-menu li a {display: block; padding-right: 10px; padding-left: 10px;}
#footer .bootstrap-select .dropdown-menu li a:hover {background: #aaa;}
#footer .bootstrap-select .dropdown-menu li a:before {content: none;}
#footer .copyright {margin: 8px 0; color: #fff;}
#footer address {font-size: 1em; margin: 0; color: inherit;}
#footer .form-control-wrapper {border-color: rgba(255,255,255,.2);}
#footer input.form-control,
#footer textarea.form-control,
#footer select.form-control {color: #777;}
#footer .form-control-wrapper:before,
#footer .form-control-wrapper:after {background-color: rgba(255,255,255,.2);}
body #footer .btn-default.light {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
body #footer .btn-default:focus,
body #footer .btn-primary:focus,
body #footer .btn-default.focus,
body #footer .btn-primary.focus,
body #footer .btn-default:active,
body #footer .btn-primary:active,
body #footer .btn-default.active,
body #footer .btn-primary.active,
body #footer .btn-default:hover,
body #footer .btn-default.light:hover,
body #footer .btn-primary:hover,
body #footer .btn-default:hover {
  background-color: #ff5555;
  color: #fff;
  border-color: #ff5555;
}


/* ======================================================================================= */
.footer-top .schedule li:after,
.block-poll li:after,
.sorter:after,
.qty-holder:after,
hr[class*='indent-']:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.level1 {width: 25%!important;}
