/* Reset styles */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
h1 {
  padding: 10px 0px 10px 0px;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}
h2 {
  padding: 5px 0px 5px 0px;
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
}
h3 {
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
ul,
ol {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
}
ul > li,
ol > li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
table th {
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
}
table td {
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 2px;
  vertical-align: middle;
}
a,
a:visited {
  text-decoration: none;
  color: #83b735;
}
a:hover,
a:focus {
  color: #678f2a;
}
strong {
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
}
.block .title > strong,
.block .block-title > strong {
  font-style: normal;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
button,
.action {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #666666;
}
button:hover,
.action:hover,
button:focus,
.action:focus {
  background: #cccccc;
  border: 1px solid #e6e6e6;
}
.action.primary,
.action-primary {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background: #83b735;
  border: 1px solid #83b735;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus {
  background: #678f2a;
  border: 1px solid #83b735;
}
.fotorama .fotorama__thumb-border {
  border: 2px solid #83b735;
}
.fotorama .fotorama__fullscreen-icon:focus::after {
  box-shadow: 0 0 3px 1px #c2e0f4;
}
/* Page Builder styles */
[data-content-type='row'] {
  box-sizing: border-box;
  display: block;
  position: relative;
}
[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  max-width: 1300px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0px 10px;
}
[data-content-type='row'][data-appearance='contained'] > [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px 0;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 10;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  border: none;
  color: #666666;
}
div[data-content-type='tabs'] .tabs-content {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  z-index: 2;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 2px 0px;
  margin: 0px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #83b735;
  background: none;
  border: 0;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link:hover,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link:hover,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link:hover,
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link:focus,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link:focus,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link:focus {
  color: #678f2a;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-secondary,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-secondary {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 7px 10px 7px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  background-image: none;
  background: #e6e6e6;
  color: #666666;
  cursor: pointer;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-secondary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-secondary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-secondary:focus,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-secondary:focus,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-secondary:focus {
  background: #cccccc;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-primary,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-primary,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-primary {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 7px 10px 7px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background-image: none;
  background: #83b735;
  border: 1px solid #83b735;
  border-radius: 1px;
  color: #ffffff;
  cursor: pointer;
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-primary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-primary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-primary:hover,
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-primary:focus,
[data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-primary:focus,
[data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-primary:focus {
  background: #678f2a;
}
/* Theme styles */
.nav-open #base .nav-sections {
  left: 0px;
  z-index: 100;
}
#base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
}
#base .message.success,
#base .message.notice,
#base .message.warning,
#base .message.error,
#base .message.info {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 10px;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
}
#base .message.success > *,
#base .message.notice > *,
#base .message.warning > *,
#base .message.error > *,
#base .message.info > * {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
}
#base .message.success > *:first-child::before,
#base .message.notice > *:first-child::before,
#base .message.warning > *:first-child::before,
#base .message.error > *:first-child::before,
#base .message.info > *:first-child::before {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  width: 40px;
  left: 0;
  top: 0;
  padding: 0px;
  margin: 0px;
  line-height: 1.25rem;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-family: 'icons-blank-theme';
  speak: none;
}
#base .message.success a,
#base .message.notice a,
#base .message.warning a,
#base .message.error a,
#base .message.info a {
  text-decoration: none;
  color: #666666;
}
#base .message.success a:hover,
#base .message.notice a:hover,
#base .message.warning a:hover,
#base .message.error a:hover,
#base .message.info a:hover {
  color: #83b735;
}
#base h1 {
  padding: 10px 0px 10px 0px;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
}
#base h2 {
  padding: 5px 0px 5px 0px;
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-weight: 400;
}
#base h3 {
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}
#base input[type="text"],
#base input[type="password"],
#base input[type="url"],
#base input[type="tel"],
#base input[type="search"],
#base input[type="number"],
#base input[type*="date"],
#base input[type="email"],
#base textarea,
#base select {
  height: 32px;
  padding: 0px 7px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 1px;
  box-shadow: none;
}
#base input[type="text"]:focus,
#base input[type="password"]:focus,
#base input[type="url"]:focus,
#base input[type="tel"]:focus,
#base input[type="search"]:focus,
#base input[type="number"]:focus,
#base input[type*="date"]:focus,
#base input[type="email"]:focus,
#base textarea:focus,
#base select:focus {
  box-shadow: 0 0 3px 1px #83b735;
}
#base textarea {
  height: auto;
  min-height: 32px;
}
#base input[type="checkbox"] {
  position: relative;
  margin: 0px 5px 0px 0px;
  top: initial;
}
#base .error {
  margin: 0px;
  padding: 0px;
}
#base div.mage-error {
  margin: 0px;
  padding: 2px 0px;
  color: #f00000;
  font-weight: 400;
  line-height: 0.875rem;
  font-size: 0.75rem;
}
#base .fieldset {
  position: relative;
  padding: 0px;
  margin: 0px;
}
#base .fieldset > * {
  position: relative;
  padding: 0px;
  margin: 0px;
}
#base .fieldset > .field.required > .label::after,
#base .fieldset > .fields > .field.required > .label::after,
#base .fieldset > .field._required > .label::after,
#base .fieldset > .fields > .field._required > .label::after {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #f00000;
}
#base .fieldset > .field {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  margin: 0px 0px 18px 0px;
}
#base .fieldset > .field label {
  position: relative;
  float: left;
  width: 25.8%;
  min-height: 32px;
  margin: 0px;
  padding: 7px 10px 7px 0;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .fieldset > .field .control {
  position: relative;
  float: left;
  width: 74.2%;
  min-height: 32px;
  margin: 0px;
  padding: 0px;
}
#base .fieldset > .field .control .field-error,
#base .fieldset > .field .control div.mage-error {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  margin: 0px;
  padding: 0px;
  color: #f00000;
  font-weight: 400;
  line-height: 0.5rem;
  font-size: 0.5rem;
}
#base .fieldset > .field .control .note {
  display: inline-block;
  margin: 2px 0 0 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  line-height: 0.75rem;
  font-size: 0.75rem;
  color: #666666;
}
#base .fieldset > .field .control .field-tooltip {
  top: 0;
  right: 0;
  line-height: 32px;
}
#base .fieldset > .field .control.captcha-image {
  margin: 10px 0px 0px 0px;
}
#base .fieldset > .field.choice label {
  width: auto;
  min-height: initial;
  padding: 7px 0 7px 7px;
  top: initial;
}
#base .fieldset > .field.choice input {
  float: left;
  margin: 7px 0 7px 0;
}
#base .fieldset > .field.choice .field-tooltip {
  margin: 0 0 0 7px;
  top: initial;
}
#base .fieldset > .legend {
  position: relative;
  padding: 0px;
  margin: 0px 0px 18px 25.8%;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .fieldset > .legend strong {
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .fieldset::after {
  padding: 0px;
  margin: 18px 0px 0px 25.8%;
  font-weight: 400;
  line-height: 0.875rem;
  font-size: 0.75rem;
}
#base form {
  position: relative;
  padding: 0px;
  margin: 0px;
}
#base form .actions-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin: 18px 0px 0px 25.8%;
}
#base form .actions-toolbar > .primary {
  display: block;
  float: none;
  margin: 0px auto 0px 0px;
}
#base form .actions-toolbar > .secondary {
  display: block;
  float: none;
  margin: 0px 0px 0px auto;
}
#base button,
#base .action,
#base .action-gift,
#base .actions-toolbar > .action {
  display: inline-block;
  padding: 7px 10px 7px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  background-image: none;
  background: #e6e6e6;
  color: #666666;
  cursor: pointer;
}
#base button:hover,
#base .action:hover,
#base .action-gift:hover,
#base .actions-toolbar > .action:hover,
#base button:focus,
#base .action:focus,
#base .action-gift:focus,
#base .actions-toolbar > .action:focus {
  background: #cccccc;
}
#base .action.primary,
#base .action-primary {
  padding: 7px 10px 7px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background-image: none;
  background: #83b735;
  border: 1px solid #83b735;
  border-radius: 1px;
  color: #ffffff;
  cursor: pointer;
}
#base .action.primary:hover,
#base .action-primary:hover,
#base .action.primary:focus,
#base .action-primary:focus {
  background: #678f2a;
}
#base .action.tocompare {
  display: none;
}
#base .block .title > strong,
#base .block .block-title > strong,
#base .abs-block-title > strong,
#base .abs-account-blocks .block-title > strong,
#base .block-compare .block-title > strong,
#base .block-giftregistry-results .block-title > strong,
#base .block-giftregistry-shared-items .block-title > strong,
#base .block-wishlist-search-results .block-title > strong,
#base .block-reorder .block-title > strong,
#base .widget .block-title > strong,
#base .block-wishlist .block-title > strong,
#base .account .block .block-title > strong,
#base .multicheckout .block-title > strong,
#base .paypal-review .block .block-title > strong,
#base .magento-rma-guest-returns .block .block-title > strong,
#base .sales-guest-view .block .block-title > strong {
  font-style: normal;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
#base .widget.block,
#base .page-header .widget.block,
#base .page-footer .widget.block,
#base .block-static-block.widget,
#base .block-cms-link.widget {
  margin: 0px;
  padding: 0px;
}
#base .price-including-tax,
#base .price-excluding-tax {
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .price-including-tax .price,
#base .price-excluding-tax .price {
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .product-item {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .product-item .product-item-info {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0px;
  padding: 5px;
}
#base .product-item .product-item-info .product-item-photo,
#base .product-item .product-item-info .product-item-details {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#base .product-item .product-image-container {
  display: inline-block;
  max-width: 100%;
}
#base .product-item .product.name a,
#base .product-item .product-item-name {
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
}
#base .product-item .product.name a > a,
#base .product-item .product-item-name > a,
#base .product-item .product.name a > a:visited,
#base .product-item .product-item-name > a:visited {
  text-decoration: none;
  color: #666666;
}
#base .product-item .product.name a > a:hover,
#base .product-item .product-item-name > a:hover,
#base .product-item .product.name a > a:focus,
#base .product-item .product-item-name > a:focus {
  color: #83b735;
}
#base .product-item .product-item-name {
  display: block;
  position: relative;
  width: 100%;
  min-height: 3.75rem;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
}
#base .product-item .product-item-name > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #666666;
}
#base .product-item .product-item-name > a:hover,
#base .product-item .product-item-name > a:focus {
  color: #83b735;
}
#base .product-item .price-box {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align: left;
}
#base .product-item .price-box .price {
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .product-item .price-box .old-price,
#base .product-item .price-box .old-price .price {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .product-item .price-box .minimal-price-link {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #666666;
}
#base .product-item .price-box .minimal-price-link .price-label {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
#base .product-item .price-box .minimal-price-link:hover {
  color: #83b735;
}
#base .product-item .product-item-inner {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align: left;
}
#base .product-item .product-item-actions {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#base .product-item .product-item-actions .actions-primary,
#base .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
}
#base .product-item .product-item-actions .tocart {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .product-item .product-item-actions .towishlist {
  padding: 0px;
  border: none;
  background: none;
  text-decoration: none;
  color: #666666;
}
#base .product-item .product-item-actions .towishlist::before {
  content: "\e601";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  transform: scale(1.7);
}
#base .product-item .product-item-actions .towishlist:hover {
  color: #83b735;
}
#base .product-item .product-item-actions .tocompare {
  display: none;
}
#base .block-reorder .product-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#base .block-reorder .product-item .product-item-name {
  display: inline-block;
  width: auto;
  min-height: initial;
  margin: 0px;
  padding: 0px;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .block-reorder .actions-toolbar {
  margin: 18px 0px;
}
#base .fotorama .fotorama__thumb-border {
  border: 2px solid #83b735;
}
#base .slick-dots li button,
#base .slick-dots li .action-gift,
#base .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  padding: 7px;
  margin: 0px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
#base .slick-dots li button:hover,
#base .slick-dots li .action-gift:hover,
#base .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
#base .slick-dots li button:focus,
#base .slick-dots li .action-gift:focus,
#base .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus {
  background: #cccccc;
}
#base .slick-dots li.slick-active button,
#base .slick-dots li.slick-active .action-gift,
#base .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #83b735;
  border: 1px solid #83b735;
}
#base .slick-slider .slick-arrow {
  width: 60px;
  height: 60px;
  margin: 0px;
  margin-top: -30px;
  padding: 0px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #ffffff;
  opacity: 0.7;
}
#base .slick-slider .slick-arrow:hover {
  opacity: 1;
}
#base .slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
#base .nav-sections {
  display: block;
  position: fixed;
  width: 80%;
  max-width: 400px;
  height: 100%;
  top: 0px;
  left: -80%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #base .nav-sections {
    position: relative;
    width: 100%;
    max-width: initial;
    height: inherit;
    top: initial;
    left: initial;
  }
}
#base .nav-sections .nav-sections-item-title {
  display: block;
  position: absolute;
  float: initial;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 33.33%;
  margin: 0px;
  margin-left: -1px;
  padding: 0px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  z-index: 0;
}
#base .nav-sections .nav-sections-item-title[aria-controls="store.menu"] {
  left: 0%;
  z-index: 1;
}
#base .nav-sections .nav-sections-item-title[aria-controls="store.links"] {
  left: 33.33%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #base .nav-sections .nav-sections-item-title {
    display: none;
  }
}
#base .nav-sections .nav-sections-item-title.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#base .nav-sections .nav-sections-item-title > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px 10px;
  text-align: center;
  font-weight: 400;
  line-height: 48px;
  font-size: 1rem;
  color: #666666;
}
#base .nav-sections .nav-sections-item-content {
  display: block;
  position: relative;
  float: initial;
  width: 100%;
  margin: 0px;
  margin-top: 49px;
  padding: 20px 0px;
  border: none;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  #base .nav-sections .nav-sections-item-content {
    margin: 0px;
    padding: 0px;
    border: none;
  }
  #base .nav-sections .nav-sections-item-content[id="store.menu"] {
    display: block !important;
  }
}
#base .nav-sections .navigation {
  background: #ffffff;
}
#base .nav-sections .navigation li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#base .nav-sections .navigation li.level0 {
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .nav-sections .navigation li.level0:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#base .nav-sections .navigation li.level0 > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 10px 10px;
  text-decoration: none;
  text-transform: initial;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
  border: none;
  border-left: 3px solid transparent;
}
#base .nav-sections .navigation li.level0 > a > span {
  margin: 0px;
  padding: 0px;
}
#base .nav-sections .navigation li.level0.parent > a::after {
  top: initial;
}
#base .nav-sections .navigation li.level0.active > a,
#base .nav-sections .navigation li.level0.has-active > a {
  border-left: 3px solid #83b735;
}
#base .nav-sections .navigation li.level0 .submenu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
}
@media screen and (max-width: 768px) {
  #base .nav-sections .navigation li.level0 .submenu {
    top: 0px !important;
    left: 0px !important;
  }
}
#base .nav-sections .navigation li.level0 li {
  padding-left: 10px;
}
#base .nav-sections .navigation li.level0 li > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: initial;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
  border: none;
  border-left: 3px solid transparent;
}
#base .nav-sections .navigation li.level0 li > a > span {
  margin: 0px;
  padding: 0px;
}
#base .nav-sections .navigation li.level0 li .parent > a::after {
  top: initial;
}
#base .nav-sections .navigation li.level0 li.active > a,
#base .nav-sections .navigation li.level0 li.has-active > a {
  border-left: 3px solid #83b735;
}
#base .nav-sections .header.links {
  background: #ffffff;
  border: none;
}
#base .nav-sections .header.links li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  text-transform: initial;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .nav-sections .header.links li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#base .nav-sections .header.links li > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 10px 10px;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  color: #666666;
  border: none;
}
#base .cart-summary {
  background: #f2f2f2;
}
#base .cart-summary > .title {
  font-weight: 400;
  line-height: 1.625rem;
  font-size: 1.5rem;
}
#base .cart-summary .block > .title {
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .cart-summary .block > .title::after {
  top: initial;
}
#base .cart-summary .block .fieldset .field {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
#base .cart-summary .block .fieldset .field label {
  min-height: auto;
  padding: 0px 2px;
}
#base .cart-summary .block .fieldset .field .control {
  min-height: auto;
}
#base .cart-summary .cart-totals {
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .cart.table-wrapper .items thead + .item {
  border-top: 1px solid #e6e6e6;
}
#base .cart.table-wrapper .items > .item {
  border-bottom: 1px solid #e6e6e6;
}
#base .abs-discount-block > .title,
#base .paypal-review-discount .block > .title {
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 1rem;
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .abs-checkout-title,
#base .opc-wrapper .step-title,
#base .opc-block-shipping-information .shipping-information-title,
#base .opc-block-summary > .title,
#base .checkout-agreements-items .checkout-agreements-item-title {
  font-weight: 400;
  line-height: 1.625rem;
  font-size: 1.5rem;
  color: #666666;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
#base .opc-block-summary {
  background: #f2f2f2;
}
#base .opc-block-summary .items-in-cart > .title {
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
#base .opc-wrapper .step-content {
  position: relative;
  width: 100%;
  margin: 10px 0px 20px 0px;
}
#base .opc-wrapper .shipping-address-item {
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
  border: 2px solid transparent;
}
#base .opc-wrapper .shipping-address-item.selected-item {
  border-color: #83b735;
}
#base .opc-wrapper .shipping-address-item.selected-item::after {
  background: #83b735;
}
#base .opc-wrapper .checkout-shipping-method .fieldset .legend,
#base .opc-wrapper .checkout-payment-method .fieldset .legend {
  display: none;
}
#base .opc-wrapper .checkout-shipping-method .fieldset hr,
#base .opc-wrapper .checkout-payment-method .fieldset hr {
  display: none;
}
#base .opc-summary-wrapper .modal-header .action-close {
  display: none;
}
#base .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title .action {
  padding: 0px;
  border: none;
  background: none;
  color: #666666;
}
#base .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title .action::before {
  color: inherit;
}
#base .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title .action:hover,
#base .opc-summary-wrapper .opc-block-shipping-information .shipping-information-title .action:focus {
  color: #83b735;
}
#base .opc-progress-bar {
  position: relative;
  width: 100%;
  margin: 20px 0px;
}
#base .opc-progress-bar .opc-progress-bar-item::before {
  background: #f2f2f2;
}
#base .opc-progress-bar .opc-progress-bar-item > span {
  font-weight: 400;
  line-height: 1.625rem;
  font-size: 1.5rem;
  color: #666666;
}
#base .opc-progress-bar .opc-progress-bar-item > span::before {
  background: #f2f2f2;
}
#base .opc-progress-bar .opc-progress-bar-item > span::after {
  font-weight: 400;
  line-height: 1.625rem;
  font-size: 1.5rem;
  color: #666666;
  background: #ffffff;
}
#base .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #83b735;
}
#base .opc-progress-bar .opc-progress-bar-item._active > span::before {
  background: #83b735;
}
#base .page-header {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  border: none;
  background: #ffffff;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  #base .page-header {
    position: fixed;
    height: 100px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
#base .page-header .header-absolute,
#base .page-header .header-container {
  display: flex;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 0px;
}
#base .page-header .header-absolute {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#base .page-header .header-container {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#base .page-header .header-container .header.panel {
  display: none;
  position: relative;
  width: 100%;
  max-width: initial;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
#base .page-header .header-container .header.panel > .wrapper {
  display: block;
  position: relative;
  height: inherit;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 0px 10px;
}
#base .page-header .header-container .header.panel .header.links {
  display: none;
}
#base .page-header .header-container .header.content {
  display: block;
  position: relative;
  width: 100%;
  max-width: initial;
  height: 60px;
  margin: 0px;
  padding: 0px;
}
#base .page-header .header-container .header.content > .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  height: inherit;
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  padding: 0px 10px;
}
#base .page-header .header-container .header.content > .wrapper > .nav-toggle {
  order: 0;
}
#base .page-header .header-container .header.content > .wrapper > .logo {
  order: 1;
}
#base .page-header .header-container .header.content > .wrapper > .block-search {
  order: 2;
}
#base .page-header .header-container .header.content > .wrapper > .contacts {
  order: 3;
}
#base .page-header .header-container .header.content > .wrapper > .customer {
  order: 4;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper {
  order: 5;
}
#base .page-header .header-container .header.content > .wrapper > .nav-toggle {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 35px;
  left: initial;
  top: initial;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  text-decoration: none;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #base .page-header .header-container .header.content > .wrapper > .nav-toggle {
    display: none;
  }
}
#base .page-header .header-container .header.content > .wrapper > .nav-toggle::before {
  content: "\e609";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: inherit;
}
#base .page-header .header-container .header.content > .wrapper > .nav-toggle:hover {
  color: #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .nav-toggle span {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .logo {
  display: block;
  position: relative;
  float: initial;
  width: auto;
  max-width: initial;
  height: 60px;
  margin: 0px auto 0px 0px;
  padding: 0px;
  text-decoration: none;
}
#base .page-header .header-container .header.content > .wrapper > .logo > img {
  display: block;
  position: relative;
  width: auto;
  max-width: initial;
  height: 60px;
  margin: 0px;
  padding: 0px;
}
#base .page-header .header-container .header.content > .wrapper > .block-search {
  display: none;
  position: relative;
  float: initial;
  margin: 0px auto 0px auto;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  #base .page-header .header-container .header.content > .wrapper > .block-search {
    display: block;
    width: 40%;
    min-width: 250px;
  }
}
@media screen and (min-width: 1280px) {
  #base .page-header .header-container .header.content > .wrapper > .block-search {
    width: 50%;
  }
}
#base .page-header .header-container .header.content > .wrapper > .block-search .label {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .control {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .control input {
  height: 35px;
  padding: 0 7px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: none;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .control input:focus {
  box-shadow: 0 0 3px 1px #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .action.search {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .action.search::before {
  content: '\e615';
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: #666666;
}
#base .page-header .header-container .header.content > .wrapper > .block-search .nested {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .header.contacts {
  display: block;
  position: relative;
  float: initial;
  margin: 0px 10px 0px auto;
  padding: 0px;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer {
  display: none;
  position: relative;
  height: auto;
  width: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
@media screen and (min-width: 480px) {
  #base .page-header .header-container .header.content > .wrapper > .header.customer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li {
  display: none;
  position: relative;
  width: auto;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style-type: none;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: transparent;
  font-size: 0px;
  user-select: none;
  cursor: pointer;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li a::before {
  content: "";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: #666666;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li a:hover::before {
  color: #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.wishlist {
  display: block;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.wishlist a::before {
  content: "\e601";
  transform: scale(1.5);
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.my-account-link {
  display: block;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.my-account-link a::before {
  content: "\e627";
  transform: scale(0.8);
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.authorization-link {
  display: block;
}
#base .page-header .header-container .header.content > .wrapper > .header.customer li.authorization-link a::before {
  content: "\e61b";
  transform: scale(1.1);
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper {
  display: block;
  position: relative;
  float: initial;
  width: auto;
  max-width: initial;
  margin: 0px;
  padding: 0px;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 35px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
  text-decoration: none;
  color: #666666;
  cursor: pointer;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart::before {
  content: "\e611";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 35px;
  font-size: 35px;
  line-height: 35px;
  color: inherit;
  transform: translate(0px, -1px);
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart:hover {
  color: #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart .text {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart .counter {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 1.25rem;
  height: auto;
  min-height: 1.25rem;
  padding: 2px;
  margin: 0px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  border: none;
  font-weight: 600;
  line-height: 0.875rem;
  font-size: 0.875rem;
  color: #83b735;
  background: none;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart .counter.empty {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart .counter .loader,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper > .action.showcart .counter .loader > img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .block-minicart {
  position: absolute;
  width: 280px;
  margin: 0px;
  top: 40px;
  right: 0px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 101;
}
@media screen and (min-width: 769px) {
  #base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .block-minicart {
    width: 420px;
  }
}
@media screen and (min-width: 1280px) {
  #base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .block-minicart {
    right: -10px;
  }
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .block-minicart .subtotal > .label {
  display: none;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.checkout,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.viewcart {
  display: block;
  position: relative;
  width: 100%;
  padding: 7px 10px 7px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.875rem;
  background-image: none;
  background: #83b735;
  border: 1px solid #83b735;
  color: #ffffff;
  cursor: pointer;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.checkout:hover,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.viewcart:hover,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.checkout:focus,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.viewcart:focus {
  background: #678f2a;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.close {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  background-image: none;
  background: none;
  border: 0;
  color: #666666;
  cursor: pointer;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.close:hover,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .action.close:focus {
  color: #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .product-item-name a {
  text-decoration: none;
  color: #666666;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .product-item-name a:hover,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .product-item-name a:focus {
  color: #83b735;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .price-container,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .price-container .price {
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .action {
  display: inline-block;
  margin: 0;
  padding: 2px;
  background-image: none;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .action::before {
  color: inherit;
}
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .action:hover,
#base .page-header .header-container .header.content > .wrapper > .minicart-wrapper .minicart-items .action:focus {
  color: #83b735;
}
#base .page-header .header-container .header.nav {
  display: block;
  position: relative;
  width: 100%;
  max-width: initial;
  height: 1px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  border: none;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  #base .page-header .header-container .header.nav {
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 769px) {
  #base .page-header .header-container .header.nav > .wrapper {
    display: block;
    position: relative;
    height: 38px;
    width: 100%;
    max-width: 1300px;
    top: initial;
    left: initial;
    margin: 0px auto;
    padding: 0px 10px;
    background: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation {
    display: block;
    position: relative;
    width: 100%;
    max-width: initial;
    height: inherit;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 1rem;
    font-size: 0.875rem;
    background: none;
    border: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: inherit;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
    background: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul li {
    display: inline-block;
    position: relative;
    overflow: visible;
    list-style: none;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul li > a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 3px;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    line-height: 1rem;
    font-size: 0.875rem;
    color: #666666;
    background: none;
    border: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul li > a:hover {
    color: #83b735;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 {
    height: 39px;
    margin: 0px;
    border-bottom: 3px solid transparent;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > a {
    height: 35px;
    padding: 0px 5px;
    line-height: 35px;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > a:hover {
    color: #666666;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > a .ui-menu-icon {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    height: auto;
    width: 15px;
    top: initial;
    right: 5px;
    text-decoration: none;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > a .ui-menu-icon::after {
    content: '\e622';
    display: inline-block;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    font-family: 'icons-blank-theme';
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1rem;
    color: inherit;
    speak: none;
    transform: scale(1.5);
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0:hover {
    background: #f2f2f2;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0:hover > a .ui-menu-icon::after {
    content: '\e621';
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0.active,
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0.has-active {
    border-bottom: 3px solid #83b735;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0.parent > a {
    padding-right: 20px;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul {
    display: none;
    position: absolute;
    width: auto;
    min-width: 230px;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
    border-bottom: 1px solid #83b735;
    background: #ffffff;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li {
    width: 100%;
    height: 30px;
    background: #ffffff;
    border-left: 3px solid transparent;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li > a {
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li > a:hover {
    color: #666666;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li:hover {
    background: #f2f2f2;
  }
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li.active,
  #base .page-header .header-container .header.nav > .wrapper .navigation > ul .level0 > ul > li.has-active {
    border-left: 3px solid #83b735;
  }
}
#base .page-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #base .page-wrapper {
    margin: 100px 0px 0px 0px;
  }
}
#base .page-wrapper .page-top,
#base .page-wrapper .page-main,
#base .page-wrapper .page-bottom,
#base .page-wrapper > div {
  display: block;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: 1300px;
  margin: 0px;
  padding: 0px 10px;
}
#base .page-wrapper .page-top {
  display: flex;
  overflow: visible;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 10;
}
#base .page-wrapper .page-top .breadcrumbs {
  display: block;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 7px 0px;
  z-index: 0;
  order: 1;
}
#base .page-wrapper .page-top .breadcrumbs .items {
  display: block;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #666666;
  background: none;
}
#base .page-wrapper .page-top .breadcrumbs .items li {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}
#base .page-wrapper .page-top .breadcrumbs .items li > a {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-top .breadcrumbs .items li > a:hover {
  color: #83b735;
}
#base .page-wrapper .page-top .breadcrumbs .items li > strong {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-top .breadcrumbs .items li::after {
  content: '\e608';
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  font-family: 'icons-blank-theme';
  font-weight: 400;
  line-height: 1.25rem;
  font-size: 0.875rem;
  speak: none;
  transform: scale(1.5);
}
#base .page-wrapper .page-top .breadcrumbs .items li:last-child::after {
  display: none;
}
#base .page-wrapper .page-top .page.messages {
  display: block;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 0px;
  z-index: 5;
  order: 2;
}
@media screen and (min-width: 769px) {
  #base .page-wrapper .page-top .page.messages {
    position: absolute;
    width: auto;
    top: 40px;
    left: 10px;
    right: 10px;
  }
}
#base .page-wrapper .page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 0;
}
#base .page-wrapper .page-main > .page-title-wrapper,
#base .page-wrapper .page-main > .columns,
#base .page-wrapper .page-main > div {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper.fullwidth .page-main {
  max-width: initial;
  padding: 0px;
}
#base .page-wrapper.fullwidth .page-main > .page-title-wrapper {
  max-width: 1300px;
  padding: 0px 10px;
}
#base .page-wrapper.fullwidth.category .page-main > .columns,
#base .page-wrapper.fullwidth.category .page-main > .category-image-wrapper {
  max-width: 1300px;
  padding: 0px 10px;
}
#base .page-wrapper.fullwidth.product .page-main > .columns,
#base .page-wrapper.fullwidth.product .page-main > .product-details-wrapper {
  max-width: 1300px;
  padding: 0px 10px;
}
#base .page-wrapper .page-main .toolbar-products {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .modes {
  display: block;
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode::before {
  content: "";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  background: #ffffff;
  color: inherit;
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode:hover {
  border: 1px solid #83b735;
  color: #83b735;
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode.active {
  border: 1px solid #83b735;
  color: #83b735;
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode.mode-grid::before {
  content: "\e60d";
}
#base .page-wrapper .page-main .toolbar-products .modes .modes-mode.mode-list::before {
  content: "\e60b";
}
#base .page-wrapper .page-main .toolbar-products .toolbar-amount {
  display: block;
  position: relative;
  float: left;
  margin: 0px auto 0px 10px;
  padding: 0px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .sorter {
  display: block;
  position: relative;
  float: right;
  margin: 0px 0px 0px auto;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .sorter .sorter-label {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .sorter .sorter-options {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 10px;
}
#base .page-wrapper .page-main .toolbar-products .sorter .sorter-action {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  top: 0px;
  left: 0px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .sorter .sorter-action::before {
  content: "\e613";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  background: #ffffff;
  color: inherit;
}
#base .page-wrapper .page-main .toolbar-products .sorter .sorter-action:hover {
  border: 1px solid #83b735;
  color: #83b735;
}
#base .page-wrapper .page-main .toolbar-products .pages {
  display: block;
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .pages .items {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  line-height: 32px;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .page {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px 2px;
  vertical-align: middle;
  font-weight: 600;
  line-height: 32px;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item a.page {
  color: #83b735;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item a.page:hover {
  color: #678f2a;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .action {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px 2px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.875rem;
  border: none;
  background: none;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .action::before {
  content: "";
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'icons-blank-theme';
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  background: #ffffff;
  color: inherit;
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .action.previous::before {
  content: "\e617";
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .action.next::before {
  content: "\e608";
}
#base .page-wrapper .page-main .toolbar-products .pages .items .item .action:hover {
  color: #83b735;
}
#base .page-wrapper .page-main .toolbar-products .limiter {
  display: block;
  position: relative;
  float: right;
  margin: 0px 0px 0px auto;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .limiter .label {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .toolbar-products .limiter .control {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}
#base .page-wrapper .page-main .toolbar-products .limiter .control .limiter-options {
  display: inline-block;
  position: relative;
  margin: 0px;
}
#base .page-wrapper .page-main .toolbar-products .limiter .limiter-text {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 32px;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-title {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .filter-current-subtitle {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .filter-label {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .filter-value {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .action.remove {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0px 0px 0px auto;
  padding: 0px;
  text-decoration: none;
  background: none;
  border: none;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .action.remove::before {
  content: "X";
  display: block;
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  background: none;
  color: inherit;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .action.remove:hover {
  color: #83b735;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-current .items li .action.remove span {
  display: none;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-actions {
  display: block;
  position: relative;
  width: 100%;
  margin: 10px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-actions .filter-clear {
  display: block;
  position: relative;
  width: 100%;
  padding: 2px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-title {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content .items {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content .items li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content .items li a {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  color: #666666;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content .items li a:hover {
  color: #83b735;
}
#base .page-wrapper .page-main .block.filter .filter-content .filter-options .filter-options-content .items li a .count {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  color: inherit;
}
#base .page-wrapper .page-main .products,
#base .page-wrapper .page-main .products-grid {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .products .product-items,
#base .page-wrapper .page-main .products-grid .product-items {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .products .product-items .product-item,
#base .page-wrapper .page-main .products-grid .product-items .product-item {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: none;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  #base .page-wrapper .page-main .products .product-items .product-item,
  #base .page-wrapper .page-main .products-grid .product-items .product-item {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  #base .page-wrapper .page-main .products .product-items .product-item,
  #base .page-wrapper .page-main .products-grid .product-items .product-item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  #base .page-wrapper .page-main .products .product-items .product-item,
  #base .page-wrapper .page-main .products-grid .product-items .product-item {
    width: 25%;
  }
}
#base .page-wrapper .page-main .products .product-items .product-item:hover,
#base .page-wrapper .page-main .products-grid .product-items .product-item:hover {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (min-width: 480px) {
  #base .page-wrapper .page-main .products .product-items.widget-product-grid .product-item,
  #base .page-wrapper .page-main .products-grid .product-items.widget-product-grid .product-item {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  #base .page-wrapper .page-main .products .product-items.widget-product-grid .product-item,
  #base .page-wrapper .page-main .products-grid .product-items.widget-product-grid .product-item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1024px) {
  #base .page-wrapper .page-main .products .product-items.widget-product-grid .product-item,
  #base .page-wrapper .page-main .products-grid .product-items.widget-product-grid .product-item {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  #base .page-wrapper .page-main .products .product-items.widget-product-grid .product-item,
  #base .page-wrapper .page-main .products-grid .product-items.widget-product-grid .product-item {
    width: 20%;
  }
}
#base .page-wrapper .page-main .products.list .product-items .product-item,
#base .page-wrapper .page-main .products-grid.list .product-items .product-item {
  width: 100%;
}
#base .page-wrapper .page-main .products.list .product-items .product-item .product-item-info,
#base .page-wrapper .page-main .products-grid.list .product-items .product-item .product-item-info {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#base .page-wrapper .page-main .products.list .product-items .product-item .product-item-info .product-item-photo,
#base .page-wrapper .page-main .products-grid.list .product-items .product-item .product-item-info .product-item-photo,
#base .page-wrapper .page-main .products.list .product-items .product-item .product-item-info .product-item-details,
#base .page-wrapper .page-main .products-grid.list .product-items .product-item .product-item-info .product-item-details {
  width: auto;
}
#base .page-wrapper .page-main .products.list .product-items .product-item .product-item-actions,
#base .page-wrapper .page-main .products-grid.list .product-items .product-item .product-item-actions {
  justify-content: flex-start;
}
#base .page-wrapper .page-main .product-info-main .product-info-price,
#base .page-wrapper .page-main .product-info-main .product-add-form,
#base .page-wrapper .page-main .product-info-main .product-social-links {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price {
  margin: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku .stock {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  color: #83b735;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: initial;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
  color: #666666;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
  display: inline-block;
  position: relative;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  vertical-align: initial;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: initial;
  font-weight: 400;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-reviews-summary {
  display: table;
  position: relative;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-reviews-summary .reviews-actions {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-reviews-summary .reviews-actions a {
  padding: 0px;
  border: none;
  background: none;
  text-decoration: none;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #666666;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-reviews-summary .reviews-actions a:hover {
  color: #83b735;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .price-box {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .price-box .weee {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .price-box .weee .price {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.625rem;
  font-size: 1.5rem;
  color: #666666;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .product-price-info {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background: none;
  border: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 10px 5px;
  line-height: 1rem;
  font-size: 0.875rem;
  background: #ffffff;
  border: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e6e6e6;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li:first-child {
  border-top: 1px solid #e6e6e6;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li:nth-child(odd) {
  background: #c2e0f4;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li .weee {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li .weee .price {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li .benefit {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product-info-price .prices-tier li .benefit .percent {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.875rem;
}
#base .page-wrapper .page-main .product-info-main .box-tocart {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .box-tocart .fieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#base .page-wrapper .page-main .product-info-main .box-tocart .fieldset .field.qty {
  display: block;
  position: relative;
  width: auto;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .box-tocart .fieldset .field.qty label {
  box-sizing: border-box;
  width: auto;
}
#base .page-wrapper .page-main .product-info-main .box-tocart .fieldset .field.qty .control {
  width: auto;
}
#base .page-wrapper .page-main .product-info-main .box-tocart .fieldset .actions {
  display: block;
  position: relative;
  width: auto;
  margin: 0px 0px;
  padding: 0px;
  text-align: left;
}
#base .page-wrapper .page-main .product-info-main .product-addto-links {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .product-info-main .product.attribute.overview {
  display: block;
  position: relative;
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
#base .page-wrapper .page-main .block.review-add {
  margin-top: 10px;
}
#base .page-wrapper .page-main .legend.review-legend {
  margin-left: 0px;
}
#base .page-wrapper .page-main .login-container .fieldset::after {
  line-height: 1rem;
  font-size: 0.875rem;
  color: #f00000;
}
#base .page-footer {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: auto auto 0px auto;
  padding: 0px;
  border: none;
  background: #ffffff;
  box-shadow: none;
  z-index: 10;
}
#base .page-footer .footer-container,
#base .page-footer .footer-absolute {
  display: flex;
  position: relative;
  height: auto;
  min-height: auto;
  width: 100%;
  max-width: initial;
  margin: 0px;
  padding: 0px;
}
#base .page-footer .footer-container {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-top: 1px solid #e6e6e6;
}
#base .page-footer .footer-container .footer.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0px;
  padding: 0px 10px;
  border: none;
}
#base .page-footer .footer-container .footer.content .footer.links {
  display: none;
}
#base .page-footer .footer-container .footer.content .widget.block {
  display: block;
  position: relative;
  float: initial;
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#base .page-footer .footer-absolute {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: none;
}
#base .page-footer .footer-absolute .absolute.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0px;
  padding: 0px 10px;
  border: none;
}
