/**
 * @packag     coccinelle
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 */
 /* Variables ================================================================================= */
 .transition-none {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.transition-bg {
  transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
}
.transition-all {
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.fade {
  opacity: 0;

  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

/* Bootstrap five equal columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
.brands .col-md-5ths {
    width: 50%;
    float: left;
}
.brands .col-md-5ths:last-of-type {
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .brands .col-md-5ths,
    .brands .col-md-5ths:last-of-type {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Reset ================================================================================= */
/* Tools */
body .caret {
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
body.with-notice-cookie-block {
  padding-bottom: 73px !important;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
body .no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
body.modal-open,
body.modal-open .modal {
  overflow: visible;
}
body.modal-open {
  padding-right: 0 !important;
}
body .tooltip {
  font-family: inherit;
}

.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;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
}
#toTopHover {
  text-decoration: none;
  background-color: transparent;
  display: block;
  transition: all .2s linear;
}
#toTopHover i {
  color: inherit;
  font-size: inherit;
}
#toTopHover:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTopHover {
  opacity: 1!important;
}

.empty-widget { background: rgba(0,0,0,.05); padding: 20px; margin-bottom: 20px; color: rgba(0,0,0,.8); }
.empty-widget strong { color: #e63232; }

/* Font Icons */
body i[class*="icon-"] {
  font-style: normal;
}
i[class*='meigee-'],
span[class*='meigee-'],
i[class*='meigeeadditional-'],
span[class*='meigeeadditional-'] {
  line-height: 1;
  text-transform: none !important;
  font-style: normal;
  position: relative;
}
i[class*='meigee-']:before,
span[class*='meigee-']:before,
i[class*='meigeeadditional-']:before,
span[class*='meigeeadditional-']:before {
  line-height: 1;
}
i[class*='meigee-fa'],
span[class*='meigee-fa'],
i[class*='meigeeadditional-fa'],
span[class*='meigeeadditional-fa'] {
  font-size: 14px;
  text-transform: none !important;
}
i.meigee-right-arrow-key:before,
i.meigee-left-arrow-key:before {
  position: relative;
  top: 2px;
}
.meigeeadditional-to-top.left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
.meigeeadditional-to-top.right {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Main Styles */
html body {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: rgba(0,0,0,0.6);
}
html body.catalog-category-view,
html body.catalog-product-view {
  overflow-x: hidden !important;
}
body a {
  color: #222222;
}
body .welcome-msg a {
  color: #f72525;
}
body .welcome-msg a:hover,
body .welcome-msg a:focus,
body .welcome-msg a:active {
  color: #222;
}
body a:hover,
body a:focus {
  color: #651fff;
}
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: 'Barlow', sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: rgba(0,0,0,0.8);
  font-weight: 500;
  letter-spacing: -0.2px;
}
body h1,
body .h1 {
  font-size: 40px;
  line-height: 40px;
}
body h2,
body .h2 {
  font-size: 24px;
  line-height: 32px;
}
h2.sub-title {
  font-size: 1.5em;
}
body h3,
body .h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: .5em;
  letter-spacing: -.4px;
}
body h4,
body .h4 {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: .5em;
  letter-spacing: -.4px;
}
body h5,
body .h5 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: .5em;
  letter-spacing: -.4px;
}
body h6,
body .h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: .5em;
  letter-spacing: -.6px;
}
.col-one {
  width: 1px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul.list-style-disc {
  width: 100%;
    padding-top: 18px;
    padding-left: 0;
    display: inline-block;
}
body ul.list-style-disc li:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 10px;
  background-color: #666;
}
img {
  max-width: 100%;
  width: auto;
}
body p.category-image {
  margin-bottom: 19px;
}

/* ======================================================================================= */
/* 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: 9px 0;
}
hr.indent-10,
span.indent-10 {
  margin: 10px 0;
}
hr.indent-12,
span.indent-12 {
  margin: 12px 0;
}
hr.indent-18,
span.indent-18 {
  margin: 18px 0;
}
hr.indent-24,
span.indent-24 {
  margin: 24px 0;
}
hr.indent-28,
span.indent-28 {
  margin: 28px 0;
}
hr.indent-32,
span.indent-32 {
  margin: 32px 0;
}
hr.indent-36,
span.indent-36 {
  margin: 36px 0;
}
hr.indent-40,
span.indent-40 {
  margin: 40px 0;
}
hr.indent-46,
span.indent-46 {
  margin: 46px 0;
}
hr.indent-52,
span.indent-52 {
  margin: 52px 0;
}
hr.indent-56,
span.indent-56 {
  margin: 56px 0;
}
hr.indent-60,
span.indent-60 {
  margin: 60px 0;
}
hr.indent-64,
span.indent-64 {
  margin: 64px 0;
}
hr.indent-72,
span.indent-72 {
  margin: 72px 0;
}
hr.indent-76,
span.indent-76 {
  margin: 76px 0;
}
hr.indent-80,
span.indent-80 {
  margin: 80px 0;
}
hr.indent-84,
span.indent-84 {
  margin: 84px 0;
}
hr.indent-88,
span.indent-88 {
  margin: 88px 0;
}
hr.indent-92,
span.indent-92 {
  margin: 92px 0;
}
hr.indent-96,
span.indent-96 {
  margin: 96px 0;
}
hr.indent-100,
span.indent-100 {
  margin: 100px 0;
}
hr.indent-104,
span.indent-104 {
  margin: 104px 0;
}
hr.indent-108,
span.indent-108 {
  margin: 108px 0;
}
hr.indent-112,
span.indent-112 {
  margin: 112px 0;
}
hr.indent-116,
span.indent-116 {
  margin: 116px 0;
}
hr.indent-120,
span.indent-120 {
  margin: 120px 0;
}
hr.indent-124,
span.indent-124 {
  margin: 124px 0;
}
hr.indent-128,
span.indent-128 {
  margin: 128px 0;
}
hr.indent-132,
span.indent-132 {
  margin: 132px 0;
}
hr.indent-136,
span.indent-136 {
  margin: 136px 0;
}
hr.indent-140,
span.indent-140 {
  margin: 140px 0;
}
hr.indent-144,
span.indent-144 {
  margin: 144px 0;
}
hr.indent-148,
span.indent-148 {
  margin: 148px 0;
}
hr.indent-152,
span.indent-152 {
  margin: 152px 0;
}
hr.indent-156,
span.indent-156 {
  margin: 156px 0;
}
hr.indent-160,
span.indent-160 {
  margin: 160px 0;
}
hr.indent-164,
span.indent-164 {
  margin: 164px 0;
}
hr.indent-168,
span.indent-168 {
  margin: 168px 0;
}
hr.indent-172,
span.indent-172 {
  margin: 172px 0;
}
hr.indent-176,
span.indent-176 {
  margin: 176px 0;
}
hr.indent-180,
span.indent-180 {
  margin: 180px 0;
}
/* invisible indents */

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

hr.mobile {
  display: none;
}
[class*="boxed-content"] hr.fullwidth {
  margin-left: -10px;
  margin-right: -10px;
}

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

body[class*="boxed-header"] .fullwidth,
body[class*="boxed-breadcrumbs"] .fullwidth,
body[class*="boxed-content"] .fullwidth,
body[class*="boxed-footer"] .fullwidth,
body[class*="boxed-content"] .fullwidth {margin-left: -10px; margin-right: -10px}

.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-hover>tbody>tr:hover {background-color: rgba(0,0,0,0.05) !important;}
table th,
table td strong,
table th strong {
  font-weight: normal;
}
.main-container {
  padding-bottom: 3em;
  padding-top: 3em;
}
.cms-index-index .main-container {
  padding-bottom: 0;
  padding-top: 0;
}
body:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 0;
}
body:not(.cms-index-index) .with-breadcrumbs.with-header-bg-image + .content-wrapper .main-container {
  padding-top: 1.5em;
}
body[class*='blog-']:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container,
.catalogsearch-result-index:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container,
.catalog-category-view:not(.cms-index-index) .with-breadcrumbs + .content-wrapper .main-container {
  padding-top: 1.5em;
}

/* 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.wide-header #header,
body[class*="boxed-header"] .header-wrapper .container {
  background-color: transparent;
}
.header-breadcrumbs-wrapper {position: relative;}
body.wide-header .header-breadcrumbs-wrapper.fixed-height,
body.boxed-header .header-breadcrumbs-wrapper.fixed-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body.wide-header .header-breadcrumbs-wrapper,
body[class*="boxed-breadcrumbs"] .breadcrumbs-wrapper .container {
  background-color: #fff;
}
body[class*="boxed-breadcrumbs"] .header-breadcrumbs-wrapper.with-header-bg-image .breadcrumbs-wrapper .container {
  background-color: transparent;
}
body.wide-content .content-wrapper .container,
body[class*="boxed-content"] .content-wrapper .container {
  background-color: #fff;
}
body.wide-content .fullwidth-block .container,
body[class*="boxed-content"] .fullwidth-block .container {
  background-color: transparent !important;
}
.wide-content .content-wrapper .container {
  max-width: 100%;
}
body.boxed-header-bg .header-wrapper {
  background-color: rgba(0,0,0,0.08);
}
body.boxed-breadcrumbs-bg .breadcrumbs-wrapper {
  background-color: rgba(0,0,0,0.08);
}
body.boxed-content-bg .content-wrapper {
  background-color: rgba(0,0,0,0.08);
}
body.boxed-content-bg .widget-wrapper {
  background-color: rgba(0,0,0,0.08);
}
body.boxed-footer-bg #footer {
  background-color: rgba(0,0,0,0.08);
}
body[class*="boxed-header"] .header-breadcrumbs-wrapper.fixed-height {
  position: relative;
  min-height: fit-content;
}
/*body.boxed-header-bg.boxed-breadcrumbs-bg .header-breadcrumbs-wrapper {
  background-color: #fff;
}
body.boxed-header.breadcrumbs-header-bg .header-wrapper {
  background-color: #fff;
}*/
body.wide-header .header-breadcrumbs-wrapper.fixed-height {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: fit-content;
}
body.cms-index-index .header-breadcrumbs-wrapper {
  background-image: none !important;
}
body[class*="boxed-header"] .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
body.boxed-header .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image {
  max-width: 100%;
  width: 100%;
}
body[class*="boxed-header"] .header-breadcrumbs-wrapper .container.boxed-container.with-header-bg-image ~ div .container {
  background-color: transparent!important;
}
body.wide-header:not(.cms-index-index) .with-header-bg-image #header,
body.wide-header:not(.cms-index-index) .with-header-bg-image #header .container,
[class*="boxed-header"] #header.header-4 .container.with-header-bg-image {
  background-color: transparent !important;
}
.header-breadcrumbs-wrapper.with-header-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wide-content .fullwidth-block,
.boxed-content .fullwidth-block {
  margin: 0 -100%;
}
.wide-content .fullwidth-inner,
.boxed-content .fullwidth-inner {
  width: 100vw;
  margin: 0 auto;
}
.cms-index-index .content-wrapper {
  overflow: hidden;
  width: 100%;
}
/* Force fullwidth for boxed with bg layout */
.force-fullwidth-block {
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}
.boxed-content-bg .content-wrapper .force-fullwidth-block  .fullwidth-inner {
  margin: 0;
}
.force-fullwidth-block .underlay-bg {
  display: block;
  position: absolute;
  left: 0;
  top: -170px;
}
.force-fullwidth-block.subscribe-block .container {
  position: relative;
  background-color: transparent !important;
}
.force-fullwidth-block.subscribe-block .container:before,
.force-fullwidth-block.subscribe-block .container:after {
  display: block;
  content: '';
  height: 170px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -170px;
}
.force-fullwidth-block.subscribe-block .container:after {
  top: auto;
  bottom: -170px;
}

/* 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"],
textarea,
textarea.form-control,
select,
select.form-control {
  -webkit-appearance: none;
  background-color: rgba(0,0,0,0.04);
  font-size: 16px;
  color: rgba(0,0,0,0.3);
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(0,0,0,0.04);
  padding: 0 20px;
  border-radius: 0;
  box-shadow: none;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  background-clip: padding-box;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input.input-text:focus,
input.qty:focus,
input[id*="qty"]:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
  background-color: #fff;
  color: rgba(0,0,0,0.6);
  border-color: rgba(0,0,0,0.2);
  box-shadow: none;
}
textarea,
textarea.form-control {
  height: auto;
  min-height: 120px;
  line-height: 1.3;
  padding: 15px 20px;
}
select,
select.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDI0IiBoZWlnaHQ9IjEwMjQiPiAgPHBhdGggZD0iTTUxMiA3MzkuNTU2bC00MC4yMjYgNDAuMjI2TDUxMiA4MjAuMDA5bDQwLjIyNi00MC4yMjdMNTEyIDczOS41NTZ6TTczLjU1MSAzODEuNTZsMzk4LjIyMyAzOTguMjIyIDgwLjQ1Mi04MC40NTItMzk4LjIyMi0zOTguMjIzLTgwLjQ1MyA4MC40NTN6bTQ3OC42NzUgMzk4LjIyMkw5NTAuNDQ4IDM4MS41NmwtODAuNDUyLTgwLjQ1M0w0NzEuNzc0IDY5OS4zM2w4MC40NTIgODAuNDUyeiIvPjwvc3ZnPg==);
  background-size: 10px;
  background-position: calc(100% - 10px) calc(53%);
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance:    none;
}

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 1em;
}
.form-list label {
  font-size: 14px;
  float: none;
  color: rgba(0,0,0,0.8);
  margin: 0 0 .5em;
  font-weight: 600;
  position: relative;
  z-index: 0;
}
.form-list label.required em {
  display: none;
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list input.required-entry,
.form-list textarea.form-control.required-entry {
  background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/asterisk.png);
  background-position: right 5px top 5px;
  background-size: auto;
  background-repeat: no-repeat;
}
.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;
}
form.form-horizontal {
  margin-bottom: 2.25em;
}
.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;
}

/* 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%;
}
.buttons-set .back-link {
  margin: .75em 0 0;
}
.fieldset {
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fefefe;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
}
.fieldset .legend {
  float: left;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #fefefe;
  background: #dedede;
  color: #333;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
}
a,
i,
.btn {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
a i,
.btn i,
.btn-quickview i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

/* Form Validation */
.validation-advice {
  clear: both;
  display: none;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 13px;
  color: #f00;
}
.validation-failed {
  border: 1px solid #f00 !important;
}
p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
  margin-bottom: 0;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #f00;
  font-weight: bold;
}
.notice {
  color: #ccc;
}
.global-messages-wrapper {
  margin-bottom: 15px;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 20px;
}
.messages li li {
  margin: 0 0 5px;
}
.messages li li:last-of-type,
.messages li:last-of-type {
  margin: 0;
}
.messages a {
  color: rgba(0, 0, 0, 0.7);
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 28px 10px 60px;
  position: relative;
}
.error-msg {
  background-color: #f44336;
}
.error-msg:before {
  content: "\e918";
  font-family: 'meigeeadditional';
  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;
}
.success-msg {
  background-color: #8bc34a;
}
.success-msg:before {
  content: "\e900";
  font-family: 'meigeeadditional';
  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: "\e916";
  font-family: 'meigeeadditional';
  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 {
  margin: 0 0 40px 0;
  font-size: 34px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1.1px;
}

/* BreadCrumbs */
ul.breadcrumb {
  background: none;
  margin: 0;
  text-align: left;
  font-size: 13px;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  ul.breadcrumb {
    display: none;
    visibility: hidden;
  }
}
ul.breadcrumb li a {
  color: rgba(0,0,0,0.6);
}
ul.breadcrumb li a:hover {
  color: #651fff;
}
ul.breadcrumb li strong {
  font-weight: normal;
  color: rgba(0,0,0,0.3);
}
.breadcrumbs-wrapper .breadcrumb > li + li:before {
  content: "/";
  background-color: transparent;
  font-size: 20px;
  color: rgba(0,0,0,0.3);
  margin: 0 8px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  top: -1px;
}
.breadcrumbs-wrapper .page-title {
  border: none;
  float: left;
  margin: 25px 0 0 0;
  padding: 0;
  width: 100%;
  display: none;
}
body[class*='blog-']:not(.cms-index-index) .breadcrumbs-wrapper .page-title {
  display: block;
}
.breadcrumbs-wrapper .page-title h1,
.breadcrumbs-wrapper .page-title h2,
.page-sitemap .page-title h1,
.catalogsearch-term-popular .page-title h2,
.contacts-index-index .page-title h2 {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  font-size: 36px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -1.44px;
}
.breadcrumbs-wrapper .breadcrumbs-inner {
  position: relative;
  padding-bottom: 10px;
}
.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-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[class*="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[class*="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: 18px 0 18px 30px;
  margin: 0;
}
.breadcrumbs-type-3 .with-breadcrumbs #header .bottom-block .container {
  margin-bottom: 0;
}
.breadcrumbs-wrapper.type-3 .page-title {
  float: none;
  text-transform: none;
  font-weight: 600;
  display: block;
}
.breadcrumbs-wrapper.type-3 .page-title h1,
.breadcrumbs-wrapper.type-3 .page-title h2 {
  font-weight: 600;
  display: none;
  margin-bottom: 6px;
}
body.catalogsearch-result-index .breadcrumbs-wrapper .page-title h1,
body.catalogsearch-result-index .breadcrumbs-wrapper .page-title h2,
body.catalog-category-view .breadcrumbs-wrapper .page-title h1,
body.catalog-category-view .breadcrumbs-wrapper .page-title h2 {
  display: block;
}
.breadcrumbs-wrapper.type-3 ul.breadcrumb {
  text-align: center;
}
.header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  padding-bottom: 18px;
}
body[class*="category-view"].header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
  padding-bottom: 40px;
}
.main-container .breadcrumbs-wrapper .container {
  padding: 0 !important;
}
.main-container .breadcrumbs-wrapper .breadcrumbs-inner {
  margin: 0 0 20px;
  border: none;
  padding-bottom: 0;
}
.main-container .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 8px;
}
.catalog-product-view .breadcrumbs-wrapper.type-3 .page-title {
  display: none;
  visibility: hidden;
}
.catalog-product-view .breadcrumbs-wrapper.type-3 .breadcrumb {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .header-with-image .breadcrumbs-wrapper.type-3 ul.breadcrumb {
    display: none;
    visibility: hidden;
  }
  .header-with-image .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
    padding-left: 0;
  }
  .header-with-image .breadcrumbs-wrapper.type-3 .page-title {
    margin: 0;
  }
  .catalog-product-view .header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {
    padding: 0;
  }
}

/* Page Heading */
.header-with-image .content-wrapper .page-title {
  display: none;
}
.page-title {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 35px 0;
}
.page-title h1,
.page-title h2 {
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
}
.page-title .separator {
  margin: 0 3px;
  color: #aaa;
}
.page-title .link-rss {
  float: right;
}
.page-title .link-print {
  margin-top: .667em;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.subtitle,
.sub-title {
  clear: both;
}
.content-banner { padding-bottom: 36px; }
.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, .06);
}
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 {
  font-size: 20px;
}
.panel.panel-default .panel-title {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  padding-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}
.panel.panel-default p,
.panel.panel-default address {
  margin-bottom: 0;
}
.panel.panel-default .panel-body li.item + li.item {
  margin-top: 1.5em;
}
.product-collateral .panel-group .panel {
  border-radius: 0;
}

/* 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;
  vertical-align: top;
  font-size: 16px;
}
.pager .pages li > a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,0.04);
  text-align: center;
  line-height: 40px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.pager .pages li a i {
  font-size: 15px;
}
.pager .pages li a:hover {
  background-color: rgba(0, 0, 0, .1);
  border-color: #e5e5e5;
  color: rgba(0,0,0,0.8);
}
.pager .pages li.current {
  color: rgba(255,255,255,1);
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.my-account .amount {
  margin-right: 20px;
}
.my-account .pager {
  text-align: right;
}

/* 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(https://www.cittaoro.it/skin/frontend/coccinelle/default/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(https://www.cittaoro.it/skin/frontend/coccinelle/default/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 */
.cart-price .price {
  font-size: 16px;
  color: rgba(0,0,0,0.8);
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std dt {
  font-weight: bold;
}
/*.std dd {
  padding: 0 0 0 1.5em;
}*/
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b,
.std strong {
  font-weight: bold;
}

/* Misc */
.link-cart {
  font-weight: bold;
  color: #f00;
}
.link-wishlist {
  font-weight: bold;
}
.link-reorder {
  color: #aaa;
}
.link-compare {
  font-weight: bold;
}
.link-print,
.link-rss {
  display: inline-block;
  padding: 2px 0;
  color: #aaa;
  white-space: nowrap;
}
.link-rss i,
.link-print i {
  margin-right: 5px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.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(https://www.cittaoro.it/skin/frontend/coccinelle/default/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: none;
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: rgba(0,0,0,0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
body[class*="boxed-content"] .notice-cookie .container {
  background: #eeeeee;
}
.notice-cookie .notice-inner {
  margin: 0 auto;
  padding: 20px 0;
  background: none;
  text-align: left;
}
[class*="boxed-content"] .notice-cookie .notice-inner {
  margin: 0 -10px;
}
.notice-cookie .notice-inner p {
  margin: 0 10px 0 0;
  float: left;
}
.notice-cookie .notice-inner a {
  color: #2962ff;
  float: right;
}
.notice-cookie .notice-inner .notice-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  width: 92%;
  padding-left: 15px;
}
.notice-cookie .notice-inner .actions {
  display: inline-block;
  width: 8%;
  text-align: right;
  float: right;
  vertical-align: middle;
}

/* Buttons */
body .btn i,
.btn-quickview i {
  text-transform: none;
}
body .btn,
.header.header .top-cart .block-content .actions .btn-primary,
.btn-quickview {
	font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  padding: 0 30px;
  text-transform: uppercase;
  line-height: 48px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #4caf50;
  color: rgba(255,255,255,1);
  background-color: #4caf50;
  position: relative;
  z-index: 1;
  min-height: 50px;
  outline: none;
  letter-spacing: 1px;
}
body .btn:focus,
body .btn.focus,
body .btn:active,
body .btn.active,
body .btn:hover,
body .btn:hover {
  opacity: 1;
}
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: #651fff;
  border-color: #651fff;
  color: #fff;
}
body .btn-default {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
.btn-quickview,
body .btn-primary {
  background-color: #fff;
  color: rgba(0,0,0,0.6);
  border-color: rgba(0,0,0,0.1);
}
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: #e5e5e5;
  color: rgba(0,0,0,0.6);
  border-color: #e5e5e5;
}
.header.header .top-cart .block-content .actions .btn-primary:hover,
.header.header .top-cart .block-content .actions .btn-primary:focus,
.header.header .top-cart .block-content .actions .btn-primary:active {
  background-color: #222;
  border-color: #222;
}

/* ======================================================================================= */
/* Header ================================================================================ */
#header {
  position: static;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .cms-index-index #header.transparent-header {
      position: absolute;
  }
}
.header ul.social-links {
  float: right;
  margin-left: 20px;
  padding: 10px 0;
}
.header ul.social-links li a {
  color: rgba(0,0,0,0.8);
}
@media only screen and (min-width: 1200px) {
  .header ul.social-links {
    padding: 20px 0;
  }
}
.header .top-block ul.social-links {
  float: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header .top-block ul.social-links {
    text-align: left;
  }
}
#header h2.logo {
  display: inline-block;
  font-size: 1em;
  margin: 0;
  line-height: 1;
}
#header h2.logo a:hover {
  opacity: 1;
}
#header .container {
  position: relative;
}
#header .bottom-block .bottom-block-inner {
  position: relative;
}
[class*="boxed-header"] #header ~ .container {
  padding-left: 0;
  padding-right: 0;
}
.header .top-block {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}
.header .welcome-msg {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.header .top-header-links {
  display: block;
  margin: 0;
  text-align: right;
}
.header .top-header-links::after {
  display: table;
  content: '';
  clear: both;
}
.header .top-header-links li {
  display: inline-block;
  padding: 10px 0;
}
.header .top-header-links li + li::before {
  display: inline-block;
  height: 14px;
  width: 1px;
  margin: 0 15px 0 12px;
  content: '';
  position: relative;
  top: 3px;
  background-color: rgba(0,0,0,0.06);
}
.header .top-header-links li a {
  color: inherit;
}
.header .logo-wrapper {
  padding: 10px 0px;
  text-align: center;
}
.header .right-block {
  float: right;
  text-align: right;
  padding: 24px 10px;
}
.header .right-block > * {
  text-align: left;
}
.header .right-block > div:last-child {
  margin-right: 0;
}
.header .form-language,
.header .form-currency {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 40px;
  width: 100%;
  padding: 30px 30px 18px;
}
.header .form-language .label,
.header .form-currency .label {
  padding: 5px 7px 4px 0;
  float: left;
}
.header .form-language + .form-currency,
.header .form-currency + .form-language {
  margin-left: 38px;
}
.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 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  padding: 0;
  max-width: 100%;
  background: #f5f5f5;
}
.header .bootstrap-select.btn-group .btn .caret {
  right: 10px;
}
.header .bootstrap-select > .selectpicker {
  height: auto;
  border: none;
  background: none;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  min-height: auto;
  padding: 0 25px 0 10px;
}
body .selectpicker.btn-default:focus,
body .selectpicker.btn-default:active,
body .selectpicker.btn-default:hover {
  color: rgba(0,0,0,0.8);
}
.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 .top-block .bootstrap-select.btn-group .btn .caret {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.header .bootstrap-select.btn-group .dropdown-menu {
  background: #fff;
  box-shadow: none;
  right: 0;
  left: auto;
  min-width: 120px;
  padding: 10px 0;
  position: relative;
  border-radius: 0;
  width: 100%;
}
.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 {
  display: inline-block;
  margin: 0 13px;
  position: relative;
  text-align: center;
}
.header .wishlist-link a {
  font-size: inherit;
  height: 50px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  cursor: pointer;
  min-width: 50px;
  padding: 0 10px;
  display: block;
}
.header .wishlist-link a i {
   font-size: 24px;
   color: inherit;
   line-height: 44px;
}
.header .wishlist-link a i:before {
  vertical-align: middle;
}
.header .wishlist-link .count {
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #e82323;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 4px;
}
.header .wishlist-link .count:before,
.header .wishlist-link .count:after {
  content: none;
}
.wide-header .header-wrapper,
[class*="boxed-header"] .header-wrapper {
  background-color: #f0f0ee;
}
@media only screen and (max-width: 767px) {
  .header .welcome-msg {
    display: none;
  }
  .header .logo-wrapper {
    padding-top: 22px;
    padding-bottom: 11px;
    max-width: 55vw;
  }
}
@media only screen and (max-width: 320px) {
  .header .logo-wrapper {
    max-width: 50vw;
  }
}

/**** Switcher ****/
.options-wrapper {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .options-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .options-wrapper {
    margin: 0 13px;
  }
}
.options-wrapper .options-block {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  cursor: pointer;
  text-align: center;
  min-width: 50px;
  padding: 0 10px;
}
.options-wrapper .options-block.language-currency {
  padding: 0 20px 0 15px;
  line-height: 46px;
}
.options-wrapper .options-block i {
  font-size: 24px;
  color: inherit;
  line-height: inherit;
  transition: none;
}
.options-wrapper .options-block i:before {
  transition: none;
}
.options-wrapper .options-block i.caret {
    border: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}
.options-wrapper .options-block i.caret:before {
    font-family: 'meigeeadditional' !important;
    content: "\e91d";
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    font-style: normal;
    position: relative;
}
.options-wrapper .options-block i.drop-icon {
  font-size: 10px;
  opacity: 0.4;
  margin-left: 10px;
}
.options-wrapper .options-block:hover,
.options-wrapper .options-block:active,
.options-wrapper .options-block.open {
  color: rgba(0, 0, 0, 0.8);
}
.options-wrapper .options-block .language,
.options-wrapper .options-block .currency {
  display: inline-block;
  line-height: inherit;
  height: 50px;
}
.options-wrapper .options-block .currency + .language:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  margin: -2px 15px -2px 12px;
  position: relative;
  top: -2px;
}
.options-wrapper .options-dropdown {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  z-index: 100;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  left: auto;
  width: 240px;
  display: none;
}
.options-wrapper .options-dropdown .switcher,
.options-wrapper .options-dropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.options-wrapper .options-dropdown .switcher + .switcher,
.options-wrapper .options-dropdown .dropdown-item + .switcher,
.options-wrapper .options-dropdown .switcher + .dropdown-item,
.options-wrapper .options-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.options-wrapper .options-dropdown .switcher .switcher-options,
.options-wrapper .options-dropdown .dropdown-item .switcher-options {
  width: 100%;
  display: block;
  position: relative;
}
.options-wrapper .options-dropdown .switcher .switcher-options:not(.active) .switcher-dropdown,
.options-wrapper .options-dropdown .dropdown-item .switcher-options:not(.active) .switcher-dropdown {
  display: none;
}
.options-wrapper .options-dropdown .switcher .switcher-options .action.toggle,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .action.toggle {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 12px;
}
.options-wrapper .options-dropdown .switcher .switcher-options .action.toggle strong,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .action.toggle strong {
  font-weight: 400;
}
.options-wrapper .options-dropdown .switcher .switcher-options .action.toggle:after,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .action.toggle:after,
.options-wrapper .options-dropdown .switcher .switcher-options .action.toggle i,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .action.toggle i {
  line-height: inherit;
  float: right;
  font-size: 12px;
}
.options-wrapper .options-dropdown .switcher .switcher-options .mage-dropdown-dialog,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .mage-dropdown-dialog,
.options-wrapper .options-dropdown .switcher .switcher-options .switcher-dropdown,
.options-wrapper .options-dropdown .dropdown-item .switcher-options .switcher-dropdown {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  left: 0;
  min-width: 170px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.options-wrapper .options-dropdown ul.links li a,
.options-wrapper .options-dropdown .form-language.list a,
.options-wrapper .options-dropdown .form-currency.list a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-family: 'Work Sans', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  padding: 0;
}
.options-wrapper .options-dropdown .form-language.flags a {
  display: inline-block;
  margin: 0 20px 0 0;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.options-wrapper .options-dropdown .form-language.flags a:hover {
  opacity: 1;
}
.options-wrapper .options-dropdown .form-language.list a:hover,
.options-wrapper .options-dropdown .form-currency.list a:hover,
.options-wrapper .options-dropdown ul.links li a:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-decoration: underline;
}
.options-wrapper .options-dropdown .label {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: static;
  font-weight: 400;
  height: auto;
  width: 100%;
}
.options-wrapper .options-dropdown .form-language.flags .label {
  margin-bottom: 0;
}
.options-wrapper .options-dropdown ul:not(.switcher-dropdown).language_flags li {
  float: left;
  width: auto;
  margin-right: 15px;
}
.options-wrapper .options-dropdown ul:not(.switcher-dropdown).language_flags li:last-child {
  margin-right: 0;
}
.options-wrapper .options-dropdown ul:not(.switcher-dropdown).language_flags li a {
  line-height: 1;
  padding: 3px;
}
.header .dropdown-item.account {
  padding: 30px 30px 18px;
}

/* Header links */
.header .links {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.header .customer-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header .customer-name-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.header .customer-name-wrapper:hover,
.header .customer-name-wrapper:focus,
.header .customer-name-wrapper.open {
  background-color: #fff;
  color: rgba(0,0,0,0.8);
}
.header .customer-name-wrapper:hover i.caret,
.header .customer-name-wrapper:focus i.caret,
.header .customer-name-wrapper.open i.caret {
  color: rgba(0,0,0,0.8);
}
.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,
.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {
  color: inherit;
  font-family: 'Work Sans', sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  min-height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
}
.header .links:not(.default-links) li a.top-link-login:before,
.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:before {
  content: '\0036';
  font-family: 'meigee';
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  margin-right: 8px;
  font-size: 18px;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .links:not(.default-links) li a.top-link-login:hover,
.header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:hover {
  background-color: #fff;
  color: rgba(0,0,0,0.8);
  opacity: 1;
}
.header .customer-name .user-icon {
  color: inherit;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.header .customer-name .user-icon i {
  font-size: 18px;
  display: inline-block;
  margin-right: 9px;
  line-height: 1;
  vertical-align: middle;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.header .customer-name .user-icon span {
  display: inline-block;
}
.header .customer-name i.caret {
  color: rgba(255,255,255,0.4);
  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 25px;
  min-width: 160px;
  text-align: left;
}
header.header .customer-name-wrapper + .links li {
  float: none;
  display: block!important;
}
header.header .customer-name-wrapper + .links li + li {
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
header.header .customer-name-wrapper + .links li a {
  display: block !important;
  font-size: 1em;
  float: none;
  margin: 0 -25px;
  padding: 9px 25px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  color: #666;
}
header.header .customer-name-wrapper + .links li a:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.04);
}
.wide-header .header .welcome-block,
[class*="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;
}
.header .mobile-wrapper-links {
  display: none;
  vertical-align: middle;
}

/********** < Navigation */
div.menu-block {
  position: static;
}
div.topmenu {
  padding: 0;
}
ul.topmenu {
  border-width: 0;
  padding: 0;
  margin: 0;
}
ul.topmenu li.level0:first-child {
  padding-left: 0;
}
ul.topmenu li.level0 a.level-top {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.80);
  padding: 14px 19px 16px;
  z-index: 99;
  margin-right: 6px;
  letter-spacing: -0.02px;
  background: none;
  text-transform: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
ul.topmenu li.level0.last a.level-top {margin-right: 0;}
/*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.08);
}*/
body ul.topmenu li.level0.active a.level-top:hover,
body ul.topmenu li.level0.active a.level-top:focus {
  background-color: rgba(0,0,0,0.2);
  color: rgba(0, 0, 0, 0.80);
}
ul.topmenu li.level0.parent a.level-top:after {
  font-family: 'meigeeadditional' !important;
  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;
  content: "\e91d";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 8px
}
ul.topmenu li.level0 a.level-top span:not(.menu-item-button) {
  line-height: 1.5em;
  display: inline;
  position: relative;
}
ul.topmenu li.level0 a.level-top span:not(.menu-item-button):after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out, bottom 0.3s ease-out;
}
ul.topmenu li.level0 a.level-top:hover span:not(.menu-item-button):after {
  background-color: rgba(0,0,0,0.8);
  bottom: -5px;
}
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: rgba(255,255,255,0.95);
  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;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
}
ul.topmenu li a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}
ul.topmenu li a span {
  display: inline;
  white-space: normal;
  cursor: pointer;
  box-shadow: 0 1px 0 0 transparent;
  -moz-transition: box-shadow 0.3s ease-out;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}
/*ul.topmenu li:not(.item) > a {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  color: rgba(0,0,0,0.8);
}*/
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 25px;
  min-width: 160px;
  text-align: left;
}
header.header .customer-name-wrapper + .links li {
  float: none;
  display: block!important;
}
header.header .customer-name-wrapper + .links li + li {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
header.header .customer-name-wrapper + .links li a {
  display: block !important;
  font-size: 1em;
  float: none;
  margin: 0 -25px;
  padding: 9px 25px;
  line-height: 1.4;
  text-align: left;
  position: relative;
  color: #666;
}
header.header .customer-name-wrapper + .links li a:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.04);
}
.wide-header .header .welcome-block,
[class*="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;
}
.header .mobile-wrapper-links {
  display: none;
  vertical-align: middle;
}
#sticky-header ul.topmenu li ul.menu-wrapper:not(.default-menu),
#sticky-header ul.topmenu li div.menu-wrapper:not(.default-menu) {
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 1008px) {
  ul.topmenu li ul.menu-wrapper,
  ul.topmenu li div.menu-wrapper {
    display: block;
    -webkit-transition: opacity .25s ease, transform .25s ease;
    -moz-transition: opacity .25s ease, transform .25s ease;
    -ms-transition: opacity .25s ease, transform .25s ease;
    -o-transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    opacity: 0;
    transform: translateY(-15px);
    z-index: -10;
    left: -100000%;
  }
  #sticky-header ul.topmenu li ul.menu-wrapper:not(.default-menu),
  #sticky-header ul.topmenu li div.menu-wrapper:not(.default-menu) {
    max-height: 85vh;
  }
  ul.topmenu li.fixed-width {
    position: relative;
  }
  ul.topmenu li ul.menu-wrapper.fixed-width,
  ul.topmenu li div.menu-wrapper.fixed-width {
    right: auto;
    top: 100% !important;
  }
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > ul,
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > div,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.vertical > ul,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper > div {
    -webkit-transition: opacity .35s ease-in, transform .35s ease-in;
    -moz-transition: opacity .35s ease-in, transform .35s ease-in;
    -ms-transition: opacity .35s ease-in, transform .35s ease-in;
    -o-transition: opacity .35s ease-in, transform .35s ease-in;
    transition: opacity .35s ease-in, transform .35s ease-in;
    opacity: 0;
    left: -100000%;
    visibility: hidden;
    transform: translateY(-15px);
  }
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper > ul,
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper > div,
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper.vertical > ul,
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper > div,
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper.shown-sub > ul,
  .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper.shown-sub > div,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.vertical.shown-sub > ul,
  .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper.shown-sub > div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu li:hover > ul.menu-wrapper,
  .navbar:not(.in-mobile) ul.topmenu li:hover > div.menu-wrapper,
  ul.topmenu li ul.menu-wrapper.shown-sub,
  ul.topmenu li div.menu-wrapper.shown-sub {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translateY(0);
    z-index: 999;
    left: 0;
  }
  .navbar:not(.in-mobile) ul.topmenu:not(.nav-wide) li li:hover > ul,
  .navbar:not(.in-mobile) ul.topmenu:not(.nav-wide) li li:hover > div,
  ul.topmenu:not(.nav-wide) li .shown-sub ul.shown-sub,
  ul.topmenu:not(.nav-wide) 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: 0;
    font-weight: normal;
  }
  ul.topmenu ul li.active > a:hover,
  ul.topmenu ul li.over > a:hover,
  ul.topmenu ul li.active > 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 {
    color: #651fff;
  }
  ul.topmenu ul li a:not(.lightbox-button) i.fa {
    color: #5c5755;
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: 50% 40%;
  }

  /********** < Navigation */
  div.topmenu {
    padding: 0;
  }
  ul.topmenu {
    border-width: 0;
    padding: 0;
    margin: 0;
  }
  ul.topmenu li.level0 a.level-top {
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 60px;
    color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    z-index: 99;
    margin-right: 0;
    letter-spacing: -0.02px;
    background: none;
    text-transform: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  ul.topmenu li.level0.last a.level-top {margin-right: 0;}
  /*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.08);
  }*/
  body ul.topmenu li.level0.active a.level-top:hover,
  body ul.topmenu li.level0.active a.level-top:focus {
    background-color: rgba(0,0,0,0.2);
    color: rgba(0, 0, 0, 0.80);
  }
  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: #651fff;
    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%;
  }

  /* Sticky Navigation */
  #sticky-header ul.topmenu li.level0 {
    margin: 0;
  }
  #sticky-header ul.topmenu li.level0 a.level-top {
    font-size: 16px;
    min-height: 50px;
    padding: 12px;
  }
  #sticky-header ul.topmenu li.level0 a.level-top:hover,
  #sticky-header ul.topmenu li.level0 a.level-top:focus,
  #sticky-header ul.topmenu li.level0 a.level-top:active {
    background-color: transparent;
  }
  #sticky-header ul.topmenu li.level0 a.level-top:hover span::after,
  #sticky-header ul.topmenu li.level0 a.level-top:focus span::after,
  #sticky-header ul.topmenu li.level0 a.level-top:active span::after {
    background-color: rgba(0,0,0,0.8);
  }
  #sticky-header ul.topmenu {
    margin: 7px 0 7px 20px;
  }
  #sticky-header a.level-top .category-label {
    top: 0;
    position: absolute;
    left: 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  ul.topmenu li.level0 a.level-top {
    font-size: 18px;
    min-height: 80px;
    padding: 26px 30px;
  }
}

/********** 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;
  margin-right: 2px;
}
.nav-wide li.level-top:last-of-type {
  margin-right: 0;
}
.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: 20px 30px 20px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
  overflow: visible;
  background-size: contain;
}
.navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > ul, .navbar:not(.in-mobile) ul.topmenu li ul.menu-wrapper > div, .navbar:not(.in-mobile) ul.topmenu li div.menu-wrapper > div,

.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;
  vertical-align: top;
}
.nav-wide .menu-wrapper:not(.default-menu) ul.level0 {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-wide .menu-wrapper ul.level0 li.level1 > a {
  display: block;
}
.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,
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon {
  line-height: 1;
  font-size: 18px;
  left: -4px;
  position: absolute;
  top: 10px;
}
.nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li.last a {
  border-bottom: none;
}
.nav-wide .menu-wrapper ul.level0 li.level1 > ul {
  margin: 0 0 20px;
  padding-left: 0;
}
.nav-wide .menu-wrapper ul.level0 li.level1 > ul + ul {
  margin-top: .75em;
}
.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 span.subtitle {
  line-height: 38px;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 span.subtitle + .category-label {
  margin-bottom: 0;
}
.nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle:before {
  content: none;
}
.nav-wide .menu-wrapper ul.level1 a {
  position: relative;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding: 7px;
  margin: 1px -4px;
}
.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a,
.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a {
  color: rgba(0,0,0,0.6);
}
.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a:hover,
.nav-wide .menu-wrapper:not(.tabs-menu) li.level2 > a:hover {
  color: #651fff;
}
.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 0 0;
  background-color: transparent;
  font-size: 1em;
  color: rgba(0,0,0,0.8);
  line-height: 1.5em;
  padding: 0;
}
.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: 2px 5px;
  z-index: 3;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1em;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  margin-left: 5px;
  background-color: transparent;
}
.category-label.label_one {
  background-color: #f2c94c;
  color: #fff;
}
.category-label.label_two {
  background-color: #f72525;
}
.category-label.label_three {
  background-color: #03a9f4;
}
.topmenu .level0 ul .category-label.label_two {
  background-color: #f72525;
}
.topmenu .level0 ul .category-label.label_three {
  background-color: #03a9f4;
}
.menu-wrapper .category-label {
  top: -2px;
  left: auto;
  bottom: auto;
  position: relative;
  margin-left: 5px;
  vertical-align: baseline;
}

/* For Top Menu */
@media only screen and (min-width: 978px) {
  .nav-wide li.over .menu-wrapper {
    display: block!important;
  }
  .category-label {
    display: inline-block;
    top: 10px;
    vertical-align: baseline;
    position: absolute;
    left: 30px;
    margin: 0;
  }

  /* Default Menu in Wide Mode */
  .nav-wide .menu-wrapper.default-menu {
    position: absolute;
    width: 15em;
    top: 100%;
    left: 0;
    display: none;
    padding: 0;
    z-index: 99999;
    overflow: visible;
  }
  .nav-wide .menu-wrapper.default-menu ul {
    background-color: inherit;
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 18px 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 {
    clear: both;
    display: block;
    float: none;
    margin: 0;
    position: relative;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li a {
    display: block;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li:last-of-type {
    border-bottom: none;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover,
  .nav-wide .menu-wrapper.default-menu ul.level0 li.over > a  {
    color: #651fff;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li > a:hover span {
    box-shadow: 0 1px 0 0 #651fff;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 a {
    padding: 0 9px;
  }
  .nav-wide .menu-wrapper.default-menu:not(.vertical) 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: 8px 29px 8px 30px;
    font-weight: normal;
    margin: 0;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 li.level1 li.level2 a {
    line-height: inherit;
  }
  .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;
    border: none;
    display: none;
    width: 15em;
    position: absolute;
    top: -18px;
    left: 100%;
    z-index: 999;
  }
  .nav-wide .menu-wrapper.default-menu ul.level0 ul li {
    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: '\e91e';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: 'meigeeadditional';
    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;
  }

  /*Wide menu*/
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 ul,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul {
    position: absolute;
    right: -20px;
    left: auto;
    top: -1px;
    padding: 8px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.06);
    display: block;
    transform: translateX(90%);
    width: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 ul.shown-sub,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul.shown-sub {
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 li {
    display: block;
    float: left;
    margin-right: auto;
    clear: both;
    width: 100%;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1:after,
  .nav-wide .menu-wrapper.tabs-menu ul.level2:after{
    display: table;
    content: '';
    clear: both;
  }
  .nav-wide .menu-wrapper:not(.tabs-menu) ul.level1 li.parent > a:before,
  .nav-wide .menu-wrapper.tabs-menu ul.level2 li.parent > a:before {
    content: '\0044';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    font-family: 'meigee';
    font-style: normal;
    font-size: 9px;
    margin-top: 2px;
    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;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level2 li.parent > a:before {
    margin-top: 1px;
  }


  /*Tabs menu Vertical*/
  .nav-wide .menu-wrapper.tabs-menu {
    padding-top: 16px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical {
    padding: 0;
    overflow: hidden;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 {
    padding-top: 18px;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 {
    position: relative;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 {
    position: static;
    display: block;
    clear: both;
    width: 100% !important;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a {
    position: relative;
    padding: 0;
    border: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a {
    padding: 18px 40px;
    min-height: 60px;
    line-height: 1.3;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a:hover,
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > a {
    background-color: rgba(0,0,0, 0.06);
    color: #111;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > a span {
    color: inherit !important;
    margin-bottom: 0 !important;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level1 li.level1.parent:not([data-bold-link='1']) > a:after,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {
    font-family: 'meigeeadditional' !important;
    content: "\e91d";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-style: normal;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.4);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > ul {
    background-color: #fff;
    width: auto;
    left: auto;
    float: left;
    position: absolute;
    top: 0;
    height: auto;
    display: none;
    text-align: center;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1 > .menu-wrapper {
    top: 0 !important;
    right: 0;
    width: auto;
    right: 0;
    padding: 10px 20px 20px;
    margin-left: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    overflow-y: auto;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper > div {
    visibility: visible;
    transform: translateY(0);
    transition: all 0s;
    margin-top: 0;
    padding-bottom: 20px;
    left: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-inner,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-wrapper,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-wrapper > div,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-inner,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-wrapper,
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:hover > .menu-wrapper > div {
    z-index: 8;
    opacity: 1;
    visibility: visible;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1:first-of-type > .menu-inner {
    opacity: 1;
  }
  .nav .menu-wrapper.tabs-menu ul.level0 li.level1 > a i.custom-icon {
    left: 10px;
    font-size: 14px;
    top: calc(50% - 8px);
  }
  .nav .menu-wrapper.tabs-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle,
  .nav-wide .menu-wrapper.tabs-menu .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {
    padding-left: 27px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > ul {
    display: block;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .category-image {
    display: none;
  }
  .nav-wide .menu-wrapper.tabs-menu .menu-category-slider {
    margin-top: 10px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    padding: 0;
    margin-left: 0;
    opacity: 0;
    z-index: -1;
    display: block;
    background-repeat: no-repeat;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:nth-child(3) > .menu-inner {
    opacity: 1;
    z-index: 1;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > .menu-inner {
    padding: 25px 40px 25px 30px;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {
    opacity: 1;
    z-index: 9;
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 {
    float: left;
    padding: 0 5px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 {
    margin-bottom: 20px;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level1:not([data-columns='1']) > .menu-inner ul.level1 {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2'] li.level1 > a {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3'] li.level1 > a {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4'] li.level1 > a {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5'] li.level1 > a {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6'] li.level1 > a {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7'] li.level1 > a {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8'] li.level1 > a {
    width: calc(100% / 8);
  }

  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2'] li.level1 .menu-inner {
    left: calc(100% / 2);
    width: calc(100% - 100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3'] li.level1 .menu-inner {
    left: calc(100% / 3);
    width: calc(100% - 100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4'] li.level1 .menu-inner {
    left: calc(100% / 4);
    width: calc(100% - 100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5'] li.level1 .menu-inner {
    left: calc(100% / 5);
    width: calc(100% - 100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6'] li.level1 .menu-inner {
    left: calc(100% / 6);
    width: calc(100% - 100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7'] li.level1 .menu-inner {
    left: calc(100% / 7);
    width: calc(100% - 100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8'] li.level1 .menu-inner {
    left: calc(100% / 8);
    width: calc(100% - 100% / 8);
  }

  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='2'] > .menu-inner li.level2 {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='3'] > .menu-inner li.level2 {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='4'] > .menu-inner li.level2 {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='5'] > .menu-inner li.level2 {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='6'] > .menu-inner li.level2 {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='7'] > .menu-inner li.level2 {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1[data-columns='8'] > .menu-inner li.level2 {
    width: calc(100% / 8);
  }
  .nav-wide .menu-wrapper.tabs-menu li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > a:after {
    display: none;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 li.level2 > .category-image {
    margin-top: 15px;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1 > a .subtitle,
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a .subtitle {
    line-height: inherit;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a {
    color: rgba(0,0,0,0.6);
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a:hover,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a:hover {
    color: #651fff;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3 > a:hover span,
  .nav-wide .menu-wrapper.tabs-menu.vertical li.level3 > a:hover span {
    box-shadow: 0 1px 0 0 #651fff;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2 > a,
  .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2 > a {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical):before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical) .menu-wrapper.tabs-menu.vertical:before {
    content: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,0.1);
    z-index: -1;
  }
  .nav-wide .menu-wrapper.tabs-menu:not(.vertical):before,
  .nav-wide .menu-wrapper.tabs-menu.vertical:before {
    background-color: #fff;
  }

  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='2']:before {
    width: calc(100% / 2);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3']:before {
    width: calc(100% / 3);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='4']:before {
    width: calc(100% / 4);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='5']:before {
    width: calc(100% / 5);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='6']:before {
    width: calc(100% / 6);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='7']:before {
    width: calc(100% / 7);
  }
  .nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='8']:before {
    width: calc(100% / 8);
  }

  /*Tabs menu horizontal*/
  .nav-wide .menu-wrapper.tabs-menu.horizontal {
    padding: 0 0 1px;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 {
    margin: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {
    display: inline-block;
    width: auto !important;
    margin-left: 0;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {
    padding: 1em 1.5em;
    border: none;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a .subtitle {
    margin-top: 2px;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-inner,
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-wrapper {
    width: auto;
    left: 0;
    right: 0;
    top: auto;
    padding: 20px 30px;
    background-color: #fff;
    margin-left: 0;
    border: none;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto ;
  }
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-inner > .sub-content,
  .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > .menu-wrapper > .sub-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wide .menu-wrapper.tabs-menu ul.level2 ul.shown-sub {
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
}
/********** Navigation > */

/* Side menu */
.side-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.side-menu .side-menu-btn {
  font-size: 22px;
}
.side-menu .side-menu-btn .icon-close {
  display: none;
}
.side-menu .btn-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin: 14px 0 0 17px;
  color: rgba(0,0,0,0.8);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.side-menu .btn-close:hover,
.side-menu .btn-close:focus,
.side-menu .btn-close:active {
  background-color: rgba(0,0,0,0.06);
}
.side-menu .side-menu-btn span,
.side-menu .side-menu-btn span i,
.side-menu .btn-close i {line-height: inherit; font-size: inherit; color: inherit;}
.side-menu .side-menu-item {
  display: block;
  padding: 40px 39px;
}
.side-menu .side-menu-item + .side-menu-item {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.side-menu .side-menu-content {
  width: 530px;
  position: fixed;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: -100%;
  padding: 0;
  z-index: 99999;
  text-align: left;
  transition: right .5s ease-in-out, box-shadow .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-transition: right .5s ease-in-out, box-shadow .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  display: block;
  opacity: 0;
}
.side-menu.open .side-menu-content {
  right: 0;
  opacity: 1;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: -5px 0px 20px 0px rgba(0,0,0,0.1);
}
.side-menu .side-menu-content .form-language,
.side-menu .side-menu-content .form-currency {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .side-menu {
    display: none;
    visibility: hidden;
  }
}
.header .menu-block .container {
  padding-top: 0;
  padding-bottom: 0;
}
.header .logo strong,
.header .small-logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}
.header .search-mini-form {
  display: inline-block;
  padding: 5px 0;
  float: right;
}
.header .search-mini-form .form-search {
  position: relative;
  overflow: hidden;
}
.header .search-mini-form .form-search .search-button,
.header .search-mini-form .form-search .action-btn {
  height: 50px;
  line-height: 60px;
  width: 50px;
  transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  color: #000;
  text-align: center;
  display: block;
}
.header .search-mini-form .form-search .btn {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.header .search-mini-form .form-search .action-btn {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 7px;
  top: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
}
#header .search-mini-form .form-search .search-button {
  display: none;
  visibility: hidden;
}
#sticky-header .search-mini-form .form-search .search-button {
  display: block;
  visibility: visible;
}
.header .search-mini-form .form-search .search-button i,
.header .search-mini-form .form-search .btn i {
  font-size: 25px;
}
.header .search-mini-form .form-search .search-button:hover {
  background-color: transparent;
}
.header .search-mini-form .form-search .search-button span {
  display: none;
}
.header .search-mini-form .search-subtitle,
.header .search-mini-form .logo-wrapper,
.header .search-mini-form .form-search label {
  display: none;
}
.header .search-mini-form .form-search input {
  width: 100%;
  background-color: #fff;
  border-color: #fff;
  padding-left: 70px;
  max-width: 300px;
}
.header .search-mini-form .form-search input:focus {
  border-color: rgba(0,0,0,0.1);
  background-color: #fff;
}
.header .search-mini-form .form-search .input-group {
  display: block;
}
#header .mobile-menu-wrapper form.search-mini-form {
  display: block !important;
  float: none;
  padding: 13px 0;
  margin: 0;
}
#header .mobile-menu-wrapper .search-mini-form .form-search {
  padding: 0 20px;
}
#header .mobile-menu-wrapper .search-mini-form .form-search input {
  max-width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
}
#header .mobile-menu-wrapper .search-mini-form .form-search .action-btn {
    height: 40px;
    line-height: 42px;
    width: 40px;
    overflow: hidden;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
    color: #000;
    text-align: center;
}
#header .mobile-menu-wrapper .search-mini-form .form-search .action-btn > .btn {
    height: 40px;
    line-height: 50px;
    min-height: 40px;
}
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  max-width: 100%!important;
}
@media only screen and (min-width: 1200px) {
  .header .search-mini-form {
    padding: 15px 0;
    width: 300px;
  }
  #sticky-header .search-mini-form {
    width: auto;
  }
}

/* Clickable search for Provence & Normandy skin */
.header .clickable-search,
.header .clickable-search .search-mini-form .form-search .action-btn  {
  position: relative;
}
.header .clickable-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.header .clickable-search::after {
  display: table;
  content: '';
  clear: both;
}
.header .clickable-search .search-mini-form .form-search .action-btn  {
  left: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
#header .clickable-search .search-mini-form .form-search .search-button  {
  display: block;
  visibility: visible;
  position: absolute;
  z-index: 102;
  cursor: pointer;
  opacity: 1;
}
#header .clickable-search .search-mini-form .form-search .search-button i  {
  color: inherit;
  transition: none;
}
.header .clickable-search .search-mini-form .form-search button:disabled,
.header .clickable-search .search-mini-form .form-search button[disabled] {
  cursor: pointer;
  opacity: 1;
}
.header .clickable-search .search-mini-form .form-search {
  overflow: visible;
}
.header .clickable-search .search-mini-form .form-search .input-group {
  position: inherit;
}
.header .clickable-search .search-mini-form .form-search input {
  padding: 0 25px;
  max-width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  z-index: 101;
}
.header .clickable-search.open .search-mini-form .form-search input {
  border-color: rgba(0,0,0,0.1);
  padding: 0 50px 0 20px;
  max-width: 300px;
  width: 300px;
}
.header .clickable-search .search-mini-form {
  padding: 0;
  width: auto;
}
#header .clickable-search.open .search-mini-form .form-search .search-button {
  z-index: 1;
  opacity: 0;
}
.header .clickable-search.open .search-mini-form .form-search .action-btn {
  z-index: 103;
  opacity: 1;
}
.header .clickable-search.open .search-mini-form .form-search .btn {
  color: #000;
}
.header .clickable-search.open .search-mini-form .form-search .btn:hover,
.header .clickable-search.open .search-mini-form .form-search .btn:focus,
.header .clickable-search.open .search-mini-form .form-search .btn:active {
  color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 767px) {
  .header .clickable-search {
    display: none;
    visibility: hidden;
  }
}

/* Menu button */
#header .menu-button,
#sticky-header .menu-button {
  color: rgba(0, 0, 0, .8);
  padding: 0 15px;
  margin: 0;
  background: none;
  border: none;
  height: 50px;
}
#header .menu-button:hover,
#header .menu-button.active,
#sticky-header .menu-button:hover,
#sticky-header .menu-button.active {
  color: rgba(0, 0, 0, 1);
}
#sticky-header .menu-button i,
#header .menu-button i {
  font-size: 24px;
  vertical-align: middle;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}
#header .menu-button span,
#sticky-header .menu-button span {
  display: none;
  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;
}
.mobile-menu-wrapper {
  display: none;
  color: rgba(255,255,255,.6);
}
.mobile-menu-inner {
  width: 300px;
  background-color: #eeeeee;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  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-inner-content-wrapper {position: relative; overflow-x: hidden; min-height: 100vh;}
.mobile-menu-inner .mobile-inner-content-wrapper:before {
  content: '';
  width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  right: -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);
}
.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;
  background-color: #fff;
  border-radius: 0;
}
.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;
  height: 91vh;
}
.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: #222;
}
.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;
  text-align: left;
  padding-left: 0;
  color: #222;
}
#header .mobile-menu-inner .default-links.links li {
  float: none;
  display: block;
  padding: 15px 20px 15px 20px;
  border: none;
}
.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: 16px;
  font-weight: 600;
  text-transform: none;
  color: rgba(0,0,0,0.6);
}
.mobile-menu-inner .default-links.links li a:before {
  content: none!important;
}
.mobile-settings {
  padding: 3px 20px 20px;
}
.mobile-settings .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.header .mobile-menu-inner .form-language,
.header .mobile-menu-inner .form-currency {
  display: block;
  padding: 0;
}
.header .mobile-menu-inner .form-language .label,
.header .mobile-menu-inner .form-currency .label {
  margin-bottom: 10px;
  display: none;
}
.header .mobile-menu-inner .form-language .bootstrap-select,
.header .mobile-menu-inner .form-currency .bootstrap-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header .mobile-menu-inner .bootstrap-select.btn-group .dropdown-menu {
  width: 100%;
  border: 0;
}
.header .mobile-menu-inner p.category-image {
  display: none;
}
.back-link,
.submenu-parent-item,
a.action-link {
  display: none !important;
}
.mobile-menu-wrapper li > a.action-link + a {
    display: none !important;
}
.mobile-menu-wrapper .in-mobile.type-2 .topmenu ul {
  padding: 0 !important;
}
.header .mobile-menu-wrapper .topmenu .menu-item-button {
  top: 18px;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .submenu-parent-item a {
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.mobile-menu-wrapper .in-mobile.type-2 .back-link,
.mobile-menu-wrapper .in-mobile.type-2 .submenu-parent-item,
.mobile-menu-wrapper .in-mobile.type-2  a.action-link {
  display: block !important;
}
.in-mobile.type-2.menu-item-button ~ .menu-item-button {
  display: none !important;
}
.mobile-menu-wrapper .in-mobile.type-2 .back-link,
.mobile-menu-wrapper .in-mobile.type-2 .submenu-parent-item {
  border-bottom: 1px solid #d1d1d1;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 {
  overflow: hidden;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link {
  border-top: none;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link a {
  padding-top: 16px !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .back-link a:before {
  content: '\e913';
  font-family: 'meigeeadditional';
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  margin-right: 5px;
}
.mobile-menu-wrapper .navbar-default.in-mobile li {
  float: none;
  display: block;
  padding: 0 !important;
  position: static !important;
  border-bottom: 1px solid #d1d1d1 !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile li:last-child {
  border-bottom: 0 !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li {
  position: static;
}
.mobile-menu-wrapper a {
  font-family: Barlow, sans-serif;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level-top a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level-top a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 ul.level0 li.level1 a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 .menu-wrapper ul.level0 li.level1 > ul a,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a {
  font-size: 16px;
  padding-left: 18px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.75;
  padding: 16px 30px 15px 20px;
  line-height: 1.3;
  font-family: Barlow, sans-serif;
  margin: 0;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a .icon-more:before {
  content: '\e903';
  font-family: 'meigee';
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li a .icon-more i {
  display: none;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper ul {
  background-color: #fff;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-inner,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  height: auto;
  min-height: fit-content;
  transition: all 0.3s ease;
  display: block !important;
  z-index: 999;
  background: #fff !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu.is-open {
  left: 0 !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-wrapper,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > ul,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > ul,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-inner,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-inner {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  height: auto;
  min-height: 100%;
  transition: all 0.3s ease;
  display: block !important;
  z-index: 999;
  background-color: #fff !important;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-wrapper.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > ul.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > ul.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .menu-wrapper li > .menu-inner.is-open,
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu li > .menu-inner.is-open {
  left: 0 !important;
  width: 100%;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .default-menu {
  width: 100%;
  background-color: #fff;
  overflow: visible;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu {
  padding: 0;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu a {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level0.level-top .submenu li.submenu-parent-item a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li .megamenu-wrapper .megamenu-inner {
  background-image: none !important;
  background-color: #fff;
}
.mobile-menu-wrapper .navbar-default.in-mobile.type-2 li.level-top > a {
  padding-top: 13px;
  padding-bottom: 14px;
  margin: 0;
}

/* Header Cart ================================================================================ */
header.header .top-cart {
  display: inline-block;
  float: right;
  vertical-align: middle;
  position: relative;
  margin: 7px 0 7px 15px;
}
header.header .top-cart .block-title {
  margin: 0;
  z-index: 100;
  padding: 0;
  height: 50px;
  line-height: 48px;
  transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  border: 0;
  background-color: transparent;
}
header.header .top-cart .block-title a {
  color: inherit;
}
header.header .top-cart .block-title:after {
  content: none;
}
header.header .top-cart .block-title a:hover {
  color: inherit;
}
#sticky-header .top-cart .block-title {
  color: rgba(0, 0, 0, 0.8);
}
#sticky-header .top-cart .block-title:hover,
#sticky-header .top-cart .block-title.active {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.8);
}
header.header .top-cart .block-title .cart-right-items {
  display: inline-block;
  vertical-align: middle;
}
header.header .top-cart .block-title .title-cart {
  padding: 0 13px;
  display: block;
  min-width: 50px;
  height: 50px;
  line-height: 44px;
}
header.header .top-cart .block-title .top-cart-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
header.header .top-cart .block-title .top-cart-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 1;
  z-index: 0;
}
header.header .top-cart .block-title .top-cart-icon + .top-cart-label {
  margin-left: 5px;
}
header.header .top-cart .block-title .top-cart-icon i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
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 {
  vertical-align: middle;
  padding-left: 4px;
  font-weight: 600;
  font-size: 16px;
}
header.header .top-cart .block-title .subtotal .price {
  font-size: inherit;
  color: inherit !important;
  font-weight: inherit;
}
header.header .top-cart .block-title .cart-qty {
	display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  background-color: #e82323;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
  position: absolute;
  top: 4px;
  left: 28px;
  border-radius: 50%;
  font-family: Work Sans, sans-serif;
}
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%;
  border-radius: 0px;
  border: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  right: 0;
  width: 320px;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Work Sans', sans-serif;
}
#header .top-cart .top-block,
#sticky-header .top-cart .top-block {
  background-color: #edf7ed;
  padding: 15px 30px 30px 30px;
  border: 0;
}
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 id:before {
  line-height: inherit;
}
header.header .top-cart .block-content h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 26px 30px 25px;
}
header.header .top-cart .block-content.no-items + .block-content {
  text-align: center;
}
header.header .top-cart .block-content .cart-empty {
  padding: 40px;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
header.header .top-cart .block-content .cart-empty i {
  display: block;
  color: rgba(0,0,0,0.1);
  float: left;
  font-size: 48px;
  margin: 0 20px 0 0;
}
header.header .top-cart .block-content .cart-empty .small-label {
  display: none;
  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: 20px;
}
header.header .top-cart .block-content .product-image {
  width: 60px;
  padding: 0;
  border: none;
  display: block;
}
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: 0 30px 20px;
}
header.header .top-cart .block-content .mini-products-list li {
  padding: 0 0 18px;
  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: -5px 0 11px 0;
    padding-right: 30px;
    letter-spacing: -0.2px;
    font-family: Barlow, sans-serif;
}
header.header .top-cart .block-content .mini-products-list .product-name a {
	font-size: 16px;
  font-weight: normal;
  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: block;
   line-height: 15px;
   font-weight: inherit;
   font-size: 11px;
   color: rgba(0,0,0,0.4);
   text-transform: uppercase;
}
header.header .top-cart .block-content .mini-products-list .cart-price-qt strong span {
  color: rgba(0,0,0,0.8);
  padding-left: 5px;
}
header.header .top-cart .block-content .mini-products-list .price {
	display: block;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    padding: 0 0 7px 0;
}
header.header .top-cart .block-content .cart-actions {
  position: absolute;
  right: 0;
  top: -3px;
}
header.header .top-cart .block-content .cart-actions a {
  padding: 0;
  border: none;
  float: none!important;
  display: block;
}
header.header .top-cart a.btn-remove,
header.header .top-cart a.btn-edit {
  color: rgba(0,0,0,0.4);
}
header.header .top-cart a.btn-edit {
  font-size: 20px;
}
header.header .top-cart a.btn-remove:hover,
header.header .top-cart a.btn-edit:hover {
  color: rgba(0,0,0,1);
}
header.header .top-cart .block-content .subtotal {
  text-align: left;
  vertical-align: baseline;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
}
header.header .top-cart .block-content .subtotal .price {
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
header.header .top-cart .block-content .subtotal .label {
  color: rgba(0,0,0,0.4);
  font-size: 18px;
}
header.header .top-cart .block-content .top-block .actions {
  position: relative;
  padding: 24px 0 0;
  margin: 0;
  border: none;
  text-align: center;
}
header.header .top-cart .block-content .actions {
  margin: 0 30px;
  padding: 0 0 30px 0;
}
header.header .top-cart .block-content .actions .btn-primary {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
}
header.header .top-cart .block-content .actions .btn-default {
	border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  line-height: 48px;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
}
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: rgba(0,0,0,0.1);
}
header.header .top-cart .block-content .actions .btn i {
  display: inline-block;
  height: 38px;
  line-height: 40px;
  width: 38px;
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
  font-size: 20px;
}
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;
}
@media only screen and (max-width: 320px) {
  header.header .top-cart .block-content {
    width: 300px;
  }
  header.header .top-cart .block-content .cart-empty {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header .middle-block .right-block {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  header.header .top-cart {
    margin: 0 0 0 15px;
  }
}


/*Header custom dropdown*/
.header .preview-dropdown-wrapper:before,
.header .preview-dropdown-wrapper:after {
  content: '';
  display: table;
  clear: both;

}
.header .preview-dropdown-wrapper {
  margin: 0 -10px;
}
.header .preview-dropdown-wrapper > .row {
  margin-left: 0;
  margin-right: 0;
}
.header .preview-dropdown-wrapper .preview-block {
  display: block;
  width: 20%;
  float: left;
  padding: 0 10px 30px;
}
.header .preview-dropdown-wrapper .preview-block a {
  padding-left: 0;
  padding-right: 0;
}
.header .preview-dropdown-wrapper .preview-block:nth-child(5n) {clear: right;}
.header .preview-dropdown-wrapper .preview-block:nth-child(5n+1) {clear: left;}
.header .preview-dropdown-wrapper.product-page .preview-block {
  width: calc(100% / 3);
}
.header .preview-dropdown-wrapper.skins-block .preview-block {
  width: 25%;
}
.header .preview-dropdown-wrapper.skins-block .preview-block {clear: none;}
.header .preview-dropdown-wrapper.skins-block .preview-block:nth-child(4n) {clear: none;}
.header .preview-dropdown-wrapper.skins-block .preview-block:nth-child(4n+1) {clear: none;}
.header .preview-dropdown-wrapper .preview-block .preview-image {
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 20px;
  position: relative;
  transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.header .preview-dropdown-wrapper .preview-block .preview-image:before {
    content: '';
    display: block;
    z-index: 0;
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.header .preview-dropdown-wrapper.product-page .preview-block a {
  border-bottom: none;
  padding: 0;
}
.header .nav-wide .preview-dropdown-wrapper .preview-block a .preview-image:before {
  top: 0;
}
.header .preview-dropdown-wrapper .preview-block a:hover .preview-image:before {
  opacity: 0.12;
}
.header .preview-dropdown-wrapper .preview-block .title {
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.header .preview-dropdown-wrapper .preview-block .title:before {content: none !important;}
.header .preview-dropdown-wrapper .preview-block a:hover .subtitle,
.header .preview-dropdown-wrapper .preview-block a:hover .title {
  opacity: 0.75;
}
.header .preview-dropdown-wrapper .preview-block .subtitle {
  color: rgba(0,0,0,0.8);
  line-height: 1.3;
  min-height: 30px;
}
.header .preview-dropdown-wrapper .block-title {
    display: block;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.header .preview-dropdown-wrapper .fullwidth {margin: 0 -23px;}
.header .preview-dropdown-wrapper .bottom-links a {
  position: relative;
    display: block;
    padding: 13px 29px 13px 30px;
    float: none;
    font-size: 12px;
    text-transform: none;
    color: rgba(0,0,0,0.5) !important;
    font-family: 'Space Mono', sans-serif;
}
.header .preview-dropdown-wrapper .bottom-links a:hover {
  background-color: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.8);
  opacity: 1;
}
.header .preview-dropdown-wrapper .bottom-links a:not(.last) {border-bottom: 1px solid rgba(0,0,0,0.1);}

/* header Berry */
body.wide-header #header .container { max-width: 100%; }
.wide-header #header .middle-block,
.boxed-header #header .middle-block,
.wide-header #header .top-block,
.boxed-header #header .top-block,
.wide-header #header .bottom-block,
.boxed-header #header .bottom-block {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.boxed-header-bg #header .top-block,
.boxed-header-bg #header .middle-block,
.boxed-header-bg #header .bottom-block {
    border: 0;
}
.boxed-header-bg #header .middle-block .container,
.boxed-header-bg #header .top-block .container,
.boxed-header-bg #header .bottom-block .container {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.wide-header #header .bottom-block,
.boxed-header #header .bottom-block,
.boxed-header-bg #header .bottom-block .container {
    border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wide-header #header .middle-block,
  .boxed-header #header .middle-block,
  .boxed-header-bg #header .middle-block .container {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
  }
}

/* Sticky Header */
body.wide-sticky #sticky-header .container {max-width: 100%;}
body[class*="boxed-header"] #sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
body[class*="boxed-header"] #sticky-header {
  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: 999;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
#sticky-header  .top-cart {
  margin: 7px 0;
}
#sticky-header .small-logo {
  margin: 10px 0;
  max-height: 40px;
  line-height: 40px;
  float: right;
}
@media only screen and (max-width: 500px) {
  #sticky-header .small-logo a img {
    max-width: 55vw;
  }
}
#sticky-header .form-search input {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 0 20px 0 60px;
}
#sticky-header .form-search input:focus {
  background-color: #fff;
  border-color: #cccccc;
}
#sticky-header .form-search {
  overflow: visible;
}
#sticky-header .search-button {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  margin: 0 10px 0 0;
  color: rgba(0,0,0,0.8);
  position: relative;
  background-color: transparent;
  -moz-transition: background-color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
#sticky-header .search-button i {
  font-size: 22px;
  position: relative;
}
#sticky-header .form-search {
  position: relative;
}
#sticky-header .search-mini-form .form-search .search-button.active,
#sticky-header .search-mini-form .form-search .search-button:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
#sticky-header .form-search .indent {
  display: none;
  position: absolute;
  top: 100%;
  right: 3px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  width: 360px;
  border: none;
  border-radius: 0;
  z-index: 9999;
}
#sticky-header .search-mini-form {
  padding: 0;
  margin: 7px 0;
}
#sticky-header .search-mini-form:after {
  display: table;
  content: '';
  clear: both;
}
#sticky-header .search-mini-form.focused .form-search .input-wrapper {
  border-color: #4c66d9;
}
@media only screen and (max-width: 767px) {
  .mobile-menu-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 7px 10px 7px 0;
  }
  #sticky-header .top-cart {
    margin: 7px 0;
  }
}


/**** Select ****/
.bootstrap-select {
  width: 220px;
}
.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: 15px;
  width: auto;
  height: auto;
  line-height: 1;
  -o-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  vertical-align: middle;
  border: none;
  color: rgba(0, 0, 0, .5);
  padding: 0;
}
.bootstrap-select.btn-group .btn .caret:after {
  font-family: 'meigeeadditional' !important;
  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;
  content: "\e91d";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 8px;
  position: relative;
  top: -1px;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  border-radius: 0;
  font-size: 14px;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.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: 40px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  color: rgba(0,0,0,0.8);
  min-height: 40px;
  padding: 0 30px 0 10px;
  line-height: 40px;
  background-color: #f5f5f5;
}
.bootstrap-select > .selectpicker:hover,
.bootstrap-select > .selectpicker:focus,
.bootstrap-select > .selectpicker:active {
  background-image: none;
  border: solid 1px rgba(0, 0, 0, 0.2);
  color: rgba(0,0,0,0.8);
  background-color: #f5f5f5;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100%!important;
}
.facebook-share {
  display: block;
  margin-bottom: 30px;
}
.facebook-share span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 50px;
  text-transform: uppercase;
  cursor: pointer;
}
.facebook-share span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  background-image: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAP1BMVEUZdtIZdtIZdtL6+vonftXC2fCLuOZRl9w1h9fu8/jI3fFOltzh7Pbf6vXQ4fK30+57r+Ndnt4sgdUgetMceNJLUSf8AAAAAnRSTlPHJM4raGAAAABcSURBVBjTpc05DoAwEEPRCTFkY4f7nxUXSJDJUPEbS6+xOOlUJJqOZlQhSghQOHgWaly9gRMppVIjbeY02Nd4AMQM4EE+3y0WbgaO5wsRIynH/eP9P0qDNCcaxV2I2gRXnFZERgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.facebook-share span:hover,
.facebook-share span:focus,
.facebook-share span:active {
  background-color: rgba(0, 0, 0, 0.06);
}
/*Instagram widget*/
.meigee-instagram-widget .insta-photo {
  display: block;
  position: relative;
}
.meigee-instagram-widget:not(.owl-carousel) .insta-photo {
  float: left;
  width: 25%;
  margin: 0 0 10px;
  padding: 0 5px;
}
.meigee-instagram-widget .insta-photo:after {
  content: '';
  display: block;
  z-index: 0;
  background-color: rgba(0,0,0,0.18);
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  width: calc(100% - 10px);
}
.meigee-instagram-widget.sidebar-block .insta-photo:after {
  left: 0;
  width: 100%;
}
.meigee-instagram-widget .insta-photo:hover:after {
  opacity: 1;
}
.meigee-instagram-widget.one-column:not(.owl-carousel) .insta-photo {
  width: 100%;
}
.meigee-instagram-widget.two-columns:not(.owl-carousel) .insta-photo {
  width: 50%;
}
.meigee-instagram-widget.three-columns:not(.owl-carousel) .insta-photo {
  width: 33.3%;
}
.meigee-instagram-widget.four-columns:not(.owl-carousel) .insta-photo {
  width: 25%;
}
.meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo {
  width: 20%
}
.meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo {
  width: 16.65%;
}
.meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo {
  width: 14.28%;
}
.meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
  width: 12.5%;
}
@media only screen and (max-width: 768px) {
  .meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .meigee-instagram-widget.three-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.four-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.five-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.six-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.seven-columns:not(.owl-carousel) .insta-photo,
  .meigee-instagram-widget.eight-columns:not(.owl-carousel) .insta-photo {
    width: 50%;
  }
}

/*Sidebar instagram*/
.meigee-instagram-widget.sidebar-block .insta-photo  {
  margin: 5px 10px 5px 0;
  float: none;
  display: inline-block;
  padding: 0;
}
.meigee-instagram-widget.sidebar-block[data-columns='1'] .insta-photo  {
  width: calc(100% - 10px);
}
.meigee-instagram-widget.sidebar-block[data-columns='2'] .insta-photo  {
  width: calc(50% - 10px);
}
.meigee-instagram-widget.sidebar-block[data-columns='3'] .insta-photo  {
  width: calc(100% / 3 - 10px);
}
.meigee-instagram-widget.sidebar-block[data-columns='4'] .insta-photo  {
  width: calc(25% - 10px);
}
.meigee-instagram-widget.sidebar-block[data-columns='5'] .insta-photo  {
  width: calc(20% - 10px);
}

/* 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: none;
  display: inline-block;
  margin: 0;
}
ul.social-links li a {
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #7f7f7f;
}
ul.social-links li a i {
  line-height: inherit;
  font-size: inherit;
  vertical-align: middle;
}
ul.social-links li a:hover {
  color: rgba(0, 0, 0, .7);
  opacity: 1;
}
ul.social-links li a:hover {
  background-color: rgba(0,0,0,0.06);
}

/* Widget: Customer Reviews */
.customer-reviews-widget {
  margin-left: -10px;
  margin-right: -10px;
}
.customer-reviews-widget .item {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.customer-reviews-widget.two-items .item {
  width: 50%;
}
.customer-reviews-widget.three-items .item {
  width: 33.3334%;
}
.customer-reviews-widget.four-items .item {
  width: 25%;
}
.customer-reviews-widget.two-items .item:nth-child(2n+1) {
  clear: left;
}
.customer-reviews-widget.two-items .item:nth-child(2n+2) {
  clear: right;
}
.customer-reviews-widget.three-items .item:nth-child(3n+1) {
  clear: left;
}
.customer-reviews-widget.three-items .item:nth-child(3n+3) {
  clear: right;
}
.customer-reviews-widget.four-items .item:nth-child(4n+1) {
  clear: left;
}
.customer-reviews-widget.four-items .item:nth-child(4n+4) {
  clear: right;
}
.customer-reviews-widget.one-item .item:not(:first-child),
.customer-reviews-widget.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  margin-top: 1.5em;
}
.slider-container .customer-reviews-widget .owl-item {
  clear: none!important;
  padding: 0;
  margin: 0!important;
}
.slider-container .customer-reviews-widget + .owl-buttons {
  top: -10px;
}
.customer-reviews-widget.widget-list .image-wrapper {
  float: left;
  width: 25%;
  padding-right: 10px;
}
.customer-reviews-widget.widget-list .content-wrapper {
  float: left;
  width: 75%;
  padding-left: 10px;
  text-align: left;
}
.customer-reviews-widget:not(.square-image) .image {
  display: inline-block;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  height: 56px;
  position: relative;
  z-index: 999;
  vertical-align: middle;
  margin-right: 20px;
}
.customer-reviews-widget:not(.square-image) .image img {
  width: 180px;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.customer-reviews-widget .top-block {
  border: solid 1px rgba(0, 0, 0, .16);
  background-color: #f5f5f5;
}
.customer-reviews-widget .product-block {
  float: left;
  width: 50%;
  padding: 36px 30px;
  border-right: solid 1px rgba(0, 0, 0, .16);
}
.customer-reviews-widget .author-block {
  float: left;
  width: 50%;
  padding: 34px 30px;
}
.customer-reviews-widget .right-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.customer-reviews-widget .product-name {
  font-size: 1em;
  margin-bottom: 1em;
}
.customer-reviews-widget .product-name h4 {
  margin: 0;
}
.customer-reviews-widget .price-wrapper {
  line-height: 1;
  margin-bottom: 1em;
}
.customer-reviews-widget .review-title {
  margin-bottom: 1em;
}
.customer-reviews-widget .review-title h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
}
.customer-reviews-widget .review-text {
  font-size: 13px;
  border: solid 1px rgba(0, 0, 0, .16);
  border-top: none;
  padding: 30px;
}
.customer-reviews-widget .review-text a.more {
  display: none;
}
.customer-reviews-widget .ratings {
  margin: 0;
}
.customer-reviews-widget .ratings .rating-box {
  float: none;
  display: inline-block;
  margin: 0;
}
.customer-reviews-widget .author {
  color: rgba(0,0,0,0.8);
  margin-bottom: 1em;
}
.customer-reviews-widget .author i {
  font-style: normal;
  margin-right: 5px;
}
.customer-reviews-widget .date {
  font-size: 11px;
  color: rgba(0,0,0,0.8);
}
.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: 5;
  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: rgba(0,0,0,.6);
  background: none;
  font-size: 13px;
  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: 15px 20px 16px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  margin-bottom: -1px;
  border-radius: 0;
}
.product-tabs li.current,
.product-tabs li:hover {
  background-color: rgba(0,0,0,.05);
  color: rgba(0,0,0,.8);
}
.product-tabs li.current {
  cursor: default;
}
.product-tabs li:first-child {
  margin-left: 0;
}
.product-tabs-widget {
  position: relative;
  padding: 51px 20px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.1)
}
.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);
  }
}

/* Home Page ============================================================================= */
.banners-block .banner {
  float: left;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  body a.banner {
    display: block;
  }
  body a.banner img {
    opacity: 0.95;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
  }
  body a.banner:hover img {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
}
.fullwidth-banner.fullwidth-block .fullwidth-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #edbd31;
  background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/coccinelle_berry_fullwidth_banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .fullwidth-banner.fullwidth-block.product-top-banner {
    margin: 0;
  }
}
.fullwidth-banner .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-right: 30px;
  padding-right: 35px;
  padding-left: 40px;
  border-right: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  /*font-family: 'Barlow', sans-serif;*/
  font-family:'opensans_light';
}
.fullwidth-banner .text {
  /*font-family: 'Work Sans', sans-serif;*/
  font-family:'opensans_light';
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.fullwidth-banner.product-top-banner .title {
  padding-left: 0;
}
.block-product-sidebar {
  padding: 25px 26px;
  border: 1px solid rgba(0,0,0,0.1);
}
.block-product-sidebar ul {
  padding-top: 10px;
}
.block-product-sidebar li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(0,0,0,0.1);
}
.block-product-sidebar p {
  font-size: 13px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .fullwidth-banner .title {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .fullwidth-banner .text {
    display: block;
  }
}

/* Home Page Sliders ================================================================================= */
.home-slider-wrapper {
  position: relative;
}
.home-slider-wrapper .slider-counter {
  position: absolute;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  display: none;
}
#home-image-slider {
  margin: 0;
  width: auto;
  position: relative;
  height: 400px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#home-image-slider .owl-controls {
  margin: 0;
}
#home-image-slider .owl-item a {
  display: block;
  position: relative;
  z-index: 7;
}
#home-image-slider .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 7;
}
#home-image-slider .owl-item .title {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 25px;
}
#home-image-slider .owl-item .title strong {
  font-weight: 600;
  display: block;
  font-size: inherit;
  line-height: inherit;
}
#home-image-slider .owl-item .subtitle {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#home-image-slider .owl-item .text {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
#home-image-slider .owl-item .text strong {
  display: block;
  text-decoration: underline;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: inherit;
  line-height: inherit;
}
#home-image-slider .owl-item .btn {
  padding: 0 50px;
  display: inline-block;
  margin-top: 32px;
  min-height: 50px;
}
#home-image-slider .owl-item .slide-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
}
#home-image-slider .owl-item .slide-container-2 {
  position: absolute;
  z-index: 9;
  font-family: 'Barlow', sans-serif;
  display: none;
}
#home-image-slider .owl-dots {
  position: static;
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
}
#home-image-slider .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  top: 0;
}
#home-image-slider .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
#home-image-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
#home-image-slider .owl-dots .owl-dot.active,
#home-image-slider .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
#home-image-slider .owl-nav {
  position: absolute;
  z-index: 3;
  display: none;
}
#home-image-slider .owl-nav div {
  padding: 0;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  margin: 0;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out, color 300ms ease-out;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, color 300ms ease-out;
  float: left;
}
#home-image-slider .owl-nav div:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}
#home-image-slider .owl-nav div.owl-prev {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .home-slider-wrapper .slider-counter {
    top: 20px;
    right: 20px;
    display: inline-block;
  }
  #home-image-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
  }
  #home-image-slider .owl-item .title {
    font-size: 38px;
    line-height: 40px;
  }
  #home-image-slider .owl-item .slide-container {
    top: auto;
    left: 20px;
    bottom: 23.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 20px;
    left: 20px;
    display: inline-block;
  }
  #home-image-slider .owl-nav {
    display: inline-block;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #home-image-slider {
    height: 490px;
  }
  .home-slider-wrapper .slider-counter {
    top: 30px;
    right: 30px;
  }
  #home-image-slider .owl-dots {
    left: 30px;
    bottom: 30px;
  }
  #home-image-slider .owl-nav {
    right: 30px;
    bottom: 30px;
  }
  #home-image-slider .owl-item .slide-container {
    left: 30px;
    bottom: 31.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-image-slider {
    height: 910px;
  }
  .home-slider-wrapper .slider-counter {
    top: 27.7%;
    right: 17.2%;
  }
  #home-image-slider .owl-item .title {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
  }
  #home-image-slider .owl-item .slide-container {
    left: 18.9%;
    bottom: 26.1%;
  }
  #home-image-slider .owl-item .slide-container-2 {
    top: 27.7%;
    left: 18.9%;
  }
  #home-image-slider .owl-nav {
    right: 17.2%;
  }
  #home-image-slider .owl-dots {
    left: 18.9%;
  }
}

/*Archive Slider Effect*/
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  max-width: 100%;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  min-height: 200px;
  margin-bottom: 0;
  background: transparent;
  position: relative;
}

#home-image-slider .navOutNext {
  -webkit-animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navInNext {
  z-index: 11;
  opacity: 1;
  -webkit-animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navOutPrev {
  -webkit-animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider .navInPrev {
  -webkit-animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider li::before,
#home-image-slider li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

#home-image-slider li::after,
#home-image-slider .navOutNext::before {
  opacity: 1;
}

#home-image-slider li::before,
#home-image-slider li.current::after,
#home-image-slider .navInNext::after,
#home-image-slider .navInPrev::after {
  opacity: 0;
}

#home-image-slider .navInNext::after {
  transition: none;
}

.widget-title .subtitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.3);
    padding-top: 9px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
  #shopby-slider:not(.owl-loaded),
  .instagram-slider.meigee-instagram-widget:not(.owl-loaded) {
    opacity: 0;
  }
  #shopby-slider:before,
  .instagram-slider.meigee-instagram-widget:before,
  #shopby-slider:after,
  .instagram-slider.meigee-instagram-widget:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: block;
  }
  #shopby-slider:before,
  .instagram-slider.meigee-instagram-widget:before {
    right: 100%;
  }
  #shopby-slider:after,
  .instagram-slider.meigee-instagram-widget:after {
    left: 100%;
  }
  #shopby-slider .owl-stage-outer,
  .instagram-slider.meigee-instagram-widget .owl-stage-outer {
    overflow: visible;
  }
  #shopby-slider .owl-stage-outer,
  .instagram-slider.meigee-instagram-widget .owl-stage-outer {
    overflow: visible;
  }
  .boxed-content-bg #shopby-slider .owl-stage-outer,
  .boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-stage-outer {
    overflow: hidden;
  }
  .boxed-content-bg #shopby-slider::before,
  .boxed-content-bg #shopby-slider::after,
  .boxed-content-bg .instagram-slider.meigee-instagram-widget::before,
  .boxed-content-bg .instagram-slider.meigee-instagram-widget::after {
    display: none;
  }
}
#shopby-slider,
.instagram-slider.meigee-instagram-widget,
#shopby-block {
  position: relative;
}
#shopby-slider .owl-item,
.instagram-slider.meigee-instagram-widget .owl-item {
  position: relative;
}
#shopby-slider a:hover .slide-container,
.instagram-slider.meigee-instagram-widget a:hover .slide-container,
#shopby-block a:hover .slide-container {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 40px;
  color: #ffffff;
  padding: 30px 40px;
}
#shopby-slider a:hover .slide-container .btn,
#shopby-block a:hover .slide-container .btn,
.instagram-slider.meigee-instagram-widget a:hover .slide-container .btn {
  color: #ffffff;
  background-color: transparent;
}
#shopby-slider a,
#shopby-block a,
.instagram-slider.meigee-instagram-widget a {
  display: block;
  position: relative;
  z-index: 7;
}
#shopby-slider img,
#shopby-block img,
.instagram-slider.meigee-instagram-widget img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 7;
}
#shopby-slider .title,
#shopby-block .title,
.instagram-slider.meigee-instagram-widget .title {
  color: inherit;
  display: block;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Barlow', sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .title,
  #shopby-block .title,
  .instagram-slider.meigee-instagram-widget .title {
    font-size: 17px;
  }
}
#shopby-slider .subtitle,
#shopby-block .subtitle,
.instagram-slider.meigee-instagram-widget .subtitle {
  color: inherit;
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 1px;
}
#shopby-slider .slide-container,
#shopby-block .slide-container,
.instagram-slider.meigee-instagram-widget .slide-container {
  position: absolute;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  top: auto;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 24px 30px;
  z-index: 9;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .slide-container,
  #shopby-block .slide-container,
  .instagram-slider.meigee-instagram-widget .slide-container {
    padding: 15px;
  }
}
#shopby-slider .left-block,
#shopby-block .left-block,
.instagram-slider.meigee-instagram-widget .slide-container .left-block {
  display: table-cell;
  width: 100%;
}
#shopby-slider .right-block,
#shopby-block .right-block,
.instagram-slider.meigee-instagram-widget .slide-container .right-block {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopby-slider .slide-container .right-block,
  #shopby-block .slide-container .right-block,
  .instagram-slider.meigee-instagram-widget .slide-container .right-block {
    width: 25px;
    padding-left: 5px;
  }
}
#shopby-slider .slide-container .btn,
#shopby-block .slide-container .btn,
.instagram-slider.meigee-instagram-widget .slide-container .btn {
  padding: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
  font-size: 23px;
  border: none;
}

/* Slider Navigation */
.slider-container .owl-buttons {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.slider-container .widget-slider + .owl-buttons {
  z-index: 0;
}
.slider-container .owl-buttons.disabled {
  display: none;
  visibility: hidden;
}
.slider-container .owl-dots {
  text-align: center;
  margin: 15px 0;
}
.slider-container .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}
.slider-container .owl-dots > .owl-dot:first-child {
  margin-left: 0;
}
.slider-container .owl-dots > .owl-dot:last-child {
  margin-right: 0;
}
.slider-container .owl-dots .owl-dot.active,
.slider-container .owl-dots .owl-dot:hover {
  background-color: rgba(0,0,0,0.8);
  border-color: rgba(0,0,0,0.8);
}
@media only screen and (min-width: 992px) {
  .slider-container .owl-buttons {
    left: -50px;
    right: -50px;
  }
  .boxed-content-bg .slider-container .owl-buttons {
    left: -30px;
    right: -30px;
  }
}
.slider-container .owl-buttons.large {
  right: -70px;
  left: -70px;
}
.slider-container .owl-buttons > div + div {
  float: right;
}
.owl-buttons > div {
  float: left;
  margin-left: 2px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  -ms-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.owl-buttons > div.disabled {
  opacity: 0.6;
}
.owl-buttons i {
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  width: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 0;
  font-style: normal;
  color: inherit;
  transition: none;
}
.owl-buttons > div.disabled i {
  cursor: not-allowed;
}
.owl-buttons.large i {
  font-size: 39px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#shopby-slider .owl-nav,
.instagram-slider.meigee-instagram-widget .owl-nav {
  position: static;
}
#shopby-slider .owl-nav div,
.instagram-slider.meigee-instagram-widget .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  z-index: 11;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
}
.instagram-slider.meigee-instagram-widget .owl-nav div {
  line-height: 42px;
}
#shopby-slider .owl-nav .owl-next,
.instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
  right: -60px;
}
.boxed-content-bg #shopby-slider .owl-nav .owl-next,
.boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 1331px) {
  #shopby-slider .owl-nav .owl-next,
  .instagram-slider.meigee-instagram-widget .owl-nav .owl-next {
    right: 10px;
  }
}
#shopby-slider .owl-nav .owl-prev,
.instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
  left: -60px;
}
.boxed-content-bg #shopby-slider .owl-nav .owl-prev,
.boxed-content-bg .instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 1331px) {
  #shopby-slider .owl-nav .owl-prev,
  .instagram-slider.meigee-instagram-widget .owl-nav .owl-prev {
    left: 10px;
  }
}
#shopby-slider.grid-view {
  margin: 0 -10px;
}
#shopby-slider.grid-view:before,
#shopby-slider.grid-view:after {
  content: '';
  display: table;
  clear: both;
}
#shopby-slider.grid-view .owl-item {
  padding: 0 10px;
  width: 33.2%;
  display: block;
  float: left;
}
@media only screen and (max-width: 767px) {
  #shopby-slider.grid-view .owl-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-container .owl-buttons {
    left: -10px;
    right: -10px;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  color: inherit;
  transition: none;
}

/*Menu Category Slider =============================================================================== */
.menu-category-slider {margin-top: 19px; min-height: auto; width: 100%;}
.menu-category-slider .owl-nav div {
  padding: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  font-size: 22px;
  opacity: 1;
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  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;
}
.menu-category-slider .owl-nav div:hover {
  background-color: #f2c94c;
  color: rgba(0,0,0,0.8);
}
.menu-category-slider .owl-nav div i {
  font-style: normal;
  line-height: 1;
  display: inline-block;
  font-size: inherit;
  top: 50%;
  width: 28px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-category-slider .owl-nav div span {position: relative; width: 100%; height: 100%; display: block; overflow: hidden;}
.menu-category-slider .owl-nav div.owl-prev {left: 0;}
.menu-category-slider .owl-nav div.owl-next {right: 0;}
.menu-category-slider .owl-nav div.owl-next i:first-child {left: -50%;}
.menu-category-slider .owl-nav div.owl-next i:last-child {left: 50%;}
.menu-category-slider .owl-nav div.owl-next:hover i:first-child {left: 50%;}
.menu-category-slider .owl-nav div.owl-next:hover i:last-child {left: 150%;}
.menu-category-slider .owl-nav div.owl-prev i:first-child {left: 50%;}
.menu-category-slider .owl-nav div.owl-prev i:last-child {left: 150%;}
.menu-category-slider .owl-nav div.owl-prev:hover i:first-child {left: -50%;}
.menu-category-slider .owl-nav div.owl-prev:hover i:last-child {left: 50%;}
.menu-category-slider .item .slide-container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  text-align: center;
  z-index: 9;
}
.menu-category-slider .item .title {
  color: rgba(0,0,0,0.8);
  font-family: 'Work Sans', sans-serif;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.topmenu li a.title {
  line-height: 1.5em;
  display: block;
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

/* Widgets =============================================================================== */
body .widget .widget-title,
.widget-title {
    position: relative;
    padding-bottom: 35px;
    padding-top: 0;
    margin: 0;
    text-align: center;
}
.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;
}
.widget-title.text-center.with-owl-buttons {
  position: relative;
  padding-right: 72px;
  padding-left: 72px;
}
.widget-title.with-owl-buttons .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
body .widget-title h2,
body .widget-title h3,
body .widget .widget-title h2,
body .widget .widget-title h3 {
	display: block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.11;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  text-transform: none;
  letter-spacing: -0.2px;
}
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: 'Work Sans', sans-serif;
}
.widget .widget-title a.more-link:hover {
  color: #651fff;
}
body .widget .widget-title .widget-subtitle,
.widget-title .widget-subtitle {
  color: rgba(0,0,0,0.8);
  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;
}

.featured-category {text-align: center;}
.featured-category .product-name { padding-top: 20px;}
.featured-category .product-name a { font-weight: 400;}

/* Sidebar =============================================================================== */
.block {
  margin-bottom: 20px;
  z-index: 10;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
body[class*='blog-'] .block,
.catalogsearch-result-index .block,
.catalog-category-view .block {
}
body[class*='blog-'] .sidebar-inner,
.catalogsearch-result-index .sidebar-inner,
.catalog-category-view .sidebar-inner {
  padding-top: 0;
}
.sidebar-inner {padding-top: 0;}
body[class*='blog-'] .col-right.sidebar .block,
.catalogsearch-result-index .col-right.sidebar .block,
.catalog-category-view .col-right.sidebar .block {
}
.cart-block-wrapper {
  margin-bottom: 30px;
}
.block:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .block a:not(.btn) {
  color: rgba(0,0,0,0.6);
}
.sidebar .block a:not(.btn):hover {
  color: #651fff;
}
.block-title {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  color: rgba(0,0,0,.8);
  font-weight: 600;
  padding: 6px 0 15px 0;
  font-size: 24px;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
}
.block-title strong {
  font-weight: 600;
}
.block.block-fblikebox .block-title {
  margin-left: 0;
  margin-right: 0;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-subtitle {
  font-size: 18px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  color: rgba(0,0,0,0.8);
}
.block .block-content li.item {
  padding: 0;
}
.block p.product-name {
  margin-bottom: 0;
}
.block p.product-name a {
  display: inline-block !important;
}
.block:not(.block-related) .block-content li a {
  position: relative;
  padding: .5em 0 .5em 18px;
  display: inline-block;
}
.block.block-viewed .block-content li {
  padding-left: 0 !important;
}
.block.block-viewed .block-content li a {
  padding-left: 10px !important;
}
.block.block-viewed .block-content li a:before {
  content: "\e943";
  display: inline-block;
  font-family: "meigeeadditional";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 5px;
  margin-left: -10px;
  color: #651fff;
}
.block:not(.block-related) .block-content li .product-name a {
  font-size: 15px;
  display: inline;
}
.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;
}
.sidebar .widget-static-block {
  margin: 0 !important;
}
.sidebar .block-banner a {
  display: block;
  width: 100%;
}
.sidebar .block-banner {
  position: relative;
}
.sidebar .block-banner .btn {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-57%);
}

/* Block: Cart */
.block.block-cart .block-subtitle {
  margin: 0 0 12px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  padding: 0 0 14px;
  font-size: 18px;
  position: relative;
  text-transform: none;
  letter-spacing: -0.4px;
}
.block.block-cart .empty {
  text-align: left;
  font-size: 16px;
}
.block.block-cart .empty:after {
  display: table;
  content: '';
  clear: both;
}
.block.block-cart .empty p {
  line-height: 25px;
}
.block.block-cart .empty p span {
  text-align: center;
  font-family: 'Barlow', 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: inline-block;
  margin: 0 20px 0 0;
  float: left;
}
.block.block-cart .empty i {
  font-size: 50px;
  color: rgba(0,0,0,0.1);
  line-height: 1;
}
.block-cart .product-image {
  padding: 0!important;
}
.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: 60px;
}
.block-cart.block .block-content .product-name {
  margin-bottom: 3px;
  text-align: left;
  font-size: 12px;
  padding-right: 50px;
  font-weight: 400;
}
.block-cart.block .block-content .product-name a {
  font-size: 15px;
  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;
  padding: 0;
  display: block;
}
.block-cart.block .block-content .btn-edit {
  font-size: 20px;
}
.block-cart.block .block-content .summary .amount {
  display: none;
}
.block-cart.block .block-content .subtotal .price,
.block-cart.block .block-content .subtotal .label {
  vertical-align: bottom;
  line-height: 18px;
}
.block-cart.block .block-content .price {
  font-size: 16px;
  font-weight: bold;
}
.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;
  font-weight: 400;
}
.block.block-wishlist .item .product-name a {
  display: inline;
}
.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: rgba(0,0,0,0.6);
  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 .btn-remove i:hover {
  color: #222;
}
.block.block-wishlist .slider-buttons {
  position: absolute;
  top: 12px;
  right: 0;
}
.side-sidebar .block.block-wishlist .slider-buttons .owl-prev:first-child,
.side-sidebar .block.block-wishlist .slider-buttons .owl-next:last-child {
  display: none;
}
.block.block-wishlist .actions a i {
  margin: 0 9px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.block.block-wishlist .block-subtitle {
  display: none;
}
.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.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;
}
.sidebar .block-compare .item .product-image {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}
.sidebar .block-compare .item .product-image img {
  width: 100%;
}
.sidebar .block-compare .item .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
  font-weight: 400;
}
.sidebar .block-compare .item .ratings {
  margin-top: 0;
  margin-bottom: 4px;
}
.sidebar .block-compare .item .product-name a {
  padding: 0;
  max-width: 86%;
}
.sidebar .block-compare .item .btn-remove {
  padding: 0;
  margin-top: 2px;
}
.sidebar .block-compare li.item .btn-remove i {
  color: rgba(0,0,0,0.6);
}
.sidebar .block-compare li.item .btn-remove i:hover {
  color: #222;
}
.sidebar .block.block-compare .separator,
.sidebar .block.block-compare .add-review {  display: none;
}
.sidebar .block.block-compare .ratings .rating-links {  margin: 0;
}
.sidebar .block.block-compare .ratings .rating-links a {  margin: 0;
  padding: 0;
}
.sidebar .block.block-compare .block-content li.item {  border: none;
  padding: 0;
}
.sidebar .block.block-compare .block-content li.item + li.item {  padding-top: 20px;
}
.sidebar .block.block-compare .actions {  padding-top: 15px;}
.sidebar .block.block-compare .actions .btn {margin-top: 15px; padding: 0 15px;}
.sidebar .block.block-compare .actions .btn + .btn {
  margin-left: 10px;
}
.sidebar .block.block-compare .actions .btn i {
  margin-right: 9px;
  position: relative;
  top: 1px;
}
.sidebar .block.block-compare .actions .btn i.meigeeadditional-compare {
  font-size: 20px;
  top: 3px;
}
.sidebar.side-sidebar .block.block-compare .actions .btn {
  padding: 0 9px;
}
.sidebar.side-sidebar .block.block-compare .actions .btn + .btn {
  margin-left: 5px;
}
.sidebar.side-sidebar .block.block-compare .actions .btn i {
  margin-right: 4px;
}

/* Block: Poll */
.block-poll .block-title {
  margin: 0;
}
.block-poll li {
  padding: .25em 5px;
  background: none;
}
.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;
  cursor: pointer;
}
.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;
  display: none;
}
.block-poll input[type="radio"] {
  display: none;
}
.block-poll input[type="radio"] + .label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  box-shadow: none;
}
.block-poll input[type="radio"]:checked + .label:before {
  background-color: rgba(0,0,0,0.6);
  box-shadow: inset 0 0 0 2px #fff;
}

/* 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 {
  display: inline-block;
  font-style: normal;
  padding: 2px 3px;
}
.block.block-tags .block-title strong {
  display: inline-block;
  padding-top: 2px;
}
.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;
  min-height: auto;
}
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;
}
.block-reorder input.checkbox {
  float: left;
  margin: .7em 0 0;
}
.block-reorder .product-name {
  margin-left: 0;
  float: left;
  width: 80%;
  margin-bottom: 0;
  padding-left: 0;
}
.block-reorder .actions {
  text-align: left;
}
.block-reorder .actions .btn {
  padding: 0 15px;
}

/* Block: Banner */
.block-banner .block-content {
  padding: 0;
  text-align: center;
}

/* Block: Login */
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
/* Paypal */

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

/* Newsletter */
.block-subscribe .validation-advice {
  display: block;
  top: 100%;
  max-width: 100%;
  color: #ff1744;
  position: absolute;
  left: 0;
  text-align: left;
  background-image: none;
}
.block-subscribe .validation-advice:after {
  display: none;
}
.block-subscribe .validation-failed {
  border: 1px solid #f44336 !important;
  background-color: #fff;
  color: rgba(0,0,0,0.6);
}
.subscribe-block {
  border: 0;
  padding: 0;
}
.subscribe-block .block-title {
  display: block;
  vertical-align: middle;
  margin: 4px 0 21px 0;
  padding: 0;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  border: 0;
}
.subscribe-block .block-subscribe {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.subscribe-block .block-content label,
.block-subscribe .form-subscribe-header label {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0,0,0,.6);
}
.form-subscribe-header {
  display: block;
}
.subscribe-block .block-content .input-wrapper,
.sidebar .block-subscribe .block-content .input-wrapper {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: 0;
  float: left;
}
.subscribe-block .btn,
.sidebar .block-subscribe .block-content .btn {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0,0,0,0.04);
  height: 50px;
  border-radius: 0;
  padding: 0;
  line-height: 60px;
  width: 50px;
  color: #000;
  border: 1px solid rgba(0,0,0,0.04);
  background-clip: padding-box;
}
.subscribe-block .btn:active,
.sidebar .block-subscribe .block-content .btn:active {
  box-shadow: none;
}
.sidebar .block-subscribe .block-content .btn:hover,
.subscribe-block .btn:hover {
  background-color: rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.1);
  color: #000;
}
.subscribe-block .btn i,
.sidebar .block-subscribe .block-content .btn i {
  font-size: 24px;
}
.sidebar .block-subscribe .block-content .input-wrapper {
  width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
  .subscribe-block .block-content .input-wrapper,
  .sidebar .block-subscribe .block-content .input-wrapper {
    max-width: 350px;
  }
}
/* Content Area Subscribe Block */
.content-wrapper .subscribe-block .block-subscribe {
  display: inline-block;
  min-width: 100%;
  padding: 50px 20px;
}
.content-wrapper .subscribe-block .fullwidth-inner {
  background-repeat: repeat;
  background-position: left top;
}
.content-wrapper .subscribe-block .block-title {
  margin: 0px 0 5px 0;
  font-size: 36px;
  line-height: 1;
}
.content-wrapper .subscribe-block .block-content .input-wrapper {
  max-width: calc(100% - 50px);
}
.content-wrapper .subscribe-block .block-content input[type="text"] {
  border-radius: 25px 0 0 25px;
  line-height: 50px;
}
.content-wrapper .subscribe-block .btn {
  border-radius: 0 25px 25px 0;
}
@media only screen and (min-width: 768px) {
  .content-wrapper .subscribe-block .block-subscribe {
    min-width: 415px;
  }
}
@media only screen and (min-width: 992px) {
  .content-wrapper .subscribe-block .block-subscribe {
    padding: 140px 0;
  }
}

/* Configurable Swatch */
.products-grid .configurable-swatch-list li,
.products-list .configurable-swatch-list li,
.product-view .configurable-swatch-list li,
#AddToCart-popup .configurable-swatch-list li {
  float: left;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.configurable-swatch-list li.not-available .swatch-link:not(.has-image) {
  opacity: 1;
  color: #c6c6c6;
}
.configurable-swatch-list .swatch-link .x {
  display: none;
  visibility: hidden;
}
.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;
}
.product-view .configurable-swatch-list {
  margin: 0;
}

/* ======================================================================================= */
/*Lorraine Welcome Message Block*/
.wellcome-msg-block {
  font-size: 16px;
  line-height: 30px;
}
.wellcome-msg-block .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 29px;
  letter-spacing: -1.1px;
}
.wellcome-msg-block .msg {
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .wellcome-msg-block .msg {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 992px) {
  .wellcome-msg-block .msg {
    padding: 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .wellcome-msg-block .title {
    font-size: 30px;
  }
}

/* ======================================================================================= */
/*Top Category Banner*/
body.boxed-header-bg .category-top-banner,
body.boxed-header-bg .product-top-banner,
body.boxed-content-bg .header-breadcrumbs-wrapper .category-top-banner,
body.boxed-content-bg .header-breadcrumbs-wrapper .product-top-banner {
  margin: 0 auto;
}
body.boxed-header-bg .product-top-banner .fullwidth-inner {
  margin: 0;
}
.category-top-banner .container {
  padding-top: 55px;
  padding-bottom: 45px;
}
.category-top-banner .title {
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: -1.1px;
  font-family: 'Barlow', sans-serif;
}
.category-top-banner .title strong {
  font-weight: 600;
  display: block;
  font-size: inherit;
  line-height: inherit;
}
.category-top-banner .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 16px 0 16px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-top-banner .fullwidth-inner .container {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .category-top-banner .title {
    padding-left: 30px;
  }
  .category-top-banner .title strong {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .category-top-banner .title {
    font-size: 36px;
  }
  .category-top-banner .container {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .wide-content .fullwidth-block.category-top-banner,
  .boxed-content .fullwidth-block.category-top-banner {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .category-top-banner .text {
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-top-banner .text {
    padding: 10px 0;
  }
  .category-top-banner .title strong {
    display: inline;
  }
}
.category-top-banner .btn {
  float: right;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .category-top-banner .btn {
    float: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-top-banner .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*Category listing banner*/
.listing-banner-wrapper {
  width: 100% !important;
  float: left;
}
.listing-banner-wrapper .listing-banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}
.listing-banner-wrapper .listing-banner .img {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  display: block;
  width: 100%;
  min-height: 140px;
}
.listing-banner-wrapper .listing-banner:hover .img {
  -webkit-transform: scale(0.95,0.95);
  -ms-transform: scale(0.95,0.95);
  -o-transform: scale(0.95,0.95);
  transform: scale(0.95,0.95);
}
.listing-banner-wrapper .listing-banner .title {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  position: absolute;
  left: 50px;
  top: 56px;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.listing-banner-wrapper .listing-banner:hover .title {
  top: 45px;
}
.listing-banner-wrapper .listing-banner .text {
  font-size: 14px;
  display: block;
  position: absolute;
  opacity: 0;
  left: 50px;
  top: 56px;
  -webkit-transition: top 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: top 0.3s ease-out, opacity 0.3s ease-out;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
}
.listing-banner-wrapper .listing-banner:hover .text {
  opacity: 1;
  top: 75px;
}
.category-description .listing-banner {
  display: none;
}
@media only screen and (max-width: 767px) {
  .listing-banner-wrapper .listing-banner {
    padding: 0;
  }
  .listing-banner-wrapper .listing-banner .img {
    transform: none;
  }
  .listing-banner-wrapper .listing-banner .title {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    left: 20px;
    top: 16px;
    transition: none;
  }
  .listing-banner-wrapper .listing-banner .text {
    margin-top: 15px;
    left: 20px;
    top: 63px;
    transition: none;
    opacity: 1;
  }
}
@media only screen and (max-width: 374px) {
  .listing-banner-wrapper .listing-banner .title {
    left: 10px;
  }
  .listing-banner-wrapper .listing-banner .text {
    left: 10px;
    padding-right: 10px;
  }
}
.listing-banner-wrapper.fullwidth {
  width: 100%!important;
}
.listing-banner-wrapper ~ li.item,
.listing-banner-wrapper + li.item + li.item {
    clear: none !important;
}
.products-grid.three-columns .listing-banner-wrapper ~ li.item:nth-of-type(3n+2),
.products-grid.four-columns .listing-banner-wrapper ~ li.item:nth-of-type(4n+2),
.products-grid.five-columns .listing-banner-wrapper ~ li.item:nth-of-type(5n+2),
.products-grid.six-columns .listing-banner-wrapper ~ li.item:nth-of-type(6n+2),
.products-grid.seven-columns .listing-banner-wrapper ~ li.item:nth-of-type(7n+2),
.products-grid.eight-columns .listing-banner-wrapper ~ li.item:nth-of-type(8n+2) {clear: left !important;}
.listing-banner-wrapper + li.item,
.products-grid.three-columns .listing-banner-wrapper ~ li.item:nth-of-type(3n+3),
.products-grid.four-columns .listing-banner-wrapper ~ li.item:nth-of-type(4n+3),
.products-grid.five-columns .listing-banner-wrapper ~ li.item:nth-of-type(5n+3),
.products-grid.six-columns .listing-banner-wrapper ~ li.item:nth-of-type(6n+3),
.products-grid.seven-columns .listing-banner-wrapper ~ li.item:nth-of-type(7n+3),
.products-grid.eight-columns .listing-banner-wrapper ~ li.item:nth-of-type(8n+3) {clear: right !important;}
body .modal-backdrop {
  z-index: 99999;
}

/* Popup Block */
#popup-block {
  z-index: 100000;
}
#popup-block .modal-backdrop {
  z-index: 0;
  background-color: rgba(51,51,51,1);
}
#popup-block .modal-backdrop.in {
  opacity: 0.55;
}
#popup-block .modal-dialog {
  position: static;
  margin: 0 auto;
  height: 100%;
}
#popup-block .modal-dialog .modal-content {
  position: absolute;
  top: auto;
  bottom: 0;
  overflow: visible;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
#popup-block .modal-header {
  padding: 0;
  min-height: 0;
  border: none;
}
#popup-block .block-subscribe .validation-advice {
  top: -25px;
  left: 30px;
  margin-bottom: 0;
  right: auto;
  bottom: auto;
}
#popup-block .block-subscribe .validation-advice[id*="advice-validate"] {
}
#popup-block .block-subscribe .validation-advice[id*="advice-required"] {
  top: -webkit-calc(100% - 59px);
  top: calc(100% - 59px);
}
#popup-block .modal-header .close {
  font-size: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 999;
  height: 22px;
  width: 22px;
  cursor: pointer;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  color: #b2b2b2;
}
#popup-block.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  -o-transform: translate(0, 300px);
  transform: translate(0, 300px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#popup-block.modal.in .modal-dialog {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
#popup-block .modal-header .close:hover i {
  color: #000;
}
#popup-block .modal-dialog .modal-body {
  padding: 0;
  height: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.2);
}
#popup-block .block-subscribe {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  background: none;
  border: none;
  width: 50%;
  float: right;
}
#popup-block .block-subscribe .block-title {
  padding: 25px 30px 22px;
  margin: 0;
  border: 0;
}
#popup-block .block-subscribe .block-title:after {content: none;}
#popup-block .block-subscribe .block-content {
  padding: 0 30px;
  position: relative;
}
#popup-block .block-subscribe h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
#popup-block .required {
  margin-top: 2px;
}
#popup-block .block-subscribe label {
  margin: 0 0 13px 0;
  color: rgba(0,0,0,0.4);
  font-weight: 400;
  font-size: 14px;
}
#popup-block .block-subscribe input[type="text"],
#popup-block .block-subscribe .btn {
  height: 40px;
  line-height: 38px;
  min-height: 40px;
}
#popup-block .block-subscribe .btn {
  width: 100%;
  margin-top: 20px;
}
#popup-block {display: none;}
#popup-block .popup-content-wrapper {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
#popup-block .popup-bottom {
  width: 50%;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 22px;
  text-align: center;
  margin: 0;
  color: rgba(0,0,0,0.4);
  font-weight: 400;
}
#popup-block .popup-bottom input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  #popup-block .modal-dialog .modal-content {
    max-width: calc(100vw - 20px);
    left: 10px;
  }
  #popup-block.mobile-hide {
    display: none !important;
  }
  #popup-block .popup-content-wrapper {
    background-image: none!important;
  }
  #popup-block .popup-bottom {
    left: 0;
    width: auto;
  }
  #popup-block .block-subscribe {
    width: 100%;
    float: none;
  }
}

/* Category Page ========================================================================= */
/* View Type: Grid / List */
.products-grid .item {
  margin-bottom: 30px;
}
.products-grid .owl-item.item .item {
  margin-bottom: 0;
}
.products-list .item:not(.owl-item) + .item:not(.owl-item),
.footer-products-list .item:not(.owl-item) + .item:not(.owl-item) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(0,0,0,0.08);
}
.products-list .item.owl-item {
  float: left;
}
.products-list .owl-stage::after {
  display: table;
  content: '';
  clear: both;
}
.products-list .owl-stage-outer {
  overflow: hidden;
}
.products-list .item.product-hover-3 .description-cart-wrapper {
  position: relative;
  width: auto;
  left: auto;
  bottom: auto;
  top: auto;
  padding-top: 20px;
}
.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;
}
.widget-slider.products-grid.owl-carousel.hover-type-3 .item.owl-item {
  margin: 0;
  transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
}
.widget-slider.products-grid.owl-carousel.hover-type-3 .item.owl-item .indent {
  margin: 0;
}
.widget-slider.owl-carousel.hover-type-3 .owl-item:not(.active) {
  opacity: 0;
}
.widget-slider.owl-carousel.hover-type-3 .owl-item.active {
  opacity: 1;
}
.widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
  padding: 0;
  margin: 0;
  visibility: visible;
}
.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: 12px;
  color: rgba(0,0,0,0.6);
  margin: 0 0 7px;
}
.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("https://www.cittaoro.it/skin/frontend/coccinelle/default/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: 23px;
}
.widget-products .products-grid {
  margin-bottom: 0;
}
.widget-slider.owl-carousel .indent.sold-out .product-image:before,
.products-list .item.sold-out .image-box .product-image:before,
.products-grid .item.sold-out .image-box .product-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.5);
}
.widget-slider.owl-carousel .indent.sold-out .sold-out-label,
.products-list .item.sold-out .sold-out-label,
.products-grid .item.sold-out .sold-out-label {
  display: inline-block;
  vertical-align: middle;
  background-color: #222;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 18px 0px;
  width: 100%;
  max-width: 155px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-family: Barlow, sans-serif;
  transition: left 300ms ease-in-out;
  -moz-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  -webkit-transition: left 300ms ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-duration: .3s;
  text-transform: uppercase;
}
.products-list .item.sold-out:not(.product-hover-1) .sold-out-label {left: 50%;}
.products-list .item.sold-out .product-name a,
.products-grid .item.sold-out .product-name a,
.products-list .item.sold-out .price,
.products-list .item.sold-out .price-currency,
.products-list .item.sold-out .price-pennie,
.products-grid .item.sold-out .price,
.products-grid .item.sold-out .price-currency,
.products-grid .item.sold-out .price-pennie,
.widget-slider.owl-carousel .indent.sold-out .price,
.widget-slider.owl-carousel .indent.sold-out .price-currency,
.widget-slider.owl-carousel .indent.sold-out .price-pennie {
  color: rgba(0,0,0,0.3);
}
.products-list .item.sold-out .product-name a:hover,
.products-grid .item.sold-out .product-name a:hover {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.3);
}
.products-grid .item.sold-out .product-name .btn-quickview,
.products-list .item.sold-out .product-name .btn-quickview {
  display: none;
  visibility: hidden;
}
.products-grid .item:not(.owl-item) {padding: 0 10px;}
.catalog-category-view .col1-layout .toolbar:not(.vertical) {padding-bottom: 1.5em;}
/*.catalog-category-view .col1-layout .toolbar:not(.vertical){margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px;}*/
.products-grid.widget-slider .product-image,
.products-grid.widget-grid .product-image {
  position: relative;
}
.products-grid.widget-slider .product-hover-1 .image-box:hover .product-image,
.products-grid.widget-grid .product-hover-1 .image-box:hover .product-image,
.products-grid .item.product-hover-1 .product-image:hover,
.products-list .item.product-hover-1 .product-image:hover,
.products-grid .indent.product-hover-1 .product-image:hover {
  opacity: 1;
}
.products-list .btn-cart i,
.products-grid .btn-cart i {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .widget-slider.owl-carousel.hover-type-3 {
    padding: 0 80px 0 0;
  }
  .widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
    padding: 30px 40px 120px;
    width: calc(100% + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .widget-slider.owl-carousel.hover-type-3 .owl-item:not(.active) {
    opacity: 1;
  }
}

/* Product Grid 2 */
.products-grid.type-2 .large-product .item:not(.owl-item) {
  width: 100%;
}
.products-grid.type-2 .large-product .btn-cart i {
  display: none;
}
.products-grid.type-2 .product-items {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .products-grid.type-2 .product-items {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 375px) {
  .products-grid.type-2 .large-product li.item:not(.owl-item) {
    width: 100% !important;
  }
}

/* Product hover buttons */
.image-box .hover-buttons {
  position: absolute;
  display: block;
  bottom: -38px;
  background-color: #fff;
  padding: 5px;
  right: 0;
  z-index: 10;
  left: auto;
  opacity: 0;
  transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  -moz-transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  -webkit-transition: bottom 0.25s ease-in-out, opacity 0.4s ease-in-out, background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  height: auto;
  width: auto;
}
.item:hover .image-box .hover-buttons {
  bottom: 0;
  opacity: 1;
}
.image-box .hover-buttons .link-compare-wrapper,
.image-box .hover-buttons .lightbox-button {
  float: left;
}
.image-box .link-wishlist-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
  z-index: 5;
}
.image-box .link-wishlist-wrapper .link-wishlist-page,
.image-box .link-wishlist-wrapper.added .link-wishlist,
.action-secondary .link-wishlist-wrapper .link-wishlist-page,
.action-secondary .link-wishlist-wrapper.added .link-wishlist {
  display: none;
  visibility: hidden;
}
.image-box .link-wishlist-wrapper.added .link-wishlist-page,
.action-secondary .link-wishlist-wrapper.added .link-wishlist-page {
  display: block;
  visibility: visible;
}
.image-box .hover-buttons a,
.image-box .link-wishlist-wrapper a,
.action-secondary a {
  height: 50px;
  width: 50px;
  line-height: 56px;
  background-color: transparent;
  color: #000;
  display: block;
  padding: 0;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
.action-secondary a i {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.image-box .hover-buttons a:hover,
.action-secondary a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
  text-decoration: none;
}
.image-box .link-wishlist-wrapper a:hover {
  color: #f44336;
  background-color: transparent;
}
.image-box .link-wishlist-wrapper a:hover i:before {
  content: '\e939';
}
.image-box .hover-buttons .btn,
.image-box .hover-buttons .btn-default {
  min-width: 38px;
  padding: 0;
  border: none;
  line-height: 38px;
  height: 38px;
  width: 38px;
  min-height: 38px;
  color: #4caf50;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.image-box .hover-buttons .btn:hover,
.image-box .hover-buttons .btn:focus,
.image-box .hover-buttons .btn:active,
.image-box .hover-buttons .btn.active {
  background-color: rgba(0,0,0,.1);
  color: #4caf50;
}
[class*="product-hover-"] .image-box {
  overflow: hidden;
}
.product-action-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  justify-content: center;
}
.product-action-wrapper .btn-cart {
  padding: 0 50px;
  width: 100%;
  margin-bottom: 10px;
}
.action-secondary {
  display: inline-block;
  margin-left: 20px;
}
.action-secondary .link-wishlist-wrapper,
.action-secondary .link-compare-wrapper,
.action-secondary .lightbox-button {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 6px;
}
.footer-products-list .action-secondary {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .product-action-wrapper .btn-cart {
    width: auto;
    margin: 0;
    padding: 0 30px;
  }
  .product-action-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .product-action-wrapper .btn-cart {
    padding: 0 50px;
  }
}
.actions-hover-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transform: translate(-50%,-50%) scale(0.9);
  -ms-transform: translate(-50%,-50%) scale(0.9);
  transform: translate(-50%,-50%) scale(0.9);
  z-index: -1;
  opacity: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  text-align: center;
}
.item:hover .actions-hover-buttons,
.item:focus .actions-hover-buttons,
.item:active .actions-hover-buttons {
  opacity: 1;
  z-index: 5;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.actions-hover-buttons button,
.actions-hover-buttons .btn {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 50px;
}
.actions-hover-buttons .btn:last-of-type {
  margin-bottom: 0px;
}
.products-grid .actions-hover-buttons .btn-quickview,
.products-list .actions-hover-buttons .btn-quickview,
.footer-products-list .actions-hover-buttons .btn-quickview {
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0 50px;
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.products-grid .sold-out .actions-hover-buttons .btn-quickview,
.products-list .sold-out .actions-hover-buttons .btn-quickview,
.footer-products-list .sold-out .actions-hover-buttons .btn-quickview {
  display: none;
  visibility: hidden;
}
.products-list .product-image,
.products-grid .product-image,
.footer-products-list .product-image {
  display: block;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.product-name {
  margin: 0 0 9px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.footer-products-list .product-name {
  margin: 7px 0 9px;
}
.product-name a {
  box-shadow: 0 1px 0 0 transparent;
}
.product-name a:hover {
  box-shadow: 0 1px 0 0 #651fff;
}
.products-list .product-name {
  font-size: 20px;
  font-weight: 500;
}
.products-list .configurable-swatch-list {
  margin-bottom: 10px;
}
.products-grid .availability,
.products-list .availability,
.footer-products-list .availability {
  margin: 0 0 0 10px;
  line-height: 27px;
  vertical-align: top;
}
.products-grid .ratings,
.products-list .ratings,
.footer-products-list .ratings {
  margin: 0 0 9px;
}
.footer-products-list .ratings {
  margin: 0 0 15px;
}
.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;
}
.footer-products-list .btn span {
  display: none;
}
.footer-products-list .btn {
  margin: 0;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 20px;
}
.products-grid .price-box,
.products-list .price-box {
  margin-bottom: 1px;
  overflow: hidden;
  display: inline-block;
}
.products-grid .price-box::after,
.products-list .price-box::after {
  display: table;
  clear: both;
  content: '';
}
.products-grid .price-box .old-price {
  float: left;
  margin-bottom: 0;
}
.products-grid .price-box .special-price {
  float: right;
  margin-bottom: 0;
}
.image-box .add-to-links {
  display: inline-block;
  float: left;
}
.wishlist-index-configure .product-options-bottom ul.add-to-links {
  display: none;
  visibility: hidden;
}
ul.add-to-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.add-to-links li {
  display: inline-block;
}
ul.add-to-links li a {
  display: block;
  border-radius: 0;
  border: 0;
  height: 50px;
  width: 50px;
  font-size: 24px;
  color: #000;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}
ul.add-to-links li a:hover {
  background-color: rgba(0,0,0,0.06);
}
.footer-products-list .action-secondary a,
.footer-products-list .action-secondary a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
}
.footer-products-list .action-secondary .link-wishlist-wrapper,
.footer-products-list .action-secondary .link-compare-wrapper,
.footer-products-list .action-secondary .lightbox-button {
  margin-right: 0;
}
.quick-view-data-container .add-to-cart ul.add-to-links {
  display: none;
  visibility: hidden;
}
.page-popup ul.add-to-links li a span {display: none;}
.page-popup .ratings {
  margin: 0 0 10px 0;
}
.page-popup .price-box {
  margin: 0 0 20px 0;
}
.add-to-links span + span {
  margin-left: 10px;
}
.footer-products-list .add-to-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.footer-products-list .add-to-links a i {
  font-size: 14px;
}
.products-grid .btn-quickview,
.products-list .btn-quickview,
.footer-products-list .btn-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-quickview {
  opacity: 0;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
}
.products-grid .btn-quickview i,
.products-list .btn-quickview i {
  display: none;
  position: relative;
}
.products-grid.no-indents .item {
  padding: 0;
  margin-bottom: 0;
}
.products-grid.no-indents .item .product-image {
  border-width: 0;
}
.category-products .products-grid.no-indents {
  margin: 0!important;
}
/* Product hover type 2 */
.product-hover-2 .image-box .hover-buttons,
.product-hover-3 .image-box .hover-buttons {
  bottom: 0;
  height: 70px;
  width: 180px;
  background-color: transparent;
  padding: 0 5px;
  right: auto;
  left: 50%;
  margin-left: -90px;
  opacity: 1;
  transition: none;
  text-align: center;
}
.products-list .product-hover-2 .btn-cart i,
.products-grid .product-hover-2 .btn-cart i {
  display: inline-block;
  visibility: visible;
}
.product-hover-2 .image-box .btn-default.btn-cart {
  width: 50px;
  height: 50px;
}
.product-hover-2 .image-box .btn-default.btn-cart i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.product-hover-2 .image-box .hover-buttons a,
.product-hover-3 .image-box .hover-buttons a {
  background-color: transparent;
  color: #333;
}
.product-hover-2 .image-box .hover-buttons a i,
.product-hover-3 .image-box .hover-buttons a i {
  background-color: #fff;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  line-height: 52px;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.product-hover-2 .image-box .hover-buttons > .hover-button,
.product-hover-3 .image-box .hover-buttons > .hover-button {
  float: none;
  margin-right: 5px;
  display: inline-block;
  opacity: 0;
  margin-top: 20px;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-transition: margin 300ms ease-out, opacity 300ms ease-out;
  -webkit-transition: margin 300ms ease-out, opacity 300ms ease-out;
  transition: margin 300ms ease-out, opacity 300ms ease-out;
}
.product-hover-2 .image-box .hover-buttons > .hover-button:last-child,
.product-hover-3 .image-box .hover-buttons > .hover-button:last-child {
  margin-right: 0;
}
.product-hover-2.item:hover .image-box .hover-buttons > .hover-button,
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button {
  opacity: 1;
  margin-top: 0;
}
.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(1n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(1n) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(2n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(2n) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:nth-child(3n),
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:nth-child(3n) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.product-hover-2.item:hover .image-box .hover-buttons > .hover-button:hover,
.product-hover-2 .image-box .hover-buttons a:hover,
.product-hover-2 .image-box .hover-buttons a:focus,
.product-hover-2 .image-box .hover-buttons a:active,
.product-hover-3.item:hover .image-box .hover-buttons > .hover-button:hover,
.product-hover-3 .image-box .hover-buttons a:hover,
.product-hover-3 .image-box .hover-buttons a:focus,
.product-hover-3 .image-box .hover-buttons a:active {
  -webkit-transition-delay: unset;
  transition-delay: unset;
  background-color: transparent;
}
.product-hover-2 .image-box .actions-hover-buttons {
  padding: 0;
  overflow: hidden;
}
/*.product-hover-2.item .image-box .hover-buttons > .hover-button:hover i,
.product-hover-3.item .image-box .hover-buttons > .hover-button:hover i,
.product-hover-3.item .image-box .actions-hover-buttons > .hover-button:hover i {
  background-color: #e6e6e6;
  color: #333;
}*/
/* Product hover type 3 */
.item.product-hover-3 .indent::before,
.owl-item.item > .product-hover-3.indent::before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  -moz-transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  -webkit-transition: top .3s ease-out, left .3s ease-out, right .3s ease-out, bottom .3s ease-out, opacity .3s ease-out;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.item.product-hover-3 .indent,
.item.product-hover-3 .image-box,
.item.product-hover-3 .product-info-wrapper {
  z-index: 11;
  position: relative;
}
.owl-item .item.product-hover-3.indent {
  max-width: 100%;
}
.item.product-hover-3:hover,
.widget-slider.owl-carousel .owl-item:hover {
  z-index: 15;
}
.item.product-hover-3:hover .indent::before,
.owl-item.item:hover > .product-hover-3.indent::before {
  opacity: 1;
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -100px;
}
.large-product .item.product-hover-3:hover .indent::before,
.item.no-cart.product-hover-3:hover .indent::before {
  bottom: -30px;
}
.item.product-hover-3 .description-cart-wrapper {
  display: block;
  position: absolute;
  width: auto;
  left: 0px;
  bottom: 0px;
  top: 100%;
  text-align: left;
  background: transparent;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible;
  opacity: 0;
  padding-top: 15px;
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.item.product-hover-3 .description-cart-wrapper .btn {
  width: auto;
  padding: 0 50px;
  max-width: 100%;
}
.item.product-hover-3:hover .description-cart-wrapper {
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-hover-3.item .owl-item.item {
  clear: none !important;
  margin-bottom: 0;
}
.product-hover-3 .owl-nav .owl-prev,
.product-hover-3 .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.6);
  line-height: 44px;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0;
  left: -40px;
  -moz-transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
  transition: left 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out, background-color 300ms ease-out;
}
.product-hover-3 .owl-nav .owl-next {
  right: -40px;
  left: auto;
}
.product-hover-3:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
}
.product-hover-3:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
}
.product-hover-3 .owl-nav .owl-prev:hover,
.product-hover-3 .owl-nav .owl-next:hover {
  color: #222;
  background-color: #fff;
}
.products-grid .product-hover-3 .btn-quickview span,
.products-list .product-hover-3 .btn-quickview span {
  display: none;
  visibility: hidden;
}
.products-grid .product-hover-3 .btn-quickview,
.products-list .product-hover-3 .btn-quickview {
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  opacity: 0;
  border: 0;
  background-color: transparent;
  margin-top: 20px;
}
.products-grid .product-hover-3 .btn-quickview i,
.products-list .product-hover-3 .btn-quickview i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  display: block;
  font-size: 26px;
  background-color: #fff;
  color: #333;
  -moz-transition: color 300ms ease-out, background-color 300ms ease-out;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
.products-grid .large-product .product-hover-3:hover .btn-quickview {
  opacity: 1;
  margin-top: 0;
}
.large-product .product-hover-3 .actions-hover-buttons .btn-quickview:hover,
.large-product .product-hover-3 .actions-hover-buttons .btn-quickview:focus,
.large-product .product-hover-3 .actions-hover-buttons .btn-quickview:active {
  background-color: transparent;
  border-color: transparent;
}

/* Special Styles for Carousel preload */
.carousel-loader {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: -20px 0 0 -20px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  animation: loader_pulse 2s infinite linear;
}
@-webkit-keyframes loader_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes loader_pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow:0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.carousel-loader::before {
  background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-position: center;
  -webkit-animation: fa-spin 1.7s infinite linear;
  animation: fa-spin 1.7s infinite linear;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.product-listing-carousel {
	opacity: 0;
	height: 250px;
	-webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
	transition: opacity 0.3s ease-out, height 0.3s ease-out;
}
.product-listing-carousel .owl-stage-outer {
  padding: 0 !important;
}
.six-columns .product-listing-carousel,
.seven-columns .product-listing-carousel,
.eight-columns .product-listing-carousel {
	height: 150px;
}
.link-wishlist-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
  margin-top: -12px;
}
.link-compare-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
  margin-top: -10px;
}
/* Special styles for mobile phones */
@media screen and (max-width: 767px) {
  .mobile-device .item.product-hover-1 .actions-hover-buttons {
    width: calc(100% - 110px);
    left: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    z-index: 1;
    transform: none;
  }
  .mobile-device .item.product-hover-1 .image-box .hover-buttons {
    bottom: 0;
  }
  body.mobile-device .item.product-hover-1 .btn-default.btn-cart,
  .mobile-device .item.product-hover-1 .actions-hover-buttons .btn {
    margin: 0;
    height: 60px;
  }
  .mobile-device .item.product-hover-3 .description-cart-wrapper {
    position: relative;
    top: auto;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    transform: none;
  }
  .mobile-device .item.product-hover-3 .indent::before,
  .mobile-device .item .indent.product-hover-3::before {
    display: none;
  }
  .mobile-device .product-hover-2 .image-box .hover-buttons,
  .mobile-device .product-hover-3 .image-box .hover-buttons {
    height: 50px;
  }
  .mobile-device .product-hover-2 .image-box .hover-buttons > .hover-button,
  .mobile-device .product-hover-3 .image-box .hover-buttons > .hover-button,
  .mobile-device .product-hover-3 .image-box .hover-buttons a {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .mobile-device .product-hover-2 .image-box .btn-default.btn-cart i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .mobile-device .product-hover-2 .image-box .hover-buttons a i,
  .mobile-device .product-hover-3 .image-box .hover-buttons a i,
  .products-grid .product-hover-3 .btn-quickview i,
  .products-list .product-hover-3 .btn-quickview i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .item.product-hover-3 .description-cart-wrapper .btn {
    padding: 0 30px;
  }
  .owl-item > .product-hover-3 .owl-nav .owl-prev,
  .owl-item > .product-hover-3 .owl-nav .owl-next {
    top: 100%;
    margin-top: -50px;
  }
  /*.mobile-device .product-hover-2 .image-box .hover-buttons > .hover-button,
  .mobile-device .product-hover-3 .image-box .hover-buttons > .hover-button {
    opacity: 1;
    margin-top: 0;
  }*/
  /*.mobile-device .product-hover-3 .owl-nav {
    display: block;
  }
  .mobile-device .product-hover-3 .owl-prev,
  .mobile-device .product-hover-3 .owl-next {
    opacity: 1;
    left: 0;
  }
  .mobile-device .product-hover-3 .owl-next {
    right: 0;
    left: auto;
  }*/
  .mobile-device .widget-slider.owl-carousel.hover-type-3 .owl-stage-outer {
    padding: 0;
    width: 100%;
  }
  .mobile-device .widget-slider.owl-carousel.hover-type-3 {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .owl-item > .product-hover-3 .owl-nav .owl-prev,
  .owl-item > .product-hover-3 .owl-nav .owl-next {
    top: 50%;
    margin-top: -25px;
  }
  .mobile-device .item.product-hover-1 .actions-hover-buttons {
    width: calc(100% - 70px);
  }
  body.mobile-device .item.product-hover-1 .btn-default.btn-cart,
  .mobile-device .item.product-hover-1 .actions-hover-buttons .btn {
    height: 40px;
    min-height: 40px;
    padding: 0;
    line-height: 38px;
    font-size: 12px;
    width: 100%;
  }
  .mobile-device .item.product-hover-1 .image-box .hover-buttons a,
  .mobile-device .item.product-hover-1 .image-box .link-wishlist-wrapper a {
    height: 30px;
    width: 30px;
    line-height: 36px;
    font-size: 18px;
  }
  .link-compare-wrapper .AjaxKit-Singlton-Click .AddToCart-loader {
    margin-top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .item.product-hover-3 .description-cart-wrapper {
    width: 100%;
  }
  .item.product-hover-3 .description-cart-wrapper .btn {
    width: 100%;
    padding: 0;
    text-align: center;
    max-width: 100%;
  }
}

/* Products Grid Colums */
.widget-grid.row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.products-grid .item {
  float: left;
  z-index: 1;
}
.products-grid.one-column:not(.carousel-ul) .item:not(.owl-item) {
  width: 100%;
}
.products-grid.two-columns:not(.carousel-ul) .item {
  width: 50%;
}
.products-grid.three-columns:not(.carousel-ul) .item {
  width: 33.332%;
}
.products-grid.three-columns:not(.carousel-ul) .item:first-child {
  margin-left: -1px;
}
.products-grid.four-columns:not(.carousel-ul) .item {
  width: 25%;
}
.products-grid.five-columns:not(.carousel-ul) .item {
  width: 20%;
}
.products-grid.six-columns:not(.carousel-ul) .item {
  width: 16.66%;
}
.products-grid.seven-columns:not(.carousel-ul) .item {
  width: 14.28%;
}
.products-grid.eight-columns:not(.carousel-ul) .item {
  width: 12.5%;
}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n+1) {
  clear: left;
}
.products-grid.one-column:not(.carousel-ul) .item,
.products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n) {
  clear: right;
}

/* View Type: List */
.products-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.products-list .desc {
  margin-bottom: 1em;
  color: #aaa;
  font-size: 11px;
}
.products-list .desc {
  font-size: 13px;
}
/*.products-grid .desc {
  display: none;
  visibility: hidden;
}*/
.product-info-wrapper .desc {
  margin-bottom: 10px;
}
.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;
}
.widget-products .products-list .image-box-wrapper { width: 100%; position: relative; }
.widget-products .products-list .image-box .product-labels-wrapper {
  left: 10px;
}
/*.widget-products .products-list .hover-buttons {
  right: 0;
}*/
.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: #651fff;
}
.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-info-top .product-name a:hover,
.masonry-grid .item .product-info-top .product-name a:focus,
.masonry-grid .item .product-info-top .product-name a:active,
.masonry-grid .item .product-info-top .link-shop:hover,
.masonry-grid .item .product-info-top .link-shop:focus,
.masonry-grid .item .product-info-top .link-shop:active {
  box-shadow: 0 1px 0 0 #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: 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;
  margin-bottom: 0;
}
.masonry-grid .item .lightbox-button {
  font-size: 24px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  color: rgba(0,0,0,0.4);
}
.masonry-grid .item .lightbox-button:hover {
  color: rgba(0,0,0,1);
}
.masonry-grid .item .product-labels-wrapper {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.masonry-grid .item .product-labels-wrapper > div {
  height: 18px;
  line-height: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.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-left: 5px;
  vertical-align: middle;
  position: relative;
  top: px;
  text-transform: none;
}
.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: "\e917";
  font-family: 'meigeeadditional';
  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;
  font-size: 16px;
  background: #fff;
  padding: 8px;
}
.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: #651fff;
}
.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;
}
.taphover .lightbox-button,
.item:hover .lightbox-button {
  opacity: 1;
}
.product-image:hover .lightbox-button.active {
  opacity: 1;
  z-index: 9999;
}
.image-box .hover-image {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
.image-box:hover span.hover-image,
.image-box:hover span.hover-image {
  opacity: 1;
}
.image-box .product-image .hover-image.scale {
  transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
}
.image-box .product-image .hover-image.scale + img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: relative;
  display: block;
  z-index: 1;
}
.image-box:hover .product-image .hover-image.scale + img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  z-index: 2;
}

/* ======================================================================================= */
/* Product Labels */
.product-labels-wrapper {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 5;
    right: auto;
}
.product-labels-wrapper > div {
    padding: 3px 7px;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 11px;
    background-color: #f72525;
    border-radius: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    float: left;
    position: relative;
}
.product-labels-wrapper > div p {
  margin-bottom: 2px;
  display: inline;
  color: inherit;
}
.product-labels-wrapper > div.label-new {
  background-color: #03a9f4;
  color: #fff;
}
.product-labels-wrapper > div:not(.label-new) {
  background-color: #f72525;
  color: #fff;
  float: left;
  border-radius: 0;
}

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

/* Rating */
.no-rating {
  margin: 0;
}
.ratings {
  line-height: 1.25;
  margin: 0 0 22px;
}
.ratings strong {
  float: left;
  margin: 1px 5px 0 0;
}
.ratings .rating-links {
  margin: 0;
  display: inline-block;
  color: rgba(0,0,0,0.6);
  vertical-align: middle;
}
.ratings .rating-links a,
.ratings .amount a {
  color: inherit;
  font-size: 12px;
  text-transform: lowercase;
}
.ratings .rating-links a:hover,
.ratings .amount a:hover {
  color: #651fff;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  display: inline-block;
  vertical-align: middle;
  color: rgba(0,0,0,0.2);
  margin-right: 10px;
  position: relative;
  top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .rating-box {
    top: 0;
  }
}
.rating-box i {
  margin: 0;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  min-width: 20px;
}
.rating-box i:last-of-type {
  margin-right: 0;
}
.rating-box .rating {
  color: #333333;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
}
.rating-box .rating i {
  -webkit-flex: 1 1 20px;
	flex: 1 1 20px;
}
.ratings .amount {
  display: inline-block;
  font-size: .91em;
}
.ratings-table th,
.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

/* Availability */
body .availability {
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  padding: 0px;
}
.availability.in-stock {
  color: #4caf50;
}
.availability.out-of-stock {
  color: #f72525;
}
.availability-only {
  margin: 0 0 1em;
}
.availability-only span {
  display: inline-block;
  padding: .75em;
  background-color: #f5f5f5;
}
.availability-only a {
  background: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/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-currency,
.price {
  white-space: nowrap !important;
  font-weight: 600;
  color: rgba(0,0,0,0.8);
}
.products-grid .price-currency,
.products-grid .price,
.products-list .price-currency,
.products-list .price,
.footer-products-list .price-currency,
.footer-products-list .price {
  font-size: 18px;
  font-weight: 500;
}
body .product-view.sold-out .price-currency,
body .product-view.sold-out .price,
body .product-view.sold-out .price-box .special-price .price {
  color: rgba(0,0,0,0.3);
}
.price-box .special-price .price {
  color: #f72525;
}

/* Old price */
.old-price,
.special-price {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
}
.old-price {
  margin: 0;
}
.price-label {
  display: none;
}
.old-price .price {
  font-size: 14px;
  color: rgba(0,0,0,.3);
  text-decoration: line-through;
  font-weight: normal;
  margin: 5px 5px 0 0;
  display: inline-block;
}

/* Special price */
.special-price .price-label {
  display: none;
}

/* Minimal price (as low as) */
.minimal-price .price-label,
.price-as-configured .price-label {
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  font-size: 1em;
  color: #666;
  font-weight: 400;
  padding-left: 0;
}
.minimal-price-link .price {
  font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-weight: normal;
}

/* Including tax */
.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
}

/* Configured price */
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
  color: #444;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from,
.price-to {
  margin-bottom: 0;
}
.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 5px;
}
.price-notice .price {
  font-weight: bold;
  font-size: 1em;
}

/********** Product Prices > */
/* Tier Prices */
.std .tier-prices,
.tier-prices {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0,0,0,0.1);
  border-left: 2px solid #edbd31;
}
.tier-prices .tier-price {
  font-size: 13px;
  line-height: 1.6;
}
#super-product-table .tier-prices .price,
.tier-prices .price {
  font-size: inherit;
}
.tier-prices .benefit {
  font-size: 18px;
  font-weight: 500;
  color: #465362;
}

/* Add to Links */
.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;
}

/* Add to Links + Add to Cart */
.add-to-box {
  display: block;
  margin-bottom: 20px;
}
.add-to-box .price-box {
  margin-bottom: 0;
}

/* V Ellipsis */
.v-ellipsis .read-more-link {
  cursor: pointer;
  color: #651fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.v-ellipsis .read-more-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #651fff;
  left: 0;
  bottom: -1px;
  transition: height .2s ease-out;
  z-index: -1;
}
.v-ellipsis .read-more-link:hover {
  color: #fff;
}
.v-ellipsis .read-more-link:hover::before {
  width: -webkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  left: -2px;
}
.rating-stock-block .availability-price-block{
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
.rating-stock-block .ratings {
  display: inline-block;
}
[class*="col2-"] .sidebar .block.block-compare .actions .btn {
  padding: 0 15px;
  font-size: 14px;
}

/* Size Guide */
.product-options {
    position: relative;
}
.product-options .block-link.size-chart {
  font-size: 13px;
  line-height: 30px;
  display: block;
  position: relative;
  text-decoration: underline;
  color: #222;
}
.product-options .block-link.size-chart:hover,
.product-options .block-link.size-chart:focus,
.product-options .block-link.size-chart:active {
  text-decoration: none;
}
#ajaxkit-popup-content .block-link.size-chart {
  display: none;
  visibility: hidden;
}
.product-options .block-link.size-chart i {
  font-size: 8px;
  margin-right: 8px;
  display: none;
  visibility: hidden;
}
.product-shop.text-right .product-options .block-link.size-chart {
  right: auto;
  left: 15px;
}
.modal-content-popup table.table_size {
  width: 100%;
  border-collapse: collapse;
}
.modal-content-popup table tr th {
    background-color: #e0e0de
}
.modal-content-popup table.table_size th {
    border: 1px solid white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
    text-align: center
}
.modal-content-popup table.table_size td {
    border: 1px solid white;
    padding: 5px;
    font-size: 11px;
    line-height: 16px;
    background: #f2f2f0;
    text-align: center
}
.modal-content-popup table.table_size .size_name,
.modal-content-popup table.table_size td:nth-child(1) {
    vertical-align: middle;
    background-color: #ebebe8;
    font-weight: 700
}
.modal-content-popup table.table_size p {
    margin: 5px 0;
    text-align: left
}
.modal-content-popup table.table_size td[colspan="6"] {
    font-weight: 700;
    text-transform: none
}
@media screen and (max-width: 480px) {
  .modal-content-popup table.table_size td {
    text-transform: lowercase;
    padding: 3px
  }
}
@media screen and (min-width: 768px) {
  .product-options .block-link.size-chart {
    position: absolute;
    right: 0;
  }
  .product-options .block-link.size-chart.top-link {
    top: -30px;
  }
  .product-options .block-link.size-chart.bottom-link {
    bottom: -28px;
  }
}
.col-xs-0,
.col-sm-0,
.col-lg-0 {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.product-essential,
.product-collateral {
  margin-bottom: 80px;
}
.quick-view-data-container .product-essential,
.quick-view-data-container .product-collateral {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main-container.col3-layout .product-essential,
  .main-container.col3-layout .product-collateral {
    margin-bottom: 0;
  }
}

/* Block: Upsell */
#upsell-product-table .product-image {
  margin-bottom: 1.25em;
}
.box-up-sell .rating-links .add-review,
.related-bottom .rating-links .add-review,
.box-up-sell .rating-links .separator,
.related-bottom .rating-links .separator {
  display: none;
}

/* Quantity */
.add-to-cart label[for="qty"] {
  display: none;
}
.quantity-wrapper {
  min-width: 120px;
  margin: 0 auto;
  font-size: 0;
}
input.qty,
input[id*="qty"],
#super-product-table input.qty {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0,0,0,0.8);
  display: inline-block;
}
.col3-layout .product-main-information #super-product-table .price-box .price,
.col3-layout .product-main-information #super-product-table .price-box .price-currency,
.col3-layout #super-product-table td {
  font-size: 14px;
}
#super-product-table input.qty {
  width: calc(100% - 50px);
}
.btn-qty {
  display: inline-block;
  vertical-align: middle;
}
.btn-qty i {
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.quantity-wrapper .btn-qty {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}
.quantity-wrapper:hover .btn-qty,
.quantity-wrapper:active .btn-qty,
.quantity-wrapper:focus .btn-qty {
  opacity: 1;
}
.quantity-wrapper .btn-qty i {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.6);
  height: 50px;
  width: 40px;
  vertical-align: middle;
  line-height: 50px;
}
.quantity-wrapper .btn-qty i:hover {
  color: rgba(0,0,0,1);
  background-color: rgba(0,0,0,0.1);
}
.quantity-wrapper input.qty,
.quantity-wrapper input[id*="qty"] {
  border-width: 0;
  height: 50px;
  width: 40px;
  background: rgba(0,0,0,0.04);
  border-radius: 0;
  margin: 0;
  vertical-align: top;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

/* Related sidebar */
.block-related:not(.related-bottom) {
  position: relative;
  margin-bottom: 3em;
  border: none;
  padding: 0!important;
}
.block-related:not(.related-bottom) .owl-buttons i {
  color: rgba(0,0,0,0.4);
}
.block-related:not(.related-bottom) .owl-buttons i:hover {
  color: #222;
}
.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) 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 + li {
  margin-top: 10px;
  padding-top: 10px;
}
.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 .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: 12px;
  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) .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: -14px 10px 0 0;
}

/* Related bottom */
.related-bottom .widget-title h2,
.box-up-sell .widget-title h2 {
  font-size: 24px;
}
.related-bottom .owl-buttons {
  position: absolute;
  top: -30px;
  right: 10px;
}
.related-bottom .owl-buttons i {
  color: rgba(0,0,0,0.3);
}
.related-bottom .owl-buttons .owl-next {
  margin-left: 20px;
}
.related-bottom .owl-buttons i:hover {
  color: #222;
}
.related-bottom .owl-buttons i:before {
  top: 1px;
}
.related-bottom .more-link {
  position: relative;
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  margin: 5px 0 0 0;
}
[class*="boxed-content"] .related-bottom .widget-title {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.related-bottom .block-content {
  position: relative;
}
.product-view .related-bottom.block-related,
.product-view .box-up-sell {
  display: block;
  position: relative;
}
/*.product-view .related-bottom.block-related .accordion-title,
.product-view .box-up-sell .accordion-title {
  background-color: #f5f5f5;
}*/
@media only screen and (max-width: 768px) {
  .product-view .related-bottom.block-related .widget-title {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-view .related-bottom.block-related,
  .product-view .box-up-sell {
    padding: 90px 0;
    margin-bottom: 80px;
    filter: contrast(92%);
  }
  body[class*="2-columns"] .product-view .related-bottom.block-related,
  body[class*="2-columns"] .product-view .box-up-sell {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  body[class*="2-columns"] .product-view .related-bottom.block-related {
    padding: 40px 10px;
  }
  body[class*="2-columns"] .related-bottom + .box-up-sell {
    margin-top: -40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-view .related-bottom.block-related::before,
  .product-view .related-bottom.block-related::after,
  .product-view .box-up-sell::before,
  .product-view .box-up-sell::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
  }
  .product-view .related-bottom.block-related::after,
  .product-view .box-up-sell::after {
    left: auto;
    right: -100%;
  }
  body.boxed-content-bg .product-view .related-bottom.block-related,
  body.boxed-content-bg .product-view .box-up-sell {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  body[class*="2-columns"] .product-view .related-bottom.block-related::before,
  body[class*="2-columns"] .product-view .related-bottom.block-related::after,
  body[class*="2-columns"] .product-view .box-up-sell::before,
  body[class*="2-columns"] .product-view .box-up-sell::after,
  body.boxed-content-bg .product-view .related-bottom.block-related::before,
  body.boxed-content-bg .product-view .related-bottom.block-related::after,
  body.boxed-content-bg .product-view .box-up-sell::before,
  body.boxed-content-bg .product-view .box-up-sell::after {
    display: none;
  }
  body[class*="2-columns"] .col1-layout .product-view .related-bottom.block-related::before,
  body[class*="2-columns"] .col1-layout .product-view .related-bottom.block-related::after,
  body[class*="2-columns"] .col1-layout .product-view .box-up-sell::before,
  body[class*="2-columns"] .col1-layout .product-view .box-up-sell::after {
    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-details .action-wrapper {
  position: relative;
  overflow: hidden;
}
.block-related .product-details .related-checkbox:not(:checked),
.block-related .product-details .related-checkbox:checked {
  position: absolute;
  left: -9999px;
}
.block-related .product-details .related-checkbox:not(:checked) + label,
.block-related .product-details .related-checkbox:checked + label {
  position: relative;
  padding: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  margin: 0px 15px 0 0;
  top: -5px;
}
.block-related .product-details .related-checkbox:not(:checked) + label:before,
.block-related .product-details .related-checkbox:checked + label:before {
  content: '';
  font-family: 'meigeeadditional';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 11px;
}
.block-related .product-details .related-checkbox:checked + label:before {
  content: '\e900';
}
.related-bottom li.item:nth-of-type(4n+1) {
  clear: none;
}
.related-bottom li.item:nth-of-type(4n+4) {
  clear: none;
}
.related-bottom .products-grid .five-items {
  width: 20%;
  float: left;
}
.related-bottom .price-box a,
.block-related .price-box a {
  margin-bottom: 2px;
}
.related-bottom .link-wishlist,
.block-related .link-wishlist {
  display: inline-block;
  vertical-align: middle;
}
.slider-container {
  position: relative;
  overflow: visible;
}
.related-bottom + .box-up-sell {
  padding-top: 0;
  margin-top: -80px;
}

/* Timer */
.flip-timer .title {
    display: inline-block;
    margin-right: 10px;
    color: #7f7f7f;
}
.products-list .flip-timer .title,
.products-grid .flip-timer .title {display: none;}
.flip-items li {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flip-items li:first-child {
    z-index: 12;
}
.flip-block {
    width: 26px;
    float: left;
    margin-right: 0;
}
.flip-timer.no-days .flip-block.days,
.flip-timer.no-days .flip-block.days + .flip-clock-divider {
  display: none;
}
.flip-items {
    position: relative;
    z-index: 1;
    float: left;
    width: 26px;
    height: 24px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0;
    list-style-type: none !important;
}
.time-counter-descr {
  display: block;
  text-align: center;
  clear: both;
}
.flip-block li span.flip-wrapper {
    z-index: 12;
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 12px;
    -webkit-perspective: none;
    -moz-perspective: none;
    -ms-perspective: none;
    perspective: none;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 4px;
    height: 24px;
    margin: 0;
}
.flip-clock-dot {
    display: block;
    background: #e31837;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 1px
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none
}
.flip-clock-dot.top {
    top: 7px
}
.flip-clock-dot.bottom {
    bottom: 7px
}
.flip-up:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 13;
    width: 100%;
    height: 1px;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, 0.4);
}
.flip-block .flip-text {
    background: #fff;
    color: #e31837;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.flip-timer li.before .flip-up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 97, 0.1)), color-stop(100%, #f9f9f9));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
    z-index: 12;
}
.flip-timer li.active .flip-up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #f9f9f9));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, #f9f9f9 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
    z-index: 12;
}
.flip-timer li.before .flip-down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
    z-index: 12;
}
.flip-timer li.active .flip-down .shadow {
    background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(0, 0, 97, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f9f9f9));
    background: linear, top, #f9f9f9 0%, #f9f9f9 100%;
    background: -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 100%);
    background: linear, to bottom, #f9f9f9 0%, #f9f9f9 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}
.flip-timer li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.flip-timer li.before .flip-down .shadow {
    height: 82%
}
.flip-items li span {
    display: block;
    height: 100%;
    -webkit-perspective: 450px;
    -moz-perspective: 450px;
    -ms-perspective: 450px;
    perspective: 450px;
}
.flip-up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}
.flip-down {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
}
.flip-block .flip-text {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 200%;
    text-align: center;
}
.flip-up .flip-text {
    top: 0;
    background-position: 0 0;
}
.flip-down .flip-text {
    bottom: 0;
    background-position: 0 100%;
}
.flip-timer li.before {
    z-index: 13;
}
.flip-timer li.active {
    -webkit-animation: flip-ani-index 0.5s 0.5s linear both;
    -moz-animation: flip-ani-index 0.5s 0.5s linear both;
    -o-animation: flip-ani-index 0.5s 0.5s linear both;
    -ms-animation: flip-ani-index 0.5s 0.5s linear both;
    animation: flip-ani-index 0.5s 0.5s linear both;
    z-index: 12;
}
.flip-timer li.active .flip-down {
    z-index: 12;
    -webkit-animation: flip-ani-up 0.5s 0.5s linear both;
    -moz-animation: flip-ani-up 0.5s 0.5s linear both;
    -o-animation: flip-ani-up 0.5s 0.5s linear both;
    -ms-animation: flip-ani-up 0.5s 0.5s linear both;
    animation: flip-ani-up 0.5s 0.5s linear both;
}
.flip-timer li.before .flip-up {
    z-index: 12;
    -webkit-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -moz-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -o-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    -ms-animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: flip-ani-down 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@-moz-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-webkit-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-o-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-ms-keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@keyframes flip-ani-index {
    0% {
        z-index: 12;
    }
    5% {
        z-index: 14;
    }
    100% {
        z-index: 14;
    }
}
@-moz-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-webkit-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-o-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-ms-keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@keyframes flip-ani-up {
    0% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    60% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    80% {
        -webkit-transform: rotateX(20deg);
        -moz-transform: rotateX(20deg);
        -o-transform: rotateX(20deg);
        -ms-transform: rotateX(20deg);
        transform: rotateX(20deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
@-moz-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-webkit-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-o-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-ms-keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@keyframes flip-ani-down {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    99% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-ms-keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@keyframes show {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-ms-keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes hide {
    0% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*Product listing timer*/
.image-box .flip-timer {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  top: auto;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.widget-products .products-list .image-box .flip-timer {
  z-index: 12;
}
.item:hover .image-box .flip-timer,
.indent:hover .image-box .flip-timer {
  opacity: 0;
  visibility: hidden;
}
.image-box .flip-timer .timer-wrapper {display: inline-block; background-color: #fff; border-radius: 4px; padding: 0 3px;}
.image-box .flip-block {display: inline-block; vertical-align: top; float: none; text-align: center; padding: 5px 0 2px;}
.image-box .flip-items {float: none; width: auto;}
.image-box .flip-clock-divider {float: none; display: inline-block; vertical-align: top; margin-top: 5px;}

/* ======================================================================================= */
/* 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;
}
.page-sitemap .sitemap {
  margin: 1em 0;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.16em;
}

/* RSS */
.rss-title h1 {
  background: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/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;
}

/* ======================================================================================= */
/* Options Tool Tip */
.item-options dt,
.item-options dd {
  font-style: italic;
  font-size: .9em;
  color: rgba(0,0,0,0.8);
  display: inline-block;
}
.item-options dd {
  font-weight: normal;
  color: #666;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 30px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods dt {
  color: rgba(0,0,0,0.8);
  margin-bottom: 10px;
}
.sp-methods {
  margin: .75em 0;
}
.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;
}
.opc-data-table .item-options dt {
  font-weight: normal;
}

/* 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(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages-form {
  position: relative;
  padding: 1.5em 18px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #f5f5f5;
  margin-top: 1em;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  margin-top: 0;
  color: #222;
  font-size: 1.16em;
  line-height: 1.583em;
}
.gift-message-link {
  display: block;
  background: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/bkg_collapse.gif) 0 4px no-repeat;
  padding-left: 20px;
}
.gift-message-link.expanded {
  background-position: 0 -53px;
}
.gift-message-row .btn-close {
  float: right;
}
.gift-message dt strong {
  font-weight: bold;
}
.gift-messages-form .allow-gift-messages-for-order-container {
  margin-bottom: 1.5em;
}
.gift-messages-form .inner-box ul.row {
  margin-top: 1.5em;
}
.gift-messages-form .inner-box input.form-control,
.gift-messages-form .inner-box textarea.form-control {
  background-color: #fff;
}
.gift-messages-form .inner-box h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}
.gift-messages-form .inner-box h4 + .checkbox {
  margin-bottom: 1em;
}
.gift-messages-form .inner-box ul.form-list {
  margin: .75em 0;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.registered-users .form-list,
.registered-users .form-group {
  margin-bottom: 0;
}
form.form-horizontal .form-list li.fields {
  margin-bottom: 15px;
}
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 {
  margin-bottom: 0;
}
.account-create .buttons-set .back-link {margin-top: 0.3em;}
.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(https://www.cittaoro.it/skin/frontend/coccinelle/default/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: 'Barlow', sans-serif;
  font-size: 1.5em;
  color: #222;
  line-height: 1.5;
  padding-bottom: .5em;
}
#remember-me-popup .modal-header .close {
  opacity: 1;
}


/* Remember Me Popup ===================================================================== */
/* Content Popup ===================================================================== */
.modal.modal-content-popup {
  z-index: 9999;
  height: 100%;
}
.modal.fade.modal-content-popup .modal-dialog {
  z-index: 100000;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
}
.modal.modal-content-popup.in .modal-dialog {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-radius: 6px;
  padding-right: 40px;
  padding-top: 40px;
}
.modal.modal-content-popup.in .modal-dialog .modal-content {
  border-radius: 0;
}
.modal.modal-content-popup {
  text-align: left;
}
.modal.modal-content-popup .modal-body {
  padding: 38px 40px 40px;
  max-height: 90vh;
  overflow: auto;
}
.modal.modal-content-popup .modal-header {
  padding: 0;
  border: none;
}
.modal.modal-content-popup .modal-header .close {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 24px;
  z-index: 999;
  width: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #fff;
}
.modal.modal-content-popup .modal-header .close i {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  display: block;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .modal.modal-content-popup.size-chart-modal.in .modal-dialog {
    border-radius: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

/* Content 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-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 .table-button a {
  color: #222;
}
.my-account table.table .table-button a:hover,
.my-account table.table .table-button a:focus,
.my-account table.table .table-button a:active {
  color: rgba(0,0,0,0.6);
}
.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 .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 .pager label {
  vertical-align: middle;
}
.my-account .pager .bootstrap-select.btn-group:not(.input-group-btn),
.my-account .pager .bootstrap-select.btn-group[class*="col-"] {
    width: auto;
    height: auto;
    float: none;
    vertical-align: middle;
    margin-left: 5px;
}
.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: rgba(0,0,0,0.8);
}
.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: "\e943";
  display: inline-block;
  font-family: "meigeeadditional";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 5px;
  color: #651fff;
}
.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: #651fff;
}

/* 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: 0 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: rgba(0,0,0,0.8)888;
  display: none;
  float: left;
  font-size: 1.16em;
  font-weight: bold;
  margin: 0.66em 20px 0.66em 0;
}
@media only screen and (min-width: 768px) {
  .my-wishlist .buttons-set .btn {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .my-wishlist .buttons-set .btn {
    padding: 0 30px;
  }
}

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

/* 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 */
/* Block: Recent Orders */
.dashboard .box-recent {
  margin: 10px 0;
}

/* Block: Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: .833em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0.3em -20px 0 0;
  padding: 2px 3px;
  background: rgba(0, 0, 0, .1);
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
  font-size: .833em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0.3em -20px 0 0;
  padding: 2px 3px;
  background: rgba(0, 0, 0, .1);
}
.dashboard .box-tags .details {
  margin-left: 20px;
}

/********** Dashboard > */
/* Order View */
.order-info {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 5px;
  margin-bottom: 1.5em;
}
.order-info a {
  color: #aaa;
}
.order-info dl,
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
  margin: 0 5px 0 0;
}
.order-info dt {
  font-weight: bold;
}
.order-date {
  margin: 0;
  float: right;
}
.order-items {
  width: 100%;
}
.order-additional {
  margin: 1.5em 0;
}

/* Order Gift Message */
.gift-message dt {
  font-weight: normal;
  color: #222;
}
.gift-message dt strong {
  color: rgba(0,0,0,0.8);
  font-weight: normal;
}
.gift-message dd {
  margin: .75em 0 0;
  color: rgba(0,0,0,0.8);
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  text-align: center;
}
.page-print .print-head:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.page-print .print-head img {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: inline-block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
.page-print .method p {
  margin: 0;
}
.page-print .method,
.page-print address {
  display: inline-block;
  font-style: normal;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: .75em 12px;
  margin-bottom: 1.12em;
  width: 100%;
}
.page-print .method {
  margin-bottom: 2.25em;
}
.page-print table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
}
.page-print table th,
.page-print table td {
  padding: .75em 12px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .1);
}
.page-print .item-options dd {
  margin: 0;
}
.page-print .row,
.page-print .order-date {
  clear: both;
}

/* My Reviews */
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* ======================================================================================= */
ul.advanced-search .separator {
  float: left;
}
ul.advanced-search .currency,
ul.advanced-search .separator {
  line-height: 2.66em;
}
ul.advanced-search li.last {
  margin-bottom: 1.5em;
}
.form-contact {
  margin-top: 1.5em;
}
.map-popup {
  background: #fff;
  border: 1px solid #eee;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #eee;
  -webkit-box-shadow: 0 0 6px #eee;
  box-shadow: 0 0 6px #eee;
  text-align: left;
  width: 287px;
  z-index: 100;
}
.map-popup-heading {
  border-bottom: 1px solid #eee;
  padding: .75em 10px;
}
.map-popup-heading h2 {
  font-size: 1.16em;
  margin: 0;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
  color: #222;
}
.map-popup-arrow {
  background: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
.map-popup-close i {
  font-size: 14px;
  color: #aaa;
}
.map-popup-close i:hover {
  color: #648ec7;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 5px 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/* Small hover buttons */
.description-cart-wrapper {
  display: none;
  visibility: hidden;
}
.description-cart-wrapper .btn {
  margin: 0;
  width: 100%;
  padding: 0;
}
body[class*="2-columns"] .five-columns .ratings .rating-links .separator,
.main-container[class*="col2"] .five-columns .ratings .rating-links .separator,
.six-columns .ratings .rating-links .separator,
.seven-columns .ratings .rating-links .separator,
.eight-columns .ratings .rating-links .separator,
.slider-columns-6 .ratings .rating-links .separator,
.slider-columns-7 .ratings .rating-links .separator,
.slider-columns-8 .ratings .rating-links .separator,
body[class*="2-columns"] .five-columns .ratings .rating-links .add-review,
.main-container[class*="col2"] .five-columns .ratings .rating-links .add-review,
.six-columns .ratings .rating-links .add-review,
.seven-columns .ratings .rating-links .add-review,
.eight-columns .ratings .rating-links .add-review,
.slider-columns-6 .ratings .rating-links .add-review,
.slider-columns-7 .ratings .rating-links .add-review,
.slider-columns-8 .ratings .rating-links .add-review,
body[class*="2-columns"] .five-columns .availability,
.main-container[class*="col2"] .five-columns .availability,
.six-columns .availability,
.seven-columns .availability,
.eight-columns .availability,
.slider-columns-6 .availability,
.slider-columns-7 .availability,
.slider-columns-8 .availability,
body[class*="2-columns"] .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.main-container[class*="col2"] .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.six-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.seven-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.eight-columns .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-6 .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-7 .item.sold-out .actions-hover-buttons .btn:not(.quickview),
.slider-columns-8 .item.sold-out .actions-hover-buttons .btn:not(.quickview) {
  display: none;
  visibility: hidden;
}
.widget-slider.products-grid .item.owl-item {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body[class*="2-columns"] .five-columns .description-cart-wrapper,
  .main-container[class*="col2"] .five-columns .description-cart-wrapper,
  .six-columns .description-cart-wrapper,
  .seven-columns .description-cart-wrapper,
  .eight-columns .description-cart-wrapper,
  .slider-columns-6 .description-cart-wrapper,
  .slider-columns-7 .description-cart-wrapper,
  .slider-columns-8 .description-cart-wrapper {
    display: block;
    visibility: visible;
    padding-top: 10px;
    width: 100%;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons,
  .six-columns .image-box .link-wishlist-wrapper,
  .six-columns .image-box .hover-buttons,
  .six-columns .image-box .actions-hover-buttons,
  .seven-columns .image-box .link-wishlist-wrapper,
  .seven-columns .image-box .hover-buttons,
  .seven-columns .image-box .actions-hover-buttons,
  .eight-columns .image-box .link-wishlist-wrapper,
  .eight-columns .image-box .hover-buttons,
  .eight-columns .image-box .actions-hover-buttons,
  .slider-columns-6 .image-box .link-wishlist-wrapper,
  .slider-columns-6 .image-box .hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons,
  .slider-columns-7 .image-box .link-wishlist-wrapper,
  .slider-columns-7 .image-box .hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons,
  .slider-columns-8 .image-box .link-wishlist-wrapper,
  .slider-columns-8 .image-box .hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 0;
    opacity: 0;
    transition: right .3s ease-out, opacity .3s ease-out;
    -moz-transition: right .3s ease-out, opacity .3s ease-out;
    -webkit-transition: right .3s ease-out, opacity .3s ease-out;
  }
  body[class*="2-columns"] .five-columns .item:hover .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .item:hover .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .item:hover .image-box .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .item:hover .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .item:hover .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .item:hover .image-box .actions-hover-buttons,
  .six-columns .item:hover .image-box .link-wishlist-wrapper,
  .six-columns .item:hover .image-box .hover-buttons,
  .six-columns .item:hover .image-box .actions-hover-buttons,
  .seven-columns .item:hover .image-box .link-wishlist-wrapper,
  .seven-columns .item:hover .image-box .hover-buttons,
  .seven-columns .item:hover .image-box .actions-hover-buttons,
  .eight-columns .item:hover .image-box .link-wishlist-wrapper,
  .eight-columns .item:hover .image-box .hover-buttons,
  .eight-columns .item:hover .image-box .actions-hover-buttons,
  .slider-columns-6 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-6 .item:hover .image-box .hover-buttons,
  .slider-columns-6 .item:hover .image-box .actions-hover-buttons,
  .slider-columns-7 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-7 .item:hover .image-box .hover-buttons,
  .slider-columns-7 .item:hover .image-box .actions-hover-buttons,
  .slider-columns-8 .item:hover .image-box .link-wishlist-wrapper,
  .slider-columns-8 .item:hover .image-box .hover-buttons,
  .slider-columns-8 .item:hover .image-box .actions-hover-buttons {
    right: 0;
    opacity: 1;
    bottom: auto;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .six-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .six-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .seven-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .seven-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .eight-columns .image-box .link-wishlist-wrapper + .hover-buttons,
  .eight-columns .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .slider-columns-6 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-6 .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .slider-columns-7 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-7 .image-box .link-wishlist-wrapper + .actions-hover-buttons,
  .slider-columns-8 .image-box .link-wishlist-wrapper + .hover-buttons,
  .slider-columns-8 .image-box .link-wishlist-wrapper + .actions-hover-buttons {
    top: 36px;
    padding-top: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    max-width: 36px;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons + .actions-hover-buttons,
  .six-columns .image-box .hover-buttons + .actions-hover-buttons,
  .seven-columns .image-box .hover-buttons + .actions-hover-buttons,
  .eight-columns .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-6 .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-7 .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-8 .image-box .hover-buttons + .actions-hover-buttons {
    top: 96px;
    padding-top: 0;
    z-index: 4;
  }
  body[class*="2-columns"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  body[class*="2-columns"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .six-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .seven-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .eight-columns .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-6 .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-7 .sold-out .image-box .hover-buttons + .actions-hover-buttons,
  .slider-columns-8 .sold-out .image-box .hover-buttons + .actions-hover-buttons {
    padding: 0;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .link-compare-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .lightbox-button,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .link-compare-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .lightbox-button,
  .six-columns .image-box .hover-buttons .link-compare-wrapper,
  .six-columns .image-box .hover-buttons .lightbox-button,
  .seven-columns .image-box .hover-buttons .link-compare-wrapper,
  .seven-columns .image-box .hover-buttons .lightbox-button,
  .eight-columns .image-box .hover-buttons .link-compare-wrapper,
  .eight-columns .image-box .hover-buttons .lightbox-button,
  .slider-columns-6 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-6 .image-box .hover-buttons .lightbox-button,
  .slider-columns-7 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-7 .image-box .hover-buttons .lightbox-button,
  .slider-columns-8 .image-box .hover-buttons .link-compare-wrapper,
  .slider-columns-8 .image-box .hover-buttons .lightbox-button {
    float: none;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
  }
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .lightbox-button,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .lightbox-button,
  .six-columns .image-box .hover-buttons .lightbox-button,
  .seven-columns .image-box .hover-buttons .lightbox-button,
  .eight-columns .image-box .hover-buttons .lightbox-button,
  .slider-columns-6 .image-box .hover-buttons .lightbox-button,
  .slider-columns-7 .image-box .hover-buttons .lightbox-button,
  .slider-columns-8 .image-box .hover-buttons .lightbox-button {
    margin-bottom: 0;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper a,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons a,
  body[class*="2-columns"] .five-columns .image-box .btn-quickview,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper a,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview,
  .six-columns .image-box .link-wishlist-wrapper a,
  .six-columns .image-box .hover-buttons a,
  .six-columns .image-box .btn-quickview,
  .seven-columns .image-box .link-wishlist-wrapper a,
  .seven-columns .image-box .hover-buttons a,
  .seven-columns .image-box .btn-quickview,
  .eight-columns .image-box .link-wishlist-wrapper a,
  .eight-columns .image-box .hover-buttons a,
  .eight-columns .image-box .btn-quickview,
  .slider-columns-6 .image-box .link-wishlist-wrapper a,
  .slider-columns-6 .image-box .hover-buttons a,
  .slider-columns-6 .image-box .btn-quickview,
  .slider-columns-7 .image-box .link-wishlist-wrapper a,
  .slider-columns-7 .image-box .hover-buttons a,
  .slider-columns-7 .image-box .btn-quickview,
  .slider-columns-8 .image-box .link-wishlist-wrapper a,
  .slider-columns-8 .image-box .hover-buttons a,
  .slider-columns-8 .image-box .btn-quickview {
    width: 26px;
    height: 26px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview i,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview i,
  .six-columns .image-box .btn-quickview i,
  .seven-columns .image-box .btn-quickview i,
  .eight-columns .image-box .btn-quickview i,
  .slider-columns-6 .image-box .btn-quickview i,
  .slider-columns-7 .image-box .btn-quickview i,
  .slider-columns-8 .image-box .btn-quickview i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: -1px 0 0 -1px;
    transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
  }
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons,
  .six-columns .image-box .actions-hover-buttons,
  .seven-columns .image-box .actions-hover-buttons,
  .eight-columns .image-box .actions-hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    z-index: 1;
    transform: none;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-cart,
  body[class*="2-columns"] .five-columns .image-box .btn-quickview span,
  .main-container[class*="col2"] .five-columns .image-box .btn-cart,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview span,
  .six-columns .image-box .btn-cart,
  .six-columns .image-box .btn-quickview span,
  .seven-columns .image-box .btn-cart,
  .seven-columns .image-box .btn-quickview span,
  .eight-columns .image-box .btn-cart,
  .eight-columns .image-box .btn-quickview span,
  .slider-columns-6 .image-box .btn-cart,
  .slider-columns-6 .image-box .btn-quickview span,
  .slider-columns-7 .image-box .btn-cart,
  .slider-columns-7 .image-box .btn-quickview span,
  .slider-columns-8 .image-box .btn-cart,
  .slider-columns-8 .image-box .btn-quickview span,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons .btn-default,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons .btn-default,
  .six-columns .image-box .hover-buttons .btn-default,
  .seven-columns .image-box .hover-buttons .btn-default,
  .eight-columns .image-box .hover-buttons .btn-default,
  .slider-columns-6 .image-box .hover-buttons .btn-default,
  .slider-columns-7 .image-box .hover-buttons .btn-default,
  .slider-columns-8 .image-box .hover-buttons .btn-default {
    display: none;
    visibility: hidden;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview i,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview i,
  .six-columns .image-box .btn-quickview i,
  .seven-columns .image-box .btn-quickview i,
  .eight-columns .image-box .btn-quickview i,
  .slider-columns-6 .image-box .btn-quickview i,
  .slider-columns-7 .image-box .btn-quickview i,
  .slider-columns-8 .image-box .btn-quickview i {
    display: inline-block;
  }
  body[class*="2-columns"] .five-columns .image-box .btn-quickview,
  .main-container[class*="col2"] .five-columns .image-box .btn-quickview,
  .six-columns .image-box .btn-quickview,
  .seven-columns .image-box .btn-quickview,
  .eight-columns .image-box .btn-quickview,
  .slider-columns-6 .image-box .btn-quickview,
  .slider-columns-7 .image-box .btn-quickview,
  .slider-columns-8 .image-box .btn-quickview {
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
  }
  body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper,
  body[class*="2-columns"] .five-columns .image-box .hover-buttons,
  body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .link-wishlist-wrapper,
  .main-container[class*="col2"] .five-columns .image-box .hover-buttons,
  .main-container[class*="col2"] .five-columns .image-box .actions-hover-buttons,
  .six-columns .image-box .link-wishlist-wrapper,
  .six-columns .image-box .hover-buttons,
  .six-columns .image-box .actions-hover-buttons,
  .seven-columns .image-box .link-wishlist-wrapper,
  .seven-columns .image-box .hover-buttons,
  .seven-columns .image-box .actions-hover-buttons,
  .eight-columns .image-box .link-wishlist-wrapper,
  .eight-columns .image-box .hover-buttons,
  .eight-columns .image-box .actions-hover-buttons,
  .slider-columns-6 .image-box .link-wishlist-wrapper,
  .slider-columns-6 .image-box .hover-buttons,
  .slider-columns-6 .image-box .actions-hover-buttons,
  .slider-columns-7 .image-box .link-wishlist-wrapper,
  .slider-columns-7 .image-box .hover-buttons,
  .slider-columns-7 .image-box .actions-hover-buttons,
  .slider-columns-8 .image-box .link-wishlist-wrapper,
  .slider-columns-8 .image-box .hover-buttons,
  .slider-columns-8 .image-box .actions-hover-buttons {
    padding: 5px;
    background-color: rgba(255,255,255,1);
    border-color: transparent;
  }
  /* Styles for hover type2 */
  body[class*="2-columns"] .five-columns .product-hover-2 .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .product-hover-2 .image-box .hover-buttons a,
  .six-columns .product-hover-2 .image-box .hover-buttons a,
  .seven-columns .product-hover-2 .image-box .hover-buttons a,
  .eight-columns .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-6 .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-7 .product-hover-2 .image-box .hover-buttons a,
  .slider-columns-8 .product-hover-2 .image-box .hover-buttons a {
    margin-top: 0;
    opacity: 1;
    transform: none;
  }
  body[class*="2-columns"] .five-columns .product-hover-2 .image-box .hover-buttons a i,
  .main-container[class*="col2"] .five-columns .product-hover-2 .image-box .hover-buttons a i,
  .six-columns .product-hover-2 .image-box .hover-buttons a i,
  .seven-columns .product-hover-2 .image-box .hover-buttons a i,
  .eight-columns .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-6 .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-7 .product-hover-2 .image-box .hover-buttons a i,
  .slider-columns-8 .product-hover-2 .image-box .hover-buttons a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
  }
  /* Styles for hover type3 */
  body[class*="2-columns"] .five-columns .product-hover-3 .image-box .hover-buttons a,
  .main-container[class*="col2"] .five-columns .product-hover-3 .image-box .hover-buttons a,
  .six-columns .product-hover-3 .image-box .hover-buttons a,
  .seven-columns .product-hover-3 .image-box .hover-buttons a,
  .eight-columns .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-6 .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-7 .product-hover-3 .image-box .hover-buttons a,
  .slider-columns-8 .product-hover-3 .image-box .hover-buttons a {
    margin-top: 0;
    opacity: 1;
    transform: none;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .image-box .hover-buttons a i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .image-box .hover-buttons a i,
  .six-columns .product-hover-3 .image-box .hover-buttons a i,
  .seven-columns .product-hover-3 .image-box .hover-buttons a i,
  .eight-columns .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-6 .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-7 .product-hover-3 .image-box .hover-buttons a i,
  .slider-columns-8 .product-hover-3 .image-box .hover-buttons a i,
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview i,
  .six-columns .product-hover-3 .btn-quickview i,
  .seven-columns .product-hover-3 .btn-quickview i,
  .eight-columns .product-hover-3 .btn-quickview i,
  .slider-columns-6 .product-hover-3 .btn-quickview i,
  .slider-columns-7 .product-hover-3 .btn-quickview i,
  .slider-columns-8 .product-hover-3 .btn-quickview i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 0;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview.hover-button,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview.hover-button,
  .six-columns .product-hover-3 .btn-quickview.hover-button,
  .seven-columns .product-hover-3 .btn-quickview.hover-button,
  .eight-columns .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-6 .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-7 .product-hover-3 .btn-quickview.hover-button,
  .slider-columns-8 .product-hover-3 .btn-quickview.hover-button {
    opacity: 1;
    transition-delay: unset;
    transition: none;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .main-container[class*="col2"] .five-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .six-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .seven-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .eight-columns .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-6 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-7 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview,
  .slider-columns-8 .product-hover-3.item:hover .image-box .hover-buttons > .hover-button.btn-quickview {
    margin-top: 5px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .btn-quickview i,
  .main-container[class*="col2"] .five-columns .product-hover-3 .btn-quickview i,
  .six-columns .product-hover-3 .btn-quickview i,
  .seven-columns .product-hover-3 .btn-quickview i,
  .eight-columns .product-hover-3 .btn-quickview i,
  .slider-columns-6 .product-hover-3 .btn-quickview i,
  .slider-columns-7 .product-hover-3 .btn-quickview i,
  .slider-columns-8 .product-hover-3 .btn-quickview i {
    font-size: 18px;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3:hover .indent::before,
  .main-container[class*="col2"] .five-columns .item.product-hover-3:hover .indent::before,
  .six-columns .item.product-hover-3:hover .indent::before,
  .seven-columns .item.product-hover-3:hover .indent::before,
  .eight-columns .item.product-hover-3:hover .indent::before {
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -80px;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .main-container[class*="col2"] .five-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .six-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .seven-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .eight-columns .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-6 .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-7 .item.product-hover-3 .description-cart-wrapper .btn,
  .slider-columns-8 .item.product-hover-3 .description-cart-wrapper .btn {
    padding: 0;
    width: 100%;
  }
  body[class*="2-columns"] .five-columns .item.product-hover-3 .description-cart-wrapper,
  .main-container[class*="col2"] .five-columns .item.product-hover-3 .description-cart-wrapper,
  .six-columns .item.product-hover-3 .description-cart-wrapper,
  .seven-columns .item.product-hover-3 .description-cart-wrapper,
  .eight-columns .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-6 .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-7 .item.product-hover-3 .description-cart-wrapper,
  .slider-columns-8 .item.product-hover-3 .description-cart-wrapper {
    width: 100%;
    padding-top: 10px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-prev,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-prev,
  .six-columns .product-hover-3 .owl-prev,
  .seven-columns .product-hover-3 .owl-prev,
  .eight-columns .product-hover-3 .owl-prev,
  .slider-columns-6 .product-hover-3 .owl-prev,
  .slider-columns-7 .product-hover-3 .owl-prev,
  .slider-columns-8 .product-hover-3 .owl-prev,
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-next,
  .six-columns .product-hover-3 .owl-next,
  .seven-columns .product-hover-3 .owl-next,
  .eight-columns .product-hover-3 .owl-next,
  .slider-columns-6 .product-hover-3 .owl-next,
  .slider-columns-7 .product-hover-3 .owl-next,
  .slider-columns-8 .product-hover-3 .owl-next {
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    line-height: 34px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3 .owl-nav .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3 .owl-nav .owl-next,
  .six-columns .product-hover-3 .owl-nav .owl-next,
  .seven-columns .product-hover-3 .owl-nav .owl-next,
  .eight-columns .product-hover-3 .owl-nav .owl-next,
  .slider-columns-6 .product-hover-3 .owl-nav .owl-next,
  .slider-columns-7 .product-hover-3 .owl-nav .owl-next,
  .slider-columns-8 .product-hover-3 .owl-nav .owl-next {
    right: auto;
    left: -10px;
  }
  body[class*="2-columns"] .five-columns .product-hover-3:hover .owl-nav .owl-next,
  .main-container[class*="col2"] .five-columns .product-hover-3:hover .owl-nav .owl-next,
  .six-columns .product-hover-3:hover .owl-nav .owl-next,
  .seven-columns .product-hover-3:hover .owl-nav .owl-next,
  .eight-columns .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-6 .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-7 .product-hover-3:hover .owl-nav .owl-next,
  .slider-columns-8 .product-hover-3:hover .owl-nav .owl-next {
    right: auto;
    opacity: 1;
    left: 30px;
  }
  /*.widget-slider.products-grid.hover-type-3 .item.owl-item {
    margin-bottom: 60px;
  }
  .widget-slider .product-listing-carousel .item.owl-item {
    margin-bottom: 0 !important;
  }
  .widget-slider.products-grid.slider-columns-5.hover-type-3 .item.owl-item,
  .widget-slider.products-grid.slider-columns-6.hover-type-3 .item.owl-item {
    margin-bottom: 40px;
  }
  .widget-slider.products-grid.slider-columns-7.hover-type-3 .item.owl-item,
  .widget-slider.products-grid.slider-columns-8.hover-type-3 .item.owl-item {
    margin-bottom: 30px;
  }
  .widget-slider.owl-carousel.hover-type-3.slider-columns-6,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-7,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-8 {
    padding: 0 40px 0 0;
  }*/
  .widget-slider.owl-carousel.hover-type-3.slider-columns-6 .owl-stage-outer,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-7 .owl-stage-outer,
  .widget-slider.owl-carousel.hover-type-3.slider-columns-8 .owl-stage-outer {
    padding: 20px 20px 65px;
    width: calc(100% + 40px);
  }
  .slider-columns-6.hover-type-3 .item:hover .indent.product-hover-3::before,
  .slider-columns-7.hover-type-3 .item:hover .indent.product-hover-3::before,
  .slider-columns-8.hover-type-3 .item:hover .indent.product-hover-3::before {
    left: -10px;
    top: -20px;
    right: -10px;
    bottom: -75px;
  }
}

/* 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;
  color: #666;
}
.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;
}

/* Scroll Btn ================================================================================ */
#scroll-btn {
  display: block;
  text-align: center;
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
#scroll-btn i {
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}
#scroll-btn:hover,
#scroll-btn:active,
#scroll-btn:focus {
  background-color: rgba(0,0,0,0.06);
}

/* Footer ================================================================================ */
#footer {
  font-size: 16px;
  color: rgba(0,0,0,0.6);
  position: relative;
}
#footer hr.solid,
#footer hr.dotted,
#footer hr.dashed {
  border-color: rgba(0,0,0,0.1);
}
#footer .right-block {
  text-align: right;
}
#footer .footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0;
}
#footer .store-info {
  line-height: 28px;
}
#footer .footer-block-title {
  margin: 7px 0 30px 0;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: 600;
}
#footer .footer-logo {
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #651fff;
}
#footer .links a {
  padding: 4px 0;
  display: inline-block;
  position: relative;
}
.footer-middle .footer-links-wrapper {
  padding: 0;
}
#footer .horizontal-links {
  display: inline-block;
  font-size: 14px;
  text-align: left;
}
#footer .horizontal-links li {
  display: block;
  padding: 0;
}
#footer .horizontal-links li a {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: transparent;
}
#footer .store-switcher,
#footer .form-language,
#footer .form-currency {
  margin-left: 20px;
}
#footer .store-switcher {
 display: inline-block;
 margin: -5px 0 0 0;
}
#footer .store-switcher label,
#footer .form-language label,
#footer .form-currency label {
  font-size: 14px;
  margin-right: 8px;
  font-weight: normal;
  display: none;
}
#footer .store-switcher label {
  display: inline-block;
}
#footer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
#footer .store-switcher-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#footer .bootstrap-select .selectpicker {
  background: #f5f5f5;
  padding: 0 32px 0 20px;
  height: 40px;
  color: rgba(0,0,0,0.3);
  font-size: 14px;
  font-family: inherit;
  border-radius: 0;
  font-weight: normal;
  border: 0;
  min-width: 150px;
}
#footer .bootstrap-select .selectpicker .caret {
  border-top-color: #aaa;
}
#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 address {
  margin: 0;
}
.icon-support.meigee-support {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
  width: 53px;
  height: auto;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: -3px 19px 0 -2px;
  float: left;
}
#footer .support-block {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
#footer .support-block span:not(.icon-more) {
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  display: block;
}
#footer .support-block a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  display: block;
}
#footer .footer-bottom {
  text-align: center;
}
#footer ul.social-links {
  display: block;
  text-align: left;
}
.boxed-footer #footer .footer-bottom,
.wide-footer #footer .footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.boxed-footer-bg #footer .footer-bottom .container {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-left: 40px;
  padding-right: 40px;
}
.boxed-footer-bg #footer .footer-top,
.boxed-footer-bg #footer .footer-middle,
.boxed-footer-bg #footer .footer-bottom {
  border: 0;
}
.footer-bottom .copyright {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .store-switcher-wrapper.pull-right {
    float: none !important;
    margin-top: 15px;
  }
  .boxed-footer-bg #footer .footer-bottom .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 767px) {
  #footer .footer-bottom {
    text-align: left;
  }
  #footer .copyright {
    margin-top: 10px;
  }
  #footer .payment-icons-wrapper {
    margin-top: 5px;
  }
  .footer-bottom .copyright {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer ul.links {
    margin: 6px 0 0 0;
  }
  .wide-footer #footer .footer-top,
  .boxed-footer #footer .footer-top {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 93px 0 85px 0;
  }
  .boxed-footer-bg #footer .footer-top .container {
    padding: 93px 40px 85px;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .boxed-footer #footer .footer-middle,
  .wide-footer #footer .footer-middle {
    padding: 29px 0 21px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  .boxed-footer-bg #footer .footer-middle .container {
    padding: 29px 40px 21px;
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  #footer .horizontal-links {
    margin: 29px 0 -2px;
    padding: 11px 0 11px 0;
    text-align: right;
  }
  #footer .horizontal-links li {
    display: inline-block;
    float: right;
  }
  #footer ul.social-links {
    display: block;
    text-align: right;
  }
  #footer .horizontal-links li a {
    padding: 5px 8px;
  }
  #footer .support-block a {
    clear: left;
    padding-top: 5px;
  }
  #footer .support-block span:not(.icon-more) {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .wide-footer #footer .container {
    max-width:100%;
  }
  #footer .horizontal-links {
    padding: 11px 0 11px 50px;
  }
  #footer .horizontal-links li {
    float: none;
  }
  #footer .horizontal-links li a {
    padding: 5px 10px;
  }
  #footer .support-block a {
    clear: none;
    padding-top: 0;
  }
  #footer .support-block span:not(.icon-more) {
    padding-top: 0;
  }
}

/*Accordion List*/
@media only screen and (max-width: 768px) {
  .accordion-list .accordion-item .accordion-title .icon-more,
  #footer .accordion-list .accordion-item .accordion-title .icon-more {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    text-transform: none;
  }
  .product-accordion .panel-heading .icon-more .icon-minus,
  .accordion-list .accordion-item .accordion-title .icon-more .icon-minus {
    display: none;
  }
  .product-accordion .panel-heading.open .icon-more .icon-minus,
  .accordion-list .accordion-item.open .accordion-title .icon-more .icon-minus {
    display: inline-block;
  }
  .product-accordion .panel-heading.open .icon-more .icon-plus,
  .accordion-list .accordion-item.open .accordion-title .icon-more .icon-plus {
    display: none;
  }
  .accordion-list .accordion-item {
    display: block;
    float: none!important;
    width: 100% !important;
  }
  #footer .footer-block-title.accordion-title,
  .accordion-list .accordion-item .accordion-title {
    display: block;
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    text-align: left;
    margin: 0 -10px;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.12);
  }
  .accordion-list .accordion-item .accordion-content {
    display: none;
    overflow: hidden;
    padding: 15px 10px;
    text-align: left;
    width: 100%;
  }
}

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

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.cittaoro.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.5em;
  text-align: center;
  display: block;
}
.category-description {
  margin: 0 0 1.5em;
}

/* Sorter */
.sorter p {
  margin-bottom: 0;
}
.sorter select {
  display: none;
}
.sorter .amount {
  display: inline-block;
  float: right;
  margin: 10px 0;
}
.sorter .amount strong {
  font-weight: normal;
}
.sorter .sort-by,
.sorter .limiter,
.sorter .asc,
.sorter .desc,
.toolbar label {
  display: inline-block;
  font-family: inherit;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  font-weight: normal;
}
.sorter .asc,
.sorter .desc {
  font-size: 24px;
  text-align: center;
  margin: 0 8px;
  float: none;
  height: 40px;
  width: 40px;
  line-height: 44px;
  background-color: transparent;
  border: 1px solid #cecece;
  color: #000;
}
.sorter.grid-switcher .asc,
.sorter.grid-switcher .desc {
  margin-right: 0;
}
.sorter .asc:hover,
.sorter .desc:hover {
  background-color: #0a0a0a;
  color: #fff;
}
.sorter .sort-by {
  float: left;
  margin: 0;
}
.sorter .limiter {
  float: left;
  margin: 0 0 0 30px;
}
.sorter .limiter .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.sorter.grid-switcher .limiter {
  display: none;
}
.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: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.08);
  font-weight: normal;
  color: rgba(0,0,0,0.6);
  min-width: 60px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-family: inherit;
  min-height: auto;
}
.sorter .sort-by .bootstrap-select > .selectpicker {
  min-width: 120px;
}
.sorter .sort-by .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.sorter .bootstrap-select.btn-group .btn .caret {
  margin-top: -1px;
  border-top-color: #aaa;
}

/* Toolbar */
.toolbar {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.toolbar-bottom.no-border .toolbar {
  border: none;
}
.toolbar-bottom .toolbar {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
}
.toolbar-bottom .toolbar .sorter.visible-xs {
  display: none;
}
.toolbar-bottom .pager {
  display: block;
  width: auto;
  padding: 20px 0;
}
.col3-layout .sorter .sort-by .bootstrap-select > .selectpicker {
  min-width: 60px;
}
@media only screen and (max-width: 1007px) and (min-width: 768px) {
  .col3-layout .sorter .view-mode {
    margin: 15px 0 0 0;
  }
  .col3-layout .sorter .limiter {
    float: right;
    margin: 15px 0 0 30px;
  }
}
.sorter .view-mode {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin: 5px 0 5px 30px;
  height: 30px;
  line-height: 30px;
}
.sorter .view-mode label {
  display: none;
}
.sorter .view-mode .item {
  float: none;
  font-size: 14px;
  padding: 0px 8px;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cecece;
  display: inline-block;
  -webkit-transition: border-color .3s ease-out, background-color .3s ease-out;
  -o-transition: border-color .3s ease-out, background-color .3s ease-out;
  transition: border-color .3s ease-out, background-color .3s ease-out;
}
.sorter .view-mode .item:not(.current){
  cursor: pointer;
}
.sorter .view-mode i {
  display: inline-block;
  color: inherit;
  text-align: center;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.sorter .view-mode .item.current,
.sorter .view-mode strong.item,
.sorter .view-mode .item:hover {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
}
.sorter .view-mode .item.current,
.sorter .view-mode .item.current:hover,
.sorter .view-mode .item:hover,
.sorter .view-mode strong {
  color: #fff;
}
.sorter .view-mode .item + .item {
  margin-left: 6px;
}

.toolbar .shop-by {display: none; float: right;}
.toolbar .shop-by label {display: none;}
.toolbar .shop-by .shop-by-button {
  font-size: 24px;
  padding: 4px 6px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  outline: none;
  color: #333;
  background-color: transparent;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  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 { background-color: rgba(0,0,0,0.06);}

/* List/Grid for mobile devices */
@media only screen and (max-width: 767px) {
  .toolbar {
    margin-bottom: 30px !important;
  }
  .toolbar .sorter.formobile .view-mode {
    display: inline-block;
    float: left;
    margin: 15px 15px 0 0;
  }
  .toolbar .sorter.formobile .amount {
    display: inline-block;
    float: left;
    margin: 20px 0 0 0;
  }
}


/* Block: Layered Navigation */
.catalog-category-view .content-wrapper .container {
  position: relative;
}
.block-layered-nav .block-subtitle {
  display: none;
}
.block-layered-nav ol li {
  line-height: 30px;
}
.block-layered-nav .block-content #narrow-by-list li a {
  font-size: 14px;
  padding: 0;
}
.block-layered-nav .block-content dl {
  margin: 0;
  clear: both;
}
.block-layered-nav .block-content dt {
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
}
.block-layered-nav .block-content dt:after {
  content: ':';
  display: inline-block;
  color: #222;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
.block-layered-nav .block-content dd .price {
  color: inherit !important;
  font-weight: normal;
}
.block-layered-nav .block-content dd + dt {
  margin-top: 25px;
}
.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.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 {
  padding: 0;
  margin: 0;
  z-index: 21;
}
.side-sidebar .block-layered-nav .block-content .actions {
  margin-top: 15px;
}
.block-layered-nav .block-content .actions .btn i {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.block-layered-nav.empty {
  height: 0;
  padding: 0;
  border: none;
}
.block-layered-nav .block-content .currently {
  padding-top: 30px;
  padding-bottom: 15px;
  z-index: 20;
}
.block-layered-nav .block-content .currently ol {
  display: inline-block;
}
.block-layered-nav .block-content .currently li {
  display: inline-block;
  height: 40px;
  color: rgba(0,0,0,0.8);
  font-size: 14px;
  margin: 0 14px 10px 0;
  overflow: hidden;
  float: left;
}
.block-layered-nav .block-content .currently li:last-of-type {
  margin-right: 20px;
}
.block-layered-nav .block-content .currently li:not(.swatch-current) span.value {
  display: inline-block;
  height: 100%;
  border: 1px solid #e6e6e7;
  border-right: 0;
  padding: 0 15px;
  line-height: 38px;
}
.block-layered-nav .block-content .currently li.swatch-current span.value .swatch-label,
.block-layered-nav .block-content .currently li.swatch-current span.value .swatch-label img {
  vertical-align: top;
}
.block-layered-nav .block-content .currently li span.label {
  display: none;
}
.block-layered-nav .block-content li a.btn-remove {
  background-color: #e6e6e7;
  color: rgba(0,0,0,0.5);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0px;
}
.block-layered-nav .block-content li a.btn-remove:hover,
.block-layered-nav .block-content li a.btn-remove:active,
.block-layered-nav .block-content li a.btn-remove:focus {
  background-color: #0a0a0a;
  color: #fff;
}
.block-layered-nav .block-content li a.btn-remove i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: inherit;
  position: relative;
  top: -1px;
}
.block-layered-nav .block-content .actions .btn {
  background-color: #f44336;
  color: #fff;
  line-height: 38px;
  border-color: #f44336;
  min-height: 40px;
}
.block-layered-nav .block-content .actions .btn:hover,
.block-layered-nav .block-content .actions .btn:focus,
.block-layered-nav .block-content .actions .btn:active,
.block-layered-nav .block-content .actions .btn.active {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.block-layered-nav .block-content .actions .btn i {
  display: none;
}
.block-layered-nav dd .configurable-swatch-list li,
.product-view dd .configurable-swatch-list li,
#AddToCart-popup dd .configurable-swatch-list li {
  margin: 0 10px 10px 0;
  border: 0;
  padding: 0;
  display: inline-block;
  float: left;
  height: 40px;
}
.block-layered-nav dd .configurable-swatch-list:after,
.product-view dd .configurable-swatch-list:after,
#AddToCart-popup dd .configurable-swatch-list:after {
  display: table;
  content: '';
  clear: both;
}
.block-layered-nav dd .configurable-swatch-list li img,
.product-view dd .configurable-swatch-list li img,
#AddToCart-popup dd .configurable-swatch-list li img {
  float: left;
}
.block-layered-nav dd .configurable-swatch-list li:last-child,
.product-view dd .configurable-swatch-list li:last-child,
#AddToCart-popup dd .configurable-swatch-list li:last-child {
  margin-left: 0;
}
.block-layered-nav dd .configurable-swatch-list li a,
.product-view dd .configurable-swatch-list li a,
#AddToCart-popup dd .configurable-swatch-list li a {
  padding: 0;
}
.block-layered-nav dd .configurable-swatch-list li a:before,
.product-view dd .configurable-swatch-list li a:before,
#AddToCart-popup 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 dd .swatch-link .count {
  line-height: 1.7em;
}
.product-view dd .swatch-link .swatch-label,
#AddToCart-popup dd .swatch-link .swatch-label {
  display: block;
  position: relative;
}
.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label,
.product-view dd .swatch-link:not(.has-image) .swatch-label,
#AddToCart-popup dd .swatch-link:not(.has-image) .swatch-label {
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0,0,0,0.8);
  min-height: 40px;
  min-width: 40px;
  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):hover {
  opacity: 1;
}
.block-layered-nav dd .swatch-link:not(.has-image) .swatch-label:hover {
  background-color: #fff;
  color: #666;
  border-color: rgba(0,0,0,0.1);
  opacity: 1;
}
.block-layered-nav dd .swatch-link .swatch-label:before,
.product-view dd .swatch-link .swatch-label:before,
#AddToCart-popup dd .swatch-link .swatch-label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  transition: box-shadow 300ms linear;
  -moz-transition: box-shadow 300ms linear;
  -webkit-transition: box-shadow 300ms linear;
  -o-transition: box-shadow 300ms linear;
}
#AddToCart-popup dd .configurable-swatch-list li.selected .swatch-link .swatch-label:before,
.product-view dd li.selected .swatch-link .swatch-label:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
}
.block-layered-nav dd .swatch-link .swatch-label:hover:before,
.product-view dd .swatch-link .swatch-label:hover:before,
#AddToCart-popup dd .swatch-link .swatch-label:hover:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 2px rgba(255,255,255,1), 0 0 0 3px rgba(0,0,0,0.3);
}
.block-layered-nav dd .swatch-link.has-image .count {
  line-height: 1.5em;
}
.block-layered-nav .block-content #narrow-by-list li a:before {
  display: none;
}
.block-layered-nav .swatch-current .swatch-link:not(.has-image) {
  border-width: 0;
  text-align: left;
}
/* Block: Layered Navigation Mobile*/
.block-layered-nav.mobile {
  width: 280px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  padding: 0;
  transition: left 550ms ease;
  right: -280px;
  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 20px; padding: 10px 20px; border-bottom: 1px solid #ddd;}
.block-layered-nav.mobile .block-title:after {display: none;}
.block-layered-nav.mobile .currently,
.block-layered-nav.mobile .block-content dd + dt,
.block-layered-nav.mobile .block-content dt {margin: 0; padding: 12px 0 11px;}
.block-layered-nav.mobile .block-content dt {font-size: 14px;}
.block-layered-nav.mobile .block-content ol {padding: 0;}
.block-layered-nav.mobile .currently {width: auto; padding: 0}
.block-layered-nav.mobile #narrow-by-list {border-bottom: 1px solid #ddd;}
.block-layered-nav.mobile #narrow-by-list dd {display: none; margin-bottom: 10px;}
.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: 0;}
.block-layered-nav.mobile .actions {
  margin-top: 30px;
}

/* Side Sidebar */
body:not(.mobile-device).side-sidebar-open {
  overflow: hidden;
  padding-right: 17px !important;
}
.side-sidebar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.side-sidebar .side-sidebar-header {
  padding: 28px 39px 0;
}
.side-sidebar .btn-close {
  width: 304px;
  position: fixed;
  left: -340px;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #222;
  padding: 15px 30px;
  outline: none;
  font-size: 15px;
  z-index: 999;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.side-sidebar .btn-close span {
  font-size: inherit;
  color: inherit;
  font-family: 'Barlow';
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.side-sidebar .btn-close i {
  font-size: 18px;
  color: inherit;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.side-sidebar.open .btn-close {
  left: 0;
}
.side-sidebar-btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  line-height: 38px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  font-size: 16px;
  float: left;
  text-align: center;
  color: #000;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.side-sidebar-open .side-sidebar-btn {
  cursor: default;
  background-color: rgba(0,0,0,0.1);
}
.side-sidebar-open .side-sidebar-btn:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  z-index: 9998;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.side-sidebar-btn span {
  margin-left: 8px;
  display: none;
  visibility: hidden;
}
.side-sidebar-btn .icon-close {
  display: none;
}
.side-sidebar-btn i,
.side-sidebar .btn-close i {
  vertical-align: middle;
  font-size: 22px;
  color: inherit;
  position: relative;
  top: -1px;
}
.catalog-category-view .side-sidebar.sidebar .sidebar-inner,
.side-sidebar.sidebar .sidebar-inner {
  padding: 58px 30px 30px;
}
.catalog-category-view .side-sidebar.sidebar,
.side-sidebar.sidebar {
  width: 320px;
  background-color: #fff;
  position: fixed;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: -340px;
  z-index: 99999;
  text-align: left;
  -webkit-transition: left .4s ease, box-shadow .4s ease;
  -moz-transition: left .4s ease, box-shadow .4s ease;
  -ms-transition: left .4s ease, box-shadow .4s ease;
  -o-transition: left .4s ease, box-shadow .4s ease;
  transition: left .4s ease, box-shadow .4s ease;
  -webkit-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  -moz-box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  box-shadow: -5px 0px 20px 0px rgba(0,0,0,0);
  margin: 0 !important;
  border: none;
}
.catalog-category-view .side-sidebar.sidebar.open,
.side-sidebar.sidebar.open {
  left: 0;
  -webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.1);
}
.side-sidebar .block-layered-nav.mobile {
  padding: 0;
  width: auto;
  background-color: transparent;
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 998;
  padding: 0;
  transition: none;
  right: auto;
  overflow: visible;
  height: auto;
  min-height: 1px;
  border: none;
}
.side-sidebar .block-layered-nav.mobile:before {
  content: none;
}
.side-sidebar .block-layered-nav.mobile .block-title {
  margin: 0;
  padding: 0;
  border: none;
}
.side-sidebar .block-layered-nav.mobile .block-content {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .side-sidebar-btn {
    float: right;
    margin-right: 0;
  }
}

/* Filters Sidebar if 1 column layout */
@media only screen and (max-width: 767px) {
  .side-sidebar.sidebar.filter-sidebar {
    width: 280px;
    top: 0;
    bottom: 0;
    left: auto;
    right: -300px;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
  }
  .side-sidebar.sidebar.filter-sidebar.open {
    right: 0;
    left: auto;
    box-shadow: none;
  }
  .side-sidebar.filter-sidebar .btn-close {
    display: none;
    visibility: hidden;
  }
  .side-sidebar.sidebar.filter-sidebar: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);
    z-index: 1000;
  }
  .side-sidebar.sidebar.filter-sidebar .sidebar-inner {
    padding: 10px 20px 20px;
  }
  .sidebar.filter-sidebar .block-layered-nav .block-title {
    margin: 0 -20px 20px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .side-sidebar.filter-sidebar .block-layered-nav.mobile .block-content {
    padding-top: 0;
  }
  .side-sidebar.filter-sidebar .block-layered-nav .block-content .actions {
    margin-top: 30px;
  }
}

/* Product Page ========================================================================== */
/* Layouts */
[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 {
  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 #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 */
@media only screen and (min-width: 992px) {
  .col1-layout .product-essential .no-sidebar .product-img-box,
  .col1-layout .product-essential .no-sidebar .product-shop {
    padding-right: 9.43%;
  }
  .col1-layout .popup-content .no-sidebar .product-img-box,
  .col1-layout .popup-content .no-sidebar .product-shop {
    padding-right: 10px;
  }
}
.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 .product-img-box.extralarge-layout .more-views #more-views-slider .item {
  width: 100%;
}
.product-view .product-img-box.extralarge-layout .more-views .more-views-inner > .item:not(:nth-of-type(-n+8)) {
  margin-top: 10px;
}
.product-view .product-img-box.extralarge-layout .more-views .item:nth-of-type(-n+8) {
  margin-top: 0;
}
.product-view .top-wrapper .extralarge-layout .product-shop-inner {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner {
  border-bottom: none;
}
.catalog-product-view .breadcrumbs-wrapper .breadcrumbs-inner{
  z-index: 99;
  padding-bottom: 0;
  margin-bottom: 0;
}
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;
}
.catalog-product-view .breadcrumbs-wrapper:not(.type-3) .page-title {
  display: none !important;
}
.catalog-product-view .breadcrumbs-wrapper:not(.type-3) .breadcrumb {
  margin-bottom: 15px;
}
.product-view .configurable-swatch-list .swatch-link:not(.has-image),
.product-view .swatch-current .swatch-link:not(.has-image) {
  background-color: #fff;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.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: 24px;
}
.product-view .top-wrapper .product-name {
  font-size: 1em;
}
.product-view .top-wrapper .product-name.with-product-buttons {
  padding-right: 70px;
}
.product-view .top-wrapper .product-name h1 {
  font-size: 36px;
  margin: 0 0 10px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-right: auto;
}
.product-view .top-wrapper .price-box {
  margin: 0 0 10px;
  display: inline-block;
}
.product-view .top-wrapper .price-box .special-price {
  float: right;
}
.product-view .top-wrapper .price-box .old-price .price {
  margin-top: 6px;
}
.col3-layout .product-view .quantity-wrapper label[for="qty"] {
  display: none;
}
.col3-layout .product-view .bottom-additional-information.two-items .left-information-block,
.col3-layout .product-view .bottom-additional-information.two-items .right-information-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.col3-layout .product-view .product-shop.text-center .bottom-additional-information .left-information-block,
.col3-layout .product-view .product-shop.text-center .bottom-additional-information .right-information-block {
  text-align: center;
}
.product-view .top-wrapper .product-name-ratings-block .product-name .ratings {
  margin-left: auto;
  white-space: nowrap;
  margin-top: 4px;
}
.product-view .top-wrapper .product-buttons {
  position: absolute;
  right: 10px;
  top: 4px;
}
.product-view .bottom-block .price-box + .price-box {display: none;}
.product-view .bottom-block .price-box {
  vertical-align: top;
  margin-right: 12px;
  line-height: 1;
  float: left;
}
.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: #aaa;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  -o-transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}
.product-buttons.default > div a:hover {
  opacity: 1;
}
.product-buttons.default > div a i:hover {
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,1);
  border-color: rgba(0,0,0,0.1);
}
.product-buttons.default > div.next-button {
  margin-left: -1px;
  float: right;
}
.product-view .bottom-block .price-box,
.product-view .product-shop .bottom-block .availability-only,
.product-view .bottom-block .price-box.bundle-price-configured:first-of-type {
  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 .flip-timer {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 18px;
  margin-top: 6px;
}
.product-view .top-block .ratings {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-view .product-shop .top-block .timer-box +  .ratings {
  text-align: left;
}
.product-view .availability-price-block + .ratings {
  margin-top: 0;
}
.product-view .bundle-price-configured .price-box .price-label {display: none;}
.bundle-price-configured .price-as-configured .price-label,
.product-view .price-box-bundle .price-box .price-label {display: inline-block;}
.product-view .price-box-bundle .price-box .price,
.product-view .price-box-bundle .price-box .price-currency {
  opacity: 0.6;
  font-size: 20px;
}
.product-view .price-box-bundle .price-box,
.product-view .price-box-bundle + .price-box {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.product-view .price-box-bundle + .price-box {
  margin-bottom: 1.5em;
}
.product-view .top-wrapper .add-to-box .price-box .old-price .price {
  font-size: 24px;
}
.product-view .product-shop .availability-only {
  margin: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
.product-view .product-shop .availability + .availability-only {
  margin: 0 0 0 10px;
}
.product-view .product-shop .availability-only span {
  padding: 0;
  background: none;
  color: #ff2525;
}
.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;
  line-height: 1;
}
.product-view .a-right .sku-email-block .sku {
  margin-right: 0;
  margin-left: 30px;
}
.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: #2979ff;
}
.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;
}
.product-view .short-description h5 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.product-view div.email-friend {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.product-view div.email-friend a {
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.55);
  border-radius: 3px;
  padding: 4px 10px 3px;
  font-size: 10px;
}
.product-view div.email-friend a span{
  margin-left: 10px;
}
.product-view div.email-friend a i {
  line-height: 1;
}
.product-view div.email-friend a i:before {
  position: relative;
  top: 3px;
}
.product-view.accordion-list .accordion-item .accordion-title .icon-more {display: none; color: #111;}
.product-view .product-img-box .lightbox-button {
  top: auto;
  bottom: 10px;
  left: auto;
  margin: 0;
  right: 10px;
  position: absolute;
  font-size: 24px;
}
.product-view .product-image-popup {
  margin: 0 auto;
}
.product-view .tab-content .product_tabs_upsell_products .products-grid .product-image {
  margin-bottom: 12px;
}
.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;
}
.product-view .validation-advice {
  display: inline-block;
}
.product-view .rating-block .validation-advice {
  position: static;
}
.product-view .bottom-additional-information {
  margin-bottom: 15px;
}
.product-view .bottom-additional-information.two-items .left-information-block {
  margin-right: 30px;
}
.product-view .bottom-additional-information.two-items .left-information-block,
.product-view .bottom-additional-information.two-items .right-information-block {
  display: inline-block;
  vertical-align: top;
}
.product-view .product-shop.text-center .bottom-additional-information .left-information-block,
.product-view .product-shop.text-center .bottom-additional-information .right-information-block {
  text-align: left;
}
.product-view .bottom-additional-information .sku,
.product-view .bottom-additional-information .manufacturer {
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: normal;
}
.product-view .sku span,
.product-view .manufacturer span {
  padding-left: 5px;
  opacity: 0.6;
  font-weight: normal;
}
.product-view .additional-information li,
.product-view .additional-information li a {
  color: #222;
  line-height: 30px;
}
.product-view .additional-information i,
.product-view .additional-information a i {
  font-size: 13px;
  color: #4caf50;
  margin-right: 8px;
}
.product-view .static-block-top {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
  display: none;
  visibility: hidden;
}
.product-view span.email-friend a i {
  display: none;
}
.product-view span.email-friend,
.product-view .static-block-top .block-link {
  display: inline-block;
  vertical-align: middle;
  color: #651fff;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}
.product-view span.email-friend a:hover,
.product-view span.email-friend a:active,
.product-view span.email-friend a:focus,
.product-view .static-block-top .block-link:hover,
.product-view .static-block-top .block-link:active,
.product-view .static-block-top .block-link:focus {
  text-decoration: none;
}
.col3-layout .product-view .static-block-top .block-link {
  font-size: 12px;
}
.popup-product-info-options-wrapper .product-options,
.product-view .product-options {
  margin-bottom: 30px;
}
.popup-product-info-options-wrapper .product-options h2,
.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;
  display: inline;
  float: left;
  vertical-align: top;
  margin-right: 15px;
  min-width: 50px;
}
.product-downloadable-product .product-view .product-options dl dt {
  width: auto;
}
.product-downloadable-product .product-view .validation-advice,
.product-downloadable-product .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  margin-top: 5px;
}
#downloadable-links-list.validation-failed {
  border: 0 !important;
}
.col3-layout .product-view .product-options dl dt {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.col3-layout .product-view .product-options dl dd {
  display: block;
  width: 100%;
  margin-left: 0;
}
.product-view .product-options dl dt.swatch-attr {
  min-height: 40px;
  padding: 10px 0;
}
.product-view .product-options dl dt label {
  font-weight: 400;
}
.product-view .product-options dl dt label .select-label {
  display: none;
}
.product-options dl dt em {
  content: '';
  font-size: 0;
  display: inline-block;
  background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/asterisk.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  margin-left: 2px;
  top: -7px;
  position: relative;
  vertical-align: middle;
}
.product-options dl dt:not(.swatch-attr) em {
  float: right;
  top: -5px;
}
.product-view .product-options dl dt label + .price-notice {
  position: relative;
}
.product-view .product-options dl dt .qty-holder {
  float: right;
}
.product-view .product-options dl dt .qty-holder label {
  vertical-align: middle;
}
.product-view .product-options dl dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-view .product-options dl dd {
  margin-bottom: 15px;
  position: relative;
  display: block;
}
#ajaxkit-popup-content .product-view .short-description {
  display: none;
  visibility: hidden;
}
.product-options dl dd {position: relative;}
.product-options dl dd .input-box {
  position: relative;
  padding-bottom: 10px;
}
.product-view .product-options dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-view .product-options dl dd:last-child .input-box {
  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 {
  height: 40px;
  line-height: 40px;
}
.product-view .product-options dl dd textarea {
  width: 100%;
  height: 8em;
}
.product-view .product-options dl dd select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  background-image: url("https://www.cittaoro.it/skin/frontend/coccinelle/default/css/data:image/svg+xml;charset=utf8,%3Csv")width='9' height='9' viewBox='0 0 9 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Emeigee-drop%3C/title%3E%3Cdesc%3ECreated using Figma%3C/desc%3E%3Cg id='Canvas' transform='translate(393 11)'%3E%3Cg id='icons'%3E%3Cg id='meigee-drop'%3E%3Cuse xlink:href='%23path0_stroke' transform='translate(-392 -8)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cpath id='path0_stroke' d='M 3.5 3.5L 3.14645 3.85355L 3.5 4.20711L 3.85355 3.85355L 3.5 3.5ZM -0.353553 0.353553L 3.14645 3.85355L 3.85355 3.14645L 0.353553 -0.353553L -0.353553 0.353553ZM 3.85355 3.85355L 7.35355 0.353553L 6.64645 -0.353553L 3.14645 3.14645L 3.85355 3.85355Z'/%3E%3C/defs%3E%3C/svg%3E"); */
  background-size: 9px;
  background-position: calc(100% -  10px) calc(53%);
  background-repeat: no-repeat;
  padding-right: 30px;
}
.product-view .product-options dl dd select.multiselect {
  width: 100%;
  height: auto;
  line-height: 1.4;
  padding: 15px;
  background-image: none;
}
.product-view .product-options dl dd select.datetime-picker {
  width: 150px;
  display: inline-block;
}
.product-view .product-options dl dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 6px 0 0 0;
  vertical-align: middle;
}
.product-options input.checkbox:not(:checked),
.product-options input.checkbox:checked {
  position: absolute;
  left: -9999px;
}
.product-options input.checkbox:not(:checked) + .label > label,
.product-options input.checkbox:checked + .label > label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.product-options input.checkbox:not(:checked) + .label > label:before,
.product-options input.checkbox:checked + .label > label:before {
  content: '';
  font-family: 'meigeeadditional';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  color: #000;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  background-color: #fff;
  margin: 0;
}
.product-options input.checkbox:checked + .label > label:before {
  content: '\e900';
}
.product-options input[type="radio"] {
  display: none;
}
.product-options input[type="radio"] + label:before,
.product-options input[type="radio"] + .label > label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #fff;
  box-shadow: none;
}
.product-options input[type="radio"]:checked + label:before,
.product-options input[type="radio"]:checked + .label > label:before {
  background-color: rgba(0,0,0,0.6);
  box-shadow: inset 0 0 0 2px #fff;
}
.product-options .label label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.product-view .product-options #downloadable-links-list {
  border: none;
  margin: 0;
  text-align: left;
}
.product-view .product-options ul.validation-failed {
  padding: 0;
}
.product-view .product-options p.required {
  padding: .75em 0 0;
  text-align: inherit;
  display: none;
}
.product-view .product-options .tier-prices {
  margin: .75em 0 0;
}
.product-view .product-options-bottom {
  text-align: left;
}
#product_addtocart_form {
  margin-bottom: 20px;
}
.category-bundle-product .product-view .product-options-bottom {
  text-align: inherit;
}
.product-view .product-options-bottom .price-box {
  float: none;
}
.product-view .quantity-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 30px 0;
  width: auto;
  border: none;
}
#ajaxkit-popup-content .product-view .quantity-wrapper,
.product-view .product-link,
.product-view .quickview-shares,
#ajaxkit-popup-content .product-view .bottom-additional-information,
#ajaxkit-popup-content .product-view .addtocart-message {
  display: none;
  visibility: hidden;
}
#ajaxkit-popup-content .product-view .product-link {
  display: block;
  visibility: visible;
  width: 100%;
  margin-bottom: 20px;
}
#ajaxkit-popup-content .product-view .quickview-shares {
  display: block;
  visibility: visible;
}
#ajaxkit-popup-content .product-view .flip-timer {
  margin: 0 0 20px 0;
}
.product-view .add-to-cart .quantity-wrapper {
  float: left;
}
.category-bundle-product .product-view .add-to-cart .quantity-wrapper {
  float: none;
  display: block;
}
.product-view .quantity-inner {
  display: inline-block;
  vertical-align: middle;
}
.product-view .quantity-wrapper label[for="qty"] {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: rgba(0,0,0,0.8);
  margin: 0 20px 0 0;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
}
.product-view .add-to-cart .btn {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  width: 100%;
  order: 99;
}
.product-view .add-to-cart .btn:hover,
.product-view .add-to-cart .btn:focus,
.product-view .add-to-cart .btn:active {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.product-view .add-to-cart .btn i {
  display: none;
}
.product-view .add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.product-view .add-to-cart .addtocart-message {
  align-self: baseline;
  color: #f72525;
  font-size: 13px;
  padding: 16px 0;
  margin-left: 30px;
}
.product-grouped-product .product-view .add-to-cart .addtocart-message {
  margin-left: 0;
}
.product-view .extralarge-layout .add-to-cart {
  max-width: 465px;
  text-align: center;
}
.product-view .extralarge-layout.text-center .add-to-cart {
  margin-left: auto;
  margin-right: auto;
}
.product-view .extralarge-layout.text-right .add-to-cart {
  margin-left: auto;
}
.product-collateral .box-collateral {
  margin: 0 0 15px;
}
.product-main-information .price-box .price,
.product-main-information .price-box .price-currency {
  font-size: 24px;
  color: #4caf50;
}
.product-main-information .old-price .price {
  font-size: 18px;
  color: rgba(0,0,0,0.4);
}
.product-view .availability-price-block {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0;
}
.product-view .price-box + .availability-price-block {
  margin: 0 0 0 20px;
  width: auto;
}
.product-view .product-name + .availability-price-block {
  margin-bottom: 10px;
}
.product-view .availability-price-block * {
  line-height: 1;
}
.product-view .availability-price-block .price-box {
  margin-bottom: 0;
  display: inline-block;
}

.product-view .availability-price-block .price-box ~ .availability  {
  display: block;
  float: right;
  margin: 8px 0;
}
.product-view ul.add-to-links li a.link-wishlist i {
  top: 0;
}
.col3-layout .with-sidebar .add-to-cart {
  margin-right: 0;
}
.col3-layout .with-sidebar .add-to-cart .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.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 Sidebar */
.product-view .product-sidebar .rating-box {
  margin-bottom: 5px;
}
.product-view .product-sidebar .price-box {
  margin: 0;
}
.product-view .product-sidebar .price-box .price {
  font-size: 16px;
}
.product-view .product-sidebar .price-box .old-price .price {
  font-size: 13px;
  margin: 3px 10px 0 0;
}

/* Product Gallery */
.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;
}
.product-view .product-img-box .product-image-gallery.no-more-views {
  display: block;
}

/* More Views */
.product-view .more-views.vertical {
  width: 100px;
  width: 19.9%;
  padding: 0 20px 0 0;
  vertical-align: middle;
  position: relative;
  opacity: 0;
}
.product-view .more-views.vertical {
  padding-top: 40px;
  vertical-align: top;
}
.product-view .more-views-vertical-slider.type-1 .more-views {
  padding-top: 0;
}
.product-view .more-views.vertical.with-swiper-button {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-view #more-views-slider.swiper-container {
  padding: 0;
  position: static;
  margin: 0;
  overflow: hidden;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50%;
  margin-left: -35px;
  background-image: none !important;
}
.product-view .swiper-button-next i,
.product-view .swiper-button-prev i {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: rgba(0,0,0,0.2);
}
.product-view .swiper-button-next:hover i,
.product-view .swiper-button-prev:hover i {
  color: rgba(0,0,0,0.8);
}
.product-view .swiper-button-prev {
  top: 18px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-view .swiper-button-next {
  bottom: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-view .swiper-slide {
  overflow: hidden;
}
.product-view .swiper-slide a {
  display: block;
  height: inherit;
  text-align: center;
  opacity: 1;
}
.product-view .swiper-slide a img {
  height: auto;
  width: auto;
  position: relative;
  z-index: -1;
  max-height: 100%;
}
.product-view .more-views-vertical-slider.type-2 .more-views.vertical {
  position: absolute;
  z-index: 99;
  top: 0;
  margin-top: 0;
}
.product-view .more-views-vertical-slider.type-2 .product-labels-wrapper {
  top: 0;
  left: auto;
  right: 0;
}
.product-view .more-views-vertical-slider.type-2 .product-labels-wrapper > div {
  border-radius: 0;
}
.product-view .more-views-vertical-slider.type-2 .swiper-slide a img {
  border: 2px solid #fff;
}
.product-product-with-vertical-slider-type2-1-column .product-view .type-2 .more-views.vertical {
  width: 18%;
}
.product-view .type-2 .more-views.vertical {
  width: 21%;
}
.product-view .more-views.large {
  display: none;
}
.large-more-views .product-image-gallery .gallery-image {
  display: block!important;
}
.product-view .large-more-views .product-image-gallery {
  margin-right: 0;
  margin-bottom: 20px;
}
.catalog-product-view .main-container .breadcrumbs-wrapper .breadcrumbs-inner .breadcrumb {
  padding-top: 20px;
}
.col3-layout .product-view .more-views-vertical-slider .more-views.vertical {
  width: 23%;
}
.col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
  width: 24%;
}
.col2-right-layout .product-view .more-views-vertical-slider.large-layout.type-2 .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.large-layout.type-2 .more-views.vertical,
.product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
  width: 21%;
}
.col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.col2-left-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
.product-left-custom-sidebar .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
  left: 30px;
}
.product-product-with-vertical-slider-type2-with-left-sidebar .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
  left: 30px;
}
.col3-layout .product-view .product-image-gallery,
.col3-layout .product-view .more-views {
  margin-right: 0;
}
.product-view .product-img-box .more-views:not(.vertical) {
  position: relative;
  margin-top: 20px;
}
.product-view .product-img-box .more-views h3 {
  display: none;
  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: #111;
}
.product-view .product-img-box .more-views .more-views-inner .item a {
  opacity: 1;
  display: block;
}
.product-view .product-img-box .more-views .more-views-inner .item a:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.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 .owl-item .product-labels-wrapper,
.product-view .product-img-box .more-views .more-views-inner > .item .product-labels-wrapper {
  display: none;
}
.product-view .product-img-box .more-views .more-views-inner > .item:not(:nth-of-type(-n+3)) {
  margin-top: 0;
}
.product-view .product-img-box .more-views .more-views-inner > .item:not(:nth-of-type(-n+4)) {
  margin-top: 20px;
}
.product-view .product-img-box .more-views .slider-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.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 + div {float: right;}
.product-view .product-img-box .more-views .slider-buttons > div a {
  padding: 0;
  min-height: 1px;
}
.product-view .product-img-box .more-views .slider-buttons > div i {
  color: rgba(0,0,0,0.2);
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 1.7;
}
.product-view .product-img-box .more-views .slider-buttons > div i:hover {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
}
.product-view .more-views-container {
  overflow: hidden;
}
.product-view #more-views-slider:not(.swiper-container) {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.product-view #more-views-slider .owl-dots {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
.product-view #more-views-slider .owl-dots .owl-dot {
  display: inline-block;
  line-height: 1;
}
.product-view #more-views-slider .owl-dots .owl-dot span {
  display: block;
  background-image: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  margin: 0 11px!important;
  float: left;
  top: 0;
  position: relative;
}
.more-views-large .product-labels-wrapper {
  left: 10px;
}
.product-view #more-views-slider .owl-dots .owl-dot.active span,
.product-view #more-views-slider .owl-dots .owl-dot:hover span {background-color: rgba(0, 0, 0, 0.8);}

/* Collapse more views */
.product-view .product-img-box .more-views.collapsed {
  overflow: hidden;
  padding-bottom: 20px;
}
.product-view .product-img-box .more-views.collapsed:after {
  content: '';
  display: block;
  z-index: 998;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 100%;
  opacity: 1;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(calc(100% - 20px), rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) calc(100% - 20px));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  -webkit-transition: opacity 300ms, height 300ms;
  -moz-transition: opacity 300ms, height 300ms;
  -ms-transition: opacity 300ms, height 300ms;
  -o-transition: opacity 300ms, height 300ms;
  transition: opacity 300ms, height 300ms;
}
.product-view .product-img-box .more-views.collapsed.is-open:after {
  opacity: 0;
  height: 0;
}
.product-view .product-img-box .more-views .text-link {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  cursor: pointer;
}
.product-view .product-img-box .more-views i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
}
.product-view .product-img-box .more-views .close {
  display: none;
}
.product-view .product-img-box .more-views.is-open .open {
  display: none;
}
.product-view .product-img-box .more-views.is-open .close {
  display: inline-block;
}

/* Options */
.product-options dl dd .input-box .validation-advice,
.no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .validation-advice,
.product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  display: block;
  top: 100%;
  color: #ff1744;
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 11;
  border-radius: 0;
  padding: 0;
  margin-top: -5px;
}
.product-options dl dd .input-box .validation-advice {
  top: 100%;
  bottom: auto;
}
.product-options dl dd .input-box .validation-advice:after,
.no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .validation-advice:after,
.product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  display: none;
}

/* Product text center */
.product-shop.text-center .product-options dl dd .input-box .validation-advice,
.product-shop.text-center .no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .product-shop.text-center  .validation-advice,
.product-shop.text-center .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.product-shop.text-center .product-options dl dd .input-box .validation-advice:after,
.product-shop.text-center .no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .product-shop.text-center .validation-advice:after,
.product-shop.text-center .product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* Product text right */
.product-shop.text-right .product-options dl dd .input-box .validation-advice,
.product-shop.text-right .no-display.swatch-select.validation-failed ~ .validation-advice,
.product-view .product-shop.text-right  .validation-advice,
.product-shop.text-right .product-options .options-list.validation-failed + #links-advice-container .validation-advice {
  left: auto;
  right: 15px;
}
.product-shop.text-right .product-options dl dd .input-box .validation-advice:after,
.product-shop.text-right .no-display.swatch-select.validation-failed ~ .validation-advice:after,
.product-view .product-shop.text-right .validation-advice:after,
.product-shop.text-right .product-options .options-list.validation-failed + #links-advice-container .validation-advice:after {
  left: auto;
  right: 15px;
}
.product-view .configurable-swatch-list .swatch-link.has-image .swatch-label img,
.product-view .swatch-current .swatch-link.has-image .swatch-label img {
  vertical-align: top;
}
.product-view:not(.layout-type-4) #upsell-product-table li.item:nth-child(4n) {
  clear: right;
}
.product-view:not(.layout-type-4) #upsell-product-table li.item:nth-child(4n+1) {
  clear: left;
}

/* Product Options */
.product-grouped-product .rating-stock-block .availability-price-block {
  float: none;
}
.product-grouped-product .product-view .availability-price-block {
  display: none;
  visibility: hidden;
}
#super-product-table {
  margin-top: .5em;
}
#super-product-table td {
  vertical-align: middle;
  font-size: 16px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}
#super-product-table .availability,
#super-product-table .price-box {
  margin: 0;
  font-family: Work Sans, sans-serif;
}
#super-product-table .quantity-wrapper {
  margin: 0;
  padding: 0;
  border-width: 0;
  min-width: 85px;
}
#super-product-table .quantity-wrapper .btn-qty i {
  width: 20px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

/* Product type 2 layout */
.product-view.layout-type-2 .flip-timer {
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-view.layout-type-2 .flip-timer .title {
  font-size: 14px;
  line-height: 24px;
}
.product-view.layout-type-2 .flip-timer .timer-wrapper {
  padding: 12px 15px;
}
.product-view.layout-type-2 .flip-block .flip-text {
  font-size: 20px;
}

/* Product type 4 layout */
.product-view.layout-type-4 .box-up-sell .item:nth-child(6n),
.product-view.layout-type-4 .block-related .item:nth-child(6n) {
  clear: right;
}

.product-view.layout-type-4 .box-up-sell .item:nth-child(6n+1),
.product-view.layout-type-4 .block-related .item:nth-child(6n+1) {
  clear: left;
}

/* Block: Tags */
.product-view .box-tags .form-add label {
  margin: 0 0 .75em;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.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;
}
.product-view .extralarge-layout .box-tags .form-add .input-box,
.product-view > .product-collateral .box-tags .form-add .input-box {
  width: 50%;
}
.product-view .box-tags .form-add .btn {
  float: left;
}
.product-view .box-tags .form-add .input-group-btn:last-child > .btn {
  margin-left: 0;
}
.product-view .box-tags .form-add input.input-text {
  width: 254px;
}
.product-view .box-tags p.note {
  clear: both;
  margin-top: .75em;
  margin-bottom: 0;
}
.product-view .box-tags h3 {
  margin: 0 0 .5em;
  font-size: 1.16em;
  color: #222;
  font-weight: bold;
}
.product-view .box-tags .product-tags li {
  display: inline-block;
}
.product-view .box-tags .product-tags li a {
  color: #666;
}
.product-view .box-tags .product-tags li a:hover {
  color: #2979ff;
}

/* Tabs */
.product-view #tabs {
  border: none;
}
.product-view .products-grid li.item {
  border-top: none;
  padding-top: 0;
}
.product-view .nav-tabs {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 0;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
.product-view .nav-tabs>li {
  float: none;
  display: inline-block;
  margin: 0;
}
.product-view .nav-tabs li a {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  color: rgba(0,0,0,0.4);
  background: none;
  margin-right: 0;
  font-weight: 600;
  border: 0;
  padding: 21px 35px;
  background: transparent;
  position: relative;
  border-radius: 0;
  line-height: 1;
  letter-spacing: .6px;
  top: auto;
}
.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: rgba(0,0,0,0.8);
  background: transparent;
  border: 0;
}
.product-view .tab-content {
  padding: 24px 10px;
}
.product-view .tab-content,
.product-view .tab-content .std {
  font-size: 16px;
  line-height: 30px;
}
.product-view .tab-content header,
.product-view .tab-content h2 {
  display: none;
}
.product-view .tab-content .custom-tab-text {
  line-height: 1;
  font-size: 16px;
}

.product-view .product-main-information .nav-tabs {
  background-color: transparent;
}
.product-view .product-main-information .nav-tabs {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li a {
  padding: 18px 25px;
  font-size: 16px;
}
.product-view .product-main-information .small-layout .nav-tabs,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs {
  border-top: none;
  border-bottom: none;
}
.product-main-information .small-layout .nav-tabs > li.first,
.product-main-information .with-sidebar .medium-layout .nav-tabs > li.first,
.product-main-information .with-sidebar .large-layout .nav-tabs > li.first {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li a,
.product-view .product-main-information .small-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs > li > a {
  border: none !important;
  margin-top: -1px;
}
.product-view .product-main-information .small-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .medium-layout .nav-tabs > li > a,
.product-view .product-main-information .with-sidebar .large-layout .nav-tabs > li > a {
  font-size: 18px;
  padding: 21px 35px;
}
.product-view .product-main-information .nav-tabs li {
  margin-bottom: 0;
}
.product-main-information .small-layout .nav-tabs > li,
.product-main-information .with-sidebar .medium-layout .nav-tabs > li,
.product-main-information .with-sidebar .large-layout .nav-tabs > li {
  margin-left: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.product-view .product-main-information .nav-tabs li:not(.active):before {
  content: none;
}
.product-view .product-main-information .nav-tabs li a:hover,
.product-view .product-main-information .nav-tabs li a:focus,
.product-view .product-main-information .nav-tabs li.active a:hover,
.product-view .product-main-information .nav-tabs li.active a:focus,
.product-view .product-main-information .nav-tabs li.active a {
  background-color: rgba(0,0,0,0.1);
  color: #222;
}
.product-view .product-main-information .nav-tabs li:hover,
.product-view .product-main-information .nav-tabs li.over,
.product-view .product-main-information .nav-tabs li.active {
  border-bottom-color: transparent;
}

/* Product Attributes */
#product-attribute-specs-table {
  border: 1px solid rgba(0,0,0,0.1);
}
#product-attribute-specs-table th,
#product-attribute-specs-table td {
  border: 0;
}
#product-attribute-specs-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

/* Vertical Tabs */
.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;
}
.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%;
}

/* 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: #111;
}
.product-collateral .panel-group .panel + .panel {
  margin-top: 1.5em;
}
.panel-group .panel-heading .panel-title .icon-more {text-transform: none; float: right; display: inline-block;}
.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 Sidebar */

.product-view .sidebar .block-compare .media-left a {
  display: inline-block;
  width: 60px;
  padding: 0;
  vertical-align: top;
}
.product-view .sidebar .block-compare .product-name {
  padding-right: 20px;
  margin-bottom: 4px;
}
.product-view .sidebar .block-compare .product-name a {
  padding: 0;
}
.product-view .sidebar .block-compare .ratings {
  margin-top: 0;
}
.product-view .sidebar .block-compare .ratings a.add-review,
.product-view .sidebar .block-compare .ratings .separator {
  display: none;
}
.product-view .sidebar .block-compare .price-currency {
  color: inherit;
  font-size: 16px;
}
.product-view .sidebar .block-compare .btn i {
  margin-right: 5px;
}
.product-view .sidebar .block-compare li.item {padding-top: 15px; padding-bottom: 5 px;}
.product-view .extralarge-layout .vertical-tabs .tab-content-inner {
  width: 77%;
}

/* Reviews */
.box-reviews {
  margin-top: 3em;
  position: relative;
}
.box-reviews.type-2 {
  margin-top: 0;
}
.box-reviews .more-link {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 13px;
  color: #1e88e5;
  font-family: 'Work Sans', sans-serif;
}
.boxtitle .more-link:hover {
  color: #2979ff;
}
.box-reviews .block-title {
  margin-bottom: 15px;
  border-bottom: none;
}
.box-reviews .block-title h2 {
  font-weight: 600;
  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;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .form-add form {
  padding: 0;
}
.box-reviews .rating-block h3 {
  color: #222;
  margin: 0 0 9px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .rating-block h3 span {
  color: #f2c94c;
  font-weight: 500;
}
.box-reviews .rating-block h4 {
  color: #222;
  margin: 0 0 9px;
  font-size: 12px;
  font-family: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.box-reviews .rating-block #product-review-table .item {
  padding: 5px 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 .top-block {
  display: none;
}
.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: #222;
}
.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;
}
.customer-rating .text-wrapper,
.customer-rating .stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.box-reviews .rating-inputs {
  padding: 25px 0 0;
}
.box-reviews .rating-inputs .validation-advice {
  display: none;
}
.box-reviews .rating-inputs ul {
  margin-bottom: 20px;
}
.box-reviews .rating-inputs input {
  width: 100%;
}
.box-reviews .rating-inputs .input-box {
  width: 100%;
  position: relative;
}
.box-reviews .rating-inputs li {
  margin-bottom: 10px;
}
.box-reviews .rating-inputs .input-box textarea {
  width: 100%;
}

.box-reviews .rating-inputs .input-box input::-webkit-input-placeholder,
.box-reviews .rating-inputs .input-box textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input::-moz-placeholder,
.box-reviews .rating-inputs .input-box textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input:-ms-input-placeholder,
.box-reviews .rating-inputs .input-box textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-reviews .rating-inputs .input-box input:-moz-placeholder,
.box-reviews .rating-inputs .input-box textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.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: 20px;
  position: relative;
}
.customer-reviews-wrapper .review-box-inner {
  overflow: hidden;
  overflow-y: auto;
}
.customer-reviews-wrapper .review-box-wrapper .top-block {
  padding: 30px 26px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
  border-width: 1px 1px 0 1px;
}
.customer-reviews-wrapper .review-box-wrapper .customer-info {
  margin-top: 20px;
}
.customer-reviews-wrapper .review-box-wrapper .icon {
  display: none;
  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 .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 .icon i {
  font-size: 24px;
  color: #aaa;
  line-height: 73px;
}
.customer-reviews-wrapper .review-box-wrapper .info {
  display: inline-block;
  vertical-align: middle;
}
.customer-reviews-wrapper .review-box-wrapper .review-title {
  font-weight: 500;
  color: rgba(0,0,0,0.8);
  margin-bottom: 9px;
  display: block;
  text-align: center;
}
.customer-reviews-wrapper .review-box-wrapper .customer {
  color: rgba(0,0,0,0.8);
}
.customer-reviews-wrapper .review-box-wrapper .date {
  color: rgba(0,0,0,0.3);
}
.customer-reviews-wrapper .review-box-wrapper .date i {
  display: none;
  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;
  line-height: 24px;
  padding: 0 26px 30px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  color: rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.1);
  border-width: 0 1px 1px 1px;
  text-align: center;
}
#customer-reviews .more-link.open .see {
  display: none;
}
#customer-reviews .more-link.open .hide {
  display: inline-block!important;
}
.customer-rating {
  padding-bottom: 20px;
}
.customer-rating .item {
  margin-bottom: 5px;
  text-align: center;
}
.customer-rating .item .rating-title {
  display: inline-block;
  font-family: inherit;
  color: rgba(0,0,0,0.3);
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
}
.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 {
  font-size: 22px;
  line-height: 22px;
}
.customer-rating .item .rating-box .rating i {
    -webkit-flex: 1 1 24px;
    flex: 1 1 24px;
}
.customer-rating .item .rating-box i {
  font-size: 22px;
  min-width: 24px;
}


/* Reviews Popup */
.box-reviews  .write-review-modal .modal-dialog {
  max-width: 524px;
}
.box-reviews  .write-review-modal .block-title {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.box-reviews  .write-review-modal .form-add form {
  padding: 0;
  border: none;
}
.col3-layout #customer-reviews > div {
  float: none!important;
  width: 100%;
}
.col3-layout .review-box {
  width: 100%;
}

/* Product Custom */
.product-view .fb-like {
  margin-right: 10px;
  min-width: 60px;
  vertical-align: top;
  width: auto !important;
}
.product-view .fb-like span {
  vertical-align: top!important;
}
.product-view .product-custom {
  margin-bottom: 10px;
  display: block;
  margin-right: 7px;
}
.product-view .product-custom .fb-like ~ div {
  vertical-align: top!important;
  width: 33px!important;
}
.product-view .product-custom .twitter-share-button {
  min-width: 60px !important;
  width: 60px!important;
  margin-right: 10px;
}
.product-view .product-custom-wrapper .product-custom-left,
.product-view .product-custom-wrapper .product-custom-right {
  float: left;
}
.product-view .product-custom-wrapper .product-custom-left {
  width: 41.66666667%;
}
.product-view .product-custom-wrapper .product-custom-right {
  width: 58.33333333%;
}
.product-view .product-main-information .product-custom-wrapper .product-custom-left,
.product-view .product-main-information .product-custom-wrapper .product-custom-right {
  width: 100%;
}
.product-view .product-main-information .product-custom-wrapper [class*="product-custom"] {
  margin-top: 18px;
}
.product-view .additional-action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px 0;
}

/* Product Timer */
.product-view .flip-timer .title {
  float: left;
  font-size: 18px;
  font-family: Barlow, sans-serif;
  color: #f44336;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.product-view .flip-timer {
  margin: 0;
  align-self: center;
}
.product-view .flip-timer .timer-wrapper {
  display: inline-block;
  border-bottom: 2px solid #e41937;
  padding: 0;
}
.product-view .flip-block {
  width: 32px;
}
.product-view .flip-items {
  width: 32px;
  height: 24px;
}
.product-view .flip-block li span.flip-wrapper {
  height: 12px;
}
.product-view .flip-clock-divider {
  width: 4px;
  height: 24px;
}
.product-view .flip-clock-dot.top {
  top: 7px
}
.product-view .flip-clock-dot.bottom {
  bottom: 7px
}
.product-view .flip-block .flip-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.product-product-with-vertical-slider-type2-with-left-custom-sidebar .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
  left: 30px;
}

@media only screen and (min-width: 1332px){
  /* Product Page ============================== */
  .wide-content .col2-right-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .wide-content .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  .wide-content .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical {left: 57px;}
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn i,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn i {
    display: none;
  }
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 40px;
    width: 40px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 40px;
  }
  .col3-layout.product-view .availability-price-block {
    padding-left: 15px;
  }
  .col3-layout .product-sidebar .block-title {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .col3-layout .product-view .add-to-cart .addtocart-message {
    display: block;
    padding-top: 0;
    margin-left: 0;
    clear: both;
    width: 100%;
  }
  /*.col3-layout .product-main-information .price-box .price {
    font-size: 24px;
  }*/
  .col3-layout .product-view .top-wrapper .add-to-box .price-box .old-price .price {
    font-size: 14px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn {
    display: block;
    width: 100%;
  }
  .col3-layout .product-view .quantity-wrapper {
    margin-top: 4px;
  }
  .product-view .with-sidebar .product-main-information {
    float: none;
    display: inline-block;
  }
  .product-view .add-to-cart .btn {
    width: 100%;
  }
  #ajaxkit-popup-content .product-view .add-to-cart .btn {
    width: auto;
  }
  .product-view .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .product-view .top-wrapper .product-name-ratings-block .product-name {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
  }

  /* More views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
    left: 10px;
  }
  .col2-right-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical {
    left: 30px;
  }
  .product-product-with-vertical-slider-type2-with-right-custom-sidebar .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical {
    left: 0;
  }


}

@media only screen and (min-width: 1008px) and (max-width: 1331px) {
  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }

  /* Product Page ============================== */
  .product-view .product-name h1 {font-size: 2em;}
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 40px;
    width: 40px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 40px;
  }
  .col3-layout .product-sidebar .block-title {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout .product-main-information .price-box .price {
    font-size: 18px;
  }
  .col3-layout .product-view .top-wrapper .add-to-box .price-box .old-price .price {
    font-size: 13px;
  }
  .col3-layout .product-view .quantity-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 0;
  }
  .col3-layout .product-sidebar .block.block-compare .actions .btn {
    display: block;
    width: 100%;
  }
  .col2-right-layout .product-sidebar .block-related:not(.related-bottom) .slider-buttons,
  .col2-left-layout .product-sidebar .block-related:not(.related-bottom) .slider-buttons,
  .col2-right-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col2-left-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col2-right-layout .product-sidebar .block-cart.block .block-content .cart-actions,
  .col2-left-layout .product-sidebar.block-cart.block .block-content .cart-actions {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn,
  .col2-right-layout .product-sidebar .block.block-compare .actions .btn,
  .col2-left-layout .product-sidebar .block.block-compare .actions .btn {
    font-size: 12px;
    padding: 8px 10px;
    min-height: auto;
  }
  .col2-right-layout .product-sidebar.sidebar-left .block.block-compare .actions .btn i,
  .col2-left-layout .product-sidebar.sidebar-right .block.block-compare .actions .btn i {
    display: none;
  }
  .col2-right-layout .product-sidebar .block.block-compare .actions .btn + .btn,
  .col2-left-layout .product-sidebar .block.block-compare .actions .btn + .btn {
    margin-left: 5px;
  }
  .col2-right-layout .product-sidebar .block-cart.block .block-content .product-name,
  .col2-left-layout .product-sidebar .block-cart.block .block-content .product-name {
    padding-right: 0;
  }
  .col3-layout .with-sidebar .product-custom,
  [class*="col2-"] .with-sidebar .product-custom {
    overflow: hidden;
  }
  .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
  .col3-layout .block-related:not(.related-bottom) .slider-buttons {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col3-layout  .product-sidebar .item .product-name {
    line-break: auto;
    hyphens: manual;
    padding-right: 12px;
  }
  .col3-layout .product-sidebar .block-compare .item .product-image,
  .col3-layout .with-sidebar .block-related:not(.related-bottom) .block-content .media-left {
    min-width: 100%;
  }
  .col3-layout .with-sidebar  .block-content .media-left {
    margin-bottom: 15px;
  }
  .col3-layout .with-sidebar  .block-content .media-left,
  .col3-layout .with-sidebar .block-content .media-body {
    display: block;
    width: 100%;
  }
  .col3-layout .product-sidebar .block.block-wishlist .item .product-image,
  .col3-layout .product-sidebar .block-related:not(.related-bottom) .block-content .product-image {
    width: 100%;
  }
  .product-view .product-main-information .nav-tabs li a {
    padding-left: 17px;
    padding-right: 17px;
  }
  .product-view .with-sidebar .product-main-information {
    float: none;
    display: inline-block;
  }
  .product-view.layout-type-2 .flip-timer .title,
  .product-view .small-layout .flip-timer .title {
    display: none;
  }
  /* Small Layout */
  .product-view .with-sidebar .small-layout .product-buttons a span { width: 69%; }
  .product-view .no-sidebar .small-layout .product-buttons a span { width: 78%; }
  .product-view .small-layout .vertical-tabs .tab-content-inner { width: 100%; }

  /* Medium Layout */
  .product-view .with-sidebar .medium-layout .product-buttons a span { width: 75%; }
  .product-view .no-sidebar .medium-layout .vertical-tabs .tab-content-inner { width: 52%; }

  /* Large Layout */
  .no-sidebar .large-layout .vertical-tabs .tab-content-inner { width: 59%; }

  /* Extralarge Layout */
  .product-view .extralarge-layout .box-tags .form-add .input-box { width: 100%; }
  .product-view .vertical-tabs .tab-content-inner { width: 76%; }
  .product-view .with-sidebar .product-buttons a span { width: 79%; }

  /* Vertical Tabs */
  .no-sidebar .medium-layout #upsell-product-table li.item,
  .large-layout #upsell-product-table li.item { width: 50%; }

  .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: none; }
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1),
  .large-layout #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2),
  .large-layout #upsell-product-table li.item:nth-child(2n+2) { clear: right; }
  .box-reviews .rating-block #product-review-table .item {padding-left: 6px; padding-right: 6px;}
  [class*="col2-"] #customer-reviews > div,
  .col3-layout #customer-reviews > div {float: none!important; width: 100%;}
  .col3-layout #customer-reviews > div {margin-top: 20px;}
  [class*="col2-"] .box-reviews .customer-rating {width: 30%;}
  [class*="col2-"] .review-box {width: 100%; min-height: 167px;}
  [class*="col2-"] .review-box .review {width: 100%;}
  [class*="col2-"] .product-view .with-sidebar .add-to-cart .btn {padding-left: 20px; padding-right: 20px;}
  [class*="col2-"] .product-view  .vertical-tabs .tab-content-inner {width: 100%;}
  .product-view .with-sidebar .small-layout .product-buttons > div,
  [class*="col2-"] .product-view .with-sidebar .product-buttons > div {float: none; width: 100%;}
  .product-view .with-sidebar .small-layout .product-buttons .prev-button + .next-button ,
  [class*="col2-"] .product-view  .product-buttons .prev-button + .next-button {margin: .75em 0 0;}
  [class*="col2-"] .product-view .sku {display: block; border-right: none;}
  .col3-layout .review-box {width: 100%; min-height: 138px;}
  [class*="col2-"] .box-reviews .rating-block #product-review-table .item,
  .col3-layout .box-reviews .rating-block #product-review-table .item {padding-left: 20px; padding-right: 20px;}
  .col3-layout .product-view .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .col3-layout .product-view .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .col3-layout .product-view #tabs.vertical-tabs:after { display: none; }
  .col3-layout .product-view .product-shop .vertical-tabs .tab-content-inner,
  .col3-layout .product-view .vertical-tabs .tab-content-inner { width: 100%; padding: 0 10px;}

  [class*="col2-"] .product-options-bottom .price-box {float: none;}

  body .col3-layout .product-view .small-layout .add-to-cart #product-addtocart-button span span,
  body .col3-layout .product-view .with-sidebar .medium-layout .add-to-cart #product-addtocart-button span span {display: none;}
  body .col3-layout .product-view .with-sidebar .medium-layout .add-to-cart #product-addtocart-button i,
  body .col3-layout .product-view .small-layout .add-to-cart #product-addtocart-button i {display: inline-block; position: relative; top: -1px;}
  body .col3-layout .product-view .related-bottom .more-link {position: relative;}
  body .col3-layout .product-view .medium-layout .add-to-cart #product-addtocart-button {margin: 0;}
  .col3-layout .product-view .add-to-links,
  .col3-layout .product-view .add-to-cart #product-addtocart-button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .col3-layout .product-options-bottom .price-box {float: none;}
  .product-view .with-sidebar .add-to-cart .btn {padding-left: 18px; padding-right: 18px;}
  [class*="col2-"] .product-view .vertical-tabs .tab-content-inner {width: 68%;}
  .catalog-product-view  .block-title strong span {font-size: 1em;}
  body .product-view .product-sidebar .text-blocks .item .text {width: 68%;}
  body .product-view .product-fullwidth-banner .banner-content {right: 9%; top: 9%; width: 25%;}
  body .product-view .quantity-wrapper label[for="qty"] {display: none;}

  /* More Views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .col3-layout .product-view .more-views-vertical-slider .more-views.vertical {
    width: 20%;
    padding-right: 10px;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
    width: 19%;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical, {
    left: 10px;
  }
  .product-view .with-sidebar .more-views-vertical-slider.type-2 .more-views.vertical,
  [class*="col2-"] .product-view .type-2 .more-views.vertical {
    width: 25%;
  }
  .col3-layout .product-view .product-img-box .swiper-button-next i,
  .col3-layout .product-view .product-img-box .swiper-button-prev i {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }
  .col3-layout .product-view .more-views-vertical-slider.type-2 .swiper-button-next,
  .col3-layout .product-view .more-views-vertical-slider.type-2 .swiper-button-prev {
    margin-left: -27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1007px) {
  /* Product listing */
  .cat-container .text-banner .banner-content {top: 70%; left: 22%;}

  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }

  .listing-banner-wrapper .listing-banner .left-block {left: 30px; bottom: 30px;}
  .listing-banner-wrapper .listing-banner .banner-price-wrapper {right: 30px; top: 30px;}
  .listing-banner-wrapper .listing-banner .right-bottom-block {right: 30px; bottom: 30px;}
  .catalog-category-view .block-layered-nav .block-content dt {padding: 0 10px 0 0; font-size: 1em; border: none;}
  .block-layered-nav .block-content dt:after {margin-left: 4px; margin-top: 2px;}
  .block-layered-nav .currently {padding: 0 0 6px; margin-bottom: 6px;}
  .block-layered-nav .actions {padding: 6px;}

  /* Product Page ============================== */
  .with-sidebar .small-layout .product-buttons a span { width: 56%; }
  .block.block-related.with-slider-buttons .block-title { padding-right: 45px; }

  [class*="col2-"] .block-related:not(.related-bottom) .slider-buttons,
  [class*="col2-"] .block.block-wishlist .slider-buttons,
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions {
    position: relative;
    top: auto;
    margin-top: 6px;
  }
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions .btn-edit,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions .btn-edit,
  .col2-right-layout .sidebar-left .block-cart.block .block-content .cart-actions .btn-remove,
  .col2-left-layout .sidebar-right .block-cart.block .block-content .cart-actions .btn-remove {
    display: inline-block;
    vertical-align: middle;
    margin:  0 5px;
  }
  .col2-right-layout .sidebar-left .block-cart.block .actions .btn,
  .col2-left-layout .sidebar-right .block-cart.block .actions .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*="col2-"] .block.block-related .block-title strong span {
    padding-right: 0;
  }

  .product-view .product-buttons a span { width: 71%; }
  .no-sidebar .small-layout .product-buttons a span { width: 70%; }
  .medium-layout .product-buttons a span { width: 65%; }
  .product-options-bottom .price-box { float: none; }
  .product-view .with-sidebar .small-layout .quantity-wrapper,
  .product-view .with-sidebar .medium-layout .quantity-wrapper {float: none;}
  .product-view .with-sidebar .small-layout .add-to-links a:hover i { color: #ea505e; }
  .product-view .with-sidebar .small-layout .add-to-links a span { display: none; }

  .product-view .no-sidebar .medium-layout .add-to-links li:not(:first-child),
  .product-view .no-sidebar .large-layout .add-to-links li:not(:first-child) { margin: 0 0 0 15px; }
  .product-view .with-sidebar .timer-wrapper .add-to-links li:not(:first-child) {margin-top: .75em;}
  .timer-wrapper.full .timer-box > div { min-width: 40px;}
  .timer-wrapper.full .timer-box > div span {font-size: 3em;  min-width: 40px;}
  .small-layout .product-options-bottom .timer-wrapper #product-addtocart-button {margin-top: .75em;}
  .timer-wrapper .title, .timer-box > span.title, .timer-wrapper.full .timer-box > span.title {float: none;}

  .product-view .vertical-tabs .tab-content-inner { width: 69%; }
  .no-sidebar .large-layout .vertical-tabs .tab-content-inner { width: 54%; }
  .no-sidebar .large-layout .vertical-tabs > .nav-tabs > li > a { width: 170px; }
  .no-sidebar .large-layout #tabs.vertical-tabs:after { left: 169px; }
  .product-view .small-layout .vertical-tabs .tab-content-inner { width: 100%; }
  .product-view .extralarge-layout .vertical-tabs .tab-content-inner { width: 70%; }
  .product-view .product-shop .box-tags .form-add .input-box,
  .product-view .product-shop .product-collateral .box-tags .form-add .input-box,
  .product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }
  .product-view .quantity-wrapper .btn-qty {float: left;}
  .product-view .quantity-wrapper .btn-qty.quantity-increase {float: right;}
  .product-view .no-sidebar .medium-layout .nav-tabs>li { float: none; }
  .product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .product-view .no-sidebar .medium-layout .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .product-view .no-sidebar .medium-layout #tabs.vertical-tabs:after { display: none; }
  .product-view .no-sidebar .medium-layout .vertical-tabs .tab-content-inner { width: 100%; padding: 0 20px;}
  /*.product-view .add-to-cart {display: block; margin-right: 0;}*/
  .product-view .quantity-wrapper label[for="qty"] {
    display: none;
  }
  .product-view .quantity-inner {
    width: 100%;
  }
  .product-view .panel-group {margin: 0 -10px;}
  .product-view .product-collateral .panel-group .panel + .panel {margin: 0;}
  .product-view .panel-group .panel {border-radius: 0;}
  .product-view .panel.panel-default {box-shadow: none; padding: 12px 10px 8px; border: none; border-top: 1px solid rgba(0,0,0,0.12);}
  .product-view .panel.panel-default .panel-title {text-transform: uppercase; font-size: 18px; line-height: 24px; font-weight: 600;}
  .product-view .panel.panel-default .panel-heading a {display: block; width: 100%;}
  .product-view .product-collateral .product-simple-list .panel-default .panel-body {display: none;}
  .product-view .product-collateral .product-simple-list .panel .panel-title .icon-more .icon-minus {display: none;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-minus {display: inline-block;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-plus {display: none;}
  .product-view .product-collateral #tabs {margin: 0 -10px; border: none;}
  .product-view .product-main-information .product-collateral #tabs {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs {
    border-bottom: none;
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li {
    margin-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li:hover,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.over,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.active {
    border-bottom-color: transparent;
  }
  .product-view .top-wrapper .product-name h1 {
    font-size: 26px;
  }
  .product-grouped-product .product-img-box.small-layout,
  .product-grouped-product .product-shop.small-layout {
    width: 50%;
  }

  .col3-layout .product-options-bottom .price-box {float: none;}
  [class*="col2-"] .product-view .add-to-links li:nth-child(3n),
  [class*="col2-"] .with-sidebar .add-to-links li:not(:first-child) {margin-top: 0!important;}
  .col3-layout .nav-tabs > li,
  [class*="col2-"] .nav-tabs > li,
  [class*="col2-"] .vertical-tabs .nav-tabs {float: none; margin-right: 0;}
  .col3-layout .nav-tabs > li a,
  [class*="col2-"] .nav-tabs > li a {width: 100%; max-width: 100%!important;}
  .product-view .product-img-box .more-views h2,
  .catalog-product-view  .block-title strong span {font-size: 0.9em;}
  [class*="col2-"] .product-view #tabs.vertical-tabs:after {content: none;}
  .col3-layout .vertical-tabs > .nav-tabs {width: 200px;}
  .catalog-product-view .col3-layout .col-main {float: none; width: 100%; clear: both; left: 0;}
  .catalog-product-view .col3-layout .col-left {width: 50%; left: 0; margin-top: 30px;}
  .catalog-product-view .col3-layout .col-right {width: 50%; right: 0; margin-top: 30px;}

  /* More Views */
  .product-view .more-views.vertical {
    display: table-cell;
  }
  .product-view .product-img-box.more-views-vertical-slider {
    display: table;
  }
  .product-view .more-views.vertical {
    width: 23%;
  }
  .product-view .with-sidebar .more-views.vertical {
      width: 22%;
  }
  .product-view .product-img-box .more-views .slider-buttons > div i {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
  }
  .product-view #more-views-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-view .product-img-box .more-views .slider-buttons {
    left: 0;
    right: 0;
  }
  .product-view .more-views.vertical.with-swiper-button {
    padding-right: 10px;
  }
  .product-view .product-img-box.more-views-horizontal-list .more-views .more-views-inner .owl-item,
  .product-view .product-img-box.more-views-horizontal-list .more-views .more-views-inner > .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col2-right-layout .product-view .more-views-vertical-slider.large-layout .more-views.vertical,
  .col2-left-layout .product-view .more-views-vertical-slider.large-layout .more-views.vertical {
    width: 60px;
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .product-product-with-vertical-slider-type2-1-column .product-view .type-2 .more-views.vertical {
    width: 22%
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2 .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.large-layout .more-views.vertical,
  .col3-layout .product-view .more-views-vertical-slider.type-2.medium-layout .more-views.vertical {
    left: 30px;
  }
  .customer-reviews-wrapper .review-box-inner {height: auto !important;}
  .box-reviews .customer-reviews-wrapper .block-link {
    float: right;
  }

  .product-view .product-custom-wrapper .product-custom-left {
    width: 50%;
  }
  .product-view .product-custom-wrapper .product-custom-right {
    width: 50%;
  }

  .product-view.accordion-list .accordion-item {margin: 0;}
  .accordion-list .accordion-item .widget-title.accordion-title h2:after,
  .accordion-list .accordion-item .widget-title.accordion-title h3:after,
  .accordion-list .accordion-item .widget-title.accordion-title h4:after,
  .accordion-list .accordion-item .widget-title.accordion-title h5:after {display: none;}
  .product-view.accordion-list .accordion-item .accordion-title .icon-more {display: inline-block;}
  .product-view.accordion-list .accordion-item .accordion-title,
  .product-view.accordion-list .accordion-item:not(:first-of-type) .accordion-title {border-top: 1px solid rgba(0,0,0,0.12); margin: 0 -10px; padding: 10px; border-bottom: none;}
  .product-view.accordion-list .accordion-item .accordion-title h2,
  .product-view.accordion-list .accordion-item .accordion-title h3,
  .product-view.accordion-list .accordion-item .accordion-title h4,
  .product-view.accordion-list .accordion-item .accordion-title h5 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
  }
  .product-view.accordion-list .accordion-item .accordion-content {padding-bottom: 10px;}
  .product-view .box-reviews {margin-top: 0;}
  .related-bottom .block-content {padding-top: 20px;}

  .product-view.layout-default .flip-timer .title,
  .product-view.layout-type-2 .flip-timer .title,
  .product-view .small-layout .flip-timer .title {
    display: none;
  }
  .product-view .no-sidebar .large-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 100px; font-size: .83em; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
  .product-view .product-shop.extralarge-layout #tabs:not(.vertical-tabs) .nav-tabs > li > a { max-width: 140px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
  .product-view .product-name h1 {font-size: 2em;}
  [class*="col2-"] .product-view  .vertical-tabs .tab-content-inner {width: 100%; padding: 0 20px;}
  [class*="col2-"] .product-view .with-sidebar .quantity-wrapper + #product-addtocart-button {margin: .75em 0 0;}
  .product-view .no-sidebar .small-layout .add-to-links li:not(:first-child) {margin-top: .75em;}

  body.catalog-product-view .main-container {padding-bottom: 0;}

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item,
  .no-sidebar .medium-layout #upsell-product-table li.item,
  .large-layout #upsell-product-table li.item { width: 50%; }
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item { width: 100%; }

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+1),
  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(4n+4),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
  .large-layout #upsell-product-table li.item:nth-child(3n+1),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
  .large-layout #upsell-product-table li.item:nth-child(3n+3),
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+1),
  .no-sidebar .large-layout .vertical-tabs #upsell-product-table li.item:nth-child(2n+2) {clear: none;}

  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+1),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1),
  .large-layout #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .with-sidebar .product-shop.extralarge-layout #upsell-product-table li.item:nth-child(2n+2),
  .no-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2),
  .large-layout #upsell-product-table li.item:nth-child(2n+2) { clear: right; }

  .related-bottom li.item:not(.owl-item):nth-of-type(4n+1) { clear: left; }
  .related-bottom li.item:not(.owl-item):nth-of-type(4n+4) { clear: right; }
}

@media only screen and (max-width: 767px) {
  .product-view .add-to-cart .addtocart-message {
    margin-left: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .product-view .product-options dl dd {
    width: 100%;
    margin-left: 0;
  }
  .product-view .product-options dl dt {
    margin-bottom: 15px;
    width: 100%;
  }
  .product-view .product-options dl dt.swatch-attr {
    min-height: auto;
    padding: 0;
  }
  /* Listing */
  body.catalog-category-view .col-main { margin-bottom: 3em; }
  .block-layered-nav.mobile {padding: 20px;}
  .catalog-category-view .sidebar {margin-top: 0; padding-top: 0; padding-bottom: 2em;}
  .cat-container-before .text-banner .banner-content {
    left: 10px;
    right: 10px;
  }
  .cat-container-before .text-banner {
    padding: 229px 0 0;
  }
  .cat-container-before .text-banner .title {
    font-size: 38px;
    line-height: 44px;
  }
  .cat-container-before .text-banner .subtitle {
    font-size: 14px;
  }
  .product-view .product-img-box.more-views-vertical-slider .product-image-gallery {
    margin-bottom: 15px;
  }
  .catalog-category-view .block-layered-nav .block-content dt {width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal {padding: 0!important;}
  .catalog-category-view .block-layered-nav.horizontal .block-title {float: none; width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal .block-content {float: none; width: 100%!important; border: none; border-top: solid 1px rgba(255,255,255,.2);}
  .catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter {width: 100%;}
  .catalog-category-view .block-layered-nav.horizontal .block-content dd.category-filter li {width: 49%;}
  .block-layered-nav .currently {width: 100%; padding: 12px;}
  .block-layered-nav .block-content .currently li {margin-right: 20px;}

  .product-view .product-img-box .more-views.collapsed:after,
  .product-view .product-img-box .more-views.collapsed:before {
    content: none;
  }
  .product-view .product-img-box .more-views .text-link {
    display: none;
  }

  /* Product Page */
  .related-bottom .more-link {position: static; margin-bottom: 15px;}

  .product-view .product-buttons a span { width: 69%; }
  .product-view .extralarge-layout .box-tags .form-add .input-box,
  .product-view > .product-collateral .box-tags .form-add .input-box { width: 100%; }
  /*.product-view #upsell-product-table li.item:nth-child(4n+1)
  .product-view #upsell-product-table li.item:nth-child(4n+4) { clear: none; }*/
  [class*="col2-"] .product-view .vertical-tabs .tab-content-inner{width: 100%;}
  .product-view .vertical-tabs > .nav-tabs { float: none; margin: 0; }
  .product-view .vertical-tabs > .nav-tabs > li > a { width: auto; margin: 0; }
  .product-view #tabs.vertical-tabs:after { display: none; }
  .product-view .product-shop .vertical-tabs .tab-content-inner,
  .product-view .vertical-tabs .tab-content-inner { width: 100%; }
  .product-view .product-collateral .nav-tabs>li { float: none; margin: 0;}
  .product-view .product-collateral .nav-tabs>li a {margin-bottom: 0; padding-top: 15px; padding-bottom: 15px;}
  .product-sidebar.sidebar-left .sidebar-inner {border: none; padding: 0;}
  .product-view .product-name h1 {font-size: 2em;}
  #customer-reviews .pull-left,
  #customer-reviews .pull-right {float: none!important;}
  .product-view .vertical-tabs .tab-content-inner {padding: 0 15px;}
  .col3-layout .product-view .vertical-tabs .tab-content-inner {width: 100%;}
  .catalog-product-view .breadcrumbs-wrapper .product-buttons .prev-button,
  .catalog-product-view .breadcrumbs-wrapper .product-buttons .next-button {position: static;}
  .catalog-product-view .breadcrumbs-wrapper .product-buttons.default {margin: 1em 0 0;}
  body.catalog-product-view .breadcrumbs-wrapper .page-title .breadcrumb {float: none; margin-bottom: 1.5em;}
  body.catalog-product-view .breadcrumbs-wrapper .product-buttons.default {float: left;}
  .product-view .product-options-bottom .add-to-cart .btn {margin-top: 0;}
  .product-view #more-views-slider:not(.swiper-container) {margin-top: 0; margin-bottom: 0; padding: 0 !important; overflow: hidden;}
  .product-view .product-img-box .more-views .more-views-inner {padding-bottom: 40px;}
  .product-view #more-views-slider .owl-dots {top: auto; bottom: 10px;}
  .product-view .bottom-block {padding-bottom: 8px;}
  .product-view .product-img-box .more-views .slider-buttons {display: none;}
  .product-view .product-img-box .more-views .more-views-inner .owl-item .product-labels-wrapper,
  .product-view .product-img-box .more-views .more-views-inner > .item .product-labels-wrapper {display: inline-block; left: 10px; right: 10px;}
  .product-view .product-img-box .product-image-gallery {display: none; margin-right: 0;}
  .product-view .product-img-box .more-views .more-views-inner > .item {width: 100%; float: none; text-align: center;}
  .product-view .panel-group {margin: 0 -10px;}
  .product-view .product-collateral .panel-group .panel + .panel {margin: 0;}
  .product-view .panel-group .panel {border-radius: 0;}
  .product-view .panel.panel-default {
    box-shadow: none;
    padding: 7px 10px 7px;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.12);
  }
  .product-view .panel.panel-default .panel-title {
    text-transform: uppercase;
    line-height: inherit;
  }
  .product-view .panel.panel-default .panel-heading a {display: block; width: 100%;}
  .product-view .product-collateral .product-simple-list .panel-default .panel-body {display: none;}
  .product-view .product-collateral .product-simple-list .panel .panel-title .icon-more .icon-minus {display: none;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-minus {display: inline-block;}
  .product-view .product-collateral .product-simple-list .panel.open .panel-title .icon-more .icon-plus {display: none;}
  .product-view .quantity-wrapper .btn-qty {float: left;}
  .product-view .quantity-wrapper .btn-qty.quantity-increase {float: right;}
  .product-view .quantity-wrapper input.qty,
  .product-view .quantity-wrapper input[id*="qty"] {
    width: calc(100% - 100px);
  }
  .product-view .bottom-additional-information.two-items .left-information-block
  .product-view .bottom-additional-information.two-items .right-information-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .product-view .product-shop.text-center .bottom-additional-information .left-information-block,
  .product-view .product-shop.text-center .bottom-additional-information .right-information-block {
    text-align: center;
  }

  .product-view .product-collateral #tabs {margin: 0 -10px; border: none;}
  .product-view .product-main-information .product-collateral #tabs {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs {
    border-bottom: none;
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li {
    margin-left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li:hover,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.over,
  .product-view .product-main-information .product-collateral #tabs .nav-tabs > li.active {
    border-bottom-color: transparent;
  }
  .product-view .add-to-cart {display: block; margin-right: 0;}
  .product-view .quantity-wrapper {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .product-view .quantity-wrapper + .btn {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .product-view .add-to-cart .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product-view .quantity-wrapper label[for="qty"] {
    display: none;
  }
  .product-view .quantity-inner {
    width: 100%;
  }
  .product-view .availability-price-block {
    width: 100%;
    margin: 0 0 15px 0;
  }
  #product-attribute-specs-table th,
  #product-attribute-specs-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn {
    line-height: 37px;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:hover,
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:focus,
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:active {
    background-color: #eed4c0;
    border-color: #eed4c0;
    color: #000;
  }
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn span {display: none;}
  .product-view .box-tags .form-add .input-group-btn:last-child > .btn:before {
    content: '\e93e';
    font-family: 'meigeeadditional';
    display: inline-block;
    font-size: 15px;
    line-height: inherit;
  }
  .product-view .product-custom-wrapper .product-custom-left,
  .product-view .product-custom-wrapper .product-custom-right {
    width: 100%;
  }
  .product-view .product-custom-wrapper [class*="product-custom"] {
    margin-top: 18px;
  }
  .block-product-sidebar {
    padding: 15px 10px;
  }
  .block-product-sidebar li {
    padding-top: 10px;
    margin-top: 10px;
  }
  .product-view.accordion-list .accordion-item {
    margin: 0;
    border: 0;
  }
  .product-view.accordion-list .accordion-item.block-compare {
    padding: 0;
  }
  .product-view.accordion-list .accordion-item.related-bottom,
  .product-view.accordion-list .accordion-item.box-up-sell {
    padding: 0;
  }
  .accordion-list .accordion-item .widget-title.accordion-title h2:after,
  .accordion-list .accordion-item .widget-title.accordion-title h3:after,
  .accordion-list .accordion-item .widget-title.accordion-title h4:after,
  .accordion-list .accordion-item .widget-title.accordion-title h5:after {display: none;}
  .product-view.accordion-list .accordion-item .accordion-title .icon-more {display: inline-block;}
  .product-view.accordion-list .accordion-item:not(:last-of-type) .accordion-title {border-bottom: none;}
  .block-related:not(.related-bottom) .block-content .item .indent {padding-left: 30px; padding-right: 30px;}
  .product-view.accordion-list .sidebar .accordion-item.block-related .accordion-title .slider-buttons {display: none; top: 68px; right: 10px; left: 10px; z-index: 999;}
  .product-view.accordion-list .sidebar .accordion-item.block-related .accordion-title .slider-buttons .owl-next {float: right;}
  .product-view.accordion-list .sidebar .accordion-item.block-related.open .accordion-title .slider-buttons {display: block;}
  .product-view.accordion-list .sidebar .accordion-item .accordion-title {color: #111;}
  .product-view.accordion-list .sidebar .accordion-item .accordion-title strong span,
  .product-view.accordion-list .accordion-item .accordion-title h2,
  .product-view.accordion-list .accordion-item .accordion-title h3,
  .product-view.accordion-list .accordion-item .accordion-title h4,
  .product-view.accordion-list .accordion-item .accordion-title h5 {
    text-align: left;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
    letter-spacing: 0;
    color: inherit;
  }
  .product-view.accordion-list .product-collateral {
    margin-bottom: 0;
  }
  .product-view.accordion-list .accordion-item .accordion-content {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .product-view.accordion-list .product-sidebar .accordion-item .accordion-content {padding-top: 20px;}
  .product-view .box-reviews {margin-top: 0;}
  body.catalog-product-view .main-container {padding-bottom: 0;}
  body.catalog-product-view .with-breadcrumbs + .content-wrapper .main-container {
    padding-top: 10px;
  }
  .customer-reviews-wrapper .review-box-wrapper .customer-info .info {width: 60%;}
  .customer-reviews-wrapper .review-box-inner {height: auto !important;}
  .box-reviews .customer-reviews-wrapper .block-link {
    float: right;
  }
  #super-product-table td {
    border: 0;
    padding: 8px 0;
  }
  #super-product-table tr {
    padding-top: 15px;
  }
  #super-product-table .quantity-wrapper {
    max-width: 100px;
  }
  input.qty, input[id*="qty"], #super-product-table input.qty {
    width: calc(100% - 40px);
  }

  /* More Views */
  .product-view .more-views.vertical {
    opacity: 1;
  }
  .product-view .product-img-box .more-views:not(.vertical) {
    margin: 0;
  }
  .product-view .more-views-vertical-slider #more-views-slider .owl-dots {
    display: block;
  }
  .product-view .more-views.vertical {
    width: 100% !important;
    padding: 0;
  }
  .product-view .swiper-button-next,
  .product-view .swiper-button-prev {
    display: none;
  }
  .product-view .product-img-box .more-views .more-views-inner .owl-item,
  .product-view .product-img-box .more-views .more-views-inner > .item {
    padding: 0;
  }
  .product-view .more-views-vertical-slider.type-2 .more-views.vertical {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .product-view .more-views.large {
    display: block;
  }
  .product-view #more-views-slider .owl-dots {
    display: block;
  }
  .product-view .more-views.vertical.with-swiper-button {
    padding-top: 0;
    padding-bottom: 0;
  }
  [class*="col2-"] .product-view .add-to-links li:nth-child(3n) {margin-top: 0!important;}
  body .product-view .top-wrapper .product-shop-inner {margin: 0;}
  body .product-view .top-wrapper .price-box .price-label {margin-bottom: .25em;}
  body .product-view .product-sidebar {margin-top: 1.5em;}
  body .product-view .product-fullwidth-banner .banner-content {top: 11%; width: 30%; right: 5%;}
  body .product-view .product-fullwidth-banner .banner-content .banner-content-inner {padding: .5em;}
  .product-view .add-to-cart {display: block;}
  .product-view .product-img-box .product-image-zoom img {position: relative; top: auto; left: auto; opacity: 1;}
  .product-view .product-custom {margin-bottom: 18px;}
  .product-view .tab-content {padding-left: 10px; padding-right: 10px;}
  .product-view .tab-content .form-control {width: 100%; display: block;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Product Page */
  .product-essential { margin-bottom: 0; }
  .product-view #upsell-product-table li.item {width: 50%;}
  .product-view #upsell-product-table li.item:nth-child(2n+1) { clear: left; }
  .product-view #upsell-product-table li.item:nth-child(2n+2) { clear: right; }
  .product-view .add-to-links li.email-friend { margin-top: 0; }
  body .product-view .product-fullwidth-banner .banner-content {top: 29%;}
  [class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin: 0 10px 0 0;}
}

@media only screen and (min-width: 1200px) {
  .product-view .with-sidebar .product-shop {
    float: none;
    display: inline-block;
  }
}

.postTitle h2,.postTitle h3{font-size:1.5em}.postBookmarks a,.postContent p.inner-banner{text-align:center}.widget-latest li .actions,a.aw-blog-read-more,body[class*=blog-] .block.block-cart,body[class*=blog-] .toolbar{display:none}#postComment label,.postWrapper .post-info p,.widget-latest .comments{display:inline-block}.postWrapper{padding-bottom:1.5em;margin-bottom:1.5em;border-bottom:4px solid rgba(0,0,0,.04)}.blog-post-view .related-posts{margin-bottom:2em}.block-blog .block-content .menu-recent,.postContent,.postTitle{padding-bottom:1em}.postTitle h2{margin-top:0;margin-bottom:.33em;font-weight:300;text-transform:uppercase;display:none}.blog-wrapper{position:relative;overflow:hidden}.postWrapper .post-info{font-size:.75em;text-transform:uppercase;color:#aaa;letter-spacing:1.5px}.postWrapper .post-info p+p{border-left:1px solid #aaa;padding-left:18px;margin-left:16px}.postWrapper .post-date{color:#aaa;margin-bottom:1em}.postWrapper .read-more,.widget-latest .read-more{text-transform:uppercase;color:#b19e80}.postWrapper .read-more i,.widget-latest .read-more i{font-size:1.75em;line-height:1;margin-right:5px;display:inline-block;vertical-align:middle}.postTitle h2 a,.widget-latest .comments a{color:inherit}.postTitle h2 a:hover{color:#b19e80}.commentWrapper small{margin:0;padding:2px 0}.postTitle .postDetails h4{font-size:14px;margin:0}.postTitle small{line-height:23px}.commentWrapper h3{display:inline;font-weight:600;font-size:14px}.commentWrapper .commentDetails small{margin-left:25px;display:inline;font-style:italic;font-size:14px;color:rgba(0,0,0,.8);font-weight:500}.postWrapper .postContent{padding-bottom:2.5em}.postContent p{margin-bottom:1.5em;line-height:1.8}.postContent p:last-child{padding-bottom:0;margin-bottom:0}#postComment label{color:rgba(0,0,0,.8);font-size:16px;margin-bottom:5px;font-weight:400}.postContent p.quote{padding:10px 27px 10px 65px;margin-bottom:1.5em;font-size:22.5px;line-height:1.7;border-left:2px solid #651fff;font-style:italic;font-weight:400}.postBookmarks{padding:0;clear:both}.postBookmarks h4{float:left;margin-right:12px;line-height:20px;display:none}.block.block-blog-tags ul li,.postBookmarks a,.postBookmarks a i,.tags h4,.tags ul{display:inline-block}.postBookmarks a{line-height:24px;width:24px;height:24px;text-indent:100%;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.postBookmarks a:hover{background-color:rgba(255,255,255,.1);opacity:1;border-color:rgba(255,255,255,.1)}.postWrapper .postBookmarks a:hover,.widget-latest li:first-of-type .postBookmarks a:hover{background-color:rgba(0,0,0,.1)}.postBookmarks a i{color:rgba(0,0,0,.3);font-size:13px;vertical-align:middle;float:left;text-indent:0;margin:4px 0 0 4px}.postBookmarks a i.google-plus-icon{font-size:16px;margin:4px 0 0 3px}.postBookmarks a img{display:none!important}.postWrapper .postBookmarks a{width:50px;height:30px;padding:0 9px;margin:5px 10px 5px 0;line-height:30px;border-radius:0;background-color:#fff;border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.postWrapper .postBookmarks a i{margin:8px 0 0 9px;color:inherit}.postWrapper .postBookmarks a.google-plus i{margin:7px 0 0 8px}.postWrapper .postBookmarks a:hover,.widget-latest li:hover *{color:#fff}.postWrapper .postBookmarks a.facebook{border-color:#4869b0}.postWrapper .postBookmarks a.twitter{border-color:#3ba2f1}.postWrapper .postBookmarks a.google-plus{border-color:#dc4a38}.postWrapper .postBookmarks a.facebook:hover{background-color:#4869b0}.postWrapper .postBookmarks a.twitter:hover{background-color:#3ba2f1}.postWrapper .postBookmarks a.google-plus:hover{background-color:#dc4a38}.commentWrapper{background:rgba(0,0,0,.04);padding:18px 28px;margin-bottom:18px}.commentWrapper:last-child{margin:0}.commentContent{margin-top:15px;line-height:1.8;padding-bottom:0}.commentDetails{margin-top:5px;margin-bottom:10px;padding:0}form .form-list label{float:none}.input-box.aw-blog-comment-area,form .form-list input.input-text,form .form-list textarea{width:100%}.block-title.reply-title{margin-top:20px;margin-bottom:15px}.postError{font-size:16px}.postWrapper .tags{padding-top:10px}.tags ul{padding:0 10px;margin-bottom:15px}.tags ul li{display:inline;padding:0 6px 0 0;font-weight:400;border:none;clear:none!important;width:auto;margin:0;float:none}.tags h4{margin-bottom:0;font-weight:600}.tags li a{color:rgba(0,0,0,.3);position:relative}.post-wrapper .inner-wrapper .post-img:hover,.tags li a:hover,.widget-latest .comments a:hover,.widget-latest .post-info .post-category a:hover{opacity:.7}.menu-categories,.menu-recent,.menu-tags{margin-bottom:1em}.menu-categories h5,.menu-recent h5,.menu-tags h5{margin:0 0 9px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400}.menu-tags h5{margin-bottom:.5em}.block-blog .block-content ul li{margin-left:0;padding:0}[class*=block-blog-] .block-content ul:not(.tagcloud) li a:before{content:"\e943";display:inline-block;font-family:meigeeadditional;speak:none;font-style:normal;font-weight:400;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;margin-right:5px;margin-left:-10px;color:#651fff}.block-blog .block-content .menu-recent ul li:not(:last-of-type) a,.block.block-blog-posts ul li:not(:last-of-type) a{border-bottom:1px dotted rgba(0,0,0,.2)}.block.block-blog-tags ul{margin-left:-8px}.block.block-blog-tags ul li{padding:0 8px}.block-blog .block-content ul li a:hover{color:#ea505e}.block-blog .menu-tags ul li{display:inline;padding:2px}.menu-tags ul.tagcloud li a{padding:0!important}.tag-count-1{font-size:1em!important}.tag-count-2{font-size:1.2em!important}.tag-count-3{font-size:1.4em!important}.tag-count-4{font-size:1.6em!important}.tag-count-5{font-size:1.8em!important}.tag-count-10,.tag-count-6,.tag-count-7,.tag-count-8,.tag-count-9{font-size:2em!important}.block-blog .head h4{padding-left:20px}.postWrapper .poster{display:inline}.awblog_current_comment{text-decoration:none!important;font-weight:700!important}.post-wrapper li.item .inner-wrapper{display:flex;flex-wrap:wrap;position:relative;padding-bottom:30px}.post-wrapper li.item .inner-wrapper::before{display:block;width:100%;height:100%;content:'';background-color:#651fff;opacity:0;position:absolute;right:0;left:0;z-index:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.post-wrapper li.item:hover .inner-wrapper::before{opacity:.6}.post-wrapper .inner-wrapper .post-img{order:-1;margin:0;z-index:2;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;transition:opacity .3s ease-out;opacity:1}.widget-latest i.fa{-webkit-transition:none;-o-transition:none;transition:none}.widget-latest li{float:left;width:calc(50% - 20px);margin:0 10px 20px;position:relative;padding:0}.widget-latest.masonry-grid .products-grid li{width:calc(100% / 3 - 20px);padding:0}.widget-latest .widget-slider li{width:auto;top:10px;float:none;clear:none!important}.widget-latest.blog-category li:nth-of-type(odd),.widget-latest.post-wrapper li:nth-of-type(odd),.widget-latest:not(.post-wrapper):not(.blog-category) li:nth-of-type(odd){clear:left}.widget-latest:not(.post-wrapper):not(.blog-category) li:nth-of-type(2n+2){clear:right}.widget-latest h5{margin-bottom:15px;padding:0 25px}.widget-latest h3 a,.widget-latest h5 a{color:inherit;line-height:1.3;font-size:24px;font-family:Barlow,sans-serif;font-weight:600;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}.widget-latest h3 a:hover,.widget-latest h5 a:hover{text-decoration:none;opacity:.7}.widget-latest.masonry-grid li.item{margin-bottom:1.5em!important;background-color:#fff}.widget-latest .widget-slider li,.widget-latest.widget-posts li.item{background-color:#fff}.widget-latest .post-info{font-size:13px;width:100%;position:relative;margin:30px 0 20px}.widget-latest .post-info .post-category{display:inline;margin-right:15px}.widget-latest .post-info .post-category i{font-size:12px;margin-right:10px;font-style:normal}.widget-latest .post-info p+p{border-left:1px solid rgba(0,0,0,.2);padding-left:20px;margin-left:17px;color:inherit;font-size:12px}.widget-latest .post-info .post-author{float:left}.widget-latest .post-info .post-author i{font-size:14px;color:inherit;margin-right:10px;position:relative;top:1px;font-style:normal}.widget-latest .post-info .post-icon{position:absolute;top:-10px;right:10px;font-size:42px;opacity:.06;color:inherit}.widget-latest .post-date{display:inline-block;margin:0 0 10px}.widget-latest .post-date i{margin-right:10px;display:inline-block;font-size:13px}.widget-latest .comments i{margin-right:10px;font-size:14px;position:relative;top:2px}.widget-latest .postDetails{margin-top:15px;width:100%}.widget-latest .post-author{display:inline-block;margin:0 15px 10px 0}.widget-latest .post-author i{margin:0 10px 0 0}.widget-latest li p.truncated{margin:0;padding:0;line-height:20px;font-size:1em}.widget-latest li .inner-wrapper>:not(.post-img){padding:0 25px;z-index:1}.widget-latest li:hover .postBookmarks a{border-color:rgba(255,255,255,.1)}.widget-latest .postContent .truncated{padding:0;margin-bottom:1em;cursor:inherit;height:5.3em;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:rgba(0,0,0,.5);line-height:25px}.widget-latest .owl-item.loading .image-box{min-height:100px}@media only screen and (min-width:768px) and (max-width:1007px){.widget-latest .post-date{margin-bottom:10px}.widget-latest .postDetails{padding-top:1em}.widget-latest h5 a{font-size:22px}.widget-latest .post-info .post-author{padding-left:10px;margin-left:7px}.widget-latest .post-info .post-author i,.widget-latest .post-info .post-category i{margin-right:5px}.widget-latest .post-info .post-icon{font-size:28px}.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated) a>img,.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated) a>img{transform:translateX(-17%)}}@media only screen and (max-width:767px){#postComment #user,.widget-latest .post-date,.widget-latest h5{margin-bottom:15px}.widget-latest li{width:auto}.widget-latest h5{margin-top:20px}.widget-latest .postDetails{padding-top:1.5em}.widget-latest .post-info .post-author{padding-left:10px;margin-left:7px}.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated),.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated){bottom:auto;right:0}.widget-latest.blog-category li:first-of-type .inner-wrapper:after,.widget-latest.post-wrapper li:first-of-type .inner-wrapper:after{left:auto;right:30px}.widget-latest.blog-category li .postContent p:not(.truncated) a img,.widget-latest.post-wrapper li .postContent p:not(.truncated) a img{position:static;height:auto;width:100%}.widget-latest.blog-category li:first-of-type .postContent p:not(.truncated):before,.widget-latest.post-wrapper li:first-of-type .postContent p:not(.truncated):before{top:calc(100% - 20px);width:100%;left:0}.widget-latest.blog-category li:last-of-type,.widget-latest.post-wrapper li:last-of-type{margin-bottom:3em}.widget-latest.masonry-grid .products-grid:not(.carousel-ul) li.item{width:auto!important}.postTitle small{width:100%}.commentWrapper .commentDetails small{margin-left:0;display:block}.widget-latest .post-info .post-category{display:block;margin:0 0 5px}}
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.cittaoro.it/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.enhancedprivacy-account-index .my-account .actions-toolbar #delete button {
    background: red;
}
.mteo-theme-default #mteo_msg_error,
.mteo-theme-default #mteo_subscription_success_with_coupon,
.mteo-theme-default #mteo_subscription_success {
    display: none;
}

#mteo_popup_bg_layer {
    position: absolute;
    z-index: 2147483647;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/mt/exitpopup/mteo_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
}

.mteo-theme-default {
    width: 445px;
    height: auto;
    min-height: 336px;
    display: block;
    overflow: hidden;
}


#mteo_popup_content {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.mteo-box-icon {
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/mt/exitpopup/mteo-mail-icon.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 73px;
    margin: 60px auto 0;
    overflow: hidden;
    text-align: center;
    width: 73px;
}

.mteo-success-msg,
.mteo-theme-default .mteo-text-row-1 {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-spacing: -2px;
}
.mteo-success-msg span,
.mteo-theme-default .mteo-text-row-2 {
    clear: both;
    color: #666668;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin: 0 70px;
    overflow: hidden;
    text-align: center;
    width: auto;
    display: block;
    text-transform: none;
    font-weight: normal;
    word-spacing: normal;
}

.mteo-theme-default .mteo-subscribe {
    height: auto;
    margin: 40px 70px 60px;
    overflow: hidden;
    text-align: center;
    width: auto;
}

.mteo-theme-default input {
    border: 1px dotted #a2a2a2;
    box-sizing: border-box;
    color: #505050;
    display: inline-block;
    float: none;
    font-size: 12px;
    height: 23px  !important;;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    padding: 0 8px  !important;;
    width: 198px !important;
    box-sizing: border-box;
}


.mteo-theme-default .mteo-subscribe input#mteo_email {
    outline: medium none;
}

.mteo-theme-default .mteo-subscribe a#mteo_submit {
    box-sizing: border-box;
    background: #333 none repeat scroll 0 0;
    border: 1px solid #565656;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    line-height: 21px;
    padding: 0 9px  !important;;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    width: auto;
}

.mteo-theme-default #mteo_msg_error {
    color: #ea6868;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
    text-align: center;
}



.mteo-theme-default .mteo-box-icon-success{
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/mt/exitpopup/mteo-success.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 73px;
    margin: 80px auto 0;
    overflow: hidden;
    text-align: center;
    width: 73px;
    padding: 0;
}


.mteo-theme-default #mteo_subcription_form {
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-popup-close  {
    background: url('https://www.cittaoro.it/skin/frontend/base/default/images/mt/exitpopup/mteo-close.png') no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    display: inline-block;
}
.MoreViews-loader,
.AddToCart-loader {
  background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-position: center;
  -webkit-animation: fa-spin 1.7s infinite linear;
  animation: fa-spin 1.7s infinite linear;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

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

.AjaxKit-addtocart-link,
.btn-ajaxkit-quick-view {position: relative;}
.AjaxKit-Singlton-Click  {position: relative; display: inline-block;}
.AjaxKit-addtocart-link .AddToCart-loader {display: inline-block !important;}
.AjaxKit-addtocart-link .AddToCart-loader {position: absolute; background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader.svg); margin-top: -12px; margin-left: -12px; left: 50%; top: 50%;}
.product-view .AjaxKit-addtocart-link .AddToCart-loader {background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader_white.svg);}
.AjaxKit-addtocart-link .AddToCart-loader + span {opacity: 0;}
.btn-ajaxkit-quick-view .AddToCart-loader {position: absolute;  /*background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader_white.svg);*/ top: 50%; left: 50%; margin-left: -12px; margin-top: -12px;}
.product-hover-1 .btn-ajaxkit-quick-view .AddToCart-loader {background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader.svg);}
.hover-divider .AddToCart-loader {display: none!important;}
.add-to-links .AjaxKit-Singlton-Click .AddToCart-loader {
  position: relative;
  top: -5px;
}
.product-view .add-to-links .AjaxKit-Singlton-Click .AddToCart-loader {/*left: 50%; */border-radius: 50%; /*margin-left: -12px; */}
.products-grid .AjaxKit-Singlton-Click .AddToCart-loader {position: relative;}
#ajaxkit-popup-content .product-view .add-to-cart .AddToCart-loader {position: absolute; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px;}
#ajaxkit-popup-content .product-view .add-to-cart .AddToCart-loader + span > span {opacity: 0;}

.ajaxkit-login-submit-form {position: relative;}
.ajaxkit-login-submit-form .AddToCart-loader {position: absolute; background-image: url(https://www.cittaoro.it/skin/frontend/coccinelle/default/images/loader_white.svg); left: 50%; top: 50%; margin-top: -12px; margin-left: -12px;}
.ajaxkit-login-submit-form .AddToCart-loader + span {opacity: 0;}

.top-link-logout .AddToCart-loader,
.top-link-login .AddToCart-loader {
  border-radius: 50%;
  right: -25px;
  margin-left: 0;
  margin-top: 7px;
  position: absolute;
}
.mobile-menu-inner .top-link-logout .AddToCart-loader,
.mobile-menu-inner .top-link-login .AddToCart-loader {
  right: -40px;
  margin-top: 0;
}

#toolbar-loading {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
}
#AjaxKit-InfiniteScroll {
    background-color: #f5f5f5;
    color: #444;
    cursor: pointer;
    padding: 0.75em;
    text-align: center;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}
#AjaxKit-InfiniteScroll:hover,
#AjaxKit-InfiniteScroll.InfiniteScroll-loading {
    background-color: #efefef;
}
.infinite-scroll-elements {display: none;}
.infinite-scroll-button {display: block; padding: .417em 0;}
.infinite-scroll-loader {
    border-radius: 100%;
    margin: 2px 2px -5px;
    border: 2px solid #444;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    -moz-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
}

/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_SocialLogin
 * @copyright   Copyright (c) 2014 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.pslogin-addedoverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	/*display: none;*/
}

.pslogin-pop-up-form {
	left: 0px;
	top: 0px; 
	position:fixed; 
	width: 100%; 
	z-index: 2020; 
	height:100%; 
	color:#666666; 
	text-align:left;
	/*display:none;*/
	overflow-y: auto; 
} 

#pslogin-pop-up-bg {
	max-width: 450px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin: 10% auto 5% auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

.pslogin-share {
	background-color: white;
	min-height: 270px;
	padding: 18px 21px;
	position: relative;
}

.pslogin-fake-email-message {
	position: fixed;
	top: 20px;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9999;
}

	.pslogin-fake-email-message .content {
		padding: 5px 10px;
		background: #fff;
		max-width: 960px;
		min-width: 250px;
		margin: 0 auto;
		box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		font-size: 14px;
		color: #636363;
		z-index: 9999;
	}

	.pslogin-fake-email-message p {
		margin: 10px auto;
		text-align: left;
	}

	.pslogin-fake-email-message .close-message {
		float: right;
	}

	.pslogin-fake-email-message .close-message:hover {
		cursor: pointer;
		color: #AEAEAE;
	}


/* general classes */
.pslogin-share .ta-center {
	text-align: center;
}
    
    .pslogin-share h2 {
		padding: 0px 0px 7px 0px;
		color: #3399cc;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: 1px solid #DDD;
		margin-bottom: 10px;
    }


	.pslogin-share .prpop-close-btn {
		position: absolute;
		right: 9px;
		left: auto;
		margin-right: 10px;
		top: 14px;
		text-decoration: none;
		color: #727272;
		font-size: 16px;
		background: none;
	}

	.pslogin-share .prpop-close-btn:hover {
		color: #b6aba5;
	}

	.pslogin-share p {
		margin-bottom: 7px;
	}
	
	.pslogin-share img {
		max-width: 100%;
		height: auto;
	}

	.pslogin-share .button-top {
		height: 7px;
	}

	.pslogin-share a {
		display: inline-block;
		height: 30px;
		color: white;
		margin: 0 10px 10px 0;
	}
	
	.pslogin-share a:hover {
		cursor: pointer;
		opacity: 0.7;
		filter: apha(filter=70);
	}

	/*
	.pslogin-share .soc-button {
		background-image: url("https://www.cittaoro.it/skin/frontend/base/default/css/plumrocket/pslogin/images/social_retina.png");
		background-size: 328px 185px;
		display: block;
		height: 30px;
		width: 30px;
		float: left;
	}
	*/

/*form*/
.w25 { width: 25px!important; }
.w100 { width: 100px; }

.pslogin-block.account-login .content {
	margin: 0;
}

.pslogin-form .registered-users .content {
	margin: 0!important;
}

.pslogin-block.account-login .form-list label,
#checkout-step-login .pslogin-block .form-list label { 
	width: auto;
	float: none; 
}

.pslogin-block.account-login .form-list .input-box,
#checkout-step-login .pslogin-block .form-list .input-box {
	float: none;
}

#checkout-step-login .col2-set {
	box-sizing: border-box;
}

.pslogin-block.account-login .buttons-set {
	min-height: 40px;
}

.pslogin-block.col2-set {
	margin: 0;
}

.pslogin-block.col2-set .buttons-set {
	padding: 0;
}

.pslogin-block.col2-set .fieldset {
	margin: 15px 0;
}

	.pslogin-block button.button span,
	.pslogin-block button.button span span {
		height: auto;
	}

	.pslogin-share .soc-name {
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
		display: block;
		float: left;
		box-sizing: border-box;
	}

		.pslogin-share .vkontakte {
			background-position: -77px -78px;
		}

		.pslogin-share .facebook {
			background-position: -5px -5px
		}

		.pslogin-share .twitter {
			background-position: -41px -5px;
		}

		.pslogin-share .googleplus {
			background-position: -113px -5px;
		}

/* welcome message */
.pslogin-welcome-msg {
	height: 25px;
	line-height: 25px;
	float: none;
	display: inline-block;
	margin: 0 0 5px 0;
}

.pslogin-welcome-msg:after {
	clear: both;
	content: "";
}

.pslogin-welcome-msg img {
	height: 25px;
	display: inline-block;
	padding: 0 5px 0 0;
	float: left;
}

/* Buttons */
.pslogin-block {
	width: 100%;
	margin: 0 0 20px 0;
}

.pslogin-block * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pslogin-block.pslogin-hidden-text .pslogin-button-text {
	display: none!important;
}

.pslogin-block .pslogin-xs {
	display: none!important;
}

.pslogin-block .pslogin-button-image {
	display: block;
}

.pslogin-block .pslogin-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pslogin-block .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.pslogin-spacer {
	display: block;
	margin: 10px auto;
	position: relative;
	text-align: center;
	line-height: 16px!important;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	line-height: normal;
	overflow: visible;
	font-size: 13px;
}

	.pslogin-spacer table {
		width: 100%;
	}
	
	.pslogin-spacer table td {
		vertical-align: middle;
	}

	.pslogin-spacer .pslogin-border {
		border-top: 1px solid #e5e2e2;
		width: 100%;
	}
	
	.pslogin-spacer .pslogin-bordertext {
		color: #b2b2b2;
		text-align: center;
		font-size: 11px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		height: 20px;
		line-height: 17px;
		padding: 0;
		border: 1px solid #e5e2e2;
		border-radius: 9px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: #989898;
		cursor: pointer;
	}

	.pslogin-spacer .circle {
		width: 90%;
		height: 25px;
		line-height: 22px;
		font-size: 11px;
		border: 1px solid #b2b2b2;
		border-radius: 0px 7px;
		margin: 0 auto;
		background-color: #eeeeee;
	}

	.pslogin-spacer .circle:hover {
		cursor: pointer;
		background-color: #FAFAFA;
	}


.pslogin-block .pslogin-showmore {
	margin-top: 20px;
}

.pslogin-block.pslogin-login .pslogin-buttons {
	display: block;
}

.pslogin-block.pslogin-register .pslogin-buttons {
	display: inline-block;
}

	.pslogin-block .pslogin-buttons ul {
		padding: 0;
		font-size: 0;
	}

	.pslogin-block .pslogin-buttons ul li {
		display: inline-block;
		line-height: normal;
		list-style: none!important;
		padding: 0!important;
		background: none!important;
		height: 32px;
		margin: 0 3px 3px 0;
	}

	.pslogin-block .pslogin-buttons ul li.show-button-image {
		background: none!important;
	}

	.pslogin-block .pslogin-buttons ul li:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
		background-color: #3399cc;
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('https://www.cittaoro.it/skin/frontend/base/default/images/plumrocket/pslogin/social.png');
		display: block;
		float: left;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons ul li a>img {

	}

	.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
		display: none;
		float: left;
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 11px;
		color: white;
		background-color: rgba(255,255,255, 0.2);
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-image { 
		display: none; 
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-icon-image { 
		display: inline-block; 
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
		display: none;
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
		display: none;
	}

 	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {  
 		display: inline-block;
 	}

	.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
		display: none;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
		display: inline-block;
		width: 32px;
		height: 32px;
	}

	.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto { background-color: #1e4389; }
	.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon { background-position: 0px 0px; }

	.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto { background-color: #28a9e2; }
	.pslogin-block .pslogin-buttons ul li.twitter .pslogin-button-icon { background-position: -34px 0px; }

	.pslogin-block .pslogin-buttons ul li.linkedin span.pslogin-button-auto { background-color: #11669c; }
	.pslogin-block .pslogin-buttons ul li.linkedin .pslogin-button-icon { background-position: -168px 0px; }

	.pslogin-block .pslogin-buttons ul li.yahoo span.pslogin-button-auto { background-color: #85228f; }
	.pslogin-block .pslogin-buttons ul li.yahoo .pslogin-button-icon { background-position: -204px 0px; }

	.pslogin-block .pslogin-buttons ul li.vkontakte span.pslogin-button-auto { background-color: #3f658c; }
	.pslogin-block .pslogin-buttons ul li.vkontakte .pslogin-button-icon { background-position: -68px 0px; }

	.pslogin-block .pslogin-buttons ul li.googleplus span.pslogin-button-auto { background-color: #df4b38; }
	.pslogin-block .pslogin-buttons ul li.googleplus .pslogin-button-icon { background-position: -135px 0px; }


	.pslogin-block .pslogin-buttons ul li.hotmail span.pslogin-button-auto { background-color: #f67d20; }
	.pslogin-block .pslogin-buttons ul li.hotmail .pslogin-button-icon { background-position: 0px -34px; }

	.pslogin-block .pslogin-buttons ul li.live span.pslogin-button-auto { background-color: #0cb3ee; }
	.pslogin-block .pslogin-buttons ul li.live .pslogin-button-icon { background-position: -35px -205px; }

	.pslogin-block .pslogin-buttons ul li.pinterest span.pslogin-button-auto { background-color: #cb2028; }
	.pslogin-block .pslogin-buttons ul li.pinterest .pslogin-button-icon { background-position: -34px -34px; }

	.pslogin-block .pslogin-buttons ul li.amazon span.pslogin-button-auto { background-color: #ff8e2e; }
	.pslogin-block .pslogin-buttons ul li.amazon .pslogin-button-icon { background-position: -68px -34px; }

	.pslogin-block .pslogin-buttons ul li.aol span.pslogin-button-auto { background-color: #008bd3; }
	.pslogin-block .pslogin-buttons ul li.aol .pslogin-button-icon { background-position: -102px -34px; }
	.pslogin-openid.aol input[type=submit] { background-color: #008bd3; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons ul li.github span.pslogin-button-auto { background-color: black; }
	.pslogin-block .pslogin-buttons ul li.github .pslogin-button-icon { background-position: -135px -35px; }

	.pslogin-block .pslogin-buttons ul li.instagram span.pslogin-button-auto { background-color: #9a6e51; }
	.pslogin-block .pslogin-buttons ul li.instagram .pslogin-button-icon { background-position: -168px -34px; }

	.pslogin-block .pslogin-buttons ul li.foursquare span.pslogin-button-auto { background-color: #3472ad; }
	.pslogin-block .pslogin-buttons ul li.foursquare .pslogin-button-icon { background-position: -203px -34px; }

	.pslogin-block .pslogin-buttons ul li.dropbox span.pslogin-button-auto { background-color: #008bd3; }
	.pslogin-block .pslogin-buttons ul li.dropbox .pslogin-button-icon { background-position: -0px -68px; }

	.pslogin-block .pslogin-buttons ul li.disqus span.pslogin-button-auto { background-color: #3d7198; }
	.pslogin-block .pslogin-buttons ul li.disqus .pslogin-button-icon { background-position: -32px -69px; }

	.pslogin-block .pslogin-buttons ul li.livejournal span.pslogin-button-auto { background-color: #104378; }
	.pslogin-block .pslogin-buttons ul li.livejournal .pslogin-button-icon { background-position: -66px -69px; }
	.pslogin-openid.livejournal input[type=submit] { background-color: #104378; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons ul li.tumblr span.pslogin-button-auto { background-color: #304e6c; }
	.pslogin-block .pslogin-buttons ul li.tumblr .pslogin-button-icon { background-position: -102px -69px; }

	.pslogin-block .pslogin-buttons ul li.openid span.pslogin-button-auto { background-color: #f8931f; }
	.pslogin-block .pslogin-buttons ul li.openid .pslogin-button-icon { background-position: -135px -69px; }

	.pslogin-block .pslogin-buttons ul li.flickr span.pslogin-button-auto { background-color: #ff0084; }
	.pslogin-block .pslogin-buttons ul li.flickr .pslogin-button-icon { background-position: -169px -69px; }

	.pslogin-block .pslogin-buttons ul li.wordpress span.pslogin-button-auto { background-color: #1b3f57; }
	.pslogin-block .pslogin-buttons ul li.wordpress .pslogin-button-icon { background-position: -204px -69px; }

	.pslogin-block .pslogin-buttons ul li.blogger span.pslogin-button-auto { background-color: #ec7825; }
	.pslogin-block .pslogin-buttons ul li.blogger .pslogin-button-icon { background-position: 0px -103px; }

	.pslogin-block .pslogin-buttons ul li.odnoklassniki span.pslogin-button-auto { background-color: #ee6600; }
	.pslogin-block .pslogin-buttons ul li.odnoklassniki .pslogin-button-icon { background-position: -34px -103px; }

	.pslogin-block .pslogin-buttons ul li.mailru span.pslogin-button-auto { background-color: #00468c; }
	.pslogin-block .pslogin-buttons ul li.mailru .pslogin-button-icon { background-position: -67px -103px; }

	.pslogin-block .pslogin-buttons ul li.yandex span.pslogin-button-auto { background-color: #dd0000; }
	.pslogin-block .pslogin-buttons ul li.yandex .pslogin-button-icon { background-position: -102px -103px; }

	.pslogin-block .pslogin-buttons ul li.paypal span.pslogin-button-auto { background-color: #195d82; }
	.pslogin-block .pslogin-buttons ul li.paypal .pslogin-button-icon { background-position: -134px -103px; }

	.pslogin-block .pslogin-buttons ul li.myspace span.pslogin-button-auto { background-color: #0022a0;}
	.pslogin-block .pslogin-buttons ul li.myspace .pslogin-button-icon { background-position: -169px -103px; }

	.pslogin-block .pslogin-buttons ul li.salesforce span.pslogin-button-auto { background-color: #00a0de; }
	.pslogin-block .pslogin-buttons ul li.salesforce .pslogin-button-icon { background-position: -203px -103px; }

	.pslogin-block .pslogin-buttons ul li.steamcommunity span.pslogin-button-auto { background-color: #282828; }
	.pslogin-block .pslogin-buttons ul li.steamcommunity .pslogin-button-icon { background-position: -1px -137px; }

	.pslogin-block .pslogin-buttons ul li.hyves span.pslogin-button-auto { background-color: #ffca63; }
	.pslogin-block .pslogin-buttons ul li.hyves .pslogin-button-icon { background-position: -33px -137px; }

	.pslogin-block .pslogin-buttons ul li.stackoverflow span.pslogin-button-auto { background-color: #e6eef1; }
	.pslogin-block .pslogin-buttons ul li.stackoverflow .pslogin-button-icon { background-position: -67px -137px; }

	.pslogin-block .pslogin-buttons ul li.evernote span.pslogin-button-auto { background-color: #7ac141; }
	.pslogin-block .pslogin-buttons ul li.evernote .pslogin-button-icon { background-position: -101px -137px; }

	.pslogin-block .pslogin-buttons ul li.mixi span.pslogin-button-auto { background-color: #d1ac5b; }
	.pslogin-block .pslogin-buttons ul li.mixi .pslogin-button-icon { background-position: -135px -137px; }

	.pslogin-block .pslogin-buttons ul li.mydigipass span.pslogin-button-auto { background-color: #49bbeb; }
	.pslogin-block .pslogin-buttons ul li.mydigipass .pslogin-button-icon { background-position: -169px -137px; }

	.pslogin-block .pslogin-buttons ul li.netlog span.pslogin-button-auto { background-color: #bb2026; }
	.pslogin-block .pslogin-buttons ul li.netlog .pslogin-button-icon { background-position: -203px -137px; }

	.pslogin-block .pslogin-buttons ul li.qq span.pslogin-button-auto { background-color: #c46f1c; }
	.pslogin-block .pslogin-buttons ul li.qq .pslogin-button-icon { background-position: 0px -171px; }

	.pslogin-block .pslogin-buttons ul li.sinaweibo span.pslogin-button-auto { background-color: #bd4342; }
	.pslogin-block .pslogin-buttons ul li.sinaweibo .pslogin-button-icon { background-position: -34px -171px; }

	.pslogin-block .pslogin-buttons ul li.soundcloud span.pslogin-button-auto { background-color: #ff5419; }
	.pslogin-block .pslogin-buttons ul li.soundcloud .pslogin-button-icon { background-position: -66px -171px; }

	.pslogin-block .pslogin-buttons ul li.tencentweibo span.pslogin-button-auto { background-color: #28a4e4; }
	.pslogin-block .pslogin-buttons ul li.tencentweibo .pslogin-button-icon { background-position: -100px -171px; }

	.pslogin-block .pslogin-buttons ul li.verisign span.pslogin-button-auto { background-color: #b22253; }
	.pslogin-block .pslogin-buttons ul li.verisign .pslogin-button-icon { background-position: -134px -171px; }
	.pslogin-openid.verisign input[type=submit] { background-color: #b22253; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons ul li.xing span.pslogin-button-auto { background-color: #005d5e;}
	.pslogin-block .pslogin-buttons ul li.xing .pslogin-button-icon { background-position: -168px -171px; }

	.pslogin-block .pslogin-buttons ul li.kaixin001 span.pslogin-button-auto { background-color: #e2332e; }
	.pslogin-block .pslogin-buttons ul li.kaixin001 .pslogin-button-icon { background-position: -203px -171px; }

	.pslogin-block .pslogin-buttons ul li.orange span.pslogin-button-auto { background-color: #ff6600; }
	.pslogin-block .pslogin-buttons ul li.orange .pslogin-button-icon { background-position: -1px -205px; }

	.pslogin-block .pslogin-buttons ul li.bitbucket span.pslogin-button-auto { background-color: #013567; }
	.pslogin-block .pslogin-buttons ul li.bitbucket .pslogin-button-icon { background-position: -67px -205px; }

	.pslogin-block .pslogin-buttons ul li.bitly span.pslogin-button-auto { background-color: #ed6022; }
	.pslogin-block .pslogin-buttons ul li.bitly .pslogin-button-icon { background-position: -101px -205px; }
	
	.pslogin-block .pslogin-buttons ul li.boxcom span.pslogin-button-auto { background-color: #00b9f2; }
	.pslogin-block .pslogin-buttons ul li.boxcom .pslogin-button-icon { background-position: -135px -205px; }
	
	.pslogin-block .pslogin-buttons ul li.vimeo span.pslogin-button-auto { background-color: #1fb9eb; }
	.pslogin-block .pslogin-buttons ul li.vimeo .pslogin-button-icon { background-position: -170px -205px; }
	
	.pslogin-block .pslogin-buttons ul li.reddit span.pslogin-button-auto { background-color: #337fb9; }
	.pslogin-block .pslogin-buttons ul li.reddit .pslogin-button-icon { background-position: -203px -205px; }
	
	.pslogin-block .pslogin-buttons ul li.odesk span.pslogin-button-auto { background-color: #6fda44; }
	.pslogin-block .pslogin-buttons ul li.odesk .pslogin-button-icon { background-position: -169px -273px; }
	.pslogin-block .pslogin-buttons ul li.odesk .pslogin-button-text { color: #4c4c4c; }
	
	.pslogin-block .pslogin-buttons ul li.teamviewer span.pslogin-button-auto { background-color: #0171b9; }
	.pslogin-block .pslogin-buttons ul li.teamviewer .pslogin-button-icon { background-position: -34px -239px; }

	.pslogin-block .pslogin-buttons ul li.skyrock span.pslogin-button-auto { background-color: #009afe; }
	.pslogin-block .pslogin-buttons ul li.skyrock .pslogin-button-icon { background-position: -67px -239px; }

	.pslogin-block .pslogin-buttons ul li.renren span.pslogin-button-auto { background-color: #153765; }
	.pslogin-block .pslogin-buttons ul li.renren .pslogin-button-icon { background-position: -101px -239px; }

	.pslogin-block .pslogin-buttons ul li.etsy span.pslogin-button-auto { background-color: #ee5931; }
	.pslogin-block .pslogin-buttons ul li.etsy .pslogin-button-icon { background-position: -134px -239px; }

	.pslogin-block .pslogin-buttons ul li.imgur span.pslogin-button-auto { background-color: #312e2f; }
	.pslogin-block .pslogin-buttons ul li.imgur .pslogin-button-icon { background-position: -170px -239px; }
 
	.pslogin-block .pslogin-buttons ul li.intuit span.pslogin-button-auto { background-color: #B8B8B8; }
	.pslogin-block .pslogin-buttons ul li.intuit .pslogin-button-icon { background-position: -204px -239px; }
	.pslogin-block .pslogin-buttons ul li.intuit .pslogin-button-text { color: #000000; }

	.pslogin-block .pslogin-buttons ul li.mailchimp span.pslogin-button-auto { background-color: #73cff4; }
	.pslogin-block .pslogin-buttons ul li.mailchimp .pslogin-button-icon { background-position: 0px -273px; }
	.pslogin-block .pslogin-buttons ul li.mailchimp .pslogin-button-text { color: #000000; }

	.pslogin-block .pslogin-buttons ul li.persona span.pslogin-button-auto { background-color: #ee5931; }
	.pslogin-block .pslogin-buttons ul li.persona .pslogin-button-icon { background-position: -34px -273px; }

	.pslogin-block .pslogin-buttons ul li.dribbble span.pslogin-button-auto { background-color: #f26798; }
	.pslogin-block .pslogin-buttons ul li.dribbble .pslogin-button-icon { background-position: -67px -273px; }

	.pslogin-block .pslogin-buttons ul li.goodreads span.pslogin-button-auto { background-color: #743900; }
	.pslogin-block .pslogin-buttons ul li.goodreads .pslogin-button-icon { background-position: -100px -273px; }
 
	.pslogin-block .pslogin-buttons ul li.lastfm span.pslogin-button-auto { background-color: #c02c0c; }
	.pslogin-block .pslogin-buttons ul li.lastfm .pslogin-button-icon { background-position: -135px -273px; }

	.pslogin-block .pslogin-buttons ul li.alipay span.pslogin-button-auto { background-color: #00a0e9; }
	.pslogin-block .pslogin-buttons ul li.alipay .pslogin-button-icon { background-position: -202px -274px; }

	.pslogin-block .pslogin-buttons ul li.wechat span.pslogin-button-auto { background-color: #4ec034; }
	.pslogin-block .pslogin-buttons ul li.wechat .pslogin-button-icon { background-position: -1px -306px; }

	.pslogin-block .pslogin-buttons ul li.naver span.pslogin-button-auto { background-color: #23b300; }
	.pslogin-block .pslogin-buttons ul li.naver .pslogin-button-icon { background-position: -34px -307px; }

/*======= social buttons =======*/
#prpop-pop-up-bg .pslogin-block {
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}

#prpop-pop-up-bg .prpop-account-create .pslogin-block {
	display: none;
}

#prpop-pop-up-bg .pslogin-block .pslogin-buttons.pslogin-buttons-showfull {
	width: 100%;
}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-auto {
		width: 100%;
		position: relative;
		display: block;		
		height: 32px;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-icon {
		position: absolute;
		background-color: inherit;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-text {
		width: 100%;
		padding-left: 32px;
		font-size: 12px;
	}

	/*=== modern blue ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block {
		padding-top: 10px;
		clear: both;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

		#prpop-pop-up-bg.prpop-default .pslogin-block li a span.pslogin-button-auto {
			min-width: 32px;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
			width: 70%;
			min-height: 32px;
			margin-bottom: 0px;
			vertical-align: inherit;
			display: inline-block;
			float: none;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons li {
			width: auto;
			min-height: 32px;
			margin-bottom: 5px;
			vertical-align: middle;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

	/*=== glamour gray ===*/
	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
		float: left;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: white;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block {
		margin-top: 10px;
	}


	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 70%;
		min-height: 32px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons li {
		width: auto;
		min-height: 32px;
		margin: 0 5px 5px 0;
		vertical-align: middle;
	}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-auto {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			min-width: 32px;
		}
	
		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-text {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-icon {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;			
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border-radius: 3px 0 0 3px;
			-webkit-border-radius: 3px 0 0 3px;
			-moz-border-radius: 3px 0 0 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}


	/*=== light silver ===*/
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer {
		margin: 10px auto;
		width: 70%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-bordertext {
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer {
		width: 70%;
		
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons .pslogin-spacer:before {
		display: none;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}
	
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		border: 1px solid #A5A5A5;
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: black;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
		min-width: 32px;
		min-height: 34px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons li {
		width: auto;
		min-width: 34px;
		height: 34px;
		margin: 0 0 5px 0;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul li a {
		display: inline-block;
		width: 100%;
	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-auto {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		-moz-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);	
		
	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-auto {
		border: 1px solid rgba(0, 0, 0, 0.09);
		height: 34px;
	}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-text {
			height: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		}
	
		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border: none;
			border-radius: 5px 0 0 5px;
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			height: 32px;
			width: 32px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			border: 1px solid rgba(0, 0, 0, 0.09);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			height: 34px;
			width: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

/*=== open-id Page ===*/
.pslogin-openid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

	.pslogin-openid .network-logo {
		background: url('https://www.cittaoro.it/skin/frontend/base/default/images/plumrocket/pslogin/social_openid.png');
		width: 180px;
		height: 70px;
		margin: 0 auto 15px auto;
	}
	
	.pslogin-openid.livejournal .network-logo { background-position: -180px 0; }
	.pslogin-openid.verisign .network-logo { background-position: 0 -70px; }

	.pslogin-openid input[type=submit] {
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 12px;
		color: white;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: 0px;
	}
	
	.pslogin-openid input[type=submit]:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.pslogin-openid input[type=text] {
		width: 100%;
		border: 1px solid #D0D0D0;
		height: 30px;
		line-height: 25px;
		margin-bottom: 5px;
		margin-top: 10px;
		padding: 2px;
		box-sizing: border-box;
		font-size: 14px;
	}
	
	.pslogin-openid .form-wrapper {
		background-color: #f3f3f3;
		color: #464646;
		width: 300px;
		margin: 0 auto;
		padding: 25px;
		box-shadow: 0px 2px 7px 0px #c1c1c1;
		-moz-box-shadow: 0px 2px 7px 0px #c1c1c1;
		-webkit-box-shadow: 0px 2px 7px 0px #c1c1c1;
		border-radius: 15px;
		font-size: 14px;
	}
	
	.pslogin-openid .ajax-loader {
		width: 110px;
		height: 14px;
		margin: 0 auto 5px auto;
	}

		.pslogin-openid .ajax-loader .image-gif {
			background: url('https://www.cittaoro.it/skin/frontend/base/default/images/plumrocket/pslogin/ajax-loader-h.gif');
			width: 110px;
			height: 14px;
			display: none;
		}

		.pslogin-openid .ajax-loader .error-text {
			color: red;
			font-size: 11px;
			/*display: none;*/
		}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('https://www.cittaoro.it/skin/frontend/base/default/images/plumrocket/pslogin/social_retina.png');
		background-size: 236px 340px;
		-webkit-background-size: 236px 340px;
		-moz-background-size: 236px 340px;
	}

}

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

	.pslogin-block .pslogin-buttons {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-xs {
		display: inline-block!important;
	}

	.pslogin-block .pslogin-spacer .pslogin-bordertext {

	}

}


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

	/*=== social login ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		float: none;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
	}

}


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

	/*=== social buttons ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer,
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 100%;
	}

}

/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
		animation-duration: 1s;
  -webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

.easycatalog-grid,
.easycatalog-grid li { background: none; padding: 0; margin: 0; list-style: none; }
.std .easycatalog-grid,
.std .easycatalog-grid li { padding: 0; margin: 0; list-style: none; }
.easycatalog-grid li.item { padding: 10px !important; float: left; box-sizing: border-box; }
.easycatalog-grid .product-image { width: auto; height: auto; text-align: center; }
.easycatalog-grid img { width: auto; max-width: 100%; height: auto; }
.easycatalogimg-cols-2 li.item { width: 50% !important; }
.easycatalogimg-cols-2 li.item.item:nth-of-type(2n+1) { clear: left; }
.easycatalogimg-cols-3 li.item { width: 33.3% !important; }
.easycatalogimg-cols-3 li.item:nth-of-type(3n+1) { clear: left; }
.easycatalogimg-cols-4 li.item { width: 25% !important; }
.easycatalogimg-cols-4 li.item:nth-of-type(4n+1) { clear: left; }
.easycatalogimg-cols-5 li.item { width: 20% !important; }
.easycatalogimg-cols-5 li.item:nth-of-type(5n+1) { clear: left; }
.easycatalogimg-cols-6 li.item { width: 16.6% !important; }
.easycatalogimg-cols-6 li.item:nth-of-type(6n+1) { clear: left; }

.easycatalogimg .parent-category { margin: 0 0 8px; }
.easycatalogimg .parent-category a { font-size: 17px; font-weight: normal; text-decoration: none; color: #000; }
.easycatalogimg .parent-category a:hover { text-decoration: underline; }

.easycatalogimg .list-subcategories { padding: 0; margin: 5px 0; list-style: none; font-size: .95em; }
.easycatalogimg .list-subcategories li { margin: 8px 0; padding: 0 0 0 10px; line-height: 1.1em; }
.easycatalogimg .link-more { margin: 0; padding: 0; font-weight: bold; }

/* NavigationPro integration */
.nav-dropdown .easycatalogimg { margin: 0 !important; border: none !important; padding: 0 !important; }
.nav-dropdown .easycatalog-grid { border: none; }
.nav-dropdown .easycatalog-grid li.item { background: none !important; border: none; margin: 0; }
.nav-dropdown .easycatalogimg .parent-category { text-align: center; }
.nav-dropdown .easycatalogimg .product-image { display: block; }

.easycatalogimg,
.easycatalog-grid { zoom: 1; }
.easycatalogimg:after,
.easycatalog-grid:after { content: '.'; clear: both; visibility: hidden; display: block; height: 0; font-size: 0; }

@media (max-width: 768px) {
    .easycatalogimg .parent-category a { font-size: 18px; }
    .easycatalogimg .list-subcategories li { line-height: 18px; }
    .easycatalogimg .list-subcategories a { font-size: 15px; }

    /* Three columns instead of six */
    .easycatalogimg-cols-6 li.item,
    .easycatalogimg-cols-5 li.item { width: 33.3% !important; }

    .easycatalogimg-cols-5 li.item:nth-of-type(5n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(6n+1) { clear: none; }

    .easycatalogimg-cols-5 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(3n+1) { clear: left; }
}

@media (max-width: 480px) {
    .easycatalogimg-cols-5 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(3n+1) { clear: none; }
    /* Two columns for small screen */
    .easycatalog-grid li.item { width: 50% !important; }

    .easycatalogimg-cols-3 li.item:nth-of-type(3n+1),
    .easycatalogimg-cols-4 li.item:nth-of-type(4n+1),
    .easycatalogimg-cols-5 li.item:nth-of-type(5n+1) { clear: none; }

    /* clear: left for every third li */
    .easycatalogimg-cols-4 li.item:nth-of-type(2n+1),
    .easycatalogimg-cols-5 li.item:nth-of-type(2n+1),
    .easycatalogimg-cols-6 li.item:nth-of-type(2n+1) { clear: left; }

    .easycatalogimg-cols-3:after,
    .easycatalogimg-cols-5:after { content: ''; clear: none; }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fa9f68047c9d00191b24cf712960d394)
 * Config saved to config.json and https://gist.github.com/fa9f68047c9d00191b24cf712960d394
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Merriweather",Arial,Helvetica,sans-serif;font-size:12px;line-height:1.42857143;color:#666;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:none}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:17px;margin-bottom:17px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:17px;margin-bottom:8.5px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:8.5px;margin-bottom:8.5px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:31px}h2,.h2{font-size:25px}h3,.h3{font-size:21px}h4,.h4{font-size:15px}h5,.h5{font-size:12px}h6,.h6{font-size:11px}p{margin:0 0 8.5px}.lead{margin-bottom:17px;font-size:13px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:18px}}small,.small{font-size:91%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:7.5px;margin:34px 0 17px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:8.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:17px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:8.5px 17px;margin:0 0 17px;font-size:15px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:17px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:8px;margin:0 0 8.5px;font-size:11px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.container{width:740px}}@media (min-width:1008px){.container{width:960px}}@media (min-width:1332px){.container{width:1272px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.row{margin-left:-10px;margin-right:-10px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1008px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1332px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:17px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:12.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:17px;font-size:18px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:12px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:31px;padding:6px 12px;font-size:12px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-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}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:31px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:28px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:42px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:17px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:29px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}select.input-sm{height:28px;line-height:28px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:28px;line-height:28px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:28px;min-height:28px;padding:6px 10px;font-size:11px;line-height:1.5}.input-lg{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}select.input-lg{height:42px;line-height:42px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:42px;line-height:42px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:42px;min-height:32px;padding:11px 16px;font-size:15px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:38.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:31px;height:31px;line-height:31px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:42px;height:42px;line-height:42px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:28px;height:28px;line-height:28px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-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)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-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)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-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)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:22px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#a6a6a6}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:24px}.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:10px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:15px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:11px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:12px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn::active::focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default::active::hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default::active::focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary::active::hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary::active::focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success::active::hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success::active::focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info::active::hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info::active::focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning::active::hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning::active::focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger::active::hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger::active::focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:none;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:11px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:12px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:7.5px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:11px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:42px;padding:10px 16px;font-size:15px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:42px;line-height:42px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:28px;padding:5px 10px;font-size:11px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:28px;line-height:28px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:12px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:11px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:15px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:7.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:17px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:10px;padding-left:10px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:16.5px 10px;font-size:15px;line-height:17px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-10px}}.navbar-toggle{position:relative;float:right;margin-right:10px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:8.25px -10px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:17px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:17px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:16.5px;padding-bottom:16.5px}}.navbar-form{margin-left:-10px;margin-right:-10px;padding:10px 10px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:9.5px;margin-bottom:9.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:9.5px;margin-bottom:9.5px}.navbar-btn.btn-sm{margin-top:11px;margin-bottom:11px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:16.5px;margin-bottom:16.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:10px;margin-right:10px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-10px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:17px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:17px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:15px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:11px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:17px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.panel{margin-bottom:17px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:14px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:17px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:1008px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Merriweather",Arial,Helvetica,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:11px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:1007px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-block{display:block !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-inline{display:inline !important}}@media (min-width:1008px) and (max-width:1331px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1332px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1332px){.visible-lg-block{display:block !important}}@media (min-width:1332px){.visible-lg-inline{display:inline !important}}@media (min-width:1332px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:1007px){.hidden-sm{display:none !important}}@media (min-width:1008px) and (max-width:1331px){.hidden-md{display:none !important}}@media (min-width:1332px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/**
 * @package     coccinelle
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 */

/* #Desktop - Extra Large ================================================== */
@media only screen and (min-width: 1332px) {
    body .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-header"] .header-wrapper .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-breadcrumbs"] .breadcrumbs-wrapper .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-footer"] #footer .container {padding-right: 40px; padding-left: 40px;}
    [class*="boxed-content"] .related-bottom .widget-title {margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px;}
    .wide-sticky #sticky-header .container {padding-right: 40px; padding-left: 40px;}*/

    body.wide-header .header-wrapper .container,
    body.wide-breadcrumbs .breadcrumbs-wrapper .container,
    body.wide-content .content-wrapper .container,
    body.wide-footer #footer .container {
      max-width: 100vw;
    }

    [class*="boxed-header"] .header-wrapper .fullwidth,
    [class*="boxed-breadcrumbs"] .breadcrumbs-wrapper .fullwidth,
    [class*="boxed-content"] .content-wrapper .fullwidth,
    [class*="boxed-footer"] #footer .fullwidth {margin-left: -40px; margin-right: -40px}
    [class*="boxed-content"] .content-wrapper .fullwidth {margin-left: -40px; margin-right: -40px}
    [class*="boxed-content"] .fullwidth-banners {margin-left: -40px; margin-right: -40px;}
    [class*="boxed-content"] .widget-title.fullwidth {margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px;}
    [class*="boxed-content"] .widget-title.fullwidth a.more-link {right: 40px;}

    .wide-header .header-wrapper .fullwidth-block,
    .boxed-header .header-wrapper .fullwidth-block,
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-block,
    .boxed-breadcrumbs .breadcrumbs-wrapper .fullwidth-block,
    .wide-content .content-wrapper .fullwidth-block,
    .boxed-content .content-wrapper .fullwidth-block,
    .wide-footer #footer .fullwidth-block,
    .boxed-footer #footer .fullwidth-block {
      margin: 0 -100%;
    }
    .wide-header .header-wrapper .fullwidth-inner,
    .boxed-header .header-wrapper .fullwidth-inner,
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-inner,
    .boxed-breadcrumbs .breadcrumbs-wrapper .fullwidth-inner,
    .wide-content .content-wrapper .fullwidth-inner,
    .boxed-content .content-wrapper .fullwidth-inner,
    .wide-footer #footer .fullwidth-inner,
    .boxed-footer #footer .fullwidth-inner {
      width: 100vw;
      margin: 0 auto;
      padding: 0 8px;
    }
    .wide-breadcrumbs .breadcrumbs-wrapper .fullwidth-block .container,
    .wide-content .content-wrapper .fullwidth-block .container,
    .wide-footer #footer .fullwidth-block .container {
        width: 100%;
        max-width: 100%;
    }
    .boxed-header-bg .header-wrapper .fullwidth-inner,
    .boxed-breadcrumbs-bg .breadcrumbs-wrapper .fullwidth-inner,
    .boxed-content-bg .content-wrapper .fullwidth-inner,
    .boxed-footer-bg #footer .fullwidth-inner {
      margin-left: -40px;
      margin-right: -40px;
    }

    body[class*="boxed-content"] .main-container .breadcrumbs-wrapper .container {border: none;}
    .header-layout-1.cms-index-index .header-slider {
        min-height: 306px;
    }
    .boxed-header-bg.header-layout-1.cms-index-index .header-slider {
        min-height: 250px;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {background-color: #fff;}
    .nav-wide .menu-wrapper li[data-bold-link='1'] > a {
      width: 100%;
      font-weight: 500;
      position: relative;
      display: block;
    }

    /* Widgets */
    .products-grid.seven-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-7 .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-8 .indent.type-4 .product-labels-wrapper,
    .products-grid.seven-columns .item .image-box .flip-timer,
    .products-grid.eight-columns .item .image-box .flip-timer,
    .products-grid.slider-columns-7 .image-box .flip-timer,
    .products-grid.slider-columns-8 .image-box .flip-timer {
        display: none !important;
    }
    .products-grid.seven-columns .item .hover-buttons .add-to-links,
    .products-grid.eight-columns .item .hover-buttons .add-to-links,
    .products-grid.slider-columns-7 .hover-buttons .add-to-links,
    .products-grid.slider-columns-8 .hover-buttons .add-to-links {
        display: none;
    }
    .products-grid.five-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.six-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-5 .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-6 .indent.type-4 .product-labels-wrapper > div {
        padding: 3px 4px;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper.action-buttons {
      margin-top: 10px;
    }


    /*Small timer*/
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-block {width: 20px; padding-top: 3px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-items {height: 20px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-block li span.flip-wrapper {height: 10px;}
    [class*="col2-"] .products-grid.six-columns .flip-block .flip-text {font-size: 14px; line-height: 20px;}
    [class*="col2-"] .products-grid.six-columns .flip-timer .flip-clock-divider {height: 20px; margin-top: 3px;}

    #popup-block.modal.fade .modal-dialog {
        -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
        -o-transform: translate(0, 300px);
        transform: translate(0, 300px);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        position: absolute;
        right: 170px;
    }
    #popup-block.modal.in .modal-dialog {
        -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
}

/* #Desktop ================================================== */
/* Note: Design for a width of 1024px */

@media only screen and (min-width: 1008px) and (max-width: 1200px) {
	[class*="col2-"] .products-grid.six-columns li.item,
	[class*="col2-"] .products-grid.seven-columns li.item,
	[class*="col2-"] .products-grid.eight-columns li.item { width: 20%; }

    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item + li.item:not(:nth-of-type(5n+1)):not(:nth-of-type(5n+2)) {
        clear: none !important;
    }
    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+1) {
        clear: right !important;
    }
    [class*="col2-"] .products-grid.eight-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2),
    [class*="col2-"] .products-grid.seven-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2),
    [class*="col2-"] .products-grid.six-columns .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(5n+2) {
        clear: left !important;
    }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(6n+1),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(7n+1),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(5n+1),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(5n+1),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(5n+1) { clear: left; }

	[class*="col2-"] .products-grid.six-columns li.item:nth-of-type(5n+5),
	[class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(5n+5),
	[class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(5n+5) { clear: right; }

	.col3-layout .products-grid.five-columns li.item,
	.col3-layout .products-grid.six-columns li.item,
	.col3-layout .products-grid.seven-columns li.item,
	.col3-layout .products-grid.eight-columns li.item { width: 25%; }

	.col3-layout .products-grid.six-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.five-columns li.item:nth-of-type(5n+1),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(6n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(7n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	.col3-layout .products-grid.five-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+1),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+1) { clear: left; }

	.col3-layout .products-grid.five-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.six-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+4),
	.col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+4) { clear: right; }


    .customer-reviews-widget .btn {padding-left: 20px; padding-right: 20px;}

    /* Header */
	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: -20px;}
    #header .header-socials .btn-default {margin-right: 0;}
    .header .header-custom-links li {padding: 0 10px;}
    ul.topmenu li.level0.nav-1 a.level-top .custom-icon.meigee-fa-home {
        margin: -14px -10px;
        padding: 14px 15px;
    }
    .wide-header #header .top-block,
    [class*="boxed-header"] #header .top-block .container{text-align: center;}
    body #header .bottom-block {padding-left: 0; padding-right: 0;}
    .header .nav-wide .products-grid .ratings {display: block; margin: 0 0 .75em;}
    .category-label { left: 15px; top: 5px; }
    /* header 1 */
    .wide-header.cms-index-index #header.header-1.transparent-header,
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-header .top-block .container,
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-header .middle-block .container {
        background-color: transparent !important;
    }
    [class*="boxed-header"].cms-index-index #header.header-1.transparent-menu .bottom-block .container,
    .wide-header.cms-index-index #header.header-1.transparent-menu .bottom-block .container {
        background-color: transparent !important;
    }
    .header-layout-1.cms-index-index .header-slider {
        min-height: 188px;
    }
    .header-layout-1 #sticky-header .small-logo {margin: 10px 20px 9px 0}

    /*Header custom dropdown*/
    .header .preview-dropdown-wrapper:not(.product-page) .preview-block:nth-child(5n+1) {clear: left;}

    /* Sticky Header */
    #sticky-header .category-label {left: 6px;}
    #sticky-header  .top-cart .block-title .top-cart-label {display: none;}
    #sticky-header .top-cart .block-title .cart-qty {
        margin-left: 0;
    }
    #sticky-header ul.topmenu li.level0.nav-1 a.level-top .custom-icon.meigee-fa-home {
        margin: -14px -5px;
        padding: 14px 10px;
    }

    /* Widgets */
    .products-grid .indent.type-2 .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .footer-products-list .product-shop {width: 65%;}
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 .add-to-links {display: inline-block; width: auto;}
    .products-grid.seven-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-7 .indent.type-4 .product-labels-wrapper,
    .products-grid.slider-columns-8 .indent.type-4 .product-labels-wrapper,
    [class*="col2-"] .products-grid.six-columns .flip-timer,
    .products-grid.seven-columns .item .image-box .flip-timer,
    .products-grid.eight-columns .item .image-box .flip-timer,
    .products-grid.slider-columns-7 .image-box .flip-timer,
    .products-grid.slider-columns-8 .image-box .flip-timer {
        display: none !important;
    }
    .products-grid.five-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.six-columns .item .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-5 .indent.type-4 .product-labels-wrapper > div,
    .products-grid.slider-columns-6 .indent.type-4 .product-labels-wrapper > div {
        padding: 3px 4px;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    [class*="col2-"] .products-grid.four-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.five-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.six-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.seven-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    .products-grid.eight-columns .item .indent.type-4 .product-action-wrapper .action-buttons,
    [class*="col2-"] .products-grid.slider-columns-4 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-5 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-6 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-7 .item .indent.type-4 .product-action-wrapper.action-buttons,
    .products-grid.slider-columns-8 .item .indent.type-4 .product-action-wrapper.action-buttons {
      margin-top: 10px;
    }

	/* Widgets: Products */

	/* Lisitng ===================== */
	.col3-layout .banner-content .title { font-size: 1.33em; }
	.col3-layout .banner-content i,
	.col3-layout .sorter .amount { display: none; }
	.toolbar .sorter {width: auto;}
    .cat-container .text-banner .banner-content {left: 7%;}

    [class*="col2-"] .sidebar .block.block-compare .actions .btn + .btn {margin-left: 0;}
    [class*="col2-"] .sidebar .block.block-compare .actions .btn i {display: none;}
	.block .actions .btn-default + .btn-primary {margin-left: 4px;}
    .sidebar .block-subscribe .validation-advice {top: -70px;}

    /* Home Page */
    .text-banners-block .text-banner {
        padding-left: 10px;
    }
    .text-banners-block .title {font-size: 8px;}
    .text-banner .banner {width: 55%;}
    .text-banner { font-size: 12px; }

	/* Account ====================================================== */
	.my-account .product-review .media { min-height: 165px;}


	.sidebar .block.block-wishlist li.item .product-image {width: 62px;}
	.sidebar .block.block-wishlist li.item .product-details {width: 57%;}
    .block.block-wishlist .actions {
        float: none;
    }
	.block-cart .block-content .mini-products-list .product-details {width: 53%;}
	.my-account table.table .product-name {max-width: 85%;}

	.col3-layout .product-labels-wrapper {left: 2px; right: 2px;}
	.col3-layout .product-labels-wrapper > div {padding-left: 5px; padding-right: 5px;}
	[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin-top: .75em;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div {min-width: 30px;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div span {font-size: 2em; min-width: 30px;}

	.parallax-banners-wrapper .image-wrapper .content {width: 36%; left: 32%;}

    /* Widgets */
    .products-grid li.item.type-3 .product-buttons-wrapper .btn-cart {padding-left: 15px; padding-right: 15px;}
    .products-grid li.item .timer-box > div {min-width: 50px;}
    .products-grid li.item .timer-box > div.seconds {min-width: 35px;}
    .products-grid .item .indent {padding-left: 10px; padding-right: 10px;}
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview {
        padding-left: 10px;
        padding-right: 10px;
    }
	body .widget .widget-title h2,
	.widget-title h2,
	body .widget .widget-title h3,
	.widget-title h3 {font-size: 1.5em;}


	body .block-cart .img-container {width: 64px;}
	body .block-cart .block-content .mini-products-list .product-details {width: 66%;}
	.col3-layout .toolbar .sorter .a-left {display: none;}
	.col3-layout .toolbar .sorter .a-center,
	.col3-layout .toolbar .sorter .a-right {width: 50%;}

	.subscribe-block .title {padding-left: 20px; padding-right: 20px;}
	.subscribe-block .info {padding-left: 20px; padding-right: 20px;}
	.subscribe-block .info i {margin-right: 10px;}
	.subscribe-block .input .input-wrapper {width: 220px; margin-right: 10px;}

    /*Notice Cookie*/
    .notice-cookie .notice-inner .notice-text {width: 88%;}
    .notice-cookie .notice-inner .actions {width: 12%; padding-right: 10px;}
}

/* #Tablet (Portrait) ================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 1007px) {

    body [class*="col2-"] .products-grid.four-columns li.item,
	body [class*="col2-"] .products-grid.five-columns li.item,
	body [class*="col2-"] .products-grid.six-columns li.item,
	body [class*="col2-"] .products-grid.seven-columns li.item,
	body [class*="col2-"] .products-grid.eight-columns li.item { width: 33.332%; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(4n+1),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(5n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(6n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(3n+1),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(3n+1) { clear: left; }

    body [class*="col2-"] .products-grid.four-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.five-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.six-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.seven-columns li.item:nth-of-type(3n+3),
	body [class*="col2-"] .products-grid.eight-columns li.item:nth-of-type(3n+3) { clear: right; }

	body .col3-layout .products-grid.three-columns li.item,
	body .col3-layout .products-grid.four-columns li.item,
	body .col3-layout .products-grid.five-columns li.item,
	body .col3-layout .products-grid.six-columns li.item,
	body .col3-layout .products-grid.seven-columns li.item,
	body .col3-layout .products-grid.eight-columns li.item { width: 50%; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(3n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(4n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(5n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(6n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(7n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(8n+1) { clear: none; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+1),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+1) { clear: left; }

	body .col3-layout .products-grid.three-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.four-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.five-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.six-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.seven-columns li.item:nth-of-type(2n+2),
	body .col3-layout .products-grid.eight-columns li.item:nth-of-type(2n+2) { clear: right; }

    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item {width: 33.332%;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n) {clear: right;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n+1) {clear: left;}
    body .col1-layout .products-grid:not(.carousel-ul):not(.product-items):not(.type-2) li.item:nth-of-type(3n+2) {clear: none;}

    .products-list .twenty,
    .products-list .twenty-five,
    .products-list .thirty {
      width: 30%;
    }

    .products-list .seventy,
    .products-list .seventy-five,
    .products-list .eighty {
      width: 70%;
    }

	/* Header */
	.header .welcome-msg { display: none;}
	.header .top-block {text-align: center;}
	.header .header-custom-links {float: none; display: inline-block;}

	.header .header-custom-links .navbar-header {display: none;}
	.header .header-custom-links .header-links.navbar-collapse.collapse {display: block!important; height: auto!important; padding: 0;}
	.header .logo-wrapper {
    float: none;
    display: inline-block;
    padding: 19px 0;
  }
	.header .right-block {float: right;}
    .header .header-text-banner .image-text {
        right: 36px;
    }
    .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: 0;
    }
    .header .header-text-banner .image-block {max-width: 50%; padding-top: 9px;}
    .header .form-language + .form-currency:before,
    .header .form-currency + .form-language:before {content: none;}
    .header .header-info {float: none; margin-bottom: -2px;}
    #header .account-language-currency-wrapper {display: none;}
    .wide-header #header .middle-block,
    [class*="boxed-header"] #header .middle-block .middle-block-inner {border-bottom: none;}

	.header .logo,
	.header .quick-access {float: none; display: inline-block; margin: 0;}
	.header .quick-access {position: relative;}
	header.header .customer-name-wrapper + .links {right: 0; text-align: left; top: 100% !important;}
	.header h2.logo {margin-bottom: 1em; display: block;}
	.banner-home .divider-border { width: 60%; }
	.header .top-block .navbar-toggle {display: block;}
	#header .header-custom-block-wrapper {padding-top: 10px; padding-bottom: 0;}
	#header .quick-access {padding-top: 51px; padding-bottom: 41px;}
	body #header .header-socials ul.social-links li {margin: 0 10px !important;}
	.header .navbar-header .navbar-toggle {display: block; border: none;}
	.header .navbar-default .navbar-toggle:hover,
	.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}
	.header .topmenu.navbar-collapse {
		width: 300px;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
		padding: 1.5em 0;
		transition: left 550ms ease;
	}
	ul.topmenu li.level1.parent > a:after,
	ul.topmenu li.level1.parent li.parent > a:after {content: none;}
	.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}
	.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal; color: inherit;}
	ul.topmenu li.level0.parent a.level-top:after,
	.header .nav-wide .menu-wrapper ul.level0 li.level1 a span:before {content: none!important;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}
    .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul {border: none;}
    .nav-wide .menu-wrapper ul.level1 li.parent > a:after {display: none;}
    .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul,
    ul.topmenu li ul.menu-wrapper,
    ul.topmenu li div.menu-wrapper {display: none; opacity: 1; visibility: visible; transform: translate(0); transition: none;}
    .nav-wide .menu-wrapper ul.level0 li.level1 > .category-image {display: none;}
    ul.topmenu li.level-top:not(:last-of-type),
    ul.topmenu.nav-wide li.level-top:not(:last-of-type),
    ul.topmenu.nav-wide ul.level0 li.level1:not(:last-of-type) {
        border-bottom: 1px solid #d1d1d1;
    }
	.header .topmenu.navbar-collapse.collapse {left: -300px;}
	.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}
	.header .topmenu.navbar-collapse > ul,
	.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; width: auto!important; padding: 0!important;}
	.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px;}
	.header .topmenu li.level0.over > a,
	.header .topmenu li.level0 a > i {display: none;}
	.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none;}
	.header .topmenu li.level0 + li.level0:after,
	.header .topmenu li.level0 + li.level0:before {content: none;}
	.header .mobile-menu-wrapper .topmenu .menu-item-button {
    position: absolute;
    right: 10px;
    padding: 5px;
    z-index: 1000;
    cursor: pointer;
    top: 16px;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
  }
    .header .topmenu .menu-item-button i{ font-size: 12px;}
	.header .topmenu .menu-item-button .icon-minus {display: none;}
	.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}
	.header .topmenu .menu-item-button.active .icon-plus {display: none;}
    .header .topmenu ul ul .menu-item-button {top: 5px;}
    #header .topmenu  ul ul {position: static; padding: 10px 0 10px 0; box-shadow: none; width: 100%; margin-left: 0; margin: 0;}
    #header .topmenu  ul ul ul {padding: 10px 0 10px 20px;}
    #header .search-mini-form {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .language-currency-wrapper,
    .header .wishlist-link,
    .header .header-custom-menu-list {display: none;}
    .header .form-language,
    .header .form-currency,
    .header .links,
    body .navbar-default {display: none;}
    header.header .hamburger {
        display: none;
    }
    .header .mobile-wrapper-links .links {
        display: block;
    }
    .header .links:not(.default-links) li a.top-link-login,
    .header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {
        font-size: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .links:not(.default-links) li a.top-link-login:before,
    .header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:before {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    header.header .customer-name-wrapper + .links {
        top: 100% !important;
    }
    .header .middle-block .right-block {float: right;}
    .header .search-mini-form .form-search .action-btn.visible-sm {
        display: table-cell !important;
    }
    .header .search-mini-form .form-search.type-2 .action-btn.visible-sm {
        display: none !important;
    }
    .header .search-mini-form .form-search .btn i {display: block;}
    .header .search-mini-form .form-search .action-btn.visible-sm:after {
        display: block;
        position: absolute;
        content: '';
        height: 22px;
        width: 1px;
        right: 0;
        top: 50%;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255,255,255,0.95);
    }
    .header .search-mini-form.focused .form-search .action-btn.visible-sm:after {
        background-color: rgba(0,0,0,0.08);
    }
    .header .search-mini-form .form-search .search-icon {
        padding: 0;
    }
    .header .search-mini-form .form-search .search-icon .btn {
        padding: 0 15px;
    }
    .header .form-language + .form-currency,
    .header .form-currency + .form-language {
        margin-left: 0;
    }
	ul.topmenu li.level0.nav-1 a.level-top .custom-icon {padding: 0;}
	ul.topmenu li.level0.nav-1 a.level-top .custom-icon:after {content: none;}
    ul.topmenu .default-menu ul li:not(.item) a {
        padding: .7em 20px;
    }
    ul.topmenu li.level0:first-child {padding-left: 15px;}
    ul.topmenu li.level-top,
    ul.topmenu.nav-wide li.level-top,
    ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0;}
    ul.topmenu li.level-top a,
    ul.topmenu.nav-wide li.level-top a,
    ul.topmenu.nav-wide ul.level0 li.level1 a {padding-left: 35px;}
	ul.topmenu.nav-wide .top-content,
	ul.topmenu.nav-wide .bottom-content,
	ul.topmenu.nav-wide .right-content {display: none;}
	ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0; background-color: transparent;}
    .nav-wide .menu-wrapper,
    .nav-wide .menu-inner {background-image: none !important;}
    .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle,
    .mobile-menu-inner ul.topmenu ul li:not(.item) a {
        text-transform: none;
    }
    .mobile-menu-wrapper {display: inline-block;}

    body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:hover,
    body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:focus {
      background-color: rgba(0,0,0,0.2);
      color: rgba(255,255,255,1);
    }
	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}
	#header ul.topmenu li.level0 a.level-top span:after {content: none;}
    .header-layout-1.cms-index-index .header-slider {
        min-height: 144px;
    }
    .header .header-banner .banner {
        margin-top: 0;
    }
    body .header-breadcrumbs-wrapper.fixed-height {height: auto !important;}
    .nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {padding-left: 0; padding-right: 0;}
    .nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 ul a {border-bottom: none;}
    .mobile-menu-inner .nav-wide .menu-wrapper ul.level0 li.level1 > a {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        width: 100%;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > a:after {
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner .category-image {
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {
        opacity: 1;
        position: static;
        left: 0;
        right: 0 ;
        width: 100%;
        z-index: 10;
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 li.level2 {
        float: none !important;
        width: 100%;
        padding: 0 !important;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul {
        display: block;
    }
    .nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > ul,
    .nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1.over li.level2 > ul {
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 {display: block !important;}
    .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {width: 100% !important; margin-right: -8px; padding-left: 30px;}
    .nav-wide .menu-wrapper.tabs-menu:before {display: none;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-inner,
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper {height: auto !important; background-color: transparent; padding: 0 !important; margin-left: 0 !important;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1.over {background-color: transparent;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a {width: 100% !important; border-top: none !important;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a:after {display: none;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .level2 a {padding-left: 0; padding-right: 0;}
    .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {padding: .5em 20px .5em 0px;}
    .nav-wide .menu-wrapper.tabs-menu ul.level1 li.parent:not([data-bold-link='1']) > a:after,
    .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {display: none !important;}

    .menu-block .customer-name strong { display: none; }
    .menu-block .customer-name .user-icon { margin-right: 10px; }

    /*Header custom dropdown*/
    .header .preview-dropdown-wrapper .bottom-links a + a {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header .preview-dropdown-wrapper {margin: 0 0 0 -15px;}
    .header .preview-dropdown-wrapper.skins-block .preview-block,
    .header .preview-dropdown-wrapper .preview-block {width: 100%; padding: 10px 10px 20px; float: none;}
    .header .preview-dropdown-wrapper .block-title {margin-bottom: 0; margin-top: 15px;}
    .header .preview-dropdown-wrapper .preview-block .preview-image {margin-bottom: 10px;}
    .header .preview-dropdown-wrapper.product-page .preview-block {width: 100%;}
    .header .preview-dropdown-wrapper .block-title,
    .header .preview-dropdown-wrapper .bottom-links a,
    .header .preview-dropdown-wrapper .bottom-links a:not(.last),
    .mobile-menu-inner ul.topmenu li.level0 a {color: rgba(0, 0, 0, 0.8) !important; border-color: #d1d1d1; position: relative;}
    .header .preview-dropdown-wrapper .preview-block .preview-image {padding-bottom: 1px;}

    /* Sticky Header */
    #sticky-header .mobile-menu-wrapper {margin-top: 7px;}
    #sticky-header .top-cart {margin-top: 6px;}
    header#sticky-header .top-cart .block-title .cart-qty {
        position: absolute;
        right: 2px;
        top: 5px;
        font-size: 9px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        font-weight: normal;
    }

    .customer-reviews-widget .btn {padding-left: 20px; padding-right: 20px;}

	/* Listing =================================== */
    .meigee-instagram-widget.sidebar-block .block-title {
        margin-left: -10px;
        margin-right: -10px;
    }
    .meigee-instagram-widget.sidebar-block {
        padding: 0 10px 10px;
    }
    .block-cart.block .block-content .product-name a {
        font-size: 1.067em;
    }
    .block-list li.item .product-name a {max-width: 92%; padding-top: .5em; padding-bottom: .5em; padding-left: 0;}
    .block-list li.item .product-name:before {vertical-align: top; position: relative; top: 11px; margin: 0; left: -8px;}
    .block:not(.block-related) .block-content li .product-name a {font-size: 14px;}
    .sidebar .block .actions {text-align: center;}
    .sidebar .block .actions .btn { width: 100%; margin-left: 0; margin-right: 0;}
	.block.block-reorder .actions .btn,
	.block.block-compare .actions .btn { width: 100%; margin-left: 0; margin-right: 0;}
    .sidebar .block.block-compare .actions .btn + .btn,
    .block .actions .btn-default + .btn-primary,
    .sidebar.side-sidebar .block.block-compare .actions .btn + .btn {margin-top: 15px; margin-left: 0;}

    [class*="col2-"] .sidebar .block.block-compare .actions .btn + .btn {margin-left: 0;}
    [class*="col2-"] .sidebar .block-compare .item .product-image {max-width: 35px;}

	body .products-list .product-buttons .btn {margin-bottom: .75em;}

	.block-account li:before {vertical-align: top; position: relative; top: 12px;}
	.block-account li.current:before {vertical-align: top; position: relative; top: 6px;}
	.block.block-account li a {max-width: 86%;}
	.sorter .amount,
	.col3-layout .sorter .amount,
	.col3-layout .sorter .limiter label { display: none; }
    .toolbar .sorter {width: auto;}
	.toolbar .sorter.grid-switcher .view-mode {display: none;}
    .sorter.grid-switcher .sort-by {float: left;}
	.toolbar.no-pagination .sorter {float: none;}
	.toolbar .pager {width: auto; position: absolute; right: 0;}
	.toolbar-bottom .toolbar .pager {position: static;}
	.col3-layout .toolbar .sorter {width: auto;}
    .products-grid .indent.type-2 .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 .product-action-wrapper .add-to-links {display: inline-block;}

	.products-grid.eight-columns .indent.type-2 > *,
	.products-grid.seven-columns .indent.type-2 > *,
	.products-grid.six-columns .indent.type-2 > *,
	.products-grid.five-columns .indent.type-2 > * {
		width: 100% !important;
    }

    /*.sidebar .block-subscribe .validation-advice {top: 100%;}*/
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(3n+2) {
        clear: left !important;
    }
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(3n+1) {
        clear: right !important;
    }

	/* Home Page */
    .text-banners-block .text-banner {
        padding-bottom: 15px;
        padding-left: 7px;
    }
    .text-banners-block .title {
        display: block;
        text-align: center;
        text-transform: none;
        font-size: 11px;
        margin-bottom: 4px;
    }
    .text-banners-block .btn {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .text-banner .banner {width: 75%;}
    .text-banner.first .content-text {left: 40px;}
    .text-banner.last .content-text {right: 40px;}
    .text-banner .content-text .title {font-size: 30px;}
    .text-banner .content-text .text {font-size: 13px;}
    .text-banner.first .content-text {right: 55%;}
    .text-banner.last .content-text {left: 55%;}
    .text-banner.first .owl-buttons {left: 40px; bottom: 40px;}
    .text-banner.last .owl-buttons {right: 40px; bottom: 40px;}
    .block-product-sidebar {
        padding: 15px 10px;
    }
    .block-product-sidebar li {
        padding-top: 10px;
        margin-top: 10px;
    }

    .products-list .item.sold-out .sold-out-label,
    .products-grid .item.sold-out .sold-out-label {padding-left: 8px; padding-right: 8px;}
	.block-related .media-left {display: block; margin: 0 0 .75em; padding: 0;}

	/* Account ============================================= */
  .account-login .new-users {
    margin-bottom: 2.25em;
  }
	.my-account p.order-links { text-align: right; }
	.my-account .product-review .media-body .product-name { margin: 0; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: .75em; clear: both;}
	.my-wishlist .cart-cell .add-to-cart-alt { text-align: center; }
	.my-account .my-wishlist .cart-cell .btn-primary { margin: .75em 0 0; clear: both; }
	.my-wishlist .table-button { margin-bottom: .75em; }
    .my-account table.table .product-name {max-width: 76%;}
    .my-account table.table .nobr {white-space: normal!important;}
    .my-account table.table > thead > tr > td,
    .my-account table.table > tbody > tr > td,
    .my-account table.table > tfoot > tr > td {padding: .75em 9px;}

    .sidebar .block.block-wishlist li.item .product-image {width: 100%; margin-right: 0;}


	.info-block div:last-of-type .inner {padding-right: 40px;}

	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	[class*="col2-"] .box-reviews .customer-rating {width: 30%;}
	[class*="col2-"] .review-box {width: 100%; min-height: 181px;}
	[class*="col2-"] .review-box .review {width: 100%;}
	[class*="col2-"] .box-reviews .rating-block #product-review-table .item,
	.col3-layout .box-reviews .rating-block #product-review-table .item {padding-left: 20px; padding-right: 20px;}
    .box-reviews .more-link {
        position: relative;
        top: auto;
        display: inline-block;
        padding: 11px 0;
    }

	.block-cart .product-image {max-width: 44px;}
	.block-cart.block .block-content .btn-remove{top: -5px;}
	.block-cart .block-content .mini-products-list .product-details {width: 62%;}

    .sidebar .block.block-wishlist#wishlist-slider .actions {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .col3-layout .product-sidebar .block.block-wishlist .slider-buttons,
    .col3-layout .block-related:not(.related-bottom) .slider-buttons {
        position: absolute;
        top: 0;
        margin-top: 0;
    }

	[class*="col2-"] .timer-wrapper.full .timer-box > div {min-width: 30px;}
	[class*="col2-"] .timer-wrapper.full .timer-box > div span {font-size: 2em; min-width: 30px;}
	.timer-wrapper.full .timer-box > div.title {margin-bottom: .5em;}

	#customer-reviews > .pull-left,
	#customer-reviews > .pull-right {float: none!important;}

	#toTop {display: none!important;}
	.form-list label {display: inline-block; float: none;}

	body .toolbar .sorter .a-center {text-align: left!important;}
	#header .right-menu-wrapper {text-align: left;}
    .toolbar.sorter .grid-switcher .view-mode {display: none;}

	body .block-cart .img-container {width: 56px; margin-right: 10px;}
	body .block-cart .block-content .mini-products-list .product-details {width: 60%;}
	body .block-cart .block-content .mini-products-list .product-details  .product-name {font-size: .91em;}
	.col3-layout .toolbar .sorter .a-center {width: 60%;}
	.col3-layout .toolbar .sorter .a-right {width: 40%;}

	.customer-reviews-widget .product-block {padding-left: 20px; padding-right: 20px;}
	.customer-reviews-widget .right-wrapper {width: 60%;}

	.subscribe-block .info {padding-left: 30px;}
	.subscribe-block .input {float: none; clear: both; border-top: solid 1px rgba(0,0,0,.1); text-align: center;}
	.subscribe-block .input .block-subscribe {display: inline-block;}
	.subscribe-block .input .input-wrapper {width: 450px;}
	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}


	.block-cart.block  .block-subtitle { padding-bottom: 1em;}
	.block-cart.block .block-content .btn-remove,
	.block-cart.block .block-content .btn-edit {padding-left: 0!important; padding-right: 0!important; top: 0; float: none; display: block; margin: 0;}
    .block-cart.block .block-content .btn-remove {margin-top: 5px;}
	.block-cart.block .block-content .mini-products-list li .media-left {padding: 0 0 9px;}
	.block-cart.block .block-content .mini-products-list li .product-image {width: 100%; max-width: 100%; min-width: 40px;}
    .block-cart.block .block-content .media-body {padding-left: 10px;}
	.block-cart.block .block-content .product-name {font-size: 12px; margin-left: 0; padding-right: 30px;}
	.products-grid .product-name {font-size: 14px;}
	.products-grid .item.type-2 .indent {padding: 15px;}

    .block.block-wishlist .actions a,
    .sidebar .block-compare a.btn {
        float: none;
        display: block;
    }
    .block.block-wishlist .actions {
        float: none;
    }
    .notice-cookie .notice-inner .notice-text {width: 100%; padding: 0 10px;}
    .notice-cookie .notice-inner a {float: left;}
    .notice-cookie .notice-inner .actions {padding-right: 10px; float: none; display: block; width: auto; padding-top: 10px;}
}

/*  #Mobile (Portrait) ================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.title-buttons { text-align: left; }
	.order-date { float: none; clear: both; padding-top: .75em; }

  .wide-header #header .middle-block,
  .boxed-header #header .middle-block,
  .wide-header #header .top-block,
  .boxed-header #header .top-block,
  .wide-header #header .bottom-block,
  .boxed-header #header .bottom-block {
    border: 0;
  }


	body .col2-left-layout .col-main,
	body .col3-layout .col-wrapper .col-main,
	body .col-left.sidebar,
	body .col-right.sidebar {float: none;}

	body .col-main form .form-list .form-group .gender { width: 100%; margin-bottom: 1em; }
	body .col-main form .form-list .form-group .gender + .customer-dob { width: 100%; }
	body .form-list .gender + .customer-dob .dob-month,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-month,
	body .form-list .gender + .customer-dob .dob-day,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-day,
	body .form-list .gender + .customer-dob .dob-year,
	body .col-main.col-sm-9 .form-list .gender + .customer-dob .dob-year { width: 33.333333333333%; }

	 /* Data Table */
	table.table table,
	table.table thead,
	table.table tbody,
	table.table th,
	table.table td,
	table.table tr {
    display: block;
    border: 0;
    text-align: left;
    width: 100%;
    float: none;
  }
    #super-product-table table.table tr {}
	table.table thead tr { display: none;}
    #shopping-cart-totals-table td {width: 49% !important;}
    #shopping-cart-totals-table td + td {float: right;}
	table.table td a.product-image img{width:100%;}
	table.table td .cart-label { width: 80px; display: inline-block; vertical-align: middle; font-size:1.16em; color:#888; font-weight:normal; }
	table.table td.last { border-bottom: 1px solid #ddd!important; margin-bottom: -1px;}

	table.table tfoot td.last {border: none!important;}
	body.sidebar-left .col2-left-layout .col-main { float: none !important;}

	/* Header */
    .header .mobile-wrapper-links {
        display: inline-block;
    }
    .header .mobile-wrapper-links .links {
        display: block;
    }
    .header .links:not(.default-links) li a.top-link-login,
    .header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout {
        font-size: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
    .header .links:not(.default-links) li a.top-link-login:before,
    .header .mobile-wrapper-links .links:not(.default-links) li a.top-link-logout:before {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
    header.header .customer-name-wrapper + .links {
        top: 100% !important;
    }
    #header .search-mini-form .form-search.type-2 .indent .input-group {
        width: 100%;
    }
    #header .search-mini-form .form-search.type-2 .indent input {width: 95%; font-size: 22px;}
    #header .search-mini-form .form-search.type-2 .logo-wrapper {display: none;}
    .header .customer-name .user-icon i {margin-right: 0; margin-top: 4px;}
    #header .quick-access {padding-top: 10px; padding-bottom: 10px; text-align: center;}
    .language-currency-dropdown {right: auto; left: 0;}
    .language-currency-dropdown:before {right: auto; left: 20px;}
    #header .search-cart-block {float: none;}
    #header .header-socials .btn-default {margin-right: 0;}
    #header .search-mini-form .form-search.type-1 .indent .inner .input-wrapper {width: 100%;}
    #header .search-mini-form .form-search.type-1 .indent .inner input {width: 100%;}
    #header .search-mini-form .form-search.type-1 .indent .btn-close {right: 30px;}
    .header .header-info {display: none;}
    .header .header-banner .banner {margin-top: 10px; margin-bottom: 10px;}
    .header .header-banner .banner + .banner {margin-left: 0; padding-left: 0; border-left: none; margin-top: 10px; margin-bottom: 10px;}
    .header .header-banner {text-align: center;}
    #header ul.social-links + .header-info {margin-left: 0; padding-left: 0; padding-top: 0;padding-bottom: 12px; border-left: none;}
    #header .middle-block .middle-block-inner {position: relative;}
    .nav-wide .menu-wrapper,
    .nav-wide .menu-inner {background-image: none !important;}

    .header .search-mini-form .form-search.type-2 .indent {width: auto;}
    .header .search-mini-form .form-search input { width: 100%; }
    .header .form-language + .form-currency,
    .header .form-currency + .form-language {
        margin-left: 0;
    }
    #header .account-language-currency-wrapper {display: none;}
    #header .top-block ul.social-links {float: none;}
    .language-currency-wrapper,
    .header .wishlist-link,
    .header .header-custom-menu-list {display: none;}
    .header .header-text-banner {margin-bottom: 15px;}
    .header .header-text-banner .image-block {
        max-width: 50%;
    }
    .header .header-text-banner .title {
        font-size: 18px;
    }
    .text-banner .banner-label {
        font-size: 11px;
        font-weight: 500;
        padding: 3px 3px 0px;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1.over > .menu-inner {padding-left: 0; padding-right: 0;}
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 {display: block !important;}
    .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 {width: 100% !important; margin-right: 0; padding-left: 30px;}
    .nav-wide .menu-wrapper.tabs-menu:before {display: none;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-inner,
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .menu-wrapper {height: auto !important; background-color: transparent; padding: 0 !important; margin-left: 0 !important;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1.over {background-color: transparent;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a {width: 100% !important; border-top: none !important;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > a:after {display: none;}
    .nav-wide .menu-wrapper.tabs-menu ul.level0 li.level1 > .level2 a {padding-left: 0; padding-right: 0;}
    .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1 > a {padding: .5em 20px .5em 0px;}
    .nav-wide .menu-wrapper.tabs-menu ul.level1 li.parent:not([data-bold-link='1']) > a:after,
    .nav-wide .menu-wrapper.tabs-menu.vertical li.level1 > a:after {display: none !important;}
    .nav-wide .menu-wrapper.tabs-menu li.level1 > a:after {
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner .category-image {
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner {
        opacity: 1;
        position: static;
        left: 0;
        right: 0 ;
        width: 100%;
        z-index: 10;
        display: none;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul.level1 li.level2 {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .nav-wide .menu-wrapper.tabs-menu li.level1 > .menu-inner ul {
        display: block;
    }
    .nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1 li.level2 > ul,
    .nav-wide .menu-wrapper ul.level0 li.level1:not([data-columns='1']) > .menu-inner ul.level1.over li.level2 > ul {
        display: none;
    }

    ul.social-links li {float: none; display: inline-block;}
    .header .header-custom-links + .form-language:before,
    .header .header-custom-links + .form-currency:before,
    .header .form-currency + .header-custom-links:before,
    .header .form-language + .header-custom-links:before,
    .header .form-language + .social-links:before,
	.header .form-currency + .social-links:before,
	.header .header-custom-links + .social-links:before {content: none;}
	.header .header-text-blocks {margin-bottom: 20px;}
	.header .header-text-blocks span.anystore-icon {margin-right: 0;}
	.header .header-text-blocks span {font-size: 11px;}
	.header .header-text-blocks li + li {margin-left: 7px; padding-left: 0; border-left: none;}
    .header .middle-block .logo-block {float: left;}
    .header .middle-block .search-block {padding-top: 10px; position: static;}
    .header .customer-name-wrapper {
        padding-left: 7px;
        padding-right: 7px;
    }
    .header .search-mini-form .form-search .action-btn.visible-xs {
        display: table-cell !important;
    }

    .header .search-mini-form .form-search .action-btn.visible-xs:after {
        display: block;
        position: absolute;
        content: '';
        height: 22px;
        width: 1px;
        right: 0;
        top: 50%;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: rgba(255,255,255,0.95);
    }
    .header .search-mini-form.focused .form-search .action-btn.visible-xs:after {
        background-color: rgba(0,0,0,0.08);
    }
    .header .search-mini-form .form-search .search-icon {
        padding: 0;
    }
    .header .search-mini-form .form-search .search-icon .btn {
        padding: 0 15px;
    }

	#header .navbar-header .navbar-toggle {display: block; border: none; margin-top: 2px; margin-bottom: 0;}
	.header .navbar-default .navbar-toggle:hover,
	.header .navbar-default .navbar-toggle:focus {background-color: rgba(255,255,255,.1);}
	.header .topmenu.navbar-collapse {
		width: 260px;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 999;
		padding: 1.5em 0;
		transition: left 550ms ease;
	}
	.header .topmenu.navbar-collapse .menu-wrapper {background: none!important;}
	.header .topmenu.navbar-collapse .menu-wrapper ul.level0 {margin: .75em 0;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle {border: none; margin: 0; padding: 0; white-space: normal; line-height: 1.5em; color: inherit;}
    ul.topmenu .default-menu ul li:not(.item) a {
        padding: .7em 20px;
    }
	ul.topmenu li.level0.parent a.level-top:after,
	.header .nav-wide .menu-wrapper ul.level0 li.level1 a span:before {content: none!important;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul {margin-bottom: .5em;}
	.header .nav-wide .menu-wrapper ul.level0 li.level1 > ul a {border: none; padding-top: .5em; padding-bottom: .5em;}
    .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul {border: none;}
    .nav-wide .menu-wrapper ul.level1 li.parent > a:after {display: none;}
    .nav-wide .menu-wrapper ul.level0 li.level1 ul.level1 ul,
    ul.topmenu li ul.menu-wrapper,
    ul.topmenu li div.menu-wrapper {display: none; opacity: 1; visibility: visible; transform: translate(0); transition: none;}
    .nav-wide .menu-wrapper ul.level0 li.level1 span.subtitle, .mobile-menu-inner ul.topmenu ul li:not(.item) a {
        text-transform: none;
    }
	.header .topmenu.navbar-collapse.collapse {left: -300px;}
	.header .topmenu.navbar-collapse.collapse.in {display: block!important; left: 0;}
	.header .topmenu.navbar-collapse > ul,
	.header .topmenu.navbar-collapse li {display: block; margin: 0; float: none; padding: 0!important; width: auto!important;}
	.header .topmenu.navbar-collapse li a {width: 100%; display: block; float: none; padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px;}
	.header .topmenu li.level0.over > a,
	.header .topmenu.navbar-nav li.level0.active > a {background: #e3e3e3;}
	.header .topmenu li.level0 a > i {display: none;}
	.header .topmenu li ul ul {display: none; position: static; width: 100%; box-shadow: none; background: none!important; padding-left: 10px;}
	.header .topmenu li.level0 + li.level0:after,
	.header .topmenu li.level0 + li.level0:before {content: none;}
    .header .mobile-menu-wrapper .topmenu ul ul .menu-item-button {top: 8px;}
	.header .mobile-menu-wrapper .topmenu .menu-item-button {
    position: absolute;
    right: 10px;
    padding: 5px;
    z-index: 1000;
    cursor: pointer;
    font-size: 14px;
    top: 11px;
    color: rgba(0,0,0,0.8);
  }
	.header .topmenu .menu-item-button .icon-minus {display: none;}
	.header .topmenu .menu-item-button.active .icon-minus {display: inline-block;}
	.header .topmenu .menu-item-button.active .icon-plus {display: none;}
	.header .topmenu ul ul .menu-item-button {top: 5px;}
    .nav-wide .menu-wrapper ul.level0 li.level1 > .category-image {display: none;}
	.header .bootstrap-select.btn-group .dropdown-menu {right: auto; left: 0;}
	.header .default-links.links li {padding: 0 8px;}
    .header .form-language + .form-currency:before,
    .header .form-currency + .form-language:before {content: none;}

	.header .form-language,
	.header .form-currency,
	.header .links,
	body .navbar-default,
  .header ul.social-links {
    display: none;
  }
	ul.topmenu li.level0.nav-1 a.level-top .custom-icon { padding: 0;}
	ul.topmenu li.level0.nav-1 a.level-top .custom-icon:after {content: none;}
    .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: 0;
    }
    ul.topmenu li.level-top:not(:last-of-type),
    ul.topmenu.nav-wide li.level-top:not(:last-of-type),
    ul.topmenu.nav-wide ul.level0 li.level1:not(:last-of-type) {
        border-bottom: 1px solid #d1d1d1;
    }
    .header .preview-dropdown-wrapper .bottom-links a + a {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    ul.topmenu ul li:not(.item) a { color: rgba(255,255,255,.8); }

    #header .topmenu  ul ul {position: static; padding: 10px 0 10px 0; box-shadow: none; width: 100%; margin: 0;}
    #header .topmenu  ul ul ul {padding: 0 0 0 20px;}
    ul.topmenu li.level0:first-child {padding-left: 15px;}
    ul.topmenu li.level-top,
	ul.topmenu.nav-wide li.level-top,
	ul.topmenu.nav-wide ul.level0 li.level1 {display: block; margin: 0; float: none; position: relative; width: auto!important; padding: 0;}
	ul.topmenu.nav-wide .top-content,
	ul.topmenu.nav-wide .bottom-content,
	ul.topmenu.nav-wide .right-content {display: none;}
	ul.topmenu.nav-wide .menu-wrapper {position: static; box-shadow: none; padding: 0; background-color: transparent;}
	.mobile-menu-inner ul.topmenu li.level0 a.level-top {margin: 0; padding: 12px 15px 10px!important; color: rgba(255,255,255,.8);}
    .header .preview-dropdown-wrapper .block-title,
    .header .preview-dropdown-wrapper .bottom-links a,
    .header .preview-dropdown-wrapper .bottom-links a:not(.last),
    .mobile-menu-inner ul.topmenu li.level0 a {color: rgba(0, 0, 0, 0.8) !important; border-color: #d1d1d1; position: relative;}
    .mobile-menu-inner ul.topmenu li.level0 a.level-top:hover,
    .mobile-menu-inner ul.topmenu li.level0.over a.level-top,
    .mobile-menu-inner ul.topmenu.navbar-nav li.level0.active > a.level-top {
      background-color: rgba(255,255,255,0.1);
    }
    body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:hover,
    body .mobile-menu-inner  ul.topmenu li.level0.active a.level-top:focus {
      background-color: rgba(0,0,0,0.3);
      color: #222;
    }
	#header ul.topmenu li.level0.first a.level-top .custom-icon.ion-ios-home-outline {margin-left: 0;}
	#header ul.topmenu li.level0 a.level-top span:after {content: none;}
    .header .customer-name i.caret,
	.header .customer-name .user-icon span {display: none;}
    #header .mobile-menu-button {margin-top: 0; margin-bottom: 0;}
    #header .header-custom-block .subscribe-button {margin-right: 0; margin-bottom: 12px;}
    #header .welcome-block {text-align: center;}
    #header .welcome-block .header-phones {float: none;}
    #header .welcome-block .welcome-msg {float: none; margin-bottom: 6px;}
    .header .search-mini-form .form-search .indent {width: 100%;}
    .header .search-mini-form .form-search .btn i {display: block; position: relative; top: 1px;}
    .header .wishlist-link {margin-left: 10px; margin-right: 6px;}
    .header .top-block {text-align: center;}
    .header .right-block {float: none;}
    .header .header-custom-links {
        position: relative;
        margin: 7px 0;
        border: none;
        clear: none;
        float: left;
        padding: 0;
    }
    .header .header-custom-links li a {color: #222;}
    .header .header-custom-links li a i {display: none;}
    .header .header-custom-links .navbar-toggle {margin: 0; padding: 0;}
    .header .header-custom-links .navbar-collapse {
        display: none;
        position: absolute;
        left: 0;
        width: 200px;
        top: 100%;
        background: #fff;
        height: auto!important;
        box-shadow: 0 0 8px rgba(0,0,0,.1);
        z-index: 999;
    }
    #header ul.topmenu li.level0 a.level-top.vertical-parent {
        width: auto !important;
        background: rgba(0,0,0,.1);
        opacity: 1;
    }
    #header ul.topmenu li.level0 a.level-top.vertical-parent:hover {
        color: inherit !important;
    }
    #header ul.topmenu li.level0 a.level-top.vertical-parent .menu-item-button {
        position: absolute;
        line-height: 1;
    }
    #header ul.topmenu li.level0 .vertical-menu-wrapper .menu-item-button {
        top: 3px;
    }
    #header ul.topmenu li.level0 .vertical-menu-wrapper ul.level1 .menu-item-button {
        top: 1px;
    }
    .header .header-custom-links .navbar-collapse.in {display: block;}
    .header .header-custom-links li {border: none; padding: 0 8px; display: block; margin: 5px 0; text-align: left;}
    body .header-breadcrumbs-wrapper {margin: 0;}
    body #header .header-custom-block-wrapper .header-socials {float: none; clear: both; margin: 0 0 .75em; display: block;}
    body .header .links {padding-left: 0; padding-right: 0;}
    body #header .language-wrapper {margin-left: 0;}
    #header .navbar-header .navbar-toggle {float: none; display: inline-block;}
    /*Header custom dropdown*/
    .header .preview-dropdown-wrapper {margin: 0 0 0 -15px;}
    .header .preview-dropdown-wrapper.skins-block .preview-block,
    .header .preview-dropdown-wrapper .preview-block {width: 100%; padding: 10px 10px 20px; float: none;}
    .header .preview-dropdown-wrapper .block-title {margin-bottom: 0; margin-top: 15px;}
    .header .preview-dropdown-wrapper .preview-block .preview-image {margin-bottom: 10px;}
    .header .preview-dropdown-wrapper.product-page .preview-block {width: 100%;}

	.fullwidth-banners .banner {float: none; width: auto;}
    body .header-breadcrumbs-wrapper.fixed-height {height: auto !important;}
    body .header-breadcrumbs-wrapper.with-header-bg-image,
    .header-breadcrumbs-wrapper .breadcrumbs-wrapper.type-3 .breadcrumbs-inner {padding-bottom: 10px; padding-top: 10px;}
    .header-layout-1 .header-wrapper {min-height: auto;}
    .header-layout-1.cms-index-index .header-slider {min-height: 127px;}


	/* Listing */
    .col3-layout .col-right.sidebar {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .sidebar .block-banner .btn {left: 44%;}
    .sidebar .block.block-wishlist li.item .product-details { width: 63%; }

    .products-grid.two-columns li.item,
    .products-grid.three-columns li.item,
    .products-grid.four-columns li.item,
    .products-grid.five-columns li.item,
    .products-grid.six-columns li.item,
    .products-grid.seven-columns li.item,
    .products-grid.eight-columns li.item { width: 100%; }
    .products-grid .item .indent.type-2 .image-box,
    .products-grid .item .indent.type-2 .product-info {
      float: none;
    }
    .products-grid .item .indent.type-2 .image-box {
      width: 100%;
      padding-right: 0;
    }
    .products-grid .item .indent.type-2 .product-info {
      width: 100%;
      padding-left: 0;
    }
    .related-bottom .owl-buttons {
        top: -86px;
    }
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview {
        display: none;
    }

    .products-grid .product-image:before,
    .products-list .product-image:before,
    .footer-products-list .product-image:before {
        content: none;
    }
    .products-grid .indent.type-2 .lightbox-button,
    .products-grid .indent.type-2  .btn-quickview,
    .products-grid .item .indent.type-2 .product-labels-wrapper,
    .footer-products-list  .btn-quickview,
    .footer-products-list .lightbox-button,
    .footer-products-list .product-labels-wrapper {
        display: none;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .add-to-links {display: inline-block;}
    .cat-container .text-banner .banner-content {top: 30%; left: 0; right: 0;}
    .cat-container .text-banner .banner-content.right {left: 0; right: 0;}
    .products-grid:not(.carousel-ul) .listing-banner-wrapper.item {width: 100% !important;}

	/* Toolbar */
	.sorter .limiter label,
	.sorter .amount { display: none; }
	.sorter .view-mode { margin-right: 10px; display: none;}
	.sorter .sort-by .bootstrap-select > .selectpicker { min-width: 90px; }
	.toolbar.no-pagination .sorter {float: left;}
	.toolbar .sorter {width: 100%; float: left;}
	body .toolbar .sorter .limiter {text-align: left!important; margin-left: 18px; display: none;}
	.sorter .view-mode span {display: none;}
	.toolbar .pager {width: auto; position: absolute; right: 10px;}
    .toolbar .pager .pages {margin: -5px 0 -5px 10px; padding: 5px 0 5px 15px; border: none;}
    .toolbar-bottom .toolbar {margin-top: 25px;}
	.toolbar-bottom .toolbar .pager {position: static; margin: 0;}
	.col3-layout .toolbar .sorter {width: auto;}

    .timer-wrapper .title,
    .timer-box > span.title,
    .timer-wrapper.full .timer-box > span.title {float: none;}
    .timer-box > div {min-width: 55px;}


	/* Login Page */
	.account-login .form-list label {float: none;}
	.account-login .new-users {
    margin-bottom: 2.25em;
  }

	/* Account */
	.my-account { margin-bottom: 2.25em; }
	.my-account .form-list li.form-group > div[class*="6"]:first-child { margin-bottom: 1em; }
	.my-account .pager .limiter label,
	.my-account .pager .amount { display: none; }
	.my-account .product-review .product-img-box { float: none; text-align: center; width: auto; }
	.my-account .product-review .product-img-box .product-image { display: inline-block; }
	.my-account .product-review .media-body .product-name { margin-bottom: .75em; }
	.my-account .product-review .media-body .product-details small { float: none; margin-bottom: 1em; clear: both; }
	.my-account .customer-rating { margin-top: -1px; }
	.my-account .my-wishlist .title-buttons .link-rss { float: right; }
	.my-account .my-wishlist .cart-cell .btn-primary { clear: both; }
	.my-account .my-wishlist .form-horizontal .buttons-set .btn { float: none; margin: .75em 0 0; width: 100%; }



	/* Home Page */
    #home-image-slider.owl-theme .owl-dots {
        bottom: 10px;
        right: 10px;
        left: auto;
    }
    #home-image-slider .owl-nav div {
        bottom: 15px;
    }
    #home-image-slider .owl-nav div.owl-prev {
        left: 10px;
    }
    #home-image-slider .owl-nav div.owl-next {
        left: 40px;
    }
    #home-image-slider .owl-nav { display: none; }
    .text-banners-block .text-banner {
        padding-left: 7px;
    }
    .text-banners-block .title {
        text-transform: none;
        font-size: 9px;
    }

    .cms-index-index .subscribe-block .btn.type-2 {margin-left: 0;}

    .banners-block.two-banners .banner,
    .banners-block.three-banners .banner,
    .banners-block.four-banners .banner,
    .banners-block.five-banners .banner,
    .banners-block.six-banners .banner {
        float: none;
        width: 100%;
    }
    .banners-block.three-banners .banner + .banner {
        margin-top: -0.5px;
    }
    .widget-title.text-center.with-owl-buttons,
    .widget-title.with-owl-buttons {
      position: relative;
      padding-right: 0;
      padding-left: 0;
    }
    .widget-title.with-owl-buttons .owl-buttons {
      position: relative;
      top: auto;
      right: auto;
    }
    .text-banner .banner {width: 100%;}
    .text-banner.last .content-text,
    .text-banner.first .content-text {left: 20px; top: 20px; right: 20px;}
    .text-banner .content-text .title {font-size: 30px;}
    .text-banner .content-text .text {font-size: 13px;}
    .text-banner .widget-wrapper {position: static; width: 100%; padding: 10px;}
    .notice-cookie .notice-inner .actions {display: block; width: 100%; float: none; text-align: right;}

	.col3-layout .customer-rating,
	[class*="col2-"] .box-reviews .customer-rating {width: 100%; margin-top: -1px;}
	.col3-layout .nav-tabs > li {float: none;}
	.col3-layout .nav-tabs > li a {width: 100%; max-width: 100%!important;}
	[class*="col2-"] #customer-reviews > div,
	.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
	.col3-layout .review-box,
	[class*="col2-"] .review-box {width: 100%; min-height: 168px;}
	.col3-layout .review-box .review,
	[class*="col2-"] .review-box .review {width: 100%;}
    .box-reviews .more-link {
        position: relative;
        top: auto;
        display: inline-block;
        padding: 11px 0;
    }
	.product-options-bottom .price-box {float: none;}
	#toTop {display: none!important;}
	/*.products-grid:not(.carousel-ul) li.item {width: 100%!important;}
    .products-grid:not(.carousel-ul) li.item:nth-child(2n) {
      clear: right !important;
    }
    .products-grid:not(.carousel-ul) li.item:nth-child(2n+1) {
      clear: left !important;
    }*/
    .products-grid:not(.carousel-ul) li.item:nth-of-type(2n) .indent {
        border-right: none !important;
    }
	.products-grid li.item:last-of-type {margin-bottom: 0;}
	.products-list li.item .image-box {margin-bottom: 1em;}
	.widget-products .products-list .image-box,
	.widget-products .products-list .product-shop {width: 100%; float: none;}
	.my-account .pager .limiter label, .widget-products .pager .limiter label {display: none;}
	.my-account table.table .product-name {white-space: normal; max-width: 82%;}

	.form-list label {float: none;}
	.customer-name-prefix-middlename-suffix label {min-height: 38px;}

	.customer-reviews-widget .product-block {float: none; width: auto; border: none; border-bottom: solid 1px rgba(0,0,0,.1);}
	.customer-reviews-widget .right-wrapper {width: 65%;}
	.customer-reviews-widget .author-block {float: none; width: auto;}

	hr.mobile {display: block;}

	body .products-list {padding-right: 0;}
	body .products-list .btn {float: none; margin: 0;}
    .footer-products-list .product-shop {width: 72%;}
    .products-grid .btn-quickview,
    .products-list .btn-quickview,
    .footer-products-list .btn-quickview{
        height: 40px;
        width: 40px;
        line-height: 42px;
        border-radius: 50%;
        padding: 0;
        min-width: 1px;
    }
    .products-grid .btn-quickview span,
    .products-list .btn-quickview span,
    .footer-products-list .btn-quickview span{
        display: none;
    }
    .products-grid .btn-quickview i,
    .products-list .btn-quickview i,
    .footer-products-list .btn-quickview i {
        display: inline-block;
        line-height: 1;
        font-size: 18px;
        position: relative;
        top: 3px;
    }
    .products-grid .type-2 .btn-quickview i {
        top: 1px;
    }
    .products-grid .item .btn i {
        font-size: 18px;
    }
    body .hover-buttons .btn-quickview {display: none !important;}
    .slider-container.hover-type-2 {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: block; text-align: left;}

	.nav-wide .menu-wrapper .sub-content .menu-banners {margin: 0 -38px; position: static;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner {width: 50%;}
	.nav-wide .menu-wrapper .sub-content .menu-banners .banner a {padding: 0;}
	.product-tabs li {width: 100%;}
	.breadcrumbs-wrapper .page-title + .breadcrumb {float: left;}

    /*Notive cookie*/
    .notice-cookie .notice-inner .notice-text {width: 100%; padding: 0 10px;}
    .notice-cookie .notice-inner a {float: left;}
    .notice-cookie .notice-inner .actions {padding-right: 10px;}

}

/* #Mobile (Landscape) ================================================== */
/* Note: Design for a width of 480px */
/*Two columns mobile*/

/* MODIFICA FLASHEX 23/09/2020 tolto 50% !important */
@media only screen and (min-width: 375px) and (max-width: 767px) {
    .products-grid .image-box {margin-bottom: 10px;}
    .products-grid.default li.item,
    .products-grid.widget-grid li.item,
    .products-grid.related-bottom li.item,
    .product-view #upsell-product-table li.item {
  	//width: 50% !important;
	width:100% !important;
      float: left !important;
    }
    .products-grid.default li.item:not(.owl-item):nth-of-type(2n+1),
    .products-grid.widget-grid li.item:not(.owl-item):nth-of-type(2n+1),
    .products-grid.related-bottom li.item:not(.owl-item):nth-of-type(2n+1),
    .product-view #upsell-product-table li.item:not(.owl-item):nth-of-type(2n+1) {
      clear: left;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper {
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .products-grid .item .indent.type-4 .product-action-wrapper .action-buttons {margin-top: 10px;}
    .products-grid .item .indent.type-4 {padding: 10px;}
    .products-grid .item .indent.type-4 .product-action-wrapper {margin-left: -10px; margin-right: -10px; margin-top: 10px; padding: 10px 10px 0 10px;}


    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(2n+2) {
        clear: left !important;
    }
    .products-grid[class*="-columns"] .listing-banner-wrapper.row-banner ~ li.item:nth-of-type(2n+3) {
        clear: right !important;
    }

}
@media only screen and (max-width: 374px) {
    .products-grid.default li.item,
    .products-grid.widget-grid li.item,
    .products-grid.related-bottom li.item,
    .product-view #upsell-product-table li.item {
      width: 100%!important;
    }
}

@font-face {
  font-family: 'meigee';
  src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigee.eot?4tba15');
  src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigee.eot?4tba15#iefix') format('embedded-opentype'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigee.ttf?4tba15') format('truetype'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigee.woff?4tba15') format('woff'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigee.svg?4tba15#meigee') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="meigee-"] {
  font-family: 'meigee' !important;
  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;
}
[class*=" meigee-"] {
  font-family: 'meigee' !important;
  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;
}
.meigee-author:before {
  content: "\e932";
}
.meigee-category:before {
  content: "\e933";
}
.meigee-clock:before {
  content: "\e934";
}
.meigee-comment:before {
  content: "\e935";
}
.meigee-post:before {
  content: "\e936";
}
.meigee-options-vertical:before {
  content: "\e931";
}
.meigee-readmore:before {
  content: "\e930";
}
.meigee-quickview:before {
  content: "\e92d";
}
.meigee-angle-up:before {
  content: "\e902";
}
.meigee-arrow-down:before {
  content: "\e92b";
}
.meigee-arrow-up:before {
  content: "\e92c";
}
.meigee-phone:before {
  content: "\e92e";
}
.meigee-filter:before {
  content: "\e92f";
}
.meigee-grid-2:before {
  content: "\e924";
}
.meigee-grid-3:before {
  content: "\e925";
}
.meigee-grid-4:before {
  content: "\e926";
}
.meigee-grid-5:before {
  content: "\e927";
}
.meigee-grid-6:before {
  content: "\e928";
}
.meigee-grid-7:before {
  content: "\e929";
}
.meigee-grid-8:before {
  content: "\e92a";
}
.meigee-fa-behance:before {
  content: "\e917";
}
.meigee-fa-flickr:before {
  content: "\e918";
}
.meigee-fa-rss:before {
  content: "\e919";
}
.meigee-fa-facebook:before {
  content: "\e91a";
}
.meigee-fa-google-plus:before {
  content: "\e91b";
}
.meigee-fa-instagram:before {
  content: "\e91c";
}
.meigee-fa-linkedin:before {
  content: "\e91d";
}
.meigee-fa-pinterest-p:before {
  content: "\e91e";
}
.meigee-fa-tumblr:before {
  content: "\e91f";
}
.meigee-fa-twitter:before {
  content: "\e920";
}
.meigee-fa-vimeo:before {
  content: "\e921";
}
.meigee-fa-vine:before {
  content: "\e922";
}
.meigee-fa-youtube-play:before {
  content: "\e923";
}
.meigee-account:before {
  content: "\e900";
}
.meigee-arrow:before {
  content: "\e901";
}
.meigee-arrow-left:before {
  content: "\1f310";
}
.meigee-arrow-right:before {
  content: "\e903";
}
.meigee-cart:before {
  content: "\e904";
}
.meigee-close:before {
  content: "\e905";
}
.meigee-close-small:before {
  content: "\e906";
}
.meigee-compare:before {
  content: "\e907";
}
.meigee-drop:before {
  content: "\e908";
}
.meigee-edit:before {
  content: "\e909";
}
.meigee-email:before {
  content: "\e90a";
}
.meigee-minus:before {
  content: "\e90b";
}
.meigee-nav:before {
  content: "\e90c";
}
.meigee-plus:before {
  content: "\e90d";
}
.meigee-search:before {
  content: "\e90e";
}
.meigee-small-arrow-right:before {
  content: "\e90f";
}
.meigee-sort-down:before {
  content: "\e910";
}
.meigee-sort-up:before {
  content: "\e911";
}
.meigee-star:before {
  content: "\e912";
}
.meigee-support:before {
  content: "\e913";
}
.meigee-wishlist:before {
  content: "\e914";
}
.meigee-wishlist-fill:before {
  content: "\e915";
  color: #f44336;
}
.meigee-zoom:before {
  content: "\e916";
}

@font-face {
  font-family: 'meigeeadditional';
  src:  url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigeeadditional.eot?svep98');
  src:  url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigeeadditional.eot?svep98#iefix') format('embedded-opentype'),
    url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigeeadditional.ttf?svep98') format('truetype'),
    url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigeeadditional.woff?svep98') format('woff'),
    url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/meigeeadditional.svg?svep98#meigeeadditional') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="meigeeadditional-"],
[class*=" meigeeadditional-"] {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'meigeeadditional' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.meigeeadditional-read-more:before {
  content: "\e946";
}
.meigeeadditional-quickview2:before {
  content: "\e947";
}
.meigeeadditional-filter:before {
  content: "\e945";
}
.meigeeadditional-check-new:before {
  content: "\e900";
}
.meigeeadditional-grid-2:before {
  content: "\e901";
}
.meigeeadditional-grid-3:before {
  content: "\e902";
}
.meigeeadditional-grid-4:before {
  content: "\e903";
}
.meigeeadditional-grid-5:before {
  content: "\e904";
}
.meigeeadditional-grid-6:before {
  content: "\e905";
}
.meigeeadditional-grid-7:before {
  content: "\e906";
}
.meigeeadditional-grid-8:before {
  content: "\e907";
}
.meigeeadditional-size:before {
  content: "\e908";
}
.meigeeadditional-author:before {
  content: "\e909";
}
.meigeeadditional-category:before {
  content: "\e90a";
}
.meigeeadditional-clock:before {
  content: "\e90b";
}
.meigeeadditional-comment:before {
  content: "\e90c";
}
.meigeeadditional-post_icon:before {
  content: "\e90d";
}
.meigeeadditional-star:before {
  content: "\e90e";
}
.meigeeadditional-accessories:before {
  content: "\e90f";
}
.meigeeadditional-account:before {
  content: "\e910";
}
.meigeeadditional-add-to-cart:before {
  content: "\e911";
}
.meigeeadditional-arrow_right:before {
  content: "\e912";
}
.meigeeadditional-arrow-left:before {
  content: "\e913";
}
.meigeeadditional-cart:before {
  content: "\e914";
}
.meigeeadditional-chat:before {
  content: "\e915";
}
.meigeeadditional-chat-thin:before {
  content: "\e916";
}
.meigeeadditional-close:before {
  content: "\e917";
}
.meigeeadditional-close-newsletter:before {
  content: "\e918";
}
.meigeeadditional-clothing:before {
  content: "\e919";
}
.meigeeadditional-compare:before {
  content: "\e91a";
}
.meigeeadditional-coupon:before {
  content: "\e91b";
}
.meigeeadditional-coupon-arrow:before {
  content: "\e91c";
}
.meigeeadditional-drop:before {
  content: "\e91d";
}
.meigeeadditional-drop-right:before {
  content: "\e91e";
}
.meigeeadditional-edit:before {
  content: "\e91f";
}
.meigeeadditional-edit-cart:before {
  content: "\e920";
}
.meigeeadditional-electronics:before {
  content: "\e921";
}
.meigeeadditional-envelope:before {
  content: "\e922";
}
.meigeeadditional-envelope-thin:before {
  content: "\e923";
}
.meigeeadditional-furniture:before {
  content: "\e924";
}
.meigeeadditional-glasses:before {
  content: "\e925";
}
.meigeeadditional-health-products:before {
  content: "\e926";
}
.meigeeadditional-household-product:before {
  content: "\e927";
}
.meigeeadditional-leisure:before {
  content: "\e928";
}
.meigeeadditional-musical-instruments:before {
  content: "\e929";
}
.meigeeadditional-navicon:before {
  content: "\e92a";
}
.meigeeadditional-percent:before {
  content: "\e92b";
}
.meigeeadditional-plane:before {
  content: "\e92c";
}
.meigeeadditional-planet:before {
  content: "\e92d";
}
.meigeeadditional-quickview:before {
  content: "\e92e";
}
.meigeeadditional-search:before {
  content: "\e92f";
}
.meigeeadditional-search-close:before {
  content: "\e930";
}
.meigeeadditional-smartphones:before {
  content: "\e931";
}
.meigeeadditional-star2:before {
  content: "\e932";
}
.meigeeadditional-stationery:before {
  content: "\e933";
}
.meigeeadditional-to-top:before {
  content: "\e934";
}
.meigeeadditional-truck:before {
  content: "\e935";
}
.meigeeadditional-windows:before {
  content: "\e936";
}
.meigeeadditional-wishlist:before {
  content: "\e937";
}
.meigeeadditional-zoom:before {
  content: "\e938";
}
.meigeeadditional-wishlist-fill:before {
  content: "\e939";
  color: #f44336;
}
.meigeeadditional-support:before {
  content: "\e93a";
}
.meigeeadditional-sort-up:before {
  content: "\e93b";
}
.meigeeadditional-sort-down:before {
  content: "\e93c";
}
.meigeeadditional-small-arrow-right:before {
  content: "\e93d";
}
.meigeeadditional-plus:before {
  content: "\e93e";
}
.meigeeadditional-nav:before {
  content: "\e93f";
}
.meigeeadditional-minus:before {
  content: "\e940";
}
.meigeeadditional-email:before {
  content: "\e941";
}
.meigeeadditional-close-small:before {
  content: "\e942";
}
.meigeeadditional-arrow:before {
  content: "\e943";
}
.meigeeadditional-arrow-right:before {
  content: "\e944";
}

.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes "fadeOut"{0%{opacity:1;}100%{opacity:0;}}@keyframes "fadeOut"{0%{opacity:1;}100%{opacity:0;}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://www.cittaoro.it/skin/frontend/coccinelle/default/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@media only screen and (min-width: 1008px) {
	.vertical-menu-wrapper {
		position: absolute;
		top: 100%;
		z-index: 99999;
		background-color: #fff;
		padding-top: 8px;
		padding-bottom: 23px;
		margin: 0;
		margin-top: 0;
		border: none;
		border-radius: 0 4px 4px 4px;
		width: 298px;
		display: none;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.vertical-menu-wrapper:before {
		position: absolute;
		top: -5px;
		left: 20px;
		display: block;
		content: '';
		height: 0;
		border-bottom: 5px dashed;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom-color: #fff;
		z-index: 9;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {background-color: transparent;}
	 .vertical-menu-wrapper ul.level0 {overflow: hidden;}
	 #header .vertical-menu-button {
	 	font-size: 15px;
	 	color: #222;
	 	background-color: #eee;
	 	text-transform: none;
	 	padding: 15px 20px;
	 	display: none;
	 	cursor: pointer;
	 	font-weight: 300;
	 }
	#header .vertical-menu-button i {
	    color: #222;
	    margin-right: 10px;
	    vertical-align: middle;
	}
	#header .vertical-menu-wrapper .category-label {
		position: relative;
		top: auto;
		vertical-align: middle;
	}
	#sticky-header .nav-wide li.level-top.vertical-parent {position: relative;}
	#sticky-header .vertical-menu-wrapper {top: 100%; left: 0; margin-top: 0;}
	.vertical-menu-wrapper ul ul {display: none; position: absolute; left: 100%!important; background-color: #fff; width: 200px; padding: 1.5em; box-shadow: 0 0 9px rgba(0,0,0,.2); z-index: -1;}
	.vertical-parent.over .vertical-menu-wrapper ul li.parent.over ul {display: block;}
	.vertical-menu-wrapper ul ul a {
		opacity: 0;
		transition: opacity 300ms ease;
		-moz-transition: opacity 300ms ease;
		-webkit-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
	}
	ul.topmenu .vertical-menu-wrapper li ul.shown-sub,
	ul.topmenu .vertical-menu-wrapper li div.shown-sub {z-index: 1;}
	ul.topmenu .vertical-menu-wrapper li ul.shown-sub a,
	ul.topmenu .vertical-menu-wrapper li div.shown-sub a {opacity: 1;}
	.nav-wide .vertical-menu-wrapper  ul.level0 li.level1 {display: block;}
	header#header .vertical-menu-button span.close,
	header#header .vertical-menu-wrapper .vertical-menu-button i.icon-minus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button i.icon-plus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button span.open {display: none;}
	#header .vertical-menu-button span {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		text-transform: none;
	}
	header#header .vertical-menu-wrapper .vertical-menu-button i.icon-plus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button i.icon-minus,
	header#header .vertical-menu-wrapper.open .vertical-menu-button span.close {display: inline-block;}
	ul.topmenu li .vertical-menu-wrapper.shown-sub {display: block!important; opacity: 1 !important; z-index: 99999;}
	.vertical-menu-wrapper:not(.default-open) {display: none!important;}
	#header ul.topmenu li.vertical-parent {
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		border-radius: 0;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {
		font-family: 'Work Sans', sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.2;
		color: rgba(0, 0, 0, 0.80);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-radius: 0;
		margin-right: 6px;
		padding: 15px 19px;
		z-index: 99;
		background: none;
		text-transform: none;
		z-index: 999991;
		transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:hover,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:focus,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:active,
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top.over {
		border-color: transparent;
		background-color: rgba(0,0,0,0.06);
		border-radius: 4px 4px 0 0;
		opacity: 1;
		color: #2979ff;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:before {
		content: '\0078';
		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: 16px;
		margin-right: 10px;
		color: inherit;
		vertical-align: middle;
		position: relative;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top span:after {content: none;}
	#sticky-header ul.topmenu li.vertical-parent ul.level1 a i {display: none;}
	ul.topmenu li.vertical-parent li.level1 a i.custom-icon {
		display: inline-block;
		vertical-align: middle;
		margin: -7px 0;
		position: relative;
		left: auto;
		top: auto;
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	ul.topmenu li.vertical-parent li.level1 a i.custom-icon:before {color: rgba(0,0,0,0.8); margin: 0; min-width: 40px; font-size: 20px; display: inline-block;}
	ul.topmenu li.vertical-parent li.level1 > a {padding: 12px 23px; display: block; line-height: 1.4;}
	ul.topmenu li.vertical-parent li.level1 > a.active,
	ul.topmenu li.vertical-parent li.level1 > a:hover {background-color: #eee;}
	ul.topmenu li.vertical-parent li.level1 span.subtitle {padding: 0; font-size: 13px; text-transform: none; color: rgba(0,0,0,0.8);}
	ul.topmenu li.vertical-parent ul.level0 li.level1 > a i.custom-icon + span.subtitle {padding-left: 0;}
	ul.topmenu li.vertical-parent li.level1.parent > a:after {
		font-family: 'meigeeadditional' !important;
		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;
		content: "\e91e";
		font-size: 8px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -4px;
		font-size: 8px;
		color: rgba(0,0,0,.4);
	}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) {position: static;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 {width: 530px; background: #fff; top: 0; background-repeat: no-repeat; box-shadow: none; border: solid 1px #ddd; min-height: 100%;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li {float: left;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a {font-family: 'Work Sans', sans-serif; font-weight: 500; color: rgba(0,0,0,0.8); font-size: 14px;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:hover,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:focus,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a:active,
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li > a.active {color: #2979ff;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul {display: block; position: static; box-shadow: none; width: auto; background: none; padding: 0;}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul a {
		font-size: 13px;
		color: #888;
	}
	.vertical-menu-wrapper li.level1:not(.default-dropdown) > ul.level1 > li ul a:hover {color: inherit;}
}
@media only screen and (min-width: 1332px){
    .vertical-menu-wrapper.default-open {display: block; opacity: 0; z-index: -1;}
    #sticky-header .vertical-menu-wrapper {display: none;}

}
@media only screen and (min-width: 1008px) and (max-width: 1331px) {
	.vertical-menu-wrapper {width: 236px; padding-top: 2px;}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		text-transform: none;
	}
	#header ul.topmenu li.vertical-parent > a.vertical-parent.level-top:before {
		margin-right: 7px;
	}
	ul.topmenu li .vertical-menu-wrapper.shown-sub {padding-bottom: 10px;}
}
@media only screen and (min-width: 768px) and (max-width: 1007px) {
	.vertical-parent .default-open {margin-left: -15px; margin-right: -15px;}
	.vertical-parent .default-open li.level1 a {padding: .75em 20px !important; display: block;}
	ul.topmenu .vertical-parent li {float: none; width: 100% !important;}
	.vertical-menu-wrapper {display: none;}
}
@media only screen and (max-width: 767px) {
	.vertical-parent .default-open {margin-left: -15px; margin-right: -15px;}
	.vertical-parent .default-open li.level1 a {padding: .75em 20px !important; display: block;}
	ul.topmenu .vertical-parent li {float: none; width: 100% !important;}
	.vertical-menu-wrapper {display: none;}
}

/*flashex 02-04-2021 captcha*/
.captcha-image {
    float: none;
	max-width:220px;
}

/*flashex 24-03-2021 fix popup privacy*/
#privacy-message {
    width: 80%!important;
    display: contents!important;
    margin: 0 auto;
}
#privacy-message, .secondary {
    padding-bottom: 10px!important;
    float: left!important;
    margin-right: 30px!important;
}
button#enhanced-privacy-popup-agree {
    min-height: 32px!important;
    width: 100px!important;
    padding: 0px!important;
    border-radius: 15px!important;
    background-color: forestgreen!important;
    border: none!important;
	bottom:2px;
	line-height:10px!important;
}
div#enhanced-privacy-popup {
    background-color: ghostwhite;
    padding: 7px 30px 8px 30px!important;
}
/*fine fix*/


/*FLASHEX background prodotti correlati */
.product-view .related-bottom.block-related, .product-view .box-up-sell {
    filter: contrast(97%);
}

/*FLASHEX campi nome cognome onestepcheckout*/
.form-list input.required-entry{
	border: 1px solid;
    border-radius: 15px;
	}
.onestepcheckout-coupons input.input-text {
    border-radius: 15px;
    border: 1px solid #888;
}
select#id_feedback {
    border: 1px solid #ccc;
}
.form-list .field select {
    border: 1px solid #ccc;
    padding-left: 10px;
}

/*FLASHEX resiling casella codice coupon*/

#discount-coupon-form input.form-control {
    background-color: #ffffff!important;
    border-color: #ff0000!important;
	border-radius:5px!important;
}

/*flashex modifica 04112020 header n.6 burgundy per allineare le icone*/
.header .search-mini-form{padding:0;}
@media only screen and (min-width:1008px){
.home-slider-wrapper {
    margin-top: -40px!important;
	}}
.header .logo-wrapper{text-align: left!important;margin-left:24px;}
.header .welcome-msg{display:none;}
img.slide-item{display:block;margin:0 auto;}

/*centratura logo mobile*/
@media only screen and (max-width: 767px){
.header .logo-wrapper {
    margin-left: 75%!important;
    
	}}

/*fine modifica del 04112020*/

/* flashex 23092020 modifica caroselli home per mobile */
@media only screen and (max-width: 767px) and (min-width: 375px){
.products-grid.default li.item, .products-grid.widget-grid li.item, .products-grid.related-bottom li.item, .product-view #upsell-product-table li.item {
    width: 100% !important;
    float: left !important;
}}

@media screen and (max-width: 767px){
.mobile-device .item.product-hover-3 .description-cart-wrapper {
    position: relative;
    top: auto;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    transform: none;
    margin: 0 auto!important;
    text-align: center;
}}

@media screen and (max-width: 768px){
.item.product-hover-3 .description-cart-wrapper {
    width: 100%;
}}

@media screen and (max-width: 768px){
.item.product-hover-3 .description-cart-wrapper {
    width: 100%;
    margin: 0 auto!important;
    text-align: center!important;
}}

/*fine mobile*/
/*flashex tasto cart non allineato nella homepage*/
.item.product-hover-3 .description-cart-wrapper{text-align:center!important;position: relative!important;}

/*fine tasto cart*/

.cart-collaterals .estimate-block, .home-slider-wrapper .slider-counter, .product-view .availability-price-block *, .product-view .product-custom, .sidebar .paypal-logo, .tax-details {
	display: none
}
.boxed-footer-bg #footer .footer-bottom .container::after, .boxed-footer-bg #footer .footer-bottom .container::before, .boxed-footer-bg #footer .footer-middle .container::after, .boxed-footer-bg #footer .footer-middle .container::before, .boxed-footer-bg #footer .footer-top .container::after, .boxed-footer-bg #footer .footer-top .container::before, .force-fullwidth-block.subscribe-block .container:after, .force-fullwidth-block.subscribe-block .container:before, .product-view .box-up-sell, .product-view .box-up-sell::after, .product-view .box-up-sell::before, .product-view .related-bottom.block-related, .product-view .related-bottom.block-related::after, .product-view .related-bottom.block-related::before, body.boxed-content .breadcrumbs-wrapper, body.boxed-content .breadcrumbs-wrapper>.container, body.boxed-content .content-wrapper, body.boxed-content .content-wrapper>.container, body.boxed-content-bg .bordered-inner-wrapper, body.boxed-content-bg .breadcrumbs-wrapper>.container, body.boxed-content-bg .content-wrapper>.container, body.wide-content .breadcrumbs-wrapper, body.wide-content .breadcrumbs-wrapper>.container, body.wide-content .content-wrapper, body.wide-content .content-wrapper>.container {
	background-color: #fff
}
.block:not(.topCartContent), .breadcrumbs-wrapper .breadcrumbs-inner, .cms-index-index .subscribe-block, .footer-products-list .item+.item, .order-info, .page-subtitle, .page-title, .postWrapper, .products-list .item+.item, .top-banner .top-banner-content .title, [class*=boxed-content] .content-wrapper>.container, body[class*=boxed-content] .breadcrumbs-wrapper:not(.type-3) .container, form .buttons-set, hr.solid, table.table-bordered>tbody>tr>td, table.table-bordered>tbody>tr>th, table.table-bordered>tfoot>tr>td, table.table-bordered>tfoot>tr>th, table.table-bordered>thead>tr>td, table.table-bordered>thead>tr>th {
	border-color: rgba(0,0,0,.1)
}
.divider {
	background-color: rgba(0,0,0,.1)
}
html body {
	color: rgba(0,0,0,.6);
	font-family:"opensans_light";
	color:#414042;
	line-height:1.7;
}
#product-attribute-specs-table .manufacturer td, .box-tags .tags a, .page-sitemap .links a, .page-sitemap .sitemap li a, .postTitle .postDetails a, .tags-list a, body a {
	color: #D39B42
}
.box-tags .tags a:hover, .header .top-header-links li a:hover, .page-sitemap .links a:hover, .page-sitemap .sitemap li a:hover, .postTitle .postDetails a:hover, .tags-list a:hover, body a:hover {
	color: #222
}
.masonry-grid .item:hover .product-info-top, .post-wrapper .inner-wrapper .post-img::before, .post-wrapper li.item .inner-wrapper::before, .v-ellipsis .read-more-link::before {
	background-color: #D39B42
}
.v-ellipsis .read-more-link {
	color: #D39B42
}
.box-tags .tags a:active, .box-tags .tags a:focus, .header .top-header-links li a:active, .header .top-header-links li a:focus, .page-sitemap .links a:active, .page-sitemap .links a:focus, .page-sitemap .sitemap li a:active, .page-sitemap .sitemap li a:focus, .postTitle .postDetails a:active, .postTitle .postDetails a:focus, .tags-list a:active, .tags-list a:focus, body a:active, body a:focus {
	color: #222
}
.page-title h1, .page-title h2, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
	color: rgba(0,0,0,.8);
	font-family:"opensans_light";!important
}
ul.breadcrumb li a {
	color: rgba(0,0,0,.6)
}
ul.breadcrumb li a:active, ul.breadcrumb li a:focus, ul.breadcrumb li a:hover {
	color: #222
}
.breadcrumbs-wrapper .breadcrumb>li+li:before, ul.breadcrumb li strong {
	color: rgba(0,0,0,.3)
}
input.input-text:focus, input.qty:focus, input[id*=qty]:focus, input[type=text]:focus, input[type=password]:focus, select.form-control:focus, select:focus, textarea.form-control:focus, textarea:focus {
	color: rgba(0,0,0,.6);
	background-color: #fff;
	border-color: rgba(0,0,0,.2)
}
.action-secondary a.btn-default, body .btn-default {
	color: #fff;
	background-color: #D59D47;
	border-color: #D59D47
}
.action-secondary a.btn-default:active, .action-secondary a.btn-default:focus, .action-secondary a.btn-default:hover, body .btn-default.active, body .btn-default.focus, body .btn-default:active, body .btn-default:focus, body .btn-default:hover {
	color: #fff;
	background-color: #272727;
	border-color: #272727
}
.btn-quickview, body .btn-primary {
	color: rgba(0,0,0,.6);
	background-color: #fff;
	border-color: rgba(0,0,0,.1)
}
.btn-quickview.active, .btn-quickview.focus, .btn-quickview:active, .btn-quickview:focus, .btn-quickview:hover, body .btn-primary.active, body .btn-primary.focus, body .btn-primary:active, body .btn-primary:focus, body .btn-primary:hover {
	color: rgba(0,0,0,.6);
	background-color: #e5e5e5;
	border-color: #e5e5e5
}
.owl-buttons>div, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	color: rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0)
}
.owl-buttons>div:focus, .owl-buttons>div:hover, .owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(0,0,0,0)
}
.owl-carousel .owl-dot span {
	background-color: rgba(0,0,0,.6)
}
.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:focus span, .owl-carousel .owl-dot:hover span {
	background-color: rgba(0,0,0,1)
}
#header, .header .welcome-msg {
	color: rgba(0,0,0,.6)
	/*FLASHEX RESTYLING*/
	background:#f2f2f2;
	box-shadow:10px #333;
	/*FINE FLASHEX*/
}
/*FLASHEX dimensione top block*/
.header .top-block{font-size:18px!important;}
/*flashex fine*/

/*FLASHEX colore icone*/

header.header .top-cart .block-title .top-cart-icon i{color:#333;}



.boxed-header #header .bottom-block, .boxed-header #header .middle-block, .boxed-header #header .top-block, .boxed-header-bg #header .bottom-block .container, .boxed-header-bg #header .middle-block .container, .boxed-header-bg #header .top-block .container, .wide-header #header .bottom-block, .wide-header #header .middle-block, .wide-header #header .top-block {
	border-color: rgba(255,255,255,.1);
	/*FLASHEX RESTYLING
	background-color: #272727
	*/
		background-color: #ffffff;

}
/*flashex restyling aggiunto stile top bar separatamente*/
.boxed-header #header .top-block{background-color:#f5f5f5!important;}

/*flashex bordo barra menu*/
#header .container {
    border-bottom: 1px solid #9e9e9e1f!important;
}

/*fine*/

/*FLASHEX 22-11-2019*/
/*fix dropdown login*/
.options-wrapper .options-dropdown{right:-120px;}
/*fine*/

.header .search-mini-form .form-search input {
	color: rgba(0,0,0,.3);
	background-color: #fff;
	border-color: rgba(0,0,0,.04)
}
.boxed-header #header .top-cart .top-block, .boxed-header-bg #header .top-cart .top-block, .options-wrapper .options-dropdown .dropdown-item+.dropdown-item, .options-wrapper .options-dropdown .dropdown-item+.switcher, .options-wrapper .options-dropdown .switcher+.dropdown-item, .options-wrapper .options-dropdown .switcher+.switcher, .wide-header #header .top-cart .top-block {
	border-color: rgba(0,0,0,.1)
}
.header .clickable-search.open .search-mini-form .form-search input, .header .search-mini-form .form-search input:focus {
	color: rgba(0,0,0,.6);
	background-color: #fff;
	border-color: rgba(0,0,0,.1)
}
#header .clickable-search .search-mini-form .form-search .search-button, .header .search-mini-form .form-search .btn {
	color: #000
}
#header .clickable-search .search-mini-form .form-search .search-button:hover, .header .search-mini-form .form-search .btn:active, .header .search-mini-form .form-search .btn:focus, .header .search-mini-form .form-search .btn:hover {
	color: rgba(0,0,0,.6)
}
.header .search-mini-form.focused .form-search .btn {
	color: #000
}
.header .search-mini-form.focused .form-search .btn:active, .header .search-mini-form.focused .form-search .btn:focus, .header .search-mini-form.focused .form-search .btn:hover {
	color: rgba(0,0,0,.6)
}
#header .menu-button, .options-wrapper .options-block.language-currency, .options-wrapper.side-menu .options-block {
	color: rgba(0,0,0,.8)
}
.options-wrapper.account-wrapper .options-block {
/*flashex restyling colore icona account
	color: #fff*/
	color:#333;
}
#header .menu-button.active, #header .menu-button:active, #header .menu-button:hover, .options-wrapper .options-block.language-currency.open, .options-wrapper .options-block.language-currency:active, .options-wrapper .options-block.language-currency:hover, .options-wrapper.account-wrapper .options-block.open, .options-wrapper.account-wrapper .options-block:active, .options-wrapper.account-wrapper .options-block:hover, .options-wrapper.side-menu .options-block.open, .options-wrapper.side-menu .options-block:active, .options-wrapper.side-menu .options-block:hover {
	color: #D39B42
}
.options-wrapper .options-dropdown .label, .options-wrapper.account-wrapper .options-dropdown .label {
	color: rgba(0,0,0,.4)
}
.options-wrapper .options-dropdown, .options-wrapper.account-wrapper .options-dropdown {
	background-color: #fff
}
.options-wrapper .options-dropdown .form-currency.list a, .options-wrapper .options-dropdown .form-language.list a, .options-wrapper .options-dropdown ul.links li a {
	color: rgba(0,0,0,.6)
}
.options-wrapper .options-dropdown .form-currency.list a:active, .options-wrapper .options-dropdown .form-currency.list a:focus, .options-wrapper .options-dropdown .form-currency.list a:hover, .options-wrapper .options-dropdown .form-language.list a:active, .options-wrapper .options-dropdown .form-language.list a:focus, .options-wrapper .options-dropdown .form-language.list a:hover, .options-wrapper .options-dropdown ul.links li a:active, .options-wrapper .options-dropdown ul.links li a:focus, .options-wrapper .options-dropdown ul.links li a:hover {
	color: rgba(0,0,0,.8)
}
.options-wrapper.account-wrapper .options-dropdown ul.links li a {
	color: rgba(0,0,0,.6)
}
.options-wrapper.account-wrapper .options-dropdown ul.links li a:active, .options-wrapper.account-wrapper .options-dropdown ul.links li a:focus, .options-wrapper.account-wrapper .options-dropdown ul.links li a:hover {
	color: rgba(0,0,0,.8)
}
.header .wishlist-link a {
	/*flashex restyling colore icona wishlist
	color: #fff*/
	color:#333;
}
.header .wishlist-link a:active, .header .wishlist-link a:focus, .header .wishlist-link a:hover {
	color: #D39B42
}
.header .wishlist-link .count {
	color: #fff;
	background-color: #e82323
}
header.header:not(#sticky-header) .top-cart .block-title {
	color: #fff
}
header.header:not(#sticky-header) .top-cart .block-title.active, header.header:not(#sticky-header) .top-cart .block-title:hover {
	color: #D39B42
}
header.header .top-cart .block-title .cart-qty {
	color: #fff;
	background-color: #e82323
}
#header .top-cart .top-block, #sticky-header .top-cart .top-block {
	background-color: #edf7ed
}
header.header .top-cart .block-content {
	background-color: #fff
}
.header.header .top-cart .block-content .actions .btn-primary {
	background-color: #4caf50;
	border-color: #4caf50;
	color: #fff
}
, .header.header .top-cart .block-content .actions .btn-primary:active, .header.header .top-cart .block-content .actions .btn-primary:focus, .header.header .top-cart .block-content .actions .btn-primary:hover {
background-color:#222;
border-color:#222;
color:#fff
}
header.header .top-cart .block-content .mini-products-list .price, header.header .top-cart .block-content .subtotal .price {
	color: rgba(0,0,0,.8)
}
header.header .top-cart a.btn-edit, header.header .top-cart a.btn-remove {
	color: rgba(0,0,0,.4)
}
header.header .top-cart a.btn-edit:active, header.header .top-cart a.btn-edit:focus, header.header .top-cart a.btn-edit:hover, header.header .top-cart a.btn-remove:active, header.header .top-cart a.btn-remove:focus, header.header .top-cart a.btn-remove:hover {
	color: rgba(0,0,0,.8)
}
header.header .top-cart .block-content .mini-products-list .cart-price-qt strong, header.header .top-cart .block-content .subtotal .label {
	color: rgba(0,0,0,.4)
}
header.header .top-cart .block-content .mini-products-list .product-name, header.header .top-cart .block-content h4 {
	color: rgba(0,0,0,.8)
}
header.header .top-cart .block-content .actions .btn-default {
	background-color: #fff;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.6)
}
, header.header .top-cart .block-content .actions .btn-default:active, header.header .top-cart .block-content .actions .btn-default:focus, header.header .top-cart .block-content .actions .btn-default:hover {
background-color:rgba(0,0,0,.1);
border-color:rgba(0,0,0,.1);
color:rgba(0,0,0,.6)
}
.header ul.social-links li a {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,0)
}
.header ul.social-links li a:active, .header ul.social-links li a:focus, .header ul.social-links li a:hover {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,.06)
}
.content-wrapper .form-subscribe-header, .content-wrapper .subscribe-block .block-title {
	color: rgba(0,0,0,.8)
}
.content-wrapper .subscribe-block .block-content input[type=text] {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: rgba(0,0,0,.3)
}
.content-wrapper .subscribe-block .block-content input[type=text]:focus {
	background-color: #fff;
	border-color: rgba(0,0,0,.2);
	color: rgba(0,0,0,.6)
}
.content-wrapper .subscribe-block .btn {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: #000
}
.content-wrapper .subscribe-block .btn:active, .content-wrapper .subscribe-block .btn:focus, .content-wrapper .subscribe-block .btn:hover {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.1);
	color: #000
}
#home-image-slider.owl-theme .owl-dots .owl-dot {
	border-color: rgba(0,0,0,.2)
}
#home-image-slider.owl-theme .owl-dots .owl-dot.active, #home-image-slider.owl-theme .owl-dots .owl-dot:hover {
	background-color: rgba(0,0,0,.8);
	border-color: rgba(0,0,0,.8)
}
#home-image-slider .owl-item .text strong, #home-image-slider .owl-item .title, .home-slider-wrapper .slider-counter {
	color: rgba(0,0,0,.8)
}
#home-image-slider .owl-item .subtitle, #home-image-slider .owl-item .text {
	color: rgba(0,0,0,.3)
}
#home-image-slider .owl-nav div {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,0)
}
#home-image-slider .owl-nav div:hover {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,.1)
}
#shopby-block .slide-container, #shopby-slider .slide-container {
	background-color: #fff;
	color: rgba(0,0,0,.8)
}
#shopby-block a:hover .slide-container, #shopby-slider a:hover .slide-container {
	background-color: rgba(0,0,0,.8);
	color: #fff
}
#shopby-block .slide-container .btn, #shopby-slider .slide-container .btn {
	color: rgba(0,0,0,.3)
}
#shopby-block a:hover .slide-container .btn, #shopby-slider a:hover .slide-container .btn {
	color: #fff
}
.product-view .product-options dl dd input.input-text {
	border: 1px solid #d39b41
}
#p_method_paypal_express+label {
	font-size: 15px;
	font-style: normal
}
.box-left h1, .box-right h2 {
	font-size: 21px;
	font-weight: 800
}
@media only screen and (min-width:1008px) and (max-width:1500px) {
.nav-wide .menu-wrapper.default-menu ul.level0 li>a:hover span, .nav-wide .menu-wrapper.tabs-menu.horizontal li.level3>a:hover span, .nav-wide .menu-wrapper.tabs-menu.vertical li.level3>a:hover span, .nav-wide .menu-wrapper:not(.default-menu) ul.level1>a:hover span, .nav-wide .menu-wrapper:not(.tabs-menu) li.level2>a:hover span {
	box-shadow: 0 1px 0 0 #D39B42
}
.header:not(#sticky-header) ul.topmenu li.level0 a.level-top, .header:not(#sticky-header) ul.topmenu li.level0 a.level-top:hover, .header:not(#sticky-header) ul.topmenu li.level0.over a.level-top {
	/*flashex restyling colore sfondo menu
	background-color: #272727;
	color: #fff
	*/
	background-color:transparent;
	color:#000000;
	font-family:'futura_bk_btbook'!important;
	-webkit-font-smoothing: antialiased !important;
	text-transform:uppercase;
	letter-spacing: -0.8px;
	padding:30px 14px;
	
}
}
@media only screen and (min-width:1008px){
	.owl-carousel.owl-drag .owl-item{
		/*FLASHEX modifica prodotti correlati 2020*/
		/*margin-top:250px!important;*/
		margin-top:50px!important;
}
		
		}
.related-bottom .owl-buttons i {
			color: #000000!important;}
/*NASCONDO I TABS - flashex 2020*/
.product-collateral{display:none;}

@media only screen and (min-width:1008px){
.home-slider-wrapper {
    position: relative;
    margin-top: 200px;
	}}
/*fine*/

.nav-wide .menu-wrapper:not(.default-menu) ul.level0 li.level1 span.subtitle{
	font-family:'futura_bk_btbook'!important;
	font-size:12px;
	text-transform:uppercase;
	}
.nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2 > a {
    font-size: 14px;
    font-family: 'futura_bk_btbook';
}

.nav-wide .menu-wrapper.default-menu ul.level0 li.level1{
	font-family:'futura_bk_btbook';
	font-size:12px;
	text-transform:uppercase;
	}
	ul.topmenu li a{font-size:13px;}

@media only screen and (min-width: 768px){
ul.topmenu li.level0 a.level-top{
	font-size:13px;
	}

}

ul.topmenu li.level0 a.level-top{font-family:'futura_bk_btbook'!important;text-transform:uppercase;font-size:13px;}

@media only screen and (min-width: 1008px){
#sticky-header ul.topmenu li.level0 a.level-top {
    font-size: 13px;
}
}


/*fine flashex*/

ul.topmenu li.level0 a.level-top:hover span:not(.menu-item-button):after {
	background-color: #fff
}
.header:not(#sticky-header) ul.topmenu li.level0 a.level-top:active, .header:not(#sticky-header) ul.topmenu li.level0 a.level-top:focus, .header:not(#sticky-header) ul.topmenu.navbar-nav li.level0.active>a.level-top {
	/*flashex restyling colore sfondo menu active
	background-color: #272727;
	color: #fff*/
	background-color:trnsparent;
	color:#999;
	/*fine flahsex*/
}
/* modifica voci menu principali più marcate flashex */
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2>a, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2>a, .nav-wide .menu-wrapper:not(.default-menu):not(.tabs-menu) ul.level0 li.level1>a {
	/*color: #272727;*/
/*inizio modifica*/
font-size:18px;
font-weight:bold;
color:#666;

/*fine modifica*/	
}
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2>a:hover, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2>a:hover, .nav-wide .menu-wrapper:not(.default-menu):not(.tabs-menu) ul.level0 li.level1>a:hover {
	color: #D59D47
}
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2>a:active, .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level2>a:focus, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2>a:active, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level2>a:focus, .nav-wide .menu-wrapper:not(.default-menu):not(.tabs-menu) ul.level0 li.level1>a:active, .nav-wide .menu-wrapper:not(.default-menu):not(.tabs-menu) ul.level0 li.level1>a:focus {
	color: #272727
}
.nav-wide .menu-wrapper.tabs-menu.horizontal li.level3>a, .nav-wide .menu-wrapper.tabs-menu.vertical li.level3>a, .nav-wide .menu-wrapper:not(.default-menu) ul.level1 a, .nav-wide .menu-wrapper:not(.tabs-menu) li.level2>a {
	color: rgba(0,0,0,.8)
}
.nav-wide .menu-wrapper.tabs-menu.horizontal li.level3>a:hover, .nav-wide .menu-wrapper.tabs-menu.vertical li.level3>a:hover, .nav-wide .menu-wrapper:not(.default-menu) ul.level1 a:hover, .nav-wide .menu-wrapper:not(.tabs-menu) li.level2>a:hover {
	color: #D39B42
}
.nav-wide .menu-wrapper.default-menu, .nav-wide .menu-wrapper.default-menu ul {
	background-color: #fff
}
.nav-wide .menu-wrapper.default-menu ul li a {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,0)
}
.nav-wide .menu-wrapper.default-menu ul li a:active, .nav-wide .menu-wrapper.default-menu ul li a:focus, .nav-wide .menu-wrapper.default-menu ul li a:hover, .nav-wide .menu-wrapper.default-menu ul.level0 li.over>a, .nav-wide .menu-wrapper.default-menu ul.level0 li>a:hover {
	color: #D39B42;
	background-color: rgba(0,0,0,.06)
}
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 {
	background-color: rgba(0,0,0,0)
}
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1>a {
	color: #222
}
.nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1.over>a, .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1>a:active, .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1>a:focus, .nav-wide .menu-wrapper.tabs-menu.horizontal ul.level0 li.level1>a:hover {
	color: #222;
	background-color: rgba(0,0,0,.06)
}
.nav-wide .menu-wrapper.tabs-menu.vertical:before {
	background-color: #fff
}
.nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1>a {
	color: #222
}
.nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1.over>a, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1>a:active, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1>a:focus, .nav-wide .menu-wrapper.tabs-menu.vertical ul.level0 li.level1>a:hover {
	color: #222;
	background-color: rgba(0,0,0,.06)
}
}
.category-label.label_one, .topmenu .level0 ul .category-label.label_one {
	background-color: #f44336;
	color: #fff
}
.category-label.label_two, .topmenu .level0 ul .category-label.label_two {
	background-color: #f72525;
	color: #fff
}
.category-label.label_three, .topmenu .level0 ul .category-label.label_three {
	background-color: #03a9f4;
	color: #fff
}
#footer, #footer .support-block span:not(.icon-more) {
	color: rgba(0,0,0,.4)
}
#footer .block-title, #footer .footer-block-title.accordion-title, #footer .support-block a, .accordion-list .accordion-item .accordion-title, .icon-support.meigee-support {
	color: rgba(0,0,0,.8)
}
#footer .footer-block-title.accordion-title, .accordion-list .accordion-item .accordion-title {
	border-color: rgba(0,0,0,.1)
}
#footer a {
	color: rgba(0,0,0,.6)
}
#footer a:active, #footer a:focus, #footer a:hover {
	color: #D39B42
}
.boxed-footer #footer .footer-bottom, .boxed-footer #footer .footer-middle, .boxed-footer #footer .footer-top, .boxed-footer-bg #footer .footer-bottom .container, .boxed-footer-bg #footer .footer-middle .container, .boxed-footer-bg #footer .footer-top .container, .wide-footer #footer .footer-bottom, .wide-footer #footer .footer-middle, .wide-footer #footer .footer-top {
	background-color: #fff;
	border-color: rgba(0,0,0,.1)
}
#footer .subscribe-block .block-title {
	color: rgba(0,0,0,.8)
}
#footer .block-subscribe .form-subscribe-header label, #footer .subscribe-block .block-content label {
	color: rgba(0,0,0,.6)
}
#footer .subscribe-block .block-content input[type=text] {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: rgba(0,0,0,.3)
}
#footer .subscribe-block .block-content input[type=text]:focus {
	background-color: #fff;
	border-color: rgba(0,0,0,.2);
	color: rgba(0,0,0,.6)
}
#footer .subscribe-block .btn {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: #000
}
#footer .subscribe-block .btn:active, #footer .subscribe-block .btn:focus, #footer .subscribe-block .btn:hover {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.1);
	color: #000
}
#footer ul.social-links li a {
	color: rgba(0,0,0,.5);
	background-color: rgba(0,0,0,0)
}
#footer ul.social-links li a:active, #footer ul.social-links li a:focus, #footer ul.social-links li a:hover {
	color: rgba(0,0,0,.8);
	background-color: rgba(0,0,0,.06)
}
.price, .price-currency {
	color: rgba(0,0,0,.8)
}
.price-box .special-price .price {
	color: #f72525
}
.item.sold-out .price, .item.sold-out .price-currency, .old-price .price, .product-main-information .price-box .old-price .price, .product-main-information .price-box .old-price .price-currency {
	color: rgba(0,0,0,.3)
}
.box-reviews .rating-block .stars-wrapper .value i, .rating-box {
	color: rgba(0,0,0,.2)
}
.box-reviews .rating-block .stars-wrapper .value i.active, .rating-box .rating {
	color: #333
}
.ratings .rating-links {
	color: rgba(0,0,0,.6)
}
.ratings .amount a:hover, .ratings .rating-links a:hover {
	color: #D39B42
}
.availability.in-stock {
	color: #4caf50
}
.availability.out-of-stock {
	color: #f72525
}
.product-name a, .sidebar .block .product-name a:not(.btn) {
	color: #222
}
.product-info-wrapper .desc {
	color: rgba(0,0,0,.6)
}
.product-name a:active, .product-name a:focus, .product-name a:hover, .sidebar .block .product-name a:not(.btn):active, .sidebar .block .product-name a:not(.btn):focus, .sidebar .block .product-name a:not(.btn):hover {
	color: #D39B42;
	box-shadow: 0 1px 0 0 #D39B42
}
.actions-hover-buttons .btn, .description-cart-wrapper .btn, body .btn-default.btn-cart {
	background-color: #222;
	border-color: #222;
	color: #fff
}
.actions-hover-buttons .btn:active, .actions-hover-buttons .btn:focus, .actions-hover-buttons .btn:hover, .description-cart-wrapper .btn:active, .description-cart-wrapper .btn:focus, .description-cart-wrapper .btn:hover, body .btn-default.btn-cart:active, body .btn-default.btn-cart:focus, body .btn-default.btn-cart:hover {
	background-color: #D39B42;
	border-color: #D39B42;
	color: #fff
}
.actions-hover-buttons .btn-quickview {
	background-color: #fff;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.6)
}
.actions-hover-buttons .btn-quickview:active, .actions-hover-buttons .btn-quickview:focus, .actions-hover-buttons .btn-quickview:hover {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: rgba(0,0,0,.6)
}
.action-secondary a, .image-box .hover-buttons a {
	background-color: #fff;
	color: #000
}
.action-secondary a:active, .action-secondary a:focus, .action-secondary a:hover, .image-box .hover-buttons a:active, .image-box .hover-buttons a:focus, .image-box .hover-buttons a:hover {
	background-color: rgba(0,0,0,.06);
	color: #000
}
.image-box .link-wishlist-wrapper a {
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,.5)
}
.image-box .link-wishlist-wrapper a:active, .image-box .link-wishlist-wrapper a:focus, .image-box .link-wishlist-wrapper a:hover {
	background-color: rgba(0,0,0,0);
	color: #f44336
}
.pager .pages li>a {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,.8);
	border-color: #e5e5e5
}
.pager .pages li>a:active, .pager .pages li>a:focus, .pager .pages li>a:hover {
	background-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.8);
	border-color: #e5e5e5
}
.pager .pages li.current {
	background-color: #0a0a0a;
	color: rgba(255,255,255,1);
	border-color: #0a0a0a
}
.product-hover-2 .action-secondary a i, .product-hover-2 .actions-hover-buttons .btn i, .product-hover-2 .description-cart-wrapper .btn i, .product-hover-2 .image-box .hover-buttons a i, body .product-hover-2 .btn-default.btn-cart i {
	background-color: #fff;
	border-color: #fff;
	color: #333
}
.product-hover-2 .action-secondary a:active i, .product-hover-2 .action-secondary a:focus i, .product-hover-2 .action-secondary a:hover i, .product-hover-2 .actions-hover-buttons .btn:active i, .product-hover-2 .actions-hover-buttons .btn:focus i, .product-hover-2 .actions-hover-buttons .btn:hover i, .product-hover-2 .description-cart-wrapper .btn:active i, .product-hover-2 .description-cart-wrapper .btn:focus i, .product-hover-2 .description-cart-wrapper .btn:hover i, .product-hover-2 .image-box .hover-buttons a:active i, .product-hover-2 .image-box .hover-buttons a:focus i, .product-hover-2 .image-box .hover-buttons a:hover i, body .product-hover-2 .btn-default.btn-cart:active i, body .product-hover-2 .btn-default.btn-cart:focus i, body .product-hover-2 .btn-default.btn-cart:hover i {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #333
}
.product-hover-2 .actions-hover-buttons .btn-quickview {
	background-color: #fff;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.6)
}
.product-hover-2 .actions-hover-buttons .btn-quickview:active, .product-hover-2 .actions-hover-buttons .btn-quickview:focus, .product-hover-2 .actions-hover-buttons .btn-quickview:hover {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: rgba(0,0,0,.6)
}
.item.product-hover-3 .indent::before {
	background-color: #fff
}
.product-hover-3 .actions-hover-buttons .btn, .product-hover-3 .description-cart-wrapper .btn, body .product-hover-3 .btn-default.btn-cart {
	background-color: #222;
	border-color: #222;
	color: #fff
}
.product-hover-3 .actions-hover-buttons .btn:active, .product-hover-3 .actions-hover-buttons .btn:focus, .product-hover-3 .actions-hover-buttons .btn:hover, .product-hover-3 .description-cart-wrapper .btn:active, .product-hover-3 .description-cart-wrapper .btn:focus, .product-hover-3 .description-cart-wrapper .btn:hover, body .product-hover-3 .btn-default.btn-cart:active, body .product-hover-3 .btn-default.btn-cart:focus, body .product-hover-3 .btn-default.btn-cart:hover {
	background-color: #D39B42;
	border-color: #D39B42;
	color: #fff
}
.product-hover-3 .action-secondary a i, .product-hover-3 .actions-hover-buttons .btn-quickview i, .product-hover-3 .hover-buttons .btn-quickview i, .product-hover-3 .image-box .hover-buttons a i {
	background-color: #fff;
	border-color: #fff;
	color: #333
}
.product-hover-3 .action-secondary a:active i, .product-hover-3 .action-secondary a:focus i, .product-hover-3 .action-secondary a:hover i, .product-hover-3 .actions-hover-buttons .btn-quickview:active i, .product-hover-3 .actions-hover-buttons .btn-quickview:focus i, .product-hover-3 .actions-hover-buttons .btn-quickview:hover i, .product-hover-3 .hover-buttons .btn-quickview:active i, .product-hover-3 .hover-buttons .btn-quickview:focus i, .product-hover-3 .hover-buttons .btn-quickview:hover i, .product-hover-3 .image-box .hover-buttons a:active i, .product-hover-3 .image-box .hover-buttons a:focus i, .product-hover-3 .image-box .hover-buttons a:hover i {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #333
}
.product-hover-3 .product-listing-carousel .owl-nav .owl-next, .product-hover-3 .product-listing-carousel .owl-nav .owl-prev {
	background-color: rgba(255,255,255,.6);
	color: rgba(0,0,0,.6)
}
.product-hover-3 .product-listing-carousel .owl-nav .owl-next:hover, .product-hover-3 .product-listing-carousel .owl-nav .owl-prev:hover {
	background-color: rgba(255,255,255,1);
	color: #000
}
.eight-columns .image-box .actions-hover-buttons a i, .eight-columns .image-box .btn-quickview i, .eight-columns .image-box .hover-buttons a i, .eight-columns .image-box .link-wishlist-wrapper a, .main-container[class*=col2] .five-columns .image-box .actions-hover-buttons a i, .main-container[class*=col2] .five-columns .image-box .btn-quickview i, .main-container[class*=col2] .five-columns .image-box .hover-buttons a i, .main-container[class*=col2] .five-columns .image-box .link-wishlist-wrapper a, .seven-columns .image-box .actions-hover-buttons a i, .seven-columns .image-box .btn-quickview i, .seven-columns .image-box .hover-buttons a i, .seven-columns .image-box .link-wishlist-wrapper a, .six-columns .image-box .actions-hover-buttons a i, .six-columns .image-box .btn-quickview i, .six-columns .image-box .hover-buttons a i, .six-columns .image-box .link-wishlist-wrapper a, .slider-columns-6 .image-box .actions-hover-buttons a i, .slider-columns-6 .image-box .btn-quickview i, .slider-columns-6 .image-box .hover-buttons a i, .slider-columns-6 .image-box .link-wishlist-wrapper a, .slider-columns-7 .image-box .actions-hover-buttons a i, .slider-columns-7 .image-box .btn-quickview i, .slider-columns-7 .image-box .hover-buttons a i, .slider-columns-7 .image-box .link-wishlist-wrapper a, .slider-columns-8 .image-box .actions-hover-buttons a i, .slider-columns-8 .image-box .btn-quickview i, .slider-columns-8 .image-box .hover-buttons a i, .slider-columns-8 .image-box .link-wishlist-wrapper a, body[class*="2-columns"] .five-columns .image-box .actions-hover-buttons a i, body[class*="2-columns"] .five-columns .image-box .btn-quickview i, body[class*="2-columns"] .five-columns .image-box .hover-buttons a i, body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper a {
	background-color: #fff;
	color: #000;
	border-color: transparent
}
.eight-columns .image-box .btn-quickview:hover i, .eight-columns .image-box .hover-buttons a:hover i, .eight-columns .image-box .link-wishlist-wrapper a:hover, .main-container[class*=col2] .five-columns .image-box .btn-quickview:hover i, .main-container[class*=col2] .five-columns .image-box .hover-buttons a:hover i, .main-container[class*=col2] .five-columns .image-box .link-wishlist-wrapper a:hover, .seven-columns .image-box .btn-quickview:hover i, .seven-columns .image-box .hover-buttons a:hover i, .seven-columns .image-box .link-wishlist-wrapper a:hover, .six-columns .image-box .btn-quickview:hover i, .six-columns .image-box .hover-buttons a:hover i, .six-columns .image-box .link-wishlist-wrapper a:hover, .slider-columns-6 .image-box .btn-quickview:hover i, .slider-columns-6 .image-box .hover-buttons a:hover i, .slider-columns-6 .image-box .link-wishlist-wrapper a:hover, .slider-columns-7 .image-box .btn-quickview:hover i, .slider-columns-7 .image-box .hover-buttons a:hover i, .slider-columns-7 .image-box .link-wishlist-wrapper a:hover, .slider-columns-8 .image-box .btn-quickview:hover i, .slider-columns-8 .image-box .hover-buttons a:hover i, .slider-columns-8 .image-box .link-wishlist-wrapper a:hover, body[class*="2-columns"] .five-columns .image-box .btn-quickview:hover i, body[class*="2-columns"] .five-columns .image-box .hover-buttons a:hover i, body[class*="2-columns"] .five-columns .image-box .link-wishlist-wrapper a:hover {
	background-color: rgba(0,0,0,.06);
	color: #000;
	border-color: transparent
}
.sorter .view-mode .item {
	background-color: #fff;
	border-color: #cecece;
	color: #cecece
}
.sorter .view-mode .item.current, .sorter .view-mode .item:hover, .sorter .view-mode strong.item {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
.sorter .asc, .sorter .desc {
	background-color: #fff;
	border-color: #cecece;
	color: #000
}
.sorter .asc:hover, .sorter .desc:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
.block-layered-nav:not(.mobile) .block-content li a.btn-remove {
	background-color: #e6e6e7;
	color: rgba(0,0,0,.5)
}
.block-layered-nav:not(.mobile) .block-content .currently li:not(.swatch-current) span.value {
	border-color: #e6e6e7
}
.block-layered-nav:not(.mobile) .block-content li a.btn-remove:active, .block-layered-nav:not(.mobile) .block-content li a.btn-remove:focus, .block-layered-nav:not(.mobile) .block-content li a.btn-remove:hover {
	background-color: #0a0a0a;
	color: #fff
}
.block-layered-nav:not(.mobile) .block-content .actions .btn {
	background-color: #f44336;
	border-color: #f44336;
	color: #fff
}
.block-layered-nav:not(.mobile) .block-content .actions .btn:active, .block-layered-nav:not(.mobile) .block-content .actions .btn:focus, .block-layered-nav:not(.mobile) .block-content .actions .btn:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
.sidebar .block a:not(.btn), .sidebar-inner {
	color: rgba(0,0,0,.6)
}
.block-account .block-content li a:hover, .block-account .block-content li.current, .block-account .block-content li:before, .block.block-viewed .block-content li a:before, .sidebar .block a:not(.btn):active, .sidebar .block a:not(.btn):focus, .sidebar .block a:not(.btn):hover, [class*=block-blog-] .block-content ul:not(.tagcloud) li a:before {
	color: #D39B42
}
.block-layered-nav .block-content dt, .block-layered-nav .block-title, .sidebar .block-title {
	color: rgba(0,0,0,.8)
}
.sidebar .block {
	border-color: rgba(0,0,0,.1)
}
#AddToCart-popup dd .swatch-link:not(.has-image) .swatch-label, .block-layered-nav dd .swatch-link:not(.has-image) .swatch-label, .product-view dd .swatch-link:not(.has-image) .swatch-label {
	background-color: #fff;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.8)
}
#AddToCart-popup dd .selected .swatch-link:not(.has-image) .swatch-label, #AddToCart-popup dd .swatch-link:not(.has-image) .swatch-label:hover, .block-layered-nav dd .selected .swatch-link:not(.has-image) .swatch-label, .block-layered-nav dd .swatch-link:not(.has-image) .swatch-label:hover, .product-view dd .selected .swatch-link:not(.has-image) .swatch-label, .product-view dd .swatch-link:not(.has-image) .swatch-label:hover {
	background-color: #0A0A0A;
	border-color: #0A0A0A;
	color: #fff
}
#AddToCart-popup dd .configurable-swatch-list li.selected .swatch-link .swatch-label:before, #AddToCart-popup dd .swatch-link .swatch-label:hover:before, .block-layered-nav dd .swatch-link .swatch-label:hover:before, .block-layered-nav dd li.selected .swatch-link .swatch-label:hover:before, .product-view dd .swatch-link .swatch-label:hover:before, .product-view dd li.selected .swatch-link .swatch-label:before {
	box-shadow: 0 0 0 2px #0A0A0A, 0 0 0 3px #0A0A0A
}
.sidebar .block.block-layered-nav a:not(.btn) {
	color: rgba(0,0,0,.6)
}
.sidebar .block.block-layered-nav a:not(.btn):active, .sidebar .block.block-layered-nav a:not(.btn):focus, .sidebar .block.block-layered-nav a:not(.btn):hover {
	color: #D39B42
}
.sidebar .block-subscribe .block-content label {
	color: rgba(0,0,0,.6)
}
.sidebar .block-subscribe .block-content input[type=text] {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: rgba(0,0,0,.3)
}
.sidebar .block-subscribe .block-content input[type=text]:focus {
	background-color: #fff;
	border-color: rgba(0,0,0,.2);
	color: rgba(0,0,0,.6)
}
.sidebar .block-subscribe .block-content .btn {
	background-color: rgba(0,0,0,.04);
	border-color: rgba(0,0,0,.04);
	color: #000
}
.sidebar .block-subscribe .block-content .btn:active, .sidebar .block-subscribe .block-content .btn:focus, .sidebar .block-subscribe .block-content .btn:hover {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.1);
	color: #000
}
.box-reviews .block-title h2, .box-up-sell .widget-title h2, .product-view .top-wrapper .product-name h1, .related-bottom .widget-title h2 {
	color: rgba(0,0,0,.8)
}
.product-options .block-link.size-chart {
	color: #222
}
.product-options .block-link.size-chart:active, .product-options .block-link.size-chart:focus, .product-options .block-link.size-chart:hover {
	color: #651fff
}
.product-view .add-to-cart .addtocart-message {
	color: #f72525
}
ul.add-to-links li a {
	background-color: rgba(0,0,0,0);
	color: #000
}
ul.add-to-links li a:active, ul.add-to-links li a:focus, ul.add-to-links li a:hover {
	background-color: rgba(0,0,0,.06);
	color: #000
}
.product-labels-wrapper>div {
	background-color: #f72525;
	color: #fff
}
.product-labels-wrapper>div.label-new {
	background-color: #03a9f4;
	color: #fff
}
.product-view .add-to-cart .btn {
	color: #fff
}
/*flashex restyling colore tasto aggiungi al carrello on hover*/
/*.product-view .add-to-cart .btn:active, .product-view .add-to-cart .btn:focus, .product-view .add-to-cart .btn:hover {
	background-color: #222;
	border-color: #222;
	color: #fff
}*/
.product-view .add-to-cart .btn:active, .product-view .add-to-cart .btn:focus, .product-view .add-to-cart .btn:hover {
	background-color: #4caf50;
	border-color: #8bc34a;
	color: #fff;
}


.quantity-wrapper input.qty, .quantity-wrapper input[id*=qty] {
	background-color: rgba(0,0,0,.04);
	color: rgba(0,0,0,.8);
	padding: 0
}
.quantity-wrapper .btn-qty i {
	background-color: rgba(0,0,0,.04);
	color: rgba(0,0,0,.33)
}
.quantity-wrapper .btn-qty i:focus, .quantity-wrapper .btn-qty i:hover {
	background-color: rgba(0,0,0,.1);
	color: #222
}
.std .tier-prices, .tier-prices {
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,.5);
	border-left-color: #edbd31
}
#super-product-table .tier-prices .price, .tier-prices .price {
	color: rgba(0,0,0,.8)
}
.product-collateral .panel-group .panel, .product-view .nav-tabs {
	border-color: rgba(0,0,0,.1)
}
.panel.panel-default .panel-heading a, .product-view .nav-tabs li a {
	color: rgba(0,0,0,.4)
}
.panel.panel-default .panel-heading a:focus, .panel.panel-default .panel-heading a:hover, .panel.panel-default .panel-heading.open a, .panel.panel-default .panel-heading.open a:focus, .panel.panel-default .panel-heading.open a:hover, .product-view .nav-tabs li a:focus, .product-view .nav-tabs li a:hover, .product-view .nav-tabs li.active a, .product-view .nav-tabs li.active a:focus, .product-view .nav-tabs li.active a:hover {
	color: rgba(0,0,0,.8)
}
.customer-reviews-wrapper .review-box-wrapper .review-box, .customer-reviews-wrapper .review-box-wrapper .top-block {
	border-color: rgba(0,0,0,.1);
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,.5)
}
.customer-reviews-wrapper .review-box-wrapper .customer, .customer-reviews-wrapper .review-box-wrapper .review-title {
	color: rgba(0,0,0,.8)
}
.customer-reviews-wrapper .review-box-wrapper .date {
	color: rgba(0,0,0,.3)
}
.fullwidth-banner.fullwidth-block .fullwidth-inner {
	/*flashex restyling colore banner spedizione gratuita
	background-color: #d59d47;*/
	background-color:#252525;
	background-image: none
}
.box-left, .box-right {
	background-color: #f6f6f6;
	text-align: center
}
.box-left {
	padding: 23%
}
.link-box {
	color: #000
}
.link-box:hover {
	color: #D39B42
}
.box-right {
	padding: 29%
}
#result, .text-box {
	font-weight: 700;
	text-align: center
}
.no-padding {
	padding: 0;
	margin: 0
}
.text-box {
	background: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 10px
}
.no-padding-left {
	padding-left: 0
}
.no-padding-right {
	padding-right: 0
}
.m-bottom-30 {
	margin-bottom: 30px
}
.welcome-text {
	text-align: center;
	/*flashex restylign colore welcometext top bar
	color: #767676*/
	color:#333!important;
}
.position {
	padding: 24px 10px
}
.title-gallery {
	text-align: center;
	margin: 10px 0;
	font-size: 40px;
	padding-bottom: 30px
}
.subtitle-gallery {
	text-align: center;
	font-size: 16px;
	padding-top: 20px!important;
	padding-bottom: 20px!important
}
.products-grid.widget-grid .product-image {
	/*flashex restyling bordo grid prodotti homepage
		border: 2px solid*/
	
}
/*flashex restyling colori Aggiungi al Carrello pagina prodotto*/
/*.product-view .add-to-cart .btn {
	background-color: #D79C50;
	border-color: #D79C50
}*/

.product-view .add-to-cart .btn {
	background-color: #000000;
	border-color: #333333;
}

.note-msg, .notice-msg, .product-labels-wrapper>div:not(.label-new) {
	/*flashex restyling box sconto nei prodotti
	background-color: #d39b42 */
	/* GRIGIO 
	background-color:#737373; */
	font-size:16px;
	padding:9px;
	border-radius:7px;
}
.product-main-information .price-box .price, .product-main-information .price-box .price-currency {
	color: #D79C50;
	font-size: 44px
}
.product-view .top-wrapper .price-box .old-price .price {
	margin-top: 0;
	/*flashex restyling
	font-size: 18px*/
	font-size:30px;
}
.valutation {
	background: #e6e6e6;
	padding-bottom: 15px;
	margin-top: 30px
}
.valprice {
	font-size: 22px
}
input.input-text, input.qty, input[id*=qty], input[type=text], input[type=password], select, select.form-control, textarea, textarea.form-control {
	color: rgba(0,0,0,.79);
	background-size: 10px;
	background-position: calc(100% - 10px) calc(53%);
	background-repeat: no-repeat;
	-webkit-appearance: none;
	background-color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(0,0,0,.04);
	padding: 0 20px;
	border-radius: 0;
	box-shadow: none;
	-moz-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	background-clip: padding-box
}
#result {
	background: #545454;
	font-size: 20px;
	height: 50px;
	padding: 10px;
	color: #fff
}
form label {
	margin-right: 10px
}
.fieldset .legend {
	float: inherit;
	margin-bottom: 20px
}
button {
	color: #fff;
	background-color: #D59D47;
	font-size: 14px;
	font-family: Barlow, sans-serif;
	font-weight: 500;
	padding: 0 30px;
	text-transform: uppercase;
	line-height: 48px;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #D59D47;
	color: rgba(255,255,255,1);
	position: relative;
	z-index: 1;
	min-height: 50px;
	outline: 0;
	letter-spacing: 1px
}
button:hover {
	color: #fff;
	background-color: #212121
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}
.embed-container embed, .embed-container iframe, .embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.title-page {
	padding-bottom: 30px;
	text-align: center
}
.product-view .top-wrapper .price-box .special-price {
	float: none
}
.product-view .top-wrapper .product-name h1 {
	font-size: 30px
}
.products-grid .price-box .old-price, .products-grid .price-box .special-price {
	float: inherit
}
.product-image-gallery {
	border: 1px solid #d79c50
}
.product-view .product-img-box .more-views .more-views-inner .item a {
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2)
}
.product-view .product-img-box .more-views .more-views-inner .item a:hover {
	-webkit-box-shadow: 0 0 2px 0 #d79c50;
	-moz-box-shadow: 0 0 2px 0 #d79c50;
	box-shadow: 0 0 2px 0 #d79c50
}
.product-collateral .panel-group .panel, .product-view .nav-tabs {
	border-color: #d79c508c
}
.image-box {
	/*flashex restyling bordo prodotti
	border: 2px solid #d39b41*/
	border:1px solid #e8e8e8;
	border-radius:20px;
}
.item:hover .image-box .hover-buttons {
	border-top: 1px solid #8080804a;
	border-left: 1px solid #8080804a
}
.right-information-block {
	display: flex
}
.points .title {
	font-weight: 700;
	color: #d79c50
}
.checkout-cart-index .header .logo-wrapper {
	float: none;
	text-align: center
}
.opc-index-index input[type=text], .opc-index-index input[type=password], .opc-index-index select {
	border: 1px solid #d39b42
}
.opc-index-index select, select.form-control {
	background-color: #fff;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px
}
#checkout-review-table-wrapper .item-options {
	display: none
}
#checkout-review-table-wrapper .product-name {
	font-size: 13px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	margin: 0 0 1em;
	overflow: hidden
}
#checkout-review-table tfoot {
	border-top: 1px solid
}
.opc-wrapper-opc .opc-data-table tfoot tr:last-child td strong .price {
	font-weight: 800
}
.opc-wrapper-opc .comment-block textarea, .payment-block input[type=radio]+label:before, div.radio input[type=radio]+label:before {
	border: 1px solid #d39b41
}
.opc-wrapper-opc .payment-block .form-alt {
	font-size: 13px;
	font-style: inherit;
	margin-bottom: 5px;
	border: 1px solid #eee;
	background-color: #eee;
	padding: 5px
}
.opc-wrapper-opc .shipping-block .price {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background: 0 0;
	padding: 5px
}
#footer .horizontal-links {
	display: block
}
.std b, .std strong {
	color: #000
}
.toolbar-bottom {
	display: block!important
}
.m-l-negative {
	margin-left: -10px
}
#header .menu-button {
	color: #d59d48
}
.delivery-time {
	display: none
}
.input-box #brand {
	height: 220px
}
.header .welcome-msg {
	color: #dcb154
}
.opc-messages-action .button span, .opc-messages-action .button span span, .opc-wrapper-opc .btn span, .opc-wrapper-opc .btn span span, .opc-wrapper-opc .btn-primary.btn span span, .opc-wrapper-opc .btn-primary.btn:hover span span, .opc-wrapper-opc .discount-block .button span, .opc-wrapper-opc .discount-block .button span span, .opc-wrapper-opc .giftcard .button span, .opc-wrapper-opc .giftcard .button span span, .opc-wrapper-opc .opc-login-trigger, .opc-wrapper-opc .opc-menu .opc-login-trigger, .opc-wrapper-opc .opc-menu .opc-login-trigger:hover, .opc-wrapper-opc .payment-block dt, .review-menu-block a.review-total {
	background-color: transparent!important
}
#checkout-review-submit .btn {
	width: 100%;
	background-color: #D59D47;
	border-color: #D59D47;
	color: #fff
}



.opc-wrapper-opc .btn-primary.btn span span, .opc-wrapper-opc .opc-menu .opc-login-trigger {
	color: #fff!important
}
.opc-messages-action .button:hover span, .opc-messages-action .button:hover span span, .opc-wrapper-opc .btn:hover span span, .opc-wrapper-opc .discount-block .button:hover span span, .opc-wrapper-opc .opc-review-actions .view-agreement:hover, .opc-wrapper-opc .payment-block dt.active label, .opc-wrapper-opc .payment-block dt:hover label, .opc-wrapper-opc a:hover, .review-menu-block a.review-total.open, .review-menu-block a.review-total.open span, .review-menu-block a.review-total:hover, .review-menu-block a.review-total:hover span, h3:hover .expand_plus {
	color: #000!important
}
div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list a.wh-widget-send-button-get-button:hover {
	display: none!important
}
.cookie-policy-bar {
	text-align: center;
	position: fixed;
	z-index: 999;
	background: #272727;
	bottom: 70px;
	width: 400px;
	left: 40px;
	color: #fff;
	border-radius: 6px;
	padding: 20px!important
}
#privacy-message, .secondary {
	padding-bottom: 10px
}
/*flashex 24-03-2021 disattivato per regole nuove (prime righe) */
/*#privacy-message {
	width: 290px;
	display: block;
	margin: 0 auto
}*/
.secondary a:hover {
	color: #acacac
}
#is_subscribed {
	left: 0
}
@media only screen and (max-width:767px) {
.position, .welcome-text {
	display: none
}
.account-login .new-users {
	width: 100%
}
.registered-users {
	width: 100%!important
}
#header .menu-button {
	/*flashex restyling colore hamburger menu
	color: rgba(255,255,255,.8)*/
	color:rgba(49, 49, 49, 0.8);
}
#sticky-header .small-logo {
	margin: 10px 0 10px 72px;
	line-height: 40px;
	float: right
}
.header .logo-wrapper {
	padding: 0;
	text-align: inherit;
	max-width: inherit;
	margin-left: 45%;
	width: 130px
}
#home-image-slider .owl-item .title {
	font-size: 18px
}
.fullwidth-banner.fullwidth-block .fullwidth-inner {
	padding-top: 4px!important;
	padding-bottom: 4px!important
}
.fullwidth-banner .title {
	padding-bottom: 5px;
	margin-bottom: 2px;
	font-size: 20px
	font-family:'opensans_light'!important;
}

.fullwidth-banner .text
	{	
	font-famiyly:'opensans_light'!important;
	}


.title-gallery {
	font-size: 30px;
	padding-bottom: 0
}
.no-padding-left {
	padding-left: 10px
}
.no-padding-right {
	padding-right: 10px
}
.m-l-negative {
	margin-left: 0
}
.box-left {
	padding: 3%
}
.box-right {
	padding: 10%
}
.box-category {
	margin-bottom: 20px
}
.padding-mobile {
	padding-left: 53px;
	padding-right: 53px
}
.widget-products {
	padding: 20px
}
.products-grid.eight-columns:not(.carousel-ul) .item:nth-of-type(8n+1), .products-grid.five-columns:not(.carousel-ul) .item:nth-of-type(5n+1), .products-grid.four-columns:not(.carousel-ul) .item:nth-of-type(4n+1), .products-grid.one-column:not(.carousel-ul) .item, .products-grid.seven-columns:not(.carousel-ul) .item:nth-of-type(7n+1), .products-grid.six-columns:not(.carousel-ul) .item:nth-of-type(6n+1), .products-grid.three-columns:not(.carousel-ul) .item:nth-of-type(3n+1), .products-grid.two-columns:not(.carousel-ul) .item:nth-of-type(2n+1) {
	clear: right
}
}
@media only screen and (max-width:1007px) and (min-width:768px) {
.header .logo-wrapper {
	padding: 10px 0;
	width: 120px
}
#home-image-slider .owl-item .title {
	font-size: 30px
}
.top-block {
	display: none
}
.fullwidth-banner .title {
	padding-bottom: 5px;
	margin-bottom: 2px
}
.no-padding-left {
	padding-left: 10px
}
.no-padding-right {
	padding-right: 10px
}
.box-left {
	padding: 4%
}
.box-right {
	padding: 5%
}
.img-small {
	width: 100%
}
.m-l-negative {
	margin-left: 0
}
.widget-products {
	padding: 10px
}
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
.box-right {
	padding: 26%
}
.box-left {
	padding: 17.15% 17.15% 65px
}
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	display: inline;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: initial;
	margin-left: auto;
}
/*FLASHEX*/

.header .search-mini-form .form-search input {
	border-radius: 20px;
}


#checkout-review-submit .btn:hover, #checkout-review-submit .btn:active, #checkout-review-submit .btn:focus, #checkout-review-submit .btn.active {
    background-color: #0C3!important;
    border-color: #0C3!important;
}

#opc-review-block {
    background-color: #f1f1f1!important;
    border-radius: 35px!important;
}


.btn:hover{cursor:pointer!important;}

.opc-review-actions {
    background-color: #d6fbda;
	border-radius:35px!important;
}

.opc-wrapper-opc .opc-review-actions .view-agreement:hover {
    color: #333!important!important;
}
.opc-review-actions {

    background-color: #aace81!important}

@media only screen and (max-width: 767px){
#header.checkout-header .logo-wrapper {
    width: auto!important;

	}
}

.opc-wrapper-opc .opc-newsletter li label{padding-left:20px!important;}


@media only screen and (min-width: 768px){
.opc-wrapper-opc {
    padding: 50px 30px!important;
	}
}
.opc-wrapper-opc {

    border-radius: 45px!important;
    box-shadow: 0px 10px 20px 10px #ccc!important;
}

[class*="boxed-content"].opc-index-index .content-wrapper, [class*="boxed-content"].opc-index-index .content-wrapper .container, .wide-content.opc-index-index .content-wrapper .container, .wide-content.opc-index-index .content-wrapper, [class*="boxed-header"].opc-index-index .header-wrapper, [class*="boxed-header"].opc-index-index .header-wrapper .container, .wide-content.opc-index-index .header-wrapper .container, .wide-content.opc-index-index .header-wrapper, .wide-header.opc-index-index #header .middle-block, .boxed-header.opc-index-index #header .middle-block, .wide-header.opc-index-index #header .middle-block-inner, .boxed-header.opc-index-index #header .middle-block-inner, .boxed-header-bg.opc-index-index #header .middle-block .container{background-color:#fff!important}

/*stile prezzo scontato*/
.old-price {
    font-size: 18px!important;
    color: #8a8a8a!important;
}
/*stile prezzo*/
.products-grid .price{
	font-size:24px!important;
	}
/* modifica stile dei form */

.form-list label {
    font-size: 17px!important;
}
form .form-list input.input-text, form .form-list textarea{
	width:85%;
	border:1px solid #717070;
	border-radius:15px;
	margin-right:20px;
	display:inline-block;
	
	}
.fieldset .legend {
    float: inherit;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 6px;
    padding: 5px 0px 10px opx;
	}

/* fine modifica form*/


/*MODIFICA BLOCCO NAVIGAZIONE A STRATI*/

.block-layered-nav .block-content dl {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 10px;
}

/*FINE BNAS*/

/*sfondo menu sottocategorie*/
@media only screen and (min-width: 978px){
.nav-wide .menu-wrapper.tabs-menu.vertical[data-columns='3'] li.level1 .menu-inner {

    background-color: #f2f3f5;
	}
}
/*fine sfondo sottomenu*/


/*FINE FLASHEX*/

/*FLASHEX FONT AGGIUNTIVI*/

@font-face {
     font-family: 'futura_bk_btbook';
     src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_btbook.eot');
     src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_btbook.eot?#iefix') format('embedded-opentype'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_btbook.woff2') format('woff2'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_bt_book-webfont.woff') format('woff'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_btbook.ttf') format('truetype'), url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/futura_bk_btbook#Futur')Bk') format('svg');
     font-weight: 300;
     font-style: normal
     font-display: swap;
 }
 
@font-face {
    font-family: 'opensans_light';
    src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.eot');
    src: url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('https://www.cittaoro.it/skin/frontend/coccinelle/default/fonts/OpenSans-Light-webfont.svg#opensans_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*CSS COMPRO ORO FLASHEX*/

.homequotazione {
    background: url(https://www.cittaoro.it/images/oro2.jpg);
    margin-top: 30px;
    max-width: 100%;
    margin-bottom: 40px;
}
.homequotazione .textquotazione {
    float: left;
    width: 65%;
    box-sizing: border-box;
    padding: 10px 10px 10px 80px;
    color: #2b2b2b;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 50px;
}
.homequotazione .oroquotazione {
    float: left;
    font-size: 88px;
    width: 35%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: rgba(62, 55, 48, 0.59););
}
.clear {
    clear: both;
}
@media (max-width: 1098px){
.homequotazione .textquotazione {
    text-align: center;
    width: 100%;
    padding: 5px;
    text-align: center;
}}

@media (max-width: 1098px){
.homequotazione .oroquotazione {
    width: 100%;
}}

.box-oro{
	width: 47%;
 	position: 
	 relative;
	 max-width: 50%;
	 float: left;
	 text-align: center
	 }
	 
.box-oro .img {width:90%;}

.allquotazionihome{max-width:1200px;width:100%;margin:20px auto}
.homequotazionicent{width:100%;box-sizing:border-box;float:left;padding:0 25px 25px}
.homequotazionicent h1{color:#eaa401;text-align:center}
h1.oroargusato{background: #eaa401;    padding: 10px;    color: #FFF;    text-align: center;}
h2.oroargusatoh2{    color: #333333 !important;    text-align: center;    font-size: 22px;    font-weight: 500;}
h3.h3oroarg{text-align: center;    color: #333;    font-size: 24px;}
.simh1{font-size:24px;color:#eaa401;text-align:center}
.homequotazionicent .valoreoro{width:49%;float:left;margin:.5%;box-sizing:border-box;/*background:#EAA401;*/background-color:#585858;color:#FFF;border-radius: 25px;}
.homequotazionicent .valoreoro span,.homequotazionicent .valoreoro p{width:50%;float:left;box-sizing:border-box;padding:3px;font-size:24px;margin:0;text-align:center}
.homequotazionicent .valoreoro span{line-height:38px}
.homequotazionicent .valoreoro p{/*background:#d48b20;*/background-color:goldenrod;font-family:sans-serif}
.homequotazionicent .valoreargento{width:99%;float:left;margin:.5%;box-sizing:border-box;background:#E4E4E4;color:#404040;border-radius: 25px;}
.homequotazionicent .valoreargento span,.homequotazionicent .valoreargento p{width:50%;float:left;box-sizing:border-box;padding:3px;font-size:24px;margin:0;text-align:center}
.homequotazionicent .valoreargento span{line-height:38px}
.homequotazionicent .valoreargento p{background:#cecece;font-family:sans-serif}
.homequotazionicent #h1argento{color:#404040}

@media (max-width: 999px) {
.homequotazionicent,.formvaluta{width:100%}}

@media (max-width: 599px) {
.homequotazionicent .valoreoro{width:98%}}

@media (max-width: 499px) {
.homequotazionicent .valoreoro span,.homequotazionicent .valoreoro p{width:100%}
.homequotazionicent .valoreargento span,.homequotazionicent .valoreargento p{width:100%}}


/*FORM VALUTAZIONE*/

.quotazionicentoro{width:100%;box-sizing:border-box;float:left;padding:0 25px 25px;background-color:gold;}
.quotazionicentargento{width:100%;box-sizing:border-box;float:left;padding:0 25px 25px;background-color:lightgrey;margin-bottom:50px;}
.allquotazionioro{max-width:1200px;width:100%;margin:20px auto}

#result2 {
    background: #545454;
    font-size: 20px;
    height: 50px;
    padding: 10px;
    color: #fff;
}

#result2, .text-box {
    font-weight: 700;
    text-align: center;
}

/*BLACK FRIDAY ROSSO*/
li.nav-5 > a {
    color: red !important;
	font-weight:bold!important;
}

/*FINE CSS COMPROORO*/

/*MODIFICA CSS LAYERED NAVIGATION AMASTY FLASHEX */
.block-layered-nav .block-content #narrow-by-list li a{padding-left:16px;font-weight:bold;}
.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-collapsed.png) center left no-repeat;
    padding-left: 30px;
}

.block-layered-nav .block-content dd + dt {
    margin-top: 25px;
    background: url(https://www.cittaoro.it/skin/frontend/base/default/images/amshopby-riduci.png) center left no-repeat;
    padding-left: 30px;
}

/*FINE LAYER NAVIGATION*/

/*FLASHEX AGGIUNTO TITOLO NELLE CATEGORIE PRODOTTI*/

.breadcrumbs-wrapper .page-title {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px 0 10px 0px;
}

.breadcrumbs-wrapper .page-title h1{}
/*FINE TITOLO*/

/*FLASHEX SOVRAPPOSIZIONE LISTA PRODOTTI TASTO CARRELLO*/
li.item.product-hover-3 {
    margin-bottom: 90px!important;
}
.item.product-hover-3 .description-cart-wrapper .btn {
    width: auto;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 50px;
}
/*FINE*/

/* FLASHEX MAR2020 MODIFICA INFORMAZIONI AGGIUNTIVE ANELLI NELLA PARTE ALTA */

.VantaggiAnelli {
    display: inline-block;
    padding: 20px;
    /*background-color: #f3e2c482;*/
	background-color: rgba(214, 201, 136, 0.16);
    margin: 20px 0;
	border-radius: 40px;
    box-shadow: #ccc 1px 1px 21px;
	border-radius:40px;
	
	
}
 .VantaggiAnelli .VantaggiTitle {
    font-size: 22px !important;
    color: #c6a680;
    font-weight: bold !important;
    padding-bottom: 15px;
}
 .VantaggiAnelli .VantaggiLista li {
    font-size: 15px;
    padding: 5px 0;
}
 .ContattaciSubito {
    display: inline-block;
    padding: 10px;
}
 .ContattaciSubito .ContattaciTitolo {
    font-size: 17px;
    line-height: 21px;
}
 .ContattaciSubito .ContattaciButton {
    padding-top: 10px;
    display: inline-block;
    width: 40%;
    margin-right: 15px;
}
 .ContattaciSubito .ContattaciButton {
    padding-top: 10px;
    display: inline-block;
    width: 40%;
    margin-right: 15px;
}

/*FINE*/


/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.smallWhatsapp{
    float: left;
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/whatsapp/Whatsapp-Small-Image.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.smallWhatsapp-greater-one-nine-list{
    float: left;
    margin-left: 36px;
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/whatsapp/Whatsapp-Small-Image.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.smallWhatsapp-less-one-nine-view{
    float: left;
    position: relative;
    top: 5px;
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/whatsapp/Whatsapp-Small-Image.png");
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
}
.smallWhatsapp-align-greater-one-nine{
     text-align: center;
}
.largeWhatsapp{
    float: left;
    background-image: url("https://www.cittaoro.it/skin/frontend/base/default/images/whatsapp/Whatsapp-Big-Image.png");
    width: 150px;
    height: 40px;
}
.itemWhatsapp{
    float: left;
    width: 138px;
    padding: 12px 10px 20px;
}
.add-to-links-less-one-nine{
    clear: both;
    font-size: 11px;
}

