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

b,strong{
	font-weight: 600;
}

/* 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;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
/* Reset ================================================================================= */

/* Tools */
.bordered-wrapper {
  padding: 30px;
  border: 1px solid #ddd;
}
body .caret {
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.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;
  padding: 0!important;
}
/* 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;
}
/* 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:before {
  line-height: inherit;
}
#toTopHover i:hover {
  background-color: #d02323;
  color: #fff;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTopHover {
  opacity: 1!important;
}
.main-container {
  padding-bottom: 3em;
}
.cms-index-index .main-container {
  padding-bottom: 0;
}
body:not(.cms-index-index) .main-container {
  padding-top: 1.5em;
}
h2.sub-title {
  font-size: 1.5em;
}
body i[class*="icon-"] {
  font-style: normal;
}
body .tooltip {
  font-family: inherit;
}
html body {
  min-width: 320px;
  font-size: 12px;
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
}
i[class*='meigee-'],
span[class*='meigee-'],
i[class*='meigeeadditional-'],
span[class*='meigeeadditional-']{
  font-size: 16px;
  text-transform: none !important;
  direction: ltr;
}
i[class*='meigee-fa'],
span[class*='meigee-fa'],
i[class*='meigeeadditional-fa'],
span[class*='meigeeadditional-fa'] {
  font-size: 14px;
  text-transform: none !important;
  direction: ltr;
}
body a {
  color: #393b7d;
}
body a:hover,
body a:focus {
  color: #d02323;
  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: 'Poppins', sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: #222;
}
body h1,
body .h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -.6px;
}
body h2,
body .h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -.6px;
}
body h3,
body .h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -.6px;
}
body h4,
body .h4 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: -.6px;
}
body h5,
body .h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -.6px;
}
body h6,
body .h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -.4px;
}
.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;
}
span.indent-9,
span.indent-12,
span.indent-18,
span.indent-24,
span.indent-28,
span.indent-32,
span.indent-36,
span.indent-40,
span.indent-46,
span.indent-52,
span.indent-56,
span.indent-60,
span.indent-64,
span.indent-72,
span.indent-76,
span.indent-80,
span.indent-84,
span.indent-88,
span.indent-92,
span.indent-96,
span.indent-100,
span.indent-104,
span.indent-108,
span.indent-112,
span.indent-116,
span.indent-120,
span.indent-124,
span.indent-128,
span.indent-132,
span.indent-136,
span.indent-140,
span.indent-144,
span.indent-148,
span.indent-152,
span.indent-156,
span.indent-160,
span.indent-164,
span.indent-168,
span.indent-172,
span.indent-176,
span.indent-180,
span.solid,
span.dotted,
span.dashed {
  display: block;
  padding: 0;
  border: none;
  background: none;
  height: 0;
  clear: both;
}
/* solid indents */

hr.solid,
span.solid {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0;
}
/* dotted indents */

hr.dotted,
span.dotted {
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  margin: 0;
}
/* dashed indents */

hr.dashed,
span.dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
  margin: 0;
}
hr.indent-9,
span.indent-9 {
  margin: .75em 0;
}
hr.indent-12,
span.indent-12 {
  margin: 1em 0;
}
hr.indent-18,
span.indent-18 {
  margin: 1.5em 0;
}
hr.indent-24,
span.indent-24 {
  margin: 2em 0;
}
hr.indent-28,
span.indent-28 {
  margin: 2.333em 0;
}
hr.indent-32,
span.indent-32 {
  margin: 2.5em 0;
}
hr.indent-36,
span.indent-36 {
  margin: 3em 0;
}
hr.indent-40,
span.indent-40 {
  margin: 3.333em 0;
}
hr.indent-46,
span.indent-46 {
  margin: 3.883em 0;
}
hr.indent-52,
span.indent-52 {
  margin: 4.333em 0;
}
hr.indent-56,
span.indent-56 {
  margin: 4.667em 0;
}
hr.indent-60,
span.indent-60 {
  margin: 5em 0;
}
hr.indent-64,
span.indent-64 {
  margin: 5.333em 0;
}
hr.indent-72,
span.indent-72 {
  margin: 6em 0;
}
hr.indent-76,
span.indent-76 {
  margin: 6.333em 0;
}
hr.indent-80,
span.indent-80 {
  margin: 6.667em 0;
}
hr.indent-84,
span.indent-84 {
  margin: 7em 0;
}
hr.indent-88,
span.indent-88 {
  margin: 7.333em 0;
}
hr.indent-92,
span.indent-92 {
  margin: 7.667em 0;
}
hr.indent-96,
span.indent-96 {
  margin: 8em 0;
}
hr.indent-100,
span.indent-100 {
  margin: 8.333em 0;
}
hr.indent-104,
span.indent-104 {
  margin: 8.667em 0;
}
hr.indent-108,
span.indent-108 {
  margin: 9em 0;
}
hr.indent-112,
span.indent-112 {
  margin: 9.333em 0;
}
hr.indent-116,
span.indent-116 {
  margin: 9.667em 0;
}
hr.indent-120,
span.indent-120 {
  margin: 10em 0;
}
hr.indent-124,
span.indent-124 {
  margin: 10.333em 0;
}
hr.indent-128,
span.indent-128 {
  margin: 10.667em 0;
}
hr.indent-132,
span.indent-132 {
  margin: 11em 0;
}
hr.indent-136,
span.indent-136 {
  margin: 11.333em 0;
}
hr.indent-140,
span.indent-140 {
  margin: 11.667em 0;
}
hr.indent-144,
span.indent-144 {
  margin: 12em 0;
}
hr.indent-148,
span.indent-148 {
  margin: 12.333em 0;
}
hr.indent-152,
span.indent-152 {
  margin: 12.667em 0;
}
hr.indent-156,
span.indent-156 {
  margin: 13em 0;
}
hr.indent-160,
span.indent-160 {
  margin: 13.333em 0;
}
hr.indent-164,
span.indent-164 {
  margin: 13.667em 0;
}
hr.indent-168,
span.indent-168 {
  margin: 14em 0;
}
hr.indent-172,
span.indent-172 {
  margin: 14.333em 0;
}
hr.indent-176,
span.indent-176 {
  margin: 14.667em 0;
}
hr.indent-180,
span.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;
}
.wide-header .header-breadcrumbs-wrapper,
.wide-content .content-wrapper,
.wide-content .content-wrapper .main-container {
  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;
}
.skincolor {
  color: #393b7d;
}
.skincolor-2 {
  color: #d02323;
}
.skincolor-bg {
  background-color: #393b7d;
}
.skincolor-2-bg {
  background-color: #d02323;
}
/* 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-captcha,
input.form-control,
select.form-control:not(.multiselect) {
  height: 36px;
}
.input-captcha,
input.form-control,
textarea.form-control,
select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, .15);
  border-width: 1px;
  padding: 6px 12px;
  font-size: 13px;
}
select.form-control {
  border-radius: 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;
}
.input-captcha {
  border: 1px solid rgba(0, 0, 0, .15);
}
.captcha-image {
  padding-top: 10px;
}
#ajaxkit-popup-content .input-captcha {
  width: 100%;
}
a:focus,
.close:focus,
.btn: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;
}
.input-captcha:focus,
body .form-control:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, .1);
  outline: none;
  border-color: #66afe9;
}
/* 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: 600;
  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: 600;
}
.error {
  color: #f00;
  font-weight: 600;
}
.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;
}
.messages a {
  color: rgba(0, 0, 0, 0.7);
}
.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: "\004c";
  font-family: 'meigee';
  font-size: 22px;
  line-height: 1em;
  */
  content: '!';
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50%;

  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#AddToCart-popup .popup-alert > #ajaxkit-popup-content.popup-content .close-popup{
  position: absolute;
  top: -30px;
  right: -30px;
  display: block !important;
}
#AddToCart-popup .popup-alert > #ajaxkit-popup-content.popup-content .close-popup > .meigee-close{
  display: block !important;
  overflow: hidden;
  height: 14px;
}
#AddToCart-popup .popup-alert > #ajaxkit-popup-content.popup-content .close-popup > .meigee-close:before{
  content: 'x';
  font-size: 30px;
  font-family: 'Poppins', sans-serif;;
  font-weight: 400;
  line-height: 1em;
  margin-top: -10px;
  display: block;
}
.success-msg {
  background-color: #5cb03f;
}
.success-msg:before {
  content: "\004a";
  font-family: 'meigee';
  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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.note-msg,
.notice-msg {
  background-color: #ffae00;
}
.note-msg:before,
.notice-msg:before {
  content: "\0074";
  font-family: 'meigee';
  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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.with-breadcrumbs + .content-wrapper .page-title {
  display: none;
}
/* BreadCrumbs */

ul.breadcrumb {
  background: none;
  margin: 0;
  text-align: left;
  font-size: 13px;
  color: rgba(0, 0, 0, .5);
}
ul.breadcrumb li a {
  color: inherit;
}
ul.breadcrumb li a:hover {
  color: #d02323;
}
ul.breadcrumb li strong {
  font-weight: normal;
}
.breadcrumbs-wrapper .breadcrumb > li + li:before {
  content: "";
  width: 20px;
  height: 1px;
  color: inherit;
  margin: 0 4px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  text-align: center;
}
.breadcrumbs-wrapper .breadcrumb li:last-of-type:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.breadcrumbs-wrapper .page-title {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  display: block!important;
}
.breadcrumbs-wrapper .page-title h1,
.breadcrumbs-wrapper .page-title h2 {
  margin: 0;
  font-size: 24px;
  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: #d02323;
  position: absolute;
  bottom: -1px;
}
.breadcrumbs-wrapper .breadcrumbs-inner {
  position: relative;
  margin: 0 -10px 16px;
  padding-bottom: 9px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.header-wrapper + .breadcrumbs-wrapper .breadcrumbs-inner {
  margin-left: 0;
  margin-right: 0;
}
.breadcrumbs-wrapper .page-title + .breadcrumb {
  float: right;
  margin: 0;
}
.breadcrumbs-wrapper.type-2 .page-title,
.breadcrumbs-wrapper.type-2 .page-title + .breadcrumb,
.breadcrumbs-wrapper.type-3 .page-title,
.breadcrumbs-wrapper.type-3 .page-title + .breadcrumb {
  float: none;
  display: inline-block;
}
.breadcrumbs-wrapper.type-2 .page-title h1,
.breadcrumbs-wrapper.type-2 .page-title h2 {
  color: #fff;
}
.breadcrumbs-wrapper.type-2 .page-title h1:after,
.breadcrumbs-wrapper.type-2 .page-title h2:after,
.breadcrumbs-wrapper.type-3 .page-title h1:after,
.breadcrumbs-wrapper.type-3 .page-title h2:after {
  content: none;
}
.breadcrumbs-wrapper.type-2 .breadcrumb {
  color: rgba(255, 255, 255, .5);
}
.breadcrumbs-wrapper.type-3 .breadcrumb {
  color: rgba(0, 0, 0, .5);
}
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .container,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .container {
  padding-top: 1.5em;
}
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner {
  padding-top: 1.25em;
}
.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .col-main .page-title,
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main .page-title {
  display: block;
}
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main {
  padding-top: 0;
}
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar:not(.product-sidebar) .sidebar-inner {
  padding-top: 0;
}
body.wide-breadcrumbs.breadcrumbs-type-3 .breadcrumbs-wrapper.type-3.with-bg-image,
body.boxed-breadcrumbs.breadcrumbs-type-3 .breadcrumbs-wrapper.type-3.with-bg-image .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.wide-breadcrumbs .breadcrumbs-wrapper.type-3 .container {
  background-image: none!important;
  padding-top: 0;
  padding-bottom: 0;
}
body.boxed-breadcrumbs .breadcrumbs-wrapper.type-3 {
  background-image: none!important;
  padding: 0;
}
body.wide-breadcrumbs .breadcrumbs-wrapper.type-3 .container {
  background-image: none!important;
  background-color: transparent;
}
.breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  border: none;
  padding: 10px 0;
  margin: 0;
}
.breadcrumbs-type-3 .with-breadcrumbs #header .bottom-block .container {
  margin-bottom: 0;
}
.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title {
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  display: none !important;
}
.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title h1,
.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title h2 {
  font-weight: 400;
}
.breadcrumbs-type-3 ul.breadcrumb {
  text-align: center;
  padding: 0;
}
/* Page Heading */

.page-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 13px;
  margin: 0 0 1.5em;
}
.page-title h1,
.page-title h2 {
  font-size: 36px;
  color: #222;
  margin: 0;
  line-height: 1em;
  font-weight: 300;
}
.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;
}
.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: #d02323;
}
.panel.panel-default .panel-title {
  font-family: 'Poppins', 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: center;
}
.toolbar-bottom .toolbar .pager {
  display: inline-block;
}
.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: -3px;*/
  vertical-align: top;
}
.pager .pages li > a {
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  padding: 0;
  color: #666;
  border-radius: 0;
  background-color: transparent;
}
.pager .pages li a i {
  font-size: 14px;
}
.pager .pages li a:hover {
  background-color: rgba(0, 0, 0, .1);
}
.pager .pages li.current {
  color: #222;
  background-color: #f5f5f5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.my-account .amount {
  margin-right: 20px;
}
.my-account .pager > .amount{
  float: left;
}
.my-account .pager > .limiter{
  float: right;
}
.my-account .pager > .limiter > .bootstrap-select{
  width: auto;
  margin-left: 10px;
}
.my-account .pager > .pages{
  clear: both;
}
@media only screen and (max-width: 767px){
  .my-account .pager > *:not(.pages){
    display: none;
  }
}
/* Sorter */

.sorter {
  color: #aaa;
}
.sorter p {
  margin-bottom: 0;
}
.sorter select {
  display: none;
}
.sorter .amount {
  display: inline-block;
  float: left;
  vertical-align: middle;
  font-size: 13px;
  margin: 8px 0;
}
.sorter .amount strong {
  font-weight: normal;
}
.sorter .sort-by,
.sorter .filter,
.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;
  text-align: center;
  margin: 7px 0 7px 12px;
  float: none;
  line-height: 1;
}
.sorter .asc:hover,
.sorter .desc:hover {
  color: #d02323;
}
.sorter .sort-by {
  float: none;
  margin: 0;
}
.sorter .filter,
.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;
  font-weight: normal;
  color: #888;
  min-width: 60px;
  border-radius: 40px;
  border: solid 1px #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 .sorter {
  float: none;
  width: auto;
  text-align: center;
}
.toolbar-bottom.no-border .toolbar {
  border: none;
}
.toolbar-bottom .toolbar {
  background: none;
  padding: 0;
  margin: 0;
}
.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;
  float: left;
  vertical-align: middle;
  margin: 10px 20px 6px 0;
}
.sorter .view-mode label {
  display: none;
}
.sorter .view-mode .item {
  float: left;
}
.sorter .view-mode i {
  font-size: 16px;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #ddd;
  text-align: center;
  border-radius: 0;
}
.sorter .view-mode strong i {
  color: #d02323;
}
.sorter .view-mode a i:hover {
  color: #aaa;
}
.sorter .view-mode .item + .item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd
}
.toolbar .shop-by {display: none; clear: both; padding-top: 12px;}
.toolbar .shop-by label {display: none;}
.toolbar .shop-by .shop-by-button {
    box-shadow: none;
    border-radius: 0;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.toolbar .shop-by .shop-by-button i {font-size: inherit;}
.toolbar .shop-by .shop-by-button:hover,
.toolbar .shop-by .shop-by-button:active,
.toolbar .shop-by .shop-by-button:focus {}


/* 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: 600;
}
.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: 600;
}
.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: 600;
}
.std i,
.std em {
  font-style: italic;
}
.std i.fa {
  font-style: normal;
}
/* Misc */

.link-cart {
  font-weight: 600;
  color: #f00;
}
.link-wishlist {
  font-weight: 600;
}
.link-reorder {
  color: #aaa;
}
.link-compare {
  font-weight: 600;
}
.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: 0;
}
.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 i,
.btn-quickview i {text-transform: none;}
body .btn,
.btn-quickview {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 10px 26px;
  text-transform: none;
  line-height: 1.34;
  border-width: 1px;
  box-shadow: none;
  border-radius: 0;
  border-color: #393b7d;
  color: #fff;
  background-color: #393b7d;
  position: relative;
  z-index: 1;
}
.btn-quickview {border-width: 0;}
body .btn:focus,
body .btn.focus,
body .btn:active,
body .btn.active,
body .btn:hover,
body .btn:hover {
  opacity: 1;
}
body .btn:not(.selectpicker) > span:after,
.btn-quickview > span:after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@-moz-document url-prefix() {
  body .btn:not(.selectpicker) > span:after,
  .btn-quickview > span:after {
    right: 1px;
    width: calc(100% + 1px);
  }
}
html body .btn:hover > span::after,
html body .btn:focus > span::after,
html body .btn:active > span::after,
.btn-quickview:hover > span::after,
.btn-quickview:focus > span::after,
.btn-quickview:active > span::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body .btn-default.light,
body .btn-default.light:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
body .btn i {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
body .btn-default:focus,
body .btn-default.focus,
body .btn-default:active,
body .btn-default.active,
body .btn-default:hover,
body .btn-default:hover {
  box-shadow: none;
  background-color: #393b7d;
  border-color: #222;
  color: #fff;
}
.btn-quickview {
  background-color: #d02323;
  border-color: #d02323;
  color: #fff;
}
body .btn-primary{
  font-size: 17px;
  background-color: #d02323;
  border-color: #d02323;
  color: #fff;
}
body .btn-primary:focus,
body .btn-primary.focus,
body .btn-primary:active,
body .btn-primary.active,
body .btn-primary:hover,
.btn-quickview:focus,
.btn-quickview.focus,
.btn-quickview:active,
.btn-quickview.active,
.btn-quickview:hover {
  background-color: #d02323;
  border-color: #222;
  color: #fff;
}
body .btn-primary.type-2{
  background-color: #393b7d;
  border-color: #393b7d;
  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: #393b7d;
  border-color: #222;
  color: #fff;
}


header.header .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 27px 0 27px 30px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 20px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #222;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
 background-color: #d02323;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -5px;
}
.hamburger-inner:after {
  bottom: -5px;
}
.hamburger-collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .13s;
}
.hamburger-collapse .hamburger-inner:after {
  top: -10px;
  transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}
.hamburger-collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}
.hamburger-collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
.hamburger-collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
  opacity: 0;
}
.hamburger-collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
  transform: rotate(-90deg);
}
/* ======================================================================================= */
/* Header ================================================================================ */

#header {
  position: relative;
  color: #222;
  font-size: 14px;
}
#header .top-block {
  position: relative;
}
.wide-header #header .top-block,
.boxed-header #header .top-block .container {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
#header .top-block ul.social-links {
  float: left;
}
#header .top-block ul.social-links li a {
  color: rgba(0, 0, 0, 0.7);
}
#header .top-block ul.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  opacity: 1;
}
#header h2.logo {
  display: inline-block;
  font-size: 1em;
  margin: 0;
  line-height: 1;
}
#header h2.logo a:hover {
  opacity: 1;
}
.wide-header #header .bottom-block,
.boxed-header #header .bottom-block .container {
  background-color: #fff;
}
#header .bottom-block .container {
  position: relative;
}
#header .bottom-block .bottom-block-inner {
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.boxed-header #header ~ .container {
  padding-left: 0;
  padding-right: 0;
}
.header .middle-block .container {
  padding-top: 18px;
  padding-bottom: 21px;
}
.wide-header #header .bottom-block:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(0,0,0,0.08);
}
.header .header-info {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 6px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  min-height: 40px;
}
#header ul.social-links + .header-info {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.header .welcome-msg {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  min-height: 40px;
}
#header .header-info + .welcome-msg {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.header .phone-number {
  color: #2b8c26;
  vertical-align: middle;
}
.header .phone-number i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.header .header-text-banner .image-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
}
.header .header-text-banner .image-text {
  position: absolute;
  display: block;
  max-width: 50px;
  top: 14px;
  right: 44px;
  color: #222;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-transform: uppercase;
}
.header .header-text-banner .text-block {
  display: inline-block;
  vertical-align: middle;
}
.header .header-text-banner .title {
  font-size: 22px;
  line-height: 18px;
  color: #222;
  font-weight: 600;
}
.header .header-text-banner .title small {
  color: #888888;
  font-weight: 300;
}

.header .links {
  display: inline-block;
}
.header .logo-wrapper {
  float: left;
  padding: 24px 0;
}
.header .right-block {
  float: right;
}
.header .middle-block .right-block {
  padding: 15px 0;
}
.header .form-language,
.header .form-currency {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 40px;
}
.header .form-language .label,
.header .form-currency .label {
  padding: 5px 7px 4px 0;
  float: left;
}
.header .form-language.list .name,
.header .form-currency.list span.name {
  display: none;
}
.header .form-language.list,
.header .form-currency.list {
  padding: 7px 5px 12px 0;
}
.header .form-language + .form-currency.list:before,
.header .form-currency + .form-language.list:before {
  margin-top: -6px;
}
.header .form-language.list .label,
.header .form-currency.list .label {
  padding: 0;
  padding-right: 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header .form-language + .form-currency,
.header .form-currency + .form-language {
  padding-left: 19px;
  margin-left: 13px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  padding: 8px 0 12px;
}
.header .bootstrap-select > .selectpicker {
  height: auto;
  border: none;
  background: none;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #222;
  padding: 0 26px 0 0;
}
.header .bootstrap-select > .selectpicker:hover,
.header .btn-group.open .dropdown-toggle {
  color: #d02323;
}
.header .btn-group.open .dropdown-toggle {
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
}
.header .bootstrap-select.btn-group .btn .filter-option {
  float: none !important;
  vertical-align: middle;
}
.header .form-language .bootstrap-select.btn-group .btn .filter-option {
  position: relative;
  top: -1px;
}
.header .top-block .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.header .top-block .btn-default.active:hover,
.header .top-block .open>.dropdown-toggle.btn-default:hover,
.header .top-block .btn-default.active:focus,
.header .top-block .open>.dropdown-toggle.btn-default:focus,
.header .top-block .btn-default:active.focus,
.header .top-block .btn-default.active.focus,
.header .top-block .open>.dropdown-toggle.btn-default.focus {
  background-color: transparent;
  color: #d02323;
}
.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;
  outline: none;
}
.header .wishlist-link {
  font-size: 24px;
  line-height: 24px;
  min-height: 40px;
  display: inline-block;
  vertical-align: middle;
  color: rgba(0, 0, 0, .4);
  padding: 7px 0 5px;
}
.header .wishlist-link a {
  color: rgba(0,0,0,0.4);
  font-size: inherit;
}
.header .wishlist-link a i {
  font-size: inherit;
  line-height: 1;
}
.header .wishlist-link a i:before {
  vertical-align: middle;
}
.header .wishlist-link a:hover {
  color: #d02323;
}
.header .form-language + .wishlist-link,
.header .form-currency + .wishlist-link {
  padding-left: 19px;
  margin-left: 5px;
  border-left: 1px solid rgba(0,0,0,0.08);
}

/**** Switcher ****/

.language-currency-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Poppins', sans-serif;
}
.language-currency-block {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
}
.language-currency-block i {
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
  line-height: 1;
  position: relative;
}
.language-currency-block .caret {
  color: #aaa;
  position: relative;
  top: -2px;
}
.language-currency-block:hover i,
.language-currency-block.open i {
  color: #d02323;
}
.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: #d02323;
}
.header .language-currency-wrapper .form-language + .form-currency,
.header .language-currency-wrapper .form-currency + .form-language {
  padding: 0;
}
.header .language-currency-wrapper .form-language + .form-currency:before,
.header .language-currency-wrapper .form-currency + .form-language:before {
  background: rgba(0, 0, 0, .12);
}
.header .language-currency-wrapper .bootstrap-select > .selectpicker {
  border: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .7);
  padding: 4px 26px 4px 10px;
  border-radius: 0;
}
.header .language-currency-wrapper .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.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 30px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  display: none;
  clear: both;
  z-index: 9999;
  right: 0;
  color: #333;
  border-top: solid 2px #d02323;
  text-align: left;
}
.language-currency-dropdown:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d02323 transparent;
  top: -5px;
  right: 20px;
  position: absolute;
}
.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;
}
.header .language-currency-dropdown > div {
  margin: 9px 0;
  display: block;
}
.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;
}
.header .language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}
.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-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: #d02323;
}
.form-language.list a:last-child,
.form-currency.list a:last-child {
  margin-right: 0;
}
.form-language.list a img {
  margin-right: 3px;
  max-height: 16px;
}

.account-language-currency-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'Poppins', sans-serif;
}
.account-language-currency-block {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 10px 12px 11px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.account-language-currency-block i {
  font-size: 16px;
  color: #222;
  line-height: 1;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: 2px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.account-language-currency-block .caret {
  color: rgba(0,0,0,0.2);
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.account-language-currency-block:hover,
.account-language-currency-block.open,
.account-language-currency-block:hover i,
.account-language-currency-block.open i {
  color: #d02323;
}
.footer-middle .account-language-currency-block,
.footer-bottom .account-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: #d02323;
}
.header .account-language-currency-wrapper .form-language + .form-currency,
.header .account-language-currency-wrapper .form-currency + .form-language {
  padding: 0;
}
.header .account-language-currency-wrapper .form-language + .form-currency:before,
.header .account-language-currency-wrapper .form-currency + .form-language:before {
  background: rgba(0, 0, 0, .12);
}
.header .account-language-currency-wrapper .bootstrap-select > .selectpicker {
  border: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .7);
  padding: 4px 26px 4px 10px;
  border-radius: 0;
}
.header .account-language-currency-wrapper .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.header .account-language-currency-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  padding: 3px 0;
}
.header .account-language-currency-wrapper .form-language + .form-currency,
.header .account-language-currency-wrapper .form-currency + .form-language {
  border-left: none;
}
.header .account-language-currency-wrapper .form-language + .links,
.header .account-language-currency-wrapper .form-currency + .links,
.header .account-language-currency-wrapper .wishlist-link + .links {
  padding-left: 0;
  border-left: none;
  margin-left: 0;
}
.account-language-currency-block .language {
  padding: 3px 0;
  line-height: 1;
  display: inline-block;
}
.with-border .account-language-currency-block .language {
  padding: 3px 9px 3px 0;
  margin-right: 6px;
  border-right: solid 1px rgba(0, 0, 0, .16);
}
.account-language-currency-block .currency .icon {
  display: inline-block;
}
.account-language-currency-block .currency i {
  margin-left: 3px;
  margin-top: 3px;
}
.account-language-currency-dropdown {
  width: 220px;
  padding: 0 20px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  display: none;
  clear: both;
  z-index: 9999;
  right: 0;
  color: #333;
  border-top: solid 2px #d02323;
  text-align: left;
}
.account-language-currency-dropdown:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #d02323 transparent;
  top: -5px;
  right: 20px;
  position: absolute;
}
.header .account-language-currency-wrapper .account-language-currency-dropdown .label {
  color: #222;
  font-size: 1em;
  margin-bottom: .5em;
  display: block;
  padding: 0;
  text-align: left;
  border-radius: 0;
  line-height: 1.5;
}
.header .account-language-currency-wrapper .account-language-currency-dropdown > div {
  margin: 15px 0;
  padding: 0;
  display: block;
  border: none;
}
.account-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);
}
.header .account-language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}
.account-language-currency-dropdown .form-language.list a {
  float: left;
  text-align: center;
  padding: 0 0 0 5px;
  margin: 0;
}
.account-language-currency-dropdown .form-language.list a:hover,
.account-language-currency-dropdown .form-currency.list a:hover {
  color: inherit;
}
.account-language-currency-dropdown > div > a:last-of-type {
  border-bottom: none;
}
.account-language-currency-dropdown > div > a img {
  margin: -1px 9px 0 0;
}
.account-language-currency-dropdown .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.account-language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
  color: inherit;
}
.account-language-currency-wrapper .links {
  display: block;
  float: none;
  color: #222;
}
.header .account-language-currency-wrapper .links:not(.default-links) li a.top-link-login,
.account-language-currency-wrapper .top-link-login {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
  color: #222;
}
.account-language-currency-wrapper .customer-block .customer-name-wrapper {
  display: none;
}
header.header .account-language-currency-wrapper .customer-name-wrapper + .links {
  display: block !important;
  top: auto !important;
  position: relative;
  box-shadow: none;
  padding: 0;
}
header.header .account-language-currency-wrapper .customer-name-wrapper + .links li a {
  padding-left: 0;
}
header.header .account-language-currency-wrapper .customer-name-wrapper + .links li a .hover-divider {
  left: 0;
}
/* Header links */

.header .links {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.header .form-language + .links,
.header .form-currency + .links,
.header .wishlist-link + .links {
  padding-left: 19px;
  margin-left: 15px;
  border-left: 1px solid rgba(0,0,0,0.08);
}

.header .default-links.links {
  margin: 0;
}
.header .default-links.links li {
  display: inline-block;
  padding: 0 20px;
  border-right: solid 1px rgba(0, 0, 0, .13);
}
.header .default-links.links li:first-child {
  padding-left: 0;
}
.header .default-links.links li.last {
  padding-right: 0;
  border: none;
}
.header .default-links.links li a {
  color: inherit;
}
.header .default-links.links li a:hover {
  color: #d02323;
}
.header .customer-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.header .form-language + .customer-block,
.header .form-currency + .customer-block,
.header .wishlist-link + .customer-block {
  padding-left: 19px;
  margin-left: 15px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.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 {
}
.header .links:not(.default-links) li a.top-link-login {
  color: #393b7d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.header .links:not(.default-links) li a.top-link-login:before {
  content: '\0024';
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'meigee';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: inherit;
  line-height: 1;
  margin-top: -1px;
  margin-right: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .links:not(.default-links) li a.top-link-login:hover {
  color: #d02323;
}
.header .customer-name .user-icon {
  color: #393b7d;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.header .customer-name .user-icon i {
  font-size: 24px;
  display: inline-block;
  margin-right: 9px;
  margin-top: -1px;
  line-height: 1;
  vertical-align: middle;
}
.header .customer-name .user-icon span {
  display: inline-block;
  position: relative;
  top: -2px;
}
.header .customer-name i.caret {
  color: #ddd;
  margin-left: 5px;
  font-size: 1em;
  margin-right: 0;
}
.header .customer-name-wrapper.open .customer-name i.caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}
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;
}
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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .4em;
  color: #d02323;
}
header.header .customer-name-wrapper + .links li a .hover-divider {
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: #d02323;
  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: #d02323;
}
.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: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.58;
  color: #222;
  padding: 23px 20px;
  z-index: 99;
  background: none;
  text-transform: none;
  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: rgba(0,0,0,0.1);;
}
ul.topmenu li.level0.parent a.level-top:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, .3);
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
ul.topmenu li.level0 a.level-top span {
  line-height: 1.5em;
  display: inline-block;
  position: relative;
}
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: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 1px;
  color: #222;
  line-height: 1;
  text-align: center;
}
#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 {
  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: normal;
  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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.topmenu li:not(.item) > a {
  float: left;
  padding: 5px 10px;
  font-weight: 600;
  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) ul a i.custom-icon + span {
  padding-left: 20px;
}
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;
  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: #d02323;
}
ul.topmenu ul li a:not(.lightbox-button) i.fa {
  color: #5c5755;
  position: absolute;
  left: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: #d02323;
  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;
  float: left;
}
.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;
  z-index: 100;
  padding: 40px 20px;
  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: visible;
  background-size: cover;
}
.menu-banners .banner {
  position: relative;
  overflow: hidden;
}
.menu-banners a {
  position: relative;
  z-index: 2;
  display: block;
}
.menu-banners .banner a img {
  position: relative;
}
.menu-banners .banner span.shadow {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.menu-banners .banner a:hover span.shadow {
  opacity: 1;
}
.menu-banners .banner {
  position: relative;
}
.menu-banners .banner a:before,
.menu-banners .banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.menu-banners .banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.menu-banners .banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.menu-banners .banner a:hover:before,
.menu-banners .banner a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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 -38px 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-left: 5px;
}
.nav ul.level0 li.level1 > a i.custom-icon + span.subtitle,
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {
  padding-left: 18px;
}
.nav ul.level0 li.level1 > a i.custom-icon {
  line-height: 1;
  font-size: 18px;
  left: -4px;
  position: absolute;
  top: 8px;
}
.nav-wide .menu-wrapper.default-menu .subtitle + .category-label {
  left: 24px;
}
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon {
  line-height: 1;
  font-size: 18px;
  left: 24px;
  position: absolute;
  top: 14px;
}
.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: 'Poppins', sans-serif;
}
.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: #d02323;
}
.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: #d02323;
}
.nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 a span {
  padding-left: 20px;
}
.nav-wide .menu-wrapper ul.level0 li.level1 a span:before {
  content: "\0044";
  display: block;
  font-family: "meigee";
  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;
  position: absolute;
  top: 12px;
  left: 5px;
  color: #d02323;
}
.nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul a span {
  padding-left: 10px;
}
.nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul a span:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 15px;
  background-color: #d02323;
}
.nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul {
  padding-left: 15px;
}
.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: normal;
  padding: 3px 7px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 1em;
  border-radius: 40px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 5px;
  left: 20px;
}
.category-label.label_one {
  background-color: #d02323;
}
.category-label.label_two {
  background-color: #393b7d;
}
.category-label.label_three {
  background-color: #222;
}
.menu-wrapper .category-label {
  top: 3px;
  left: 20px;
  bottom: auto;
}
.menu-wrapper .subtitle + .category-label {
  left: 0;
  top: -4px;
  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: inline-block;
  }
  /* Default Menu in Wide Mode */

  .nav-wide .menu-wrapper.default-menu {
    position: absolute;
    width: 15em;
    min-width: 260px;
    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;
  }
  ul.topmenu .vertical-menu-wrapper .menu-wrapper.default-menu{left:0!important;}
  
  #sticky-header .nav-wide .menu-wrapper.default-menu {
    min-width: 240px;
  }
  .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 {
    background-color: #f5f5f5;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover {
    background-color: #f5f5f5;
    color: #d02323;
  }
  .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: 0;
    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;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.parent > a:before {
    content: '\0044';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: 'meigee';
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/********** 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: block;
  padding: 20px 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 {
  position: static;
}
.header .search-mini-form .form-search .input-wrapper {
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #393b7d;
  border-radius: 0;
}
.header .search-mini-form .form-search label {
  display: none;
}
.header .search-mini-form .form-search input {
  display: inline-block;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  vertical-align: middle;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}
.header .search-mini-form .form-search .btn {
  display: inline-block;
  overflow: hidden;
  margin-right: -1px;
  height: 46px;
  line-height: 46px;
  font-family: 'Poppins';
  padding: 0 17px;
  text-align: center;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  vertical-align: middle;
  font-weight: 600;
  color: #393b7d;
  position: relative;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.header .search-mini-form .form-search .btn > span:after {
  background-color: #393b7d;
}
.header .search-mini-form .form-search .btn:hover,
.header .search-mini-form .form-search .btn:active,
.header .search-mini-form .form-search .btn:focus {
  color: #fff;
}
.header .search-mini-form .form-search .btn > span:before {
  content: '';
  height: 24px;
  width: 1px;
  background-color: rgba(0,0,0,0.08);
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header .search-mini-form .form-search .search-icon {
  padding-left: 20px;
  padding-right: 5px;
  position: relative;
}
.header .search-mini-form .form-search .search-icon i {
  font-size: 24px;
  color: rgba(0,0,0,0.4);
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.header .search-mini-form .form-search .btn span {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.header .search-mini-form .form-search .btn > span {
  line-height: inherit;
}
.header .search-mini-form .form-search .btn span span {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
}
.header .search-mini-form .form-search .btn i {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: inherit;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  margin: 0;
  margin-left: 7px;
}
.header .search-mini-form .form-search .btn i + span {
  display: none;
}
.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: 600;
}
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  max-width: 100%!important;
}
/* Menu button */

#header .menu-button {
  font-size: 13px;
  color: rgba(0, 0, 0, .86);
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 14px;
  background: none;
  border: none;
}
#header .menu-button i {
  font-size: 20px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
#header .menu-button span {
  display: inline-block;
  vertical-align: middle;
}
/* Custom menu button */

#header .custom-menu-button {
  color: rgba(0, 0, 0, .86);
}
#header .custom-menu-button i {
  font-size: 14px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}
#header .custom-top-menu {
  overflow: hidden !important;
}
#header .custom-top-menu li.level0 > a {
  position: relative;
  top: -50px;
  opacity: 0;
}
#header .navbar-header .navbar-toggle.custom-menu-button.active {
  background-color: transparent;
}
ul.menu-tabs {
  margin: 0;
}
.mobile-menu-wrapper {
  display: none;
}
.mobile-menu-inner {
  width: 300px;
  background-color: #fff;
  position: fixed;
  left: -4px;
  top: 0;
  bottom: 0;
  z-index: 999999;
  padding: 0;
  transition: left 550ms ease;
  left: -300px;
  overflow-y: auto;
}
.mobile-menu-inner.in {
  left: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
.mobile-menu-wrapper .form-language + .form-currency,
.mobile-menu-wrapper .form-currency + .form-language {
  margin-top: 15px;
}
body #header .mobile-menu-inner .navbar-default {
  float: none;
  display: block;
}
.mobile-menu-inner .topmenu > .nav {
  display: block!important;
  float: none;
}
.mobile-menu-inner .topmenu > .nav a {
  float: none!important;
  display: block;
}
.menu-item-title {
  background: transparent;
  border: solid #d7d7d7;
  border-width: 0 0 1px 1px;
  box-sizing: border-box;
  float: left;
  height: 46px;
  padding: 13px 0;
  text-align: center;
  width: 33.33%;
  margin: 0;
}
.menu-item-title.active {
  background: #e3e3e3;
  border-bottom: 0;
}
.menu-item-title a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.menu-item-title.active a {
  color: #000;
}
.menu-item-content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  padding: 20px;
}
.menu-item-content .nav-wide .menu-wrapper ul.level0 li.level1 > ul {
  padding-left: 12px;
  padding-right: 12px;
}
.menu-item-content ul.topmenu li.level0 a.level-top {
  padding: .75em 20px !important;
}
.menu-item-content ul.topmenu li.level0.active > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-item-content .bootstrap-select > .selectpicker {
  border-color: rgba(0, 0, 0, 0.1);
  color: #aaa;
}
.menu-item-content .topmenu .level0:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-item-content .topmenu li.level0.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-item-content .topmenu li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-item-content.in {
  z-index: 99;
  position: relative;
}
.menu-item-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.menu-item-content .navbar-default {
  margin: -20px;
}
.mobile-menu-inner .default-links.links {
  display: block!important;
  margin: -20px;
  text-align: left;
  padding-left: 0;
  color: #222;
}
#header .mobile-menu-inner .default-links.links li {
  float: none;
  display: block;
  padding: 13px 12px;
}
.mobile-menu-inner .default-links.links li + li {
  border-left: none;
  border-top: solid 1px rgba(0, 0, 0, .1);
}
.mobile-menu-inner .default-links.links li.last {
  border-left: none;
  border-top: solid 1px rgba(0, 0, 0, .1);
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.mobile-menu-inner .default-links.links li a {
  font-size: 14px!important;
}
.mobile-menu-inner .default-links.links li a:before {
  content: none!important;
}
.header .mobile-menu-inner .form-language,
.header .mobile-menu-inner .form-currency {
  display: block;
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header .mobile-menu-inner .form-language .dropdown-toggle,
.header .mobile-menu-inner .form-currency .dropdown-toggle {
  padding-left: 10px;
}
.header .mobile-menu-inner .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
}
/* Header Cart ================================================================================ */

header.header .top-cart {
  display: inline-block;
  float: right;
  vertical-align: middle;
  position: relative;
  margin: 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 .cart-right-items {
  display: inline-block;
  vertical-align: middle;
}
header.header .top-cart .block-title .title-cart {
  padding: 16px 28px;
  transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
header.header .top-cart .block-title.active .title-cart .top-cart-icon:after,
header.header .top-cart .block-title .title-cart:hover .top-cart-icon:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header.header .top-cart .block-title .top-cart-label {
  display: block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  margin-bottom: -4px;
}
header.header .top-cart .block-title .top-cart-icon:after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.56, 1, 1);
  transform: scale3d(0.56, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
header.header .top-cart .block-title .top-cart-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #d02323;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
header.header .top-cart .block-title .top-cart-icon i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: 3px;
  color: #fff;
}
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;
  line-height: 1;
  margin-bottom: -2px;
}
header.header .top-cart .block-title .subtotal .price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
header.header .top-cart .block-title .cart-qty {
  display: inline-block;
  vertical-align: middle;
  font-weight: inherit;
  color: rgba(0,0,0,0.4);
  text-align: center;
  line-height: 1;
  margin-bottom: -2px;
  letter-spacing: -1.5px;
}
header.header .top-cart .block-title .cart-qty span {
  display: none;
}
header.header .top-cart .block-title i.caret {
  display: inline-block;
  line-height: 1;
  color: #aaa;
  margin-left: 4px;
  margin-top: 2px;
  vertical-align: middle;
}
header.header .top-cart .block-content {
  background: #fff;
  z-index: 999;
  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: 24px 30px 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: #fff;
  cursor: pointer;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  border-radius: 33px;
}
header.header .top-cart .block-content .close-btn i {
  color: #ccc;
  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 h4 {
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding: 0 0 9px;
  margin-bottom: 15px;
}
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.06em;
}
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: 60px;
  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: 20px;
}
header.header .top-cart .block-content .mini-products-list li {
  padding: 0 0 20px;
  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: 6px;
  padding-right: 50px;
  text-align: left;
}
header.header .top-cart .block-content .mini-products-list .product-name a {
  font-size: 16px;
  font-weight: 300;
  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;
  line-height: .5;
  vertical-align: middle;
}
header.header .top-cart .block-content .mini-products-list .cart-price-qt strong {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #3eb051;
  text-align: center;
  border-radius: 50%;
  font-weight: inherit;
  font-size: 11px;
  color: #fff;
}
header.header .top-cart .block-content .mini-products-list .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #53777a;
  padding-top: 1px;
}
header.header .top-cart .block-content .cart-actions {
  position: absolute;
  right: 0;
  top: 2px;
}
header.header .top-cart .block-content .cart-actions a {
  padding: 0;
  border: none;
  float: none!important;
}
header.header .top-cart .block-content .subtotal {
  text-align: center;
  border-top: dashed 1px rgba(0, 0, 0, .1);
  font-family: 'Poppins', sans-serif;
  margin: 0 -30px;
  padding: 18px 0;
}
header.header .top-cart .block-content .subtotal .label,
header.header .top-cart .block-content .subtotal .price {
  display: inline-block;
  font-size: 24px;
  line-height: 1.25em;
  padding: 0;
  color: #393b7d;
  font-weight: 300;
}
header.header .top-cart .block-content .subtotal .label {
  color: #222;
}
header.header .top-cart .block-content .actions {
  position: relative;
  padding: 0 0 2px;
  margin: 0;
  border: none;
  text-align: center;
}
header.header .top-cart .block-content .actions .btn-primary {
  display: block;
  width: 100%;
  background-color: #d02323;
  border: none;
  color: #fff;
  margin-bottom: 16px;
}
header.header .top-cart .block-content .actions .btn-default {
  border: none;
  padding: 0;
  text-transform: none;
  background: none;
  color: #666;
}
header.header .top-cart .block-content .actions .btn-default > span:after {
  content: none;
}
header.header .top-cart .block-content .actions .btn-default:focus,
header.header .top-cart .block-content .actions .btn-default.focus,
header.header .top-cart .block-content .actions .btn-default:active,
header.header .top-cart .block-content .actions .btn-default.active,
header.header .top-cart .block-content .actions .btn-default:hover {
  background-color: transparent;
  color: #393b7d;
}
header.header .top-cart .block-content .actions .btn i {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1;
}
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-indent-inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
}
.header-indent {
  color: #fff;
  position: fixed;
  right: 0;
  left: -100%;
  z-index: 999990;
  top: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #222;
  transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
}
.header-indent-inner h2.logo img {
  filter: brightness(1000%);
    -webkit-filter: brightness(1000%);
}
.header-indent .category-label {
  top: -3px;
  left: 0;
}
body #header .header-indent  .middle-block {
  display: block;
}
.wide-header #header .header-indent  .top-block,
.boxed-header #header .header-indent  .top-block .container,
.wide-header #header .header-indent  .middle-block,
.boxed-header #header .header-indent  .middle-block .container,
.wide-header #header .header-indent  .bottom-block,
.boxed-header #header .header-indent  .bottom-block .container {
  background-color: #222;
}
.header-indent.is-active {
  left: 0;
  opacity: 1;
}
#header[class*="header-"] .header-indent .hamburger-collapse .hamburger-inner,
#header[class*="header-"] .header-indent .hamburger-collapse .hamburger-inner:after,
#header[class*="header-"] .header-indent .hamburger-collapse .hamburger-inner:before {
  background-color: #fff;
}
header.header .header-indent .top-cart .block-title .title-cart {
  color: #fff;
}
header.header .header-indent .top-cart .block-title.active .title-cart,
header.header .header-indent .top-cart .block-title:hover .title-cart {
  color: #d02323;
}
.header-indent ul.topmenu li.level0 a.level-top {
  color: #fff;
  padding: 7px 0;
  float: none;
  display: block;
  vertical-align: middle;
}
.header-indent ul.topmenu li.level0 a.level-top:hover,
.header-indent ul.topmenu li.level0.over a.level-top,
.header-indent ul.topmenu.navbar-nav li.level0.active > a.level-top {
  background-color: transparent;
  color: #d02323;
}
.header-indent ul.topmenu li.level0.parent a.level-top:after {
  border-top-color: transparent !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 5px dashed;
  border-right: 5px solid transparent !important;
  border-left-color: #fff !important;
  margin-left: 8px;
}
.header-indent .navbar-nav {
  max-height: 345px;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   flex-flow: column wrap;
}
.header-indent .navbar-nav,
body .header-indent .navbar-default {
  float: none;
}
.header-indent .nav-wide .menu-wrapper {
  top: 0 !important;
  left: 50%;
  min-width: 1100px;
}
.header .header-indent .customer-name .user-icon,
.header .header-indent .links:not(.default-links) li a.top-link-login {
  color: #fff;
  text-transform: uppercase;
}
.header .header-indent .customer-name .user-icon i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.header .header-indent .customer-name-wrapper:hover .customer-name .user-icon,
.header .header-indent .customer-name-wrapper.open .customer-name .user-icon {
 color: #d02323;
}
.header .header-indent .right-block {
  text-align: right;
}
.header .middle-block .right-block {
  padding: 0;
}
.header .header-indent .search-mini-form .form-search .input-wrapper {
  border: 1px solid rgba(255,255,255,0.1);
  border-width: 0 0 1px 0;
  background-color: transparent;
}
.header .header-indent .search-mini-form .form-search input {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  font-weight: 400;
}
.header .header-indent .search-mini-form .form-search .search-icon i {
  color: #fff;
}
.header .header-indent .search-mini-form .form-search .search-icon {
  padding-left: 1px;
}
.header .header-indent .search-mini-form .form-search .btn {
  color: #fff;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: .5px;
}
.header .header-indent .search-mini-form .form-search .btn span span {
  font-size: 16px;
}
.header .header-indent .search-mini-form .form-search .btn > span:before,
.header .header-indent .search-mini-form .form-search .btn > span:after {
  content: none;
}
.header .header-indent .search-mini-form .form-search .btn:focus,
.header .header-indent .search-mini-form .form-search .btn.focus,
.header .header-indent .search-mini-form .form-search .btn:active,
.header .header-indent .search-mini-form .form-search .btn.active,
.header .header-indent .search-mini-form .form-search .btn:hover,
.header .header-indent .search-mini-form .form-search .btn:hover {
  color: #d02323;
}
.header .header-indent .search-mini-form {
  padding: 40px 0;
}
.header .header-indent .bootstrap-select > .selectpicker {
  color: #fff;
}
.header .header-indent .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(255, 255, 255, .2);
}
.header .header-indent ul.social-links {
  float: right;
  padding: 45px 0 20px;
}
.header .header-indent ul.social-links li a {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}
.header .header-indent ul.social-links li a:hover {
  background-color: rgba(255,255,255,0.1);
}
.header .header-indent .header-address {
  margin-top: 60px;
  text-align: left;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}
.header .header-indent .header-address p {
  margin-bottom: 14px;
}
.header .header-indent .header-copyright-block {
  margin-top: auto;
}
#header .header-indent .header-copyright-block .container {
  background-color: transparent;
}
.header .header-indent .header-copyright {
  padding: 58px 0;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.header .header-indent .header-copyright a {
  color: inherit;
}

/* header 1 */
#header.header-1 .search-mini-form .form-search .btn span span {
  position: relative;
  top: -1px;
}

/* header 2 */
#header.header-2,
.header-2 .bootstrap-select > .selectpicker{color:#222;}
#header.header-2 ul.social-links li a {color: rgba(0,0,0,0.7);}
.header-2 .top-block .bootstrap-select.btn-group .btn .caret{border-top-color: rgba(0, 0, 0, 0.2);}
#header.header-2 .form-language + .form-currency,
#header.header-2 .form-currency + .form-language{margin-left: 0; border-left: none;}
.wide-header #header.header-2 .top-block,
.boxed-header #header.header-2 .top-block .container{border: none;}
#header.header-2 ul.social-links{float: left; padding-top: 12px;}
.header-2 .logo-wrapper {
  float: none;
  display: inline-block;
  padding:0;
}
.header-2 .middle-block .container{text-align: center; padding-top: 0; padding-bottom: 30px;}
.header-2 .wishlist-link a {color: rgba(0,0,0,0.4);}
body .header-2 .links:not(.default-links) li a.top-link-login{font-size: 0; color: rgba(0,0,0,0.4);}
.header-2 .middle-block .right-block {padding: 12px 0;}
.wide-header #header.header-2 .bottom-block,
.boxed-header #header.header-2 .bottom-block .container{background: none;}
#header.header-2  ul.topmenu li.level0:not(.vertical-parent) a.level-top{padding: 20px;}
#header.header-2 .top-cart .block-title .title-cart{color:#222;}
#header.header-2 .top-cart .block-title .cart-qty{color:  rgba(0,0,0,0.5);}
#header.header-2 .top-cart .block-title .title-cart{padding: 12px 10px 13px;}
#header.header-2 .top-cart .block-title:hover,
#header.header-2 .top-cart .block-title.active {background-color: rgba(0,0,0,0.1);}
#header.header-2 .top-cart .block-title .subtotal .price,
#header.header-2 .top-cart .block-title .cart-qty{font-size: 18px;}
#header.header-2 .top-cart .block-title .top-cart-icon{background: none;}
#header.header-2 ul.topmenu li.level0.parent:not(.vertical-parent) a.level-top:after{border-top-color: rgba(0, 0, 0, .3);}
#header.header-2 .top-cart .block-title .top-cart-icon i{color: rgba(0,0,0,0.5);}
#header.header-2 .top-cart .block-title i.caret{margin-top: 5px; color: rgba(0,0,0,0.4);}
#header.header-2 .top-cart .block-title .top-cart-icon:after{background: none;}
#header.header-2 .customer-name i.caret,
#header.header-2 .customer-name .user-icon{color: rgba(0,0,0,0.4);}
#header.header-2 .menu-button{
  font-size: 13px;
  color: rgba(0, 0, 0, .86);
}
#header.header-2 ul.topmenu li.level0 a.level-top span{
  text-transform: none;
  font-weight: 500;
}
.header.header-2 .wishlist-link + .links{border-left: none;}
.header.header-2 .form-language + .customer-block,
.header.header-2 .form-currency + .customer-block,
.header.header-2 .wishlist-link + .customer-block {border-left: none;}
.header.header-2 .customer-name .user-icon i {margin-top: -4px;}
.header.header-2 .top-cart {margin-top: -1px;}
/* Top Full Screen Search */
body.boxed-header .header-2 .search-mini-form,
#header.header-2 .search-mini-form {display: inline-block; vertical-align: middle; margin: 0; padding:3px 20px 0 0;}
#header.header-2 .menu-button {margin-top: 20px; margin-bottom: 20px;}
#header.header-2 .search-mini-form .form-search {position: relative; overflow: hidden;}
body.boxed-header header.header-2 .search-mini-form .form-search .search-button,
header.header-2 .search-mini-form .form-search .search-button{
  display: block;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  color: rgba(0,0,0,0.4);
  position: relative;
  top: 2px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-bottom: 2px solid transparent;
  transition: opacity 300ms ease, color 300ms ease;
  -moz-transition: opacity 300ms ease, color 300ms ease;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
}
.header-2 .search-mini-form .form-search .search-button:hover {background-color: transparent; opacity: 0.75;}
.header-2 .search-mini-form .form-search .search-button span {display: none;}
.header-2 .search-mini-form .form-search .search-button i {font-size: inherit; color: inherit;}
body .header-2 .search-mini-form .form-search .indent {
  position: fixed;
  right: 0;
  left: -100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.header-2 .search-mini-form .form-search .indent .btn-close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
}
.header-2 .search-mini-form .form-search .indent .btn-close:hover {
  color: #393b7d;
}
.header-2 .search-mini-form .form-search .indent .btn-close:before {
  content: "\004c";
  display: inline-block;
  font-family: 'meigee';
  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: 3.33em;
  cursor: pointer;
}
.header-2 .search-mini-form .form-search .indent .inner {
  width: 100%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.header-2 .search-mini-form .form-search .indent .inner .input-wrapper {
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 404px;
  background: none;
}
.header-2 .search-mini-form .form-search .search-icon{display: none;}
.header-2 .search-mini-form .form-search .indent .inner input {
  height: 60px;
  width: 303px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.header-2 .search-mini-form .form-search .indent .inner .btn {
  width: auto;
  height: 60px;
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  text-align: right;
  padding:0 10px;
}
.header-2 .search-mini-form .form-search.indent .inner .btn:hover {
  color: #d02323;
}
.header-2 .search-mini-form .form-search label {display: none;}
.header-2 .search-mini-form .form-search input {
  display: inline-block;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255,.5);
  font-size: 13px;
  vertical-align: middle;
}
.header-2 .search-mini-form .form-search .btn {
  display: inline-block;
  width: 48px;
  height: 36px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: #d02323;
  background-image: none;
  box-shadow: none;
  vertical-align: middle;
  color: rgba(255,255,255,.85);
  position: relative;
}
.header-2 .search-mini-form .form-search .btn > span:after {
  background-color: #393b7d;
}
.header-2 .search-mini-form .form-search .btn:after {
  content: '';
  position: absolute;
  left: 0;
  opacity: 0;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background-color: rgba(255,255,255,.1);
  transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  -webkit-transition: opacity 150ms linear;
}
.header-2 .search-mini-form .form-search .btn:hover:after {opacity: 1;}
.header-2 .search-mini-form .form-search .btn span {padding: 0;}
.header-2 .search-mini-form .form-search .btn:hover {background-color: #d02323; color: rgba(255,255,255,.85);}
.header-2 .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-2 .search-mini-form .form-search .search-autocomplete {z-index: 999;}
.header-2 .search-mini-form .form-search .search-autocomplete ul {
  border: 1px solid rgba(255,255,255,.1);
  background-color: #222;
  color: #666;
  text-align: left;
}
.header-2 .search-mini-form .form-search .search-autocomplete ul li {
  padding: 3px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
}
.header-2 .search-mini-form .form-search .search-autocomplete ul li .amount {float: right; font-weight: 600;}
#header.header-2 .top-cart .block-title .top-cart-icon {
  background-color: transparent;
}

#header.header-3 {
    color: rgba(255,255,255,0.6);
}
#header.header-3 .middle-block .right-block {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
}
#header.header-3 .middle-block .right-block > * {
    text-align: left;
}
#header.header-3 .customer-name i.caret {
    color: rgba(255,255,255,0.2);
}
#header.header-3 .wishlist-link a {
    color: rgba(255,255,255,0.4);
    position: relative;
    top: 1px;
}
#header.header-3 .form-language + .wishlist-link,
#header.header-3 .form-currency + .wishlist-link,
#header.header-3 .form-language + .links,
#header.header-3 .form-currency + .links,
#header.header-3 .wishlist-link + .links,
#header.header-3 .form-language + .customer-block,
#header.header-3 .form-currency + .customer-block,
#header.header-3 .wishlist-link + .customer-block {
    border-left-color: rgba(255,255,255,0.08);
}
.header .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {padding-bottom: 11px;}
body.wide-header #header.header-3 .top-block,
body.boxed-header #header.header-3 .top-block .container {
    background-color: #252a6a;
}
body.wide-header #header.header-3 .middle-block,
body.boxed-header #header.header-3 .middle-block .container,
body.wide-header #header.header-3 .bottom-block,
body.boxed-header #header.header-3 .bottom-block .container {
    background-color: #393b7d;
}
#header.header-3 .logo-wrapper {
    padding: 17px 0 0;
}
#header.header-3 .bottom-block .bottom-block-inner {
    border-top-color: rgba(255,255,255,0.08)
}
#header.header-3 .top-cart .block-title .cart-qty {
    color: rgba(255,255,255,0.6);
}
#header.header-3 .top-cart .block-title .subtotal .price {
    color: #fff;
}
#header.header-3 ul.social-links {
    padding: 16px 15px 16px 0;
    float: right;
}
#header.header-3 ul.social-links li a {
    color: rgba(255,255,255,0.7);
}
#header.header-3 ul.social-links li a:hover {
    background-color: rgba(255,255,255,0.1);
}
#header.header-3 .header-info {
  color:  rgba(255,255,255,0.6);
  font-size: 18px;
  font-weight: 600;
  padding: 21px 10px 21px 0;
  display: inline-block;
  float: none;
}
#header.header-3 .top-cart .block-title .title-cart {
  padding-top: 25px;
  padding-bottom: 25px;
}
#header.header-3 .phone-number {
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: 1;
}
#header.header-3 .header-info i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

#header.header-3 .search-mini-form {
    max-width: 400px;
    float: right;
    padding: 13px 0;
}
#header.header-3 .search-mini-form .form-search .input-wrapper {
    border: none;
    background-color: rgba(255,255,255,0.1);
}
#header.header-3 .search-mini-form .form-search .btn > span:before {
    background-color: rgba(255,255,255,0.08);
}
#header.header-3 .search-mini-form .form-search .btn {
    color: #fff;
}
#header.header-3 .search-mini-form .form-search input {
    color: rgba(255,255,255,0.4);
}
#header.header-3 .search-mini-form .form-search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-3 .search-mini-form .form-search input::-moz-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-3 .search-mini-form .form-search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-3 .search-mini-form .form-search input:-moz-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-3 .search-mini-form .form-search .btn > span:after {
    background-color: rgba(255,255,255,0.1);
}
#header.header-3 .search-mini-form .form-search .search-icon i {
    color: rgba(255,255,255,0.3);
}
#header.header-3 .menu-button {
    color: #fff;
}
#header.header-3 ul.topmenu li.vertical-parent li.level1 > a {
  font-weight: 600;
  font-size: 16px;
}
#header.header-3 ul.topmenu li.vertical-parent li.level1 a i.custom-icon {
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media only screen and (min-width: 1008px){
    #header.header-3 ul.topmenu li.vertical-parent {
        background-color: #252a6a;
    }
}

#header.header-4 .top-block ul.social-links {
    border-right: 1px solid rgba(0,0,0,0.08);
    padding-right: 10px;
}
#header.header-4 .top-block ul.social-links li a {
    font-size: 14px;
}
#header.header-4 .header-info i {
    font-size: 16px;
    color: #222;
    vertical-align: middle;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
#header.header-4 .wishlist-link a {
  color: #222;
}
#header.header-4 .header-info {
  font-weight: 400;
  color: #222;
  padding: 9px 0;
}
#header.header-4 .phone-number {
  font-weight: 400;
  color: #222;
}
#header.header-4 .top-cart .block-title .title-cart {
  padding-top: 22px;
  padding-bottom: 22px;
}
#header.header-4 .right-block {
  text-align: right;
}
#header.header-4 .search-mini-form .form-search .btn i {
  margin-left: 0;
}
#header.header-4 .wishlist-link {
  padding: 8px 0 8px 19px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
#header.header-4 .wishlist-link + .account-language-currency-wrapper .account-language-currency-block {
  padding-right: 0;
  padding-left: 19px;
  margin-left: 19px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
#header.header-4 .wishlist-link a i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#header.header-4 .logo-wrapper {
  float: none;
  display: inline-block;
  text-align: center;
}
#header.header-4 .search-mini-form .form-search .input-wrapper {
  border-width: 1px;
  border-color: rgba(0,0,0,0.08);
  background-color: transparent;
}
#header.header-4 .search-mini-form .form-search .search-icon i {
  color: #222;
  font-size: 16px;
}
#header.header-4 .search-mini-form .form-search input {
  padding-left: 10px;
  font-size: 13px;
  color: rgba(0,0,0,0.4);
}
#header.header-4 .search-mini-form .form-search .btn span span {
  display: none;
}
#header.header-4.search-mini-form .form-search .btn i {
  margin-left: 0;
  font-size: 12px;
}
.header-layout-4 header.header .top-cart .block-title .title-cart {
  font-weight: 400;
}
.header-layout-4 header.header .top-cart .block-title .top-cart-icon {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.08);
}
.header-layout-4 header.header .top-cart .block-title:hover .top-cart-icon i,
.header-layout-4 header.header .top-cart .block-title.active .top-cart-icon i {
  color: #fff;
}
.header-layout-4 header.header .top-cart .block-title .top-cart-icon i {
  font-size: 16px;
  color: #222;
  margin-top: 0;
}
#header.header-4 .bottom-block .bottom-block-inner {
  text-align: center;
}
#header.header-4 .top-cart {
  float: none;
  display: inline-block;
}


/* Header 5 */
#header.header-5 .top-block > .container{padding-top: 7px;}
#header.header-5 .wishlist-link,
#header.header-5 .form-language,
#header.header-5 .form-currency {min-height: auto;}
.header.header-5 ul.social-links{margin-right: 20px;}
.header.header-5 ul.social-links li{padding-right: 10px;}
.header.header-5 ul.social-links li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.header.header-5 .form-language{
  float: left;
  padding: 2px 20px 4px;
  border-left: 1px solid rgba(0,0,0,.1);
}
.header.header-5 .form-language.list a{width: 16px; margin-right: 15px;}
#header.header-5 .top-block ul.social-links li a {color: rgba(0, 0, 0, 0.6);}
.header.header-5 .welcome-msg {padding: 6px 0;}
.header.header-5 .bootstrap-select > .selectpicker{font-size: 16px;}
.header.header-5 .wishlist-link {font-size: 16px; line-height: 16px;}
.header.header-5 .form-currency + .wishlist-link{margin-left: 9px;}
.header.header-5 .links:not(.default-links) li a.top-link-login:before{font-size: 18px; margin-top: -2px;}
.header.header-5 .links:not(.default-links) li a.top-link-login{
  font-size: 20px;
  line-height: 30px;
  height: 30px;
}
header.header.header-5 .top-cart{
  padding-left: 20px;
  border-left: 1px solid rgba(0,0,0,0.08);
  margin-left: 20px;
  margin-top: 0;
}
header.header.header-5 .top-cart .block-title .title-cart{padding: 0; position: relative; top: -1px;}
header.header.header-5 .top-cart .block-title .top-cart-icon{
  background: none;
  height: 30px;
  line-height:30px;
  width: 20px;
}
header.header.header-5 .top-cart .block-title .top-cart-icon i{
  color:#222;
  font-size: 18px;
}
header.header.header-5 .top-cart .block-title .top-cart-icon:after{content:none;}
header.header.header-5 .top-cart .block-title .cart-right-items{font-size: 18px; line-height: 14px; text-transform: uppercase; letter-spacing: -1px;}
header.header.header-5 .top-cart .block-title i.caret {margin-left: 12px;}
.header.header-5 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  padding-top: 5px;
  padding-bottom: 9px;
}
.header.header-5 .logo-wrapper{float: none; text-align: center; padding:0;}
body.boxed-header .header.header-5 .middle-block > .container > .row .col-sm-4:last-child{text-align: right;}
.header.header-5 .middle-block .container{
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.header-5 .customer-name-wrapper .customer-name,
.header.header-5 .customer-name .user-icon{max-height: 30px;}
.header.header-5 .customer-name .user-icon i {font-size: 18px; margin-top: -4px;}
.header.header-5 .customer-name .user-icon span{font-size: 20px; line-height: 24px;}
.header.header-5 .form-currency,
.header.header-5 .wishlist-link,
.header.header-5 .wishlist-link + .links,
.header.header-5 .customer-name-wrapper .customer-name{float: left;}
.header.header-5 .customer-block {top: -1px;}

.header.header-5 ul.topmenu li.level0 a.level-top{
  font-size: 20px;
  font-weight: 400;
  padding:11px 15px;
}
#header.header-5 ul.topmenu li.vertical-parent{margin-right: 5px;}
#header.header-5 ul.topmenu li.vertical-parent > a.vertical-parent.level-top{
  text-transform: none;
  font-size: 20px;
  padding: 11px 20px;
}
#header.header-5 ul.topmenu li.vertical-parent > a.vertical-parent.level-top:before{font-size: 20px; color:#fff;}
.header.header-5 .search-mini-form {
  padding: 0;
  width: 344px;
  float: right;
  margin-top: 9px;
  margin-bottom: 9px;
}
.header.header-5 .search-mini-form .form-search input{
  font-size: 12px;
  padding-left: 9px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.header.header-5 .search-mini-form .form-search .search-icon i {font-size: 16px;}
.header.header-5 .search-mini-form .form-search .search-icon{
  padding-left: 15px;
  padding-right: 0;
}
.header.header-5 .search-mini-form .form-search .input-wrapper {
  background-color: #ebebeb;
  border: none;
  border-radius: 25px;
}
.header.header-5 .search-mini-form .form-search .btn span span{font-size: 15px;}
.header.header-5 .search-mini-form .form-search .btn > span:before{content:none;}
.header.header-5 .search-mini-form .form-search .btn i {font-size: 9px;}
.header.header-5 .search-mini-form .form-search .btn{
  height: 36px;
  line-height: 36px;
  line-height: 0;
}
header.header.header-5 .customer-name-wrapper + .links{margin-top: 30px;}

body.wide-header .header-wrapper #header.header-6,
body.boxed-header .header-wrapper #header.header-6 .container {
  background-color: #fff;
}
#header.header-6 .logo-wrapper {
  padding: 50px 0;
}
#header.header-6 h2.logo {
  padding: 10px 60px 10px 0;
}
#header.header-6 .welcome-msg {
  float: none;
}
#header.header-6 .middle-block .container {
  padding-top: 28px;
}
#header.header-6 .top-cart {float: none;}
#header.header-6 .top-cart .block-title .cart-right-items {
  float: left;
  padding: 5px 14px 5px 0;
}
#header.header-6 .search-mini-form .form-search .search-icon i {
  color: #222;
}
#header.header-6 .header-indent .search-mini-form .form-search .input-wrapper {
  border-color: rgba(255,255,255,0.1);
}
#header.header-6 .search-mini-form .form-search .search-icon {
  padding-left: 0;
}
#header.header-6 .search-mini-form .form-search .btn > span:after,
#header.header-6 .search-mini-form .form-search .btn > span:before {
  content: none;
}
#header.header-6 .search-mini-form .form-search .btn {
  padding-left: 0;
  padding-right: 0;
  letter-spacing: .5px;
  background-color: transparent;
  font-weight: 300;
}
#header.header-6 .search-mini-form .form-search .btn:hover,
#header.header-6 .search-mini-form .form-search .btn:active,
#header.header-6 .search-mini-form .form-search .btn:focus {
  background-color: transparent;
  color: #d02323;
}
#header.header-6 .search-mini-form .form-search .input-wrapper {
  border-width: 0 0 1px 0;
  border-color: rgba(0,0,0,0.1);
}
#header.header-6 .header-indent .search-mini-form .form-search .search-icon i {
    color: #fff;
}
#header.header-6 .header-indent .search-mini-form .form-search input {
  color: rgba(255,255,255,0.4);
}

#header.header-6 .header-indent .search-mini-form .form-search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-6 .header-indent .search-mini-form .form-search input::-moz-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-6 .header-indent .search-mini-form .form-search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-6 .header-indent .search-mini-form .form-search input:-moz-placeholder {
  color: rgba(255,255,255,0.4);
}
#header.header-6 .top-cart .block-title.no-items .cart-right-items {
  display: none;
}
#header.header-6 .top-cart .block-title .top-cart-icon {
  background-color: transparent;
}
#header.header-6 .top-cart .block-title .title-cart {
  color: #222;
}
#header.header-6 .top-cart .block-title .cart-qty {
  color: inherit;
}
#header.header-6 .top-cart .block-title .top-cart-icon i {
  margin-top: 0;
  color: inherit;
}
#header.header-6 .top-cart .block-title.active .title-cart,
#header.header-6 .top-cart .block-title:hover .title-cart {
  color: #d02323;
}
#header.header-6 .right-block {
  padding: 32px 0;
}
#header.header-6 .top-cart .block-title .title-cart {
  padding-left: 16px;
  padding-right: 0;
}
#header.header-6 .top-cart .block-title .top-cart-icon:after {
  content: none;
}
#header.header-6 .top-cart .block-title i.caret {
  display: none;
}
#header.header-6 ul.topmenu li.level0 a.level-top {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
#header.header-6 .customer-name .user-icon i {
  margin-top: -4px;
}
.wide-header.cms-index-index #header.header-6 .bottom-block:before {
  content: none;
}
.wide-header:not(.cms-index-index) #header.header-6 .top-block,
.boxed-header:not(.cms-index-index) #header.header-6 .top-block .container {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.wide-header:not(.cms-index-index) #header.header-6 .header-indent .top-block,
.boxed-header:not(.cms-index-index) #header.header-6 .header-indent .top-block .container {
  border-bottom: none;
}
#header.header-6 .header-indent .top-cart .block-title .title-cart,
#header.header-6 .header-indent .top-cart .block-title .top-cart-icon i,
#header.header-6 .header-indent .top-cart .block-title .cart-qty {
  color: #fff;
}
#header.header-6 .header-indent .top-cart .block-title.active .title-cart,
#header.header-6 .header-indent .top-cart .block-title:hover .title-cart {
  color: #d02323;
}
.header-layout-6 #AddToCart-popup.login-wrapper {
  z-index: 999999;
}

/* 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 .top-cart .block-title .title-cart {
  padding: 11px 15px;
}
#sticky-header .small-logo {
  margin: 5px 20px 5px 0;
  max-height: 50px;
}
#sticky-header .small-logo a:hover {
  opacity: 1;
}
#sticky-header .form-search input {
  width: 100%;
  border-radius: 0;
}
#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;
  text-transform: none;
  font-size: 14px;
}
#sticky-header ul.topmenu li a.level-top {
  line-height: 1.78;
  padding-top: 18px;
  padding-bottom: 19px;
}
#sticky-header ul.topmenu li.level0.parent a.level-top:after {
  top: 1px;
}
#sticky-header .form-search {
  overflow: visible;
}
#sticky-header .search-button {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: #666;
  text-align: center;
  float: right;
  line-height: 50px;
  margin-top: 2px;
}
#sticky-header .search-button i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
#sticky-header .form-search {
  position: relative;
}
#sticky-header .search-mini-form .form-search .search-button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#sticky-header .form-search .indent {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1.5em 20px;
  width: 336px;
  border: none;
  border-radius: 0;
}
#sticky-header  .search-mini-form {
  padding: 0;
  margin-top: 4px;
}
/* #sticky-header .form-search .input-wrapper {
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  transition: border 300ms ease;
  -moz-transition: border 300ms ease;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
} */
#sticky-header .search-mini-form.focused .form-search .input-wrapper {
  border-color: #4c66d9;
}
/* #sticky-header .form-search .btn{width: auto; border-radius:0 4px 4px 0;}
#sticky-header .form-search .btn:after,
#sticky-header .form-search .btn:hover:after{
  right: 0;
    top: 0;
    bottom: 0;
}
#sticky-header .form-search .btn i{display: none;}
#sticky-header .form-search .btn i + span{display: block; padding:0 20px;} */
.header-layout-1 #sticky-header .small-logo {
  margin: 8px 20px 8px 0;
}
/**** Select ****/

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

  width: 220px;
  /*IE9 and below*/
}
.pager .dropdown-menu li>a,
.pager .dropdown-menu li>span {
  border-radius: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.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;
  box-shadow: none;
}
.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: 10px;
  -o-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  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: 10356;
  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: 40px;
  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;
  vertical-align: middle;
}
ul.social-links li {
  float: left;
  margin: 0;
}
ul.social-links li a {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .7);
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
}
ul.social-links li a i {
  line-height: inherit;
  font-size: inherit;
  vertical-align: middle;
}
ul.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, .7);
  opacity: 1;
}
/* 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: 600;
}
.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: 'Poppins', sans-serif;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
}
.product-tabs li.current,
.product-tabs li:hover {
  background-color: #d02323;
  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;
}
.product-accordion.panel-group .panel-collapse.collapse {
  overflow: hidden;
}
.product-accordion.panel-group .panel-collapse.collapse .panel-body,
.product-accordion.panel-group .panel-collapse.collapsing .panel-body {
  display: none;
}
.product-accordion.panel-group .panel-collapse.collapse.in .panel-body {
  display: block;
}
/* ======================================================================================= */
/* 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 */
/* Meigee Icons ===================================================================== */
.icon-preview {
  padding: 20px;
  font-size: 14px;
  color: #222;
}
.icon-preview span {
  vertical-align: middle;
  line-height: 1;
}
.icon-preview i {
  margin-right: 15px;
  font-size: 18px;
  vertical-align: middle;
  line-height: normal;
  position: relative;
  top: 1px;
}

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

.custom-price-wrapper {
  display: inline-block;
  position: relative;
  background-color: #393b7d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
}
.custom-price-wrapper span {
  display: inline-block;
}
.custom-price-wrapper .text-wrapper {
  vertical-align: middle;
  line-height: inherit;
  margin-left: -1px;
}
.custom-price-wrapper .price-text {
  display: block;
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1px;
}
.custom-price-wrapper .price {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}
.text-banner a,
a.banner {
  display: block;
  position: relative;
}
.text-banner .banner-price-wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #393b7d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: right;
  border-radius: 150% 0 0 0;
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
}
.text-banner .banner-price-wrapper span {
  display: inline-block;
}
.text-banner .banner-price-wrapper .banner-text-wrapper {
  vertical-align: bottom;
  line-height: inherit;
  margin: 0px 9px 4px 0;
}
.text-banner .banner-price-wrapper .banner-price-text {
  display: block;
  margin-bottom: 1px;
  line-height: 1;
  color: #fff;
  font-family: "Libre Franklin";
  font-size: 12px;
  font-weight: 400;
}
.text-banner .banner-price-wrapper .banner-price {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -1px;
}
.text-banner .banner-content {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.text-banner .banner-content.bottom-left {
  left: 8%;
  bottom: 10.8%;
}
.text-banner .banner-content.top-center {
  top: 9%;
  left: 5%;
  right: 5%;
  text-align: center;
}
.text-banner .banner-content.top-left {
  top: 9%;
  left: 8%;
}
.text-banner .banner-content.middle-left {
  left: 8.5%;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-banner .banner-content.middle-center {
  left: 50%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.text-banner .banner-content.bottom-center {
  left: 5%;
  right: 5%;
  bottom: 5%;
  text-align: center;
}
.text-banner .banner-logo {
  max-width: 138px;
  padding-right: 20px;
  vertical-align: bottom;
}
.text-banner .banner-logo + span {
  padding-right: 21px;
  vertical-align: bottom;
}
.text-banner .banner-label {
  display: inline-block;
  clear: both;
  padding: 4px 7px 1px;
  margin: 10px 0;
  border-radius: 40px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.text-banner .banner-label.small {
  font-size: 10px;
}
.text-banner .banner-label-wrapper .banner-label {
  border-radius: 40px 0 0 40px;
}
.text-banner .banner-label-wrapper .banner-label + .banner-label {
  border-radius: 0 40px 40px 0;
  margin-left: -1px;
}
.text-banner .red-bg {
  background-color: #d02323;
}
.text-banner .yellow-bg {
  background-color: #ffe538;
  color: #222;
}
.text-banner .pink-bg {
  background-color: #ee767d;
}
.text-banner .white-bg {
  background-color: #fff;
  color: #222;
}
.text-banner .title {
  display: block;
  letter-spacing: -1.5px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #888;
}
.text-banner .strong-title {
  display: block;
  letter-spacing: -4px;
  font-family: Poppins;
  color: rgba(255, 255, 255, 0.6);
  font-size: 82px;
  font-weight: 600;
  line-height: 30px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.text-banner .subtitle {
  display: block;
  letter-spacing: -1.5px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
}
.text-banner .title small {
  font-weight: 300;
  letter-spacing: -.3px;
}
.text-banner .text-item-wrapper {
  display: inline-block;
  padding-right: 10px;
  margin-top: 20px;
}
.text-banner .text-item-wrapper .item {
  display: block;
  float: left;
}
.text-banner .text-item-wrapper .item i {
  font-size: 32px;
}
.text-banner .text-item-wrapper .item +.item {
  margin-top: 0;
  margin-left: 20px;
}
.text-banner .text-item-wrapper .item .media-left {
  padding-right: 12px;
}
.text-banner .media-body {
  width: auto;
}
.text-banner .text {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
}
.text-banner .title.skincolor,
.text-banner .title .skincolor,
.text-banner .subtitle.skincolor,
.text-banner .subtitle .skincolor,
.text-banner .text.skincolor,
.text-banner .text .skincolor,
.text-banner .skincolor {
  color: #393b7d;
}
.text-banner .title.skincolor-2,
.text-banner .title .skincolor-2,
.text-banner .subtitle.skincolor-2,
.text-banner .subtitle .skincolor-2,
.text-banner .text.skincolor-2,
.text-banner .text .skincolor-2,
.text-banner .skincolor-2 {
  color: #d02323;
}
.text-banner .title.black-text,
.text-banner .title .black-text {
  color: #222;
}
.text-banner .banner-content.white-text,
.text-banner .banner-content .title.white-text {
  color: #fff;
}
.text-banner .banner-content.white-text i {
  color: rgba(255, 255, 255, 0.6);
}
.text-blocks-wrapper .text-item {
  position: relative;
}
.text-blocks-wrapper .text-item .media-left {
  vertical-align: middle;
}
.text-blocks-wrapper .text-item .media-body {
  vertical-align: middle;
}
.text-blocks-wrapper .text-item span {
  display: block;
}
.text-blocks-wrapper .text-item .title {
  color: #222222;
  font-family: Poppins;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.text-blocks-wrapper .text-item .text {
  font-size: 13px;
}
.text-blocks-wrapper .text-item i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  border: 1px solid #ddd;
}
.text-blocks-wrapper .text-item i.red-text {
  color: #d83434;
}
.text-blocks-wrapper .text-item i.olive-text {
  color: #2b8c26;
}
.text-blocks-wrapper .text-item i.yellow-text {
  color: #ffc925;
}
.text-blocks-wrapper .text-item i.green-text {
  color: #299585;
}
.text-blocks-wrapper .text-item i:before {
  vertical-align: baseline;
  line-height: inherit;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.brands.with-bg,
.brands .background-wrapper {
  background-color: #f7f7f7;
}
.banner-products-block .banner-block,
.banner-products-block .products-block {
  float: left;
}
.banner-products-block .banner-block {
  width: 32.3%;
}
.banner-products-block .products-block {
  width: 67.3%;
}
.slider-right-block .products-grid .item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header .header-custom-menu-list {
  display: inline-block;
  padding-left: 24px;
  vertical-align: middle;
}
.header .header-custom-menu-list ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.header .header-custom-menu-list li {
  display: block;
  padding: 0;
  position: relative;
  float: left;
}
.header .header-custom-menu-list li:not(:first-of-type):before {
  background: rgba(0, 0, 0, .12);
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .header-custom-menu-list li a {
  color: #222;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 15px;
  line-height: 1;
}
.header .header-custom-menu-list li a i {
  margin-right: 5px;
  vertical-align: middle;
}
.header .header-custom-menu-list li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* 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;
  opacity: 1;
}
#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 .title {
  color: #aaa;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: -2.1px;
}
#home-image-slider .item .title strong {
  font-weight: 600;
}
#home-image-slider .item .text {
  display: block;
  margin-bottom: 20px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#home-image-slider .item .custom-price-wrapper {
  margin-bottom: 28px;
}
#home-image-slider .item .slide-container-2 .subtitle {
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  margin: 0;
}
#home-image-slider .item .btn + .btn {
  margin-left: 18px;
}
#home-image-slider .item .slide-container {
  position: absolute;
  right: 5%;
  left: 5%;
  top: 7%;
  z-index: 9;
}
#home-image-slider.vertical-content-slider .item .slide-container {
  right: 5%;
  bottom: 12%;
}
#home-image-slider .item .slide-container-2 {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 9;
}
#home-image-slider .item .slide-container.slide-skin-2 {
  right: auto;
  left: 12.4%;
  top: 20.9%;
}
#home-image-slider .item .slide-container.slide-skin-2 .subtitle {
  color: #fff;
  margin-bottom: 20px;
}
#home-image-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 25px;
  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: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 11px!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: #fff;
}
#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: #393b7d;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 0;
  margin: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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:hover .owl-nav div {
  opacity: 1;
}
#home-image-slider .owl-nav div:hover {
  background-color: #393b7d;
  color: #fff;
}
#home-image-slider .owl-nav div i {
  font-style: normal;
  line-height: inherit;
  vertical-align: middle;
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  display: inline-block;
}
#home-image-slider .owl-nav div.owl-prev {
  left: 0;
}
#home-image-slider .owl-nav div.owl-next {
  right: 0;
}
.home-slider.es-carousel-wrapper .owl-dots {
  display: block;
  margin: 22px 0 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: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 11px!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: #d02323;
}
.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;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: #d02323;
  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: 'meigee';
  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: "\0044";} */
/* Widgets =============================================================================== */

body .widget .widget-title,
.widget-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 27px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}
body .widget-title h2,
body .widget-title h3,
body .widget .widget-title h2,
body .widget .widget-title h3 {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  letter-spacing: -.6px;
}
body .widget-title h3,
body .widget .widget-title h3 {
  text-transform: uppercase;
}
.widget .widget-title a.more-link {
  position: absolute;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.083em;
  color: rgba(0, 0, 0, .44);
  font-family: 'Poppins', sans-serif;
}
.widget .widget-title a.more-link:hover {
  color: #d02323;
}
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 {
  margin-bottom: 40px;
  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: #616161;
}
.sidebar .block a:not(.btn):hover {
  color: #d02323;
}
.block-title {
  margin: 0 0 15px;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: 400;
  padding: 0 0 14px;
  font-size: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.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: 0;
}
.block-layered-nav .block-content dl {
  margin: 0;
  clear: both;
}
.block-layered-nav .block-content dt {
  font-family: 'Libre Franklin', sans-serif;
  color: #222;
  font-size: 18px;
  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: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.block-layered-nav .block-content dd .price {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  font-weight: normal;
}
.block-layered-nav .block-content li + li {
  margin-top: 9px;
}
.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;
}
.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;
}
.block-layered-nav .block-content .actions {
  margin-bottom: 1.5em;
}

/* Block: Layered Navigation Mobile*/
.block-layered-nav.mobile {
    width: 300px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    transition: left 550ms ease;
    right: -300px;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
    padding: 20px;
}
.block-layered-nav.mobile:before {
    content: '';
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    -webkit-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    -moz-box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
    box-shadow: 10px 0px 60px -5px rgba(0,0,0,0.44);
}
.block-layered-nav.mobile .block-title {margin: -20px -20px 0; padding: 10px 20px 5px; border-bottom: 1px solid #ddd; font-size: 18px; text-transform: uppercase; font-weight: 400;}
.block-layered-nav.mobile .block-title:after {display: none;}
.block-layered-nav.mobile .currently,
.block-layered-nav.mobile .actions,
.block-layered-nav.mobile #narrow-by-list {margin: 0 -20px; width: auto; padding: 0;}
.block-layered-nav.mobile .block-content dd + dt,
.block-layered-nav.mobile .block-content dt {margin: 0; padding: 12px 20px 11px;}
.block-layered-nav.mobile .block-content ol {padding: 0;}
.block-layered-nav.mobile .currently {width: auto; padding: 0}
.block-layered-nav.mobile .block-content .currently li {margin: 0; padding: 16px 20px;}
.block-layered-nav.mobile .block-content .currently li {border-bottom: 1px solid #ddd;}
.block-layered-nav.mobile .block-content .currently li a.btn-remove i:before {content: '\0048'; color: #b2b2b2; font-size: 14px;}
.block-layered-nav.mobile #narrow-by-list {border-bottom: 1px solid #ddd;}
.block-layered-nav.mobile #narrow-by-list li {margin: 0; padding: 7px 30px;}
.block-layered-nav.mobile #narrow-by-list dd {display: none;}
.block-layered-nav.mobile #narrow-by-list dt:not(:first-of-type) {border-top: 1px solid #ddd;}
.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-plus,
.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-minus {font-size: inherit;}
.block-layered-nav.mobile #narrow-by-list dt .icon-more .icon-minus {display: none;}
.block-layered-nav.mobile #narrow-by-list dt.open .icon-more .icon-minus {display: inline-block;}
.block-layered-nav.mobile #narrow-by-list dt.open .icon-more .icon-plus {display: none;}
.block-layered-nav.mobile #narrow-by-list dt .icon-more {float: right; display: inline-block; text-transform: none; font-size: 14px; margin-top: 4px; color:rgba(0,0,0, 0.5);}
.block-layered-nav.mobile .actions {/*border-top: 1px solid #ddd;*/}
.block-layered-nav.mobile .actions .btn {color: rgba(0,0,0,0.5); background-color: transparent; border-color: transparent; padding: 15px 20px; width: 100%; text-align: left;} 
.block-layered-nav.mobile .actions .btn i {font-size: 14px; margin-right: 10px; color: rgba(0,0,0,0.3);}
.block-layered-nav.mobile .actions .btn:hover,
.block-layered-nav.mobile .actions .btn:active,
.block-layered-nav.mobile .actions .btn:focus {background-color: rgba(0,0,0,0.1);}
body.shopby-accordion:after{
	content:'';
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:transparent;
	z-index:9998;
}

/* Block: Cart */
.block.block-cart {
  border: solid 2px #ddd;
  background-color: transparent;
  padding: 20px;
}
.block.block-cart .block-title {
  display: none;
}
.block.block-cart .empty {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-size: 14px;
}
.block.block-cart .empty p {
  line-height: 1;
  margin-bottom: 15px;
}
.block.block-cart .empty p span {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-size: 14px;
}
.block.block-cart .empty p.or {
  color: #aaa;
  position: relative;
}
.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 20px;
  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: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.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;
}
/* Block: Wishlist */

.block.block-wishlist {
  position: relative;
}
.block.block-wishlist .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.block.block-wishlist .item:last-child {
  margin: 0;
}
.block.block-wishlist .item .product-image {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}
.block.block-wishlist .item .product-image img {
  width: 100%;
}
.block.block-wishlist .item .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
}
.block.block-wishlist .item .product-name a {
  color: inherit;
  padding: 0;
  max-width: 86%;
}
.block.block-wishlist .item .product-name a:hover {
  color: #d02323;
}
.block.block-wishlist .item .ratings {
  margin-top: 0;
  margin-bottom: 4px;
}
.block.block-wishlist .item .price-box {
  margin-bottom: 1em;
}
.block.block-wishlist .item .price-box.map-info {
  float: none;
}
.block.block-wishlist .item .price-box .price {
  font-style: normal;
}
.block.block-wishlist .item .btn-remove {
  padding: 0;
  margin-top: 2px;
}
.block.block-wishlist .item .btn-remove i {
  color: #aaa;
  padding: 5px;
  line-height: 1;
}
.block.block-wishlist .item.last {
  padding-bottom: 0;
}
.block.block-wishlist .link-cart {
  padding: 5px 10px;
  display: none;
}
.block.block-wishlist .item .product-details .btn-remove i:hover {
  color: #d02323;
}
.block.block-wishlist .slider-buttons {
  position: absolute;
  top: 3px;
  right: 0;
}
.block.block-wishlist .actions {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.block.block-wishlist .actions a {
  color: #aaa;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
  background-color: transparent;
  border: none;
}
.block.block-wishlist .actions a:hover {
  opacity: .8;
}
.block.block-wishlist .actions a:after {
  content: none;
}
.block.block-wishlist .actions a i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.block.block-wishlist#wishlist-slider .actions {
  margin-right: 60px;
}
.block.block-wishlist .block-subtitle {
  display: none;
}
/* .block.block-wishlist .block-title strong {vertical-align: middle; display: inline-block; padding-top: 1px;} */

.block.block-wishlist .separator,
.block.block-wishlist .add-review {
  display: none;
}
.block.block-wishlist .ratings .rating-links {
  margin: 0;
}
#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;
}
aside.sidebar .block-compare .item .product-image {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}
aside.sidebar .block-compare .item .product-image img {
  width: 100%;
}
aside.sidebar .block-compare .item .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
}
aside.sidebar .block-compare .item .ratings {
  margin-top: 0;
  margin-bottom: 4px;
}
aside.sidebar .block-compare .item .product-name a {
  color: inherit;
  padding: 0;
  max-width: 86%;
}
aside.sidebar .block-compare .item .product-name a:hover {
  color: #d02323;
}
aside.sidebar .block-compare .item .btn-remove {
  padding: 0;
  margin-top: 2px;
}
aside.sidebar .block-compare li.item .btn-remove i {
  color: #aaa;
}
aside.sidebar .block-compare li.item .btn-remove i:hover {
  color: #d02323;
}
aside.sidebar .block-compare a.btn {
  color: #aaa;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 25px;
  text-transform: none;
  background-color: transparent;
  border: none;
  float: right;
}
aside.sidebar .block-compare a.btn:hover {
  opacity: .8;
}
aside.sidebar .block-compare a.btn:after {
  content: none;
}
aside.sidebar .block-compare a.btn i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
aside.sidebar .block.block-compare .separator,
aside.sidebar .block.block-compare .add-review {
  display: none;
}
aside.sidebar .block.block-compare .ratings .rating-links {
  margin: 0;
}
aside.sidebar .block.block-compare .ratings .rating-links a {
  margin: 0;
  padding: 0;
}
aside.sidebar .block.block-compare .block-content li.item {
  border: none;
  padding: 0;
}
aside.sidebar .block.block-compare .block-content li.item + li.item {
  padding-top: 20px;
}
aside.sidebar .block.block-compare .actions {
  padding-top: 30px;
}
aside.sidebar .block.block-compare .actions .btn i {
  margin-right: 9px;
}
/* Block: Poll */

.block-poll {
  border: 2px solid #ddd;
  padding: 25px;
}
.block-poll .block-title {
  display: none;
}
.block-poll .block-content {
  padding-left: 0!important;
}
.block-poll li {
  padding: .25em 5px;
  background: none;
}
.block-poll input.radio {
  float: left;
  margin: 3px 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-poll .btn i {
  margin-right: 9px;
}
/* Block: Tags */

.block.block-tags .block-content {
  padding-left: 0;
}
.block.block-tags .block-content ul {
  margin-bottom: 0;
  display: block;
  font-size: 1em;
}
.block.block-tags .block-content ul li {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0;
}
.block.block-tags .block-content ul li a {
  color: #222;
  display: inline-block;
  font-style: normal;
  padding: 2px 3px;
}
.block.block-tags .block-title strong {
  display: inline-block;
  padding-top: 2px;
}
.block.block-tags .block-tags .block-content ul li a:hover {
  color: #d02323;
}
.block.block-tags .actions {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
body .block.block-tags .actions a {
  color: #aaa;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
  border: none;
}
body .block.block-tags .actions a:before {
  content: none;
}
body .block.block-tags .actions a:hover {
  color: #222;
  opacity: .9;
  background-color: transparent;
  border-color: transparent;
}
.block.block-tags .actions a:after {
  content: none;
}
.block.block-tags .actions a i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
/* 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: #d02323;
}
.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: 600;
  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 .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: 18px;
  cursor: auto;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}
aside.sidebar .block-subscribe {
  border-radius: 0;
  border: 2px solid #ddd;
}
aside.sidebar .block-subscribe .subscribe-wrapper {
  padding: 20px 25px 25px;
  background-color: #fff;
  border-radius: 4px;
}
aside.sidebar .block-subscribe .block-title {
  margin-bottom: 21px;
}
aside.sidebar .block-subscribe h2,
aside.sidebar .block-subscribe h3 {
  line-height: 1;
}
aside.sidebar .block-subscribe i {
  display: inline-block;
  vertical-align: middle;
}
aside.sidebar .block-subscribe .left-icon i {
  font-size: 18px;
  padding: 0 0 0 10px;
}
aside.sidebar .block-subscribe .block-subscribe {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  max-width: 434px;
  width: 100%;
}
aside.sidebar .block-subscribe .block-content label {
  line-height: 24px;
}
aside.sidebar .block-subscribe .block-content i.meigee-envelope {
  color: rgba(0, 0, 0, 0.4);
  padding: 0 12px 0 16px;
  line-height: 36px;
  position: relative;
}
aside.sidebar .block-subscribe .block-content i.meigee-envelope:before {
  position: relative;
  top: 2px;
}
aside.sidebar .block-subscribe .block-content i.meigee-envelope:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: rgba(0, 0, 0, .09);
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
aside.sidebar .block-subscribe .block-content .input-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0;
}
aside.sidebar .block-subscribe .block-content input {
  height: 36px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
aside.sidebar .block-subscribe .block-content .btn {
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: none;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.6);
}
aside.sidebar .block-subscribe .block-content .btn:before {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
aside.sidebar .block-subscribe .block-content .btn span {
  vertical-align: middle;
}
aside.sidebar .block-subscribe .block-content .btn i {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: 1px;
}
aside.sidebar .block-subscribe .block-content .btn > span:after {
  background-color: rgba(0,0,0,0.1);
}
aside.sidebar .block-subscribe .block-content .btn span span {
  display: none;
}
/* Configurable Swatch */

.configurable-swatch-list li {
  float: left;
  margin: 0 0 9px 8px;
}
.block-layered-nav dd .configurable-swatch-list li {
  margin: 0 9px 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: solid 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #222;
  padding: 0 4px;
  border-radius: 2px;
  box-sizing: content-box;
  min-height: 38px;
  min-width: 30px;
  line-height: 38px;
  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: #d02323;
  color: #fff;
  border-color: #d02323;
}
.block-layered-nav dd .swatch-link.has-image .swatch-label {
  padding: 0;
  border: none;
  border-radius: 4px;
  box-shadow: inset -2px -4px 0px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -2px -4px 0px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -2px -4px 0px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset -2px -4px 0px -2px rgba(0, 0, 0, 0.1);
}
.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 {
  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: #222;
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .1);
  box-sizing: content-box;
}
.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: #d02323;
}
.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;
}
.swatch-current .swatch-link {
  margin-left: 5px;
}
.products-list .configurable-swatch-list,
.products-grid .configurable-swatch-list {
  margin-bottom: 12px;
  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%;
  margin-top: -2px;
}
.product-image-gallery {
  position: relative;
  margin-bottom: 1em;
}
.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: visible;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#popup-block .modal-header {
  padding: 0;
  min-height: 0;
  border: none;
}
#popup-block .modal-header .close {
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -34px;
  opacity: 1;
  z-index: 999;
  height: 14px;
  width: 14px;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
}
#popup-block .modal-header .close i {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  display: block;
}
#popup-block .modal-header .close i:hover {
  color: #d02323;
}
#popup-block .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
}
#popup-block .block-subscribe {
  border-radius: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
}
#popup-block .block-subscribe .subscribe-wrapper {
  background-color: transparent;
  padding: 20px 40px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
#popup-block .block-subscribe .block-title {
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  margin: 0;
  padding: 0 0 34px;
  border: none;
}
#popup-block .block-subscribe .left-icon i {
  font-size: 26px;
  margin-left: 20px;
  margin-right: 8px;
}
#popup-block .block-subscribe i {
  display: inline-block;
  vertical-align: middle;
}
#popup-block .block-subscribe .block-subscribe {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0;
  max-width: 434px;
  padding: 0;
  width: 100%;
}
#popup-block .block-subscribe .subscribe-wrapper .validation-advice {
  position: absolute;
  bottom: 0;
  transform: translateY(110%);
}
#popup-block .block-subscribe .block-content label {
  line-height: 24px;
  padding-bottom: 32px;
}
#popup-block .block-subscribe .block-content i.meigee-envelope {
  color: rgba(0, 0, 0, 0.4);
  line-height: 36px;
  padding: 0 12px 0 16px;
  position: relative;
}
#popup-block .block-subscribe .block-content i.meigee-envelope::before {
  position: relative;
  top: 2px;
}
#popup-block .block-subscribe .block-content i.meigee-envelope::after {
  background-color: rgba(0, 0, 0, 0.09);
  content: "";
  height: 20px;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
#popup-block .block-subscribe .block-content .input-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1px;
  position: relative;
  width: 100%;
}
#popup-block .block-subscribe .block-content input {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  font-size: 14px;
  height: 48px;
  color: #fff;
}
#popup-block .block-subscribe .block-content .btn {
  border: medium none;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0;
  width: 48px;
  background-color: transparent;
}
#popup-block .block-subscribe .block-content .btn span {
  vertical-align: middle;
}
#popup-block .block-subscribe .block-content .btn > span:after {
  background-color: rgba(255,255,255,0.1);
}
#popup-block .block-subscribe .block-content .btn i {
  line-height: inherit;
  position: relative;
  top: 2px;
  margin: 0;
  padding: 0;
}
#popup-block .block-subscribe .block-content .btn span span {
  display: none;
}
#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%;
  display: none;
}
#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 {
  margin: 0 0 1.5em;
}
/* View Type: Grid / List */

.products-grid .item {
  margin-bottom: 30px;
}
.products-list .item + .item,
.footer-products-list .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ddd;
}
.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;
}
.home-widget-slider {
  margin: 0 -20px;
}
.widget-slider.products-grid .item {
  margin-bottom: 0;
}
.widget-slider.owl-carousel {
  padding: 0;
}
.widget-slider.owl-carousel .owl-stage-outer {
  padding: 0;
  margin: 0;
}
.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: 11px;
  color: #aaa;
  margin: 0 0 4px;
}
.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%;
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  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: visible;
}
.products-grid .image-box {
  margin-bottom: 18px;
}
.products-grid .rating-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.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);
}
body .products-grid,
body .widget-products .owl-carousel .owl-stage{
  margin-left: 0;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;

}
.products-grid .item {
  padding-left: 0;
  padding-right: 0;
  border-top: solid 1px transparent;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  float: left;
}
.products-grid .item .indent {
  text-align: left;
  padding: 0 30px;
  border-right: solid 1px #ddd;
  margin: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid.owl-carousel .item .indent {
  padding: 0 20px;
}
.products-grid li.item {border-top: solid 1px #ddd; padding-top: 30px;}
.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;}
.products-grid li.item:last-child .indent,
.products-grid .item:last-child .indent,
.products-grid.one-column li.item .indent,
.products-grid.two-columns li.item:nth-of-type(2n) .indent,
.products-grid.three-columns li.item:nth-of-type(3n) .indent,
.products-grid.four-columns li.item:nth-of-type(4n) .indent,
.products-grid.five-columns li.item:nth-of-type(5n) .indent,
.products-grid.six-columns li.item:nth-of-type(6n) .indent,
.products-grid.seven-columns li.item:nth-of-type(7n) .indent,
.products-grid.eight-columns li.item:nth-of-type(8n) .indent,
.products-grid.one-column li.item,
.products-grid.two-columns li.item:nth-of-type(2n),
.products-grid.three-columns li.item:nth-of-type(3n),
.products-grid.four-columns li.item:nth-of-type(4n),
.products-grid.five-columns li.item:nth-of-type(5n),
.products-grid.six-columns li.item:nth-of-type(6n),
.products-grid.seven-columns li.item:nth-of-type(7n),
.products-grid.eight-columns li.item:nth-of-type(8n),
.category-products .products-grid.one-column li.item,
.category-products .products-grid.two-columns li.item:nth-of-type(2n) .indent,
.category-products .products-grid.three-columns li.item:nth-of-type(3n) .indent,
.category-products .products-grid.four-columns li.item:nth-of-type(4n) .indent,
.category-products .products-grid.five-columns li.item:nth-of-type(5n) .indent,
.category-products .products-grid.six-columns li.item:nth-of-type(6n) .indent,
.category-products .products-grid.seven-columns li.item:nth-of-type(7n) .indent,
.category-products .products-grid.eight-columns li.item:nth-of-type(8n) .indent {
    border-right: none;
}

.products-grid.two-columns li.item:nth-of-type(-n+2),
.products-grid.three-columns li.item:nth-of-type(-n+3),
.products-grid.four-columns li.item:nth-of-type(-n+4),
.products-grid.five-columns li.item:nth-of-type(-n+5),
.products-grid.six-columns li.item:nth-of-type(-n+6),
.products-grid.seven-columns li.item:nth-of-type(-n+7),
.products-grid.eight-columns li.item:nth-of-type(-n+8) {
  border-top: none;
  padding-top: 0;
}
.products-grid.widget-slider .product-image,
.products-grid.widget-grid .product-image {
  position: relative;
}
.products-grid.widget-slider .product-image:hover,
.products-grid.widget-grid .product-image:hover {
  opacity: 1;
}
.products-grid .product-image:before,
.products-list .product-image:before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
}
.products-grid .item .image-box:hover .product-image:before,
.products-list .item .image-box:hover .product-image:before {
  opacity: 1;
}
/* Product Grid 2 */
.products-grid .item.type-2 {
  border: none;
  padding-top: 0;
}
.products-grid .item .indent.type-2 {
  text-align: center;
  border: none;
}
.products-grid .item .indent.type-2 .product-action-wrapper {
  display: block;
}
.products-grid .item .indent.type-2 .price-action-block {
  display: block;
}
.products-grid .item .indent.type-2 .price-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 3px;
}
.products-grid .indent.type-2 .add-to-links {
  margin-top: 18px;
}
.products-grid .indent.type-2 .btn > span:after {
  content: none !important;
}
.products-grid .item .indent.type-2 .btn {
  border: none;
  background-color: transparent;
  color: #8b8177;
  border-radius: 0;
}
body .products-grid .item .indent.type-2 .btn:focus,
body .products-grid .item .indent.type-2 .btn.focus,
body .products-grid .item .indent.type-2 .btn:active,
body .products-grid .item .indent.type-2 .btn.active,
body .products-grid .item .indent.type-2 .btn:hover,
body .products-grid .item .indent.type-2 .btn:hover {
  background-color: transparent;
  color: #ff5d51;
}
.products-grid .item .indent.type-2 .btn i {
  font-size: 16px;
}
.products-grid .item .indent.type-2 .add-to-links {
  display: block;
}

/* Product Grid 3 */
.products-grid .item .indent.type-3 .product-labels-wrapper {
  left: 11px;
}
.products-grid .item .indent.type-3 .image-box,
.products-grid .item .indent.type-3 .product-info {
  float: left;
}
.products-grid .item .indent.type-3 .image-box {
  width: 39.999%;
  padding-right: 10px;
}
.products-grid .item .indent.type-3 .lightbox-button {
  top: 5px;
  right: 5px;
}
.products-grid .item .indent.type-3 .lightbox-button i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.products-grid .item .indent.type-3 .product-info {
  width: 59.999%;
  padding-left: 10px;
}
.products-grid .indent.type-3 .price{
  font-size: 14px;
}
.products-grid .indent.type-3 .add-to-links {
  width: 100%;
  margin-top: 15px;
}
.products-grid .indent.type-3 .add-to-links a,
.products-grid .indent.type-3 .btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.products-grid .indent.type-3 .add-to-links a i,
.products-grid .indent.type-3 .btn i {
  font-size: 14px;
}
.products-grid .indent.type-3  .btn-ajaxkit-quick-view i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
}
.products-grid .indent.type-3  .btn-ajaxkit-quick-view {
  height: 40px;
  width: 40px;
  line-height: 42px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;

}
.products-grid .indent.type-3  .btn-ajaxkit-quick-viewspan {
  display: none;
}

.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;
}
.products-grid .item .btn span span,
.products-list .item .btn span span,
.footer-products-list .item .btn span span {
  display: none;
}
.products-grid .item .btn i,
.products-grid .item i {
  display: inline-block;
  font-size: 24px;
}
.products-grid .item:not(.type-3) .lightbox-button i {
  font-size: 22px;
}
.products-grid .item .btn i {
  position: relative;
  left: 1px;
}
.footer-products-list .item .btn i,
.widget-products .products-list .item .btn i{
  font-size: 14px;
}
.hover-buttons {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 4px;
  z-index: 10;
}
.hover-buttons .toggle-options {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.hover-buttons .toggle-options i {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.hover-buttons.open .toggle-options {
  display: none;
}
.hover-buttons .toggle-options:hover {
  cursor: pointer;
}
.hover-buttons .toggle-options i {
  line-height: inherit;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.3);
}
.hover-buttons.open .toggle-options i {
  color: #222;
}
.hover-buttons .options-block {
  background-color: transparent;
  height: 40px;
  width: 40px;
  overflow: hidden;
  transition: height 350ms ease, width 350ms ease;
  -moz-transition: height 350ms ease, width 350ms ease;
  -webkit-transition: height 350ms ease, width 350ms ease;
}
.hover-buttons.open .options-block {
  height: 80px;
  width: 80px;
  font-size: 16px;
  z-index: 1;
  background-color: #fff;
}
body .hover-buttons .btn-quickview {
  display: inline-block;
  float: none;
  position: relative;
  top: auto;
  width: 40px;
  height: 40px;
  font-style: normal;
  background-color: #fff;
  border: none;
  color: #222;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
}
body .hover-buttons .add-to-links {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
body .hover-buttons .add-to-links span {
  display: block;
}
body .hover-buttons .add-to-links span,
body .hover-buttons .btn-quickview,
.hover-buttons .lightbox-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  position: static;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  opacity: 1;
}
.hover-buttons .lightbox-button {
  display: inline-block;
}
.hover-buttons .lightbox-button .tooltip {
  margin-left: -9px;
}
body .hover-buttons .add-to-links span a {
  color: inherit;
  display: block;
  height: 0;
  width: 0;
}
body .hover-buttons.open .add-to-links span a {
  display: block;
  height: 40px;
  width: 40px;
}
body .hover-buttons .btn-quickview i {
  display: block;
}
body .hover-buttons .add-to-links span i,
body .hover-buttons .btn-quickview i,
.hover-buttons .lightbox-button i {
  line-height: inherit;
  font-size: 0;
  opacity: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #222;
  border-radius: 0;
  vertical-align: middle;
  transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition-delay: 400ms;
}
body .hover-buttons .add-to-links .meigee-fa-heart:before {
  position: relative;
  top: 1px;
}
.hover-buttons .lightbox-button i:hover {
  background-color: transparent;
}
body .hover-buttons.open .add-to-links span i,
.hover-buttons.open .lightbox-button i,
body .hover-buttons.open .btn-quickview i {
  opacity: 1;
  font-size: 16px;
}
body .hover-buttons .add-to-links span a:hover,
.hover-buttons .btn-quickview:hover,
body .hover-buttons .btn-quickview:hover i,
.hover-buttons .lightbox-button:hover {
  background-color: #f5f5f5;
  color: #222;
  opacity: 1;
}

.products-list .product-image,
.products-grid .product-image,
.footer-products-list .product-image {
  display: block;
  border: none;
  position: relative;
  overflow: hidden;
}
.products-grid .product-name,
.products-list .product-name,
.footer-products-list .product-name {
  margin: 0 0 6px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
}
.product-name a {
  color: #393b7d;
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.footer-products-list .product-name a:hover {
  color: #d02323;
}
.products-grid .availability,
.products-list .availability,
.footer-products-list .availability {
  margin-bottom: .5em;
}
.products-grid .ratings,
.products-list .ratings,
.footer-products-list .ratings {
  margin: 0 0 14px;
}
.products-grid .price-box,
.products-list .price-box,
.footer-products-list .price-box {
  margin: 0 0 20px;
  line-height: 1.1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flexbox-direction: column;
  -moz--direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.products-grid .add-to-links span,
.products-list .add-to-links span,
.footer-products-list .add-to-links span,
.products-grid .btn,
.products-list .btn,
.footer-products-list .btn {
  display: inline-block;
  vertical-align: middle;
}
body .products-grid .btn:not(.selectpicker) > span:after,
body .products-list .btn:not(.selectpicker) > span:after,
body .footer-products-list .btn:not(.selectpicker) > span:after {
  -webkit-transform: scale3d(0.4, 1, 1);
  transform: scale3d(0.4, 1, 1);
}
html body .products-grid .btn:hover > span::after,
html body .products-grid .btn:focus > span::after,
html body .products-grid .btn:active > span::after,
html body .products-list .btn:hover > span::after,
html body .products-list .btn:focus > span::after,
html body .products-list .btn:active > span::after,
html body .footer-products-list .btn:hover > span::after,
html body .footer-products-list .btn:focus > span::after,
html body .footer-products-list .btn:active > span::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.products-grid .btn,
.products-list .btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
}
.products-grid .btn > span:after,
.products-list .btn > span:after {
 border-radius: 50%;
}
.footer-products-list .btn,
.widget-products .products-list .btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
}
.footer-products-list .price,
.widget-products .products-list .price {
  font-size: 14px;
}
.footer-products-list .old-price .price,
.widget-products .products-list .old-price .price {
  font-size: 12px;
}
.products-grid .old-price,
.products-grid .special-price,
.products-list .old-price,
.products-list .special-price,
.footer-products-list .old-price,
.footer-products-list .special-price {
  display: block;
}
.products-grid .price-action-block.two-items .price-box,
.products-list .price-action-block.two-items .price-box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 14px;
  margin-left: 14px;
  margin-right: 10px;
}
.footer-products-list .price-action-block,
.widget-products .products-list .price-action-block {
  width: 100%;
  margin-bottom: 8px;
}
.footer-products-list .price-action-block.two-items .price-box,
.widget-products .products-list .price-action-block.two-items .price-box {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding-left: 14px;
  margin-left: 10px;
  margin-right: 0;
}
@media only screen and (max-width: 400px){
  body .products-grid .btn.btn-default:not(.selectpicker){
    padding: 0 15px !important;
    font-size: 12px;
  }
}

.product-action-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  -moz--direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.price-action-block.two-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  -moz--direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.price-action-block.two-items.bundle-type .price-box {
  height: auto;
  line-height: 2.3;
}
.price-action-block.two-items.bundle-type .btn {
  height: auto;
}
.products-list .price-action-block.two-items p.minimal-price,
.products-grid .price-action-block.two-items p.minimal-price {
  margin: 0;
}
.products-grid .price-action-block.with-special-price .old-price,
.products-list .price-action-block.with-special-price .old-price {

}
.products-grid .add-to-links,
.products-list .add-to-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

ul.add-to-links {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
ul.add-to-links li {
  display: inline-block;
}
ul.add-to-links li a {
  display: block;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, .1);
  height: 40px;
  width: 40px;
  font-size: 16px;
  color: #aaa;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 41px;
  margin-right: 5px;
}
ul.add-to-links li a:hover {
  opacity: 1;
  border-color: #393b7d;
  background-color: #393b7d;
  color: #fff;
}
.products-grid .add-to-links a,
.products-list .add-to-links a,
.footer-products-list .add-to-links a {
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, .1);
  height: 40px;
  width: 40px;
  font-size: 16px;
  text-align: center;
  color: #aaa;
  background-color: #fff;
  display: inline-block;
  line-height: 42px;
  margin-right: 5px;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid .add-to-links a i,
.products-list .add-to-links a i,
.footer-products-list .add-to-links a i {
  font-size: 20px;
}
.footer-products-list .add-to-links a,
.widget-products .products-list .add-to-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.p
.footer-products-list .add-to-links a i,
.widget-products .products-list .add-to-links a i {
  font-size: 14px;
}
.products-grid .add-to-links a:hover,
.products-list .add-to-links a:hover,
.footer-products-list .add-to-links a:hover {
  opacity: 1;
  border-color: #393b7d;
  background-color: #393b7d;
  color: #fff;
}
.products-grid .btn-ajaxkit-quick-view,
.products-list .btn-ajaxkit-quick-view,
.footer-products-list .btn-ajaxkit-quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-ajaxkit-quick-view {
  opacity: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.taphover .btn-ajaxkit-quick-view,
.image-box:hover .btn-ajaxkit-quick-view {
  opacity: 1;
}
.products-grid .btn-ajaxkit-quick-view i,
.products-list .btn-ajaxkit-quick-view i {
  display: none;
}

.footer-products-list .lightbox-button,
.widget-products .products-list .lightbox-button {
  top: 5px;
  right: 5px;
}
.footer-products-list .lightbox-button i,
.widget-products .products-list .lightbox-button i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
}
.footer-products-list .btn-ajaxkit-quick-view,
.widget-products .products-list .btn-ajaxkit-quick-view {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -15px;
  padding: 0;
}
.footer-products-list .btn-ajaxkit-quick-view i,
.widget-products .products-list .btn-ajaxkit-quick-view i {
  display: inline-block;
}
.footer-products-list .btn-ajaxkit-quick-view span,
.widget-products .products-list .btn-ajaxkit-quick-view span {
  display: none;
}

.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;
}
body .products-grid.six-columns .item .indent .btn span i,
body .products-grid.seven-columns .item .indent .btn span i,
body .products-grid.eight-columns .item .indent .btn span i {
  display: inline-block;
  margin: 0;
  line-height: 40px;
  position: relative;
  top: -1px;
}
body .products-grid.six-columns .item .indent .btn span i:before,
body .products-grid.seven-columns .item .indent .btn span i:before,
body .products-grid.eight-columns .item .indent .btn span i:before {
  vertical-align: middle;
}
.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.two-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.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.four-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.products-grid.five-columns:not(.carousel-ul) .item {
  width: 20%;
}
.products-grid.five-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.products-grid.six-columns:not(.carousel-ul) .item {
  width: 16.66%;
}
.products-grid.six-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.products-grid.seven-columns:not(.carousel-ul) .item {
  width: 14.28%;
}
.products-grid.seven-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.products-grid.eight-columns:not(.carousel-ul) .item {
  width: 12.5%;
}
.products-grid.eight-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.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: 1em;
  color: #aaa;
  font-size: 11px;
}
.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: #d02323;
}
.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;
  bottom: auto;
  top: 0;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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 .product-image {
  display: inline-block;
  width: 84px;
  vertical-align: top;
  position: relative;
  padding-right: 10px;
}
/* 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: "\004c";
  /* icon-close */

  font-family: 'meigee';
  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: #d02323;
}
.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: #d02323;
}
.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: 10px;
  right: 10px;
  opacity: 0;
  z-index: 5;
}
.taphover .lightbox-button,
.image-box:hover .lightbox-button {
  opacity: 1;
}
.lightbox-button i {
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 40px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.lightbox-button i:before {
  position: relative;
  top: 1px;
}
.lightbox-button i:hover {
  background-color: #d02323;
}
.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: 1px;
  left: 1px;
  z-index: 4;
}
.product-labels-wrapper > div {
  padding: 3px 7px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: -.4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  float: left;
  position: relative;
}
.product-labels-wrapper > div + div {
  float: right;
}
.product-labels-wrapper > div.label-new {
  background-color: #d02323;
}
.product-labels-wrapper > div:not(.label-new) {
  background-color: #ffe538;
  color: #222;
}
/* 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: 11px;
  padding: 2px 5px 0;
}
.product-labels-wrapper.label-type-3.two-items > div {
  border-radius: 50px 0 0 50px;
}
.product-labels-wrapper.label-type-3.two-items > div + div {
  border-radius: 0 50px 50px 0;
}
.product-labels-wrapper.label-type-3 .availability-only p {
  display: inline;
  padding-left: 1px;
}
.product-labels-wrapper.label-type-3 .percentage span {
  margin-left: 3px;
}
/**** 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 #4ab0bc;
  top: 0;
}
.product-labels-wrapper.label-type-4 > div:after {
  border-bottom: 10px solid #4ab0bc;
  bottom: 0;
}
.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: 0;
  display: inline-block;
  color: #aaa;
}
.ratings .rating-links a,
.ratings .amount a {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
}
.ratings .rating-links a:hover,
.ratings .amount a:hover {
  color: #d02323;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  float: left;
  position: relative;
  color: #aaa;
  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: #ffd33c;
  height: 23px;
}
body.apple-device .rating-box .rating {
  top: 1px;
}
body.apple-device .customer-rating .rating-box i {
  font-size: 16px;
}
body.apple-device .customer-rating .rating-box .rating {
  top: 2px;
}
.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: 600;
  padding-right: 8px;
}
/* Availability */

body .availability {
  font-size: 11px;
  color: #888;
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  border-radius: 0;
  background-color: #eee;
  padding: 0px 7px 1px;
}
.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: #fff;
  background-color: #43a047;
}
.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: 'Poppins', sans-serif;
  color: #d02323;
  font-size: 18px;
  font-weight: 400;
}
/* 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: 12px;
  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: 600;
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  font-size: 1em;
  color: #666;
  font-weight: 600;
  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: 600;
  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: 600;
}
/* Price range */

.price-from,
.price-to {
  margin-bottom: 0;
}
.price-from .price-label,
.price-to .price-label {
  font-weight: 600;
  white-space: nowrap;
}
/* Price notice next to the options */

.price-notice {
  padding-left: 5px;
}
.price-notice .price {
  font-weight: 600;
  font-size: 1em;
}
/* Price as configured */

.price-as-configured .price-label {
  font-weight: 600;
  white-space: nowrap;
}
/********** Product Prices > */
/* Tier Prices */

.tier-prices .price {
  font-weight: 600;
}
/* 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;
  margin-bottom: 1.5em;
}
.product-view .add-to-cart {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.add-to-box .price-box {
  margin-bottom: 1.5em;
}
.product-collateral .box-collateral {
  margin: 0 0 15px;
}
/* Product View */

.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner {
  position: relative;
}
.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 .product-buttons div {
  color: #777;
  text-align: left;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button {
  position: absolute;
  left: 0;
  top: 20%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button a {
  padding: 4px 0 4px 60px;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button {
  position: absolute;
  right: 0;
  text-align: right;
  top: 20%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button a {
  padding: 4px 60px 4px 0;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button a i {
  left: auto;
  right: 0;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a {
  display: block;
  color: inherit;
  text-transform: none;
  position: relative;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a span {
  font-size: 11px;
  display: block;
  color: inherit;
  font-weight: normal;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a span.subtitle {
  color: #aaa;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons div a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  font-size: 16px;
  margin-right: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons {
  clear: both;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .prev-button,
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .next-button {
  position: relative;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .prev-button {
  float: left;
}
.catalog-product-view .breadcrumbs-wrapper.type-2 .product-buttons .next-button {
  float: right;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button + .next-button {
  margin-left: 4%;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default {
  margin: 0;
  display: inline-block;
  width: auto;
  float: right;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div {
  width: auto;
  position: relative;
  float: left;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a {
  padding: 0;
  min-height: 1px;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a i {
  margin: 0;
  position: relative;
  transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div a i:hover {
  background-color: rgba(0, 0, 0, .1);
}
.catalog-product-view .breadcrumbs-wrapper .product-buttons.default > div.next-button {
  margin-left: 2px;
  float: right;
}
.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: 70px;
  margin-bottom: 12px;
}
.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: 10px;
  top: 0;
}
.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: transparent;
  border: 1px solid #ddd;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  color: #393b7d;
  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:hover {
  opacity: 1;
}
.product-buttons.default > div a i:hover {
  background-color: #393b7d;
  color: #fff;
}
.product-buttons.default > div.next-button {
  margin-left: -1px;
  float: right;
}
.product-view .top-wrapper .price-availability-block {
  margin-bottom: 1.5em;
}
.product-view .product-options-bottom .price-box.bundle-price-configured {
  display: none;
}
.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-block .price-box-bundle .price-box,
.product-view .top-block .price-box-bundle + .price-box {
  display: block;
}
.product-view .top-wrapper .price-box .old-price .price {
  font-size: 16px;
}
.product-view .price-currency,
.product-view .top-wrapper .price-box .price {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: #393b7d;
}
.price-currency {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: #393b7d;
  font-weight: 300;
}
.product-view .product-shop .availability-only {
  margin: 0 10px 11px 0;
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-shop .availability-only span {
  padding: 0;
  background: none;
  color: #ff2525;
}
.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;
  font-size: .91em;
  color: #666;
}
.product-view .a-right .sku-email-block .sku {
  margin-right: 0;
  margin-left: 30px;
}
.product-view .sku {
  margin-bottom: 11px;
}
.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: #d02323;
}
.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: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}
.product-view .short-description h5 {
  margin-bottom: 9px;
}
.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: .5em;
}
.product-view .product-options dl dt label {
  color: #222;
  font-size: 16px;
  position: relative;
  font-family: 'Poppins', sans-serif;
  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: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.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 .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: 1.5em;
}
.product-view .product-options-bottom .price-box {
  float: none;
  margin-bottom: 1.5em;
}
.product-view .quantity-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0;
}
.product-view .quantity-wrapper input.qty,
.product-view .quantity-wrapper input[id*="qty"] {
  border-width: 0;
  height: 40px;
  width: 40px;
}
.product-view .quantity-wrapper label[for="qty"] {
  display: none;
  font-weight: 600;
  font-size: 1.16em;
  color: #888;
  margin: .66em 20px .66em 0;
}
.product-view .quantity-wrapper .btn-qty-wrapper {
  display: block;
  float: right;
}
.product-view .quantity-wrapper .btn-qty-wrapper .btn-qty {
  display: block;
}
.product-view .quantity-wrapper .btn-qty-wrapper .btn-qty i {
  background-color: transparent;
  height: 19px;
  width: 19px;
  line-height: 21px;
}
.product-view .quantity-wrapper .btn-qty i:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-view .add-to-cart .btn {
  line-height: 1.1;
  height: 42px;
  padding-left: 25px;
  padding-right: 25px;
}
.product-view .quantity-wrapper + #product-addtocart-button {
  margin-left: -3px;
  border-radius: 0;
}
.product-view .add-to-cart + .add-to-links {
  margin-left: 10px !important;
}
.product-view .add-to-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.product-view .add-to-links li {
  display: inline-block;
  vertical-align: middle;
}
.product-view .add-to-links li + li {
  margin-left: 5px;
}
.product-view .product-img-box .product-image {
  margin-bottom: 0;
}
.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: #d02323;
}
.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,
#super-product-table .price-currency {
  margin: 0;
  font-size: 2em;
}
#super-product-table .price:before,
#super-product-table .price:after {
  content: none;
}
#super-product-table .quantity-wrapper {
  margin: 0;
  border-width: 0;
  min-width: 80px;
}
#super-product-table .quantity-wrapper input.qty,
#super-product-table .quantity-wrapper input[id*="qty"] {
  border: 1px solid #ddd;
}
.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: 1.25em;
}
.box-up-sell .rating-links {
  display: none !important;
}
.box-up-sell .product-name {
  margin-bottom: 1em;
}
/* 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 .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: 600;
}
.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: #d02323;
}
/* Quantity */

.add-to-cart label[for="qty"] {
  display: none;
}
.quantity-wrapper {
  width: 84px;
  margin: 0 auto;
  font-size: 0;
}
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 1px #ddd;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.btn-qty {
  display: inline-block;
  vertical-align: middle;
}
.btn-qty i {
  font-size: 9px;
  text-align: center;
  color: rgba(0, 0, 0, .85);
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #eee;
  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 {
  background-color: #d02323;
}
/* Tabs */

.product-view #tabs {
  border: none;
}
.product-view .products-grid li.item {
  border-top: none;
  padding-top: 0;
}
.product-view .nav-tabs {
  border-bottom: solid 1px #eee;
  margin: 0;
  padding: 0;
}
.product-view .nav-tabs li a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  letter-spacing: -.75px;
  color: #616161;
  background: none;
  margin-right: 0;
  font-weight: normal;
  border: none;
  padding: 10px 20px 11px;
  background: transparent;
  position: relative;
  border-radius: 4px 4px 0 0;
  line-height: 1;
}
.product-view .nav-tabs li:not(.first) {
  margin-left: 2px;
}
.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: #d02323;
  border: none!important;
}
.product-view .tab-content {
  padding: 24px 30px;
}
.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: #d02323;
}
.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) .block-content .item {
  margin-bottom: 0;
}
.block-related:not(.related-bottom) .block-content .item .indent {
  background-color: transparent;
  padding-bottom: 0;
  border-radius: 0;
}
.block-related:not(.related-bottom) .block-content .product-name {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}
.block-related:not(.related-bottom) .block-content .product-name a {
  color: #222;
}
.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: -1px;
  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: 0;
  margin-right: 0;
  display: block;
}
.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: 11px;
  font-size: 13px;
  color: rgba(0, 0, 0, .44);
  font-family: 'Poppins', 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;
}
body .related-bottom.products-grid {
  display: block;
}
.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;
  overflow: hidden;
}
.slider-container .owl-buttons {
  position: absolute;
  top: -60px;
  right: 0;
}
.owl-buttons > div {
  float: left;
}
.owl-buttons > div + div {
  margin-left: -1px;
}
.owl-buttons i {
  color: #393b7d;
  border: 1px solid #ddd;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  font-style: normal;
}
.owl-buttons i:before {
  position: relative;
  top: 1px;
}
.widget-title .owl-buttons {
  display: inline-block;
  float: right;
  margin-left: 10px;
  vertical-align: middle;
}
.widget-title .owl-buttons i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.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: #393b7d;
  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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  color: rgba(0, 0, 0, .44);
  font-family: 'Poppins', sans-serif;
}
.box-reviews .block-title .more-link:hover {
  color: #d02323;
}
.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: #393b7d;
}
.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: 600;
  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: #ffd34b;
}
.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-bottom: 1.5em;
}
.product-view .product-custom .fb-like ~ div {
  vertical-align: top!important;
  width: 80px!important;
}
.product-view .product-custom .twitter-share-button {
  min-width: 90px !important;
  width: 90px!important;
}
.col3-layout #customer-reviews > div {
  float: none!important;
  width: 100%;
}
.col3-layout .customer-rating {
  width: 30%;
}
.col3-layout .review-box {
  width: 100%;
}
.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;
}
.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 .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: 'Poppins', 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: none;
      display: none !important;
}
.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: 'Poppins', 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: 'Poppins', 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: #d02323;
}
.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: #d02323;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 1.16em;
}
.page-sitemap .sitemap li.level-0 a {
  color: #222;
}
.page-sitemap .sitemap li.level-0 a:hover {
  color: #d02323;
}
/* 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: 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: #d02323;
}
.cart-actions a,
.table .cart-actions a {
  display: inline-block;
  font-size: 11px;
  color: #888;
  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 {
  color: #aaa;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
}
.cart-actions i:hover,
table .cart-actions i:hover,
table .table-button i:hover {
  color: #d02323;
}
/* 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;
}
#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: 2px;
  border-color: #393b7d;
}
.cart .totals:not(.panel-body) .block-title {
  border-color: #393b7d;
}
.cart .totals.panel-body .block-title {
  margin-left: -20px;
  margin-right: -20px;
}
.cart .totals .totals-wrapper {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.25em 1.5em;
}
.cart .totals .totals-wrapper table {
  width: 100%;
}
.cart .totals .totals-wrapper td {
  text-align: center!important;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Poppins', 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;
  padding-top: 1.5em;
  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: center!important;
  padding: 0;
  color: #666;
  font-family: 'Poppins', sans-serif;
}
#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: #222;
  font-size: 24px;
}
/* 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;
}
.cart .crosssell li.item .product-name a:hover {
  color: #d02323;
}
.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 a {
  height: auto;
  line-height: 37px;
}
.cart .crosssell li.item .add-to-links li a:hover {
  background-color: transparent;
}
.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 #d02323;
  line-height: 37px;
  font-size: 16px;
  color: #d02323;
  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: #d02323;
  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: #d02323;
}
.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 {
  overflow: hidden;
}
.cart-collaterals .panel-default > .panel-heading + .panel-collapse > .panel-body {
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.cart-collaterals .panel-default #crosssell-products-list.products-grid li.item {
  margin-top: 0;
  margin-bottom: 0;
}
.cart-collaterals .panel-default .panel-body.totals .block-title {
  margin-left: 0;
  margin-right: 0;
}
#crosssell-products-list.products-grid .btn {
  font-size: 12px;
}
/* Shopping Cart Totals */

#shopping-cart-totals-table,
#shopping-cart-totals-table th,
#shopping-cart-totals-table td {
  border: none;
}
#shopping-cart-totals-table .price {
  font-size: 1em;
}
#shopping-cart-totals-table ~ .checkout-types .btn-proceed-checkout {
  margin-bottom: .75em;
}
#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: .91em;
  color: rgba(0, 0, 0, 0.6);
}
#shopping-cart-totals-table ~ .checkout-types a:hover {
  color: #d02323;
}
/* 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: 600;
  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: 600;
  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: 600;
}
.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: 600;
  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: 600;
}
.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: 600;
  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: 600;
}
.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-shipping-method-form {
  margin-top: 10px;
}
#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%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: #d02323;
}
.multiple-checkout table.table i.fa {
  color: rgba(0, 0, 0, .1);
}
.multiple-checkout table.table i.fa:hover {
  color: #d02323;
}
.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);
  }
}
/* Meigee Icons ===================================================================== */

.icon-preview {
  padding: 20px 0;
  font-size: 14px;
  color: #222;
}
.icon-preview span {
  vertical-align: middle;
  line-height: 1;
}
.icon-preview i {
  margin-right: 15px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
}
/* 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%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#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: 'Poppins', 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: #d02323;
}
/* 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: #d02323;
}
.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: '\0044';
  font-family: 'meigee';
  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: #d02323;
}
/* 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: 600;
  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: 5px;
}
.tags-list a,
.box-tags .tags a {
  color: #aaa;
}
.tags-list a:hover,
.box-tags .tags a:hover,
.box-tags li.item .product-name a:hover {
  color: #d02323;
}
.box-tags .form-control {
  height: 40px;
}
/* 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: #d02323;
}
/********** < Dashboard */
/* Block: Recent Orders */

.dashboard .box-recent {
  margin: 10px 0;
}
/* Block: Reviews */

.dashboard .box-reviews .number {
  float: left;
  font-size: .833em;
  font-weight: 600;
  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: 600;
  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: 600;
}
.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: 600;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: 600;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: 600;
  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: 600;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: 600;
}
.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: #666;
  position: relative;
}
.wide-footer #footer,
.boxed-footer #footer {
  background-color: #fff;
}
#footer hr.solid {
  border-color: #ddd;
}
#footer .footer-top,
#footer .footer-middle,
#footer .footer-bottom {
  position: relative;
  z-index: 1;
}
body.wide-footer #footer .footer-top,
body.boxed-footer #footer .footer-top .container {
  background-color: #fff;
  border-top: 1px solid #ddd;
}
body.wide-footer #footer .footer-bottom,
body.boxed-footer #footer .footer-bottom .container {
  border-top: solid 3px rgba(0, 0, 0, .06);
  padding-top: 18px;
  padding-bottom: 18px;
}
body #footer ul.social-links li a:hover {
  color: inherit;
}
body #footer .subscribe-block {
  border: none;
  padding: 0;
}
body #footer .subscribe-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #footer .subscribe-block .background-wrapper {
  background-color: #393b7d;
  background-image: url('../images/voltage_subscribe_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
body #footer .subscribe-block .block-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 60px 0 0;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding: 18px 60px 18px 0;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
body #footer .subscribe-block .block-subscribe {
  display: inline-block;
  width: 73.8%;
  color: #fff;
}
body #footer .subscribe-block .block-content label {
  padding: 0;
  margin: 0;
  line-height: 24px;
}
body #footer .subscribe-block .block-subscribe .block-title {
  display: none;
}
#footer .form-subscribe-header {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  padding-right: 100px;
}
body #footer .subscribe-block .block-content .input-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
}
body .subscribe-block .block-content .input-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 0;
  position: relative;
}
body .subscribe-block .block-content .input-wrapper .validation-advice {
  position: absolute;
  top: 100%;
}
body #footer .subscribe-block .block-content input {
  background-color: transparent;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  border: none;
  box-shadow: none;
  height: 46px;
}
body #footer .subscribe-block .left-icon i {
  font-size: 32px;
  line-height: 1;
  padding: 0 0 0 20px;
}
body #footer .subscribe-block .btn {
  overflow: hidden;
  background-color: transparent;
  border: none;
  padding: 0 19px;
  margin-right: -1px;
  height: 46px;
}
body #footer .subscribe-block .btn > span:after {
  background-color: #fff;
}
body #footer .subscribe-block .btn:hover,
body #footer .subscribe-block .btn:focus,
body #footer .subscribe-block .btn:active {
  color: #393b7d;
}
body #footer .subscribe-block .btn i {
  margin-left: 6px;
}
body #footer .subscribe-block .btn > span:before {
  content: '';
  height: 24px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

#footer .banner-label-wrapper {
  display: block;
}
#footer .promo-block.text-banner .banner-label {
  margin-top: 5px;
}
#footer .promo-block .left-text {
  display: inline-block;
  float: left;
}
#footer .promo-block .promo-label {
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: 45px;
}
#footer .promo-block .promo-label span {
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-top: 3px;
  padding: 8px 6px 27px 7px;
  background-color: #d02323;
  position: relative;
}
#footer .promo-block .promo-label span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-left: 23px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 15px solid white;
}
.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: #d02323;
}
.footer-middle .contacts-block p {
  margin: 0;
  line-height: 24px;
}
.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 {
  padding-top: 7px;
  padding-bottom: 7px;
}
#footer .store-info {
  line-height: 24px;
}
#footer .footer-block-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
#footer .footer-block-title:after {
  content: "";
  display: block;
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  background: #ddd;
  width: 40px;
  margin-top: 17px;
}
#footer .footer-logo {
  padding-bottom: 4px;
  padding-top: 7px;
}
#footer .footer-logo a:hover {
  opacity: 1;
}
#footer .text-block i {
  font-size: 32px;
}
#footer .text-block p {
  line-height: 24px;
  margin: 0;
}
#footer .text-block strong {
  font-weight: 700;
  color: #444;
}
.footer-custom #___plusone_0,
.footer-custom #___plusone_1,
.footer-custom #___plusone_2 {
  width: 60px !important;
}
.footer-custom .fb_iframe_widget {
  vertical-align: top;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #d02323;
}
#footer .links a {
  padding: 4px 0 4px 14px;
  display: inline-block;
  position: relative;
}
#footer .links a:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 5px;
  background-color: #393b7d;
  top: 12px;
  left: 0;
}
.footer-middle .footer-links-wrapper {
  padding: 0;
}
#footer .horizontal-links {
  margin: 0;
  display: inline-block;
}
#footer .horizontal-links li {
  display: block;
  float: left;
  padding: 0;
}
#footer .horizontal-links li a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
}
#footer .horizontal-links li:last-child a {
  padding-right: 0;
}
#footer .horizontal-links li:not(:first-of-type) a:before {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#footer .horizontal-links li a:hover {
  opacity: 1;
}
#footer .bottom-block {
  position: relative;
  font-size: 13px;
  padding: 18px 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: #222;
  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: transparent;
  padding: 0 32px 0 20px;
  height: 40px;
  color: #666;
  font-size: 13px;
  font-family: inherit;
  border-radius: 40px;
  font-weight: normal;
  border: solid 2px #eee;
}
#footer .bootstrap-select .selectpicker .caret {
  border-top-color: rgba(0, 0, 0, 0.3);
}
#footer .bootstrap-select .dropdown-menu {
  background: #eee;
  left: auto;
  right: 0;
  padding: 0;
  height: auto;
  border: none;
  border-radius: 4px;
}
#footer .bootstrap-select .dropdown-menu li {
  padding: 0;
}
#footer .bootstrap-select .dropdown-menu li a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  color: #222;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .bootstrap-select .dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#footer .bootstrap-select .dropdown-menu li a:before {
  content: none;
}
#footer .copyright {
  padding-top: 8px;
  padding-bottom: 8px;
}
#footer address {
  font-size: 1em;
  margin: 0;
  color: #666;
}
/* ======================================================================================= */

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

.image-box .product-image, .image-box .product-image img{
    max-height: 100%;
  text-align: center;
}

.products-grid .item .image-box .product-image {
    height: 100%;
  }

.timer_list, .timer_view {
    clear: both !important;
    margin-bottom: 5px !important;
    font-family: Arial !important;
    border: 1px solid #e8e9e8 !important;
    margin: auto !important;
    border-radius: 7px !important;
    padding: 2px 15px !important;
    margin-bottom: -10px !important;
    margin-top: 5px !important;
}

.timer_heading.green, .timer_counter.green, .timer_caption.green {
    color: #000000 !important;
}

.timer_heading.blue, .timer_counter.blue, .timer_caption.blue {
    color: #ff0503 !important;
}

.timer-box{
      display: none !important;
}

@media only screen and (min-width: 850px){

  .price-availability-block{

        width: 285px;
  }
}

@media only screen and (max-width: 850px){
  .cms-home ul.products-grid.row.clearfix.widget-grid.type-1.four-columns.widget-9908.first.last.odd li {
      width: 50% !important;
      border-top: none !important;
      height: 375px !important;
  }

  .item > .timer_list { height: 144px !important; }
}
@media only screen and (max-width: 767px){
    .cms-home .products-grid .image-box {
        height: 147px !important;
    }
  }

  .products-grid .btn {
       line-height: 44px!important; 
  }


@media only screen and (max-width: 1000px) {


  .products-list .product-image, .products-grid .product-image, .footer-products-list .product-image {
    height: 100%;
    text-align: center;
  }

  .product-image img {
    
    max-height: 100%;
  }

  #related-bottom-slider .products-grid .owl-stage .owl-item .image-box img{
    width: auto;
    margin: auto;
  }
}



@media only screen and (min-width: 768px) and (max-width: 930px) {

  .products-grid .image-box {
      height: 172px !important;
      /* width: auto; */
  }
}



/** POPUP **/
body > .dialogBg > .mbdialog{
    position: relative;
    top: 100px !important;
    left: 0 !important;

    max-width: calc(100% - 50px);
    margin: 0 auto;
}
body > .dialogBg > .mbdialog .dialogClose{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 15px;
    height: 15px;
}
body > .dialogBg > .mbdialog .dialogBody{
    font-size: 1.1em;
    color: #000;
}
body > .dialogBg > .mbdialog .dialogBody > .dialogHeader{
    padding: 15px 15px 10px;
    margin: -10px -10px 30px;
    background-color: #eaff00;
    text-align: center;
}
body > .dialogBg > .mbdialog .dialogBody > .dialogHeader > *{
    display: inline-block;
    vertical-align: middle;
}
body > .dialogBg > .mbdialog .dialogBody > .dialogHeader > * + *{
    margin-left: 1em;
}
body > .dialogBg > .mbdialog .dialogBody > .dialogHeader > strong{
    font-size: 1.2em;
    font-weight: 600;
}
body > .dialogBg > .mbdialog .dialogBody > .dialogContent{
    padding: 0 10px 20px;
}

body.catalogsearch-result-index .category-products .products-grid{
  clear: both;
  padding-top: 40px;
}

/* COMMENT POPUP */
#AddToCart-popup #add_product_comment{
  display: none;
  margin: 20px auto 0;
}
#AddToCart-popup .popup-text.add-product + * + * + .buttons-wrapper #add_product_comment{
  display: inline-block;
}
#comment_popup{
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0 20px;
    text-align: center;

    background: rgba(0,0,0,0.5);
}
#comment_popup > .popup-content{
    display: inline-block;
    margin: 20% auto 0 !important;
    padding: 24px !important;
    background: #FFF;
    text-align: left;
}
#comment_popup > .popup-content form textarea{
    display: block;
    width: 100%;
    max-width: 100%;
}
#comment_popup > .popup-content form .btns-wrapper{
    text-align: center;
    padding-top: 2em;
}