/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
  position: absolute;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
  position: absolute;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\f804';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-field-date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
@font-face {
  font-family: 'svgicons';
  src: url('../Magedelight_Storepickup/fonts/svgicons.eot');
  src: url('../Magedelight_Storepickup/fonts/svgicons.eot?#iefix') format('embedded-opentype'), url('../Magedelight_Storepickup/fonts/svgicons.woff2') format('woff2'), url('../Magedelight_Storepickup/fonts/svgicons.woff') format('woff'), url('../Magedelight_Storepickup/fonts/svgicons.ttf') format('truetype'), url('../Magedelight_Storepickup/fonts/svgicons.svg#svgicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.storelocator-index-view h1,
.storelocator-index-index h1 {
  margin-bottom: 10px;
}
#map {
  height: 100%;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 35%;
}
#pac-input:focus {
  border-color: #4d90fe;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}
.controls {
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pac-container {
  font-family: Roboto;
}
/* checkout page  search result container */
.pac-container {
  display: block;
  z-index: 2147483647 !important;
}
/* Map popup Image*/
.upper-image > img {
  max-height: 150px;
  max-width: 100%;
}
.address-info h2 {
  margin: 10px 0;
}
.address-info table td {
  padding: 0 2px;
}
.address-info table td p {
  margin-bottom: 2px;
}
/* Checkout page Map popup */
.white_content_hidden {
  visibility: hidden;
  position: fixed;
  width: 100%;
}
.black_overlay_hidden {
  display: none;
}
.black_overlay {
  display: block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
  display: block;
  position: fixed;
  top: 5%;
  left: 4%;
  width: 90%;
  height: 80%;
  padding: 0.6%;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
.shipping-map-header-container {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.table-checkout-shipping-method .store-container-inner label {
  margin: 0 0 10px 0;
}
.select-store-map-button {
  padding: 8px 0 0 0;
}
.select-store-map-button a {
  font-size: 14px;
  color: #1979c3;
  text-decoration: underline;
}
.select-store-map-button a:hover {
  text-decoration: none;
}
.shipping-map-header-container h2 {
  display: inline;
  margin: 0;
  line-height: 30px;
  vertical-align: top;
}
.shipping-map-header-container .input-location {
  display: inline-block;
  width: 360px;
}
.shipping-map-header-container .input-location #pac-input {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.map-popup-button {
  float: right;
}
.mapBlock {
  float: left;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
.store-marker-container .map-popup-button {
  float: right;
}
.info-locator {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 0;
  min-height: 490px;
}
.info-locator .info-detail-box {
  border: #ddd solid 1px;
}
.info-locator .info-detail-box h2 {
  background-color: #1979c3;
  color: #fff;
  padding: 14px 16px;
  font-size: 16px;
  text-transform: none;
  margin: 0;
  font-weight: bold;
  margin: 0 0 0px 0;
  border-bottom: #ddd solid 1px;
}
.info-locator .info-detail-box ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.info-locator .info-detail-box ul li {
  margin: 0;
}
.info-locator .info-detail-box ul .el-content-detail ul.vertical li {
  margin-bottom: 10px;
}
.info-locator .info-detail-box ul .store-image {
  float: left;
  margin: 10px 0 0 8px;
  min-height: 79px;
}
.info-locator .info-detail-box ul .store-image img {
  border-radius: 4px;
  display: block;
  height: 60px;
  margin: 0 auto;
  max-width: none;
  width: 60px;
}
.info-locator .info-detail-box ul .store-info {
  display: inline-block;
  margin: 10px 0 6px 14px;
  min-height: 79px;
  width: 216px;
}
.info-locator .info-detail-box ul .store-info h4 {
  margin: 0;
  padding: 0;
}
.info-locator .info-detail-box ul .store-info p {
  margin: 0;
  padding: 0;
}
.info-locator .tab_content.open {
  border: 1px solid #ddd;
  margin: 16px 0;
  border-top: 0;
}
.info-locator .tab_content.open h2 {
  background-color: #1979c3;
  padding: 14px 16px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  margin: 0;
  font-weight: bold;
  margin: 0 0 0px 0;
  border-top: #ddd solid 1px;
}
.info-locator .title-list {
  font-size: 14px;
  background-color: #1979c3;
  color: #fff;
  padding: 14px 16px;
  border: 1px solid #ececec;
  margin: 0 0 16px 0;
  text-align: right;
  text-transform: none;
}
.info-locator .title-list h2 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.info-locator .title-list span {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  text-transform: none;
  color: #000;
  background: #fff;
  border-radius: 3px;
  text-align: right;
  margin: 0;
}
.map-locator-right {
  float: right;
  width: 70%;
}
.info-locator ul#list-store-detail {
  float: left;
  max-height: 408px;
  overflow-y: auto;
  list-style: none;
  background: #f6f6f6;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  border: #ddd solid 1px;
}
.info-locator .tag-store,
.tag-store {
  min-height: 79px;
  float: left;
  margin: 8px 0 0 8px;
  /*position:absolute;*/
}
.info-locator .tag-store img,
.gm-style img {
  border-radius: 4px;
  display: block;
  height: 60px;
  margin: 0 auto;
  max-width: none;
  width: 60px;
}
/*.top-box .tag-content {
  float:right;
}*/
#tab_content,
.info-locator .tag-content {
  /*float:right;*/
  min-height: 79px;
  display: inline-block;
  margin: 8px 0 6px 14px;
  width: 216px;
}
.tag-content h4 {
  color: #24549D;
  font-size: 12px;
  text-transform: capitalize;
  margin: 0 0 4px 0;
}
.info-locator .tag-content a.view-detail {
  color: #333;
  text-decoration: none;
  font-style: normal;
  white-space: normal;
}
.info-locator .tag-content a.view-detail:hover {
  text-decoration: underline;
}
.tag-content a {
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  margin-right: 4px;
  text-decoration: none;
  white-space: pre;
}
.tag-content a:hover {
  text-decoration: underline;
}
.tag-content span.btn-link.direction {
  border-left: 0px solid #bebebe;
  color: #1979c3;
  font-size: 13px;
  line-height: 12px !important;
  cursor: pointer;
  padding: 0 0 0 7px;
  text-decoration: none;
}
.tag-content span.btn-link.direction:hover {
  text-decoration: underline;
}
.tag-content p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.el-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0;
}
.el-content:hover {
  background-color: #EAEAEA;
}
.stores {
  margin-left: 225px;
  margin-top: -15px;
}
#list-store-detail {
  background-color: #F1F1F1;
}
#show-near-store:hover {
  border: 2px solid;
  border-color: black;
  color: black !important;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 7px 7px 19px;
}
#show-near-store {
  border: 2px solid;
  background-color: #EAEAEA;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  padding: 7px 7px 7px 19px;
}
ul.vertical {
  float: left;
  padding: 10px 0 0 0;
  text-align: center;
  width: 100%;
  display: block;
}
ul.vertical li {
  border-bottom-style: none;
  border-bottom-width: medium;
  box-shadow: none;
  display: inline-block;
  float: none;
  height: 19px;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
  width: 26px;
  background-repeat: no-repeat;
}
.vertical .car {
  background-image: url('../Magedelight_Storepickup/images/sprite-icon.png');
  background-position: center -40px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
.vertical .car:hover,
.vertical .car.active {
  background-position: center -60px;
}
.vertical .bus {
  background-image: url('../Magedelight_Storepickup/images/sprite-icon.png');
  background-position: center -79px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
.vertical .bus:hover,
.vertical .bus.active {
  background-position: center -99px;
}
.vertical .walk {
  background-image: url('../Magedelight_Storepickup/images/sprite-icon.png');
  background-position: center -119px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
.vertical .walk:hover,
.vertical .walk.active {
  background-position: center -139px;
}
.vertical .bicycle {
  background-image: url('../Magedelight_Storepickup/images/sprite-icon.png');
  background-position: center -160px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
.vertical .bicycle:hover,
.vertical .bicycle.active {
  background-position: center -180px;
}
.directions-panel {
  background: #fff;
  overflow-y: auto;
  max-height: 260px;
  padding: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.directions-panel .adp-warnbox {
  margin: 0;
}
.adp-warnbox {
  margin: 0 0 3px;
}
.storelocator-page .search-content {
  background: #F8F8F8;
  border: 1px solid #ECECEC;
  float: left;
  box-sizing: border-box;
  margin-bottom: 16px;
  margin-top: 8px;
  padding: 16px 20px;
  width: 100%;
  z-index: 100;
}
.storelocator-page .search-content .input-location {
  width: 28%;
  float: left;
  margin: 0 8px 0 0;
}
.storelocator-page .search-content .input-location #pac-input {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.storelocator-page .search-content .radius-controls {
  width: 48%;
  float: left;
}
.storelocator-page .search-content .search-type {
  float: right;
  padding: 0;
}
.storelocator-page .search-content .social-icon a.website:before {
  content: "\e901";
  font-family: "svgicons";
  font-size: 32px;
  color: #fff;
  border-radius: 100px;
  background: #333;
}
.storelocator-page .search-content .social-icon a.facebook:before {
  content: "\e900";
  font-family: "svgicons";
  font-size: 32px;
  color: #fff;
  border-radius: 100px;
  background: #333;
}
.storelocator-page .search-content .social-icon a.twitter:before {
  content: "\e902";
  font-family: "svgicons";
  font-size: 32px;
  color: #fff;
  border-radius: 100px;
  background: #333;
}
.storelocator-page .search-content .social-icon a {
  text-decoration: none;
}
.storelocator-page .search-content .social-icon a:hover:before {
  background: #1979c3;
  color: #fff;
}
.storelocator-page .search-content .social-icon .button {
  float: left;
  margin: 7px 0 0 0;
}
.storelocator-page .search-content .social-icon .social-icon-box {
  float: right;
}
.storelocator-page .search-content.storeviewsearch {
  padding: 6px 20px;
}
.input-location .form-control {
  height: 34px;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  float: left;
}
.search-content .label-radius {
  float: left;
  padding: 8px 0 0;
  width: auto;
}
label {
  -webkit-user-select: none;
  display: inline-block;
  font-family: Raleway, 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-left: 15px;
}
#track1 {
  margin: 15px 15px 15px 8px;
  position: relative;
  width: 235px;
  float: left;
}
.track {
  background-color: #428BCA;
  cursor: pointer;
  height: 0.5em;
  position: relative;
  width: 10em;
  z-index: 0;
}
#circle-radius {
  cursor: move;
  height: 1em;
  position: absolute;
  top: -0.25em;
  width: 0.25em;
  z-index: 2;
  width: 240px;
}
#radius-value {
  padding-top: 10px;
}
.search-type {
  float: right;
  padding-right: 15px;
  width: auto;
}
#option-direction {
  margin: 8px 0 0 0;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0px;
  border-radius: 0 0 4px 4px;
}
#option-direction .store-location,
#option-direction .customer-location {
  border-radius: 3px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}
#option-direction a {
  color: #1979c3;
  display: block;
  font-size: 13px;
  margin: 6px 0 4px;
  text-decoration: underline;
  text-transform: capitalize;
}
#option-direction .box-input {
  padding: 8px 0 0 0;
}
#option-direction .adp {
  padding: 10px;
}
#option-direction .form-inputs {
  padding: 0 10px 10px;
  border-bottom: #ddd solid 1px;
}
.adp-placemark img.adp-marker {
  max-width: 22px;
}
.table-responsive .table tr.odd {
  background: #f6f6f6;
}
.search-filter.col-full {
  width: 100%;
  float: left;
}
.search-filter.col-full ul#list-tag-ul {
  margin: 0;
  padding: 20px 0 8px;
  list-style: none;
  width: 100%;
  float: left;
}
.search-filter.col-full ul#list-tag-ul li {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #59aded;
  border-radius: 4px;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.search-filter.col-full ul#list-tag-ul li img {
  padding: 10px;
  margin: 0;
  vertical-align: top;
}
.search-filter.col-full ul#list-tag-ul li p {
  background: #59aded;
  color: #ffffff;
  margin: 0;
  padding: 4px 4px;
}
.search-filter.col-full ul#list-tag-ul li:hover {
  border: 1px solid #0d64a7;
}
.search-filter.col-full ul#list-tag-ul li:hover p {
  background: #0d64a7;
}
.search-filter.col-full ul#list-tag-ul li.selected {
  border: 1px solid #0d64a7;
}
.search-filter.col-full ul#list-tag-ul li.selected p {
  background: #0d64a7;
}
.search-filter.col-full .btn-select-tag {
  text-align: right;
}
.availabel-store {
  position: relative;
  text-align: right;
}
.popup-container {
  display: none;
  position: absolute;
  z-index: 1;
  width: 160px;
  padding: 10px 14px;
  border: #ddd solid 1px;
  background: #f2f2f2;
  right: 0;
  text-align: left;
}
.popup-container .stores-name-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.popup-container .stores-name-list ul li {
  margin: 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  list-style: inside none disc;
}
.popup-container .stores-name-list ul li a {
  color: #333;
}
.popup-container p {
  font-size: 14px;
}
.popup-container p a {
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 979px) {
  #track1 {
    width: 178px;
  }
  #circle-radius {
    width: 166px;
  }
  .map-locator-right {
    width: 50%;
  }
  .info-locator {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .map-locator-right {
    width: 100%;
  }
  .info-locator {
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
  }
  .info-locator ul#list-store-detail {
    margin: 0;
  }
  .storelocator-page .search-content .input-location {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .storelocator-page .search-content .radius-controls {
    width: 100%;
    margin: 0 0 10px;
  }
  .storelocator-page .search-content .radius-controls label {
    margin-left: 5px;
  }
  .storelocator-page .search-content .search-type {
    width: 100%;
  }
  .shipping-map-header-container .input-location {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .shipping-map-header-container h2 {
    display: block;
    line-height: 36px;
    margin: 0;
  }
  .shipping-map-header-container .input-location #pac-input {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #track1 {
    width: 160px;
  }
  #circle-radius {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  #track1 {
    width: 118px;
  }
  #circle-radius {
    width: 100px;
  }
}
/**
* Magedelight
* Copyright (C) 2017 Magedelight <info@magedelight.com>
*
* @category Magedelight
* @package Magedelight_Giftwrapper
* @copyright Copyright (c) 2017 Mage Delight (http://www.magedelight.com/)
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
* @author Magedelight <info@magedelight.com>
*/
.giftwrapper-block h2 {
  text-align: center;
}
.giftwrapper-block ul.giftwrapper-listing {
  list-style: none;
  margin-left: 15px;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item {
  float: left;
  margin: 0 5px;
  height: 412px;
  width: 200px;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .giftwrapper-image {
  height: 210px;
  width: auto;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .giftwrapper-image img {
  width: 200px;
  height: 200px;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .special-intructions {
  padding: 10px 0;
  height: 70px;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .custom-option input[type="checkbox"] {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .custom-option .name {
  display: inline-block;
  text-transform: capitalize;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .price {
  font-weight: 700;
  font-size: 1.7rem;
  color: #333333;
  margin: 6px 0 0;
}
.giftwrapper-block ul.giftwrapper-listing li.giftwrapper-item .qty select#md_gw_qty_update {
  width: 80px;
}
.modal-slide .giftwrapper .page-main-actions {
  position: relative;
  z-index: 1111;
}
.product-item-details .add-edit-giftwrapper {
  display: table-row;
}
.cart .giftwrapper-edit-qty span {
  cursor: pointer;
}
.add-edit-giftwrapper span.gw-edit {
  display: block;
  cursor: pointer;
}
.giftwrapper_qty_edit {
  border-left: #999 solid 1px;
  padding: 0 0 0 10px;
  margin: 0 0 0 8px;
  color: #1979c3;
  cursor: pointer;
}
.gift-message-summary {
  padding: 24px 80px 24px 0;
  margin-top: 24px;
}
.bundlediscount-lists {
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
  display: list-item;
  clear: both;
  min-height: 170px;
}
.bundle-discount-container {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bundlediscount-lists .tooltip {
  background: none repeat scroll 0 0 #3399cc;
  box-shadow: 1px 1px 3px 1px #CCCCCC;
  color: #FFFFFF;
  display: none;
  float: left;
  font-weight: bold;
  font-size: 13px;
  height: auto;
  line-height: 23px;
  padding: 10px;
  width: auto;
  border-radius: 5px;
  margin-left: 100px;
  z-index: 999;
}
.position-div {
  position: relative;
}
.bundlediscount-lists h3 {
  color: #3399cc;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  outline: 0;
  text-transform: none;
}
.box-md-bundles .bundlediscount-selections {
  float: left;
  width: 70%;
  display: block;
}
.bundlediscount-info {
  float: right;
  padding: 10px;
  background-color: white;
  border: #ddd 1px solid;
  margin: 0px 0px 10px 0px;
  width: 30%;
  min-height: 90px;
  display: block;
}
.bundlediscount-info .price-container .old-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.bundlediscount-info .price-container .new-price {
  color: #3399cc;
  text-decoration: none;
  font-size: 18px;
}
.bundlediscount-info .actions {
  padding-top: 10px;
  float: right;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-img {
  float: left;
  position: relative;
  border: 1px solid #ededed;
}
.box-md-bundles .bundlediscount-selections .bundlediscount-selections-plus {
  float: left;
  padding: 32px 5px 0px 5px;
  font-weight: bold;
  font-size: 20px;
}
.bundlediscount-selections-img .bundlediscount-qty {
  background-color: #3399cc;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  padding: 7px 5px 0 5px;
  position: absolute;
  right: 30%;
  top: 80%;
  border: 2px solid #FFFFFF;
}
/* Prmomtion Page Css */
.promotions-lists {
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
  display: list-item;
  clear: both;
  min-height: 170px;
  list-style-type: none;
}
.promotions-discount-container {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.prmomtions-contents ul {
  padding: 0px;
}
.promotions-lists .tooltip {
  background: none repeat scroll 0 0 #3399cc;
  box-shadow: 1px 1px 3px 1px #CCCCCC;
  color: #FFFFFF;
  display: none;
  float: left;
  font-weight: bold;
  font-size: 13px;
  height: auto;
  line-height: 23px;
  padding: 10px;
  width: auto;
  border-radius: 5px;
  margin-left: 100px;
  z-index: 999;
}
.position-div {
  position: relative;
}
.promotions-lists h3 {
  color: #3399cc;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  outline: 0;
  text-transform: none;
}
.promotions .promotions-selections {
  float: left;
  width: 61%;
  display: inline-block;
}
.promotions-info {
  float: right;
  padding: 10px;
  background-color: white;
  border: #ddd 1px solid;
  margin: 0px 0px 10px 0px;
  /*min-width: 245px;*/
  min-height: 90px;
  width: 30%;
  display: block;
}
.promotions-info p {
  margin-bottom: 0rem;
}
.promotions-info .price-container .old-price {
  color: #a0a0a0;
  text-decoration: line-through;
}
.promotions-info .price-container .new-price {
  color: #3399cc;
  text-decoration: none;
  font-size: 18px;
}
.promotions-info .actions {
  padding-top: 10px;
  float: right;
}
.promotions .promotions-selections .promotions-selections-img {
  float: left;
  position: relative;
  border: 1px solid #ededed;
  margin-bottom: 18px;
}
.promotions .promotions-selections .promotions-selections-plus {
  float: left;
  padding: 32px 5px 0px 5px;
  font-weight: bold;
  font-size: 20px;
}
.promotions-selections-img .promotions-qty {
  background-color: #3399cc;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  padding: 7px 5px 0 5px;
  position: absolute;
  right: 30%;
  top: 80%;
  border: 2px solid #FFFFFF;
}
.promotions-div {
  background-image: url("opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  min-width: 450px;
  min-height: 450px;
  padding: 25px;
}
.b-close {
  background-color: #2b91af;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.promotions-div.loading {
  position: relative;
}
.promotions-div.loading:before,
.promotions-div.loading:after {
  display: block;
}
.configure-buttons-set {
  padding: 5px 0px 5px 0px;
}
.configure-me-popup {
  max-height: 500px;
  overflow-y: scroll;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) 2016 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
h2.mp-post-title a:hover:focus {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 40px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
.mp-post-info {
  margin: 0px;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin {
  margin-top: 40px;
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.about-admin h4.admin-title a:hover {
  text-decoration: none;
}
.author-des {
  margin-top: 30px;
}
.author-des .admin-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.author-des .img-responsive {
  width: 80px;
}
.about-admin #admin-border {
  height: 6px;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  margin-top: 20px;
  float: left;
  width: calc(-115%);
}
.mpcss .relate-content {
  text-align: center;
  margin-top: 15px;
}
.post-same-topics.topic-list {
  margin-top: 50px;
}
#post-reviews {
  margin-top: 50px;
}
.mp-post-info a.mp-info:focus {
  text-decoration: none;
}
#related-post a.mp-relate-link {
  background: #f55567;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.nav-tabs a {
  cursor: pointer;
  color: #555 !important;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 50px;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories {
  padding: 0px;
}
ul.menu-categories li.category-item {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories a.list-categories:focus {
  text-decoration: none;
}
h2.list-title {
  margin-bottom: 30px;
}
#mostview {
  margin: 0px;
}
#mostrecent {
  margin: 0px;
}
#mostrecent a.list-post-tabs {
  padding: 20px 10px;
  display: inline-flex;
  border-bottom: 1px solid #ddd;
  color: inherit;
  width: 100%;
}
#mostview a.list-post-tabs {
  padding: 20px 10px;
  display: inline-flex;
  border-bottom: 1px solid #ddd;
  color: inherit;
  width: 100%;
}
#mostview a.list-post-tabs:focus {
  text-decoration: none;
}
#mostrecent a.list-post-tabs:focus {
  text-decoration: none;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
  margin-right: 4px;
}
.list-post-tabs .post-right {
  float: left;
  width: 73%;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.mpcss {
  width: 100%;
}
ul.nav-tabs {
  width: 100%;
}
ul.nav-tabs li {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top-style: solid;
  border-top-color: #eee;
  font-size: 16px;
}
.mp-sidebar ul.nav-tabs li a {
  text-align: center;
  margin-right: 0px;
  border-radius: 0px;
  background: #eee;
}
#mostrecent .list-post-tabs:last-child {
  border-bottom: none;
}
#mostview .list-post-tabs:last-child {
  border-bottom: none;
}
.fa.fa-angle-right {
  font-size: larger;
}
.mp-sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.autocomplete-suggestion a.mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a.mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion a.mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion a.mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion a.mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion a.mpblog-suggestion .mpblog-suggestion-right {
  max-width: calc(60%);
}
@media (max-width: 767px) {
  .autocomplete-suggestion a.mpblog-suggestion .mpblog-suggestion-right {
    max-width: calc(69%);
  }
}
.mpblog-product-des {
  color: #333333;
}
a.mpblog-suggestion:hover {
  text-decoration: none !important;
}
.mpblog-product-des p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.mpblog-search button.action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 0px;
  z-index: 1;
}
.mpblog-search button.action.search:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #8f8f8f;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mpblog-search .action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  margin-top: 50px;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
a.interactions__btn-actions:hover {
  text-decoration: none !important;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.post-image img.img-responsive {
  height: auto;
  width: 100%;
  border: none;
}
#mostview img.img-responsive {
  height: 40px !important;
  width: 100%;
}
#mostrecent img.img-responsive {
  height: 40px !important;
  width: 100%;
}
.post-view img.img-responsive {
  height: 275px !important;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .post-image img.img-responsive {
    height: auto;
    width: 100%;
    border: none;
  }
  .post-view img.img-responsive {
    height: 360px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .post-image img.img-responsive {
    height: auto;
    width: 100%;
    border: none;
  }
  .post-view img.img-responsive {
    height: 350px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .post-image img.img-responsive {
    height: auto;
    width: 100%;
    border: none;
  }
  .post-view img.img-responsive {
    height: 450px !important;
    width: 100%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  #mostview img.img-responsive {
    height: 65px !important;
    width: 100%;
  }
  #mostrecent img.img-responsive {
    height: 65px !important;
    width: 100%;
  }
}
/*===================================================================
|                  	      Post View CSS                  	        |
====================================================================*/
.page-layout-1column .column.main {
  width: 100% !important;
}
.products-same-post a.product-item-link {
  color: #0a0a0a;
}
.post-same-topics .row {
  margin: 0;
}
.products-same-post .row {
  margin: 0;
}
.products-same-post {
  margin-top: 25px;
  padding-left: 15px;
}
.post-same-topics {
  padding-left: 15px;
}
.mp-comment {
  padding-left: 15px;
}
/* mageplaza end blog style */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  .ln_slider_from {
    width: 45%;
    display: inline !important;
    padding: 0 !important;
  }
  .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0 !important;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
.ln_slider_from {
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
}
.ln_slider_to {
  display: block;
  padding-left: 15px;
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationUtimate
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 130px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(70%) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.product-brand-logo img {
  max-width: 30px;
  max-height: 30px;
}
.product-list-container {
  border-top: solid 1px #dfdfdf;
  padding-top: 20px;
}
.search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.search__result-tabs:before,
.search__result-tabs:after {
  content: '';
  display: table;
}
.search__result-tabs:after {
  clear: both;
}
.search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.search__result-tabs li a.active,
.search__result-tabs li a:hover,
.search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.search__result-tabs li:only-child {
  display: none;
}
.search__result-index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.search__result-index ul li {
  margin: 3rem 0;
}
.search__result-index ul li .title {
  font-size: 1.8rem;
  font-weight: 300;
}
.search__index-magento-catalog-category ul li {
  margin: 1.5rem 0;
}
.search__index-magento-catalog-category ul li .title {
  font-size: 1.6rem;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1rem;
  color: #a3a3a3;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0px 5px 0px 10px;
  vertical-align: 'middle';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.search-result-highlight {
  background: #ff0;
}
#search_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.payment-method-content .actions-toolbar {
  position: relative !important;
  margin-top: 30px;
  margin-left: 330px;
}
.account #maincontent .page-title-wrapper h1 {
  display: none;
}
.account-container {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 48px 40px;
}
.account-container .actions-toolbar {
  display: flex;
  width: 100%;
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding-top: 20px;
  justify-content: flex-end;
}
.account-container .actions-toolbar .primary button {
  margin-right: 0;
}
.account-container .block-dashboard-info .account-heading {
  margin-bottom: 40px;
}
.account-container .block-dashboard-info .account-heading h1 {
  font-size: 22px;
  text-align: left;
  margin-top: 0;
}
.account-container .block-dashboard-info .change-password {
  margin-top: 20px !important;
  border-bottom: 1px solid #6C6666;
  /* Dark grey */
}
.account-container .block-dashboard-addresses address {
  margin-bottom: 0;
}
.account-container .block-dashboard-addresses .edit {
  text-transform: none;
  border-bottom: 1px solid #6C6666;
  /* Dark grey */
}
.account-container .form-address-edit .fieldset .customer-name-prefix label {
  display: none;
}
.account-container .form-address-edit .fieldset .customer-name-prefix .control label {
  display: inline-block;
}
.account-container .form-address-edit .fieldset-fullname {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.account-container .form-address-edit .fieldset-fullname .fields {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.account-container .form-address-edit .fieldset-fullname .fields .field {
  padding-right: 40px;
  width: 100%;
}
form fieldset.fieldset.info .customer-name-prefix label {
  display: none;
}
form fieldset.fieldset.info .customer-name-prefix .control label {
  display: inline-block;
}
form .fieldset-fullname {
  display: flex;
  width: 50%;
}
form .fieldset-fullname .fields {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .fieldset-fullname .fields .field {
  padding-right: 40px;
  width: 50%;
}
form .fieldset legend span {
  font-size: 16px;
}
.block-customer-login-heading #login-form .fieldset .form-notice {
  margin-top: 38px !important;
}
.account-help,
.account-photo {
  margin-bottom: 20px;
}
.account-help img,
.account-photo img {
  width: auto;
  height: 100%;
}
.account-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  min-height: 140px;
  text-align: center;
}
.account-help h3 {
  margin-bottom: 15px;
  width: 100%;
}
.account-help a {
  text-decoration: underline;
}
/**********  General  ********** */
h1,
.page-title,
.mpcss h1,
.mpcss .h1 {
  color: #6C6666;
  /* Dark grey */
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 500 !important;
  font-size: 22px !important;
  margin: 0 0 5px !important;
  text-transform: uppercase;
  line-height: 1.5;
}
.mpcss h1,
.mpcss .h1 {
  color: #6C6666 !important;
  /* Dark grey */
  font-family: 'PT Serif', serif !important;
  line-height: 1.5 !important;
}
.page-title-wrapper {
  text-align: center;
}
h2,
.filterproduct-title,
.mpcss h2,
.mpcss .h2 {
  background: none;
  color: #6C6666;
  /* Dark grey */
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 500;
  font-size: 22px !important;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 1.5 !important;
}
.mpcss h2,
.mpcss .h2 {
  color: #6C6666 !important;
  /* Dark grey */
  font-family: 'PT Serif', serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
}
h3,
.mpcss h3,
.mpcss .h3 {
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-top: 0;
}
.mpcss h3,
.mpcss .h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
.block .block-title {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a,
a:hover,
.page-header a,
.page-header a:hover,
.page-header .panel.header .header.links > li > a,
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before,
.owl-theme .owl-controls .owl-nav [class*=owl-],
.recent-posts .post-date .day,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before,
.sorter-action:before,
.pages a.page,
.pages a.page,
.sorter-action:hover:before,
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price,
.product-info-main .product-info-price .price-wrapper .price,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before,
.page-main > .page-title-wrapper .page-title,
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover,
.cart.table-wrapper .col.subtotal .price,
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong,
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before,
.authentication-wrapper button.action-auth-toggle,
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before,
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.opc-progress-bar-item._complete > span,
.checkout-payment-method .payment-option-title .action-toggle,
.checkout-payment-method .payment-option-title .action-toggle:after,
.opc-block-shipping-information .shipping-information-title .action-edit:before,
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong,
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.fieldset > .legend,
p .alternative-font,
.entry-content h3,
.history h4,
.nav-toggle:before,
.block-search .label:before,
.nav-toggle:hover:before,
.block-search .label:hover:before,
.fotorama .fotorama-sprite,
.fotorama__fullscreen .fotorama .fotorama__zoom-out,
.fotorama__fullscreen .fotorama .fotorama__zoom-in,
.fotorama .fotorama__arr .fotorama__arr__arr,
.fotorama .fotorama__fullscreen-icon,
.fotorama .fotorama__thumb__arr,
.page-header.type5 .search-area > a,
.page-header.type5 .search-area > a:hover,
.page-header.type5 .minicart-wrapper .action.showcart:before,
.page-header.type5 .minicart-wrapper .action.showcart.active:before,
.page-header.type5 .minicart-wrapper .action.showcart .counter.qty,
.page-header.type5 .block-search .action.search:before,
.block-search .action.search:before,
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch,
.page-header.type7 .minicart-wrapper .action.showcart .counter.qty,
.qty.field .qty-changer > a:hover,
.post-holder .post-date .day,
.widget.block-recent-posts ul li a,
.post-list .post-content .post-read-more,
.post-header .post-title a,
a:visited,
.alink:visited,
a:active,
.alink:active,
.block-category-event > div.event-desc,
.block-category-event .event-ticker .dates > div > span.desc,
#ln_price_slider .ui-slider-handle,
.table.grouped .price-box .price,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.minicart-items .product-item-name a,
.page-header,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.authentication-dropdown,
.login-container,
.giftcard-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
.featured-box .box-content,
.history .featured-box .box-content,
.form.search.advanced,
.homepage-grid-banner .ribbon:before,
.cms-index-index .testimonial-arrow-down,
#newsletter_popup,
.iwd-one-page-checkout-sidebar .iwd-opc-block-summary,
.block-header-customer-login,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #6C6666 !important;
  /* Dark grey */
}
.cart-discount .action.check {
  border-top-color: #6C6666 !important;
  /* Dark grey */
}
.columns .column.main {
  padding-bottom: 20px;
}
/**********  Forms  ********** */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  min-width: 160px;
}
@media (min-width: 998px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    max-width: 280px;
    min-width: 220px;
  }
}
::placeholder {
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #6C6666;
  /* Dark grey */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
form .fieldset .legend {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
form .fieldset .field .label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
label,
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.mage-error[generated] {
  font-size: 12px;
}
/**********  Buttons  ********** */
.btn,
.btn-primary,
button.action.primary,
.action.create.primary,
.action.reservation.primary,
.action.secondary,
.action-show-popup,
.action-hide-popup,
.action-accept,
.action .apply .primary,
.checkout-success.continue,
.filter-title strong,
.filter.active .filter-title strong,
.file-uploader-button,
.searchbox #searchButton {
  background-color: #6C6666 !important;
  /* Dark grey */
  border-color: #6C6666 !important;
  /* Dark grey */
  text-transform: uppercase;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 24px;
  color: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 160px;
}
@media (min-width: 998px) {
  .btn,
  .btn-primary,
  button.action.primary,
  .action.create.primary,
  .action.reservation.primary,
  .action.secondary,
  .action-show-popup,
  .action-hide-popup,
  .action-accept,
  .action .apply .primary,
  .checkout-success.continue,
  .filter-title strong,
  .filter.active .filter-title strong,
  .file-uploader-button,
  .searchbox #searchButton {
    min-width: 220px;
  }
}
.btn:hover,
.btn-primary:hover,
button.action.primary:hover,
.action.create.primary:hover,
.action.reservation.primary:hover,
.action.secondary:hover,
.action-show-popup:hover,
.action-hide-popup:hover,
.action-accept:hover,
.action .apply .primary:hover,
.checkout-success.continue:hover,
.filter-title strong:hover,
.filter.active .filter-title strong:hover,
.file-uploader-button:hover,
.searchbox #searchButton:hover {
  background-color: #FFFFFF !important;
  color: #6C6666 !important;
  /* Dark grey */
}
.box-tocart .action.tocart,
.action.primary.checkout {
  background-color: #F69200 !important;
  /* Orange */
  border-color: #F69200 !important;
  /* Orange */
  color: #FFFFFF !important;
  height: 45px;
  min-width: 196px !important;
}
.box-tocart .action.tocart:hover,
.action.primary.checkout:hover {
  background-color: #FFFFFF !important;
  color: #F69200 !important;
  /* Orange */
}
.action.reservation.primary {
  min-width: 180px;
  text-align: center;
  height: 45px;
  line-height: 2;
  float: right;
  margin: 0 0 20px 0;
}
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-top: 1px solid #6C6666 !important;
  /* Dark grey */
}
button:not(.primary) {
  border: 1px solid #6C6666;
  /* Dark grey */
  color: #6C6666;
  /* Dark grey */
  min-width: inherit;
}
/**********  Tables  **********/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #B4B1B1 !important;
  /* Mid grey */
}
/**********  Cookie Notice  **********/
#cookienotification-block {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cookienotification-block p {
  font-size: 13px;
  font-weight: 400;
  margin-right: 3px;
  margin-bottom: 0;
}
#cookienotification-block a {
  text-decoration: underline;
}
#cookienotification-block a:hover span {
  color: #F69200 !important;
  /* Orange */
}
#cookienotification-block button {
  border: none;
  padding: 0;
  line-height: inherit;
  height: auto;
  margin-left: 10px;
}
#cookienotification-block button span {
  font-weight: 600;
}
#cookienotification-block button:hover span {
  color: #F69200 !important;
  /* Orange */
}
/**********  Tooltips  **********/
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips:hover .tooltips-span {
  visibility: visible;
  opacity: 1;
  top: 35px;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}
a.tooltips .tooltips-span {
  opacity: 1;
  top: 35px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 140px;
  color: #6C6666;
  background: #FFFFFF;
  border: 1px solid #B4B1B1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
}
a.tooltips .tooltips-span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-bottom: 11px solid #B4B1B1;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
a.tooltips .tooltips-span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
/**********  Header  **********/
#mobile-header {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #mobile-header {
    display: none;
  }
}
#mobile-header .panel.wrapper .panel.header .top-panel {
  display: inline-block;
  width: 100%;
}
#mobile-header .panel.wrapper .panel.header .top-panel #switcher-language {
  margin-top: 10px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .top-menu {
  display: inline-block;
  float: left;
}
#mobile-header .panel.wrapper .panel.header .top-panel .top-links-area {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .header.links {
  display: inline-block;
  float: right;
  padding: 5px 5px 0 0 !important;
  margin: 0 !important;
  height: 35px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 {
  position: relative;
  display: inline-block;
  float: right;
  margin: 1px 0 0 7px !important;
  height: 30px;
  right: 0;
  width: 25px !important;
  padding: 0;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2 {
  display: block;
  line-height: 1;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2:before {
  background: url(../images/cart.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 24px;
  height: 27px;
  display: inline-block;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2:hover:before {
  background: url(../images/cart-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 24px;
  height: 27px;
  display: inline-block;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2:after {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2 .qty {
  background-color: transparent !important;
  border-radius: 0 !important;
  position: absolute;
  margin-top: -16px;
  right: 10px;
  font-size: 12px;
  border: none;
  color: #F01616;
  /* Red  */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2 .qty .counter-number {
  color: #F01616;
  /* Red  */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .showcart2:hover .tooltips-span {
  visibility: visible;
  opacity: 1;
  top: 40px;
  left: 0;
  font-weight: 400;
  margin-left: -72px;
  z-index: 999;
  font-size: 11px;
  text-transform: uppercase;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart {
  border: 1px solid #B4B1B1 !important;
  /* Mid grey */
  box-shadow: none !important;
  right: 0;
  padding: 20px 20px 0;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart:before {
  right: 2.7px !important;
  border-bottom-color: #B4B1B1;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart:after {
  border-color: transparent transparent #B4B1B1 transparent !important;
  right: 2px !important;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-title {
  display: block !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-title span {
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content #btn-minicart-close {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  padding: 15px 0 0;
  margin: 0;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li {
  padding: 0;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li:not(:first-child) {
  border: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li span {
  font-size: 14px;
  color: #6C6666;
  /* Dark grey */
  font-weight: 400;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-photo {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details {
  padding-left: 0;
  /* remove this if you display photo again*/
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-item-name {
  min-height: 20px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-item-name a {
  font-weight: 500;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-brand {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-item-pricing {
  margin-top: -15px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-item-pricing .price-container {
  float: right;
  margin-right: 210px;
  /* put back to 115px if you add photo back in */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .product-item-details .product-item-pricing .price-container .price {
  font-size: 14px;
  color: #6C6666;
  /* Dark grey */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .options dl .label {
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
  color: #6C6666;
  /* Dark grey */
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .details-qty input {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .details-qty input {
  border: solid 1px #fff;
  opacity: 1;
  margin: -8px 0 0 -15px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .details-qty .update-cart-item,
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper li .details-qty .label {
  display: none;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .actions .primary {
  display: none !important;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete {
  display: block;
  margin-top: -55px;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
#mobile-header .panel.wrapper .panel.header .top-panel .minicart-wrapper2 .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete:hover:before {
  background: url(../images/close-btn-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
#mobile-header .header.content .logo {
  margin: 0 25px 0 0 !important;
}
#mobile-header .header.content .nav-toggle {
  float: right;
  margin-right: 0;
  line-height: 1.2;
  text-align: center !important;
}
#mobile-header .header.content .nav-toggle span {
  font-size: 12px;
  display: block;
  line-height: 1;
  height: auto;
  width: auto;
  margin: 0;
  clip: unset;
  text-transform: uppercase;
  position: relative;
}
#mobile-header .minisearch {
  display: block;
  position: relative;
  width: auto !important;
  left: 0;
  top: 0;
  margin: 0 20px;
}
#mobile-header .minisearch .label {
  position: absolute;
  right: -30px;
  margin-top: 6px;
  z-index: 9999;
}
#mobile-header .minisearch .label:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
#mobile-header .minisearch .label:hover:before {
  background: url(../images/magnifyer-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
#mobile-header .minisearch input {
  position: static;
  height: 35px;
  border-radius: 0;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  margin: 0;
}
#mobile-header .minisearch .actions .search {
  height: 22px;
  border-left: none;
  width: 22px;
  opacity: 1;
  top: 6px;
}
#mobile-header .nav-sections .section-items .section-item-title:nth-child(5) {
  display: none;
}
#mobile-header .nav-sections .section-items .section-item-content .links {
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
  border-top: none;
}
#mobile-header .nav-sections .section-items .section-item-content .links li {
  display: block;
}
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips {
  width: auto;
  height: auto;
}
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips:before {
  display: none;
}
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips:hover .tooltips-span {
  color: #F69200;
  /* Orange */
}
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips .tooltips-span {
  position: relative;
  width: auto;
  margin-left: 0;
  top: 0;
  left: 0;
  border: none;
  height: auto;
  line-height: inherit;
  text-align: left;
  visibility: visible;
  background: none;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips .tooltips-span:before,
#mobile-header .nav-sections .section-items .section-item-content .links li .tooltips .tooltips-span:after {
  display: none;
}
#mobile-header .nav-sections .section-items .section-item-content .links li .social-login {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
#desktop-header {
  display: none;
}
@media (min-width: 768px) {
  #desktop-header {
    display: block;
  }
}
.page-header .panel.wrapper {
  background-color: #ECEBEB !important;
  /* Light grey */
}
.page-header .header {
  padding: 10px 20px 10px 20px !important;
}
.page-header .header .switcher {
  display: inline-block !important;
}
.page-header .header .switcher strong {
  font-size: 12px;
  text-transform: none;
  line-height: 20px;
  color: #6C6666;
  /* Dark grey */
}
.page-header .header .switcher .switcher-options .switcher-trigger:after {
  line-height: 18px;
  margin: 0 0 0 2px;
  color: #6C6666;
  /* Dark grey */
}
.page-header .header .top-menu ul {
  display: none;
}
@media (min-width: 768px) {
  .page-header .header .top-menu ul {
    display: inline-block;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-header .header .top-menu ul li {
    padding: 0 10px;
    margin: 0;
    display: inline-block;
  }
  .page-header .header .top-menu ul li:last-child {
    padding: 0 0 0 10px;
  }
  .page-header .header .top-menu ul li a {
    font-size: 12px;
    color: #6C6666;
    /* Dark grey */
    display: inline-block;
  }
  .page-header .header .top-menu ul li a:hover {
    color: #F69200 !important;
    /* Orange */
    text-decoration: none !important;
  }
}
@media (min-width: 768px) {
  .page-header .header .search-area {
    float: right !important;
    width: 276px;
    height: 35px !important;
  }
}
.page-header .header .search-area .search-toggle-icon {
  display: none;
}
.page-header .header .search-area .block-search {
  display: block;
  position: relative;
  width: auto !important;
  left: 0;
  top: 0;
  margin: 0;
}
@media (min-width: 400px) {
  .page-header .header .search-area .block-search {
    width: 320px !important;
  }
}
.page-header .header .search-area .block-search form .search input {
  height: 35px;
  border-radius: 0;
  border: 1px solid #B4B1B1;
  /* Mid grey */
}
.page-header .header .search-area .block-search form .actions .search {
  height: 22px;
  border-left: none;
  width: 22px;
  opacity: 1;
  top: 6px;
}
@media (min-width: 768px) {
  .page-header .header .search-area .block-search form .actions .search {
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .page-header .header .search-area .block-search form .actions .search {
    right: 50px;
  }
}
.page-header .header .search-area .block-search form .actions .search:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.page-header .header .search-area .block-search form .actions .search:hover:before {
  background: url(../images/magnifyer-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.page-header .header .logo {
  margin: 15px 25px 0 0 !important;
  max-height: 60px;
  max-width: 100%;
  width: auto;
  float: unset !important;
}
@media (min-width: 1024px) {
  .page-header .header .logo {
    float: left !important;
  }
}
.page-header .header .nav-sections .navigation.sw-megamenu {
  z-index: 1;
}
@media (min-width: 1280px) {
  .page-header .header .nav-sections .navigation.sw-megamenu {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .level0 .level-top {
    padding: 0 5px;
  }
}
@media (min-width: 1280px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .level0 .level-top {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .dames-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .heren-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 28%;
    width: 0;
    height: 0;
    border-bottom: 11px solid #B4B1B1;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
@media (min-width: 1024px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .dames-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .heren-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:before,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:before {
    bottom: -5px;
  }
}
@media (min-width: 768px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .dames-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .heren-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 32%;
    width: 0;
    height: 0;
    border-bottom: 9px solid #FFFFFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 99999;
  }
}
@media (min-width: 1024px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul .dames-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .heren-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:after,
  .page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:after {
    bottom: -5px;
  }
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:before {
  left: 22%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .meisjes-menu:hover .level-top span:after {
  left: 26%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .dames-menu {
  padding-left: 0;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:before {
  left: 27%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .jongens-menu:hover .level-top span:after {
  left: 31%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:before {
  left: 34%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul .accessoires-menu:hover .level-top span:after {
  left: 36%;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top {
  font-size: 13px;
  color: #6C6666;
  /* Dark grey */
}
@media (min-width: 1024px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top {
    font-size: 14px;
  }
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top:hover,
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top:focus {
  color: #F69200 !important;
  /* Orange */
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top:hover span,
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top:focus span {
  text-decoration: none;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top:after {
  display: none;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li a.level-top span {
  font-weight: 500;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu {
  width: 100%;
  padding: 15px;
  border: 1px solid  #B4B1B1;
  /* Mid grey */
  display: none;
}
@media (min-width: 768px) {
  .page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu {
    display: block;
  }
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row h3 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu {
  margin-top: 10px;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1 {
  padding: 0 5px;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1:first-child {
  padding-left: 0;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1 a {
  color: #6C6666 !important;
  /* Dark grey */
  margin: 0;
  line-height: 2.4;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1 a:hover {
  color: #F69200 !important;
  /* Orange */
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1 a:hover span {
  text-decoration: none;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1 a span {
  font-weight: 400;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1.parent a {
  color: #6C6666 !important;
  /* Dark grey */
  padding: 0;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1.parent a:hover {
  color: #F69200 !important;
  /* Orange */
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1.parent a:hover span {
  text-decoration: none;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row ul.subchildmenu li.level1.parent a span {
  font-weight: 400;
}
.page-header .header .nav-sections .navigation.sw-megamenu ul li .level0.submenu .container .row .linkall {
  font-weight: 500;
  text-decoration: underline;
  font-size: 13px;
  line-height: 2.4;
  margin-bottom: 4px;
  padding: 0;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block .col-sm-6:first-child {
  margin-top: 10px;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block h3 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  padding-bottom: 13px !important;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block ul li {
  line-height: 1.4;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block ul li a:hover {
  color: #F69200 !important;
  /* Orange */
  text-decoration: none;
}
.page-header .header .nav-sections .navigation.sw-megamenu .menu-right-block ul li .linkall {
  font-weight: 500;
  text-decoration: underline;
  line-height: 2.4;
}
.page-header .header .nav-sections .navigation.sw-megamenu .minicart-wrapper .tooltips .tooltips-span {
  font-weight: 400;
}
.page-header .header .nav-sections .switcher {
  display: none !important;
}
.page-header .header .header.links {
  padding: 14px 5px 0 0 !important;
  list-style: none none;
  float: right;
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .page-header .header .header.links {
    margin-top: -88px;
  }
}
@media (min-width: 1024px) {
  .page-header .header .header.links {
    margin-top: -54px;
  }
}
.page-header .header .header.links li {
  margin-bottom: 0;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  display: inline;
}
.page-header .header .header.links li a {
  color: #6C6666 !important;
  /* Dark grey */
  display: inline-block;
  line-height: 1.4;
}
.page-header .header .header.links li a:hover {
  color: #F69200 !important;
  /* Orange */
}
.page-header .header .header.links li a:hover span {
  text-decoration: none;
}
.page-header .header .header.links li a:visited {
  color: #6C6666 !important;
  /* Dark grey */
}
.page-header .header .header.links li a span {
  padding: 0 15px;
}
.page-header .header .header.links .authorization-link a.tooltips {
  width: 22px;
  height: 30px;
}
.page-header .header .header.links .authorization-link a.tooltips:before {
  background: url(../images/user.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 24px;
  height: 22px;
  display: inline-block;
}
.page-header .header .header.links .authorization-link a.tooltips:hover:before {
  background: url(../images/user-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 24px;
  height: 22px;
  display: inline-block;
}
.page-header .header .header.links .wishlist-link a {
  width: 30px;
  height: 30px;
}
.page-header .header .header.links .wishlist-link a:before {
  background: url(../images/wishlist.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 26px;
  height: 22px;
  display: inline-block;
}
.page-header .header .header.links .wishlist-link a:hover:before {
  background: url(../images/wishlist-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 26px;
  height: 22px;
  display: inline-block;
}
.page-header .header .header.links .welcome,
.page-header .header .header.links .compare,
.page-header .header .header.links .customer-welcome {
  display: none;
}
.page-header .header .minisearch {
  display: block;
  position: relative;
  width: auto !important;
  left: 0;
  top: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header .header .minisearch {
    width: 275px !important;
  }
}
@media (min-width: 1024px) {
  .page-header .header .minisearch {
    width: 320px !important;
  }
}
.page-header .header .minisearch .label {
  margin: 0;
}
.page-header .header .minisearch .label:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.page-header .header .minisearch .label:hover:before {
  background: url(../images/magnifyer-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.page-header .header .minisearch input {
  height: 35px;
  border-radius: 0;
  border: 1px solid #B4B1B1;
  /* Mid grey */
}
.page-header .header .minisearch .actions .search {
  height: 22px;
  border-left: none;
  width: 22px;
  opacity: 1;
  top: 6px;
}
@media (min-width: 768px) {
  .page-header .header .minisearch .actions .search {
    right: 15px;
  }
}
.page-header .header .details-qty input {
  min-width: initial;
}
.page-header .header .minicart-wrapper {
  width: 25px !important;
  padding-top: 10px !important;
  margin: 0;
  margin-top: -48px !important;
  padding: 15px 0 0;
}
@media (min-width: 768px) {
  .page-header .header .minicart-wrapper {
    margin-top: -88px !important;
  }
}
@media (min-width: 1024px) {
  .page-header .header .minicart-wrapper {
    margin-top: -54px !important;
  }
}
.page-header .header .minicart-wrapper .tooltips:hover .tooltips-span {
  visibility: visible;
  opacity: 1;
  top: 40px;
  left: 50%;
  margin-left: -72px;
  z-index: 999;
  font-size: 11px;
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper .showcart:before {
  background: url(../images/cart.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 24px;
  height: 27px;
  display: inline-block;
}
.page-header .header .minicart-wrapper .showcart:hover:before {
  background: url(../images/cart-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 24px;
  height: 27px;
  display: inline-block;
}
.page-header .header .minicart-wrapper .showcart:after {
  display: none;
}
.page-header .header .minicart-wrapper .showcart .qty {
  background-color: transparent !important;
  border-radius: 0 !important;
  right: 6px !important;
  margin-top: -8px !important;
  border: none;
}
.page-header .header .minicart-wrapper .block-minicart {
  border: 1px solid #B4B1B1 !important;
  /* Mid grey */
  box-shadow: none !important;
  right: 0;
  padding: 20px 20px 0;
}
.page-header .header .minicart-wrapper .block-minicart:before {
  right: 2.7px !important;
  border-bottom-color: #B4B1B1;
}
.page-header .header .minicart-wrapper .block-minicart:after {
  border-color: transparent transparent #B4B1B1 transparent !important;
  right: 2px !important;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-title {
  display: block !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-title span {
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content #btn-minicart-close {
  display: none;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  padding: 15px 0 0;
  margin: 0;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li {
  padding: 0;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li:not(:first-child) {
  border: none;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  width: 100%;
  margin-bottom: 0;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-photo {
  min-width: 100px;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-photo product-image-container {
  max-height: unset;
  max-width: unset;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details {
  padding-left: 10px;
  width: 70%;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details .product-brand {
  display: block;
  line-height: 2;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details .product-item-name {
  margin: 0;
  line-height: 1;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details .product-item-name a {
  font-weight: 500;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details .product-item-pricing .price-container {
  float: left;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .product-item-details .product-item-pricing .price-container .price {
  font-size: 14px;
  color: #6C6666;
  /* Dark grey */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .details-qty {
  float: left;
  margin: 0 15px 0 0;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .details-qty input {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 1px #fff;
  opacity: 1;
  padding: 0;
  margin: 0 0;
  width: 20px;
  height: 20px;
  text-align: left;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .details-qty .update-cart-item,
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .details-qty .label {
  display: none;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container span {
  font-size: 14px;
  color: #6C6666;
  /* Dark grey */
  font-weight: 400;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .options {
  display: none;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .options dl .label {
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #6C6666;
  /* Dark grey */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items li .p-container .options dl .values {
  margin-bottom: 0;
  line-height: 1;
  margin-right: 10px;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .primary {
  display: none !important;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete {
  display: block;
  margin-top: -100px;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .actions .secondary .delete:hover:before {
  background: url(../images/close-btn-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-button {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0 0;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-button .viewcart {
  background-color: #F69200;
  /* Orange */
  border-color: #F69200;
  /* Orange */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-button .viewcart:hover {
  background-color: #FFFFFF;
  /* Orange */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-button .viewcart:hover span {
  color: #F69200;
  /* Orange */
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .minicart-button .viewcart span {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
.page-header .header .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content #minicart-widgets {
  display: none;
}
.sticky-header .header .nav-sections .navigation.sw-megamenu {
  margin-top: 0;
}
.sticky-header .header .nav-sections .navigation.sw-megamenu .sticky-logo {
  margin-top: -15px;
}
.sticky-header .header .nav-sections .navigation.sw-megamenu .sticky-logo a:nth-child(2) {
  display: none;
}
.sticky-header .header .nav-sections .switcher {
  display: none !important;
}
.sticky-header .minicart-wrapper {
  position: relative;
  right: 15px;
  top: 46px !important;
}
/**********   Outlet Menu  **********/
.sw-megamenu.navigation li.level0.fullwidth:nth-child(8) a.level-top,
.sw-megamenu.navigation li.level0.fullwidth:last-child a.level-top {
  color: #F01616 !important;
  /* Red  */
}
/**********  Footer  ********** */
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
  padding: 30px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 500;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer-middle .block .newsletter {
  width: auto;
  margin-bottom: 10px;
}
.footer-middle .block .newsletter .form.subscribe {
  max-width: 300px;
  display: block;
}
.footer-middle .block .newsletter .form.subscribe label {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 10px 20px 10px 10px;
  line-height: 1;
  float: left;
}
@media (min-width: 768px) {
  .footer-middle .block .newsletter .form.subscribe label {
    margin: 10px 15px 10px 2px;
  }
}
@media (min-width: 998px) {
  .footer-middle .block .newsletter .form.subscribe label {
    margin: 10px 20px 10px 10px;
  }
}
.footer-middle .block .newsletter .form.subscribe .field .control:before {
  display: none;
}
.footer-middle .block .newsletter .form.subscribe .field .control input {
  padding: 0 10px;
  height: 35px;
  border: 0;
  margin-top: 10px;
  float: left;
  min-width: initial;
}
@media (min-width: 998px) {
  .footer-middle .block .newsletter .form.subscribe .field .control input {
    min-width: 200px;
  }
}
.footer-middle .block .newsletter .form.subscribe .field .control input[type="radio"] {
  height: auto;
  min-width: inherit;
}
.footer-middle .block .newsletter .form.subscribe .field .control #footer_newsletter_name,
.footer-middle .block .newsletter .form.subscribe .field .control #footer_newsletter {
  margin-top: 0;
}
.footer-middle .block .newsletter .form.subscribe #footer_newsletter input {
  margin-top: 0;
}
.footer-middle .block .newsletter .form.subscribe .subscribe {
  border-radius: 0;
  border: #6C6666;
  /* Dark grey */
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: 400;
  margin: 10px 0;
  background: #6C6666;
  /* Dark grey */
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
  max-width: 280px;
  min-width: 162px;
}
@media (min-width: 998px) {
  .footer-middle .block .newsletter .form.subscribe .subscribe {
    min-width: 200px;
  }
}
.footer-middle .block .newsletter .form.subscribe .subscribe:hover {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  border: 1px solid #6C6666;
  /* Dark grey */
}
.footer-middle .block .newsletter .form.subscribe p span {
  float: right;
  font-size: 12px;
  padding-right: 10px;
}
.footer-middle .newsletter-block {
  display: none;
}
@media (min-width: 768px) {
  .footer-middle .newsletter-block {
    display: block;
  }
}
.footer-middle .reservation .block-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
@media (min-width: 768px) {
  .footer-middle .reservation .block-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footer-middle .reservation .block-content img {
  min-width: 60px;
  margin-right: 10px;
}
.footer-middle .reservation .block-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-middle .reservation .block-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.footer-middle .payments {
  margin-top: 30px;
}
.footer-middle .payments .block-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-middle .payments .block-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.footer-middle .payments img {
  height: 35px;
  width: auto;
  margin: 0 5px 5px 0;
}
@media (min-width: 1200px) {
  .footer-middle .payments img {
    margin: 0 10px 10px 0;
  }
}
.footer-middle .payments .block-title {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-middle .payments .block-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-left: -5px;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 20px 0;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  /* footer grey border */
}
.footer-middle ul.features li:last-child {
  border: none;
}
@media (min-width: 768px) {
  .footer-middle ul.features li {
    padding: 10px 0;
    border-bottom: none;
    line-height: 1.4;
  }
}
.footer-middle ul.features li a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-middle ul.features li a:after {
  content: '\f809';
  font-family: 'porto-icons';
}
@media (min-width: 768px) {
  .footer-middle ul.features li a:after {
    display: none;
  }
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .col-sm-3:nth-child(3) {
  background-color: #D8D8D8;
  /* footer grey */
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(3) {
    background-color: #ECEBEB;
    /* Light grey */
  }
}
.footer-middle .col-sm-3:nth-child(4) {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(4) {
    padding-top: 0;
  }
}
.footer-middle .col-sm-3:nth-child(4) .block .block-title:first-child {
  display: none;
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(4) .block .block-title:first-child {
    display: block;
  }
}
.footer-middle .col-sm-3:nth-child(4) .block .block-title:nth-child(3) {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(4) .block .block-title:nth-child(3) {
    display: none;
  }
}
.footer-middle .col-sm-3:nth-child(4) .block .block-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(4) .block .block-content {
    margin-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-middle .col-sm-3:nth-child(4) .block .block-content .hashtag {
  margin: 10px 0;
}
.footer-middle .col-sm-3:nth-child(4) .block .block-content:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .footer-middle .col-sm-3:nth-child(4) .block .block-content:nth-child(2) {
    display: block;
  }
}
.footer-middle #sb_instagram {
  width: 100%;
}
.footer-middle #sb_instagram #sbi_images {
  padding: 0 5px 10px 0;
}
.footer-middle > div > div > div:nth-child(4) > div > div:nth-child(4) > div > a > img {
  margin: 0 3px 10px 0;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 20px 0 10px;
  }
}
.footer-bottom .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-bottom .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .footer-bottom .container .custom-block {
    width: 80%;
  }
}
.footer-bottom .container .custom-block .bottom-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .footer-bottom .container .custom-block .bottom-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
  }
}
.footer-bottom .container .custom-block .bottom-links a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer-bottom .container .custom-block .bottom-links a {
    margin-right: 50px;
  }
}
.footer-bottom .container .f-right {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom .container .f-right {
    width: 20%;
    text-align: right;
  }
}
.footer-bottom .container .f-right .custom-block {
  width: 100%;
}
/**********  Homepage  ********** */
.cms-porto-home-10 .page-main {
  padding-bottom: 0;
}
.cms-porto-home-10 h2 {
  font-weight: 700;
}
.cms-porto-home-10 .products-grid .product-item .product-item-info:hover {
  border: none;
}
#promobanner-block {
  top: 0;
  background-color: #F24040 !important;
  /* shade of Maniet red */
  color: #ffffff !important;
  z-index: 1 !important;
}
#promobanner-block p {
  text-align: center;
}
.homepage-grid-banner .col-sm-1,
.homepage-grid-banner .col-sm-2,
.homepage-grid-banner .col-sm-3,
.homepage-grid-banner .col-sm-4,
.homepage-grid-banner .col-sm-5,
.homepage-grid-banner .col-sm-6,
.homepage-grid-banner .col-sm-7,
.homepage-grid-banner .col-sm-8,
.homepage-grid-banner .col-sm-9,
.homepage-grid-banner .col-sm-10,
.homepage-grid-banner .col-sm-11,
.homepage-grid-banner .col-sm-12 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.homepage-grid-banner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.homepage-grid-banner .container {
  padding: 0 20px;
  width: 100% !important;
}
@media (max-width: 767px) {
  .homepage-grid-banner .container .col-sm-3 {
    width: 50%;
    float: left;
    margin-bottom: 0 !important;
  }
}
.homepage-grid-banner .container .grid1,
.homepage-grid-banner .container .grid2,
.homepage-grid-banner .container .grid3,
.homepage-grid-banner .container .grid4 {
  position: relative;
}
.homepage-grid-banner .container .grid1 img,
.homepage-grid-banner .container .grid2 img,
.homepage-grid-banner .container .grid3 img,
.homepage-grid-banner .container .grid4 img {
  width: 100%;
  height: auto;
}
.homepage-grid-banner .col-sm-margin {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .homepage-grid-banner .col-sm-margin {
    margin-bottom: 14px !important;
  }
}
.maincatblock a img {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .maincatblock a img {
    max-height: 414px;
  }
}
.topcatblocks a img {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .topcatblocks a img {
    width: 300px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .sliderblock {
    margin-top: 30px;
  }
}
.flexslider .slides li {
  position: relative;
}
.flex-caption h1 a {
  font-size: 40px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  margin-left: 40px;
}
.flex-caption a {
  height: auto !important;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  padding: 10px 40px;
}
.flex-caption .bb-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flex-caption .bb-top-left {
  top: 8%;
  left: 6%;
}
.flex-caption .bb-top-right {
  top: 8%;
  right: 6%;
}
.flex-caption .bb-bottom-left {
  bottom: 8%;
  left: 6%;
}
.flex-caption .bb-bottom-right {
  bottom: 8%;
  right: 6%;
}
.bannerleft {
  padding-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bannerleft {
    margin-bottom: 0;
  }
}
.bannerright {
  padding-left: 0;
}
.centrebanner a img {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .centrebanner a img {
    width: 635px;
    height: 325px;
  }
}
.home-featured {
  margin-top: 30px;
}
.home-featured .etabs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .home-featured .etabs {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.home-featured .etabs .tab {
  padding: 0 20px !important;
  margin: 0 !important;
  top: 0 !important;
}
.home-featured .etabs .tab a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0px 10px;
}
.home-featured .etabs .col-md-1 {
  display: none;
}
.home-featured .etabs .active {
  padding: 3px 20px !important;
  margin: 0 !important;
}
.home-featured .etabs .active .active {
  background: #6C6666;
  /* Dark grey */
  color: #ffffff;
}
.home-featured .hide {
  display: none;
}
.home-featured .products {
  margin: 10px 0;
}
.home-featured .product-item-name {
  line-height: 2;
  width: 50%;
  float: left;
}
.home-featured .price-box {
  width: 50%;
  float: left;
}
.home-featured .product-brand {
  width: 100%;
  display: block;
  float: left;
}
.home-featured .product-item-info:hover {
  border: none !important;
}
.home-featured .product-item-info:hover .product-item-inner {
  display: none !important;
}
.home-featured .panel-container #tabs1-new .block {
  margin-bottom: 0;
}
.home-featured .owl-prev {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .home-featured .owl-prev {
    left: 0 !important;
  }
}
.home-featured .owl-prev:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
.home-featured .owl-next {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .home-featured .owl-next {
    right: 0 !important;
  }
}
.home-featured .owl-next:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
.magestore-bannerslider-standard .magestore-bannerslide-flex-slider .flexslider {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-categories {
  padding: 30px 0 50px;
  margin-top: 30px;
}
.cms-porto-home-10 .weltpixel-quickview {
  display: none !important;
}
.cms-porto-home-10 .column.main {
  padding-bottom: 0;
}
.porto-icon-angle-left,
.porto-icon-angle-right {
  display: none;
}
.blog-block {
  margin: 20px 0;
  background-color: #ECEBEB;
  /* Light grey */
}
.blog-block .blog-item .blog_home {
  padding-bottom: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (min-width: 768px) {
  .blog-block .blog-item .blog_home {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.blog-block .blog-item .blog_home .blog_index_column {
  margin: 0 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-block .blog-item .blog_home .blog_index_column {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.blog-block .blog-item .blog_home .blog_index_column img {
  min-height: 250px;
  max-height: 250px;
  width: 100%;
}
.blog-block .blog-item .blog_home .blog_index_column h2 {
  text-align: left;
  min-height: 44px;
  line-height: 1 !important;
  margin: 10px 0 0 !important;
}
.blog-block .blog-item .blog_home .blog_index_column h2 a.post-item-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.our-brands {
  margin: 30px 0 0 !important;
}
.our-brands .owl-stage-outer {
  max-height: 150px;
}
.our-brands .owl-stage-outer .owl-stage {
  margin-top: -30px;
}
.our-brands a {
  text-align: center;
}
.our-brands .owl-dots {
  display: none;
}
.our-brands .owl-nav {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: transparent;
}
.our-brands .owl-nav:hover {
  background: transparent;
}
.our-brands .owl-nav .owl-prev {
  left: 0;
  top: 30%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #6c6666 transparent transparent;
  /* Dark grey */
  padding: 0 !important;
  color: transparent;
  background: transparent;
  opacity: 1 !important;
}
.our-brands .owl-nav .owl-prev:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
@media (min-width: 1024px) {
  .our-brands .owl-nav .owl-prev {
    left: -15px;
  }
}
.our-brands .owl-nav .owl-next {
  right: 0;
  top: 30%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #6c6666;
  /* Dark grey */
  padding: 0 !important;
  background: transparent;
  opacity: 1 !important;
}
.our-brands .owl-nav .owl-next:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
@media (min-width: 1024px) {
  .our-brands .owl-nav .owl-next {
    right: -15px;
  }
}
.our-brands .brand-item {
  width: 150px;
  display: table !important;
}
.our-brands .brand-item .brand-image {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.usps {
  min-height: 100px;
  margin: 30px 0 20px;
}
.usps .widget {
  width: 100%;
  margin: 20px 0;
}
.usps .usp-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .usps .usp-container {
    width: 50%;
  }
}
.usps .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
}
.usps .usp-container .usp-block img {
  margin-bottom: 5px;
}
.usps .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.usps .usp-container .usp-block p {
  font-size: 12px;
}
.homepromo-wrapp {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .homepromo-wrapp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1140px) {
  .homepromo-wrapp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.homepromo-wrapp .city {
  border: none;
}
@media (min-width: 768px) {
  .homepromo-wrapp .city {
    max-width: 33%;
  }
}
@media (min-width: 1140px) {
  .homepromo-wrapp .city {
    max-width: unset;
  }
}
.homepromo-wrapp .city h2 {
  text-align: left;
}
.homepromo-wrapp .city .idees_cadeau-products,
.homepromo-wrapp .city .bestseller-products,
.homepromo-wrapp .city .new-products {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.homepromo-wrapp .city .idees_cadeau-products .brand-image,
.homepromo-wrapp .city .bestseller-products .brand-image,
.homepromo-wrapp .city .new-products .brand-image {
  width: 100px;
  margin-bottom: 10px;
}
.homepromo-wrapp .city .idees_cadeau-products .item-image,
.homepromo-wrapp .city .bestseller-products .item-image,
.homepromo-wrapp .city .new-products .item-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1140px) {
  .homepromo-wrapp .city .idees_cadeau-products .item-image img,
  .homepromo-wrapp .city .bestseller-products .item-image img,
  .homepromo-wrapp .city .new-products .item-image img {
    min-width: 250px;
  }
}
.homepromo-wrapp .city .idees_cadeau-products .item-details,
.homepromo-wrapp .city .bestseller-products .item-details,
.homepromo-wrapp .city .new-products .item-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
.homepromo-wrapp .city .idees_cadeau-products .item-details .product-item-name,
.homepromo-wrapp .city .bestseller-products .item-details .product-item-name,
.homepromo-wrapp .city .new-products .item-details .product-item-name {
  min-height: 20px;
}
/**********  FAQ's  **********/
#faq-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs ul {
  list-style: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .tabs ul {
    padding: 0 100px;
  }
}
.tabs ul li {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 15px;
}
.tabs ul li:hover {
  background-color: #ECEBEB;
  /* Light grey */
  border: 1px solid  #ECEBEB;
  /* Light grey */
}
.tabs ul li a {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #faq-menu .sidebar-main {
    width: 22.3%;
    padding-right: 0;
  }
}
#faq-menu .sidebar-main .tabs ul {
  padding: 0;
}
#faq-menu .sidebar-main .tabs ul li:hover {
  border: 1px solid #ECEBEB;
  /* Light grey */
}
#faq-menu .sidebar-main .tabs ul li:hover a {
  font-weight: 600;
}
#faq-menu .sidebar-main .tabs ul li a {
  text-transform: none;
}
#faq-menu .sidebar-main .tabs ul .active {
  border: 1px solid #ECEBEB;
  /* Light grey */
  background: #ECEBEB;
  /* Light grey */
}
#faq-menu .sidebar-main .tabs ul .active a {
  font-weight: 600;
}
#faq-menu .sidebar-main .tabs ul .back:before {
  content: '\f80a';
  font-family: 'porto-icons';
  margin-right: 10px;
}
#faq-answers {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 28px 20px;
}
@media (min-width: 998px) {
  #faq-answers {
    padding: 48px 40px;
  }
}
#faq-answers h1 {
  text-align: left;
  font-weight: 700 !important;
  margin: 0 0 30px !important;
}
#faq-answers h2 {
  text-align: left;
  font-weight: 600;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-top: 40px;
}
#faq-answers a {
  text-decoration: underline;
}
/**********  Customer new & login + Giftcards  **********/
#login-photo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-create-account,
.login-container {
  margin: 0 !important;
}
@media (min-width: 998px) {
  .form-create-account,
  .login-container {
    margin: 0 64px !important;
  }
}
.form-create-account .field-name-prefix .control select,
.login-container .field-name-prefix .control select {
  height: 38px;
}
.form-create-account .info,
.login-container .info {
  padding: 0 100px 0 0;
}
.form-create-account .account,
.login-container .account {
  padding: 0 0 0 20px;
}
.form-create-account .actions-toolbar,
.login-container .actions-toolbar {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0 0 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .form-create-account .actions-toolbar,
  .login-container .actions-toolbar {
    position: absolute;
    bottom: 22px;
    width: 85%;
  }
}
.form-create-account .actions-toolbar .primary,
.login-container .actions-toolbar .primary {
  margin: 0 !important;
}
.form-notice {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 45px;
}
.form-notice p {
  text-align: right;
  font-size: 12px;
}
#form-validate fieldset .field-dob .customer-dob input {
  max-width: 150px;
}
#form-validate fieldset .field-dob .customer-dob button {
  color: transparent;
  border: none;
  background-color: #ffffff;
  width: 20px;
}
#form-validate fieldset .field-dob .customer-dob button:before {
  background: url(../images/calendar.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 28px;
  height: 30px;
  display: inline-block;
}
#form-validate fieldset .field-dob .customer-dob button:hover:before {
  background: url(../images/calendar-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 28px;
  height: 30px;
  display: inline-block;
}
.login-container h3 {
  text-align: center;
}
.login-container h4 {
  text-transform: uppercase;
  text-align: center;
}
.login-container .fieldset:after {
  display: none;
}
.login-container .fieldset .field {
  text-align: center;
}
.login-container .fieldset .note {
  text-align: left;
}
.login-container .fieldset .control {
  margin: 0 auto;
}
.login-container .fieldset .forgot a {
  border-bottom: 1px solid #6C6666;
  /* Dark grey */
}
#inside {
  margin-top: 45px;
}
#inside h3 {
  text-align: center;
}
#inside .image-envoye {
  text-align: center;
}
#inside .image-envoye img {
  max-height: 50px;
}
#inside .method_sending {
  margin-top: 10px;
}
#inside .method_sending img {
  max-width: 103px;
}
#inside .method_sending p {
  line-height: inherit;
}
#inside .method_sending .ui-datepicker-trigger:before {
  background: url(../images/calendar.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 28px;
  height: 30px;
  display: inline-block;
}
#inside .method_sending .ui-datepicker-trigger:hover:before {
  background: url(../images/calendar-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 28px;
  height: 30px;
  display: inline-block;
}
#physique-upload {
  padding: 48px 40px;
  border: 1px solid #6C6666;
  /* Dark grey */
  min-height: 470px;
  position: relative;
}
@media (min-width: 998px) {
  #physique-upload {
    margin-left: 40px;
  }
}
#physique-upload h4 {
  text-align: center;
}
#physique-upload #dropzone {
  display: none;
  border: 1px solid black;
  width: 100%;
  height: 30px;
}
.product-gift-card .page-title-wrapper {
  display: none;
}
.product-gift-card .product-info-price {
  display: none !important;
}
.product-gift-card .column div.media {
  float: none !important;
  margin-bottom: 45px;
}
.product-gift-card .column .media {
  width: 100% !important;
}
.product-gift-card .product-info-main {
  display: none;
  float: left;
  margin: 0 !important;
  width: 100% !important;
}
@media (min-width: 998px) {
  .product-gift-card .product-info-main {
    margin: 0 64px !important;
  }
}
.product-gift-card .product-info-main .mage-error[generated] {
  margin-top: 7px;
}
.product-gift-card .product-info-main .block:nth-child(1) {
  clear: left;
  float: left;
}
@media (min-width: 768px) {
  .product-gift-card .product-info-main .block {
    border: 1px solid #B4B1B1;
    padding: 28px 20px;
    min-height: 470px;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}
@media (min-width: 998px) {
  .product-gift-card .product-info-main .block {
    width: 90% !important;
    padding: 48px 40px;
  }
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .p-label {
  margin-right: 15px;
  line-height: 2.3;
  margin-bottom: 0;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset p {
  float: left;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .p-label-right {
  line-height: 2.3;
  margin-bottom: 0;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .gift-notice {
  text-align: center;
  float: none !important;
  margin-top: 10px;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .select-image-error {
  color: #F01616;
  /* Red  */
  display: none;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .giftcardsform {
  margin-top: 10px;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .qty .control input {
  min-width: 40px !important;
  height: 30px;
  max-width: 100%;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .qty .qty-changer .qty-inc,
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .qty .qty-changer .qty-dec {
  height: 13px !important;
  line-height: 1 !important;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="text"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="password"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="url"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="tel"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="search"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="number"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="datetime"],
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="email"] {
  max-width: unset !important;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset input[type="radio"] {
  margin-right: 10px;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .fieldset .price {
  width: 75px;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .card-container {
  width: 100%;
}
@media (min-width: 998px) {
  .product-gift-card .product-info-main .product-add-form .box-tocart .card-container {
    width: 63%;
  }
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar {
  border-top: 1px solid #B4B1B1;
  /*Mid grey */
  padding: 20px 0 0 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar:before,
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar:after {
  display: none;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar .primary {
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar .primary button {
  height: 45px;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar .primary .update {
  display: none;
}
.product-gift-card .product-info-main .product-add-form .box-tocart .actions-toolbar .primary .share {
  margin-right: 10px !important;
}
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="text"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="password"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="url"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="tel"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="search"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="number"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="datetime"],
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform input[type="email"] {
  max-width: 280px !important;
  margin: 10px 0;
}
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform p:nth-child(5),
.product-gift-card .product-info-main .product-add-form .box-tocart-ecarte .fieldset .giftcardsform p:nth-child(9) {
  line-height: 4;
}
.giftcardsimages .block {
  margin-bottom: 36px !important;
}
@media (min-width: 998px) {
  .giftcardsimages .block {
    margin-bottom: 0 !important;
  }
}
.giftcardsimages .block .card-images {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.giftcardsimages .block .card-images a img {
  border-radius: 20px;
  margin: 10px 10px;
  border: 1px solid white;
}
.giftcardsimages .block .card-images a:nth-child(2) img {
  border-radius: 0 !important;
}
.giftcardsimages .physique-upload #create .fieldset .field .upload-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.giftcardsimages .physique-upload #create .fieldset .field .upload-wrapper input {
  display: none;
}
.giftcardsimages .physique-upload #create .fieldset .field .upload-wrapper label {
  padding: 7px 15px;
  margin: 10px 0 20px;
  border: 1px solid #6C6666;
  /* Dark grey */
}
.giftcardsimages .physique-upload #create .fieldset .field .upload-wrapper label:hover {
  cursor: pointer;
}
.giftcardsimages .physique-upload #create .fieldset .field input[type=checkbox] {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .gift-choice {
    float: left;
    width: 50%;
  }
}
.next-step-physique span {
  font-size: 14px;
}
@media (min-width: 998px) {
  .next-step-physique span {
    font-size: 15px;
  }
}
.block-customer-login {
  margin-bottom: 0;
}
.block-new-customer,
.block-customer-login,
.block-physique-card,
.block-ecard,
.product-gift-card .box-tocart,
.giftcardsimages .block {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 28px 20px;
  min-height: 470px;
  position: relative;
}
@media (min-width: 998px) {
  .block-new-customer,
  .block-customer-login,
  .block-physique-card,
  .block-ecard,
  .product-gift-card .box-tocart,
  .giftcardsimages .block {
    padding: 48px 40px;
  }
}
.block-physique-card,
.block-ecard {
  text-align: center;
  min-height: 520px;
}
.block-physique-card img,
.block-ecard img {
  height: 200px;
  width: auto;
}
.account-heading h1 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 20px;
}
.customer-account-create .form.create.account .fieldset {
  padding: 0;
}
.customer-account-create .form.create.account .fieldset:first-of-type {
  padding-left: 0;
}
.customer-account-create .form.create.account .actions-toolbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: initial;
  width: auto;
}
/**********   Account   **********/
.account-nav .nav li {
  line-height: 1 !important;
  border: 1px solid #B4B1B1 !important;
  /* Mid grey */
  margin-bottom: 10px !important;
}
.account-nav .nav li:hover {
  background-color: #ECEBEB !important;
  /* Light grey */
  border: 1px solid #ECEBEB !important;
}
.account-nav .nav li:hover a {
  font-weight: 500;
}
.account-nav .nav li strong {
  padding: 20px !important;
  font-weight: 500 !important;
}
.account-nav .nav li strong:before {
  display: none !important;
}
.account-nav .nav li a {
  padding: 20px !important;
}
.account-nav .nav li a:before {
  display: none !important;
}
.account-nav .nav.current {
  background-color: #ECEBEB !important;
  /* Light grey */
  border: 1px solid #ffffff !important;
}
.customer-welcome {
  display: none;
}
.customer-welcome .customer-name {
  display: none;
}
.block-dashboard-orders .order a {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.block-dashboard-orders .order a span {
  text-transform: none;
}
.block-dashboard-orders .orders-recent table thead tr {
  border: none;
}
.block-dashboard-orders .orders-recent table thead tr th {
  border: none;
  font-weight: 600;
}
.block-dashboard-orders .orders-recent table thead tr td {
  border: none;
}
@media (min-width: 768px) {
  .block-dashboard-orders .orders-recent table tbody tr {
    border-bottom: 1px solid #B4B1B1;
    /* Mid grey */
    border-top: 1px solid #B4B1B1;
    /* Mid grey */
  }
}
.block-dashboard-orders .orders-recent table tbody td.actions a {
  text-decoration: underline;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-info:hover {
  border: none;
  border-bottom: inherit;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  z-index: 1;
  padding: 10px;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner .product-item-comment {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  height: 80px;
  margin: 10px 0;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner input[type="number"] {
  width: 100% !important;
  min-width: 194px !important;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner .product-item-actions {
  display: block;
  margin-top: 10px;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner .product-item-actions button {
  height: 45px;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner .product-item-actions .edit:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #6C6666;
  /* Dark grey */
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-index-index #wishlist-view-form .products-grid .product-item .product-item-inner .product-item-actions .delete:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0 0 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar:before,
.wishlist-index-index #wishlist-view-form .actions-toolbar:after {
  display: none;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .primary {
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .primary button {
  height: 45px;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .primary .update {
  display: none;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .primary .share {
  margin-right: 10px !important;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .secondary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.wishlist-index-index #wishlist-view-form .actions-toolbar .secondary a {
  margin: 0;
  text-decoration: underline;
}
#account_newsletter_gender_f,
#account_newsletter_gender_m {
  margin-right: 10px;
}
#account_newsletter_gender_m {
  margin-left: 20px;
}
/**********   Category page   **********/
.catalog-category-view .page-main,
.vesbrand-brand-view .page-main {
  padding-top: 0;
}
.catalog-category-view .block-reorder,
.vesbrand-brand-view .block-reorder {
  display: none;
}
.catalog-category-view .products-grid,
.vesbrand-brand-view .products-grid {
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid,
  .vesbrand-brand-view .products-grid {
    margin-bottom: 160px;
  }
}
#top-cat {
  width: 99%;
  margin: 0 auto;
}
#top-cat .owl-carousel {
  display: none;
}
@media (min-width: 768px) {
  #top-cat .owl-carousel {
    display: block;
  }
}
#top-cat .owl-carousel .owl-stage-outer {
  text-align: center;
}
#top-cat .owl-carousel .owl-stage-outer a {
  text-transform: uppercase;
  font-size: 13px;
}
#top-cat .owl-carousel .owl-stage-outer a .category-name {
  word-break: break-word;
}
#top-cat .owl-carousel .owl-stage-outer a .count:before {
  content: '(';
}
#top-cat .owl-carousel .owl-stage-outer a .count:after {
  content: ')';
}
#top-cat .owl-carousel .owl-nav {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: transparent;
}
#top-cat .owl-carousel .owl-nav:hover {
  background: transparent;
}
#top-cat .owl-carousel .owl-nav .owl-prev {
  left: 0 !important;
  top: 40%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #6c6666 transparent transparent;
  /* Dark grey */
  padding: 0 !important;
  color: transparent;
  background: transparent;
  font-size: 0;
  opacity: 1 !important;
}
#top-cat .owl-carousel .owl-nav .owl-prev:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
@media (min-width: 1024px) {
  #top-cat .owl-carousel .owl-nav .owl-prev {
    left: -15px;
  }
}
#top-cat .owl-carousel .owl-nav .owl-next {
  right: 0 !important;
  top: 40%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #6c6666;
  /* Dark grey */
  padding: 0 !important;
  background: transparent;
  font-size: 0;
  opacity: 1 !important;
}
#top-cat .owl-carousel .owl-nav .owl-next:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
@media (min-width: 1024px) {
  #top-cat .owl-carousel .owl-nav .owl-next {
    right: -15px;
  }
}
.block-category-list .block-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  border-top: 1px solid #B4B1B1 !important;
  /* Mid grey */
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 20px 0 !important;
}
.block-category-list .block-title strong {
  font-weight: 600 !important;
}
.block-category-list .block-content {
  font-size: 14px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.block-category-list .block-content .items {
  margin-bottom: 20px;
}
.block-category-list .block-content .items .item:first-child {
  margin-top: 0;
}
.block-category-list .block-content .items .item a {
  text-transform: uppercase;
}
.sidebar #layered-filter-block-container #layered-filter-block .filter-title strong:hover {
  cursor: pointer;
}
.sidebar #layered-filter-block-container #layered-filter-block .filter-title strong:after {
  display: none;
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-title {
  background-color: #6C6666;
  /* Dark grey */
  border: none;
  height: 50px;
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-title strong {
  color: #6C6666 !important;
  /* Dark grey */
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-title strong:after {
  content: "";
  display: block;
  background: url(../images/close-white.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  float: right;
  margin: 0;
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-title strong:hover {
  background-color: #6C6666 !important;
  /* Dark grey */
  color: #6C6666 !important;
  /* Dark grey */
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-title strong:hover:after {
  content: "";
  display: block;
  background: url(../images/close-btn-slt.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  float: right;
  margin: 0;
}
.sidebar #layered-filter-block-container #layered-filter-block.active .filter-subtitle {
  border: none;
  height: 50px;
  width: 60%;
}
.sidebar #layered-filter-block-container #layered-filter-block.active .block-content.filter-content strong {
  color: #ffffff;
  z-index: 2;
}
.toolbar .pages {
  margin-bottom: 0;
}
.toolbar .pages .label {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .toolbar .pages .pages-items .action {
    width: auto;
  }
  .toolbar .pages .pages-items .item {
    display: none;
  }
  .toolbar .pages .pages-items .current {
    display: inline-block;
  }
  .toolbar .pages .pages-items .current .page span {
    border: none;
  }
  .toolbar .pages .pages-items .pages-item-previous {
    display: inline-block;
  }
  .toolbar .pages .pages-items .pages-item-previous .previous:before {
    display: none;
  }
  .toolbar .pages .pages-items .pages-item-previous .previous span {
    clip: inherit;
    height: unset;
    margin: 0;
    width: auto;
    position: relative;
  }
  .toolbar .pages .pages-items .pages-item-next {
    display: inline-block;
  }
  .toolbar .pages .pages-items .pages-item-next .next:before {
    display: none;
  }
  .toolbar .pages .pages-items .pages-item-next .next span {
    clip: inherit;
    height: unset;
    margin: 0;
    width: auto;
    position: relative;
  }
}
.toolbar-products {
  background-color: #ECEBEB;
  /* Light grey */
  padding: 10px 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .toolbar-products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.toolbar-products .sorter {
  float: none;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .toolbar-products .sorter {
    padding-bottom: 0;
  }
}
.toolbar-products .sorter .sorter-label {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .sorter .sorter-label {
    font-size: 14px;
  }
}
.toolbar-products .sorter .sorter-options {
  border: none;
}
.toolbar-products .modes {
  float: none;
}
.toolbar-products .limiter {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .toolbar-products .limiter {
    padding-bottom: 0;
  }
}
.toolbar-products .limiter label {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .limiter label {
    font-size: 14px;
  }
}
.toolbar-products .limiter .limiter-options {
  border: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .limiter .limiter-options {
    font-size: 14px;
  }
}
.toolbar-products .toolbar-amount {
  float: none;
}
.toolbar-products .toolbar-amount span {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .toolbar-amount span {
    font-size: 14px;
  }
}
.toolbar-products .pages {
  display: block !important;
  float: none !important;
}
.toolbar-products .pages .item {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.toolbar-products .pages .item .page {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.toolbar-products .pages .item .page span {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .pages .item .page span {
    font-size: 14px;
  }
}
.toolbar-products .pages .current .page {
  color: #6C6666;
  /* Dark grey */
}
.toolbar-products .pages .current .page span {
  border-bottom: 1px solid #6C6666;
  /* Dark grey */
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .toolbar-products .pages .current .page span {
    font-size: 14px;
  }
}
.toolbar-products .pages .pages-item-next,
.toolbar-products .pages .pages-item-previous {
  background: none;
  border: none;
}
.toolbar-products .pages .pages-item-next .action,
.toolbar-products .pages .pages-item-previous .action {
  background: none;
  border: none;
}
.toolbar-products .pages .pages-item-next .action:visited,
.toolbar-products .pages .pages-item-previous .action:visited {
  color: #6C6666;
  /* Dark grey */
}
.toolbar-products .pages .pages-item-next .action:visited:before,
.toolbar-products .pages .pages-item-previous .action:visited:before {
  color: #6C6666;
  /* Dark grey */
  padding: 0 0 0 20px;
}
.toolbar-products .limiter {
  display: block !important;
  float: none !important;
}
.product-brand p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}
.product-item-name {
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
.price-box {
  text-align: left;
}
.price-box .price-container .price {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #6C6666;
  /* Dark grey */
  line-height: 1;
}
.towishlist {
  border: none !important;
  float: left;
  height: 100% !important;
  width: 100% !important;
  text-align: left;
  min-height: 50px;
  line-height: 1.5 !important;
}
.towishlist span {
  display: none;
}
@media (min-width: 768px) {
  .towishlist span {
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
  }
}
.towishlist:before {
  background: url(../images/wishlist.png) no-repeat;
  background-size: 16px 14px;
  content: "" !important;
  width: 16px;
  height: 14px;
  display: inline-block !important;
}
.towishlist:hover:before {
  background: url(../images/wishlist-slt.png) no-repeat;
  background-size: 16px 14px;
  content: "" !important;
  width: 16px;
  height: 14px;
  display: inline-block !important;
}
.product-items .product-item {
  padding: 0 !important;
}
.product-items .product-item .product-item-info {
  padding: 10px;
}
@media (min-width: 768px) {
  .product-items .product-item .product-item-info {
    border: 1px solid #ffffff;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product-items .product-item .product-item-info:hover {
    padding: 10px;
    border: 1px solid #B4B1B1;
    /* Mid grey */
    border-bottom: 0;
    z-index: 2001 !important;
  }
}
.product-items .product-item .product-item-info:hover .product-item-inner {
  background: white;
  display: block;
  z-index: 9999;
}
.product-items .product-item .product-item-info .product-item-inner {
  display: none;
}
@media (min-width: 768px) {
  .product-items .product-item .product-item-info .product-item-inner {
    display: none;
    position: absolute;
    z-index: 9;
    background: white;
    margin: 0 !important;
    top: 100% !important;
    border: 1px solid #B4B1B1;
    /* Mid grey */
    border-top: none;
    padding: 10px 10px 0;
    left: -1px;
    width: 101%;
  }
}
.product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
.product-items .product-item .product-item-info .product-item-inner .swatch-option.text {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  width: auto;
}
.product-items .product-item .product-item-info .product-item-inner .swatch-option.text.selected {
  border: 2px solid #B4B1B1;
  /* Mid grey */
}
.product-items .product-item .product-item-info .product-item-inner .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: none;
}
@media (min-width: 640px) {
  .product-items .product-item .product-item-info .product-item-inner .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    width: auto;
    height: 45px !important;
    line-height: 2 !important;
  }
}
.product-items .hovereffect {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-bottom: none;
}
.swatch-option.image {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  width: auto;
}
.swatch-option.image.selected {
  border: 2px solid #B4B1B1;
  /* Mid grey */
}
.product-item.nth-child-2n .product-item-inner,
.product-item.nth-child-2np1 .product-item-inner {
  left: -1px !important;
  width: 101.5% !important;
}
@media (min-width: 368px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 101% !important;
  }
}
@media (min-width: 534px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.8% !important;
  }
}
@media (min-width: 659px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.5% !important;
  }
}
@media (min-width: 692px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.8% !important;
  }
}
@media (min-width: 992px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 101% !important;
  }
}
@media (min-width: 1054px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.8% !important;
  }
}
@media (min-width: 1111px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.5% !important;
  }
}
@media (min-width: 2000px) {
  .product-item.nth-child-2n .product-item-inner,
  .product-item.nth-child-2np1 .product-item-inner {
    width: 100.8% !important;
  }
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  position: relative !important;
  background-color: #F69200 !important;
  color: #ffffff !important;
  height: 45px;
  text-transform: uppercase;
  line-height: 2;
  font-size: 15px !important;
}
#layered-filter-block .filter-title strong {
  border: 1px solid #6C6666;
  /* Dark grey */
}
#layered-filter-block .filter-title strong:after {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
#layered-filter-block .filter-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#layered-filter-block .filter-value {
  color: #6C6666;
  /* Dark grey */
}
#layered-filter-block .filter-current .filter-current-subtitle {
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  background-color: transparent;
  color: #6C6666;
  /* Dark grey */
  border-radius: 0;
}
@media (min-width: 768px) {
  #layered-filter-block .filter-current .filter-current-subtitle {
    padding: 20px 0;
  }
}
#layered-filter-block .filter-current .items {
  border: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  #layered-filter-block .filter-current .items {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #layered-filter-block .filter-current .items .item {
    padding: 0;
  }
}
#layered-filter-block .filter-actions {
  font-size: 14px;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
#layered-filter-block .filter-actions a {
  border-bottom: 1px solid #6C6666;
  /* Dark grey */
}
#layered-filter-block .filter-options {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #layered-filter-block .filter-options {
    padding: 0;
  }
}
#layered-filter-block .filter-options .layer-search-box {
  margin-bottom: 10px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.filter-current .action.remove:before {
  right: 0;
}
.vesbrand-brand-view .brand-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop_category_attr {
  margin-top: 20px;
}
.product-labels {
  right: 0 !important;
  top: 0 !important;
  text-align: right;
  z-index: 3;
}
.product-labels .new-label {
  text-align: center;
  margin-bottom: 5px;
}
.product-labels .sale-label {
  text-align: center;
  margin-bottom: 5px;
}
.product-labels .vegan-label {
  text-align: center;
  margin-bottom: 5px;
}
.product-labels .semelle-label {
  background: transparent !important;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: 500;
  text-transform: lowercase;
  padding: 0;
}
.product-labels .semelle-label:before {
  background: url(../images/semelle-amovible.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 40px;
  height: 22px;
  display: inline-block !important;
  margin-right: 2px;
}
.product-labels .semelle-label span {
  display: none;
}
.swatch-option:hover {
  cursor: default !important;
}
.amasty-xlanding-columns4 #layer-product-list .products-grid ol li .product-item-info {
  z-index: unset !important;
}
.amasty-xlanding-columns4 .amasty-label-container {
  z-index: 2 !important;
}
/**********   Quick View   **********/
.weltpixel-quickview-catalog-product-view .page-wrapper {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 30px;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 0 !important;
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-main {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-main h1 {
  text-align: left;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-main .product-reviews-summary {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-main .product-addto-links {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .custom-block {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .fotorama__stage {
  border: none !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-price {
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-price .price-box {
  display: block;
  text-align: right !important;
  padding-bottom: 0;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-price .price-box .price {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 500;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-price .price-box .special-price .price-container .price {
  color: #F01616;
  /* Red  */
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-price .price-box .old-price .price-container .price {
  font-size: 22px !important;
  line-height: 22px !important;
  font-weight: 400;
  float: left;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku {
  min-width: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-bottom: 10px;
  text-transform: none;
  font-size: 14px;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock.available,
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock.unavailable {
  text-transform: none;
  font-weight: 400;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock.available {
  color: #25C349;
  /* green */
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock.available:before {
  background: url(../images/tick.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 10px;
  height: 10px;
  display: inline-block !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock .unavailable {
  color: #F01616;
  /* Red  */
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-info-stock-sku .stock .unavailable:before {
  background: url(../images/close-red.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 10px;
  height: 10px;
  display: inline-block !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-wrapper {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 10px 0;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-option.text {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  width: auto;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-option.text.selected {
  border: 2px solid #B4B1B1;
  /* Mid grey */
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-bottom {
  margin: 20px 0;
  width: 100%;
  float: left;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-bottom .box-tocart {
  margin: 0;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-bottom .box-tocart .fieldset .actions .action.tocart {
  background-color: #F69200 !important;
  /* Orange */
  border-color: #F69200 !important;
  /* Orange */
  min-width: 205px;
  height: 45px;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product-options-bottom .box-tocart .fieldset .actions .action.tocart:hover {
  background-color: #ffffff !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main #product-reservation-button {
  float: left;
  margin-top: -113px;
  width: 48%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .mage-error[generated] {
  height: auto;
  margin-top: -10px;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .product.media {
  margin-bottom: 15px;
  width: 48%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .usp-container {
  float: left;
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding-top: 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .usp-container .usp-block img {
  margin-bottom: 5px;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main .usp-container .usp-block p {
  font-size: 12px;
}
.mfp-iframe-holder .mfp-close {
  top: 5px;
  border: none;
  color: transparent;
  right: 0;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
/**********   Back to top   **********/
#totop {
  height: 64px !important;
  width: 64px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  bottom: 50px !important;
}
#totop:hover {
  background-color: transparent !important;
}
#totop:before {
  background: url(../images/voeten.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 64px;
  height: 64px;
  display: inline-block !important;
}
/**********   Store Pickup   **********/
.storepickup-index-index #maincontent .page-title-wrapper {
  text-align: left;
}
.storepickup-index-index #maincontent .page-title-wrapper .page-title {
  margin-bottom: 30px !important;
}
.storepickup-index-index .storelocator-page .search-content {
  background: transparent;
  border: none;
  width: 100%;
  margin-bottom: 27px;
  margin-top: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .search-content {
    width: 25%;
  }
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance {
  width: 280px;
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .input-location #pac-input {
  width: 280px;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type {
    width: auto;
    margin-top: -54px;
  }
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type #submit-search {
  background: transparent !important;
  border: none;
  color: #ffffff;
  min-width: inherit;
  padding: 5px 7px;
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type #submit-search span {
  display: none;
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type #submit-search:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type #submit-search:hover:before {
  background: url(../images/magnifyer-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.storepickup-index-index .storelocator-page .search-content .container-search .search-by-distance .search-type #reset-direction {
  display: none;
}
.storepickup-index-index .storelocator-page .store-usp {
  float: left;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .store-usp {
    width: 75%;
    margin-top: -25px;
  }
}
.storepickup-index-index .storelocator-page .store-usp .usp-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.storepickup-index-index .storelocator-page .store-usp .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
  min-width: 200px;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .store-usp .usp-container .usp-block {
    min-width: inherit;
  }
}
.storepickup-index-index .storelocator-page .store-usp .usp-container .usp-block img {
  margin-bottom: 5px;
}
.storepickup-index-index .storelocator-page .store-usp .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.storepickup-index-index .storelocator-page .store-usp .usp-container .usp-block p {
  font-size: 12px;
}
.storepickup-index-index .storelocator-page .info-section {
  float: left;
  width: 100%;
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail {
  background-color: transparent;
  list-style-type: none;
  padding: 0;
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container {
  margin: 0;
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0;
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-name {
  padding: 0;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-name {
    padding: 0 0 0 15px;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-name h3 {
  margin: 0;
}
@media (min-width: 998px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-name h3 {
    line-height: 2.2;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-address {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-address {
    padding: 0 15px;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-address p {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-address p {
    line-height: 2.5;
  }
}
@media (min-width: 1122px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-address p {
    line-height: 3;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-button {
  padding: 0;
}
@media (min-width: 768px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-button {
    text-align: right;
    padding: 0 0 0 15px;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-button a {
  line-height: 3;
  height: 45px;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  min-width: 170px;
}
@media (min-width: 998px) {
  .storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-button a {
    min-width: 220px;
  }
}
.storepickup-index-index .storelocator-page .info-section .box #list-store-detail .store-container .top-box .store-button a:hover {
  border: 1px solid #6C6666;
  /* Dark grey */
  color: #6C6666 !important;
  /* Dark grey */
}
.search-filter ul li img {
  width: 60px;
}
.storepickup-index-view .storelocator-page .secondary a:before {
  content: '\f80a';
  font-family: 'porto-icons';
  margin-right: 10px;
  font-size: 14px;
}
.storepickup-index-view .storelocator-page .info-locator {
  margin: 0;
  width: 100%;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box {
  border: none;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 998px) {
  .storepickup-index-view .storelocator-page .info-locator .info-detail-box {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box h1 {
  text-align: left;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .info-detail-box h1 {
    font-size: 42px !important;
    line-height: 1.5;
  }
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box .store-info {
  display: inline-block;
  margin: 0;
  min-height: 79px;
  width: auto;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box .store-info h4 {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .info-detail-box .store-info p {
    font-size: 16px;
  }
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box .store-info .telephone {
  margin-top: 30px;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-box .store-info .telephone:before {
  background: url(../images/telephone.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 22px;
  height: 22px;
  display: inline-block !important;
  margin-right: 10px;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-photo .store-image .bx-wrapper {
  max-width: 100% !important;
}
.storepickup-index-view .storelocator-page .info-locator .info-detail-photo .store-image .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: auto;
}
.storepickup-index-view .storelocator-page .special-message-box {
  border: 1px solid #F01616;
  /* Red  */
  padding: 20px;
  color: #F01616;
  /* Red  */
  font-weight: 500;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .special-message-box {
    font-size: 16px;
    margin: 30px 0;
    padding: 20px 30px;
  }
}
.storepickup-index-view .storelocator-page .special-message-box p {
  margin: 0;
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open {
  margin: 0 0 20px;
  border: none;
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open h2 {
  background-color: transparent;
  padding: 0 0 20px;
  color: #6C6666;
  /* Dark grey */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-top: none;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container {
  border-top: none;
  border-bottom: none;
  /* And here we will set our table to act normally after we hit 768px */
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container td {
  font-size: 14px;
  text-align: center;
  white-space: pre-line;
  border: none;
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container table,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container thead,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tbody,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tfoot,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tr,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container th,
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container td {
  display: block;
  /* Set all of our table elements to display type block */
}
.storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container table {
    display: table;
  }
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container thead {
    display: table-header-group;
  }
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tbody {
    display: table-row-group;
  }
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tfoot {
    display: table-footer-group;
  }
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container tr {
    display: table-row;
  }
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container th,
  .storepickup-index-view .storelocator-page .info-locator .tab_content.open .holiday-container td {
    display: table-cell;
    font-size: 14px;
  }
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .store-info-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .map-locator {
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .store-info-container .map-locator {
    padding-right: 15px;
  }
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .map-locator #map_canvas {
  height: 473px;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content #open_hour {
  padding: 20px;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content #open_hour h2 {
  background-color: transparent;
  padding: 0;
  color: #6C6666;
  /* Dark grey */
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-top: none;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content #open_hour .table-responsive {
  border: none;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content #open_hour .table-responsive .table tbody tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: none;
  text-align: left;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .tab_content #open_hour .table-responsive .table tbody .odd {
  background: none;
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container #showinfo {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .store-info-container #showinfo {
    padding-left: 15px;
  }
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container #showinfo .description p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .storepickup-index-view .storelocator-page .info-locator .store-info-container #showinfo .description p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.storepickup-index-view .storelocator-page .info-locator .store-info-container .icons {
  text-align: center;
}
.cms-index-index .storelocator-page {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .cms-index-index .storelocator-page {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cms-index-index .storelocator-page .locator-container {
  float: left;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ECEBEB;
  /* Light grey */
  width: 100%;
}
@media (min-width: 768px) {
  .cms-index-index .storelocator-page .locator-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
  }
}
.cms-index-index .storelocator-page .locator-container .search-content {
  width: auto;
  background: none;
  border: none;
  float: left;
  margin: 0;
  padding: 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cms-index-index .storelocator-page .locator-container .search-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.cms-index-index .storelocator-page .locator-container .search-content p {
  font-size: 16px;
  margin: 20px auto;
}
.cms-index-index .storelocator-page .locator-container .search-content .input-location {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .cms-index-index .storelocator-page .locator-container .search-content .input-location {
    float: none;
  }
}
.cms-index-index .storelocator-page .locator-container .search-content .input-location #pac-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 10px;
  border-radius: 0;
}
.cms-index-index .storelocator-page .locator-container .search-content .input-location .radius-controls {
  display: none;
}
.cms-index-index .storelocator-page .locator-container .search-content .input-location #submit-search {
  float: right;
}
.cms-index-index .storelocator-page .locator-container .map-locator {
  border: 1px solid #ECEBEB;
  /* Light grey */
  width: auto;
  border-top: 0;
}
@media (min-width: 768px) {
  .cms-index-index .storelocator-page .locator-container .map-locator {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
}
.cms-index-index .storelocator-page .locator-container .map-locator .mapBlock #map_canvas {
  width: 100%;
  height: 400px;
}
/**********   Product detail page  **********/
.breadcrumbs .items {
  padding: 10px 20px !important;
}
.breadcrumbs .items .item {
  font-size: 14px;
}
#maincontent > div.page.messages > div:nth-child(2) > div:nth-child(2) > div > div {
  font-size: 12px;
}
.catalog-product-view .usp-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.catalog-product-view .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
}
.catalog-product-view .usp-container .usp-block img {
  margin-bottom: 5px;
}
.catalog-product-view .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.catalog-product-view .usp-container .usp-block p {
  font-size: 12px;
}
.product-info-main .page-title {
  text-align: left;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.product-info-main .product-reviews-summary.empty .reviews-actions {
  line-height: 1.5;
}
.product-info-main .product-reviews-summary.empty .reviews-actions:before {
  font-size: 20px;
  color: #6C6666;
  /* Dark grey */
}
.product-info-main .product.attribute {
  font-size: 11px;
}
.product-info-main .product-reviews-summary .rating-summary {
  width: 17%;
  margin-right: 0;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
  height: 20px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 20px;
  color: #6C6666;
  /* Dark grey */
}
.product-info-main .product-reviews-summary .rating-summary .rating-result span:before {
  font-size: 20px;
  color: #F69200;
  /* Orange */
}
.product-info-main .product-reviews-summary .reviews-actions {
  line-height: 1;
}
.product-info-main .product-reviews-summary .reviews-actions .view {
  border-right: 1px solid #6C6666;
  /* Dark grey */
  padding: 0 5px;
}
.product-info-main .product-reviews-summary .reviews-actions .add {
  padding: 0 5px;
  text-decoration: underline;
}
.product-info-main .custom-block {
  display: none;
}
.product-info-main .product-addto-links {
  display: block;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .product-info-main .product-addto-links {
    width: 50%;
    height: 24px;
  }
}
.product-info-main .product-addto-links .towishlist {
  min-height: unset;
}
.product-info-main .product-addto-links .towishlist span {
  display: inline-block;
  padding-left: 5px;
}
.product-info-main .product-info-stock-sku {
  min-width: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-bottom: 20px;
  color: #25C349;
  /* green */
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 400px) {
  .product-info-main .product-info-stock-sku {
    width: 50%;
  }
}
.product-info-main .product-info-stock-sku .stock.available,
.product-info-main .product-info-stock-sku .stock.unavailable {
  text-transform: none;
  font-weight: 400;
  text-align: left;
}
.product-info-main .product-info-stock-sku .stock.available:before {
  background: url(../images/tick.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 10px;
  height: 10px;
  display: inline-block !important;
}
.product-info-main .product-info-price {
  border-bottom: none;
  width: 100%;
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-info-main .product-info-price {
    width: 50%;
  }
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-container {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
}
.product-info-main .product-add-form {
  padding-top: 0 !important;
}
.product-info-main .product-add-form .product-options-wrapper {
  padding-bottom: 0;
  border-bottom: none;
  width: 100%;
  float: left;
}
@media (min-width: 400px) {
  .product-info-main .product-add-form .product-options-wrapper {
    width: 50%;
  }
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 10px 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-option.text {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  width: auto;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-option.text.selected {
  border: 2px solid #B4B1B1;
  /* Mid grey */
}
.product-info-main .size-guide {
  text-decoration: underline;
}
.product-info-main .product-options-bottom {
  width: 100%;
  float: left;
  text-align: right;
}
@media (min-width: 400px) {
  .product-info-main .product-options-bottom {
    width: 50%;
  }
}
.product-info-main .product-options-bottom .field .qty,
.product-info-main .product-options-bottom .qty-changer {
  display: none;
}
.product-info-main .product-options-bottom .actions {
  margin: 0;
}
.product-info-main #product-reservation-button {
  margin-top: -68px;
}
.product-info-main #reservation-mage-error {
  position: absolute;
  top: 12%;
}
.product-info-main .mage-error[generated] {
  height: auto;
  margin-top: -10px;
}
.product-info-main .magasin-availability {
  width: 100%;
  height: auto;
  background-color: #ECEBEB;
  /* Light grey */
  padding: 20px;
}
.product-info-main .magasin-availability p span {
  font-size: 11px;
}
.product-info-main .magasin-availability .error-message-store {
  color: #F01616;
  /* Red  */
  display: none;
}
.product-info-main .magasin-availability h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-info-main .magasin-availability span {
  font-weight: 600;
}
.product-info-main .magasin-availability a {
  text-decoration: underline;
}
.product-info-main .usp-container {
  width: 100%;
  margin-top: 20px;
}
.product.media .fotorama__stage {
  border: none;
}
.product.media .fotorama__stage .fotorama__stage__shaft.fotorama__grab {
  border: none;
}
.product.media .fotorama__stage .fotorama__nav__frame--dot .fotorama__active .fotorama__dot {
  background-color: #F69200;
  /* Orange */
  border-color: #F69200;
  /* Orange */
}
.product.media .fotorama__stage .fotorama__nav__frame--dot .fotorama__dot {
  border-color: #6C6666;
  /* Dark grey */
}
.product.media .product-social-links {
  text-align: right;
  margin: 0;
  padding: 0;
  border: none;
}
.product.media .product-social-links .addthis_inline_share_toolbox {
  float: right;
}
.product.media .product-social-links .amasty_conf.mailto.friend {
  float: right;
  border: none;
  font-size: 0;
  margin-top: 22px;
}
.product-details-container {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .product-details-container {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.product-details-container .details-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .product-details-container .details-block {
    width: 50%;
    padding-right: 20px;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.product-details-container .details-block h2 {
  text-align: left;
}
.product-details-container .description-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .product-details-container .description-block {
    width: 50%;
    padding-left: 20px;
  }
}
.product-details-container .description-block h2 {
  text-align: left;
}
.product-details-container .additional-attributes-wrapper {
  width: 100%;
  border-top: none;
}
.product-details-container .additional-attributes-wrapper #product-attribute-specs-table {
  width: 100%;
}
.product-details-container .additional-attributes-wrapper #product-attribute-specs-table tbody tr:last-child {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.product-details-container .additional-attributes-wrapper #product-attribute-specs-table tbody tr th,
.product-details-container .additional-attributes-wrapper #product-attribute-specs-table tbody tr td {
  padding: 10px 0 10px 0;
}
.product-details-container .additional-attributes-wrapper #product-attribute-specs-table tbody tr .label {
  font-size: 14px;
  font-weight: 500 !important;
}
.product.info.detailed {
  padding: 0 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product.info.detailed {
    padding: 0;
  }
}
.product.info.detailed .product.data.items {
  border: none;
}
.product.info.detailed .product.data.items .data.item.title .data.switch {
  border: none;
  font-family: 'PT Serif', serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0;
  background: transparent;
}
.product.info.detailed .product.data.items .data.item.title[aria-expanded=false] .switch {
  background: transparent !important;
  border: none;
}
.product.info.detailed .product.data.items .data.item.content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
}
.product.info.detailed .product.data.items #product-review-container .top-reviews-left .rating-summary {
  margin-right: 0;
}
.product.info.detailed .product.data.items #product-review-container .top-reviews-left .rating-summary .rating-result {
  height: 20px;
}
.product.info.detailed .product.data.items #product-review-container .top-reviews-left .rating-summary .rating-result:before {
  font-size: 20px;
  color: #6C6666;
  /* Dark grey */
}
.product.info.detailed .product.data.items #product-review-container .top-reviews-left .rating-summary .rating-result span:before {
  font-size: 20px;
  color: #F69200;
  /* Orange */
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews {
  margin-bottom: 30px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-left {
  padding-right: 10px;
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-left {
    width: 50%;
  }
}
@media (min-width: 998px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-left {
    width: 37%;
  }
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-left .rating-result {
  height: 20px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-left .rating-result:before {
  font-size: 20px;
  color: #6C6666;
  /* Dark grey */
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .title {
  color: #6C6666;
  /* Dark grey */
  font-family: 'PT Serif', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 1.5;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .one {
  font-size: 16px;
  font-weight: 600;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .three {
  font-size: 14px;
  font-weight: 400;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .donner-votre-avis {
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center {
  width: 100%;
}
@media (min-width: 600px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center {
    width: 50%;
  }
}
@media (min-width: 998px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center {
    width: 30%;
  }
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center .left {
  line-height: 2.5;
  width: 22%;
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-fifth,
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-fourth,
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-third,
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-second,
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-first {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  width: 50%;
  min-width: 145px;
}
@media (min-width: 998px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-fifth,
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-fourth,
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-third,
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-second,
  .product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center #progressbar-first {
    width: 68%;
  }
}
.product.info.detailed .product.data.items #product-review-container .review-list .top-reviews .top-reviews-center .right {
  line-height: 2.5;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content {
  margin-bottom: 30px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item {
  border: 1px solid #ECEBEB;
  /* Light grey */
  border-bottom: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding: 0;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-details-value {
  font-weight: 600;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-details {
  margin-left: 0;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 778px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-details {
    width: 20%;
  }
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right {
  width: 100%;
  padding: 20px;
}
@media (min-width: 778px) {
  .product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right {
    width: 80%;
  }
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-ratings {
  width: auto;
  max-width: none;
  float: none;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-ratings .rating-summary .rating-result:before {
  font-size: 20px;
  color: #6C6666;
  /* Dark grey */
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-ratings .rating-summary .rating-result span:before {
  font-size: 20px;
  color: #F69200;
  /* Orange */
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-ratings .review-title {
  font-size: 14px;
  margin: 20px;
  line-height: 1.4;
  float: left;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-content {
  margin-left: 0;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item .review-right .review-recommend span {
  font-weight: 600;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-items .review-item:nth-child(odd) .review-right {
  background-color: #ECEBEB;
  /* Light grey */
}
.product.info.detailed .product.data.items #product-review-container .review-list .review-toolbar {
  display: none;
}
.product.info.detailed .product.data.items #product-review-table .review-control-vote {
  margin: 10px 0;
}
.product.info.detailed .product.data.items #product-review-table .review-control-vote:before {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  letter-spacing: 2px;
  color: #6C6666;
  /* Dark grey */
}
.product.info.detailed .product.data.items #product-review-table .review-control-vote label:before {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  letter-spacing: 2px;
  color: #F69200;
  /* Orange */
}
.fotorama__fullscreen-icon:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 23px;
  height: 22px;
  display: inline-block !important;
  margin: 20px;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 23px;
  height: 22px;
  display: inline-block !important;
  margin: 20px;
}
.fotorama__nav--thumbs .fotorama__thumb {
  border: none;
}
.fotorama__nav--thumbs .fotorama__thumb {
  border: none !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #6c6666;
  padding: 0;
  font-size: 0;
  background-image: none;
  left: 75%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #6c6666 transparent transparent;
  padding: 0;
  font-size: 0;
  background-image: none;
  left: 35%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  display: none;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #6c6666;
  margin: 0 0 0 35px;
  font-size: 0;
  background-image: none;
  content: '' !important;
}
.fotorama__arr--next .fotorama__arr__arr:hover:before {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #6c6666 transparent transparent;
  padding: 0 0 0 35px;
  font-size: 0;
  background-image: none;
  content: '' !important;
}
.fotorama__arr--prev .fotorama__arr__arr:hover:before {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
.fotorama__zoom-in:before {
  background: url(../images/mag-plus.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 32px;
  height: 30px;
  display: inline-block;
  margin: 20px;
}
.fotorama__zoom-in:hover:before {
  background: url(../images/mag-plus-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 32px;
  height: 30px;
  display: inline-block;
  margin: 20px;
}
.fotorama__zoom-out:before {
  background: url(../images/mag-minus.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 32px;
  height: 30px;
  display: inline-block;
  margin: 20px;
}
.fotorama__zoom-out:hover:before {
  background: url(../images/mag-minus-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 32px;
  height: 30px;
  display: inline-block;
  margin: 20px;
}
.bundles-container {
  margin-bottom: 30px;
}
.bundles-container h1 {
  text-align: left;
  margin: 20px 0 !important;
}
.bundles-container .promotions .promotions-lists {
  border-bottom: none;
  margin-bottom: 30px;
  min-height: 180px;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-selections {
  float: unset;
  width: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-selections .promotions-selections-img {
  border: none;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-selections .promotions-selections-img .promotions-qty {
  display: none;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-selections .promotions-selections-plus {
  font-weight: 300;
  color: #F69200;
  /* Orange */
  font-size: 30px;
  padding: 0 5px;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info {
  min-height: 180px;
  border: 1px solid #F69200;
  /* Orange */
  float: unset;
  padding: 10px;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info {
    width: 30%;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
@media (min-width: 1024px) {
  .bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info {
    width: 25%;
  }
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .price-container {
  display: block;
  width: 100%;
  text-align: center;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .price-container .old-price {
  color: #B4B1B1;
  /* Mid grey */
  text-decoration: line-through;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .price-container .new-price {
  color: #F01616;
  /* Red  */
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .amount-info {
  font-weight: 500;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .actions {
  float: unset;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .actions .action.primary.tocart {
  background-color: #F69200 !important;
  border-color: #F69200 !important;
}
.bundles-container .promotions .promotions-lists .promotions-discount-container .promotions-info .actions .action.primary.tocart:hover {
  color: #F69200 !important;
  background-color: #ffffff !important;
}
.configure_bundle_content1 .configure-buttons-set {
  text-align: right;
}
.configure_bundle_content1 .configure-buttons-set .action.primary.tocart {
  background-color: #F69200 !important;
  border-color: #F69200 !important;
}
.configure_bundle_content1 .configure-buttons-set .action.primary.tocart:hover {
  color: #F69200 !important;
  background-color: #ffffff !important;
}
.de-la-meme-marque .block-title h2,
.upsells-container .block-title h2 {
  text-align: left;
}
.de-la-meme-marque .block-content .products,
.upsells-container .block-content .products {
  margin: 0;
}
.de-la-meme-marque .block-content .products .product-items .product-item .product-item-info:hover,
.upsells-container .block-content .products .product-items .product-item .product-item-info:hover {
  padding: 0;
  border: none;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-dots,
.upsells-container .block-content .products .owl-controls .owl-dots {
  display: none !important;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav,
.upsells-container .block-content .products .owl-controls .owl-nav {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: transparent;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav:hover,
.upsells-container .block-content .products .owl-controls .owl-nav:hover {
  background: transparent;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav .owl-prev,
.upsells-container .block-content .products .owl-controls .owl-nav .owl-prev {
  left: 0;
  top: 30%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #6c6666 transparent transparent;
  /* Dark grey */
  padding: 0 !important;
  color: transparent !important;
  background: transparent;
  opacity: 1 !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav .owl-prev:hover,
.upsells-container .block-content .products .owl-controls .owl-nav .owl-prev:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav .owl-next,
.upsells-container .block-content .products .owl-controls .owl-nav .owl-next {
  right: 0;
  top: 30%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #6c6666;
  /* Dark grey */
  padding: 0 !important;
  color: transparent !important;
  background: transparent;
  opacity: 1 !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.de-la-meme-marque .block-content .products .owl-controls .owl-nav .owl-next:hover,
.upsells-container .block-content .products .owl-controls .owl-nav .owl-next:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
/**********   Checkout  **********/
.checkout-container .opc-progress-bar .opc-progress-bar-item._active {
  font-size: 16px;
  font-weight: 600;
  color: #F69200 !important;
  /* Orange */
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: transparent;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span {
  padding-top: 60px;
  color: #F69200 !important;
  /* Orange */
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before {
  background: #F69200 !important;
  /* Orange */
  height: 50px;
  margin-left: -26px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 50px;
  top: -4px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._active span:after {
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  content: inherit !important;
  height: 46px;
  margin-left: -24px;
  top: -2px;
  width: 46px;
  font-size: 16px;
  line-height: 3;
  color: #F69200 !important;
  /* Orange */
}
.checkout-container .opc-progress-bar .opc-progress-bar-item {
  font-size: 16px;
  font-weight: 600;
  color: #6C6666 !important;
  /* Dark grey */
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  background: transparent;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span {
  padding-top: 60px;
  color: #6C6666 !important;
  /* Dark grey */
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span:before {
  background: #6C6666 !important;
  /* Dark grey */
  height: 50px;
  margin-left: -26px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  width: 50px;
  top: -4px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  height: 46px;
  margin-left: -24px;
  top: -2px;
  width: 46px;
  font-size: 16px;
  line-height: 3;
  color: #6C6666 !important;
  /* Dark grey */
}
.checkout-container .authentication-dropdown {
  border-top-width: 1px;
}
.checkout-container .authentication-dropdown .modal-inner-wrap .modal-header .action-close {
  height: auto;
  width: auto;
  padding: 20px;
}
.checkout-container .authentication-dropdown .modal-inner-wrap .modal-header .action-close:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.checkout-container .authentication-dropdown .block-customer-login {
  border: none;
  padding: 20px;
  min-height: inherit;
}
.checkout-container .authentication-dropdown .actions-toolbar {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0 0 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.checkout-container .authentication-dropdown .actions-toolbar:before,
.checkout-container .authentication-dropdown .actions-toolbar:after {
  display: none;
}
.checkout-container .authentication-dropdown .actions-toolbar .primary {
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.checkout-container .authentication-dropdown .actions-toolbar .primary button {
  height: 45px;
}
.checkout-container .authentication-dropdown .actions-toolbar .secondary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.checkout-container .authentication-dropdown .actions-toolbar .secondary a {
  margin: 0;
  text-decoration: underline;
}
.checkout-container .opc-wrapper .step-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}
.checkout-container .opc-wrapper .form-login {
  border-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-top: 20px;
}
.checkout-container .opc-wrapper .form-login .field {
  padding: 0;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar:before,
.checkout-container .opc-wrapper .form-login .actions-toolbar:after {
  display: none;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .primary {
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .primary button {
  height: 45px;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .secondary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .secondary a {
  margin: 0;
  text-decoration: underline;
}
.checkout-container .checkout-shipping-address,
.checkout-container .checkout-payment-method {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px;
  margin-bottom: 20px !important;
}
.checkout-container .checkout-payment-method .payment-method-title {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
}
.checkout-container .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #F69200;
  /* Orange */
}
.checkout-container .checkout-shipping-address .step-content .addresses .control .shipping-address-items .shipping-address-item.selected-item:after {
  background: #F69200;
  /* Orange */
}
.checkout-container .table-checkout-shipping-method {
  width: 100%;
}
.checkout-container .table-checkout-shipping-method #label_carrier_storepickup_storepickup {
  background: url(../images/logo_small.png) no-repeat center center;
}
.checkout-container .table-checkout-shipping-method thead tr th {
  text-align: center;
}
.checkout-container .table-checkout-shipping-method tbody tr td {
  text-align: center;
}
.checkout-container #opc-shipping_method {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px;
  margin-bottom: 20px !important;
}
.checkout-container .opc-block-summary {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-radius: 0;
  background: transparent;
}
.checkout-container .opc-block-summary .items-in-cart .title {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.checkout-container .actions-toolbar {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0 0 !important;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.checkout-container .actions-toolbar .primary {
  margin: 0 !important;
}
.checkout-container .actions-toolbar .primary button {
  background-color: #F69200 !important;
  /* Orange */
  border-color: #F69200 !important;
  /* Orange */
}
.checkout-container .actions-toolbar .primary button:hover {
  background-color: #FFFFFF !important;
  border-color: #F69200 !important;
  /* Orange */
  color: #F69200 !important;
  /* Orange */
}
.checkout-container .payment-method-content .actions-toolbar {
  margin: 0;
}
.checkout-container .checkout-payment-method .payment-option-title {
  padding: 20px 0;
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
}
.checkout-container .checkout-payment-method .payment-option-content {
  padding: 0 0 20px 0;
}
.checkout-container #discount-form {
  max-width: unset;
}
.checkout-container .discount-code {
  border: none;
  width: 100%;
}
.checkout-container .discount-code .actions-toolbar button {
  background-color: #6C6666 !important;
  /* Dark grey */
  border-color: #6C6666 !important;
  /* Dark grey */
  text-transform: uppercase;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 24px;
  color: #ffffff !important;
  min-width: 220px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  height: 45px;
  margin-right: 0;
}
.checkout-container .discount-code .actions-toolbar button:hover {
  background-color: #FFFFFF !important;
  color: #6C6666 !important;
  /* Dark grey */
  border-color: #6C6666 !important;
  /* Dark grey */
}
.checkout-container aside {
  margin-top: 0;
  color: #6C6666;
  /* Dark grey */
}
.checkout-container aside .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6C6666;
  /* Dark grey */
}
.checkout-container aside .opc-block-summary .title strong {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6C6666;
  /* Dark grey */
}
.checkout-container aside .opc-block-summary .product-item .price {
  font-size: 14px;
  color: #6C6666;
  /* Dark grey */
}
.checkout-container aside table {
  border: none;
}
.checkout-container aside table tbody .grand.totals {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
}
.checkout-container aside table tbody tr th strong {
  border-top: none;
  font-size: 16px;
  color: #6C6666;
  /* Dark grey */
}
.checkout-container aside table tbody tr td {
  font-size: 16px !important;
  color: #6C6666 !important;
  /* Dark grey */
}
.checkout-container aside .opc-block-shipping-information .shipping-information-title,
.checkout-container aside .opc-block-shipping-information .shipping-information-title {
  color: #6C6666;
  /* Dark grey */
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-container aside .opc-block-shipping-information .shipping-information-title button,
.checkout-container aside .opc-block-shipping-information .shipping-information-title button {
  height: auto;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px 0;
}
.checkout-success {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  padding: 20px;
  margin-bottom: 20px !important;
  min-height: 300px;
}
.checkout-success .thanks,
.checkout-success span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-success .thanks a,
.checkout-success span a {
  border: none;
}
.checkout-success a {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  font-weight: 600;
}
.checkout-success h4 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  margin-bottom: 20px;
}
.success-aside {
  margin-top: 0 !important;
}
.success-aside .order-table {
  margin-bottom: 80px;
}
.success-aside .order-table .row {
  margin: 0 0 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.success-aside .order-table .row .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.success-aside .order-table .row .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.success-aside .order-table .row .total-order {
  font-weight: 500;
  text-transform: uppercase;
}
.success-aside .ordered-items .row {
  margin: 0 0 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
}
.success-aside .ordered-items .row .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.success-aside .ordered-items .row .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.success-aside .ordered-items .row .right .name {
  font-weight: 500;
}
.message.notice,
.message.success,
.message.error {
  padding: 15px !important;
}
.message.notice div,
.message.success div,
.message.error div {
  font-size: 14px !important;
}
.message.success {
  color: #25C349;
  /* green */
  background: #ffffff !important;
  border: 1px solid #25C349 !important;
  /* green */
}
.message.success div {
  font-size: 14px !important;
}
.message.success div:before {
  background: url(../images/tick.png) no-repeat 0 0 !important;
  background-size: cover !important;
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  font-size: 14px !important;
  position: relative !important;
  margin: 0 10px 0 0 !important;
  top: inherit !important;
  left: inherit !important;
}
.message.error {
  color: #F01616 !important;
  /* Red  */
  background: #ffffff !important;
  border: 1px solid #F01616 !important;
  /* Red  */
}
.message.error div {
  font-size: 14px !important;
}
.message.error div:before {
  background: url(../images/close-red.png) no-repeat 0 0 !important;
  background-size: cover !important;
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  font-size: 14px !important;
  position: relative !important;
  margin: 0 10px 0 0 !important;
  top: inherit !important;
  left: inherit !important;
}
.message.notice {
  color: #F69200;
  /* Orange */
  background: #ffffff !important;
  border: 1px solid #F69200 !important;
  /* Orange */
  font-size: 14px;
}
.message.notice div {
  font-size: 14px !important;
}
.message.notice div:before {
  content: "!" !important;
  width: 14px !important;
  height: 18px !important;
  font-size: 18px !important;
  position: relative !important;
  margin: 0 10px 0 0 !important;
  top: inherit !important;
  left: inherit !important;
  color: #F69200 !important;
  /* Orange */
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.message.info {
  color: #F69200;
  /* Orange */
  background: #ffffff;
  border: 1px solid #F69200;
  /* Orange */
}
button.action.secondary.action-hide-popup {
  color: #ffffff !important;
}
button.action.secondary.action-hide-popup:hover {
  color: #F69200 !important;
  /* Orange */
}
/**********   Contact Page  **********/
.contact-page h2 {
  text-align: left;
}
.contact-page div {
  margin-bottom: 20px;
}
.contact-page .contact .fieldset {
  margin-bottom: 0;
}
/**********   Popup  **********/
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fancybox-close:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
#newsletter_popup {
  background: url(../images/newsletter_popup_bg.jpg) no-repeat top left;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px !important;
  height: 400px !important;
  border: 1px solid #B4B1B1 !important;
  /* Mid grey */
  text-align: left;
  position: relative;
}
#newsletter_popup .block-content {
  text-align: center;
  margin-left: 250px;
}
#newsletter_popup .block-content h2 {
  margin-top: 0;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .control {
  height: 38px;
  margin-bottom: 10px;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .control .label {
  float: left;
  line-height: 38px;
  font-weight: 600;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .control input {
  float: right;
  max-width: 280px;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .control #popup_newsletter_gender_m,
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .control #popup_newsletter_gender_f {
  float: none;
  margin: 0 5px;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .gender {
  height: 20px;
}
#newsletter_popup .block-content #newsletter-validate-detail .newsletter .gender .label {
  line-height: 20px;
}
#newsletter_popup .block-content #newsletter-validate-detail .actions {
  text-align: right;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
}
#newsletter_popup .block-content #newsletter-validate-detail .actions .action.primary {
  height: 35px;
  background-color: transparent;
  color: #6C6666;
  /* Dark grey */
  padding: 0;
  text-align: center;
  max-width: 280px;
  width: 100%;
}
#newsletter_popup .block-content #newsletter-validate-detail .form-notice {
  margin-top: 0;
}
#newsletter_popup .block-content #newsletter-validate-detail .form-notice p {
  margin: 5px 0 0 0;
}
#newsletter_popup .block-content .subscribe-bottom {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
#newsletter_popup .block-content .subscribe-bottom label {
  font-size: 12px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
/**********   Search   **********/
.searchautocomplete__autocomplete .empty-result {
  background: #ffffff;
  font-size: 14px;
}
.searchautocomplete__autocomplete .index-title {
  background: #ffffff;
  padding: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #6C6666;
  /* Dark grey */
  font-weight: 700;
}
.searchautocomplete__autocomplete .show-all-results {
  background: #ffffff;
}
.searchautocomplete__autocomplete .show-all-results a {
  padding: 20px;
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
  font-weight: 700;
}
.searchautocomplete__autocomplete ul li .title {
  font-weight: 600;
}
.searchautocomplete__autocomplete .searchautocomplete__item-magento_catalog_product .price {
  display: block;
  float: left;
  font-weight: 400;
}
.search-result-highlight {
  background: #F69200;
  /* Orange */
}
.catalogsearch-result-index #maincontent .page-title-wrapper .page-title {
  width: 100%;
  margin-top: 0 !important;
  text-align: left;
}
.catalogsearch-result-index #maincontent .search__result-tabs {
  display: none;
}
.catalogsearch-result-index .message.notice {
  padding-left: 42px !important;
}
.message.notice > *:first-child:before {
  color: #F69200 !important;
  /* Orange */
}
/**********   Cart & Giftwrap  **********/
.checkout-cart-index .page-title-wrapper {
  text-align: left;
}
.checkout-cart-index .cart-container .go-checkout {
  float: right;
  margin-top: -45px;
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  padding: 0;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper {
  border: none !important;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table thead {
  border-top: none;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table thead tr th {
  border-top: none !important;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr th {
  border-top: none;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr td {
  border-top: none !important;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr td a .product-image-container {
  border: none;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr td .product-item-details strong {
  font-weight: 600;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr td .product-item-details strong a {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr .col.qty .field.qty .control.qty input {
  width: auto;
  min-width: inherit;
  border: none;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr .col.qty .field.qty .qty-changer .qty-inc,
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr .col.qty .field.qty .qty-changer .qty-dec {
  border: none;
  font-size: 24px;
  line-height: 10px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr .col.qty .field.qty .qty-changer .qty-inc i:before,
.checkout-cart-index .cart-container .form-cart .table-wrapper #shopping-cart-table tbody tr .col.qty .field.qty .qty-changer .qty-dec i:before {
  margin: 0;
  width: auto;
}
.checkout-cart-index .cart-container .action-towishlist:before {
  color: #6C6666 !important;
  /* Dark grey */
}
.checkout-cart-index .cart-container .action-towishlist:hover:before {
  color: #F69200 !important;
  /* Orange */
}
.checkout-cart-index .cart-container .cart_info {
  display: inline-block;
  min-height: 197px;
  float: left;
  width: 100%;
  padding: 20px;
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .cart_info {
    width: 50%;
  }
}
.checkout-cart-index .cart-container .cart-discount {
  background-color: #ECEBEB;
  /* Light grey */
  padding: 20px;
  display: inline-block;
  float: unset;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .cart-discount {
    width: 50%;
    min-height: 197px;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .cart-discount {
    width: 25%;
  }
}
.checkout-cart-index .cart-container .cart-discount .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-discount .title #block-discount-heading {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-discount #discount-coupon-form {
  height: 95px;
}
.checkout-cart-index .cart-container .cart-discount #discount-coupon-form .primary {
  margin-left: 5px;
}
.checkout-cart-index .cart-container .cart-discount #discount-coupon-form .primary button.action.primary {
  min-width: inherit;
}
.checkout-cart-index .cart-container .cart-discount #discount-coupon-form .secondary {
  bottom: 0;
}
.checkout-cart-index .cart-container .cart-discount #discount-coupon-form .secondary button.action.secondary {
  margin-left: 0;
}
.checkout-cart-index .cart-container .cart-discount #coupon_code {
  max-width: unset !important;
  min-width: 200px !important;
}
.checkout-cart-index .cart-container .cart-summary {
  background: transparent;
  border: none !important;
  padding-right: 0;
  display: inline-block;
  min-height: 197px;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 25%;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary table tbody {
  color: #6C6666;
  /* Dark grey */
}
.checkout-cart-index .cart-container .cart-summary table tbody tr th {
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary table tbody tr td {
  color: #6C6666;
  /* Dark grey */
}
.checkout-cart-index .cart-container .cart-summary table tbody .grand th,
.checkout-cart-index .cart-container .cart-summary table tbody .grand td {
  text-transform: uppercase;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .block .title strong {
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart.main.actions .update {
  color: #ffffff;
  border: 1px solid #6C6666;
  /* Dark grey */
  text-transform: uppercase;
  min-width: 220px;
  background-color: #6C6666;
  /* Dark grey */
  height: 45px;
  margin-top: 20px;
}
.checkout-cart-index .cart-container .cart.main.actions .update:hover {
  background-color: #ffffff;
  color: #6C6666;
  /* Dark grey */
}
.checkout-cart-index .cart-container .cart-totals {
  border-top: none;
}
.checkout-cart-index .cart-container .usp-container {
  float: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .checkout-cart-index .cart-container .usp-container {
    width: 75%;
  }
}
.checkout-cart-index .cart-container .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
}
.checkout-cart-index .cart-container .usp-container .usp-block img {
  margin-bottom: 5px;
}
.checkout-cart-index .cart-container .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200 !important;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.checkout-cart-index .cart-container .usp-container .usp-block p {
  font-size: 12px;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #6C6666;
  /* Dark grey */
  font-size: 14px;
}
.giftwrapper-block h3 {
  text-align: center;
  margin: 30px 0 20px;
}
.giftwrapper-block .giftwrapper-listing {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0 0 20px !important;
  padding: 0;
}
@media (min-width: 778px) {
  .giftwrapper-block .giftwrapper-listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item {
  float: none !important;
  width: auto !important;
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0 !important;
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item .giftwrapper-image {
  height: auto !important;
  width: auto !important;
  text-align: center;
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item .giftwrapper-image img {
  height: auto !important;
  width: auto !important;
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item .custom-option {
  text-align: center;
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item .custom-option .giftwrap-description {
  margin: 10px 0 5px;
}
.giftwrapper-block .giftwrapper-listing .giftwrapper-item .price {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #6C6666 !important;
  /* Dark grey */
  margin: 0 0 20px !important;
  text-align: center !important;
  margin: 5px 0 0 !important;
}
/**********  Brands  **********/
#page-title-heading {
  margin-top: 0;
}
.brands {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
  line-height: 35px;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brands span a {
  color: #6C6666 !important;
  /* Dark grey */
  padding: 0 10px;
  cursor: pointer;
}
.brands span a:hover {
  background-color: #6C6666;
  /* Dark grey */
  color: white !important;
}
.sidebar-main .brand-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}
.sidebar-main .brand-image img {
  max-height: 140px;
}
.brand-list-content .products .item .product-item-info {
  border: 1px solid #ffffff;
  margin: 0 5px 10px;
  padding: 10px;
  min-height: 140px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.brand-list-content .products .item .product-item-info:hover {
  border: 1px solid #6C6666;
  /* Dark grey */
}
/********** Modal popup  **********/
.modal-popup .modal-inner-wrap {
  padding: 1em;
  width: 96% !important;
  background: #ffffff !important;
}
@media (min-width: 1024px) {
  .modal-popup .modal-inner-wrap {
    width: 75% !important;
  }
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup .modal-inner-wrap .table-wrapper {
  border-top: none !important;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.modal-popup .modal-inner-wrap .modal-footer .action-dismiss,
.modal-popup .modal-inner-wrap .modal-footer .action-hide-popup,
.modal-popup .modal-inner-wrap .modal-footer .action-save-address {
  color: #ffffff;
  border: 1px solid #6C6666;
  /* Dark grey */
  text-transform: uppercase;
}
.modal-popup .modal-inner-wrap .modal-footer .action-dismiss:hover,
.modal-popup .modal-inner-wrap .modal-footer .action-hide-popup:hover,
.modal-popup .modal-inner-wrap .modal-footer .action-save-address:hover {
  color: #6C6666;
  /* Dark grey */
}
.modal-popup .modal-inner-wrap .modal-footer button {
  color: white;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  background: url(../images/close-btn.png) no-repeat 0 0;
  background-size: cover;
  content: "" !important;
  width: 12px;
  height: 12px;
  display: inline-block;
}
/**********  Lookbook  **********/
.bx-wrapper {
  max-width: 85% !important;
  margin: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
@media (min-width: 998px) {
  .bx-wrapper {
    max-width: 980px !important;
  }
}
.bx-wrapper ul#bxslider {
  margin: 0 auto;
}
.bx-wrapper ul#bxslider li {
  float: left;
  margin: 0 2px;
}
.bx-wrapper ul#bxslider li:first-child {
  margin: 0 2px 0 0;
}
.bx-wrapper ul#bxslider li:last-child {
  margin: 0 0 0 2px;
}
.bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-prev {
  left: -49px;
  background: none !important;
  width: 32px;
  height: 20px !important;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #6c6666 transparent transparent;
  padding: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .bx-wrapper .bx-prev {
    border-width: 15px 15px 15px 0;
  }
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-prev:hover {
  border-color: transparent #F69200 transparent transparent;
  /* Orange */
}
.bx-wrapper .bx-next {
  right: -49px;
  background: none !important;
  width: 32px;
  height: 20px !important;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #6c6666;
  padding: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .bx-wrapper .bx-next {
    border-width: 15px 0 15px 15px;
  }
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-next:hover {
  border-color: transparent transparent transparent #F69200;
  /* Orange */
}
.lookbook-slider {
  max-width: 85% !important;
}
.lookbook-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 30px;
}
.lookbook-detail .highlighted-slide {
  width: 100%;
  padding: 0 0 30px 0;
}
@media (min-width: 998px) {
  .lookbook-detail .highlighted-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 0;
  }
}
.lookbook-detail .product-slide {
  width: 100%;
}
@media (min-width: 998px) {
  .lookbook-detail .product-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.lookbook-detail .product-slide .p-configurable {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 28px;
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
  padding-bottom: 28px;
}
@media (min-width: 778px) {
  .lookbook-detail .product-slide .p-configurable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
.lookbook-detail .product-slide .p-configurable .p-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .lookbook-detail .product-slide .p-configurable .p-img {
    margin-bottom: 0;
  }
}
.lookbook-detail .product-slide .p-configurable .p-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lookbook-detail .product-slide .p-configurable .p-info .config-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 13px;
  text-transform: uppercase;
  width: 100%;
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-secondary-images {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-secondary-images .secondary-images {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-secondary-images .secondary-images img {
  margin: 0 5px 10px 0;
  width: auto;
  height: 48px;
}
@media (min-width: 1300px) {
  .lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-secondary-images .secondary-images img {
    height: 50px;
  }
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-secondary-images .secondary-images img:last-child {
  margin: 0 0 10px;
}
.lookbook-detail .product-slide .p-configurable .p-info .secondary-container .config-price {
  font-size: 16px;
  text-align: left;
  margin: 3px 0 10px;
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn {
  width: 100%;
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn .config-btn {
  text-align: right;
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn .config-btn button.action.primary {
  background-color: #F69200 !important;
  /* Orange */
  border-color: #F69200 !important;
  /* Orange */
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn .config-btn button.action.primary a {
  color: #ffffff !important;
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn .config-btn button.action.primary a:hover {
  color: #F69200 !important;
  /* Orange */
}
.lookbook-detail .product-slide .p-configurable .p-info .addtocartbtn .config-btn button.action.primary:hover {
  background-color: #ffffff !important;
}
/**********  Jobs page  **********/
.jobs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.jobs a {
  padding: 20px 10px;
}
/**********  Reservations  **********/
#reservation-form .product-image-container {
  width: 165px;
}
#reservation-form .product-image-wrapper {
  padding-bottom: 100%;
}
#reservation-popup-mpdal {
  /* And here we will set our table to act normally after we hit 768px */
}
#reservation-popup-mpdal table,
#reservation-popup-mpdal thead,
#reservation-popup-mpdal tbody,
#reservation-popup-mpdal tfoot,
#reservation-popup-mpdal tr,
#reservation-popup-mpdal th,
#reservation-popup-mpdal td {
  display: block;
  /* Set all of our table elements to display type block */
}
#reservation-popup-mpdal thead {
  display: none;
}
#reservation-popup-mpdal .mobile-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #reservation-popup-mpdal table {
    display: table;
  }
  #reservation-popup-mpdal thead {
    display: table-header-group;
  }
  #reservation-popup-mpdal tbody {
    display: table-row-group;
  }
  #reservation-popup-mpdal tfoot {
    display: table-footer-group;
  }
  #reservation-popup-mpdal tr {
    display: table-row;
  }
  #reservation-popup-mpdal th,
  #reservation-popup-mpdal td {
    display: table-cell;
  }
  #reservation-popup-mpdal .mobile-label {
    display: none;
  }
}
.modal-popup .modal-title {
  border-bottom: none;
  font-weight: 500 !important;
  padding-bottom: 0;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  min-height: inherit;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}
.modal-popup .modal-footer button {
  background-color: #6C6666;
  /* Dark grey */
  height: 45px;
  min-width: 160px;
  margin-top: 20px;
}
@media (min-width: 998px) {
  .modal-popup .modal-footer button {
    min-width: 220px;
  }
}
.modal-popup .modal-footer button:hover {
  background-color: #FFFFFF;
  color: #6C6666;
  /* Dark grey */
}
@media only screen and (min-width: 768px) {
  #reservation-table {
    table-layout: fixed;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
#reservation-table tr th {
  border-top: 0;
  border-bottom: 1px solid #B4B1B1;
  /* Dark grey */
  font-weight: 600;
}
#reservation-table tr td #reservation-product-item-name {
  font-size: 20px;
}
#reservation-table tr td .item-options dt {
  font-size: 14px;
  font-weight: 400;
}
#reservation-table tr td #reservation-price {
  font-size: 14px;
  font-weight: 400;
}
#reservation-table tr td input[type="number"] {
  min-width: unset !important;
  max-width: unset !important;
  border: none;
}
#reservation-table tr .col.item {
  border: none !important;
}
#reservation-table .reservation-labels {
  display: none;
}
@media only screen and (min-width: 768px) {
  #reservation-table .reservation-labels {
    display: table-row;
  }
}
#reservation-table .reservation-info td {
  border-top: none !important;
  border-bottom: none !important;
}
#reservation-table .reservation-info td input[type="radio"] {
  margin-right: 0;
}
#reservation-table .reservation-info td input[type="radio"] span {
  margin-right: 5px;
}
#reservation-table .reservation-info td input[type="text"],
#reservation-table .reservation-info td input[type="password"],
#reservation-table .reservation-info td input[type="url"],
#reservation-table .reservation-info td input[type="tel"],
#reservation-table .reservation-info td input[type="search"],
#reservation-table .reservation-info td input[type="number"],
#reservation-table .reservation-info td input[type="datetime"],
#reservation-table .reservation-info td input[type="email"] {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}
#reservation-table .reservation-info td select {
  height: 38px;
}
/**********   Choose shop popup  **********/
#form-webservices .info {
  min-height: 550px;
  /* And here we will set our table to act normally after we hit 768px */
}
#form-webservices .info .searchbox {
  width: 100%;
}
#form-webservices .info .searchbox input[type="text"] {
  max-width: 280px;
  margin: 10px 0;
}
@media (min-width: 998px) {
  #form-webservices .info .searchbox input[type="text"] {
    margin: 0;
  }
}
#form-webservices .info .searchbox div #radiusSelect {
  width: 90px;
  background: #ffffff;
  background-clip: border-box;
  background-clip: padding-box;
  border: 1px solid #B4B1B1;
  font-family: 'Poppins', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  height: 38px;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0 0 10px;
}
@media (min-width: 998px) {
  #form-webservices .info .searchbox div #radiusSelect {
    margin: 0;
  }
}
#form-webservices .info .field-name-sku {
  margin: 0;
}
#form-webservices .info .field-name-sku .sku2,
#form-webservices .info .field-name-sku .productid {
  display: none;
}
#form-webservices .info .fullwidth #linkscrollup {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#form-webservices .info .fullwidth #linkscrollup span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
#form-webservices .info .fullwidth #linkscrollup:before {
  background: url(../images/scroll-up-icon.png) no-repeat;
  background-size: 31px 18px;
  content: "";
  width: 31px;
  height: 18px;
  display: inline-block;
}
#form-webservices .info .fullwidth #linkscrollup:hover:before {
  background: url(../images/scroll-up-icon-slt.png) no-repeat;
  background-size: 31px 18px;
  content: "";
  width: 31px;
  height: 18px;
  display: inline-block;
}
#form-webservices .info .fullwidth .map-stores {
  width: 100%;
  float: left;
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  #form-webservices .info .fullwidth .map-stores {
    width: 30%;
    min-height: 380px;
  }
}
#form-webservices .info .fullwidth .map-stores div #locationSelect {
  width: auto;
  height: 1px;
  visibility: hidden;
}
#form-webservices .info .fullwidth .map-stores #map {
  width: 100%;
  height: 380px;
  display: block;
  position: relative;
}
#form-webservices .info .fullwidth .stores_results {
  width: 100%;
  float: left;
  max-height: 400px;
  overflow: scroll;
}
@media (min-width: 768px) {
  #form-webservices .info .fullwidth .stores_results {
    width: 70%;
  }
}
#form-webservices .info .fullwidth #linkscrolldown {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
#form-webservices .info .fullwidth #linkscrolldown span {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
#form-webservices .info .fullwidth #linkscrolldown:before {
  background: url(../images/scroll-down-icon.png) no-repeat;
  background-size: 31px 18px;
  content: "";
  width: 31px;
  height: 18px;
  display: inline-block;
  margin: 10px 0 0;
}
#form-webservices .info .fullwidth #linkscrolldown:hover:before {
  background: url(../images/scroll-down-icon-slt.png) no-repeat;
  background-size: 31px 18px;
  content: "";
  width: 31px;
  height: 18px;
  display: inline-block;
}
#form-webservices .info .key {
  margin-top: 10px;
  text-align: center;
}
#form-webservices .info table thead th {
  font-weight: 600;
  border-left: 1px solid #B4B1B1;
  /* Mid grey */
  border-right: 1px solid #B4B1B1;
  /* Mid grey */
  text-align: center;
  vertical-align: top;
}
#form-webservices .info table thead th:first-child,
#form-webservices .info table thead th:last-child {
  border-left: 1px solid #B4B1B1;
  /* Mid grey */
  border-right: 1px solid #B4B1B1;
  /* Mid grey */
}
@media only screen and (min-width: 768px) {
  #form-webservices .info table thead th:first-child,
  #form-webservices .info table thead th:last-child {
    border: none;
  }
}
#form-webservices .info table thead th:first-child {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
}
@media only screen and (min-width: 768px) {
  #form-webservices .info table thead th:first-child {
    border: none;
  }
}
#form-webservices .info table thead td {
  vertical-align: top;
}
#form-webservices .info table tbody tr td {
  border-left: 1px solid #B4B1B1;
  /* Mid grey */
  border-right: 1px solid #B4B1B1;
  /* Mid grey */
  text-align: center;
}
#form-webservices .info table tbody tr td:first-child,
#form-webservices .info table tbody tr td:last-child {
  border-left: 1px solid #B4B1B1;
  /* Mid grey */
  border-right: 1px solid #B4B1B1;
  /* Mid grey */
}
@media only screen and (min-width: 768px) {
  #form-webservices .info table tbody tr td:first-child,
  #form-webservices .info table tbody tr td:last-child {
    border: none;
  }
}
#form-webservices .info table tbody tr td:last-child {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
@media only screen and (min-width: 768px) {
  #form-webservices .info table tbody tr td:last-child {
    border: none;
  }
}
#form-webservices .info table tbody tr td .orange-stock {
  width: 14px;
  height: 14px;
  background-color: #F69200;
  /* Orange */
  border-radius: 50%;
  margin: 0 auto;
}
#form-webservices .info table tbody tr td .green-stock {
  width: 14px;
  height: 14px;
  background-color: #25C349;
  /* green */
  border-radius: 50%;
  margin: 0 auto;
}
#form-webservices .info table,
#form-webservices .info thead,
#form-webservices .info tbody,
#form-webservices .info tfoot,
#form-webservices .info tr,
#form-webservices .info th,
#form-webservices .info td {
  display: block;
  /* Set all of our table elements to display type block */
}
#form-webservices .info thead,
#form-webservices .info .map-holder {
  display: none;
}
@media only screen and (min-width: 768px) {
  #form-webservices .info table {
    display: table;
  }
  #form-webservices .info thead {
    display: table-header-group;
  }
  #form-webservices .info tbody {
    display: table-row-group;
  }
  #form-webservices .info tfoot {
    display: table-footer-group;
  }
  #form-webservices .info tr {
    display: table-row;
  }
  #form-webservices .info th,
  #form-webservices .info td,
  #form-webservices .info .map-holder {
    display: table-cell;
  }
}
.mfp-iframe-scaler .magasin-availability {
  display: none;
}
.mfp-iframe-scaler .reservation {
  display: none;
}
/********** About us page **********/
@font-face {
  font-family: 'icons';
  src: url("font/icons.eot");
  src: url("font/icons.eot?#iefix") format('embedded-opentype'), url("font/icons.woff") format('woff'), url("font/icons.ttf") format('truetype'), url("font/icons.svg#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
.mb-wrap {
  width: 465px;
  margin: 40px auto 20px;
  padding: 20px;
  position: relative;
}
.mb-wrap p {
  margin: 0;
  padding: 0;
}
.mb-wrap blockquote {
  margin: 0;
  padding: 0;
  position: relative;
}
.mb-wrap cite {
  font-style: normal;
}
.mb-style-3 blockquote {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-left: none;
}
.mb-style-3 blockquote:after,
.mb-style-3 blockquote:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mb-style-3 blockquote:after {
  border-top-color: #ffffff;
  border-width: 10px;
  left: 65%;
  margin-left: -10px;
}
.mb-style-3 blockquote:before {
  border-width: 11px;
  left: 65%;
  margin-left: -11px;
}
.mb-style-3 blockquote p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  font-style: italic;
  text-indent: 100px;
  position: relative;
}
.mb-style-3 blockquote p:before {
  content: '\201C';
  font-family: serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 175px;
  top: 0px;
  left: -105px;
  color: #f69200;
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.mb-style-3 .mb-attribution {
  text-align: right;
  padding: 20px 0px 20px 20px;
  position: relative;
}
.mb-style-3 .mb-author {
  font-weight: 500;
  font-size: 18px;
  color: #f69200;
}
.about-usp {
  width: 100%;
}
.about-usp .usp-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.about-usp .usp-container .usp-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 5px 0;
  text-align: center;
}
.about-usp .usp-container .usp-block img {
  margin-bottom: 5px;
}
.about-usp .usp-container .usp-block h3 {
  font-size: 16px;
  color: #F69200 !important;
  /* Orange */
  margin-bottom: 0;
  font-weight: 500;
}
.about-usp .usp-container .usp-block p {
  font-size: 12px;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
@media (max-width: 767px) {
  .history .history .thumb {
    display: none;
  }
  .history .history .featured-box {
    margin-left: 0;
  }
}
.history .thumb {
  background: transparent url(../images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(98%, #f9f9f9)) repeat scroll 0 0 transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-radius: 8px;
  border-right: 1px solid #ececec;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.history .featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #F69200 !important;
  padding: 30px 20px;
}
.history .featured-box .box-content h4 {
  color: #F69200;
  /* Orange */
  float: left;
  margin: 15px 0;
  padding: 0;
  line-height: 27px;
}
.history .featured-box .box-content .long-title {
  margin: 15px 30px 15px 0;
}
.history .featured-box .box-content p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
/********** Newsletter page **********/
.newsletter-page .block-title {
  color: #6C6666;
  /* Dark grey */
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 20px;
  text-transform: uppercase;
  line-height: 1.5;
}
.newsletter-page .block-content .newsletter {
  width: 100%;
}
.newsletter-page .block-content .newsletter .form.subscribe {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.newsletter-page .block-content .newsletter .form.subscribe label {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 10px 20px 10px 10px;
  line-height: 1;
  float: left;
}
@media (min-width: 768px) {
  .newsletter-page .block-content .newsletter .form.subscribe label {
    margin: 10px 15px 10px 2px;
  }
}
@media (min-width: 998px) {
  .newsletter-page .block-content .newsletter .form.subscribe label {
    margin: 10px 20px 10px 10px;
  }
}
.newsletter-page .block-content .newsletter .form.subscribe .field .control:before {
  display: none;
}
.newsletter-page .block-content .newsletter .form.subscribe .field .control input {
  padding: 0 10px;
  height: 35px;
  border: 0;
  margin-top: 10px;
  float: left;
  min-width: initial;
  border: 1px solid #B4B1B1;
  /* Mid grey */
}
@media (min-width: 998px) {
  .newsletter-page .block-content .newsletter .form.subscribe .field .control input {
    min-width: 200px;
  }
}
.newsletter-page .block-content .newsletter .form.subscribe .field .control input[type="radio"] {
  height: auto;
  min-width: inherit;
  margin-left: 10px;
}
.newsletter-page .block-content .newsletter .form.subscribe .field .control #footer_newsletter_name,
.newsletter-page .block-content .newsletter .form.subscribe .field .control #footer_newsletter {
  margin-top: 0;
}
.newsletter-page .block-content .newsletter .form.subscribe #footer_newsletter input {
  margin-top: 0;
}
.newsletter-page .block-content .newsletter .form.subscribe .subscribe {
  border-radius: 0;
  border: #6C6666;
  /* Dark grey */
  height: 35px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: 400;
  margin: 10px 0 4px;
  background: #6C6666;
  /* Dark grey */
  width: 100%;
  text-transform: uppercase;
  max-width: 280px;
  min-width: 162px;
}
@media (min-width: 998px) {
  .newsletter-page .block-content .newsletter .form.subscribe .subscribe {
    min-width: 200px;
  }
}
.newsletter-page .block-content .newsletter .form.subscribe .subscribe:hover {
  background: #ffffff;
  color: #6C6666;
  /* Dark grey */
  border: 1px solid #6C6666;
  /* Dark grey */
}
.newsletter-page .block-content .newsletter .form.subscribe p span {
  float: right;
  font-size: 12px;
  padding-right: 10px;
}
/********** Chat **********/
.olark-launch-button {
  right: 95px !important;
}
/********** Blog page **********/
.mpblog-post-index .category-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: uppercase;
  margin: 20px 0 0;
  padding: 0;
}
@media (min-width: 998px) {
  .mpblog-post-index .category-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.mpblog-post-index .category-menu li {
  list-style-type: none;
}
.mpblog-post-index .category-menu li a:hover {
  color: #F69200 !important;
  /* Orange */
}
.mpblog-post-index #mpblog-list-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.mpblog-post-index #mpblog-list-container .post-list-content .post-list-body {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.mpblog-post-index #mpblog-list-container .post-list-content .post-list-body .post-list-item {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column wrap;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  padding: 20px 10px;
}
.mpblog-post-index #mpblog-list-container .post-list-content .post-list-body .post-list-item:nth-child(3n+1) {
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mpblog-post-index #mpblog-list-container .post-list-content .post-list-body .post-list-item:nth-child(3n+1) .mp-post-title {
  text-align: center !important;
  min-height: unset;
}
.mpblog-post-index #mpblog-list-container .post-list-content .post-list-body .post-list-item:nth-child(3n+1) .except {
  min-height: unset;
}
@media (min-width: 998px) {
  .mpblog-post-index #mpblog-list-container .post-list-content .post-list-body .post-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    padding: 20px 10px 0px 10px;
  }
}
#mpblog-list-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .mp-post-title {
  text-align: left !important;
  min-height: unset;
  overflow: auto;
  text-overflow: inherit;
  white-space: inherit;
  color: #6C6666;
  /* Dark grey */
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 500;
  font-size: 22px;
  margin: 10px 0 0;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 998px) {
  #mpblog-list-container .post-list-content .post-list-body .post-list-item .mp-post-title {
    min-height: 70px;
  }
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .mp-post-info {
  min-height: 40px;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .post-image {
  width: 100%;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .post-short-description {
  min-height: 105px;
  max-height: 105px;
  overflow: hidden;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .post-short-description p {
  overflow: inherit;
  text-overflow: inherit;
  max-height: unset;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item:first-child {
  margin-top: 0;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .post-category {
  display: block;
  font-size: 14px;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .mp-read-more {
  text-transform: uppercase;
}
#mpblog-list-container .post-list-content .post-list-body .post-list-item .mp-read-more:hover {
  color: #F69200 !important;
  /* Orange */
}
.mp-sidebar {
  margin-bottom: 20px;
}
.mp-sidebar .mpblog-search .actions .fa-search {
  margin: 8px 8px 0 0;
}
.mp-sidebar .mpblog-search .actions .fa-search:before {
  background: url(../images/magnifyer.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.mp-sidebar .mpblog-search .actions .fa-search:hover:before {
  background: url(../images/magnifyer-slt.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  width: 23px;
  height: 22px;
  display: inline-block;
}
.mp-sidebar .block {
  margin-bottom: 0 !important;
}
.mp-sidebar .block .block-title {
  margin-bottom: 10px;
}
.mp-sidebar .block .block-title p {
  margin-bottom: 0;
}
.mp-sidebar .block .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar .block .block-content {
  margin-bottom: 20px;
}
.mp-sidebar .block .block-content #sb_instagram .sbi_photo {
  margin: 5px 1px 0;
}
.mp-sidebar .menu-categories .category-item {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-sidebar .mpcss .nav-tabs {
  border: none;
}
.mp-sidebar .mpcss .nav-tabs .li a {
  background: #ECEBEB;
  /* Light grey */
  color: #6C6666;
  /* Dark grey */
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-bottom-color: transparent;
}
.mp-sidebar .mpcss .nav-tabs .li a:hover {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-bottom-color: transparent;
}
.mp-sidebar .mpcss .nav-tabs .li a:focus {
  color: #6C6666 !important;
  /* Dark grey */
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-bottom-color: transparent;
}
.mp-sidebar .mpcss .nav-tabs .active a {
  background: #ffffff;
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-top: transparent;
  border-bottom-color: transparent;
}
.mp-sidebar .mpcss .nav-tabs .active a:hover {
  color: #F69200 !important;
  /* Orange */
  border-top: transparent;
}
.mp-sidebar .mpcss .tab-content {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  border-top: transparent;
  border-bottom: none;
}
.mp-sidebar .mpcss .tab-content #mostview .list-post-tabs {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-sidebar .mpcss .tab-content #mostview .list-post-tabs:last-child {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-sidebar .mpcss .tab-content #mostrecent .list-post-tabs {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-sidebar .mpcss .tab-content #mostrecent .list-post-tabs:last-child {
  border-bottom: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-sidebar .author-name h3 {
  color: #6C6666;
  /* Dark grey */
}
.autocomplete-suggestions {
  border: 1px solid #B4B1B1;
  /* Mid grey */
  -webkit-box-shadow: none;
  box-shadow: none;
}
.autocomplete-suggestions .mpblog-suggestion .mpblog-product-name {
  font-size: 16px !important;
  color: #6C6666 !important;
  /* Dark grey */
}
#sharing {
  padding: 20px;
  background: #ECEBEB;
  /* Light grey */
  margin-top: 0;
}
.post-post_content a {
  color: #F69200 !important;
  /* Orange */
  font-weight: 700;
}
hr,
.mpcss hr {
  border-top: 1px solid #B4B1B1;
  /* Mid grey */
}
.mp-post-info {
  font-size: 12px;
  color: #B4B1B1;
  /* Mid grey */
}
/********** cms pages with products **********/
.cms-velours .block.widget .products-grid .product-item {
  margin-left: 0 !important;
  width: 20% !important;
  margin-bottom: 20px;
  padding: 10px !important;
  border: 1px solid white;
}
.cms-velours .block.widget .products-grid .product-item:hover {
  border: 1px solid #B4B1B1;
  /* Mid grey */
}
.cms-velours .block.widget .products-grid .product-item .product-item-info:hover {
  border: none;
  padding: unset;
}
.cms-velours .block.widget .products-grid .product-item .product-item-info .towishlist {
  height: auto !important;
  line-height: 1 !important;
  min-height: unset !important;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 4.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 45px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 18px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -12px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 9px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1170px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .panel.header .switcher {
    height: 15px;
  }
  .navigation li.level0 {
    border-radius: 5px;
    transition-delay: 0.3s;
    margin-right: 4px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 36px;
    font-size: 1.3rem;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 36px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #777777;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 39px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    padding: 1px 15px 1px 15px;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    border-top-color: #0088cc;
    color: #0088cc;
  }
  .product.data.items > .item.content {
    margin-top: 35px;
    border-color: #eeeeee;
    box-shadow: 0 1px 2px #eee;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .amasty-xlanding-columns3.amasty-xlanding-page-view .products-grid .product-item {
    width: 33.33333333%;
  }
  .amasty-xlanding-columns4.amasty-xlanding-page-view .products-grid .product-item {
    width: 25%;
  }
  .amasty-xlanding-columns5.amasty-xlanding-page-view .products-grid .product-item {
    width: 20%;
  }
  #layered-horizontal-container {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #layered-horizontal-container .filter-options-item {
    display: inline-block;
    border-bottom: none;
  }
  #layered-horizontal-container .filter-options-content {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
  }
  #layered-horizontal-container #ln_button_submit {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #layered-horizontal-container ol.items {
    min-width: 100px;
  }
  #layered-horizontal-container .filter .block-subtitle.filter-subtitle {
    display: none;
  }
  #layered-horizontal-container .filter-current {
    display: inline-block;
  }
  #layered-horizontal-container .filter-current .item {
    display: inline-block;
    margin-right: 25px !important;
  }
  #layered-horizontal-container .filter-actions {
    display: inline-block;
  }
  body.searchautocomplete__active .block-search {
    width: 500px;
  }
  .searchautocomplete__autocomplete {
    width: 100%;
  }
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -13px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sw-megamenu.navigation li.level0 .col-sm-1,
  .sw-megamenu.navigation li.level0 .col-sm-2,
  .sw-megamenu.navigation li.level0 .col-sm-3,
  .sw-megamenu.navigation li.level0 .col-sm-4,
  .sw-megamenu.navigation li.level0 .col-sm-5,
  .sw-megamenu.navigation li.level0 .col-sm-6,
  .sw-megamenu.navigation li.level0 .col-sm-7,
  .sw-megamenu.navigation li.level0 .col-sm-8,
  .sw-megamenu.navigation li.level0 .col-sm-9,
  .sw-megamenu.navigation li.level0 .col-sm-10,
  .sw-megamenu.navigation li.level0 .col-sm-11,
  .sw-megamenu.navigation li.level0 .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 5px 8px 15px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-left: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    padding: 5px;
    line-height: 1;
    font-size: 13px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    z-index: 1;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    border-left-width: 5px;
    border-top-width: 0;
    padding: 5px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 25px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 9px 18px;
    float: right;
    width: 40%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 50%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 13.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title[aria-expanded=false] > .switch {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 160px;
    text-align: right;
    overflow: hidden;
  }
  .product.info.detailed.vertical .product.data.items > .item.title > .switch {
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border-left-width: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:hover {
    border-left-color: #08c;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 159px);
    right: 0;
    top: 0;
    min-height: 180px;
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 18px 22.5px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 18px;
    margin: 0 0 9px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 18px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 18px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 27px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 18px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 9px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    /*&._complete {
            cursor: pointer;
            &:hover {
                &:before {
                    .lib-css(background, @checkout-progress-bar-item__hover__background-color);
                }
                > span {
                    &:before {
                        .lib-css(background, @checkout-progress-bar-item__hover__background-color);
                    }
                }
            }
            > span {
                .lib-css(color, @checkout-progress-bar-item__complete__color);

                &:after {
                    .lib-css(font-family, @icons__font-name);
                    .lib-css(content, @checkout-progress-bar-item-element-inner__active__content);
                }
            }
        }*/
    /* &._active {
            &:before {
                background: @checkout-progress-bar-item__active__background-color;
            }
            > span {
                .lib-css(color, @checkout-progress-bar-item__color);
                &:before {
                    .lib-css(background, @checkout-progress-bar-item__active__background-color);
                }
                &:after {
                    .lib-css(font-family, @icons__font-name);
                    .lib-css(content, @checkout-progress-bar-item-element-inner__active__content);
                }
            }
        }*/
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 18px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 0 0 36px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 18px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 27px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 9px 9px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    padding: 48px 40px;
    margin: 0px 64px;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    border-top: 1px solid #B4B1B1;
    /* Mid grey */
    padding: 20px 0 0 !important;
    display: flex;
    justify-content: center;
  }
  .form.forget .field {
    max-width: 600px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 18px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 9px 9px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 20px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 18px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 9px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 12px;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 18px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 18px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 18px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\f804';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 18px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 18px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 18px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 18px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 18px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 18px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 22.5px;
  }
  .block.newsletter {
    width: 34%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 30px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 15px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    padding: 0 15px;
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0.parent > a:after {
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
  header.page-header.sticky-header.type1 .nav-sections {
    background-color: #fff;
  }
  header.page-header.sticky-header.type2 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  header.page-header.sticky-header.type2 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  header.page-header.sticky-header.type3 .nav-sections {
    background-color: #1e1e1e;
  }
  header.page-header.sticky-header.type3 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  header.page-header.sticky-header.type4 .nav-sections {
    background-color: #1e1e1e;
  }
  header.page-header.sticky-header.type4 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  header.page-header.sticky-header.type5 .nav-sections {
    background-color: #fff;
  }
  header.page-header.sticky-header.type5 .navigation > ul {
    padding-right: 70px;
    text-align: left;
  }
  header.page-header.sticky-header.type5 .minicart-wrapper {
    margin-top: -25px;
  }
  header.page-header.sticky-header.type6 .nav-sections {
    background-color: #fff;
  }
  header.page-header.sticky-header.type6 .minicart-wrapper {
    margin-top: -25px;
  }
  header.page-header.sticky-header.type7 .nav-sections {
    background-color: #fff;
  }
  header.page-header.sticky-header.type7 .logo {
    display: block;
  }
  header.page-header.sticky-header.type7 .navigation > ul > li {
    float: none !important;
  }
  header.page-header.sticky-header.type7 .minicart-wrapper {
    margin-top: -10px;
  }
  header.page-header.sticky-header.type9 .nav-sections {
    background-color: #5c616e;
  }
  header.page-header.sticky-header.type9 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  header.page-header.sticky-header.type9 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  header.page-header.sticky-header.type11 .nav-sections {
    background-color: #fff;
  }
  header.page-header.sticky-header.type11 .navigation {
    text-align: left;
  }
  header.page-header.sticky-header.type12 .header.content {
    padding: 0 50px 0 200px;
  }
  header.page-header.sticky-header.type12 .nav-sections {
    background-color: #5c616e;
  }
  header.page-header.sticky-header.type12 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  header.page-header.sticky-header.type12 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #f0f0ed;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\f813';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    border-top-width: 5px;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header.type1 {
    background-color: #ffffff;
    color: #777777;
  }
  .page-header.type1 > .panel.wrapper {
    background-color: #f0f0ed;
    color: #777777;
  }
  .page-header.type1 .panel.header .switcher {
    border-left: 1px solid #cccccc;
    padding: 0 15px;
  }
  .page-header.type1 .panel.header .switcher:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .page-header.type1 .panel.header .switcher:last-child {
    padding-right: 0;
  }
  .page-header.type1 .panel.header .header.links > li > a {
    color: #0088cc;
  }
  .page-header.type1 .panel.header .header.links > li > a:hover {
    color: #0088cc;
  }
  .page-header.type1 .nav-sections {
    background-color: transparent;
    color: #777777;
    margin-bottom: 15px;
  }
  .page-header.type1 .navigation {
    background-color: transparent;
    padding: 0 15px;
  }
  .page-header.type1 .navigation > ul {
    padding: 0;
    background-color: #f0f0ed;
    border-radius: 5px;
  }
  .page-header.type1 .navigation li.level0 {
    margin-right: 3px;
    color: #0088cc;
  }
  .page-header.type1 .navigation li.level0.last {
    margin-right: 0;
  }
  .page-header.type1 .navigation li.level0 > .level-top {
    color: inherit;
    padding: 0 20px;
    line-height: 40px;
  }
  .page-header.type1 .navigation li.level0 > .level-top:focus {
    color: inherit;
  }
  .page-header.type1 .navigation li.level0 > .level-top:hover {
    color: inherit;
  }
  .page-header.type1 .navigation li.level0.active,
  .page-header.type1 .navigation li.level0:hover {
    border-radius: 5px;
    color: #ffffff;
    background-color: #0088cc;
  }
  .page-header.type1 .navigation li.level0.parent:hover {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type1 .navigation li.level0.parent > a:after {
    line-height: 40px;
  }
  .page-header.type1 .block-search {
    margin-left: 55px;
  }
  .page-header.type1 .block-search input {
    background-color: #ffffff;
    color: #777777;
    border-color: #cccccc;
  }
  .page-header.type1 .block-search .action.search {
    border-left: 1px solid #cccccc;
    padding: 0 13px;
  }
  .page-header.type1 .block-search .action.search:focus:before {
    color: #777777;
  }
  .page-header.type1 .block-search .action.search:before,
  .page-header.type1 .block-search .action.search:hover:before {
    color: #777777;
  }
  .page-header.type1 .block-search .action.search:hover {
    border-left-width: 1px;
  }
  .page-header.type1 .custom-block {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -20px;
    font-size: 14px;
    color: #777777;
  }
  .page-header.type1 .custom-block > * {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header.type1 .custom-block > a {
    font-size: 12px;
  }
  .page-header.type2 {
    background-color: #0083c1;
    color: #ffffff;
    border-top: 0;
  }
  .page-header.type2 > .panel.wrapper {
    background-color: #008acc;
    color: #ffffff;
  }
  .page-header.type2 .panel.header .switcher {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 15px;
    text-transform: uppercase;
  }
  .page-header.type2 .panel.header .switcher:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .page-header.type2 .panel.header .switcher:last-child {
    padding-right: 0;
  }
  .page-header.type2 .panel.header .header.links > li > a {
    color: #ffffff;
  }
  .page-header.type2 .panel.header .header.links > li > a:hover {
    color: #ffffff;
  }
  .page-header.type2 .customer-welcome .action.switch {
    color: #fff;
  }
  .page-header.type2 .nav-sections {
    background-color: #006fa4;
    color: #ffffff;
  }
  .page-header.type2 .navigation .level0.parent > a:after {
    line-height: 46px;
  }
  .page-header.type2 .navigation .level0 > .level-top {
    color: #ffffff;
    font-weight: 700;
  }
  .page-header.type2 .block-search input {
    background-color: #006393;
    color: #dddddd;
  }
  .page-header.type2 .block-search .action.search {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 12px;
  }
  .page-header.type2 .block-search .action.search:focus:before {
    color: #ffffff;
  }
  .page-header.type2 .block-search .action.search:before,
  .page-header.type2 .block-search .action.search:hover:before {
    color: #ffffff;
  }
  .page-header.type2 .block-search .action.search:hover {
    border-left-width: 1px;
  }
  .page-header.type2 .custom-block {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -20px;
    font-size: 14px;
    color: #ffffff;
  }
  .page-header.type2 .custom-block > * {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header.type2 .custom-block > a {
    font-size: 12px;
    color: #ffffff;
  }
  .page-header.type3 .nav-sections {
    display: block;
    margin: 32px 0 0;
    z-index: 6;
    position: relative;
    pointer-events: none;
  }
  .page-header.type3 .nav-sections .navigation li.level0 {
    pointer-events: all;
  }
  .page-header.type3 .header.panel {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 5;
    padding: 0 15px;
  }
  .page-header.type3 .header.panel .top-panel {
    margin-bottom: 15px;
  }
  .page-header.type3 .header.panel .top-panel > .links {
    padding: 0;
    list-style: none;
  }
  .page-header.type3 .header.panel .top-panel > .links > li {
    display: block;
    float: left;
    color: #ffffff;
    margin: 0;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a {
    color: #ffffff;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a:hover {
    color: #ffffff;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a,
  .page-header.type3 .header.panel .top-panel > .links > li > span {
    padding: 0 15px;
    border-right: 1px solid #101010;
    text-transform: uppercase;
    font-size: 11px;
  }
  .page-header.type3 .header.panel .top-panel > .links > li:first-child > a,
  .page-header.type3 .header.panel .top-panel > .links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .page-header.type3 .header.panel .search-area {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
  }
  .page-header.type3 .header.panel .search-area > a {
    color: #ffffff;
  }
  .page-header.type3 .header.panel .search-area > a:hover {
    color: #ffffff;
  }
  .page-header.type3 .header.panel .block-search {
    display: none;
    position: absolute;
    right: -20px;
    top: 100%;
    margin-top: 20px;
  }
  .page-header.type3 .header.panel .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type3 .header.panel .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type3 .header.panel .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type3 .header.panel .block-search .action.search:before {
    color: #0088cc;
  }
  .page-header.type3 .header.panel .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #101010;
    height: 26px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
  }
  .page-header.type3 .header.panel .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background-color: #101010;
    vertical-align: middle;
    border-radius: 3px;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart:before,
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart.active:before {
    color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #ffffff;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type3 .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
  }
  .page-header.type3 .navigation .level0.active > .level-top,
  .page-header.type3 .navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type3 .navigation .level0.parent > a:after {
    line-height: 32px;
  }
  .page-header.type3 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type3 .navigation .level0:hover > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type4 {
    text-align: center;
  }
  .page-header.type4 .logo {
    float: none;
    display: inline-block;
    margin: 20px 0;
  }
  .page-header.type4 .nav-sections {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 100%;
  }
  .page-header.type4 .navigation {
    text-align: left;
  }
  .page-header.type4 .navigation > ul {
    padding-right: 60%;
  }
  .page-header.type4 .header.panel {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    z-index: 5;
    padding: 0 15px;
  }
  .page-header.type4 .header.panel .top-panel {
    margin: 5px 0;
  }
  .page-header.type4 .header.panel .top-panel > .links {
    padding: 0;
    list-style: none;
  }
  .page-header.type4 .header.panel .top-panel > .links > li {
    display: block;
    float: left;
    color: #ffffff;
    margin: 0;
  }
  .page-header.type4 .header.panel .top-panel > .links > li > a {
    color: #ffffff;
  }
  .page-header.type4 .header.panel .top-panel > .links > li > a:hover {
    color: #ffffff;
  }
  .page-header.type4 .header.panel .top-panel > .links > li > a,
  .page-header.type4 .header.panel .top-panel > .links > li > span {
    padding: 0 15px;
    border-right: 1px solid #eeeeee;
    text-transform: uppercase;
    font-size: 11px;
  }
  .page-header.type4 .header.panel .top-panel > .links > li:first-child > a,
  .page-header.type4 .header.panel .top-panel > .links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .page-header.type4 .header.panel .search-area {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
  }
  .page-header.type4 .header.panel .search-area > a {
    color: #ffffff;
  }
  .page-header.type4 .header.panel .search-area > a:hover {
    color: #ffffff;
  }
  .page-header.type4 .header.panel .block-search {
    display: none;
    position: absolute;
    right: -20px;
    top: 100%;
    margin-top: 20px;
  }
  .page-header.type4 .header.panel .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type4 .header.panel .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type4 .header.panel .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type4 .header.panel .block-search .action.search:before {
    color: #0088cc;
  }
  .page-header.type4 .header.panel .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #ffffff;
    height: 26px;
    border-radius: 3px;
    color: #777777;
    text-transform: uppercase;
    text-align: left;
  }
  .page-header.type4 .header.panel .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background-color: #ffffff;
    vertical-align: middle;
    border-radius: 3px;
  }
  .page-header.type4 .header.panel .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type4 .header.panel .minicart-wrapper .action.showcart:before,
  .page-header.type4 .header.panel .minicart-wrapper .action.showcart.active:before {
    color: #777777;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type4 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #777777;
  }
  .page-header.type4 .header.panel .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type4 .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 32px;
    display: inline-block;
    transition-delay: 0.3s;
  }
  .page-header.type4 .navigation .level0.active > .level-top,
  .page-header.type4 .navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type4 .navigation .level0.parent > a:after {
    line-height: 32px;
  }
  .page-header.type4 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type4 .navigation .level0:hover > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type5 {
    border-top: 0;
  }
  .page-header.type5 .panel.header .switcher {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .page-header.type5 .header.content {
    display: block;
    vertical-align: middle;
    padding: 28px 15px;
  }
  .page-header.type5 .logo {
    float: left;
    display: block;
    margin: 0 25px 0 0;
  }
  .page-header.type5 .search-area {
    position: relative;
    margin: 0;
    display: block;
    float: right;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 2;
  }
  .page-header.type5 .search-area > a {
    color: #0088cc;
    line-height: 50px;
    display: block;
    margin-right: 10px;
    margin-left: 20px;
    width: 25px;
    text-align: center;
  }
  .page-header.type5 .search-area > a:hover {
    color: #0088cc;
  }
  .page-header.type5 .block-search {
    display: none;
    position: absolute;
    right: -20px;
    top: 100%;
    margin-top: 20px;
  }
  .page-header.type5 .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type5 .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type5 .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type5 .block-search .action.search:before {
    color: #0088cc;
  }
  .page-header.type5 .minicart-wrapper {
    position: relative;
    top: 0;
    margin: 0;
    float: right;
    height: 50px;
    right: 0;
    padding: 5px 0;
  }
  .page-header.type5 .minicart-wrapper .action.showcart {
    display: block;
  }
  .page-header.type5 .minicart-wrapper .action.showcart:before,
  .page-header.type5 .minicart-wrapper .action.showcart.active:before {
    color: #0088cc;
    line-height: 40px;
    font-size: 18px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type5 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 40px;
    text-transform: uppercase;
    width: auto;
    min-width: 0;
    color: #0088cc;
  }
  .page-header.type5 .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
    margin: 0;
  }
  .page-header.type5 .nav-sections {
    pointer-events: none;
  }
  .page-header.type5 .navigation {
    padding: 10px 0;
  }
  .page-header.type5 .navigation > ul {
    text-align: right;
  }
  .page-header.type5 .navigation > ul > li {
    pointer-events: all;
    text-align: left;
  }
  .page-header.type5 .navigation .level0 > .level-top {
    color: #3d3734;
    line-height: 30px;
    display: inline-block;
    transition-delay: 0.3s;
  }
  .page-header.type5 .navigation .level0.active > .level-top,
  .page-header.type5 .navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #3d3734;
    border-radius: 5px;
  }
  .page-header.type5 .navigation .level0.parent > a:after {
    line-height: 30px;
  }
  .page-header.type5 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type5 .navigation .level0:hover > .level-top {
    color: #ffffff;
    background-color: #3d3734;
    border-radius: 5px;
  }
  .page-header.type6 .panel.header .switcher {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .page-header.type6 .header.content {
    display: block;
    vertical-align: middle;
    padding: 28px 15px;
  }
  .page-header.type6 .logo {
    float: left;
    display: block;
    margin: 0 25px 0 0;
  }
  .page-header.type6 .custom-block {
    float: right;
    line-height: 50px;
    margin-right: 10px;
  }
  .page-header.type6 .search-area {
    position: relative;
    margin: 0;
    display: block;
    float: left;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 2;
  }
  .page-header.type6 .search-area > a {
    color: #0088cc;
    line-height: 50px;
    display: block;
    margin-right: 10px;
    width: 25px;
    text-align: center;
  }
  .page-header.type6 .search-area > a:hover {
    color: #0088cc;
  }
  .page-header.type6 .block-search {
    display: none;
    position: absolute;
    left: -20px;
    top: 100%;
    margin: 0;
  }
  .page-header.type6 .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type6 .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type6 .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type6 .block-search .action.search:before {
    color: #0088cc;
  }
  .page-header.type6 .minicart-wrapper {
    position: relative;
    top: 0;
    margin: 0;
    float: right;
    height: 50px;
    right: 0;
    padding: 5px 0;
  }
  .page-header.type6 .minicart-wrapper .action.showcart {
    display: block;
  }
  .page-header.type6 .minicart-wrapper .action.showcart:before,
  .page-header.type6 .minicart-wrapper .action.showcart.active:before {
    color: #0088cc;
  }
  .page-header.type6 .minicart-wrapper .action.showcart .counter-label {
    display: none;
  }
  .page-header.type6 .nav-sections {
    pointer-events: none;
  }
  .page-header.type6 .navigation {
    padding: 10px 0;
  }
  .page-header.type6 .navigation > ul {
    text-align: left;
  }
  .page-header.type6 .navigation > ul > li {
    pointer-events: all;
    text-align: left;
  }
  .page-header.type6 .navigation .level0 > .level-top {
    color: #0088cc;
    line-height: 30px;
    display: inline-block;
    transition-delay: 0.3s;
  }
  .page-header.type6 .navigation .level0.active > .level-top,
  .page-header.type6 .navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type6 .navigation .level0.parent > a:after {
    line-height: 30px;
  }
  .page-header.type6 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type6 .navigation .level0:hover > .level-top {
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 5px;
  }
  .page-header.type7 {
    border-top: 0;
  }
  .page-header.type7 .panel.header .switcher {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .page-header.type7 .panel.header .custom-block {
    float: right;
    font-size: 11px;
  }
  .page-header.type7 .panel.header .toplinks-area {
    float: right;
    font-size: 11px;
    position: relative;
  }
  .page-header.type7 .panel.header .toplinks-area > a {
    text-transform: uppercase;
  }
  .page-header.type7 .panel.header .toplinks-area > ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    padding: 0;
    list-style: none;
    display: none;
  }
  .page-header.type7 .panel.header > span.split {
    float: right;
    height: 15px;
  }
  .page-header.type7 .header.content {
    display: block;
    padding: 28px 15px;
    text-align: center;
  }
  .page-header.type7 .logo {
    display: inline-block;
    margin: 0;
  }
  .page-header.type7 .search-area {
    position: relative;
    margin: 0;
    display: block;
    float: left;
    z-index: 10;
  }
  .page-header.type7 .search-area > a {
    display: block;
    margin-right: 15px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
  }
  .page-header.type7 .search-area > a:hover {
    text-decoration: none;
  }
  .page-header.type7 .search-area > a em {
    margin-right: 5px;
  }
  .page-header.type7 .block-search {
    display: none;
    position: absolute;
    left: -20px;
    top: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .page-header.type7 .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type7 .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type7 .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type7 .minicart-wrapper {
    position: relative;
    margin: 0;
    float: right;
  }
  .page-header.type7 .minicart-wrapper .action.showcart {
    display: block;
    line-height: 15px;
  }
  .page-header.type7 .minicart-wrapper .action.showcart:before,
  .page-header.type7 .minicart-wrapper .action.showcart.active:before {
    line-height: 15px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type7 .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 15px;
    text-transform: uppercase;
    width: auto;
    min-width: 0;
  }
  .page-header.type7 .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
    margin: 0;
  }
  .page-header.type7 .nav-sections {
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 6px;
  }
  .page-header.type7 .navigation {
    padding: 10px 0;
  }
  .page-header.type7 .navigation > ul {
    text-align: left;
  }
  .page-header.type7 .navigation > ul > li {
    pointer-events: all;
    text-align: left;
  }
  .page-header.type7 .navigation .level0 > .level-top {
    color: #3d3734;
    line-height: 30px;
    display: inline-block;
    transition-delay: 0.3s;
  }
  .page-header.type7 .navigation .level0.active > .level-top,
  .page-header.type7 .navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #3d3734;
    border-radius: 5px;
  }
  .page-header.type7 .navigation .level0.parent > a:after {
    line-height: 30px;
  }
  .page-header.type7 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type7 .navigation .level0:hover > .level-top {
    color: #ffffff;
    background-color: #3d3734;
    border-radius: 5px;
  }
  .page-header.type8 {
    background-color: transparent;
    color: #777;
    border: 0;
  }
  .page-header.type8 > .panel.wrapper {
    background-color: transparent;
    color: #777;
  }
  .page-header.type8 .panel.header .switcher {
    border-left: 1px solid #ccc;
    padding: 0 15px;
  }
  .page-header.type8 .panel.header .switcher:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .page-header.type8 .panel.header .switcher:last-child {
    padding-right: 0;
  }
  .page-header.type8 .panel.header .header.links > li > a {
    color: #777;
  }
  .page-header.type8 .panel.header .header.links > li > a:hover {
    color: #777;
  }
  .page-header.type8 .menu-wrapper {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .page-header.type8 .block-search input {
    background-color: #fff;
    color: #777;
    border-color: #ccc;
    height: 32px;
  }
  .page-header.type8 .block-search .action.search {
    border-left: 1px solid #ccc;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
  }
  .page-header.type8 .block-search .action.search:focus:before {
    color: #777777;
  }
  .page-header.type8 .block-search .action.search:before,
  .page-header.type8 .block-search .action.search:hover:before {
    color: #777;
  }
  .page-header.type8 .block-search .action.search:hover {
    border-left-width: 1px;
  }
  .page-header.type8 .custom-block {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -20px;
    font-size: 14px;
    color: #fff;
  }
  .page-header.type8 .custom-block > * {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .page-header.type8 .custom-block > a {
    font-size: 12px;
  }
  .page-header.type8 .nav-sections {
    transition: 0.3s all;
  }
  .page-header.type8 .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header.type8.sticky-header .menu-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .page-header.type8.sticky-header .menu-wrapper {
    position: relative;
  }
  .page-header.type8.sticky-header .navigation {
    padding: 0;
  }
  .page-header.type8.sticky-header .navigation li.level0 > .level-top {
    padding: 0 5px;
    line-height: 41px;
  }
  .page-header.type8.sticky-header .navigation li.level0.parent > a:after {
    line-height: 41px;
  }
  .page-header.type8.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -1px;
  }
  .page-header.type8.sticky-header .sticky-logo {
    margin-left: 15px;
  }
  .page-header.type8.sticky-header .sticky-logo .logo img {
    margin-top: 5px;
    margin-right: 0;
  }
  .page-header.type8.sticky-header .nav-sections {
    position: absolute !important;
    top: 100% !important;
    left: 15px !important;
    width: 100% !important;
    width: calc(100% - 30px) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 0 !important;
  }
  .page-header.type8.sticky-header .minicart-wrapper .action.showcart:before,
  .page-header.type8.sticky-header .minicart-wrapper .action.showcart.active:before {
    color: #000;
  }
  .page-header.type8.sticky-header .minicart-wrapper .action.showcart .counter.qty {
    color: #fff;
  }
  .page-header.type9 .nav-sections {
    display: block;
    margin: 38px 0 0;
    z-index: 6;
    position: relative;
  }
  .page-header.type9 .header.panel {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 50%;
    padding: 0 15px;
    margin-top: -32px;
    z-index: 5;
  }
  .page-header.type9 .header.panel .top-panel {
    display: block;
    margin-bottom: 18px;
  }
  .page-header.type9 .header.panel .top-panel > .links {
    padding: 0;
    list-style: none;
  }
  .page-header.type9 .header.panel .top-panel > .links > li {
    display: block;
    float: left;
    color: #fff;
    margin: 0;
  }
  .page-header.type9 .header.panel .top-panel > .links > li > a {
    color: #fff;
  }
  .page-header.type9 .header.panel .top-panel > .links > li > a:hover {
    color: #fff;
  }
  .page-header.type9 .header.panel .top-panel > .links > li > a,
  .page-header.type9 .header.panel .top-panel > .links > li > span {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 11px;
  }
  .page-header.type9 .header.panel .top-panel > .links > li:first-child > a,
  .page-header.type9 .header.panel .top-panel > .links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .page-header.type9 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }
  .page-header.type9 .header.panel .search-area {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
  }
  .page-header.type9 .header.panel .search-area > a {
    color: #ffffff;
  }
  .page-header.type9 .header.panel .search-area > a:hover {
    color: #ffffff;
  }
  .page-header.type9 .header.panel .block-search {
    display: none;
    position: absolute;
    right: -20px;
    top: 100%;
    margin-top: 20px;
  }
  .page-header.type9 .header.panel .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type9 .header.panel .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type9 .header.panel .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type9 .header.panel .block-search .action.search:before {
    color: #0088cc;
  }
  .page-header.type9 .header.panel .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #fff;
    height: 26px;
    border-radius: 3px;
    color: #101010;
    text-transform: uppercase;
    text-align: left;
  }
  .page-header.type9 .header.panel .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 3px;
  }
  .page-header.type9 .header.panel .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type9 .header.panel .minicart-wrapper .action.showcart:before,
  .page-header.type9 .header.panel .minicart-wrapper .action.showcart.active:before {
    color: #101010;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type9 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #101010;
  }
  .page-header.type9 .header.panel .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type9 .navigation .level0 > .level-top {
    color: #fff;
    line-height: 32px;
    display: inline-block;
  }
  .page-header.type9 .navigation .level0.active > .level-top,
  .page-header.type9 .navigation .level0.has-active > .level-top {
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
  }
  .page-header.type9 .navigation .level0.parent > a:after {
    line-height: 32px;
  }
  .page-header.type9 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type9 .navigation .level0:hover > .level-top {
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
  }
  .page-header.type10 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 256px;
    min-height: 100vh;
    background-color: #383734;
    border: 0;
    padding: 5px 0 200px;
    text-align: center;
  }
  .page-header.type10 .logo {
    max-width: none;
  }
  .page-header.type10 .switcher-area .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #101010;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px;
  }
  .page-header.type10 .switcher-area .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    margin: 5px 2px;
    background-color: #101010;
    vertical-align: middle;
    border-radius: 3px;
  }
  .page-header.type10 .switcher-area .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type10 .switcher-area .minicart-wrapper .action.showcart:before,
  .page-header.type10 .switcher-area .minicart-wrapper .action.showcart.active:before {
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type10 .switcher-area .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #fff;
  }
  .page-header.type10 .switcher-area .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type10 .sw-megamenu.navigation.side-megamenu {
    text-align: left;
  }
  .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0 > a {
    margin: 0;
    color: #fff;
    border-top-color: #575757;
    text-transform: none;
  }
  .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    border-top-color: #575757;
  }
  .page-header.type10 .block-search {
    margin: 20px 0;
    max-width: 100%;
  }
  .page-header.type10 .block-search input {
    border-radius: 5px;
    padding: 10px 40px 10px 10px;
  }
  .page-header.type10 .block-search .action.search {
    width: 40px;
    right: 0;
  }
  .page-header.type10 .panel.wrapper {
    background-color: transparent;
    text-align: left;
  }
  .page-header.type10 .custom-block-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
  }
  .page-header.type10 .custom-block-area .social-icons {
    padding: 0;
  }
  .page-header.type10 .custom-block-area address {
    margin: 0;
  }
  .page-header.type11 {
    background-color: #ffffff;
    color: #777777;
    border-top-width: 5px;
  }
  .page-header.type11 .logo {
    margin: 20px 0;
  }
  .page-header.type11 .header.content {
    text-align: center;
  }
  .page-header.type11 > .panel.wrapper {
    background-color: #f0f0ed;
    color: #777777;
  }
  .page-header.type11 .panel.header .switcher {
    border-left: 1px solid #cccccc;
    padding: 0 15px;
  }
  .page-header.type11 .panel.header .switcher:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .page-header.type11 .panel.header .switcher:last-child {
    padding-right: 0;
  }
  .page-header.type11 .panel.header .header.links > li > a {
    color: #0088cc;
  }
  .page-header.type11 .panel.header .header.links > li > a:hover {
    color: #0088cc;
  }
  .page-header.type11 .nav-sections {
    background-color: transparent;
    color: #777777;
    margin-bottom: 15px;
  }
  .page-header.type11 .navigation {
    background-color: transparent;
    padding: 0 15px;
    text-align: center;
  }
  .page-header.type11 .navigation > ul {
    padding: 0;
    background-color: transparent;
    border-radius: 5px;
  }
  .page-header.type11 .navigation > ul li {
    text-align: left;
  }
  .page-header.type11 .navigation li.level0 {
    margin-right: 3px;
    color: #08c;
  }
  .page-header.type11 .navigation li.level0.last {
    margin-right: 0;
  }
  .page-header.type11 .navigation li.level0 > .level-top {
    color: inherit;
    padding: 0 20px;
    line-height: 40px;
  }
  .page-header.type11 .navigation li.level0:hover > .level-top {
    color: inherit;
  }
  .page-header.type11 .navigation li.level0.active,
  .page-header.type11 .navigation li.level0:hover {
    border-radius: 5px;
    color: #fff;
    background-color: #08c;
  }
  .page-header.type11 .navigation li.level0.parent:hover {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type11 .navigation li.level0.parent > a:after {
    line-height: 40px;
  }
  .page-header.type11 .block-search {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    width: 300px;
  }
  .page-header.type11 .block-search input {
    background-color: #fff;
    color: #777;
    border-color: #ccc;
    height: 36px;
  }
  .page-header.type11 .block-search .action.search {
    border-left: 1px solid #ccc;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
  .page-header.type11 .block-search .action.search:focus:before {
    color: #777777;
  }
  .page-header.type11 .block-search .action.search:before,
  .page-header.type11 .block-search .action.search:hover:before {
    color: #777;
  }
  .page-header.type11 .block-search .action.search:hover {
    border-left-width: 1px;
  }
  .page-header.type11 .custom-block {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -20px;
    font-size: 14px;
    color: #777;
  }
  .page-header.type11 .custom-block > * {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header.type11 .custom-block > a {
    font-size: 12px;
  }
  .page-header.type12 .nav-sections {
    display: none;
    margin: 38px 0 0;
    z-index: 6;
    position: relative;
  }
  .page-header.type12 .header.panel {
    text-align: right;
    position: absolute;
    right: 50px;
    top: 50%;
    padding: 0 15px;
    margin-top: -20px;
    z-index: 5;
  }
  .page-header.type12 .header.panel .top-panel {
    display: inline-block;
  }
  .page-header.type12 .header.panel .top-links-area {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header.type12 .header.panel .top-links-area > a {
    display: none;
  }
  .page-header.type12 .header.panel .top-panel .links {
    padding: 0;
    list-style: none;
  }
  .page-header.type12 .header.panel .top-panel .links > li {
    display: block;
    float: left;
    color: #000;
    margin: 0;
  }
  .page-header.type12 .header.panel .top-panel .links > li > a {
    color: #000;
  }
  .page-header.type12 .header.panel .top-panel .links > li > a:hover {
    color: #000;
  }
  .page-header.type12 .header.panel .top-panel .links > li > a,
  .page-header.type12 .header.panel .top-panel .links > li > span {
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
  }
  .page-header.type12 .header.panel .top-panel .links > li:first-child > a,
  .page-header.type12 .header.panel .top-panel .links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .page-header.type12 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }
  .page-header.type12 .header.panel .search-area {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    position: relative;
  }
  .page-header.type12 .header.panel .search-area > a {
    color: #000;
    display: none;
  }
  .page-header.type12 .header.panel .search-area > a:hover {
    color: #000;
  }
  .page-header.type12 .header.panel .custom-block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
  }
  .page-header.type12 .header.panel .custom-block > a {
    font-size: 17px;
    padding: 0;
    margin: 0 3px;
  }
  .page-header.type12 .header.panel .block-search {
    margin: 0;
    width: 200px;
  }
  .page-header.type12 .header.panel .block-search:before {
    content: "";
    display: none;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type12 .header.panel .block-search input {
    height: 40px;
    border-radius: 25px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .page-header.type12 .header.panel .block-search input::-webkit-input-placeholder {
    color: #000;
  }
  .page-header.type12 .header.panel .block-search input::-moz-placeholder {
    color: #000;
  }
  .page-header.type12 .header.panel .block-search input:-moz-placeholder {
    color: #000;
  }
  .page-header.type12 .header.panel .block-search input:-ms-input-placeholder {
    color: #000;
  }
  .page-header.type12 .header.panel .block-search .action.search {
    right: 5px;
    height: 40px;
    width: 40px;
  }
  .page-header.type12 .header.panel .block-search .action.search:before {
    color: #000;
  }
  .page-header.type12 .header.panel .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #fff;
    height: 26px;
    border-radius: 3px;
    color: #101010;
    text-transform: uppercase;
    text-align: left;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    margin-right: 3px;
  }
  .page-header.type12 .header.panel .switcher strong {
    font-weight: 700;
  }
  .page-header.type12 .header.panel .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    margin: 0;
  }
  .page-header.type12 .header.panel .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type12 .header.panel .minicart-wrapper .action.showcart:before,
  .page-header.type12 .header.panel .minicart-wrapper .action.showcart.active:before {
    color: #101010;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type12 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page-header.type12 .header.panel .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type12 .navigation .level0 > .level-top {
    color: #fff;
    line-height: 32px;
    display: inline-block;
  }
  .page-header.type12 .navigation .level0.active > .level-top,
  .page-header.type12 .navigation .level0.has-active > .level-top {
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
  }
  .page-header.type12 .navigation .level0.parent > a:after {
    line-height: 32px;
  }
  .page-header.type12 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type12 .navigation .level0:hover > .level-top {
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
  }
  .page-header .drop-menu {
    position: relative;
    text-align: left;
    float: left;
    width: 25%;
    min-width: 250px;
    padding: 0 15px;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu > a {
    color: #fff;
    background-color: #303030;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .page-header .drop-menu > a:hover {
    background-color: #777;
    color: #fff;
  }
  .page-header .drop-menu + .custom-menu-block {
    display: inline-block;
    line-height: 41px;
    width: auto;
    float: left;
  }
  .page-header .drop-menu + .custom-menu-block a {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    white-space: nowrap;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .cms-index-index .page-header.type9 .header.content {
    max-width: none;
    padding: 0 45px;
  }
  .cms-index-index .page-header.type9 .navigation {
    max-width: none;
  }
  .cms-index-index .page-header.type12 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
  }
  .cms-index-index .page-header.type12 .header.content {
    max-width: none;
    padding-left: 10.5%;
  }
  .cms-index-index .page-header.type12 .navigation {
    max-width: none;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f804';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    left: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    left: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
    position: absolute;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 7px;
    left: auto;
    right: 0;
  }
  .customer-welcome .header.links:before {
    left: auto;
    right: 10px;
  }
  .customer-welcome .header.links:after {
    left: auto;
    right: 9px;
    border-bottom-color: #ccc;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f804';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .header.panel > .header.links > li:last-child > a,
  .header.panel > .header.links > li:last-child > span {
    padding-right: 0;
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 4.5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 0 15px;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  body .page-header.type4 .header.panel {
    max-width: calc(50% - 50px);
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 9px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 9px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 18px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 992px), print {
  .amasty-xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 18px;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns4 .product-item {
    padding: 10px;
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.columns5 .product-item {
    padding: 10px 5px;
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px 4px;
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid.columns7 .product-item {
    padding: 10px 3px;
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid .columns8 .product-item {
    padding: 10px 3px;
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  body.layout-fullwidth .navigation,
  body.layout-fullwidth .header.content,
  body.layout-fullwidth .top-container,
  body.layout-fullwidth .page-wrapper > .breadcrumbs .items {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header .header.panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth.catalog-category-view .page-main,
  body.layout-fullwidth.catalog-product-view .page-main,
  body.layout-fullwidth.cms-index-index .page-main {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header.type4 .header.panel .top-panel {
    display: inline-block;
    vertical-align: middle;
  }
  body.layout-fullwidth .page-header.type4 .header.panel .bottom-panel {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
